﻿.top-bar, .top-bar ul {
    background-color: #688c41 !important;
}
div.top-bar {
    color: white;
}
.top-bar li a {
    color: white !important;
}
.btn-primary {
    background-color: #41688c;
    color: #fefefe;
}
.btn-secondary {
    background-color: #61676c;
    color: #fefefe;
}
    .btn-success {
        background-color: #418c8b;
        color: #fefefe;
    }
footer {
    bottom: 0;
    left: 0;
    width: 100%;
}
tr.group, tr.group:hover {
    background-color: #ddd !important;
}
div#recruit-dataTable_wrapper {
    width: 100%;
    color: rgba(0,0,0,.87);
    font-weight: 400;
    font-family: Roboto,RobotoFallback,Helvetica,Arial,sans-serif;
    float: left;
    padding-right: 15px;
}
span.displayValue {
    display: block;
}

#recruit-dataTable td {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 20px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #61676c;
    color: white;
}

.filters th:nth-child(1), .filters th:nth-child(2) {
    color: white;
}
.backdrop {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white; /* Black background with opacity */
    opacity: 0.9;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: progress;
}

.spinner {
    z-index: 3;
    position: fixed;
    top: calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 40px;
    height: 40px;
    border-top: 8px solid #547797;
    border-right: 8px solid #41688C;
    border-bottom: 8px solid #418C8B;
    border-left: 8px solid #549796;
    border-radius: 50%;
    animation-name: spin;
    animation-duration: .7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.spinner-container {
    z-index: 9999; /* Set at the very front */
    position: absolute;
    top: calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    display: none; /* Hidden by default */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        border-left: 8px solid #41688C;
    }

    25% {
        transform: rotate(360deg);
        border-left: 8px solid #418C8B;
    }

    50% {
        transform: rotate(720deg);
        border-left: 8px solid #61676C;
    }

    75% {
        transform: rotate(1080deg);
        border-left: 8px solid #DFE0E1;
    }

    100% {
        transform: rotate(1440deg);
        border-left: 8px solid #DFE0E1;
    }
}

