/* 
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/

.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: arial;
    font-weight: 700;
}
.prev, .next {
    cursor: pointer;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 35px;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inherit;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    background: url("../images/icons.png") no-repeat;
}
.next {
    background-position: -18px 11px;
    background-size: 138px;
}
.prev {
    background-position: 9px 9px;
    background-size: 138px;
}
.time_pick {
    position: relative;
}
.timepicker_wrap {
    padding: 10px;
    border-radius: 5px;
    z-index: 998;
    display: none;
    box-shadow: 0px 0px 5px 0 rgba(225, 225, 225, 0.35);
    background: #80bd01;
    border: 1px solid #fff;
    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 #FFFFFF;
    border: 1px solid #fff;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 15px;
    color: #80bd01;
    font-weight: bold;
}
a.reset_time {
    float: left;
    margin-top: 5px;
    color: #000;
}
