/*test css*/
#tagline {
    font-family: dest;
}

@font-face {    
    font-family: 'BESS';
    src: url('../fonts/Linotype/Linotype_Regular.ttf');
    font-weight: normal;
    font-style: normal;
    unicodeRange: 'U+0600-U+06FF';
}
@font-face {
    font-family: 'BESS-MEDIUM';
    src: url('../fonts/Linotype/Linotype_Medium.ttf');
    font-weight: 400;
    font-style: normal;
    unicodeRange: 'U+0600-U+06FF';
}
@font-face {
    font-family: 'BESS-BOLD';
    src: url('../fonts/Linotype/Linotype_Bold.ttf');
    font-weight: bold;
    font-style: normal;
    unicodeRange: 'U+0600-U+06FF';
}

@-moz-document url-prefix() {
    #tagline {
        font-family: "georgia";
        font-style: italic;
        font-size-adjust: 0.36;
        margin-bottom: 20px;
    }
}
body {
    color: #4d4e4e;
    background: #E6F0FF  !important;
    font-family: "BESS",'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    transition: 0.3s;
}

body {
    counter-reset: bk-child-ctr;
}

body.loading {
    position: fixed;
    transition: 0.3s;
}



a {
    color: #196df5;
    text-decoration: none;
    cursor: pointer;
}
b{
  font-family: 'Bess-Medium','Roboto', sans-serif
}

* > small,
small {
    color: #818181;
    font-size: 10px;
    line-height: 1.4000000000000001em;
}

.text-white {
    color: #fff;
}
.text-white big,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white small,
.text-white .text-hero,
.text-white a,
.text-white a:hover,
.text-white span {
    color: #fff;
}
a.text-white:hover {
    color: #fff;
}
.text-udl {
    text-decoration: underline;
}
a.text-udl:hover {
    text-decoration: underline;
}
.text-default {
    color: #737373;
}
.text-primary {
    color: #38bca8;
}
/*.text-color {
    color: #ed8323 !important;
}*/
.text-darken {
    color: #565656;
}
a.text-darken {
    color: #565656;
}
a.text-darken:hover {
    color: #3f3f3f;
}
.text-smaller {
    font-size: 75%;
}
.text-small {
    font-size: 12px;
    line-height: 1.5em;
}
.text-small p {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.4em;
}
.text-small h5 {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 4px;
}
.text-tiny {
    font-size: 10px;
}
.text-bigger {
    font-size: 125%;
    line-height: 1.5em;
}
.text-darken {
    color: #626262;
}
.text-gray {
    color: #787878;
}
.lh1em {
    line-height: 1em;
}
.text-hero {
    font-size: 200px;
    line-height: 1em;
}
.text-xl {
    font-size: 100px;
    line-height: 1em;
}
.uc,
.text-uc {
    text-transform: uppercase;
}

/* .main-body {
  min-height: calc(100vh - 140px);
} */
.employee_notes {
    word-wrap: break-word;
}
.admin-comment {
    word-wrap: break-word;
}

blockquote {
    position: relative;
    padding: 0 0 0 40px;
    margin: 10px 20px;
    border: none;
    line-height: 1.6em;
}
blockquote:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 30px;
    position: absolute;
}

.btn > .fa,
.btn > .im {
    margin: 0 5px;
}
.btn.text-left {
    text-align: left !important;
}
.btn-primary {
    background: #0c838c;
    border-color: #0c838c;
}
.btn-primary:hover {
    background: #0c838c;
    border-color: #0c838c;
}
.btn-primary-invert {
    background: #127cdc;
    border-color: #1070c6;
    color: #fff;
}
.btn-primary-invert:hover {
    color: #fff;
    background: #1070c6;
    border-color: #0e63b0;
}

label {
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
}
.form-group.form-group-ghost::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.form-group.form-group-ghost:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.form-group.form-group-ghost::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.form-group.form-group-ghost:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.form-group.form-group-ghost label {
    color: #fff;
}
.form-group.form-group-ghost .input-icon {
    color: #fff;
}
.form-group.form-group-ghost.form-group-focus .input-icon-hightlight {
    color: #f19c4f !important;
}
.form-group.form-group-ghost .form-control {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}
.form-group.form-group-ghost .form-control:hover {
    cursor: pointer;
}
.form-group.form-group-ghost .form-control:active,
.form-group.form-group-ghost .form-control:focus {
    border-color: #f19c4f;
}
.form-group.form-group-lg {
    margin-bottom: 25px;
}
.form-group.form-group-lg .input-icon {
    width: 45px;
    height: 45px;
    /*line-height: 45px;*/
    font-size: 22px;
}
.form-group.form-group-lg.form-group-icon-left .form-control {
    padding-left: 45px;
}
.form-group.form-group-lg.form-group-icon-right .form-control {
    padding-right: 45px;
}
.form-group.form-group-lg label {
    font-size: 16px;
    margin-bottom: 7px;
}
.form-group.form-group-lg .form-control {
    height: 45px;
    padding: 10px 18px;
    font-size: 13px;
}
.form-group.form-group-sm {
    margin-bottom: 10px;
}

.form-group.form-group-sm label {
    margin-bottom: 3px;
    font-size: 13px;
}

.form-group.form-group-sm .form-control {
    height: 25px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.4em;
}
.form-group.form-group-icon-left .form-control {
    padding-left: 32px;
}
.form-group .input-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    /*top: 29px;*/
    top: 6px;
    left: 1px;
    text-align: center;
    color: #b3b3b3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.form-group .input-icon.input-icon-show {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.form-group .input-icon.input-icon-show + label + .form-control {
    padding: 6px 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.form-group.form-group-icon-right .input-icon {
    right: 15px;
    left: auto;
}
.form-group.form-group-focus .input-icon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.form-group.form-group-focus .input-icon.input-icon-hightlight {
    color: #ed8323;
}
.form-group.form-group-focus .input-icon.input-icon-show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.form-group.form-group-focus .input-icon.input-icon-show + label + .form-control {
    padding-left: 32px;
}
.form-group.form-group-focus .input-icon.input-icon-bounce {
    -webkit-animation: 1s bounce;
    -moz-animation: 1s bounce;
    -o-animation: 1s bounce;
    -ms-animation: 1s bounce;
    animation: 1s bounce;
}
.form-group.form-group-focus .input-icon.input-icon-swing {
    -webkit-animation: 1s swing;
    -moz-animation: 1s swing;
    -o-animation: 1s swing;
    -ms-animation: 1s swing;
    animation: 1s swing;
}
.form-group.form-group-focus .input-icon.input-icon-tada {
    -webkit-animation: 1s tada;
    -moz-animation: 1s tada;
    -o-animation: 1s tada;
    -ms-animation: 1s tada;
    animation: 1s tada;
}
.form-group.form-group-focus .input-icon.input-icon-shake {
    -webkit-animation: 1s shake;
    -moz-animation: 1s shake;
    -o-animation: 1s shake;
    -ms-animation: 1s shake;
    animation: 1s shake;
}
.form-group.form-group-filled .input-icon-show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.form-group.form-group-filled .input-icon-show + label + .form-control {
    padding-left: 32px;
}
.form-group.form-group-filled label {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.form-group.form-group-filled label.label-anim {
    color: #ed8323;
    -webkit-animation: label-anim 0.5s;
    -moz-animation: label-anim 0.5s;
    -o-animation: label-anim 0.5s;
    -ms-animation: label-anim 0.5s;
    animation: label-anim 0.5s;
}
.form-group.form-group-filled label.label-highlight {
    color: #ed8323;
}
.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #38bca8;
}
.help-block {
    font-size: 12px;
    margin-top: 7px;
}
.checkbox,
.radio {
    margin-bottom: 15px;
    margin-top: 0;
    padding-left: 0;
}
.checkbox-inline label,
.radio-inline label {
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 15px;
}
label.label-focus {
    color: #ed8323;
    -webkit-animation: label-anim 0.5s;
    -moz-animation: label-anim 0.5s;
    -o-animation: label-anim 0.5s;
    -ms-animation: label-anim 0.5s;
    animation: label-anim 0.5s;
}
.btn-group-select-num >.btn {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 28px;
    line-height: 26px;
    width: 28px;
    padding: 0;
    background: none;
    color: #737373;
    border: 1px solid transparent;
}
.btn-group-select-num >.btn:hover {
    color: #737373;
    border-color: #737373;
    background: none;
}
.btn-group-select-num >.btn.active,
.btn-group-select-num >.btn.active:hover {
    background: #ed8323;
    border-color: #e27513;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.form-group-lg .btn-group-select-num {
    margin-top: 3px;
}
.form-group-lg .btn-group-select-num > .btn {
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.nav-tabs > li > a {
    -webkit-border-radius: 0;
    border-radius: 0;
}
body {
    padding: 0 !important;
    position: absolute;
    width: 100%;
}

.logo {
    display: inline-block;
}
.logo img {
    width: auto;
    max-width: 180px;
}
.panel-default > .panel-heading {
    background: #fff;
    padding: 0;
}
.panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.panel-title {
    font-weight: 300;
}
.panel-title > a {
    display: block;
    position: relative;
    padding: 10px 15px;
    background: #fff;
}
.panel-title > a:before {
    font-family: 'FontAwesome'; 
    content: ' ';
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 15px;
}
.bootstrap-timepicker {
    position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px;
}
.bootstrap-timepicker .add-on {
    cursor: pointer;
}
.bootstrap-timepicker .add-on i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.bootstrap-timepicker-widget.dropdown-menu {
    padding: 7px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
    z-index: 99999;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
    width: 100%;
}
.bootstrap-timepicker-widget table td a {
    width: 100%;
    display: inline-block;
    margin: 0;
    outline: 0;
    color: #333;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #eee;
}
.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
    font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
    width: 35px;
    margin: 0;
    text-align: center;
    color: #000;
}
.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

.i-check,
.i-radio {
    display: inline-block;
    *display: inlne;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    height: 22px;
    border: 1px solid #ccc;
    cursor: pointer;
    top: 1px;
    left: -7px;
    margin-left: -13px;
    float: left;
    text-align: center;
    line-height: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    background: #fff
}
.i-check:before,
.i-radio:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    color: #fff;
    font-size: 14px;
}
.i-check.hover,
.i-radio.hover {
    border: 1px solid #0c838c;
}
.i-check.checked,
.i-radio.checked {
    border: 1px solid #0c838c;
    background: #0c838c;
}
.i-check.checked:before,
.i-radio.checked:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.i-check.disabled,
.i-radio.disabled {
    border-color: #d9d9d9 !important;
}
.i-check.disabled.checked,
.i-radio.disabled.checked {
    background: #ccc !important;
}
.i-check.i-check-stroke.checked {
    background: #fff;
}
.i-check.i-check-stroke.checked:before {
    color: #ed8323;
}
.i-radio {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.i-radio:before {
    content: '\f111';
    font-size: 12px;
}
.checkbox-switch .i-check,
.radio-switch .i-check,
.checkbox-switch .i-radio,
.radio-switch .i-radio {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 44px;
    broder-color: #999;
    border-width: 2px;
}
.checkbox-switch .i-check:before,
.radio-switch .i-check:before,
.checkbox-switch .i-radio:before,
.radio-switch .i-radio:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #b3b3b3;
    content: '';
    width: 16px;
    height: 14px;
    top: 2px;
    left: 2px;
    position: absolute;
}
.checkbox-switch .i-check.checked,
.radio-switch .i-check.checked,
.checkbox-switch .i-radio.checked,
.radio-switch .i-radio.checked {
    background: #fff;
}
.checkbox-switch .i-check.checked:before,
.radio-switch .i-check.checked:before,
.checkbox-switch .i-radio.checked:before,
.radio-switch .i-radio.checked:before {
    background: #ed8323;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
.checkbox-switch .i-check.disabled:before,
.radio-switch .i-check.disabled:before,
.checkbox-switch .i-radio.disabled:before,
.radio-switch .i-radio.disabled:before {
    background: #ccc !important;
}
.checkbox-small,
.radio-small {
    margin-bottom: 10px;
}
.checkbox-small.checkbox-inline,
.radio-small.checkbox-inline,
.checkbox-small.radio-inline,
.radio-small.radio-inline {
    margin: 0;
}
.checkbox-small label,
.radio-small label {
    font-size: 12px;
}
.checkbox-small label .i-check,
.radio-small label .i-check,
.checkbox-small label .i-radio,
.radio-small label .i-radio {
    width: 18px;
    height: 18px;
    line-height: 16px;
    top: 3px;
}
.checkbox-small label .i-check:before,
.radio-small label .i-check:before,
.checkbox-small label .i-radio:before,
.radio-small label .i-radio:before {
    font-size: 12px;
}
.checkbox-small label .i-radio:before,
.radio-small label .i-radio:before {
    font-size: 9px;
}
.checkbox-lg,
.radio-lg {
    margin-bottom: 20px;
}
.checkbox-lg.checkbox-inline,
.radio-lg.checkbox-inline,
.checkbox-lg.radio-inline,
.radio-lg.radio-inline {
    margin: 0;
}
.checkbox-lg label,
.radio-lg label {
    font-size: 16px;
}
.checkbox-lg label .i-check,
.radio-lg label .i-check,
.checkbox-lg label .i-radio,
.radio-lg label .i-radio {
    width: 26px;
    height: 26px;
    line-height: 24px;
    top: -1px;
}
.checkbox-lg label .i-check:before,
.radio-lg label .i-check:before,
.checkbox-lg label .i-radio:before,
.radio-lg label .i-radio:before {
    font-size: 16px;
}
.checkbox-lg label .i-radio:before,
.radio-lg label .i-radio:before {
    font-size: 14px;
}
.checkbox-stroke .i-check.checked,
.radio-stroke .i-check.checked,
.checkbox-stroke .i-radio.checked,
.radio-stroke .i-radio.checked {
    background: #fff;
}
.checkbox-stroke .i-check.checked:before,
.radio-stroke .i-check.checked:before,
.checkbox-stroke .i-radio.checked:before,
.radio-stroke .i-radio.checked:before {
    color: #ed8323;
}
.checkbox-stroke .i-check.checked.disabled,
.radio-stroke .i-check.checked.disabled,
.checkbox-stroke .i-radio.checked.disabled,
.radio-stroke .i-radio.checked.disabled {
    background: #fff;
}
.checkbox-stroke .i-check.checked.disabled:before,
.radio-stroke .i-check.checked.disabled:before,
.checkbox-stroke .i-radio.checked.disabled:before,
.radio-stroke .i-radio.checked.disabled:before {
    color: #ccc;
}
.checkbox-small.checkbox-inline + .checkbox-small.checkbox-inline,
.radio-small.radio-inline + .radio-small.radio-inline {
    margin-left: 10px;
}
.checkbox-lg.checkbox-inline + .checkbox-lg.checkbox-inline,
.radio-lg.radio-inline + .radio-lg.radio-inline {
    margin-left: 20px;
}
.tt-hint {
    color: #999;
}
.tt-dropdown-menu {
    width: 100%;
    color: #888;
    background: #fff;
    border: 1px solid #e6e6e6;
    max-height: 300px;
    overflow-y: auto;
    white-space: nowrap;
}
.fontawesome-icon-list .fa-hover {
    margin-bottom: 10px;
}
.fontawesome-icon-list .fa-hover > a {
    color: #737373;
    font-size: 11px;
}
.fontawesome-icon-list .fa-hover > a .fa {
    color: #515151;
    width: 20px;
    text-align: center;
    margin-right: 7px;
    font-size: 14px;
    position: relative;
}

.btn-info {
    /**updated 3-2-2015*/
    
    color: #ffffff;
    background-color: #a72966;
    border-color: #789B56;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #A4CB7C;
    border-color: #789B56;
}
ul.user_menu.nav-drop-menu.mobile_menu {
    top: 15px;
}
.custom-error {
    font-size: 12px;
    padding: 5px 0px 10px 0px;
    color: rgb(169, 68, 66);
    font-weight: 600;
}
#prfl-panel {
    padding-top: 15px;
}
.profile-information #profile_pic_initials {
    text-align: center;
    font-size: xxx-large;
    color: #fff;
    background: #196df5;
    width: 131px;
    margin: 0px auto;
    border-radius: 50%;
    height: 131px;
    padding: 25px;
}
.profile-information #profile_pic_initials p{
    vertical-align: middle;
}

.profile-information {
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-radius: 3px;
}
.profile-information.hawk {
    border-left: 5px solid #c1a736;
    border-radius: 3px 0px 0px 3px;
}

.toggle-points-con {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
}

.profile-pic {
    background: #fff;
    padding: 10px;
    border-radius: inherit;
}
.dh-pnl-name {
    padding: 0px 15px;
    text-transform: capitalize;
}
.status .panel-title {
    color: #fff;
    line-height: 35px;
    padding-top: 20px;
    letter-spacing: -0.8px;
}
.modal-header h4#myModalLabel {
    font-weight: 300;
    color: #FFF;
}
.hr-rate{
    width: 90%;
}

.searching {
    background: url(../images/search-result.gif);
}
.seatNotFound {
    background: url(../images/seat-not-found-circle.gif);
}

#bookloader,
#preloader,
.bookloader,
.fl-loader,
.miniloader {
    background-image: url('../images/loop.svg');
}
#bookloader,
#preloader {
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    background-size: 110px;
}
.bookloader,
.miniloader {
    background-repeat: no-repeat;
    background-position:  center center;
}

.bookloader {
    display: inline-block;
    width: 100%;
    height: 105px;
    background-position: center;
}
.miniloader {
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: 70%;
    display: inline-block;
    vertical-align: middle;

}

.fl-loader {
    background-position: center;
    width: 150px;
    height: 150px;
    background-size: cover;
    margin: auto;
}

#bookloader {
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 15%;
}
#bookloader.done {
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 15%;
}

#searchloader,
#noFlights {
    position: fixed;
    top: 114px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6F0FF;
    height: calc(100% - 114px);

}

#searchloader .search-con,
#noFlights .no-search-con {
    width: 600px;
    border-radius: 3px;
}

#searchloader .searching-con {
    width: 400px;
    height: 400px;
    display: block;
    border-radius: 50%;
    margin: auto;

}

#noFlights .no-searching-con {
    width: 400px;
    height: 340px;
    display: block;
    border-radius: 50%;
    margin: auto;

}
#searchloader .searching,
#noFlights .seatNotFound {
    display: inline-block;
    height: 332px;
    width: 100%;
    -webkit-animation: booble 1.3s infinite ease-in;
    -moz-animation: booble 1.3s infinite ease-in;
    -o-animation: booble 1.3s infinite ease-in;
    animation: booble 1.3s infinite ease-in;
    -webkit-animation-timing-function: ease-in; /* Safari 4.0 - 8.0 */
    animation-timing-function: ease-in;

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: inherit;
}

@keyframes bobble {
    0% {
        animation-timing-function: ease-in;
    }
    50% {
        -webkit-animation-play-state: paused; /* Safari 4.0 - 8.0 */
        animation-play-state: paused;
    }
    100% {
        animation-timing-function: ease-out;
    }
}

/* Booking Request */
.rqst-time {
    background-color: #f7bb39;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    font-size : 12px;
}
.request-item {
    margin: 15px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

#nav_user,
#nav_lang,
.user_menu > li > a {
    cursor: pointer;
}
a:hover,
a:focus {
    outline: initial;
    text-decoration: none;
}
::-webkit-input-placeholder {
    color: #8c8c8c;
}
.radio label,
.checkbox label {
    padding: 0 !important;
}
.nav-pills > li.active > a:hover {
    background: #289a89;
}
.nav-pills > li.active > a:hover {
    background: #289a89;
}
.nav-pills > li.active > a {
    background: #289a89;
    cursor: default;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #289a89;
}
.flight-preference {
    width: 162px !important;
    border-radius: 0px !important;
    text-align: center !important;
    margin-left: 2px;
    font-size: 14px !important;
}
.billing_address,
.my_user_full_name,
.my_contact_no {
    word-wrap: break-word;
    text-transform: capitalize;
}
body.ar .my_contact_no{
    direction: ltr;
}
body.ar #hawk-panel h3{
    font-size: 20px;
}
body.ar #dest{
    direction: ltr;
}
#hawks-view-member {
    padding: 15px;
    margin-bottom: 15px;
}
#hawks-view-member img {
    width: 85px;
    margin-bottom: 30px;
}
#mdl-bk-hawk-success img {
    width: 140px;
}
.custom-container {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
}
#hawks-custom-design-container {
    position: relative;
    border: solid 1px #c1a736;
    padding: 15px;
    border-radius: 3px;
}

#hawks-custom-design-container .hawk-tag{
    top: -16px;
}
#table_relative td,
.fn-all,
.ln-all {
    text-transform: capitalize;
}
.speed_booking_item {
    padding: 15px 15px 0;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.speed_booking_item span.name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 1.3em;
    color: #289a89;
    margin-bottom: 5px;
}
.dashboard-heading {
    position: relative;
    /*min-height: 71px;*/
}
/*.text-color {
    color: #a72966 !important;
}*/
.dashboard-date-container {
    margin: 0;
    text-align: left;
    color: #aeaeae;
    width: 100%;
    margin-top: 20px;
    /*padding: 10px 0 10px 0;*/
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    min-height: 60px;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.booking-err-container {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.action-color-text {
    color: #aeaeae;
    padding: 0 2px 0 2px;
}

.action-link:hover span,
a:focus {
    outline: initial;
    text-decoration: none;
    color: #B35082;
}
.text-overflow {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.edit-save-accompany:hover .edit-save-accompany:active {
    background: #289a89;
    border: #289a89;
}
.edit-cancel-accompanyy:hover .edit-cancel-accompany:active {
    background: #d7d7d7;
    border: #d7d7d7;
}

.textbox-big {
    height: 85px;
    border: 2px solid #ebebeb;
    padding: 10px 10px 25px 60px;
    font-size: 30px;
    font-weight: bold;
    /*width: 185px;*/
    
    color: #4d4e4e;
}
.i-check.hover,
.i-radio.hover {
    border: 1px solid #a72966;
}
.i-check.checked,
.i-radio.checked {
    border: 1px solid #a72966;
    background: #a72966;
}
.flight-search-label {
    color: #fff !important;
    font-size: 14px;
    margin: 0;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
}
.flight-search-background {
    background: #ffcc66;
}
.passenger_checkbox {
    top: 11px !important;
}
.white-box {
    background-color: white;
    border-top: none;
}
.white-box2 {
    background-color: white;
    border-top: none;
}
.white-box td {
    border-top: none !important;
    border-bottom: 1px solid #F1F1F1;
}
.text-orange {
    color: #FFCC66
}
::-webkit-input-placeholder {
    color: #8c8c8c !important;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #8c8c8c !important;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #8c8c8c !important;
}
:-ms-input-placeholder {
    color: #8c8c8c !important;
}


input.numeric::-webkit-outer-spin-button,
input.numeric::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #289a89 !important;
    border: 1px solid #289a89 !important;
    outline: none !important;
}
#search_filter_dashboard {
    margin-top: 13px;
    padding-left: 30px !important;
    /*border-radius: 50px !important;*/
    border: 0;
}
.dashboard-text-overflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#add_passenger:hover {
    background-color: #289a89;
    border: 1px solid #289a89;
}
/* MobiScroll Calendar */

.dwo {
    z-index: 1;
    background: #000;
    background: rgba(0, 0, 0, 0.35) !important;
    filter: Alpha(Opacity=70);
}
.mbsc-mobiscroll .dwwr {
    min-width: 220px;
    background: #FFFFFF;
    color: #454545;
    font-size: 16px;
    /*border: 1px solid #38bca8 !important;*/
}
/*.mbsc-mobiscroll .dw-cal-days {
    color: #289a89;
    border-bottom: 1px solid #289a89;
}*/
.mbsc-mobiscroll .dw-cal-btn-txt {
    /*color: #289a89;*/
    font-size: 1em;
    line-height: 40px;
}
.mbsc-mobiscroll .dw-bubble-top .dw-arr,
.mbsc-mobiscroll .dw-bubble-bottom .dw-arr,
.mbsc-mobiscroll .dw-bubble-left .dw-arr,
.mbsc-mobiscroll .dw-bubble-right .dw-arr {
    /*border-color: #289a89 transparent transparent transparent !important;*/
    /*display: none;*/
}
.mbsc-mobiscroll .dw-cal .dw-sel .dw-i {
    /*background: #289a89 !important;*/
    /*color: #fff;*/
}
.mbsc-flyakeed .dw-bubble-bottom .dw-arr {
   border-color: transparent transparent #ffffff transparent; 
}




.oneway-border-radius {
    border-top-left-radius: 0;
}
.rountrip-border-radius {
    border-top-right-radius: 0;
}


.depart-date-mobiscroll, .return-date-mobiscroll {
/*    line-height: 1.42857143;
    border: 2px solid #ebebeb;
    padding: 10px 0px 10px 35px;*/
}
.dark-gray {
    color: #8c8c8c;
}
  /*
.passenger-panel {
  margin: 20px 0 20px 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.passenger-panel-header-text {
    margin: 0;
    color: #FFFFFF;
    padding: 6px 11px 6px;
    padding: 10px 16px !important;
    background: #FFCC66;
}
*/
.booking-confirmation-row-border {
    border-bottom: 1px solid #ebebeb;
    padding-top: 12px;
}
.booking-confirmation-heading {
    background: #a72966;
    text-transform: uppercase;
    border-radius: 0px;
}
.booking-confirmation-body {
    background: #ffffff;
    padding: 15px 15px 0 15px;
}
.booking-confirmation-heading-payment {
    background: #a72966;
    text-transform: uppercase;
    border-radius: 0px;
}
.booking-confirmation-insuffient-balance {
    font-size: x-small;
    color: red;
}
.booking-confirmation-term {
    color: #a72966;
    text-decoration: underline;
}
.passenger-name {
    text-transform: capitalize;
    margin-top: -20px;
}
.error_message {
    margin-top: 15%;
    font-size: 1.8em;
    color: #A2A2A2;
    text-align: center;
}
/*select{ 
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;   
   -moz-border-radius: 0;    
   border-radius: 0; 
}*/
input.error,
select.error {
    background-color: #feffb7 !important;
    border: 1px solid #FFBCBC !important;
}

.dw.dw-ltr {
    padding: 0px;
    background-color: white;
    /*margin-top: 30px;*/
}
.time-position {
    text-align: right;
}
@-moz-document url-prefix() {
    #departure_word, #arrival_word {
        position: absolute !important;
        bottom: 0 !important;
        width: 185px !important;
        margin-bottom: 15px !important;
        text-align: left !important;
        padding-left: 31px !important;
        left: 32px !important;
    }
}
#time-range p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}
.departure-text,
.arrival-text {
    font-size: 15px;
}
.passenger-sub-header {
    font-weight: bold;
}
.contact-design {
    margin: 0;
    color: #FFFFFF;
    padding: 7px 0 1px;
    /*font-weight: bold;*/
}
.booking-detail-design {
    margin: 0px;
    color: #ffffff;
}
/*.dashboard-booking-status {
    font-size: 20px;
    margin: 0;
}*/
.color-yellow {
    color: #ffcc66;
}
.color-blue {
    color: #6297c8;
}
.color-green {
    color: #a72966;
}
.color-pink {
    color: #ca6899;
}
.color-black {
    color: #000;
}
.active_booking_title {
    color: #fff;
    background: #289a89;
    padding: 20px;
    margin-left: 76px;
}
.sub-booking-plane-icon {
    background: #FFCC66;
    padding: 10px;
}
.bootstrap-tagsinput {
    box-shadow: none !important;
    border-radius: 0px !important;
    padding-bottom: 9px;
    width: 100%;
}
.bootstrap-tagsinput input {
    font-size: 17px !important;
    padding-top: 4px !important;
}
.bootstrap-tagsinput .tag {
    color: #737373 !important;
    background-color: #fff !important;
    border: 1px solid #737373 !important;
    font-size: 14px;
}
.nav-drop > .mobile_menu > li > a:hover {
    background: #FFFFFF;
    color: #289a89;
}
.btn-green {
    background-color: #289a89 !important;
    color: white;
    border: 0px;
}
.btn-gray {
    background: #d7d7d7;
    border: #d7d7d7;
    color: white;
    border: 0px;
}
.round-butt {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.btn-yellow {
    background-color: #FFCC66 !important;
    color: white;
    border: 0px;
    width: 130px !important;
}
.invoice_headers {
    font-weight: bold;
    color: #289a89;
}
div#nav_sidebar_nav_newdash {
    float: left;
    width: 80px;
    background: #464646;
    color: #fff;
    height: 100%;
    position: absolute;
}
div#nav_sidebar_nav_newdash a {
    display: block;
    outline: medium none;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: color 0.1s linear 0s;
    white-space: nowrap;
    color: #8d8d8d;
}
div#nav_sidebar_nav_newdash i {
    display: block;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}
