input.error, select.error, textarea.error {
    border: 1px solid #ff3e1d;
    color: inherit !important;
}
select.error + label + span.select2.select2-container{
    border: 1px solid #ff3e1d;
}
.border-red{
    border: 1px solid #ff3e1d;
}
form label.error {
    display: none !important;
}
label#password-again-error {
    display: block !important;
}
a.contractReportInit.active button {
    background-color: #252121 !important;
    border-color: #252121 !important;
    border: 1px double white;
    outline: 2px solid #870500;
    outline-offset: 5px;
    box-shadow: none;
}
span.red{
    color: red;
}
.hide{
    display: none !important;
}
.datepicker-container.datepicker-dropdown{z-index: 100000 !important;}
/** File Upload **/
.upload-wrapper .drop, .upload-wrapper-report .drop {
    height: 100%;
    min-height: 200px;
    display: flex;
    border: 3px dashed #DADFE3;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: white;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: relative;
}
.upload-wrapper .drop .cont, .upload-wrapper-report .drop .cont {
    color: #8E99A5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.upload-wrapper .drop .cont i, .upload-wrapper-report .drop .cont i {
    font-size: 24px;
    position: relative;
}
.upload-wrapper .drop .cont .tit, .upload-wrapper-report .drop .cont .tit {
    font-size:24px;
    text-transform: uppercase;
}
.upload-wrapper .drop input, .upload-wrapper-report .drop input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}  
.upload-wrapper #list, .upload-wrapper-report #list {
    width: 100%;
    text-align: left;
}
.upload-wrapper #list .thumb, .upload-wrapper-report #list .thumb {
    height: 75px;
    margin: 10px 5px 0 0;
    object-fit: contain;
}
/** End **/
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #22222257;
    z-index: 200000;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(135, 5, 0, 0.45);
    border-top-color: #870500;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/** Datatables **/
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before{
    content: "none" !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after{
    content: "none" !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before{
    content: "" !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after{
    content: "" !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0.8em;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 1.7em;
}
div.dataTables_wrapper div.dataTables_length {
    padding-top: 0.3em;
}
.dataTables_processing {
    display: none !important;
}
/** End */