/*
Product Name: dhtmlxSuite 
Version: 5.0 
Edition: Professional 
License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/

/*
	skin detected: dhx_skyblue
	include extra file: skins/dhx_skyblue.less
*/

.dhx_list {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	-moz-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-select: none;
}
.dhx_list_default_item,
.dhx_list_default_item_selected {
	cursor: pointer;
	background-color: #ffffff;
}
.dhx_list .dhx_list_default_item,
.dhx_list .dhx_list_default_item_selected {
	border-right: 1px solid #a4bed4;
	border-bottom: 1px dotted #a4bed4;
}
.dhx_list_default_item_selected {
	background-color: #a1ceed;
	color: #b5deff;
	border-color: #a1ceed;
	background-repeat: repeat-x;
}
.dhx_list_item {
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	color: black;
	box-sizing: border-box;
}
.dhx_list_item textarea {
	resize: none;
	margin-top: -8px;
}
.dhx_list_item .dhx_strong {
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
}
.dhx_list_default_item_selected .dhx_light {
	color: #C3C3C3;
}
.dhx_list_item .dhx_light {
	color: #919191;
}