ul.navigation_new_dash {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#new_dash {
    width: 100%;
    /*background-color: #f1f2f7;*/
    /*color: #666666;*/
    /*left: 100px!important;*/
    position: absolute!important;
    /*margin-left: -20px;*/
}
div#new_dash .container.panel-body  {
    padding-right: 0px;
    padding-left: 0px;
}
/*.new_btn_passenger_design,
.add_booking_passenger{
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
}*/
.search-desktop-container {
    /*padding-right: 25px;*/
}
ul.nav.navbar-nav.text-center.navbar-right.pull-right {
    margin: 0;
}
.new_search {
    display: block;
    margin-top: -25px;
    position: absolute;
    left: 10px;
    color: rgb(115, 115, 115);
}
.navigation_new_dash>li.active>a>i {
    color: #fff;
}
.add_dashboard_passenger:hover,
.add_dashboard_passenger:focus {
    color: #fff;
}
.passenger-save-btn,
.passenger-save-btn:hover,
.passenger-save-btn:focus,
.passenger-save-btn:active {
    width: 200px;
    border-radius: 0px;
    background: #289a89;
    border: #289a89;
    outline: none;
}
.edit-cancel-accompany,
.edit-cancel-accompany:hover,
.edit-cancel-accompany:focus,
.edit-cancel-accompany:active {
    width: 200px;
    border-radius: 0px;
    background: #d7d7d7;
    border: #d7d7d7;
    outline: none;
}
.small-nav-container {
    top: -25px;
    right: 33px;
}
div.action-sub-container:not(.hidden) + div.action-sub-container:not(.hidden):before,
div.action-sub-container.hidden:not(:first-child) + div.action-sub-container:not(.hidden):before {
    content: '|';
    color: #aeaeae;
    font-size: 24px;
    padding: 5px;
}
/*.btn_confirm_design,
.btn_confirm_design:hover,
.btn_confirm_design:active {
    width: 200px;
    border-radius: 0px;
    background: #289a89 !important;
    border: #289a89 !important;
}*/
.cu_checker {
    color: #9C6;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: larger;
}
.revert-image {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
ul.user_new_menu>li>a {
    display: block;
    padding: 12px 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #32323a;
    -webkit-transition: background-color 0.17s ease-out;
    -moz-transition: background-color 0.17s ease-out;
    -o-transition: background-color 0.17s ease-out;
    -ms-transition: background-color 0.17s ease-out;
    transition: background-color 0.17s ease-out;
    cursor: pointer;
}
ul.user_new_menu>li>a:hover {
    color: #289a89;
}
ul.user_new_menu> li.referral-text-design {
    width: 100px !important;
}
.top_nav_left {
    /*padding: 0 48px 0 0;*/
    padding: 0;
    width: 100%;
    text-align: right;
}
.top_nav_right {
    width: 100%;
    text-align: left;
    /*padding: 0 0 0 48px;*/
    padding: 0;
}
#quickbooking .popover {
    width: 200px !important;
}
.show-timezone-error,
.show-timezone-error1,
.fav-show-timezone-error1 {
    display: none;
    text-align: center;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px;
    border-radius: 0;
    margin-bottom: 0;
}
.profile-nav li > a {
    background-color: #FFCC66 !important;
    color: #FFF !important;
    margin: 0px !important;
    font-size: 16px !important;
    min-width: 160px !important;
    text-align: center!important;
    border-color: #FFCC66 !important;
    border-bottom: #fff;
}
.profile-nav>li.active>a,
.profile-nav>li.active>a:hover,
.profile-nav>li.active>a:focus {
    background-color: #F9B315 !important;
    color: #FFF !important;
    margin: 0px !important;
    border-color: #F9B315 !important;
    border-bottom: #fff !important;
}
.new_subscription {
    display: inline-block;
    font-weight: bold;
    margin: 0px;
}




.left_bord,
.right_bord {
    display: inline-block;
    margin: 0 0 5px;
    background: #fff;
    height: 1px;
    width: 96px;
}

.sharrre .box a:hover {
    text-decoration: none;
}
.sharrre .share {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 29px;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.sharrre .count {
    color: #525b67;
    display: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    width: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b2c6cc;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    background: linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6', GradientType=0);
}
.sharrre {
    display: inline-block;
}

.slogan_text {
    display: inline-block;
    padding: 0 10px;
    text-transform: none;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
#sharre {
    width: 100%;
    display: block;
}
.info_label[data-id=contact_no] {
    direction: ltr;
    text-align: left;
}
.tooltip {
    min-width: 100px;
}
.price {
    background-color: #f4f4f4;
    text-align: center;
    height: 80px;
    font-size: 30px;
    float: left;
}
.order {
    text-align: center;
    background-color: #f4f4f4;
    height: 80px;
    font-size: 50px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
}
.cc_design {
    background-color: #fff !important;
    color: #4d4e4e;
    padding: 15px 15px !important;
    font-size: 13px;
    border: 1px solid #f7f7f7;
    border-radius: 0;
}
.credit_card_label1 {
    text-align: center;
    margin: 5px -5px;
}
.time-table-container {
    display: none;
    position: fixed;
    background-color: #fff;
    width: 210px;
    text-align: center;
    border-radius: 5px;
    border-radius: 10px 10px 0 0;
    z-index: 100;
    margin-left: -80px;
}
.time-table-container-sm {
    display: none;
    color: rgb(255, 255, 255);
    background-color: rgb(249, 179, 21);
    padding: 10px;
    text-align: center;
    right: 0;
    left: 0;
    width: 100%;
    margin-bottom: 15px;
    z-index: 999;
}
.time-table-sm-fixed {
    position: fixed;
    top: 0;
}
.time-table-container > .panel-heading {
    padding: 0px;
    color: #fff;
    background-color: #289a89;
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
}
.flight-view-panel {
    display: inline-block;
    background-color: #fff;
    /* max-width: 350px; */
    width: 100%;
    padding: 10px;
    margin: 0px 0px 25px 0px;
}
.fl-label-color {
    color: #289a89;
}
.flight-view-panel label {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #E1E1E1;
}
.flight-view-plane {
    width: 40px;
    vertical-align: inherit;
}
.flight-view-departure,
.flight-view-arrival {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.flight-view-panel > div > label > span:last-child {
    float: right;
}
.flight-view-panel > div > div > label > span:last-child {
    float: right;
}

.legs-stop-container {
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.leg-layover {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
}


.legs-route {
    font-weight: bold;
    display: block;
    font-size: 18px;
}
.legs-sub-container {
    border: none;
    text-align: center;
    display: block;
    padding-top: 10px;
}
.time_table_flight_no,
.time_table_flight_no_r {
    font-weight: bold;
    color: #289a89;
}
.time-table-container-sm .time_table_flight_no,
.time-table-container-sm .time_table_flight_no_r {
    font-weight: bold;
    color: #fff;
}
.p_flight {
    width: 50%;
    display: table-cell;
}
.time-table-show .p_flight+.p_flight {
    border-left: 1px solid rgb(204, 204, 204);
}
.time-table-container-sm .p_flight+.p_flight {
    border-left: 1px solid #fff;
}
.bound_text {
    display: none;
}
.pull-spinner {
    display: none;
    height: 25px;
    width: 25px;
    margin: 0px auto;
    position: relative;
    left: -4px;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 4px solid rgba(202, 202, 202, .15);
    border-right: 4px solid rgba(202, 202, 202, .15);
    border-bottom: 4px solid rgba(202, 202, 202, .15);
    border-top: 4px solid rgba(202, 202, 202, .9);
    border-radius: 100%;
}
.updating-spinner {
    display: none;
    height: 20px;
    width: 20px;
    margin: 0px auto;
    position: relative;
    left: -4px;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 3px solid #38bca8;
    border-right: 3px solid #38bca8;
    border-bottom: 3px solid #38bca8;
    border-top: 3px solid transparent;
    border-radius: 100%;
}
body.ar .updating-spinner {
    margin-left: 10px !important;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.booking_error_border {
    border: 1px solid #A94442;
}
.icon-left-drop2 {
    position: absolute;
    z-index: 2;
    font-size: 24px;
    right: 28px;
    top: 15px;
    color: #D6D6D6;
}
.new_flight {
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
}
.new_bundle {
    margin: 0px;
    text-transform: uppercase;
}
.activeBooking {
    background-color: #196DFB;
    padding: 10px 40px 10px 40px !important;
    border-radius: 25px;
    width: 120%;
}

.hotelButton {
    background-color: transparent;
    padding: 10px 40px 10px 40px !important;
    border-radius: 25px;
    width: 120%;
}
.activeHotel {
    background-color: #196DFB;
    padding: 10px 40px 10px 40px !important;
    border-radius: 25px;
    width: 120%;
}
.hotelButton:hover,
.activeBookingNotActive:hover  {
    cursor: pointer;
}

.dh-nav-ul li>a>span {
    font-size: 18px;
}


.fp-container {
    display: table;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    /*box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);*/
    padding: 15px;
    margin-bottom :15px;
}
.fp-cell {
    display: table-cell;
    width: 50%;
}
.new-price-container {
    text-align: right;
    font-weight: bold;
}
.pm-container {
    background: #fff;
    margin-top: 3px;
    padding-top: 0;
}
.pm-img-position {
    position: absolute;
    max-width: 90px;
    width: 100%;
    right: 0;
}
.pm-type-container {
    display: table;
    width: 100%;
    padding: 15px;
}
/*.pm-img-container {
    display: table-cell;
    width: 70%;
}*/

.new-cc-container {
    width: 100%;
    padding: 15px;
    background: #fff;
    border-top: 0;
}
.vb-action,
.vb-action:hover,
.vb-action:visited,
.vb-action:active,
.vb-action:focus {
    border: 2px solid;
    padding: 3px 1px;
    color: #CC6699;
}
.vb-action > span {
    color: #CC6699;
}
.vb-action + .vb-action {
    margin: 0 10px;
}
.vb-error-container {
    background: #ffefd0;
    border: 1px solid #e07070;
    border-radius: 5px;
    margin: 0 5px 20px 5px;
    padding: 10px;
}

.fa_upcoming_filter .bootstrap-select .btn{
    background: transparent;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px 15px;
    border: 0px;
    width: 80%;
}
.fa_upcoming_filter .caret{
    float:left;
}
.fa_upcoming_filter .btn:focus{
    background: #a72965;
    color: #fff;
}
.fa_upcoming_filter .open>.dropdown-toggle.btn-default:hover {
    color:#fff;
}
.fa_upcoming_filter .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.fa_upcoming_filter .bootstrap-select.btn-group .dropdown-menu{
    min-width: 0%;
}

.fav-action {
    display: inline-block;
    color: #aeaeae;
    padding: 0 15px;
}
.fav-action + .fav-action {
    border-left: 2px solid #aeaeae;
}
.fav-action > span {
    font-size: small;
}
.fav-pass {
    font-weight: bold;
    color: #289a89;
}
.fav-dept-container,
.fav-arr-container {
    margin-bottom: 20px;
}
.fav-dept-text,
.fav-arr-text {
    font-size: x-large;
    vertical-align: -webkit-baseline-middle;
}
.fav-dept-date,
.fav-arr-date {
    border: 1px solid #aeaeae;
    padding: 10px 5px;
    text-align: center;
}
.r5-view-container {
    background: #f1f1f1;
}
#create_fav {
    width: 145px;
    border: #289a89;
    margin-top: 10px;
    border-radius: 0;
}
.popover {
    width: 100%;
}
.vb-error-title {
    font-weight: bold;
    text-transform: uppercase;
}
.hotel-checkin,
.hotel-checkout {
    text-align: center;
    background-color: #fff;
    height: 40px;
    padding: 10px 0;
}
.hotel-frm-control {
    padding: 0 5px;
}
.hotel-img {
    max-width: 310px;
    height: 98px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hotel-desc {
    font-size: small;
    line-height: 15px;
    margin-bottom: 2px;
}
.hotel-desc > p {
    margin: 0px;
}
.hotel-desc > p > i, .hotel-desc1 > p > i {
    color: #FFCC66;
}
.hotel-title > p {
    font-size: medium;
    font-weight: bold;
}
.hotel-con {
    margin-bottom: 30px;
    height: 150px;
    max-height: 150px;
}
/*fieldset {
    border-radius: 5px;
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #a72966;
}*/

fieldset legend {
    padding: 0 7px;
}
legend {
    display: inherit;
    width: inherit;
    font-size: inherit;
    padding: 0;
    margin-bottom: 0;
    line-height: inherit;
    color: inherit;
    border: 0;
    border-bottom: #fff;
}
.payment-logo {
    max-width: 262px;
    width: 100%;
    margin: 0 auto;
}
.new-email-status > span {
    color: #a72966;
}
.new-email-status > button.btn_send_verification_email {
    padding: 0px;
    min-width: 50px;
    outline: none;
}
a#btn-hotel-back {
    display: inline-block;
}
.hotel-view-booking-container {
    /*margin: -50px 0 30px;*/
    background-color: #FFCC67;
}
.hotel-down-action {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    background: #ca9f4a;
    cursor: pointer;
}
.hotel-down-action > i {
    padding: 10px 0;
}
.hotel-price > h6 {
    font-size: 15px;
    color: #289a89;
    margin: 2.6px 0;
}
.s-more-text {
    border: 2px solid #fff;
    color: #fff;
    font-size: small;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    cursor: pointer;
}
.c-show-hotel > i {
    margin: 20px;
    color: #fff;
    cursor: pointer;
}
.new-c-hotel-container > .container {
    max-height: 335px;
    overflow-y: auto;
}
.new-c-hotel-container > .container::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255, 255, 255, .3);
    height: 6px;
}
.new-c-hotel-container > .container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #289a89;
}
.hotel-img1 {
    max-width: 310px;
    height: 127px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hotel-desc1 {
    font-size: small;
    line-height: 13px;
    margin-bottom: 2px;
}
.hotel-price1 > h6 {
    font-size: 15px;
    color: #289a89;
    margin: 10px 0;
}
.s-more-text1 {
    color: #fff;
    font-size: small;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    background-color: #289a89;
}
.new-title-hotel {
    position: relative;
}
.h-title1 {
    color: #737373;
    margin: 0;
    padding: 0px 5px;
    border-radius: 5px;
}
.hotel-temp-h {
    height: 165px;
}
.d-hotel-search {
    background-color: #E8E8E8;
    padding: 15px;
    position: relative;
}
#hotel-search-main-con {
   background-color: #E8E8E8; 
}

.d-title1-action {
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
    margin: 0;
}
.btn-search-hoteld,
.btn-search-hoteld:hover,
.btn-search-hoteld:active,
.btn-search-hoteld[disabled] {
    background: #289a89 !important;
    border: #289a89 !important;
    outline: none;
    margin-top: 27px;
    height: 40px;
    line-height: 0;
    border-radius: 0;
}
.d-title2-action,
.d-title2-action:active,
.d-title2-action:hover,
.d-title2-action:visited {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    color: #fff;
    border: 1px solid;
    padding: 5px;
    border-radius: 0;
    min-width: 100px;
}
.d-title2-action1,
.d-title2-action1:active,
.d-title2-action1:hover,
.d-title2-action1:visited {
    color: #fff;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 15px;
    width: 110px;
    margin-bottom: 15px;
}
.hoteld-room-subcon {
    margin: 20px 5px 0;
    background-color: #F1F1F1;
    padding: 20px;
}
.room-el {
    display: inline-block;
    padding-right: 10px;
    margin-top: 6px;
}
.hoteld-add-room-container {
    display: none;
    background-color: transparent;
    margin: 20px 5px 0;
}
.is-fav-top-action > div:last-child {
    text-align: right;
}
.cancel-fav,
.cancel-fav:hover,
.cancel-fav:active,
.cancel-fav:visited,
.cancel-fav:focus {
    color: #fff;
    background-color: #f9b315;
    padding: 5px 10px;
    border-radius: 3px;
    white-space: nowrap;
}
.is-fav-top-action {
    background-color: #ffcc66;
    padding: 5px 0;
    color: #fff;
    display: none;
}
.fav-name-container {
    margin-bottom: 20px;
    padding: 15px 0;
    background-color: #FFF;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.subscription_box {
    text-transform: capitalize;
    font-size: large;
    font-weight: bold;
}
.subscription_box_email {
    font-size: small;
    margin-bottom: 5px;
}
.upload_controls {
    position: absolute;
    right: 60px;
    top: 129px;
}
.upload_controls span {
    cursor: pointer;
    font-size: 1.3em;
    padding: 0px 4px;
    color: #38bca8;
}
.crop_container {
    height: 300px;
}

.imageCropper_body {
    overflow-x: hidden;
}

.favorite_title {
    padding: 7px 0 7px 0;
    color: #aeaeae;
    margin-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
}
.favorite_title span.edit_title,
.edit_fav_name {
    cursor: pointer;
}
.favorite_title button {
    margin-left: 3px;
    margin-right: 3px;
}
.bootstrap-switch-primary {
    background-color: #a72966 !important;
}
.bootstrap-switch.bootstrap-switch-focused {
    border-color: #a72966 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #a72966, 0 0 8px #a72966;
    box-shadow: inset 0 1px 1px #a72966, 0 0 8px #a72966;
}
.hawk_dashboard {
    width: 20px;
    margin: 0 5px;
    position: relative;
    top: -3px;
}
.airline_dashboard {
    width: 44px;
    vertical-align: super;
    border: 1px solid #f2f2f2;
    display: inline-block;
    padding: 4px;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.modal-content {
    border-radius: 3 !important;
}
#mdlrate{
    height: 320px;
    width: 405px;
}
.btn_cancel_design,
.btn_cancel_design:hover,
.btn_cancel_design:active,
.btn_cancel_design:focus,
.bootbox .btn-default,
.bootbox .btn-default:focus {
    /*width: 200px !important;*/
    border-radius: 0px !important;
    background: #d7d7d7 !important;
    border: #d7d7d7 !important;
    /*margin: 0 !important;*/
    /*width: 50% !important;*/
    outline: none;
}
.btn_confirm_design,
.btn_confirm_design:hover,
.btn_confirm_design:active,
.btn_confirm_design:focus,
.bootbox .btn-primary,
.bootbox .btn-primary:focus {
    /*width: 200px !important;*/
    /*border-radius: 0px !important;*/
    background: #289a89 !important;
    border: #289a89 !important;
    margin: 0 !important;
    /*width: 50% !important;*/
    outline: none;
}
.fav_cancel,
.fav_cancel:hover,
.fav_cancel:active,
.fav_cancel:focus,
.fav_confirm,
.fav_confirm:hover,
.fav_confirm:active,
.fav_confirm:focus {
    width: 100% !important;
}
.bg-light-gray {
    background: #f7f7f7;
}

.modal-header {
    /*padding: 8px !important;*/
}
.modal-sm {
    margin-top: 171px !important;
}
/*custom bootbox*/

.bootbox .modal-footer {
    padding: 0 !important;
    border-top: 0 !important;
}
.bootbox .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    color: #fff;
}
.bootbox .modal-dialog {
    margin-top: 171px !important;
}
.bootbox .modal-header {
    padding: 10px 15px !important;
    border-bottom: 0 !important;
    background: #ffcc66 !important;
}
.bootbox .modal-title {
    color: #fff;
    text-align: center;
    font-size: 18.2px;
    font-weight: 300;
}
.err_labeler {
    /*padding: 0px 15px;*/
    
    border-bottom: 0;
    /*background-color: #D05454;*/
    /*color: #fff;*/
    
    color: #D05454;
    text-align: left;
    font-size: smaller;
    width: 100%;
    /*border-right: 1px solid #f7f7f7 !important;*/
}
.invalid_input {
    margin-bottom: 0 !important;
    border: 1px solid #D05454 !important;
}
.passenger_count_con_dash {
    display: inline-block;
    margin-top: 5px;
}
.booknow_disp_fav {
    display: inline-block;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.edit_booknow_fav_container {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}
.frm_book_fav {
    display: inline-block;
    width: 75%;
}
#btn_cancel_book_edit_fav {
    margin-right: 5px;
    margin-left: 5px;
}
.edit_favorite_btn_con {
    padding: 10px;
    background: #fff;
    margin-bottom: 5px;
    vertical-align: top;
}
.fav_name_txt_modal {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
#modal_add_fav .modal-dialog {
    max-width: 450px;
    margin: 100px auto 0 auto;
    width: 100%;
}
#modal_add_fav .modal-header {
    background: #FFCC66;
    border: #FFCC66;
}
#modal_add_fav .modal-title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}
#mdl-rate .modal-title{
    width: 93%;
    margin-left: 4%;
}
#mdl-rate .btn{
    background-color: #FAFAFA;
    box-shadow: #E6E6E6 0px 2px;
    color: #BAB9B9;
    margin-right: 3px;
}
#mdl-rate .modal-content{
    width: 440px;
}
#mdl-rate .rate{
    padding: 6px 8px;
}
#mdl-rate h3{
    width: 85%;
}
/* #btn-rate{
    
} */
/* button#btn-rate:focus{
    background-color: #C9548B;
    box-shadow: #AF4677 0px 2px;
    color: #FFF;
    outline: none;
}  */
.activeButton{
    background-color: #C9548B !important;
    box-shadow: #AF4677 0px 2px !important;
    color: #FFF !important;
    outline: none !important;
} 

#mdl-rate .notlike{
    position: relative;
    font-size: 13px;
}
#mdl-rate .verylike{
    margin-left: 64%;
    font-size: 13px;
}
.tellus textarea{
    border: none;
    resize: none;
    outline: none;
    font-size: 20px;
}
#telluswhy::-webkit-input-placeholder {
    color: #C5C5C5 !important;
}
#mdl-rate #submit{
    background-color: #289a89;
    color: white;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0px 0px 6px 6px;
    padding: 20px;
}
#mdl-akeedcare #submitemoji{
        background-color: #289a89;
    color: white;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0px 0px 6px 6px;
    padding: 20px;

}
#mdl-rate .modal-body{
    position: relative;
    padding: 15px 0px 5px 0px;
    margin-left: 3%;
}
.modal-remove{
    display:none;
}
#booked_fav {
    background: #289a89;
    border: #289a89;
    width: 100% !important;
}
#booked_fav_switch {
    width: 100% !important;
}
.fav-show-timezone-error1 {
    display: none;
    margin: 15px 25px;
}
.r5-view-container {
    display: none;
    padding: 10px 15px;
}
#modal_add_fav .fav-add-booking-con {
    border: none;
    text-align: center;
    display: none;
}
#arrival_date_favorite {
    cursor: pointer;
    background: #f7f7f7;
}
#date_departure_favorite {
    cursor: pointer;
    background: #fff;
}
#date_departure_favorite .depart-date-favorite,
#arrival_date_favorite .return-date-favorite {
    text-align: left !important;
    line-height: 1.42857143;
    border-right: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0px 10px 27px;
}
.fav_calendar_con {
    display: block;
    margin: 10px 0;
    background: #f7f7f7;
}
#calendar_favorite {} .active_cal {
    border: 2px solid #ffcc66 !important;
}
.calendar_favorite_con {
    visibility: hidden;
}
#calendar_favorite .dw-range .dw.dw-ltr {
    margin-top: 0 !important;
}
.date_con_favo {
    border: 1px solid #ebebeb;
}
.no_bt_border {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.fav_buttons_con {
    display: none;
}
.passender_fav_con {
    background: #fff;
    margin-top: 10px;
}
.padding_left_right {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.passender_fav_con table tbody tr:first-child td {
    border-top: 0;
}
.passender_fav_con table tbody tr td {
    font-size: small;
}
.itenerary_fav_con,
.buy_fav_con {
    padding: 15px;
    background: #fff;
    margin-top: 10px;
}
.img_view_fav {
    width: 22px;
}

#add_passenger_info_render {
    background: #f7f7f7;
}
.standard_input {
    height: 45px !important;
}
/*#save_pass {
    width: 100% !important;
    border-radius: 0px !important;
    background: #289a89 !important;
    border: #289a89 !important;
}
#cancel_pass {
    width: 100% !important;
    border-radius: 0px !important;
    background: #d7d7d7 !important;
    border: #d7d7d7 !important;
    padding: 11px 16px !important;
}
#more_details_passenger {
    padding: 9px 16px;
    background: transparent;
    color: #a72966;
    cursor: pointer;
    border-top: 1px solid #a72966;
    border-bottom: 1px solid #a72966;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    height: 45px;
}*/
.acc_pass_modal_h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.padding_lf {
    padding: 10px 16px !important;
}
/*.dep_plane_view {
    width: 25px !important;
}*/
.dep_plane_view_color {
    color: #737373 !important;
}
.padd_top_left_0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.padd_stan {
    padding: 15px;
}
.dep_pref_view_color {
    color: #737373;
}
.small_font {
    font-size: 14px !important;
}
.label_view_con {
    display: inline-block;
}
.ffcolor {
    color: #ffcc66 !important;
}
.pass_circle_txt {
    color: #fff;
    font-size: small;
}
.padding_view_pass,
.padding_view_con {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.padding_view_pass {
    display: block;
}
.span_con_from_to {
    font-size: small;
    display: block;
    line-height: normal;
    font-weight: bolder;
}
.twitter-typeahead {
    direction: inherit;
}
.account_profile_con {
    background: #fff;
}

#imgCanvas {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    /*border: 3px solid #cb538d;*/
}
.no_pad_left {
    padding-left: 0 !important;
}
.no_pad_right {
    padding-right: 0 !important;
}

.my_user_password,
.my_user_new_password,
.my_user_confirm_password {
    margin-bottom: 5px;
}
.margin_bten {
    margin-bottom: 10px;
}
.no_b_right {
    border-right: 0;
}
.no_b_left {
    border-left: 0;
}
.no_border_rl {
    border-right: 0;
    border-left: 0;
}
.add_new_cc_profile {
    padding: 5px;
    background-color: #a72966;
    border-color: #a72966;
    width: 200px;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    height: 40px;
}
.btn_delete_cc,
.btn_delete_cc:active,
.btn_delete_cc:hover,
.btn_delete_cc:focus {
    background-color: #fff;
    color: #C6C6C6;
    display: inline-block;
    padding: 0px;
    font-size: large;
    outline: none;
}
.btn_bundle_profile,
.btn_bundle_profile:active,
.btn_bundle_profile:hover,
.btn_bundle_profile:focus {
    /*width: 50px;*/
    background-color: #fff;
    border-color: #fff;
    font-weight: bolder;
    margin-top: 15px;
    color: #c6c6c6;
    font-size: large;
    outline: none;
}
.trans_history_btn,
.trans_history_btn:active,
.trans_history_btn:hover,
.trans_history_btn:focus {
    width: 100%;
    display: block;
    margin: 8px auto 0 auto;
    border-radius: 0;
    background: #a72966;
    color: #fff;
    border-color: #a72966;
}

.hawk-50 {
    background-position: -100px 0 !important;
}
.booking_img {
    width: 50px;
    height: 50px;
    background: url(/view/assets/images/desktop_svg/oneway-roundtrip-hawk-50px.svg);
    background-repeat: no-repeat;
}
#profile_upgrade_btn {
    color: #fff;
    border-radius: 0 !important;
}
.subs_con_profile {
    background: #fff;
    margin-bottom: 20px;
}
.hawk_mem_txt_top {
    position: relative;
    width: 78%;
    right: -11px;
    display: inline-block;
    margin: 0;
}
.upgrade_modal_dia {
    max-width: 420px;
    margin: 100px auto 0 auto;
    width: 100%;
}
.hawk_upgrade_btn_month,
.hawk_upgrade_btn_year {
    border-radius: 0;
    padding: 10px;
    font-size: initial;
}
a.selected_card i.fa-check {
    display: block;
}
a.unselected_card i.fa-check {
    display: none;
}
.card_used_membership,
.membership_hawk_month,
.membership_hawk_year {
    background-color: #fff !important;
    color: #4d4e4e;
    padding: 15px 15px !important;
    font-size: 13px;
    border: 1px solid #f7f7f7;
    border-radius: 0;
}
/*.add_new_ccard_profile {
    text-align: left;
    margin-bottom: 10px;
}
*/


#update_membership {
    padding: 10px;
    border-radius: 0;
    font-size: initial;
}
.pass_text {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 22px;
    color: #737373 !important;
    font-size: x-large;
    font-size: initial;
}
/*#modal_crop_image .modal-footer {
    padding: 0;
    border: 0;
}*/
.favorite_name {
    cursor: pointer;
}
/*.wrapper[data-id="view-hotel"] {
    margin-top: 0 !important;
}*/
.navbar-view-hotel {
    background-color: #a72966;
    border-color: #a72966;
}
.navbar-view-hotel a,
.navbar-view-hotel a:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: none !important;
    font-size: large !important;
}
.text-bold {
    font-weight: bold;
}
.hotels_count {
    color: #a72966;
}
.flight-view-header {
    border-bottom: 0 !important;
    font-size: medium;
}
.pass_line_h {
    line-height: 35px;
}
.profile_hawk45 {
    position: relative;
    top: 7px;
}
.umid_id_con {
    line-height: 28px;
    padding: 10px 15px;
    border-bottom: 1px solid #E1E1E1;
}
.nav-flight-type {
    border-bottom: 0;
}
.flight_search_pa_body {
    background: #fff;
    border: 0;
    border-top: 0 !important;
}
.border-right {
    border-right: 1px solid #d6d6d6;
}
.border-left {
    border-left: 1px solid #d6d6d6;
}
/*#departure {
    border-left: 0;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
*/
.depart-date-mobiscroll {
/*    border-left: 0;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;*/
}
/*#arrival {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}*/

