/*for Retina screen*/
/*--------------------------*/
/*inset 0 1px 1px rgba(0, 0, 0, 0.075)*/
/*button with brand  color and has arrow on the right*/
.btn-brand-pink {
    color: white;
    background-color: #e50049;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
}

    .btn-brand-pink:after {
        content: '';
        width: 8px;
        height: 18px;
        background-image: url(../images/icons/icon-bird-white.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -9px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .btn-brand-pink:after {
        background-image: url(../images/icons/icon-bird-white@2x.png);
        background-size: 8px 18px;
    }
}

.btn-brand-pink:hover, .btn-brand-pink:focus {
    color: white;
    background-color: #d7094b;
}

@media (max-width: 640px) {
    .btn-brand-pink.btn-block-mobile {
        display: block;
        text-align: center;
        padding: 0;
    }
}

.btn-brand-blue {
    color: white;
    background-color: #0054a4;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
}

    .btn-brand-blue:after {
        content: '';
        width: 8px;
        height: 18px;
        background-image: url(../images/icons/icon-bird-white.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -9px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .btn-brand-blue:after {
        background-image: url(../images/icons/icon-bird-white@2x.png);
        background-size: 8px 18px;
    }
}

.btn-brand-blue:hover, .btn-brand-blue:focus {
    color: white;
    background-color: #014586;
}

@media (max-width: 640px) {
    .btn-brand-blue.btn-block-mobile {
        display: block;
        text-align: center;
        padding: 0;
    }
}

/*usually for header sub menu button*/
.btn-brand-violet {
    color: white;
    background-color: #3e62ad;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
    padding-right: 50px;
    position: relative;
    width: 100%;
    line-height: 28px;
    max-width: 208px;
    margin: 10px 0;
    /*font-size: 16px;*/
    padding-top: 6px;
    padding-bottom: 6px;
}

    .btn-brand-violet:after {
        content: '';
        width: 8px;
        height: 18px;
        background-image: url(../images/icons/icon-bird-white.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -9px;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .btn-brand-violet:after {
        background-image: url(../images/icons/icon-bird-white@2x.png);
        background-size: 8px 18px;
    }
}

.btn-brand-violet:hover, .btn-brand-violet:focus {
    color: white;
    background-color: #075198;
}

@media (max-width: 640px) {
    .btn-brand-violet.btn-block-mobile {
        display: block;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .btn-brand-violet.btn-block-mobile {
        max-width: initial;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*for ghost button*/
.btn-ghost-red {
    border: 1px solid #e50049;
    color: #e50049;
    background-color: transparent;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}

    .btn-ghost-red:hover {
        color: #e50049;
        /*border:3px solid $color;*/
        -webkit-box-shadow: inset 0px 0px 0px 2px #e50049;
        -moz-box-shadow: inset 0px 0px 0px 2px #e50049;
        box-shadow: inset 0px 0px 0px 2px #e50049;
    }

    .btn-ghost-red:focus {
        color: #e50049;
    }

    .btn-ghost-red.btn-block-mobile {
        display: block;
        /*padding:0;*/
        text-align: center;
    }

.btn-ghost-blue {
    border: 1px solid #0054a4;
    color: #0054a4;
    background-color: transparent;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}

    .btn-ghost-blue:hover {
        color: #0054a4;
        /*border:3px solid $color;*/
        -webkit-box-shadow: inset 0px 0px 0px 2px #0054a4;
        -moz-box-shadow: inset 0px 0px 0px 2px #0054a4;
        box-shadow: inset 0px 0px 0px 2px #0054a4;
    }

    .btn-ghost-blue:focus {
        color: #0054a4;
    }

    .btn-ghost-blue.btn-block-mobile {
        display: block;
        /*padding:0;*/
        text-align: center;
    }

/*---------------------------------*/
/*for article col-3 component*/
/*----------------*/
::-webkit-input-placeholder {
    color: #dddddd;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #dddddd;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #dddddd;
}

:-ms-input-placeholder {
    color: #dddddd;
}

/* Recommended placeholder styles */
.empty {
    color: #dddddd;
}

/*[readonly].empty { cursor: default; }*/
/* Emulate IE `onselectstart=return false` for demo */
/* [disabled].empty {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }*/
/* Hide browser placeholders for demo */
/*::-webkit-input-placeholder { color: transparent; }*/
/* Firefox 18- */
/*:-moz-placeholder { color: transparent; }*/
/* Firefox 19+ */
/*::-moz-placeholder {   color: transparent; }*/
/*:-ms-input-placeholder {   color: transparent; }*/
a {
    color: #0054a4;
}

.line-height-mobile {
    line-height: 45px;
}

.main-ctn a {
    text-decoration: underline;
}

.flight-search header {
    padding: 15px;
}

    .flight-search header p {
        color: #707070;
    }

.flight-search .dropdown .ng-scope div {
    padding-left: 0px;
}

.flight-search .couponform-wrapper {
    /*div{
			padding-left: 13px;
		}*/
}

.flight-search .select-group .fake-radio {
    margin-top: 2px;
}

.flight-search .flight-step-airport .col-sm-4 .form-control {
    background-color: white;
    color: #0054a4;
}

.flight-search .flight-step-airport .col-sm-8 {
    padding: 0;
}

.search-tab-ctn {
    padding: 15px;
}

.ca-collapse {
    min-width: 250px;
}

    .ca-collapse .form-wrapper {
        padding: 8px 15px;
        position: relative;
    }

        .ca-collapse .form-wrapper.active {
            border: none;
        }

    .ca-collapse a, .ca-collapse .btn, .ca-collapse input {
        color: white;
    }

    .ca-collapse .ca-collapse-ctrl {
        display: block;
        color: white;
    }

    .ca-collapse .ca-collapse-ctn > form {
        padding-top: 10px;
    }

    .ca-collapse .ca-collapse-ctn input {
        background: #315398;
        margin-bottom: 10px;
        border-color: transparent;
    }

    .ca-collapse .ca-collapse-ctn .btn {
        border-color: white;
        margin-bottom: 5px;
    }

    .ca-collapse.couponform-wrapper {
        color: #0054a4;
        width: 250px;
        margin: 0 auto;
    }

        .ca-collapse.couponform-wrapper .glyphicon-arrowblue {
            background-image: url(../images/arrow-brandblue.png);
        }

        .ca-collapse.couponform-wrapper a, .ca-collapse.couponform-wrapper input {
            color: #0054a4;
        }

        .ca-collapse.couponform-wrapper a {
            text-align: center;
        }

        .ca-collapse.couponform-wrapper input {
            background-color: transparent;
            border-color: #0054a4;
        }

        .ca-collapse.couponform-wrapper .form-wrapper {
            border: none;
        }

        .ca-collapse.couponform-wrapper .ca-collapse-ctn .btn {
            /*border-color:$brand-blue;*/
            background-color: #0054a4;
            color: white;
        }

    .ca-collapse .glyphicon-arrowblue {
        background-image: url(../images/arrow-white.png);
        margin-top: 4px;
    }

    .ca-collapse .form-result {
        position: relative;
    }

        .ca-collapse .form-result .reslult-btn {
            background: white;
            color: #0054a4;
            border-radius: 50% 50%;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 12px;
            display: inline-block;
            width: 13px;
            height: 13px;
            line-height: 12px;
            text-align: center;
        }

        .ca-collapse .form-result .result-text {
            border-bottom: 1px dotted white;
        }

.flightforms-wrapper {
    margin-top: -41px;
}

main .nav-tabs {
    text-align: center;
}

    main .nav-tabs tab-heading {
        display: inline-block;
        min-width: 120px;
    }

    main .nav-tabs li {
        background: #3e62ad;
    }

        main .nav-tabs li a, main .nav-tabs li a:hover, main .nav-tabs li a:active, main .nav-tabs li a:focus {
            color: white;
            margin-right: 0;
            border-bottom-color: #ddd;
            border-top-color: #ebebeb;
            border-left-color: #ebebeb;
            border-right-color: #ddd;
        }

            main .nav-tabs li a:hover, main .nav-tabs li a:focus {
                background: transparent;
            }

        main .nav-tabs li:last-child a, main .nav-tabs li:last-child a:hover, main .nav-tabs li:last-child a:active {
            border-right-color: #ebebeb;
        }

        main .nav-tabs li.active a, main .nav-tabs li.active a:hover, main .nav-tabs li.active a:active, main .nav-tabs li.active a:focus {
            color: #0054a4;
            border-top-color: #ddd;
            border-left-color: #ddd;
            border-right-color: #ebebeb;
        }

    main .nav-tabs h2 {
        font-size: 14px;
        line-height: 0;
        margin: 5px 0;
    }

main .flight-search .book-forms-wrapper.step0 {
    height: 500px;
}

@media (max-width: 640px) {
    main .nav-tabs tab-heading {
        min-width: initial;
    }
}

.flight-group {
    position: relative;
    padding: 15px 0;
}

    .flight-group:last-of-type {
        border: 0;
    }

    .flight-group .row {
        margin: 0;
    }

    .flight-group .close {
        color: #707070;
        opacity: 1;
        position: absolute;
        top: 22px;
        right: 0;
        font-size: 12px;
    }

        .flight-group .close:hover {
            color: #0054a4;
        }

    .flight-group .input-group {
        width: 100%;
        margin-bottom: 5px;
    }

    .flight-group .flight-indexlabel {
        margin-top: 0;
        margin-bottom: 20px;
    }

        .flight-group .flight-indexlabel:before {
            content: '';
            height: 1px;
            width: 20px;
            position: relative;
            background: rgba(51, 51, 51, 0.7);
            display: inline-block;
            margin-right: 10px;
            top: -3px;
        }

        .flight-group .flight-indexlabel:after {
            content: '';
            height: 1px;
            width: 20px;
            position: relative;
            background: rgba(51, 51, 51, 0.7);
            display: inline-block;
            margin-left: 10px;
            top: -3px;
        }

    .flight-group .well {
        background: none;
        box-shadow: none;
    }

@media (min-width: 640px) {
    .flight-group .flight-step-pex .flight-step-ctn {
        display: block;
        height: auto !important;
        border: 0;
    }
}

.muti-search .flight-step-addflight + .flight-group .flight-step .flight-step-ctn {
    padding-top: 0;
}

    .muti-search .flight-step-addflight + .flight-group .flight-step .flight-step-ctn .book-conversation {
        margin-top: 0;
    }

.flight-step {
    position: relative;
    /*.flight-step-date{
		padding-left: 0;
	}*/
}

    .flight-step .col-sm-9 {
        padding: 0;
    }

    .flight-step > label {
        font-size: 12px;
    }

    .flight-step.init .flight-result > div {
        background: white;
        color: #333333;
        line-height: 31px;
    }

        .flight-step.init .flight-result > div.oneline .col-xs-12 {
            top: 5px;
        }

    .flight-step.init .flight-result .col-xs-6:first-child {
        margin-top: 5px;
        height: 32px;
    }

    .flight-step.init .flight-result .col-xs-6 {
        margin-top: 5px;
        height: 32px;
    }

    .flight-step.active .flight-result > div {
        background: white;
        color: #333333;
        line-height: 31px;
    }

        .flight-step.active .flight-result > div.oneline .col-xs-12 {
            top: 5px;
        }

    .flight-step.active .col-xs-6:first-child {
        margin-top: 5px;
        height: 32px;
        /*border-right: solid 1px $cal-gray-light;*/
    }

    .flight-step.active .col-xs-6 {
        margin-top: 5px;
        height: 32px;
    }

    .flight-step.finished.flight-step-date {
        border-top: 1px solid #4a5d9a;
    }

        .flight-step.finished.flight-step-date .glyphicon-cal {
            display: none;
        }

    .flight-step.finished.flight-step-pex .glyphicon-pex {
        display: none;
    }

    .flight-step .flight-result {
        border: 1px solid #ebebeb;
    }

        .flight-step .flight-result > div {
            background: #0054a4;
            color: white;
            padding: 10px 0;
            margin-left: 53px;
            min-height: 60px;
            line-height: 37px;
        }

            .flight-step .flight-result > div.placeholder {
                color: #999;
            }

        .flight-step .flight-result .glyphicon {
            height: 34px;
            top: 38px;
            width: 43px;
            left: 11px;
            border-right: 1px solid #ebebeb;
        }

    .flight-step .flight-step-ctn {
        margin: 0 -15px;
        border: none;
        padding: 20px 20px 0;
    }

@media (max-width: 640px) {
    .flight-step .flight-step-date {
        padding-right: 0;
        padding-left: 0;
    }

    .flight-step.init {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .flight-step .flight-result {
        margin-bottom: 25px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        .flight-step .flight-result > div {
            margin-top: 1px;
        }

            .flight-step .flight-result > div.flight-date-confirm {
                padding-left: 15px;
            }

                .flight-step .flight-result > div.flight-date-confirm label {
                    margin-top: 5px;
                }

    .flight-step.flight-step-pex .flight-result .glyphicon-pex {
        top: 16px;
    }
}

@media (max-width: 640px) {
    .timetable-form .flight-step-date {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.select-group {
    height: 87px;
    vertical-align: top;
    margin: 25px 0 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

    .select-group label {
        margin-right: 0;
    }

@media (max-width: 640px) {
    .select-group label .label-text {
        line-height: 45px;
    }
}

.select-group .num {
    width: 55px;
    height: 55px;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #0054a4;
}

.select-group .btn {
    border: 0;
    margin-top: -20px;
    font-size: 12px;
    background: #0054a4;
    color: white;
}

.travle-class {
    border-top: 1px solid #ddd;
}

    .travle-class .select-group {
        display: block;
        text-align: center;
    }

.book-conversation {
    line-height: 50px;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
}

@media (max-width: 640px) {
    .book-conversation {
        height: 55px;
    }
}

.book-conversation.h1 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.book-conversation p.ng-enter {
    transition: .4s transform;
    transform: translateY(-100%);
}

.book-conversation p.ng-enter-active {
    transform: translateY(0);
}

.travle-class .select-group {
    height: 60px;
}

.travel-pex .select-group {
    width: 120px;
    height: 120px;
    margin: 0 10px;
}

    .travel-pex .select-group .num {
        float: left;
        width: 80px;
        height: 80px;
    }

    .travel-pex .select-group .btn {
        height: 40px;
        width: 40px;
        margin-top: 0;
        font-size: 26px;
        line-height: 28px;
        float: right;
    }

        .travel-pex .select-group .btn.add {
            border-bottom: 1px solid #efefef;
        }

        .travel-pex .select-group .btn.reduce {
            /*margin-left: -4px;*/
        }

@media (min-width: 640px) {
    .travel-pex .select-group.select-group-infant {
        display: inline-block;
        height: auto !important;
    }
}

.autocomplete {
    position: relative;
}

    .autocomplete ul {
        max-height: 200px;
        overflow: auto;
        width: 100%;
        background: white;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        position: absolute;
        z-index: 5;
        padding: 2px;
    }

        .autocomplete ul .active {
            background: #0054a4;
            color: white;
        }

            .autocomplete ul .active .highlight {
                color: #f8f8f8 !important;
            }

        .autocomplete ul .highlight {
            font-weight: bold;
            color: #0054a4;
        }

        .autocomplete ul li {
            color: #707070;
            padding-left: 12px;
            font-size: 14px;
            line-height: 38px;
        }

.flight-step-addflight {
    margin: 15px 0;
    text-align: center;
}

    .flight-step-addflight button {
        margin-right: -4px;
    }

.flight-step-airport .col-sm-6 {
    /*padding: 0;*/
}

@media (max-width: 640px) {
    .flight-step-airport .airport-col6 {
        padding-left: 0;
        padding-right: 0;
    }
}

.flight-step-airport .input-text-label, .flight-step-date .input-text-label {
    width: 100%;
    text-align: left;
}

    .flight-step-airport .input-text-label.input-text-label-col6, .flight-step-date .input-text-label.input-text-label-col6 {
        width: 50%;
        float: left;
    }

        .flight-step-airport .input-text-label.input-text-label-col6:first-child, .flight-step-date .input-text-label.input-text-label-col6:first-child {
            padding-right: 7.5px;
        }

        .flight-step-airport .input-text-label.input-text-label-col6:last-child, .flight-step-date .input-text-label.input-text-label-col6:last-child {
            padding-left: 7.5px;
        }

    .flight-step-airport .input-text-label.input-text-haveRadio label, .flight-step-date .input-text-label.input-text-haveRadio label {
        display: none;
    }

    .flight-step-airport .input-text-label.input-text-haveRadio .glyphicon, .flight-step-date .input-text-label.input-text-haveRadio .glyphicon {
        top: 12px;
    }

    .flight-step-airport .input-text-label input, .flight-step-date .input-text-label input {
        text-indent: 54px;
    }

        .flight-step-airport .input-text-label input.ng-invalid.ng-touched, .flight-step-date .input-text-label input.ng-invalid.ng-touched {
            border: none;
            border: 1px solid #c20a0a;
        }

    .flight-step-airport .input-text-label label, .flight-step-date .input-text-label label {
        min-height: 15px;
    }

    .flight-step-airport .input-text-label .date-oneline, .flight-step-date .input-text-label .date-oneline {
        text-indent: 50px;
    }

    .flight-step-airport .input-text-label .form-control, .flight-step-date .input-text-label .form-control {
        padding: 15px;
        height: 60px;
    }

        .flight-step-airport .input-text-label .form-control.placeholder, .flight-step-date .input-text-label .form-control.placeholder {
            color: #999;
        }

        .flight-step-airport .input-text-label .form-control.div, .flight-step-airport .input-text-label .form-control.span, .flight-step-date .input-text-label .form-control.div, .flight-step-date .input-text-label .form-control.span {
            background: #f5f5f5;
        }

    .flight-step-airport .input-text-label .glyphicon, .flight-step-date .input-text-label .glyphicon {
        height: 34px;
        top: 38px;
        width: 44px;
        left: 12px;
        border-right: 1px solid #ebebeb;
    }

@media (max-width: 640px) {
    .flight-step-airport .input-text-label, .flight-step-date .input-text-label {
        margin-bottom: 15px;
    }

        .flight-step-airport .input-text-label .glyphicon, .flight-step-date .input-text-label .glyphicon {
            left: 10px;
        }

            .flight-step-airport .input-text-label .glyphicon.glyphicon-num, .flight-step-date .input-text-label .glyphicon.glyphicon-num {
                left: 24px;
            }
}

@media (min-width: 640px) {
    .flight-step-airport .text-right, .flight-step-date .text-right {
        padding-top: 25px;
    }
}

.flight-step-date .input-text-label .glyphicon {
    left: 10px;
}

.flight-step-date .input-text-label .form-control {
    padding: 10px 14px;
    line-height: 40px;
}

    .flight-step-date .input-text-label .form-control .col-xs-6:first-child {
        border-right: 1px solid #ebebeb;
    }

@media (max-width: 992px) and (min-width: 640px) {
    .flight-step-date .input-text-label.input-text-label-col6 {
        margin: 0;
    }
}

.search-btn {
    height: 60px;
    line-height: 60px;
    max-width: 200px;
    float: left;
    /*margin:0 auto ;*/
    /*&:hover,&:active,&:focus{
		color:white;
		text-decoration: none;
	};*/
}

    .search-btn.search-btn-status {
        margin-top: 50px;
        min-width: 200px;
        float: none;
    }

@media (max-width: 640px) {
    .search-btn.search-btn-status {
        margin-top: 10px;
    }
}

.btn-confirm-date {
    /*width: 150px;
	margin-top:10px;
	padding-right: 15px;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	margin:auto;*/
    margin: 0 auto;
}

.book-btnbox {
    margin-top: 15px;
    height: 40px;
    padding: 0 10%;
}

.date-wrapper {
    padding: 0 20px;
}

    .date-wrapper table th small {
        font-size: 14px;
        font-weight: normal;
    }

    .date-wrapper table th div {
        height: 35px;
        line-height: 26px;
        margin-bottom: 10px;
    }

table {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
}

    table th .btn-sm, table th .btn-group-sm > .btn {
        font-size: 18px;
        padding: 0 10px;
    }

    table th .pull-left, table th .pull-right {
        position: absolute;
        top: -2px;
    }

        table th .pull-left .glyphicon, table th .pull-right .glyphicon {
            /*width: 12px;*/
            /*height: 28px;*/
            /*background: url(../images/arrow-blue-right.png) center center no-repeat;*/
            width: 8px;
            height: 18px;
            background-image: url(../images/icons/icon-bird-blue.png);
            background-repeat: no-repeat;
            /*@include scale(.8);*/
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    table th .pull-left .glyphicon, table th .pull-right .glyphicon {
        background-image: url(../images/icons/icon-bird-blue@2x.png);
        background-size: 8px 18px;
    }
}

table th .pull-left .glyphicon:before, table th .pull-right .glyphicon:before {
    content: '';
}

table th .pull-right {
    right: 36%;
}

    table th .pull-right .glyphicon {
        /*transform:scale(.6);*/
    }

table th .pull-left {
    left: 36%;
}

    table th .pull-left .glyphicon {
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

table td {
    padding: 3px;
}

    table td:first-child {
        padding-left: 0;
    }

    table td:last-child {
        padding-right: 0;
    }

table .btn-default {
    color: #0054a4;
    padding: 8px;
    border-radius: 0;
    font-size: 14px;
    transition: .2s border;
}

    table .btn-default:hover {
        background: none;
    }

    table .btn-default.active, table .btn-default.btn-info {
        background: #0054a4;
        color: white;
    }

table .btn[disabled] {
    background-color: #fbfbfb;
    color: #ccc;
}

table .text-info {
    color: #0054a4;
}

table .active .text-info {
    color: white;
}

table .date-today .btn-default, table .date-today .btn-default:hover {
    background: none;
    box-shadow: none;
}

    table .date-today .btn-default.active, table .date-today .btn-default.active:hover {
        color: #0054a4;
    }

table .date-today .active, table .date-today .active:hover, table .date-today .btn-info, table .date-today .btn-info:hover {
    background: white;
}

    table .date-today .active.btn-info, table .date-today .active.btn-info:hover {
        background: #0054a4;
    }

table .date-range .btn-default {
    background: white;
    color: #0054a4;
    border-color: #0054a4;
}

    table .date-range .active, table .date-range .btn-info, table .date-range .btn-info.active, table .date-range .btn-info:hover, table .date-range .active:hover, table .date-range .btn-info.active:hover, table .date-range .btn-default.active:hover {
        background: #0054a4;
        color: white;
    }

table .date-departure .btn-default {
    background: #0054a4;
    color: white;
    position: relative;
}

    table .date-departure .btn-default:before {
        content: '';
        position: absolute;
        left: 3px;
        height: 100%;
        width: 10px;
        top: 0;
        background: url(../images/arrow-white-right-normal.png) center center no-repeat;
    }

table .date-departure:hover .btn-default {
    background: #0054a4;
    color: white;
}

table .date-return .btn-default {
    position: relative;
}

    table .date-return .btn-default:after {
        content: '';
        position: absolute;
        right: 3px;
        height: 100%;
        width: 10px;
        top: 1px;
        background: url(../images/arrow-white-left-normal.png) center center no-repeat;
    }

table .date-hover .btn-default {
    border-color: #0054a4;
}

table thead th .btn-default, table thead th .btn-default:hover {
    border: 0;
    background: none;
    color: #0054a4;
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    table th .pull-right {
        right: 0;
    }

    table th .pull-left {
        left: 0;
    }
}

@media only screen and (min-width: 640px) and (max-width: 960px) {
    table th .pull-right {
        right: 28%;
    }

    table th .pull-left {
        left: 28%;
    }
}

.travelType-wrapper {
    font-size: 12px;
    border-bottom: 1px solid #ebebeb;
    width: 220px;
    margin: 5px auto;
    text-align: center;
    padding-bottom: 5px;
}

    .travelType-wrapper .ui-radio-wrapper {
        /*background-color: lightblue;*/
        display: inline-block;
    }

    .travelType-wrapper .label-radio {
        margin-right: 0;
        display: inline-block;
    }

        .travelType-wrapper .label-radio:after {
            content: '';
            display: inline-block;
            width: 15px;
        }

.glyphicon-bird {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-fly-from.png);
    background-repeat: no-repeat;
    top: 40px;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    z-index: 3;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-bird {
        background-image: url(../images/icons/icon-fly-from@2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-bird.glyphicon-bird-1 {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-fly-to.png);
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-bird.glyphicon-bird-1 {
        background-image: url(../images/icons/icon-fly-to@2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-fly {
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/icon-airplane.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
    top: 6px;
    background-size: 20px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-fly {
        background-image: url(../images/icons/icon-airplane@2x.png);
        background-size: 20px 20px;
    }
}

.glyphicon-cal {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-calendar.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: 40px;
    z-index: 3;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-cal {
        background-image: url(../images/icons/icon-calendar@2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-tim {
    width: 32px;
    height: 32px;
    background-image: url(../images/icon-time.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: 40px;
    z-index: 3;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-tim {
        background-image: url(../images/icon-time@2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-pex {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-pex.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 25%;
    top: 33px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-pex {
        background-image: url(../images/icons/icon-pex@2x.png);
        background-size: 32px 32px;
    }
}

.glyphicon-num {
    width: 32px;
    height: 32px;
    background-image: url(../images/icons/icon-airplane.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: 33px;
    z-index: 3;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .glyphicon-num {
        background-image: url(../images/icons/icon-airplane@2x.png);
        background-size: 32px 32px;
    }
}

@media (max-width: 480px) {
    .date-wrapper {
        padding: 0;
    }

    table th {
        /*.pull-left,.pull-right{
				position: static;
			}*/
    }

    table td {
        padding: 0;
    }

    table .btn-month.btn-month-right {
        right: 0;
    }

    table .btn-month.btn-month-left {
        left: 0;
    }

    .book-conversation {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 640px) {
    .home-booking .step0 .flight-step:nth-of-type(1) {
        height: 120px !important;
    }

    .home-booking .step1 .flight-step:nth-of-type(1) {
        height: 120px !important;
    }

    .home-booking .step2 .flight-step:nth-of-type(2) {
        height: 400px !important;
    }

    .home-booking .step3 .flight-step:nth-of-type(3) {
        height: 360px !important;
    }

        .home-booking .step3 .flight-step:nth-of-type(3).showCouponComp {
            height: 450px !important;
        }
    /*.btn-confirm-date{
		position: absolute;
		top:20px;
		right: 0;
	}*/
}

.couponform-wrapper:before,
.couponform-wrapper:after {
    content: " ";
    display: table;
}

.couponform-wrapper:after {
    clear: both;
}

/***     simplesearch       ***/
.simplesearch {
    clear: both;
    position: relative;
    /*min-height: 500px;*/
    padding-top: 30px;
}

    .simplesearch .btn-advancedsearch {
        padding: 6px;
    }

@media (max-width: 640px) {
    .simplesearch {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.simplesearch .form-wrapper .book-conversation h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.simplesearch .form-wrapper .book-steps-wrapper {
    position: relative;
    margin: 0;
    transition: 0.5s 0.2s opacity;
    visibility: visible;
    color: #0054a4;
    padding-bottom: 5px;
    /*.indicator{
				position: absolute;
				bottom:-6px;
				height: 8px;
				//background:  url(../images/indicator.png) right bottom no-repeat;
				border-bottom: 8px solid $brand-pink;
				width: 0;
				margin: 0;
				border-top:0;
				transition:.8s width;
			}*/
}

    .simplesearch .form-wrapper .book-steps-wrapper.ng-hide {
        opacity: 0;
        visibility: hidden;
    }

    .simplesearch .form-wrapper .book-steps-wrapper ul {
        height: 42px;
        overflow: hidden;
    }

        .simplesearch .form-wrapper .book-steps-wrapper ul li {
            text-align: center;
            width: 33%;
            padding: 0;
        }

            .simplesearch .form-wrapper .book-steps-wrapper ul li .stripe-btm {
                width: 100%;
                height: 8px;
                background-color: #ebebeb;
                display: block;
                margin-top: 10px;
            }

                .simplesearch .form-wrapper .book-steps-wrapper ul li .stripe-btm:before {
                    content: '';
                    width: 20px;
                    height: 7px;
                    background-image: url(../images/arrow-brandblue2.png);
                    background-repeat: no-repeat;
                    position: absolute;
                    left: 50%;
                    margin-left: -10px;
                    bottom: 8px;
                    opacity: 0;
                }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .simplesearch .form-wrapper .book-steps-wrapper ul li .stripe-btm:before {
        background-image: url(../images/arrow-brandblue2@2x.png);
        background-size: 20px 7px;
    }
}

.simplesearch .form-wrapper .book-steps-wrapper ul li > .row {
    height: 20px;
}

.simplesearch .form-wrapper .book-steps-wrapper ul li.tab-bar-step2 {
    margin-left: .5%;
    margin-right: .5%;
}

.simplesearch .form-wrapper .book-steps-wrapper ul li:hover .stripe-btm {
    background-color: #d8d8d8 !important;
}

.simplesearch .form-wrapper .book-steps-wrapper .glyphicon {
    background-size: 20px;
    background-position: right top;
    top: 0;
    left: 0;
    position: relative;
    display: inline-block;
    margin-right: 0;
    height: 20px;
}

    .simplesearch .form-wrapper .book-steps-wrapper .glyphicon ~ span, .simplesearch .form-wrapper .book-steps-wrapper .glyphicon + label {
        margin-left: 6px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: top;
        display: inline-block;
    }

.simplesearch .form-wrapper .book-steps-wrapper .label-return {
    vertical-align: top;
}

.simplesearch .form-wrapper .book-steps-wrapper.step2 {
    /*.indicator{
					width: 80%;
				}*/
}

    .simplesearch .form-wrapper .book-steps-wrapper.step2 > ul > li .stripe-btm {
        background-color: #ebebeb;
    }

        .simplesearch .form-wrapper .book-steps-wrapper.step2 > ul > li .stripe-btm:before {
            opacity: 0;
        }

    .simplesearch .form-wrapper .book-steps-wrapper.step2 > ul > li.tab-bar-step2 .stripe-btm {
        -moz-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
        background-color: #0054a4 !important;
    }

        .simplesearch .form-wrapper .book-steps-wrapper.step2 > ul > li.tab-bar-step2 .stripe-btm:before {
            opacity: 1;
            -moz-transition: 0.4s ease-out;
            -o-transition: 0.4s ease-out;
            -webkit-transition: 0.4s ease-out;
            transition: 0.4s ease-out;
        }

.simplesearch .form-wrapper .book-steps-wrapper.step2-half {
    /*.indicator{
					width: 60%;
				}*/
}

.simplesearch .form-wrapper .book-steps-wrapper.step3 {
    /*.indicator{
					width: 99%;
				}*/
}

    .simplesearch .form-wrapper .book-steps-wrapper.step3 > ul > li .stripe-btm {
        background-color: #ebebeb;
    }

        .simplesearch .form-wrapper .book-steps-wrapper.step3 > ul > li .stripe-btm:before {
            opacity: 0;
        }

    .simplesearch .form-wrapper .book-steps-wrapper.step3 > ul > li.tab-bar-step3 .stripe-btm {
        -moz-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
        background-color: #0054a4 !important;
    }

        .simplesearch .form-wrapper .book-steps-wrapper.step3 > ul > li.tab-bar-step3 .stripe-btm:before {
            opacity: 1;
            -moz-transition: 0.4s ease-out;
            -o-transition: 0.4s ease-out;
            -webkit-transition: 0.4s ease-out;
            transition: 0.4s ease-out;
        }

.simplesearch .form-wrapper .book-steps-wrapper.step1 > ul > li .stripe-btm {
    background-color: #ebebeb;
}

    .simplesearch .form-wrapper .book-steps-wrapper.step1 > ul > li .stripe-btm:before {
        opacity: 0;
    }

.simplesearch .form-wrapper .book-steps-wrapper.step1 > ul > li.tab-bar-step1 .stripe-btm {
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    background-color: #0054a4 !important;
}

    .simplesearch .form-wrapper .book-steps-wrapper.step1 > ul > li.tab-bar-step1 .stripe-btm:before {
        opacity: 1;
        -moz-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        -webkit-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
    }

.simplesearch .form-wrapper .book-steps-wrapper .oneway .col-xs-6 {
    width: 100%;
}

    .simplesearch .form-wrapper .book-steps-wrapper .oneway .col-xs-6:last-of-type {
        display: none;
    }

.simplesearch .form-wrapper .book-steps-wrapper .oneway .result-round {
    display: none;
}

.simplesearch .form-wrapper .book-steps-wrapper .roundtrip .result-oneway {
    display: none;
}

.simplesearch .form-wrapper .book-forms-wrapper {
    width: 100%;
    /*overflow: hidden;*/
    position: relative;
    background-color: transparent;
}

    .simplesearch .form-wrapper .book-forms-wrapper .thanks {
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 2em;
        font-weight: bold;
        padding-top: 100px;
        opacity: 1;
        transition: opacity 0.4s;
    }

        .simplesearch .form-wrapper .book-forms-wrapper .thanks.ng-hide {
            opacity: 0;
        }

    .simplesearch .form-wrapper .book-forms-wrapper h4 {
        color: #333;
    }

@media (max-width: 640px) {
    .simplesearch .form-wrapper .book-forms-wrapper {
        overflow: visible;
        width: auto;
    }

        .simplesearch .form-wrapper .book-forms-wrapper .book-conversation.h1 {
            margin-top: 0;
        }

        .simplesearch .form-wrapper .book-forms-wrapper .active .flight-step-pex, .simplesearch .form-wrapper .book-forms-wrapper .active .flight-step-date {
            height: auto !important;
        }

        .simplesearch .form-wrapper .book-forms-wrapper .book-forms {
            display: block !important;
            position: static;
            padding-top: 20px;
            box-shadow: none;
        }

            .simplesearch .form-wrapper .book-forms-wrapper .book-forms.collapse {
                display: none !important;
            }

            .simplesearch .form-wrapper .book-forms-wrapper .book-forms.collapsing {
                padding-top: 0;
                margin: 0;
            }

            .simplesearch .form-wrapper .book-forms-wrapper .book-forms h4 {
                font-size: 12px;
            }

        .simplesearch .form-wrapper .book-forms-wrapper .well {
            min-height: auto;
        }

            .simplesearch .form-wrapper .book-forms-wrapper .well.flight-step-airport {
                box-shadow: none;
                padding-top: 0;
            }

                .simplesearch .form-wrapper .book-forms-wrapper .well.flight-step-airport > div {
                    padding: 0;
                }

                    .simplesearch .form-wrapper .book-forms-wrapper .well.flight-step-airport > div:first-of-type {
                        margin-bottom: 25px;
                    }
}

@media (min-width: 640px) {
    .simplesearch .form-wrapper .book-forms-wrapper .in {
        height: auto !important;
    }

    .simplesearch .form-wrapper .book-forms-wrapper.step1 .flight-step:nth-of-type(1) {
        height: 250px;
    }

    .simplesearch .form-wrapper .book-forms-wrapper.step2 .flight-step-airport.step0-remove {
        opacity: 0;
    }

    .simplesearch .form-wrapper .book-forms-wrapper.step2 .flight-step:nth-of-type(2) {
        height: 550px;
    }

    .simplesearch .form-wrapper .book-forms-wrapper.step3 .flight-step:nth-of-type(3) {
        height: 360px;
    }

        .simplesearch .form-wrapper .book-forms-wrapper.step3 .flight-step:nth-of-type(3).showCouponComp {
            height: 450px;
        }

    .simplesearch .form-wrapper .book-forms-wrapper .book-forms {
        transition: none !important;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0px;
        box-shadow: none;
        height: auto !important;
        display: block;
    }

        .simplesearch .form-wrapper .book-forms-wrapper .book-forms.flight-step-airport.ng-hide {
            opacity: 0;
        }

        .simplesearch .form-wrapper .book-forms-wrapper .book-forms.flight-step-date.ng-hide {
            opacity: 0;
        }

        .simplesearch .form-wrapper .book-forms-wrapper .book-forms.flight-step-pex.ng-hide {
            opacity: 0;
        }

    .simplesearch .form-wrapper .book-forms-wrapper .backtolaststep {
        position: absolute;
        left: 0;
    }

        .simplesearch .form-wrapper .book-forms-wrapper .backtolaststep .btn-ghost-red {
            width: 135px;
            height: 40px;
            background-image: url(../images/arrow-pink-left.png);
            background-repeat: no-repeat;
            background-position: 14px center;
            background-size: 8px;
            border: none;
            text-align: right;
            line-height: 40px;
            padding-right: 14px;
        }

            .simplesearch .form-wrapper .book-forms-wrapper .backtolaststep .btn-ghost-red:hover {
                background-color: transparent;
                color: #e50049;
                text-decoration: underline;
            }
}

@media (max-width: 640px) {
    .simplesearch .form-wrapper .book-conversation h2 {
        font-size: 20px;
    }

    .simplesearch .form-wrapper .book-steps-wrapper.ng-hide {
        display: none !important;
    }
}

@media (max-width: 810px) {
    .simplesearch .form-wrapper .book-steps-wrapper .glyphicon ~ span {
        max-width: 180px;
    }
}

.simplesearch .book-forms {
    background-color: transparent;
    border: 0;
    padding: 0;
}

@media (max-width: 992px) {
    .simplesearch .book-forms.step2 {
        height: 410px;
    }

    .simplesearch .book-forms .select-group {
        margin-top: 5px;
    }

    .simplesearch .book-forms h4 {
        margin-left: 15px;
        margin-right: -15px;
    }
}

.simplesearch .other-links {
    line-height: 50px;
}

    .simplesearch .other-links .glyphicon-arrowmore {
        transform: rotate(-90deg) scale(0.7, 0.7) translateX(-2px);
        margin-left: -3px;
    }

    .simplesearch .other-links a {
        text-decoration: underline;
    }

        .simplesearch .other-links a:last-of-type {
            margin-left: 15px;
        }

/*.promo{
	margin-top: 15px;
	.date-sample{
		border: 1px solid #ccc;
		border-top:5px solid $brand-pink;
		display: inline-block;
		width: 40px;
		height: 40px;
	}
	a{
		text-decoration: underline;
	}
	.promo-ctn{
		width: 80%;
		margin-left: 10px;
	}
	@media (max-width: $screen-sm-min) {
		padding:0 10%;
	}
	@media (max-width: $screen-xs-min) {
		padding:0 10px;
	}
}*/
.placeholder {
    color: #999;
}

@media (max-width: 640px) {
    .pageHeader.notHome .topNav {
        display: none;
    }
}

.invoice-header {
    padding-top: 10px;
}

    .invoice-header small {
        max-width: 670px;
    }

.invoice-form-title {
    font-size: 20px;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 7.5px;
}

.invoice-row {
    margin: 30px 0 50px 0;
}

.invoice-input {
    padding: 0 7.5px;
}

    .invoice-input label {
        font-size: 12px;
    }

    .invoice-input input {
        padding: 14px;
        height: 60px;
        color: #0054a4;
    }

.invoice-radio {
    padding-left: 7.5px;
    margin: 15px 0;
    clear: left;
}

    .invoice-radio .ui-radio-wrapper {
        margin-right: 20px;
        display: inline-block;
    }

    .invoice-radio .fake-radio {
        width: 12px !important;
        height: 12px !important;
        border-width: 2px;
        margin-left: 2px;
    }

    .invoice-radio .label-text {
        font-size: 14px !important;
        top: -1px !important;
    }

    .invoice-radio .content-dropdown-text {
        padding-left: 0;
    }

.invoice-checkbox {
    padding-left: 7.5px;
    margin: 15px 0;
}

    .invoice-checkbox .ui-checkbox-warpper {
        display: inline-block;
    }

    .invoice-checkbox .ui-checkbox {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

    .invoice-checkbox .fake-checkbox {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 0;
        background-color: #ebebeb;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    .invoice-checkbox:hover .fake-checkbox {
        border: 2px solid #0054a4;
    }

    .invoice-checkbox .label-text {
        line-height: 18px;
        left: 5px;
        top: -2px;
        position: relative;
        font-size: 14px;
    }

.invoice-checkbox-checked {
    background: url(../images/icon-check-blue.png) no-repeat;
    background-size: 75%;
    background-position-x: 2px;
    background-position-y: 4px;
}

.invoice-link {
    padding-left: 7.5px;
    margin-bottom: -20px;
}

    .invoice-link a {
        padding: 0 5px;
        color: #0054a4;
        text-decoration: underline;
    }

        .invoice-link a:hover {
            text-decoration: none;
        }

.tooltip.customClass .tooltip-inner {
    color: black;
    background-color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #0054a4;
}

.invoice-submit {
    padding-left: 0 15px;
    text-align: center;
}

    .invoice-submit button {
        width: 208px;
    }

.content-dropdown-text {
    padding-left: 15px;
    margin: 15px 0;
}

.ui-select-wrapper {
    border: 0;
    height: 58px;
    min-width: 50px;
    vertical-align: top;
    margin-right: 15px;
}

    .ui-select-wrapper .select-text {
        padding: 0 45px 0 0;
        min-height: 28px;
    }

.ui-select-label {
    line-height: 58px;
}

span.form-control {
    line-height: 40px;
    height: 58px;
}

.marginLeft15 {
    margin-left: 7.5px;
}

/*# sourceMappingURL=booking.css.map */