.ls-chooser {
    border: 1px solid #ededed;
    font-size: 11px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
}

.ls-chooser-overlay {
    background: url(/i/ls-chooser-overlay-bg.png);
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 30px;
    width: 180px;
    z-index: 50;
}

.ls-chooser-header {
    background: #F13D41 url('/i/icon-round-arrow.png') 8px 50% no-repeat;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    height: 29px;
    line-height: 29px;
    border-radius: 2px;
    padding-left: 27px;
    margin-bottom: 3px;
}

.ls-chooser-item {
    background: #fff;
    min-height: 26px;
}

.ls-chooser-select-block, .ls-chooser-multicheck-block {
    clear: both;
}

.ls-chooser-item-group {
    background: #fff;
}

.ls-chooser-item + .ls-chooser-item {
    margin-top: 3px;
}

.ls-chooser-group-ttl {
    display: block;
    line-height: 29px;
    height: 29px;
    font-size: 11px;
    color: #444;
    font-weight: bold;
    padding-left: 3px;
    margin: 0 5px;
    border-bottom: 1px solid #f4f1ee;
    font-family: 'apercu_pro';
    text-transform: uppercase;
}

.ls-chooser-dropdown {
    background: #fff;
}

.ls-chooser-dropdown-button {
    background: url(/i/icon-orange-right.png) 9px 10px no-repeat;
    color: #e49126;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0px 0px 0px 15px;
    text-decoration: none;
}

.ls-chooser-item-line {
    margin: 0;
}

.ls-chooser-item-line-sep {
    background: #f4f1ee;
    margin: 0 5px;
    height: 1px;
}

.ls-chooser-dropdown-block {
    padding: 0 0 0 5px;
}
.ls-chooser_2015 .ls-chooser-dropdown-block .ls-chooser-group-ttl {
    color: #999999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    height: auto;
    line-height: inherit;
}
.ls-chooser-dropdown-block-scrl{
    height: 100px;
    overflow: scroll;
}

.ls-chooser-input-label-wrap {
    border-top: 1px solid #f4f1ee;
    padding: 0 0 7px 0;
    position: relative;
}

.ls-chooser-input-label-wrap .ls-chooser-input-label-wrap {
    padding: 0;
}

.ls-chooser-input-label-wrap_nobd {
    border: 0;
}

.ls-chooser-input-label-wrap_fst {
    border-top: none;
}

.ls-chooser-radio {
    margin: 0;
    padding: 0;
}

.ls-chooser-radio_redbg {
    float: left;
    margin: 4px 5px 0 4px;
}