.return-date-mobiscroll {
/*    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;*/
}
.depart-date-mobiscroll,
.return-date-mobiscroll {
    /*border-top: 0 !important;*/
}
.no_margin {
    margin: 0 !important;
}
#depart_time_form,
#depart_time_to,
#return_time_form,
#return_time_to {
    background: #fff;
    direction: ltr;
    height: 48px;
    border: 0;
    border-radius: 0;
    font-size: large;
}
.bp_dep_label {
    color: #B5B5B5;
    margin-bottom: 0;
    margin-top: 10px;
}
.dep_plus_day,
.dep_plus_day_return {
    cursor: pointer;
    color: #af6291;
    /* text-decoration: underline; */
    font-size: small;
    border-bottom: 1px solid #AF6291;
}
.depart_time_fg {
    border: 0 !important;
    background: #fff;
    font-size: x-large;
    padding-left: 2px;
    padding-right: 5px;
    color: #b3b3b3;
}
.bp_max_stop {
    margin-top: 0;
}
.bp_max_stop_minus {
    top: 14px !important;
    padding: 0;
}
.bp_max_stop_plus {
    top: -17px !important;
    padding: 0;
}
#stop {
    margin-top: 0 !important;
    padding: 0;
}
.bp_max_du_label {
    line-height: 50px;
    margin-bottom: 0;
}
/*#price {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}*/
.label_bp_airlines {
    border-top: 0 !important;
}
.logo_airline {
    width: 45px;
    margin-right: 5px;
    background: url(/view/assets/images/desktop_svg/airlines-45px.svg);
    background-repeat: no-repeat;
    height: 27px;
    border: 1px solid #e1e1e1;
    display: inline-block;
}
.SA {
    background-position: 0 0;
}
.XY {
    background-position: -45px 0;
}
.EY {
    background-position: -90px 0;
}
.EK {
    background-position: -135px 0;
}
.GF {
    background-position: -225px 0;
}
.LH {
    background-position: -182px 0;
}  
.QR {
    background-position: -270px 0;
}
.TK {
    background-position: -315px 0;
}
.KU {
    background-position: -359px 0;
}
.no_airline {
    display: none;
}
#btn-search-flight-next,
#btn-confirmation-prev {
    background-color: #39bca8;
    border: #38bca8;
    border-radius: 0;
}
.depart_clear_time {
    font-size: small;
    color: #ffffff;
    background: #FFCC66;
    padding: 3px 10px 5px 10px;
    /* border-radius: 5px; */
    cursor: pointer;
    display: block;
}
.bp_contact_body {
    border-bottom: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
/*#phone1countrycode {
    border-right: 0;
}*/
.suggested_email {
    text-decoration: underline;
    cursor: pointer;
    color: #a72966;
}
.airplane_p_outbound {
    transform: rotate(45deg) scaleY(1);
}
.showpflights,
.checking_available,
.common_price {
    color: #fff;
    /*line-height: 28px;*/
    text-transform: uppercase;
}
.airplane_p_inbound {
    transform: rotate(-45deg) scaleX(-1);
}
.i-block {
    display: inline-block;
}
.color-inherit {
    color: inherit !important;
}

.buy_me_tickets_con {
    display: inline-block;
}
.buy_me_ticket_span {
    position: relative;
    top: -7px;
}
.book_op_span {
    position: relative;
    top: -7px;
}
.book_op_toogle {
    position: relative;
    top: 3px;
}
.sms_img {
    background-position: -36px 0;
}
.lock_img {
    background-position: -70px 0;
}
.big_text {
    font-size: xx-large;
}
.dis_block {
    display: block;
}
.has_points {
    font-size: 15px;
}
#btn_complete_booking {
    border: 0 !important;
    border-radius: 0 !important;
}
.bootstrap-switch {
    border-radius: 0 !important;
}
.color_red {
    color: rgb(208, 84, 84);
}
.no_poins {
    display: none;
}
.ret_flights {
    width: 55px;
    height: 90px;
    background: url(/view/assets/images/desktop_svg/return-55px.svg);
    background-repeat: no-repeat;
    float: left;
    background-size: auto 100%;
}
.text-underlined {
    text-decoration: underline;
}
.return_trip_span {
    position: relative;
    top: 1px;
}
.return_trip_img {
    width: 25px;
    margin-right: 5px;
}
.separated {
    background-position: -55px 0;
}
.return_trip_label_con {
    display: none;
}
.combine_sep_con {
    display: none;
}
.passender_fav_con label {
    margin: 0;
    border-top: 1px solid #E1E1E1;
}
.bc_bundle_con .division:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.bc_bundle_con {
    padding-bottom: 0 !important;
}
.label_bundle_con {
    display: none;
}
.no-pay-btn,
.no-pay-btn:hover,
.no-pay-btn:active,
.no-pay-btn:focus {
    width: 200px !important;
    border-radius: 0px !important;
    background: #d7d7d7 !important;
    border: #d7d7d7 !important;
    margin: 0 !important;
    width: 100% !important;
    outline: none;
}
.pm-type-container h5 {
    font-weight: bold !important;
}
.subscription_h5 {
    border-bottom: 1px solid #d6d6d6 !important;
    padding: 10px 16px !important;
}
.hawk_member_align {
    position: relative !important;
    top: 7px !important;
}
.lh_30 {
    line-height: 30px;
}
.booking_con_h4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #fff;
    background: #ffcc66;
}
#navigation_splash {
    margin-top: 10px;
}
#navigation_splash ul {
    margin: 0;
    padding: 0;
}
#navigation_splash ul li {
    list-style-type: none;
    display: inline-block;
    min-width: 120px;
}
#navigation_splash ul li:first-child {
    min-width: 140px !important;
}
#navigation_splash ul li:nth-child(2) {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}
#navigation_splash ul li a {
    max-width: 143px;
    display: inline-block;
}
#navigation_splash ul li a i {
    display: block;
}
#navigation_splash ul li a span {
    max-width: 150px;
    display: inline-block;
    font-size: smaller;
    line-height: normal;
    color: #aeaeae;
}
/*@media (min-width: 768px) {
    #success_booking_splash .modal-dialog {
        width: 500px;
    }
}
*/

#success_booking_splash .fa-building {
    color: #B35082;
}
#success_booking_splash .fa-plane {
    color: #ffcc66;
}
.label_cards_con {
    display: none;
}
#terms_and_con_modal h5 {
    margin-bottom: 0;
    color: #fff;
}
#terms_and_con_modal .modal-header {
    background: #FFCC66;
    border: #FFCC66;
}
.ul_terms_txt {
    padding-left: 25px;
    padding-right: 0;
    list-style: none;
}
.btn-history-showmore {
    border: none;
    padding: 10px;
    width: 200px;
    border-radius: 0;
}
.history-showmore {
    margin: 20px 0;
    text-align: center;
    display: none;
}
.view_back_button,
.view_back_button:active,
.view_back_button:hover,
.view_back_button:focus {
    min-width: 130px;
    border: #737373;
    border-radius: 0;
    color: #fff;
}
.no-bg {
    background: none;
}
.contact_view_con {
    margin-bottom: 10px;
}
.view_booking_h4 {
    color: #fff;
    background: #a72966;
}
.show-all-dashboard-booking .logo_airline {
    position: relative;
    top: 5px;
}
.logo_airline_view {
    position: relative;
    top: -2px;
}
.email_to_verifiy_li {
    display: none;
    background: rgb(241, 247, 233);
}

.no-pd-bot {
   padding-bottom: 0; 
}

.no-mg-bot {
    margin-bottom: 0;
}

.pad-lf{
    padding-right: 15px !important;
    padding-left: 15px !important;
}

#btn-cancel-search {
    background: #d3d3d3;
}


.input-group-addon.depart_time_fg {
    color: #d6d6d6;
}

.input-group-addon:last-child {
    border-left: 0;
    padding-right: 13px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-radius: 0;
}

.cancel-fav {
    padding: 0 !important;
    background: 0 !important;
}

.dir-ltr {
    direction: ltr;
}

.font-15{
   font-size: 15px; 
}

.dis-block {
    display: block;
}

.text-medium {
    font-size: medium !important;
}

.text-xlarge{
    font-size: x-large !important;
}

.text-smaller{
    font-size: smaller !important;
}

.text-small{
    font-size: small !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.text-size30{
    font-size: 30px !important;
}

.ps-absolute{
    position: absolute;
}

.no-display{
    display: none;
}

.color-bgray{
    color: #B5B5B5 !important;
}

.text-medium{
    font-size: medium !important;
}

.no-wrap{
    white-space: nowrap !important;
}

.v-top{
    vertical-align: top !important;
}

.color-white{
    color: #fff !important;
}

.bg-f1gray{
    background: #F1F1F1 !important;
}

.text-larger{
    font-size: larger !important;
}

.p010{
    padding: 0 10px !important;
}

.bg-green{
    background: #289a89 !important;
}

.p10{
    padding: 10px;
}

.p15{
    padding: 15px !important;
}

.break-word{
    word-wrap: break-word !important;
}

.lh30{
    line-height: 30px !important;
}

.w100-percent{
    width: 100% !important;   
}

.bg-color-e7{
    background-color: #E7F3DD !important;
}

.w130{
    width: 130px !important;
}

.p015{
    padding: 0 15px !important;
}

.p-20-15{
    padding: 20px 15px;
}

.m150{
    margin: 15px 0 !important;
}

.pass_error {
    border-top: 3px solid #D05454;
}

@media (max-width: 430px) and (min-width: 0px) {
    #new_dash .container.panel-body {
        margin-left: 31px;
        width: 100% !important;
    }

    .active_booking_title {
        padding: 11px !important;
        font-size: 22px;
        margin: 0px;
        margin-left: 40px;
    }
    #nav_sidebar_nav_newdash{
        width: 46px !important;
    }

    .hidden_add_favorite{
        display: none;
    }

    .passenger_tab_row{
        margin-right: initial !important;
        margin-left: initial !important;
    }

    .sub-booking-plane-icon{
        padding: 0 !important;
    }
}

select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.full-width,.full-width:active, .full-width:hover  {
    width: 100% !important;
}

.show_terms {
    cursor: pointer;
}

.hawk_lbl {
    padding: 0 5px 0 15px; 
}

.edit_button .fa:focus, .edit_button {
    outline: none;
} 

@media (max-width: 430px) and (min-width: 320px){
    .active_booking_title {
        padding: 11px !important;
        font-size: 22px;
        margin: 0px;
        margin-left: 40px;
    }
    #nav_sidebar_nav_newdash {
        width: 45px !important;
    }

    .sub-booking-plane-icon {
        padding: 0px !important;
    }
}

@media (max-width: 763px) and (min-width: 431px) {
    #new_dash .container.panel-body {
        margin-left: 80px;
        width: 80%;
    }
}

@media (max-width: 1199px) and (min-width: 764px) {
    #new_dash .container.panel-body {
        margin-left: 80px;
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .above{
        left: -16px;
    }
}

#frm-ts-fs {
    background: #fff;
}

.boot-default-btn{
    border-radius: 0px !important;
    background: #d7d7d7 !important;
    border: #d7d7d7 !important;
    margin: 0 !important;
    outline: none;
}

.sadad_con.active_dis {
    background: #e5eedb;
}

.sadad_con.active_dis .pay_sadad_txt{
    font-family: helvetica;
    color: #000200;
}

.sadad_con.active_dis .sadad_dis_txt {
    color: #80be42;
}

.limited_time {
    font-size: 12px;
    padding: 5px 0px 10px 0px;
    font-weight: 600;
}

.pd-top-10 {
    padding-top: 10px !important;
}

.pd-bot-20 {
    padding-bottom: 20px !important;
}

.bank-trans-img {
    max-width: 30px !important;
    top: -3px;
}

.btn-close-newp,
.btn-close-newp:hover,
.btn-close-newp:active,
.btn-close-newp:focus {
    width: 100% !important;
}

.image-new-payment {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}




/* 

=====================
    Version 3.0 
=====================
Author: MG
Date : 2.9.2017;




*/


/*.wrapper {
    margin-top: 53px;
}*/

.wrapper[data-id='dashboard'],
.wrapper[data-id='loyalty'],
.wrapper[data-id='hawk'],
.wrapper[data-id='history'],
.wrapper[data-id='refer'],
.wrapper[data-id='passengers'],
.wrapper[data-id='profile'],
.wrapper[data-id='wallet'],
.wrapper[data-id='wallet-transfer'],
.wrapper[data-id='transfer-bank-details'],
.wrapper[data-id='wallet-confirmation'],
.wrapper[data-id='account'],
.wrapper[data-id='transaction-item'],
.wrapper[data-id='payment-form'],
.wrapper[data-id='passenger-info'],
.wrapper[data-id='flight-details'],
.wrapper[data-id='flight-ticket'],
.wrapper[data-id='seat-map'],
.wrapper[data-id='flight-policies'],
.wrapper[data-id='booked-policies'],
.wrapper[data-id='offers'],
.wrapper[data-id='coupons'],
.wrapper[data-id='transaction-history'],
.wrapper[data-id='flight-request'],
.wrapper[data-id='flight-result'],
.wrapper[data-id='esal-details'],
.wrapper[data-id='akeedmiles-transfer'],
.wrapper[data-id='paymentgateway'] {
    margin-top: 145px;
    /*min-height: calc(100vh);*/
}

.wrapper[data-id='notifications'] {
    margin-top: 60px;
}



.wrapper[data-id='terms'],
.wrapper[data-id='privacy'],
.wrapper[data-id='view-booking'],
.wrapper[data-id='view-waiting'] {
    margin-top: 53px;
    min-height: calc(100vh - 358px)
}

.wrapper[data-id='profile-security'],
.wrapper[data-id='card-security'],
.wrapper[data-id='hawk-security'],
.wrapper[data-id='loyalty-security'],
.wrapper[data-id='booking-security'] {
    margin-top: 80px;
    min-height: calc(100vh);
}

.wrapper[data-id='offers-details'] {
    margin-top: 53px;
}


.half-header {
    background-color: #cb538d;
    height: 50px;
    position: relative;
}

.half-header .container .half-label {
    color: #cb538d;
    margin-bottom: 5px;
    background-color: #fff;
    padding: 15px 20px;
    bottom: -20px;
    /* left: 50%; */
    /* position: absolute; */
    /* transform: translate(-50%, 50%); */
    border-radius: 5px;
}



/* FORM CSS*/
.h-input{
    height: 40px;
    line-height: 40px;
    /*border-radius: 3px;*/
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 0;
    border-radius: 0px;
}


.fa-form {   
    transition: 0.3s;
}
.fa-form[disabled] {
    background-color: #fff;
    border: 0;
    transition: 0.3s;
}


/* BUTTON CSS*/
.btn-fa-primary {
    background-color: #196DFB;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
    /*border-radius: 0px; */
    transition: 0.3s;
}

.btn-fa-primary:focus,
.btn-fa-primary:active,
.btn-fa-primary:hover {
    color: #fff;
    background-color: #196DFB;
    /*background-color: #289a89;*/
    /*background-color: #4a9a29;*/
    transition: 0.3s;
}

.btn-request-to-cancel {
    background-color: #d64343;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
    /*border-radius: 0px; */
    transition: 0.3s;
}

.btn-requested-to-cancel,
.btn-requested-to-cancel:focus,
.btn-requested-to-cancel:active,
.btn-requested-to-cancel:hover {
    background-color: #b3b3b3;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-request-to-cancel:focus,
.btn-request-to-cancel:active,
.btn-request-to-cancel:hover {
    color: #fff;
    background-color: #d64343;
    /*background-color: #4a9a29;*/
    transition: 0.3s;
}

/* .btn-fa-cancelv2 {
    background-color: #fab217;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    transition: 0.3s;
}

.btn-fa-cancelv2:focus,
.btn-fa-cancelv2:active,
.btn-fa-cancelv2:hover {
    color: #fff;
    background-color: #fab217;
    background-color: #4a9a29;
    transition: 0.3s;
} */

.btn-request-change {
    background-color: #fab217;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
    /*border-radius: 0px; */
    transition: 0.3s;
}

.btn-requested-change,
.btn-requested-change:focus,
.btn-requested-change:active,
.btn-requested-change:hover {
    background-color: #b3b3b3;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-request-change:focus,
.btn-request-change:active,
.btn-request-change:hover {
    color: #fff;
    background-color: #fab217;
    /*background-color: #4a9a29;*/
    transition: 0.3s;
}

.btn-fa-transparent-blue {
    background-color: transparent;
    border: solid 1px #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    /*border-radius: 0px; */
    transition: 0.3s;
}

.btn-fa-transparent-blue:focus,
.btn-fa-transparent-blue:active,
.btn-fa-transparent-blue:hover {
    color: #38bca8;
    background-color: transparent;
    /*background-color: #4a9a29;*/
    transition: 0.3s;
}

.btn-fa-gold {
    background-color: #c1a736;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
    /*border-radius: 0px; */
    transition: 0.3s;
}

.btn-fa-gold:focus,
.btn-fa-gold:active,
.btn-fa-gold:hover {
    color: #fff;
    background-color: #c1a736;
    /*background-color: #4a9a29;*/
    transition: 0.3s;
}

#mdl-cancel-esal {
    top: 120px;
}

.btn-fa-cheapest {
    background-color: #6f34ad;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
    /*border-radius: 0px; */
    transition: 0.3s;
}

.btn-fa-cheapest:focus,
.btn-fa-cheapest:active,
.btn-fa-cheapest:hover {
    color: #fff;
    background-color: #5915a0;
    /*background-color: #4a9a29;*/
    transition: 0.3s;
}

.btn-fa-cancel {
    background-color: #b3b3b3;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
    /*border-radius: 0px; */
    transition: 0.3s;
}

.btn-cancel-waiting {
    background: white !important;
    border: 1px solid #d64343 !important;
    color: #d64343 !important;
    outline: none;
    box-shadow: none;
}

.btn-change-payment-fees {
    margin-top: 0px !important;
    font-size: 16px;
}

.change-inst {
    color:#939393;
    font-size: 12px;
}

.btn-change-payment,
.btn-change-payment:focus,
.btn-change-payment:active,
.btn-change-payment:hover {
    background: white;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
}

.btn-fa-cancel:focus,
.btn-fa-cancel:active,
.btn-fa-cancel:hover {
    color: #fff;
    background-color: #909090;
    /*background-color: #4a9a29;*/
    transition: 0.3s;
}

.btn-fa-hide {
    background-color: #4d4d4d;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
    /*border-radius: 0px; */
    transition: 0.3s;
}

.btn-fa-hide:focus,
.btn-fa-hide:active,
.btn-fa-hide:hover {
    color: #fff;
    background-color: #383838;
    /*background-color: #4a9a29;*/
    transition: 0.3s;
}


/*.btn-primary-2 {
    border: 0;
    background-color: #38bca8;
    color: #fff;
}
.btn-primary-2:hover,
.btn-primary-2:active,
.btn-primary-2:focus
{
    color: #fff;
    background-color: #4a9a29;
}

*/
.btn-secondary-2 {
    border: 0px;
    background-color: #fbb317;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.apple-pay-button {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: book;
    -apple-pay-button-style: black;
    outline: none !important;
    box-shadow: none !important;
    height: 46px;
}
.apple-pay-button-setup {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: set-up !important;
    -apple-pay-button-style: black;
    outline: none !important;
    box-shadow: none !important;
    height: 46px;
}
.btn-secondary-2:hover,
.btn-secondary-2:focus,
.btn-secondary-2:active {
    color: #fff;
    background-color: #da980a;
}

.btn-white {
    background-color: #fff;
    /*color: #888;*/
}

.btn-white:focus, .btn-white:after, .btn-white:active, .btn-white:hover {
    background-color: #f3f3f3;
    /* color: #fff; */
    outline: none;
    box-shadow: none;
}

.btn-pink {
    background-color: #cc6699;
    color: #fff;
    outline: none;
    box-shadow: none;
    transition: 0.3s;
}

.btn-pink:hover {
    background-color: #c5558d;
    color: #fff;
    transition: 0.3s;
}

.btn-fa-delete {
    color: #fff;
    background: #d61414;
    outline: none;
    box-shadow: none;
}
.btn-fa-delete:hover,
.btn-fa-delete:active {
    color: #fff;
    background: #b71414;
    outline: none;
    box-shadow: none;
}


.btn-cancel {

}

.btn-text:hover,
.btn-text:after,
.btn-text:focus,
.btn-text{
    color: #38bca8;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
    display: inline-block;
}

.btn-fa {
    width: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.btn-outline {
    background: transparent;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
}
.btn-outline:after,
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus
{
    background: #fff;
    border: 1px solid #196DFB;
    color: #196DFB;
    outline: none !important;
    box-shadow: none;
}

.btn-sec-outline {
    background: transparent;
    border: 1px solid #196DFB;
    color: #196DFB;
    outline: none;
    box-shadow: none;
}
.btn-search-outline {
    background: transparent;
    border: 1px solid #e6f0ff;
    color: #e6f0ff;
    outline: none;
    box-shadow: none;
}
.btn-search-outline:after,
.btn-search-outline:hover,
.btn-search-outline:focus,
.btn-search-outline:active,
.btn-search-outline.active,
.btn-search-outline.focus
{
    background: transparent;
    border: 1px solid #196DFB;
    color: #e6f0ff;
    outline: none;
    box-shadow: none;
}
.btn-sec-outline:after,
.btn-sec-outline:hover,
.btn-sec-outline:focus,
.btn-sec-outline:active,
.btn-sec-outline.active,
.btn-sec-outline.focus
{
    background: #fff;
    border: 1px solid #196DFB;
    color:#196DFB;
    outline: none !important;
    box-shadow: none;
}


.btn-white-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.btn-white-outline:after,
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active,
.btn-white-outline.active,
.btn-white-outline.focus
{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    outline: none !important;
    box-shadow: none;
}

.btn-opaque,
.btn-opaque:hover,
.btn-opaque:active,
.btn-opaque:after {
    color: inherit;
    background: transparent;  
    outline: none !important;
    box-shadow: none !important;
}

.btn-close {
    cursor: pointer;
    padding: 10px;
    z-index: 999;
}

.btn-close-panel {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    color: #ff0000;
}

.btn-fa-wait:hover,
.btn-fa-wait:focus,
.btn-fa-wait {
    background-color: #fff;
    border: 1px solid #fab316;
    color: #fab316;
    outline: none;
    box-shadow: none;
    transition: 0.3;
}

.btn-fa-waitlist:hover,
.btn-fa-waitlist:focus,
.btn-fa-waitlist {
    background-color: #fff;
    border: 1px solid #fab316;
    color: #fab316;
    outline: none;
    box-shadow: none;
    transition: 0.3;
}

.btn-fa-waitlist {
    background-color: #fbb317;
    color: #fff;
} 


.btn-fa-wait[sltd="1"] {
    background: #fab316;
    color: #fff;
    transition: 0.3;
}
.btn-fa-wait:hover, .btn-fa-wait:focus, .btn-fa-wait:hover {
    background-color: #fbb317;
    color: #fff;
}

.btn-fa-avail:hover,
.btn-fa-avail:focus,
.btn-fa-avail {
    background-color: #fff;
    border: 1px solid #38bca8;
    color: #38bca8;
    outline: none;
    box-shadow: none;
    transition: 0.3;
}

.btn-fa-avail[sltd="1"] {
    background: #38bca8;
    color: #fff;
    transition: 0.3;
}



.btn-tp-outline {
    padding: 9px 16px;
    background: transparent;
    color: #a72966;
    cursor: pointer;
    border-top: 1px solid #a72966;
    border-bottom: 1px solid #a72966;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    height: 45px;
}


.btn-social {
    background: #aaa;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin: auto 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.btn-social:active,
.btn-social:focus,
.btn-social:hover {
    background : #8a8a8a;
    color: #fff;
    transition: 0.3s;
}


.btn-collapse {
    cursor: pointer;
}
.btn-collapse.collapsed  .down{    display: block;   }
.btn-collapse.collapsed  .up{    display: none;   }

.btn-collapse .down{    display: none;   }
.btn-collapse .up{    display: block;   }


/* CUSTOM FRAME CSS */

.btn-google,
.btn-twitter,
.btn-facebook {
    cursor: pointer;
    display: inline-block !important;
    color: #fff;
    padding: 6px 12px;
    /*width: 100%;*/
    vertical-align: middle;
    text-align: center;
}
.btn-facebook { background-color: #3b5998; }
.btn-google { background-color: #db3236; }
.btn-twitter { background-color: #00aced; }



.btn-copy-promo {
    position: absolute;
    font-size: 12px;
    top: 5px;
    right: 15px;
    cursor: pointer;
}
.fl-pymnt-wallet_edit {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #38bca8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    transition : 0.5s;
    -webkit-transition : 0.5s;
    -moz-transition : 0.5s;

}
.fl-pymnt-wallet_akeed {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #38bca8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    transition : 0.5s;
    -webkit-transition : 0.5s;
    -moz-transition : 0.5s;

}
.fl-pymnt-wallet_change {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #38bca8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    transition : 0.5s;
    -webkit-transition : 0.5s;
    -moz-transition : 0.5s;

}
.mg-toggle > input {
    display: none;
}
.wallet-toggle > input:checked + .fl-pymnt-wallet_edit {
          transition : 0.5s;
  -webkit-transition : 0.5s;
     -moz-transition : 0.5s;
   right: 0; 
}

.wallet-toggle > input:not(:checked) + .fl-pymnt-wallet_edit {
   transition : 0.5s;
   -webkit-transition : 0.5s;
   -moz-transition : 0.5s; 
   right: calc(100% - 20px);
}


.fl-pymnt-wallet_edit.clr {
    background-color: #d4d4d4;
}

.wallet-toggle > input:checked + .fl-pymnt-wallet_akeed {
          transition : 0.5s;
  -webkit-transition : 0.5s;
     -moz-transition : 0.5s;
   right: 0; 
}

.wallet-toggle > input:not(:checked) + .fl-pymnt-wallet_akeed  {
   transition : 0.5s;
   -webkit-transition : 0.5s;
   -moz-transition : 0.5s; 
   right: calc(100% - 20px);
}

.wallet-toggle > input:checked + .fl-pymnt-wallet_akeed.clr {
    background-color: #38bca8;
}

.fl-pymnt-wallet_akeed.clr {
    background-color: #d4d4d4;
}

.wallet-toggle > input:checked + .fl-pymnt-wallet_change {
          transition : 0.5s;
  -webkit-transition : 0.5s;
     -moz-transition : 0.5s;
   right: 0; 
}

.wallet-toggle > input:not(:checked) + .fl-pymnt-wallet_change  {
   transition : 0.5s;
   -webkit-transition : 0.5s;
   -moz-transition : 0.5s; 
   right: calc(100% - 20px);
}

.wallet-toggle > input:checked + .fl-pymnt-wallet_change.clr {
    background-color: #38bca8;
}

.fl-pymnt-wallet_change.clr {
    background-color: #d4d4d4;
}

.pts-history-item {
    padding: 0px;
}
.mg-toggle {
    display: inline-block;
    background: #e3e3e3;
    width: 40px;
    position: relative;
    border-radius: 20px;
    height: 10px;
}

.wallet-toggle > input:checked + .fl-pymnt-wallet_edit.clr {
    background-color: #38bca8;
}

/*hawks*/
.fl-pymnt-wallet-hawks {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #38bca8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    transition : 0.5s;
    -webkit-transition : 0.5s;
    -moz-transition : 0.5s;

}
.mg-toggle > input {
    display: none;
}
.wallet-toggle > input:checked + .fl-pymnt-wallet-hawks {
          transition : 0.5s;
  -webkit-transition : 0.5s;
     -moz-transition : 0.5s;
   right: 0; 
}

.wallet-toggle > input:not(:checked) + .fl-pymnt-wallet-hawks {
   transition : 0.5s;
   -webkit-transition : 0.5s;
   -moz-transition : 0.5s; 
   right: calc(100% - 20px);
}


.fl-pymnt-wallet-hawks.clr {
    background-color: #d4d4d4;
}
.mg-toggle {
    display: inline-block;
    background: #e3e3e3;
    width: 40px;
    position: relative;
    border-radius: 20px;
    height: 10px;
}

.wallet-toggle > input:checked + .fl-pymnt-wallet-hawks.clr {
    background-color: #38bca8;
}
/*hawks*/

.fl-pymnt-wallet {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #38bca8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    transition : 0.5s;
    -webkit-transition : 0.5s;
    -moz-transition : 0.5s;

}
.mg-toggle > input {
    display: none;
}
.wallet-toggle > input:checked + .fl-pymnt-wallet {
          transition : 0.5s;
  -webkit-transition : 0.5s;
     -moz-transition : 0.5s;
   right: 0; 
}

.wallet-toggle > input:not(:checked) + .fl-pymnt-wallet {
   transition : 0.5s;
   -webkit-transition : 0.5s;
   -moz-transition : 0.5s; 
   right: calc(100% - 20px);
}


.fl-pymnt-wallet.clr {
    background-color: #d4d4d4;
}
.mg-toggle {
    display: inline-block;
    background: #e3e3e3;
    width: 40px;
    position: relative;
    border-radius: 20px;
    height: 10px;
}

.wallet-toggle > input:checked + .fl-pymnt-wallet.clr {
    background-color: #38bca8;
} 
.wallet-toggle > input {
    display: none;
}
.wallet-toggle{
    display: inline-block;
    background: #e3e3e3;
    width: 40px;
    position: relative;
    border-radius: 20px;
    height: 10px;
    vertical-align: sub;
}
.toggle-align {
    margin-bottom: 3px !important;
     margin-left: 15%; 
}

.mg-toggle-circle {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #38bca8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    transition : 0.5s;
    -webkit-transition : 0.5s;
    -moz-transition : 0.5s;

}
.mg-toggle > input {
    display: none;
}
.mg-toggle > input:checked + .mg-toggle-circle {
          transition : 0.5s;
  -webkit-transition : 0.5s;
     -moz-transition : 0.5s;
   right: 0; 
}

.mg-toggle > input:not(:checked) + .mg-toggle-circle {
                 transition : 0.5s;
  -webkit-transition : 0.5s;
     -moz-transition : 0.5s; 
   right: calc(100% - 20px);
}


.mg-toggle-circle.clr {
    background-color: #d4d4d4;
}

.mg-toggle > input:checked + .mg-toggle-circle.clr {
    background-color: #196df5;
} 


.fa-navbar.navbar-default {
    min-height: 53px;
    height: 60px;
    background-color: #1A1F71;
    border: 0px;
    border-radius: 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}
.pricesummary {
    padding: 0px;
    margin: 0px;
    background-color: #cb538d;
    color: white;
    border-radius: 0px 0px 3px 3px;
}

.fa-navbar.navbar-default .navbar-brand {
    padding: 10px;
}
.fa-navbar.navbar-default .navbar-brand > img { height: 100%; }


.fa-navbar.navbar-default .nav > li > a {
    color: #fff;
    cursor: pointer;
    /* height: 53px; */
    /* line-height: 48px; */
    padding: 0px;
    padding: 0px 5px;
    margin: 0px 5px;
    transition: .2s all ease-in-out;
    border-radius: 25px;
    padding: 10px 15px;
    margin-top: 4px;
}

.fa-navbar.navbar-default .nav > li > a.ico {
    padding: 5px;
    margin-top: 7px;
}


/*.fa-navbar.navbar-default .nav > li > a.pad {
    padding : 13px 5px;
}
.fa-navbar.navbar-default .nav > li > a.user {
    padding: 0px 10px;
    line-height: 50px;
}
*/
.fa-navbar.navbar-default .nav > li > a.user > .user-image {
    width: 28px;
    height: 28px;
    background-image: url(../images/no_profile.png);
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin: 0px 5px;
}

.fa-navbar.navbar-default .nav > li > a:hover {
    color: #fff;
    background: #196DFB;
}



.fa-navbar.navbar-default .navbar-nav>.open>a, 
.fa-navbar.navbar-default .navbar-nav>.open>a:focus, 
.fa-navbar.navbar-default .navbar-nav>.open>a:hover {
    background-color: #a72966;
    color: #fff;
    transition: 0.3s;
}
@media (min-width: 768px){
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    margin-top: 6px;
 }
}

.global-wrap.search {
    background: transparent;
}
.global-wrap.search .flight_credit_text_label{
    border-color: #fff;
    color: #fff;
}
.global-wrap.search ul.user_new_menu>li>a{
    color: #fff;
}



.flight_credit_text_label{
    border: solid 1px #289a89;
    color: #888;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
    min-width: 75px;
}


#nav_flight_credit{
    font-size: x-large;
    font-weight: bold;
}



.main-bg {
    height: auto;
    /*min-height: calc(100vh - 90px);*/
    min-height: calc(100vh);
    background-image: url('../images/home/bg5.jpg');
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}

.booking-nav,
.dashboard-nav,
.search-bar-container {
    background-color: #fff;
    background-color: #0a0f57;
    width: 100%;
    /*margin-top: -20px;*/
    margin-bottom: 20px;
    transition: 0.3s;
    color: #fff;
    z-index: 998;
    width: 100%;
    position: fixed;
    top: 60px;
}
.dashboard-nav,
.booking-nav {
    height: 65px;
}
.search-bar-container {
    max-height: 147px;

}
.search-bar-container.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    margin-top: 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
    transition: 0.3s;
}
.search-bar-container .col-item {
    height: 65px;
    vertical-align: top;
    /*margin: 0px 10px;*/
    display: inline-block;
    vertical-align: middle;
}
.search-bar-container .col-item .btn:focus,
.search-bar-container .col-item .btn:after,
.search-bar-container .col-item .btn { 
    height: 65px; 
    outline: none;
    box-shadow: none;
}

.search-bar-container .step {
    margin-right: 15px;
    position: absolute;
    right: 0px;
    top: 20%;
}
.search-bar-container .search {
    margin-right: 15px;
    position: absolute;
    right: 0px;
    top: 19%;
}

body.ar .search-bar-container .search {
    margin-right: 975px;
    position: absolute;
    right: 0px;
    top: 19%;
}

.changeSearch {
    width: 95%;
    margin-left: 44px;
}

body.ar .changeSearch {
    width: 95%;
    margin-right: 44px;
}

.change-search-container {
    margin-top: 20px;
    background-color: white;
    padding: 22px;
    margin-bottom: 20px;
    border-radius: 3px;
    color: black;
    display: flex;
}

.changeSearch .form-control {
  /*height : 50px;*/
  /*padding-left : 30px;*/
  /*font-weight : bold;*/
  color: #1a1f71;
  border-radius : 0px;
  border : 0px;
  border-right-color : transparent;
  border-top-color : transparent;
  border-bottom-color : transparent;
  box-shadow : none;
  background : transparent;
  z-index : 2;
  font-size : 22px;
  /* width: 95px; */
  /*margin-bottom : 10px;*/
  padding : 0px 0px;
  /*margin-top : 5px;*/
}

.changeSearch .form-control:focus,
.changeSearch .form-control:after,
.changeSearch .form-control:active {
  border : none !important;
}


.changeSearch #change_departure_word {
    position: absolute;
    /* right: 170px; */
    z-index: 12;
    padding: 0px 10px;
    z-index: 1;
    font-size: 22px;
    top: 50%;
    left: 65%;
    transform: translateY(-50%);
    color: #1a1f71;
}

body.ar .changeSearch #change_departure_word {
    position: absolute;
    /* right: 170px; */
    z-index: 12;
    padding: 0px 10px;
    z-index: 1;
    font-size: 22px;
    top: 50%;
    right: 60%;
    transform: translateY(-50%);
    color: #cb538d;
}

.changeSearch #change_arrival_word {
    position: absolute;
    /* right: 170px; */
    z-index: 12;
    padding: 0px 10px;
    z-index: 1;
    font-size: 22px;
    top: 60%;
    left: 32%;
    transform: translateY(-50%);
    color: #1a1f71;
}

