#sidebar-menu>ul>li>a i {
    margin: 0 12px 0 3px;
}

body.authentication-bg {
    background: #f6f6f6 url(../images/bg-pattern.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: inherit !important;
}

body.authentication-bg .card {
    box-shadow: 0 0.75rem 6rem rgba(56,65,74,.15);
}

.navbar-custom {
    background-color: #4a81d4;
}

.datatableCustomFilter label {
    display: block;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.custom-theme .tippy-arrow {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.custom-theme .tippy-arrow {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.custom-theme .tippy-arrow {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.custom-theme .tippy-arrow {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-tooltip.custom-theme {
    color: #343a40 !important;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
}

.tippy-tooltip.custom-theme .tippy-backdrop {
    background-color: transparent;
}

.tippy-tooltip.custom-theme .tippy-roundarrow {
    fill: #fff
}

.tippy-tooltip.custom-theme[data-animatefill] {
    background-color: transparent
}

.datepicker {
    z-index: 999999 !important;
}

.datatableCustomFilter .SearchForm {
    padding-left: 12px;
    padding-right: 12px;
}

.datatableCustomFilter .SearchForm > div {
    margin-left: -6px;
    margin-right: -6px;
}

.datatableCustomFilter .SearchForm div[class*='col-'] {
    padding-right: 6px;
    padding-left: 6px;
}

.datatableCustomFilter .badge {
    font-size: 100%;
    font-weight: inherit;
    padding: .35em .6em;
    margin-bottom: 3px;
    cursor: pointer;
    color: #6c757d;
}

.datatableCustomFilter .toggleColumn button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 12px;
}

.logo-box .logo-lg img, .logo-box .logo-lg span {
    vertical-align: middle;
}

.logo-box .logo-lg img {
    margin-bottom: 4px;
    margin-right: 2px;
}

.logo-box .logo-sm img {
    margin-bottom: 2px;
}

.dataTables_wrapper .rowEditable {
    display: none;
}

table.holdspace {
    width: 100%;
    max-width: 800px;
}

table.holdspace th, table.holdspace td {
    text-align: center;
    border-collapse: collapse;
    padding: 5px 2px 5px 2px;
    width: 11%;
}

td.holdspace {
    border: 2px solid black;
}

tr.holdspace {
    outline: 1px solid gray;
}

.hidden {
    display: none;
}

.select2-dropdown {
    min-width: 105px;
}

span.select2-selection__clear {
    display: none;
}

.jq-toast-wrap .close-jq-toast-single {
    top: -3px;
    right: -3px;
    background-color: unset;
}

.jq-toast-wrap .jq-toast-heading {
    font-weight: bold;
}

.dataTables_wrapper .tabledit-toolbar {
    float: right;
}

.table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child span.dtr-title {
    width: 30%;
    min-width: 120px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    background-color: #0aafc3;
}

.homepage-top-stats > div:hover {
    cursor: pointer;
}

.activity .inbox-widget .inbox-item .inbox-item-img {
    width: 32px;
}

.rowEditable .custom-checkbox {
    margin-top: 6px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 0.7;
    cursor: inherit;
}

.dashboard-loading-icon {
    color: #dee2e6;
    font-size: 24px;
}

.chart-loading-wrapper {
    display: block;
    text-align: center;
    line-height: 24em;
}

div.dataTables_wrapper div.dataTables_processing {
    top: 100px;
    margin-left: -150px;
    width: 300px;
}

.loadingDatatable tbody {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* IE 5-7 */
    filter: alpha(opacity=50);

    /* Netscape */
    -moz-opacity: 0.5;

    /* Safari 1.x */
    -khtml-opacity: 0.5;

    /* Good browsers */
    opacity: 0.5;
}

.dataTables_wrapper .row:first-child .dataTables_info {
    padding-top: 0.15em;
    padding-bottom: 0.55em;
}

.clickable {
    cursor: pointer;
}

/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/

/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    } 
}

@media (max-width: 991px)
{
    .customFilter {
        text-align: center;
    }
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    } 
}

.table-striped tbody tr .btn-light {
    background-color: #f4f5f7;
    border-color: #ffffff;
}

.table-striped tbody tr .btn-light:hover {
    background-color: #dae6ec;
    border-color: #d1e0e8;
}

.table td {
    vertical-align: middle;
}

.scheduled-report .icon {
    width: 40px;
}

.scheduled-report td.sched_time {
    background-color: #f3f7f9;
    font-weight: 700;
}

.scheduled-report .sched_time {
    width: 90px;
    text-align: center;
}

.scheduled-report .route {
    width: 140px;
    white-space: nowrap;
}

.scheduled-report .flight, .scheduled-report .reg {
    width: 110px;
}

.scheduled-report .icao {
    width: 95px;
}

.scheduled-report .stat {
    width: 140px;
}

.scheduled-report .contract {
    width: 140px;
}

.scheduled-report .body_type {
    width: 100px;
    white-space: nowrap;
}

.scheduled-report .body_type i {
    font-size: 1.6em;
    line-height: normal;
}

/* govport added */
body[data-layout-mode="horizontal"] span.badge {
    margin-top: 4px;
    font-size: 10px;
}

table.first-col-highlighted > *:first-child:not(thead) td:first-child {
    background-color: #f3f7f9;
    min-width: 160px;
    width: 25%;
    font-weight: 500;
    vertical-align: top;
}

div.bg-success {
    background-color: #1abc9c!important;
}

div.bg-info {
    background-color: #4fc6e1!important;
}

div.bg-danger {
    background-color: #f1556c!important;
}

.card-footer-btn-bar {
    margin-top: 26px !important;
}

.dropzone  .h1 {
    font-size: 3.25rem;
}

.content-page .dropify-wrapper {
    border: 2px dashed #ced4da;
}

.content-page .dropify-font-upload:before, .content-page .dropify-wrapper .dropify-message span.file-icon:before {
    content: "\32";
    font-family: "dripicons-v2" !important;
    font-size: 52px;
    color: #98a6ad;
    margin-bottom: 16px;
}

.content-page .dropify-wrapper .dropify-message span.file-icon {
    font-size: 25px;
    color: #4a5055;
}

.jq-icon-error {
    background-color: #f0556c;
    border-color: #f0556c;
}

.jq-icon-success {
    background-color: #1abb9c;
    border-color: #1abb9c;
}

.form-wizard {
    white-space: nowrap;
    display: flex;
    border: 4px solid #fff;
    border-bottom: 0px;
}
.form-wizard a {
    padding: 12px 12px 12px 30px;
    margin-right: 6px;
    background: #f3f7f9;
    position: relative;
    display: inline-block;
    width: 20%;
}
.import-pnl.form-wizard a {
    width: 25%;
}
.manually-add.form-wizard a {
    width: 50%;
}
.form-wizard a:before {
    width: 0;
    height: 0;
    border-top: 22px inset transparent;
    border-bottom: 22px inset transparent;
    border-left: 22px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.form-wizard a:after {
    width: 0;
    height: 0;
    border-top: 22px inset transparent;
    border-bottom: 22px inset transparent;
    border-left: 22px solid #f3f7f9;
    position: absolute;
    content: "";
    top: 0;
    right: -22px;
    z-index: 2;
}
.form-wizard a:first-child:before,
.form-wizard a:last-child:after {
    border: none;
}
.form-wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    padding-left: 25px;
}
.form-wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    margin-right: 0px;
}
.form-wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.form-wizard a:first-child .badge {
    margin-left: 0;
}
.form-wizard .current, .form-wizard .current:hover {
    background: #5671f0;
    color: #fff;
}
.form-wizard .current:after {
    border-left-color: #5671f0;
}

