/*
definizioni CSS: Msk - Modular Search Kombo
*/

div.msk_master{
	position: relative;
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: visible;
	*/
}
div.msk_label_container{
	display: inline-block;
    zoom: 1;
    *display: inline;
	position: relative;
}

span.msk_text{
	line-height: 30px;
}

input.msk_label[type="text"]{
	line-height: 18px;
	font-family: Tahoma;
	font-size: 12px;
	width: 500px;
	padding: 5px 8px;
	margin: 0;
	border: 1px solid #CCC;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
input.msk_label.active[type="text"]{
	font-weight: bold;
	text-transform: capitalize; 
	/*border-color: #006DD9;*/
}
input.msk_label[type="text"]:focus{
	outline: none;
	/*border-color: #2693FF;*/
	background-color: #FAFAFA;
}
div.msk_icons{
	position: absolute;
	overflow: hidden;
	right: 1px;
	top: 4px;
	width: 24px;
}
div.msk_icons>img{
	line-height: 20px; 
	padding-right: 4px;
	background: white;
}
div.msk_container{
	background: #FFF;
	position: absolute;
	/*top: 100%;*/
	top: 28px;
	right: 0%;
	width: 100%;
	overflow: auto;
	max-height: 350px;
	padding: 5px 3px;
	font-family: Tahoma;
	font-style: normal;
	font-size: 8pt;
	color: black;
	z-index: 25;

	border: 1px solid #BBB;
	border-top: 0px solid #BBB;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	box-shadow: 0px 0px 8px 1px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 8px 1px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(119, 119, 119, 0.75);
}

div.msk_container.active{
	border: 1px solid #F2E795;
	border-top: 1px solid #F5ECAC;
}

div.msk_token{
	background: #FFFFFF;
	border: 1px solid #CCC;
	border-bottom: hidden 0px;
	padding: 0.05em;
	padding-left: 3px;
	position: relative;
}
div.msk_token > span{
	font-family: Tahoma;
}
div.msk_token:hover{
	background: #F5ECAC;
	cursor: pointer;
}

input.msk_field{}
