.text-decoration-underline {
    text-decoration: underline;
}
.mw-300 {
    min-width: 300px;
    white-space: unset !important;
}
.pointer-events-none {
    pointer-events: none;
}
img.logo {
    max-width: 150px;
}
.withoutlogin #main {
    padding: 0px;
}
.btn-floating {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.btn-floating:hover {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: unset;
}
.loader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255 255 255 / 50%);
    z-index: 9999999;
}
.loader-inner {
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader-inner img {
    width: 100%;
}
.loader-inner h6 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
}
#breadcrumbs-wrapper {
    padding: 0px 0px 0px 170px;
    display: inline;
}
#breadcrumbs-wrapper.breadcrumbs-inline .breadcrumbs-left{
    top: 0px;
}
#breadcrumbs-wrapper.breadcrumbs-inline .breadcrumbs-title {
    font-size: 1rem;
    line-height: 1rem;
    padding-right: 0px;
    border-right: none;
    color: #ffffff;
}
.idata-photo {
    max-width: 150px;
}
.modal-overlay {
    z-index: 99998 !important;
}
.modal {
    z-index: 99999 !important;
}
.form-control-prefix {
    position: relative;
}
.form-control-prefix span {
    position: absolute;
    top: 4px;
    color: #000000;
}
.form-control-prefix .form-control {
    padding-left: 35px !important;
    width: calc(100% - 35px) !important;
}
.form-control-chk span {
    height: 16px !important;
    margin-left: 10px;
}
.form-control-rdo span {
    height: 16px !important;
    margin-left: 10px;
    padding-left: 30px !important;
}
.section-1 .fa {
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
}

