@font-face {
    font-family: 'Roboto';
    src: url("../lib/roboto/Roboto-Thin.eot");
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../lib/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../lib/roboto/Roboto-Thin.woff2") format("woff2"), url("../lib/roboto/Roboto-Thin.woff") format("woff"), url("../lib/roboto/Roboto-Thin.ttf") format("truetype"), url("../lib/roboto/Roboto-Thin.svg#Roboto") format("svg");
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #1E232D;
}

a {
    color: #545E64;
}

a:hover {
    color: unset;
}

.modal-content button.btn {
    min-width: 100px;
}

.modal-header {
    padding: 20px 20px 10px;
}

.modal-footer {
    padding: 0px 20px 20px;
}

.modal-header h3, .modal-header h4 {
    color: #3a4d57;
}

.modal-header h4 {
    font-weight: bold;
}

.font-weight-semi {
    font-weight: 600;
}

.font-weight-medium {
    font-weight: 500;
}

.select2-dropdown {
    z-index: 1049;
}
.move-cursor {
    cursor: move;
}
/*Style check box checked + disabled*/
.custom-control-input[type="checkbox"]:checked:disabled ~ .custom-control-color::after {
    background-color: #ddd;
}
/* BS Modal is 1500 */
.modal-open .select2-dropdown {
    z-index: 1051;
}

.alert .close {
    padding: 0.1rem 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #432585;
}

/* Fix for too long dropdown items */
.select2-results__option[aria-selected] {
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Fix for too long selected text */
.select2-container .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

/* Fixed for Select2 multiple ones are too tall */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px;
}

/* Fix for column filters of type select to make them same height with the textboxes*/
.ui-jqgrid tr.ui-search-toolbar select {
    padding: 2px;
}

/*Lower select2 multiple height*/
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    line-height: 1.5rem;
}

.select2-container--default .select2-selection--multiple {
    min-height: 2.53816rem;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    background-color: #F2F5F7;
}

.ui-jqgrid .ui-userdata-top {
    display: none;
}


.border-width-2 {
    border-width: 2px !important;
}

/*Column filter input*/
.ui-jqgrid tr.ui-search-toolbar td > input {
    font-size: 80%;
    height: 2rem;
    padding: 3px;
}

/*Column filter clear button*/
.table-bordered tbody > tr td.ui-search-clear:last-child {
    padding: unset;
}

/*Jqgrid header no wrap*/
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    white-space: normal;
    vertical-align: middle;
}

.ui-jqgrid .table-bordered, .ui-jqgrid .table-bordered td, .ui-jqgrid .table-bordered th.ui-th-ltr {
    border-right: 0px none !important;
}

/* No borders for checkboxes for selected or highlighted rows */
.jqgrow.table-warning .custom-checkbox .custom-control-label::before, .jqgrow.lt0row.table-warning .custom-checkbox .custom-control-label::before {
    border: none;
}
.jqgrow.table-danger .custom-checkbox .custom-control-label::before, .jqgrow.lt0row.table-danger .custom-checkbox .custom-control-label::before {
    border: none;
}
.jqgrow.table-active .custom-checkbox .custom-control-label::before, .jqgrow.lt0row.table-active .custom-checkbox .custom-control-label::before {
    border: none;
}

td .custom-control-input[type=checkbox]:checked ~ .custom-control-label::before {
    border: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 0.8rem;
    line-height: 2;
    font-weight: 900;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 5px;
}

.custom-checkbox .custom-control-label::after {
    border-radius: 5px;
}

.custom-control-input[type=checkbox]:checked ~ .custom-control-color::after {
    border-radius: 5px;
    background-color: #432585;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
}

.ui-jqgrid-pager {
    border-top: none !important;
}

/*no wrap td, also prevent dropdown-item being hidden */
/*.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
    overflow: unset;
    white-space: unset;
}*/

/* Multiselect */
.multiselect-container > li.multiselect-group label {
    margin: 3px 10px 3px 35px;
    padding: 0px 0px 0px 30px;
}

.multiselect-container > li > a > label {
    /*margin: 3px 10px 3px 20px;*/
    padding: 0px 20px 0px 30px;
}

    .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
        margin: 3px 20px 3px 35px;
        max-width: 100%;
        display: inline-block;
    }

li.multiselect-item a:hover, li.multiselect-item a:focus, li.multiselect-item a:active, .multiselect-item li a:hover, .multiselect-item li a:active, .multiselect-item li a:focus, .multiselect-container li a:hover, .multiselect-container li a:active, .multiselect-container li a:focus {
    background-color: #e8e8e8;
}

