body, .form-control {
    font-size: 15px;
}

.panel-info > .panel-heading {
    background: #727cb6;
}

.panel-success > .panel-heading {
    background: #00acac;
}

.LocumDetail {
    border-bottom: 1px solid #e5e5e5;
}

.spacer {
    height: 15px;
}

#profile {
    position: relative;
}

#tooltip {
    position: absolute;
    top: 30px;
    background: #f5f5f5;
    border: 1px solid #CCC;
    padding: 10px;
    z-index: 999999;
}

.tinted {
    opacity: 0.3;
}

.panel-title {
    font-size: 15px;
}

td.links {
    width: 120px;
    text-align: center;
}

.checkboxList {
    max-height: 224px;
    overflow: auto;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 10px 16px;
    padding-bottom: 0;
    margin: 0;
}

    .checkboxList li label {
        font-weight: normal;
        margin-bottom: 0;
    }

    .checkboxList li {
        position: relative;
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
    }

        .checkboxList li .checkbox {
            margin-top: 0;
        }

        .checkboxList li + li {
            margin-top: -5px;
        }

        .checkboxList li.checkbox input[type=checkbox] {
            margin-right: 3px;
        }

.ajax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/overlay-bg-dark.png) top left repeat;
}

.reloading {
    position: relative;
}

    .ajax-overlay .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
    }

.ajax-form {
    position: relative;
}

.gritter-item {
    font-size: 14px !important;
    /*padding: 2px 15px 5px!important;*/
}

.gritter-title {
    font-size: 16px !important;
    /*line-height: 16px!important;*/
    padding-bottom: 5px !important;
    /*font-weight: 400!important;
    color: #fff!important;
    text-shadow: none!important;*/
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #b6c2c9;
    opacity: 0.5;
}

tr.muted td:not(.links), tr.muted th {
    opacity: 0.4;
}

.collapse input {
    visibility: hidden;
}

.collapse.in input {
    visibility: visible;
}

.field-validation-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
}

.login.login-v2 .field-validation-error {
    color: #FFFFFF;
}

@media (min-width: 992px) {

    .row-locum-attributes .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .row-documents .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    #panel-referees .remove-reference {
        margin-top: 30px;
    }
}

/*
.dropzone {
    border: none !important;
}

.dropzone .dz-preview {
    width: 100%;
    margin: 0;
}

.dropzone .dz-preview .dz-error-message {
    background: transparent !important;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    position: static;
    width: auto;
    height: auto;
    margin-right: 5px;
    margin-left: 0;
}

.dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-success .dz-success-mark {
    display: inline;
    color: #ff5b57;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    color: #00acac;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #00acac;
}
*/

.jquery-signature .canvas {
    position: relative;
}

    .jquery-signature .canvas .canvas-clear {
        position: absolute;
        top: 10px;
        right: 10px;
    }

.checkbox .fa, .checkbox-inline .fa {
    position: absolute;
    margin: 4px 0 0;
    line-height: normal;
    margin-left: -20px;
}

/* Simple file input */
.simplefileinput input[type="file"] {
    display: none;
}

