.zs {
    width: 90%;
    display: inline-block;
    position: relative;
    color: #b4b4b4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#buddypress .standard-form .datebox .zs {
    width: auto;
    min-width: 106px;
}
#buddypress .standard-form .datebox .zs[id*="month"],
.zs[id*="month"] {
    min-width: 130px;
}
.zs select {
    position: absolute;
    z-index: -1;
    opacity: 0.00000001;
    cursor: pointer;
}
.zs.zs-open .zs-drop {
    display: block;
    z-index: 1;
}
.zs.zs-open .zs-btn {

}
.zs.zs-open-top .zs-drop {
    top: auto;
    bottom: 100%;
}
.zs.zs-focus:not(.zs-disabled) {

}
.zs.zs-focus:not(.zs-disabled) .zs-text {
    color: #666;
    box-shadow:  0 0 2px 3px #2DB3E9;
    background: #F7F7F7;
}
.zs.zs-focus:not(.zs-disabled) .zs-btn {

}
.zs.zs-multiple:not(.zs-multiple-drop) .zs-drop {
    display: block;
    position: static;
}
.zs.zs-placeholder-active .zs-text {

}
.zs.zs-disabled {
    opacity: 0.4;
}
.zs.zs-disabled .zs-text:hover {
    cursor: default;
}
.zs.zs-native-menu select {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: auto;
}
.zs.zs-native-menu .zs-text,
.zs.zs-native-menu .zs-btn {
    z-index: -1;
}
.zs-text {
    display: block;
    min-height: 50px;
    padding: 10px 64px 10px 15px;
    border: 3px solid #EEEEEE;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    background: #F7F7F7;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.zs-btn {
    width: 48px; height: 25px;
    border-left: 3px solid #EEE;
    position: absolute;
    top: 13px; right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.zs-btn:before,
.zs-btn:after {
    content: "";
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    left: 16px;
}
.zs-btn:before {
    top: 4px;
    border-bottom: 7px solid #666;
}
.zs-btn:after {
    top: 13px;
    border-top: 7px solid #666;
}
.zs-drop {
    display: none;
    min-width: 100%;
    max-height: 350px;
    border: 3px solid #EEEEEE;
    border-top: none;
    position: absolute;
    top: 100%; left: 0;
    overflow-y: auto;
    overflow-x: visible;
    background: #F7F7F7;
}
.zs-drop-item {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    color: #666;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
.zs-drop-item.zs-active:not(.zs-drop-disabled),
.zs-drop-item:hover {
    background: #EEE;
}
.zs-drop-item:last-child {
    border-bottom: none;
    box-shadow: none;
}
.zs-drop-item.zs-drop-inoptgroup {
    padding-left: 30px;
}
.zs-drop-item.zs-drop-placeholder {

}
.zs-drop-item.zs-drop-disabled {
    opacity: 0.4;
    cursor: default;
}
.zs-drop-optgroup {
    padding: 12px 12px 6px;
    border-bottom: 1px solid #525355;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

#buddypress div#subnav.item-list-tabs {
    overflow: visible;
}
#buddypress div#subnav.item-list-tabs:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}