.multiselect-container > li > a {
    display: block;
}

/*Fixed width for month pickers*/
.date.month-picker {
    width: 200px;
}

.c-pointer {
    cursor: pointer;
}

.main-content > .card > .card-header h3 {
    /* Matches with the buttons on the right */
    font-weight: 600;
    line-height: 48px;
}

/* No bottom margin for the main card */
.main-content > .card:last-of-type {
    margin-bottom: 0;
}

/* Page title height without buttons on the right */
.main-content > .card > .card-header > .row:first-child > div:nth-child(2) {
    line-height: 42px;
}

.border.border-primary {
    border-color: #4A90E2 !important;
}

.border.border-danger {
    border-color: #FF4258 !important;
}

.border.border-secondary {
    border-color: #D4D7D8 !important;
}

.border.border-success {
    border-color: #4CAF50 !important;
}

.table-bordered {
    border: 1px solid #E9EAEB !important
}

/* No bottom border for header table (containing column filters) */
.ui-jqgrid-htable {
    border-bottom: none !important;
}

.jqgrow td, .jqgrow a {
    color: #545E64;
}

.jqgrow.table-danger > td {
    background-color: #FF4258;
    color: white;
}

.jqgrow.table-warning > td {
    background-color: #E4BC36;
    color: white;
}

.jqgrow.table-active > td {
    background-color: #432585;
    color: white;
}


    .jqgrow.table-active > td > a, .jqgrow.table-warning > td > a, .jqgrow.table-danger > td > a {
        color: white;
    }

.table-bordered td, .table-bordered th {
    border: 1px solid #E9EAEB;
}


#loader {
    display: none;
    border: 10px solid #f3f3f3; /* Light grey */
    border-bottom: 10px solid #432585;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: 1502;
    position: fixed;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.pace-running:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11000;
    background-color: rgba(0, 0, 0, 0.5);
}

.text-title {
    color: #3a4d57 !important;
}

.nav-tabs > li.nav-item a.nav-link:not(.active) {
    color: #949a9e;
}

.nav-tabs > li.nav-item a.nav-link.active:focus, .nav-tabs > li.nav-item a.nav-link.active:hover {
    color: #3a4d57;
}

.nav-tabs > li.nav-item a.nav-link.active.show i {
    color: #432585;
}

.border-2 {
    border-width: 2px !important;
}

.border-default {
    border-color: #D4D7D8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #545E64;
}

/* select2 borders */
/* Normal state */
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border-color: #D4D7D8;
}

/* Active or focus state */
    .select2-container--default.select2-container--default.select2-container--focus .select2-selection--single,
    .select2-container--default.select2-container--default.select2-container--focus .select2-selection--multiple,
    .select2-container--default .select2-selection--multiple:focus,
    .select2-container--default .select2-selection--single:focus {
        border-color: #432585;
    }

    .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
        line-height: 2rem;

    }

.select2-container .select2-search--inline .select2-search__field  {
    padding-left: 7px;
}

.btn.btn-multiselect {
    border-color: #BEC2C4;
    background-color: transparent;
    color: #545E64;
}

    .btn.btn-multiselect:active, .btn.btn-multiselect:focus {
        border-color: #432585;
    }

.p-xs {
    padding: 2px;
}

.p-sm {
    padding: 3px;
}

input.form-control:focus ~ div.border.input-group-append,
input.form-control:active ~ div.border.input-group-append {
    border-color: #432585 !important;
}

.border.input-group-append {
    border-color: #D4D7D8 !important;
}

input.form-control {
    border-color: #D4D7D8;
    color: #545E64;
}

    input.form-control:focus, input.form-control:active {
        border-color: #432585 !important;
        color: #1E232D;
    }

    input.form-control:disabled {
        border-color: #BEC2C4;
        color: #1E232D;
    }

.modal-content {
    color: #545e64;
}

.badge {
    font-size: 1rem;
}

.badge-low {
    background-color: #949a9e;
    color: white;
    border: none;
}

.badge-warning {
    background-color: #432585;
}

/* Fix for the X icon overlapping text when text is too long */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: calc(100% - 25px);
}

    .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
        right: -5px;
    }

.btn-success {
    background-color: #60A759;
}

.nav-tabs > li.nav-item a.nav-link {
    padding: 13px 20px;
}

