.wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
    width: 100%!important;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.actionButtons {
    white-space: nowrap;
}
.actionButtons span, .actionButtons a {
    font-size: 1.8em;
    padding: 0.2rem 0.2rem;
    margin-right: 5px;
    line-height: 1em;
    vertical-align: middle;
}
.pointer {
    cursor: pointer;
}

.table td, .table th {
    padding: .3rem .4rem;
    font-size: 12px;
    vertical-align: middle;
}

.table-sm td, .table-sm th {
    padding: .3rem;
}

.tablebox {
    margin-bottom: 10px;
}

.card-header {
    padding: 0.5rem 1.5rem;
}

.select2-container--default .select2-results__group {
    font-weight: bold;
    /* border-top: 1px solid #dedede;
    background-color: #f8f8f8; */
    border-bottom: 1px solid #efefef;
}

.select2-container .select2-selection--multiple {
    border-color: #e3eaef!important;
}

.hasPasteZone {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

.dropzone {
    border: 2px dashed #e3eaef;
    padding: 8px 40px;
    min-height: 110px;
    font-size: 75%;
    line-height: 1.5em;
}

.wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover {
    background: #000B3D;
}

.wizard>.content>.body ul>li {
    padding-left: 20px;
}

.wizard>.steps .error a, .wizard>.steps .error a:active, .wizard>.steps .error a:hover {
    background: #f1556c;
    border-color: #f1556c;
}

.dropzone .dz-message {
    margin: 1em 0;
}

.pasteDropzone {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border: 2px dashed #e3eaef;
    border-top: none !important;
    background: #fbfbfb;
}

.jq-toast-wrap {
    z-index: 100000!important;
}

.select2-hidden-accessible.parsley-error ~ ul ~ .select2-container--default .select2-selection--single {
    border-color: #f34943 !important;
}

.select2-hidden-accessible.parsley-error ~ ul ~ .select2-container--default .select2-selection--multiple {
    border-color: #f34943 !important;
}

.select2-hidden-accessible.parsley-success ~ ul ~ .select2-container--default .select2-selection--single {
    border-color: #31ce77 !important;
}

.dropzone .dz-preview .dz-details {
    cursor: pointer;
}

.dz-size, .dz-filename {
    display: none;
}

.dropzone .dz-preview.dz-image-preview {
    max-width: 120px;
    min-width: 120px;
    text-align: center;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    width: 100%;
    height: auto;
}

.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    width: 60px;
    height: 95px;
    margin: auto;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 0.5;
}

.iconDelete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer !important;
}

.iconSaving {
    margin: 0 5px;
    font-size: 2em;
    line-height: 1em;
    vertical-align: middle;
    color: #444444;
}

.datepicker-dropdown, .daterangepicker {
    z-index: 100000 !important;
}

.fullWidth {
    width: 100%;
}

.dropZoneFiles h4 {
    margin-top: 15px;
    margin-bottom: 20px !important;
}

.dataTables_processing {
    z-index: 1;
}

#filtersHolder label {
    font-size: 0.9em;
    margin-bottom: 0;
}

#filtersHolder .form-group {
    margin-bottom: 0.5rem;
}

#filtersHolder .col-md-2,
#filtersHolder .col-md-3,
#filtersHolder .col-md-4,
#filtersHolder .col-md-5,
#filtersHolder .col-md-6,
#filtersHolder .col-md-7,
#filtersHolder .col-md-8,
#filtersHolder .col-md-9,
#filtersHolder .col-md-10,
#filtersHolder .col-md-11,
#filtersHolder .col-md-12 {
    padding-right: 3px;
    padding-left: 3px;
}

#filtersHolder .card-body {
    padding: 1rem 1.5rem 0.5rem;
}

#filtersHolder .form-control {
    padding: 0.25rem .25rem !important;
    min-height: calc(1.1em + .9rem + 2px) !important;
    height: calc(1.2em + .9rem + 1px);
}

#filtersHolder .select2-container .select2-selection--multiple .select2-selection__choice {
    padding: 0 7px;
    margin-top: 1px;
    font-size: 1em;
}

#filtersHolder .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}


#filtersHolder .select2-container .select2-selection--single {
    height: 32px;
}

#filtersHolder .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

