@CHARSET "UTF-8";

.comboBox-with-find{
	position: relative;
}

.comboBox-with-find .input-for-combobox{
	color: black;
}

.comboBox-with-find .blok-input-pnl{
	position: relative;
}

.comboBox-with-find .area-for-click{
	position:absolute; 
	left:0; 
	right:0; 
	top:0; 
	bottom:0; 
	opasity: 100%;
}

.comboBox-with-find .image-for-comboBox{
	position: absolute;
	right: 2%;
	top: 40%;
}

.comboBox-with-find .image-for-comboBox:hover{
	cursor: pointer;
}

.comboBox-with-find .hidden-table-for-comboBox{
	position: absolute;
	width: 100%;
	border: 1px solid #999999;
	background: white;
	z-index: 1;
	
	display: none;
}

.comboBox-with-find .hidden-table-for-comboBox .overflow-pnl{
	overflow-y: auto;
	max-height: 180px;
}

.comboBox-with-find .disclose-table{
	bottom: 25px;
}

.comboBox-with-find .hidden-table-for-comboBox .item-row{
	padding: 3px 2px 3px 2px;
	text-align: left;
}

.comboBox-with-find .hidden-table-for-comboBox .item-row:hover{
	color: white;
	background: #2695fc;
}

.comboBox-with-find .hidden-table-for-comboBox .hidden-table-link{
	width: 100%;
	display: block;
	text-decoration: none;
	font-style: normal;
}

.comboBox-with-find .hidden-table-for-comboBox .find-row{
	display: flex;
}

.comboBox-with-find .hidden-table-for-comboBox .find-row .find-pnl{
	margin-left: 5px;
}

.comboBox-with-find .hidden-table-for-comboBox .find-row .find-pnl input.send_btn {
	padding: 0;
	width: 25px;
	height: 25px;
	
	background: url('/Dozvol/resources/images/search.png') white no-repeat !important;
	background-size: 100% !important;

	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
	cursor: pointer;
	border: none;
}

.comboBox-with-find .hidden-table-for-comboBox .find-row .find-pnl input.send_btn:hover {
	opacity: 1;
	background: url('/Dozvol/resources/images/search.png') white no-repeat !important;
	background-size: 100% !important;
	background-position: center center;
	background-repeat: no-repeat;
}