.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-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-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;
}
.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
}
h1.head-logo span{
    display: block;
    font-size: 20px;
    color:#000;
}
.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;
}

@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;
    }    
}