#filter_menu input {
    margin: 5px 0px 5px 0px;
    padding: 5px 10px;
    border: 1px solid #d3d1d1;
    border-left: none;
    height: 40px;
    display: block;
    box-sizing: inherit;
    background-color: #ebebeb;
    border-radius: 0px 100px 100px 0px;
    width: calc(100% - 15px);
    outline: none;
    box-shadow: none;
}
::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
}  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000000;
}  
::-ms-input-placeholder { /* Microsoft Edge */
   color: #000000;
}
.purple-heighlight-text {
    color: #b6599e;
    border: 1px solid #b6599e;
    border-radius: 100%;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.green-heighlight-text {
    color: #4caf50;
    border: 1px solid #4caf50;
    border-radius: 100%;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.green-mark {
    background-color: green;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}
.red-mark {
    background-color: red;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}
.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
select {
    display: block;
}
.select-wrapper select {
    display: none;
    margin-bottom: 8px;
    padding: 0px;
}
.card .card-content {
    padding: 15px;
}
.card .card-content p.field-text {
    color: #000000;
    min-height: 3rem;
    padding: 10px 0 0 0;
}
#main .section-data-tables .dataTables_wrapper .dataTables_paginate, #main .section-data-tables .dataTables_wrapper #page-length-option_paginate {
    margin-bottom: 0px;
}
.rememberme-row label {
    margin-left: 45px;
}
.available-vacancy-data-row {
    display: none;
}
.convenient-timezone-option label {
    margin-right: 10px;
}
.convenient-timezone-option label span:not(.lever) {
    padding-left: 25px;
}
.convenient-timezone-option label input.invalid + span:before {
    border: 2px solid #E91E63;
}
.navbar-list-topmenu {
    margin-left: 250px;
}
.multiple-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.multiple-field:last-child {
    margin-bottom: 0px;
}
.multiple-field input[type="file"], .multiple-field input.form-control {
    width: calc(100% - 49px);
}
.about-class {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.class-date {
    text-align: center;
    padding: 0 15px 0 10px;
}
.class-month {
    display: block;
    color: #8e24aa;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.class-day {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.class-data {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.class-des {
    padding-left: 15px;
}
.class-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.class-by, .class-time, .class-dpurl {
    font-size: 12px;
}
.class-dpurl .fa {
    font-size: 16px;
}
.table-responsive {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}
.required-mark {
    font-size: 16px;
    color: #8e24aa;
    margin-left: 2px;
    line-height: initial;
}
#back-top {
    display: none;
}
#main > .row {
    min-height: calc(100vh - 100px);
}
.withoutlogin #main > .row {
    min-height: calc(100vh - 25px);
}
.white-space-pre {
    white-space: pre;
}
.m0 {
    margin: 0px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.p0 {
    padding: 0px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.p20 {
    padding: 20px !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.page-content {
    background: #f5f5f5;
}
.list-photo {
    width: 100px;
    border-radius: 5px;
}
#main a.btn i {
    font-size: 14px;
}
/* table.dataTable th, table.dataTable td { white-space: nowrap; } */
#class-datatable th, #class-datatable td { white-space: nowrap; }

/* .welcome-back {
    font-size: 24px;
    padding: 30px 0px;
}
.section {
    width: 100%;
}
.section p {
    margin: 0;
} */
.section .section-box {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    padding: 15px;
    margin: 0px 0px 15px 0px;
}
.section-box-title {
    font-size: 16px;
}
.section-1 .section-box-content {
    padding: 10px 0px;
    text-align: center;
}
.section-1 .primary-text {
    font-size: 72px;
    line-height: 72px;
}
.section-1 .secondary-text {
    color: rgba(0,0,0,.6);
    font-size: 20px;
}
.light-blue-fg {
    color: #29AF8E !important;
}
.red-fg {
    color: #f44336 !important;
}
.orange-fg {
    color: #ff9800 !important;
}
.blue-grey-fg {
    color: #607d8b !important;
}
.section-box-header {
    display: table;
    width: 100%;
}
.section-box-header .nav-tabs {
    border: 0;
}
.section-box-header .nav-tabs li a {
    border-radius: 4px;
    color: #656D78;
    padding: 6px 15px;
}
.section-box-header .nav-tabs li.active a {
    border-bottom-color: #ddd;
    background-color: #29AF8E;
    color: #ffffff;
}
.section .section-box .tab-content .tab-pane canvas {
    width: 100% !important;
}
.section-3 .section-box-content {
    padding: 10px 0px;
    text-align: center;
}
.section-3 .secondary-text {
    color: rgba(0,0,0,.6);
    font-size: 30px;
    line-height: 30px;
}
.section-4 .section-box-content {
    padding: 10px 0px;
    text-align: center;
}
.section-4 .primary-text {
    font-size: 72px;
    line-height: 72px;
}
.section-4 .secondary-text {
    color: rgba(0,0,0,.6);
    font-size: 20px;
}

.col-action {
    width: 200px;
}
.logo-brand {
    background: #ffffff;
}
.navbar-full .brand-sidebar .brand-logo {
    background-color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
}
/* .logo-brand a {
    display: block;
    height: 100%;
    padding: 15px 0px;
}
.login-wrapper {
    padding: 50px 0 30px 0;
} */
.show-hide-switch.onoffswitch {
    width: 150px;
}
.show-hide-switch .onoffswitch-label {
    margin-bottom: 0px;
}
.show-hide-switch .onoffswitch-inner:before, .show-hide-switch .onoffswitch-inner:after {
    height: 34px;
    line-height: 34px;
}
.show-hide-switch .onoffswitch-inner:before {
    content: "SHOW ";
}
.show-hide-switch .onoffswitch-inner:after {
    content: "HIDE ";
}
.show-hide-switch .onoffswitch-switch {
    width: 75px;
    height: 34px;
    right: 75px;
}
.yes-no-switch.onoffswitch {
    width: 150px;
}
.yes-no-switch .onoffswitch-label {
    margin-bottom: 0px;
}
.yes-no-switch .onoffswitch-inner:before, .yes-no-switch .onoffswitch-inner:after {
    height: 34px;
    line-height: 34px;
}
.yes-no-switch .onoffswitch-inner:before {
    content: "YES ";
}
.yes-no-switch .onoffswitch-inner:after {
    content: "NO ";
}
.yes-no-switch .onoffswitch-switch {
    width: 75px;
    height: 34px;
    right: 75px;
}
.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}
.dataTables_wrapper .row .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.sa-banner {
    width: 100px;
    border-radius: 5px;
}
.instructor-photo {
    width: 100px;
    border-radius: 5px;
}
.badge-orderid {
    font-size: 16px;
    margin-left: 10px;
}
.copyurl {
    cursor: pointer;
}
.filter-field-wrap {
    display: inline-block;
    padding: 2px;
}
.filter-field-date {
    
}
.filter-field-event {
    
}
.filter-field-btn {
    
}
.process-refund-payment {
    position: relative;
}
.process-refund-payment:before {
    content: "";
    position: absolute;
    background-color: rgba(233, 231, 231, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.line-through {
    text-decoration: line-through;
}
.daychk-lbl label {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
.daychk-lbl input {
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
}
.chk_day {
    margin: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.hearaboutus-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.hearaboutus-field:last-child {
    margin-bottom: 0px;
}
.hearaboutus-field input.form-control {
    width: calc(100% - 49px);
}
.followupstatus-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.followupstatus-field:last-child {
    margin-bottom: 0px;
}
.followupstatus-field input.form-control {
    width: calc(100% - 49px);
}
.email-listing-and-cron-jobs-option .img-responsive {
    display: inline-block;
}

.process {
    position: relative;
}
.process:before {
    content: "";
    position: absolute;
    background-color: rgba(233, 231, 231, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.other-members {
    display: none;
}
.invalid {
    border-color: #E91E63;
}
.form-control.invalid:focus {
    border-color: #E91E63;
}
.urlpaths-note {
    display: none;
    font-size: 14px;
    height: 34px;
    padding: 6px 10px;
    margin-right: 10px;
    line-height: 1.42857143;
    background-color: rgba(246, 187, 66, 0.3);
    color: #000;
}
.urlpaths-lbl {
    color: #fe4c1c;
}
.urlpaths-field {
    width: 100%;
    display: table;
}
.urlpaths-field .showhide-field {
    width: 100px;
}
.urlpaths-field .on-field {
    width: 40px;
    text-align: center;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.urlpaths-field .showhideon-field {
    width: 150px;
    margin-right: 10px;
}
.urlpaths-field .showhidewhen-field {
    display: none;
    width: calc(100% - 355px);
    margin-right: 10px;
}
.radio-option label {
    font-weight: normal;
    cursor: pointer;
}
.radio-option input[type="radio"] {
    margin-right: 10px;
}
.radio-option input[type="number"] {
    width: 70px;
    margin: 0 5px;
    display: inline-block;
}
.mail-allow-option label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 10px;
    /* padding-left: 25px; */
    position: relative;
}
.mail-allow-option .form-control {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
}
.member-mail-allow {
    padding-left: 15px;
}

.smsnumber-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.smsnumber-field:last-child {
    margin-bottom: 0px;
}
.smsnumber-field input.form-control {
    width: calc(100% - 49px);
}
.schedule-datetime label {
    display: block;
}
.schedule-datetime .schedule-date, .schedule-datetime .select-wrapper {
    display: inline-block;
}
.schedule-datetime .schedule-date.form-control {
    width: 170px;
}
.schedule-datetime .select-wrapper {
    width: 70px;
}
.sms-btns {
    display: table;
    width: 100%;
}
.transfer-member-id {
    width: 18px;
    height: 18px;
}
.cancel-member-id {
    width: 18px;
    height: 18px;
}
.refund-option label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 10px;
    /* padding-left: 25px; */
    position: relative;
}
.refund-option input[type=radio] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
}
.refund-option .radio-input-wrap input[type=radio] {
    top: 8px;
}
.refund-option input[type="number"] {
    width: 100px;
    margin: 0 5px;
    display: inline-block;
}
.expiry-date {
    width: 170px;
}
.testimonial-photo {
    width: 100px;
    border-radius: 5px;
}
.is-featured-testimonial label {
    margin: 0;
}
.is-featured-testimonial input[type=checkbox].form-control {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    height: 20px;
}
.is-featured-testimonial span {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    height: 20px;
}
.copypassword i {
    font-size: 18px;
}
.admin-privileges-row label {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
}
.admin-privileges-row input {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
.admin-child-privileges .form-group {
    padding-left: 35px;
}
.admin-privileges-row {
    /* overflow-y: auto;
    max-height: 300px; */
}
.google-ads-expense-photo {
    width: 100px;
    border-radius: 5px;
}

.send-attendance-mail .fa-spinner {
    display: none;
}
.send-attendance-mail.process {
    pointer-events: none;
}
.send-attendance-mail.process .fa-envelope {
    display: none;
}
.send-attendance-mail.process .fa-spinner {
    display: inline-block;
}
.copy-attendance-link i {
    font-size: 20px;
}
.section-header {
    display: table;
    width: 100%;
}
.section-header .nav-tabs {
    border: 0;
}
.section-header .nav-tabs li a {
    border-radius: 4px;
    color: #656D78;
    padding: 6px 15px;
}

.section-header .nav-tabs li.active a {
    border-bottom-color: #ddd;
    background-color: #29AF8E;
    color: #ffffff;
}
.vc-box {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vc-box li {
    float: left;
    width: 150px;
    padding: 10px;
    color: #fff;
}
.vc-box li.v-box {
    background: rgb(41, 175, 142);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.vc-box li.c-box {
    background: rgb(244, 67, 54);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vc-box li p {
    margin-bottom: 9px;
    font-size: 16px;
}
.vc-box li span {
    font-size: 28px;
}
.tracking-time {
    font-size: 16px;
    padding: 5px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    outline: none;
}


#main .section-data-tables .dataTables_wrapper .dataTables_length, #main .section-data-tables .dataTables_wrapper .dataTables_filter {
    display: block;
}
#main .section-data-tables .dataTables_wrapper .dataTables_length label input, #main .section-data-tables .dataTables_wrapper .dataTables_filter label input {
    width: auto;
    height: auto;
}
#main .section-data-tables .dataTables_wrapper .dataTables_length label select, #main .section-data-tables .dataTables_wrapper .dataTables_filter label select {
    display: inline-block;
    width: auto;
    height: auto;
}
#main .section-data-tables .dataTables_wrapper table.dataTable thead th {
    min-width: 69px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}
.dataTables_wrapper .dataTables_processing {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    z-index: 1;
}
.nd-tablelist {
    position: relative;
    margin: 0.6rem 0;
}
.nd-tablelist:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 60px;
    border-top-left-radius: 9px;
    border-left: 2px solid #8e24aa;
}
tr.odd {
    background-color: #f4f3f9 !important;
}
table.dataTable thead .sorting {
    background-size: 8px 14px;
}
table.dataTable thead .sorting_asc {
    background-size: 8px 7px;
}
table.dataTable thead .sorting_desc {
    background-size: 8px 7px;
}
.dropdown-content {
    z-index: 99999;
}
.dropdown-content li > a, .dropdown-content li > span {
    padding: 14px 20px;
}
.navbar .profile-button span.avatar-status {
    line-height: 35px;
    width: 40px;
}
.instructor-mail-wrap .welcome-instructor-mail-box, .instructor-mail-wrap .date-change-instructor-mail-box, .instructor-mail-wrap .instructor-change-instructor-mail-box, .instructor-mail-wrap .thankyou-instructor-mail-box {
    display: none;
}
.instructor-mail-wrap .welcome-instructor-mail-box:first-child, .instructor-mail-wrap .date-change-instructor-mail-box:first-child, .instructor-mail-wrap .instructor-change-instructor-mail-box:first-child, .instructor-mail-wrap .thankyou-instructor-mail-box:first-child {
    display: block;
}
.sidenav-active-rounded .sidenav li > a, .sidenav-active-rounded .sidenav li a.collapsible-header {
    margin-right: 15px;
    padding-left: 5px !important;
}
.sidenav-main {
    width: auto;
}
.has-submenu {
    position: relative;
}
.submenu-arrow {
    position: absolute;
    top: 0;
    right: 25px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
}
.submenu {
    display: none;
}
.submenu li a {
    position: relative;
}
.submenu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 1px;
    border-left: 1px solid #9e9e9e;
}
.submenu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 15px;
    height: 1px;
    border-bottom: 1px solid #9e9e9e;
    transform: translateY(-50%);
}
.sidenav li > a > i.material-icons, .sidenav li a.collapsible-header > i.material-icons {
    margin: 0 10px 0 0;
}
.sidenav li a i {
    margin-right: 5px;
}
.active .submenu-arrow {
    color: #fff;
}
.active .submenu {
    display: block;
}
.submenu li a.active:before, .submenu li a.active:after {
    border-color: #fff;
}
/* .page-topbar .navbar {
    z-index: 10000;
}
.sidenav-main {
    z-index: 10000;
} */
.navbar .navbar-main {
    padding: 0 8px 0 0;
}
#toast-container .toast {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5em;
    position: relative;
    top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    margin-top: 10px;
    padding: 10px 10px 10px 50px;
    cursor: default;
    color: #fff;
    border-radius: 2px;
    background-color: #030303;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#toast-container .material-icons {
    margin-right: 5px;
}
.errormsg {
    font-size: 12px;
    color: #ff5252;
}
.msg-alert .card-alert {
    display: none;
    margin: 0px;
    width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    max-width: 600px;
    overflow-y: auto;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%) !important;
}
.card-alert .card-content {
    padding: 10px 20px 10px 0px;
}
.card-alert.card.green {
    border: 1px solid #4caf50;
}
.card-alert.card.red {
    border: 1px solid #f44336;
}
.withoutlogin .card-alert {
    position: relative;
}
.smsnumber-field input[type="file"] {
    width: calc(100% - 49px);
}
.file-path-wrapper .pull-right {
    float: right;
}
.interview-field-wrap {
    padding-left: 20px;
    counter-reset: items;
}
.interview-field {
    position: relative;
    counter-increment: items;
}
.interview-field:before {
    content: counter(items) ".";
    position: absolute;
    left: -20px;
}
.remove_interview {
    position: absolute;
    top: 5px;
    right: 0;
}
.status-badge {
    font-size: 12px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: bold;
    color: #6c757d;
    border-color: #6c757d;
    width: 70px;
    display: inherit;
    text-align: center;
}
.status-badge.active {
    color: #17a2b8;
    border-color: #17a2b8;
}
.status-badge.running {
    color: #007bff;
    border-color: #007bff;
}
.status-badge.complete {
    color: #28a745;
    border-color: #28a745;
}
.status-badge.cancelled {
    color: #ffc107;
    border-color: #ffc107;
}
.status-badge.accepted, .status-badge.paid {
    color: #28a745;
    border-color: #28a745;
}
.status-badge.declined, .status-badge.unpaid {
    color: #ff5252;
    border-color: #ff5252;
}

