
body
{
    font-family: 'Avenir Roman';
    background: #f1f1f1;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Reem Kufi', sans-serif;
}
p.login-box-msg{
    color:black;
    font-size: 16px;
}
label.login-custom-error
{
    color: red;
    padding-bottom: 5px;
    font-weight:normal;
}

.errorlist
{
    list-style: none;
    padding: 0px;
    color:red;
}
a{
    color: #2eaed8;
}
a:hover, a:active, a:focus{
    color: #2eaed8c4;
}
.custom-box-header{
    padding: 0 15px;
    box-shadow: 0 -5px 13px -7px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e6e1e1;
    color: #444;
    position: relative;
}
.custom-box-header .box-title{
    font-size: 22px;
}
.box-header,
.box-body,
.box-footer{
    padding: 15px;
}
.box-header>.box-tools{
    top: 10px;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title{
    font-size: 22px;
}
.margin-l-5{
    margin-left: 5px !important;
}
.margin-l-10{
    margin-left: 10px !important;
}
.margin-r-10{
    margin-right: 10px !important;
}
.m-l-25{
    margin-left: 25px !important;
}
.m-r-50{
    margin-right: 25px !important;
}
.border-r{
    border-right: 1px solid #b8b8b8;
    padding-right: 10px;
}
.border-l{
    border-left: 1px solid #b8b8b8;
    padding-left: 10px;
}
.color-gray{
    color: gray;
}
.flex{
    display: flex !important;
}
.flex-col{
    display: flex;
    flex-flow: column;
}
.align-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-end{
    justify-content: end;
}
.flex-1{
    flex: 1;
}
.flex-2{
    flex: 2;
}
.flex-3{
    flex: 3;
}
.scrollable{
    overflow: auto;
}
.overflow-hidden{
    overflow: hidden !important;
}
.b-box{
    border-radius: 5px;
    border: 1px solid #dadada;
    padding: 20px 15px;
    position: relative;
    box-shadow: 0px 0px 20px -8px #b1b1b1;
}

.b-box.form-group{
    margin-bottom: 40px !important;
}

.tabs-body{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.h-95{
    height: 95%;
}
.h-100{
    height: 100%;
}
.b-box-title{
    display: inline-block;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background: white;
    padding: 8px 25px;
    color: gray;
    box-shadow: 0px -3px 8px -7px black;
    border-radius: 7px;
}
.b-box input, label{
    margin: 0;
}
.nowrap{
    white-space: nowrap;
}

.filter-bottom-margin{
    margin-bottom: 15px;
}

.content-header>.breadcrumb{
    float: none;
    position: initial;
}

#changelist-filter .dropdown-menu .dropdown-header{
    padding: 10px 20px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#changelist-filter .dropdown-menu>li>a:hover,
#changelist-filter .dropdown-menu>.active>a,
#changelist-filter .dropdown-menu>.active>a:focus,
#changelist-filter .dropdown-menu>.active>a:hover{
    background-color: #225492d9;
    color: white
}

.user-logo{
    width: 11rem;
    height: 11rem;
    overflow: hidden;
    text-align: center;
    margin-right: 1rem;
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #eee;
}
.user-logo .img-circle{
    border-radius: unset !important;
}
.btn-icon-only{
    border:unset!important;
}
.btn-icon-only:hover{
    background-color:unset!important;
    border:unset !important;
}
.admindatefilter input[type=submit],  .admindatefilter input[type=reset]{
    background: #225492 !important;
}
#payment_modal .modal-body {
 height:70%;
}
/* ================================================================
    Login Page
=================================================================== */

.login-logo, .register-logo{
    background: #1a1c31;
    color: #fff;
    padding: 15px 0 15px 0;
    margin-bottom: 0;
    font-family: 'Reem Kufi', sans-serif;
}
.login-page, .register-page {
    background: #f1f1f1;
}

/* ================================================================
    Buttons
=================================================================== */
.btn{
    border-radius: 5px;
}
.btn .caret{
    margin-left: 5px;

}

