@charset "utf-8";
/* CSS Document */
/* no cambiar estos parametros */
.dropDownList .listSelect li { width:200%;}
.dropDownList .titleSelect p { overflow: hidden; word-break: break-all;}
.dropDownList .titleSelect{ width:100%;}
.dropDownList .listSelect ul { position:absolute;	top:0px; width: 100%;}
.dropDownList .listSelect { position:absolute; display:none; width: 100%; overflow: hidden; z-index: 9000;}
.dropDownList {	position:relative; float:left;}
.dropDownList .scroll {position: absolute; top: 0px; z-index:100;height: 100%;}
.dropDownList .ctrlScroll {position:relative; float: left; width: 100%;}
.dropDownList .ctrl {	position:absolute; top:0px; width:100%; height:20%;}
.dropDownList select{display:none;}
/* ///////////////////////////  */

.dropDownList .ulSelected {background-color:#cccccc;}
.dropDownList .listSelect li {
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 6px;
	margin: 0px;
}
.dropDownList .listSelect li:hover {
	background-color: #3168d5;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 6px;
}
.dropDownList .titleSelect p {
	margin: 0px;
	font-size: 12px;
	font-family: helvetica;
	margin-top: 8px;
	margin-left: 10px;
	width: 100%;
	height: 23px;
}
.dropDownList .titleSelect {
	cursor:pointer;
	height:30px;
	/* border: 1px solid;
	 border-color: #747474;  <----- DO NOT PLACE A BORDER AROUND THIS DROPDOWN. THERE IS NO BORDER IN THE COMPS! - Tim C @ MRM  */
}
.dropDownList .listSelect ul {
    list-style: none;
    font-family: verdana;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}
.dropDownList .scroll_Y{ overflow-y:scroll !important;}
.dropDownList .listSelect {
    height: 360px;
	background-color: #464646;
	border: 1px solid;
	border-color: #747474;
	margin-top: 2px;
	line-height: 1.1;
}

.ie9 .dropDownList .listSelect, .ie10 .dropDownList .listSelect, .ie11 .dropDownList .listSelect{
	height: 365px;
}

.dropDownList {
    width: 250px;
}


/* ******* * scrroll */
.dropDownList .scroll {
    width: 18px;
    right: 0px;
	cursor:pointer;
}
.dropDownList .ctrlScroll {
    height: 150px;
	background-color: rgb(230, 230, 230);
}
.dropDownList .ctrl {
	background:#09F;
}
.pantalla { width:100%;height:100%;position:fixed;top:0;z-index:1; }
/* ******* * end scrroll*/

