/* ======
01. Menu Colors
   ====== */
/* ==============
  Menu Colors
===================*/
.side-menu {
    background: #414142;
}

#sidebar-menu > ul > li > a {
    color: #c5c5c5;
}

#sidebar-menu > ul > li > a.mm-active {
    color: #fff !important;
    background-color: #bd1c31;
}

#sidebar-menu > ul > li > a.mm-active:hover {
    background-color: #bd1c31;
}

#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
    color: #fff;
    background-color: #535355;
}

#sidebar-menu > ul > li > a {
    -webkit-transition: all 0s;
    transition: all 0s;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > a {
    color: #c5c5c5 !important;
    background-color: #414142;
}



  
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
    color: #ffffff !important;
    background-color: #bd1c31;
}

.enlarged #wrapper #sidebar-menu ul ul {
    background-color: #414142;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.mm-active a:hover {
    color: #ffffff !important;
    background-color: #bd1c31;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li a:hover {
    color: #ffffff !important;
    background-color: #535355;
}

.submenu li a {
    color: #c5c5c5;
}

.submenu li.mm-active > a {
    color: #fff;
    background-color: #bd1c31;
}

.submenu li.mm-active > a:hover {
    background-color: #bd1c31;
}

.submenu li a:hover {
    background-color: #535355;
    color: #fff;
}

.custom-control-label:hover {
    cursor:pointer;
    text-decoration: underline;
}

/* ======
02. Menu Hover Transition Speed
   ====== */
/* ==============
  Menu Hover Transition Speed
===================*/

.scale-transition { 
    transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; 
}
  
.scale-transition.scale-out {
    transform: scale(0);
    transition: transform 0.2s !important;
}
  
.scale-transition.scale-in { 
    transform: scale(1); 
}

/* ======
03. Content fix
   ====== */
/* ==============
  Content fix to correctly display footer (prevent overlapping content)
===================*/

.content-page .content {
    margin-bottom: 140px;
  }

/* ======
04. Floating button
   ====== */
/* ==============
  Floating button
===================*/
#zoomBtn {
    display: none;
}

.zoom {
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 50px;
    
}

.zoom-fab {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #009688;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #FFF;
}
  
