.form-error-list {
    height: 26px;
}
.passenger-select-btn{
    display: flex;
}
.section_front {
    display: block;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.section_bottom {
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
    background: #0000005e;
    border-radius: 5px;
    padding: 30px;
}

.tab_box_header {
    font-size: 0;
}

.tab_box_item {
    height: 40px;
    padding: 0 3px;
    flex: 1;
    max-width: 230px;
    width: 15.5%;
    display: flex !important;
    float: right;
    text-align: center;
    margin-left: 1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.tab_box_group .tab_box_item.show {
    display: inline-block;
}

.tab_box_item img {
    display: block;
    margin: 7px auto 0;
    height: 22px;
    display: none;
}

.tab_box_item:first-child {
    border-top-right-radius: 4px;
}
.tab_box_header .tab_box_item i{
    color: #484848 !important;
    /*border: 1px solid #686868;*/
    border-radius: 50%;
    padding: 5px;
}
.tab_box_item.active i {
    background: #e80872 !important;
    color: #fff !important;
}
.tab_box_item.active {
    background: #8bc34a !important;
}

.tab_box_item label {
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.tab_box_item.active label {
    color: #fff;
}

.tab_box_main {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
    min-height: 110px;
}

.tab_box_for {
    width: 100%;
    display: none;
    min-height: 100%;
}

.tab_box_for.active {
    display: inline-block;
    padding: 0;
    border-radius: 0;
}

.input-group {
    display: block !important;
    background: #fff;
    padding: 0 10px 0;
}

.flight_path {
    padding: 5px 0 5px;
    height: 40px;
}
.flight_search_item > div{
    padding: 5px 10px 5px 10px;
    border: 1px solid;
    border-color: #d2d2d2;
    font-size: 14px;
    border-radius: 4px;
    height: 60px;
    line-height: 15px;
}
.flight_search_item {
    vertical-align: top;
    float: right;
    height: 60px;
    position: relative;
    padding-left: 5px;

}

#flight_search_item label,
.flight_search_item label {
    color: #e80872;
}

.seachPanel_parent .chosen-container-single .chosen-single {
    background: 0 0 !important;
    padding: 0;
}

.chosen-container-single .chosen-single {
    border: 1px solid #fff !important;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px #fff !important;
}

.flight_search_item input {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container-single .chosen-single span {
    margin-right: 0 !important;
    font-size: 13px;
}

.item_action .chosen-single span:after {
    left: 5px;
    top: -1px;
}

.respons_flight_im .item_origin .item_action:after {
    height: 22px;
    left: 5px;
    top: 0px;
}

.respons_flight_im .item_destination .item_action:after {
    height: 26px;
    left: 0;
    top: -1px;
}

.flight_search_group .item_bus .item_action:after {
    left: 0;
    top: -6px;
}

.chosen-container-single .chosen-single div {
    width: 9px !important;
}

.chosen-container-single .chosen-single div b {
    display: none;
    width: 100%;
    height: 100%;
}

.flight_search_item .form-error-list span {
    line-height: 40px;
}

.form-error-list span {
    color: red;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    font-stretch: normal;
    font-size: 11px;
    line-height: 20px;
    font-family: isw;
}

.respons_hotel .flight_search_item.item_date {
    width: 29%;
}

.flight_search_item.item_date {
    width: 12%;
}

.flight_search_item.item_date > div {
    position: relative;
    display: inline-block;
    width: 100% !important;
    float: right;
}

.outbound_date_item {
    padding-left: 0;
}

.passengers_num {
    margin-top: 24px;
}

.flight_search_submit button {
    width:100%;
    color: #fff;
    font-size: 16px;
    border: none;
    background: #e80872;
    border-radius: 4px;
    position: relative;
}

.search-submit:after {
    position: absolute;
    content: '\e804';
    font-family: icomoon, sans-serif;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    padding-right: 5px;
}

.datepicker-input-container {
    position: relative;
}

.input-group .item_action .form-control {
    width: 100% !important;
    float: none !important;
    font-size: 16px;
    padding: 0 !important;
    color: #666;
    background: #fff;
    height: 30px;
    z-index: 0;
    text-align: right;
    margin-top: 5px;
}

.flight_path_group label {
    font-size: 14px;
    font-weight: 400;
}

.radio_modular .radio_item label {
    color: #666;
    font-size: 13px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
.radio input[type=radio], .radio-inline input[type=radio] {
    margin-right: -20px;
    margin-left: auto;
}

input[type=checkbox] + .custom-checkbox, input[type=radio] + .custom-radio {
    display: inline-block;
    position: relative;
    border: 2px solid #a9a9a9;
    width: 18px;
    height: 18px;
    margin-left: 0px;
    vertical-align: top;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

input[type=radio] + .custom-radio, input[type=checkbox] + .custom-checkbox,
input[type=checkbox]:checked + .custom-checkbox, input[type=radio]:checked + .custom-radio {
    width: 18px;
    height: 18px;
}

input[type=checkbox] + .custom-checkbox:after, input[type=radio] + .custom-radio:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: #e063b2;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}

input[type=checkbox]:checked + .custom-checkbox:after,
input[type=radio]:checked + .custom-radio:after {
    visibility: visible;
    opacity: 1;
}

.hide {
    display: none;
}

.seachPanel_parent .item_action.label_click_parents {
    padding: 0px 0 0;
}

.section_grid {
    position: relative;
}

.flight_search_group .item_action .passengers_num span {
    font-size: 12px !important;
}

.origin_flight {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*---------------------------INFO-AGENCY HORIZENTAL---------------------------------*/
.list-item-ticket {
    position: absolute;
    width: 87%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
    font-size: 0;
    overflow: hidden;
    padding-bottom: 0;
    top: 390px;
    text-align: center;
}

.list-item-ticket .col-md-3 {
    width: 25%;
    padding: 0 0 0 10px;
}

.list-item-ticket .col-md-3:last-child {
    padding-left: 0;
}

.item-ticet {
    margin-top: 10px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}

.item-title {
    padding: 10px 16px;
    border-radius: 2px 2px 0 0;
    background: rgb(255, 255, 255);
    color: #d2258f;
    text-align: right;
}

.list-ticket {
    font-size: 10px;
    padding: 0 10px 8px 0;
    height: 165px;
    background: #ffffffc9;
}

.border-ticket {
    height: 0;
}

.list-ticket ul {
    padding: 0;
}

.list-ticket ul li {
    border-bottom: 1px solid rgba(242, 243, 242, 0.75);
    padding: 4px 0;
    display: block;
    font-size: 12px;
    line-height: 28px;
}

.list-ticket ul li p {
    margin: 0;
}

.list-ticket ul li label {
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    width: 60% !important;
    text-align: right;
    color: #d2258f;
}

.list-ticket ul li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
}

.list-ticket ul li a {
    display: block;
}

.list-ticket ul li a:focus {
    outline: 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d2258f !important;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 10px !important;
}

.mCSB_scrollTools {
    width: 8px;
}
.seachPanel_parent .nice-select .list {
    width: max-content;
    min-width:100%;
    left: auto;
}
.seachPanel_parent .nice-select:after {
    width:8px;
    height: 8px;
}

.seachPanel_parent .nice-select {
    border: 1px solid #fff !important;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    padding: 0;
    box-shadow: none;
    float: none;
}

.nice-select .list, .nice-select .list li {
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    padding: 0 3px;
}

.angucomplete-dropdown {
    border-color: #ffffff;
    box-shadow: 0 3px 9px #999;
}

.angucomplete-selected-row {
    background-color: #63616269;
}

.form-control:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .navbar-nav .menuList li > a {
    font-size: 13px;
    line-height: 24px;
    padding: 0 12px 0 10px;
}

.tours-type {
    position: absolute;
    top: 0;
}

.reverse {
    position: absolute;
    right: 96%;
    top: 32%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 20px;
    height: 22px;
    background: url(../images/reverse-icon.png) no-repeat;
    cursor: pointer;
    z-index: 1;
}

.respons_flight_im .reverse ,
.respons_train .reverse{
    right: 91%;
}

.flight_hotel .reverse {
    right: 95%;
}

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

.passengers_select_group {
    background: #fff;
    display: none;
    padding: 5px;
}

.item_action {
    position: relative;
}

.chosen-container {
    width: 100% !important;
}

.showInafra {
    display: none;
}
.respons_flight_ir > div,
.respons_flight_im > div,
.respons_hotel > div ,
.respons_bus_ir > div,
.respons_train > div,
.flight_hotel > div,
.item_tour > div,
.respons_tour > div,
.respons_service > div{
    flex: 1;
    padding-left: 5px;
}