.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #221f41 !important;
}

/* FILTER */

.manual_label
{
    cursor:pointer;
}

.label_sort_asc:after, .label_sort_desc:after
{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

.label_sort_asc:after
{
    content: "\e151";
}

.label_sort_desc:after
{
    content: "\e152";
}

#select2-user-relatedemails-results, #s2-togall-user-relatedemails
{
    display: none;
}