.zoom-fab:hover {
    background-color: #4db6ac;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
  
.zoom-btn-large {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFF !important;
}

.zoom-btn-large i {
    padding-top: 10px;
}
  
.zoom-btn-person { background-color: #F44336; }
  
.zoom-btn-person:hover { background-color: #e57373; }
  
.zoom-btn-doc { background-color: #ffeb3b; }
  
.zoom-btn-doc:hover { background-color: #fff176; }
  
.zoom-btn-tangram { background-color: #4CAF50; }
  
.zoom-btn-tangram:hover { background-color: #81c784; }
  
.zoom-btn-report { background-color: #2196F3; }
  
.zoom-btn-report:hover { background-color: #64b5f6; }
  
.zoom-btn-feedback { background-color: #9c27b0; }
  
.zoom-btn-feedback:hover { background-color: #ba68c8; }
  
.zoom-menu {
    position: absolute;
    right: 70px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 500px;
    list-style: none;
    text-align: right;
}
  
.zoom-menu li {
    display: inline-block;
    margin-right: 10px;
}
  
.zoom-card {
    position: absolute;
    right: 150px;
    bottom: 70px;
    transition: box-shadow 0.25s;
    padding: 24px;
    border-radius: 2px;
    background-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #FFF;
}
  
.zoom-card ul {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left;
}

/* ======
06. Departure calendar
   ====== */
/* ==============
  Departure calendar
===================*/

@media (max-width:575px) {
    .departure-calendar .display-4 {
        font-size: 1.5rem;
    }

    .departure-calendar .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }

    .departure-calendar .date {
        padding-left: 4px;
    }
}

@media (min-width: 576px) {
    .departure-calendar .day {
        min-height: 6vw;
    }
}

.departure-calendar .day a:link {
    width: 80%;
}

.departure-calendar .fc-current-day {
    background-color: #ff3b30;
    color: #FFFFFF !important;
    border-radius: 50%;
    width:31px;
    padding:5px !important;
}

.departure-calendar .fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.departure-calendar .fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.departure-calendar .fc-text-arrow {
    margin: 0 .4em;
    font-size: 2em;
    line-height: 23px;
    vertical-align: baseline;
}

.departure-calendar .fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 1em;
    vertical-align: top;
    border: 1px solid #ff3b30;
    color: #ff3b30;
}

.departure-calendar .fc-button-today {
    font-weight: normal;
    border:none;
    background-color: #ffe3e3;
    text-transform: lowercase;
}

.departure-calendar .fc-button:hover {
    background-color: #ffe3e3;
}

/* ======
06. General Classes
   ====== */
/* ==============
  General Classes
===================*/

.m-l-5 {
    margin-left: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.text-90 {
    font-size: 90% !important;
}

.text-80 {
    font-size: 80% !important;
}

i.hover-effect:hover {
    transform: scale(1.2);
}

hr.small {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.text-line-through {
    text-decoration: line-through;
}

.text-black {
    color: #000;
}

.bg-light-grey {
    background-color: #f7f7f7;
}

#datatable_applicants td, 
#datatable_applicant_list td,
#datatable_applicant_list tbody th,
#datatable td,
.data-table > tbody > tr > td,
#datatable_aa td,
#datatable_others td,
#datatable_missing td,
#datatable_orders td,
#datatable_removed_applicants_first_phase td,
#datatable_removed_applicants_second_phase td,
#datatable_removed_applicants_third_phase td,
#order_edit_applicant td, #order_edit_applicant th,
#order_add_applicant td,
#add_applicant_to_order td {
    padding: 0;
}

#datatable_accomodations_overview td {
    padding: 0;
}

#datatable_accomodations_overview .DTFC_LeftBodyLiner {
    overflow-x:hidden !important
}

.mw-250 {
    max-width: 250px !important;
}
.mw-90 {
    max-width: 90px !important;
}
.mw-80 {
    max-width: 80px !important;
}
.mw-70 {
    max-width: 70px !important;
}

.mw-50 {
    max-width: 50px !important;
}

.min-w-150 {
    min-width: 150px !important;
}

.table-row {
    cursor: pointer;  
}
  
.table-row:hover {
    background-color: #eaeaea !important;
    /*font-weight: 800;*/
}

.badge {
    padding: 5px;
}
  
.cursor-pointer {
    cursor: pointer;
}
  
.card {
    border: 1px solid rgba(0,0,0,.125)
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* border-radius: .25rem; */
    margin-bottom: 30px;
    padding-left: 10px;
}

/* .card-group.success::before {
    height: 0px;
    width: 50px;
    border-top: 4px dashed rgba(2,164,153,.250);
    content: '';
    padding-bottom: 10px;
    margin-left: -10px;
}

.card-group.success::after {
    height: 0px;
    width: 50px;
    border-bottom: 4px dashed rgba(2,164,153,.250);
    content: '';
    padding-top: 10px;
    margin-left: -10px;
} */

.card-group.success {
    border-left: 4px dashed rgba(2,164,153,.250);
}

.card-group.info {
    border-left: 4px dashed rgba(56,164,248,.250);
}

.card.download-file a.stretched-link:hover {
    text-decoration: underline;
}

.card.download-file {
    border-top: 5px solid rgba(0,0,0,.125);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: .5rem!important;
}

.card.download-file:hover {
    border-top: 5px solid #0d57b1;
}

.card.download-file .card-body {
    padding-top: 0px!important;
    padding-bottom: .25rem!important;
}

.dropdown-menu.filter {
    position: absolute; 
    will-change: transform; 
    top: 0px; left: 0px; 
    transform: translate3d(0px, 35px, 0px);
}

.card.filter {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.card.filter .card-header {
    position: relative;
    padding: .25rem 0;
}

.card.filter .card-header button.close {
    padding-right: 10px
}

.card.filter .card-body {
    text-align: center;
    padding: .75rem;
}

.card.filter .fa-times:hover {
    color: red;
    cursor: pointer;
}

.red-bold {
    color: #ff0000;
    font-weight: 600;
}

.green-bold {
    color: #008000;
    font-weight: 600;
}

.bg-light-dark {
    background: #eaeaea;
}

.btn-excel {
    color: #fff;
    background-color: #107c41;
}

.btn-pdf {
    color: #fff;
    background-color: #ac202e;
}

.btn-excel:hover,
.btn-pdf:hover {
    color: #fff;
}

.btn-excel:hover {
    background-color: #005b26;
}

.btn-pdf:hover {
    background-color: #840014;
}

.btn-success:disabled {
    cursor: default;
}

.btn-success:disabled:hover {
    background-color: #28a745;
    border-color: #28a745;
}

input[type=text]:hover {
    border-color: #636fd2;
}

.border-success {
    border-color: #02a499 !important;
}

.border-grey {
    border: 1px solid rgba(0,0,0,.125);
}

.border-red {
    border-color: red !important;
}

button.close {
    padding:0px 15px;
}

button.close:hover {
    color: red;
    transform: scale(1.4);
    transition: all 0.2s ease;
}

.shadow-hover:hover {
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}

.td-notification {
    width: 20px;
    padding-right: 0px !important;
}

.border-2 {
    border-width:2px !important;
}

.deductions {
    overflow-y: auto; 
    overflow-x: auto;
}

.deductions table.dataTable {
    margin-top: 0 !important;
    /* border-collapse: collapse !important; */
}

.deductions .table-row:hover {
    background-color: #fff !important;
    cursor: unset;
}

.deductions td,
.deductions th {
    padding: 0;
    font-size: 80%;
}

.deductions td  {
    border-bottom: 1px solid #dee2e6;
    border-left: 1px dotted #dee2e6;
    height: 72px;
    padding: 3px !important;
}

.deductions td a:link,
.deductions td a:visited {
    color: #bd1c31;
    text-decoration: underline;
}

.deductions td a:hover {
    text-decoration: none;
}

.deductions td input[type=text] {
    border: none;
    height: 20px;
    box-sizing: border-box;
}

.deductions td textarea {
    border: none;
    height: 40px;

    /* border: none; */
    /* min-width: 100%;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block; */
}



#datatable_deductions {
    border-spacing: 0;
}

#datatable_deductions a:link,
#datatable_deductions a:visited {
    color: #000;
}

#datatable_deductions a:hover {
    color: #bd1c31;
}

#datatable_deductions a.emphasize:link,
#datatable_deductions a.emphasize:visited {
    color: #bd1c31;
    text-decoration: underline;
}

#datatable_deductions a.emphasize:hover {
    text-decoration: none;
}

#datatable_deductions tr {
    cursor: initial;
    height: 40px;
}

#datatable_deductions td,
#datatable_deductions th {
    /* padding: 3px 1px; */
    padding: 0;
    font-size: 80%;
}

#datatable_deductions td  {
    border: 1px solid #dee2e6;
}

#datatable_deductions td input[type=text] {
    border: 1px solid #fff;
    min-width: 100%;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

#datatable_deductions td textarea {
    border: 1px solid #fff;
    /* border: none; */
    min-width: 100%;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
}

