.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}

.group-leave {
    text-align: center;
    font-style: italic;
    float: left;
    width: 100%;
    border-top: 0;
}

#user-section {
    margin-bottom: 20px;
}

.message-text {
    padding: 15px;
    margin: 10px;
    background-color: #f5f5f5;
    border-radius: 5px !important;
    border: 1px !important;
    width: 50%;
    float: left;
}

#chat {
    display: block;
    float: left;
    margin-top: 10px;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
}

.otherconsultant .consultantReply p{
    font-style:italic;
}

.chat-right-col .btn {
    padding: 2px 4px;
    font-size: 12px;
}

.sms-toggle {
    margin-top: 5px;
}

.last-message-summary {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-initials-container {
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    background: gray;
    border-radius: 40px;
    color: #fff;
}
.nav-tabs > li.active > .channel-tab-button,
.nav-tabs > li.active > .channel-tab-button:hover {
    border: 0;
    border-bottom: 1px solid #eee;
}

.top-nav > .open > .dropdown-menu > li > form > a {
    white-space: normal;
}

.dropdown-menu > li > form > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.candidates-wrapper {
    margin-bottom: 20px;
}

.table-striped > tbody > tr.active-user {
    background-color: #dff0d8;
}

.nav-md .container.body .right_col {
    padding: 10px 20px 0;
    /*margin-left: 230px;*/
}

/*.main_container .top_nav {
    margin: 0;
}*/

.navbar .brand {
    float: left;
    display: block;
    padding-top: 12px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    top: 2px;
    color: #5E6974;
    margin-left: 20px;
}

.navbar-fixed-top {
    position: static;
}

.container {
    width: 100%;
    padding: 0;
}

/*.navbar {
    margin-bottom: 20px;
    background: #F7F7F7;
}*/


/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    margin-bottom: 0.5em;
}

.subnavbar-inner {
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: stretch;
    justify-content: space-between;
}

    .subnavbar .container > ul > li {
        min-width: 90px;
        height: 74px;
        padding: 0;
        margin: 0;
        text-align: center;
        list-style: none;
        border-left: 1px solid #d9d9d9;
        display: block;
        flex: 1 1 auto;
    }

        .subnavbar .container > ul > li > a {
            display: block;
            height: 100%;
            padding: 0 15px;
            font-size: 16px;
            font-weight: bold;
            color: #b2afaa;
        }

            .subnavbar .container > ul > li > a:hover {
                color: #888;
                text-decoration: none;
            }

            .subnavbar .container > ul > li > a > i {
                display: inline-block;
                width: 38px;
                height: 24px;
                margin-top: 11px;
                margin-bottom: 10px;
                font-size: 30px;
            }

            .subnavbar .container > ul > li > a > span {
                display: block;
            }


        .subnavbar .container > ul > li.active > a {
            border-bottom: 3px solid #5bc0de;
            color: #5bc0de;
        }


.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
}


.subnavbar .dropdown .dropdown-menu {
    text-align: left;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}


.subnavbar .caret {
    margin-top: 4px;
    border-top-color: white;
    border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
    display: none;
}


@media (max-width: 991px) {
    .subnavbar .container > ul {
        display: block;
    }
}

footer {
    margin-left: 0;
    margin-top: 5px;
}

.subnavbar.subsubnavbar {
    margin-bottom: 2em;
}

    .subnavbar.subsubnavbar .container > ul > li {
        height: 50px;
        padding-top: 15px;
    }

    .subnavbar.subsubnavbar .container {
        width: 100%;
    }

/*.footer_fixed footer {
    position: relative;

}*/

.main-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieOpacity)";
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

    .main-overlay .spinner {
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -25px;
        margin-top: -25px;
        font-size: 50px;
        color: #9d8430;
    }

    .main-overlay .overlay-text-container {
        position: fixed;
        left: 36%;
        top: 36%;
        font-size: 50px;
        color: #9d8430;
    }

    .main-overlay .overlay-text {
        font-size: 50px;
        color: #9d8430;
    }

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*images with the same height*/
.crop {
    height: 250px;
    /*width: 400px;*/
    overflow: hidden;
}

    .crop img {
        height: 100%;
        width: 100%;
    }

.col-md-20 {
    width: 20%;
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

.delete-candidate-image {
    position: absolute;
    top: 10px;
    font-size: 22px;
    right: 20px;
}

.delete-social-image {
    position: absolute;
    top: 5px;
    font-size: 22px;
    right: 15px;
    cursor: pointer;
}

table.dataTable thead {
    border-collapse: collapse;
    color: #111;
    font-size: 11px;
    text-align: center;
}

    table.dataTable thead th,
    table.dataTable tbody td {
        text-align: left;
    }

table.dataTable {
    color: #5A5A5A;
    text-align: center;
}

    table.dataTable .button-td {
        text-align: center;
    }

        table.dataTable .button-td .btn {
            text-align: center;
            margin-bottom: 0;
            -background-color: buttonface;
            color: #fff;
            background-color: #5bc0de;
            /*border: 1px solid #cccccc;*/
            font-size: 13px;
            margin-right: 0;
        }

            /*table.dataTable.select-candidates-table  {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
}*/

            table.dataTable .button-td .btn:hover,
            table.dataTable .button-td .btn:focus,
            table.dataTable .button-td .btn.focus {
                /*color: #5f5d5d;*/
                background-color: #337ab7;
                text-decoration: none;
            }

.select-candidates-table thead tr th.asc:after {
    content: "\e155";
}

.select-candidates-table thead tr th.desc:after {
    content: "\e156";
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e6f6ff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table > thead > tr > th {
    text-transform: none;
    font-weight: bold;
    font-size: 13px;
    color: #5A5A5A;
    padding: 8px;
}

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 {
    top: 25% !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.candidates-table-wrapper {
    /*color: #999999;*/
}

.upload-images {
    margin-bottom: 20px;
}

.candidate-header {
    /*background: #eeeeee;*/
}

    .candidate-header .page-header {
        border-bottom: none;
        color: #999;
        margin-top: 29px;
    }

.candidate-body {
}

.btn-primary {
    background-color: #5bc0de;
    border: 1px solid #5bc0de;
}

.back-button {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
    color: #999999;
}

    .back-button .fa {
        font-size: 15px;
        margin-right: 8px;
    }

.searchBtn {
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    border-right: none;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: text;
    padding: 4px 10px;
    margin: 0;
}

.dataTables_filter > label {
    background: white;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #999; /*#9ca0a3*/
    margin-bottom: 10px;
    margin-right: 1px;
}

div.dataTables_wrapper div.dataTables_length select {
    color: #999;
}

div.dataTables_filter {
    width: 100%;
}

    div.dataTables_filter input {
        margin: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        margin-left: 0.5em;
        display: inline-block;
        width: auto !important;
    }

.login_wrapper {
    margin: 5% auto 0;
    max-width: 450px;
    position: relative;
    background: #F7F7F7;
    padding: 30px 30px;
}

    .login_wrapper .form-horizontal .control-label {
        padding-left: 0;
        text-align: left;
    }

    .login_wrapper #RememberMe {
        margin-left: 0;
    }

.no-padding {
    padding: 0;
}

.edit-school-content {
    /*margin-top: 20px;*/
}

.text-area {
    max-width: 100%;
    width: 100%;
    min-height: 200px;
}

#school-policies tr.active {
    background-color: #fff;
}

.policies .cke_editable {
    border: 1px solid #999999;
    padding: 10px;
    min-height: 500px;
}

.school-image {
    /*max-height: 400px;*/
    /*height: auto;*/
    margin-bottom: 20px;
}

.school-pack-tabs {
    margin-bottom: 20px;
}

.save-policies {
    margin-top: 20px;
    float: right;
}

    .save-policies > btn {
        margin-right: 0;
    }

.kv-avatar .krajee-default.file-preview-frame, .kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.kv-avatar {
    display: inline-block;
}

    .kv-avatar .file-input {
        display: table-cell;
        width: 213px;
    }

    .kv-avatar .file-preview {
    }

.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}

.form-group .kv-avatar .krajee-default.file-preview-frame:hover {
    box-shadow: none;
}

.form-group .krajee-default.file-preview-frame .kv-file-content {
    height: 240px;
}

.form-group.clientLogoIconContainer .krajee-default.file-preview-frame .kv-file-content {
    height: 213px;
}

.form-group .krajee-default.file-preview-frame .file-thumbnail-footer {
    display: none;
}

.form-group .file-preview .fileinput-remove {
    right: -20px;
}

.login_wrapper #RememberMe {
    margin-left: 0;
}

.page-header.with-new-btn {
    min-height: 58px;
}

    .page-header.with-new-btn .btn-primary {
        margin-top: 10px;
    }

#formSocial input, select, textarea,
#formAccount input, select, textarea,
#formSchoolMeet input, select, textarea {
    max-width: 100%;
}

.validation-summary-errors ul {
    padding: 20px 40px;
}

    .validation-summary-errors ul li {
        list-style: none;
        font-size: 15px;
    }

#eventImage {
    margin-bottom: 15px;
}

.last-form-container {
    margin-top: 25px;
    margin-bottom: 35px;
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .youtube-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.school-register .form-group .file-preview .file-preview-thumbnails img {
    width: 100% !important;
    height: 100% !important;
}

#formAccount .form-group .file-preview .file-preview-thumbnails img {
    width: 100% !important;
    height: 100% !important;
}

.file-preview .clickable {
    width: 213px;
}

.school-map .kv-file-content > img {
    width: 100% !important;
}

.nav-tabs > li > a {
    color: #111;
    border: 1px solid #c4c4c4;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #111;
    font-weight: bold;
}*/

#formSocial .form-group .krajee-default.file-preview-frame .kv-file-content {
    height: auto;
}

#formSocial .krajee-default.file-preview-frame {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
}

#formAccount .form-group .krajee-default.file-preview-frame .kv-file-content {
    height: auto;
}

#formAccount .krajee-default.file-preview-frame {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
}

body .container.body .right_col {
    background: #f7f7f7;
    /*min-height:500px!important;*/
}

input.input-validation-error:focus {
    border: 1px solid #a94442 !important;
    outline: none;
}

input.input-validation-error:hover {
    opacity: 1;
    box-shadow: none;
}

.input-validation-error {
    border: 1px solid #a94442!important;
    outline: none;
    box-shadow: none;
}

.edit-pack {
    position: relative;
}

.pack-completed {
    border-radius: 10px;
    position: absolute;
    right: 12px;
    bottom: 22px;
    min-width: 30px;
    padding: .4em .6em .4em;
}

.file-preview.input-validation-error {
    border: 1px solid #a94442;
}

.table td > span.label {
    padding: 4px 7px;
}

.section-title h4 {
    color: #5bc0de;
    font-weight: bold;
}

label {
    color: #999;
    font-weight: normal;
}

.section-title {
    margin-top: 20px;
}

    .section-title h4 > label.small {
        font-size: 65%;
        font-weight: bold;
    }

.offer-send {
    padding: 20px 30px;
}

.spacing {
    margin-top: 15px;
}

.offer-send label {
    margin-right: 25px;
}

.label {
    font-weight: normal;
}

    .label.rejected,
    .label.expired,
    .label.unfilled,
    .label.cancelled {
        background-color: #D9544F;
    }

    .label.accepted,
    .label.placed {
        background-color: #5BB95B;
    }

    .label.sent,
    .label.eclipse {
        background-color: #F1AC4F;
    }

.table.dataTable > tbody > tr:nth-of-type(odd).rejected,
.table.dataTable > tbody > tr:nth-of-type(even).rejected {
    background-color: #ffeae9;
    color: #5A5A5A;
}

.table.dataTable > tbody > tr:nth-of-type(odd).expired,
.table.dataTable > tbody > tr:nth-of-type(even).expired,
.table.dataTable > tbody > tr:nth-of-type(odd).unfilled,
.table.dataTable > tbody > tr:nth-of-type(even).unfilled {
    background-color: #ffeae9;
    color: #5A5A5A;
}

.table.dataTable > tbody > tr:nth-of-type(odd).accepted,
.table.dataTable > tbody > tr:nth-of-type(even).accepted {
    background-color: #e7f5e8;
    color: #5A5A5A;
}

.table.dataTable > tbody > tr:nth-of-type(odd).completed,
.table.dataTable > tbody > tr:nth-of-type(even).completed {
    /*background-color: #e7f5e8;*/
    /*color: #5A5A5A;*/
}


.table.dataTable > tbody > tr:nth-of-type(odd).placed,
.table.dataTable > tbody > tr:nth-of-type(even).placed {
    /*background-color: #7ec87e;*/
    color: #5A5A5A;
}

.table.select-candidates-table.dataTable > tbody > tr:nth-of-type(odd).sent,
.table.select-candidates-table.dataTable > tbody > tr:nth-of-type(even).sent {
    background-color: #bcebf9;
    color: inherit;
}

