
.ti_tx,
.mi_tx,
.mer_tx {
  width: 100%;
  text-align: center;
  margin: 21px 0;
}

.time,
.mins,
.meridian {
  width: 44px;
  float: left;
  margin: 0px 5px;
  font-size: 18px;
  color: #2d2e2e;
  font-family: 'arial';
  font-weight: 700;
}

.timepicker_prev,
.timepicker_next {
  cursor: pointer;
  padding: 16px;
  width: 28%;
  border: 1px solid #ccc;
  margin: auto;
  background: url("../images/arrow.png") no-repeat;

  border-radius: 5px;
}

.timepicker_next { background-position: 50% 150%; }

.timepicker_prev { background-position: 50% -50%; }

.time_pick { position: relative; }

/*input{ float:left;}*/

.timepicker_wrap {
  padding: 8px;
  border-radius: 5px;
  z-index: 2;
  display: none;
  width: 180px;
 /*  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.35); */
  background: #f6f6f6;
  border: 1px solid #ccc;
  float: left;
  position: absolute;
  top: 27px;
  left: 0px;
  margin-left: -15px;
  
}

.arrow_top {
  position: absolute;
  top: -10px;
  left: 20px;
  
  background: url("../images/arrow_top.png") no-repeat;
  width: 18px;
  height: 10px;
  z-index: 3;
}