﻿.On_ClickDeleteFile {
    cursor:pointer
}
.Filecls {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}
.ClsFile {
    display: inline;
    padding: 3px;
    color: white;
    background: #8DDBE8;
    margin-top: 5px;
    width: 225px;
}

#TblExcelData {
    border: 1px solid silver;
}
thead {
    margin-top: 1%;
    background: #F5F7FA;
    color: black;
}

.dataTables_length {
    display: none;
}

.ClsDateField {
    width: 120px;
    display: inline;
    margin-left: 1%;
}

#fieldSetDiv {
    margin-top: 1%;
    width: 100%;
    margin-bottom: 1%;
}

thead.Tblthead tr th {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    white-space: nowrap;
    height: 40px;
    text-align: center;
}

tbody.Tbltbody tr td {
    padding-left:7px;
    height: 50px;
    font-size: 14px;
    padding-right: 4px;
}

.row-Combined {
    margin-top: 1%;
}

#SubmitForm {
    display: inline;
}

#uploadView {
    margin-left: 3%;
}

#UploadDiv {
    display: none;
}

table tr.odd {
    /*background: #e8e389 !important;*/
    background: #f2f2f2 !important;
}

#TblConsolidatedData {
    border: 1px solid silver;
}


#TblConsolidatedDataDiv {
    display: none;
}

#ViewDiv {
    display: none;
}

    #ViewDiv div button {
        margin-top: -4px;
    }

.viewradio {
    margin-left: 3%;
}
.logradio {
    margin-left: 3%;
}
.lblCls {
    margin-left: 1%;
}

#selectType {
    margin-left: 4%;
}
.lblToDate {
    margin-left: 4.2%;
}

.ClsDdlSelect {
    height: 36px !important;
    margin-left: .7%;
    width: 200px;
}

#TblInvoiceData tbody td:first-child {
    text-align: center;
}

#TblInvoiceDataDiv {
    display: none;
}

#TblInvoiceData {
    margin-top: 1%;
    margin-left: 0%;
}

#TblInvoiceData {
    border: 1px solid silver;
}

#TblWasteDiversionData {
    margin-top: 1%;
    margin-left: 0%;
    border: 1px solid silver;
}
#TblLogData {
    margin-top: 1%;
    margin-left: 0%;
    border: 1px solid silver;
}
#TblLogData thead th{
   text-align:left;
}
#TblWasteDiversionDataDiv {
    display: none;
}
thead.TbltheadLog tr th {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    white-space: nowrap;
    height: 40px;
    text-align: left;
}
.w3-card-8 {
    height: 170px;
    width: 365px;
    margin-top: 86px;
}
@media only screen and (min-width:1920px) {
    .w3-card-8 {
        height: 170px !important;
    }
}