body.ar .changeSearch #change_arrival_word {
    position: absolute;
    /* right: 170px; */
    z-index: 12;
    padding: 0px 10px;
    z-index: 1;
    font-size: 22px;
    top: 60%;
    left: 51%;
    transform: translateY(-50%);
    color: #1a1f71;
}

#changeResult .fl-route-list:hover,
#changeResultArr .fl-route-list:hover {
    background: #cb538d !important;
    background-color: #cb538d !important;
    border: 1px solid #cb538d !important;
    color: #fff;
    transition: 0.3s;
    margin: 0px !important;
    /* border: 0px !important; */
}

#changeResult .fl-route-list:focus,
#changeResult .fl-route-list:visited,
#changeResult .fl-route-list:active,
#changeResultArr .fl-route-list:focus,
#changeResultArr .fl-route-list:visited,
#changeResultArr .fl-route-list:active, {
    margin: 0px !important;
}

#changeResult .fl-routes:hover,
#changeResultArr .fl-routes:hover {
    color: #fff !important;
}

#changeResult .fl-route-list,
#changeResultArr .fl-route-list {
    margin: 0px !important;
    background-color: #fff;
}


#changeResult .fl-route-list.fl-routes:hover {
    color: #fff;
}

.pass-cab-config {
    position: absolute;
    left: 300%;
    top: 77px;
    height: auto;
    background: #fff;
    z-index: 2;
    border-radius: 3px;
    padding: 10px; 
    width: 300px;
    opacity: 0;
    transition: 0.5s;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
}

.pass-cab-config.active {
    opacity: 1;
    left: calc(-18% + 50px);
    transition: 0.5s;
    pointer-events: initial;
    z-index: 1;
}

.btn-back-result {
    position: relative;
    bottom: 15px;
    left: 1020px;
}

/* body.ar .changeFrom,
body.ar .changeTo,
body.ar .changePass {
   margin-right: -180px;
} */

body.ar .btn-back-result {
    position: relative;
    bottom: 15px;
    left: -970px;
}

body.ar .close-config {
    margin-right: 100px !important;
}

#change_cabin select {
    -webkit-appearance: none;
    background: url(../images/icons/arrow-down-pink.svg);
    background-repeat: no-repeat;
    background-position-y: 20px;
    background-position-x: 228px;
    padding: 15px 15px 15px 0px;
}

body.ar #change_cabin select {
    background-position-x: 0px;
}

#change-cabin:focus {
    outline: none;
}
#change-cabin {
    width: 100%;
    z-index: 1;
    border: 1px solid transparent;
    border-radius: 0px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
}

#change-cabinv2 {
    width: 100%;
    z-index: 1;
    border: 1px solid transparent;
    border-radius: 0px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px;
    background: url(../images/icons/book_2.png);
    background-repeat: no-repeat;
    background-position-y: 15px;
    background-position-x: 2px;
    padding: 15px 15px 15px 35px;
}

#change-cabinv2:focus {
    outline: none;
}
body.ar #change-cabinv2 {
    background-position-y: 15px;
    padding: 15px 310px 15px 35px;
    transform: scaleX(-1);
}
.pass-cab-config > input.form-control {
    width: 50%;
    margin: auto;
    padding: 0;
    font-size: 30px;
    height: auto;
    text-align: center;
    border: 0px;
    box-shadow: none !important;
    outline: none !important;
    height: 50px;
    background: #fff;
    cursor: default;
    pointer-events: none;
}

.changeDep .ui-autocomplete,
.changeArr   .ui-autocomplete {
  max-height: calc(100vh - 335px);
  overflow-y: auto;
  width: 100% !important;
}

body.ar .changeDep .ui-autocomplete {
  max-height: calc(100vh - 335px);
  overflow-y: auto;
  width: 100% !important;
  left: 0px !important;
}
,
body.ar .changeArr  .ui-autocomplete {
  max-height: calc(100vh - 335px);
  overflow-y: auto;
  left: 174px !important;
}

.changeDep .ui-autocomplete::-webkit-scrollbar-button,
.changeArr  .ui-autocomplete::-webkit-scrollbar-button{ 
  display: block; 
  height: 90%;
  border-radius: 0px;
  background-color: #fff;
}
.changeDep .ui-autocomplete::-webkit-scrollbar-button:hover,
.changeArr  .ui-autocomplete::-webkit-scrollbar-button:hover{
  background-color: #f1f1f1; 
}
.changeDep .ui-autocomplete::-webkit-scrollbar-thumb,
.changeArr  .ui-autocomplete::-webkit-scrollbar-thumb{ 
  background-color: #38bca8; 
  border-radius: 50px; 
}
.changeDep .ui-autocomplete::-webkit-scrollbar-thumb:hover,
.changeArr  .ui-autocomplete::-webkit-scrollbar-thumb:hover{ 
  background-color: #38bca8;
  border-radius: 50px; 
}
.changeDep .ui-autocomplete::-webkit-scrollbar-track,
.changeArr  .ui-autocomplete::-webkit-scrollbar-track{ 
  background-color: #f1f1f1; 
}
.changeDep .ui-autocomplete::-webkit-scrollbar-track:hover, 
.changeArr  .ui-autocomplete::-webkit-scrollbar-track:hover{ 
  background-color: #f1f1f1; 
}
.changeDep .ui-autocomplete::-webkit-scrollbar,
.changeArr  .ui-autocomplete::-webkit-scrollbar{ 
  width: 7px; 
}

/* .changeDep .fl-routes:hover, .changeDep .fl-routes:after, .changeDep .fl-routes:active .changeDep .fl-country, .changeDep .fl-routes:hover .changeDep .fl-country {
    background: #cb538d !important;
    background-color: #cb538d !important;
    border: 1px solid #cb538d !important;
    color: #fff;
    transition: 0.3s;
} */

.ret-date-con-change.active, .dpt-date-con-change.active {
    opacity: 1;
    left: calc(-18% + 20px);
    transition: 0.5s;
    pointer-events: initial;
    z-index: 10;
}

body.ar .ret-date-con-change.active, body.ar .dpt-date-con-change.active {
    opacity: 1;
    left: calc(-130% + 20px);
    transition: 0.5s;
    pointer-events: initial;
    z-index: 10;
}

.ret-date-con-change, .dpt-date-con-change {
    position: absolute;
    left: 130%;
    top: 40px;
    height: auto;
    background: #fff;
    /* z-index: 2; */
    border-radius: 3px;
    /* padding: 10px; */
    width: 300px;
    opacity: 0;
    transition: 0.5s;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
}

.visa-container {
    position: absolute;
    top: 22px;
    left: 110px;
    border-radius: 25px;
    padding: 0px 15px;
    margin-top: 2px;
    background-color: red;
    color: #fff;
}
.departure-mobiscroll-change *,
.returen-mobiscroll-change *{
  font-family: 'BESS' !important;
}

.ret-date-con-change .mbsc-flyakeed .dwwr, 
.ret-date-con-change .dw-cal, 
.dpt-date-con-change .mbsc-flyakeed .dwwr, 
.dpt-date-con-change .dw-cal {
    background: #fff;
}

.ret-date-con-change *, .dpt-date-con-change * {
    pointer-events: none;
}

.ret-date-con-change.active *, .dpt-date-con-change.active * {
    pointer-events: initial;
}

.dw-cal-row {
    /* height: 46px; */
    height: 46px;
    /* padding: 3px 0px; */
    display: flex;
    justify-content: center;
    align-content: center;
}

/* .mbsc-mobiscroll .dw-cal-day {
    height: 40px;
    width: 40px;
} */

.mbsc-flyakeed .dw-cal .dw-i {
    height: 40px;
    /* width: 40px; */
    line-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dw-cal-row .dw-i {
    border: 2px solid transparent;
}

.dw-cal-row .dw-i .dw-cal-day-fg {
    line-height: 40px;
    padding: 0px;
}

.dpt-date-con-change .mbsc-flyakeed .dw-cal .dw-sel .dw-i {
    background: #fff !important;
    color: #454545;
    border-color: #cb538d;
    border: 2px solid #cb538d;
    border-radius: 50%;
}

#changeAdult,
#changeKid,
#changeInfant {
    margin-top: -5px; 
    margin-left: 5px;
}

.btn-change-flight {
    width: 134px; 
    height: 44px;
}

body.ar .btn-change-flight {
    margin-right: 160px;
}

.ret-date-con-change .mbsc-flyakeed.dw-range .dw-cal-table .dw-cal-day-hl .dw-i {
    background: #ffffff;
    color: #454545;
    border-color: #cb538d;
    border: 2px solid #cb538d;
    border-radius: 50%;
}

.dw-cal-table .dw-cal-sel-start:not(.dw-cal-sel-end) {
  border-radius: 50% 0px 0px 50%;  
  background: rgba(203, 83, 141, 0.3);
}

body.ar .dw-cal-table .dw-cal-sel-start:not(.dw-cal-sel-end) {
  border-radius: 0% 50% 50% 0%;  
  background: rgba(203, 83, 141, 0.3);
}

.dw-cal-table .dw-cal-day:last-child.dw-cal-sel-start {
  border-radius: 50%;
}

.dw-cal-row .dwb-e:last-child .dw-i{
    border-radius: 0px 50% 50% 0px;
}
body.ar .dw-cal-row .dwb-e:last-child .dw-i{
    border-radius: 50% 0% 0% 50%;
}
.dw-cal-row .dwb-e:first-child .dw-i{
 border-radius: 50% 0px 0px 50%;
}
body.ar .dw-cal-row .dwb-e:first-child .dw-i{
 border-radius: 50% 0% 0% 50%;
}
.mbsc-mobiscroll .dw-cal-day-hl .dw-i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

/* .mbsc-mobiscroll .dw-cal-day {
  height: 40px;
  width: 40px;
} */

.dw-cal-table .dw-cal-sel-start:not(.dw-cal-sel-end) .dw-i {
  background: #fff !important;
  color: #454545;
  border-color: #cb538d;
  border: 2px solid #cb538d;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
/*.dw-cal-table .dw-cal-day-last .dw-i,*/
.dw-cal-table .dw-cal-sel-end:not(.dw-cal-sel-start) {
  background: rgba(203, 83, 141, 0.3);
  border-radius: 0px 50% 50% 0px;  
}
body.ar .dw-cal-table .dw-cal-sel-end:not(.dw-cal-sel-start) {
  background: rgba(203, 83, 141, 0.3);
border-radius: 50% 0px 0px 50%;  
}

.dw-cal-table .dw-cal-sel-end:not(.dw-cal-sel-start) .dw-i {
  background: #fff !important;
  color: #454545;
  border-color: #cb538d;
  border: 2px solid #cb538d;
  border-radius: 50%;
}
.dw-cal-table .dw-cal-sel-end:not(.dw-cal-sel-start) .dw-i {
  border-radius: 50%;  
}


.dw-cal-table .dw-cal-day:first-child.dw-cal-sel-end {
  border-radius: 50%;
}

.btn-switcher-change {
    position: relative;
    right: 180px;
    top: 20px;
    z-index: 99;
}

body.ar .btn-switcher-change {
    position: relative;
    right: -170px;
    top: 20px;
    z-index: 99;
}

.search-item {
    width: calc(50% - 8px);
    position: relative;
    display: inline-block;
    z-index: 1;
}
.search-item-change {
    width: calc(100% - 8px);
    position: relative;
    display: inline-block;
    z-index: 1;
}
.footerWrapperv2 {
  width: 100%;
  padding: 20px;
  background-color: #fff;

}

.footer-card {
  position : relative;
}
.callUs {
    margin-left: 10px;
    line-height: 1.33;
    color: #1A1F71;
}
.font15 {
  font-size: 15px;
}

.facebook,
.twitter,
.instagram,
.linkedin,
.youtube{
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.twitter {
    background-image: url("../images/svg/new_twitter.svg");
    background-size: contain !important;
    height: 20px !important;
    width: 20px !important;
    background-repeat: no-repeat
    ;
}

.facebook {
    background-image: url("../images/svg/new_facebook.svg");
    background-size: contain !important;
    height: 20px !important;
    width: 20px !important;
    background-repeat: no-repeat;
}

.instagram {
    background-image: url("../images/svg/new_instagram.svg");
    background-size: contain !important;
    height: 20px !important;
    width: 20px !important;
    background-repeat: no-repeat;
}

.linkedin {
    background-image: url("../images/svg/new_linkedin.svg");
    background-size: contain !important;
    height: 20px !important;
    width: 20px !important;
    background-repeat: no-repeat;
}
.youtube{
    background-image: url("../images/svg/youtub.svg");
    background-size: contain !important;
    height: 20px !important;
    width: 20px !important;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.footerLinks {
    font-family: BESS;
    font-size: 15px;
    line-height: 1.33;
    color: #fff;
    margin-bottom: 15px;
}

.footerLinks a {
    color: #fff;
    margin-bottom: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 14px;
    text-decoration: none;
}
.appstore {
    background-image: url("../images/apple-store.png");
    display: inline-block;
    width: 152px;
    height: 46px;
    margin-bottom: 10px;
}

.googleplay {
    background-image: url("../images/google-play.png");
    display: inline-block;
    width: 152px;
    height: 46px;
}

body.ar .changeDep {
    margin-right: -40px;
}
body.ar .changeArr {
    margin-right: -180px;
}

.search-item .btn-remove-return {
    z-index: 1;
    position: relative;
}

.btn-remove-return {
    margin-right: 2px;
}

#date-block-change {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: -8px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.3s;
    right: 0px;
    top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    z-index: 11;
    z-index: 1;
}

body.ar #date-block-change {
    position: absolute;
    right: -10px;
}

#date-block-change.active {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    top: calc(-140%);
    left: 0px;
    right: 0px;
    transition: 0.8s;
    z-index: 1;
}

#date-block-change:hover {
    background-color: #fff;
    transition: 0.3s;
}
#date-block-changev2 {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: -8px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.3s;
    right: 0px;
    top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    z-index: 11;
    z-index: 1;
}

body.ar #date-block-changev2 {
    position: absolute;
    right: -10px;
}

#date-block-changev2.active {
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    top: calc(-140%);
    left: 0px;
    right: 0px;
    transition: 0.8s;
    z-index: 1;
}

#date-block-changev2:hover {
    background-color: #fff;
    transition: 0.3s;
}

/*.changeFromv2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-left: 0px;
}

.changeTov2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-left: 0px;
}
*/

.btn-fl-date-next,
.btn-fl-date-prev {
    font-size: 12px;
    /*opacity: 0.5;*/
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}



.dh-nav-ul,
.bk-nav-ul {
    list-style: none;
    height: 100%;
    /*margin: 0px 15px;*/
    padding: 0px;
    min-height: 55px;
}
.bk-nav-ul .disabled {
    pointer-events: none;
  cursor: default;
}
.dh-nav-ul h4{
    cursor:default;
}

.dh-nav-ul > li,
.bk-nav-ul > li {
    display: inline-block;
    height: 100%;
    white-space: nowrap;
}

.dh-nav-ul > li:before,
.bk-nav-ul > li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.dh-nav-ul > li > a,
.dh-nav-ul > li > div,
.bk-nav-ul > li > a,
.bk-nav-ul > li > div {
    color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dh-nav-ul > li > div {
    color : inherit;
}
.bk-nav-ul > li > a.active {
    color: #fff;
}
.bk-nav-ul > li:after {
    content: "-";
    vertical-align: middle;
}
.bk-nav-ul > li:first-child:after,
.bk-nav-ul > li:last-child:after {
    content: '';
}


.dh-nav-ul .cc-default .no-default {
    padding: 0px;
}

body.ar .hotel-cont {
    margin-right: 40px;
}
/*#dh-vw-total {
    border-top: 1px dashed #eee;
    padding-top: 10px;
}
*/
.search-box {
/*    position: relative;
    min-height: 100px;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);*/
    width: 80%;
    margin: 100px auto;
    display: block;
}
.search-box .box {
    background-color: #fff; 
    padding: 20px 0px;
}

.fa-fl-search {
    /*overflow: hidden;*/
    max-height: 126px;
    clear: both;
    background-color: #fff;
    color: #231f20;
    z-index: 2;
    /*position: absolute;*/
    width: 100%;
    padding: 15px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
    /*top: calc(100% + 20px);*/
}

.fa-fl-search:after {
/*    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px*/;
}

.fa-dropdown-toggle {
    cursor: pointer;
}
.search-panel .dropdown-menu.fa-custom{
    width: 300px;
    left: -25%;
    top: calc(100% + 20px);
    border-radius: 0px;
    margin-top: 0px;
    padding: 15px;
}

.search-panel .dropdown-menu.fa-custom {
    position: absolute;
    background: #fff;
    border: 1px solid #bcbcbc;
    color: #231f20;
}
.search-panel .dropdown-menu.fa-custom:after, 
.search-panel .dropdown-menu.fa-custom:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.search-panel .dropdown-menu.fa-custom:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.search-panel .dropdown-menu.fa-custom:before {
    border-color: rgba(188, 188, 188, 0);
    border-bottom-color: #bcbcbc;
    border-width: 16px;
    margin-left: -16px;
}


.search-panel .dropdown-menu.fa-custom .col-left,
.search-panel .dropdown-menu.fa-custom .col-right {
  display : inline-block;
  vertical-align : middle;
}
.search-panel .dropdown-menu.fa-custom .col-left.top,
.search-panel .dropdown-menu.fa-custom .col-right.top {
  vertical-align : top;
}
.search-panel .dropdown-menu.fa-custom .col-left {
  width : 100px;
}
.search-panel .dropdown-menu.fa-custom .col-right {
  width : calc(100% - 104px);
}

.search-panel .pass-trip {
    text-overflow: ellipsis;
    /* position: absolute; */
    right: 100px;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
 /*   display: inline-block;
    vertical-align: middle;*/
}


.dropdown-menu.fa-custom {
    transform: translateY(0px);
}
.dropdown-menu.fa-custom.open {
    display: block;
    transition: 0.3s;
}

.sticky-parent {
    transition  : 1s;
    bottom      : 50px;
    position    : sticky !important;
    position    : -webkit-sticky !important;
    z-index     : 100;
    top         : 145px;
}

.sticky-parent.view {
    top: 80px !important;
}


.pass-ticket-con {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    transition: 0.8s;
    /*box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);*/
}

.pass-ticket-con.fixed {
    position: fixed;
    transition: 0.8s;
}

.ticket-hole {
    position: relative;
}
.ticket-hole > hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px dashed #eee;
}
.ticket-hole:after,
.ticket-hole:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #e6f0ff;
    position: absolute;
    top: -12px;
    border-radius: 50%;
}

.ticket-hole:before {
    left: -30px;
    /*box-shadow: inset -20px 0px 15px -18px rgba(158, 158, 158, 0.65);*/
}
.ticket-hole:after {
    right: -30px;
    /*box-shadow: inset 20px 0px 15px -18px rgba(158, 158, 158, 0.65)*/
}

.ticket-hole-chat {
    position: relative;
}
.ticket-hole-chat > hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px dashed #eee;
}
.ticket-hole-chat:after,
.ticket-hole-chat:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f7f7f7;
    position: absolute;
    top: -12px;
    border-radius: 50%;
}

.ticket-hole-chat:before {
    left: -25px;
    /*box-shadow: inset -20px 0px 15px -18px rgba(158, 158, 158, 0.65);*/
}
.ticket-hole-chat:after {
    right: -25px;
    /*box-shadow: inset 20px 0px 15px -18px rgba(158, 158, 158, 0.65)*/
}

.ticket-description{
    min-height: 125px;
}

.flyer-card-con,
.id-card-con {
    padding: 0px 15px;
}
.flyer-card-con .flyer-card-header,
.id-card-con .id-card-header{
    padding: 15px;
    background-color: #fbb317;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.member-con {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    position: relative;
    background: #fff;
}
.member-con > .btn-close {
    position: absolute;
    right: 0px;
    color: #ea1c18;
    padding: 0;
}

#flyer-card-details,
#id-card-details {
    border: 1px solid #ccc;
    display: block;
    padding: 10px 0px;
    border-radius: 0px 0px 5px 5px;
}

#flyer-card-details .fa-plus,
#id-card-details .fa-plus {
    border-radius: 50%;
    color: #fbb317;
    border: 1px solid #fbb317;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}


input[name="fl-pymnt"]:disabled ~ .fl-tip {
    background-color: #000;
}

input[name="fl-pymnt"]:disabled ~ .fl-tip {

}

/* css manipulation*/
#id-card-details .member-con:first-child .btn-close {
    color: #ccc;
    pointer-events: none;
    cursor: default;
}

.nav-flight-type>li {
    width: 50%;
    border: none;
    color: #fff;
    display: inline-block;
    float: left;
    transition: 0.3s;
}
.nav-flight-type>li>a {
    color: #888;
    border: none;
    background-color: #fff;
    border: none;
    transition: 0.3s;
    border: 1px solid #888;
}
.nav-flight-type>li>a:hover,
.nav-flight-type>li>a:before,
.nav-flight-type>li>a:after,
.nav-flight-type>li.active>a, 
.nav-flight-type>li.active>a:focus, 
.nav-flight-type>li.active>a:hover,
.nav-flight-type>li.active > a{
    color: #fff;
    background-color: #888;
    cursor: pointer;
    transition: 0.3s;
}



.price-text {
    color: #cb538d;
    margin: 0px;
}

.price-text .total {
    font-size: 24px;
}
.price-text .currency {
    font-size: 18px;
}


/*.departure_icon,
.arrival_icon {
    position: absolute;
    z-index: 9;
    font-size: xx-large;
    padding-top: 19px;
    padding-left: 35px;
    color: #8C8C8C;

}
#departure_word,
#arrival_word {
    position: absolute;
    bottom: 0;
    width: 230px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 60px;
}
*/
.search-destination {
    position: relative;
}
.search-destination .form-control {
    height: 50px;
    padding-left: 30px;
    /*font-weight: bold;*/
    border: 0px;
}

.search-destination .departure_icon,
.search-destination .arrival_icon {
    position: absolute;
    left: 0px;
    z-index: 12;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #cb538d;
    font-size: large;
}
.search-destination #departure_word,
.search-destination #arrival_word {
    position: absolute;
    right: 0px;
    z-index: 12;
    line-height: 50px;
    top: 0px;
    padding: 0px 10px;
    color: #231f20;
}

.depart-change-date-mobiscroll,
.return-change-date-mobiscroll {
    /* height: 50px; */
    line-height: 20px;
    /*border: 1px solid #bcbcbc;*/
    border: 0px;
   /*  padding: 0px 10px; */
    position: relative;
}
.depart-change-date-mobiscroll span,
.return-change-date-mobiscroll span {
    display: inline-block;
    vertical-align: middle;
    color: #231f20;
}

.depart-change-date-mobiscroll .fa,
.return-change-date-mobiscroll .fa {
    color: #cb538d;
    vertical-align: middle;
    margin: 5px;
}
.depart-change-date-mobiscroll .dashboard_m_num,
.return--change-date-mobiscroll .dashboard_m_num {   
    vertical-align: middle; 
}

.btn-add-return {
    min-height: 50px;
    max-height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
}

.btn-close-return {
    position: absolute;
    right: 0px;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.code-container {
    text-align: center;
}

.code-container .opt-code {
    width: 60px;
    height: 73px;
    display: inline-block;
    margin: 0px 10px;
    padding: 0px;
    text-align: center;
    font-size: 35px;
    padding: 5px;
    border: 0px;
    border-bottom: 1px solid #bcbcbc;
}



#passenger-container {
    /*border-top: 1px solid #D6D6D6;*/
}

