/*
|--------------------------------------------------------------------------
| Members
|--------------------------------------------------------------------------
*/

.panel-selector {
    display: none;
    width: 63px;
    position: fixed;
    z-index: 4000;
    right: 0;
    padding: 48px 0;
    top: 50%;
    margin-top: -60px;
    background: #191E27;
}
.panel-block{
    padding: 15px 0px;
    height: 15px;
}
.panel-block:first-child{
    margin-top:0;
}
.panel-block:last-child{
    margin-bottom:0;
}
.panel-block:hover{
    cursor:pointer;
}
.panel-button {
    width: 15px;
    position: absolute;
    right: 10px;
    margin-right:12px;
    height: 15px;
    background: #191E27;
    float:right;
    border: 2px solid #B3B3B3;
    text-align: right;
    cursor: pointer;
}
.panel-block span{
    padding-right: 0;
    float:left;
    display: none;
}
.panel-selector:hover, .panel-selector:focus{
    padding-left: 24px;
    color: #B3B3B3;
    width:auto !important;
}
.panel-selector:hover span, .panel-selector:focus span {
    display: block;
    min-width: 100%;
    text-align: right;
    padding-right: 58px;
    margin-top: -2px;
}

.panel-button-selected {
    background: white;
    border-color:white;
}

.new-members-arrow-down {
    background-color: #191E27;
    width: 96px;
    height: 96px;
    margin: auto;
}