
.PGmainTable{
    margin: auto;
    margin-top: 12px;
    border: 1px solid #716F6F;
    box-shadow: 0px 0px 20px black;
}
.PGinnerTable{
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}
.PGcancel{
    font-size: 18px;
}
.PGcancel:hover{
    cursor: pointer;
    background-color: red;
    font-weight: bolder;
}
.PGmainTableHeader{
    background-color: #D40606;
    color: white;    
    font-size: 18px;
    height: 37px;
}            
.PGheading{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}  
.PGactiveWizardText{
    font-size: 14px;
    color: #D40606;
}
.PGcompleteWizardText{
    font-size: 14px;
    color: green;
}
.PGnormalText{
    color: #666666;
    font-size: 14px;
}
.PGsmallText{
    color: #5A5959;
    font-size: 11px;
}
.PGvalidation{
    color: red; 
}
.PGtextBox{
    padding: 4px;
    width: 180px;
}
.PGtextArea{
    width: 418px;
    height: 50px;
    padding: 5px;
}
.PGdropDown{
    width: 192px;
    /*height: 25px;*/
}
.PGbtn{
    padding: 5px;
    width: 80px;
    background-color: #e5e5e5;
    color: black;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid darkgray;
}
.PGbtnProceed{
    padding: 5px;
    width: 80px;
    background-color: #D40606;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid darkgray;
}
.PGbtnProceed:hover{
    background-color: #AF0909;
}
.razorpay-payment-button{
    padding: 5px;
    width: 80px;
    background-color: #D40606;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid darkgray;
}
.razorpay-payment-button:hover{
    background-color: #AF0909;
}

.PGbtn:hover{
    background-color: #c5c5c5;
}
.PGprocessLine{
    position:absolute;
    margin-left: -30px;
    margin-top: -4px;
}
.ws-nowrap{
    white-space: nowrap;
}

.selectedPlanTermName{
    color: #6B6B6B;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
}

.planTerm-web-dialog
{
    display: none;
    position: fixed;
    top: calc(50% - 200px);
    margin-left: calc(50% - 350px);
    z-index: 1002;
    width: 700px;
    height: 400px;
    border: 1px solid #5A5A5A;
    padding: 14px 0px;
    font-size: 17px;
    background:radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgb(255, 250, 241) 64%);
}

.planTerm-web-dialog-content{
    height: 287px;
    width:100%;
    overflow:auto;
}

.planTerm-web-dialog-title
{
    background-color: #F1A702;
    padding: 5px 35px;
    font-size: 15px;
    color: white;
    font-weight: bold;
}

/*.overlay{
    z-index: 99;
    float:left; 
    display:none; 
    width: 100%; 
    height: 1000px;
    background-color:#333333; 
    opacity:0.4;
    filter:alpha(opacity=40);   
    position:absolute;
    left: 0px ; 
    top:0px;
}*/

.tblAdditionChargesDesc tr td{
    color: #6F6F6F;   
    padding: 5px;
}