@charset "utf-8";
/* CSS Document */

*:focus {
    outline: none !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    background: url('/images/background.jpg') top center fixed;
    background-size: cover;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: rgba(255, 255, 255, 0.8);
}

.op-50 {
    opacity: .5
}

.m0auto {
    margin: 0 auto
}

.mt-10 {
    margin-top: -10px;
}

.mb-10 {
    margin-bottom: -10px;
}

.ml-10 {
    margin-left: -10px;
}

.mr-10 {
    margin-right: -10px;
}

.mt-5 {
    margin-top: -5px;
}

.mb-5 {
    margin-bottom: -5px;
}

.ml-5 {
    margin-left: -5px;
}

.mr-5 {
    margin-right: -5px;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.ml0 {
    margin-left: 0;
}

.mr0 {
    margin-right: 0;
}

.mt2 {
    margin-top: 2px;
}

.mb2 {
    margin-bottom: 2px;
}

.ml2 {
    margin-left: 2px;
}

.mr2 {
    margin-right: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mb3 {
    margin-bottom: 3px;
}

.ml3 {
    margin-left: 3px;
}

.mr3 {
    margin-right: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mb4 {
    margin-bottom: 4px;
}

.ml4 {
    margin-left: 4px;
}

.mr4 {
    margin-right: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mb7 {
    margin-bottom: 7px;
}

.ml7 {
    margin-left: 7px;
}

.mr7 {
    margin-right: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mb8 {
    margin-bottom: 8px;
}

.ml8 {
    margin-left: 8px;
}

.mr8 {
    margin-right: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mb12 {
    margin-bottom: 12px;
}

.ml12 {
    margin-left: 12px;
}

.mr12 {
    margin-right: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt100 {
    margin-top: 100px;
}

.mt50 {
    margin-top: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.p0 {
    padding: 0 !important
}

.p5 {
    padding: 5px
}

.p8 {
    padding: 8px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pt8 {
    padding-top: 8px;
}

.pb8 {
    padding-bottom: 8px;
}

.pl8 {
    padding-left: 8px;
}

.pr8 {
    padding-right: 8px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.w100p {
    width: 100%;
}

.w60 {
    width: 60px;
}

.w25 {
    width: 25px;
}

.h300 {
    height: 300px;
}

.h120 {
    height: 120px;
}

.h90 {
    height: 90px;
}

.h40 {
    height: 40px;
}

.h25 {
    height: 25px;
}

#top-bar {
    min-height: 25px;
}

.solid-white {
    background-color: #fff
}

.solid-grey-lt {
    background-color: #f0f0f0;
}

.grad-grey-lt {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: -o-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
}

.grad-grey-ts { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#ccffffff', GradientType=0); /* IE6-9 */
}

.grad-grey-lt-rev {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fff));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #fff);
    background-image: -o-linear-gradient(top, #f2f2f2, #fff);
    background-image: linear-gradient(to bottom, #f2f2f2, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
    *zoom: 1;
}

.bg-med {
    background: #eee
}

.sm-shadow {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.med-shadow {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.lg-shadow {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

.border {
    border: 1px solid #d4d4d4;
}

.bt {
    border-top: 1px solid #d4d4d4;
}

.bb {
    border-bottom: 1px solid #d4d4d4;
}

.bl {
    border-left: 1px solid #d4d4d4;
}

.br {
    border-right: 1px solid #d4d4d4;
}

.noborder {
    border: none !important
}

.nobt {
    border-top-color: transparent !important
}

.nobb {
    border-bottom-color: transparent !important
}

.nobl {
    border-left-color: transparent !important
}

.nobr {
    border-right-color: transparent !important
}

.round-img-border {
    border: 5px solid #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.round-xs {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.round-xs-top {
    border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
}

.round-xs-bottom {
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
}

.round-sm {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.round-sm-top {
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}

.round-sm-bottom {
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}

.round-med {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.round-med-top {
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
}

.round-med-bottom {
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
}

.round-lg {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.round-lg-top {
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
}

.round-lg-bottom {
    border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
}

.round-xl {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.round-xl-top {
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
}

.round-xl-bottom {
    border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
}

.navbar-brand img {
    display: block; /*remove inline-block spaces*/
    width: 40vw; /*make image streatch*/
    max-width: 250px;
}

.listBox .nav-tabs {
    border-bottom: none !important
}

.chevy:after {
    display: none
}


.form-control {
    background: rgba(255, 255, 255, 0.9);
}

.form-control:focus {
    color: #495057;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: inset 0 0 0 0.1rem rgba(0, 0, 0, .05);
}

.sheet.form-control {
    border-bottom: 1px solid #ced4da !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    padding-left: 5px !important;
    border-radius: 0 !important;
    margin-bottom: 3px !important;
}

.sheet.form-control:focus {
    color: #495057;
    background-color: #fafafa;
    box-shadow: none;
}

label.error {
    color: #ff0000 !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    float: right !important;
}

input.sheet.form-control.error {
    border-bottom: 1px solid #ff0000 !important;
    background-color: rgba(255, 0, 0, 0.025);
}

.btn.disabled, .btn:disabled {
    opacity: 1 !important;
    background-color: #cccccc;
    color: #999;
}

#send-to {
    /* box-sizing: padding-box; */
    overflow: hidden !important;
    /* demo only: */
    padding: 10px !important;
    font-size: 14px !important;
    display: block !important;
}

textarea.autoExpand {
    display: block;
    box-sizing: padding-box;
    overflow: hidden;
}

.fc-unthemed .fc-list-empty {
    background: transparent !important;
}

.btn-outline-secondary {
    color: #999 !important;
    background-color: #f8f9fa !important;
    border-color: #e9e9e9 !important;
}

.btn-outline-secondary:hover {
    color: #999 !important;
    background-color: #eeeeee !important;
    border-color: #e9e9e9 !important;
}

.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: none !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #f8f9fa !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 transparent;
}


.calendar-dropdown {
    margin: 0px !important;
    padding: 0px !important
}

#calendar-menu {
    padding: 0px
}

#calendar-menu .fc-header-toolbar {
    padding: 0px;
    margin: 0px;
    display: none
}

#calendar-menu .fc-list-view {
    border: none !important
}

#calendar-menu .fc-scroller {
    min-height: 43px !important
}

#calendar-menu .fc-list-empty {
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    font-weight: 400;
    white-space: nowrap;
    margin: .125rem 0 0;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    padding: 10px;
}


.nicescroll-rails {
    z-index: 999 !important;
    width: 15px !important;
}

.nicescroll-cursors {
    background-color: rgba(255, 255, 255, .9) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    width: 13px !important;
    margin-right: 1px !important;
    border-radius: 20px !important;
}

#ascrail2001 {
    padding-right: 6px;
    z-index: 9999999 !important
}

.announcement {
    opacity: .9
}

.announcement > .med-shadow {
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), inset 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.documentLibrary.dz-clickable .dz-message {
    color: rgba(0, 0, 0, 0.25);
    font-weight: 900;
    font-size: 52px;
    padding: 90px 0px 130px;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 1);
}

.fc-list-item:hover {
    border-bottom: 1px solid #d4d4d4;
}

body {
    background-color: transparent;
}

footer p {
    margin-bottom: 0 !important;
}

.table-bordered {
    background-color: whitesmoke;
}

#contact-list .form-group {
    margin: 0;
}

ul.pagination {
    margin: 0;
}

.kv-grid-bs4 a.desc:after, .kv-grid-bs4 a.asc:after {
    margin-left: 5px;
}

#listContent .col-form-label-sm {
    padding: 0;
    margin: 0;
    color: grey;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin: 0.375rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.3;
}

.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.counter .fa-4x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