#passenger-container .fs-passenger-type{
    display: block;
    color: #B5B5B5;
    top: 0;
    font-size: 12px;
    text-transform: uppercase;
}

#passenger-container .fs-passenger-container {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    /*height: 40px;*/
    background: #ffffff;
    /*border: 1px solid #bcbcbc;*/
    display: flex;
}

.fs-passenger-container {
    white-space: nowrap;
    margin: 0px;
    width: 100%;
}

#price,
.fs-passenger-container .fs-passenger-no {
    height: 40px;
    font-size: 20px;
    outline: 0;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* color: #8c8c8c; */
    width: calc(100% - 80px);
    text-align: center;
    /* border-width: 0px; */
    border-top: 1px solid #bcbcbc;
    vertical-align: top;
    border-left: 0px;
    border-bottom: 1px solid #bcbcbc;
    border-right: 0px;
}

.fs-operator {
    background: #fab316;
    color: #fff;
    height: 100%;
    /* color: #d6d6d6; */
    font-size: 20px;
    line-height: 40px;
    /* position: absolute; */
    right: 0;
    text-align: center;
    /* padding: 8% 0; */
    z-index: 2;
    width: 40px;
    /* text-align: center; */
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    align-items: stretch;
}

#passenger_info_render #passenger-dob-container,
#passenger_info_render #passenger-passport-container,
#passenger_info_render #id-0-container {
        border-bottom: 1px solid #ccc;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-radius: 3px;
}


#passenger_info_render select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    padding: 0px;
}

#passenger_info_render .fl-lbl {
    color: #cb538d;
}

#passenger_info_render .h-input.focus,
#passenger_info_render .h-input.active,
#passenger_info_render .h-input:focus,
#passenger_info_render .h-input:active {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

#passenger_info_render .btn-add-flyer,   
#passenger_info_render .btn-add-id {
    color: #b3b3b3;
}
#passenger_info_render .btn-close-id {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
}

.wizard {
    background-image: url('../images/svg/wizard_icons.svg'); 
    width: 200px;
    height: 200px;
    background-position: 0px 0px;
    margin: auto;
}

.wizard.no-flight {
   background-position: -200px 0px;
}






.fa-container {
    margin: 0px 100px;
    transition: 0.3s;
}

.fa-container .flight-passenger-container {
    height: auto;
    width: calc(100% - 450px);
    display: inline-block;
}
.fa-container .flight-summary-container {
    background-color: #fff;
    height: 300px;
    width: 400px;
    position: absolute;
    right: 100px;
    top: 190px;
}
.fa-container .flight-summary-container.fixed {
    position: fixed;
    top: 40px;
}
.fa-container .flight-summary-container .flight-header,
.fa-container .flight-passenger-container .flight-header {
    background-color: #4a9a29;
    padding: 10px;   
    color: #fff;
}

.flight-result-con:first-child {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
.flight-result-con:nth-child(2) {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s 0.3s, opacity 0.2s 0.3s;
  -moz-transition: -moz-transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
}
.flight-result-con:nth-child(3) {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s 0.4s, opacity 0.2s 0.4s;
  -moz-transition: -moz-transform 0.2s 0.4s, opacity 0.2s 0.4s;
  transition: transform 0.2s 0.4s, opacity 0.2s 0.4s;
}
.fl-request {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}
.flight-result-con:nth-child(n+4) {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
}

.is-visible .fl-request,
.is-visible .flight-result-con {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);


}

/*.flight-result-con:first-child {
  -webkit-transition: -webkit-transform 0.2s 0.3s, opacity 0.2s 0.3s;
  -moz-transition: -moz-transform 0.2s 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
}
.flight-result-con:nth-child(2) {
  -webkit-transition: -webkit-transform 0.2s 0.4s, opacity 0.2s 0.4s;
  -moz-transition: -moz-transform 0.2s 0.4s, opacity 0.2s 0.4s;
  transition: transform 0.2s 0.4s, opacity 0.2s 0.4s;
}
.flight-result-con:nth-child(3) {
  -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}
.flight-result-con:nth-child(n+3) {
  -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
}
*/
.packages-container.active{
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

#check-packages{
    display: flex;
    flex-direction: column;
   padding-top:10px;
   padding-bottom: 10px;
   font-size: 14px;
   width: 267px;
}
.allowances-list{
    list-style: none;
    margin: 5px auto 8px auto;
    padding-left: 10px;
    min-height: 147px;
}
.allowances-list span{
    margin-left: 5px;
}
.allowances-list li{
    margin: 7px auto;
    font-size: small;
    /* text-transform: lowercase; */
}
.allowances-list li i{
    margin: 4px;
}
.allowances-list li .red{
    color: red;
    }
    .allowances-list li .green{
        color: green;
        }
        .allowances-list li .yellow{
            color: rgb(249, 149, 26);
            }
.btn-container{
    display: flex;
    justify-content: center; 
    margin-top: auto; 
}
.btn-package-flight{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 8px;
    margin: auto;
}
.btn-package-flight #fare-currency{
    font-size: 10px;
    color:#E5E4E2;
}
#check-packages #fare-title{
    display: flex;
    padding: 0;
    height: 30px;
    justify-content: space-between;

}
.fl-direct-ob{
    display: flex;
    flex-wrap: wrap;
}
.package-itinerary{
    /* margin: 10px; */
    margin-top: -10px;
}
.packages-itinerary #iti-title{
    color: #1A1F71;
    margin-left: 20px;
}
.package-itinerary #iti-allowances{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
#iti-allowances li{
    list-style: none;
    /* text-transform: lowercase; */
    margin: 4px;
    align-items: center;
    display: flex;
}
#iti-allowances li .red{
    color: red;
    }
    #iti-allowances li .green{
        color: green;
        margin-left: 8px;
        }
        #iti-allowances li .yellow{
            color: rgb(249, 149, 26);
            }
/* Flexible dates */
.flex-date-con {
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    padding: 10px 0px !important;
    cursor: pointer;
}
.flex-date-con .flex-day {
    display: block;
}
.flex-date-con .flex-date {
    margin: 0px;
    font-family: "Bess-Medium";
    color: #cb538d;
}
.flex-date-con .flex-price {
    display: block;
    font-size: 13px;
    margin-top: 2px;
}

.flex-date-nav {
    position: absolute;
    width: calc(100% - 30px);
    z-index: 2;
}
.flex-date-nav a {
    height: 81px;
    background-color: rgb(196, 196, 196);
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 3px;
    position: absolute;
    width: 40px;
    transition: 0.3s;
}
.flex-date-nav a:hover{
    background-color: rgb(173, 173, 173);  
}
.flex-date-nav a:nth-child(1) {
    left: 0px;
}
.flex-date-nav a:nth-child(2) {
    right: 0px;
}

#flex-date-inbound,
#flex-date-outbound {
}

#flex-date-inbound .flex-viewport,
#flex-date-outbound .flex-viewport{
/*    width: calc(100% - 100px);
    margin: 0px 50px;*/
}
.flex-date-nav a > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
}

.flex-date-con.active,
.flex-date-con:hover {
    background-color: #38bca8;
}
.flex-date-con.active *,
.flex-date-con:hover * {
    color: #fff;
    transition: 0.3s;
}

.flex-date-con.active,
.flex-date-con.disabled {
    pointer-events: none;
}
.flex-date-con.disabled * {
    opacity: 0.5;
}

.flex-control-paging { display: none !important; }

#flex-outbound-collapse.opaque,
#flex-inbound-collapse.opaque {
    opacity: 0;
    height: 1px;
}

.btn-collpase-flex {
    margin-top: 5px;
    cursor: pointer;
}

.flex-date-con .miniloader {
    height: 20px;
    width: 20px;
    background-size: 100%;
}
/* END Flex*/




.flight-result-item {
    background-color: #fff;
    padding: 0px;
    /*box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);*/
    /*margin-bottom: 15px;*/
    display: inline-flex;
    white-space: nowrap;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 820px;

}
.flight-result-item.wait {
    border-right: 2px solid #fab316;
}
.flight-result-item.avail {
    border-right: 2px solid #4a9a29;
}
.flight-result-item .image-panel {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ccc;
}
.flight-result-item .desc-panel {
    width: calc(100% - (30% + 16px));
    display: inline-block;
    padding: 0px 20px;
}

.flight-result-item .desc-panel .desc-itinerary {
    /*width: 200px;*/
    /*width: 50%;*/
    border: 0px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.flight-result-item .desc-panel .desc-itinerary .time {
    font-size: 24px;
}
.flight-result-item .desc-panel .desc-itinerary .txt-duration {
    color: #b3b3b3;
    font-size: 14px;
    margin: 1px 0 0;
}
.flight-result-item .desc-panel .desc-itinerary .fa {
    padding: 0px 20px;
    vertical-align: middle;
    font-size: 20px;
}
.flight-arrow {
    position: relative;
    top: 4px;
}
.flight-result-item .desc-panel  .desc-others {
    /*width: calc(100% - 194px);*/
    /*width: 50%;*/
    border: 0px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: right;
    margin-top: 25px;
    max-width: 142px;
    text-overflow: ellipsis;
    white-space: inherit;
    /* position: relative; */
    overflow: hidden;
    text-align: center;
}
.flight-result-item .desc-panel .desc-others h4 { display: inline-block; }
.flight-result-item .desc-panel .desc-others .text {
    position: relative;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flight-result-item .flight-hole {
    position: relative;
    width: 16px;
}

.flight-result-item .flight-hole:before,
.flight-result-item .flight-hole:after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #E6F0FF;
    position: absolute;
    left: 0px;
    border-radius: 50%;
}
.flight-result-item .flight-hole:before {
    top: -8px;
    /*box-shadow: inset 0px -21px 13px -20px #9e9e9e;*/
}
.flight-result-item .flight-hole:after {
    bottom: -8px;
    /*box-shadow: inset 0px 22px 13px -20px #9e9e9e;*/
}
.flight-result-item .price-panel {
    width: 30%;
    display: inline-block;
    position: relative;
    /* padding: 15px 20px 0 16px; */
}

.flight-result-item .price-panel .text-loading {
    margin: 0px;
}
#iti-allowances .seat{
    height:21px ;
    width: 15px;
    margin-right: 2px
}
#iti-allowances .cancellation{
    height:15px ;
    width: 15px;  
    margin-right: 2px
}
#iti-allowances.carryin{
    height:15px ;
    width: 15px;
    margin-right: 2px
}
#iti-allowances .checkin{
    height:15px ;
    width: 15px;
    margin-right: 2px
}
#iti-allowances .change{
    height:15px ;
    width: 15px;
    margin-right: 2px
}
#iti-allowances .carryin{
    height:15px ;
    width: 15px;
    margin-right: 2px
}

.allowances-list .seat{
    height:21px ;
    width: 15px;
    margin-right: 2px
}
.allowances-list .cancellation{
    height:15px ;
    width: 15px;
    margin-right: 2px
}
.allowances-list .carryin{
    height:15px ;
    width: 15px;
    margin-right: 2px
}
.allowances-list .checkin{
    height:15px ;
    width: 15px;
    margin-right: 2px
}
.allowances-list .change{
    height:15px ;
    width: 15px;
    margin-right: 2px
}

.flight-result-item .flight-airline{
    /*border: 1px solid #f1f1f1;*/
    /*text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-25%);*/
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*width: 200px;*/
    max-width: 140px;
    white-space: inherit;
    width: 100%;
    position: relative;
}

.flight-empty {
    background-image: url("../images/svg/flight-empty.svg");
    background-size: cover;
    background-position: center;
    width: 150px;
    height: 110px;
    margin: auto;
}

#booked-outbound img,
#booked-inbound img,
#outbound-map img,
#inbound-map img {
    width: 100%;
}


.fl-img-con {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
}

.flight-airline .fl-img-con:not(:only-of-type) {
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 1px 0px 2px 0 rgba(0,0,0,0.2);
}

.flight-airline .fl-img-con:not(:only-of-type):hover {
    z-index: 100;
    transition: 0.3s;
}



.flight-airline > .fl-img-con:nth-child(1) {
    z-index: 5;
}
.flight-airline > .fl-img-con:nth-child(2) { 
    z-index: 4;
    margin-left: -70px; }
.flight-airline > .fl-img-con:nth-child(3) { 
    z-index: 3;
    margin-left: -50px; 
}
.flight-airline > .fl-img-con:nth-child(4) { 
    z-index: 2;
    margin-left: -50px; 
}

.flight-airline .fl-img-con:hover :only-of-type,
.flight-airline > div.fl-img-con:only-of-type { 
    margin-left: 0px; 
    border: 0px !important;
    box-shadow: none !important;
}

.flight-image {
    /*background-image: url(../images/svg/airlines-logo-40px.svg);*/
    /*display: inline-block;*/
    width: 50px;
    height: 50px;
    background: url(../images/svg/airlines-logo-50px.svg) no-repeat;
    background-position: -100px -200px;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}


.flight-image.i-aa{ background-position: 0px 0px; }
.flight-image.i-ab{ background-position: -50px 0px; }
.flight-image.i-ac{ background-position: -100px 0px; }
.flight-image.i-af{ background-position: -150px 0px; }
.flight-image.i-ai{ background-position: -200px 0px; }
.flight-image.i-am{ background-position: -250px 0px; }
.flight-image.i-at{ background-position: -300px 0px; }
.flight-image.i-az{ background-position: -350px 0px; }
.flight-image.i-a3{ background-position: -400px 0px; }
.flight-image.i-ba{ background-position: -450px 0px; }
.flight-image.i-bg{ background-position: -500px 0px; }
.flight-image.i-ca{ background-position: -550px 0px; }
.flight-image.i-cx{ background-position: -600px 0px; }
.flight-image.i-cz{ background-position: -650px 0px; }
.flight-image.i-dl{ background-position: -700px 0px; }
.flight-image.i-dt{ background-position: -750px 0px; }
.flight-image.i-ek{ background-position: -800px 0px; }
.flight-image.i-et{ background-position: -850px 0px; }
.flight-image.i-ey{ background-position: 0px -50px; }
.flight-image.i-fi{ background-position: -50px -50px; }
.flight-image.i-fz{ background-position: -100px -50px; }
.flight-image.i-ga{ background-position: -150px -50px; }
.flight-image.i-gf{ background-position: -200px -50px; }
.flight-image.i-gp{ background-position: -250px -50px; }
.flight-image.i-hm{ background-position: -300px -50px; }
.flight-image.i-hr{ background-position: -350px -50px; }
.flight-image.i-j9{ background-position: -400px -50px; }
.flight-image.i-ke{ background-position: -450px -50px; }
.flight-image.i-kk{ background-position: -500px -50px; }
.flight-image.i-kl{ background-position: -550px -50px; }
.flight-image.i-kq{ background-position: -600px -50px; }
.flight-image.i-ku{ background-position: -650px -50px; }
.flight-image.i-lh{ background-position: -700px -50px; }
.flight-image.i-lx{ background-position: -750px -50px; }
.flight-image.i-md{ background-position: -800px -50px; }
.flight-image.i-me{ background-position: -850px -50px; }
.flight-image.i-mh{ background-position: 0px -100px; }
.flight-image.i-mk{ background-position: -50px -100px; }
.flight-image.i-ms{ background-position: -100px -100px; }
.flight-image.i-np{ background-position: -200px -100px; }
.flight-image.i-nx{ background-position: -250px -100px; }
.flight-image.i-ok{ background-position: -300px -100px; }
.flight-image.i-pc{ background-position: -350px -100px; }
.flight-image.i-pk{ background-position: -400px -100px; }
.flight-image.i-pr{ background-position: -450px -100px; }
.flight-image.i-ps{ background-position: -500px -100px; }
.flight-image.i-qf{ background-position: -550px -100px; }
.flight-image.i-qr{ background-position: -600px -100px; }
.flight-image.i-rj{ background-position: -650px -100px; }
.flight-image.i-r5{ background-position: -700px -100px; }
.flight-image.i-sa{ background-position: -750px -100px; }
.flight-image.i-sd{ background-position: -800px -100px; }
.flight-image.i-sk{ background-position: -850px -100px; }
.flight-image.i-sm{ background-position: 0px -150px; }
.flight-image.i-sq{ background-position: -50px -150px; }
.flight-image.i-su{ background-position: -100px -150px; }
.flight-image.i-sv{ background-position: -150px -150px; }
.flight-image.i-sz{ background-position: -200px -150px; }
.flight-image.i-tk{ background-position: -250px -150px; }
.flight-image.i-tp{ background-position: -300px -150px; }
.flight-image.i-ua{ background-position: -350px -150px; }
.flight-image.i-uj{ background-position: -400px -150px; }
.flight-image.i-uk{ background-position: -450px -150px; }
.flight-image.i-ul{ background-position: -500px -150px; }
.flight-image.i-ux{ background-position: -550px -150px; }
.flight-image.i-va{ background-position: -600px -150px; }
.flight-image.i-vl{ 
    background: url(../images/svg/VL.png) no-repeat;
    /*background-position: -650px -150px; */
    background-position: 0px 0px; 
}
.flight-image.i-vs{ background-position: -700px -150px; }
.flight-image.i-4j{ background-position: -750px -150px; }
.flight-image.i-6s{ 
    background: url(../images/svg/6S.png) no-repeat;
    background-position: 0px 0px; 
    /*background-position: -800px -150px; */
}
.flight-image.i-8q{ background-position: -850px -150px; }
.flight-image.i-8u{ background-position: 0px -200px; }
.flight-image.i-9w{ background-position: -50px -200px; }
.flight-image.i-00{ background-position: -100px -200px; }

.flight-image.i-xy{ background-position: -150px -200px; }

/* new airlines */
.flight-image.i-bi{ background-position: -200px -200px; }
.flight-image.i-3k{ background-position: -250px -200px; }
.flight-image.i-ka{ background-position: -300px -200px; }

/* Revise */
/* Nesma Airline */
.flight-image.i-ne{ background-position: -450px -200px; }
.flight-image.i-na{ background-position: -450px -200px; }

/*.flight-image.i-ne{ background-position: -150px -100px; }*/
.flight-image.i-wy{ background-position: -350px -200px; }

.flight-image.i-hf{ background-position: -400px -200px; }


.flight-image.i-tg{ background-position: -500px -200px; }
.flight-image.i-oz{ background-position: -550px -200px; }
.flight-image.i-ci{ background-position: -600px -200px; }

.flight-image.i-mf{ background-position: -650px -200px; }
.flight-image.i-vn{ background-position: -700px -200px; }

.flight-image.i-2j{ background-position: -750px -200px; }

.flight-image.i-h9{ background-position: -800px -200px; }
.flight-image.i-j2{ background-position: -850px -200px; }
.flight-image.i-w2{ background-position: 0px -250px; }
.flight-image.i-tr{ background-position: -50px -250px; }


.legs-stop-container .flight-image {
    position: absolute;
    right: 15px;
}

.flight-desc,
.flight-price {
    padding: 15px;
    min-height: 100px;
    height: auto;
    position: relative;
}
.flight-desc {
    display: inline-block;
    width: calc(100% - 155px);
    white-space: normal;
    vertical-align: middle;
}

.flight-price .flex-con {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.flight-price .flex-con .full {
    width: 100%;
}

.flight-result-con[data-trip-type="M"] .flight-price .flex-con {
    align-items: self-end;
}


.flight-price .cur-price {
    display: inline-block;
    margin-bottom: 5px;
}
.flight-price .cur-price.available {
    color: #196dfb;
}
.flight-price .cur-price.outpolicy {
    color: #196dfb;
}
.flight-price .cur-price.outpolicyV2 {
    color: #196dfb;
}
.flight-price .cur-price.cheapest {
    color: #5915a0;
}
.flight-price .cur-price.promo {
    color: #cb538d;
}

.flight-price .cur-price.not {
    color: #b3b3b3;
}

.flight-price .orig-price {
    font-size: 13px;
    color: #b3b3b3;
    display: block;
    text-decoration: line-through;
}

.flight-price .btn {
    /*position: absolute;*/
    right: 10px;
    bottom: 10px;
    min-width: 70%;
    font-size: 16px;
    margin: 0px;
    /*width: 80%;*/
    /*margin:0 auto;*/
}
.flight-price .btn span { margin-bottom: 2px; }
.flight-price .btn .add-circle-yellow { display: inline-block; }
.flight-price .btn .add-circle-white { display: none; }

.flight-price .btn:hover .add-circle-yellow { display: none; }
.flight-price .btn:hover .add-circle-white { display: inline-block; }


.cmd-con .btn {
    font-size: 14px;
    padding: 10px;
    margin: auto;
    margin-top: 5px;
}

.header-navbar-search{
    /*width: 20%;*/
}
.header-navbar-back{
    width: 40px;
}
.fl-btn[status="0"] .fl-show { display: block; }
.fl-btn[status="0"] .fl-hide { display: none; }

.fl-btn[status="1"] .fl-show { display: none; }
.fl-btn[status="1"] .fl-hide { display: block; }


.flight-result-item:before {
    background-image: url(../images/left_ticket.png);
}

.updating-policies {
    border:1px solid rgb(250 178 23);
    background-color:rgb(252 244 227);
    top: 124px;
    position: relative;
    width: 110%;
    text-align: center;
    height: 50px;
}
.anchored-items {
    position: fixed;
    z-index: 2060;
    margin-top: 145px;
    width: 190px;
}
.anchored-icon {
    position: relative;
    background-color: #38bca8;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
}

.fl-request {
    background: #fff;
    padding: 20px;
    border-radius: 3px;  
}
.col-middle > h3 {
    font-family: 'Bess-Medium';
    font-size: 22px;
    margin-bottom: 5px;
}
.submit-request-btn{
    margin:0 9px;
    vertical-align: inherit;
}
.btn-skip-selection {
    background: #fff;
    padding: 8px 10px !important;
    min-width: 80%;
    color: #38bca8;
    border: 1px solid #38bca8;

}
.btn-skip-selection:hover, .btn-skip-selection:focus {
    background: #39bca8;
}

.seat-status {
    background-image: url(../images/svg/seats-status.svg);
    display: inline-block;
    width: 50px;
    height: 34px;
    background-position: 0px 0px;
}
.seat-remaining {
    border-radius: 36%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 70px;
}
body.ar .seat-remaining {
    right: 290px;
}
.seat-remaining.available {
    background-color: #1f9ea5;
}
.seat-remaining.cheapest {
   background-color: #5915a0;
}
.seat-remaining.waiting {
    background-color: #b3b3b3;
}
.seat-status.promo {
    background-color: #cb538d;
}

.seat-status.available {
    background-position: 0px 0px;
}
.seat-status.cheapest {
    background-position: -50px 0px;
}
.seat-status.waiting {
    background-position: -100px 0px;
}
.seat-status.outpolicy {
    background-position: -250px 0px;
}
.seat-status.outpolicyV2 {
    background-position: -300px 0px;
}
.seat-status.fullybooked {
    background-position: -150px 0px;
}

.seat-status.promo {
    background-position: -200px 0px;
}


.seat-text.available {
    color : #1f9ea5;
}
.seat-text.outpolicy {
    color : #c00;
}
.seat-text.outpolicyV2 {
    color : #fab217;
}
.seat-text.fullybooked,
.seat-text.waiting {
    color : #b3b3b3;
}
.seat-text.cheapest {
    color : #6f34ad;
}
.seat-text.promo {
    color: #cb538d;
}

.multicity-flight-details-result + .multicity-flight-details-result {
    border-top: 1px dashed;
    border-color: #d0d0d0;
}

h3.itinerary-price{
    margin-bottom: -4px;
    font-size: 26px;
    line-height: 1.2;
}
#mdlakeedcare{
    width: 500px;
}
body.ar #mdl-akeedcare .modal-title{
    width: 71%;
    margin-right: 13%;
}
body.ar #mdl-akeedcare{
    padding-left: 200px;
}
body.ar #mdl-rate h3{
    margin-right: 30px;
}
body.ar #mdl-akeedcare .poor{
    width: 100px;
    height: 100px;
    background: url(../images/icons/standard-emojis.png);
    background-repeat: no-repeat;
    background-size: 480px 255px;
    background-position: -67px -131px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 25px;
    margin-left: 25px;
    cursor: pointer;
}
body.ar #mdl-akeedcare .great{
    width: 100px;
    height: 100px;
    background: url(../images/icons/standard-emojis.png);
    background-repeat: no-repeat;
    background-size: 480px 255px;
    background-position: -315px -131px;
    display: inline-block;
    cursor: pointer;
    margin-right: 60px;
}
body.ar #mdl-akeedcare .average{
    width: 100px;
    height: 100px;
    background: url(../images/icons/standard-emojis.png);
    background-repeat: no-repeat;
    background-size: 480px 255px;
    background-position: -191px -131px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
body.ar .averactive{
    width: 100px;
    height: 100px;
    background: url(../images/icons/standard-emojis.png);
    background-repeat: no-repeat;
    background-size: 480px 255px;
    background-position: -191px -131px;
    display: inline-block;
    margin-right: 20px !important;
    cursor: pointer;
}
body.ar .poor{
    width: 100px;
    height: 100px;
    background: url(../images/icons/standard-emojis.png);
    background-repeat: no-repeat;
    background-size: 480px 255px;
    background-position: -67px -131px;
    display: inline-block;
    margin-right: 20px !important;
    margin-top: 25px;
    margin-left: 25px;
    cursor: pointer;
}
body.ar #mdl-akeedcare .smilename{
    font-size: 20px;
    margin-right: 55px;
}
body.ar #mdl-rate .verylike{
   margin-left: 6%;
    font-size: 13px;
    float: left;
}
body.ar #mdl-rate .notlike{
    position: relative;
    font-size: 13px;
    float: right;
    margin-right: 5%;
}
#mdl-akeedcare .poor{
    width: 100px;
    height: 100px;
    background: url(../images/icons/standard-emojis.png);
    background-repeat: no-repeat;
    background-size: 480px 255px;
    background-position: -67px -131px;
    display: inline-block;
    margin-right: 55px;
    margin-top: 25px;
    margin-left: 25px;
    cursor: pointer;
}
.pooractive{
    width: 100px !important;
    height: 100px !important;
    background: url(../images/icons/standard-emojis.png) !important;
    background-repeat: no-repeat !important;
    background-size: 480px 255px !important;
    background-position: -67px -20px !important;
    display: inline-block !important;
    margin-right: 55px !important;
    margin-top: 25px !important;
    margin-left: 25px !important;
}
#mdl-akeedcare .average{
    width: 100px;
    height: 100px;
    background: url(../images/icons/standard-emojis.png);
    background-repeat: no-repeat;
    background-size: 480px 255px;
    background-position: -191px -131px;
    display: inline-block;
    margin-right: 50px;
    cursor: pointer;
}
.averactive{
    width: 100px !important;
    height: 100px !important;
    background: url(../images/icons/standard-emojis.png) !important;
    background-repeat: no-repeat !important;
    background-size: 480px 255px !important;
    background-position: -191px -20px !important;
    display: inline-block !important;
    margin-right: 50px !important;
    cursor: pointer !important;
}
#mdl-akeedcare .great{
    width: 100px;
    height: 100px;
    background: url(../images/icons/standard-emojis.png);
    background-repeat: no-repeat;
    background-size: 480px 255px;
    background-position: -315px -131px;
    display: inline-block;
    cursor: pointer;
}
.greatactive{
    width: 100px !important;
    height: 100px !important;
    background: url(../images/icons/standard-emojis.png) !important;
    background-repeat: no-repeat !important;
    background-size: 480px 255px !important;
    background-position: -315px -20px !important;
    display: inline-block !important;
    cursor: pointer !important;
}
#mdl-akeedcare .modal-title{
    width: 71%;
    margin-left: 16%;
}
#mdl-akeedcare .smilename{
    font-size: 20px;
    margin-left: 65px;
}
#mdl-akeedcare .avetxt{
    margin-left: 105px;
}
#mdl-akeedcare .greattxt{
    margin-left: 95px;
}
#mdl-akeedcare #submit{
   background-color: #289a89;
   height: 13%;
   color: white;
   text-align: center;
   font-size: 20px;
   cursor: pointer;
   border-radius: 0px 0px 6px 6px;
}


.cmd-con > button {
    width: 93%;
}
.fl-header {
    border-radius: 3px;
    /*padding: 20px 15px;*/
}
.fl-header.primary {
    background-color: #fbb317;
    color: #fff;
}

.fl-header.green {
    background-color: #38bca8;
    color: #fff;
    z-index:1000;
}
.fl-header.dark-orange {
    background-color: #fab316;
    color: #fff;
    z-index:1000;
}




.flight-result-item .plane {
    background-image: url(../images/pinkplane.png);
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin: 0px 10px;
}


.flight-result-item .flight-price .flight-icon{
    background-image: url(../images/waiting-available@2x.png);
    height: 35px;
    position: absolute;
    right: 15px;
    margin-top: 15px;
}

.flight-result-item .flight-price.good {
    color: #38bca8;
}

.flight-result-item .flight-price.good .flight-icon {
    background-position: 48px 0px;
    width: 48px;
}
.cur-price{
    margin-bottom: 15px;
}
.add-waitlist-txt{
    margin: 0 5px
}