#filtersHolder .select2-container .select2-selection--multiple .select2-selection__rendered {
    /* padding: 4px 4px; */
}

#filtersHolder .select2-container .select2-selection--multiple {
    /* height: auto!important; */
    min-height: 32px !important;
    /* padding: 0.25rem .25rem !important; */
    /* min-height: calc(1.1em + .9rem + 2px) !important; */
}


#filtersHolder .select2-container .select2-selection--multiple li {
    margin-top: 2px!important;
}

#filterButtons {
    border-top: 1px solid#eff2f4;
    padding: 10px 13px;
    margin: 10px -25px 0px;
}

.form-group-foot {
    font-size: 12px;
    background-color: aliceblue;
    margin-top: -20px;
    padding: 7px 10px 4px;
    margin-bottom: 10px;
    color: #989da3;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
}

.dropzone .h3, .dropzone h3 {
    color: #98a6ad;
    font-size: 1.3em;
}

.swal2-actions button {
    margin: 5px;
}

.custombox-lock .select2-container {
    z-index: 9999999;
}

/* MORE THAN 1200 px */
@media (min-width: 1200px) {
    .container-fluid {
        max-width: 1400px;
    }
}

/* LESS THAN 600px */
@media (max-width: 600px) {
    .fullWidthImage {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
        left: 100%;
        right: auto;
    }
}

@media (min-width: 768px) {
    .hideOnDesktop { display: none; }
}

.bigSelect .select2-selection--single {
    height: 100% !important;
}
.bigSelect .select2-selection__rendered{
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 25px !important;
}

.bigSelect .select2-selection__rendered {
    line-height: 24px !important;
}

.featured-row {
    background: #fafafa;
    margin: 15px 0;
    padding: 15px 15px;
    border-radius: 4px;
}

.warning-row {
    background: #fff8e5;
    margin: 15px 0;
    padding: 15px 15px;
    border-radius: 4px;
}

.alternated-row {
    border: 3px dashed #dcdcdc;
    margin: 15px 0;
    border-radius: 4px;
    padding: 15px 15px;
}

.concealable label {
    display: block;
}

.concealable .select2-container {
    width: 100% !important;
}

.checkbox-independent {
    float: left;
    margin-right: 10px;
}

.checkbox-independent-label {
    float: left;
    width: 90%;
}

.border-orange {
    border-color: #f48510 !important;
}

.bg-orange {
    background-color: #f48510!important;
}

.text-orange {
    color: #f48510!important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f1f5f7;
}

.big-icon {
    font-size: 2.2em;
    vertical-align: middle
}

.medium-icon {
    font-size: 1.8em;
    vertical-align: middle
}

.checkbox-two-columns .form-check {
    float: left;
    width: 50%;
}
.form-check-inline {
    margin-right: 20px;
}

.sk-wave {
    margin: 0 auto;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 8px;
    color: #f1556c;
}

.info-box {
    padding: 10px;
    border: 1px solid #e3eaef;
    position: relative;
}

.info-box h5 {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 0px;
}
.info-box i {
    font-size: 19px;
    vertical-align: middle;
}

.progress-xl {
    height: 20px;
}

.close-jq-toast-single {
    color: #FFF;
}

.navigation-menu>li>a {
    padding: 20px 15px;
}

.font-3rem {
    font-size: 3rem!important;
}
.font-6rem {
    font-size: 6rem!important;
}

.custom-checkbox label.required::after {
    left: -35px
}

.custom-radio label.required::after {
    content: '';
}

b, strong {
    font-weight: 800;
}

.custom-control-label {
    font-weight: 400;
}

.sk-chasing-dots .sk-child,
.sk-circle .sk-child:before,
.sk-cube-grid .sk-cube,
.sk-double-bounce .sk-child,
.sk-fading-circle .sk-circle:before,
.sk-folding-cube .sk-cube:before,
.sk-rotating-plane,
.sk-spinner-pulse,
.sk-three-bounce .sk-child,
.sk-wandering-cubes .sk-cube,
.sk-wave .sk-rect {
    background-color: #000B3D;
}

.custom-file-label::after {
    font-family: "Font Awesome 5 Free", Arial, sans-serif;
    content: "\f002";
    font-weight: 900;
}

