.customtable thead tr th{
    background: #1f2555;
    padding: 5px 20px !important;
    font-size: 15px;
    font-weight: 600;
    color: white !important;
}

#cancel{
    padding: 0.5em 1em;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    background: #0d3d63;
    border: 0px;
    color: #FFF;
    cursor: pointer;
}
#row_form{
    padding-bottom: 20px;
}
#row_form div{
    padding-top: 5px;
}

#row_form div span{
    width: 100px;
}

#row_form div .field{
    width: 300px;
}
#row_form div input[type="date"]{
    margin-left: 38px;
    padding-right: 0px;
}
.btns{
    margin-left: 230px;
    clear: both;
}
.customtable{
    border: 0px !important;
    margin-bottom: 30px;
}
#add_row input{
    padding: 0.5em 1em;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    background: #e24d26;
    cursor: pointer;
    border: 0px;
    color: #FFF;
    margin-bottom: 10px;
}
tr.even td{
    background: #FFF;
    padding: 5px 20px !important;
    text-align: left;
}
tr.odd td{
    background: #ebebeb;
    padding: 5px 20px !important;
    text-align: left;
}
#ui-id-1 h6{
    font-size: 20px !important;
}
.close{
    color:  #FF0000;
    font-size: 15px;
    position:  absolute;
    cursor:  pointer;
    top: -3px; 
    left: 5px;
    width:  10px;
    height: 10px;
    padding-top: -6px;
    z-index:  50;
}
.file_div{
    position: relative;
    margin: 5px;
    float: left;
}
#table_section{
    padding-top: 0px;
}
.addmorefiles{
    width: 100%;
    padding-left: 90px;
}
#addmorebtn{
    padding: 0.5em 1em;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    background: #e24d26;
    cursor: pointer;
    border: 0px;
    color: #FFF;
    margin-bottom: 10px;
    margin-left: 220px;
    margin-top: 20px;
}
table.searchtable tr td{
    padding: 0px !important;
    background: transparent !important;
}
.search_input{
    width: 165px;
}
.search_input_fields{
    text-align: left;
}
.search_input_submit{
    text-align: right;
}
.reset{
    padding: 0.5em 1em;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    background: #0d3d63;
    border: 0px;
    color: #FFF;
    cursor: pointer;
}
#feach_date{
    margin-left: 37px !important;
}
.invalid_csv{
    color: #e24d26;
    text-align: right;
}
.csv_success{
    color: #0c7505;
    text-align: right;
}
.uploadcsv{
    text-align: right;
    margin-bottom: 10px;
}
.uploadcsv label{
    font-weight: bold;
}