/*.combine-plane,
.pink-plane,
.white-plane {
   
    background-size: cover;
    background-position: center;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin: 0px 15px;
}

.pink-plane.flip,
.white-plane.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.white-plane { background-image: url(../images/flight-white@2x.png);}
.pink-plane { background-image: url(../images/pinkplane.png);}
.combine-plane { background-image: url(../images/combined.png);}

.combine-plane.s-2,
.pink-plane.s-2 {
    width: 50px;
    height: 50px;
}

*/


.pass-con {
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);*/
    background-color: #0a0f57;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
}

.pass-con .btn,
.pass-con .btn:hover,
.pass-con .btn:focus, 
.pass-con .btn:after,
.pass-con .btn:active {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
/*.pass-con .col-item-left {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 54px);
}
.pass-con .col-item-right {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
*/
/*.pass-search:hover,
.pass-search:focus,
.pass-search:after,
.pass-search.active,
.pass-search {
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: 0px;
    border-bottom: 1px solid #b3b3b3;
}
.pass-search .form-control{ 
    border: 0px;
}*/

#pass-adult-info .search {
    padding: 10px 15px;
    height: inherit;
    max-height: 44px;
}

#pass-adult-info .btn {
    height: 44px;
    line-height: 44px;
    padding: 0px;
}


.disable {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(230, 245, 255, 0.75);
    z-index: 2;
    /*border: 1px solid #fab317;*/
    cursor: not-allowed;
    margin-left: -14px;
    transition: 0.3s;

}
.icheckbox_square-green.disabled {
    background-position: -0px 0;
    cursor: default;
    background-color: #f3f3f3;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
}
#filter-container[data-type="0"] .disable { display: none; }
#filter-container[data-type="1"] .disable { display: block; }

.filter-type-con {
    margin: 15px 0px 0px 0px;
}

.filter-type-con p.text {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.filter-type-con .type-cntxt {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}
.filter-type-con .type-cntxt .seat-status{
    margin-left: 5px;
}

label.filter-airlines-container {
    width: auto;
    max-width: calc(70% - 31px);
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}


.airline-filter-price{
    position: relative;
    top:7px;
    width: 30%;
    text-align: right;
}




.btn-only {
    display: none;
    vertical-align: middle;
    z-index: 10;
    color: #38bca8;
    text-decoration: underline;
}
.btn-only:hover {
    text-decoration: underline;
}

.filter-airlines-parent {
    cursor: pointer;
    margin-bottom: 15px;
}
.filter-airlines-parent:hover .btn-only {
    display: inline-block;
}
.filter-airlines-parent:hover .filter-airlines-container {
    width: auto;
    max-width: calc(70% - 31px);
    white-space: nowrap;
}


.dep-time {
    background-image: url("../images/icons/32x24.png");
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 24px;
    margin: 0px 5px;
}
.dep-time.am-1 {
    background-position: 0px 0px;
}
.dep-time.am-2 {
    background-position: -32px 0px;
}
.dep-time.pm-1 {
    background-position: -64px 0px;
}
.dep-time.pm-2 {
    background-position: -96px 0px;
}

.pass-spec-container {
    background: #fff;
    /*border: 1px solid #cccccc;*/
    /*box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);*/
    max-height: 87px;
    cursor: pointer;
    position: relative;
    padding: 15px;
    border-radius: 3px;
}   






/*.pass-spec-container > label {
    padding: 20px 10px;
}*/
/*.pass-spec-container .pass-check {
    display: inline-block;
}*/
.pass-spec-container .pass-details {
/*    display: inline-block;
    width: calc(100% - 34px);*/
   display: inline-block;
    width: calc(100% - 35px);
    cursor: pointer;
    white-space: nowrap;
}

.pass-spec-container .pass-details .left {
    display:  inline-block; 
    vertical-align: middle; 
    /*width:  46px;*/
}
.pass-spec-container .pass-details .right {
     display: inline-block;
    vertical-align: middle;
    /*width: calc(100% - 50px);*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    /* padding: 0px 10px; */

    max-width: calc(100% - 70px);
    direction: ltr;
    text-align: left;
}
.pass-spec-container .pass-details .msg {
    position: absolute;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    padding: 10px;
    color: #ea1c18;
}


.pass-spec-container .pass-image,
.fl-pass-info .pass-image {
    /* width: 40px; */
    /* height: 40px; */
    background-color: #2c6dfb;
    color: #fff;
    font-size: 12px;
    border: 0px;
    border-radius: 50%;
    margin: 0px 15px;
    display: inline-block;
    vertical-align: middle;
    /* line-height: 40px; */
    font-size: 18px;
    text-align: center;
    /* color: #fff; */
    padding: 1;
    width: 40px;
    height: 40px;
    line-height: 35px;
}

.fl-pass-info .seat-img {
    width: 35px;
}


.pass-spec-container .not-pass{
    position: absolute;
    background-color: rgba(147, 147, 147, 0.57);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: not-allowed;
    z-index: 2;
    display: none;
    transition: 0.3;
}
.pass-spec-container[disabled=disabled] .not-pass {
    display: block;
    transition: 0.3;
}

/*.pass-spec-container .pass-edit {
    width: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer
}

*/
/* adding passenger*/
/*.pass-add-passenger {
    min-height: 87px;
    border: 1px dashed #ccc;
    cursor: pointer;
}

.pass-add-passenger > .add-text {
    display: block;
    line-height: 87px;
    text-align: center; 
}

.pass-add-passenger:hover > .add-text {
    color: #cc6699;
    transition: 0.3s;
}
*/
.add-pass-container {
    display: flex;
    position: relative;
}



.pass-list {
    /*width: 30%;*/
    flex: .5;
    display: inline-block;
    background-color: #f1f1f1;
}

.pass-list .search {
    padding-left: 30px;
}

.pass-list .icon {
    position: absolute;
    width: 30px;
    height: 34px;
    left: 0;
    line-height: 34px;
    text-align: center;
}

.add-new-passenger {
    padding: 10px;
    border: 1px dashed;
    text-align: center;
    cursor: pointer;
}

.list-container {
    max-height: 320px;
    overflow: hidden;
    overflow-y: scroll;
}
.list-container::-webkit-scrollbar {
    width: 5px;
}

.list-container::-webkit-scrollbar-track {
    width: 5px;
}

.list-container::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #38bca8;
    width: 2em;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
.list-container .pass-spec-container {
    margin-bottom: 12px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}




.pass-info {
    /*width: 50%;*/
    flex: 1;
    display: inline-block;
    padding: 10px 15px;
    max-height: 418px;
    overflow: hidden;
    overflow-y: scroll;
}

.pass-info .fa-label {
    text-transform: uppercase;  
    font-size:  12px;
    margin-bottom:  5px;
}

.pass-info::-webkit-scrollbar {
    width: 5px;
}

.pass-info::-webkit-scrollbar-track {
    width: 5px;
}

.pass-info::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #38bca8;
    width: 2em;

    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}




.cc-con {
    /*padding: 15px 0px;*/
    display: block;
}

.cc-con .description {
    vertical-align: middle;
    display: inline-block;
}
.cc-con .description > h4 {
    margin: 0px 10px 0px 10px;
}

.user .cc-container {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0px;
    margin: 0px;
}





.coupon-code-con {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 10px 0px;
}






/* DUMP CSS */
.cc-container {
    background: #fff;
    margin: 0px;
    position: relative;
    /*padding: 15px 20px;*/
    /*padding: 15px;*/
    /*border: 1px solid #ccc;*/
    margin-bottom: 20px;
}

.cc-default .description,
.cc-container .description,
.cc-default .card,
.cc-container .card {
    display: inline-block;
    vertical-align: middle;
}


.cc-container > .verify-card:hover {
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
}
.cc-container > .verify-card {
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    position: absolute;
    z-index: 2;
    padding: 10;
    padding: 10px 20px;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: flex-start;
    align-items: center;
    line-height: 100%;
    display: flex;
    /*cursor: pointer;*/
    transition: 0.3s;
}
.cc-container > .verify-card > label {
    margin-left: auto;
}


.cc-card > label { margin-right: 10px; }
.cc-card > label:last-child { margin-right: 0px; }


.add-new-card {
    background: #fff;
    padding: 15px;
    /* border: 1px solid #ccc; */
    justify-content: center;
    cursor: pointer;  
}

.add-new-card .icon {
  width: 30px;
    height: 30px;
    color: #38bca8;
    border: 1px dashed #38bca8;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;  
    transition: 0.3s;
}
.add-new-card:hover .icon {
    background: #38bca8;
    color: #fff;  
    transition: 0.3s;
}


#purpose-travelV2 {
    width: 90%;
    z-index: 1;
    border: 1px solid transparent;
    border-radius: 0px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    border-radius: 0px;
    margin-top: 5px;
    cursor: pointer;
} 
#purpose-travelV2:focus {
    outline: none;
} 

#corporate-con #purpose_travel select {
  -webkit-appearance: none;
  background: url(../images/icons/arrow-down-pink.svg);
  background-repeat: no-repeat;
  background-position-x: 265px;
  background-position-y: 3px;
 padding: 0px 0px 10px 15px;
}
#corporate-con-v2 #purpose_travel select {
  -webkit-appearance: none;
  background: url(../images/icons/arrow-down-pink.svg);
  background-repeat: no-repeat;
  background-position-x: 220px;
  background-position-y: 3px;
 padding: 0px 0px 10px 15px;
}
body.ar #purpose_travel select {
    background-position-x: 0px !important;
}
.purposeCompany {
    color: #939393;
    margin-left: 5px;
    margin-top: 20px;
}
.purposeOfTravel {
    color: #939393;
    margin-top: 24px;
}
.disabled-color {
    color: #979797;
}
.travel {
    position: absolute !important;
    left: 280px;
    top: 60px;
    z-index: 9;
}


.fl-summary-container {
    background-color: #fff;
    padding: 15px;
}

.fl-summary-container .col-item-right{
    width: 30px;
    display: inline-block;
}
.fl-summary-container .col-item-left{
    width: calc(100% - 34px);
    display: inline-block;
}


.itinerary-content .map {
    background-image: url('view/assets/images/map.png');
    background-position: center;
    background-size: cover;
    /*width: 100%;*/
    /*height: 150px;*/
}

.corporate-logo {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 55px;
    object-fit: contain;
    width: 100px;
    margin-right: -20px;

}

body.ar .booking-cc-payment .business{
    direction: ltr;
}


/* PROFIE CSS */

.pl-con {
    border-radius: 3px;
    background-color: #fff;
    /*box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);*/
    margin-bottom: 30px;
    padding: 0px 15px;
}
.pl-header {
    padding: 15px 10px;
    color: #cb538d;
    /* background-color: #fbb317; */
    border-radius: inherit;
}

.pl-header > h4 { margin: 0px; }

.pl-con .pl-item {
    display: inline-block;
    vertical-align: middle;
}
.pl-con .pl-item:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



.pl-email {
   padding: 15px 0px;
}

.pl-email .sync {
    padding: 0px 15px;
    color: #289a89;
    text-decoration: underline;
}

.pl-email .delete {
    font-size: 20px;
    color: #787878;
}

.profile-nav {
    border-radius: 0px;
    padding: 0px;
    border-bottom: none;
}
.profile_label {
    color: #058BEC;
}
.profile_info {
    font-size: larger;
}

.edit-link,
.edit-button {
    color: #cb538d;
    font-size: 18px;
}

.can_btn_profile,
.can_btn_profile:hover {
    background-color: #C6C6C6;
    color: #fff;
    outline: none;
    padding: 10px 15px;
    border-radius: 3px;
    /*font-size: smaller;*/
}

.done_btn_profile,
.done_btn_profile:hover{
    background-color: #196df5;
    color: #fff;
    outline: none;
    padding: 10px 15px;
    border-radius: 3px;
    /*font-size: smaller;*/
}


.ac-con {
    width: 500px;
    margin: auto;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

.info_edit {
    margin: 0px;
    margin-bottom: 15px;
}

#prfl-panel[hawk="0"] .hawk-con,
#prfl-panel[hawk="0"] .hawk-tag {
    display: none;
}

#prfl-panel[hawk="1"] .hawk-con,
#prfl-panel[hawk="1"] .hawk-tag {
    display: block;
}
/* END OF PROFILE*/


/* NOTIFICATION */

.wrapper[data-id="notifications"] .btn-fa-primary {
    padding: 10px 15px;
    width: 200px;
}



/* END OF NOTIFICATION */

/* WALLET */
.wallet-con {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.wallet-amount {
    font-size: 30px;
    margin-bottom: 0px;
    font-family: 'Bess-Medium';
}
.akeed-amount {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Bess-Medium';
}

.flights-amount {
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'Bess-Medium';
    color: #196DFB;
}
.flightName {
    color: #818181;
}

.wallet-amount .amount {
    color: #196DFB;
}
.akeed-amount .akeedAmount,
.akeed-amount .akeed-curreny {
    color: #196DFB;
}

.wallet-amount .current {
    color: #196DFB;  
}

.wallet-bank-list,
.wallet-transaction-list {
    padding: 0px;
    list-style: none;
    position: relative;
    margin : 0px 15px;
}


.wallet-bank-list > li,
.wallet-transaction-list > li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0px;
}

.wallet-bank-list > li.header {
    border-bottom: 0px;
}

.esal-details-list {
    padding: 0px;
    list-style: none;
    position: relative;
    margin : 0px 15px;
}


.esal-details-list > li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0px;
}

.esal-details-list > li.header {
    border-bottom: 0px;
}
/* .btn-esal-done {
    width: 40%;
} */
#wallet-bank-list span{
    height: 25px;
} 

.modal-ce {
    width: 500px;
}

.wallet-transaction-list .amount,
.wallet-transaction-list .status {
    margin-bottom: 0px;
}
.wallet-transaction-list .amount {
    font-family: 'Bess-Medium';
}

.wallet-transaction-list .status.processing,
.wallet-transaction-list .status.pending {
    color : #fbb317;
}
.wallet-transaction-list .status.refunded,
.wallet-transaction-list .status.success {
    color : #38bca8;
}
.wallet-transaction-list .status.declined {
    color: #b3b3b3;
}
.wallet-transaction-list .status.cancelled,
.wallet-transaction-list .status.deleted,
.wallet-transaction-list .status.expired,
.wallet-transaction-list .status.expire {
    color: #b3b3b3;
    color : #a94442;
}

.pts-history-con .status.processing,
.pts-history-con .status.pending,
.pts-history-con .status.waiting {
    color : #fbb317;
}
.pts-history-con .status.refunded,
.pts-history-con .status.success,
.pts-history-con .status.approved {
    color : #38bca8;
}
.pts-history-con .status.declined {
    color: #b3b3b3;
}
.pts-history-con .status.cancelled,
.pts-history-con .status.failed,
.pts-history-con .status.cancel,
.pts-history-con .status.expired,
.pts-history-con .status.expire {
    color : #a94442;
}

#transfer-details .Processing,
#transfer-details .Pending,
#transfer-details .Waiting {
    color : #fbb317;
}
#transfer-details .Refunded,
#transfer-details .Success {
    color : #38bca8;
}
#transfer-details .declined {
    color: #b3b3b3;
}
#transfer-details .cancelled,
#transfer-details .failed {
    color: #b3b3b3;
    color : #a94442;
}

.wallet-bank-icon {
    width: 100px;
    height: auto;
}

.wallet-input {
    font-size: 30px;
    font-family: 'Bess-Medium';
    padding-bottom: 10px !important;
    margin-top: 10px;
}

.receipt-con {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 40px 0px 20px 0px;
}
.receipt-con > img {
    margin: auto;
    max-width: calc(100% - 10px);
    display: block;
}

.lbl-top-up {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    /* color: #38bca8; */
    /* font-size: 18px; */
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #fff;
    transition: 0.3s;
    height: 53px;
}   

.lbl-akeed-con {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    /* color: #38bca8; */
    /* font-size: 18px; */
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #fff;
    transition: 0.3s;
    height: 53px;
}  

/* .lbl-top-up:hover,
.lbl-top-up:hover input::placeholder,
.lbl-top-up:hover span {
    background: #38bca8;
    color: #fff !important;
    transition: 0.3s;
} */

.lbl-top-up.amount {
   padding: 5px 15px;
   position: relative;
}
.lbl-top-up.amount input {
    background-color: transparent;
    border: 0px;
    padding: 2px 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 0;   
    /*color: #b3b3b3;*/
}
.lbl-top-up.amount span {
    top: 13px;
    right: 20px;
    position: absolute;
    color: #aaa;
}
.companies {
    padding-left:15px;
}
body.ar .companies {
    padding-right:15px;
}
.companiesLogo {
   width: 100%; 
   margin-left: 30px;
}
body.ar .companiesLogo {
   width: 100%;
   margin-right: 70px;
}
body.ar .lbl-top-up.amount span {
    left: 20px !important;
    right: inherit;
}
body.ar .bs-caret{
  float: left;
}
body.ar #purpose_travel .filter-option,
body.ar #drpdwn .filter-option{
    text-align: right;
    margin-bottom: -20px;
}
.user_currency {
     /* unicode-bidi:bidi-override;  */
}
/*  body.ar .user_currency{
   direction:ltr;
}  */

/* .lbl-top-up.active {
    border-color: #38bca8;
} */

input.top-up-wallet:checked + label {
    box-shadow: 0px 0px 1px #38bca8;
    border-color: #38bca8;
    transition: 0.3s;
}
.padwallet{
    padding: 20px 20px 0px 20px;
}

/* End */


/* Bank Transfer */

#bank-transfer-con {}

#bank-transfer-con .fl-select-picker {
    width: 50%;
    border-bottom: 1px solid #ccc;
    border-radius: 0;

}

#bank-transfer-con .fl-select-picker img {
    width: 50px;
    float: right;
}

#bank-transfer-con .btn-group-vertical>.btn.active, 
#bank-transfer-con .btn-group-vertical>.btn:active, 
#bank-transfer-con .btn-group-vertical>.btn:focus, 
#bank-transfer-con .btn-group-vertical>.btn:hover, 
#bank-transfer-con .btn-group>.btn.active, 
#bank-transfer-con .btn-group>.btn:active, 
#bank-transfer-con .btn-group>.btn:focus, 
#bank-transfer-con .btn-group>.btn:hover {
    outline: none !important;
    background-color: #fff !important;
    color: #454545 !important;

}

#bank-transfer-con .btn-default.active, 
#bank-transfer-con .btn-default:active, 
#bank-transfer-con .open>.dropdown-toggle.btn-default {
    background-color: #fff !important;
    box-shadow: none !important;
}

#bank-transfer-con .dropdown-menu {
    padding: 0px;
}

/* Corporate */

#corporate-con img {
    object-fit: contain;
    position:absolute;
    left: 610px;
    top:-30px;
    width:100px;
    height:55px;
    z-index: 10;
}
#corporate-con-v2 img {
    object-fit: contain;
    position: absolute;
    top: -14px;
    width: 55px;
    height: 45px;
    z-index: 10;
    left: 158px;
}
body.ar #corporate-con-v2 img {
    object-fit: contain;
    position: absolute;
    top: -17px;
    width: 75px;
    height: auto;
    z-index: 10;
    left: 10px;
}
.corp_name{
    margin-right: 85px;
}
body.ar #corporate-con img{
    object-fit: contain;
    position: absolute;
    right: 620px;
    top: -29px !important;
    width: 100px;
    height: 55px;
    z-index: 10;
}

#purpose_travel .bootstrap-select .btn:focus,
#drpdwn .bootstrap-select .btn:focus {
    outline: none !important;

} 
#purpose_travel .btn-default,
#drpdwn .btn-default {
    cursor: pointer;
    border: 1px solid transparent; 
    border-radius: 0px;
    border-bottom: 1px solid #b3b3b3;
    position:relative;
    width: 50%;
    appearance:none; 
    -webkit-appearance: none;
    -moz-appearance: none;

}  
#purpose_travel .btn-default:hover,
#drpdwn .btn-default:hover {
    color: #333;
    background-color: white; 
    border: 1px solid transparent; 
    border-radius: 0px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    border-radius:0px;

} 
#purpose_travel .btn-default.focus, .btn-default:focus,
#drpdwn .btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: white;
    border-color: white;
} 
 #purpose_travel .bootstrap-select>.dropdown-toggle,
 #drpdwn .bootstrap-select>.dropdown-toggle {
    width: 100%;
    z-index: 1;
    border: 1px solid transparent; 
    border-radius: 0px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    border-radius:0px;
    /*margin-left: 3%;*/
} 

 #purpose_travel .dropdown-menu,
 #drpdwn .dropdown-menu {
    /* min-width: 50%;   */
    border-radius: 0px;
    padding:0;
    margin-top: 1px ;
    /*margin-left: 3%;*/
} 
#purpose_travel .bootstrap-select.btn-group .dropdown-menu:focus,
#drpdwn .bootstrap-select.btn-group .dropdown-menu:focus {
    border-color: transparent;     
}
#purpose_travel .bootstrap-select.btn-group .dropdown-menu li a:hover,
#drpdwn .bootstrap-select.btn-group .dropdown-menu li a:hover{
    background-color: white;
}
#purpose_travel .bootstrap-select.btn-group .dropdown-toggle .caret,
#drpdwn .bootstrap-select.btn-group .dropdown-toggle .caret{
    background-image: url(../images/icons/23x23.svg);
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    position: relative;
    margin: 0px 5px;
    background-position: -69px 0px;

}
#purpose_travel .caret,
#drpdwn .caret{
    border-top: 0px dashed;
    border-bottom: 0px dashed;
}
#purpose_travel .open.bootstrap-select.btn-group .dropdown-toggle .caret,
#drpdwn .open.bootstrap-select.btn-group .dropdown-toggle .caret{
    background-image: url(../images/icons/23x23.svg);
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    position: relative;
    margin: 0px 5px;
    background-position: -49px 0px;
}
.btn-retry-policies {
    float: right;
}
body.ar .btn-retry-policies {
    float: left;
}

/* SYNC */


.sync-email-container {
    padding: 10px 0px;
    background-color: #f1f1f1;
}

.sync-email-container .sync-item:not:first-child {
  border-top: 1px solid #ccc;
}

.sync-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f0eeee;
    padding: 15px 0px;
}

.sync-item .sync-image {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #e3e3e3;
    line-height: 45px;
    border-radius: 50%;
    color: #b3b3b3;
    margin: auto;
}
.sync-item .sync-desc {
    margin: 0px 10px;
}

.sync-item.verify {
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 0px;
}
.sync-item.verify .user {
    background-color: #38bca8;
    text-align: center;
    padding: 45px 10px;
    text-align: center;
    color: #fff;
    border-radius: inherit;
}



.sync-logo {
  background-image: url(../images/svg/sync.svg);
  width: 130px;
  height: 100px;
  background-size: cover;
  background-position: center;
  margin: auto;
}
.sync-email-verify{
    padding: 15px 0px;
    background: #f1f1f1;
}
.sync-email-con {
  margin-bottom: 15px;
}
.sync-verify {
  background-color: #289a89;
  color: #fff;
  padding: 30px 10px;
  min-height: 134px;
  max-height: 134px;
  text-align: center;
}
.sync-send-code {
  background-color: #fff;
  padding: 30px 10px;
  min-height: 134px;
  max-height: 134px;
  text-align: center;
}

.sync-send-code .form-control {
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
}

.verify-logo {
  background-image: url(../images/svg/email-otp.svg);
  width: 130px;
  height: 100px;
  background-size: cover;
  background-position: center;
  margin: auto;
  margin-bottom: 15px;
}


/* END OF SYNC */


.itinerary-content { 
    background-color: #fff;
    border-radius: 3px; 
}

.itinerary-flight {
   padding: 10px 0px;
    /* border: 1px solid #ccc; */
    /* border-left-color: transparent; */
    /* border-right-color: transparent; */
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    z-index: -1;
}
a.btn-view-policies:hover > span {
    text-decoration: underline;
    color: #36bca7;
}

.timeline {
    position: relative;
    /*padding: .5em;*/
    margin-left: 3em;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: -17.5px;
    height: 100%;
    width: 1px;
    background: #cecece;
}
.timeline > .bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #38bca8;
    border-radius: 50%;
    left: -24px;
    top: 50%;
    transform: translateY(-10px);
}
.timeline .time {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-11px);
    font-weight: bold; 
}

.itinerary-flight .timeline:first-child:before {
    height: 50%;
    top: 50%;
}
.itinerary-flight .timeline:last-child:before {
    height: 50%;
    bottom: 50%;
}

.fl-pass-info {
    padding: 20px 15px;
    /*border-top: 1px solid #ccc;*/
}
.fl-pass-info:last-child {
    /*border-bottom: 1px solid #ccc;*/
}
.fl-pass-info .col-item-right {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}

.fl-pass-info .col-item-left {
     width: calc(100% - 39px);
    display: inline-block;
    vertical-align: middle;
}







.payment-details-container {
    background-color: #fff;
}


.payment-details-container .nav-tabs>li >a {
    background-color: #fff;
    color: #888;
    padding: 20px 30px;
} 
.payment-details-container .nav-tabs>li.active>a, 
.payment-details-container .nav-tabs>li.active>a:focus, 
.payment-details-container .nav-tabs>li.active>a:hover {
    background-color: #38bca8;
    color: #fff;
}


/* DASHBOARD */
.bk-ticket-con {
    -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
    -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
    opacity: 0;
}

.is-visible .bk-ticket-con {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
    opacity: 1;
}
.is-visible .bk-ticket-con:nth-child(1) {
    -webkit-transition: -webkit-transform 0.2s 0.3s, opacity 0.2s 0.3s;
    -moz-transition: -moz-transform 0.2s 0.3s, opacity 0.2s 0.3s;
    transition: transform 0.2s 0.3s, opacity 0.2s 0.3s;
}
.is-visible .bk-ticket-con:nth-child(2) {
    -webkit-transition: -webkit-transform 0.2s 0.4s, opacity 0.2s 0.4s;
    -moz-transition: -moz-transform 0.2s 0.4s, opacity 0.2s 0.4s;
    transition: transform 0.2s 0.4s, opacity 0.2s 0.4s;
}
.is-visible .bk-ticket-con:nth-child(3) {
    -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
    -moz-transition: -moz-transform 0.2s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}
.is-visible .bk-ticket-con:nth-child(4) {
    -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
    -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
    transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
}
.is-visible .bk-ticket-con:nth-child(5) {
    -webkit-transition: -webkit-transform 0.2s 0.7s, opacity 0.2s 0.7s;
    -moz-transition: -moz-transform 0.2s 0.7s, opacity 0.2s 0.7s;
    transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
}
.is-visible .bk-ticket-con:nth-child(6) {
    -webkit-transition: -webkit-transform 0.2s 0.8s, opacity 0.2s 0.8s;
    -moz-transition: -moz-transform 0.2s 0.8s, opacity 0.2s 0.8s;
    transition: transform 0.2s 0.8s, opacity 0.2s 0.8s;
}
.is-visible .bk-ticket-con:nth-child(7) {
    -webkit-transition: -webkit-transform 0.2s 0.9s, opacity 0.2s 0.9s;
    -moz-transition: -moz-transform 0.2s 0.9s, opacity 0.2s 0.9s;
    transition: transform 0.2s 0.9s, opacity 0.2s 0.9s;
}
.is-visible .bk-ticket-con:nth-child(8) {
    -webkit-transition: -webkit-transform 0.2s 1s, opacity 0.2s 1s;
    -moz-transition: -moz-transform 0.2s 1s, opacity 0.2s 1s;
    transition: transform 0.2s 1s, opacity 0.2s 1s;
}
.is-visible .bk-ticket-con:nth-child(9) {
    -webkit-transition: -webkit-transform 0.2s 1.1s, opacity 0.2s 1.1s;
    -moz-transition: -moz-transform 0.2s 1.1s, opacity 0.2s 1.1s;
    transition: transform 0.2s 1.1s, opacity 0.2s 1.1s;
}
.is-visible .bk-ticket-con:nth-child(n+10) {
    -webkit-transition: -webkit-transform 0.2s 1.2s, opacity 0.2s 1.2s;
    -moz-transition: -moz-transform 0.2s 1.2s, opacity 0.2s 1.2s;
    transition: transform 0.2s 1.2s, opacity 0.2s 1.2s;
}

.bk-ticket {
    background-color: #fff;
    padding: 10px 15px;
    /*box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);*/
    cursor: pointer;
    transition: 0.3s;
    height: 185px;
    max-height: 200px;
    position: relative;
    border-radius: 3px;
   
}
.bk-hotel {
    background-color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s;
    height: 305px;
    position: relative;
    border-radius: 3px;
    margin-bottom:  15px;
   
}
body.ar .dashStatus {
    margin-right: 65px;
}
body.ar .bk-ticket-con[data-module="hotel"] .dashStatus {
    margin-right: 0;
}
body.ar .pass-count {
    margin-right: 20px;
    margin-left: 0px !important;
}


.bk-ticket:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.19);
}
.bk-ticket > div > div > div > .ticket-hole:before {
    left: -27px;
}
.bk-ticket > div > div > div > .ticket-hole:after {
    right: -27px;
}
/*.bk-con-status {
    position: absolute;
    bottom: 10px;
}*/