#datatable_deductions td textarea:focus,
#datatable_deductions td textarea:hover {
    border: 1px solid #636fd2 !important;
    border-radius: 0px;
}

#datatable_deductions th {
    background-color: bisque;
}


#datatable_deductions td input {
    width: auto;
    min-width: 50px;
}

#datatable_deductions td input:focus,
#datatable_deductions td input:hover {
    border: 1px solid #636fd2 !important;
    border-radius: 0px;
}

#datatable_deductions .table-row:hover {
    background-color: transparent !important;
    /*font-weight: 800;*/
}

#available_applicants_form div {
    border-bottom: 1px solid rgba(0,0,0,.125)
}

#available_applicants_form .custom-control-label {    
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    padding-top:10px;
    padding-bottom:10px;
}

#available_applicants_form .custom-control-label span {
    font-weight: 600;
}

#available_applicants_form .custom-control-label::before,
#available_applicants_form .custom-control-label::after {
    margin-top:10px;
}

.nohover {
    pointer-events: none;
    cursor: default;
}

input[readonly]:not([disabled]) {
    background: white !important;
}

input[disabled] {
    cursor: no-drop;
}

label.btn.btn-secondary:hover {
    cursor: pointer !important;
}

/* makes icon inside button also fire click event in javascript */
button > i {
    pointer-events: none;
} 

/* label.btn.btn-secondary:hover:not([enabled="enabled"]) {
    cursor: no-drop !important;
} */

input:focus, textarea:focus, select:focus {
    outline: none;
}

select:hover, .select2-container--default .select2-selection--single:hover {
    cursor: pointer;
    border: 1px solid #636fd2;
}

.select2-container{
    /* z-index:100000; */
}

/* ======
07. Fixed Top Tabs in Applicant
   ====== */
/* ==============
  Fixed Top Tabs in Applicant
===================*/
.applicant-tabs {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 3;
    margin-left: 240px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;

    border-top: 1px solid rgba(0,0,0,.125);
}

.applicant-tabs .nav-tabs .nav-link {
    border-radius: .25rem;
    border: 0;
    margin-left: 3px;
    margin-right: 3px;
}

.applicant-tabs .nav-tabs .nav-link:hover {
    background-color: #ececf1;
}

.applicant-tabs .nav-tabs .nav-link.active {
    color: #fff;
}

#recruitment_tab.nav-link.active,
#gdpr_report_tab.nav-link.active  {
    background-color: #626ed4;
}

#hr_manager_tab.nav-link.active,
#info_tab.nav-link.active  {
    background-color: #02a499;
}

#planned_contact_tab.nav-link.active {
    background-color: #EAD637;
    color: #2a3142;
}

#order_tab.nav-link.active  {
    background-color:  #2a3142;
}

#employment_tab.nav-link.active  {
    background-color: #38a4f8;
}

