.main-div-task-system-desk{
    padding: 0;
    background-color: #0e1119;

}
.main-div-task-system-desk ul{
padding: 0px;
margin: 0;
}

.main-div-task-system-desk li{
background-color: transparent;
margin-bottom: 1px;
color: #fff;
}

.main-ul-list-tasks .msg-task-system {
    background-color: #0e1119;
}

.main-div-task-system-desk li{
    border-bottom: 1px solid #f0e675;
}

.main-div-task-system-desk li:last-child{
    /*border-bottom: 1px solid transparent;*/
}


.main-div-task-system-desk li:hover, .main-ul-list-tasks .msg-task-system:hover{
/*background-color: #0E222D;*/
    background-color: rgba(14,34,90,0.2);
}

.main-div-task-system-menu, .main-div-task-system-menu input{
color: #fff;
}

.main-div-task-system-menu [name='type']{
color: #fff;
height: 93px;
overflow-y: hidden;
}

.task_system_button_on{
background-color: rgba(100,100,100,0.5);
}

.task-system-button:hover{
cursor: pointer;
color:#fff;
}

.msg-task-system p{
margin: 0 !important;
}

.task_system_user_connected{
color: chartreuse;
}

.task_system_user_not_connected{

}


.task_system_button_type{
color: grey;
padding-right: 8px;
cursor: pointer;
}

.task_system_button_type_on{
color: silver;
background-color: rgba(255,255,255,0.1);
}

.main-div-task-system{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.main-div-task-system-menu{
width: 300px;
right: 0;
bottom: 0;
top: 0;
background-color: #0E1119;
color: #fff;
border-left: 1px solid silver;
padding: 5px;
position: absolute;
overflow: auto;
}

.main-div-task-system-desk{
    right: 311px;
bottom: 0;
top: 0;
left: 0;
position: absolute;
overflow: auto;
}

.task_system_button{
cursor: pointer;
padding: 1px 5px;
}