.search-dd-wrap {
    position: relative;
}
.search-dd-wrap ul {
    display: none;
    margin: 0;
    position: absolute;
    background-color: #ffffff;
    color: #00bcd4;
    top: 70px;
    width: 100%;
    max-height: 200px;
    overflow-x: auto;
    z-index: 2;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.search-dd-wrap ul li {
    padding: 14px 20px;
    cursor: pointer;
}
.search-dd-wrap ul li:hover {
    background-color: rgba(0, 0, 0, .08);
}
.search-dd-wrap ul li.selected {
    background-color: rgba(0, 0, 0, .03);
}
.hide-all ul li[data-id=""] {
    display: none;
}
.not-found {
    pointer-events: none;
}

.comment-list {
    margin: 0;
}
.comment-list > li {
    padding: 10px;
    border: 1px solid #dfdfdf;
    margin-bottom: 5px;
    box-shadow: 2px 2px 4px -2px rgb(0 0 0 / 20%);
}
.comment-list > li:last-child {
    margin-bottom: 0;
}
.comment-list > li .comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.comment-list > li h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.comment-list > li .comment-time {
    font-size: 12px;
}
.comment-body {
    font-size: 14px;
}
.comment-attachments {
    padding-top: 10px;
}
.comment-attachments li {
    display: inline-block;
    padding-right: 10px;
}
.comment-attachments li a {
    font-size: 12px;
    border: 1px solid #8e24aa;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: bold;
}
.old-booking-candidate-name {
    display: block;
    color: #ff5252;
    font-size: 11px;
}

.action-items {
    background: rgba(40,44,42,0.05);
    border-radius: 5px;
}
.action-items ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0;
    padding: 0;
    max-width: 900px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border: 4px solid transparent;
    border-left-width: 2px;
    border-right-width: 2px;
}
.action-items ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.action-items ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    margin: 0 2px;
    padding: 0 5px;
    background-color: #ffffff;
    color: #74777b;
    border-radius: 5px;
    transition: background-color 0.2s, color 0.2s;
}
.action-items ul li a:hover, .action-items ul li a:focus {
    color: #00bcd4;
}
.action-items ul li.active a {
    background: #00bcd4;
    color: #fff;
}
.query-online {
    position: relative;
    line-height: 35px;
    vertical-align: middle;
}
.query-button .query-online i {
    font-size: 20px;
    line-height: unset;
    height: auto;
}
.query-post {
    display: none;
    font-size: 10px;
    line-height: 10px;
    min-width: 18px;
    position: absolute;
    top: -12px;
    right: -8px;
    border-radius: 100%;
    padding: 4px;
    text-align: center;
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #ff6e40, #8e24aa) !important;
    background: linear-gradient(45deg, #ff6e40, #8e24aa) !important;
}
.query-content li {
    min-height: auto;
}
.query-content li a {
    padding: 10px 16px;
}
.query-content .query-about p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0px;
}
.query-content .query-meta ul {
    display: flex;
}
.query-content .query-meta ul li {
    float: none;
    font-size: 10px;
    line-height: 16px;
    min-height: auto;
    display: inline;
}
.query-content .query-view-more {
    display: none;
}
.query-content .query-view-more a {
    font-size: 14px;
    padding: 10px 16px;
}
.history-log ul li {
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px -2px rgb(0 0 0 / 20%);
}
.history-log ul li:nth-child(n+2) {
    margin-top: 15px;
    position: relative;
}
.history-log ul li:nth-child(n+2):before {
    content: "";
    width: 1px;
    height: 15px;
    border-left: 1px solid #dfdfdf;
    position: absolute;
    top: -16px;
}
.history-log h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 5px 0px;
}
.history-log h6 span {
    font-weight: normal;
}
.history-log ul li p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 0 10px;
    font-style: italic;
}
.custom-fieldset {
    border-radius: 4px;
    border: 1px solid #9e9e9e;
    /* padding: .35em .75em .625em; */
    padding: .35em .75em;
}
.custom-fieldset legend {
    color: #000;
    padding: 0 5px;
}
.rate-wrap {
    margin-top: 5px;
}
.rate-wrap .custom-fieldset {
    margin-bottom: 15px;
}
.rate-wrap .custom-fieldset:last-child {
    margin-bottom: 5px;
}
.rate-wrap .custom-fieldset legend {
    margin-bottom: 10px;
    padding: 0px;
}
.rate-wrap .custom-fieldset legend .select-wrapper {
    display: inline-block;
}
.rate-wrap .custom-fieldset legend .select-wrapper input.select-dropdown {
    margin: 0px 0px 0px 0px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 0 20px 0 10px;
    width: 155px;
    height: 2.5rem;
    line-height: 2.5rem;
}
.rate-wrap .rate-content {
    position: relative;
}
.rate-payment-method-row {
    margin-top: 10px;
}
.rate-wrap .remove-rate {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 22px;
    color: #000;
}
.rate-wrap .description {
    font-style: italic;
}
.rate-wrap .delete-confirm {
    display: none;
}
.rate-section .add-more-rate-wrap {
    display: flex;
    justify-content: center;
    margin: 5px 0px 15px 0px;
}
.rate-section .add-more-rate {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 1px solid #9e9e9e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.rate-section .add-more-rate.disabled {
    pointer-events: none;
}
.rate-section .add-more-rate .fa-spinner {
    display: none;
}
.rate-section .add-more-rate.disabled .fa-plus {
    display: none;
}
.rate-section .add-more-rate.disabled .fa-spinner {
    display: inline-block;
}
.rate-section .select-wrapper select {
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}
.rate-section.without-legend .remove-rate {
    top: 0px;
}
.field-box {
    padding: 4px 12px 4px 4px !important;
}
.dt-dd, .dt-txt {
    border: none !important;
    height: auto !important;
    padding: 4px 4px !important;
    margin: 0 !important;
    cursor: pointer !important;
    font-family: Muli, sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    box-shadow: inset 0px 0px 5px 1px #d2d2d2 !important;
}
.dt-txt {
    padding: 5.71px 4px !important;
}
.dt-dd:focus, .dt-txt:focus {
    outline: none !important;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    height: auto;
    display: inline;
}
.add-payroll-break, .add-payroll-holiday-rate, .add-payroll-rate {
    text-indent: 4px;
}
.dataTable td.invalid, .dataTable td.invalid input {
    background-color: #ffebee;
}
.d-payroll-datatable-new tr td:nth-child(11):empty, .d-payroll-datatable-new tr td:nth-child(13):empty {
    background-color: #ffebee;
}
#main a.btn {
    margin: 0px 3px;
}