.job-filter ul.nav-pills {
    display: inline-block;
}

    .job-filter ul.nav-pills > li {
        padding: 0 7px;
        min-width: 12rem;
        text-align: center;
    }

.job-filter .nav-pills > li.active > a {
    background-color: #0070c6;
}

.job-filter ul.nav-pills > li > a {
    padding: 5px 10px;
    border-radius: 30px;
}

.job-filter ul.nav-pills > li:not(.active) > a {
    padding: 4px 10px;
    border: 1px solid #999;
    color: #111;
}

.black-label {
    color: #111;
    font-weight: bold;
    float: left;
    margin-top: 6px;
}

.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs > li > a {
        padding: 10px 23px 8px;
        margin-right: 0;
    }

/*.nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border: 0;
        border-bottom: 1px solid #5bc0de;
        border-bottom-color: transparent;
        background-color: #5bc0de;
        color: #fff;
    }*/

.tab-content.row {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #c4c4c4;
}

.displayed-date {
    color: #5bc0de;
    float: left;
    margin: 0;
}

.black-text {
    color: #111;
}

.bold {
    font-weight: bold;
}

.btn-arrow {
    color: #999999;
    padding: 0px 7px;
    float: left;
}

    .btn-arrow i {
        font-size: 24px;
    }

#jobs-page .dataTables_wrapper .dataTables_length {
    width: auto;
    margin-right: 10px;
}

#schools-table_wrapper .dataTables_length,
#candidates-table_wrapper .dataTables_length,
#social-events-table_wrapper .dataTables_length,
#cmsusers-table_wrapper .dataTables_length,
#authors-table_wrapper .dataTables_length,
#timesheets-table_wrapper .dataTables_length,
#list-members-table_wrapper .dataTables_length,
#static-list-table_wrapper .dataTables_length,
.job-applications-table .dataTables_length,
#vacancy-matches .dataTables_length,
#job-offers_wrapper .dataTables_length {
    width: auto;
    margin-left: 10px;
    float: right;
    margin-top: 2px;
}

#schools-table_wrapper .dataTables_info,
#candidates-table_wrapper .dataTables_info,
#social-events-table_wrapper .dataTables_info,
#cmsusers-table_wrapper .dataTables_info,
#authors-table_wrapper .dataTables_info,
#timesheets-table_wrapper .dataTables_info,
#list-members-table_wrapper .dataTables_info,
#static-list-table_wrapper .dataTables_info,
.job-applications-table .dataTables_info,
#vacancy-matches .dataTables_info,
#job-offers_wrapper .dataTables_info {
    width: auto;
    float: left;
}

#job-applications_filter #btnEmailModal {
    position: absolute;
    top: 0px;
    left: 0px;
}

#job-applications_filter #sendGroupMessageShortlist,
#job-filled-applications_filter #sendGroupMessageShortlist
{
    position: absolute;
    top: 0px;
    left: 44px;
}

.dataTables_filter input {
    height: 29px;
}

.client-address {
    margin-left: 5px;
    display: inline-block;
}

.jobs-table_wrapper .date-select {
    float: left;
    width: 50%;
}

.job-overview {
    border-right: 1px solid #d4d4d4;
}

.details-form-group .control-label {
    float: left;
    margin-bottom: 0;
}

.details-form-group span {
    display: inline-block;
    word-break: break-word;
    clear: both;
    margin-left: 5px;
}

.booking-duration {
    width: 100%;
}

.start-time {
    color: #999;
}

div.job-description {
    padding-left: 40px;
    padding-right: 20px;
}

.job-overview .details-form-group span {
    /*width: 65%;*/
}

.candidate-header .jumbotron {
    text-align: center;
    background: white;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 50px;
    color: #999;
    min-height: 143px;
}

    .candidate-header .jumbotron.active {
        background: #5bc0de;
        color: #fff;
    }

    .candidate-header .jumbotron h4 {
        color: #999;
    }

    .candidate-header .jumbotron.active h4 {
        color: #fff;
    }

    .candidate-header .jumbotron p {
        margin-bottom: 10px;
        font-size: 12px;
    }

#jobCommunication .candidate-header .col-md-4:first-child {
    padding: 0 15px 0 40px;
}

#jobCommunication .candidate-header .col-md-4:last-child {
    padding: 0 40px 0 15px;
}

#jobCommunication .candidate-header .col-md-4.center-block {
    padding: 0 15px;
}

.candidate-header .jumbotron.active .btn {
    background: #fff;
    color: #5bc0de;
    border-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.invite-candidates {
    padding: 10px;
}

.tab-content > .active {
    padding: 10px 30px;
    /*overflow: hidden;*/
    /*min-height: 500px;*/
}

.tab-content > .pill-tab.active {
    padding: 10px;
}

.nav-tabs > li:first-child {
    margin-left: 40px;
}

.edit-school-content .nav-tabs > li:first-child {
    margin-left: 8px;
}

.label.status-label {
    display: block;
    width: 80px;
    white-space: normal;
    word-break: break-word;
    margin: 0 auto;
}

.label .lj-timer {
    display: block;
}

.table-bordered.inner-table {
    margin-bottom: 0;
    border-color: #515151;
    color: #111;
    width: auto;
    margin: 0 auto;
}

.table.inner-table > thead > tr > th {
    padding: 4px 5px;
    font-size: 14px;
    border-color: #515151;
}

    .table.inner-table > thead > tr > th:first-child {
        background-color: #515151;
        color: #fff;
    }

.table.inner-table > tbody > tr > td {
    padding: 3px 5px;
    font-size: 13px;
    border: 1px solid #515151;
}

    .table.inner-table > tbody > tr > td:first-child {
        background-color: #515151;
        color: #fff;
    }

#longterm .tab-content,
#daily .tab-content,
#permanent .tab-content {
    border: 0;
}

.page-header {
    color: #5bc0de;
}

.navbar .brand > img {
    width: 120px;
}

#availability-table.table-bordered.inner-table {
    border-color: #f5f5f5 !important;
}

    #availability-table.table.inner-table td .calendar-day {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        /*border-radius: 50%;*/
        border: none;
        outline: none;
        width: 44px;
        height: 44px;
        margin: 0px;
        text-align: center;
        overflow: visible;
        display: table;
    }

        #availability-table.table.inner-table td .calendar-day span {
            display: table-cell;
            vertical-align: middle;
            font-size: 12px;
        }

#availability-table.table.inner-table td .booked {
    -background: #106CC8;
    background: #3498db;
}

#availability-table.table.inner-table td .unavailable {
    -background: #c94444;
    background: #e74c3c;
}

#availability-table.table.inner-table td .halfday {
    position: relative;
    z-index: 0;
    color: #000;
    overflow: hidden;
    background: #e6e6e6 !important;
}


    #availability-table.table.inner-table td .halfday.bookedampmfree,
    #availability-table.table.inner-table td .halfday.bookedpmfreeam {
        background: #3498db !important;
    }

#availability-table.table.inner-table td .bookedpm:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 70%;
    height: 140%;
    top: 0;
    background: #3498db;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 75% 88%;
    transform-origin: 75% 88%;
}

#availability-table.table.inner-table td .bookedam:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 70%;
    height: 140%;
    top: 0;
    background: #3498db;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 75% 88%;
    transform-origin: 120% 25%;
}

#availability-table.table.inner-table td .availableam:after,
#availability-table.table.inner-table td .bookedpmfreeam:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 70%;
    height: 140%;
    top: 0;
    background: #26b99a;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 120% 25%;
    transform-origin: 120% 25%;
}


#availability-table.table.inner-table td .availablepm:after,
#availability-table.table.inner-table td .bookedampmfree:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 70%;
    height: 140%;
    top: 0;
    background: #26b99a;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 75% 88%;
    transform-origin: 75% 88%;
}

#availability-table.table.inner-table td .deletedday {
    -background: #106CC8;
    background: #ffe066;
}

#availability-table.table.inner-table td .available {
    -background: #06fe30;
    background: #26b99a;
}

#availability-table.table.inner-table td .notset {
    -background: #ccc;
    background: #e6e6e6;
}

#availability-table.table.inner-table > thead > tr > th {
    font-size: 11px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    background: #afafaf;
    padding: 2px;
    /*max-width: 22px;*/
}

#availability-table.table.inner-table > tbody > tr > td {
    font-size: 11px;
    border: 1px solid #fff;
    color: #fff;
    background: #fff;
    padding: 0;
    /*height: 31px;*/
    /*max-width: 22px;*/
}

.table > tbody > tr > td.outer-td {
    padding: 2px;
}

.table > tbody > tr.unavailable {
    background-color: #E0E0E0;
    z-index: 10000;
    opacity: 0.5;
}

.candidate-body {
    margin-top: 20px;
}

#loginForm input.form-control {
    max-width: 450px;
}

#loginForm input.btn-primary {
    padding: 10px 174px;
    max-width: 450px;
}

.login_wrapper h2 {
    color: #5bc0de;
}

#loginForm hr {
    margin: 10px 0;
}
/*.nav.navbar-nav > li:last-child > a {
    font-weight:bold;
    text-decoration: underline;
    font-size:14px;
}*/
.job-alert {
    position: fixed;
    right: 10px;
    width: 300px;
    height: auto;
}

.nav-tabs > li > a.disabled {
    background-color: #D3D3D3;
    opacity: 0.6;
    border: 1px solid #d3d3d3;
}

    .nav-tabs > li > a.disabled:hover {
        border: 1px solid #d3d3d3;
        cursor: default;
    }

.label.group-disabled {
    font-size: 100%;
    padding: 5px 10px !important;
    display: block;
    margin: 2px auto;
    max-width: 50px;
}

    .label.group-disabled .fa-long-arrow-right {
        font-size: 11px;
    }

#map {
    height: 200px;
}

.top-buffer {
    margin-top: 20px;
}

#addProfile .chosen-container {
    width: 100% !important;
}

#addProfile input[type=checkbox] {
    width: 17px;
    height: 17px;
    margin-top: 8px;
}

.x_title.section-title {
    margin-top: 0;
}



.open > .dropdown-menu {
    width: 100%;
    left: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.calendar-actions-container {
    height: 40px;
    margin-bottom: 30px;
}

.range-date-picker .ui-datepicker-inline {
    margin: 20px auto;
}

.vacancy-days-edit .panel-action {
    display: inline-flex;
    font-size: 14px;
}

.vacancy-days-edit .panel-action .switchery {
    width:36px;
    height: 20px;
}

    .vacancy-days-edit .panel-action .switchery > small {
        height: 20px;
        width: 20px;
        box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
    }

.vacancy-days-picker-container .ui-datepicker-inline {
    margin: 0 auto;
}

.range-date-picker .ui-widget-content {
    background: none;
}

.range-date-picker .bookedDay .ui-state-default {
    background: #3498db;
    color: #fff;
}

.range-date-picker .deleted .ui-state-default {
    background: #ffe066;
    color: #fff;
}

.range-date-picker .ui-state-default {
    background: none;
}

.candidate-availability-container .availableFullDay .ui-state-default {
    background: #26b99a;
    color: #fff;
    /*border-radius: 50%;
    border: none;
    outline: none;*/
}

.candidate-availability-container .unavailable .ui-state-default {
    background: #e74c3c;
    color: #fff;
    /*border-radius: 50%;
    border: none;
    outline: none;*/
}

.candidate-availability-container .availableAM .ui-state-default {
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    background: #ccc;
}

    .candidate-availability-container .availableAM .ui-state-default::after {
        z-index: -1;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to left top, transparent 50%, #26b99a 50%);
    }

.candidate-availability-container .bookedAM_PM .ui-state-default {
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    background: #ccc;
}

    .candidate-availability-container .bookedAM_PM .ui-state-default::after {
        z-index: -1;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to top left, #3498db 0%, #3498db calc(50% - 0.8px), #ffffff 50%, #3498db calc(50% + 0.8px), #3498db 100%);
    }

.candidate-availability-container .bookedAM .ui-state-default {
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    background: #ccc;
}

.candidate-availability-container .bookedAM_availablePM .ui-state-default,
.candidate-availability-container .bookedPM_availableAM .ui-state-default {
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    background: #26b99a;
}

    .candidate-availability-container .bookedAM .ui-state-default::after,
    .candidate-availability-container .bookedAM_availablePM .ui-state-default::after {
        z-index: -1;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to left top, transparent 50%, #3498db 50%);
    }


.candidate-availability-container .availablePM .ui-state-default {
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    background: #ccc;
}

    .candidate-availability-container .availablePM .ui-state-default::after {
        z-index: -1;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to right bottom, transparent 50%, #26b99a 50%);
    }


.candidate-availability-container .bookedPM .ui-state-default {
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    background: #ccc;
}

    .candidate-availability-container .bookedPM .ui-state-default::after,
    .candidate-availability-container .bookedPM_availableAM .ui-state-default::after {
        z-index: -1;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to right bottom, transparent 50%, #3498db 50%);
    }

#candidate-availability-panel {
    padding-bottom: 0;
}