#accomodation_tab.nav-link.active  {
    color: #2a3142;
    background-color: #D8D0C1;
}

#documents_tab.nav-link.active,
#performance_tab.nav-link.active  {
    background-color: #f8b425;
}

#sms_gate_tab.nav-link.active,
#gdpr_report_missing_tab.nav-link.active  {
    background-color: #ec4561;
}

#profile_tab.nav-link.active {
    background-color: #946b00;
}

#print_reports_tab.nav-link.active {
    background-color: #015249;
}

#all_time_overview_tab.nav-link.active,
#by_applicants_tab.nav-link.active  {
    background-color: #626ed4;
}

#filtered_results_tab.nav-link.active,
#by_users_tab.nav-link.active {
    background-color: #02a499;
}


.enlarged .applicant-tabs {
    margin-left: 70px;
}

@media (max-width: 575.98px) {
    .applicant-tabs {
        position: unset;
        background-color: transparent;
        box-shadow: none !important;
    }

    .content-page .content {
        margin-top: 70px !important;
    }
}

@media (max-width: 767.98px) {
    .enlarged .applicant-tabs {
        margin-left: 0;
    }
}

.page-title-box h1 {
    font-weight: bold;
    margin-bottom: 2rem;
    border-left: 10px solid #5b625b;
    padding-left: 10px;
    border-color: #bd1c31;
}

.swal2-popup {
    width: 40em !important;
}

h2#swal2-title.swal2-title {
    margin-bottom: 2rem;
    font-size: 3rem;
}

#swal2-content.swal2-html-container {
    line-height: 1.6rem;
}

@media (max-width: 575.98px) {
    
    .swal2-popup {
        padding: .75rem !important;
    }

    .swal2-content {
        padding: .5rem !important;
    }

    .swal2-content .input-group-text {
        /* padding: .35rem; */
    }

    h2#swal2-title.swal2-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

}

.tt-menu.tt-open {
    background-color: #fff;
    padding: .5rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    /* min-width: 200px; */
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
}

.tt-item {
    padding: 0.5rem;
    position: relative;
    /* border-bottom: 1px solid gray; */
}


.tt-item a:link, .tt-item a:visited {
    color: #5b626b;
}

.tt-item a:hover {
    
    color: #fff;
}

.tt-item:hover {
    background-color: #bd1c31;
}

.tt-menu.tt-bank-open {
    background-color: #fff;
    padding: .5rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    /* min-width: 200px; */
    width: 500px;
    max-height: 400px;
    overflow-y: auto;
}

.tt-bank-item {
    padding: .25rem;
}

.tt-bank-item:hover {
    background-color: #ececf1;
    cursor: pointer;
}

.tt-bank-highlight {
    color: #bd1c31;
    text-decoration: underline;
}

.employment-start {
    border-left: 5px solid #02a499;
    padding-left: 1rem;
}

.employment-end {
    border-left: 5px solid #bd1c31;
    padding-left: 1rem;
}

.employment-start .header-title,
.employment-end .header-title{
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1rem;
}

.accomodation-new {
    border-left: 5px solid #38a4f8;
    padding-left: 1rem;
}

.card.applicant-employment {
    max-width: 500px;
}

.card.applicant-employment.ongoing {
    border-top: 5px solid #02a499;
}

.card.applicant-employment.ended {
    border-top: 5px solid #bd1c31;
}

.card.applicant-employment .card-header {
    padding: .1rem;
}

.card.applicant-employment .card-header button {
    padding-left: .25rem;
    padding-right: .25rem;
    float: right;
    appearance: none;
    border: 0;
    background: transparent;
    opacity: .5;
}

.card.applicant-employment .card-header button:hover {
    opacity: 1;
    transform: none;
    transition: none;
}

.card.applicant-accomodation {
    max-width: 250px;
}

.card.applicant-accomodation.ongoing {
    border-top: 5px solid #38a4f8;
}

.card.applicant-accomodation.ended {
    border-top: 5px solid #bd1c31;
}

.card.applicant-accomodation .card-header {
    padding: .1rem;
}

.card.applicant-accomodation .card-header button {
    padding-left: .25rem;
    padding-right: .25rem;
    float: right;
    appearance: none;
    border: 0;
    background: transparent;
    opacity: .5;
}

.card.applicant-accomodation .card-header button:hover {
    opacity: 1;
    transform: none;
    transition: none;
}

/* ATTENDANCE START */ 

#attendance_card {
    margin-bottom: 0;
}

#attendance_card h2 {
    margin: 0;
    /* margin-left: 1rem; */
    font-size: 1.5rem;
    /* max-width: 70%; */
}

/* @media (max-width: 767.98px) {
    #attendance_card h2 {
        font-size: 3vw;
    }
} */