.deduction-wrap {
    margin-top: 5px;
}
.deduction-wrap .custom-fieldset {
    margin-bottom: 15px;
}
.deduction-wrap .custom-fieldset:last-child {
    margin-bottom: 5px;
}
.deduction-wrap .custom-fieldset legend {
    margin-bottom: 10px;
    padding: 0px;
}
.deduction-wrap .custom-fieldset legend .select-wrapper {
    display: inline-block;
}
.deduction-wrap .custom-fieldset legend .select-wrapper input.select-dropdown {
    margin: 0px 0px 0px 0px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 0 20px 0 10px;
    width: 155px;
    height: 2.5rem;
    line-height: 2.5rem;
}
.deduction-wrap .deduction-content {
    position: relative;
}
.deduction-payment-method-row {
    margin-top: 10px;
}
.deduction-wrap .remove-deduction {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 22px;
    color: #000;
}
.deduction-wrap .description {
    font-style: italic;
}
.deduction-wrap .delete-confirm {
    display: none;
}
.deduction-section .add-more-deduction-wrap {
    display: flex;
    justify-content: center;
    margin: 5px 0px 15px 0px;
}
.deduction-section .add-more-deduction {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 1px solid #9e9e9e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.deduction-section .add-more-deduction.disabled {
    pointer-events: none;
}
.deduction-section .add-more-deduction .fa-spinner {
    display: none;
}
.deduction-section .add-more-deduction.disabled .fa-plus {
    display: none;
}
.deduction-section .add-more-deduction.disabled .fa-spinner {
    display: inline-block;
}
.deduction-section .select-wrapper select {
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}
.deduction-section.without-legend .remove-deduction {
    top: 0px;
}
.instalment-note {
    display: block;
    font-size: 10px;
    border: 0.5px solid #d2d2d2;
    border-radius: 4px;
    padding: 0px 3px;
    color: #17a2b8;
    border-color: #17a2b8;
}
.d-payroll-datatable-new tr.is-deduction {
    color: #000000;
}
.d-payroll-datatable-new tr.is-deduction td, table.dataTable.display tbody tr.is-deduction > .sorting_1, table.dataTable.order-column.stripe tbody tr.is-deduction > .sorting_1 {
    background-color: rgb(255 193 7 / 30%) !important;
}
.file-field.input-field .file-path-wrapper input {
	height: 28px;
	line-height: 28px;
}
.document-tab-wrap {
    display: flex;
    align-items: center;
}
.document-tab-wrap .tabs {
    width: calc(100% - 50px);
}
ul.gridview {
    display: flex;
    width: 30px;
    margin: 0px;
}
ul.gridview li {
    padding: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
ul.gridview li i {
    font-size: 22px;
}
.add-documents-wrap {
    background-color: #f2f4f8;
	border: 0.1px solid #dddddd;
	border-radius: 5px;
}
.add-documents {
	display: block;
	color: rgba(156, 39, 176, .7);
	text-align: center;
	padding: 5px;
}
.add-documents i {
    margin-right: 5px;
}
.frmAddCandidateDocument {
    position: relative;
    display: none;
	padding: 5px 10px 10px 5px;
}
.close-documents {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
	padding: 2px 8px;
	background-color: rgba(156, 39, 176, .7);
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
}
.row-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.row-flex > [class*="col"] {
	display: flex;
	flex-direction: column;
}
.document-item:nth-child(4n + 1) {
    clear: both;
}
.document-item-inner {
	border: 0.1px solid #dddddd;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #ddd;
	position: relative;
}
.document-expired-tag {
    font-size: 8px;
    font-weight: bold;
    background-color: #ff5252;
    color: #ffffff;
    padding: 2px 4px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.document-img {
    text-align: center;
    padding: 15px 0px 15px 45px;
    border-bottom: 0.1px solid #dddddd;
    position: relative;
}
.document-img .fa {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.document-title {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    text-align: left;
}
.document-content {
	padding: 10px 15px;
}
.document-metadata {
	font-size: 12px;
}
.document-metadata ul {
	margin: 0px;
}
.document-actions ul {
	margin: 5px 0px 0px 0px;
	display: flex;
	justify-content: center;
}
.document-actions ul li {
    width: 30px;
    height: 30px;
    border: 0.1px solid #dddddd;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    position: relative;
}
.document-actions ul li a {
	color: #6b6f82;
	width: 100%;
	height: 100%;
	display: block;
}
.document-actions ul li .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.expiration-types-indication ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}
.expiration-types-indication ul li {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0px;
    font-size: 12px;
}
.expiration-types-indication ul li span {
    border: 1px solid #9e9e9e;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.expiration-types-indication ul li .clr-fa {
    background-color: #009688;
}
.expiration-types-indication ul li .clr-dy {
    background-color: #ffc107;
}
.expiration-types-indication ul li .clr-af {
    background-color: #03a9f4;
}
.expiration-types-indication ul li .clr-cl {
    background-color: #f44336;
}
.doc-expired {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	border: 4px double #fff;
}
.doc-expired.level1 {
	background-color: #009688;
}
.doc-expired.level2 {
	background-color: #03a9f4;
}
.doc-expired.level3 {
	background-color: #ffc107;
}
.doc-expired.level4 {
	background-color: #f44336;
}
table.dataTable.display tbody tr.odd.document-not-expired > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.document-not-expired > .sorting_1, table.dataTable.display tbody tr.even.document-not-expired > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.document-not-expired > .sorting_1, .document-not-expired td, table.tbl-green-rows.dataTable.display tbody tr.odd > .sorting_1, table.tbl-green-rows.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.tbl-green-rows.dataTable.display tbody tr.even > .sorting_1, table.tbl-green-rows.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.tbl-green-rows.dataTable.display tbody tr td {
	background-color: #84E184 !important;
}
table.dataTable.display tbody tr.odd.document-aboutto-expired > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.document-aboutto-expired > .sorting_1, table.dataTable.display tbody tr.even.document-aboutto-expired > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.document-aboutto-expired > .sorting_1, .document-aboutto-expired td, table.tbl-yellow-rows.dataTable.display tbody tr.odd > .sorting_1, table.tbl-yellow-rows.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.tbl-yellow-rows.dataTable.display tbody tr.even > .sorting_1, table.tbl-yellow-rows.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.tbl-yellow-rows.dataTable.display tbody tr td {
	background-color: #FFE8A4 !important;
}
table.dataTable.display tbody tr.odd.document-expired > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.document-expired > .sorting_1, table.dataTable.display tbody tr.even.document-expired > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.document-expired > .sorting_1, .document-expired td, table.tbl-red-rows.dataTable.display tbody tr.odd > .sorting_1, table.tbl-red-rows.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.tbl-red-rows.dataTable.display tbody tr.even > .sorting_1, table.tbl-red-rows.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.tbl-red-rows.dataTable.display tbody tr td {
	background-color: #E84B4F !important;
}
table.dataTable.display tbody tr.odd.bg-blue > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.bg-blue > .sorting_1, table.dataTable.display tbody tr.even.bg-blue > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.bg-blue > .sorting_1, table.tbl-green-rows.dataTable.display tbody tr.bg-blue td {
	background-color: #66afff !important;
}
.tbl-green-rows .status-badge, .tbl-yellow-rows .status-badge, .tbl-red-rows .status-badge {
	border-width: 2px;
    border-style: double;
	background-color: #fff;
}
.listview .document-items .document-item, .listview .expired-document-items .document-item {
    width: 100%;
    margin-bottom: 0px !important;
}
.listview .expired-document-items .document-item:first-child {
    margin-top: 0px !important;
}
.document-wrap {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.document-wrap img {
    width: 100%;
}
.document-wrap.iframe {
    overflow: hidden;
}
.document-wrap iframe {
    width: 100%;
}
.gridview .document-content {
    display: block !important;
}
.listview .document-item-inner {
    display: flex;
    align-items: center;
}
.listview .document-img {
    border-bottom: none;
}
.listview .document-title {
    white-space: nowrap;
}
.listview .document-wrap {
    display: none;
}
.listview .document-content {
    padding: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
.listview .document-metadata ul {
    display: flex;
    width: 100%;
}
.listview .document-metadata ul li {
    position: relative;
    padding-left: 14px;
}
.listview .document-metadata ul li:before {
    content: "|";
    left: 7px;
    position: absolute;
}
.listview .document-metadata ul li:first-child {
    padding-left: 0px;
}
.listview .document-metadata ul li:first-child:before {
    content: unset;
}
.listview .document-metadata ul li:last-child {
    padding-right: 10px;
}
.listview .document-actions ul {
    margin: 0px;
}
.listview .document-expired-tag {
    font-size: 8px;
    left: 50%;
    top: 0px;
    right: auto;
    transform: translateX(-50%);
    padding: 0px 5px 1px 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.document-items .show-action, .expired-document-items .show-action {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 5px;
    right: 0px;
    z-index: 1;
}
.document-items .show-action i, .expired-document-items .show-action i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}
.expired-document-items {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #8e24aa;
}
/* #tab_all .is-expired {
    display: none;
} */

.search-se-ml-dd-wrap {
    position: relative;
}
.search-se-ml-dd-wrap ul {
    display: none;
    margin: 0;
    position: absolute;
    background-color: #ffffff;
    color: #00bcd4;
    top: 70px;
    width: 100%;
    max-height: 200px;
    overflow-x: auto;
    z-index: 2;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.search-se-ml-dd-wrap ul li {
    padding: 14px 20px;
    cursor: pointer;
}
.search-se-ml-dd-wrap ul li:hover {
    background-color: rgba(0, 0, 0, .08);
}
.search-se-ml-dd-wrap ul li.selected {
    background-color: rgba(0, 0, 0, .03);
    pointer-events: none;
}
.search-se-ml-dd-items {
	margin-bottom: 5px;
}
.search-se-ml-dd-items span {
	border: 0.5px solid #8e24aa;
	border-radius: 5px;
	padding: 7px 25px 7px 7px;
	margin: 2px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 16px;
}
.search-se-ml-dd-items span .pc-btn {
	padding: 5px 8px;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}
.search-se-ml-dd-items span.pc-2 {
    padding-right: 7px;
    border-color: #4caf50;
    color: #4caf50;
}
.search-se-ml-dd-items span.pc-3 {
    border-color: #ff5252;
    color: #ff5252;
}
.search-se-ml-dd-items span.pc-3 .pc-btn {
    color: #ff5252;
}
.proposed-status-indication ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}
.proposed-status-indication ul li {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0px;
    font-size: 12px;
}
.proposed-status-indication ul li span {
    border: 1px solid #9e9e9e;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.proposed-status-indication ul li .clr-1 {
    background-color: #ffc107;
}
.proposed-status-indication ul li .clr-2 {
    background-color: #03a9f4;
}
.proposed-status-indication ul li .clr-3 {
    background-color: #f44336;
}
.proposed-status {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	border: 4px double #fff;
}
.proposed-status.level1 {
	background-color: #ffc107;
}
.proposed-status.level2 {
	background-color: #03a9f4;
}
.proposed-status.level3 {
	background-color: #f44336;
}
.ccc-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ccc-filter-wrap {
    margin: 0;
    display: flex;
    justify-content: center;
}
.ccc-filter-row .ccc-filter-wrap, .ccc-filter-row .switch-menu {
    margin-left: calc(50% - 65px);
}
.ccc-filter-wrap li {
    padding-right: 5px;
}
.ccc-filter-wrap li label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ccc-filter-wrap li label span {
    padding-left: 30px !important;
}
.a-filter-checkbox {
    position: relative;
    font-size: .8rem;
    color: #9e9e9e;
    padding-left: 25px;
    padding-right: 5px;
}
.a-filter-checkbox span {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    content: '';
    border: 2px solid #5a5a5a;
    border-radius: 50%;
}
.a-filter-checkbox.checked span {
    border-color: #00bcd4;
    background-color: #00bcd4;
}
.fieldset {
    border-radius: 4px;
    border: 1px solid #9e9e9e;
    padding: 0.35em 0.75em;
}
.fieldset legend {
    padding: 5px;
    font-size: 15px;
    line-height: 15px;
    color: #000;
}
.fieldset .fieldset-content {
    color: #000;
}
.fieldset-content ul, .fieldset-content ol {
    margin: 0;
    padding-left: 20px;
}
.fieldset-content ul li {
    list-style-type: disc;
}
.fieldset-content li {
    padding: 5px;
}
.expiration-fieldset .expiration-types-indication ul {
    padding-left: 0px;
    justify-content: center;
}
.expiration-fieldset .expiration-types-indication ul li:last-child {
    padding-right: 0px;
}
.expiration-fieldset .fieldset-content ul li {
    position: relative;
}
.expiration-fieldset .fieldset-content ul li .doc-expired {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.work-hour-wrap {
    margin-top: 5px;
}
.work-hour-wrap .custom-fieldset {
    margin-bottom: 15px;
}
.work-hour-wrap .custom-fieldset:last-child {
    margin-bottom: 5px;
}
.work-hour-wrap .custom-fieldset legend {
    margin-bottom: 10px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 0px 10px;
    height: 2.5rem;
    line-height: 2.5rem;
}
.work-hour-wrap .work-hour-content {
    position: relative;
}
.work-hour-wrap .remove-work-hour {
    position: absolute;
    top: -20px;
    right: 0px;
    font-size: 22px;
    color: #000;
}
.work-hour-wrap .delete-confirm {
    display: none;
}
.work-hour-section .add-more-work-hour-wrap {
    display: flex;
    justify-content: center;
    margin: 5px 0px 15px 0px;
}
.work-hour-section .add-more-work-hour {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border: 1px solid #9e9e9e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.work-hour-section .add-more-work-hour.disabled {
    pointer-events: none;
}
.work-hour-section .add-more-work-hour .fa-spinner {
    display: none;
}
.work-hour-section .add-more-work-hour.disabled .fa-plus {
    display: none;
}
.work-hour-section .add-more-work-hour.disabled .fa-spinner {
    display: inline-block;
}
.work-hour-section .select-wrapper select {
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}
.form-control, input.select-dropdown {
	height: 100% !important;
	min-height: 2rem !important;
	line-height: unset !important;
}
.switch-menu {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 5px !important;
    background-color: #f4f4f4;
    border-radius: 50px;
}
.switch-menu li {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
}
.switch-menu li a {
    color: #74777b;
}
.switch-menu li a:hover {
    color: #00bcd4;
}
.switch-menu li.active {
    background-color: #00bcd4;
}
.switch-menu li.active a {
    color: #ffffff;
}
@media (min-width: 2000px) {
    .sidenav-main .sidenav {
        width: 250px;
    }
}
@media (max-width: 2000px) and (min-width: 993px) {
    .sidenav-main .brand-sidebar {
        left: 60px;
    }
    .sidenav-main .brand-sidebar .logo-wrapper {
        padding: 0 !important;
    }
    .navbar-full .brand-sidebar .brand-logo {
        background-color: transparent;
        padding: 0;
    }
    .sidenav-trigger.hide-on-large-only {
        display: inline-block !important;
    }
    .sidenav-main .btn-sidenav-toggle {
        position: relative;
        top: 12px;
        left: 10px;
    }
    .sidenav-main .sidenav {
        top: 0;
        width: 250px;
    }
    .sidenav.sidenav-fixed {
        -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
        transform: translateX(-105%);
    }
    ul#slide-out.sidenav {
        height: 100% !important;
    }
    #main {
        padding-left: 0px;
    }
    .sidenav-overlay {
        background-color: rgba(0, 0, 0, .5);
    }
}
@media only screen and (max-width: 992px) {
    .document-item:nth-child(3n + 1) {
        clear: both;
    }
    .document-item:nth-child(4n + 1) {
        clear: unset;
    }
    .sidenav-main .brand-sidebar {
        left: 60px;
    }
    .navbar-full .brand-sidebar .brand-logo {
        background-color: transparent;
        padding: 0;
    }
    #breadcrumbs-wrapper {
        padding: 0px 0px 0px 170px;
    }
    .select-wrapper input.select-dropdown, .select-wrapper ul, .select-wrapper svg.caret {
        display: none !important;
    }
    .select-wrapper select {
        display: block !important;
        position: relative !important;
        opacity: 1 !important;
    }
    .navbar-list-topmenu {
        display: none;
    }
    .sidenav {
        padding-bottom: 0;
    }
    .custom-fieldset legend .select-wrapper select {
        position: relative;
        opacity: 1;
        margin: 0px 0px 0px 0px;
        border: 1px solid #9e9e9e;
        border-radius: 5px;
        padding: 0 20px 0 10px;
        width: auto;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .listview .document-item-inner {
        padding: 6px 8px 6px 8px;
        display: block;
    }
    .listview .document-img {
        padding: 5px 0px 5px 30px;
    }
    .listview .document-img .fa {
        left: 0px;
    }
    .listview .document-content {
        display: none;
        border-top: 0.1px solid #dddddd;
        padding-top: 5px;
        margin-top: 8px;
    }
    .listview .document-items .show-action, .listview .expired-document-items .show-action {
        display: block;
    }
    .listview .document-metadata ul {
        display: block;
    }
    .listview .document-metadata ul li {
        display: inline;
    }
    .listview .document-metadata ul li:before {
        left: 5px;
    }
    .ccc-filter-row {
        flex-direction: column;
    }
    .ccc-filter-row .ccc-filter-wrap, .ccc-filter-row .switch-menu {
        margin-left: 0px;
    }
}
@media (min-width: 768px) {
    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        height: auto;
    }
}
@media (max-width: 767px) {
    .mmt10 {
        margin-top: 10px !important;
    }
}
@media (max-width: 600px) {
    .sidenav-main .btn-sidenav-toggle {
        top: 10px;
    }
    .brand-sidebar .logo-wrapper a.brand-logo img {
        height: 56px;
    }
    .navbar .profile-button span.avatar-status {
        line-height: 25px;
    }
    .avatar-status i {
        bottom: 12px;
    }
    .ccc-filter-row {
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .section-box-title.pull-left {
        float: none !important;
    }
    .section-box-header .nav-tabs.pull-right {
        float: none !important;
        margin: 10px 0;
    }
    .datetime-box.pull-right {
        float: none !important;
        margin: 0px 0px 10px 0;
        text-align: right;
    }
}
@media (max-width: 425px) {
    .vc-box {
        width: 100%;
    }
    .vc-box li {
        width: 50%;
    }
}