:root {
    --main-color: #911356;
    --favicon-file: url("../../favicon/hall/favicon.ico");
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}


.ui-dialog .ui-dialog-titlebar{
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}



body {

    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

#header {
    margin-bottom: 0;
}

#header:after {
    content: none;
}

#header .inside {
    min-height: 100px;
}

.nav_left ul li a .label,
.nav_left ul li span .label{
    background:rgb(209, 209, 209);
    color: #666;
}
.nav_left ul li.active a .label,
.nav_left ul li.active span .label{
    background: #666;
}
/*
#header .logo {
    width: 170px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1234;
}
*/

#header .logo {
    width: 150px;
}

body.login #header .logo {
    width: 150px;
}

body.login:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

}


body.login:after {
    background: url("../../img/hall/login-big.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: 1800px){
    body.login:after {

        background: url("../../img/hall/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/hall/login-mobile.jpg") center center no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


.content-header {
    background-color: rgb(209, 209, 209) !important;
}

.content-header h2#pageTitle {
    color: #6e6e6e !important;
}

.user-profile {
    background-color: rgb(236, 236, 236) !important;
    color: #6e6e6e;

}

.logout,
.user-profile h3 {
    color: #6e6e6e !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: #911356 !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: #f3f3f3 !important;
    border-color: #f3f3f3 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #959595 !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: #911356 !important;
    border-color: #911356 !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: #959595 !important;
}

.highlight_text{
    display: inline;
    font-size: 1.2em;
    font-weight:bold;
    text-transform:uppercase;
    color: rgb(145, 19, 86);
}

div.bg-light-blue-active,
div.modal-primary div.modal-header,
div.modal-footer > .form-group > button.btn-custom {
    background: #911356 !important;
}


div.modal-footer > .form-group > button.btn-custom:hover {
    color: #911356 !important;
    background: #fff !important;
}

.startMessages li.Message i,
.product-box .product-box-icon {
    color: #f3f3f3 !important;
}

.information ul li:before,
.table-hover > tbody > tr:hover .downloadLink {
    color: #911356;
}

a {
    color: #959595;
}

.form-control:focus, .form-control:active {
    border-color: #911356 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #911356 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #911356 !important;
}

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
    background: #911356;
}

input[type=checkbox]:hover + label:before, input[type=radio]:hover + label:before {
    box-shadow: 0 0 8px #911356;
}

a:focus, a:hover {
    color: #911356;
    text-decoration: underline;
}

.btn-primary,
.btn.btn-custom,
.btn.btn-custom,
.cc_btn.cc_btn_accept_all.btn {
    background: #911356 !important;
    color: #fff !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: #fff !important;
    color: #911356 !important;
    border-color: #911356 !important;
    box-shadow: none !important;
    outline: none !important;
}

.push {
    height: 82px;
}

#footer {
    background: #fff !important;
    border-top: 1px solid #e4e4e4;

    height: 82px;
    margin-top: -82px;
}

#footer .top {
    border-bottom: 1px solid rgb(228, 228, 228);
}

#footer .bottom {
    height: 30px;
    line-height: 30px;

}

#footer a:hover {
    color: #911356;
    text-decoration: underline !important;
}

#footer .inside {
    color: #959595;
    padding: 0;
}

#footer .bottom {
    float: right;
    max-width: 1200px;
    margin: 0 auto;
}

#footer .bottom a {
    font-size: 12px;
}

#footer .bottom a:first-child {
    margin-right: 10px;
}

#footer .bottom a:last-child {
    margin-left: 10px;
}

/*
#footer .element h5 {
    color: #959595 !important;
}
*/

label.btn-primary.active {
    background: #959595 !important;
    border-color: #959595 !important;
}

#InvoiceYears label:hover, #DocumentTypes label:hover {
    color: #911356 !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: #959595 !important;
}


.btn-primary {
    border-color: #911356 !important;
}

.bg-sdk-light {
    background: #911356 !important;
}

::selection {
    color: #fff;
    background: #959595 !important;
}

::-moz-selection {
    color: #fff;
    background: #911356 !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    background: transparent;
}

::-webkit-scrollbar:vertical {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #f3f3f3;
    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 {
        position: static;
        width: 150px;
        float: left;
        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;
    }

    #footer .bottom{
        padding-right: 20px;
    }
    body.active-menu #header .logo {
        width: 110px;
    }
}

#footer .element {
    width: 25%!important;
    float: left!important;
    margin: 0!important;
    clear: none!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px!important;
}



.fa-company::before {
    background: url("../../favicon/hall/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: #911356 !important;
    color: #fff!important;
}



@media only screen and (min-width: 1000px){

    body .wrapper{
        padding-top: 130px;
    }
    body.login .wrapper{
        padding-top: 130px;
    }
}

.spin {
    background: url(../../img/hall/gears.svg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

#cookieConsentLink,
#cookieConsentLink:active,
#cookieConsentLink:focus,
#cookieConsentLink:visited {
    color: #911356 !important;
    font-weight: bold;
}
#cookieConsentLink:hover {
    color: #eee !important;
    font-weight: bold;
}
