.footer-action a, .footer-action form {
    float: left;
    margin-right: 20px;
}

.no-padding {
    padding: 0;
}

/*table.dataTable thead .sorting_desc:after,*/
/*table.dataTable thead .sorting_asc:after,*/
/*table.dataTable thead .sorting:after{*/
/*content: ''!important;*/
/*}*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button {*/
/*box-sizing: border-box;*/
/*display: contents;*/
/*min-width: 0;*/
/*padding: 0;*/
/*margin-left: 0;*/
/*text-align: center;*/
/*text-decoration: none !important;*/
/*cursor: pointer;*/
/*color: #333 !important;*/
/*border: 1px solid transparent;*/
/*border-radius: 2px;*/
/*}*/
.content-header > h1 {
    margin: 0;
    font-size: 24px !important;
}

.h1, h1 {
    font-size: 24px !important;
}

.required:after {
    content: ' *';
    color: #dd4b39;
}

.col-nopad {
    padding-left: 0;
    padding-right: 0;
}

.is_default_radio {
    padding-top: 30px;
}

.delete-address-wrapper, .delete-bus-wrapper {
    padding-top: 30px;
}

.on-behalf-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #dd4b39;
    color: #ffffff;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    min-width: 240px;
    text-align: center;
}

.on-behalf-header::after {
    height: 0;
    border-top: 50px solid #dd4b39;
    border-right: 40px solid transparent;
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
}

.on-behalf-header::before {
    width: 0;
    height: 0;
    border-top: 50px solid #dd4b39;
    border-left: 40px solid transparent;
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
}

.on-behalf-header .fa {
    margin-left: 10px;
    color: #ffffff;
}

.on-behalf-header:hover {
    color: #eeeeee;
}

.box-body {
    padding: 15px;
}

.clearfix {
    clear: both;
}

.select2-container .select2-selection--multiple {
    min-height: 34px;
}

.organization-name {
    font-size: 18px !important;
    font-weight: 700;
}

.skin-blue .main-header .navbar, .skin-blue .main-header .logo {
    background-color: #222d32;
}

.user-panel > .info {
    padding: 0px 5px 0px 15px;
    line-height: 45px;
}

.user-panel > .info > a {
    font-size: 18px !important;
    font-weight: 700;
}

.white-dropdown button {
    background-color: #ffffff;
    min-width: 150px;
}

.booking-driver-dropdown.white-dropdown button {
    width: 100%;
}

#loading-div {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: center;
    padding-top: 20%;
    font-size: 2rem;
    font-style: italic;
    top: 0;
    left: 0;
}

.over-hidden {
    overflow: hidden !important;
}

textarea {
    resize: none;
}

.modal-dialog {
    margin-top: 80px;
}

.pre-wrap {
    white-space: pre-wrap;
}

.import-employee {
    display: inline-block;
    float: right;
}

.import-employee label {
    margin-bottom: 0;
}

table:not(.not-hover) > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

table:not(.not-hover) > tbody > tr:hover {
    background-color: #d9edf7 !important;
}

table.dataTable td {
    padding: 0.5rem 1rem;
}

table.dataTable th {
    padding-left: 1rem;
}

.content-header .btn {
    margin-left: 10px;
}

.profile_image_image {
    margin-top: 10px;
    max-height: 120px;
}

.image-profile-circle {
    padding: 0;
    width: 34px;
    height: 34px;
}

.hidden {
    display: none !important;
}