.wizard-content.row {
    min-height: 240px;
}

.pax-table table td.PAX__ACTION, .pax-table table th.PAX__ACTION {
    text-align: center;
    min-width: 30px;
}

.pax-table table td.PAX_NR, .pax-table table th.PAX_NR, 
.pax-table table td.PAX_LINKEDNR, .pax-table table th.PAX_LINKEDNR {
    text-align: center;
    min-width: 80px;
}

.pax-table table td.PAX_PAXSTATUS, .pax-table table th.PAX_PAXSTATUS,
.pax-table table td.PAX_PAXTYPE, .pax-table table th.PAX_PAXTYPE,
.pax-table table td.PAX_BAGGAGENUMBER, .pax-table table th.PAX_BAGGAGENUMBER,
.pax-table table td.PAX_BAGGAGEWEIGHTKG, .pax-table table th.PAX_BAGGAGEWEIGHTKG {
    text-align: center;
    min-width: 80px;
}

.pax-table table .PAX_ROW_DELETE:not(:first-child) {
    opacity: 0.3;
}

.pax-table table td.PAX_CELL_CHANGED {
    font-weight: 500;
    background-color: #f2f6f8;
}

.pax-table table td {
    white-space: nowrap;
}

.import-validation-results .mdi {
    font-size: 1.3em;
}

