﻿
.timer-control 
{
    display: block;
    width: 115px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.date-control {
    display: block;
    width: 140px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.date-control-search {
    width: 135px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family:Lato;
}


.date-control-search-filter {
    width: 120px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0rem 0rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: Lato;
}

.formlabel1
{
    font-family:Lato;
    font-weight:400;
    font-size:14px;
    text-align:left;
    color:rgb(109, 107, 107)
}


 input[type=datetime-local], input[type=month], input[type=time] 
{
    -webkit-appearance: listbox
}

input[type=date]
{
    max-width:130px;
}


/*Response / Adaptive adjustments to the stylesheets for mobile devices*/
@media all and (max-width:400px) 
{
    .date-control-search 
    {
        width: 124px;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0rem 0rem; /* need to overwrite the original call property*/
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        font-family: Lato;
    }

    .date-control-search-filter {
        width: 124px;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0rem 0rem; /* need to overwrite the original call property*/
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        font-family: Lato;
    }

    .formlabel1 
    {
        font-family: Lato;
        font-weight: 100;
        font-size: 12px;
        text-align: left;
        color: rgb(109, 107, 107)
    }

}

@media (max-width: 900px)
{
    .formlabel1 {
        font-family: Lato;
        font-weight: 100;
        font-size: 12px;
        text-align: left;
        color: rgb(109, 107, 107)
    }
}