.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/assets/theme/img/loader-128x/Preloader_3.gif') center no-repeat #fff;
}
body {
    background-color: #E4E6E9;
    color: #393939;
}

#sessionMessage {
    min-width: 300px;
    width: auto;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    position: absolute;
    top: 60px;
    right: 0;
}

#first {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

#first video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#first .container {
    position: relative;
    z-index: 2;
}

#first .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

#first h3 {
    color: #ffffff;
}

a {
    color: #4C8FBD;
}

.green {
    color: #69AA46 !important;
}

.navbar {
    background-color: #438EB9 !important;
}

.breadcrumb {
    background-color: #ffffff;
}

.main-content {
    background-color: #ffffff;
}

.btn {
    border-radius: 0;
}

.btn.btn-white, .btn.btn-white.no-hover:active, .btn.btn-white.no-hover:hover {
    background-color: #FFF !important;
}

.btn.btn-link, .btn.btn-link:hover, .btn.btn-white {
    text-shadow: none !important
}

.btn-white.no-border {
    border-color: transparent !important
}

.btn-white.btn-success {
    border-color: #a7c9a1;
    color: #81a87b !important;
}

.btn-white.btn-danger {
    border-color: #d7a59d;
    color: #b7837a !important;
}

.btn-white.btn-info {
    color: #70a0c1 !important;
}

.btn-white.btn-success.active, .btn-white.btn-success:active, .btn-white.btn-success:focus, .btn-white.btn-success:hover, .open > .btn-white.btn-success.active.dropdown-toggle, .open > .btn-white.btn-success.dropdown-toggle {
    background-color: #edf4eb !important;
    border-color: #a7c9a1;
    color: #6ea465 !important;
}

.btn-white.btn-info.active, .btn-white.btn-info:active, .btn-white.btn-info:focus, .btn-white.btn-info:hover, .open > .btn-white.btn-info.active.dropdown-toggle, .open > .btn-white.btn-info.dropdown-toggle {
    background-color: #eef5fa !important;
    border-color: #8fbcd9;
    color: #5896bf !important;
}

.btn-info, .btn-info.focus, .btn-info:focus {
    background-color: #6FB3E0 !important;
    border-color: #6FB3E0;
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn.btn-bold, .btn.btn-round {
    border-bottom-width: 2px;
}

.form-control-plaintext {
    border: 1px solid #D5D5D5;
    padding-left: .375rem;
}

.page-header {
    margin: 0 0 12px;
    border-bottom: 1px dotted #E2E2E2;
    padding-bottom: 16px;
    padding-top: 7px;
}

.page-header h1 {
    padding: 0;
    margin: 0 8px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #2679B5;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
}

.chiller_cb input {
    display: none;
}

.chiller_cb input:checked ~ span {
    background: #fd2727;
    border-color: #fd2727;
}

.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}

.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
}

.chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}

.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}

.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

.dropdown-item.active, .dropdown-item:active,
.page-item.active .page-link {
    background-color: #307ECC;
}

.page-link {
    color: #4C8FBD;
}

.table-header {
    background-color: #307ECC;
    color: #FFF;
    line-height: 2.5rem;
    padding-left: 1rem;
    margin-bottom: .1rem
}

.dataTables_wrapper .row:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #EFF3F8;
    margin: 0;
}

.has-success .help-block, .has-error .help-block {
    font-size: 12px;
}

.has-success .help-block {
    color: #6bb951;
}

.has-error .help-block {
    color: #f24834;
}

.card {
    border-radius: 0;
}

.card-title {
    color: #4C8FBD;
    background-color: #EEF4F9;
    position: relative;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    padding: 10px;
    display: block;
    text-align: center;
}

.form-control {
    border: 1px solid #D5D5D5;
    padding-left: .375rem;
}

.datepicker {
    border-radius: 0;
}

.dataTable > tbody > tr.selected > td {
    background-color: #dff0d8;
}

.form-group input:disabled, .form-group input[disabled] {
    color: #848484 !important;
    background-color: #EEE !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: 2px solid #4C8FBD;
    border-radius: 0;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15);
}

.nav-tabs > li > a {
    border: 1px solid #C5D0DC;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus {
    border-radius: 0 !important;
    border-color: #C5D0DC;
    background-color: #F9F9F9;
    color: #999;
    margin-right: -1px;
    line-height: 18px;
    position: relative;
}

.alert {
    border-radius: 0;
}

td div.bootstrap-select {
    width: 15rem;
}

td input.quantity {
    width: 5rem;
}

.input-group-text {
    border-radius: 0;
}

.bootstrap-select {
    border-radius: 0;
}

.bootstrap-select button {
    border: 1px solid #D5D5D5;
}

.btn-primary {
    background-color: #428BCA;
    border-color: #428BCA;
}

#w2b-StoTop {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px;
    background-color: #EEEEEE;
    background-color: rgba(238, 238, 238, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99EEEEEE', EndColorStr='#99EEEEEE');
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #444;
    text-decoration: none;
    border: 1px solid #C9C9C9;
}