.import-validation-results p {
    margin-top: 2px;
}

.content-page .dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: initial;
    -webkit-animation: none;
    animation: none;
    border-color: #6c757d;
}

.modal .modal-header {
    border-bottom: 1px solid #e5e8eb;
}

.wrap-all {
    overflow-wrap: break-word;
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
    word-break: break-all;
}

.dataTables_wrapper table th, .dataTables_wrapper table td {
    vertical-align: top;
}

body[data-layout-mode="horizontal"] .navbar-toggle span {
    background-color: #b1c9ec;
}

.datatable-icon {
    font-size: 1.1em;
    display: inline-block;
    margin-top: -1px;
}

.content-page .ms-container {
    max-width: initial;
}

.content-page .selectize-input {
    height: initial;
    min-height: calc(1.5em + 0.9rem + 2px);
}

.content-page .selectize-control.multi .selectize-input > div {
    margin: 1px 3px 3px 0;
}

body[data-layout-mode="horizontal"] span.table-inline.badge {
    margin-top: auto;
    font-size: 12px;
}

div.scrollable {
    overflow-y: scroll;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #4a81d4;
}

body .flatpickr-time input:hover, body .flatpickr-time .flatpickr-am-pm:hover, body .flatpickr-time input:focus, 
body .flatpickr-time .flatpickr-am-pm:focus {
    background: #ffffff;
}

.tooltip-inner {
    text-align: left;
}

.tooltip-inner {
    max-width: 350px;
}

.customFilter label.select2{
    position: relative;
    top: 6px;
}
.customFilter label.select2 .select2-container{
    display: block;
    width: 250px !important;
}
@media(min-width: 400px){
    .customFilter label.select2 .select2-container {
        width: 300px !important;
    }
}
.customFilter .datepicker{
    min-width: 170px;
}

.bg-pale-green {
    background-color: #e8f9f2 !important; }

.bg-pale-red {
    background-color: #ffe6e6 !important; }

.bg-pale-yellow {
    background-color: #fff5e6 !important; }

.bg-pale-blue {
    background-color: #b5d6ff !important; }

.outline-active {
    outline: thick double blue !important;
}  

.seats-table {
    border-collapse: separate;
    border-spacing: 0.5rem 0.5rem;
}

.seats-table-sm {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}

.seat {
    width: 5rem;
    height: 5rem;
    margin: auto;
}

.seat-sm {
    width: 3rem;
    height: 3rem;
}

.seat.active {
    cursor: pointer;
}

.seat.available,
.legend.available {
    fill: #12CA6D;
}

.seat.inactive, 
.legend.inactive {
    fill: grey;
}

.seat.restricted,
.legend.restricted {
    fill: url(#restricted-gradient) #FBC643;
}

.seat:hover {
    outline: 1px solid black;
}

.seat.assigned,
.legend.assigned {
    fill: #F35D5C;
}

.seat.taken,
.legend.taken {
    fill: #617ead;
}

.seat.selected {
    fill: #43BFE5;
    outline: 1px solid #424e5a !important;
}

.legend {
    width: 2rem;
    height: 2rem;
}