.candidate-long-term-preferences {
    margin-bottom: 0;
}

    .candidate-long-term-preferences .long-term-roles input:checked {
        accent-color: #787575;
    }

    .candidate-long-term-preferences .long-term-toggle .switchery.on {
        background-color: #488f80 !important;
        box-shadow: #488f80 0px 0px 0px 16px inset !important;
        border-color: #488f80 !important;
    }

    .candidate-long-term-preferences .long-term-toggle .switchery.off {
        background-color: #488f80 !important;
        box-shadow: #488f80 0px 0px 0px 16px inset !important;
        border-color: #488f80 !important;
    }

    .candidate-long-term-preferences .row {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .candidate-long-term-preferences .control-label {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .candidate-long-term-preferences .preference-settings {
        border-top: 1px solid lightgrey;
        padding-top: 12px;
    }

    .candidate-long-term-preferences .preference-settings > div {
        padding: 0;
    }

        .candidate-long-term-preferences .preference-settings .weekly-availability .week-day-btn {
            color: white;
            width: 50px;
            padding: 2px 2px;
        }

            .candidate-long-term-preferences .preference-settings .weekly-availability .week-day-btn.available {
                background: #488f80;
            }

            .candidate-long-term-preferences .preference-settings .weekly-availability .week-day-btn.unavailable {
                background: #d9534f;
            }

    .candidate-long-term-preferences .long-term-role {
        display: flex;
        align-items: center;
    }

    .candidate-long-term-preferences .long-term-roles input {
        position: unset;
        padding: 6px;
        margin: 0;
    }

    .candidate-long-term-preferences .long-term-roles .control-label {
        padding-left: 6px;
        margin-bottom: 0;
    }

    .candidate-long-term-preferences #validationSummary {
        color: #E9EDEF;
        background-color: #e18981;
        border-color: #e18981;
    }

#candidate-travel-preferences .max-journey-time {
    padding-bottom: 2rem;
    padding-top: 1rem;
}

#candidateWorkSettings #clientTypePreferences {
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}

#candidateWorkSettings #bankStaffPreference {
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}

#candidateWorkSettings #bankStaffPreference .form-group {
    padding-left: 24px;
}

#candidate-travel-preferences .save-travel-settings {
    margin-top: 8rem;
}

#candidate-travel-preferences .checkbox label {
    padding-left: 0;
}

#candidate-districts-panel .x_title {
    height: 4rem;
}

#candidate-districts-panel .panel-action {
    width: 35%;
    padding-right: 0px;
}

.range-date-picker .ui-widget.ui-widget-content {
    border: 0px;
}

.range-date-picker .ui-datepicker td span,
.range-date-picker .ui-datepicker td a {
    text-align: center !important;
    border: 0px;
    border-radius: 4px;
    font-weight: 500;
}

.vacancy-days-picker-container .ui-datepicker td span,
.vacancy-days-picker-container .ui-datepicker td a {
    font-weight: 700;
}

.range-date-picker .ui-datepicker-today {
    border: 1px solid #b5a157 !important;
    border-radius: 4px;
}

.range-date-picker .ui-datepicker-month,
.range-date-picker .ui-datepicker-year {
    color: #73879C;
    font-weight: 500;
}

.vacancy-days-picker-container .ui-datepicker-month,
.vacancy-days-picker-container .ui-datepicker-year {
    font-weight: 700;
}

.range-date-picker .ui-state-hover {
    background-color: #eee;
    color: #000;
}

.range-date-picker .ui-state-highlight {
    border: 0px;
    background: none;
}

.nav-sm .site_title {
    display: none;
}
.site_title > img {
    width: 90px;
    height: auto;
}

.navbar-nav > form > li > a {
    font-weight: 500;
    line-height: 32px;
    padding: 13px 11px 12px;
    display: block;
}

.top-chat-icon a {
    padding-bottom: 0 !important;
}

    .top-chat-icon a i {
        font-size: 18px !important;
    }

.top-history-icon a i {
    font-size: 18px !important;
}

.top_nav .navbar-right li {
    /*padding-top: 8px;*/
}

.inline-block-display {
    display: inline-block;
}

.panel-collapse {
    /*margin-top: 5px;*/
    /*color: #5bc0de;*/
    margin-left: 10px;
    cursor: pointer;
}

/*.client-pool-match.chk,
.exact-match.chk,
.unavailable-match.chk,
.inactive-match.chk,
.talent-only.chk,
.grade-match.chk {
    position: absolute;
    display: inline-block;
    left: 150px;
    z-index: 200;
    padding-top: 5px;
}

.match-view .exact-match.chk {
    left: 470px;
}*/



.candidate-contact-options {
    margin-bottom: 10px;
    margin-left: -5px;
}

.job-smart-match-filters {
    margin-bottom: 10px;
    padding-left: 10px;
}

.requested-compliances.chk {
    position: absolute;
    display: inline-block;
    right: 80px;
    z-index: 200;
}
/*.match-view .unavailable-match.chk {
    left: 445px;
}

.match-view .grade-match.chk {
    left: 600px;
}

.match-view .inactive-match.chk {
    left: 937px;
}

.match-view.long-term .inactive-match.chk {
    left: 779px;
}*/

.matches-result-section
#smart-match-container #ddlClientMatchType {
    display: inline-block;
    width: auto;
    /*position: absolute;*/
    /*z-index: 200;*/
}
#smart-match-container #ddlClientMatchType {
    display: inline-block;
    width: auto;
    /*position: absolute;*/
    /*z-index: 200;*/
}

#smart-match-container #ddlAvailabilityType {
    display: inline-block;
    width: auto;
    /*position: absolute;*/
    /*z-index: 200;*/
    /*left: 300px;*/
}

#smart-match-container .toggle-filters {
    /*position: absolute;*/
    /*left: 473px;*/
    /*z-index: 200;*/
    display: inline-block;
    padding-top: 5px;
    margin: 5px 0 5px 0;
}

/*#smart-match-container .toggle-filters:not(.permanent) {*/
/*    left: 473px;*/
/*}*/

/*#smart-match-container .toggle-filters.permanent {*/
/*    left: 310px;*/
/*}*/

#smart-match-container .member-tags-filter {
    /*position: absolute;*/
    display: inline-block;
    /*right: 21rem;*/
    /*top: 4rem;*/
    width: 40rem;
    /*z-index: 999;*/
    float: right;
    margin-right: -13px;
    margin-top: 5px;
}

#smart-match-container .member-tags-select {
    display: inline-block;
    margin-left: 1rem;
    width: 70%;
}

#smartmatch-search .matches-result-section .unavailable-match.chk {
    position: absolute;
    left: 375px;
    top: -5px;
    z-index: 200;
}

#smartmatch-search .matches-result-section .inactive-match.chk {
    position: absolute;
    left: 200px;
    top: -5px;
    z-index: 200;
}


.selected-candidates-list {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 4rem;
    padding-right: 4rem;
}

.selected-candidates-list .selected-candidate {
    position: relative;
}

    .selected-candidates-list .selected-candidate:hover {
        transform: scale(1.5);
    }

        .selected-candidates-list .selected-candidate:hover .remove-candidate {
            display: initial!important;
        }

    .selected-candidates-list .selected-candidate img {
        max-width: 45px;
        max-height: 45px;
        position: relative;
        margin: 1rem;
    }

    .selected-candidates-list .selected-candidate .remove-candidate > i {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #010101;
        font-weight: bolder;
        font-size: 14px;
        z-index: 999;
    }

td > div > a {
    text-decoration: underline;
}

.display-block {
    display: block;
}

.form-group input.form-control {
    max-width: 100%;
}

.chosen-container {
    width: 100% !important;
}

    .chosen-container input {
        max-width: 100%;
    }

@media (min-width: 768px) {
    .compliance-modal .modal-dialog {
        min-width: 940px;
    }
}

.upload-attachment {
    background-color: ghostwhite;
}

.text-left {
    text-align: left !important;
}

.upload-attachment .file-preview-frame .kv-file-upload {
    display: none;
}

.upload-attachment .file-preview-frame .file-upload-indicator {
    display: none;
}

.popover-section {
    margin-top: 5px;
}

    .popover-section > a {
        text-decoration: underline;
        font-size: 12px;
    }

.popover-role {
    font-size: 13px;
}

    .popover-role:not(:first-child) {
        margin-top: 5px;
        padding-top: 3px;
    }

    .popover-role .popover-role-tags {
    }

        .popover-role .popover-role-tags > .label {
            padding: .2em .6em .2em;
        }


.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.job-role > .badge {
    font-size: 11px;
    margin-left: 5px;
}

.table td a.link {
    -color: #477cb6;
    -text-decoration: underline;
}

.header-title {
    font-size: 15px;
    font-weight: 700;
}

.popover {
    z-index: 1000;
}

    .popover .popover-title {
        color: #111;
    }

    .popover .popover-content {
        color: #111;
    }

        .popover .popover-content .booking-client {
            font-size: 12px;
        }

.display-inline {
    display: inline !important;
}
/*.job-details-section {
    display:flex;
    height:340px;
}

.job-details-section > div {
    flex:1;
}*/

#addProfile .modal-title, #selectAuthor .modal-title, #sendGroupMessageModal .modal-title {
    float: left;
}

input[type="checkbox"]#chkOverrideDefaultSummary {
    margin-top: initial;
}

#overrideSummaryLabel {
    padding-right: 8px;
}

.table .align-center {
    text-align: center;
}

.table .align-right {
    text-align: right;
}

