@font-face {
    font-family: "STIHL-Regular";
    src: url("../fonts/STIHLContrafaceText.woff2") format("woff2"), url("../fonts/STIHLContrafaceText.woff") format("woff");
}

@font-face {
    font-family: "STIHL-Light";
    src: url("../fonts/STIHLContrafaceTextLight.woff2") format("woff2"), url("../fonts/STIHLContrafaceTextLight.woff") format("woff");
    font-weight: 300 !important;
}

@font-face {
    font-family: "STIHL-Bold";
    src: url("../fonts/STIHLContrafaceText-Bold.woff2") format("woff2"), url("../fonts/STIHLContrafaceText-Bold.woff") format("woff");
}

html {
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat-x;
    margin-bottom: 0px !important;
    font-size: 15px;
    height: 100%;
    width: 100%;
}

body {
    font-family: 'STIHL-Regular', sans-serif !important;
    font-weight: 100;
    color: #555;
    padding: 0;
    background-color: transparent;
    margin: 0px !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


h1, h2, h3, h4, h5 {
    font-family: "STIHL-Bold", sans-serif !important;
    text-transform: uppercase;
    line-height: 1.3;
}

    h1 span {
        font-size: 1.875rem !important;
    }

    h2 span {
        font-size: 1.750rem !important;
    }

    h3 span {
        font-size: 1.625rem !important;
    }

    h4 span {
        font-size: 1.500rem !important;
    }

    h5 span {
        font-size: 1.375rem !important;
    }

.ck-editor__editable_inline {
    height: 200px;
}


.logo {
    background-color: #f37a1f;
}

    .logo img {
        height: 100%;
    }

.STIHLCheckBox input {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px !important;
    margin-right: 10px !important;
}

.STIHLCheckBox label {
    padding-bottom: 4px;
}

.ml-30px {
    margin-left: 30px;
}

.mwh-350px {
    min-width: 350px !important;
    min-height: 350px !important;
}

.headerbar {
    background-color: #ededed;
    height: 61px;
    border-bottom: 1px solid black;
    margin-bottom: 0px !important;
}

.profileDropDown {
    color: black;
    font-family: "STIHL-Bold", sans-serif !important;
    font-size: 1.5rem;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.iconBox {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    border: 1px solid grey;
    border-radius: 5px 5px;
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
}

.navIconBox {
    width: 3rem;
    height: 3rem;
    text-align: center;
    padding: 5px;
    border: 1px solid grey;
    border-radius: 5px 5px;
    display: inline-block;
    font-size: 20pt;
}

.navScroll {
    max-height: calc(100vh - 61px);
    overflow-y: auto;
}

.mt--39px {
    margin-top: -13px !important;
}

.w-100-30px {
    width: calc(100% - 30px);
}

.w-100-73px {
    width: calc(100% - 73px);
}


.iconBox:hover {
    background-color: black;
    color: white;
}

.selectedIcon {
    background-color: black;
    color: white;
}

.profileDropDown .profileButton {
    width: auto !important;
    margin-top: 0px !important;
    height: 60px;
    background-color: transparent;
    border-color: transparent;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 1.2rem 1.5rem;
    margin-right: 1.2rem;
    font-family: 'STIHL-Bold', sans-serif !important;
    font-weight: 700;
}

.profileButton:focus + .btn, .profileButton:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

h1, h1 span {
    position: relative;
    margin: 0 0 0.6rem 0;
    font-size: 2rem;
    color: #000;
    letter-spacing: 1px;
    font-weight: 700;
}

select, input {
    font-size: 1rem;
    padding: 0 0.8rem;
    height: 3rem;
    background-color: #f3f3f3;
    border: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0px;
    border-radius: 0px;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
    outline: 0 !important;
}

.minh-100px {
    min-height: 100px;
}

.minw-100 {
    min-width: 100%;
}

.nav-item {
    display: inline-block;
    width: 100%;
}

.snavlink {
    color: white !important;
    font-size: 12pt;
    display: inline-block !important;
    width: 100%;
}

    .snavlink i, .topMenuLink i {
        margin-right: 1em;
        display: inline-block;
        width: 17px;
    }

    .snavlink:hover {
        color: #f37a1f !important;
    }

    .snavlink.selected {
        color: #f37a1f !important;
        font-weight: bold !important;
    }

.menuBreak hr {
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
}

.menuBreak {
    width: 100%;
}

.min-vh-100-60px {
    min-height: calc(100vh - 61px) !important;
}

.uppercase {
    text-transform: uppercase;
}

.little-rect {
    width: 2.5rem;
    height: 0.6rem;
    background-color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
}

.smaller-rect {
    width: 1.5rem;
    height: 0.4rem;
    background-color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.btn-primary, .btn-save {
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border-color: #000;
    border: 2px solid #000;
    cursor: pointer;
    padding: 0.7rem 1.5rem;
    transition: background-color 300ms ease-in-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 1.2rem;
    margin-top: 1rem;
    font-family: 'STIHL-Bold', sans-serif !important;
    font-weight: 700;
}

.btn-submit {
    text-transform: uppercase;
    color: #fff;
    background-color: #f37a1f;
    border: 2px solid #f37a1f;
    cursor: pointer;
    padding: 0.6rem 1.5rem 0.5rem 1.5rem;
    transition: background-color 300ms ease-in-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 1.2rem;
    font-family: 'STIHL-Bold', sans-serif !important;
    font-weight: 700;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #000;
}

.btn-primary:hover {
    background-color: #F37A1F;
    color: #fff;
    border-color: #F37A1F;
}

.btn-submit:hover {
    background-color: orange;
    color: #fff;
    border-color: orange;
}

.btn-save:hover, .btn-save:focus {
    background-color: deepskyblue;
    color: #fff;
    border-color: deepskyblue;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: transparent;
}

    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #000;
        border-color: transparent;
    }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-default {
    text-transform: uppercase;
    color: #353535;
    padding: 0.7rem 1.5rem;
    background-color: #fff;
    border: 2px solid #353535;
    margin-right: 1.2rem;
    margin-top: 1rem;
    font-family: 'STIHL-Bold', sans-serif !important;
    font-weight: 700;
}

.btn-remove {
    text-transform: uppercase;
    color: white;
    padding: 0.7rem 1.5rem;
    background-color: red;
    border: 2px solid #353535;
    margin-right: 1.2rem;
    margin-top: 1rem;
    font-family: 'STIHL-Bold', sans-serif !important;
    font-weight: 700;
}

.btn-default:hover, .btn-default:focus, .btn-default:focus, .btn-default.focus {
    background-color: #fff;
    color: #353535;
    text-decoration: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
}

.btn-link {
    color: #000;
    margin: 0px 0px 0px 0px;
    background-color: transparent;
    border: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-family: 'STIHL-Bold', sans-serif !important;
    font-weight: 700;
    padding-top: 0px;
    padding-right: 0px;
    outline: 0 !important;
}

.w-100-70px {
    width: calc(100% - 70px);
}

.btn-link:hover, .btn-link:focus, .btn-link:focus, .btn-link.focus {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}

.has-error {
    border-bottom: solid 3px #f37a1f;
}

.error-feedback {
    color: #f37a1f;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-top: 3px;
    display: none;
}

.lightgraybk {
    background-color: #ccc;
}


.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 3s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-out {
    opacity: 1;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 3s;
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.divBulletin {
    border: 1px solid black;
    margin-bottom: 10px;
    padding: 10px;
}

.divContent {
    height: calc(100vh - 61px);
    overflow: auto;
}

.text-grey {
    color: grey;
}

.altRow {
    background: #eee;
}

.dropdown-item {
    color: #212529 !important;
}

a {
    text-decoration: none;
    border-bottom: 1px solid black;
    color: black;
    font-size: medium;
    font-weight: bold;
}

    a:hover {
        color: #f37a1f;
    }
/*a::after {
        content: " \f105";
        font: var(--fa-font-solid);
        
    }*/

.dropdown-item::after, .nav-link::after, .btn::after {
    content: "";
}

.loaderBg {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-content: center;
    z-index: 10000000000000;
}

.loader {
    margin: auto;
    border: 2px solid #EAF0F6;
    border-radius: 50%;
    border-top: 2px solid #f37a1f;
    width: 20px;
    height: 20px;
    animation: spinner 1.5s linear infinite;
    margin-top: 25%
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.SiteNameLogoText {
    font-weight: bold;
    font-style: italic;
    color: white;
    font-size: 15pt;
    height: 100%;
    vertical-align: middle;
}

.max-width-280px {
    max-width: 280px;
}

.page-link {
    color: #f37a1f !important;
}

.page-item.active .page-link {
    color: white !important;
    background: #f37a1f !important;
}

.dropdown-menu{
    z-index:1000000;
}
/* reboot.css was setting bold to "bolder" which wasn't actually being rendered.  Put it back to Bold.  Same for italic. */
strong,b{
    font-weight:bold;
}



form {
   
     height:auto;
}




em, i{
    font-style:italic;
}


.spinnerP {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #FFA500; /* Orange */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto; /* Center horizontally */
}


#loadingScreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    text-align: center;
    padding-top: 20%;
}

    #loadingScreen .spinnerP {
        margin-bottom: 20px; /* Space between spinner and text */
    }

.resizable {
    position: relative;
}

    .resizable::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
        height: 100%;
        cursor: col-resize;
    }

/*.container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}*/
   /* this datalist form the table*/