/* Icons of highlighted select2 should be white */
.select2-results__option.select2-results__option--highlighted i, .select2-results__option.select2-results__option--highlighted a {
    color: white;
}

    .select2-results__option.select2-results__option--highlighted a:hover {
        text-decoration: underline;
    }
    /* Icons of highlighted select2 should be white */
    .select2-results__option i, .select2-results__option a {
        color: #4A90E2;
    }

/* Styles for svg icons in the sidebar */
.svg-icon {
    vertical-align: middle;
    width: 1.384rem; /* ~18px */
    height: 1.384rem;
    fill: #432585;
}

    .svg-icon.mobile-icon {
        width: 1.384rem; /* ~18px */
        height: 1.384rem;
        fill: #FFF;
    }

    .svg-icon.report-icon {
        width: 0.932rem;
        height: 0.932rem;
    }

    .svg-icon.text-white {
        fill: #FFF;
    }

    .svg-icon.text-danger {
        fill: #FF4258;
    }

    .svg-icon.text-success {
        fill: #60A759;
    }

    .svg-icon.text-primary {
        fill: #4A90E2;
    }

    .svg-icon + span {
        vertical-align: middle;
    }

.be-left-sidebar .sidebar-elements > li > a {
    font-weight: bold;
    font-size: 1.308rem; /* ~17px */
    line-height: 35px;
    color: #3e5664;
}

.be-left-sidebar .sidebar-elements > li ul {
    padding: 0;
}

.be-left-sidebar .sidebar-elements > li > ul > li {
    border-left: 5px solid transparent;
}

    .be-left-sidebar .sidebar-elements > li > ul > li.active,
    .be-left-sidebar .sidebar-elements > li.active,
    .be-left-sidebar .sidebar-elements > li > ul > li:hover {
        border-left: 5px solid #432585;
        background: #F5F4F1 !important;
    }
        /* Make up for the left border of highlighted group menu item */
        .be-left-sidebar .sidebar-elements > li.active > a {
            padding-left: 15px;
        }

        /* Highlight selected menu item */
        .be-left-sidebar .sidebar-elements > li ul li.active > a {
            color: #3A4D57 !important;
            font-weight: bold;
        }

/* Highlight selected group menu, i.e., Dashboard */
.be-left-sidebar .sidebar-elements > li.active > a > span {
    color: #3A4D57;
    font-weight: bold;
}

.be-left-sidebar .sidebar-elements > li > ul > li > a.active,
.be-left-sidebar .sidebar-elements > li ul li > a {
    color: #3e5664;
    font-size: 1.077rem; /* 14px */
}

.be-left-sidebar .sidebar-elements > li ul {
    background: #FFF !important;
}

.be-left-sidebar .sidebar-elements > li > ul {
    border-top: none;
    border-bottom: none;
}

.menu-item {
    font-size: 1.231rem; /* 16px */
}

.dropdown-header {
    font-weight: normal;
    font-size: 1.077rem; /* 14px */
    color: #949A9E;
    padding: 7px 20px;
}

.dropdown-menu > .dropdown-item {
    padding: 10px 20px;
}

/* System admin menu item */
ul.dropdown-menu > li.dropdown-item {
    padding: 0;
}

    ul.dropdown-menu > li.dropdown-item > a {
        padding: 8px 16px;
        display: block;
    }

/* Top menu items */
ul.be-icons-nav > li.nav-item > a {
    font-size: 1.231rem; /* 16px */
}

/* Top menu dropdown - system admin menu */
.be-icons-nav > li.dropdown .dropdown-menu {
    padding: 8px 0;
}

.be-left-sidebar .left-sidebar-content {
    top: 15px;
}

/* Welcome font */
.page-head-title {
    font-size: 1.846rem;
    color: #3A4D57;
}

.itemIssue {
    border: 2px solid #D4D7D8;
    color: #545e64;
    padding: 10px;
    line-height: 16px;
}

    .itemIssue label {
        font-size: 0.923rem; /* 12px */
        font-weight: bold;
        margin-bottom: 0;
        color: #3A4D57;
    }

        .itemIssue label + div {
            font-size: 1.077rem; /* 14px */
        }

    .itemIssue .row label + div, .itemIssue .row:first-child div {
        height: 45px;
    }


    .itemIssue .issueId {
        position: absolute;
        right: 35px;
        top: 15px;
        font-size: 1.077rem;
    }