#attendance_card .container-fluid {
    padding: 0;
}

#attendance_card .card-body {
    padding-bottom: .5rem;
    padding-top: .75rem;
}

#attendance_card .dropdown-item {
    padding: .1rem .5rem;
    font-size: 85%;
}

#attendance_card a.dropdown-item:hover {
    background-color: #ffe3e3;
}

.swal-attendance {
    width: 60em !important;
}

.attendance-wrapper {
    overflow-y: auto; 
    overflow-x: auto;
}

.DTFC_LeftBodyLiner {
    /* top: -12px !important;
    overflow-x: hidden;
    padding-top: 12px; */
}

.table.attendance.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.table.attendance th {
    border-left: 1px dotted #dee2e6;
    border-bottom :2px solid  #dee2e6;
    /* border-right: 1px dotted #dee2e6; */
    text-align: center;
    vertical-align: top;
    font-size: 90%;
    /* padding: .25rem !important; */
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

.table.attendance td {
    padding: 3px;
    border: none;
    border-left: 1px dotted #dee2e6;
    /* border-top: 1px dotted #dee2e6; */
    border-bottom :2px solid  #dee2e6;
    /* border-bottom: 0; */
    text-align: center;
    background-color: white;
    min-width: 70px;
    font-size: 90%;
}

.table.attendance td.today,
.table.attendance th.today {
    border-left: 1px dotted black;
    border-right: 1px dotted black;
}

.table.attendance span.today {
    background-color: #ffe3e3;
    border-radius: 8px;
    padding: 3px 6px;
    margin-top: -3px;
    display: inline-block;
    border: 1px solid #dee2e6;
}

.table.attendance a:link,
.table.attendance a:visited {
    color: #bd1c31;
    text-decoration: underline;
}

.table.attendance a:hover {
    color: #bd1c31;
    text-decoration: none;
}

.attendance.legend div {
    margin: .25rem;
    padding: .25rem .5rem;
    color: #000;
    border-radius: 10px;
    border: 1px solid  #dee2e6
}

.attendance .ho {
    background-color: #ffe3e3;
}

.attendance .cut {
    background-color: transparent;
}

.attendance .d {
    background-color: #8DE969;
}

.attendance .nv {
    background-color: #77C9D4;
}

.attendance .nev {
    background-color: #CFE0C3;
}

.attendance .l {
    background-color: #9FA4C4;
}

.attendance .pn {
    background-color: #E3D888;
}

.attendance .ocr {
    background-color: #FFC53A;
}

.attendance .pnz {
    background-color: #D8D0C1;
}

.attendance .a {
    background-color: #B3B492;
}

.attendance td.weekend,
.attendance th.weekend {
    background-color: #f7f7f7;
}

.attendance .holiday,
.attendance td.holiday,
.attendance th.holiday {
    background-color: #fdfed9;
}

.table.attendance span.note {
    position: absolute; 
    right: 3px; 
    top: 0; 
    font-size: 8px;
}

.table.attendance span.currently-at-work {
    position: absolute; 
    left: 3px; 
    bottom: 0; 
    font-size: 8px;
}

.table.attendance span.day-number {
    position: absolute; 
    left: 0; 
    top: 0; 
    font-size:8px;
}

.table.attendance span.ho {
    position: absolute; 
    left: 2px; 
    top: 2px; 
    padding: 1px;
    font-size:8px;
}

.table.attendance span.attendance-record-span  {
    border-radius: 8px;
    padding: 3px 6px;
    margin: 8px 0px;
    display: inline-block;
    border: 1px solid #dee2e6;
}

.table.attendance td.attendance-record:hover,
.table.attendance td.attendance-record:focus {
    background-color: #ffe3e3 !important;
    cursor: pointer;
}

.table.attendance td.border-bottom-solid-bold,
.table.attendance th.border-bottom-solid-bold {
    border-bottom: 2px solid  #dee2e6;
}

.fc-button-today:hover {
    background-color: #ff3b30 !important;
    color: #fff;
}

#functions_menu {
    visibility: hidden;
}

#fill_attendance_record select:focus {
    border: 1px solid #6470d0;
}

.table.attendance td.attendance-record.not-employed:hover,
.table.attendance td.attendance-record.not-employed:focus {
    cursor: default !important;
    background-color: unset !important;
}

.table.attendance td.attendance-record.not-employed.weekend:hover,
.table.attendance td.attendance-record.not-employed.weekend:focus {
    cursor: default !important;
    background-color: #f7f7f7 !important;
}

.table.attendance td.attendance-record.not-employed.holiday:hover,
.table.attendance td.attendance-record.not-employed.holiday:focus {
    cursor: default !important;
    background-color: #fdfed9 !important;
}

