:root {
    --main-color: rgb(124,124,124);
    --favicon-file: url("../../favicon/kitzbuehel/favicon.ico");
}

body.login:after {
    background: url("../../img/kitzbuehel/login.jpg") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



@media all and (max-width: 1000px), all and (max-height: 700px){
    body.login:after{
        background: url("../../img/kitzbuehel/login.jpg") center center no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

body{
    color: #666666;
}


#header{
    z-index:999;
    margin-bottom: 0;
}
#header:after{
    content: none;
}

#header .logo {
    width: 130px;
}
body.login #header .logo,
body.login #header .logo {
    width: 130px;
}
#header .selectContainer{
    margin-top: 0;
}

body.login:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

}


.content-header {
    background-color: rgb(124,124,124) !important;
}

.content-header h2#pageTitle {
    color: #fff !important;
}

.ui-dialog .ui-dialog-titlebar {
    color: rgb(124, 124, 124) !important;
}
.user-profile {
    background-color: rgb(124,124,124) !important;
    color: #fff;

}

.logout,
.user-profile h3 {
    color: #fff !important;
}


.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single,
body .select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true]{
    background: rgb(124,124,124)!important;
}
body .select2-container--default.select2-container--disabled .select2-selection--single{
    background: rgb(159, 159, 159) !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single #select2-AccNoSelect-container, .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b{
    color: #fff !important;
}

.nav_left ul li.active:hover a,
.nav_left ul li.active:hover span,
.nav_left ul li.active span{
    background: rgb(124,124,124) !important;
    border-color: rgb(124,124,124) !important;
}

.pagination > li > a, .pagination > li > span {
    color: rgb(124,124,124) !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background: #f3f3f3 !important;
    color: rgb(124,124,124) !important;
    border-color:rgb(124,124,124)!important;
}

.table-hover > tbody > tr:hover {
    color: #959595;
    background: #f3f3f3 !important;
    border-color: #f3f3f3 !important;
}

.nav_left ul li.active a,
.nav_left ul li.active:hover a {
    color: #fff !important;
    background: rgb(124,124,124)!important;
}

div.bg-light-blue-active,
div.modal-primary div.modal-header,
div.modal-footer > .form-group > button.btn-custom {
    background: rgb(124,124,124) !important;
}

.startMessages li.Message i,
.product-box .product-box-icon {
    color: rgb(124,124,124) !important;
}

.information ul li:before,
.table-hover > tbody > tr:hover .downloadLink {
    color: rgb(124,124,124);
}

a:not(.box a) {
    color: rgb(124,124,124);
}

.form-control:focus, .form-control:active {
    border-color: rgb(124,124,124) !important;
    box-shadow: inset 0 1px 1px rgba(225,106,16,0.075), 0 0 6px rgb(124,124,124) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(225,106,16,0.075), 0 0 6px rgb(124,124,124) !important;
}

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
    background: rgb(124,124,124);
}

input[type=checkbox]:hover + label:before, input[type=radio]:hover + label:before {
    box-shadow: 0 0 8px rgb(124,124,124);
}

a:focus, a:hover {
    color: #666666;
    text-decoration: underline;
}

.btn-primary,
.btn.btn-custom,
.btn.btn-custom,
.cc_btn.cc_btn_accept_all.btn {
    background: rgb(124,124,124) !important;
    color: #fff !important;
}

.bg-sdk-light {
    background: rgb(124,124,124) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn.btn-custom:hover,
.btn.btn-custom:focus,
.btn.btn-custom:active,
.cc_btn.cc_btn_accept_all.btn:hover,
.cc_btn.cc_btn_accept_all.btn:focus,
.cc_btn.cc_btn_accept_all.btn:active {
    background: transparent !important;
    color: rgb(124,124,124) !important;
    border-color: rgb(124,124,124) !important;
    box-shadow: none!important;
    outline: none!important;
}

.nav_left ul li a .label,
.nav_left ul li span .label{
    background:rgb(124,124,124);
    color: #fff;
}
.nav_left ul li.active a .label,
.nav_left ul li.active span .label{
    background: #fff!important;
    color: rgb(124,124,124)!important;
}
#footer {
    border-top: none;
}

#footer a:hover {
    color: rgb(124,124,124);
    text-decoration: underline !important;
}

#footer .inside {
}

#footer .element h5 {
}
label.btn-primary.active {
    background: #959595 !important;
    border-color: #959595 !important;
}
#InvoiceYears label:hover, #DocumentTypes label:hover {
    color: rgb(124,124,124)   !important;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before,
.bg-aqua, div.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body,
div.callout.callout-info a {
    border-color: #666666  !important;
}


.btn-primary {
    border-color: rgb(124,124,124) !important;
}

::selection {
    color: #fff;
    background: #959595  !important;
}

::-moz-selection {
    color: #fff;
    background: rgb(124,124,124) !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    background: transparent;
}

::-webkit-scrollbar:vertical {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgb(124,124,124);
    border-radius: 6px;
    border: solid 3px #fff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: none;
}

.wrapper:before {
    content: none !important;
}

@media all and (max-width: 1200px) {
    #header .inside {
        min-height: 1px;
    }
    #header .logo {
        width: 100px;
        margin-top: 0;
        margin-bottom: 20px;
        visibility: visible;
        opacity:1;

        -webkit-transition: ease-out 0.5s;
        -moz-transition: ease-out 0.5s;
        -ms-transition: ease-out 0.5s;
        -o-transition: ease-out 0.5s;
        transition: ease-out 0.5s;
        position: relative;
        top: auto;
        left: auto;
        z-index: 1234569;
    }
}
@media all and (max-width: 1050px) {
    #footer{
        height: auto;
    }

}
@media all and (max-width: 890px) {
    #left{
        top: 58px;
    }
}

@media (max-width: 768px) {
    #footer {
        margin-top: -400px;
    }

}

.fa-company::before {
    background: url("../../favicon/kitzbuehel/android-chrome-192x192.png") center center no-repeat;
    background-size: 100% auto;
}


.table-striped.dataTable tbody tr.active td,
.table-striped.dataTable tbody tr.active th {
    background: rgb(124,124,124) !important;
    color: #fff!important;
}


@media only screen and (min-width: 1000px){

    body .wrapper{
        padding-top: 94px;
    }
    body.login .wrapper{
        padding-top: 96px;
    }
}

.spin {
    background: url(../../img/kitzbuehel/gears.svg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

#cookieConsentLink,
#cookieConsentLink:active,
#cookieConsentLink:focus,
#cookieConsentLink:visited {
    color: rgb(124,124,124) !important;
    font-weight: bold;
}
#cookieConsentLink:hover {
    color: #eee !important;
    font-weight: bold;
}