.ls-chooser-input-label {
    color: #000000;
    display: block;
    padding: 0px 0px 5px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ls-chooser-input-label_redbg {
    display: block;
    font-size: 11px;
    line-height: 21px;
    padding: 0 0 0 15px;
    margin: 0 0px 1px;
    cursor: pointer;
}

.ls-chooser-multicheck-block-scr .ls-chooser-input-label_redbg {
    float: left;
    width: 130px;
    line-height: 18px;
    margin: 2px 0px 1px;
    padding: 0;
}

.ls-chooser-multicheck-block-scr .ls-chooser-checkbox-group .ls-chooser-subcheck-wrap .ls-chooser-input-label_redbg {
    width: 121px;
}

.ls-chooser-select-item {
    overflow: hidden;
}

.ls-chooser-checkbox-group {
    position: relative;
    clear: left;
}

.ls-chooser-subcheck-line {
    position: relative;
}

.ls-chooser-radio_redbg:checked + .ls-chooser-input-label_redbg {
    background: #e5f6ed;
    color: #c83831;
}

.ls-chooser-pink {
    background: #fbefef;
}


.ls-chooser-group-block {
    background: #fff;
    padding: 0 5px;
}

.ls-chooser-group {
    line-height: 18px;
    padding: 5px 0px 7px 3px;
}

.ls-chooser-group-item-a {
    text-decoration: none;
    color: #3488b2;
}

.ls-chooser-group-item-a_act {
    color: #c83831;
}

.ls-chooser-group-item-g11 {
    font-size: 11px;
    color: #bbb;
}

.ls-chooser-scrolltop-down {
    margin-top: 30px;
}

/*stars*/
.chooser-stars-wrapper {
    background: #FFFFFF;
    height: 28px;
    overflow: hidden;
    padding: 6px 8px 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chooser-stars-radio {
    display: none;
}

.chooser-stars-radio-label {
    display: block;
    float: left;
    width: 10px;
    height: 12px;
    margin-right: 1px;
    text-indent: -999999px;
    cursor: pointer;
}

.chooser-stars-group_1 {
    background: url('/i/chooser-stars-1.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
    margin-top: 1px;
}

.chooser-stars-group_2 {
    background: url('/i/chooser-stars-2.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
    margin-top: 1px;
}

.chooser-stars-group_3 {
    background: url('/i/chooser-stars-3.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
    margin-top: 1px;
}

.chooser-stars-group_4 {
    background: url('/i/chooser-stars-4.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
    margin-top: 1px;
}

.chooser-stars-group_5 {
    background: url('/i/chooser-stars-5.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
    margin-top: 1px;
}

.chooser-stars-group_1-green {
    background: url('/i/chooser-stars-1-green.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
}

.chooser-stars-group_2-green {
    background: url('/i/chooser-stars-2-green.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
}

.chooser-stars-group_3-green {
    background: url('/i/chooser-stars-3-green.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
}

.chooser-stars-group_4-green {
    background: url('/i/chooser-stars-4-green.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
}

.chooser-stars-group_5-green {
    background: url('/i/chooser-stars-5-green.png') 0 50% no-repeat;
    float: right;
    overflow: hidden;
}

.ls-chooser-input-label-qual {
    width: 19px;
    height: 21px;
    vertical-align: bottom;
    display: inline-block;
    background: url(/i/icon-quality.png) 100% 50% no-repeat;
}

.ls-chooser-input-label-bonus {
    width: 15px;
    height: 13px;
    display: inline-block;
    background: url(/i/icon-bonus.png) left 0 no-repeat;
    position: relative;
    top: 2px;
    left: 3px;
}

.ls-chooser-input-label-connect {
    width: 14px;
    height: 13px;
    display: inline-block;
    background: url(/i/ls-chooser-input-label-connect.png) left 0 no-repeat;
    position: relative;
    top: 2px;
    left: 3px;
}

.ls-chooser-input-label-ask {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/i/uni-form-dropdown-question.png) left 0 no-repeat;
    position: relative;
    top: 2px;
    left: 5px;
}

.ls-chooser-dropdown-ttl {
    font-size: 14px;
    padding: 6px 13px;
}

.ls-chooser-dropdown-block-inn {
    padding: 0 5px;
    overflow: hidden;
}

.ls-chooser-dropdown-block-inn .ls-chooser-group-item {
    margin-bottom: 6px;
    line-height: 16px;
}

.ls-chooser-dropdown-block-inn .ls-chooser-group-item-a {
    color: #000;
}

.ls-chooser-dropdown-block-inn .ls-chooser-group-item-a_act {
    color: #c83831;
}

.ls-chooser-group-nav {
    overflow: hidden;
}

.ls-chooser-group-nav-red {
    float: left;
    color: #c83831;
}

.ls-chooser-group-nav-lang {
    float: right;
}

.ls-chooser-group-nav-li {
    float: left;
    margin-left: 8px;
}

.ls-chooser-group-nav-li-a {
    text-decoration: none;
}

.ls-chooser-group-nav-li-act .ls-chooser-group-nav-li-a {
    color: #c83831;
    cursor: default;
}

.ls-chooser-input-label-top {
    border-bottom: 1px solid #f4f1ee;
    border-top: 1px solid #f4f1ee;
    padding: 5px 0 4px;
}

.ls-chooser-letters {
    overflow: hidden;
    border-bottom: 1px solid #f4f1ee;
    padding: 7px 0 0 0;
    display: none;
}

.ls-chooser-letters-act {
    display: block;
}

.ls-chooser-letters-a {
    text-decoration: none;
    padding: 0 0px 6px 6px;
    display: block;
    float: left;
    width: 12px;
    text-align: center;
}

.ls-chooser-letters-a:hover {
    color: #c83831;
}

.ls-chooser-dropdown-cont {
    margin: 0 8px;
    padding: 0;
}

.ls-chooser-letters-in {
    margin-left: -6px;
}

.ls-chooser-search {
    padding: 10px 0;
}

.ls-chooser-search-txt {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.ls-chooser-search-inp {
    width: 96%;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    margin: 0;
    padding: 4px 0 4px 5px;
}

.ls-chooser-search .placeholder, .ls-chooser-list .placeholder {
    color: #999;
}

.ls-chooser-ttls {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 8px;
    color: #333;
    border-bottom: 1px solid #f4f1ee;
}

.ls-chooser-list {
    height: 30px;
    padding: 0 25px 0 8px;
    position: relative;
}

.ls-chooser-inp {
    background: none;
    border: none;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 100%;
}

.ls-chooser-inp::-webkit-input-placeholder {
    color: #000;
}

.ls-chooser-inp:-moz-placeholder {
    color: #000;
}

.ls-chooser-inp::-moz-placeholder {
    color: #000;
}

.ls-chooser-inp:-ms-input-placeholder {
    color: #000;
}

.ls-chooser-list-btn {
    background: url(/i/icon-list-b2aaa0.png) no-repeat 50% 50% #fff;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.ls-chooser-list-btn:hover {
    background-color: #f4f1ee;
}

.ls-chooser-list-btn-act {
    background-color: #f4f1ee !important;
}

.ls-chooser-inp-bold {
    font-weight: bold;
}

.ls-chooser-tabs {
    background: #f4f1ee;
    height: 26px;
    padding: 4px 0 0 8px;
}

.ls-chooser-tabs-a {
    padding: 5px 8px 0 8px;
    display: block;
    float: left;
    height: 21px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.ls-chooser-tabs-a-act {
    background: #fff;
    color: #c83831;
}

.ls-chooser-scroll {
    height: 124px;
    overflow: auto;
    padding: 5px 0 0 8px;
    display: none;
}

.ls-chooser-scroll-act {
    display: block;
}

.ls-chooser-scroll-in {
    font-size: 12px;
    padding: 4px 0;
}

.ls-chooser-scroll-label {
    position: relative;
    top: 1px;
    left: 2px;
    cursor: pointer;
}

.ls-chooser-scroll-btns {
    background: #f4f1ee;
    overflow: hidden;
    padding: 8px;
}

.ls-chooser-scroll-btn {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #c83831;
    padding: 7px 10px 5px;
    border-radius: 2px;
    display: block;
    float: left;
}

.ls-chooser-scroll-reset {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    background: url(/i/icon-uni-form-reset.png) no-repeat 0 1px;
    padding: 1px 0 0 18px;
    position: relative;
    top: 6px;
}

.ls-chooser-orange {
    display: block;
    border-bottom: 1px solid #f4f1ee;
    background: url(/i/arrow-f8a53a.png) no-repeat 10px 50%;
    color: #f8a53a;
    font-size: 12px;
    text-decoration: none;
    padding: 7px 10px 6px 22px;
}

.ls-chooser-ttls-a {
    text-decoration: none;
    color: #000;
}

.ls-chooser-hidden-bl {
    display: none;
}

.ls-chooser-item_rel {
    position: relative;
}

.ls-chooser-item_rel .uni-form-dd-cnt {
    top: 63px !important;
}

.ls-chooser-inp-thin {
    font-size: 11px;
    color: #333;
}

.ls-chooser-inp-thin::-webkit-input-placeholder {
    color: #333;
}

.ls-chooser-inp-thin:-moz-placeholder {
    color: #333;
}

.ls-chooser-inp-thin::-moz-placeholder {
    color: #333;
}

.ls-chooser-inp-thin:-ms-input-placeholder {
    color: #333;
}

.ls-chooser-list-btn_arr {
    background: url(/i/sel-drop-big.png) no-repeat 13px 14px;
}

.ls-chooser-dropdown-block-act {
    padding-left: 5px;
}

/*custom-select*/
.selectBox-dropdown {
    color: #000000;
    cursor: default;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 19px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    vertical-align: top;
}

/*uni-form*/
.uni-form-dd-cnt-sep {
    border-top: 1px solid #CFC4B3;
    width: 177px;
    top: -1px;
    left: 0;
    position: absolute;
}

.uni-form-input {
    background: #FFFFFF;
    border: none;
    padding: 1px 7px 1px 7px;
    height: 26px;
    position: relative;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uni-form-inp-simple {
    background: #FFFFFF;
    border: none;
    color: #010101;
    font-family: Arial, sans-serif;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.uni-form-dd-list, .uni-form-dd-list-a {
    background: #FFFFFF;
    border: none;
    padding: 1px 25px 1px 7px;
    height: 26px;
    position: relative;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uni-form-dd-list_alt {
    padding: 2px 25px 0px 7px;
}

.uni-form-dd-inp2, .ls-chooser-dd-input {
    background: #FFFFFF;
    border: none;
    color: #010101;
    font-family: Arial, sans-serif;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.uni-form-dd-cnt, .uni-form-calend-tab_active, .uni-form-dd_active1 .uni-form-dd-list, .uni-form-dd_active2 .uni-form-dd-list {
    box-shadow: none;
}

.uni-form-dd-cnt3 {
    width: 250px;
}

.uni-form-dd_active2 .uni-form-dd-cnt3 {
    display: block;
}

.uni-form-dd-cnt {
    background: #FFFFFF;
    display: none;
    left: 0px;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 27px;
    z-index: 10000;
}

.uni-form-dd-list-btn, .uni-form-dd-list-btn2, .uni-form-dd-list-btn3 {
    background: url(/i/icon-chooser-list.png) 50% 9px no-repeat #FFFFFF;
    border-left: 1px solid #FFFFFF;
    display: block;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 21px;
    z-index: 0;
}

.uni-form-dd_active1 .uni-form-dd-list, .uni-form-dd_active2 .uni-form-dd-list {
    background: #FFFFFF;
    border: none;
}

.uni-form-dd_active2 .uni-form-dd-list-btn,
.uni-form-dd_active2 .uni-form-dd-list-btn3,
.uni-form-dd-list-btn:hover,
.uni-form-dd-list-btn2:hover,
.uni-form-dd-list-btn3:hover,
.uni-form-dd-list-btn2_act,
.ls-chooser-multicheck-trigger:hover .uni-form-dd-list-btn2 {
    background: url(/i/icon-chooser-list2.png) 50% 9px no-repeat #f1ede8;
    border-left: none;
}

.uni-form-dd-i {
    border-bottom: 1px solid #f1ede8;
    cursor: pointer;
    font-size: 11px;
    overflow: hidden;
    padding: 4px 8px 6px;
    white-space: nowrap;
}

.uni-form-dd-tabs {
    max-height: 150px;
    overflow-y: auto;
}

.chooser-form-label {
    display: block;
    padding: 5px 0px 6px 7px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chooser-form-dd-tabs-scr {
    overflow-y: auto;
}

.chooser-form-dd-tab-inner {
    height: 155px;
}

.chooser-form-ht-td {
    border-bottom: 1px solid #f1ede8;
    border-right: 1px solid #f1ede8;
}

.chooser-form-ht-td1 {
    width: 192px;
}

.chooser-form-ht-td2 {
    text-align: center;
    width: 36px;
}

.chooser-form-dd-i {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

.chooser-form-check_redbg {
    margin: 6px 5px 0px 7px;
    position: absolute;
    z-index: 100;
}

.chooser-form-label_redbg {
    padding-left: 24px;
    margin: 0px 0px 1px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.chooser-form-ht-crop {
    position: relative;
}

.chooser-form-label_redbg:hover {
    background: #fffde8;
}

.chooser-form-check:checked + .chooser-form-label {
    background: #fbefef;
}

.chooser-form-green {
    color: #119e17;
    text-decoration: none;
}

.chooser-form-yellow {
    color: #c0ae15;
    text-decoration: none;
}

.chooser-form-red {
    color: #c55757;
    text-decoration: none;
}

.chooser-form-none {
    color: #878787;
    text-decoration: none;
}

.chooser-form-ht-mask {
    background: url(/i/mask-chooser-white.png) 0px 0px repeat-y;
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
}

.chooser-form-check:checked + .chooser-form-label .chooser-form-ht-mask {
    background: url(/i/mask-chooser-red.png) 0px 0px repeat-y;
}

.chooser-form-label_redbg:hover .chooser-form-ht-mask {
    background: url(/i/mask-chooser-yellow.png) 0px 0px repeat-y;
}

.ls-chooser-label-left {
    float: left;
    padding: 1px 0px 3px 8px;
    line-height: 24px;
}

.ls-chooser-inp-right {
    float: right;
    width: 115px;
    line-height: 26px;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ls-chooser-inp-right_s {
    width: 97px;
    text-align: left;
    padding: 1px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ls-chooser-inp-right_nopad {
    padding-left: 0;
}

.ls-chooser-select-btn {
    display: inline-block;
    color: #c83831;
    font-weight: bold;
    text-decoration: none;
}

.ls-chooser-multicheck-trigger {
    cursor: pointer;
}

.ls-chooser-multicheck {
    position: relative;
}

.ls-chooser-multicheck-label {
    display: inline-block;
    line-height: 26px;
    padding: 0 0px 0 8px;
}

.ls-chooser-multicheck-label-act {
    font-weight: bold;
    color: #c83831;
}

.ls-chooser-multicheck-btn {
    display: inline-block;
    color: #999;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.ls-chooser-multicheck-label-act + .ls-chooser-multicheck-btn {
    font-weight: bold;
    color: #c83831;
}

.ls-chooser-select-grey {
    display: inline-block;
    color: #999;
    font-weight: normal;
    padding: 0px 4px;
}

.ls-chooser-item .ls-chooser-select-block .ls-chooser-select-grey {
    margin: 0 3px;
}

.ls-chooser-select_red {
    height: 24px;
    color: #C83831;
    font-weight: 700;
    padding-left: 7px;
}

.ls-chooser-select_red .selectBox-label {
    bottom: 1px;
    position: relative;
}

.ls-chooser-select_red .selectBox-arrow {
    height: 28px;
    padding-left: 0px;
}

.ls-chooser-inp-right_s .uni-form-dd-list-a {
    padding-left: 0;
    padding-top: 0;
    line-height: 20px;
    height: auto;
}

.ls-chooser-item .uni-form-dd-bt {
    background: #f1ede8;
    padding: 10px 3px 8px 8px;
}

.ls-chooser-item-submit {
    background: #e9dfd5;
    text-align: center;
    padding: 10px 10px 5px;
}

.ls-chooser-item-submit-btn,
.ls-chooser-item .uni-form-dd-push, .ls-chooser-select-push {
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    text-transform: uppercase;
    background: #d28581;
    border-radius: 2px;
    font-size: 10px;
    margin-right: 10px;
    text-decoration: none;
}

.ls-chooser-item-submit-btn {
    margin: 0;
    background: #c83831;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ls-chooser-item .uni-form-dd-push_act, .ls-chooser-select-push_act {
    background: #c83831;
}

.ls-chooser-item .uni-form-dd-reset, .ls-chooser-select-reset {
    background: url(/i/icon-uni-form-reset.png) 1px 50% no-repeat;
    color: #999;
    font-size: 11px;
    display: inline-block;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    text-transform: capitalize;
    padding-left: 19px;
    text-decoration: none;
}

.ls-chooser-item .ls-chooser-select-add {
    background: url(/i/icon-uni-form-add-red.png) 1px 50% no-repeat;
    color: #C83831;
    font-size: 11px;
    display: inline-block;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    text-transform: capitalize;
    padding: 0 10px 0 19px;
    text-decoration: none;
}

.ls-chooser-item .ls-chooser-select-block .selectBox-dropdown {
    border: 1px solid #ccc;
    margin: 5px 0px 4px 0px;
    height: 26px;
}

.ls-chooser-item .ls-chooser-select-block .selectBox-label {
    padding: 0 1px;
}

.ls-chooser-select-block .uni-form-pp-td {
    padding: 1px 0px 2px 0px;
}

.ls-chooser-select-block .uni-form-pp-td1 {
    padding: 0px 0px 0px 9px;
}

.ls-chooser-select-block .uni-form-pp-td2 {
    color: #CCCCCC;
    padding: 3px 5px 2px;
}

.ls-chooser-select-block .uni-form-pp-td4 {
    padding: 4px 0px 3px 7px;
}

.ls-chooser-select-block .uni-form-dd-cnt-dot {
    border: none;
    border-top: 1px solid #cfc4b3;
}

.ls-chooser-select-block .uni-form-pp-tbl {
    margin: 3px 0 2px 0;
    padding: 6px 0px 8px;
}

.ls-chooser-select-btn_full {
    position: relative;
    display: block;
}

.ls-chooser-select-block .uni-form-pp-td1 {
    padding-right: 4px;
}

.ls-chooser-scrolltop-wrap {
    display: block;
    position: fixed;
    text-decoration: none;
    top: 0px;
    margin-left: -2px;
    width: 180px;
}

.ls-chooser-scrolltop {
    background: url(/i/icon-round-arrow-up.png) 8px 50% no-repeat #C83831;
    color: #FFFFFF;
    display: none;
    font-size: 10px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 30px;
    text-transform: uppercase;
}

.ls-chooser-input-label-wrap .ls-chooser-group {
    padding: 0 0 0 3px;
}

.ls-chooser-radio-reset-wrap {
    padding: 0px 0px 0px 4px;
}

.ls-chooser-radio-reset-wrap .uni-form-dd-reset {
    font-weight: normal;
    height: 20px;
    line-height: 20px;
}

.ls-chooser-selected-reset-wrap {
    padding: 0;
    margin-top: -4px;
}

.ls-chooser-multicheck-block-scr {
    overflow-y: auto;
}

.ls-chooser-multicheck-block-scr-inner {
    max-height: 150px;
}

.ls-chooser-multicheck-block-scr-inner .ls-chooser-input-label-wrap {
    border: none;
}

.ls-chooser-item .uni-form-dd-cnt {
    top: 28px;
    box-shadow: 1px 1px 2px #999;
}

.chooser-form-wrap {
    border: 1px solid #999;
    border-top: 1px solid #eee;
    border-left: none;
}

.ls-chooser-item .uni-form-dd-cnt-dot {
    border-top: 1px solid #cfc4b3;
    border-bottom: 1px solid #cfc4b3;
}

.ls-chooser-hotel-star {
    background: url(/i/icon-star.png) 50% 50% no-repeat;
    display: inline-block;
    height: 11px;
    position: relative;
    top: 1px;
    width: 11px;
}

.ls-chooser-subcheck-wrap {
    display: none;
    clear: both;
}

.ls-chooser-subcheck-wrap div {
    overflow: hidden;
}

.ls-chooser-radio-hassub-btn {
    display: block;
    float: right;
    background: url(/i/icon-circle.png) 100% 0 no-repeat transparent;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 11px;
}

.ls-chooser-radio-hassub-btn_act {
    background-position: 0 100%;
}

.ls-chooser-item_last {
    background: #f2f2f2;
    height: 31px;
    margin: 0 -3px -3px;
    border: 3px solid #ededed;
}

.ls-chooser-select-reset-all {
    background: url('/i/icon-uni-form-reset-aaa.png') 9px 50% no-repeat;
    color: #aaa;
    display: block;
    font-size: 10px;
    line-height: 38px;
    padding-left: 19px;
    text-decoration: none;
    font-family: apercu_pro;
    font-weight: lighter;
    text-transform: uppercase;
}

.ls-chooser-dd-input-bold {
    color: #C83831;
    font-weight: bold;
}

.ls-chooser-radio-subcheck {
    margin-left: 13px;
}

.ls-chooser-switcher {
    background: #F1EDE8;
    overflow: hidden;
}

.ls-chooser-switch {
    float: left;
    margin: 3px 0 0 3px;
    padding: 0 5px;
}

.ls-chooser-switch_act {
    background: #fff;
}

.ls-chooser-switch-a {
    line-height: 25px;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

.ls-chooser-switch_act .ls-chooser-switch-a {
    color: #C83831;
}

.ls-chooser-item .chooser-form-wrap {
    border-top: none;
}

.ls-chooser-dd-selected {
    border-bottom: 1px solid #c9c9c9;
}

.ls-chooser-checkbox-tooltip {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    margin-top: -24px;
    right: 187px;
    padding: 5px 11px 10px 11px;
    box-shadow: 0 0 4px #9F9F9F;
}

.ls-chooser-checkbox-tooltip:before {
    content: url(/i/ls-tooltip-arrow-ltr.png);
    position: absolute;
    background: #fff;
    right: -7px;
    top: 5px;
    margin-top: -5px;
    width: 7px;
    height: 66px;
}

.ls-chooser-checkbox-tooltip-line {
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: apercu_pro;
}

.ls-chooser-checkbox-tooltip-found {
    color: #c83831;
}

.ls-chooser-checkbox-tooltip-btn {
    display: inline-block;
    background: #00a551;
    padding: 0 7px;
    line-height: 20px;
    height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    margin-top: 6px;
    font-family: apercu_pro;
}

.ls-chooser-radio:checked + label + .ls-chooser-checkbox-tooltip {
    display: block;
    z-index: 10;
}

.ls-chooser-dd-multicheck-block .chooser-form-label_redbg {
    cursor: pointer;
    display: block;
    font-size: 11px;
    line-height: 21px;
    margin: 0px 0px 1px;
    padding: 0px 0px 0px 21px;
}

.ls-chooser-selected .chooser-form-label_redbg {
    padding-left: 21px;
}

.ls-chooser-dd-multicheck-block .chooser-form-check_redbg {
    margin: 3px 5px 0px 3px;
}

.ls-chooser-selected .chooser-form-check_redbg {
    margin: 6px 5px 0px 3px;
}

.ls-chooser-selected .ls-chooser-radio-hassub-btn {
    display: none;
}

.ls-chooser-selected .ls-chooser-radio-subcheck {
    margin: 3px 5px 0px 4px;
}

.ls-chooser-dropdown-block-scroll {
    max-height: 180px;
    overflow: auto;
}

.ls-chooser-quest-link {
    position: relative;
    top: -1px;
    left: 2px;
    float: left;
}

.ls-chooser-quest-link2 {
    position: relative;
    top: -3px;
    left: 2px;
}

.ls-chooser-quest-link3 {
    float: right;
    margin-right: 10px;
}

.ls-chooser-input-label-fl {
    overflow: hidden;
}

.ls-chooser-input-label-fl .ls-chooser-input-label_redbg {
    float: left;
    width: 140px;
    padding: 0 0 0 1px;
    line-height: 16px;
}

.ls-chooser-dd-input-gray {
    color: #999;
}

.ls-chooser-item.ls-chooser-item-pad {
    padding: 5px 5px 0;
}

.ls-chooser-group-ttl.ls-chooser-group-padd-marg {
    padding-left: 0;
    margin: 0;
}

.uni-form-dropdown-arrow-hotline {
    position: absolute;
    left: 0;
    top: 3px;
    width: 21px;
    height: 21px;
    background: url('/i/arrow-f8a53a.png') 50% 50% no-repeat;
}

.uni-form-dropdown-arrow_active {
    background: url(/i/arrow-B80101-down.png) 50% 50% no-repeat;
}

.uni-form-dropdown-button-hotline {
    position: relative;
    cursor: pointer;
}

.uni-form-dropdown-caption-hotline {
    display: block;
    padding: 4px 5px 0 14px;
    line-height: 18px;
    font-size: 11px;
    color: #f8a53a;
}

.ls-chooser-input-label-oh .ls-chooser-input-label {
    float: left;
    width: 67%;
    padding: 0;
}

.ls-chooser-input-label-oh {
    overflow: hidden;
}

.ls-chooser-input-label-oht {
    overflow: hidden;
}

.ls-chooser-input-label-oht .ls-chooser-input-label {
    display: inline;
    padding: 0;
}

.ls-chooser_2015 {
}

.ls-chooser_2015 .ls-chooser-dropdown-button, .modal-like-onmap2016-col .ls-chooser-dropdown-button {
    display: inline-block;
    background: url('/i/arrows-sp-2.png') no-repeat 9px 16px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
    color: #348fab;
    padding: 10px 0 10px 16px;
    font-family: 'apercu_pro_light';
    min-height: 37px;
    height: auto;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ls-chooser_2015 .uni-form-dd-inp {
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'apercu_pro_light';
    color: #000;
    padding-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.ls-chooser_2015 .ls-chooser-input-label {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 19px;
    display: block;
    padding: 2px 0 3px 23px;
    font-family: 'apercu_pro_light';
    text-overflow: ellipsis;
}


.ls-chooser-radio_redbg:checked + .ls-chooser-input-label_redbg {
    color: #000;
}

.ls-chooser_2015 .ls-chooser-dd-picked-a {
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
}

.ls-chooser_2015 .ls-chooser-item-line-sep {
    background: #ededed;
}

.ls-chooser_2015 .ls-chooser-group-ttl {
    border-bottom: 1px solid #ededed;
    font-size: 10px;
    color: #aaaaaa;
    height: 34px;
    line-height: 34px;
}
.ls-chooser_2015 .ls-chooser-group-ttl-bg{
    color: #43709a;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    height: auto;
    min-height: 38px;
    line-height: 20px;
    padding: 8px 3px;
    box-sizing: border-box;
}
    .ls-chooser_2015 .ls-chooser-group-ttl-bg_cityLink {
        color: #43709a;
    }
    .ls-chooser_2015 .ls-chooser-group-ttl-bg_cityLink:hover {
        text-decoration: none;
    }
    .ls-chooser_2015 .ls-chooser-group-ttl-bg_link {
        font-size: 9px;
        font-weight: normal;
        color: #c3c3c3;
    }
.ls-chooser_2015 .ls-chooser-input-label-wrap {
    border-top: none;
}

.ls-chooser_2015 .ls-chooser-select-reset-all {
    text-transform: uppercase;
    font-size: 8px;
    color: #aaa;
    background: url('/i/x-close-btn.png') no-repeat 9px 50%;
}

.ls-chooser_2015 .ls-chooser-dropdown-button_act {
    color: #e03a3a;
    background-image: url('/i/arrows-sp.png');
    background-position: 8px -10px;
    text-decoration: none;

}

.ls-chooser_2015 .ls-chooser-dropdown-button:hover {
    text-decoration: none !important;
    border-bottom: none;
}

.ls-chooser_club .ls-chooser-input-label {
    font-family: "apercu_pro_light";
    font-size: 10px;
    padding: 1px 0 1px 23px;
    text-transform: uppercase;
    color: #666;
    line-height: 20px;
}

.ls-chooser_club .ls-chooser-select-btn {
    font-family: "apercu_pro_light";
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
}

.ls-chooser_club .ls-chooser-radio:checked + .ls-chooser-input-label {
    background: #e0f4f2;
    color: #000;
}

.ls-chooser_club .ls-chooser-dropdown-block {
    padding: 0 5px;
}

.ls-chooser_club .ls-chooser-select-line {
    border-top: 1px solid #f3f0eb;
    height: 27px;
}

.ls-chooser_club .ls-chooser-item {
    min-height: 28px;
}

.ls-chooser_club .uni-form-dd-list_alt {
    height: 28px;
    padding-top: 3px;
}

.ls-chooser_club .ls-chooser-inp-right {
    line-height: 28px;
}

.ls-chooser_club .ls-chooser-label-left {
    font-family: "apercu_pro_light";
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    padding: 0 0 0 8px;
    line-height: 28px;
}

.ls-chooser_club .ls-chooser-select-line .ls-chooser-radio {
    visibility: hidden;
    position: absolute;
}

.ls-chooser_club .ls-chooser-select-line .ls-chooser-input-label {
    padding: 0 0 0 10px;
    line-height: 27px;
    height: 27px;
    margin: 0;
    background: transparent url(/i/icon-check-red.png) -30px 50% no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.ls-chooser_club .ls-chooser-select-line .ls-chooser-radio:checked + .ls-chooser-input-label {
    background: transparent url(/i/icon-check-red.png) 10px 50% no-repeat;
    padding-left: 27px;
    color: #c83831;
}

.ls-chooser_club .uni-form-dd-list-btn2,
.ls-chooser_club .uni-form-dd-list-btn {
    background: url(/i/icon-chooser-list3.png) 50% 9px no-repeat;
    height: 28px;
}

.ls-chooser_club .uni-form-dd-list-btn2_act,
.ls-chooser_club .uni-form-dd_active2 .uni-form-dd-list-btn {
    background-position: 50% -32px;
}

.ls-chooser-item_cal {
    position: relative;
}

.ls-chooser-calendar-modal {
    display: none;
    background: #fff;
    width: 130%;
    position: absolute;
    top: -8px;
    right: -7px;
    -webkit-box-shadow: 0 0 10px #696969;
    box-shadow: 0 0 10px #696969;
    z-index: 2;
}

.ie8 .ls-chooser-calendar-modal {
    border: 1px solid #bbb;
}

.ls-chooser-calendar-modal-top {
    height: 45px;
    position: relative;
}

.ls-chooser-calendar-modal-close {
    position: absolute;
    top: 19px;
    left: 16px;
    width: 10px;
    height: 10px;
    display: block;
    background: url(/i/sprite-ls-datepicker.png) no-repeat;
    background-position: 50% 0px;
}

.ls-chooser-calendar-modal-mid {
    font-family: 'apercu_pro_mono';
    font-size: 11px;
}

.ls-chooser-calendar-holder_act {
    position: relative;
    margin: -1px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #eae5de;
    z-index: 9999;
}

.ls-chooser-radio.ml15, .ls-chooser-radio.ls-chooser-radio_redbg.ml15 {
    margin-left: 15px;
}

.ls-chooser-item-group_border {
    background: url(/i/ls-chooser-bg.png) repeat-x scroll 0 0;
    padding-top: 3px;
}

.ls-chooser-item-group_border .ls-chooser-group-ttl {
    background: #fff;
    margin: 0;
    padding-left: 8px;
}

.ls-chooser-dd-picked {
    border-top: 1px solid #e5e5e5;
    position: relative;
    padding: 0 0 0 9px;
    z-index: 2;
}

.ls-chooser-dd-picked:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 11px;
    width: 5px;
    height: 4px;
    background: url(/i/ls-chooser-arrow-up.png) no-repeat;
}

.ls-chooser-dd-picked-a {
    height: 28px;
    line-height: 20px;
    padding: 4px 0;
    background: url(/i/icon-check-red.png) 0 50% no-repeat;
    padding-left: 16px;
    color: #bbb;
    text-decoration: none;
    font-size: 11px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ls-chooser-dd-picked-a:hover {
    text-decoration: none;
}

.ls-chooser-selected .ls-chooser-radio {
    visibility: hidden;
    position: absolute;
    top: -100px;
}

.ls-chooser-selected .ls-chooser-input-label {
    padding-left: 4px;
}

.ls-chooser-selected .ls-chooser-input-label .ls-chooser-form-var {
    background: url(/i/x3.png) 100% 50% no-repeat;
    padding-right: 10px;
}

.ls-chooser-dd-picked-del {
    background: url(/i/ls-chooser-dd-picked-del.png) no-repeat 0 5px;
    padding: 6px 0 5px 21px;
    color: #999;
    text-decoration: none;
    display: block;
}

.ls-chooser-dd-picked-del:hover {
    text-decoration: none;
}

.uni-form-dd-cnt-stat {
    position: static;
}

.uni-form-dd-cnt-stat .uni-form-dd-cnt-dot {
    border: none;
}

.ls-selected-wrap {
    display: block;
    margin-left: -2px;
    position: fixed;
    text-decoration: none;
    top: 0px;
    width: 180px;
    padding-top: 10px;
    z-index: 10;
}

.ls-selected {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 2px;
}

.ls-selected-inner {
}

.ls-selected-top {
}

.ls-selected-ttl {
    background: #da4c4c url(/i/arrow-down-fff.png) 12px 50% no-repeat;
    color: #fff;
    font-family: "apercu_pro_light";
    font-size: 10px;
    line-height: 36px;
    text-transform: uppercase;
    height: 37px;
    padding-left: 33px;
}

.ls-selected-mid {
    padding: 7px 1px 3px 5px;
}

.ls-selected-tags {
    overflow: auto;
    max-height: 300px;
}

.ls-selected-tag {
    float: left;
    margin: 0 4px 4px 0;
    font-family: "apercu_pro_light";
    font-size: 9px;
    line-height: 12px;
    border: 1px solid #ccc;
    color: #666;
    padding: 2px 21px 3px 5px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.ls-selected-tag:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(/i/icon-close-sm.png) 50% 50% no-repeat;
}

.ls-selected-tag:hover {
    text-decoration: none;
    color: #e49898;
}

.ls-selected-tag:hover:after {
    background-image: url(/i/icon-close-sm-red.png);
}

.ls-selected-bot {
    height: 20px;
    background: #f5f5f5;
    padding: 5px;
}

.ls-selected-reset {
    display: inline-block;
    height: 18px;
    font-family: 'apercu_pro_light';
    font-size: 8px;
    line-height: 18px;
    border: 1px solid #ecb2b2;
    color: #e49898;
    padding: 0 5px;
    text-transform: uppercase;
    text-decoration: none;
}

.ls-selected-reset:hover {
    text-decoration: none;
}

.ls-chooser-input-label-rel {
    position: relative;
    display: block;
    font-family: 'apercu_pro_light';
    font-size: 10px;
    line-height: 16px;
    padding: 3px 0 1px 23px;
    text-transform: uppercase;
    cursor: pointer;
}

.ls-chooser-input-label-rel-act {
    background: #fbefef;
}

.ls-chooser-rel-chk {
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 0;
}

.ls-chooser-slider-text {
    background: transparent;
    border: 0 none;
    font-size: 12px;
    font-weight: bolder;
    margin: -1px 10px 0 0;
    vertical-align: top;
    width: 45px;
    font-family: 'apercu_pro';
    padding: 0;
    height: 18px;
}

.ls-chooser-slider-td {
    padding: 7px 0 10px;
}

.ls-chooser-slider-td2 {
    vertical-align: top;
    line-height: 18px;
}

.ls-chooser-slider-tbl {
    margin: 10px 0 0 9px;
}

.ls-chooser-dropdown-block-adds {
    padding: 3px 0;
}

.ls-chooser-checkbox-tooltip_wide {
    padding: 2px;
    width: 180px;
}

.ls-chooser-checkbox-tooltip_wide .ls-selected-bot {
    height: auto;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    color: #000;
}

.ls-chooser-checkbox-tooltip_wide .ls-selected-reset {
    font-size: 10px;
    display: block;
}

.ls-chooser-checkbox-tooltip_wide .ls-selected-tags {
    max-height: 200px;
}

.ls-selected-bot-btns {
    padding-top: 5px;
}

.ls-selected-reset_red {
    background: #da4c4c;
    border-color: #da4c4c;
    color: #fff;
    margin-bottom: 6px;
}

.ls-selected-bot-num {
    font-size: 15px;
    padding-top: 3px;
}

.ls-chooser-input-label-wrap_pad {
    padding: 5px 0 !important;
}

.ls-chooser-input-label-wrap_multiline .ls-chooser-input-label {
    min-height: 21px;
    height: auto;
}

.ls-chooser_fixed {
    max-height: 325px;
    overflow: auto;
}


/*Filter-block*/
.filter-list-wrap{
    overflow: hidden;
    margin: 20px;
}
.filter-list-item{
    float: left;
    font-size: 8px;
    font-family: apercu_pro;
    color: #aaaaaa;
    border: 1px solid #ededed;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-right: 5px;
    padding: 2px 9px;
    display: block;
}
.filter-list-item_red{
    color: #d54343;
    border-color: #d54343;
}
.close-item {
    background: url("/i/x-close-btn.png") no-repeat;
    height: 6px;
    width: 6px;
    display: block;
    float: right;
    margin: 5px 0 0 8px;
}
.ls-chooser .filter-form-elem{
    margin-right: 5px;
    width: auto;
}
.ls-chooser .filter-form-field-inp{
    padding: 0 10px;
    text-transform: uppercase;
    font-family: 'apercu_pro_light';
    font-size: 10px;
    box-sizing: border-box;
}
.ls-chooser-slider-wrap{
    margin: 5px 5px 5px 0;
}
.ls-chooser-slider{
    background-color: #dedede;
    height: 3px;
    position: relative;
}
.ls-chooser-slider .ui-slider-handle{
    background-color: #f0a4a4;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-top: -2px;
    margin-left: -3px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
}
.ls-chooser-slider .ui-slider-range{
    background-color: #e03a3a;
    height: 3px;
    position: absolute;
}
.ls-chooser-slider-numb{
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    font-family: 'apercu_pro_mono';
    font-size: 10px;
    color: #ccc;
}
.ls-chooser-dropdown-block-limhei{
    margin-top: 10px;
    max-height: 100px;
    box-sizing: border-box;
}
.ls-chooser-btn{
    color: #666;
    background: #e0eefb;
    font-size: 10px;
    text-transform: uppercase;
    width: calc(100% - 20px);
    text-align: center;
    display: block;
    line-height: 30px;
    border-radius: 3px;
    margin: 15px 10px;
    box-sizing: border-box;
}
.ls-chooser-btn:hover{
    text-decoration: none;

}
.ls-chooser_2015 .ls-chooser-dropdown-button-bg{
    background: url('/i/arrows-sp-2.png') no-repeat 100% 16px;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    color: #348fab;
    padding-left: 10px;
    padding-right: 15px;
    font-family: 'apercu_pro';
    min-height: 37px;
    line-height: 16px;
    display: inline-block;
}
.ls-chooser_2015 .ls-chooser-dropdown-button-bg.ls-chooser-dropdown-button_act{
    background: url('/i/arrows-sp.png') no-repeat 100% 17px;
}
.ls-chooser_2015 .ls-chooser-dropdown-button-bg span{
    background: url("/i/dotted-318cc6.png") repeat-x left 18px;
}
.ls-chooser-stars img{
    vertical-align: baseline;
    margin-right: -2px;
}
.ls-chooser-input-label-wrap + .ls-chooser-input-label-wrap{
    border-top: 1px solid #EFEFEF;
    padding-top: 5px;
}
.ls-chooser-date{
    background: url('/i/arrows-sp.png') no-repeat 100% 17px;
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
    color: #348fab;
    padding-left: 10px;
    padding-right: 15px;
    font-family: 'apercu_pro';
    height: 37px;
    line-height: 36px;
    display: inline-block;
}

.w0{
    width: 0 !important;
}

/*Datepicker Custom*/

.filter-form-field-dd .ui-datepicker table {
    width: 100%;
    font-size: 10px;
    border-collapse: collapse;
    margin: 0 0 .4em;
    font-family: "apercu_pro_light";
}
.filter-form-field-dd .ui-datepicker th{
    font-family: "apercu_pro_light";
    font-size: 10px;
    padding: 6px 0;
    color: #bbbbbb;
    background: #f8f8f8;
    text-transform: uppercase;
}
.filter-form-field-dd .ui-datepicker td a {
    display: block;
    padding: 0 5px;
    font-size: 10px;
    line-height: 16px;
    text-align: right;
    text-decoration: none;
}
.filter-form-field-dd .ui-datepicker td{
    font-family: "apercu_pro_light";
    font-size: 10px;
    padding: 1px 3px;
}
.filter-form-field-dd .ui-datepicker{
    width: 100%;
    display: block;
}
.filter-form-field-dd .ui-datepicker .ui-datepicker-title{
    font-size: 10px;
    font-family: "apercu_pro_light";
    text-transform: uppercase;
    text-align: left;
    margin: 0 10px;
}
.filter-form-field-dd .ui-datepicker .ui-datepicker-prev, .filter-form-field-dd .ui-datepicker .ui-datepicker-next{
    top: -3px;
}
.filter-form-field-dd .ui-datepicker .ui-datepicker-prev {
    right: 41px;
    left: auto;
}
.mh200p{
    max-height: 200px;
}

@media screen and (max-width: 1024px) {
    .ls-chooser {
        margin-top: 35px;
    }
}

