.minict_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    color: #343434;
    position: relative;
    height: 28px;
    width: 100%;
	margin-bottom:10px;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
  .minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.minict_wrapper:after {
    background: url("../img/down-arrow.png") no-repeat scroll center center #EDEDED;
    color: #7C7C7C;
    content: "";
    display: block;
    font-size: 18px;
    height: 26px;
    line-height: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.minict_wrapper input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #6A6A6A;
    cursor: pointer;
    width: 100%;
    font-family: open sans;
    font-size: 14px;
    height: 25px;
}
.minict_wrapper ul {
    border: 1px solid #E5E5E5;
    display: none;
    list-style: none outside none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 27px;
    width: 100%;
    z-index: 10000000;
}
.minict_wrapper ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    font-family: noto sans;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
}
      .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; }
