
.minict_wrapper {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    font-family: "Segoe UI",Segoe,"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    height: 2.2rem;
    position: relative;
    width: 300px;
}

.minict_wrapper * {
    box-sizing: border-box;
}

.minict_wrapper:after {
    color: #555;
    content: "▼";
    display: block;
    font-size: 0.6rem;
    height: 2.1rem;
    line-height: 1.9rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.1rem;
}

.minict_wrapper.active:after {
    content: "▲";
}

.minict_wrapper input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #333;
    cursor: default;
    font-family: "Segoe UI",Segoe,"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-size: 1rem;
    height: 1.9rem;
    outline: medium none;
    padding: 0 2.2rem 0 0.4rem;
    width: 100%;
}

.minict_wrapper ul {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    display: none;
    left: 0;
    list-style: outside none none;
    margin: 0;
    max-height: 22rem;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 2rem;
    width: 100%;
    z-index: 999999;
}

.minict_wrapper ul li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    font-size: 1rem;
    height: 2.2rem;
    line-height: 2rem;
    list-style: outside none none;
    padding: 0 0.7rem;
}

.minict_wrapper ul li:hover {
    background: none repeat scroll 0 0 #fcfcfc;
    color: #111;
}

.minict_wrapper ul li.minict_group {
    background: none repeat scroll 0 0 #f6f6f6;
    color: #444;
    cursor: default;
    font-weight: bold;
}

.minict_wrapper ul li.minict_empty {
    background: none repeat scroll 0 0 #fff !important;
    color: #bbb;
    display: none;
    font-size: 0.9rem;
    height: 3.5rem;
    line-height: 3.3rem;
    text-align: center;
}

.minict_wrapper ul li.selected {
    background: none repeat scroll 0 0 #f9fcff;
    color: #819a9a;
}

.minict_wrapper ul li.highlighted {
    background: none repeat scroll 0 0 #819a9a;
    color: #fff;
}

.minict_wrapper ul li.hidden {
    display: none;
}

.minict_wrapper.bubble {
    background: -moz-linear-gradient(center top , #fff 0%, #f9f9f9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.minict_wrapper.bubble:hover {
    border-color: #dcdcdc;
}

.minict_wrapper.bubble:after {
    border-left: 1px solid #e5e5e5;
    box-shadow: 1px 0 0 0 #fff inset;
    height: 33px;
}

.minict_wrapper.bubble ul {
    /*border-radius: 6px;*/
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.25);
    overflow-y: auto;
}

.minict_wrapper.bubble ul:before {
    border-color: transparent transparent #e5e5e5;
    border-style: solid;
    border-width: 0 11px 11px;
    color: transparent;
    content: ".";
    height: 0;
    left: 19px;
    position: absolute;
    top: -11px;
    width: 0;
}

.minict_wrapper.bubble ul:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 10px;
    color: transparent;
    content: ".";
    height: 0;
    left: 20px;
    position: absolute;
    top: -10px;
    width: 0;
}

.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;*/
}

.minict_wrapper {
    border-color: #dddddd;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    color: #888888;
    font-size: 14px;
    height: 36px !important;
    margin-bottom: 10px;
    max-height: 40px;
    max-width: 100%;
}

.minict_wrapper input {
    height: 32px !important;
    padding: 0 2.2rem 0 12px;
}

.minict_wrapper ul {
    top: 3.6rem;
}

.minict_wrapper ul li {
    font-size: 12px !important;
}

.minict_wrapper:after {
    color: #34495e;
    content: "▼";
    display: block;
    font-size: 0.99rem;
    height: 2.1rem;
    line-height: 2.9rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.1rem;
}

