#filter_field_custom_field_13_select-list{
    width: 500px !important;
}

.button_group_status{
    font-size: 12px;
    text-decoration: none;
    opacity: 0.2;
    color: #000;
}
.button_group_status.active{
    color: #fff;
    opacity: 1;
}
.button_red{
    background: #D9534F;
}
.button_yellow{
    background: #fcbe00;
}
.button_green{
    background: #8dc04c;
}
.button_blue{
    background: #389dd6;
}

.perm-tasks-field-description textarea{
    height: 50px !important;
}


.mkv_client_switch_container{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -70px;
}
.mkv_client_switch_container .k-switch{
    width: 140px;
}

.k-switch-label-on, .k-switch-label-off{
    text-align: center !important;
}