#nrOfUnreadChannels,
.call-log-alert {
    position: absolute;
    top: 17px;
    right: 5px;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.vacancy-day-details {
    margin-left: 5px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/*#jobs-page .tab-content {
    position: relative;
}*/

.consultants {
    margin-top: 25px;
    margin-right: 30px;
}

.nav-sm .main_container .col-9 {
    /*width: calc(100% - 70px) !important;*/
    width:100% !important;
}

.nav-md .main_container .col-9 {
    /*width: calc(100% - 230px) !important;*/
    width: 100% !important;
}

.vacancy-days-picker-container .ui-datepicker {
    width: 100%;
    background: #fff;
}

.vacancy-days-container .calendar-actions-container,
.vacancy-days-container .calendar-buttons-container {
    height: 100%;
    margin: 0;
}

.vacancy-days-container .calendar-buttons-container .btn {
    min-width: 100%;
    margin-bottom: 10px;
}

    .vacancy-days-container .calendar-buttons-container .day-buttons-clear-only {
        display: flex;
        justify-content: center;
    }

    .vacancy-days-container .calendar-actions-container > .row {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .vacancy-days-container .calendar-actions-container #time-select,
    .vacancy-days-container .calendar-actions-container #hour-select {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .vacancy-days-container .calendar-actions-container .btn {
        margin-bottom: 0;
    }

.margin-bottom-10 {
    margin-bottom: 10px;
}

.vacancy-days-picker-container .ui-datepicker.ui-corner-all {
    border-radius: 0;
    border: 1px solid #eee;
}

.vacancy-days-container .bootstrap-datetimepicker-widget .timepicker-hour,
.vacancy-days-container .bootstrap-datetimepicker-widget .timepicker-minute,
.vacancy-days-container .bootstrap-datetimepicker-widget .timepicker-second {
}

.vacancy-days-container .bootstrap-datetimepicker-widget table {
    width: auto;
    margin: 0 auto;
}

    .vacancy-days-container .bootstrap-datetimepicker-widget table td {
        width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0;
    }

.vacancy-days-container .separator {
    border-top: none;
}

.vacancy-days-container .bootstrap-datetimepicker-widget table td span {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.vacancy-days-container .bootstrap-datetimepicker-widget table td .btn {
    margin-right: 0;
}

.vacancy-days-container .bootstrap-datetimepicker-widget button[data-action] {
    margin-left: 10px;
    padding: 6px 10px;
}

.vacancy-days-container .availableFullDay .ui-state-default {
    background: #26b99a;
    color: #fff;
    /*border-radius: 50%;
    border: none;
    outline: none;*/
}

.vacancy-days-container .vd-unchangeable-fullDay .ui-state-default {
    background: #679ef7 !important;
    color: #000;
}

.vacancy-days-container .vd-unchangeable-am .ui-state-default {
    background: linear-gradient(to left top, transparent 50%, #679ef7 50%);
    color: #000;
}

.vacancy-days-container .vd-unchangeable-pm .ui-state-default {
    background: linear-gradient(to right bottom, transparent 50%, #679ef7 50%);
    color: #000;
}

.vacancy-days-container .availableAM .ui-state-default {
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    background: #ccc;
}

.vacancy-days-container .availablePM .ui-state-default {
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
    background: #ccc;
}

    .vacancy-days-container .availableAM .ui-state-default::before,
    .vacancy-days-container .availablePM .ui-state-default::after {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
    }

.vacancy-days-container .availableAM .ui-state-default::before {
    background: linear-gradient(to left top, transparent 50%, #26b99a 50%);
}

.vacancy-days-container .availablePM .ui-state-default::after {
    background: linear-gradient(to right bottom, transparent 50%, #26b99a 50%);
}

.vacancy-days-container .calendar-actions-container .day-buttons-clear-only {
    display: flex;
    justify-content: center;
}

.vacancy-days-container .calendar-actions-container div:not(.day-buttons-clear-only) .btn {
    min-width: 100%;
}

.vacancy-days-container .calendar-actions-container .day-buttons-clear-only > div {
    display: flex;
    justify-content: center;
}

.booking-header {
    background: #5bc0de;
    padding: 10px 0;
    float: left;
    width: 100%;
    color: #f1f1f1;
}

    .booking-header .fa-calendar {
        float: right;
        font-size: 40px;
    }

.main_container .top_nav {
    height: 58px;
}

.btn-group .btn-default:active,
.btn-group .btn-default.active {
    background-color: #337ab7;
    color: #fff;
    border-color: #2e6da4;
}

.control-checkbox {
    display: inline-block;
    margin-top: 10px !important;
}

.ui-datepicker {
    z-index: 1053 !important;
}

.date-picker:read-only {
    cursor: pointer;
    background-color: #fff !important;
}

.custom-feedback {
    left: 12px;
    border-right: 1px solid #ccc;
    margin-top: 5px;
}

.available-label {
    padding-top: 7px;
}

.date-picker {
    padding-left: 45px;
    cursor: pointer;
}

.candidate-availability-container .ui-datepicker-multi {
    width: 100% !important;
}

.compliance-approved {
    color: #26b99a !important;
}

.compliance-required {
    color: #e74c3c !important;
}

.compliance-inprogress {
    color: #aaaaaa !important;
}

.compliance-inprogress-warning {
    color: #FFDB99 !important;
}

table.dataTable thead th.text-center, table.dataTable tbody td.text-center {
    text-align: center;
}

.tab-title {
    float: left;
    margin-top: 8px;
    font-size: 21px;
    color: #999;
    padding-left: 14px;
}

/*#region Client New / Edit screen*/

#clientGreeterModal h4,
#clientUserModal h4 {
    float: left;
}

#clientGreeterModal .file-preview-frame,
#clientUserModal .file-preview-frame {
    border: none;
    box-shadow: none;
}

#clientGreeterModal .form-group .file-preview .fileinput-remove,
#clientUserModal .form-group .file-preview .fileinput-remove {
    right: -15px;
}

#clientGreeterModal .file-preview .clickable,
#clientUserModal .file-preview .clickable {
    width: auto;
}

.edit-school-content .tab-content.row {
    border: none;
}

.edit-school-content .x_title h2 {
    font-size: 18px;
    float: left;
    margin-bottom: 0;
    margin: 8px 0 6px;
    width: 50%;
    color: #333333;
}

.edit-school-content .x_title {
    min-height: 34px;
}

.edit-school-content .greetersPanel .x_title {
    min-height: 40px;
}

.school-register .form-group .file-preview .file-preview-image {
    width: 100% !important;
    height: 100% !important;
}

.school-register .form-horizontal .control-label {
    text-align: right;
}

.school-register .row {
    margin-right: 0px;
    margin-left: 0px;
}

.edit-school-content .tab-pane {
    padding: 10px 0;
}

.panel-action {
    float: right;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.panel-action-left {
    float: left;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.location-select {
    float: left;
    width: 250px;
    margin-top: -7px;
}

.school-register .file-preview {
    border: none;
    padding: 0;
}

.school-register .file-drop-zone {
    width: 100%;
    margin: 0;
    padding: 0;
}

.client-img-col {
    padding-left: 15px;
    padding-right: 15px;
}

.client-img-col:not(:last-child):after {
    position: absolute;
    width: 1px;
    height: 72%;
    background-color: lightgrey;
    right: -2px;
    bottom: 14%;
    content: '';
    display: inline-block;
}

.logo-header {
    width: fit-content;
    position: relative;
    padding-bottom: 1rem
}

    .logo-header .logo-header-tooltip {
        font-size: 7px;
        position: absolute;
        right: -12px;
        top: -1px;
        color: white;
        padding: 4px;
        margin: -4px;
        background: #d5d3d6;
        border-radius: 2px;
    }

        .logo-header .popover {
            min-width: 20rem;
        }

.clientLogoPanel #clientLogoImageContainer, #clientLogoIconContainer {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addNewGreeterBtn,
.addNewTableHeaderButton,
.addContactExistingMemberBtn,
.addNewFinancialContactBtn,
.btnRefreshPartnerData,
.btnRefreshMemberData,
.btnRefreshTimesheetsView,
.deleteClientPool,
.btnRefresh,
#createUserBtn {
    background-color: #fff;
    font-size: 18px;
    color: #999;
    padding: 0;
}

#greeters-table th, #greeters-table td,
.generic-table th, .generic-table td {
    color: #999!important;
}

.btnActionsContact,
.btnActionsGeneric {
    background-color: #fff;
    font-size: 18px;
    color: #999;
    padding: 0;
}

.btnDeleteFromTalentPools {
    background-color: #d54e4e !important;
    border: 1px solid #d54e4e !important;
}

.edit-school-content .kv-file-content {
    width: 100%;
    height: auto;
}

.compliance-header,
.candidate-jobs-header {
    min-height: 45px !important;
}

.timesheets-header  {
    display: flex;
    flex-wrap: wrap;
}

.timesheets-header #csv-export {
    width: fit-content;
    display: inline-block;
}

.timesheets-header label {
    text-align: right;
    padding-top: 8px;
}

.timesheets-header span {
    color: unset;
}

/* END REGION */
table.dataTable tr.group td {
    font-weight: bold;
    background-color: #eeeeee;
}

select.week-range {
    margin-top: 10px;
}

.main-tabs .nav-tabs > li.active > a,
.main-tabs .nav-tabs > li.active > a:focus,
.main-tabs .nav-tabs > li.active > a:hover {
    border: 0;
    border-bottom: 1px solid #5bc0de;
    border-bottom-color: transparent;
    background-color: #5bc0de;
    color: #fff;
}

table.dataTable tr.table-end-group > td {
    text-align: right;
    padding-right: 50px;
}

.text-right {
    text-align: right !important;
}

table.dataTable tr.group td.invoice-total {
    padding-right: 25px;
}

.member-type-filter {
    position: absolute;
    display: inline-block;
    left: 0px;
    z-index: 200;
}

.candidates-availability-table.table.inner-table td .calendar-day {
    width: 38px !important;
    height: 38px !important;
}

.label-default {
    background-color: #26b99a;
}

.label-default.member-tag {
    background-color: #3c85b1;
    color: white;
    /*font-weight: bold;*/
}

.label-default.member-tag.member-tag-selected {
    background-color: #56b89c;
}

.ui-widget-header {
    border: 1px solid #d4d1bf;
    background: initial;
    color: inherit;
    font-weight: inherit;
}

.ui-widget {
    font-family: 'Roboto', Arial;
    font-size: 14px;
}

.badge {
    background-color: #26b99a;
}

.ui-widget-header {
    border: initial;
    animation: background: initial;
    color: initial;
    font-weight: initial;
    background-color: white;
}

.roundImage {
    float: none;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid #5bc0de;
    cursor: pointer;
}

.x_title .btn-primary > span,
.x_title .btn-info > span {
    color: #fff;
}

.label-invoiced {
    background-color: #5bc0de;
}

.label-rejected {
    background-color: #D9544F;
}

.label-waitingforapproval {
    background-color: silver;
}

.label-signedoff {
    background-color: #26b99a;
}

.label-inprogress {
    background-color: silver;
}

h1 {
    color: #5bc0de;
}

.x_panel {
    border: 1px solid lightgray;
    margin-bottom: 20px;
    padding: 10px 20px;
    box-shadow: 1px 1px 1px lightgray;
}

.tile_stats_count {
    cursor: pointer;
}

    .tile_stats_count:hover {
        color: #487bb0;
    }

.member-listing-thumbnail {
    max-width: 60px;
    max-height: 60px;
    border: 1px solid #5bc0de !important;
    cursor: default !important;
}

.availability-not-updated-recently {
    background-color: #e6e6e6 !important;
}

.member-listing-photo-container {
    float: left;
    margin-right: 10px;
}

#member-dashboard td {
    border: 0;
}

.nav.child_menu > li > a {
    font-size: 14px;
}

#member-dashboard td {
    border: 0;
}

.member-listing-details {
    padding-left: 70px;
}

.active-user {
    color: #26b99a;
}

.has-feedback .date-clear.form-control-feedback {
    right: 10px;
    left: auto;
    z-index: 1000;
}

.modal-title {
    display: inline-block;
}

.x_content h2 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.1;
    color: #333333;
}

.text-bold {
    font-weight: bold;
}

#selectMembers .modal-dialog,
#selectAmbassador .modal-dialog,
#clientGreeterModal .modal-dialog,
#clientUserModal .modal-dialog,
#selectClients .modal-dialog {
    width: 60%;
}

    #selectMembers .modal-dialog .modal-body,
    #selectAmbassador .modal-dialog,
    #selectClients .modal-dialog .modal-body {
        padding: 15px 25px;
    }

#contactPhotoContainer {
    text-align: center;
}

    #contactPhotoContainer img {
        display: inline-block;
        cursor: default;
    }

#daily-supply-week-filter {
    overflow: hidden;
}

.dropdown-menu ul {
    padding: 0;
}

.dropdown-toggle span.bs-caret {
    float: right;
}

.text-right {
    text-align: right;
}

.day-pattern {
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0 1px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-perspective: 1px;
    perspective: 1px;
    text-align: center;
}

    .day-pattern .day-name {
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: relative;
    }

        .day-pattern .day-name > span {
            color: #111;
            position: fixed;
            left: 0%;
            right: 0%;
        }

.day-name::before {
    width: 100%;
    height: 100%;
    background: #dcdcdc;
    border-radius: 0.25rem;
    display: block;
    /* width: 1rem; */
    /* height: 1rem; */
    content: "";
    /*opacity: 0.7;*/
    position: absolute;
    color: white;
}

.day-name.selected::before {
    width: 100%;
    height: 100%;
    background: #4456d5;
    border-radius: 0.25rem;
    display: block;
    /* width: 1rem; */
    /* height: 1rem; */
    content: "";
    /*opacity: 0.7;*/
    position: absolute;
    color: white;
}

[data-day-type="full"]::before {
    background: #007bff !important;
}

[data-day-type="am"]::before {
    background: linear-gradient(to left, #fff 50%, #007bff 50%)!important;
}

[data-day-type="pm"]::before {
    background: linear-gradient(to right, #fff 50%, #007bff 50%)!important;
}

.booking-calendar-container .pattern-section {
    padding: 10px 0;
    background: #eee;
    text-align: center;
}

.booking-calendar-container .day-name::before {
    background-color: #fff;
}

.long-term-days-calendar {
    border: 1px solid #eee;
}

.panel-button {
    text-align: center;
    min-height: 10em;
    vertical-align: middle;
    padding-top: 5em;
    padding-bottom: 5em;
    color: #999;
}

.lt-job-stats .h1 {
    margin-top: 0;
}

.assign-contacts .addNewGreeterBtn, .addNewFinancialContactBtn {
    margin-bottom: 0px!important;
    margin-right: 0px!important;
}

.quick-invite-search .material-icons,
.assign-member-search .material-icons,
.client-talent-search .material-icons
{
    position: absolute;
    font-size: 19px;
    top: 18px;
    right: 28px;
    color: #111;
}


#daily-job-setup .quick-invite-search .material-icons {
    right: 55px;
}

.assign-member-search .fas.fa-user-plus {
    position: absolute;
    font-size: 14px;
    top: 19px;
    right: 57px;
    color: #999;
}

#client-bank-staff-panel .x_title,
#candidate-bank-staff-panel .x_title,
#client-blacklist-panel .x_title {
    padding-bottom: 4rem;
}

.client-talent-search .fa.fa-plus,
.bank-staff-search .fa.fa-plus,
.client-blacklist-search .fa.fa-plus {
    position: absolute;
    font-size: 14px;
    top: 20px;
    right: 32px;
    color: #999;
}

.assign-member-search .user-search-input {
    margin-right: 6px;
    height: 31px;
    width: 166px;
}

.client-talent-search .user-search-input,
.bank-staff-search .user-search-input,
.client-blacklist-search .user-search-input {
    height: 31px;
    width: 160px;
}

.bank-staff-search .user-search-list,
.bank-staff-search .client-search-list {
    max-height: var(--bank-staff-table-height);
    overflow-y: scroll;
}

.client-blacklist-search .user-search-list {
    max-height: var(--client-blacklist-table-height);
    overflow-y: scroll;
}

label[for="txtQuickInviteSearch"] {
    font-size: 15px;
    padding-right: 1rem;
}

