﻿
.HomeBackgound {
    /*background-color: #4D91B7;*/
    background-color: #41a928;
    height: 40%;
}

.HomeBackgound_New {
    background-color: #4D91B7;
    height: 40%;
}

.leftPanel {
    background-color: #FFFFFF;
    height: 25%;
    padding: 20px;
    padding-left: 20px;
}

.leftPanel_New {
    background-color: #FFFFFF;
    height: 25%;
    padding: 0px;
    padding-left: 20px;
}

.container-fluid {
    padding: 50px;
    height: auto;
}

/*.form-control {
    width: 40%;
}*/



.btn {
    /*background-color: #00205B;*/
    background-color: #41a928;
    color: white !important;
}

    .btn:hover {
        color: white !important;
    }

.rightPanel {
    color: white;
}

.btnLearnMore {
    background-color: white;
    color: #4D91B7;
    border: 1px solid #4D91B7;
    font-weight: bold;
}

.HeaderLabels {
    color: #4D91B7;
    font-size: large;
}

p {
    padding-top: 10px;
    text-align: justify;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
    /*color: #00205B;*/
    color: #41a928;
}

.planTypeLabels {
    padding-left: 25px;
}

.planbtns {
    padding-left: 65px;
}


.btnViewPlan {
    display: inline-block;
    width: 175px;
    height: 50px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    /*padding: 6px 12px;*/
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: #41a928;*/
    color: rgb(255, 255, 255);
}



.learnMore_div {
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 175px;
    height: 50px;
    background: inherit;
    background-color: #ffffff;
    border-color: rgba(65, 169, 40, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    color: #41A928;
    text-align: center;
    padding-top: 15px;
    display: inline-block;
    cursor: pointer;
}

.learnMoreText {
    position: absolute;
    align-self: center;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    width: 100%;
}

span.learnMore_div:hover {
    background-color: #338720;
    color: #FFFFFF;
}

/* added on-hover for home page buttons */

input#bntViewPlanPDP:hover {
    background-color: #338720;
}



span.learnMore_div.btn:hover {
    background-color: #338720;
    color: #FFFFFF;
}

input#bntPlan:hover {
    background-color: #338720;
}

p#pViewPlanBtn:hover {
    background-color: #338720;
}

span.viewPlan:hover {
    background-color: #338720;
}

input#bntViewPlanPDP:hover {
    background-color: #338720;
}

/* 8/3/2020 EJC: moved from home_m.ascx page */
.comparePlans100pct_div {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.legendProduct {
    margin-bottom: inherit;
    font-size: inherit;
    border-bottom: none;
}

.legendProduct_btnLeft {
    text-align: left;
    padding-top: 10px;
}


/* 4/1/2020 EJC: added CSS for formatting of the plan comparison table columns */
#divComparePlans table tbody tr td {
    width: 33%;
}

    #divComparePlans table tbody tr td div ul li {
        color: #000000;
        font-size: 16px;
        line-height: 22px;
        font-family: 'Arial';
        font-weight: 400;
        font-style: normal;
    }


.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}


@media all and (max-width:600px) {
    #cache24 {
        /*padding-left: 16px;*/
        background-color: #ffffff;
        font-size: 28px;
        margin-bottom: 0px;
    }
}


/* tablets */
@media all and (min-width:768px) and (max-width:991px) {
    #divAboutDQ {
        padding-top: 13px !important;
    }

    #divTellMeAboutTourself {
        padding-bottom: 30px;
    }
}

/* small laptop */
@media all and (min-width:992px) and (max-width:1199px) {
    #divAboutDQ {
        padding-top: 29px !important;
    }
}

/* laptop and desktop */
@media all and (min-width:1200px) {
    #divAboutDQ {
        padding-top: 40px !important;
    }
}

/* 5/5/2020 EJC: moved media queries from ascx page to here */

/* small screens */
@media all and (max-width:600px) {
    #pViewPlanBtn {
        width: 100%;
    }

    #divComparePlansCntr {
        /*width: 80%;*/
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
        /*width: 80%;*/
        /*
		margin-right: auto;
		margin-left: auto;
		*/
    }

    .row.HomeBackgound {
        /* left and right margins by default are -15px for the Bootstrap rows for our website.
			But for large display the margin is set to another value for formatting to large screen */
        margin-left: -15px;
        margin-right: -15px;
        /*background-color: #f6f6f6;*/
        background-color: #ffffff;
    }

    #cache24 {
        /*padding-left: 16px;*/
        background-color: #ffffff;
        font-size: 28px;
    }
}



