.flash_message {
    position: absolute;
    width: 100%;
    top: 57px;
    z-index: 1037
}

.close-redirect {
    font-size: 1.8rem;
    line-height: 1.8rem;
    height: 58px;
}

.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}

.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}

.manage table .active_list {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .05);
}

table td {
    white-space: nowrap;
}

.deleteBtn {
    display: none;
}

.content .btn-tool {
    margin: 0;
    padding: 0 0.5rem;
}

@media screen and (min-width: 576px) {
    .modal-dialog-fluid {
        max-width: inherit;
        width: 95%;
    }
}

.content-header h1 {
    font-size: 1.4rem;
    margin: 0;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    height: auto !important;
    position: absolute;
}

.content-wrapper {
    bottom: 50px;
    top: 50px;
}

.main-footer {
    bottom: 0px;
    position: relative;
}

.toggle-password {
    cursor: pointer;
}

.brand-link .brand-image {
    border-radius: unset;
}

#process-overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.process-loading {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate-process 0.8s infinite linear;
    border: 5px solid #666666;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate-process {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.border-right-dashed {
    border-right: 1px dashed rgb(211, 211, 211, .8) !important;
}

.border-left-dashed {
    border-left-style: dashed !important;
}

#staff-manager-table tbody tr{
    height:73px;
}

.custom-border {
    border: 1px solid #000 !important;
}

.bg-light-gray {
    background-color: #D9D9D9 !important;
}

.select2-results__option,
.select2-selection__placeholder {
    font-size: 15px;
}

.select2-selection__placeholder {
    color: #000 !important;
}

.select2-selection.select2-selection--single {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
}

#estimateWokingDayModal .modal-body,
#anEstimateWokingDayModal .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.custom-file-label::after {
    display: none !important;
    content: "" !important;
}

.vin-adjust {
    font-size: 14px;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

td.custom-td-select {
    width: 155px;
}
td.custom-td-select span {
    font-size: 12px;
}
td.custom-td-select span.select2,
td.custom-td-select select {
    width: inherit !important;
    margin: auto;
}
.td-estimated-working-day input{
    font-size: 14px !important;
}
.td-branch-number {
    width: 80px;
}
.td-branch-number input {
    font-size: 14px !important;
    width: inherit;
    margin: auto;
    padding: 0.375rem 0.4rem;
}
.td-work-completed-date input {
    font-size: 14px;
}
.border-top-none {
    border-top: unset !important;
}
td.custom-width-td {
    width: 120px;
}
td.custom-width-td input.datepicker {
    width: inherit;
}
td.custom-width-checkbox {
    width: 50px;
}
td.custom-width-checkbox input[type=checkbox] {
    width: inherit;
}
.border-bottom-dashed {
    border-bottom: 1px dashed #000 !important;
}
.with-16-67 {
    width: 16.67% !important;
}