.user-search-input,
.client-search-input {
    border: 1px solid #ccc;
    width: 110px;
    padding-left: 5px;
    height: 33px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}
    .user-search-input:active,
    .user-search-input:focus,
    .client-search-input:active,
    .client-search-input:focus {
        width: 250px;
        background: #fff;
        max-width: 100%;
    }

.user-search-list,
.client-search-list {
    position: absolute;
    top: 47px;
    right: 24px;
    padding: 0;
    background: #fff;
    border: 1px solid #D9DEE4;
    z-index: 1000;
    width: 250px;
}

#daily-job-setup .user-search-list {
    right: 53px;
}

.assign-member-search-container .user-search-list {
    top: 44px !important;
    right: 48px !important;
}

#client-jobs-panel .email-button-container {
    position: absolute;
    left: 75px;
    top: 10px;
}

#client-jobs-panel #client-jobs-filters {
    position: absolute;
    width: 70%;
    z-index: 999;
}

    #client-jobs-panel #client-jobs-filters .form-group {
        display: flex;
        align-items: baseline
    }

    #client-jobs-panel #client-jobs-filters .control-label {
        padding-left: 10px;
    }

#client-jobs-panel #client-jobs-filters .filter {
    padding-left: 0;
}

#client-blacklist-confirm-modal .blacklisted-candidate-photo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

    #client-blacklist-confirm-modal .blacklisted-candidate-photo > img {
        max-width: 70px;
        max-height: 70px;
    }

.client-talent-search .user-search-list {
    top: 43px !important;
}

a.user-search-select-btn.disabled-link,
a.client-search-select-btn.disabled-link {
    pointer-events: none;
    opacity: 0.5;
}

li.user-search-item,
li.client-search-item {
    display: inline-flex;
    /*border-top: 1px solid #ccc;*/
    width: 100%;
    padding: 10px 0px 10px 10px;
    float: left;
    height: 95px;
    word-break: break-word;
}
li.user-search-item .search-result-image,
li.client-search-item .search-result-image {
    width: 30%;
    margin-right: 0px !important;
}

li.user-search-item .search-result-details,
li.client-search-item .search-result-details {
    padding-left: 3px;
    width: 60%;
}

li.user-search-item .add-btn-container,
li.client-search-item .add-btn-container {
    align-self: center;
    font-size: 18px;
    font-weight: bold;
    color: black;
    width: 10%;
}

li.user-search-item img.img-circle,
li.client-search-item img.img-circle {
    height: 100%;
}

li.user-search-item:hover,
li.client-search-item:hover {
    background: #EDEDED;
}

.search-result-phone {
    float: right;
    text-align: right;
    width: 10%;
    margin-top: 20px;
}

li.user-search-item a,
li.client-search-item a {
    color: #5A5A5A;
}

li.user-search-item.empty,
li.client-search-item.empty {
    color: #5A5A5A;
}

#waiverForm .upload-attachment .row {
    margin-left: 0;
    margin-right: 0;
}

#waiverForm .upload-attachment {
    margin-top: 1rem;
}

#waiverForm .upload-attachment .btn-file {
    margin-bottom: unset;
}

/*activity history timeline css*/
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 100%;
    /*margin: 0 auto;*/
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 1px;
        background-color: rgb(81, 111, 144);
        top: 0;
        bottom: 0;
        left: 60px;
        margin-left: -3px;
    }

/* Container around content */
.timeline-container {
    padding: 10px 0 10px 40px;
    position: relative;
    background-color: inherit;
    /*width: 50%;*/
}

    /* The circles on the timeline */
    .timeline-container i.timeline-icon {
        position: absolute;
        width: 30px;
        height: 30px;
        left: -54px;
        background-color: rgb(81, 111, 144);
        line-height: 30px;
        vertical-align: middle;
        border-radius: 50%;
        z-index: 1;
        color: #fff;
        text-align: center;
        top: 10px;
    }

/* Place the container to the left */
.timeline-elem-left {
    left: 0;
}

/* Place the container to the right */
.timeline-elem-right {
    margin-left: 58px;
}

/* Add arrows to the left container (pointing right) */
.timeline-elem-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent #f8f8f8 transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline-elem-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f8f8f8 transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline-elem-right::after {
    left: -16px;
}

/* The actual content */
.timeline-content {
    padding: 20px 30px;
    position: relative;
    border-radius: 6px;
    background: #f8f8f8;
}

.activity-history-filter-tabs, .activity-history-add-tabs {
    display: flex;
    border-bottom: 1px solid #cbd6e2;
    list-style: none;
    padding-left: 0px !important;
}

    .activity-history-filter-tabs.search-box {
        padding-right: 0px !important;
    }

        .activity-history-filter-tabs.search-box li {
            width: 100%;
        }

#activity-search {
    margin-bottom: 5.5px !important;
}

.activity-email-data{
    margin-bottom:10px;
}

.timeline-bubble-note p.collapse[aria-expanded="false"],
.activity-email-data p.collapse[aria-expanded="false"] {
    display: block;
    height: 80px !important;
    overflow: hidden;
    display: -webkit-box;
}

.timeline-bubble-note div.collapse[aria-expanded="false"],
.activity-email-data div.collapse[aria-expanded="false"] {
    display: block;
    height: 80px !important;
    overflow: hidden;
}

.timeline-bubble-note p.collapsing[aria-expanded="false"],
.timeline-bubble-note div.collapsing[aria-expanded="false"],
.activity-email-data p.collapsing[aria-expanded="false"],
.activity-email-data div.collapsing[aria-expanded="false"] {
    height: 80px !important;
}

.timeline-bubble-note a.collapsed[role="button"]:after,
.activity-email-data a.collapsed[role="button"]:after {
    content: '+ Show More';
}

.timeline-bubble-note a:not(.collapsed)[role="button"]:after,
.activity-email-data a:not(.collapsed)[role="button"]:after {
    content: '- Show Less';
}

.activity-filter-tab-item {
    padding: .75rem 1.75rem;
}

#activity-log-filter-content {
    height: 500px;
    overflow-y: scroll;
}

#content {
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid black;
    overflow: hidden;
}

#scrollable {
    height: 200px;
    width: 218px;
    overflow-y: scroll;
}

.activity-history-filter-tabs li.active,
.activity-history-add-tabs li.active {
    border-bottom: 4px solid #33475b;
}

.edit-activity-item,
.delete-activity-item,
.view-activity-item {
    padding-left: 10px;
}

.custom-feedback-right {
    right: 12px;
    margin-top: 5px;
    border-left: 1px solid #ccc;
}

.timeline-bubble-header-paragraph {
    margin-left: 10px;
    font-size: 13px;
    min-height: 33px;
}

.save-note-container {
    display: block;
    text-align: right;
}

.timeline-bubble-image {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 50px !important;
    height: 50px !important;
}
.timeline-bubble-note{
    padding-top: 5px;
}
.note-section {
    clear: both;
    border-top: 1px solid #cbd6e2;
    /*padding-top: 15px;*/
    margin-bottom: 10px;
    word-wrap: break-word;
}

.table-header-page .dataTables_filter {
    width: 40%;
}

.job-applications-table {
    margin-top: 50px;
}

.job-details-title {
    margin-bottom: 20px;
}

.title-action {
    margin: 0 0 40px;
}

    .title-action > a,
    .title-action > div {
        margin-top: 7px;
    }

.placed-candidate-container .h3,
.placed-candidate-container .h4 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.placed-candidate-container > img {
    width: 160px;
    height: 100%;
    margin: 0 auto;
}

.placed-candidate-container .waiver-document-download {
    color: red;
    font-weight: bold;
    margin-bottom: 0;
}

.activity-history-contact-label {
    text-align: left;
    margin-top: 4px;
}

.booking-details-contact-title {
    font-size: 17px;
    line-height: 15px;
}

@media ( min-width: 1400px) {
    .job-bookers .col-lg-4 {
        width: 20%;
    }
}

.job-details-container .x_title
{
    min-height: 40px
}

.performance-report-stats .x_title {
    min-height: 34px;
}

.job-details-container h2 {
    font-size: 18px;
    float: left;
    margin-bottom: 0;
    line-height: 1.1;
    color: #333;
}

.performance-report-stats h2 {
    font-size: 18px;
    float: left;
    margin-bottom: 0;
    line-height: 1.1;
    color: #73879C;
}

.job-details-container .h3,
.job-details-container .h4,
.job-details-container .h1 {
    margin-bottom: 0;
    margin-top: 5px;
    color: #999;
}

.job-details-container label {
    margin-bottom: 0;
}

.job-details-container .member-listing-thumbnail {
    width: 60px;
    height: 60px;
}

td > .form-control.action-select.select-small {
    width: 140px;
}

@media ( min-width: 1400px) {
    .job-bookers .col-lg-4 {
        width: 20%;
    }

    /*td > .form-control.action-select {
        width: 180px;
    }*/
}

@media ( max-width: 1399px) {
    /*td > .form-control.action-select {
        width: 130px;
    }*/
}

.severity-high {
    color: red;
}

.severity-medium {
    color: #f3b16c;
}

.severity-low {
    color: #edda75;
}

.nav_menu {
    margin-bottom: 0px !important;
}
/*.candidate-checkbox {
    width: 100%;
    height: 100%;
    left: 0;
    margin-top:0;
}*/
.label-membersignedoff {
    background-color: #f0ad4e;
}

.btnRefreshTimesheetsView {
    margin-top: 5px;
    margin-right: 10px;
}

.sourcePanel {
    margin-bottom: 170px;
}

.next_week-toggle,
.curent_week-toggle,
.last_week-toggle {
    font-size: 12px;
    cursor: pointer;
}

.chosen-container {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 5px;
}

.chosen-container-single .chosen-single {
    height: 31px !important;
    line-height: 32px !important;
    padding: 6px 16px !important;
    font-size: 14px !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

    .chosen-container-single .chosen-single div {
        top: 5px !important;
        width: 14px !important;
    }

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -14px 2px;
}

.chosen-search-input {
    width: 100%;
    top: 0;
    left: 0;
    height: inherit;
}

.chosen-single span {
    position: absolute;
    top: 0;
    left: 15px;
    height: inherit;
    width: 80%;
}


.performance-stats-text {
    max-width: 80%;
    display: inline-block;
    word-wrap: break-word;
    padding-top: 13px;
}

.performance-stats-value {
    display: inline-block;
    margin-left: 10px;
    float: right;
    margin-top: 10px;
}

.performance-stats-item-wrapper {
    /*text-align: center;*/
}

.chosen-container-multi .chosen-choices {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    height: 100% !important;
    overflow-y: auto !important;
}

.chosen-container-multi .chosen-drop {
    border-bottom: none !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 32px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 6px 5px 3px 0 !important;
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

    .gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child {
        border-radius: 0;
    }

.open > .dropdown-menu {
    border: none;
}

.bootstrap-select {
    height: 32px;
}

#tree {
    overflow-y: scroll;
    max-height: 400px;
}
/*.chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}

.chosen-container .chosen-results {
    background-color: #fff;
}

.chosen-up .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}

.chosen-up .chosen-container.chosen-with-drop .chosen-single {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    background-image: none;
}

.chosen-up .chosen-container.chosen-with-drop .chosen-drop {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    box-shadow: none;
    
    margin-bottom: -16px;
}*/
.new-member {
    margin-left: 20px;
}

.bubble-note-txtarea {
    width: 100%;
    margin-bottom: 15px;
}

.label-gery {
    background-color: #d1cfcf !important;
}

.label-red {
    background-color: #D9544F;
}

.time-picker:read-only {
    cursor: pointer;
    background-color: #fff !important;
}

#loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1000;
}

#loader-fast {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    z-index: 1000;
}

#loader-small {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1000;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#candidates-table_processing {
    display: block;
    border: none;
    width: 1px;
    height: 1px;
    top: 40%;
}

#complianceTableContainer table tr td {
    word-break: break-word;
}

.warning-orange {
    color: orange;
}

.candidate-warning-popover,
.journey-warning-popover {
    display: inline-block;
}

.candidate-email-container table {
    width: 100%;
}

    .candidate-email-container table td.fixed-width {
        width: 100px;
    }

        .candidate-email-container table td.fixed-width .btn {
            margin-bottom: 0;
        }

.addAmbassador {
    display: flex;
    justify-content: end;
    padding-right: 0px;
}

.ambassador-form {
    display: flex;
    align-items: self-end;
}

.btnDropdownRefresh {
    margin-top: 5px;
    background-color: #fff;
    font-size: 18px;
    color: #999;
    padding: 0;
}


#smart-match-container .invoice-ref-sw {
    font-size: 13px;
    display: inline;
    margin: 5px;
}

    #smart-match-container .invoice-ref-sw .switchery {
        height: 19px !important;
        width: 33px !important;
    }

        #smart-match-container .invoice-ref-sw .switchery > small {
            height: 19px !important;
            width: 19px !important;
        }

#ddlClientTags_chosen,
#ddlCandidateTags_chosen {
    height: 66px !important;
}

#app-status-container .control-label {
    text-align: left;
}