.btn .btn-icon{
    margin-right: 5px;
}
.buttons-set{
    white-space: nowrap;
}
.btn-icon-only{
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    padding: 0px;
    font-size: 12px;
}
.btn-social>:first-child{
    font-size: 1em;
}


.icheckbox label,
.iradio label{
    padding-left: 0px;
}
.icheckbox label > div,
.iradio label > div{
    margin-right: 5px;
}

.form-control,
.input-group .input-group-addon,
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    border-radius: 0px;
}
.input-group .form-control:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.input-group-addon:last-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-table{
    line-height: 30px;
}


.table-field-actions, .field-action_column{
    width: 120px;
    text-align: center;
}
.table-field-status, .field-status_column{
    width: 120px;
    text-align: center;
}
.table-field-applicant, .field-no_of_applicants{
    text-align: center;
}
.table-field-terminal, .field-terminal_name{
    text-align: center;
}
.table-field-service type, .field-service_type{
    text-align: center;
}

.label-block{
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: .428em .6em .429em;
    max-width: 90px;
    margin: 0 auto;
}
.label-no-show{
    background: #5a0bc2;
}
.label-sp-rejected{
    background:#3f50b2;
}
.label-success {
  background-color: #5cb85c;
}
.label-reported{
    background:#9d41d8;
}
.btn-no-show{
    color:#fff;
    background: #bbb021;
}
.btn-no-show:hover{
    color:#fff;
    background: #bbb021;
}
.btn-not-found{
    color:#fff;
    background: #989797;
}
.btn-not-found:hover{
    color:#fff;
    background: #989797;
}
.btn-reported:hover{
    background:#4456bd
}
.btn-sp-rejected{
    color:#fff;
    background:#5a0bc2;
}
li .btn-sp-rejected{
    color:#777;
    background:transparent;
}
.btn-reported:hover{
    background:#3f50b2;
}
.btn-reported{
    color:#fff;
    background:#3f50b2;
}
.this-page{
    background: #225492 !important;
    color: white !important;
}
.bg-light-blue, .label-primary, .modal-primary .modal-body{
    background:#1a1c31 !important;
    color:white !important;
}
.pagination>li>a, .pagination>li>span{
    border: 1px solid #eaeef0;
}

