.minict_wrapper {
  font-family: "Segoe UI", Segoe, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  position: relative;
  width: 500px;
  height:44px;
  }
  
  .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:44px;
    width:500px;
    top: 0;
    right: 0;
    font-size:12px;
    line-height:44px;
    text-align:right;
    color: #555;
    cursor:pointer;
}
  .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:14px;
    height:44px;
    padding: 0 0 0 10px;
    cursor:pointer;
    width: 100%; }
	
  .minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    overflow-y: auto;
    z-index: 999999; }
	
    .minict_wrapper ul li {
      list-style: none;
      font-size:14px;
      padding: 0 0 0 10px;
      cursor: pointer;
      background: #fff;
#      height:32px;
      line-height:32px; }
	  
      .minict_wrapper ul li:hover {
        background: #ff9933;
        color: #FFF; }
		
      .minict_wrapper ul li.minict_group {
        color: #444;
        background: #f6f6f6;
        font-weight: bold;
        cursor:pointer; }
		
      .minict_wrapper ul li.minict_empty {
        display: none;
        background: #fff !important;
        color: #999;
        text-align: center;
        font-size:14px;
#      height:32px;
      line-height:32px; }
		
      .minict_wrapper ul li.selected {
        color: #999;
        background: #f9fcff; }
		
      .minict_wrapper ul li.highlighted {
        color: #fff;
        background: #819a9a; }
		
      .minict_wrapper ul li.hidden {
        display: none; }

.minict_wrapper.bubble {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%); }
  .minict_wrapper.bubble:hover {
    border-color: #dcdcdc; }
  .minict_wrapper.bubble:after {
    border-left: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 1px 0px 0px 0px #fff;
    box-shadow: inset 1px 0px 0px 0px #fff;
    height: 2.05rem; }
  .minict_wrapper.bubble ul {
    top: 2.7rem;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    overflow: visible; }
    .minict_wrapper.bubble ul:before {
      position: absolute;
      top: -11px;
      left: 19px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 11px 11px 11px;
      border-color: transparent transparent #e5e5e5 transparent; }
    .minict_wrapper.bubble ul:after {
      position: absolute;
      top: -10px;
      left: 20px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #ffffff transparent; }
    .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; }