﻿.TimeTxt {
    width: 100px !important;
    float: left;
    display: block;
    padding: 5px 8px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #797979;
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /*-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    height: 25px;
    margin-bottom: 3px;
}

.TimeLbl {
    width: 100px !important;
    padding: 0px 0px 0px 5px;
    font-size: 13px;
}

.control-label {
    padding-top: 7px;
}

.Grid_Class {
    width: 70%;
    margin: 5px auto 0px auto;
}

@media only screen and (max-width: 767px) {
    .TimeTxt {
        width: 100px !important;
        float: left;
        display: block;
        padding: 5px 8px;
        font-size: 12px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #797979;
        border-radius: 0px;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        /*-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
        height: 25px;
        margin-bottom: 3px;
    }

    .TimeLbl {
        width: 100% !important;
        padding: 0px 0px 0px 0px;
        text-align: center !important;
        font-size: 13px;
    }

    .Grid_Class {
        width: 100%;
        margin: 5px auto 0px auto;
    }
}