/* ================================================================
    Custom
=================================================================== */
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{
    background-color: #1a1c31;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    background: #225492;
    border-left-color: #225492;
}
.skin-blue .main-header .navbar {
    background-color: #1a1c31;
}
.skin-blue .main-header .logo {
    background-color: #1a1c31;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
}
.skin-blue .main-header .logo:hover {
    background-color: #1a1c31;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #0e0f1b;
}
.skin-blue .main-header li.user-header {
        background-color: #faf9f9;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    background: #0d0e1d;
}
.main-sidebar, .left-side{
    padding-top: 70px;
}
.skin-blue .treeview-menu>li>a {
    color: #b8c7ce;
}
.main-header .sidebar-toggle{
    padding: 25px 15px;
}
.wrapper{
    overflow: initial;
}
.content-wrapper, .right-side{
    background-color: #f1f1f1;
}
.box, .box.box-primary {
    border-radius: 0px;
    border-top-color: #e6e1e1;
    box-shadow: none;
    border: solid 1px #e6e1e1;
}
.box-header.with-border{
    border-bottom: 1px solid #e6e1e1;
}
.box-footer{
    border-top: 1px solid #e6e1e1;
}
.btn-primary {
    background-color: #225492;
    border-color: #225492;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover{
    background-color: #225492ba;
    border-color: #225492a8;
}
.table{
    border: solid 1px #eaeef0;
}
.table>thead>tr>th{
    background-color: #f1f1f1;
    border-bottom: 1px solid #eaeef0;
    font-weight: 500;
    color: #444;
    padding: 10px;
}
.table>thead>tr>th a{
    color: #444;
    /*text-decoration: underline !important;*/
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td
{
    border-top: 1px solid #eaeef0;
    color: #727882;
    padding: 10px;
    vertical-align: middle;
}
.sidebar-menu{
    margin-top: 15px;
}
.label{
    border-radius: 0;
}
.form-control{
    border: 1px solid #eaeef0;
}
.form-control:focus{
    border-color: #d5af6e;
}
.form-horizontal .control-label{
    font-weight: normal;
    text-align: left!important;
}
.input-group .form-control:first-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.sidebar-menu .treeview-menu>li>a{
    padding: 10px 10px 10px 15px;
}
.dropdown-menu>li>a:hover {
    background-color: #f1f1f1;
    color: #333;
}
.pricing-teble3 td,
.pricing-teble3 td input,
.pricing-teble3 td div{
    width: 150px;
}
.pricing-teble3 td div{
    text-align: center;
}
.pricing-teble3 td div a{
    margin-bottom: 10px;
}
.pricing-teble3 td:first-child{
    width: 40px;
    vertical-align: middle;
}


.pricing-teble2 td,
.pricing-teble2 input{
    width: 150px;
}
.pricing-teble2 td:first-child,
.pricing-teble2 td:first-child input{
    width: 50px;
}

.pricing-teble tbody tr td{
    width: 100px;
}
.pricing-teble tbody tr td input{
    width: 100px;
    float: right;
}
.table .dropdown-menu{
    min-width: 115px;
}
.delete{
    text-align: center;
}
.inline-delete{
    font-size: 20px !important;
    color: #727882;
    cursor: pointer;
}
.btn-black{
    color: #fff;
    background-color: #1a1c31;
    border-color: #1a1c31;
}
.btn-black:hover,
.btn-black:focus{
    color: #fff;
    background-color: #383c65;
    border-color: #383c65;
}
.btn-default-border,
.btn-default{
    color: #5f7985;
    background-color: #fff;
    border-color: #b9c6cc;
}
.btn-default-border:hover,
.btn-default:hover{
    color: #5f7985;
    background-color: #ddeaf1;
    border-color: #96a9b2;
}
.btn-default2, .btn-default2:hover {
    background-color: #b9c6cc;
    border-color: #b9c6cc;
    color: #fff;
}
.page-header-22{
    margin: 10px 0 20px 0;
    font-size: 22px;
}



/* Middle Grid */
.v-grid-container{
    display: table;
    width: 100%;
}
.v-grid{
    float: none;
    display: table-cell;
    vertical-align: middle;
}
/* Checkout */
.confirm-details{
    border: 1px solid #2eaed8;
    padding: 15px;
}
.flight-details > .table,
.confirm-details > .table{
    margin-bottom: 0px !important;
}
.confirm-details > .table > tbody > tr > th,
.confirm-details > .table > tbody > tr > td,
.confirm-details > .table > tfoot > tr > th,
.confirm-details > .table > tfoot > tr > td{
    vertical-align: middle !important;
}
.confirm-details > .table > tbody > tr > td,
.confirm-details > .table > tfoot > tr > td{
    font-size: 20px !important;
}
.confirm-details >.table > thead > tr > th,
.confirm-details >.table > tbody > tr > th,
.confirm-details >.table > thead > tr > td,
.confirm-details >.table > tbody > tr > td,
.flight-details > .table>tbody>tr>td,
.flight-details > .table>tbody>tr>th,
.flight-details > .table>tfoot>tr>td,
.flight-details > .table>tfoot>tr>th,
.flight-details > .table>thead>tr>td,
.confirm-details-table > tbody>tr>td,
.confirm-details-table > tbody>tr>th,
.confirm-details-table > tfoot>tr>td,
.confirm-details-table > tfoot>tr>th,
.confirm-details-table > thead>tr>td


{
    border-top: none;
    padding: 8px 10px;
}
.confirm-details-table{
    border: none;
}
.confirm-details >.table,
.flight-details > .table{
    border: none;
    font-family: 'Reem Kufi', sans-serif;
}
.flight-details{
    background-color: #2eaed8;
    padding: 15px;
}
.flight-details > .table>tbody>tr>td{
    color: #FFF !important;
    border: none;
}
.confirm-details > .table>tbody>tr>td,
.confirm-details > .table > tfoot > tr > td{
    color: #2a3940;
}
.flight-details > .table tr td{
    padding: 2px 5px !important;;
}
.flight-details > .table tr td strong{
    font-size: 28px !important;;
}
.flight-details > .table tr td strong,
.flight-details > .table tr td span{
    display: block !important;;
}
.flight-details .flight-progress{
    background-color: #FFF !important;;
    height: 1px !important;;
    max-width: 245px !important;;
    margin: 0 auto !important;;
    position: relative !important;;
}
.flight-details .flight-progress:before,
.flight-details .flight-progress:after{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #FFF;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.flight-details .flight-progress:after{
    left: auto;
    right: 0px;
}
.flight-details .flight-progress .fa{
    font-size: 30px;
    transform: rotate(45deg);
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -15px;
}
.transist-checkout .flight-details{
    margin-top: 10px;
}
.confirm-details > .table:not(.passenger-details) > thead > tr > th,
.confirm-details > .table:not(.passenger-details) > tbody > tr > th,
.confirm-details > .table:not(.passenger-details) > tfoot > tr > th,
.confirm-details-table > tbody > tr > th{
    color: #2eaed8 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}
.table:not(.passenger-details) > thead > tr > th,
.table:not(.passenger-details) > tbody > tr > th,

.table:not(.passenger-details) > tfoot > tr > th{
    /*color: #d5af6e !important;*/
    /*color: #d5af6e !important;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color:black;
    border-color:white;
}

.provider-border{
    border: 1px solid #1a1c31;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px 0px 10px;
}

.signature{
    text-align: center;
    border: 1px solid #eaeef0;
    padding: 20px 10px;
}
.add-on-service ul{
    margin-bottom: 30px;
}
.add-on-service ul > li{
    margin: 5px;
}
.add-on-service ul > li.addon{
    background-color: #d5af6e;
    color: #FFF;
    padding: 8px 21px 7px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
}
.add-on-service ul > li > .remove-addon{
    position: absolute;
    top: -12px;
    right: -7px;
}
.add-on-service ul > li > .remove-addon .fa{
    font-size: 18px;
    background-color: #FFF;
    border-radius: 100%;
}
.add-on-service ul > li > a.btn{
    font-size: 14px;
}
.max-225{
    max-width: 225px;
    margin-left: auto;
    margin-right:auto;
}
/* Form Actions */
.btn-block-group{
    text-align: center;
    margin: 10px 0px;
}
.btn-block-group > .btn{
    display: inline-block;
    vertical-align: middle;
    margin: 5px !important;
}
.table > tfoot > tr.total-payment > td {
    background-color: #576065;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}
.table > tfoot > tr.total-discount > td {
    background-color: #c1c5c7;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}
.btn-resync-payment{
    cursor: pointer;
}
/* ================================================================
    switch
=================================================================== */
.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    z-index: 1;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    position: relative;
    /* z-index: 1; */
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: right;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    z-index: 1;
}
.onoffswitch-inner:before {
    content: "No";
    padding-left: 7px;
    /* background-color: #ffffff; */
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}
.onoffswitch-inner:after {
    content: "Yes";
    padding-right: 5px;
    /* background-color: #ffffff; */
    color: #fff;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
}
.onoffswitch-switch {
    display: block;
    width: 32px;
    margin: 0px;
    background: #364950;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    /* border: 2px solid #999999; */
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;
    z-index: -1;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/* Profile */

.form-group {
    margin-bottom: 25px;
}

.admin-lable-view label{
    text-transform: uppercase;
}
.profile-view .row{
    padding-left: 2rem;
}
.profile-view .form-group label:not(.label){
    font-size: 14px;
    text-transform: uppercase;
    color: #1a1c31;
    text-align: left!important;
    font-weight: bold;
    width: 30% !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #2eaed8;
    cursor: pointer;
    color: #FFF;
}
.profile-view .form-group span{
    font-size: 15px;
    /*display: inline-block !important;*/
}
.profile-view .view-img{

}
.profile-view .view-img img{
    border: 1px solid #eaeef0;
    max-height: 128px;
    width: 100%;
    object-fit: contain;
}

.form-group.has-success .fileinput .thumbnail{
    border-color:#2eaed8!important;
}
fieldset{
    padding-left: 10rem !important;
    padding-top: 4rem!important;
}
.text-success{
    color: #2eaed8 !important;
}
/* Select2 */
.form-control + .select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple
{
    min-height: 40px;
    outline: none;

}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple
{
    border-color: #eaeef0;
    border-radius: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 12px;
    padding-right: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered

{
    color: #2a3940;
    line-height: 36px;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
    width: 31px;
    right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-top-color: #5f7985;
    border-width: 6px 6px 0 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-bottom-color: #5f7985;
    border-width: 0 6px 6px 6px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #b9c6cc;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    font-size:14px
}
.select2-container .select2-search--inline{
    width: 100%
}
.select2-container .select2-selection--multiple{

    background: url(../img/select-arrow.png) no-repeat right top;}
.select2-container--default .select2-search--inline .select2-search__field{
    width:100% !important;
    display:none

}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
    border-color: #2eaed8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 175, 110, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 175, 110, 0.6);
}
.has-error .select2-container--default .select2-selection--single{
    border-color: #e73d4a;
}
.select2-dropdown{
    border-color: #eaeef0;
    border-radius: 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #225492;
}
.select2-results__option{
    padding: 6px 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #eaeef0;
    border-radius: 0px;
    padding: 2px 8px;
    color: #2a3940;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #225492;
}

.video-icon .fa {    font-size: 26px;    color: #FFF;    line-height: 52px;    text-indent: 5px;}
.video-icon {    position: absolute;    top: 50%;    width: 56px;    height: 56px;    text-align: center;    border: 2px solid #FFF;    border-radius: 100%;    margin-top: -23px;    left: 0;    right: 0;    margin: -28px auto 0;}

/* Coustom File Input */
.fileContainer {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    line-height: 26px;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 1;
}
.fileContainer .input-btn{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #b9c6cc;
    color: #FFF;
    font-size: 14px;
    cursor:pointer
}
.reviews-green-dark{
    display:block
}
.reviews-star-group{
    overflow:hidden
}
.reviews-star span{
   float:left
}
.reviews-star i{
    margin-right:5px
}
.reviews-green-dark, .reviews-green-light, .reviews-yellow, .reviews-yellow-dark, .reviews-red-dark{
    background:#93ba42;
    height:21px;
    line-height: normal;
    padding: 0 10px;
    margin-left:40px;
}
.reviews-green-light{
    background:#add632;
}
.reviews-yellow{
    background:#ffd834;
}
.reviews-yellow-dark{
    background:#ffb234;
}
.reviews-red-dark{
    background:#ff8b5a;
}
.reviews-ratings-stars .ratings{
    margin:0 auto;
    text-align: center
}
.rating-container{
    margin:0 auto
}
.no-margin-top{
    margin-top:0 !important
}
.view-message-body .ratings, .view-message-body h4{
    display: inline-block;
}

.view-message-body .review-detail, .view-message-body .review-main{
    margin-top:15px;
}
.review-main span {
    margin-left: 15px;
}
.user-image .thumbnail.fileinput-new, .user-image .fileinput-preview.fileinput-exists.thumbnail{
    width:300px !important;
    height:192px !important;
}
.user-image .thumbnail.fileinput-new img, .user-image .fileinput-preview.fileinput-exists.thumbnail img{
    width: 100%;
    object-fit:contain;
    height:100%
}
.field-booking_status_custom .field-booking_lounge_status_custom .btn-group {
    width:110px;
}
.field-action_column .dropdown-menu.pull-right {
    right: 30px;
    left: auto;
    top: -40px;
}

.fileinput .thumbnail{
    line-height: inherit !important;
}

.form-control:focus {
    outline: none !important;
    border:1px solid #2eaed8 !important;
    box-shadow: 0 0 10px #719ECE;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:disabled{
    background-color: transparent;
    color: #bebebe;
}

.dropdown-item:focus, .dropdown-item:enabled:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active:enabled {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

html.open,
body.open {
  height: 100%;
  overflow: hidden;
}

.service-table p {
  text-align: center;
  margin: 20px 0 60px;
}

main.service-table {
  background-color: #ffffff;
}
.modal-dialog{
    min-width: 1600px !important;
    border-radius: 10px;
}
.close-account-dialog{
    min-width: 600px !important;
}
.service-table h1 {
  text-align: center;
  font-weight: 300;
}

.service-table table {
  display: block;
}

.service-table tr,
.service-table td,
.service-table tbody,
.service-table tfoot {
  display: block;
}

.service-table td:last-child{
    text-align: center !important;
    padding: 10px 0px;
}

.service-table thead {
  display: none;
}

.service-table tr {
  padding-bottom: 10px;
}

.service-table td {
  padding: 10px 10px 0;
  text-align: center;
}
.service-table td:before {
  content: attr(data-title);
  color: #7a91aa;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-right: 10px;
  display: block;
}

.service-table table {
  width: 100%;
}

.service-table th {
  font-weight: 700;
}

.service-table thead th {
    background-color: #ffffff;
    color: black;
    border: 1px solid #c4c4c4;
}

/* Chrome, Safari, Edge, Opera */
.service-table input::-webkit-outer-spin-button,
.service-table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.service-table input[type=number] {
  -moz-appearance: textfield;
}

.service-table tfoot th {
  display: block;
  padding: 10px;
  color: #b8c4d2;
}

.service-table .button {
  line-height: 1;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  background-color: #4b908f;
}

.service-table .select {
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
}
.service-table .add {
  border: none !important;
  text-align: center;
}
.service-table .select:before {
  display: none;
}

.service-table input{
    width: 100%;
    background: none;
    border: none;
}
.service-table input:focus{
    outline: none;
}
.service-table input:read-only{
    cursor: default;
}
.service-table .detail {
  background-color: #bd2a4e;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.service-table .detail.open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.service-table .detail-container {
  margin: 0 auto;
  padding: 40px;
  max-width: 500px;
}

.service-table dl {
  margin: 0;
  padding: 0;
}

.service-table dt {
  font-size: 2.2rem;
  font-weight: 300;
}

.service-table .add .button{
    background: green;
    padding: 11px 21px;
}

.service-table .button i{
    font-size: 1.4rem !important;
}

.service-table .button.delete {
    background: red !important;
    padding: 5px 10px !important;
}
.service-table .button.edit {
    background: #00c0ef !important;
    padding: 5px 10px !important;
}
.service-table span:focus-visible{
    outline: none
}
.service-table dd {
  margin: 0 0 40px 0;
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #28333f;
  box-shadow: 0 1px 0 #c52c51;
}

.service-table .close {
  background: none;
  padding: 18px;
  color: #fff;
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  line-height: 1;
  font-size: 1.8rem;
  position: fixed;
  right: 40px;
  top: 20px;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.service-table .close:hover,.service-table .close:focus {
  background-color: #28333f;
  border: 1px solid #28333f;
}

@media (min-width: 460px) {
  .service-table td {
    text-align: left;
  }
  .service-table td:before {
    display: inline-block;
    text-align: right;
    width: 140px;
  }

  .service-table .select {
    padding-left: 160px;
  }
}
@media (min-width: 720px) {
  .service-table table {
    display: table;
  }

  .service-table tr {
    display: table-row;
  }

  .service-table td,
  .service-table th {
    display: table-cell;
  }

  .service-table tbody {
    display: table-row-group;
  }

  .service-table thead {
    display: table-header-group;
  }

  .service-table tfoot {
    display: table-footer-group;
  }

  .service-table td {
    border: 1px solid #c4c4c4;
  }
  .service-table td:before {
    display: none;
  }

  .service-table td,
  .service-table th {
    padding: 10px;
  }

  .service-table tr:nth-child(2n + 2) td {
      background-color: #d8d8d8;
  }

  .service-table tr.edited{
    box-shadow: 0 0 5px 0 #01c5f6;
    transition: 0.5s;
  }
  .service-table td.invalid{
    background: #ff5151 !important;
    color: white !important;;
  }
  .service-table tr.new_row{
    box-shadow: 0 0 4px 0 #01f602;
    transition: 0.5s;
  }

  .service-table tr.edited td, .service-table tr.new_row td{
      font-weight: bold;
  }

  .service-table tr.edited:nth-child(2n + 2) td {
    background-color: #bef2ff;
    color: #225492;
    transition: 0.5s;
  }

  .service-table tr.new_row:nth-child(2n + 2) td {
    background-color: #a2ffca;
    font-weight: bold;
    color: #119100;
    transition: 0.5s;
  }
  .service-table tfoot th {
    display: table-cell;
  }

  .service-table .select {
    padding: 10px;
  }
}

table.amount-breakdown tr.package{
    background: rgba(8, 255, 0, 0.14);
    box-shadow: 0 0 20px -8px #00ff6f inset;
}
table.amount-breakdown tr.add-on{
    background: rgba(73, 124, 255, 0.14);
    box-shadow: 0 0 20px -8px #0059ff inset;
}
table.amount-breakdown tr.other_service{
    background: rgba(73, 124, 255, 0.14);
    box-shadow: 0 0 20px -8px #0059ff inset;
}
table.amount-breakdown tr.deduction{
    background: #ff000024;
    box-shadow: 0 0 20px -8px red inset;
}
table.amount-breakdown tr.surcharge{
    background: rgba(73, 124, 255, 0.14);
    box-shadow: 0 0 20px -8px #0059ff inset;
}
table.amount-breakdown tr.tax{
    background: rgba(73, 124, 255, 0.14);
    box-shadow: 0 0 20px -8px #0059ff inset;
}

table.amount-breakdown td{
    color: #575757 !important;
    font-weight: 900;
}

.nav-tabs li.disabled{
    pointer-events: none !important;
}
.nav-tabs li.disabled a{
    color: gray !important;
}


.A_flight_status{
    background: #f3b00b;
    border-radius: 4px;
    padding: 3px;
    color: white;
    text-align: center;
}
.C_flight_status{
    background: #ee0808;
    border-radius: 4px;
    padding: 3px;
    color: white;
    text-align: center;
}
.D_flight_status{
    background: #ee0808;
    border-radius: 4px;
    padding: 3px;
    color: white;
    text-align: center;
}
.DN_flight_status{
    background: gray;
    border-radius: 4px;
    padding: 3px;
    color: white;
    text-align: center;
}
.L_flight_status{
    background: #37c20e;
    border-radius: 4px;
    padding: 3px;
    color: white;
    text-align: center;
}
.NO_flight_status{
    background: gray;
    border-radius: 4px;
    padding: 3px;
    color: white;
    text-align: center;
}
.R_flight_status{
    background: gray;
    border-radius: 4px;
    padding: 3px;
    color: white;
    text-align: center;
}
.S_flight_status{
    background: #b9c300;
    border-radius: 4px;
    padding: 3px;
    color: white;
    text-align: center;
}
.U_flight_status{
    background: gray;
    border-radius: 4px;
    padding: 3px;
    color: white;
    text-align: center;
}

.is_red_tagged_dot{
    height: 8px;
    width: 8px;
    background: red;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}

.is_red_tagged_text{
    display: inline-block;
    color: red;
}

.image-container{
    position: relative;
    display: inline-block;
    box-shadow: 0 0 8px -4px black;
    border-radius: 5px;
    margin: 4px;
}

.delete-icon{
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    background-color: rgb(255 255 255 / 85%);
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.w-100{
    width: 100%;
}

.float-right{
    float: right;
}

/* Updated the min-height to ensure the table remains visible without relying on an overlay. 
   This provides consistent layout behavior across other modules. */
.table-min-height{
    min-height: calc(100vh - 335px);
}