#app-status-container .chosen-container {
    height: auto;
}

#app-status-container chosen-choices {
    height: auto !important;
}

.maps-live {
    color: #26b99a !important;
}

#schools-table_filter .dt-button {
    background-color: transparent;
    border: 0px;
    margin-top: 5px;
}

#schools-table_filter .dt-buttons {
    float: left;
}

#schools-table_filter .dt-button i {
    transform: scale(1.5,1.5);
}

#search-history-toggle {
    background-color: transparent;
}

#search-history-dropdown {
    width: 300px;
}

.search-history-link {
    width: calc(100% - 30px) !important;
    white-space: normal !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

/*#candidates-table .dt-checkboxes-select-all div.icheckbox_flat-green{
    display: none !important;
}*/

/*loader**/
.lds-activityLoader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-activityLoader div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 11px;
        background: rgb(81, 111, 144);
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-activityLoader div:nth-child(1) {
            left: 6px;
            animation-delay: -0.24s;
        }

        .lds-activityLoader div:nth-child(2) {
            left: 26px;
            animation-delay: -0.12s;
        }

        .lds-activityLoader div:nth-child(3) {
            left: 45px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%, 100% {
        top: 19px;
        height: 20px;
    }
}

.ld-loader {
    width: 100%;
    text-align: center;
}


#sendGroupMessage, #sendGroupMessageOffers {
    background: no-repeat;
    color: #5A738E;
    border: none;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 0 0 8px;
    display: block;
    margin: 0;
    /*position: absolute;*/
    /*top: 0px;*/
}

#sendGroupMessageShortlist{
    background: no-repeat;
    color: #5A738E;
    border: none;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 0 0 8px;
    display: block;
    margin: 0;
}

#candidates-table_filter {
    height: 5rem;
}

#d-start-date {
    margin-top: 5px;
}

.file-preview-image {
    width: 100% !important;
}

/*::-webkit-scrollbar{
    width: 0;
    background: transparent;
}*/

.popover-section-inline {
    display: inline-block;
    padding-left: 7px;
}

    .popover-section-inline a {
        text-decoration: none;
    }

.call-modal {
    position: fixed;
    top: 20px;
    right: -430px;
    bottom: 0;
    /* left: 0; */
    z-index: 1050;
    display: block;
    /* overflow: hidden; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    transition: all 0.3s ease-in-out;
}

    .call-modal.open {
        right: 20px;
    }

    .call-modal .call-modal-content {
        width: 400px;
        margin: 30px auto;
        position: relative;
        margin: 10px;
        text-align: center;
    }

        .call-modal .call-modal-content > .call-modal-body {
            position: relative;
            padding: 20px;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 6px;
            outline: 0;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        }

    .call-modal .member-listing-photo-container {
        margin-bottom: 20px;
    }

    .call-modal #call-image {
        max-width: 70%;
    }

.flex-container {
    display: flex;
    align-items:stretch;
    /*align-items: center;
    justify-content: center;*/
}

.flex-container-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-start {
    align-self: flex-start;
}

.flex-end {
    align-self: flex-end;
}

.flex-center {
    align-self: center;
}

#addProfile .dropdown-toggle {
    width: 100%;
}

@media (min-width: 992px) {
    #addProfile .modal-lg {
        width: 1040px;
    }

    #addProfile .form-control.col-md-4 {
        width: 33%;
    }
}

.padding-top-0 {
    padding-top: 0!important;
}

#addProfile .control-label {
    padding-top: 6px;
}

#addProfile .checkbox > label {
    padding-left: 20px;
}

    #addProfile .checkbox > label.text-left {
        padding-right: 27px;
    }

#addProfile .checkbox > input.pull-left {
    margin-left: 0;
}

.timeline-container i.checked-icon,
.candidate-reference-container i.checked-icon{
    /*position: absolute;*/
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    border-radius: 50%;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 10px;
    margin-right: 0px;
    border: 1px solid #ddd;
    background-color: #fff;
}

    .timeline-container i.checked-icon.checked,
    .candidate-reference-container i.checked-icon.checked {
        background-color: #26b99a;
        border: 1px solid #26b99a;
        margin-bottom: 2px;
    }

.checked-icon-wrapper {
    margin-right: 8px;
}

    .checked-icon-wrapper span {
        font-size: 12px;
    }

.generic-table > tbody > tr > td {
    word-break: break-all;
}

.candidate-reference-container .email-action-table .row {
    padding:3px 0;
    line-height:27px;
}

    .candidate-reference-container .email-action-table .row:nth-child(2n + 1) {
        background-color: #f3f8fc;
    }

#candidate-references #addCandidateReferenceBtn.dropdown-toggle::before {
    content: none;
}

#candidate-references .panel-action .dropdown-menu {
    left: -13rem;
    top: 2.5rem;
    border: 1px solid lightgray;
}

/*#region courses */
.course-topics {
    padding: 0;
}

    .course-topics li {
        list-style: none;
        padding: 0;
        line-height: 26px;
    }

.courses-container {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.07);
    padding: 15px 25px;
}

.course-summary-container {
    padding: 0;
}

    .course-summary-container li {
        list-style: none;
        padding: 0;
        float: none;
        clear: both;
    }

.course-topics li a {
    color: #000;
    text-decoration: none;
}

    .course-topics li a span {
        color: #999;
        font-weight: 300;
        font-size: 13px;
        padding-left: 0;
    }

    .course-topics li a.selected {
        font-weight: 700;
    }

.course-summary-container .top-filters input {
    width: 300px;
    padding: 7px 20px;
    margin: 10px auto;
    border-radius: 5px;
    resize: none;
    background-color: #fff;
    max-width: 100%;
    border: 1px solid #c4c4c4;
    display: block;
}

.course-summary-container .top-filters {
    font-size: 15px;
}

    .course-summary-container .top-filters .title {
        padding-top: 15px;
        font-size: 18px;
    }

.course-summary-container .card {
    cursor: pointer;
    padding: 0;
    margin-top: -1px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.course-summary-container .image-column {
    padding: 20px 25px 20px 0px;
    vertical-align: middle;
    float: none;
    width: 23%;
    display: inline-block;
}

    .course-summary-container .image-column img {
        border-radius: 5px;
        width: 100%;
    }

.course-summary-container .card-meta-data {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 19px 15px 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    position: relative;
    white-space: normal;
}

    .course-summary-container .card-meta-data .meta-author {
        display: inline;
        font-size: 14px;
    }

    .course-summary-container .card-meta-data .meta .meta-released {
        padding-left: 10px;
    }

    .course-summary-container .card-meta-data .title-author-info {
        display: inline;
        font-size: 17px;
    }

        .course-summary-container .card-meta-data .title-author-info div {
            margin: 7px 0 15px;
        }

        .course-summary-container .card-meta-data .title-author-info .meta-description {
            font-size: 13px;
        }

    .course-summary-container .card-meta-data h3 {
        display: inline;
        font-size: 17px;
    }

#validationSummary ul {
    padding: 0;
}

    #validationSummary ul li {
        list-style-type: none;
    }

#courseLessonsTable .lesson-name {
    padding-left: 40px;
}

.manage-lessons {
    float: right;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

    .manage-lessons .fa-remove {
        padding-left: 8px;
    }

#courseLessonsTree {
    color: #5A5A5A;
}

.delete-course-container {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    float: none !important;
}
/*#endregion courses*/

/*job ratings */
.d-flex {
    display: flex;
    max-width: 1240px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 15px;
}

.rating-item-container {
    padding-bottom: 10px;
}

    .rating-item-container span {
        min-width: 200px;
        display: inline-block;
    }

    .rating-item-container.starrr {
        vertical-align: middle;
    }

        .rating-item-container .starrr a {
            font-size: 20px !important;
            padding: 0 2px !important;
        }

.candidate-rating-average {
    font-size: 11px;
}

.candidate-rating-stats-container {
    margin-bottom: 5px;
}

    .candidate-rating-stats-container .starrr a {
        font-size: 19px !important;
        /*padding: 0 6px !important;*/
    }
/*job ratings */
.undecorated-text {
    text-decoration: none !important;
}

.inline-form .form-group {
    display: inline-block;
    /*margin-right:10px;*/
}

.reference-category-label {
    margin-top: 15px;
}

.break-word {
    word-wrap: break-word;
}

.matches-result-section {
    /*margin-top:50px;*/
}

.available-from-label {
    font-size: 12px;
}

#map-container #map {
    height: 600px;
}

#smartmatch-search {
    position: relative;
}

#filters-container {
    background: #fff;
    padding: 10px;
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    margin: 0 auto;
}

.popup-button {
    text-align: left;
    overflow-y: auto;
}

    .popup-button > span {
        margin-left: 5px;
    }

.popup-button-container > i {
    position: absolute;
    top: 0.75em;
    right: 1em;
}

/*---------------- Maps custom popup ----------------*/
/* The location pointed to by the popup tip. */
.popup-tip-anchor {
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 100px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 8px;
    left: 0;
}
/* Draw the tip. */
/*.popup-bubble-anchor::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid white;
    }*/
/* The popup bubble itself. */
.popup-bubble-content {
    position: absolute;
    top: 10px;
    left: 0;
    /*transform: translate(0%, 100%);*/
    /* Style the info window. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
    /*width: 100px;*/
}

.map-duration {
    font-size: 14px;
    color: #111;
    font-weight: bold;
}

.map-distance {
    font-size: 10px;
}

.map-duration > i {
    color: #111;
    margin-right: 5px;
}
/*---------------- End of Maps custom popup ----------------*/

table .starrr > .fa-star-o,
table .starrr > .fa-star {
    float: left;
    font-size: 11px;
}

#smartmatch-search .matches-result-section .dataTables_info {
    width: 30%;
}
#smartmatch-search .matches-result-section .member-listing-photo-container {
    position: relative;
}
.candidate-summary-popover {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    min-width: 200px;
    min-height:50px;
    height: auto;
    color: #111;
    box-shadow: initial;
    border: 1px solid #ccc;
}
ul.summary-cv-list {
    padding-left:15px;
}
.member-listing-photo-container .popover {
    min-width: 300px;
    min-height:100px;
}
#btnConvertToLongTermJob {
    margin-left: 10px;
}
.td-rating-container .popover {
    min-width: 335px;
    z-index: 10001;
}
.popover .candidate-rating-stats-container {
    font-size: 12px!important;
}
.popover .candidate-rating-stats-container .starrr > .fa-star-o,
.popover .candidate-rating-stats-container .starrr > .fa-star {
    font-size: 12px !important;
}

.reference-notes-popover {
    text-decoration: none !important;
    font-size: 18px !important;
}
.member-listing-status {
    font-weight:bold;
    font-size: 12px;
}
.member-listing-details .popover {
    word-break: break-word;
    white-space: pre-line;
}
.member-listing-details a {
    text-decoration:none;
}

.select-candidates-table .btnAddToClientPool.active {
    color: #26b99a;
}

.select-candidates-table tbody tr > td:nth-child(n+2):not(.td-rating-container, .td-availability) {
    padding-right: 30px;
}

.talent-poll-btn-wrapper {
    position: absolute;
    display: inline-block;
    left: 60px;
    z-index: 200;
}
.btnTableHeader {
    background: no-repeat;
    color: #5A738E;
    border: none;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 0 0 8px;
    display: block;
    margin: 0;
}
    .btnTableHeader:hover {
        background-color: #fff;
        border-color: #fff;
    }

.consultantReply {
    text-align: right;
}

.activityChat {
    margin-bottom: 10px;
}
.activityChat p {
    display: inline-block;
    margin: 0 10px;
    padding: 10px;
    max-width: 80%;
    border-radius: 10px;
}

.consultantReply p {
    border-bottom-right-radius: 0;
    background: #EAF0F6;
    border: 1px solid #CBD6E2;
    color: #33475B;
}

.candidateReply p {
    border-bottom-left-radius: 0;
    border: 1px solid #7FD1DE;
    background: #E5F5F8;
    color: #0091BC;
}

.activityChat img {
    width: 100%;
    max-width: 24px;
    height: auto;
    border-radius: 100%;
    border: 1px solid #fff;
    vertical-align: bottom;
    box-shadow: 0 0 0 1px #B9ECFB;
}

#embedContainer {
    /*width: calc(100vw - 278px);*/
    width: 100%;
    height: calc(100vh - 93px);
}

    #embedContainer iframe {
        border: 0;
    }

#list-members-table_wrapper {
    /*overflow: auto;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    margin: 0 auto;
    width:100%;
}

table#list-members-table > thead > tr > th:not(:first-child),
table#list-members-table > tbody > tr > td:not(:first-child) {
    min-width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ol.breadcrumb {
    background-color: #fff;
}
li.breadcrumb-item {
    font-size:16px;
}
#list-members-table .member-listing-details,
.DTFC_LeftBodyLiner table.dataTable .member-listing-details{
    /*margin-top: 20px;*/
}