/* ATTENDANCE END */ 



/* CUSTOM CHECKBOX START */

/* Customize the label (the container) */
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
/* Hide the browser's default checkbox */
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.custom-checkbox-checkmark {
    position: absolute;
    top: -5px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
  
/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .custom-checkbox-checkmark {
    background-color: #ccc;
}

.custom-checkbox-container:hover input ~ .custom-checkbox-checkmark:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
  
/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark {
    background-color: #2196F3;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-checkmark:after {
    content: "";
    position: absolute;
}
  
/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark {
    border: 1px solid #2196F3;
}
  
/* Style the checkmark/indicator */
.custom-checkbox-container .custom-checkbox-checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* CUSTOM CHECKBOX END */

/* ORDERS START */
#order_tabs .nav-link {
    border-top-width: 3px;
}

#order_tabs .nav-link.active {
    border-top-color: #38a4f8;
}

.swal-orders {
    width: 60em !important;
}

.order-applicants {
      display: flex;
      padding: 0;
}

.order-applicants th {
    border-top: 0;
}

.order-applicants td,
.order-applicants th {
    padding: .25rem !important;
    font-size: 90% !important;
}

.order-applicants th {
    padding-top: 1rem !important;
}

.order-applicants td.inactive {
    border-left: 4px solid #ec4561;
}

.order-applicants td.active {
    border-left: 4px solid #02a499;
}

.order-applicants .btn {
    padding: 2px 5px;
}

.order-applicants-name {
    margin-top: 2rem;
    margin-right: 1rem;
}

.order-applicants-employment-start {
    margin-right: 1rem;
}

.order-applicants-note {
    width: 100%;
}

form#order_edit_applicant table,
form#order_add_applicant table {
    font-size: .8rem;
}

form#order_edit_applicant {
    font-size: .8rem !important;
}

form#order_edit_applicant label {
    margin-bottom: 0;
    line-height: 1rem;
}

form#order_edit_applicant input + label {
    line-height: 1.5rem !important;
}

#order_add_applicant div.dataTables_wrapper div.dataTables_paginate ul.pagination,
#add_applicant_to_order div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 1rem;
}

.show-order-applicants:hover, 
.hide-order-applicants:hover {
    cursor: pointer;
    color: #02a499;
}

.order-applicant-deleted {
    text-decoration: line-through;
    color: #9ca8b3 !important;
}

.order-applicants .recruiter {
    border: 1px solid #c2c6ca;
    border-radius: 40%;
    padding: 3px;
    cursor: default;
    font-size: 80%;
    background-color: #f3f3f5;
}

.swal-orders .select2-results__option {
    font-size: .8rem;
}

/* ORDERS END */

@media (max-width: 575.98px) {
    .notification-list .nav-link.nav-user {
        padding-right: 0;
    }
}

#add_applicant_to_order a:link,
#add_applicant_to_order a:visited {
    color: #bd1c31;
    text-decoration: none;
}

#add_applicant_to_order a:hover {
    color: #bd1c31;
    text-decoration: underline;
}

.order-applicants a:link:not(.btn),
.order-applicants a:visited:not(.btn) {
    color: unset;
}

.order-applicants a:hover:not(.btn) {
    color: #bd1c31;
    text-decoration: underline;
}

/* FIXED TABLE HEADER START */
.table-fixed tbody {
    height: 300px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed thead > tr > th {
    float: left;
    position: relative;
}

.table-fixed thead > tr > th::after {
    content: '';
    clear: both;
    display: block;
}
/* FIXED TABLE HEADER START */

.footer {
    padding: 10px 20px;
}

/* APPLICANT MEDICAL RESTRICTION AND ACCOMODATION EXPERIENCE START */
.switches-with-notes .input-group {
    width: auto;
}

.switch-with-note {
    margin-bottom: .5rem;
}

@media(max-width: 575.98px) {
    .switches-with-notes .input-group {
        min-width: 100%;
        margin-top: .5rem;
        margin-bottom: 1rem;
    }
}

@media(min-width: 576px) and (max-width: 1199.98px) {
    .switches-with-notes .input-group {
        min-width: calc(100% - 220px);
    }
}

@media(min-width: 1200px) {
    .switches-with-notes .input-group {
        min-width: calc(100% - 220px - (100vw - 1200px));
    }
}

/* APPLICANT MEDICAL RESTRICTION AND ACCOMODATION EXPERIENCE END */
.info-tab-notes .nav-link {
    border-top-width: 5px;
}

.info-tab-notes .nav-link:not(.active) {
    font-weight: 200;
}

.applicant-note {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.applicant-note a:link,
.applicant-note a:visited {
    color: #bd1c31;
    text-decoration: none;
}

.applicant-note a:hover {
    color: #bd1c31;
    text-decoration: underline;
}

.applicant-note .card-header {
    display: flex;
    justify-content: space-between;
    padding: .5rem .75rem;
    font-size: 90%;
    border-bottom: none;
}

.applicant-note .card {
    margin-bottom: .75rem;
    border-left: 4px solid;
}

.applicant-note .card.applicant_note {
    border-left-color: #626ed4;
}

.applicant-note .card.order_edit_history {
    border-left-color: #38a4f8;
}

.applicant-note .card.sms {
    border-left-color: #02a499;
}

.applicant-note .card-body {
    padding: .75rem;
}

.user-bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .35rem;
    border-radius: 5px;
    margin-right: .75rem;
    /* background-color: #5b626b; */
    background-color: #eaeaea;
    color: #5b626b;
    /* border: 1px solid #424242; */
    /* border: 1px solid rgba(0,0,0,.125); */
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}

button.anchor-appearence {
    color: #6c757d;
    appearance: none;
    border: 0;
    background: transparent;
}

.text-hover-danger:hover {
    color: #ec4561;
}

/* APPLICANT DOCUMENTS TAB START */
#documents_info .card-header h4,
#phase_2_existing_attachments .card-header h4 {
    margin: 0;
    font-size: 1.25rem;
}