.dashboard-no-content {
    min-height: 500px;
    width: 100%;
    background: url('/images/unsplash.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
    display: table;
}

.dashboard-no-content .text-welcome {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 1px 4px 20px #000000;
}

.dataTables_scrollHead {
    border-top: 1px solid #ddd !important;
}

.dataTables_info {
    margin-left: 1.25rem;
    margin-top: 1.25rem;;
}

.dataTables_length, .dataTables_paginate {
    margin-right: 1.25rem;
    margin-top: 1.25rem;
}

.dataTables_filter {
    margin-top: 1.25rem;
}

.dataTables_filter input {
    margin-left: 10px;
}

.page-title {
    padding: 13px 0;
}

.full-width {
    width: 100%;
}

.datatable-basic, table.dataTable {
    width: 100% !important;
}

/* Dashboard */
.ant-content .card {
    min-height: 300px;
}

.ant-content .card-header {
    padding-top: 40px !important;
}

.ant-content .card-header.text-center {
    display: inline-block;
}

.manage-accounts .rounded-round {
    padding: 0;
    width: 50px;
    height: 50px;
}

.manage-accounts .rounded-round > span {
    width: auto;
    line-height: 50px;
}

.ant-content .circle-icon-wrapper {
    position: relative;
    height: 35px;
}

.ant-content .circle-icon {
    width: 70px;
    height: 70px;
    background: #333;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -35px;
    z-index: 2;
}

.ant-content .circle-icon i {
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    position: absolute;
}

.pass-counter .progress {
    margin-bottom: 0;
    height: 25px;
    border-radius: 15px;
    font-size: 13px;
}

.pass-counter .progress-expiration {
    margin-bottom: 15px;
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: 2px;
}

.pass-counter .progress-bar {
    text-align: right;
    padding-right: 10px;
}

.pass-counter .progress-bar.white {
    color: #fff;
}

.pass-counter .progress-bar.progress-bar-0 {
    padding: 0;
    color: #333 !important;
}

.hr-row > hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ant-content .type-circle {
    padding: 0;
    width: 40px;
    height: 40px;
}

.ant-content .type-circle > span {
    text-align: center;
    width: 100%;
    line-height: 40px;
}

.ant-content .shift-record {
    cursor: pointer;
}

.ant-content .logo-circle {
    padding: 0;
    width: 32px;
    height: 32px;
}

.rms-logo {
    font-size: 1rem;
    line-height: 16px;
    font-weight: 700;
}

/* Dashboard */

.sidebar-user {
    margin-top: 10px;
}

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-up:before {
    content: "\f077";
}

.glyphicon-chevron-down:before {
    content: "\f078";
}

.upload-image-btn .uniform-uploader {
    width: calc(100% - 60px);
    float: left;
}

.upload-image-btn .btn {
    border-radius: 0;
}

.upload-image-btn .remove-upload-image {
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
}

.ant-logo-small {
    display: none;
}

.sidebar-xs .ant-logo {
    display: none;
}

.sidebar-xs .ant-logo-small {
    display: block;
}

.btn-group.ant-btn-group > .btn-group:not(:last-child) > .btn, .btn-group.ant-btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group.ant-btn-group > form > label.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.th-icon {
    color: #fff;
    margin-right: 5px;
}

.th-icon.fa {
    font-size: 16px;
    height: 16px;
    width: 16px;
}

.dataTable thead .sorting:before, .dataTable thead .sorting:after {
    opacity: 1;
}

.dataTable thead > tr {
    background: #333;
    color: white;
}

table.dataTable th {
    padding-left: 0.5rem;
}

.dataTable thead .sorting:after, .dataTable thead .sorting:before, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_desc_disabled:after {
    right: 0.5rem;
}

.rms-bg {
    background: url('/images/unsplash.jpg') no-repeat center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-brand {
        text-align: center;
        padding-right: 20px;
    }
}

.font-1rem {
    font-size: 1rem;
}

#toast-container {
    margin-top: 40px;
}

.expiry-list-card table > thead > tr > th:first-child {
    width: 100%;
}

.sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .nav-group-sub .nav-link {
    background-color: inherit;
}

.nav-group-sub .nav-link.active {
    background-color: #26a69a;
}

.clickable-cell {
    cursor: pointer;
    display: block;
}

.working-shift-detail-table-wrapper .close-table {
    cursor: pointer;
}

.navbar-brand img {
    height: 28px;
}

.login-logo {
    height: 30px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.spinner-container-50 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -25px;
}

.spinner-container-50 .spinner {
    font-size: 50px;
}

.capitalize {
    text-transform: capitalize;
}

.shifts-fields .form-group .select2-selection--multiple .select2-selection__clear {
    right: 10px;
    position: absolute;
    font-size: 22px;
    cursor: pointer;
}

#mapModal .modal-dialog,
#mapAddressModal .modal-dialog {
    max-width: 80vw;
    margin-top: 28px;
}

#mapModal .modal-dialog iframe,
#mapAddressModal .modal-dialog iframe {
    height: 70vh;
}

.table-booking-list .passenger-address.editable {
    cursor: pointer;
}



