/* 
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/

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

.time,
.mins,
.meridian {
  width: 50px;
  float: left;
  margin: 0 5px;
  font-size: 14px;
  color: #707478;
  font-family: arial;
  font-weight: 500;
}

.timepicker_wrap .prev,
.timepicker_wrap .next {
  cursor: pointer;
  padding: 18px;
  width: 28%;
  /* border: 1px solid #ccc; */
  margin: auto;
  background: url(../images/arrow2.png) no-repeat;
  /* border-radius: 5px; */
}

.timepicker_wrap .prev:hover,
.timepicker_wrap .next:hover {
  background-color: #e5f2ff;
}

.timepicker_wrap .next {
  background-position: 50% 150%;
}

.timepicker_wrap .prev {
  background-position: 50% -50%;
}

.time_pick {
  position: relative;
}

.timepicker_wrap {
  padding: 10px;
  /* border-radius: 5px; */
  z-index: 998;
  display: none;
  box-shadow: 0 3px 6px #ccc;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #3499ff;
  float: left;
  position: absolute;
  top: 48px;
  left: 0;
}

.arrow_top {
  position: absolute;
  top: -10px;
  left: 20px;
  background: url(../images/top_arr_white.png) no-repeat;
  width: 18px;
  height: 10px;
  z-index: 999;
}
input.timepicki-input {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  /* border-radius: 5px 5px 5px 5px; */
  float: none;
  margin: 0;
  text-align: center;
  width: 70%;
  padding: 3px;
}

a.reset_time {
  float: left;
  margin-top: 5px;
  color: #000;
}
