.ti_tx,
.mi_tx,
.mer_tx {
    width: 100%;
    text-align: center;
    margin: 10px 0
}

.time,
.mins,
.meridian {
    width: 60px;
    float: left;
    margin: 0 10px;
    font-size: 20px;
    color: #2d2e2e;
    font-family: 'Muli';
    font-weight: 700
}

.prev,
.next {
    cursor: pointer;
    padding: 18px;
    width: 28%;
    border: 1px solid #ccc;
    margin: auto;
    background: url(../../images/arrow1.png) no-repeat;
    border-radius: 5px
}

.prev:hover,
.next:hover {
    background-color: #ccc
}

.next {
    background-position: 50% 150%
}

.prev {
    background-position: 50% -50%
}

.time_pick {
    position: relative
}

.timepicker_wrap {
    padding: 5px;
    border-radius: 5px;
    z-index: 9999;
    display: none;
    box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, .35);
    background: #f6f6f6;
    border: 1px solid #ccc;
    float: left;
    position: absolute;
    top: 27px;
    left: 0
}

.arrow_top {
    position: absolute;
    top: -10px;
    left: 20px;
    background: url(../../images/top_arr.png) no-repeat;
    width: 18px;
    height: 10px;
    z-index: 999
}

input.timepicki-input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    float: none;
    margin: 0;
    text-align: center;
    width: 70%;
    font-family: 'Muli';
    font-weight: 400;
    font-size: 16px;
}

a.reset_time {
    float: left;
    margin-top: 5px;
    color: #000
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #1F879D;
    background: #1F879D;
    color: #fff;
}