.bootstrap-filestyle label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.custom-file-box {
    padding: 2px;
    border-radius: 4px;
    background-clip: padding-box;
}

.dropzone-image figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 230px;
}

.dropzone-image figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
    display:block;
    /*
       flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}

dl.inline {
    display: grid;
    grid-template-columns: max-content auto;
}

dl.inline dt {
    grid-column-start: 1;
    padding-right: 20px;
}

dl.inline dd {
    grid-column-start: 2;
}

@media screen and (max-width: 320px) {
 .logo-sm img {
     width: 100px;
     height: auto;
 }
}

@media screen and (max-width: 768px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;
        display:block;

    }
    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        width:100%;
    }

    .hideOnMobile {
        display: none;
    }
}

.page-title-box .page-title {
    font-size: 24px;
}

.page-item.active .page-link {
    color: #464223;
    background: #FEF001;
    border-color: #FEF001;
}

.page-link:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(206, 203, 2, 0.25);
    box-shadow: 0 0 0 0.15rem rgba(206, 203, 2, 0.25);
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(206, 203, 2,.5);
    box-shadow: 0 0 0 0.15rem rgba(206, 203, 2,.5);
}

.tooltipster-sidetip .tooltipster-content{
    color:#464223;
}

.tooltipster-sidetip .tooltipster-box {
    background-color: #FEF001;
    border: 2px solid #FEF001; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #FEF001; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #FEF001; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #FEF001; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #FEF001; }

.btn-primary {
    color: #464223;
    background-color: #FEF001;
    border-color: #FEF001;
}

.btn-primary:hover {
    color: #464223;
    background-color: #d4c90a;
    border-color: #d4c90a;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #464223;
    background-color: #d4c90a;
    border-color: #aca507;
}

.bg-primary {
    background-color: #FEF001!important;
}

.table-bordered th.bg-primary {
    border: 1px solid #FEF001;
}

.table thead th.bg-primary {
    border-bottom: 2px solid #FEF001;
}

.btn-secondary {
    color: #FFF;
    background-color: #444444;
    border-color: #444444;
}

.btn-secondary:hover {
    color: #FFF;
    background-color: #282828;
    border-color: #282828;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #282828;
    border-color: #0000;
}


#topnav {
    background: #fef001;
}



.navigation-menu > li a {
    color: #464223;
}

.navigation-menu > li:hover a {
    color: #000;
}

.navigation-menu>li>a {
    transition: none;
}

.navbar-custom .topnav-menu .nav-link {
    line-height: 77px;
}

.card-header {
    border-bottom: 1px solid #e5e8eb;
}
.card-header, .card-title {
    margin-top: 0;
}
.h5, h5 {
    font-size: .9375rem;
}


/* SubDataTables */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: 1px solid #e3eaef;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "▼";
}

table.dataTable td.dt-control:before {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    content: "►";
}

table.dataTable .dataTables_scroll {
    margin-top: 10px !important;
}
/* #entityTable .tablebox {
    border: 1px solid black;
}
#entityTable .dt-buttons {
    margin-top: 20px;
} */


/* RADIO BUTTONS */
.radiobutton label {
    float: left;
    clear: none;
    display: block;
    padding: 0px 2em 0px 20px;
}
.radiobutton input[type=radio],
.radiobutton input.radiobutton {
    float: left;
    clear: none;
    margin: 2px 0 0 2px;
}

td.isClickable div {
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 2px;
    line-height: 2em;
    border: 1px solid #e0e0e0;
}

span.badge {
    font-size: small !important;
}

.alert-secondary {
    color: #3f3f3f;
    background-color: #f0f0f0;
    border-color: #e7e7e7;
}

.budgeRowTitle {
    background: #D8D8D8;
}

.budgeRowTotal {
    text-transform: uppercase !important;
    font-size: large !important;
}

.budgeRowSubTotal {
    text-transform: uppercase !important;
    font-size: medium !important;
}

.scroll_activities {
    height: 300px !important;
    overflow-y: scroll !important;
    margin: 20px 0px !important;
}

.scroll_activities .form-group label {
    line-height: 1 !important;
}

.scroll_staffmonths {
    height: 300px !important;
    overflow-y: scroll !important;
    margin: 20px 0px !important;
}