/*.bk-ticket:hover {
    background-color: rgba(254, 211, 120, 0.18);
    transition: 0.3s;
}
*/
.active-booking-icon-container {
    display: inline-block;
    width: 26px;
    margin: 0px 5px;
    vertical-align: middle;
}
.country-text {
    display: block;
    color: #787878;
    text-transform: uppercase;
    font-weight: normal;
}
.bk-ticket .desc {
    font-weight: bold;
    display: inline-block;
    width: 60px;
    text-align: center;
    vertical-align: middle;
}
.bk-ticket .desc h3 { 
    margin-bottom: 3px;
    font-family: 'Bess-Medium', 'Roboto';
    font-size: 25px;
}

.bk-ticket .pass-count span {
    display: inline-block;
    vertical-align: bottom;
}

.bk-ticket .bk-status {
    color: #787878;
    /*text-transform: uppercase;*/
}

.bk-ticket > div > div > .ticket-hole:before {
    left: -27px;
}
.bk-ticket > div > div > .ticket-hole:after {
    right: -27px;
}

.bk-ticket:hover > div > div > .ticket-hole:before {
    box-shadow: inset -18px 0 9px -18px rgba(0, 0, 0, .2);
}
.bk-ticket:hover > div > div > .ticket-hole:after {
   box-shadow: inset 18px 0 9px -18px rgba(0, 0, 0, .2);
}

.bk-status.pending,
.bk-status.waiting,
.bk-ticket .bk-status.expired {
    color: #787878;
}

.corporate-status.pending,
.bk-status.pending,
.bk-status.paymentpending,
.bk-status.processing,
.bk-status.hold,
.bk-status.waiting,
.bk-status.draft,
.bk-status.for_refund,
h4.no-margin.bk-status.pending,
h4.no-margin.bk-status.processing,
h4.no-margin.bk-status.hold,
h4.no-margin.bk-status.draft,
h4.no-margin.bk-status.waiting,
h4.no-margin.bk-status.paymentpending {
    color : #fbb317;
}
.corporate-status.approved,
.bk-status.paid,
.bk-status.booked,
.bk-status.approved,
h4.no-margin.bk-status.paid,
h4.no-margin.bk-status.booked {
    color : #38bca8;
}

.corporate-status.declined,
.corporate-status.rejected,
.bk-status.cancel,
.bk-status.error,
h3.no-margin.bk-status.cancel,
h4.no-margin.bk-status.cancel,
h3.no-margin.bk-status.error,
h4.no-margin.bk-status.error {
    color : #a94442;
}
.bk-status.refunded,
.bk-status.voided,
h3.no-margin.bk-status.refunded,
h4.no-margin.bk-status.refunded,
h3.no-margin.bk-status.voided,
h4.no-margin.bk-status.voided {
    color : #c6c6c6;
}



.sync-bk-con {}

.sync-bk-dtls { padding: 15px 0px; }

.sync-bk-con .sync-bk-dtls:first-child {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.bk-countdown-holder {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
}
/* END DASHBOARD */







.modal-fa-custom {
    width: 370px;
    margin-top: 100px auto;
}
.modal-fa-custom-2x {
    width: 500px;
}

.mdl-md-custom {
    width: 300px;
}

.mdl-bk {
  width: 380px;
  margin: 100px auto;  
}

.mdl-cr {
  width: 470px;
  margin: 100px auto;  
}
.mdl-sb {
  width: 569px;
  margin: 100px auto;  
}
.mdl-cd {
    width: 400px;
    margin: 50px auto;  
}

.mdl-md-custom,
.modal-pass-custom {
    width: 35%;
    margin-top: 100px auto;
}
.mdl-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 5px;
    background: #fff;
    text-align: center;
    justify-content: center;
    line-height: 27px;
    border-radius: 50%;
    color: #b3b3b3;
    /* box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.35); */
    z-index: 100;
    cursor: pointer
}
.modal-fa-custom .modal-body.scroll {
    max-height: 520px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-fa-custom .modal-body.scroll::-webkit-scrollbar {
    width: 5px;
}

.modal-fa-custom .modal-body.scroll::-webkit-scrollbar-track {
    width: 5px;
}

.modal-fa-custom .modal-body.scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #38bca8;
    width: 2em;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}


.dest-con {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dest-con .route {
    width: 30%;
}
.dest-con .route[data-type="multicity"] {
    position: relative;
}

.route-multicity-count {
    position: absolute;
    margin: 0 10px;
}

/*.card-opt {
    width: 25px;
    border: 1px solid #ccc;
}

.card-opt-image {
    background-image: url(../images/svg/otp.svg);
    width: 45px;
    height: 30px;
    background-size: cover;
    background-position: center;
}*/
/* HELPER */

/* OVER RIDING CSS PLUGIN*/
.modal-backdrop.in { 
    /*opacity: .8; */
}
.icheckbox_square-green, .iradio_square-green { 
/*    width: 23px !important; 
    margin-right: 5px !important;*/
    width: 23px !important;
    height: 23px !important;

}

.icheckbox_square-green~span, 
.iradio_square-green~span  {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px; 
    max-width: calc(100% - 33px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.i-check:before, .i-radio:before { display: none; }

.i-check-disabled {
    cursor: pointer;
    pointer-events: none;
}

.fa-custom-slider.noUi-target {
    border: 0px;
    box-shadow: none;
}
.fa-custom-slider.noUi-horizontal {
    height: 4px;
}
.fa-custom-slider.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    background: #196df5;
    left: -7px;
    top: -5px;
    cursor: pointer;

}
.fa-custom-slider.noUi-horizontal .noUi-handle:before,
.fa-custom-slider.noUi-horizontal .noUi-handle:after {
    background-color: none;
    height: 0px;
    width: 0px;
}

.fa-custom-slider .noUi-connect{
    background: #196df5;
}

.fa-custom-slider .noUi-tooltip {
    border: 1px solid transparent;
    border-radius: 3px;
    background: #FF56A1;
    color: #ffffff;
    font-size: 12px;
}

#filter-duration-slider .noUi-tooltip {
    width : 92px;
    max-width : 92px;
}




#tbl-referral.dataTable {}
#tbl-referral.dataTable thead > tr > th{
    color : #196DFB;
    padding: 15px 10px;
}

#tbl-referral.dataTable tbody > tr > td{
    color : #4d4e4e;
    padding: 15px 10px;
    background: #fff;
}
table#tbl-referral.dataTable thead th, 
table#tbl-referral.dataTable thead td,
table#tbl-referral.dataTable.no-footer {
    border-bottom: 0px
}
/* end */


.search-panel {
    /*margin-bottom: 15px;*/
    padding: 0px;
    background-color: #fff;
    
}
.search-panel .panel-item{
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-panel > .item {
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
}
.search-panel > .item:first-child {
    border-left: 1px solid #bcbcbc;
}



.dw-bubble-bottom {}
.dw-bubble-bottom:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #289a89;
    border-width: 10px;
    margin-left: -10px;
}


.nav-tabs.fa-passenger { border: none; }
.nav-tabs.fa-passenger > li  > a { 
    border-color: none;
    margin: 0px; 
}
.nav-tabs.fa-passenger > li:first-child  > a{ border-left-color: transparent; }
.nav-tabs.fa-passenger.nav-tabs>li>a:hover {
    background-color: #a72966;
    color: #fff;
    transition: 0.3s;
}

.nav-tabs.fa-passenger.nav-tabs>li.active>a, 
.nav-tabs.fa-passenger.nav-tabs>li.active>a:focus, 
.nav-tabs.fa-passenger.nav-tabs>li.active>a:hover {
    background-color: #38bca8;
    color: #fff;
    transition: 0.3s;    
}


.tab-content.fa-passenger .tab-pane{
    padding: 20px;
}


.opt-social {}
.opt-social > span {
    width: 30px;
    text-align: center;
    display: inline-block;
}
.opt-social > hr {
    display: inline-block;
    width: calc(50% - 19px);
    vertical-align: middle;
    border-color: #ccc;
}


.input-group.fa-opaque-custom .input-group-addon {
    background: transparent;
    border: 0px;
    padding: 0px 10px 5px 0px;
    vertical-align: bottom;
}
.input-group.fa-opaque-custom .input-group-addon.check:last-child {
    border-left: 0;
    vertical-align: bottom;
    padding: 0px 0px 7px 10px !important;
}
.input-group.fa-opaque-custom .input-group-addon.check .icheckbox_square-green {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
    width: 22px !important;
}

.input-group.fa-opaque-custom .form-control {
border: 0px;
border-bottom: 1px solid #ccc;  
}


.list-group.fl-list {
    margin-bottom: 0px;
}

.list-group.fl-list .list-group-item:first-child, 
.list-group.fl-list .list-group-item:last-child { 
    border-radius: 0px; 
}

.list-group.fl-list .list-group-item {
    border-color : #f0eeee;
}
.list-group.fl-list .list-group-item span {
    color: #4d4d4d;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}
.list-group.fl-list .list-group-item .mdi {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    color: #cb538d;
}
.list-group.fl-list .list-group-item.active, 
.list-group.fl-list .list-group-item.active:focus, 
.list-group.fl-list .list-group-item.active:hover {
    background-color: #f1f1f1;
    border-color : #f0eeee;
}




#transaction_table {
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
}

#transaction_table > .item {
    margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}


#invoice-container {
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 60px;
}

.invoice-panel {
    border: solid 1px #f0eeee;
}
.invoice-header {
    background: #f0eeee;
    padding: 5px;
    color: #939393;
}
.invoice-body {
    padding: 5px;
    text-align: center;
}

.invoice-title {
    color: #c9548b;
    font-weight: bold;
    margin: 0;
    text-align: right;
    font-size: 20px;
    line-height: 22px;
}

.invoice-table {
    width: 100%;
}


.invoice-table {
    width: 100%;
}

.invoice-table thead tr th {
    padding: 15px 5px;
}

.invoice-table tbody tr td {
    padding: 15px 5px;
    height: 65px;
}

.invoice-table tbody tr {
    background: #f3f3f3;
}

.invoice-table tbody tr:nth-child(even) {
    background: #fff;   
}

.invoice-table thead p {
    font-size: 15px;
    color: #4d4e4e;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#btn-show-more-transaction {
    width: 150px;
    display: block;
    margin: 0 auto;
}





/*END OF OVERRIDE*/

/* MODIFY COLUMN */

.row.align {
    float: none;
    vertical-align: middle;
    display: block;
    white-space: nowrap;
    /* margin-top: -5px; */
}

.row.align.fixed {
    white-space: nowrap;
    overflow: hidden;
    font-size :0px;
}

@media (min-width: 768px) {
    .row.align > *.col-middle {
        float: none;
        display: inline-block;
        vertical-align: middle;
        clear: both;
        white-space: initial;
    }
}

/* MODAL */

/*
.modal {
    padding-right: 0px !important;
}


*/




fieldset.frm-js-lbl {
  margin: 0;
  padding: 0;
  border: 0;  
  position: relative;
  height: 36px;
}


fieldset.frm-js-lbl label {
    position: absolute;
    top: 50%;
    left: 0px;
    color: #909090;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
    margin-top: -5px;
}                 

fieldset.frm-js-lbl input.form-control {
    padding: 5px 15px 0px 5px;
    height: 100%;
    appearance: none;
    background: transparent;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: 0px;
    border-bottom: 1px solid #b3b3b3;   
    position: relative;
    text-overflow: ellipsis;
    border-radius: 0px;
}


/*fieldset.frm-js-lbl > input:not([value=""]) + label,*/
fieldset.frm-js-lbl > input:focus + label,
fieldset.frm-js-lbl > input:not([data-empty=""]) + label{
    top: 0px;
    font-size: 12px;
    margin-top: -5px;
}

fieldset.frm-js-lbl input.form-control:before,
fieldset.frm-js-lbl input.form-control:after {
    border-bottom: 1px solid #b3b3b3;   
}
fieldset.frm-js-lbl input.form-control:focus {
    border-bottom-color: #196DFB;
     transition:
      width 0.25s ease-out, 
      height 0.25s ease-out 0.25s; 
} 


fieldset.frm-js-lbl .frm-addon {
    position: absolute;
    bottom: 10px;
    right: 0px;
}

fieldset.frm-js-lbl .frm-addon + input.form-control {
    padding-right: 40px;
}

fieldset.frm-js-lbl .frm-caret {
    position: absolute;
    top: 15px;
    right: 0;
}


.fa-header-sort  .dropdown-toggle {
    cursor: pointer;
}

.fa-header-sort.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.fa-header-sort .dropdown-menu {
   margin: 15px 0px 0px 0px;
   padding: 0px;
   border-radius: 3px;
}
.fa-header-sort .dropdown-menu > li > a {
    padding: 15px 20px;
    color: #888;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.fa-header-sort .dropdown-menu > li > a:hover {
    background-color: #f3f3f3;
    /* color: #fff; */
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.dropdown-menu.right {
    right: 0px;
    left: inherit;
}





.fl-service {
    background-image: url('../images/svg/amenities.svg');
    /*background-size: cover;*/
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: 0px, 0px;
    background-repeat: no-repeat;
    margin: 0px 2.5px;
}

/*wifi*/
.fl-service.s-w {
    background-position: 0px 0px;
}
/*entertainment*/
.fl-service.s-e {
    background-position: -16px 0px;
}
/*power*/
.fl-service.s-p {
    background-position: -32px 0px;
}
/*smoking*/
.fl-service.s-sk {
    background-position: -48px 0px;
}
/*non-smoking*/
.fl-service.s-nsk {
    background-position: -64px 0px;
}
/* seat */
.fl-service.s-s {
    background-position: -80px 0px;
}

/* NOT ACTIVE */
.fl-service.not.s-w {
    background-position: 0px -16px;
}
/*entertainment*/
.fl-service.not.s-e {
    background-position: -16px -16px;
}
/*power*/
.fl-service.not.s-p {
    background-position: -32px -16px;
}
/*smoking*/
.fl-service.not.s-sk {
    background-position: -48px -16px;
}
/*non-smoking*/
.fl-service.not.s-nsk {
    background-position: -64px -16px;
}
/* seat */
.fl-service.not.s-s {
    background-position: -80px -16px;
}


.indicator {
    display: inline-block;
}
.indicator[type=''] .asc { display: none; }
.indicator[type=''] .desc { display: none; }

.indicator[type='asc'] .asc { display: block; }
.indicator[type='asc'] .desc { display: none; }

.indicator[type='desc'] .asc { display: none; }
.indicator[type='desc'] .desc { display: block; }



/* DASHBOARD CSS */

.d-toolbar {}
.d-toolbar .d-header {
    display: inline-block;
    max-width: 200px;
    vertical-align: middle;
}
.d-toolbar .d-controls {
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: middle;
}


.roundtrip { 
    background-image : url('../images/roundtrip.png');
}
.oneway { 
    background-image : url('../images/oneway.png');
}
.roundtrip-2x { 
    background-image : url('../images/roundtrip@2x.png');
}
.oneway-2x { 
    background-image : url('../images/oneway@2x.png');
}

.oneway-left { 
    background-image : url('../images/left.png');
}

.oneway-left,
.roundtrip,
.roundtrip-2x,
.oneway-2x,
.oneway { 
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 26px;
    background-position: center;
    vertical-align: middle;
}
.roundtrip-2x,
.oneway-2x {
    width: 60px;
    height: 40px;
    margin: 0px 10px;
}

.trip-out,
.trip-in {
    background : url('../images/svg/trip.svg') no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 32px;
    background-size: cover;
}
.trip-plane {
    background : url('../images/book.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    width:28px;
    height: 28px;
    background-size: cover;
}
.trip-out.white,
.trip-in.white {
    background : url('../images/svg/trip-white.svg') no-repeat;
    background-size: cover;
}
.trip-out.white,
.trip-out {
    background-position: 0px 0px;
}
.trip-in.white,
.trip-in {
    background-position: -50px 0px;
}

.travel-icon,
.coup-icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 32px;
    margin: 0px 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.coup-icon {
    background-image: url('../images/icons/offers@2x.png');
}
.travel-icon{
    background-image: url('../images/icons/travel-date.png');
}






/* HAWK CSS */
.hawk-tag,
.hawk-tag-sm {
    position: absolute;
    top: -3px;
    right: 10px;
}
.hawk-tag {
    background: url('../images/hawks.png') no-repeat;
    width : 51px;
    height: 80px;
}

.hawk-tag-sm {
    background: url('../images/hawks-sm.png') no-repeat;
    width: 35px;
    height: 55px;
    z-index: 2;
}

#non-hawk-member-container img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.lyl-pnts {
    background-color: #fff;
    padding: 20px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.lyl-pnts .dscptn {
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
    max-width: calc(100% - 45px);
    white-space: initial;
}

.lyl-pnts .lyl-icon {
    display: inline;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 10px;
    height: auto;
    font-size: 32px;
}

.pts-history-con {
    border-radius: 3px;
    background-color: #fff;
    padding: 15px;
}
body.ar .pts-history-con{
    direction: ltr;
}
body.ar .pts-val{
    float:right;
}
.fl-pts-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    /*cursor: pointer;*/
}

.fl-pts-item .pts-date {
    font-size: 13px;
    color: #b3b3b3;
}
.fl-pts-item .miles {
    font-size: 14px;
    color: red;
}
.fl-pts-item .pts-val {
    color: #cb538d;
}

.rdm-item {
    background-color: #fff;
    border-radius: 3px;
    padding-bottom: 5px;
}

.rdm-item .rdm-img {
    height: 180px;
    background-image: url(../images/jpg/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 15px;
    background-position: center;
}

#hawks-terms-and-conditions .hawk-mem { padding : 0; }
#hawks-terms-and-conditions .hawk-mem > li { 
    list-style: none; 
    margin-bottom: 10px;
    position: relative;
    margin-left: 30px;
}
#hawk-benefits {
        padding: 0;
}
#hawk-benefits.hawk-mem > li {
    list-style: none; 
}
#hawks-terms-and-conditions .hawk-mem > li .mdi { color: #289a89; }

#hawks-terms-and-conditions .hawk-mem.circle > li:before, 
#hawks-terms-and-conditions .hawk-mem.check > li:before { 
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    color: #289a89; 
    position: absolute;
    left: -25px;
    top: 2px;
}

#hawks-terms-and-conditions .hawk-mem.check > li:before { 
    content: "\F12C";
}
#hawks-terms-and-conditions .hawk-mem.circle > li:before { 
    left: -20px;
    content: "•";
}

#hawk-benefits li > span > i {
   color: #cb538d;
   font-size: x-large;
}

.hawk-prc {
    background-color: #cb538d;
    padding: 15px;
    color: #fff;
    border-radius: 0px 0px 3px 3px;
}

#hawks-terms-and-conditions ul.hawk-bnfts,
#hawk-benefits ul.hawk-bnfts {
    list-style: none;
    padding: 0px;
    padding-left: 20px;
    text-indent: 0;
}
#hawk-benefits ul.hawk-bnfts  {
    padding: 10px 35px;
}
#hawks-terms-and-conditions ul.hawk-bnfts li{ 
    margin-bottom: 5px;
}
#hawks-terms-and-conditions ul.hawk-bnfts li:before{ 
    content : "\2013\a0";
}


.fl-lbl-air {
    background-color: #38bca8;
    padding: 5px 3px 3px 13px;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 5px;
}

.fl-lbl-air .mdi{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}



/* OFFERS*/
.fl-offer {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
}

.fl-offer > div > h4 {
    font-family: 'Bess-Medium', 'Roboto';
    height: 40px;
    overflow-y: hidden;
}
.fl-img {
    height: 175px;
    /*width: 100%;*/
    margin: -15px -15px 15px -15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px 3px 0px 0px;
}

@media (max-width: 1246px) {
  .fl-img {
    height: 185px;
    background-size: auto 100%;
  }
}

@media (min-width: 1141px) and (max-width: 1199px) {
  .fl-img {
    height: 145px;
    background-size: 100%;
  }
}


.rts-con {
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    min-height: 75px;
}

.coupon-con {
    background-color: #fff;
}
.frm-cpn-con {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.frm-cpn-con > input { width: 10px; }


.cpn-step {
    text-align: center;
}
.airportMargin40 {
    margin-left: 40px;
}
.airportMargin {
    margin-left: 0px;
}


.cpn-step h4 {
    color: #cb538d;
}

.coupon-con .img {
    width: 100%;
}

.promo-offer {
    background: url(../images/coupon/promo-banner.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;*
}

.promo-title {
    font-family: 'BESS-Medium', 'Roboto';
    margin: 40px;
    color: #cb538d;
}
.prd-con {
    border-radius: 3px;
    border: 1px solid #f0eeee;
    padding: 20px 10px;
}


.promo-con {
    background-color: #cb538d;
    color: #fff;
    padding: 15px;
    border-radius: 3px 3px 0px 0px;
    text-align: center;
}

.code-con {
    background-color: #b53d77;
    padding: 15px;
    border-radius: 3px;
    border: 2px dashed #fff;
    margin: 15px 0px;
    font-size: 34px;
    text-align: center;
    position: relative;
    width: 400px;
    margin:32px auto;
}

.code-con input {
    background-color: transparent;
    text-align: center;
    border: 0px;
    outline: none;
    line-height: 1.6em;
}
.code-con input:active,
.code-con input:focus,
.code-con input:hover {
    outline: none;
}

.promo-terms {
    background-color: #fff;
    padding: 35px;
    border-radius: 0px 0px 3px 3px;
}

.promo-terms > h4 {
    font-family: 'Bess-Medium','Roboto';
    font-size: 20px;
    margin: 15px 8px;
}
/* OFFERS*/






/* RECEIPT */

.rcpt-item {
    background-color: #fff;
    border-radius: 3px;
}

.rcpt-header {
    background: #cb538d;
    color: #fff;
}

.rcpt-dtls {
    padding: 15px 0px;
    border-bottom: 1px solid #f0eeee;
}

/* END RECEIPT */


/*
.d-fl-type {
    display: inline-block;
    background-position: 0px 0px;
    height: 25px;
    width: 40px;
}*/

/*.d-fl-type.oneway {  background-position: 0px 0px }
.d-fl-type.return { background-position: -50px 0px }*/

/*.d-fl-type.hawk { background-position: -100px 0px }


.d-fl-type.oneway.flip,
.d-fl-type.return.flip { 
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
*/
/*.d-img-out {
    background-image: url('../images/trip/outbound.png');  
}
.d-img-in {
    background-image: url('../images/trip/inbound.png');  
}

.d-img-out,
.d-img-in {
    display: inline-block;
    width: 20px;
    height: 17px;
    vertical-align: middle;
    margin: 3px 0px;
}*/

/* END DASHBOARD CSS */



/* CUSTOM MESSAGES */



/* ALTERNATIVE cSS */

.fa-input-group {
    border: 1px solid #bcbcbc; 
    white-space: nowrap;
    /*overflow: hidden;*/
}

/*==================*/
.fa-input-group .icon {
    width: 25px;
    display: inline-block;
    text-align: center;
}
.fa-input-group .form-control {
    display: inline-block;
    width: calc(100% - 114px);
    border: 0px;
    padding: 5px 0px;
    cursor: text;    
    height: 100%;
}


/* used in custom flag
   custom css
*/
.fa-input-group > .fa-custom-dropdown {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0px 10px;
}
.fa-input-group > .fa-custom-dropdown .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    max-height: 300px;
    overflow: scroll;
    width: 267px;

}
.fa-input-group > .fa-custom-dropdown .dropdown-menu > li > a {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.fa-input-group > .fa-custom-dropdown > .caret {
    vertical-align: middle;
}
.fa-input-group > .fa-custom-dropdown~.form-control {
    width: calc(100% - 110px);
    vertical-align: middle;
    cursor: text;
}

/* bootstrap used */
.fa-custom-picker.bootstrap-select  {
    width: 110px !important;
    padding: 0px;
    background : transparent !important;
    background-color : transparent !important;
    outline : none !important;
    box-shadow: none !important;
}
.fa-custom-picker.bootstrap-select .btn {
    width: inherit;
}
.fa-custom-picker.bootstrap-select .btn:active,
.fa-custom-picker.bootstrap-select .btn:after,
.fa-custom-picker.bootstrap-select .btn:hover,
.fa-custom-picker.bootstrap-select .btn-default.active, 
.fa-custom-picker.bootstrap-select .btn-default:active, 
.fa-custom-picker .btn-default.active, 
.fa-custom-picker .btn-default:active, 
.fa-custom-picker .btn-default.focus, 
.fa-custom-picker .btn-default:focus,
.fa-custom-picker .btn-default.active, 
.fa-custom-picker .btn-default:active, 
.fa-custom-picker .open>.dropdown-toggle.btn-default,
.fa-custom-picker .open>.dropdown-toggle.btn-default:hover,
.fa-custom-picker .open>.dropdown-toggle.btn-default:after,
.fa-custom-picker.bootstrap-select .open>.dropdown-toggle.btn-default {
    background : transparent !important;
    background-color : transparent !important;
    outline : none !important;
    box-shadow: none !important;
}
.fa-custom-picker.bootstrap-select .btn .location {
    display: none;
}

.fa-custom-picker.bootstrap-select .dropdown-menu {
    min-width: 250px !important;
    max-width: 250px !important;
}
.fa-custom-picker.bootstrap-select .dropdown-menu .location{
    font-size: 12px;
    color: #909090;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    /* margin: 0px 10px; */
    overflow: hidden;
    float: right;
}

.fl-currency.bootstrap-select {
    background : transparent;
    box-shadow: none !important;
    outline: none !important;
}
.fa-navbar .fl-currency.bootstrap-select .btn,
.fa-navbar .fl-currency.bootstrap-select .btn:focus,
.fa-navbar .fl-currency.bootstrap-select .btn:after,
.fa-navbar .fl-currency.bootstrap-select .btn:active {
    background: transparent;
    color: #ffe1ef;
    box-shadow: none !important;
    outline: none !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 25px;
    padding: 10px 15px;
    margin-top: -11px;
    border: 0px;
}
.fa-navbar .fl-currency.bootstrap-select .btn:focus, 
.fa-navbar .fl-currency.bootstrap-select .btn:after, 
.fa-navbar .fl-currency.bootstrap-select .btn:hover, 
.fa-navbar .fl-currency.bootstrap-select .btn:active {
    background: #196DFB;
    color: #fff;
}
.fl-currency.bootstrap-select.black .btn,
.fl-currency.bootstrap-select.black .btn:focus,
.fl-currency.bootstrap-select.black .btn:after,
.fl-currency.bootstrap-select.black .btn:active {
    color: #888;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
}

.fa-navbar .open>.dropdown-toggle.btn-default:hover {
    background: none;
    color: #fff;
}

.fl-currency.bootstrap-select .dropdown-menu {
    padding: 0px !important;
    border-radius: 3px !important; 
    margin-top: 0px !important;
}

.fa-navbar .navbar-nav .navbar-form {
  margin: 0px;
  line-height: 53px;
  height: 53px;
}

/* Login module */
.form-code-container {
    text-align: center;
    justify-content: center;
    direction: ltr !important;
}
.form-code {
    font-size: 29px;
    width: 40px;
    text-align: center;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0px;
    margin: 0px 2px;
}

.form-code:focus,
.form-code:active {
    outline: none;
    box-shadow: none;
}


/* end of login module */

/* PASSENGER MODULE */

#show_all_accompany_passenger_adult_render label > .icheckbox_square-green,
#show_all_accompany_passenger_adult_render label > .iradio_square-green,
#show_all_accompany_passenger_children_render label > .icheckbox_square-green,
#show_all_accompany_passenger_children_render label > .iradio_square-green,
#show_all_accompany_passenger_infant_render label > .icheckbox_square-green,
#show_all_accompany_passenger_infant_render label > .iradio_square-green {
    display: none !important;
}

/* END OF PASSENGER MODULE */



/* SEAT MAP */
.cabin-parent {
    overflow: hidden;



}
.cabin-header {
    background-color: #de5a9a;
    padding: 20px 10px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    position: relative;
}

.cabin-nav {
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    height: 85px;
    line-height: 85px;
}
.cabin-nav a {
    height: 85px;
    line-height: 85px;
    width: 40px;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    color: #fff;
    position: absolute;
}
.cabin-nav a.flex-prev {
    left: 0px;
}
.cabin-nav a.flex-prev.flex-disabled {
    display: none;
}
.cabin-nav a.flex-next {
    right: 0px;
}
.cabin-nav a.flex-next.flex-disabled {
    display: none;
}
.cabin-nav .flex-control-nav {
    display: none !important;
}

.cabin-zone {
    border: 1px solid #ccc;
    min-height: 100px;
    /* padding: 20px; */
    margin-bottom: 20px;
    text-align: center;
    background-color: #ddd;
    box-shadow: 0px 0px 6px #ccc;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 0px;
    /*overflow: hidden;*/
}
.cabin-zone .craft {

    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;

    padding-right: 10px;
}

.cabin-zone .craft .craft-body {
    background-image: url('../images/svg/airplane/body.svg'); 
    background-size: contain;
    background-repeat: repeat-y;
    padding-left: 15px;
    padding-right: 20px;
    margin-top: -2px;
    margin-bottom: -2px;
    position: relative;

}
.cabin-zone .seat-label {
    display: inline-block;
    vertical-align: top;
}

.cabin-zone .seat-content {
    display: inline-block;
    vertical-align: top;
    background: #fff;
}
.cabin-zone .seat-label table{
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
}

.cabin-zone .seat-label table tr td {
    width: 30px;
    height: 33px;
    text-align: center;
}


.cabin-zone .head {
    background-image: url(../images/svg/airplane/head.svg);
    width: 100%;
    height: 260px;
    background-position: center;
    background-size: cover;
}
.cabin-zone .body {
    /*border: 1px solid #a3a1a1;*/
}
.cabin-zone .prefix-head {
    /*height: 260px;*/
    height: 0px;
    position: relative;
}

.cabin-zone .tail {
    background-image: url(../images/svg/airplane/tail.svg);
    width: 100%;
    height: 260px;
    background-position: center;
    background-size: cover;
}


table.seat-map {
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    width: 100%;
    /*border-right: 3px solid #cccccc;*/
    /*border-left: 3px solid #cccccc;*/
}
table.seat-map tr td {
    width: 32px;
    height: 33px;
    text-align: center;
    /*border: 1px solid #ccc;*/
    position: relative; 
    background: transparent;
}

table.seat-map tr td input.seat[type=checkbox] {
    display: none;
}

table.seat-map tr td input.seat[type=checkbox] + label {
    background-image: url(../images/svg/seats.svg);
    height: 30px;
    width: 30px;
    background-size: cover;
    margin: auto;
    background-position: -32px 0px;
    cursor: pointer;
     -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

/*table.seat-map tr td input.seat[disabled] + label {
    cursor: 
}*/
table.seat-map tr td input.seat[type=checkbox]:checked + label {
    background-position: 1px 0px;
     -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

table.seat-map tr td input.seat[type=checkbox] + label span {
    line-height: 30px;
    color: #de5a9a;  
}

table.seat-map tr td input.seat[type=checkbox]:checked + label span {
    color: #fff;
}
table.seat-map tr td input.seat[disabled] + label {
    background-position: -98px 0px;
     -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in; 
}
table.seat-map tr td input.seat.occupied[disabled] + label {
    background-position:  -65px 0px;
     -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in; 
}
table.seat-map tr td input.seat[type=checkbox] + label ~ .details {
    display: none;
    position: absolute;
    bottom: calc(100% + 5px);
    min-width: 200px;
    width: auto;
    background-color: #fff;
    left: 0;
    margin-left: -85px;
    box-shadow: 1px 1px 1px #ccc;
    padding: 10px;
    text-align: left;
}
table.seat-map tr td input.seat[type=checkbox] + label:hover ~ .details {
    display: block;
}
table.seat-map tr td input.seat[type=checkbox] + label:hover ~ .details:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;   
}

.seat {
    background-color: #fff;
    
}
.na,
.aisle {
    background-color: #fff;
}

/*#left-wing {
    position: absolute;
    left: 0px;
    width: 300px;
    height: 300px;
}
#right-wing {
    position: absolute;
    right: 0px;
    width: 300px;
    height: 300px;
}*/

.craft-head {
    /*background-image: url('../images/svg/airplane/head-no-border.svg');*/
    /*height: 600px;*/
    margin: auto;
    background-repeat: no-repeat;

    background-size: 100% auto;
}

.left-wing {
    /*background: #fff;*/
    width: 200px;
    position: absolute;
    right: calc(100%);
    background-image: url(../images/svg/airplane/wing-left.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    /* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";*/
}
.right-wing {
    /*background: #fff;*/
    width: 200px;
    position: absolute;
    left: 100%;
    background-image: url('../images/svg/airplane/wing-right.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    left: calc(100% - 10px);
}


.pass-slide .li-pass {
    padding: 5px 0px;    
    cursor: pointer;
}
.pass-slide .li-pass.selected {
    border: 1px solid #fbb317;
    background-color: #fbb317;
    color: #fff;
    border-radius: 3px;
}
/* SEAT MAP */

/* HOTEL */
.hotel-list-container {
    background-color: #0a0f57;
    /*padding: 20px 0px;*/
}

.hotel-list-container .hotel-list {
    height: 180px;
    /* padding: 10px; */
    overflow-y: scroll;
    margin-bottom: 15px;
}

.hotel-list-container .hotel-list::-webkit-scrollbar {
    width: 0.7em;
}
 
.hotel-list-container .hotel-list::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: rgba(255, 246, 228, 0.3);
    border-radius: 20px;
}
 
.hotel-list-container .hotel-list::-webkit-scrollbar-thumb {
  background-color : #38bca8;
  outline : 1px solid slategrey;
  border-radius : 20px;
  -webkit-box-shadow : inset 0 0 6px rgba(0,0,0,0.2);
}

/* 
END OF HOTEL 
*/



#mdl-flight-details {}
#mdl-flight-details .fl-header {
    padding: 15px 15px 10px 15px;  
}
#mdl-flight-details .fl-img-con {
    border: 0px;
    box-shadow: none;
}
#mdl-flight-details .btn-fa {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #b3b3b3;
}

