﻿@font-face {
    font-family: "ALS Rubl";
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-y: scroll;
    background-color: #F1F2F6;
    /*min-width: 1000px;*/
}

.row_space5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row_margin5 {
    margin-left: 5px;
}

.row_margin-5 {
    margin-left: -5px;
}

.row_margin2 {
    margin-left: 1px;
}


.row_space3 {
    margin-top: 3px;
}

.row_space15 {
    margin-top: 15px;
}

.row_space-17 {
    margin-top: -17px;
}

.row_space30 {
    margin-top: 30px;
}

.row_marginbottom5 {
    margin-bottom: -8px;
}

input.inputTextLikeChosen {
    padding: 5px;
    line-height: 17px;
    outline: 0;
    box-shadow: none;
    color: #333;
    font-family: sans-serif;
    border: 1px solid #aaa;
    border-radius: 0;
    font-size: 13px;
    width: 100%;
}

input.inputTextTime {
    padding: 5px;
    height: 17px;
    outline: 0;
    box-shadow: none;
    color: #333;
    font-family: sans-serif;
    line-height: normal;
    border: 1px solid #aaa;
    border-radius: 0;
    box-sizing: content-box;
    font-size: 12px;
    width: 35%;
}


.descSpan {
    display: inline-block;
    padding-left: 5px;
}

.firstSpan {
    display: inline-block;
}

.select2-container .select2-choice {
    height: 29px;
    border-radius: 0px;
}

.select2-container .select2-choices {
    height: 29px;
}
.select2-container-multi .select2-choices {
    height: 29px;
}

.select2-container .select2-choice .select2-arrow {
    display: none;
}

.select2-container .select2-choice span {
    margin-right: 0;
    display: inline-block;
}

.chosen-choices {
    border-radius: 4px;
}

.select2-choices {
    border-radius: 4px;
}

.row-vertical-align td {
    vertical-align: middle !important;
}

