#form_clinic input[type="text"], #form_doctor input[type="text"], .box-modal_spec input[type="text"]{/* width: 195px; *//* padding: 2.5%; *//* font-weight: bold; */width: 97%;text-align: left;}
.box-modal_spec{
    background: #fff;
  
    padding: 15px;
    position: relative;
}
.minict_wrapper ul li span{color: #30b44a;display: block;}
.box-modal_spec h3{color: #30b34a; margin-bottom: 30px;}
.box-modal_spec hr{position: absolute; width: 99%;left: 0;top: 40px;color: #D7D7D7;}
/*#form input[type="text"]#city{display: none}*/
.vpb_general_button{color: #fff; text-decoration: underline; float: right;cursor: pointer;}
.vpb_general_button:hover{text-decoration: none;}
.vpb_info{/* color: red; */}
.vpb_success{color: #FAB346;}
.vpb_success,.vpb_info{/* background: #fff; *//* padding: 5px; */}
img#captchaimg {margin-left: 1px;clear: both;}
.minict_wrapper {
  position: relative;
  -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: "";
    background: url(../images/select-arrow.png) no-repeat;
    display: block;
    position: absolute;
    width: 13px; height: 6px;
    top: 10px;
    right: 10px;
	}
  .minict_wrapper.active:after {
    /* content: "\25B2"; */ 
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
  .minict_wrapper input {
    width: 460px!important; }
  .minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    top: 26px;
    left: 0;
    max-height: 227px;
    overflow-y: auto;
    z-index: 999999; 
    width: 460px;
}
    .minict_wrapper ul li {
      list-style: none;
      color: #777;
      font-size: 1rem;
      padding: 0 0.7rem;
      cursor: pointer;
      background: #fff;
      /*line-height: 2rem;*/ 
      white-space: pre-line;
}
      .minict_wrapper ul li:hover {
        background: #FAB346;
        color: #fff; }
      .minict_wrapper ul li.minict_group {
        color: #444;
        background: #f6f6f6;
        font-weight: bold;
        border-top: 1px dotted;
        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; }

.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; }
