.minict_wrapper { font-family: 'Open Sans', sans-serif; color:#949494; position:relative; width:auto; height:36px; border-radius:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-weight:700;}
.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:36px; width:2.1rem; top:0; right:0; font-size:10px; line-height:36px; text-align:center; color:#555 }
.minict_wrapper.active:after { content:"\25B2" }
.minict_wrapper input {outline:none; background:none; font-family: 'Open Sans', sans-serif; color:#65686c; font-size:14px; height:36px; padding:0 2.2rem 0 .4rem; cursor:default; width:100%; font-weight:600;  border:1px solid #c0c0c0; border-radius:5px;}
.minict_wrapper span{outline:none; background:none; font-family: 'Open Sans', sans-serif; color:#65686c !important; font-size:14px !important; height:36px; line-height:36px; padding:0 2.2rem 0 .4rem; cursor:default; width:100%; font-weight:400 !important; display:block;}

.minict_wrapper ul {list-style:none; padding:10px 0 !important; margin:0; position:absolute; width:100%; border:1px solid #e5e5e5; border-radius:3px; top:2rem; left:0; max-height:22rem; overflow-y:auto; z-index:999999 }
.minict_wrapper ul li { list-style:none; padding:0 10px 0 35px !important; cursor:pointer; height:inherit; line-height:20px; font-size:13px; font-weight:700; margin:0px 0px 10px 0px !important; }

/*.minict_wrapper ul li { list-style:none; padding:0 10px 0 35px !important; cursor:pointer; height:34px; line-height:34px; font-size:13px; font-weight:700; margin:0px !important; }*/

#tab-2 .changelbox .minict_wrapper ul li { font-size:12px; }
.minict_wrapper ul li:hover { color:#ddd;  }
.minict_wrapper ul li.minict_group { color:#444; background:#f6f6f6; font-weight:bold; cursor:default }
.minict_wrapper ul li.minict_empty { display:none; color:#949494; text-align:center; font-size:.9rem; height:3.5rem; line-height:3.3rem }
.minict_wrapper ul li.selected { background:url(../img/select_arrow.png) 18px center no-repeat; }
.minict_wrapper ul li.highlighted { color:#fff; background:#819a9a }
.minict_wrapper ul li.hidden { display:none }
.minict_wrapper.bubble { /*-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, .05); box-shadow:0 1px 3px 0 rgba(0, 0, 0, .05); background:-moz-linear-gradient(top, #fff 0%, #f9f9f9 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f9f9f9)); background:-webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%); background:-o-linear-gradient(top, #fff 0%, #f9f9f9 100%); background:-ms-linear-gradient(top, #fff 0%, #f9f9f9 100%); background:linear-gradient(bottom, #fff 0%, #f9f9f9 100%)*/  border:1px solid #c0c0c0; border-radius:5px;}
.minict_wrapper.bubble:hover { border-color:#dcdcdc }
.minict_wrapper.bubble:after { height:36px; }
.minict_wrapper .dropop{ display:none; top:30px; -webkit-box-shadow:0 5px 25px 0 rgba(0, 0, 0, .25); border-radius:6px; overflow:visible; background:#333333; width:100%; position:absolute;}
.minict_wrapper.bubble .dropop:before { position:absolute; top:11px; left:45%; content:"."; color:transparent; width:0; height:0; border-style:solid; border-width:0 11px 11px 11px; border-color:transparent transparent #333 transparent }
.minict_wrapper.bubble .dropop:after { position:absolute; top:10px; left:45%; content:"."; color:transparent; width:0; height:0; border-style:solid; border-width:0 10px 10px 10px; border-color:transparent transparent #333 transparent }
.minict_wrapper.bubble ul { background:#333333; border:0px solid #c0c0c0; border-radius:5px;}
.minict_wrapper.bubble ul li.minict_first { border-top-left-radius:6px; border-top-right-radius:6px }
.minict_wrapper.bubble ul li.minict_last { border-bottom-left-radius:6px; border-bottom-right-radius:6px }

@media screen and (max-width: 1024px) {
.minict_wrapper span{ overflow:hidden; line-height:36px !important;}
.minict_wrapper ul li {padding:0 10px 0 35px !important; height:inherit; line-height:16px; margin:0px 0px 10px 0px !important; }
}