.simplefileinput.simplefileinput-empty .simplefileinput-button-set {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.panel-heading {
    padding: 15px;
}

    .panel-heading h2 {
        padding-bottom: 3px;
        border-bottom: 1px solid #e2e7eb;
        font-size: 21px;
        font-weight: normal;
        margin-bottom: 0;
        margin-top: 0;
        line-height: inherit;
    }

.document-selector .document-add input {
    display: none;
}

.document-selector .existing-files {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.document-selector .document-remove {
    color: #ff5b57;
}

.document-selector .document-expiry {
    font-weight: bold;
}

    .document-selector .document-expiry .document-expiry-date {
        font-weight: normal;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #2a72b5;
    border-color: #2a72b5;
}

.nav-pills > li > a {
    color: #fff;
    background: #348fe2;
    border-color: #348fe2;
}

.input-timepicker {
    width: 4.5em;
}

#accordion-region ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 150px;
    position: relative;
    top: -5px;
}

/*.navbar-brand {
    width: 260px;
}*/

@media (max-width: 767px) {
    .page-header-fixed {
         padding-top: 54px; 
    }

    .pace-progress {
        top: 55px;
    }

    .pace .pace-activity {
        top: 65px;
    }
}

.login-header .brand img {
    width: 150px;
}

.login .login-header .brand {
    font-size: 22px;
}

.select2-container--default .select2-selection--single {
    padding-top: 6px;
    padding-bottom: 39px;
    border-color: #ccd0d4 !important;
    border-radius: 3px;
}

    .select2-container--default .select2-selection--single:focus {
        outline: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 45px !important;
    }

.table-rolegrid td {
    font-size: 21px;
    text-align: center;
}

.table-rolegrid thead th {
    text-align: center;
}

.option-list {
    border: 1px solid #ccd0d4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0 10px 0 30px;
}

label small {
    font-weight: normal;
}

.panel-filters {
    padding-top: 20px;
}

@media (min-width: 992px) {

    .row-locum-attributes-3col .col-md-3:nth-child(6n+1) {
        clear: left;
    }

    .row-locum-attributes-4col .col-md-2:nth-child(6n+1) {
        clear: left;
    }
}

.modal-booking-form .col-md-6, .modal-booking-form .col-md-2, .modal-booking-form .col-md-3, .modal-booking-form .col-md-4, .modal-booking-form .col-md-5, .modal-booking-form .col-md-7 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-booking-form .row-locum-attributes-3col .col-md-6, .modal-booking-form .row-locum-attributes-3col .col-md-3 {
    padding-top: 0;
    padding-bottom: 0;
}

.fc-event-container .btn-icon {
    margin-top: 5px;
    margin-left: 5px;
}

.fc-event-container .reminder{
    line-height:16px;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: -5px;
}

.fc-event-container a.placement, .fc-event-container a.placement:hover {
    text-decoration: none;
    color: #707478;
}

.fc-event-container .placement {
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.fc-event-container .placement.placement-noclip {
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
}

.fc-event-container .placement-title, .fc-event-container .placement-title strong {
    vertical-align: bottom;
    line-height: 17px;
    font-size: 13px;
}

.fc-event-container .event-col {
    float: left;
}

    .fc-event-container .event-col-icon .btn-icon {
        margin-top: -5px;
        margin-right: 5px;
    }

.fc-day-top .action-add, .fc-day-top .action-message {
    font-size: 22px;
    margin-left: 4px;
    margin-top: 4px;
}

.fc-day-top .action-message {
    font-size: 18px;
}

p.control-label {
    font-weight: 600;
}

.sidebar .nav > li.nav-locationswitcher {
    margin: 0;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: 1px solid #1a2229;
}

.sidebar .nav > li.nav-locationswitcher select {
    width: 100%;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: #2d353c;
    padding: 5px;
}

.sidebar .nav > li.nav-locationswitcher select:focus {
    outline: none;
}

.page-sidebar-minified .sidebar .nav > li.nav-locationswitcher {
    visibility: hidden;
}

.search-result {
    border-bottom: 5px solid #008a8a;
}

.search-result.removed .hide-removed {
    display: none;
}

.search-result.removed h3 {
    opacity: 0.3;
}

.sidebar .nav > li.nav-profile .image .fa {
    font-size: 34px;
}

.lb-downloadfile {
    font-size: 35px;
    float: left;
    margin-right: 20px;
    color: #CCCCCC;
}

.lb-downloadfile:hover {
    color: #FFFFFF;
}

.lb-downloadfile:focus {
    color: #CCCCCC;
}    
    
.lb-data .lb-details {
    width:75%;
}

.btn.btn-custom1 {
    color: #fff;
    background: #6b61af;
    border-color: #6b61af;
}

/* timesheet */
.btn.btn-custom2 {
    background-color: #95c11e;
    color: #fff;
}

/* credit note */
.btn.btn-custom4 {
    background-color: #b47f4b;
    color: #fff;
}

.label.label-custom5 {
    background-color: #000;
}

.label.label-custom6 {
    background-color: #999;
}

.label.label-custom7 {
    background-color: #727cb6;
}

.status-urgent {
    font-weight: bold;
    text-transform: uppercase;
}

.status-urgent::before {
    content: '** ';
}

.status-urgent::after {
    content: ' **';
}

.panel-notes > .panel-heading {
    background: #fff;
    color: #707478;
    border-bottom: 1px solid #e1e1e1;
}

.panel-notes > .panel-heading > .panel-title {
    font-size: 20px;
}

.table > tbody > tr.highlight > td, .table > tbody > tr.highlight > th, .table > tbody > tr > td.highlight, .table > tbody > tr > th.highlight, .table > tfoot > tr.highlight > td, .table > tfoot > tr.highlight > th, .table > tfoot > tr > td.highlight, .table > tfoot > tr > th.highlight, .table > thead > tr.highlight > td, .table > thead > tr.highlight > th, .table > thead > tr > td.highlight, .table > thead > tr > th.highlight {
    background: #2a72b5;
    border-color: #2a72b5;
    color: #FFFFFF;
}

.locum-list {
    border-top: 2px solid #a8acb1;
    margin-top: 10px;
}

.locum-list-item {
    border-bottom: 2px solid #a8acb1;
    padding-top: 5px;
}

.locum-list-item .row {
    margin-bottom: 10px;
}

ol.breadcrumb.pull-right ~ h1.page-header {
    clear: right;
}

.typeahead.dropdown-menu {
    font-size:16px;
}

legend.radiolabel {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.table > thead > tr > th {
    vertical-align: top;
}

/*.flex-parent, .simplefileinput .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-child, .simplefileinput .input-group .simplefileinput-caption {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.simplefileinput .form-control[disabled], .simplefileinput .form-control[readonly], fieldset[disabled] .simplefileinput .form-control {
    background: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fc-event-container .placement.placement-past {
    opacity: 0.5;
}

a.fc-more {
    display:block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

td.click-trigger {
    cursor: pointer;
}

#cookie-bar.fixed {
    z-index: 10000;
    padding: 20px 0;
}

#cookie-bar .cb-enable {
    background: #348fe2;
    border-color: #348fe2;
    padding: 5px 20px;
}

#cookie-bar .cb-enable:hover {
    background: #2a72b5;
    border-color: #2a72b5;
}

#cookie-bar .cb-policy {
    background: #00acac;
    border-color: #00acac;
    padding: 5px 20px;
}

#cookie-bar .cb-policy:hover {
    background: #008a8a;
    border-color: #008a8a;
}

.fc-basicWeek-view .fc-day-header, .fc-basicDay-view .fc-day-header {
    text-align: left;
}

.fc-basicWeek-view .fc-day-header span, .fc-basicDay-view .fc-day-header span {
    padding-left: 5px;
    padding-top: 7px;
    display: block;
    float: left;
}

    .fc-basicWeek-view .fc-day-header .action-add, .fc-basicDay-view .fc-day-header .action-add,
    .fc-basicWeek-view .fc-day-header .action-message, .fc-basicDay-view .fc-day-header .action-message {
        margin: 5px;
        margin-left: 0;
    }

.fc-past .action-add, .fc-past .action-message {
    opacity: 0.5;
}

.dropdown-menu > li > input[type="submit"], .dropdown-menu > li > button[type="submit"] {
    background: transparent;
    border: none;
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3333333;
    color: #333;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

.table-rategrid input {
    font-weight: bold;
}

.table-rategrid input::placeholder {
    font-weight: normal !important;
}

.table-rategrid input::-webkit-input-placeholder {
    font-weight: normal !important;
}

.table-rategrid input:-moz-placeholder {
    font-weight: normal !important;
}

.table-rategrid input:placeholder-shown {
    font-weight: normal !important;
}

.table-rategrid input:-ms-input-placeholder {
    font-weight: normal !important;
}

.table-rategrid input::-ms-input-placeholder {
    font-weight: normal !important;
}

ol.terms-and-conditions, ol.terms-and-conditions ol, ol.terms-and-conditions ol ol {
    list-style-type: none;
}

ol.terms-and-conditions {
    font-weight: bold;
}

ol.terms-and-conditions li ol {
    font-weight: normal;
}

ol.terms-and-conditions li, ol.terms-and-conditions li ol {
    margin-top: 15px;
}

.locum-note {
    border: 1px solid #CCC;
    padding: 10px;
}

.locum-note-header {
    font-weight: bold;
    padding-bottom: 5px;
}

.select2-container .select2-selection--multiple {
    padding: 4px 10px;
}

/* Preferences */

#sortable span {
    cursor: move !important;
}

.irs {
    margin-top: 40px;
}

.irs-single, .irs-min, .irs-max {
    color: #fff;
    font-size: 18px !important;
    line-height: 1 !important;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px !important;
    top: -15px !important;
}

.irs-single {
    background-color: #2a72b5 !important;
}

.shifts span.select2-* {
}

span.select2 {
    width: 100% !important;
}

.pref-selector .label {
    display: block;
    font-size: 16px;
    text-align: left;
    padding: 12px;
    font-weight: 400;
    margin: 0 0 3px 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    color: #242a30;
}

@@media(max-width: 1199px) {
    .pref-selector .action-remove {
        margin-top: 8px;
    }
}

@@media(max-width: 991px) {

    .pref-selector .option .text {
        position: relative;
        top: -5px;
    }
}

.disabled {
    opacity: 0.3;
}

.pills-white li a {
    border: 1px solid #ccc;
    background: #e2e7eb;
    color: #242a30;
}

    .pills-white li a:hover {
        background: #fff;
    }

    .pills-white li a.active {
        background: #fff !important;
    }

h3.underscore {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

textarea#LocumNotes {
    width: 100%;
}

.nav-pills li {
    margin-bottom: 10px;
}


/* End preferences */

[role=button] {
    cursor: pointer !important;
}

.nav-tabs .dropdown-menu > li > a {
    font-size: 14px;
}

.panel-calendar {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fcf8e3;
    border: 1px solid #C6C6C6;
}

.panel-calendar h3 {
    margin-top: 0;
}

.panel-calendar p, .panel-calendar h3 {
    color: #707478;
}

body .fc button.fc-state-active.btn-link, body .fc button.btn-link:active {
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .fc button.btn-link {
    color: #337ab7;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    padding: 0;
}

.btn.btn-link.active, .btn.btn-link:active {
     -webkit-box-shadow: none; 
     box-shadow: none; 
}

.row-divider {
    height: 1px;
    background: #e2e7eb;
    margin-bottom: 10px;
}

.panel-content-big {
    font-size: 25px;
    font-weight: bold;
}

.panel-outlined .panel-body {
    border: 1px solid #d9e0e7;
    border-top: none;
}

.panel-heading-lg .panel-title {
    font-size: 22px;
}

.panel-title .icon-state {
    float: right;
}

.panel-title a .icon-state .fa-chevron-down {
    display: none;
}

.panel-title a.collapsed .icon-state .fa-chevron-up {
    display: none;
}

.panel-title a.collapsed .icon-state .fa-chevron-down {
    display: inline-block;
}


.form-group-stacked .switchery {
    display:block;
}

.locum-status-list, .locum-status-list ul {
    list-style-type: none;
    /*padding-left: 20px;*/
}

    .locum-status-list li {
        padding-bottom: 10px;
    }

    .locum-status-list ul {
        margin-top: 10px;
    }

    .locum-status-list ul li:last-child {
        padding-bottom: 0;
    }

dl.horizontal {
    margin-bottom: 0;
}

dl.horizontal dt, dl.horizontal dd {
    float: left;
    padding-bottom: 10px;
}

dl.horizontal dt {
    clear: left;
    width: 40%;
}

dl.horizontal dd {
    width: 60%;
}

    dl.horizontal.right-shifted dt {
        width: 70%;
        font-weight: normal;
    }

    dl.horizontal.right-shifted dd {
        width: 30%;
    }

    dl.horizontal.condensed dt {
        padding-bottom: 0;
    }

    dl.horizontal.condensed dd {
        padding-bottom: 0;
    }

.table-placement-summary th {
    white-space: nowrap;
}

.fa-c-black {
    color: #000;
}

.fa-c-red {
    color: #ff5b57;
}

.fa-c-amber {
    color: #f59c1a;
}

.fa-c-blue {
    color: #348fe2;
}

.nav-pills > li.pill-danger > a, .nav-pills > li.pill-danger > a:focus, .nav-pills > li.pill-danger > a:hover {
    background-color: #cc4946;
    color: #FFFFFF;
}

.panel-placement-history td small h3 {
    font-size: 14px;
    margin: 5px 0;
}

.panel-placement-history td small hr {
    margin: 5px 0;
}

.panel .panel-body .panel-option {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .panel .panel-body .panel-option a {
        display: block;
        color: #707478;
    }

        .panel .panel-body .panel-option a:hover {
            text-decoration: none;
            color: #000;
        }

.modal-content .loader {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
}



.pagination .PagedList-pageCountAndLocation.disabled,
.pagination .PagedList-pageCountAndLocation.disabled > a, 
.pagination .PagedList-pageCountAndLocation.disabled > a:hover {
    opacity: 1;
    color: #242a30;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 14px;
    margin-left: 8px;
}

.modal-booking-form .locum-list-item .col-md-6, .modal-booking-form .locum-list-item .col-md-2, .modal-booking-form .locum-list-item .col-md-3, .modal-booking-form .locum-list-item .col-md-4, .modal-booking-form .locum-list-item .col-md-5, .modal-booking-form .locum-list-item .col-md-7 {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-icon-sm, .btn.btn-icon-sm {
    width: 22px;
    height: 22px;
    line-height: 24px;
}

.panel-option-list h4 {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e7eb;
}

.panel-option-list .row {
    border-bottom: 1px solid #e2e7eb;
}

.panel-option-list .row p {
    margin-top: 15px;
}

.panel-option-list .row a {
    margin-bottom: 10px;
}

.panel-option-list.bg-info h4, .panel-option-list.bg-info .row {
    border-bottom: 1px solid #FFF;
}

.modal-booking-form .panel-option-list .col-md-6,
.panel-option-list .col-md-6,
.modal-booking-form .panel-option-list .col-md-2,
.panel-option-list .col-md-2,
.modal-booking-form .panel-option-list .col-md-3,
.panel-option-list .col-md-3,
.modal-booking-form .panel-option-list .col-md-4,
.panel-option-list .col-md-4,
.modal-booking-form .panel-option-list .col-md-5,
.panel-option-list .col-md-5,
.modal-booking-form .panel-option-list .col-md-7,
.panel-option-list .col-md-7 {
    padding-top: 10px;
    padding-bottom: 0;
}
.modal-header .subhead {
    margin: -10px 0 0 0;
}

h1.page-header + .subhead {
    margin-top: -30px;
    margin-bottom: 20px;
}

.panel-heading-btn .btn-link i {
    color: #FFFFFF;
    font-size: 20px;
}

table.fade-removed tr.removed {
    opacity: 0.4;
}

.widget-stats.bg-white .stats-info p {
    color: #575756;
}

.referral-campaign .title {
    text-transform: uppercase;
    font-weight: bold;
}

.panel.panel-outlined .panel-heading {
    border: 1px solid #d9e0e7;
    border-bottom: none;
}

.dashboard-info.bg-orange, .panel-body.bg-orange, .panel-body.bg-orange h3, .panel-heading.bg-orange h4 {
    color: #FFF;
}

table.table-rategrid td input {
    padding-left: 5px;
    padding-right: 5px;
}

table.table-rategrid td > div.cell-content {
    float: right;
}

table.table-rategrid .table-rategrid-stacked-d-block {
    display:none;
}

@media only screen and (max-width: 1200px) {
    table.table-rategrid thead th:not(:first-child) {
        display: none;
    }

    table.table-rategrid .table-rategrid-stacked-d-block {
        display: block;
    }

    table.table-rategrid .table-rategrid-stacked-d-none {
        display: none;
    }

    table.table-rategrid td, table.table-rategrid th {
        display: block;
        clear: both;
    }

        table.table-rategrid td[data-th]:before {
            content: attr(data-th);
            float: left;
        }

        table.table-rategrid td[data-th]:after {
            display: block;
            clear: right;
            content:'';
        }
}

dl.performance-stats dt {
    clear: left;
    float: left;
    width: 40%;
    font-weight: normal;
    line-height: 36px;
}

dl.performance-stats.wide-label dt {
    width: 60%;
}

dl.performance-stats dd {
    float: left;
    width: 60%;
    font-size: 25px;
    font-weight: bold;
}

dl.performance-stats.wide-label dd {
    width: 40%;
}

dl.performance-stats dd .side-note {
    font-size: 16px;
    font-weight: normal;
}

.percentile-summary, .percentile-detail {
    border: 1px solid #2a72b5;
    padding: 10px;
    border-radius: 5px;
}

    .percentile-summary h3 {
        margin: 0;
        padding: 0;
    }

.percentile-detail {
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin-top: 10px;
}

.percentile-detail span {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    display: block;
    line-height: 1;
}

.navbar.navbar-slim {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.navbar.navbar-slim .container-fluid {
    padding: 0;
}

    .navbar.navbar-slim .navbar-collapse {
        padding: 0;
        border:0;
    }

    .navbar.navbar-slim .navbar-header {
        border: 0;
    }

    .navbar.navbar-slim .container-fluid > .navbar-collapse, .navbar.navbar-slim .container-fluid > .navbar-header {
        margin-left: 0;
    }

.navbar-slim .navbar-toggle .icon-bar {
    background: #333;
}

.navbar-slim .navbar-toggle {
    float:left;
}

.card {
    background-color: #d9e0e7;
    margin-bottom: 15px;
    color: #707478;
    border-radius: 5px;
}

    .card .card-header, .card .card-body, .card .card-footer {
        padding: 0 10px;
        margin-bottom: 5px;
    }

    .card .card-footer {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .card .card-body {
        font-size: 14px;
    }

    .card .card-header {
        padding-top: 5px;
    }

    .card .card-header p {
        margin: 0;
        font-weight: bold;
    }

.toastui-editor-popup-body li[data-level="1"], .toastui-editor-popup-body li[data-level="5"], .toastui-editor-popup-body li[data-level="6"] {
    display: none;
}

.toastui-editor-defaultUI .toastui-editor-contents, .toastui-editor-defaultUI .toastui-editor-contents p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
}

    .toastui-editor-defaultUI .toastui-editor-contents p {
        margin-bottom: 15px;
    }

    .toastui-editor-defaultUI .toastui-editor-contents h2 {
        border-bottom: none;
        font-family: 'Pridi', sans-serif;
        font-weight: 400;
        color: #707478;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0;
        font-size: 30px;
    }

    .toastui-editor-defaultUI .toastui-editor-contents h3 {
        font-size: 24px;
        font-weight: 500;
        color: #242a30;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .toastui-editor-defaultUI .toastui-editor-contents h4 {
        font-size: 18px;
        font-weight: 500;
        color: #242a30;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.toastui-editor-contents table, .markdown-content table {
    margin: 12px 0 14px;
    color: #707478;
    width: auto;
    border-collapse: collapse;
    box-sizing: border-box;
    border: none;
    width: 100%;
}

    .toastui-editor-contents table th,
    .toastui-editor-contents table td,
    .markdown-content table th,
    .markdown-content table td {
        border: none;
        border-top: 1px solid #ddd;
        padding: 10px 15px;
        height: auto;
    }

    .toastui-editor-contents table th,
    .markdown-content table th {
        background-color: #FFF;
        font-weight: 600;
        color: #242a30;
        border-bottom: 2px solid #e2e7eb !important;
    }

    .toastui-editor-contents table > tbody > tr:nth-child(odd) > td,
    .toastui-editor-contents table > tbody > tr:nth-child(odd) > th,
    .markdown-content table > tbody > tr:nth-child(odd) > td,
    .markdown-content table > tbody > tr:nth-child(odd) > th {
        background: #f0f3f5;
    }

    .toastui-editor-contents table th,
    .toastui-editor-contents table td {
        border-left: 2px dashed #e2e7eb;
        border-right: 2px dashed #e2e7eb;
    }

    .toastui-editor-contents table > tbody > tr:last-child > td {
        border-bottom: 2px dashed #e2e7eb;
    }

    .toastui-editor-contents th p,
    .markdown-content th p {
        margin: 0 !important;
        color: #242a30;
    }

.toastui-editor-contents td p,
.markdown-content td p {
    margin: 0 !important;
    padding: 0 2px;
    color: #707478;
}

.toastui-editor-contents td.toastui-editor-cell-selected {
    background-color: #d8dfec;
}

.toastui-editor-contents th.toastui-editor-cell-selected {
    background-color: #908f8f;
}

.panel-option-list .row-inner-content {
    background-color: #FFF;
    border-radius:5px;
}

.action-editmileage [data-mileagevalue] {
    cursor: pointer;
}

.form-control-air {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.table.table-lightweight {
    border:none;
}

    .table.table-lightweight > tbody > tr > td, .table.table-lightweight > tbody > tr > th, .table.table-lightweight > tfoot > tr > td, .table.table-lightweight > tfoot > tr > th, .table.table-lightweight > thead > tr > td, .table > thead > tr > th {
        border: none;
    }

        .table.table-lightweight > tbody > tr > td:first-child, .table.table-lightweight > tbody > tr > th:first-child, .table.table-lightweight > tfoot > tr > td:first-child, .table.table-lightweight > tfoot > tr > th:first-child, .table.table-lightweight > thead > tr > td:first-child, .table.table-lightweight > thead > tr > th:first-child,
        .table.table-nopad > tbody > tr > td:first-child, .table.table-nopad > tbody > tr > th:first-child, .table.table-nopad > tfoot > tr > td:first-child, .table.table-nopad > tfoot > tr > th:first-child, .table.table-nopad > thead > tr > td:first-child, .table.table-noapd > thead > tr > th:first-child {
            padding-left: 0;
        }

        .table.table-lightweight > tbody > tr > td:last-child, .table.table-lightweight > tbody > tr > th:last-child, .table.table-lightweight > tfoot > tr > td:last-child, .table.table-lightweight > tfoot > tr > th:last-child, .table.table-lightweight > thead > tr > td:last-child, .table.table-lightweight > thead > tr > th:last-child,
        .table.table-nopad > tbody > tr > td:last-child, .table.table-nopad > tbody > tr > th:last-child, .table.table-nopad > tfoot > tr > td:last-child, .table.table-nopad > tfoot > tr > th:last-child, .table.table-nopad > thead > tr > td:last-child, .table.table-nopad > thead > tr > th:last-child {
            padding-right: 0;
        }

td.addit, td.subtractit {
    position: relative;
}

    td.addit:before, td.subtractit:before {
        position: absolute;
        left: 4px;
    }

    td.subtractit:before {
        content: '-';
    }

    td.addit:before {
        content: '+';
    }

.toastui-editor-contents blockquote {
    border: 0;
    padding: 10px;
    background-color: #f7f9fc;
}

.toastui-editor-contents .toastui-editor-ww-code-block:after {
    display: none;
}

.page-serviceclient .content {
    color: #000;
}

    .page-serviceclient .content footer {
        border-top: 1px solid #707478;
        margin-top: 20px;
        padding-top: 20px;
    }

    .page-serviceclient .content footer .logo {
        float: right;
        width: 180px;
    }

.page-serviceclient .navbar-brand img {
    /*width:100px;*/
}

.page-serviceclient .navbar-brand {
    width: 200px;
    height: 90px;
}

.page-serviceclient .page-header-fixed, 
.page-serviceclient .sidebar {
    padding-top: 90px;
}

.panel-leadroles > .panel-heading {
    border-bottom: 1px solid #e1e1e1
}

.panel-leadroles > .panel-heading > .panel-title {
    font-size: 20px;
}

.panel-leadroles .item {
    padding: 5px 2px;
    border-bottom: 1px solid #e1e1e1;
}

.panel-leadroles .item .rolename {
    font-weight: bold;
}

.panel-leadroles .item:nth-child(even) {
    background-color: #f0f3f5;
}

.panel-leadroles .action-showhide {
    cursor:pointer;
}

.page-serviceclient .wrapper-servicedescription blockquote {
    background-color: #FFF;
    border: 0;
}

    .page-serviceclient .wrapper-servicedescription blockquote ol,
    .page-serviceclient .wrapper-servicedescription blockquote ul {
        padding-left: 20px;
    }

.page-serviceclient .panel-docs .desc.truncated {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .page-serviceclient .panel-docs .desc.truncated:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(to bottom, transparent, #FFF 80%);
        width: 100%;
        height: 22px;
    }

.page-serviceclient .panel-docs tr:nth-child(odd) .desc.truncated:after {
    background-image: linear-gradient(to bottom, transparent, #f0f3f5 80%);
}

.page-serviceclient .panel-docs .desc.truncated.revealed:after {
    display: none;
}

.page-serviceclient .login-header .brand img {
    width: 120px;
}

.calendar.no-messages .action-message {
    display:none;
}

.audit-changes table th {
    border-bottom: 2px solid #e2e7eb !important;
}
    .audit-changes table td, .audit-changes table th {
    padding: 2px 10px;
    font-size: 14px;
}

        .audit-changes table td:first-child, .audit-changes table th:first-child {
            padding-left: 0;
            border-right: 2px solid #e2e7eb !important;
        }

    .audit-changes table td:last-child, .audit-changes table th:last-child {
        padding-right: 0;
    }

textarea.form-control.input-toastuieditor {
    height: 200px;
}

.action-activatetoastui {
    cursor:pointer;
}

.checkboxList-cols label {
    margin-bottom: 10px;
}

.sample-info {
    float: left;
    clear: left;
}

    .sample-info .sample-type {
        font-family: monospace;
        font-size: 16px;
        color: #000000;
        text-align: center;
        margin-top: -10px;
    }

.record-arrow {
    position:relative;
    top:10px;
    margin-right: 0.3em;
}

td:has(.record-arrow) {
    white-space:nowrap;
}

h1 .status-info {
    display: block;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.widget-stats .stats-info p.stats-note {
    font-size: 16px;
}


.alert.alert-neon {
    background: yellow !important;
}

.text-warning-amber {
    color: #f39200;
}

.text-warning-red {
    color: #cd1719;
}