#documents_info .card.download-file,
#phase_2_existing_attachments .card.download-file {
    box-shadow: none !important;
    border: none;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    min-width: 130px;
}

#documents_info .card.download-file .card-header,
#phase_2_existing_attachments .card.download-file .card-header {
    padding: .3rem;
    margin-bottom: .75rem;
    border-bottom: none;
    border-top: 2px solid #e5e5e5;
}

#documents_info .card.download-file .card-footer,
#phase_2_existing_attachments .card.download-file .card-footer {
    border: none;
    background: none;
    font-size: .8rem;
}

#documents_info .delete-button-div,
#phase_2_existing_attachments .delete-button-div {
    border-right: 2px solid #c5c5c5;
    padding-right: 5px;
}

#documents_info button.close,
#phase_2_existing_attachments button.close {
    padding: 0;
    z-index: 2;
    line-height: 19px;
}

#documents_info i.fa-file-pdf,
#phase_2_existing_attachments i.fa-file-pdf {
    color: #ac202e;
}

#documents_info i.fa-file-excel,
#phase_2_existing_attachments i.fa-file-excel {
    color: #107c41;
}

#documents_info i.fa-file-word,
#phase_2_existing_attachments i.fa-file-word {
    color: #185abd;
}

#documents_info i.fa-file-alt,
#phase_2_existing_attachments i.fa-file-alt {
    color: #7dc4d4;
}

#documents_info i.fa-file-powerpoint,
#phase_2_existing_attachments i.fa-file-powerpoint {
    color: #c5411f;
}

#documents_info i.fa-file-image,
#phase_2_existing_attachments i.fa-file-image {
    color: #1579d3;
}

#documents_info i.fa-file-archive,
#phase_2_existing_attachments i.fa-file-archive {
    color: #fee597;
}

#documents_info i.fa-file-video,
#phase_2_existing_attachments i.fa-file-video {
    color: #f68e00;
}

#documents_info i.fa-file-audio,
#phase_2_existing_attachments i.fa-file-audio {
    color: #7a6c5d;
}

textarea.autosize {
    border-left: 3px solid #626ed4;
}


/* APPLICANT DOCUMENTS TAB END */

.flex-select {
    min-width: 350px;
}

.flex-select-100 {
    min-width: 100px;
}

.flex-select-150 {
    min-width: 150px;
}

.flex-select-200 {
    min-width: 200px;
}

.flex-select-250 {
    min-width: 250px;
}

.flex-select-300 {
    min-width: 300px;
}

.flex-input-100 {
    min-width: 100px;
}

.flex-input-150 {
    min-width: 150px;
}

.flex-input-200 {
    min-width: 200px;
}

.flex-input-250 {
    min-width: 250px;
}

.flex-input-300 {
    min-width: 300px;
}

.flex-input-350 {
    min-width: 350px;
}

@media(max-width: 575.98px) {

    .flex-input-100,
    .flex-input-150,
    .flex-input-200,
    .flex-input-250,
    .flex-input-300,
    .flex-input-350 {
        width: 100%;
        min-width: 100%;
    }

    .flex-select-100,
    .flex-select-150,
    .flex-select-200,
    .flex-select-250,
    .flex-select-300,
    .flex-select {
        width: 100%;
        min-width: 100%;
    }

}

.twitter-typeahead {
    width: 100%;
}



