/*! discover 2016-03-29 */
.cascade_scroll_selects {
    font-family: arial,verdana,sans-serif
}

.cascade_scroll_selects .scs_container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998
}

.cascade_scroll_selects .scs_container .scs_cover {
    z-index: 1;
    background: rgba(0,0,0,0.7);
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cascade_scroll_selects .scs_container .scs_dialog {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 12px;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    background: #f7f7f7;
    display: none
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_selects {
    margin: 0 auto;
    position: relative;
    zoom:1;display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group {
    padding: .5em .25em;
    min-width: 40px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -ms-touch-action: none;
    touch-action: none
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_view {
    height: 200px;
    overflow: hidden;
    position: relative
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_view:before {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #4eccc4;
    display: block;
    z-index: -1
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_view:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 80px;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #4eccc4;
    display: block;
    z-index: -1
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_view .scs_items {
    position: relative;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_selects_group_title {
    line-height: 30px;
    height: 30px;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    text-transform: upperscse;
    color: #4eccc4;
    width: 100%;
    font-size: 1.375em
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_item {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    vertical-align: bottom;
    width: 100%;
    color: #454545;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_item.scs_selected {
    font-weight: 700
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn {
    height: 40px;
    line-height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -ms-touch-action: none;
    touch-action: none;
    text-align: center;
    cursor: pointer
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn_ok {
    background-color: #4eccc4;
    color: #fff
}

.cascade_scroll_selects .scs_container .scs_dialog .scs_btns .scs_btn_span {
    -webkit-box-flex: 2;
    -webkit-flex: 2 auto;
    -ms-flex: 2 auto;
    flex: 2 auto;
    -ms-touch-action: none;
    touch-action: none;
    text-align: center
}