.newapplications-result-section {
    margin-top:80px;
}
.assignee-btn-wrapper {
    position: absolute;
    display: inline-block;
    left:55px;
    z-index: 200;
}
.btnTableSelectAction {
    background: no-repeat;
    color: #5A738E;
    border: none;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 0 0 8px;
    display: block;
    margin: 0;
}
.btnTableSelectAction:hover{
    background-color: #fff;
    border-color:#fff;
}
.lnk-no-decoration{
    text-decoration:none;
}
div.DTFC_LeftBodyWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    z-index: 2;
}
div.DTFC_LeftBodyLiner {
    background-color: #fff;
}
div.DTFC_LeftBodyWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    z-index: 2;
}
div.DTFC_LeftHeadWrapper table.dataTable {
    margin-bottom: 0px !important;
}
div.DTFC_LeftBodyWrapper table.dataTable th.sorting:after,
div.DTFC_RightWrapper table.dataTable th.sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable th.sorting_asc:after,
div.DTFC_RightWrapper table.dataTable th.sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable th.sorting_desc:after,
div.DTFC_RightWrapper table.dataTable th.sorting_desc:after {
    content: none;
}

.email-confirm-container .disabled {
    opacity: 0.5;
    pointer-events: none;
}

.job-filled-applications-table #sendGroupMessage {
    left: 45px
}

#timesheets-table_filter #sendGroupMessage {
    left: 45px
}

.job-filled-applications-table #btnEmailModal {
    position: absolute;
    top: -2px;
    left: 3px;
}

.flex-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

#filters-container.new-applications-container {
    background: #f7f7f7;
}

.gender-container #gender {
    float: right !important;
}
.align-right{
    text-align: right;
}
#list-members-table th:first-child,
#list-members-table td:first-child {
    min-width: 20px;
}
.primary-role-tags {
    max-width: 240px;
    min-width: 200px;
    white-space: normal;
    /*max-height: 50px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;*/
}
#static-list-table.table > thead > tr > th,
#static-list-table.table > tbody > tr > th,
#static-list-table.table > tfoot > tr > th,
#static-list-table.table > thead > tr > td,
#static-list-table.table > tbody > tr > td,
#static-list-table.table > tfoot > tr > td {
    padding: 10px;
}
.popover-section.primary-role-tags > a {
    text-decoration: none;
}
.primary-role-tags .popover {
    min-width: 200px;
}

/*------ Lists sections --------*/
.list-details-header {
    background: #fff;
}
    .list-details-header .form-group .editable-label-input-wrapper,
    .job-details-title .form-group .editable-label-input-wrapper {
        margin: -4px 0 -4px -4px;
        max-width: 100%;
        padding: 4px 4px 4px 4px;
        font-size: 24px;
    }
        .list-details-header .form-group .editable-label-input-wrapper .editable-label-input,
        .job-details-title .form-group .editable-label-input-wrapper .editable-label-input {
            border: 0px;
            box-shadow: none;
            box-sizing: content-box;
            background: transparent;
            border: 0;
            color: inherit;
            cursor: text;
            max-width: 100%;
            outline: none;
            font-size: inherit;
        }
        .editable-label-input:hover {
            border: 1px solid #5bc0de;
            box-shadow: 0 0 0 1px #5bc0de !important;
        }
.list-details-header .btn-primary {
    padding: 10px 16px;
}
.list-details-header .form-control-feedback {
    margin-top: 11px;
    line-height: 28px;
    font-size: 18px;
}
.add-to-list,
.remove-from-list {
    position: absolute;
    display: inline-block;
    left: 105px;
    z-index: 200;
}
.list-notes-cell .popover{
    position:fixed;
}

.job-details-title .editable-label-input-wrapper {
    margin-left: -18px !important;
}

    .job-details-title .form-group {
        padding: 0;
        max-width: 1000px;
        margin: 0;
        position: relative;
    }
    
@media (min-width: 992px) {
    .create-trial-job .modal-dialog {
        width: 900px;
    }
}

td .label > a {
    color: #fff;
    text-decoration: none;
}

.candidate-screen-normal{
    font-size: 15px;
    color: #000;
}
.candidate-screen-name {
    color: #000;
    font-size: 22px;
    padding-top: 15px;
}

#complianceTableContainer .icheckbox_flat-green.checked.disabled {
    background-position: -22px 0 !important;
}

.comp-modified-on{
    font-size: 14px !important;
}

#candidate-profiles-table-container .badge.badge-dark {
    border-radius: .25em;
}

#candidate-profiles-table-container.loading {
    display: flex;
    justify-content: center;
    height: 8rem;
}

    #candidate-profiles-table-container.loading #loader-fast {
        position: absolute;
        bottom: 14px;
    }

.f-row {
    display: -ms-flexbox;
    display: flex;
}
     .f-col {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .image-container {
        max-width: 210px;
    }
.candidate-membertype,
.candidate-score-rating,
.candidate-profile-container {
    font-size: 15px;
    color: #272727;
    padding-right: 10px;
}
.p-20 {
    padding: 10px 20px 0;
}
.pt-1 {
    padding-top: 8px;
}
.pt-30 {
    padding-top: 30px;
}
.justify-content-center {
    justify-content: center;
}
.candidate-activity > div {
    padding-left: 26px;
    padding-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.candidate-activity .f-first {
    background-image: url('/images/comm.png');
}

.candidate-activity .f-middle {
    background-image: url('/images/app.png');

}
.candidate-activity .f-last {
    background-image: url('/images/approved.png');
}

#candidate-profile .nav.nav-tabs {
    margin-top: 15px;
}

#candidate-profile #activity-log-filter-content {
    height: 900px;
}

#candidate-profile .tab-pane#general .candidate-general-save {
    width: 100%;
    border-top: 1px solid lightgray;
    background: #f7f7f7;
    min-height: 5.5rem;
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

    #candidate-profile .tab-pane#general .candidate-general-save .row {
        width: 100%;
        display: flex;
        align-items: center;
    }

    #candidate-profile .tab-pane#general .candidate-general-save .form-validation {
        padding-left: 2rem;
        padding-top: 1rem;
    }

#candidate-profile .tab-pane#general .candidate-general-save .form-validation-errors li > a {
    color: #df2929;
}

    #candidate-profile .tab-pane#general .candidate-general-save #btnSaveGeneral {
        margin-bottom: 0;
        background-color: #3aadcf;
        border: 1px solid #3aadcf;
        width: 10rem;
    }

.candidate-compliance-container .fa-check-circle {
    color: #26b99a;
    font-size: 17px;
}

.job-settings-dropdown{
    position: relative;
}

    .job-settings-dropdown.open .dropdown-menu {
        position: absolute;
        background: #fff;
        margin-top: 0;
        border: 1px solid #D9DEE4;
        -webkit-box-shadow: none;
        right: 0;
        left: auto;
        width: 272px;
        padding: 10px 0;
    }
    .job-settings-dropdown.open hr {
        margin: 10px 0;
    }

.chosen-container .chosen-drop .chosen-results .nested {
    margin-left: 3rem;
}

#job-listing-table td > div > a {
    text-decoration: none!important;
}
#job-listing-table td .member-listing-details {
    margin-top:20px;
}
div.dataTables_wrapper div.dataTables_processing {
    border:none;
    background-color: transparent;
}
#job-listing-table td > div > .label-default.completed {
    background-color: #c0c0c0;
    color:#fff;
}
#job-listing-table td > div > .label-default.open {
    background-color: #fff;
    border:1px solid #111;
    color: #111;
}
#job-listing-table td > div > .label-default.active,
#job-listing-table td > div > .label-default.filled {
    background-color: #008000;
}

#job-listing-table td > div > .label-default.interview,
#job-listing-table td > div > .label-default.review,
#job-listing-table td > div > .label-default.new {
    background-color: #ffc000;
    color: #111;
}
#job-listing-table .table-bordered.inner-table {
    margin-bottom: 0;
    color: #111;
    width: 90%;
    border-color:#ddd;
    margin: 0 auto;
}

#job-listing-table .table.inner-table > thead > tr > th {
    padding: 4px 5px;
    font-size: 14px;
    border-color: #ddd;
    border-collapse: collapse;
    text-align: center;
}

#job-listing-table .table.inner-table > tbody > tr > td {
    padding: 3px 5px;
    font-size: 13px;
    border: 1px solid #ddd;
    text-align: center;
}

span.pl-20{
    padding-left: 20px;
}

#candidate-profiles-table-container .primary-badge{
    border-radius: 1em !important;
}
#job-listing-table .primary-role-tags {
    max-width:360px;
    min-width:150px;
}

#greeters-table .fas.fa-ban,
#clientContactsTable .fas.fa-ban {
    color: red;
    font-size: 17px;
}

#greeters-table .far.fa-check-circle,
#clientContactsTable .far.fa-check-circle {
    color: #26b99a;
    font-size: 17px;
}

.cand-details-container{
    /*padding-right: 100px;*/
}

.refresh-header {
    min-height: 45px!important;
}
.DTFC_ScrollWrapper {
    overflow-x:auto;
    overflow-y:unset!important;
    height: 100%!important;
}

.DTFC_LeftWrapper,
.DTFC_LeftBodyWrapper {
    height: 100% !important;
    overflow-y: hidden !important;
}

.DTFC_LeftBodyLiner {
    height: 100% !important;
    overflow-y: hidden !important;
    max-height: 100% !important;
}
.DTFC_LeftHeadWrapper .table th {
}
.dynamic-list-table-wrapper {
    position: relative;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 1em 0;
    background: #ccc;
    opacity: 0.5;
    z-index: 10000;
}
.dataTables_wrapper div.dataTables_processing #loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10001;
}

#candidate-cv-documents-datatable .badge {
    margin-left: 5px;
}

.draggable-list {
    border: 1px solid #eee;
    width: 100%;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 0px;
}


.draggable-list li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee;
    cursor: pointer;
}
    .draggable-list li.highlight {
        background: #5bc0de;
        color: #fff;
    }

    .draggable-list li.highlight.disabled {
        opacity: 0.5;
    }
.draggable-list-container {
    display: flex;
}
.draggable-list-column {
    flex: 1;
}
.list-details-header ol.breadcrumb {
    padding-left:0;
}

#ddlActivityOutcome {
    width: 200px;
    margin-left: 10px;
    border: none;
    padding: 0;
    box-shadow: none;
    background-color: none;
}

.activity-outcome-container{
    width: 100%;
    text-align: right;
}

.activity-outcome-container #ddlActivityOutcome{
    float: none !important;
    display: inline-block;
    background: #f8f8f8;
}

.country-code-col {
    width: 10%!important;
}

.phone-number-col {
    width: 65%!important;
}

.notes-popover.note-added > i {
    color: #26b99a;
}
.notes-popover:not(.note-added) > i {
    opacity: 0.5;
}
.pager-control{
    position:relative;
}
    .pager-control > .next_week-toggle {
        position:absolute;
        top:30px;
        right:5px;
        z-index:500;
        opacity:0.2;
    }

    .pager-control > .curent_week-toggle {
        position: absolute;
        top: 30px;
        left: 5px;
        z-index: 500;
        opacity: 0.2;
    }

    .pager-control > .last_week-toggle {
        position: absolute;
        top: 30px;
        left: 5px;
        z-index: 500;
        opacity: 0.2;
    }

    .pager-control > .curent_week-toggle:hover,
    .pager-control > .next_week-toggle:hover,
    .pager-control > .last_week-toggle:hover {
        opacity: 1;
    }

.candidate-profile-container > div {
    max-width: 500px;
}
.top_nav .dropdown-menu li a.profile-action {
    color: #26b99a;
}
    .top_nav .dropdown-menu li a.profile-action.offline {
        color: #e11b1b;
    }
.out-of-office {
    color: red;
    margin-top: -10px;
    font-size: 12px;
    text-align: right;
}
#client-blacklist-table.table {
    width:100% !important;
}
#btnChangePassword {
    margin-right:0px;
}
#schools-table td .fa-phone,
#clientContactsTable td .fa-phone,
#clientContactsTable td .fa-envelope {
    margin-left: 10px;
    color:#999;
    font-size:18px;
}
.borderless-select {
    width: 20%;
    display: inline;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    padding-left: 0;
}
.list-description {
    font-size: 11px;
}
.borderless-select option[selected="selected"] {
    font-size: 16px;
}
.borderless-select option {
    font-size: 14px;
}
@keyframes blink {
    50% {
        opacity: 0.3;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.3;
    }
}

.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

.popover-modal {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    z-index: 200;
}

    .popover-modal:before {
        content: " ";
        border-bottom: 10px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: -10px;
        left: 65%;
    }



.call-log-modal {
    width: 400px;
    position: absolute;
    top: 55px;
    right:20px;
}

