.loginicon{
    width: 12%;
}
.logintitle{
    font-weight: 500;
    font-size: 22px;
    position: relative;
    top: 8px;
    left: 5px;
}
.topbar .top-navbar .navbar-header{
    padding-left: 0 !important;
    text-align : center;
}
.logotext{
    position: relative;
    top: 7px;
    font-size: 20px;
}
.datepicker-dropdown{
    z-index: 10000 !important;
}
.card-img-overlay{
    padding : 3.25rem !important;
}
.table td, .table th {
    padding: 0.5rem;
}
.test_section{
    background-color: #e5eef759;
    padding: 10px;
    margin-bottom: 3%;
    border: 1px solid #eaf2f7;
}
.lbl_title{
    width:15%;
}
.lbl_dropdown{
    width:40%;
}
/*.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{
    
}*/
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on{
    font-size: 14px !important;
    line-height: 1.7 !important;
}
.selectmedia_lbl{
    line-height: 2.5;
    margin-bottom: 0;
}
.input_lbl{
    background-color: #fff;
    padding: 8px 8px;
    border: 1px solid #e9ecef;
}
.data_entry_fixed{
    position: fixed;
    z-index: 10;
    width: 95%;
}
.data_row{
    padding-top: 110px;
}
.add_more_btn{
    padding: 9px 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
}
.addmore_inputgrp{
    padding: 0;
}
.transsave_btn{
    padding: 8px 12px;
}
@media only screen and (max-width: 540px){
    .data_entry_fixed{
        width: 103%;
    }
    .data_row{
        padding-top: 120px;
    }
}
@media only screen and (max-width: 1200px){
    .data_entry_fixed{
        width: 82%;
    }
}