::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(250, 250, 250, 0.856);
	border-radius: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(250, 250, 250, 0.856);
	background-color: rgb(170, 169, 169);
}

.webix_ss_header{border-bottom:1px solid #cecece;text-transform:none;font-size:12px}

.webix_cell:nth-child(2n){
    background-color:rgb(250, 250, 250);
}
.webix_row_select:nth-child(2n){
    background:#fff3a1;
}
/* .vc_rows .webix_cell:nth-child(2n){
    background-color:rgb(250, 250, 250);
}
.vc_rows .webix_row_select:nth-child(2n){
    background:#fff3a1;
} */

.vc_hover{
    background: #fff9d3;
}

.done .webix_inp_static,.webix_list_item.done { 
    background:#ddf7dd; 
}
.process .webix_inp_static,.webix_list_item.process { 
    background:#e0d8ef; 
}
.on-hold .webix_inp_static,.webix_list_item.on-hold { 
    background:#ffffe0; 
}
.failed .webix_inp_static,.webix_list_item.failed { 
    background:#fdbebe; 
}
.webix_list_item.webix_selected {
    color:black;
    font-weight:bold;
    box-shadow: inset 2px 0 #CE3919;
}
.vc_webix_first_column{
    /* chỉ là đánh dấu để nhận diện cột đầu tiên */
}
.vc_webix_first_column.webix_column>div.webix_row_select {
	box-shadow: inset 2px 0 #CE3919;
}

.webix_menu .webix_list_item:hover {
	box-shadow: inset 2px 0 #CE3919;
}
.font_so_du{
    font-style: italic;
    color: gray;
}

.webix_rating_point{
    cursor:pointer;
}
.webix_rating_selected{
    color:#d8c200;
}

.webix_rating_not_selected{
    color:#dbdbdb;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid gray !important;
    box-shadow: 0 0 1px gray !important;
    -moz-box-shadow: 0 0 1px gray !important;
    -webkit-box-shadow: 0 0 1px gray !important;
}