.call-log-modal .modal-footer{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
    .call-log-modal .modal-footer .btn-primary{
        order:2;
        flex-grow:1;
        margin-left:50px;
    }

    .call-log-modal .call-log-label {
        width: 95%;
    }

#teamOutOfOfficeModal .modal-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#teamOutOfOfficeModal table {
    display: block;
    max-height: 50rem;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    margin: 5px;
}

    #teamOutOfOfficeModal table :is(th) {
        border: none;
        font-family: sans-serif;
        color: #000000;
        font-size: 2rem;
        font-weight: inherit;
    }

    #teamOutOfOfficeModal table :is(td) {
        border: none;
        width: 50%;
    }

#teamOutOfOfficeModal table .row {
    display: flex;
}

#teamOutOfOfficeModal .col {
    padding: 1rem;
    align-self: center;
}

.img-col {
    width: 16%;
}

.name-col {
    width: 68%;
}

#teamOutOfOfficeModal .col img {
    max-height: 6rem;
    min-height: 6rem;
    max-width: 6rem;
    min-width: 6rem;
}

#teamOutOfOfficeModal .col .form-group {
    margin-bottom: unset;
}

.switch-col .switchery {
    height: 25px;
    width: 45px;
}

    .switch-col .switchery small {
        height: 25px;
        width: 25px;
    }

.text-red {
    color: #ce1919;
}
.search-result-subtitle {
    font-size:12px;
}
#btnDismissCallLog{
    text-decoration:underline;
}
.mt-10{
    margin-top:10px;
}
.add-to-talent {
    position: absolute;
    display: inline-block;
    left: 140px;
    z-index: 200;
}
.matches-result-section .email-button-container {
    position: absolute;
    display: inline-block;
    left: 145px;
    z-index: 200;
}

#vacancy-matches .refresh-journey-times-container {
    width: 100%;
}

.refresh-journey-times-container {
    border-style: solid;
    border-color: wheat;
    height: 4rem;
    display: flex;
    background: floralwhite;
    align-items: center;
}
    .refresh-journey-times-container span {
        padding: 6px;
        margin-left: 2rem;
    }
.live-refresh-button-container {
    position: relative;
    left: -185px;
    top: -41px;
}
    .live-refresh-button-container button#btnLiveRefresh {
        height: 3rem;
        background-color: white;
        border: 2px solid #ccc;
        padding: 0px 13px;
        float: right;
        height: 3rem;
        line-height: 0px;
        margin-right: 3px;
        display: flex;
        align-items: center;
    }
    .live-refresh-button-container button span {
        color: #777;
        font-size: 11px;
    }

.live-jt {
    color: #5bc0de;
    font-weight: bold;
}

.live-jt-btn {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: white;
}

.modal .custom-combobox {
    width:92%;
}
#dropdown-list-wrapper .ui-menu {
    z-index: 9999;
}

@media(max-width: 768px){
    .navbar-nav{
        margin:0;
    }
    .main_container .top_nav {
        height:100%;
    }
    .top_nav .navbar-search{
        width:100%;
    }
    .global-search-input:active, .global-search-input:focus{
        width:100%;
    }
    .nav_title {
        width: 100%;
    }
}

.work-list,
.education-list{
    list-style:none;
    padding-left:0;
}
.education-line, 
.work-line {
    border: 1px solid #ccc;
    margin-top:8px;
}

.mb-50 {
    margin-bottom: 50px;
}

.parsed-cv-modal .modal-dialog {
    width: 70%;
}
#candidate-cv-documents-datatable th.sorting_disabled
{
    border-bottom: none;
}
.create-job {
    position: absolute;
    left: 140px;
    display: inline-block;
    z-index: 200;
}

#createJobModal .modal-dialog{
    width: 900px;
}
#membersNonSending{
    margin-top:20px;
}
.nav-sm .main_container .top_nav,
.nav-sm .container.body .right_col {
    margin-left: 0;
}
.nav-md .toggle {
    display:none;
}
.nav-md .main-nav{
    display: block;
}
.nav-sm .toggle {
    height: 56px;
    display:block;
    width: 100%;
    float:none;
}
.nav-sm #menu_toggle {
    color: #fff;
}

.nav-sm .nav-md-logo{
    display: none!important;
}
.edit-school-content .x_title.cv-table-header {
    min-height: 45px;
}
#candidate-education-table.generic-table > tbody > tr > td:first-child,
#candidate-work-experience-table.generic-table > tbody > tr > td:first-child {
    white-space: nowrap;
}
.select-clients-opt,
.select-members-opt{
    position: relative;
}
.selected-contacts-count,
.selected-members-count {
    position: absolute;
    top: 2px;
    right: 11px;
    z-index: 20;
    background: #5bc0de;
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
}
#singleEmailContactsFilter{
    z-index: 2020;
}
#btnEmailSelectMembers,
#btnEmailSelectContacts {
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
}
.contacts-filter-container .table-container,
#singleEmailContactsFilter  .table-container{
    border-top: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 40px;
}
@media (min-width: 960px) {
    #singleEmailContactsFilter .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
    #membersFilterModal .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}
#membersFilterModal .form-horizontal {
    padding-bottom:20px;
    border-bottom:1px solid #e5e5e5;
}
#membersFilterModal .table-container {
    padding-top:10px;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    width: 25px !important;
    max-width: 25px;
}
option[value=""][disabled] {
    display: none;
}

#contacts-filters-container .control-label {
    text-align: left;
}
.contacts-result-container .email-button-container{
    left: 0;
}

.greetersPanel .email-button-container {
    position: absolute;
    left:100px;
    top:9px;
}
.edit-school-content .dataTables_info {
    width: 30%;
}
.greetersPanel #greeters-table,
.clientUsersPanel #client-users-table {
    width: 100% !important;
}
.upload-members-btn {
    position: absolute;
    left: 230px;
    top: 0;
    z-index:200;
}
.edit-school-content #summary #embedContainer {
    height: calc(100vh - 153px);
}
#job-listing-table td > div > a.unfilled-job {
    color: #111;
    text-decoration: underline!important;
}
#boardsMenuContainer {
    position: absolute;
    top:50px;
    width: 250px;
    padding-top: 10px;
    background-color: #f7f7f7;
    z-index: 50;
    padding-bottom: 15px;
}

#boardsMenuContainer > li > a {
    color: #333;
    font-size:13px;
    padding: 10px 12px;
}

.nav.child_menu li a:hover, .nav.child_menu li a:focus {
    padding-left: 10px;
    background-color: #aaa;
}

.nav > li > a > span.fa-chevron-down,
.nav > li > a > span.fa-chevron-up {
    margin-left: 4px;
}

#emailModal .modal-footer{
    padding: 25px 15px 15px 15px;
}
.test-client-container {
    position: relative;
    width: 250px;
    top: 56px;
}

    .test-client-container .chosen-container .chosen-drop {
        border-bottom: 0;
        border-top: 1px solid #aaa;
        top: auto;
        bottom: 40px;
    }

    .test-client-container .chosen-container.chosen-with-drop .chosen-single {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-image: none;
    }

    .test-client-container .chosen-container.chosen-with-drop .chosen-drop {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: none;
        margin-bottom: -16px;
    }

td.journey-time-column {
    position: relative;
}
.journey-warning-popover {
    position: absolute;
    top: 20px;
    left: 55%;
}
#longTermJobsModal .modal-dialog {
    width: 900px;
}

#longTermJobsModal div.dataTables_info {
    padding-top: 35px;
}

#timesheet-flag-modal .modal-body button#ticket-resolve-btn {
    margin-top: 1rem;
}

.resolve-flag-disabled {
    cursor: default;
}

.settings-title {
    font-size: 32px;
    padding: 5px 15px;
    font-weight: 700px;
    border-bottom: 2px solid #E6E9ED;
    margin-bottom: 2rem;
}

.settings-body .settings-tree {
    padding: 5px 18px;
}

    .settings-body .settings-tree .settings-group {
        padding: 15px 0;
    }

    .settings-body .settings-tree .settings-group .group-name {
        font-size: 24px;
    }

    .settings-body .settings-tree .settings-type {
        background-color: #92a1b2;
        color: #fff;
        padding: 7px 15px;
        cursor: pointer;
        border-radius: 3px;
        margin: 12px 0;
    }

    .settings-body .settings-tree .settings-type a {
        color: #fff;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
    }

    .settings-body .settings-details .tab-content .tab-pane {
        padding: 0px;
    }

    #settings-header, #settings-row {
        max-width: none !important;
    }

#edit-marketing-settings-title,
#edit-report-settings-title {
    height: 4rem;
}

    #edit-marketing-settings-title h1,
    #edit-report-settings-title h1,
    #user-settings .page-header h1{
        color: #73879C;
    }

.report-settings-title-ctn, .marketing-settings-title {
    margin-top: 2rem;
}

#settings-header {
    border-bottom: 1px solid #ddd;
    height: 5rem;
}

#marketing-emails #settings-header {
    height: 5rem;
}

#report-settings #settings-header, #report-settings #settings-row {
    justify-content: initial!important;
}

#settings-header .col {
    margin-left: 2rem;
}

    #settings-header h3 {
        text-transform: none;
        font-weight: bold;
        font-size: 13px;
        color: #5A5A5A;
        padding: 8px;
    }

#settings-header .col .site {
    margin-left: 2rem;
    margin-right: 2rem;
    width: 16rem;
}

    #settings-header .col .role {
        margin-left: 2rem;
        width: 16rem;
        margin-right: 2rem;
    }

#settings-row .col {
    margin-left: 2rem;
}

#row-handle {
    align-self: center;
    margin-left: 4px !important;
    min-width: 2rem;
    max-width: 2rem;
}

#settings-row h2 {
    font-size: 14px;
}

#row-handle a i {
    font-size: larger;
}

#setting-values .checkbox-container {
    width: 16rem;
    margin: 2rem;
}

#settings-form .btn-container {
    margin-top: 2rem;
}

#chkRole {
    font: inherit;
    color: black;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.15em solid black;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    place-content: center;
}

    #chkRole::before {
        content: "";
        width: 0.65em;
        height: 0.65em; 
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
    }

    #chkRole:checked::before {
        transform: scale(1);
    }

.btn-container.reports {
    position: absolute;
    top: 41px;
    right: 20px;
}

.delete-report {
    color: red;
    opacity: 0.1;
    padding-left: 11px;
}

    .delete-report:hover {
        opacity: 1;
        color: red;
    }

#settings-row.changed .report-input.changed {
    border-color: #d3b1b1!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6)!important;
}

.report-input {
    width: 100%;
    padding: 9px 6px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #555;
    margin-top: 0px;
    margin-bottom: 4px;
}

#new-report {
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sortable-placeholder {
    margin: 10px;
    padding: 20px;
    background: #f0eded;
}

.vcenter {
    align-self: center;
}

.nowrap {
    flex-wrap: nowrap;
}

.x-scroll {
    padding: 4px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.mw-20 {
    min-width: 20rem !important;
}

.mw-12 {
    min-width: 12rem !important;
}

.phone-validation-errors {
    color: #a94442;
    padding-top: 4px;
}

.duplicate-holders a {
    color: #337ab7;
}

input#primary-phone::-webkit-outer-spin-button,
input#primary-phone::-webkit-inner-spin-button,
input#PhoneNumber::-webkit-inner-spin-button,
input#PhoneNumber::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#primary-phone,
input#PhoneNumber {
    -moz-appearance: textfield;
}


.ui-autocomplete {
    background: white;
    color: black;
}

    .ui-autocomplete .ui-state-active {
        background-color: #3875d7;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
        background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
        color: #fff;
    }

#deleteReasonModal .delete-confirm-footer {
    align-items: center;
    display: flex;
}

#deleteReasonModal .delete-confirm-footer > div{
    width: 50%;
}

    #deleteReasonModal .delete-confirm-footer button {
        margin-bottom: 0;
        margin-right: 5px;
    }

#deleteReasonModal .delete-confirm-footer > div:first-of-type {
    display: flex;
}

#deleteReasonModal .delete-confirm-footer label[for="backfillChk"] {
    padding-left: 8px;
}

.edit-school-content .ref-overall-approve {
    min-height: 55px;
}

.ref-overall-approve span {
    margin: 8px 10px 0 0;
}

.ref-overall-approve h2 small {
    font-size: 75%;
    margin-left: 0;
    line-height: initial;
    font-weight: bold;
    display: block;
}

.ref-overall-approve .icheckbox_flat-green.checked.disabled {
    background: url(/Content/gentelella/static/img/greenPale.png) no-repeat;
    background-position: -22px 0;
}

#addComplianceWarningModal .form-group.compliance-warning {
    padding-left: 20px;
    padding-right: 20px;
}

#bankStaffServiceFeesCheck,
#clubServiceFeesCheck {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}

#bankStaffServiceFeesCheck label,
#clubServiceFeesCheck label{
    width: fit-content;
}

.timesheet-table-export-only-row {
    display: none;
}

.candidate-availability-container .prebook-only {
    margin: 0 1rem 0 1rem;
    padding-top: 1rem;
}

.candidate-availability-container .prebook-only-label {
    margin-left: 0.5rem;
    vertical-align: middle;
}