
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
    box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
    color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 76, 186, 0.07);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}
.selectize-control {
    position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #666666;
    font-family: inherit;
    -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}
.selectize-input {
    color: #666666;
    transition: border-color, 450ms, ease;
    padding: 9px 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}
.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}
.selectize-input.full {
    background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}
.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*
    При смене поля по кнопке tab возникают проблемы с ui-select input (не пропадает фокус).
    Данная ситуация характерна только для search-enabled="false".
    Если эту проблему пофиксят в следующих версиях ui-select, то
    данный селектор можно раскомментировать
*/
/*
.selectize-input > input.ui-select-search-hidden {
    display: none !important;
}
*/
.selectize-input > input::-ms-clear {
    display: none;
}
.selectize-input > input:focus {
    outline: none !important;
}
.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}
.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
    background-color: #fff;
}
.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 10px 25px 10px 10px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default;
}
.selectize-dropdown .active {
    background-color: #f5fafd;
}
.selectize-dropdown .active.create {
    color: #495c68;
}
.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}
.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    //margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #b0b0b0 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}
.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
    margin-top: 15px;
    background-color: #fff;
}

.ui-select-choices-row:hover {
    background-color: rgba(0, 76, 186, 0.07) !important;
}
.ui-select-choices-row.disabled {
    opacity: 0.2;
    cursor: not-allowed !important;
}

.ui-select-container.open .selectize-input::after{
    transform: rotate(180deg);
}

.ui-select-placeholder.text-muted {
    /*color: #b0b0b0;*/
}

.ui-select-container .textInp_error {
    border-color: #D8ADA5;
    background: #FCF9E6;
}

.ui-select-header .selectize-input {
    background: transparent;
    border: none;
    margin-top: -10px;
    padding: 10px 10px;
}
.ui-select-header .selectize-input .ui-select-match{
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.ui-select-header .selectize-input:after{
    border-color: #fff transparent transparent transparent !important;
}

.ui-select-header .ui-select-placeholder.text-muted {
    color: #fff;
}

.ui-select-header-currency {
    width: 85px;
}

.ui-select-header-language {
    width: 100px;
}

.ui-select-header-private-nav {
    width: 200px;
}

.ui-select-currency-img {
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ui-select-header-currency .ui-select-choices-row-inner {
    position: relative;
}

.ui-select-header.ui-select-header-mobile .ui-select-match{
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
}

.ui-select-header.ui-select-header-mobile {
    width: 120px;
}

.ui-select-header.ui-select-header-mobile .selectize-input {
    margin-left: -5px;
}

.ui-select-search-form-counts {
    height: 37px;
}

.ui-select-search-form-counts .selectize-input{
    height: 37px;
    border: none;
    padding: 12px 0 0 12px;
    font-weight: 600;
}

.ui-select-search-form-counts .selectize-input.focus {
    border: none !important;
}

.ui-select-passengers-header .ui-select-placeholder.text-muted{
    color: #1B75BC;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.ui-select-passengers-header .selectize-input {
    border: none;
    background: transparent;
    width: auto;
    padding: 2px 8px;
    color: #1B75BC;
    font-weight: 400;
    font-size: 15px;
}

.ui-select-passengers-header .ui-select-choices-content.selectize-dropdown-content {
    max-height: 300px;
}

.ui-select-passengers-header .ui-select-choices.ui-select-dropdown {
    width: 280px !important;
}

.ui-select-passengers-header .ui-select-match {
    padding-right: 25px;
}


.ui-select-passengers-header .selectize-input:after {
    border-color: #808080 transparent transparent transparent !important;
}

.itemName {
    display: table;
}

.itemName__number {
    display: table-cell;
    vertical-align: middle;
}

.itemName__ui-select {
    display: table-cell;
    vertical-align: middle;
    padding-top: 6px;
}

.ui-select-private-passengers {
    height: 36px;
}

.ui-select-private-passengers .selectize-input {
    height: 36px;
}

.ui-select-private-passengers .selectize-input > input {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.ui-select-passengers {
    height: 40px;
}

.ui-select-passengers .selectize-input{
    height: 40px;
    font-family: Arial, sans-serif;
    padding: 11px 10px;
}

.ui-select-passengers .selectize-input {
    font-family: Arial, sans-serif;
}

.selectize-input.focus {
    border: 1px solid #007FBB !important;
}

.ui-select-passengers-header .selectize-input.focus {
    border: none !important;
}

.ui-select-header .selectize-input.focus {
    border: none !important;
}

.ui-select-container .selectize-input.selectize-focus {
    border-color: #e3e3e3 !important;
}

.ui-select-passengers-data {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 65%;
    display: inline-block;
    box-sizing: border-box;
}
.ui-select-passengers-birth {
    width: 35%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    color: #999999;
}

.selectize-dropdown {
    font-weight: 400;
}

.ui-select-container {
    font-size: 14px;
}

.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px !important;
}

.ui-select-aeroexpress {
    height: 39px;
}
.ui-select-aeroexpress .selectize-input {
    height: 39px;
    min-width: 132px;
}

.ui-select-aeroexpress.selectize-control.single .selectize-input:after{
    content: '\e90d';
    display: block;
    font-size: 16px;
    position: absolute;
    top: 24%;
    color: #CCCCCC;
    right: 29px;
    width: 0;
    height: 0;
    font-family: "OpenSkyIcons", sans-serif;
    border: none;
}

.ui-select-container.ui-select-aeroexpress.open .selectize-input:after {
    transform: translate(0, -50%);
}

.focus-counts {
    border: 1px solid #007FBB !important;
}

.ui-select-custom .ui-select-match {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 93%;
    white-space: nowrap;
}

.selectize-control.single .selectize-input:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ui-select-container.open .selectize-input::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
    width: 0 !important;
}
