/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 16, 2018, 10:34:21 AM
    Author     : sivanesan
*/

.menuHomeCls{
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.menuTheadCls{
    background-color:  #3c8dbc;
    height: 0px;
}
.radioBtnClsContTrak{
    width: 5%;
}
.mainMenuTdCls{
    background-color: #c3cad4;
}
.allContDlvTypeDetailCls{
    outline: none;
}
.unPaidAndPaidCls{
    border: 1px solid lightgrey;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    cursor: pointer;
}
.unpaidPaidCheck{
    height: 10px;
}
.unpaidCheckTdCls{
    text-align: center;
}

.epayPrevRecrdCls{
    font-size: 12px;
    width: 50%;
    height: 20px;
    text-indent: 5px;
    border:1px solid lightgrey;
}
.removeClsRow{
    height: 19px;
}
.unPaidAndPaidTrCls{
    height: 18px;
}
.unPaidAndPaidHeadFootCls{
    background-color: #2b3d83;
    color: white;
}
.emptyRowCls{
    height: 19px;
}
#invoiceDtlTbodyId tr:hover{
    background-color: #c3cad4;
    color: #2b3d83;
}

.downloadOpsCls .btn-sm{
    padding: 0px 10px !important;
}

.txtAreaDeclrCls{
    width: 300px;
    height: 40px;
}

.dynamicTableRowColrCls{
    background-color: #c3cad4;
}

.epayOrgNameTypeLblCls{
    font-size: 12px;
    width: 32%;
    height: 20px;
    text-indent: 5px;
    border:1px solid lightgrey;
}
.epayOrgNameTypeInpCls{
    font-size: 12px;
    width: 68%;
    height: 20px;
    text-indent: 5px;
    border:1px solid lightgrey;
}