/* large screens */
@media all and (min-width:768px) {
    /*
	#divComparePlansMain #cache102 {
		margin-left:12px;
	}
	*/
    #divComparePlansCntr {
        padding-left: 91px;
        padding-right: 101px;
        margin-left: 0px;
        width: 100%;
    }

    #cache24 {
        margin-left: 70px;
        padding-left: 15px;
        background-color: #ffffff;
        font-size: 28px;
        margin-right: -20px;
    }

    .row.HomeBackgound {
        /* left and right margins by default are -15px for the Bootstrap rows for our website.
			But for large display the margin is set to -30 to format the content for large screen */
        /*margin-left: -30px;*/
        margin-left: -15px !important;
        margin-right: -30px !important;
    }
}

/* tablets */
@media all and (min-width:768px) and (max-width:991px) {
    .card {
        /*width: 367px;*/
        width: 102% !important;
        margin-left: 12px !important;
        margin-left: 0px !important;
    }

    #divComparePlansCntr {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }

    #cache24 {
        margin-left: 0px;
        padding-left: 15px;
        background-color: #ffffff;
        font-size: 28px;
    }

    #div_GetStarted {
        font-size: 28px !important;
        font-family: 'Arial Bold', 'Arial' !important;
        font-weight: 700 !important;
    }
}

@media all and (max-height: 243px) {
    #div_CmpPlan {
        height: 268px;
    }
}


/* large tablets (i.e. iPad Pro) */
@media all and (min-width:992px) and (max-width:1024px) {
    #divComparePlansCntr {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }

    #cache24 {
        margin-left: 0px;
        padding-left: 15px;
        background-color: #ffffff;
        font-size: 28px;
    }

    #divTellMeAboutTourself {
        background-color: red; /* TEST - REMPOVE*/
    }

        #divTellMeAboutTourself.card {
            margin-left: 0px !important;
        }

        #divTellMeAboutTourself.card-title {
            width: 350px !important;
        }

    .card {
        margin-left: 0px !important;
    }

    .card-title {
        width: 350px !important;
    }
}



/* 6/26/20 EJC: copied from SQE DQ for Product Pages - there may be duplicates from existin CSS above */

/* 5/26/20 EJC: added CSS for Savings Plans */
/* small screens */
@media all and (max-width:600px) {
    #divCompareSavingsPlansCntr {
        width: 80%;
    }
}

/* mobile */
@media only screen and (max-width:767px) {
    .form-controlDivs {
        margin-left: 0px !important;
    }

    #div_txtZip {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #txtZip {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #div_ddlCoverageCode {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #ddlCoverageCode {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #bntPlan {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .divOuter_monthlyCostBottom {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .divInner_monthlyCostBottom {
        margin-left: 120px !important;
        margin-right: 15px !important;
    }

    .divOuter_zonePageHeading {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .divInner_zonePageHeading {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
    }
}



/* tablets */
@media all and (min-width:768px) and (max-width:991px) {
    #divAboutDQ {
        padding-top: 0px !important;
    }

    #divCompareSavingsPlansCntr {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }
}

/* small laptop */
@media all and (min-width:992px) and (max-width:1199px) {
    #divAboutDQ {
        padding-top: 19px !important;
    }

    #divCompareSavingsPlansCntr {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }

    .form-controlDivs {
        /*margin-top: -50px !important;*/
        padding-left: 50px !important;
    }


    .divOuter_zonePageHeading {
        margin-left: -42px !important;
        margin-right: -57px !important;
        background-color: #41a928;
    }
}

/* laptop and desktop */
@media all and (min-width:1200px) {
    #divAboutDQ {
        /*padding-top: 33px !important;*/
        padding-top: 19px !important;
    }

    #divCompareSavingsPlansCntr {
        padding-left: 91px;
        padding-right: 101px;
        margin-left: 0px;
        width: 100%;
    }

    .form-controlDivs {
        padding-left: 81px;
    }

    .divOuter_zonePageHeading {
        margin-left: -15px !important;
    }
}