/* BULK SMS START */ 
#datatable_employed td,
#datatable_available td {
    padding: 0;
}
#datatable_employed td a.btn,
#datatable_available td a.btn {
    padding: 3px;
}
/* BULK SMS END */ 

#datatable_applicants td.info,
#datatable_removed_applicants_first_phase td.info,
#datatable_removed_applicants_second_phase td.info,
#datatable_removed_applicants_third_phase td.info,
#datatable_applicant_list td.info {
    cursor: default;
}

#datatable_applicants td.info i:hover, 
#datatable_removed_applicants_first_phase td.info i:hover, 
#datatable_removed_applicants_second_phase td.info i:hover, 
#datatable_removed_applicants_third_phase td.info i:hover {
    cursor: pointer;
    color: #bd1c31;
}

.line-break {
    width: 100%;
}

.vis-hidden {
    visibility: hidden;
}

.custom-control.custom-switch.success input[type=radio]:checked + label::before {
    border-color: #02a499;
    background-color: #02a499;
}

.custom-control.custom-switch.warning input[type=radio]:checked + label::before {
    border-color: #f8b425;
    background-color: #f8b425;
}

.custom-control.custom-switch.danger input[type=radio]:checked + label::before {
    border-color: #ec4561;
    background-color: #ec4561;
}

.removed-applicants .nav-link {
    border-top-width: 5px;
}

.removed-applicants .nav-link.active#first_phase_tab {
    border-top-color: #ec4561;
}

.removed-applicants .nav-link.active#second_phase_tab {
    border-top-color: #f8b425;
}

.removed-applicants .nav-link.active#third_phase_tab {
    border-top-color: #02a499;
}

.ct-chart .ct-series.ct-series-g .ct-bar {
    stroke: #6c757d;
    
}

.highlight-input {
    background-color: #ffe3e3;
}

.vertical-separator {
    min-height: 100%;
    width: 1px;
    background-color: #aaa9ad;
    margin: 0 1rem;
}

#print_report_tabs .nav-link {
    border-top-width: 3px;
}

#print_report_tabs .nav-link.active {
    border-top-color: #015249;
}

#print_report_sections textarea.autosize {
    border: 1px solid #f3f3f3;
    border-left: 3px solid #626ed4;
    background-color: #f3f3f3;
    /* border: 1px solid #e1e1e1; */
}

#print_report_sections textarea.autosize:hover {
    /* background-color: #eaeaea; */
    border: 1px solid #636fd2;
    border-left: 3px solid #626ed4;
}

#print_report_sections textarea.autosize:focus {
    border: 1px solid #636fd2;
    border-left: 3px solid #626ed4;
}

#print_report_sections .section-item.chapter {
    border-radius: 10px;
    padding: 1rem;
    border: 3px dashed rgba(2, 164, 153, .250);
    margin-bottom: 1.5rem;
}

#personal_questionnaire .row {
    padding: .5rem;
    align-items: center;
    margin: 0;
    height: 51px;
    border-bottom: 1px solid #dee2e6;
    font-size: 90%;
}

#personal_questionnaire .row:nth-child(even) {
    background-color: #f8f9fa;
}

#personal_questionnaire .row:nth-child(1) {
    border-top: 1px solid #dee2e6;
}

#personal_questionnaire .questionnaire-title {
    font-weight: 500;
    color: #212529;
    margin-right: 1rem;
}

#personal_questionnaire input {
    padding: 0 .75rem;
    /* background-color: transparent; */
    /* border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #212529; */
}

@media(max-width: 991.98px) {
    #personal_questionnaire .row {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0;
        height: unset;
    }

    #personal_questionnaire span {
        width: 100%;
        margin-right: 0 !important;
    }

    #personal_questionnaire input {
        margin-bottom: 1.5rem;
    }
}


/* css spinner start */
.loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 14px;
    height: 14px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/* css spinner end */

.table-compact th {
    padding: 0.375rem;
}

.show-password:hover {
    cursor: pointer;
    color: #38a4f8;
}

.copy-to-clipboard:hover {
    cursor: pointer;
    color: #f8b425;
}

.homepage-module-box {
    margin-left: 1rem;
    margin-right: 1rem;
}

.homepage-module-box:hover > div {
    color: #626ed4;
}

.homepage-module-box .card-body {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.homepage-module-box .module-number {
    padding: 1rem;
    background-color: #f7f7f7;
    font-weight: 700;
}

.homepage-module-box .module-title {
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ct-chart .ct-label {
    /* font-weight: 600; */
    /* font-size: 100%; */
    color: #5b625b;
    fill: #5b625b;
}

tfoot td span.badge {
    font-size: 16px;
    padding: 8px;
}

#bar_chart.ct-chart .ct-label {
    font-size: 12px;
}