.logo {
    position: fixed;
    top: calc(50% + 35px);
    left: calc(50% - 40px);
    font-family: sans-serif;
    color: gray;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
}
.pointer {
    cursor: pointer;
}
article.row.table-full {
    padding-left: 25px;
    padding-right: 25px;
}
.form-padding {
    padding-bottom: 1.5rem;
}
.button.success:focus, .button.success:hover {
    background-color: #418c8b;
    color: white;
}
/*nav.navbar {
    background-color: #688c41 !important;
}*/
/*a.navbar-brand {
    color: white !important;
}*/
.pagination li:first-child, .pagination li:last-child {
    display: inline-block;
}
.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: .875rem;
    display: none;
}
.pagination a, .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a;
}
.float-right {
    float: right;
}
body {
    background-color: #f2f2f2;
}
table#recruit-dataTable {
    background-color: white;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 4px;
    background-color: #fff;
    margin: 2px 2px 3px;
}
tr.pointer.even {
    background-color: white;
}
tr.group td {
    color: rgba(0,0,0,.54);
    font-weight: 700;
}
.modal-dialog {
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #41688c;
}
.pills {
    color: #41688c;
}
span.editor-display.value {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 1px solid #f6f6f6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}
table.dataTable.table-striped > tbody > tr.odd {
    --bs-table-accent-bg: white;
}
th select {
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -moz-appearance: none;
}
div.dataTables_wrapper div.dataTables_filter input {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -moz-appearance: none;
}
.btn-default {
    border: 1px solid #ccc;
}
.eventForm .row.g-3.editor-container {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.addressForm .row.g-3.editor-container {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.phoneForm .row.g-3.editor-container {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.commentsBody .row.g-3.editor-container {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    div.col-sm-7.five-three {
        width: 60% !important;
    }

    div.col-sm-5.five-two {
        width: 40% !important;
    }
}
.work-process {
    padding: 0;
    /* margin: -10px; */
}
nav.navbar.navbar-expand-lg.fixed-top.scrolling-navbar {
    border-bottom: 1px solid #dee2e6 !important;
    position: relative; 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: white;
}
.navbar-header {
    padding-top: 0.8125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.btn {
     border-radius: 0px !important; 

}
.button-group .button {
    border-radius: 5px !important;
}
.btn-default {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    padding: 10px 30px !important;
}
.form-control {
    border-radius: 5px !important;
}
select {
    border-radius: 5px !important;
}
nav.navbar.navbar-expand-lg.fixed-top.scrolling-navbar {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 12%);
}
h4.float-left {
    font-size: 1.7rem !important;
}
.btn {
    border-radius: 5px !important;
}
.pointer .statusColor {
    color: #fff;
    float: left;
    font-size: 11px;
    padding: 0 14px;
    background: #58b6bb;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 30px;
}
.btn-common:hover::before {
    transform: scale(2, 2) !important;
}
.navbar-expand-lg .navbar-nav li a:hover, .navbar-expand-lg .navbar-nav li .active > a, .navbar-expand-lg .navbar-nav li a:focus {
    color: white !important;
}
a.navbar-brand {
    color: #688c41 !important;
}
.button-group .button {
    background: #688c41 !important;
}
#copyright {
    background-color: #688c41 !important;
}
.job-search-form .button {
    background: #688c41 !important;
}
select:focus {
    border: 1px solid #ced4da !important;
}
label.displayValue {
    color: black;
}
.filters .noFilter {
    color: white;
}
th.input {
    vertical-align: top !important;
}
button.btn.btn-link.btn-block.text-left {
    color: #41688c !important;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
}

div#v-pills-tab {
    padding-right: 10px;
}

.card-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

h5.modal-title {
    font-size: 1.5rem !important;
}

.hero-area {
    background: #f7f7f7 !important;
}
.button-group .button {
    padding: 10px 30px;
}
.edit-submit-btn {
    margin-bottom: 10px;
}
table.dataTable tr.dtrg-group.dtrg-level-0 td {
    font-size: 16px !important;
}
#recruit-dataTable_wrapper .small-6.columns.cell {
    width: 50%;
    padding-top: 10px;
}

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .notfound .notfound-404 {
        position: relative;
        height: 240px;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 252px;
            font-weight: 900;
            margin: 0px;
            color: #262626;
            text-transform: uppercase;
            letter-spacing: -40px;
            margin-left: -20px;
        }

            .notfound .notfound-404 h1 > span {
                text-shadow: -8px 0px 0px #fff;
            }

        .notfound .notfound-404 h3 {
            font-family: 'Cabin', sans-serif;
            position: relative;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            color: #262626;
            margin: 0px;
            letter-spacing: 3px;
            padding-left: 6px;
        }

    .notfound h2 {
        font-family: 'Cabin', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: #000;
        margin-top: 0px;
        margin-bottom: 25px;
    }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 200px;
    }

        .notfound .notfound-404 h1 {
            font-size: 200px;
        }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 162px;
    }

        .notfound .notfound-404 h1 {
            font-size: 162px;
            height: 150px;
            line-height: 162px;
        }

    .notfound h2 {
        font-size: 16px;
    }
}
#cloc-container {
    color: black;
}
.list-column {
    width: 25%;
    float: left;
}
.carrierLocContainer.list-group-item.d-flex.justify-content-between.align-items-start.list-column {
    width: 30%;
}
button#saveCarrierLocations {
    clear: both;
    float: left;
    margin-top: 1rem;
}
div#home {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px; /* height of your footer */
}
body {
    background: #f7f7f7 !important;
}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    display: none;
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    display: none;
}
.toast-message button {
    padding-left: 0px;
}
.modal-title i {
    padding-right: 0.8rem;
}
.fieldLabel {
    width: 21%;
    background: #f7f7f7 !important;
}
.widgetContainer {
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #dddddd;
    -moz-box-shadow: 1px 1px 3px #dddddd;
    box-shadow: 1px 1px 3px #dddddd;
    border: 1px solid #eaeaea;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 15px;
}
.widgetContainer .widget_header {
    padding-top: 0;
    border-bottom: 1px solid #dddddd;
}
.widget_header {
    padding: 12px 0 3px;
}
.widgetContainer .widget_header h4 {
    padding-top: 7px;
    font-size: 15px;
    line-height: 18px;
}
.widgetContainer .widget_contents {
    padding-top: 10px;
}
.recentComments {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
.commentContainer {
    border-radius: 2px;
}
    .commentContainer .commentTitle {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        margin-bottom: 10px;
    }
.recentComments .addCommentBlock {
    border: 0;
    margin-top: 0;
    display: block;
}
.commentContainer .addCommentBlock {
    background-color: #eeeff2;
    background-image: -moz-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: -ms-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeff2), to(#eeeff2));
    background-image: -webkit-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: -o-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: linear-gradient(top, #eeeff2, #eeeff2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeff2', endColorstr='#eeeff2', GradientType=0);
    border-color: #eeeff2 #eeeff2 #c3c6d1;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #dddddd;
    padding: 12px 12px 5px;
    min-height: 115px;
    margin-top: 15px;
    display: block;
}
.recentComments .commentDetails {
    display: block;
}
.commentContainer .commentDetails {
    background: #ffffff;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
    border-radius: 2px;
    padding: 10px 10px 5px;
    display: inline-block;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
    .commentContainer .commentDetails .commentDiv {
        width: 380px;
    }
.recentComments .commentDiv {
    min-width: 100%;
}
.commentContainer .commentTitle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-bottom: 10px;
    color: #2b2b2b;
}
.commentContainer .addCommentBlock .commentcontent {
    padding: 8px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    resize: none;
}
.recentComments .addCommentBlock {
    border: 0;
    margin-top: 0;
    display: block;
}
.commentContainer .addCommentBlock {
    background-color: #eeeff2;
    background-image: -moz-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: -ms-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeff2), to(#eeeff2));
    background-image: -webkit-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: -o-linear-gradient(top, #eeeff2, #eeeff2);
    background-image: linear-gradient(top, #eeeff2, #eeeff2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeff2', endColorstr='#eeeff2', GradientType=0);
    border-color: #eeeff2 #eeeff2 #c3c6d1;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #dddddd;
    padding: 12px 12px 5px;
    min-height: 115px;
    margin-top: 15px;
    display: block;
}
textarea {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.createdDate {
    font-size: 12px;
    color: #999999;
}
.widgetContainer .widget_header h4 {
    padding-top: 7px;
}
.commentsBody i {
    font-size: 30px;
}
.events {
    color: #2b2b2b;
}
.modal-fullscreen {
    width: auto !important;
}
.btn-action-small {
    padding: 5px 17px !important;
    font-size: 12px !important;
    text-transform: inherit;
    line-height: 1.7;
}
.btn-action-default {
    color: #2d2d2d !important;
    background: #f5f5f5 !important;
    text-transform: none !important;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%) !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    border: 1px solid #ccc !important;
    border-bottom-color: #bbb !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    font-weight: 500;
}
.table > :not(:first-child) {
    border-top: 2px solid #ccc !important;
}
.dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover, .dropdown .dropdown-item.active {
    background: #41688c !important;
}
.phoneForm .row.g-3.editor-container {
     padding-bottom: 0px !important; 
     border-bottom: none !important; 
     margin-bottom: 0px !important; 
}
.addressForm .row.g-3.editor-container {
    padding-bottom: 0px !important;
    border-bottom: none !important;
    margin-bottom: 0px !important;
}
.form-control {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 13px;
    border-radius: 30px;
    border: 1px solid #ececec;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.noteTab {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#filterModal {
    width: 50%;
    height: 100%;
}
.filterContainer {
    FLOAT: RIGHT;
    padding-left: 2rem;
    background: white;
    border-left: 1px solid #ccc;
    padding-top: 1rem;
    min-height: 2000px;
    border-bottom: 1px solid #ccc;
}
#filterForm label {
    color: #212529;
    padding-left: 0px;
    font-weight: bold;
    padding-top: 10px;
}

.dataTables_wrapper .dataTables_filter {
    visibility: hidden;
}
.filterContainer h4 {
    font-size: 1.6rem;
}
.filterHeader {
    width: 50%;
    float: left;
    display: inline;
    margin-bottom: 15px;
}
.filterLinks {
    width: 50%;
    float: right;
    display: inline;
    text-align: right;
    color: #191c1e;
    padding-right: 15px;
}
#filterForm hr {
    color: #191c1e;
}
input#dateFilter1 {
    width: 45%;
    display: inline;
}
input#dateFilter2 {
    width: 45%;
    display: inline;
}
.hireDate span {
    width: 10%;
    color: #191c1e;
    padding-top: 0.7rem;
    display: flex;
    justify-content: center;
}
.form-control {
    padding: 10px !important;
}
form#filterForm {
    padding: 10px;
}
.recruitStatusCb {
    margin-right: 5px;
}
.keywordsBorder {
    padding-bottom: 30px;
    border-bottom: 1px solid #6c757d;
    margin-bottom: 5px;
}
#filterForm input {
    border: 1px solid #ccc;
}
#filterForm select {
    border: 1px solid #ccc;
}
.statusIDContainer {
    border: 1px solid #ccc;
    padding: 10px 5px;
}
#statusIDList .list-group.row {
    padding-left: 10px;
}
.padding-container {
    padding-right: 0px;
}
.btn-settings {
    padding: 3px 10px !important;
}
.dragdropContainer {
    color: black;
}
.preview-img.loadableImg {
    width: 15%;
}
#drag-and-drop-zone {
    border: 1px dashed #ccc;
    text-align: center;
    margin-bottom: 1rem;
}
.ddImageModal img.mr-3.mb-2.preview-img {
    width: 100%;
}
.docView {
    color: #212529;
}
.iewarning .alert {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}
.iewarning {
    display: none;
}
.docView table.table {
    table-layout: fixed !important;
}
.btn.disabled, .btn:disabled {
    opacity: .60 !important;
}
.disabled-link {
    opacity: .60;
}
span.private-data {
    color: #333;
}
.fileTypeSelector {
    -moz-column-count: 2;
    -moz-column-gap: 50%;
    -webkit-column-count: 2;
    -webkit-column-gap: 50%;
    column-count: 5;
    column-gap: 1%;
    margin-bottom: 1rem;
}
.redacted-input {
    background-color: #e9ecef;
    opacity: 1;
}
.required {
    display: none;
    color: #dc3545;
}
#photo-list_filter {
    visibility: visible !important;
}
input.form-check-input {
    background: white !important;
}
.column {
    height: 200px;
    overflow-y: scroll;
}
#summaryImageLoading {
    color: #9a9a9a;
}