.datepicker-modal {
    top: 10% !important
}

.input-field .postfix {
    top: -0.3rem;
    margin-left: 5px;
    position: absolute;
    font-style: normal;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s;
}

/*scrolable tbl start*/
#tblChildGrid tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblChildGrid thead, #tblChildGrid tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


#tblChildGrid table {
    width: 100%;
}
 

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #42A5F5;
    display: block;
    line-height: 22px;
    padding: 8px 8px;
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 35px; 
    width: 100%;
    text-align: left;
}
 
    .selectLabel {
    font-size: 1rem !important;
}
