
.minict_wrapper {
color: #333;
background: #fff;
position: relative;
/*width: 220px;*/
width:300px;
padding:3px 3px 4px;
line-height:1.8rem;
border: 1px solid #e5e5e5;
border-radius: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
  
.minict_wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


.minict_wrapper:after {
content: "\25BC";
display: block;
position: absolute;
height: 25px;
width: 2.1rem;
top: 0;
right: 0;
text-align: center;
color: #555;
font-size:0.8rem;
}


.minict_wrapper.active:after {
content: "\25B2";
}


.minict_wrapper input {
border: 0;
outline: none;
background: none;
font-family: "Segoe UI", Segoe, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
color: #333;
font-size: 13px;
padding: 0 2.2rem 0 0.4rem;
cursor: default;
width: 100%;
}
	
.minict_wrapper ul {
display: none;
list-style: none;
padding: 0;
margin: 0;
position: absolute;
width: 100%;
border: 1px solid #e5e5e5;
border-radius: 3px;
top: 2.6rem;
left: 0;
/*max-height: 22rem;*/
max-height:30rem;
overflow-y: auto;
z-index: 999999;
}

.minict_wrapper ul li {
list-style: none;
cursor: pointer;
background: #fff;
padding:8px 5px;
/*line-height: 2.4rem;*/
background-color:#FFF;
width:100%;
}
	  
.minict_wrapper ul li:hover {
background: #fcfcfc;
color: #111;
}

.minict_wrapper ul li.minict_group {
color: #444;
background: #f6f6f6;
font-weight: bold;
cursor: default;
}

.minict_wrapper ul li.minict_empty {
display: none;
background: #fff !important;
color: #bbb;
text-align: center;
font-size: 0.9rem;
height: 3.5rem;
line-height: 3.3rem;
}

.minict_wrapper ul li.selected {
color: #819a9a;
background: #f9fcff;
}

.minict_wrapper ul li.highlighted {
color: #fff;
background: #819a9a;
}

.minict_wrapper ul li.hidden {
display: none;
}
