
/* 
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;
    padding: 18px;
    width: 28%;
    border: 1px solid #ccc;
    margin: auto;
    background: url(/img/arrow.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: 10px;
    border-radius: 5px;
    z-index: 998;
    display: none;
    box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.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(/img/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 #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: none;
    margin: 0;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    width: 70%;
}

a.reset_time {
    float: left;
    margin-top: 5px;
    color: #000;
}


.question.SleepAwakeTime {
    display: flex;
}

    .question.SleepAwakeTime h3.inlinewideQuestion, .question.SleepAwakeTime h2.inlinewideQuestion {
        width: 65%;
    }

    .question.SleepAwakeTime .time_pick {
        width: 30%;
    }

div.time, div.mins {
    width: 75px;
}

div.ti_tx_hours, div.ti_tx_mins {
    margin: 10px 12px !important;
}

div.timepicker_wrap {
    padding: 10px 20px 10px 10px;
}

input.timepicki-input {
    width: 55% !important;
    height: 25px;
}

.hoursTimePicki, .minutesTimePicki {
    position: relative;
    top: 2px;
}

@media screen and (max-width: 600px) {
    .question.SleepAwakeTime {
        display: block;
    }

    div.timepicker_wrap {
        padding: 10px 0px 10px 0px !important;
    }

    input.width-150 {
        margin-top: 0px;
        margin-left: 0px;
        width: 245px;
        padding-top: 10px !important;
    }

    input.custom-combobox-input.ui-widget.ui-widget-content.ui-state-default.ui-corner-left.ui-autocomplete-input {
        padding-left: 10px;
    }

    a.custom-combobox-toggle.ui-corner-right {
        margin-left: 211px;
        top: -22px;
    }

    .question.SleepAwakeTime .time_pick {
        width: 100%;
    }
}

@media only screen and (max-device-width: 1930px) and (min-device-width: 1919px) {
    .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
        z-index: 100 !important;
    }
}
/*Mobile view*/
@media only screen and (max-device-width: 650px) and (min-device-width: 350px) {
    .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
        left: 40px !IMPORTANT;
        width: 85% !IMPORTANT;
    }
}
/*Mobile end view*/
/*iphone 5se */
@media only screen and (max-device-width: 330px) and (min-device-width: 320px) {
    .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
        left: 6px !IMPORTANT;
        width: 96% !IMPORTANT;
    }
    div.timepicker_wrap {
    padding: 10px 8px 10px 0px !important;
}
    div.time, div.mins {
    width: 55px !important;
}
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    z-index: 100 !important;
}