.disabled {
    visibility: hidden;
}

span.current{
    pointer-events: none;
    cursor: not-allowed;
}

#hotel_group_min_price, #sidebar_do_not_show_local, #sidebar_available_offers_only, #hybrid {
    vertical-align:middle;
    margin: 0 5px 0 0;
}

.filter-checkbox-wrapper > label:hover {
    text-decoration: underline;
    cursor:pointer;
}

.optionGroup {
    font-weight: bold!important;
    font-style: italic;
}
.optionChild {
    padding-left: 5px;
}
.small-sidebar input,
.small-sidebar select{
    height: 31px;
}
.small-sidebar label{
    margin-bottom: 3px;
    font-size:12px;
}
.small-sidebar hr{
    margin: 10px 0
}
.small-sidebar .form-group {
    margin-bottom: 10px
}
.hotel-select-area{
    width: 100%;
    position: relative;
    max-height: 200px;
    overflow-y: auto;
}
.hotel-select-area li{
    width: 100%;
    position: relative;
    padding: 1px 5px;
}
.hotel-select-area li::after{
    clear: both;
}
.hotel-select-area input{
    display: inline-block;
    margin: 0 5px 0 0;
    float: left;
}
.selection-closed label{
    display: block;
}
.small-sidebar .hotel-select-area label{
    display: inline-block;
    font-weight: normal;
    width: calc( 100% - 30px );
    margin: 0;
    margin: 7px 0 0 0;
    float: left;
    cursor: pointer;
}
.small-sidebar .hotel-select-area li label::after{
    clear: both;
}
.clear{
    clear:both;
}
.small-sidebar .hotel-select-area li:hover{
    background-color: #b9def0;
}
.selection-closed div{
    display: none;
}
.selection-closed.selection-opened div{
    display: block;
}
.selection-closed label{
    cursor: pointer
}
.selection-closed .glyphicon-minus,
.selection-closed.selection-opened .glyphicon-plus{
    display: none;
}
.selection-closed.selection-opened .glyphicon-minus{
    display: inline;
}
.selection-closed label .glyphicon{
    float: right;
    margin-right: 5px
}
.selection-closed{
    border-bottom: 1px solid #eee;
}
.btn-right{
    text-align: right;
    padding: 10px 0 20px;
}
.page-header{
    margin: 20px 0;
}
.page-header h1{
    display: inline-block;
    float: left;
}
.page-header h1 img{
    float: left;
    /*margin:-5px 10px 0 0*/
}
.logged-widget{
    float: right;
    margin-top:20px;
}
.logged-widget label{
    margin-right: 10px;
}
.logged-widget span{
    margin-right: 5px;
}
.tv-button{
    background-image: linear-gradient(to bottom, #F8C301 0px, #F8C301 100%);
    background-repeat: repeat-x;
    border-color: #F8C301;
    color:#fff;
}
.tv-button:hover{
    color:#fff;
    background-image: linear-gradient(to bottom, #F8B301 0px, #F8C301 100%);
}
#login-alert{
    display: none;
}
#loading-full,
#loading-full-booking,
#loading-full-booking-hybrid,
#loading-result,
#loading-export{
    width: 100%;
    height: 100%;
    position: fixed;
    margin: auto;
    left:0;
    bottom: 0;
    right: 0;
    top:0;
    display: none;
    z-index: 100;
    background:rgba(255,255,255, 0.7);
}
#loading-result{
    position: absolute;
}
#loading-full img,
#loading-full-booking img,
#loading-full-booking-hybrid img,
#loading-result img,
#loading-export img{
    max-width: 50px;
    height: auto;
    position: relative;
    margin: auto;
    display: block;
}
.pre-loader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url('/assets/img/preloader.gif') no-repeat center center;
}
.loader-image,
.loader-image-booking
{
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 70px;
}
.loader-image label{
    padding-top: 10px;
}
.loader-image-booking {
    width: 500px;
}
.loader-image-booking label{
    padding-top: 10px;
    width: 500px;
}
img.haLoad{
    height: 12px;
    width: auto;
}
.filter-fade, .main-fade {
    opacity: 1;
}
.small-sidebar{
    position: relative;
}
.filter-search{
    width: 100%;
    border:none;
}
#sort-by{
    display: inline-block;
    width: auto;
}
.sort-block{
    margin:17px 0 15px 0;
}
.filter-margin{
    margin-bottom: 2px;
}
.special-agent-offer{
    color: red;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 12px;
    cursor:pointer;
}
.ajax-error{
    background:rgba(255,255,255, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    margin:auto;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display: none;
}
.ajax-error p {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.fa-plane{
    font-size:16px;
}
.btn-center{
    text-align: center;
}
.search-block{
    margin-top:-20px;
    background-color: #f9f9f9;
}
.search-block label{
    margin-top: 10px;
    font-size:12px;
}
.searchBtnBlock{
    margin-top: 35px;
}
.market-nav{
    width: 240px;
    float: left;
    margin-top:20px;
    margin-left: 20px;
}
.nav.market-nav > li > a{
    padding: 6px 15px;
}
#market{
    display: none;
}

.search-block{
    margin-bottom: 15px
}
.bold-text{
    font-weight: bold;
}
.bold-devider{
    background-color: #eee;
    margin: 15px auto;
    width: 90%;
    height:4px;
}
.no-border{
    border:none;
}
.right{
    float: right;
}
.relative{
    position: relative;
}
.set-same {
    position: absolute;
    right: -11px;
    bottom: 3px;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #337ab7;
    padding: 3px 4px;
    border-radius: 5px;
}
.vertical-spacing{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.airport-city{
    color:#337ab7;
    font-size:16px;
    padding-left: 30px;
}
.offer-price{
    text-align: right;
    padding-right: 30px;
    font-weight: bold;
}
.offer-price span{
    font-size:18px;
    color:#337ab7;
}
.flightsInfoModalShow:hover{
    cursor: pointer;
}
.agent-comment{
    width: 100%;
    padding: 0 30px;
    margin: 0!important;
    padding-bottom: 10px;
}
.btn-group a.preview-offer-btn{
    margin-left: 10px!important;
}
.jumbotron.jumbotronSmall{
    padding: 10px 20px;
}
.jumbotron.jumbotronSmall h2{
    margin-top: 0;
}
.nav-pills > li > a{
    background-color: #EEEEEE;
}
.nav-pills > li > a:hover{
    background-color: #337AB7;
    color:#fff;
}
.btn-cart{
    background-color: #eeeeee;
    margin-right: 5px;
}
a.btn-cart span{
    margin: 0;
}
.preview-email{
    margin-bottom: 10px;
}
.comment-input{
    width: calc( 100% - 140px );
    float: left
}
.discount-input{
    width: 130px;
    float:right;
}
.offer-price span.old-price{
    text-decoration: line-through;
    font-size:12px;
    color:#000;
    margin-right: 5px;
}
.got-a-discount{
    font-size:12px;
    font-weight: normal;
}
.flight-sub-date{
    font-size: 11px;
    font-weight: bold;
}
.offer-price span.special-agent-offer-cart{
    font-size:12px;
    color:red;
    vertical-align: middle
}
#nightsFrom option:disabled,
#nightsTo option:disabled{
    color: #d6d6d6;
}
.mobile-menu-btn{
    display: none;
}
.mobile-menu-place{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    z-index: 4;
    background-color: #EEEEEE;
    width: 100%;
    padding: 10px 0;
}
.desktop-menu{
    display: inline-block;
}
.mobile-menu-place .desktop-menu{
    display: block;
    text-align: center;
}
.mobile-menu-place label{
    display: block;
    text-align: left;
    padding-left: 10px;
}
.mobile-close{
    position: absolute;
    right: 10px;
    font-size:18px;
    color:#245580;
    top:5px;
    cursor: pointer;
}
.reservation-not-aviable{
    display: block;
    margin:50px auto;
    text-align: center
}
.reservation-not-aviable .alert-danger{
    display: inline-block;
    width: auto;
}
.table-hover>tbody>tr:hover {
    background-color: #d9edf7;
}
.table .highlight-row{
    background-color: #d9edf7 !important;
}
.groups-filters{

}
.roundtrip-button{
    margin-top:5px;
}
.countries-multiselect .btn-group{
    display: block;
}
.countries-multiselect .btn-group button.multiselect{
    width: 100%;
    background-image: none;
    background-color: #fff;
    text-align: right
}
.countries-multiselect .btn-group button.multiselect span{
    text-align: left;
    float: left
}
h1.head-logo a{
    display: block;
    text-align: center;
    margin:unset;
}
h1.head-logo span{
    display: block;
    font-size: 18px;
    color:#000;
    text-align: center;
}
.countries-multiselect{
    z-index: 99;
}
.padding-top{
    padding-top: 10px;
}
#clipboarder-message{
    display: none;
}
#fake-clipboard .spacing{
    width: 100%;
    color:transparent;
}
a.fa-envelope {
    position: relative;
    font-size: 20px;
    color: #337ab7;
    cursor: pointer;
    margin-right: 15px;
}
span.num {
    position: absolute;
    font-size: 12px;
    top: -6px;
    color: #fff;
    right: -13px;
    border-radius: 50%;
    background-color: red;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center
}
a.fa-envelope:hover{
    text-decoration: none;
}
.announce-modal-close{
    position: absolute;
    top:10px;
    right: 15px;
    cursor: pointer;
    font-size: 15px;
    color:#000;
}
.padding-bottom-10{
    padding-bottom: 10px;
}
.hotels-filter .fa{
    font-size: 16px;
    z-index: 1;
    display:none;
}
.hotels-filter .fa-star,
.hotels-filter .fa-star-o:hover{
    color: #F8B301;
}
.hotels-filter .fa-star:hover,
.hotels-filter .fa-star-o{
    color: #333;
}
.select-favorite-hotels,
.select-all-btn{
    z-index: 1;
    width: 100%;
}
.hotel-select-area li.no-padding{
    padding: 0
}
#favorite-hotels-table thead{
    background-color: #D9EDF7;
}
table#favorite-hotels-table{
    border:1px solid #ddd;
}
#favorite-hotels-table thead td{
    border:none;
}
#favorite-hotels-table tbody td{
    border-bottom:1px solid #ddd;
}
.dataTables_wrapper{
    max-width: 100%;
    overflow: auto;
}
.my-favorite-hotels .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.my-favorite-hotels .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border-color: #337AB7;
    background: #337AB7;
    color:#fff!important;
}
a.link-to-profile{
    color: #333;
}
a.link-to-profile *{
    cursor: pointer;
}
a.link-to-profile:hover{
    text-decoration: none;
    color: #337AB7;
}
.select-this-and-more{
    margin-bottom: 10px;
}
.table>tbody>tr>td.vertical-middle{
    vertical-align: middle;
}
table.rt-departures tbody:hover{
    background-color: #D9EDF7;
}
.flight-representative{
    padding: 10px 15px 0;
}
.flight-info-date{
    width: 85px;
}
.small-alert{
    margin: 5px 0;
    display: inline-block;
    padding: 0px 10px;
    float: right;
    font-size:12px;
}
.previous-price{
    display: block;
    margin-bottom: 10px;
}
.previous-price span{
    color: #ccc;
    font-size: 12px;
}
.previous-price span.old-price{
    font-size: 10px;
    color: #ccc;
}
.navbar-extranet{
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    border-color: #9acfea;
}
.navbar-extranet .navbar-nav>.active>a, .navbar-extranet .navbar-nav>.open>a, .navbar-extranet a:hover {
    background-image: -webkit-linear-gradient(top,#eeeeee  0,#eeeeee 100%);
    background-image: -o-linear-gradient(top,#eeeeee 0,#eeeeee 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#eeeeee));
    background-image: linear-gradient(to bottom,#eeeeee 0,#eeeeee 100%);
    color: #000;
}
.navbar-extranet .navbar-brand{
    color:#fff;
    font-size:30px;
}
.navbar-extranet .navbar-brand:focus, .navbar-extranet .navbar-brand:hover{
    background: none;
    color:#fff;
}
.navbar-extranet .navbar-toggle{
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    border-color: #265a88;
}
.navbar-extranet .navbar-toggle .icon-bar{
    background-color: #fff;
}

.extranet-list ul,
.extranet-list ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.extranet-list ul.main-category{
    border: 1px solid #d9edf7;
    margin: 10px 0;
}
.extranet-list ul li a{
    color: #333;
    margin-left: 15px;
    font-size:14px;
    display: block;
}
.extranet-list ul.main-category li.main-category-title{
    padding: 5px 10px;
    background-color: #d9edf7;
    color: #337ab7;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.extranet-list ul.sub-category li{
    padding: 0 0 0 25px;
}
.extranet-list ul li.category-title-sub{
    padding: 5px 10px!important;
    background-color: #f2f2f2;
    color: #337ab7;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.extranet-list ul li.category-title-sub-2{
    padding: 5px 10px!important;
    background-color: #f2f2f2;
    color: #337ab7;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-indent: 30px;
}

.extranet-list ul.sub-category-2 li{
    padding: 0 0 0 50px;
}

.extranet-list .items-area{
    margin: 10px 0;
}

.admin-bar{
    padding: 5px 20px;
    background-color: #000;
    color:#ffffff;
}

.admin-bar label{
    margin: 0 15px 0 0;
    padding: 0;
}
.payment-expand{

}
.collapsed .payment-expand .fa-chevron-up,
.payment-expand .fa-chevron-down{
    display: none;
}

.collapsed .payment-expand .fa-chevron-down{
    display: block;
}

.typeRefund{
    /*background-color: #DD1A39;*/
}

.paymentInfoDate{
    width: 85px;
}

.special-discount-offer{
    color: red;
}

.special-discount-offer .fa{
    margin-left: 10px;
}

.offer-banner{
    text-align: center;
    margin-bottom: 15px;
}

.offer-banner img{
    cursor: pointer;
}

.sale-statistics-table{
    border-top: 2px solid #ddd;
}

.sale-statistics-table .name{
    border-right: 2px solid #ddd;
    vertical-align: middle;
    text-align: center;
}

.sale-statistics-table .cell-right{
    text-align: right;
}

.sale-statistics-table .cell-center{
    text-align: center;
}

.sale-statistics-table .cell-month{
    white-space: nowrap;
    width: 6%;
    min-width: 60px;
}

.sale-statistics-table tr td:first-child{
    font-weight: bold;
    position:sticky;
    left:0px;
    border-right: 2px solid #ddd;
}

.sale-statistics-table tr:nth-of-type(odd) td:first-child{
    background-color:#f9f9f9;
}

.sale-statistics-table tr:nth-of-type(even) td:first-child{
    background-color:#fff;
}

.sale-statistics-table tr:hover td:first-child {
    background-color: #d9edf7;
}

.progress-bar-inactive {
    color: #888888;
    background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);

}

.main-statistics-info{
    margin-bottom: 30px !important;
}

.target-bar{
    background: linear-gradient(90deg, #24c6dc 0%, #514a9d 100%);
    font-family: sans-serif;
    margin: 30px 0 60px;
    height: 44px;
    position: relative;
}

.target-bar.second-bar {
    background: linear-gradient(90deg, #d9534f 0%, #a0201c 100%);
}

.target-bar::before, .target-bar::after{
    content: " ";
    display: table;
}

.target-bar .target{
    position: relative;
    float: left;
    box-sizing: border-box;
    color: #888888;
    text-align: center;
    font-size: 1em;
    height: 44px;
}

.target-bar .target:not(:last-child){
    border-right: 1px solid #ffffdd;
}

.target-bar .target:not(.current) {
    background: #f0f0f0;
    padding: 12px 0 12px 12px;
}

.target-bar .current .level-name{
    z-index: 3;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    height: 44px;
    padding: 12px 0 12px 12px;
}

.target-bar .current{
    font-weight: bold;
}

.target-bar .completed{
    color: rgba(255,255,255, 0.6);
}

.target-bar .current, .target-bar .completed {
    background: transparent !important;
}

.target-bar .left {
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f0f0f0;
}

.target-bar .min-value{
    position: absolute;
    color: #456daf;
    font-weight: bold;
    left: 0;
    top: -25px;
}

.target-bar .point{
    position: absolute;
    bottom: -33px;
    color: #456daf;
    font-weight: bold;
    white-space: nowrap;
}

.target-bar .point::after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid red;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
    content: "";
}

.target-bar .last::after{
    border-bottom: 10px solid #58FF33;
}

.statistics-accordion{
    margin-top: 30px;
}

.user-sales-stats {
    text-align:center;
    text-shadow:1px 1px 0px #fff;
    margin-top:25px;

}

.user-sales-stats span{
    font-family:Helvetica;
    font-weight:bold;
    text-shadow:1px 1px 0px #fff;
    font-size:2.5em;

    display:block;
    line-height:1em;
}

.current-level span{
    font-size:1.2em;
}

#voucher-search-result{
    margin: 20px 0;
}

#reservation-search-form {
    margin: 20px 0;
}

.enter-amount-text{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

table#voucher-list tbody tr td.voucher-list-status-2{
    background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

table#voucher-list tbody tr td.voucher-list-status-3{
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

table#voucher-list tbody tr td.voucher-list-status-4{
    background-image: -webkit-linear-gradient(top,#e2e3e5 0,#e2e3e5 100%);
    background-image: -o-linear-gradient(top,#e2e3e5 0,#e2e3e5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e2e3e5),to(#e2e3e5));
    background-image: linear-gradient(to bottom,#e2e3e5 0,#e2e3e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

table#refund-request-table tbody tr td.refund-request-list-status-2{
    background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

table#refund-request-table tbody tr td.refund-request-list-status-1{
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

table#refund-request-table tbody tr td.refund-request-list-status-3{
    background-image: -webkit-linear-gradient(top,#e2e3e5 0,#e2e3e5 100%);
    background-image: -o-linear-gradient(top,#e2e3e5 0,#e2e3e5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e2e3e5),to(#e2e3e5));
    background-image: linear-gradient(to bottom,#e2e3e5 0,#e2e3e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.voucher-pdf-content{
    color: #0a2d68;
    font-size: 14px;
    margin: 0;
}

.voucer-data-row{
    margin: 5px 0;
}

.voucher-data-label{
    font-weight: bold;
}

.voucher-leader{
    font-weight: bold;
}

.voucher-special-offer{
    margin: 5px 0;
    text-align: justify;
}

.voucher-special-offer span{
    text-transform: uppercase;
    color: red;
    font-weight: bold;
}

.voucher-special-offer b {
    font-weight: bold;
}

.voucher-conditions-top{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.voucher-conditions{
    font-size:13px;
    text-align: justify;
}

.voucher-conditions li{
    margin-bottom: 3px;
}

.voucher-pdf-header{
    background-color: #F8C301;
    margin: 0 0 10px;
    text-align: right;
    padding: 20px;
}

.voucher-pdf-header img{
    margin: 30px auto 20px;
}

.voucher-form-area label,
.voucher-form-area span{
    display: block;
}

.voucher-contacts{
    text-align: center;
}

.voucher-contacts img{
    max-width: 100%;
}

tr.used-voucher td{
    text-decoration: line-through;
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%)!important;
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%)!important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0))!important;
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0)!important;
    background-repeat: repeat-x;
    border-color: #9acfea!important;
}

.export-btn{
    padding: 0 0 15px;
}

@media (max-width: 1199px) {

    .user-stats-title h2{
        font-size:1.7em;
    }

    .current-level span{
        font-size:1.1em;
    }

    .user-sales-stats span{
        font-size:1.7em;
    }
}

@media (max-width: 991px) {

    .user-stats-title{
        text-align: center;
    }

    .user-stats-title h2{
        font-size:1.9em;
    }

    .current-level span{
        font-size:1.2em;
    }

    .user-sales-stats span{
        font-family:Helvetica;
        font-weight:bold;
        text-shadow:1px 1px 0px #fff;
        font-size:1.8em;

        display:block;
        line-height:1em;
    }
}

@media (max-width: 767px) {
    .user-sales-stats span {
        font-size:1.4em;
    }

    .user-sales-stats .col-xs-6 {
        margin-bottom: 20px;
    }
}

.social-promotion-widget{
    position: relative;
    top:50%;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    z-index: 10;
}

.social-promotion-icon{
    border-radius: 50%;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: blue;
    float: left;
    background-position: center;
    background-size: cover;
}

.social-promotion-text{
    float: right;
    padding: 5px 10px;
    background-color: #456daf;
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    max-width: 200px;
    position: relative;
}

.hide-social-message .social-promotion-text{
    display: none;
}
#reservation-table {
    table-layout: fixed;
}

#passengers-table {
    table-layout: fixed;
}

.social-promotion-text:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(69, 109, 175, 0);
    border-left-color: #456daf;
    border-width: 10px;
    margin-top: -10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
.select2-dropdown .select_all {
    cursor: pointer !important;
}

@media only screen and (max-width: 1470px) {
    .logged-widget{
        position: absolute;
        top:5px;
        right: 10px;
        margin: 0;
    }
}
@media only screen and (max-width: 1240px) {

    .page-header h1,
    .market-nav{
        margin-top: 30px;
    }
    .adulnAndChilds .form-control{
        padding-left: 0;
    }


}
@media only screen and (max-width: 992px) {

    .adulnAndChilds .form-control{
        padding-left: 6px;
    }

}

@media only screen and (max-width: 768px) {
    .page-header h1 {
        text-align: center;
        display: inline-block;
    }
    .page-header h1{
        margin-top: 0;
        float:none;
    }
    .page-header h1 img{
        float:none;
        margin: 5px auto 5px;
        display: block;
        max-width: 100%;
    }
    .page-header h1 small{
        display: block;
        max-width: 100%;
    }
    .market-nav{
        float: right;
        margin-top: 40px;
    }
    .offer-price{
        padding-right: 0;
        padding-left: 30px;
        text-align: left;
    }
    /*.offer-price br{
        display: none;
    }*/
    .agent-contacts{
        float: none;
        width: 100%;
        padding-top:50px;
        padding-left: 20px;
    }
    .preview-logo{
        text-align: center
    }
    .mobile-menu-btn{
        display: inline-block;
    }
    .mobile-menu-place.show-mobile-menu{
        display: block;
    }
    .row.relative{
        margin: 0;
    }
}

@media only screen and (max-width: 670px) {
    .page-header h1{
        margin-top: 50px;
        display: block;
    }
    .market-nav{
        float: none;
        margin: 0 auto
    }
    .comment-input,
    .discount-input{
        width: 100%;
        float: none;
        margin:5px 0;
    }
}

@media only screen and (max-width: 590px) {
    .small100{
        width: 100%;
    }
    .small100 br{
        display: none;
    }
    .small-alert{
        float: none;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 770px;
    }
}

.no-padding {
    padding: 0;
}

.payment-list-thead {
    background-color: white;
}

.price-badge {
    background-color: #FF0000C0;
    color: white;
    padding: 4px 6px;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 11px;
    white-space: nowrap;
    display: inline-block;
}

li.multiselect-all label.checkbox,
li.search-multiselect-option label.checkbox {
    font-size: 14px;
}

li.country-option label.checkbox {
    font-weight: bold;
}

.search-multiselect-option:not(.country-option) a label.checkbox {
    margin-left: 14px;
}

.margin-bottom-narrow {
    margin-bottom: 1px;
}

.ms-3 {
    margin-left: calc(1rem * 0.75) !important;
}

.flights-results-title {
    margin-left: 2rem;
}

.flights-filer {
    padding: 0;
}

.flights-filer h3 {
    margin-top: 0;
    margin-left: 0.5rem;
}

.flights-filter-section {
    border-bottom: 1px solid #eaeaea;
    padding: 0 1.5rem 0.5rem 1.5rem;
}

.flights-filter-section .slider {
    margin-bottom: 1rem;
}

.flights-filter-section .slider-values {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
}

.collapsible {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    cursor: pointer;
    padding: 0.625rem 2rem;
    width: 100%;
    text-align: left;
    outline: none;
    height: 50px;

    border: 1px solid #eaeaea;
}

.collapsible-title {
    font-size: 1.5rem;
}

.collapsible-child-title {
    font-size: 1.5rem;
    margin: 0.5rem 0 1rem 0;
}

.collapsible i {
    font-size: 2.5rem;
    transition: transform 0.2s;
}

.collapsible.child i {
    font-size: 1.5rem;
}

.active, .collapsible:hover {
    background-color: #e3e3e3;
}

.collapsible.child {
    background-color: #f9f9f9;
}

.collapsible.child.active, .collapsible.child:hover {
    background-color: #e3e3e3;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.stop-count-col {
    display: flex;
    flex-direction: row;
}

.stop-count-col .checkbox {
    scale: 1.2;
    margin-right: 1rem;
}

.stop-count-list {
    list-style: none;
    width: 100%;
    padding: 0;
}

.stop-count-list li {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: 2rem;
}

.stop-count-list li label {
    font-weight: 400;
}

.stop-count-list li input {
    margin-bottom: 1rem;
    margin-right: 0.5rem;
}

.airline-list {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.airline-list .item {
    display: flex;
    flex-direction: row;
    padding: 0.75rem 0 0.75rem 1rem;
    border-top: 1px solid #eaeaea;
}

.airline-list .item:first-child {
    border-bottom: none;
}

.airline-list .checkbox {
    margin: 1rem;
    scale: 1.2;
}

.airline-list .info {
    display: flex;
    flex-direction: column;
    line-height: 1.25rem;
    margin-top: 0.25rem;
}

.airport-list {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.airport-list .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.75rem 0 0.75rem 1rem;
    border-top: 1px solid #eaeaea;
}

.airport-list .item:first-child {
    border-bottom: none;
}

.airport-list .checkbox {
    margin: 1rem;
    scale: 1.2;
}

.airport-list .title {
    margin-top: 0.75rem;
    font-weight: 400;
}

.rotate {
    transform: rotate(-180deg);
}

.bg-light-gray {
    background-color: #f9f9f9;
}

.flight-list > :last-child {
    margin-bottom: 4rem;
}

.flight-card {
    background-color: white;
    width: 98%;
    margin: 0 0 2rem 2rem;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    border: 1px solid #efefef;
}

.flight-card .flight-info {
    width: 70%;
    border-right: 2px solid #efefef;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flight-card .flight-info > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 2rem 0;
}

.flight-card .flight-info > div > div {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}

.flight-card .flight-info .airline {
    width: 15%;
    align-items: center;
    font-size: 1.5rem;
}

.flight-card .flight-info .airline > img {
    margin-bottom: 0.5rem;
}

.flight-card .flight-info .departure {
    width: 15%;
    justify-content: center;
    align-items: end;
    font-size: 1.5rem;
    font-weight: 600;
}

.flight-card .flight-info .separator {
    width: 25%;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.flight-card .flight-info .separator .line {
    width: 90%;
    border-bottom: 2px solid black;
    margin: 0.75rem 0;
    font-size: 1.5rem;
}

.flight-card .flight-info .arrival {
    width: 15%;
    justify-content: center;
    align-items: start;
    font-size: 1.5rem;
    font-weight: 600;
}

.flight-card .flight-info .duration {
    width: 15%;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.flight-card .payment-info {
    width: 30%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flight-card .payment-info .share-button {
    color: #b0b0b0;
    font-size: 1.75rem;
    font-weight: 200;
    cursor: pointer;
}

.flight-card .payment-info .info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flight-card .payment-info .info .airline {
    font-size: 1.75rem;
}

.flight-card .payment-info .info .price {
    font-weight: 700;
    font-size: 2rem;
}

.flight-card .payment-info .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #337AB7;
    color: white;
    cursor: pointer;
    text-align: center;
    outline: none;
    font-size: 2rem;
    height: 50px;
    border: none;
    border-radius: 0.75rem;
    padding: 0;

}

.flight-card .payment-info .button > :first-child {
    width: 80%;
    height: 100%;
    border-right: 1px solid white;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flight-card .payment-info .button > :last-child {
    font-size: 3rem;
    width: 20%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flight-card .payment-info .price-detail > * {
    color: #337AB7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flights-buttons {
    margin-top: 1.5rem;
    padding: 0;
}

.tooltip.tooltip-wide .tooltip-inner {
    max-width: none !important;
    white-space: nowrap;
    text-align: center;
}

.tooltip-wide .tooltip-inner ul,
.tooltip-wide .tooltip-inner ol {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 1.2em;
}

.hybrid-message {
    text-align: center;
    white-space: nowrap;
}

.hybrid-message ul,
.hybrid-message ol {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 1.2em;
}