.loadBlocking {
    background-color: #F1F2F6;
    display: none;
    height: 100%;
    left: 0;
    -ms-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.loadBlockImage {
    left: 50%;
    position: fixed;
    top: 50%;
}

.calculateBlockImage {
    left: 50%;
    position: relative;
    top: 50%;
}

.checkboxListFilter {
    width: 100%;
    position: relative;
}

.checkboxListFilter input[type="text"] {
    width: 100%;
}

.checkboxListFilter .outer {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.checkboxListFilter .inner {
    width: 300%;
}

.checkboxListFilter .inner ul {
    list-style-type: none;
    padding: 2px;
    margin-bottom: 0;
}

.checkboxListFilter .inner li input[type="checkbox"] {
    margin: 0;
    position: relative;
    top: 2px;
}

.checkboxListFilter .inner li label {
    font-weight: normal;
    margin-bottom: 2px;
}

.panel {
    -ms-border-radius: 0;
    border-radius: 0;
}

.panel-heading {
    padding: 1px 5px;
    cursor: pointer;
    -ms-border-radius: 0;
    border-radius: 0;
}

.panel-body {
    padding: 5px;
    font-size: 13px;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading[data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
}

.panel-heading[data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.priceTextbox {
    width: 100px;
}

.slider.slider-horizontal {
    padding-top: 10px;
    width: 200px;
    top: -5px;
}

.clearSearchButton {
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 4px;
    color: #ddd;
}

.tree {
    display: none;
}

.tree.expanded {
    display: block;
}

.expander {
    color: #ccc;
}

.expander.expanded {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.checkboxTree .outer {
    max-height: 248px;
    overflow-y: auto;
    overflow-x: hidden;
}

.checkboxTree .inner {
    width: 100%;
}

.checkboxTree .inner ul {
    list-style-type: none;
    padding: 0;
    padding-left: 17px;
    margin-bottom: 0;
}

.checkboxTree .inner ul.rootLevel {
    padding-left: 0;
}

.checkboxTree .inner li input[type="checkbox"] {
    margin: 0;
    position: relative;
    top: 2px;
}

.checkboxTree .inner li label {
    font-weight: normal;
    margin-bottom: 2px;
}

.listCharters {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.quotaItem:before {
    display: inline-block;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    content: "";
    background: url('../../../Icons/default.ico');
    color: aqua;
    background-size: 100%;
    vertical-align: -20%;
}

.container {
    position: relative;
    /*min-width: 1000px;*/
}

/* Заголовки дополнительных фильтров*/
.filterHeader:before {
    display: inline-block;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    content: "";
    background: url('../../../Icons/default.ico');
    vertical-align: -20%;
}

.priceFilterHeader:before {
    background: url('../../../Icons/price.ico');
    background-size: 100%;
}

.tourTypeFilterHeader:before {
    background: url('../../../Icons/tourType.ico');
    background-size: 100%;
}

.tourFilterHeader:before {
    background: url('../../../Icons/tour.ico');
    background-size: 100%;
}

.hotelFilterHeader:before {
    background: url('../../../Icons/hotel.ico');
    background-size: 100%;
}

.houseQuotaControl:before {
    background: url('../../../Icons/house.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.aviaQuotaControl:before {
    background: url('../../../Icons/plan.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.searchButton {
    width: 100%;
    height: 39px;
    border-radius: 25px;
}

.roomCategoryFilterHeader:before {
    background: url('../../../Icons/roomCategory.ico');
    background-size: 100%;
}

.roomTypeFilterHeader:before {
    background: url('../../../Icons/roomType.ico');
    background-size: 100%;
}

.pansionFilterHeader:before {
    background: url('../../../Icons/pansion.ico');
    background-size: 100%;
}

.durationFilterHeader:before {
    background: url('../../../Icons/duration.ico');
    background-size: 100%;
}

.dateBeginFilterHeader:before {
    background: url('../../../Icons/dateBegin.ico');
    background-size: 100%;
}

.cityFilterHeader:before {
    background: url('../../../Icons/city.ico');
    background-size: 100%;
}

.resortFilterHeader:before {
    background: url('../../../Icons/resort.ico');
    background-size: 100%;
}

.categoryFilterHeader:before {
    background: url('../../../Icons/category.ico');
    background-size: 100%;
}

.cityDepartureFilterHeader:before {
    background: url('../../../Icons/cityDeparture.ico');
    background-size: 100%;
}

.cityArrivalFilterHeader:before {
    background: url('../../../Icons/cityArrival.ico');
    background-size: 100%;
}

.switchNumberFilterHeader:before {
    background: url('../../../Icons/switchNumber.ico');
    background-size: 100%;
}

.airlineFilterHeader:before {
    background: url('../../../Icons/airline.ico');
    background-size: 100%;
}

.depAirportFilterHeader:before {
    background: url('../../../Icons/depAirport.ico');
    background-size: 100%;
}

.depTimeFilterHeader:before {
    background: url('../../../Icons/depTime.ico');
    background-size: 100%;
}

.arrAirportFilterHeader:before {
    background: url('../../../Icons/arrAirport.ico');
    background-size: 100%;
}

.arrTimeFilterHeader:before {
    background: url('../../../Icons/arrTime.ico');
    background-size: 100%;
}

/* Заголовки дополнительных фильтров*/

/* Панель информации по выбранным дополнительным фильтрам */
.filterSelectedItem:before {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    content: "";
    background: url('../../../Icons/default.ico');
    background-size: 100%;
    vertical-align: -25%;
}

.emptyPrefixFilterSelectedItem:before {
    background: none;
}

.hotelPrefixFilterSelectedItem:before {
    background: url('../../../Icons/hotel.ico');
    background-size: 100%;
}

.transferPrefixFilterSelectedItem:before {
    background: url('../../../Icons/transfer.ico');
    background-size: 100%;
}

.insurancePrefixFilterSelectedItem:before {
    background: url('../../../Icons/insurance.ico');
    background-size: 100%;
}

.visaPrefixFilterSelectedItem:before {
    background: url('../../../Icons/visa.ico');
    background-size: 100%;
}

.tourTypePrefixFilterSelectedItem:before {
    background: url('../../../Icons/tourType.ico');
    background-size: 100%;
}

.tourPrefixFilterSelectedItem:before {
    background: url('../../../Icons/tour.ico');
    background-size: 100%;
}

.roomCategoryPrefixFilterSelectedItem:before {
    background: url('../../../Icons/roomCategory.ico');
    background-size: 100%;
}

.roomTypePrefixFilterSelectedItem:before {
    background: url('../../../Icons/roomType.ico');
    background-size: 100%;
}

.pansionPrefixFilterSelectedItem:before {
    background: url('../../../Icons/pansion.ico');
    background-size: 100%;
}

.durationPrefixFilterSelectedItem:before {
    background: url('../../../Icons/duration.ico');
    background-size: 100%;
}

.dateBeginPr.efixFilterSelectedItem:before {
    background: url('../../../Icons/dateBegin.ico');
    background-size: 100%;
}

.cityPrefixFilterSelectedItem:before {
    background: url('../../../Icons/city.ico');
    background-size: 100%;
}

.resortPrefixFilterSelectedItem:before {
    background: url('../../../Icons/resort.ico');
    background-size: 100%;
}

.categoryPrefixFilterSelectedItem:before {
    background: url('../../../Icons/category.ico');
    background-size: 100%;
}

.flightCityDeparturePrefixFilterSelectedItem:before {
    background: url('../../../Icons/flightCityDeparture.ico');
    background-size: 100%;
}

.cityDeparturePrefixFilterSelectedItem:before {
    background: url('../../../Icons/cityDeparture.ico');
    background-size: 100%;
}

.cityArrivalPrefixFilterSelectedItem:before {
    background: url('../../../Icons/cityArrival.ico');
    background-size: 100%;
}

.switchNumberPrefixFilterSelectedItem:before {
    background: url('../../../Icons/switchNumber.ico');
    background-size: 100%;
}

.airlinePrefixFilterSelectedItem:before {
    background: url('../../../Icons/airline.ico');
    background-size: 100%;
}

.depAirportPrefixFilterSelectedItem:before {
    background: url('../../../Icons/depAirport.ico');
    background-size: 100%;
}

.arrAirportPrefixFilterSelectedItem:before {
    background: url('../../../Icons/arrAirport.ico');
    background-size: 100%;
}

.flightTariffPrefixFilterSelectedItem:before {
    background: url('../../../Icons/arrAirport.ico');
    background-size: 100%;
}

.depFlightTransferPrefixFilterSelectedItem:before {
    background: url('../../../Icons/arrAirport.ico');
    background-size: 100%;
}


.arrFlightTransferPrefixFilterSelectedItem:before {
    background: url('../../../Icons/arrAirport.ico');
    background-size: 100%;
}


.triangle {
    background-size: 100%;
    display: inline-block;
    height: 16px;
    width: 16px;
    z-index: 2;
    background: url('../../../Icons/triangle-up.png');
}

.filter {
    margin-bottom: 10px;
}

.filter div.selectedFilters {
    border-top: 1px solid #ACACAC;
    align-items: center;
    width: 100%;
}

.filter div.selectedFilters span.selectedFilterButton {
    display: inline-block;
    background-color: #00C2EB;
    border: solid 1px #00C2EB;
    color: white;
    margin: 0;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 1em;
    cursor: default;
    border-radius: 15px;
    height: 25px;
    margin-right: 5px;
}

.filter div.selectedFilters span.selectedFilterButton button.selectedFilterRemove {
    margin-left: 0.5em;
    font-weight: normal;
    color: white;
    opacity: 1;
    float: none;
    font-size: 1em;
}

.filter div.selectedFilters div {
    padding-top: 10px;
    padding-bottom: 8px;
}

.filter div.selectedFilters div.centerContent {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 100%;
}

.filter div.selectedFilters div.centerContent.rightContent {
    text-align: right;
}

.filter div.selectedFilters span.selectedFiltersRemove {
    border-bottom: 1px dashed darkblue;
    color: darkblue;
    cursor: pointer;
    display: inline;
    white-space: nowrap;
}

/* Панель информации по выбранным дополнительным фильтрам */

/* Панель информации по туристам */
.tourists {
}

.tourists span.tourist-clear {
    border-bottom: 1px dashed rgb(66, 139, 202);
    color: rgb(66, 139, 202);
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
}

.tourists .list-group {
    border: none;
    padding: 0 10px 0px 10px;
    margin-bottom: 0;
    overflow: auto;
}

.tourists .list-group .list-group-item {
    padding: 0 10px 0px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.tourists .list-group .list-group-item.tourist {
    display: inline-block;
    min-width: 772px;
}

.tourists .list-group .list-group-item.tourist p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
}

.tourists .list-group .list-group-item.tourist table {
    margin-bottom: 5px;
    font-size: 12px;
}

.tourists .list-group .list-group-item.tourist table button {
    white-space: normal;
    text-decoration: underline;
}

.tourists .list-group .list-group-item.tourist table th {
    padding: 2px;
    font-size: 12px;
}

.tourists .list-group .list-group-item.tourist table th label {
    margin-bottom: 0;
}

.tourists .list-group .list-group-item.tourist table th label span {
    display: block;
    font-size: 10px;
}

.tourists .list-group .list-group-item.tourist table .tourist-male-female-sex {
    width: auto;
}

.tourists .list-group .list-group-item.tourist table input[type="radio"].tourist-is-main {
    width: 13px;
    height: 13px;
}

.tourists .list-group .list-group-item.tourist table td {
    /*margin-top: 20px;
display: inline-block;*/
    padding: 2px;
}

.tourists .list-group .list-group-item.tourist table td input,
.tourists .list-group .list-group-item.tourist table td select {
    width: 100%;
    height: 22px;
    font-size: 11px;
}

.tourists .list-group .list-group-item.tourist table td select {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}

.tourists .list-group .list-group-item.tourist table td input[type="date"] {
    line-height: normal;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 128px;
}

.tourists .list-group .list-group-item.tourist table .tourist-passport div {
    padding: 0;
}

.tourists .list-group .list-group-item.tourist table .tourist-data-validation-error {
    border-color: red;
}

.tourists .list-group .list-group-item.tourist table span.tourist-data-validation-error-message {
    font-size: 10px;
    color: red;
}

.tourists .list-group .list-group-item.tourist table div.select2-container.select2-container-multi ul.select2-choices {
    height: 22px !important;
    min-height: 22px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.tourists .list-group .list-group-item.tourist table div.select2-container.select2-container-multi.tourist-data-validation-error ul {
    border-color: red !important;
}

.tourists .list-group .list-group-item.tourist table div.select2-container.select2-container-multi ul.select2-choices li.select2-search-choice {
    font-size: 11px;
    height: 16px;
    padding: 1px 20px 1px 5px;
}
.tourists .list-group .list-group-item.tourist table div.select2-container.select2-container-multi ul.select2-choices li.select2-search-choice a.select2-search-choice-close {
    left: auto;
    top: 1px;
}

/* Панель информации по туристам */

/*.labelCol{
    padding-right: 0;
}*/

.headerlabel {
    margin-top: 3px;
}

.headerColumn {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.header-column-right {
    text-align: right;
}

.quota-header-label {
    min-width: 90px;
}

.quotaControlCollapsed {
    padding: 5px 5px 5px 5px;
    font-family: sans-serif;
    /*border: 1px solid #aaa;*/
    font-size: 13px;
    color: #4EC2E7;
    /*width: 225px;*/
    height: 29px;
    cursor: pointer;
}

.quotaControlExpanded {
    width: 120px;
    padding: 7px;
    line-height: 17px;
    /*border: 1px solid #aaa;*/
    font-size: 13px;
    position: absolute;
    z-index: 16;
    background-color: #2B2B35;
    top: 50px;
    float: left;
    border-radius: 5px;
}

.quotaCollapsedLabel {
    border-bottom: 1px dashed #4EC2E7;
}

.quotaControlExpanded input[type="radio"]:checked + label {
    color: #4EC2E7;
}

.quotaControlExpanded input[type="radio"] {
    vertical-align: text-bottom;
}

.quotaLabel:hover {
    color: #4EC2E7;
}

.quotaHotelPosition {
    top: 36px;
}

.quotaAviaPosition {
    top: 36px;
    /*left: 30px;*/
}

.quotaHotelArrov {
    position: absolute;
    top: 26px;
    left: 20px;
    z-index: 16;
}

.quotaAviaArrov {
    position: absolute;
    top: 26px;
    left: 135px;
    z-index: 16;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

.basket-offer {
    padding-right: 3px;
}

#basket-reservation-panel {

}

#basket-reservation-summary.fixed-top {
    top: 0;
    position: fixed;
}

#basket-reservation-summary.fixed-bottom {
    bottom: 0;
    position: fixed;
}

.basket-order {
    padding-left: 3px;
}

.table.basket-table td {
    padding: 0;
}

.table.basket-table tbody:hover tr:hover td:hover {
    background-color: inherit;
}

.table.basket-table td span.order-service-description {
    display: inline-block;
    word-break: break-all;
}

span.basket-cost {
    font-size: 18px;
    font-weight: bold;
}

.currency {
    float: right;
}

button.create-reservation-button {
    border-radius: 0;
    float: right;
    margin-bottom: -10px;
}

/* Панель информации по отелям */
span.panelHeader:before {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    content: "";
    background: url('../../../Icons/default.ico');
    background-size: 100%;
}

span.hotelsPanelHeader:before {
    background: url('../../../Icons/hotelWhite.ico');
    background-size: 100%;
}

span.transfersPanelHeader:before {
    background: url('../../../Icons/transferWhite.ico');
    background-size: 100%;
}

span.flightsPanelHeader:before {
    background: url('../../../Icons/flightWhite.ico');
    background-size: 100%;
}

span.touristsPanelHeader:before {
    background: url('../../../Icons/touristsWhite.ico');
    background-size: 100%;
}

span.order-price-description {
    font-style: italic;
}

.hotels {
}

.hotels .list-group {
    border: none;
    padding: 0 10px 10px 10px;
    overflow: auto;
    margin-bottom: 0;
}

.hotels .list-group .list-group-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.hotels .hotel .list-group {
    padding: 0;
    margin: 0;
}

.hotels .hotel a.hotelName {
    padding: 0;
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

.hotels .hotel .list-group .list-group-item {
    overflow: auto;
    border-style: dotted;
    margin-top: 5px;
    margin-bottom: 5px;
}

.hotels .hotel span.input-group-addon {
    border: none;
    background: none;
}

.hotels .hotel .list-group .list-group-item label {
    font-weight: normal;
    margin: 0;
}

.hotels .hotel .roomCategories .list-group .list-group-item {
    margin: 0 10px 0 0;
    display: inline-block;
    border: none;
    padding: 0;
}

.hotels .hotel .roomCategories .roomCategoryTable {
    display: table;
    width: 100%;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    float: none;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell .roomCategoryTableCellPrefix:before {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    content: "";
    background: url('../../../Icons/default.ico');
    background-size: 100%;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell.roomCategory {
    padding-left: 0;
    border-right: 1px;
    border-right-style: solid;
    border-right-color: inherit;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell.pansions {
    padding-right: 0;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell .roomCategoryCellPrefix:before {
    background: url('../../../Icons/roomCategory.ico');
    background-size: 100%;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell .pansionsCellPrefix:before {
    background: url('../../../Icons/pansion.ico');
    background-size: 100%;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell .okQuotaCellPrefix:before {
    background: url('../../../Shared/ico/ok.png');
    background-size: 100%;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell .noQuotaCellPrefix:before {
    background: url('../../../Shared/ico/no.png');
    background-size: 100%;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell .notknowQuotaCellPrefix:before {
    background: url('../../../Shared/ico/notknow.png');
    background-size: 100%;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell .fewknowQuotaCellPrefix:before {
    background: url('../../../Shared/ico/few.png');
    background-size: 100%;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell.pansions span {
    white-space: nowrap;
    margin-right: 5px;
    display: inline-block;
}

.hotels .hotel .roomCategories .roomCategoryTable .roomCategoryTableCell.pansions span.costDelta {
    font-style: italic;
}

/* Панель информации по отелям */

/* Панель информации по маршрутным услугам */

.routedServices {
}

.routedServices .list-group {
    border: none;
    padding: 0 10px 10px 10px;
    overflow: auto;
    margin-bottom: 0;
}

.routedServices .list-group .list-group-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.routedServices .routedService div.routedService label {
    display: inline;
}

.routedServices .routedService div.routedService label span {
    font-weight: normal;
}

.routedServices .routedService div.routedService label span.costDelta {
    margin-right: 5px;
    font-style: italic;
}

span.service-subcode-description {
    word-wrap: break-word;
}

/* Панель информации по трансферам */

/* Панель информации по перелетам */
.flights {
}

.flights .list-group-item {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 10px;
    border-radius: 4px;
}

.notRoutedServices.list-group-item {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 10px;
    border-radius: 4px;
}

.flights .list-group-item .flightDelta {
    float: left;
    margin-left: 45px;
}

.flights .list-group-item .flightCortege {
    display: table;
    width: 100%;
}

.flights .list-group-item .flightRadio {
    display: table-cell;
    height: 100%;
    margin-left: 5px;
    vertical-align: middle;
    width: 4%;
}

.flights .list-group-item .flightInfo {
    display: table-cell;
    height: 100%;
    width: 96%;
}

.flights .list-group-item .list-group-item-flight {
    overflow: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-top: 5px;
    border: 1px dotted #ddd;
}

.list-group-item-flight .row {
    margin-right: 5px;
    margin-left: 3px;
}

.list-group-item-flight .row div[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.flightDetails {
    width: 100%;
}

.flights .list-group-item .list-group-item-flight .flightInfo {
    display: inline-block;
    vertical-align: middle;
}

.flights .list-group-item .list-group-item-flight .flightInfo .flightLabel {
    margin-bottom: 0;
}

.flights .list-group-item .list-group-item-flight .flightTableCellPrefix {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-left: 3px;
    width: 16px;
    height: 16px;
    content: "";
    background: url('../../../Icons/default.ico');
    background-size: 100%;
}

.flights .list-group-item .list-group-item-flight .okQuotaCellPrefix {
    background: url('../../../Shared/ico/ok.png');
    background-size: 100%;
}

.flights .list-group-item .list-group-item-flight .noQuotaCellPrefix {
    background: url('../../../Shared/ico/no.png');
    background-size: 100%;
}

.flights .list-group-item .list-group-item-flight .notknowQuotaCellPrefix {
    background: url('../../../Shared/ico/notknow.png');
    background-size: 100%;
}

.flights .list-group-item .list-group-item-flight .fewknowQuotaCellPrefix {
    background: url('../../../Shared/ico/few.png');
    background-size: 100%;
}

.flights .list-group-item .list-group-item-flight .labelWeight700 {
    font-weight: 700;
}

.flights .list-group-item .list-group-item-flight .size11 {
    font-size: 11px;
}

.flights .list-group-item .list-group-item-flight .labelUnderline {
    text-decoration: underline;
}

.flights .list-group-item .radioDiv {
    margin-top: 4%;
    margin-right: 10px;
    padding: 0 0 0 5px;
    width: 20px;
}

.flights .list-group-item .costDelta {
    font-style: italic;
}

.flightItemTextColumn {
    padding-top: 1px;
}

.service-item {

    display: flex;
    align-items: center;
}

.serviceItemTextColumn {
    padding-top: 2px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;*/
    word-wrap: break-word;
}

.serviceItemComboboxColumn {
    padding-top: 1px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;*/
    word-wrap: break-word;
}

/* Панель информации по перелетам */

.header {
    background-color: #2B2B35;
    color: whitesmoke;
    min-height: 0;
}

.btn-currency {
    padding: 0;
    width: 30px;
    border-radius: 10px;
    display: inline-block;
    background-color: #2B2B35;
    color: #aaaaaa;
}

.btn-currency:hover {
    color: white;
}

.btnCurrencyChecked, .btnCurrencyChecked:active, .btnCurrencyChecked:focus {
    outline: none;
    border: none;
    background-color: #00C2EB;
    color: white;
}

.btn-group-currency {
    display: inline-block;
    margin-left: 10px;
}

.rectangle {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    width: 10px;
    height: 20px;
    float: left;
    text-align: left;
    margin: 0px 10px;
    display: inline;
}

.request {
    background: yellow;
}

.noplaces {
    background: red;
}

.yes {
    background: chartreuse;
}

.right {
    float: left;
    text-align: right;
    margin: 0px 10px;
    display: inline;
}

.main-filters {
    background-color: #484755;
    padding-top: 10px;

    padding-bottom: 10px;

}

.whitesmoke {
    color: whitesmoke;
}

.header-navbar {
    background-color: #2B2B35;
    color: whitesmoke;
    min-height: 0;
    min-height: 28px;
    height: auto;
}

.footer-navbar {
    margin-left: 5%;
    margin-right: 5%;
    /*margin-bottom: 50px;*/
}

.btn-search {
    background-color: #00C2EB;
    color: whitesmoke;
    width: 100%;
    padding: 4px;
}

.btn-search:hover, .btn-search:active, .btn-search:focus {
    background-color: #39b3d7;
    color: whitesmoke;
}

.btn-col {
    padding-left: 0;
}
/*доп.фильтры*/

/*
    треугольник

*/

.active_corner {
    position: absolute;
    display: block;
    bottom: -1px;
    left: 50px;
    height: 0;
    width: 0;
    z-index: 6;
    border: solid 12px transparent;
    border-top: none;
    border-bottom-color: #ACACAC;
}


.active_corner:after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    z-index: 6;
    border: solid 12px transparent;
    border-top: none;
    border-bottom-color: #FFFFFF;
    left: -12px;
    bottom: -13px;
}

.costs .active_corner {
    bottom: -29px;
}
/*
    треугольник

*/

.filter_tabs {
    display: block;
    position: relative;
    z-index: 15;
    height: 87px;
}

.img {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    z-index: 0;
    height: 40px;
    padding-left: 45px;
}

span.costs {
    background: url(../../../Img/addFilters/coins24.png) no-repeat top left;
    padding-top: 8px;
}

span.tourType {
    background: url(../../../Img/addFilters/coconut8.png) no-repeat top left;
    width: 170px;
    padding-top: 8px;
}

span.starDateAndDuration {
    background: url(../../../Img/addFilters/weekly4.png) no-repeat top left;
    padding-top: 8px;
}

span.hotelParams {
    background: url(../../../Img/addFilters/hotel39.png) no-repeat top left;
    padding-top: 8px;
}

span.aviaParams {
    background: url(../../../Img/addFilters/airplane49.png) no-repeat top left;
    padding-top: 8px;
}

.filter {
    position: relative;
    padding: 0;
    border: none;
    color: #000;
    font-size: 13px;
}

.dopFilter a {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    border: none;
    outline: none;
    white-space: pre-wrap;
    position: relative;
    color: #8595AF;
    float: left;
    display: inline-block;
    text-decoration: none;
}


.dopFilter a:hover {
    background: none;
    border: none;
    border-color: transparent;
    color: #50C1E9 !important;
}


.selected-item {
    color: #50C1E9 !important;
}

.unselected-item {
    color: #464855 !important;
}

/*прибинденные области*/

.filter_tools .wrapper.pad_bot {
    padding-bottom: 5px;
    border: 1px solid #ACACAC;
}

.filter_tools .wrapper {
    padding: 20px 20px 0;
    background: #FFFFFF;
    border: 1px solid white;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    clear: both;
    overflow: hidden;
    height: inherit;
    z-index: 10;
}

#container {
    position: relative;
}

.box {
    position: absolute;
    top: 201px;
    width: 100%;
}

.top {
    top: 0;
}

.middle {
    top: 50%;
    margin-top: -115px; /*half of the .box height*/
}

.bottom {
    bottom: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}


.wrapper {
    position: relative;
    height: 100%;
    margin: auto;
}

.close_filter {
    position: absolute;
    top: 5px;
    height: 25px;
    right: 10px;
    padding: 3px 0 2px 25px;
    background: url("../../../Img/addFilters/delete30.png") 0 0 no-repeat;
    font-size: 12px;
}

.close_filter:hover {
    color: #50C1E9 !important;
}

.block {
    display: block;
}


.grey_background {
    background-color: lightgray;
    height: 20px;
}


/*слайдер*/
.slider.slider-horizontal .slider-track {
    width: 170px;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    font-weight: normal;
}

.checkboxForLabel {
    top: 2px;
    margin: 0;
    position: relative;
}

div .checkboxForLabel input[type="checkbox"] {
    margin: 0;
    position: relative;
    top: 2px;
}

.slider.slider-horizontal .slider-handle {
    margin-left: 0 !important;
}

.dopFilter a span {
    text-decoration: none;
}

.pansionsCellPrefix {
    padding-right: 10px;
}

.roomCategoryTableCell > label.pansion {
    padding-left: 2px;
    padding-right: 10px;
}

.paddingRight5px {
    padding-right: 5px;
}

.remove-status-button {
    background-color: transparent;
    position: relative;
    padding: 0;
    left: 90%;
}

.grey {
    color: #aaaaaa;
}

/* Контрол выбора страховок */

.insuranceTemplate {

    width: 388px;
    display: inline-block;
    padding: 0px 15px 0 15px;
}

.insurances {

    position: relative;
}

.insurances .insuranceHeader {
    font-size: 0.9em;
}

.insurances ul {
    list-style-type: none;
}

.insurances div.insurancesDropDown {
    border: 1px solid #cccccc;
    position: relative;
    padding: 0 9px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    font-weight: normal;
    color: #313131;
    cursor: pointer;
    width: 100%;
}

.insurances div.insurancesDropDown .insurancesSelectedCodes {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.insurances ul.insuranceTemplateGroups {
    padding: 0px 10px 0px 10px;
}


.insurances ul.insuranceSubcodeDetails {
    padding: 0px 10px 0px 10px;
}



.insurances .insurancesSelectorWrapper {
    position: absolute;
    z-index: 100;
    background: white;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -1px;
    border: 1px solid #cccccc;
    width: 100%;
}

.insurances .insurancesSelectorWrapper .insuranceTemplateGroups .insuranceCodeGroups .insuranceCodeGroupName {
    font-weight: bold;
    display: inline-block;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.insurances .insurancesSelectorWrapper .insuranceTemplateGroups li.insuranceTemplateGroup {
    /*border-top: 1px solid #000000;*/
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #cccccc;
}

.insurances .insurancesSelectorWrapper .insuranceTemplateGroups :first-child.insuranceTemplateGroup {
    border-top: none;
}

.insurances .insurancesSelectorWrapper .insuranceTemplateGroups :last-child.insuranceTemplateGroup {
    border-bottom: none;
}


.insurances ul.insuranceCodeGroups {
    padding: 0;
    margin: 15px 0 15px 0;
}

.insurances .insurancesSelectorWrapper .insuranceTemplateGroups .insuranceCodeGroups li.insuranceCodeGroup {
    margin-bottom: 10px;
}

.insurances .insurancesSelectorWrapper .insuranceTemplateGroups .insuranceCodeGroups ul.insuranceSubcodeDetails label.insuranceDetailDescription {
    margin-bottom: 0;
    display: inline;
}

.insurances .insurancesSelectorWrapper .insuranceTemplateGroups .insuranceCodeGroups ul.insuranceSubcodeDetails label.insuranceDetailDescription span {
    font-weight: normal;
}

.insurances .insurancesSelectorWrapper .insuranceTemplateGroups .insuranceCodeGroups ul.insuranceSubcodeDetails label.insuranceDetailDescription span.insuranceCostInfo {
    font-style: italic;
}

.insurances .insurancesSelectorWrapper .insuranceTemplateGroups .insuranceCodeGroups ul.insuranceSubcodeDetails .insuranceIsDeletedDetailCheckbox {
}

/* Контрол выбора страховок */

/* Контрол выбора визы */

.visaTemplate {
    width: 388px;
    display: inline-block;
    padding: 0px 15px 0 15px;
}

.visas {
    position: relative;
}

.visas .visasHeader {
    font-size: 0.9em;
}

.visas ul {
    list-style-type: none;
}

.visas div.visasDropDown {
    border: 1px solid #cccccc;
    position: relative;
    padding: 0 9px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    font-weight: normal;
    color: #313131;
    cursor: pointer;
    width: 100%;
}

.visas div.visasDropDown .visasSelectedCode {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}


.visas .visasSelectorWrapper {
    position: absolute;
    z-index: 100;
    background: white;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -1px;
    border: 1px solid #cccccc;
    width: 100%;
}

.visas .visasSelectorWrapper ul.visaTemplateGroups {
    padding: 0px 10px 0px 10px;
}

.visas .visasSelectorWrapper .visaTemplateGroups li.visaTemplateGroup {
    /*border-top: 1px solid #000000;*/
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #cccccc;
}

.visas .visasSelectorWrapper .visaTemplateGroups :first-child.visaTemplateGroup {
    border-top: none;
}

.visas .visasSelectorWrapper .visaTemplateGroups :last-child.visaTemplateGroup {
    border-bottom: none;
}

.visas .visasSelectorWrapper ul.visaTemplateGroups li.visaTemplateGroup ul.visaCodeSubcodeDetails {
    padding: 0px 10px 0px 10px;
    margin: 15px 0 15px 0;
}

.visas .visasSelectorWrapper ul.visaTemplateGroups li.visaTemplateGroup ul.visaCodeSubcodeDetails label.visaSubcodeDetailsDescription {
    margin-bottom: 0;
    display: inline;
}

.visas .visasSelectorWrapper ul.visaTemplateGroups li.visaTemplateGroup ul.visaCodeSubcodeDetails label.visaSubcodeDetailsDescription span {
    font-weight: normal;
}

.visas .visasSelectorWrapper ul.visaTemplateGroups li.visaTemplateGroup ul.visaCodeSubcodeDetails label.visaSubcodeDetailsDescription span.visaCostInfo {
    font-style: italic;
}

.visas .visasSelectorWrapper ul.visaTemplateGroups li.visaTemplateGroup ul.visaCodeSubcodeDetails .visaIsDeletedDetailCheckbox {
}

/* Контрол выбора визы */

.serviceDetails {
    width: 100%;
}

.serviceRemoved {
    background-color: lightgray;
}

.notRoutedService {
    border-style: dotted;
    -ms-border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mcol-btn {
    width: 75px;
}

.spec-min-width {
    min-width: 75px;
}

.search-filter-fontsize {
    font-size: 13px;
}

@media (min-width: 1200px) {
    .col-lg-8 {
        width: 66.666667%;
    }
}

/* Контрол логина туриста */
div#authTouristDialog .modal-content {
    border-radius: 0;
}
div#authTouristDialog .modal-content .modal-header {
    background-color: #484755;
    color: whitesmoke;
    min-height: 0;
    padding: 5px;
}
div#authTouristDialog .select2-container-multi .select2-search-choice-close {
    left: auto !important;
    top: 3px !important;
    right: 3px !important;
}
div#authTouristDialog .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 18px 3px 5px;
    margin: 4px 0 3px 5px;
}

/*div#authTouristDialog .modal-content .modal-body ul li span{
    float: left;
}*/
div#authTouristDialog .modal-content .modal-body .row{
    margin-top: 10px;
    margin-left: -45px;
}
div#authTouristDialog .modal-content .modal-body .row button{
    float: right;
}
div#authTouristDialog .modal-content .modal-body .row div{
    text-align: right;
}
div#authTouristDialog .modal-content .modal-body .row div span{
    line-height: 1.9;
}
/* Контрол логина туриста */

/* Контрол логина */

div#loginDialog input {
    width: 100%;
}

div#loginDialog input#isRedirectToOrderListAfterLogin {
    width: auto;
}

div#loginDialog .modal-content {
    border-radius: 0;
}

div#loginDialog .modal-content .modal-footer {
    margin-top: 0px;
}

div#loginDialog .modal-content .modal-footer button.sign-in {
    background-color: #00C2EB;
    color: whitesmoke;
    border: none;
}

div#loginDialog .modal-content .modal-footer div.registration-password-forget-group {
    text-align: left;
}

div#loginDialog .modal-content .modal-footer div.registration-password-forget-group p {
    margin: 0 0 0px;
}

div#loginDialog .modal-content .modal-footer div.registration-password-forget-group p a {
    color: #00C2EB;
    text-decoration: underline;
}

div#loginDialog .modal-content .modal-header {
    background-color: #484755;
    color: whitesmoke;
    min-height: 0;
}

div#loginDialog .modal-content .modal-header button[type="button"].close {
    opacity: 1;
    color: whitesmoke;
    text-shadow: none;
}

div#loginDialog .modal-content .modal-body div.alert {
    margin-bottom: 0;
}

/* End Контрол логина */

/* Панель логина */
div.login-panel {
    text-align: center;
    border-radius: 4px;
    background-color: #00C2EB;
    margin-top: 1px;
    display: inline-block;
    width: 300px;
}

div.login-panel a {
    color: white;
    text-decoration: underline;
}

div.login-panel a span {
    white-space: nowrap;
}


div.login-panel a span.glyphicon {
    top: 0;
    margin-right: 5px;
    display: inline;
}

div.login-panel div.login-user-partner {
    overflow: hidden;
    text-overflow: ellipsis;
}

div.login-panel a.user-login {
}

div.login-panel div.login-user-logout {
    border-left: 1px;
    border-left-style: solid;
    border-left-color: inherit;
}


/*класс для оформления возможных дат тура*/
.activeClass {
    background: chartreuse;
}

.datepicker table tr td.activeClass:hover, .datepicker table tr td.day.focused {
    background: palegreen;
}

.datepicker table tr td.active.active {
    background: #00C2EB;
}

.datepicker table tr td.active.active:hover {
    background: #4EC2E7;
}

/*.datepicker-dropdown {
    top: 90px !important;
}*/

/* End Контрол логина */

/*Контролы кол-во туристов, возраста детей*/

.childAgesLabel {
    border-bottom: 1px dashed #4EC2E7;
    color: #4EC2E7;
    cursor: pointer;
}

.childAges {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.childAges .context {
    padding-left: 0;
    padding-right: 7px;
}

.childAges .context .btn {
    background-color: #00C2EB;
    color: whitesmoke;
    width: 100%;
    height: 29px;
    border-radius: 1px;
    margin-left: 0;
    margin-right: 0;
}

.childAges .context .btn, .childAges .context .btn:active, .childAges .context .btn:focus {
    outline: none;
    border: none;
}

.childAges .context .btnLeft {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.childAges .context .btnRight {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.childAges .context input {
    width: 100%;
    height: 29px;
    line-height: 29px;
    border: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.childAges .context .description {
    color: whitesmoke;
    font-size: 12px;
}

.childAges .context .popup {
    position: absolute;
    top: 38px;
    padding: 4px;
    width: 156px;
    z-index: 16;
    background-color: #2B2B35;
    border-radius: 5px;
}

.childAges .context .popup .childAges-list {
    width: 92px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.childAges .context .popup .childAges-listItem {
    margin-bottom: 3px;
    list-style-type: none;
}

.childAges .context .popupTriangle {
    position: absolute;
    top: 26px;
    left: 15px;
    z-index: 16;
    /*#2B2B35*/
}

.btn-close {
    float: right;
    background-color: transparent;
    border-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
}
/*End Контролы кол-во туристов, возраста детей*/

.main-date-picker {
    height: 39px !important;
    border-radius: 4px;
    padding: 4px 4px 5px 4px !important;
}

.main-filters .chosen-container-single .chosen-single {
    height: 29px;
    line-height: 29px;
}

.main-filters .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 3px;
}

.main-filters .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 18px 3px 5px;
    margin: 4px 0 3px 5px;
}

.paddingLeft0 {
    padding-left: 0;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

/*Popup условий бронирования туров*/
.bookingConditionsControlExpanded {
    max-width: 950px;
    padding: 7px;
    line-height: 17px;
    /*border: 1px solid #aaa;*/
    font-size: 13px;
    position: absolute;
    z-index: 16;
    background-color: #FFFFFF;
    border: 1px solid #ACACAC;
    float: left;
    border-radius: 5px;
    left: 160px;
}

.paddingLeft-110 {
    left: -500px;
}

#bookingConditions {
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    padding: 5px; /* Поля вокруг текста */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

.bookingConditionsHeader {
    padding-top: 20px;
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.borderedPanel {
    background-color: #f7f7f7;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    padding: 10px;
    width: auto;
    word-wrap: break-word;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    line-height: normal;
}

.borderedPanel h3 {
    font-size: 1.17em;
    font-weight: bold;
}

.divLeftPadding0 {
    padding-left: 0px !important;
}

.divRightPadding0 {
    padding-right: 0px !important;
}

.borderedPanelQuota {
    border: 1px solid #39b3d7;
    border-radius: 4px;
    margin-bottom: 1px;
    height: 22px;
    float: left;
    margin-right: 5px;
}

.borderNonePanelQuota {
    border: none;
}

.lineHeight22 {
    line-height: 22px !important;
}

.div_space10 {
    margin-right: 17px;
    margin-left: 17px;
}
/*End Popup условий бронирования туров*/

.cursor {
    cursor: pointer;
}

.registration-remove {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.text-decoration {
    text-decoration: underline !important;
}

.paddingRightLeft5px {
    padding-right: 5px;
    padding-left: 5px;
}
li.search-field {
    height: 30px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {

}

.demo-search-filters {

}
.demo-search-filters .demo-search-filters-row {
    margin-top: 10px;
}

.demo-search-filters .demo-search-filters-row-button {
    margin-top: 15px;
}

.demo-search-filters .chosen-choices {
    border-radius: 10px;
}

.demo-search-filters .select2-choices {
    border-radius: 10px;
}

.demo-search-filters .line-height2 {
    line-height: 2.2;
}
.demo-search-filters .main-date-picker {
    border-radius: 10px;
    /*background-color: #f5f3f3;*/
}

.demo-search-filters .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f3f3;
}

.demo-search-filters .select2-container-multi .select2-choices .select2-search-choice {
    padding: 4px 18px 4px 5px;
}

.demo-search-filters .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 3px;
}

.demo-search-filters .display-inline-block {
    display: inline-block;
}

.demo-search-filters .display-inline-block-width {
    display: inline-block;
    width: 78%;
}

.demo-search-filters .display-inline-block-width-left {
    display: inline-block;
    width: 79%;
}

.demo-search-filters .chosen-container-single .chosen-single {
    height: 30px;
    border-radius: 10px;
}

.demo-search-filters .chosen-container-single .chosen-single div b {
    background: url(../../../Img/chosen/chosen-sprite.png) no-repeat 0px 4px;
}

.demo-search-filters .chosen-container-single .chosen-single {
    padding: 3px 0 0 8px;
}

.demo-search-filters .btn-search {
    float: left;
    border-radius: 10px;
    width: 100%;
    padding: 8px;
}

.demo-search-filters .childAges .context input {
    height: 32px;
}

.demo-search-filters .childAges .context .btn {
    height: 32px;
}

.demo-search-filters .childAges .context .btnLeft {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.demo-search-filters .childAges .context .btnRight {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.demo-search-filters .childAges .context .popup {
    width: 110px;
}

.demo-search-filters .align-center {
    text-align: center;
}

.demo-search-filters .childAges .context {
    padding-right: 0;
}

.demo-search-filters .chosen-drop-up .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 31px;
}

.demo-search-filters .chosen-drop-up .chosen-container .chosen-results {
    max-height: 180px;
}
.demo-search-filters .childAges .context .popup {
    bottom: 38px;
    top: auto;
}

.demo-search-filters .childAges .context .popupTriangle {
    bottom: 23px;
    top: auto;
}

.demo-search-filters .triangle {
    background: url(../../../Icons/triangle-down.png);
}

/* При автоматическом открытии доп. фильтра – сдвигать результаты поиска.*/
.fui-static-box, .fui-static-box .box {
    position: static;
}
.fui-static-box .middle {
    margin-top: 0;
}

.panel-country-info {
    border-color: #484755;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 12px;
}
.panel-heading-country-info {
    color: whitesmoke !important;
    background-color: #484755 !important;
    border-color: #484755 !important;
}
.panel-body-country-info {
    padding: 1px 5px;
    background-color: #D8D9DD;
}
.country-info-img {
    width: 22px;
    margin-right: 0;
    height: 22px;
    padding-bottom: 2px;
}

.chosen-container-single .chosen-single span {
    text-align: center;
    font-size: 1.10em;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.demo-search-filter .div-search-choice {
    max-width: 190px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.demo-search-filter .select2-search-choice {
    max-width: 190px !important;
}

.color-red {
    color: red;
}

.padding10 {
    padding: 20px;
}

.hotelType-list-item {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    line-height: 2;
}

.hotelType-image {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}

.hotelType-image-mini {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
}

.hotelType-image-search-result {
    margin-right: 5px;
    margin-bottom: 3px;
    width: 16px;
    height: 16px;
}

.loadBlockImageFilters {
    position: absolute;
    left: 50%;
    top: 50%;
}