/*#mdl-flight-details .itinerary {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    border-top: 1px solid #f1f1f1;
}*/

#mdl-bk-credit-card .cc-list-container {
    max-height: calc(100vh - 351px);
    overflow-y: auto;
    overflow-x: hidden;
}

#mdl-save .fl-message{
    width: 80%;
    margin-left: 30px;
}
#mdl-save .modal-body{
   padding:0px;
}
#mdl-save h4{
    color: #4D4E4E;
    font-size: 22px;
}
#mdl-save .cncl{
    width: 49%;
}
body.ar #mdl-save .fl-message {
    width: 80%;
    margin-right: 30px;
}
#mdl-discard .fl-message{
    width: 80%;
    margin-left: 30px;
}
#mdl-discard .modal-body{
   padding:0px;
}
#mdl-discard h4{
    color: #4D4E4E;
    font-size: 22px;
}
#mdl-discard h4{
    color: #4D4E4E;
    font-size: 22px;
}
#mdl-discard .discard-message{
    width: 88%;
    margin-left: 7%;
}
body.ar #mdl-discard .discard-message{
    width: 88%;
    margin-left: 7%;
}
#mdl-discard .cncl{
    width: 49%;
}
body.ar #mdl-discard .fl-message {
    width: 80%;
    margin-right: 30px;
}
.costCenterItemv2 {
  padding: 10px 0px;
  border-bottom: 1px solid #f0eeee;
  margin-left: 20px;
}
body.ar .costCenterItemv2 {
  padding: 10px 0px;
  border-bottom: 1px solid #f0eeee;
  margin-right: 20px;
}
.costCenterItemv2:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}
#searchCostCenterv2 {
    height: 44px;
    border-radius: 3px;
}
#mdl-costCenterv2 .form-control:focus, #mdl-costCenterv2 .form-control:active {
    border-color: #ccc !important;
}
.fl-con-scroll::-webkit-scrollbar-button,
#mdl-bk-credit-card .cc-list-container::-webkit-scrollbar-button,
.cd-fold-content .itinerary::-webkit-scrollbar-button,
.cost-center-container::-webkit-scrollbar-button { 
    display: block; 
    height: 90%;
    border-radius: 0px;
    background-color: #fff;
}
.fl-con-scroll::-webkit-scrollbar-button:hover,
#mdl-bk-credit-card .cc-list-container::-webkit-scrollbar-button:hover,
.cd-fold-content .itinerary::-webkit-scrollbar-button:hover,
.cost-center-container::-webkit-scrollbar-button:hover{
    background-color: #f1f1f1; 
}
.fl-con-scroll::-webkit-scrollbar-thumb,
#mdl-bk-credit-card .cc-list-container::-webkit-scrollbar-thumb,
.cd-fold-content .itinerary::-webkit-scrollbar-thumb,
.cost-center-container::-webkit-scrollbar-thumb{ 
    background-color: #196DFB; 
    border-radius: 50px; 
}
.fl-con-scroll::-webkit-scrollbar-thumb:hover ,
#mdl-bk-credit-card .cc-list-container::-webkit-scrollbar-thumb:hover ,
.cd-fold-content .itinerary::-webkit-scrollbar-thumb:hover,
.cost-center-container::-webkit-scrollbar-thumb:hover{ 
    background-color: #196DFB;
     border-radius: 50px; 
}
.fl-con-scroll::-webkit-scrollbar-track ,
#mdl-bk-credit-card .cc-list-container::-webkit-scrollbar-track ,
.cd-fold-content .itinerary::-webkit-scrollbar-track,
.cost-center-container::-webkit-scrollbar-track{ 
    background-color: #e3e3e3; 
}
.fl-con-scroll::-webkit-scrollbar-track:hover ,
#mdl-bk-credit-card .cc-list-container::-webkit-scrollbar-track:hover ,
.cd-fold-content .itinerary::-webkit-scrollbar-track:hover,
.cost-center-container::-webkit-scrollbar-track:hover{ 
    background-color: #e3e3e3; 
}
.fl-con-scroll::-webkit-scrollbar ,
#mdl-bk-credit-card .cc-list-container::-webkit-scrollbar ,
.cd-fold-content .itinerary::-webkit-scrollbar,
.cost-center-container::-webkit-scrollbar{ 
    width: 7px; 
}

#passenger_info_render {
    overflow-y: auto;
    opacity: 0;
    /* margin: 1.5em 2em; */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
#passenger_info_render {
    max-height: calc(100vh - 245px);
}

/*#id-card-list {
    max-height: 0px;
}
*/
#passenger_info_render.is-visible,
#id-card-list.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s 0.6s, opacity 0.3s 0.6s;
    -moz-transition: -moz-transform 0.3s 0.6s, opacity 0.3s 0.6s;
    transition: transform 0.3s 0.6s, opacity 0.3s 0.6s;
}

/*#id-card-list.is-visible {
    max-height: 205px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

*/

.arrow .outbound { 
    background-image: url('../images/right.png');
    display: none; 
}
.arrow .outbound { 
    background-image: url('../images/left.png');
    display: none; 
}
.arrow.outbound .outbound { display: block; }
.arrow.inbound .inbound { display: block; }

.layover {
    text-align: center;
    padding: 10px 0px;
    border-left-color: transparent;
    border-right-color: transparent;
    background-color: rgba(230, 240, 255, 0.7);
    margin: 0 15px;
    color: #507bbc;
}


.fl-trip {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}


/*.fl-trip .outbound {
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/outbound@2x.png');
}
.fl-trip .inbound {
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/inbound@2x.png');
}
.fl-trip.outbound .outbound {
    display: inline-block;
    margin: 0px 15px;
}
.fl-trip.inbound .inbound {
    display: inline-block;
}
*/

.fl-itinerary {
    min-height: 242px;
    border-bottom: 1px dashed #f0eeee;
}
.fl-itinerary > div:first-child {
    border-right: 1px dashed #f0eeee;
}
.fl-itinerary > div:last-child {
    border-left: 1px dashed #f0eeee;
}

/* NAVIGATIOnS */
.nav-arrow {
    background: url('../images/arrows/arrows.svg') no-repeat;  
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.nav-arrow.left {
    background-position: 0px -23px;
}

.nav-arrow.right {
    background-position: -23px -23px;
}
.nav-arrow.down {
    background-position: -70px 0px;
}
.nav-arrow.up {
    background-position: -45px 0px;
}
.nav-arrow.left:hover {
    background-position: 0px 0px;
}
.nav-arrow.right:hover {
    background-position: -23px 0px;
}

.nav-arrow.right-prime {
    background-position: -23px 0px;
}

.nav-arrow.right-prime.gray:hover {
    background-position: -23px -46px;
}

.btn-transfer-wallet,
.btn-buy-akeedmiles {
    background-color: #196DFB;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    transition: 0.3s;
    float: right;
    padding: 9px 12px;
}

.btn-transfer-wallet:hover,
.btn-buy-akeedmiles:hover,
.btn-transfer-wallet:focus,
.btn-buy-akeedmiles:focus {
    color: #fff;
}

body.ar .btn-goto-wallet,
body.ar .btn-buy-akeedmiles {
   float:left;
}




/*.flag {
    width: 30px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/flag_icons.jpg');
}

.flag.philippines { background-position: 211px -85px; }

*/










/* ANIMATIONS 
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
*/

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}


/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer 
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​*/

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

.bar-con {

  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}

.spinner {
    overflow: hidden;
    position: relative;
    height: 7px;
    border-radius: 10px;
}
.spinner div {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #333;
    /* border-radius: 50%; */
    border-radius: 3px;
    animation: move 3s infinite cubic-bezier(0.45, 0.88, 0.62, 0.24);
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(56,188,168,1) 35%, rgba(56,188,168,1) 67%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(56,188,168,1)), color-stop(67%, rgba(56,188,168,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(56,188,168,1) 35%, rgba(56,188,168,1) 67%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(56,188,168,1) 35%, rgba(56,188,168,1) 67%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(56,188,168,1) 35%, rgba(56,188,168,1) 67%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(56,188,168,1) 35%, rgba(56,188,168,1) 67%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.spinner div {
  animation-delay: 150ms;
}
@keyframes move {
   /* from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}*/
    0% {left: -100%;}
    50% {left:50%;}
    100% {left:100%;}
}

.request-airlines-con,
.pref-air-con {
    padding: 0px 15px;
    position: relative !important;
    width: calc(100% - 60px) !important;
    margin: auto !important;
}



.pref-air-flex {
    display: inline-block;
    vertical-align: middle;
}
.pref-air-list {

}
.pref-airlines {
    display: inline-block;
    width: 75px;
    height: 75px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 10px;
    /* overflow: hidden; */
    cursor: pointer;
    transition: 0.3s;
    /*margin: 0px 10px;*/
}
.pref-airlines .flight-image {
    cursor: pointer;
}
.pref-airlines > input { display: none; } 
.pref-airlines > input ~ .check-air { 
    display: none;
    background-image: url(../images/icons/verified@2x.png);
    width: 25px;
    height: 25px;
    z-index: 3;
    position: absolute;
    background-repeat: no-repeat;
    right: -10px;
    bottom: 1px;
    background-size: contain;
    transition: 0.3s;
}
.pref-airlines > input:checked ~ .check-air { 
    display: block;
    transition: 0.3s;
}
.pref-airlines:hover {
    border-color: #38bca8;
    transition: 0.3s;
}

.pref-airlines ~ .air-name {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #787878;
    max-width: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pref-airlines.disabled {
    pointer-events: none;
}
.flex-direction-nav {
    display: inline-block !important;
}

.request-airlines-con .chev-arrow,
.pref-air-con .chev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #38bca8;
}

.request-airlines-con .chev-arrow.right,
.pref-air-con .chev-arrow.right { 
    right: -30px; 
}
.request-airlines-con .chev-arrow.left ,
.pref-air-con .chev-arrow.left { 
    left: -30px; 
}
.request-airlines-con .flex-control-nav
.pref-air-con .flex-control-nav { 
    display: none; 
}


#mdl-akeedmiles .flex-prev {
    position: absolute;
    left: 10px;
    display: none;
}
#mdl-akeedmiles .flex-next {
    position: absolute;
    right: 15px;
    top: 25px;
}

#mdl-akeedmiles .modal-footer {
    position: relative;
    height: 60px;
}
#mdl-akeedmiles .flex-control-nav { display: none; }

.miles-img {
    background-image: url("../images/akeedmiles/akeedmiles.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover; 
    width: 230px;
    height: 27px;
    margin: auto;
}


.pass-ico,
.trans-ico,
.coupons-ico,
.wallet-ico,
.promo-ico,
.bookings-ico {
    background-size : 120px;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    background-position: center;
    display: inline-block;
}

.pass-ico {
    background-image: url('../images/svg/passengers-empty.svg');

}

.bookings-ico {
    background-image: url('../images/svg/bookings-empty.svg');
}
.promo-ico {
    background-image: url('../images/svg/promo-empty.svg');
    margin-left: -10px;
}
.trans-ico {
    background-image: url('../images/svg/transactions-empty.svg');
}
.coupons-ico {
    background-image: url('../images/svg/coupos-empty.svg');
    background-size: cover;
}

.wallet-ico {
    background-image: url('../images/svg/wallet-empty.png');
}

.fa_btn_download_invoice,
.fa_btn_download_invoice:hover,
.fa_btn_download_invoice:active{
    font-size: 18px;
    color: #fff !important;
}




.form-control.fl-nav-form {
    background: transparent;
    color: #fff;
    border: 0;
    margin-top: 3px;
}
select.form-control.fl-nav-form:after {
    width: 5px;
    height: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f00;   
}
    
    


.form-control.fl-nav-form option {
    color: #4d4d4d;
}

.footer-wrapper {
  background-color: #fff;
  padding: 30px 0 0;
  color: #1A1F71;
}

.footer-item {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-links {
  margin-bottom: 5px;
}

.footer-wrapper a {
  color: #1A1F71;
  margin-bottom: 5px;
  transition: .2s all ease-in-out;
  font-size: 14px;
}

.footer-wrapper a:hover {
  text-decoration: underline;
}



.card { position: relative; }

.card {
    width: 37px;
    height: 25px;
    border-radius: 3px;
    z-index: 2;
    display: inline-block;
    background-image: url(../images/cards/cards.svg);
}
.card:nth-child(2) {
  margin: 0px 5px;
}
.card.master {
    background-position: 0px 0px;
}
.card.visa {
    background-position: -37px 0px;
}

.card.amex {
    background-position: -74px 0px;
}





.fl-bg-warning, 
.fl-bg-error {
    color: #fff;
    border-radius: 3px;
    padding: 10px 15px;
}
.fl-bg-error {
    background-color: #d82525;
}
.fl-bg-warning {
    background-color: #fab217;
}



.fl-success,
.fl-warning,
.fl-error {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.fl-error {
    background-image: url(../images/icons/error@2x.png);  
}

.fl-success {
    background-image: url(../images/icons/success@2x.png);  
}



.article {
    margin-bottom: 70px;
}


.article h2,
.article h3,
.article h4 {
   color: #284da0; 
   margin-bottom: 20px;
}

.article ol li {
    margin-bottom: 20px;
}

.article p {
    line-height: 1.6em;
}

.share-con {
    background-color: #f2f2f2;
}

.share-con .division {
    border-color: #ccc;
}

.share-con .fa {
    width: 25px;
    text-align: center;
}
    
.share-con .fa.facebook {
    color: #3b5998;
}
.share-con .fa.twitter {
    color: #00aced;
}

#contact-us-container .fa {
   width: 40px; 
   text-align: center;
}

#contact-us-container i.fa:before {
    content: "";
}

.share-con a {
    color: inherit;
    text-decoration: underline;
}

.share-promo-container {
    background-color: #cb538d;
    padding: 75px 0px;
}
.btn-add-card-editv2 {
    cursor: pointer;
}

.btn-add-cardv2 {
    cursor: pointer;
}

.fl-info {
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 3px;
}

.fl-info.au1 {
    background-image: url('../images/info/pexel.jpeg');
    min-height: 370px;
    background-position: bottom;
}

.fl-vm {
    background-repeat: no-repeat;
    background-size: 100%;
}
.fl-vm.man {
    background-image: url(../images/info/man.jpg);
    min-height: 350px;
}

.fl-vm.phone {
    background-image: url(../images/info/phone.jpg);
    min-height: 350px;
}


/* ICONS */

.fl-pnts {
    background-image: url(../images/svg/flyakeed-points-30x30.svg);
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.fl-pnts.get{
    background-position: 0px 0px;
}
.fl-pnts.earn{
    background-position: -30px 0px;
}
.fl-pnts.redeem{
    background-position: -60px 0px;
}
.fl-pnts.history{
    background-position: -90px 0px;
}

.gt-pnts {
   background-image: url(../images/svg/get-points-35x35.svg);
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.gt-pnts.buy {
    background-position: 0px 0px;
}
.gt-pnts.refer {
    background-position: -35px 0px;
}
.gt-pnts.book {
    background-position: -70px 0px;
}


.hotel-dtls {
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 3px;  
}

.hotel-action {
    margin-top: 30px;
}
.hotel-action > a:hover {
    color: #38bca8;
}


.rfr-img {
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 55px;
    width: 100px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.rfr-img.friend {
    background-image: url(../images/promo/wedding/enter_friend.svg);
}

.rfr-img.gift {
    background-image: url('../images/promo/wedding/send_gift.svg');
}

.rfr-img.method {
    background-image: url('../images/promo/wedding/choose_method.svg');
}

.rfr-img.share {
    background-image: url(../images/promo/standard/share.png);
}

.rfr-img.register {
    background-image: url('../images/promo/standard/register.png');
}

.rfr-img.gift_orig {
    background-image: url('../images/promo/standard/gift.svg');
}


.bk-reference-container {
    position: relative;
    
}

.bk-reference-container .bk-reference-item {
    border-bottom: 1px dashed #ccc;
    padding: 25px 0px;
}

.bk-reference-container .bk-reference-item:last-child {
    border-bottom: 0px !important;
}
.bk-reference-container .airline-container {
    width: 50px;
    position: relative;
}


.hotel-img-design {
    background-position: center;
    background-size: cover;
    height: 167px;
}





@media (max-width: 1450px) {
    .fa-container { 
        margin: 0px 50px; 
        transition: 0.3s
    }
    /*.flight-result-item .desc-panel { padding : 15px; }*/
    .flight-result-item .flight-airline { width: 150px; }
    .flight-desc { width: calc(100% - 150px) }
}

@media (max-width: 1300px) {
    .fa-container { 
        margin: 0px 35px; 
        transition: 0.3s
    }
    .mdl-md-custom, 
    .modal-pass-custom {
        width: 50%;
    }
}



/*@media (max-width: 1200px) {

    .flight-result-item .flight-airline {
        width: 100px;
    }
    .flight-desc {
        width: calc(100% - 100px);
    }

}

@media (max-width: 1125px) {
    .flight-result-item {
        display: block;
    }
    .flight-result-item .image-panel {
        display: inline-block;
    }
    .flight-result-item .desc-panel {
        width: 100%;
        padding: 0px;
    }
    .flight-price .btn {
        width: 100%;
    }
    .flight-result-item .price-panel {
        display: block;
        width: 100%;
        text-align: center;
        border-top: 1px solid #ccc;
    }
}
*/

@media (max-width: 768px) {
    .fa-container { margin: 0px;  }

    .search-box {
        width: 90%;
    }

    .mdl-md-custom, 
    .modal-pass-custom {
        width: inherit;
        margin-top: 50px;
    }
}




/* Folding Content */
/* -------------------------------- 

Main content

-------------------------------- */
.cd-main {
  overflow-x: hidden;
/*    height: 100vh;
    width: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 999;*/
    /*display: none;*/
}
.cd-main::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}

.cd-main > * {
  -webkit-transition: -webkit-transform 0.3s 0.4s;
  -moz-transition: -moz-transform 0.3s 0.4s;
  transition: transform 0.3s 0.4s;
}
.cd-main.fold-is-open > * {
  /* on mobile - translate .cd-main content to the right when the .cd-folding-panel is open */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s;
  transition: transform 0.3s 0s;
}
@media only screen and (min-width: 600px) {
  .cd-main.fold-is-open > * {
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
}
@media only screen and (min-width: 1100px) {
  .cd-main::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .cd-main.fold-is-open > * {
    /* reset style - on bigger devices we translate the gallery items */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.cd-gallery {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 999;
    opacity: 0; 
    z-index: -1;
    transition: 0.3s;
}

.fold-is-open .cd-gallery {
    z-index: 1000;
    opacity: 1;
}
.cd-gallery::after {
  clear: both;
  content: "";
  display: table;
}
.cd-gallery::before {
  /* this is the dark layer covering the .cd-gallery when the .cd-folding-panel is open */
  display: block;
  content: '';
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 23, 38, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.3s;
  -moz-transition: opacity 0.5s 0.4s, visibility 0s 0.3s;
  transition: opacity 0.5s 0.4s, visibility 0s 0.3s;
}
.fold-is-open .cd-gallery::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-item {
  width: 100%;
  height: 300px;
  text-align: center;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.cd-item > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-item > a.dark-text {
  color: #363558;
}
.cd-item > a.dark-text b {
  border-color: #363558;
}
.cd-item div {
  display: table-cell;
  vertical-align: middle;
}
.cd-item:nth-of-type(1) {
  background-color: #363558;
}
.cd-item:nth-of-type(2) {
  background-color: #544173;
}
.cd-item:nth-of-type(3) {
  background-color: #dadcdc;
}
.cd-item:nth-of-type(4) {
  background-color: #65d29b;
}
.cd-item h2 {
  font-size: 2.2rem;
}
.cd-item p {
  line-height: 1.2;
  font-size: 1.4rem;
  opacity: 0.6;
  padding: 1em 0;
}
.cd-item b {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1em 1.3em;
  border-radius: 50em;
  border: 1px solid #ffffff;
}
@media only screen and (min-width: 1100px) {
  .cd-item {
    width: 50%;
    float: left;
    height: 520px;
    -webkit-transition: -webkit-transform 0.5s 0.4s;
    -moz-transition: -moz-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
  }
  .cd-item h2 {
    font-size: 3rem;
  }
  .cd-item p {
    font-size: 1.6rem;
  }
  .cd-item h2, .cd-item p {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    -moz-transition: -moz-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
  }
  .cd-item b {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
  }
  .no-touch .cd-item a:hover h2, .no-touch .cd-item a:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s;
    transition: transform 0.3s 0s;
  }
  .no-touch .cd-item a:hover b {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    -moz-transition: opacity 0.3s 0.1s, -moz-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  }
  .fold-is-open .cd-item {
    -webkit-transition: -webkit-transform 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  .fold-is-open .cd-item:nth-of-type(2n) {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
}

/* -------------------------------- 

folding panel

-------------------------------- */
.cd-folding-panel {
  position: fixed;
  border-radius: 3px;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -moz-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.cd-folding-panel .fold-left,
.cd-folding-panel .fold-right {
  /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-folding-panel .fold-left::after,
.cd-folding-panel .fold-right::after {
  /* 2 fold sides */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
}
.cd-folding-panel .fold-right {
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.cd-folding-panel .fold-right::after {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  -moz-transform: translateX(-100%) rotateY(-90deg);
  -ms-transform: translateX(-100%) rotateY(-90deg);
  -o-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  background-color: #c0c3c3;
}
.cd-folding-panel .fold-left {
  /* on mobile only the right fold side is visible */
  display: none;
}
.cd-folding-panel .fold-left::after {
  background-color: #fff;
}
.cd-folding-panel .cd-close {
  /* 'X' close icon */
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  -moz-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
}
/* .cd-folding-panel .cd-close::after, .cd-folding-panel .cd-close::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #c00;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-folding-panel .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-folding-panel .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
} */
.cd-folding-panel.is-open {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-folding-panel.is-open .fold-right::after,
.cd-folding-panel.is-open .fold-left::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s 0s, background-color 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s, background-color 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s;
}
.cd-folding-panel.is-open .fold-right::after {
  background-color: #fff;
}
.cd-folding-panel.is-open .cd-close {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s;
  -moz-transition: opacity 0.2s 0.5s;
  transition: opacity 0.2s 0.5s;
}
@media only screen and (min-width: 600px) {
  .cd-folding-panel {
    width: 600px;
  }
}
@media only screen and (min-width: 1100px) {
  .cd-folding-panel {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 700px;  
  }
  .cd-folding-panel .fold-left,
  .cd-folding-panel .fold-right {
    width: 50%;
    float: left;
    height: 100%;
  }
  .cd-folding-panel .fold-right {
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 0% 50%;
    -moz-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
  }
  .cd-folding-panel .fold-right::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
  .cd-folding-panel .fold-left {
    display: block;
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 100% 50%;
    -moz-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
  }
  .cd-folding-panel .fold-left::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(90deg);
    -moz-transform: translateX(100%) rotateY(90deg);
    -ms-transform: translateX(100%) rotateY(90deg);
    -o-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
}

.cd-fold-content {
  position: absolute;
  top: 0;
  left: 0;
  /*height: 100%;*/
  width: 100%;
  padding: 0px;
  background-color: #fff;
  /*overflow-x: hidden;*/
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.cd-fold-content > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.cd-fold-content .itinerary {
    /*max-height: calc(100% - 83px);*/
    /*max-height: 500px;*/
    overflow-y: auto !important;
    position: relative;
    display: block;
}


.cd-fold-content p, .cd-fold-content em {
  line-height: 1.6;
}
.cd-fold-content .itinerary {
/*  display: inline-block;
  margin: 1em 0;
  font-family: "Vollkorn", serif;
  font-size: 1.8rem;
  color: #7a78ae;*/
  -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
}
.cd-fold-content .summary {
/*  margin-bottom: 1em;
  font-size: 1.4rem;*/
  -webkit-transition: -webkit-transform 0.2s 0s, opacity 0.2s 0s;
  -moz-transition: -moz-transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
}
.is-open .cd-fold-content {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
  top: 50%;
 transform: translateY(-50%);
}
.is-open .cd-fold-content > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.is-open .cd-fold-content .itinerary {
  -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
  overflow: hidden;
}
.is-open .cd-fold-content .summary {
  -webkit-transition: -webkit-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  -moz-transition: -moz-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
  overflow: hidden;
}

@media only screen and (min-width: 600px) {
  .cd-fold-content h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .cd-fold-content {
    /*padding: 4em;*/
  }
  .cd-fold-content > * {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  .cd-fold-content em {
    font-size: 2.2rem;
  }
  .cd-fold-content p {
    font-size: 1.6rem;
  }
}

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-fold-content.single-page {
  position: static;
  visibility: visible;
  height: auto;
  background-color: #dadcdc;
}
.no-js .cd-fold-content.single-page > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*
=====================
    END  
=====================
*/



/* .wrapper[data-id="view-booking"] .btn-clearall-airlines,
.wrapper[data-id="view-booking"] .btn-selectall-airlines {
    display: none;
} */