/*Status*/
.activity-priority {
    color: #fff;
    border-radius: 4px;
    width: 62px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

    .activity-priority.high {
        background-color: #FF4258;
    }

    .activity-priority.medium {
        background-color: #E4BC36;
    }

    .activity-priority.low {
        background-color: #949A9E;
    }

/* Use for card view listing */
.row.small-gap {
    margin-right: -10px;
    margin-left: -10px;
}

    .row.small-gap > .col,
    .row.small-gap > .col-1,
    .row.small-gap > .col-10,
    .row.small-gap > .col-11,
    .row.small-gap > .col-12,
    .row.small-gap > .col-2,
    .row.small-gap > .col-3,
    .row.small-gap > .col-4,
    .row.small-gap > .col-5,
    .row.small-gap > .col-6,
    .row.small-gap > .col-7,
    .row.small-gap > .col-8,
    .row.small-gap > .col-9,
    .row.small-gap > .col-auto,
    .row.small-gap > .col-lg,
    .row.small-gap > .col-lg-1,
    .row.small-gap > .col-lg-10,
    .row.small-gap > .col-lg-11,
    .row.small-gap > .col-lg-12,
    .row.small-gap > .col-lg-2,
    .row.small-gap > .col-lg-3,
    .row.small-gap > .col-lg-4,
    .row.small-gap > .col-lg-5,
    .row.small-gap > .col-lg-6,
    .row.small-gap > .col-lg-7,
    .row.small-gap > .col-lg-8,
    .row.small-gap > .col-lg-9,
    .row.small-gap > .col-lg-auto,
    .row.small-gap > .col-md,
    .row.small-gap > .col-md-1,
    .row.small-gap > .col-md-10,
    .row.small-gap > .col-md-11,
    .row.small-gap > .col-md-12,
    .row.small-gap > .col-md-2,
    .row.small-gap > .col-md-3,
    .row.small-gap > .col-md-4,
    .row.small-gap > .col-md-5,
    .row.small-gap > .col-md-6,
    .row.small-gap > .col-md-7,
    .row.small-gap > .col-md-8,
    .row.small-gap > .col-md-9,
    .row.small-gap > .col-md-auto,
    .row.small-gap > .col-sm,
    .row.small-gap > .col-sm-1,
    .row.small-gap > .col-sm-10,
    .row.small-gap > .col-sm-11,
    .row.small-gap > .col-sm-12,
    .row.small-gap > .col-sm-2,
    .row.small-gap > .col-sm-3,
    .row.small-gap > .col-sm-4,
    .row.small-gap > .col-sm-5,
    .row.small-gap > .col-sm-6,
    .row.small-gap > .col-sm-7,
    .row.small-gap > .col-sm-8,
    .row.small-gap > .col-sm-9,
    .row.small-gap > .col-sm-auto,
    .row.small-gap > .col-xl,
    .row.small-gap > .col-xl-1,
    .row.small-gap > .col-xl-10,
    .row.small-gap > .col-xl-11,
    .row.small-gap > .col-xl-12,
    .row.small-gap > .col-xl-2,
    .row.small-gap > .col-xl-3,
    .row.small-gap > .col-xl-4,
    .row.small-gap > .col-xl-5,
    .row.small-gap > .col-xl-6,
    .row.small-gap > .col-xl-7,
    .row.small-gap > .col-xl-8,
    .row.small-gap > .col-xl-9,
    .row.small-gap > .col-xl-auto {
        padding-left: 10px;
        padding-right: 10px;
    }

.serviceCard {
    border: solid 1px #D4D7D8;
    height: 80px;
}


.slick-item {
    margin: 0px 10px;
    transition: all ease-in-out .2s;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    color: #949a9d;
    cursor: pointer;
    height: 45px !important;
    padding-top: 6px;
    opacity: 0.6;
    line-height: 26px;
}

.monthsSliderContainer .months {
    margin: 0px 30px;
    padding-top: 5px;
    width: calc(100% - 150px);
}

.monthsSliderContainer {
    margin: auto -20px;
    border-bottom: 1px solid #bec2c4;
}

.btnGoToMonth {
    padding-left: 15px;
    width: 90px;
    line-height: 28px;
}

.slick-current, .slick-active {
    opacity: .5;
}

.slick-slide {
    font-size: 16px;
    transition: all ease-in-out .3s;
    opacity: .5;
    margin: 0px 15px;
    font-weight: 600;
}

    .slick-slide.active {
        border-bottom: 3px solid #432585;
        opacity: 1;
        color: #1E232D;
    }

/*modify ui button slick*/
.slick-next:before {
    content: '\f2fb' !important;
    font: normal normal normal 24px/1 'Material Icons' !important;
    padding: 1px 9px !important;
    border: 1px solid #545E64 !important;
    border-radius: 3px !important;
    color: #545E64 !important;
}

.slick-prev:before {
    content: '\f2fa' !important;
    font: normal normal normal 24px/1 'Material Icons' !important;
    padding: 1px 9px !important;
    border: 1px solid #545E64 !important;
    border-radius: 3px !important;
    color: #545E64 !important;
}

.slick-list {
    margin: 0 25px !important;
}

.slick-track {
    line-height: 42px;
}

    .slick-track .month {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 3px;
    }

.border {
    border: 1px solid #E0E4ED;
}

.text-muted {
    color: #949a9e !important;
}

/* Chevron for activity statuses */
.pci-status i {
    display: inline-block;
    background: #d3d7d7;
    width: 1.153846153846154rem;
    height: 0.9230769230769231rem; /* 12px */
    position: relative;
    margin-right: 0.2307692307692308rem;
}

    .pci-status i:before,
    .pci-status i:after {
        display: inline-block;
        content: "";
        width: 0;
        height: 0em;
        border-style: solid;
        position: absolute;
        border-width: 0.4923076923076923rem 0 0.4923076923076923rem 0.2461538461538462rem;
    }

    .pci-status i:before {
        left: 0;
        border-color: transparent transparent transparent #fff;
    }

    .pci-status i:after {
        right: 0;
        border-color: #fff transparent;
    }

.pci-status.open i:first-child {
    background: #4A90E2;
}

.pci-status.wip i:first-child, .pci-status.wip i:nth-child(2) {
    background: #68C2BD;
}

.pci-status.closed i {
    background: #60A759;
}

.pci-status label {
    display: none;
}

.pci-status.open label.open, .pci-status.closed label.closed, .pci-status.wip label.wip, .pci-status:not(.open):not(.wip):not(.closed) label:not(.open):not(.wip):not(.closed) {
    display: block;
}

.pci-status.selectable i {
    cursor: pointer;
}

.table-danger .pci-status i:before {
    border-left-color: #FF4258;
}

.table-danger .pci-status i:after {
    border-top-color: #FF4258;
    border-bottom-color: #FF4258;
}

.table-warning .pci-status i:before, .table-active .pci-status i:before {
    border-left-color: #E4BC36;
}

.table-warning .pci-status i:after, .table-active .pci-status i:after {
    border-top-color: #E4BC36;
    border-bottom-color: #E4BC36;
}

/* Fix for activity status cell to be broken */
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td.pci-status-cell {
    white-space: unset;
}

.pci-status-cell .pci-status label {
    margin-bottom: 0;
}

.table-warning .pci-status-cell .pci-status label, .table-active .pci-status-cell .pci-status label, .table-danger .pci-status-cell .pci-status label {
    color: white;
}

.page-head {
    padding: 10px 25px 10px;
}

.be-wrapper {
    padding-top: 51px;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    font-size: 1.230769230769231rem;
    padding-left: 0;
}

.breadcrumb-item > a {
    color: #4A90E2;
}

.be-toggle-left-sidebar {
    color: white;
    background-color: transparent;
}

@media(max-width: 1199.98px) {
    .be-toggle-left-sidebar {
        display: inline-block;
    }

    /* Reduce padding on smaller screens because the menu is not scrollable */
    ul.dropdown-menu > li.dropdown-item > a {
        padding: 4px 16px;
    }

    .navbar-nav .nav-link svg, .navbar-nav .nav-link span, .navbar-nav .dropdown-menu .dropdown-item svg, .navbar-nav .dropdown-menu .dropdown-item span {
        font-size: 1.076923076923077rem; /* 14px */
    }
    
    /* Hide the menu header to save some space */
    .navbar-nav .dropdown-menu .dropdown-header {
    	display: none;
    }

    .navbar-nav > .nav-item > .nav-link {
        padding: 0.3846153846153846rem 0.7692307692307692rem;
    }

        .navbar-nav > .nav-item > .nav-link:last-child {
            padding-bottom: 0.7692307692307692rem;
        }

    .navbar-nav .nav-link > .svg-icon {
        width: 1.076923076923077rem;
        height: 1.076923076923077rem;
        fill: white;
    }
}

@media(min-width: 1200px) {
    .be-toggle-left-sidebar {
        display: none;
    }

    .navbar-nav .nav-link svg, .navbar-nav .nav-link span {
        font-size: 1.230769230769231rem; /* 16px */
    }

    .navbar-nav > .nav-item > .nav-link {
        padding: 0.576923076923077rem 1.153846153846154rem;
    }

        .navbar-nav > .nav-item > .nav-link:last-child {
            padding-bottom: 1.153846153846154rem;
        }

    .navbar-nav .nav-link > .svg-icon {
        width: 1.230769230769231rem;
        height: 1.230769230769231rem;
        fill: white;
    }
}

nav {
    background-color: #432585 !important;
}

.navbar-nav > .nav-item > a {
    color: white;
}

.navbar-brand {
    height: 51px;
    padding: 0;
}

    .navbar-brand > img {
        height: 100%;
    }

    @media(max-width: 400px) {
        .navbar-brand {
            height: 40px;
        }
    }

.navbar-text {
    display: inline-block;
    margin: 0;
    color: white;
    padding-left: 1.153846153846154rem;
}

.nav-item:active > .nav-link, .nav-item:hover > .nav-link {
    color: #bdbdbd;
}

    .nav-item:active > .nav-link > .svg-icon, .nav-item:hover > .nav-link > .svg-icon {
        fill: #bdbdbd;
    }

    /* Navigator buttons, i.e., Excel export */
.ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover, .ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover {
    background-color: transparent;
}

    .ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover .ui-pg-div, .ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover .ui-pg-div {
        color: #432585;
    }


.row.no-margin {
    margin-left: -20px;
    margin-right: -20px;
}

.bg-low {
    background-color: #F5F4F1;
}

.text-navigation {
    color: #425864;
}

.moadate input[readonly] {
    background: #FFF;
}

@media (max-width: 575.98px) {
    .modal-content {
        max-width: 500px;
    }
}

@media (max-width: 479.98px) {
    .modal-content {
        max-width: 400px;
    }
}

@media (max-width: 359.98px) {
    .modal-content {
        max-width: 320px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 830px;
    }

    .modal-content {
        max-width: 800px;
    }
}

@media (min-width: 1198px) {
    .modal-lg {
        max-width: 1000px;
    }

    .modal-content {
        max-width: 930px;
    }
}

/* Make up for the padding of parent card */
.card-body .moaErrorContainer {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
    padding-top: 10px;
}

div.fr-box.moaErrorClass {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
div.fr-box.moaErrorClass .fr-toolbar {
    border-color: #FF4258 !important;
}
div.fr-box.moaErrorClass .fr-wrapper {
    box-shadow: none !important;
}
div.moadate.moaErrorClass input {
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
}
div.moadate.moaErrorClass div.input-group-text {
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.info-box {
    font-size: 1.230769230769231rem;
    border: 1px solid #E9EAEB;
    background-color: #fcfcfc;
    color: #3A4D57;
    padding: 0.7692307692307692rem;
    display: flex;
    align-items: baseline;
    border-radius: 2px;
}
.overflow-x-auto {
    overflow-x:auto;
}

/*IE10 +*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td.pci-status-cell {
        white-space: nowrap !important;
    }
    .card-footer {
        border:none;
    }
    .divPaging {
        display: inline-flex;
        justify-content:flex-end;
    }
}

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
    color: #999 !important;
}

.switch-button.switch-button-xs {
    margin-bottom: 3px;
}

.switch-button input[type="checkbox"]:checked + span {
    background-color: #432585;
}

.alert-warning {
    background-color: #432585;
}

.btn-warning.hover, .btn-warning:hover {
    box-shadow: inset 0 -1px 0 #bdbdbd;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:not([disabled]):not(.disabled).active.focus, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled):active.focus, .btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning:not([disabled]):not(.disabled):active:hover, .show > .btn-warning.dropdown-toggle.focus, .show > .btn-warning.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle:hover {
    box-shadow: inset 0 2px 0 #bdbdbd;
}

.loader {
    display: inline-block;
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #432585; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

.small-control label {
    font-size: 0.8rem;
}

.table tr td .small-control .custom-control, .table tr th .small-control .custom-control {
    padding: 0 1.8rem;
}

.small-control .custom-radio .custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
}

.small-control .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    line-height: 1.5;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.8rem;
}