﻿/* Used for Main Grid*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);


.lblProd_Exp {
    font-size: 26px;
    font-weight: bold;
}

.lblCost_Exp {
    font-size: 28px;
    font-weight: bold;
}

.lblEFlrate_exp {
    font-size: 14px;
}

.lblProdDesc_exp {
    font-size: 18px;
    font-weight: bold;
}

.lblProdDesc2_exp {
    font-size: 14px;
    width: 600px;
}

.ProdDescLabel {
    font-size: 10px;
}

.Grid {
    background-color: #f6f5f4;
    width: 900px;
    padding: 0px;
    margin: 0px;
}

    .Grid th {
        line-height: 30px;
    }

    .Grid border {
        border-left-style: none;
        border-left-width: 0px;
        border-right-style: none;
        border-right-width: 0px;
    }

.CustSearchGrid {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 1px solid #c7c6c6;
}

    .CustSearchGrid th {
        line-height: 30px;
    }

    .CustSearchGrid border {
        border-left-style: none;
        border-left-width: 0px;
        border-right-style: none;
        border-right-width: 0px;
    }

    .CustSearchGrid tr td {
        text-align: left;
        font-size: 12px;
        padding: 5px 0px 5px 3px;
    }

    .CustSearchGrid tr:nth-child(odd) {
        background: #f5f3f3 !important;
    }

    .CustSearchGrid tr th {
        font-size: 15px;
    }

.CustSearch-Grid-div {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    overflow-y: auto;
    height: 300px;
}

.cust-search-popTable {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}



.pdEnroll-main-div {
    background: #fff;
    display: block;
    float: left;
    box-shadow: 0px 5px 5px #ccc;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.penEnroll-controls-div {
    display: block;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.noborder {
    border: none;
}

.lblProd_Grid /*table-title01 */ {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    color: #606060;
    font-weight: bold;
}

.lnk_Moredetails /*table-text-gray */ {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #989898;
}

.lblWhos_it_For /*table-runtext*/ {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #606060;
    text-align:left;
}

.lblDesc_Grid {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #0899ce;
    font-style: italic;
}

.FeaturesImg_Grid {
    border: none;
    width: 85px;
    height: 55px;
}

.lblTerm_Grid /*table-term*/ {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #606060;
    font-weight: bold;
    font-style: italic;
}

.lblRate_Grid /*table-title-blue*/ {
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    color: #0099ce;
    font-weight: bold;
}

.lblSplFeatures_exp {
    font-weight: bold;
}

#Body1_Exp {
    font-size: 13px;
    border: none;
    width: 253px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #333;
}

#Body2_Exp {
    font-size: 13px;
    border: none;
    width: 141px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
}

#Body3_Exp {
    font-size: 13px;
    border: none;
    width: 205px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #333;
    text-align: justify;
}

#Body4_Exp {
    font-size: 13px;
    border: none;
    width: 226px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    background-color: #fcbb7f;
    height: 176px;
}

#ProdCell_expHead {
    font-family: 'PT Sans', sans-serif;
    color: #FFF;
    border: none;
    width: 636px;
    top: 25px;
}

#CostCell_expHead {
    width: 118px;
    border: none;
    font-family: 'PT Sans', sans-serif;
    color: #FFF;
}

#BtnCell_expHead {
    width: 106px;
    border: none;
    height: 170px;
}

#btnSignup_big {
    height: 45px;
    line-height: 45px;
    background-image: url(../images/button-bg1.png);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    box-shadow: 2px 2px 2px 1px #a9540e;
    -webkit-box-shadow: 2px 2px 2px 1px #a9540e;
}

#Exp_Prod_Header {
    width: 900px;
    height: 170px;
    /* background-color:#ef771f;*/
    background-image: url(../images/prodtitle_bg.jpg);
    position: relative;
    bottom: 0px;
    border-spacing: 2px;
}

#Exp_Prod_Body {
    width: 900px;
    background-color: #fcc79d;
    position: relative;
    bottom: 0px;
    height: 175px;
    border-spacing: 2px;
}

.bottom_rounded_corners {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.top_rounded_corners {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: #999 0px 2px;
}

.bottom_left_rounded_corner {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    /*box-shadow:#999 0px 2px;*/
}

.bottom_right_rounded_corner {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    /*box-shadow:#999 0px 2px;*/
}

#tblProdDetPopup, #pnlProdDet_exp {
    width: 900px;
    width: 100%;
    height: 100%;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /*box-shadow:#999 0px 2px;*/
}

#pnlProductDetails {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
/*----------------------------------------------------------------------------------------*/

