﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


body {
    font-family: "Open Sans", "Open Sans Light", "Open Sans Semibold", "Open Sans Extrabold";
    font-size: 100%;
    color: #000000;
    /*background-image: url(../Images/main_home_image.png);*/
    background-repeat: no-repeat;
    background-position: center top 100px;
    background-size: cover;
    /*background-size: 100% 100%;*/
}

.LoginLayoutWrapper {
    min-height: 100%;
    position: relative;
}

.LoginLayoutContent {
    padding-bottom: 20px;
    /*background-image: url(../Images/V2.0/main_model_image.png);
    background-repeat: no-repeat !important;
    background-size: 100% 100%;*/
}

.LoginLayoutFooter {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


.SunevaLoginHeader {
    padding: 10px;
    background-color: #FFFFFF;
}

.SunevaLoginContent {
    background-image: url(../Images/V2.0/main_model_image.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*padding-bottom: 100px;*/
    /*background-color: #E3E7F0;*/
}

/*.SunevaLoginFooter {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    padding: 25px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    vertical-align: middle;
}*/


.EnrollmentForm {
    background-color: rgba(255, 255, 255, .5);
    padding: 15px 0px;
}

.DivDisplayNone {
    display: none;
}

h1.LoginHeadings {
    font-size: 25px;
}

.SunevaMobileNumber {
    padding-top: 18px;
    font-size: 25px;
}


.Divforall {
    width: 1100px;
    display: table;
    margin: 0 auto;
}

.Topbar {
    width: 100%;
    display: table;
    background-color: #ffffff;
}

.Topbar_left {
    width: 50%;
    float: left;
    display: table;
}

.Topbar_right {
    width: 25%;
    float: right;
    display: table;
    text-align: center;
    font-size: 24px;
    color: #6f757c;
}

.header {
    width: 100%;
    display: table;
    background-color: #323a45;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    color: #ffffff;
}

.Login_bg {
    width: 100%;
    display: table;
    background-image: url(../Images/Login_BG.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 10px 0px 0px 0px;
}



.Login {
    float: left;
    width: 45%;
    display: table;
}

.Login_inner {
    width: 80%;
    display: table;
    margin: 0 auto;
}

    .Login_inner h1 {
        font-size: 36px;
        color: #000;
        text-align: center;
        display: table;
        padding-bottom: 15px;
        font-weight: normal;
        width: 100%;
    }

.Login_form {
    width: 100%;
    display: table;
    position: relative;
    background-color: rgba(255, 255, 255, .5);
    border-bottom: #c0c3c6 3px solid;
    border-top: #c0c3c6 3px solid;
    padding: 15px 0px;
}

.Login_Enrollmentbutton {
    padding: 7px 7px;
    border-radius: 5px;
    background-color: #00A6DD;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

    .Login_Enrollmentbutton:hover {
        background-color: #C83293;
    }

.LoginFormTable {
    width: 90%;
    border: 0px;
    margin: 0 auto;
}


.LoginLabels {
    font-size: 20px;
    padding-left: 5px;
}


.Login_form_inner {
    width: 80%;
    display: table;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
}

.Login_form_inner_height {
    height: 40px;
}

.Login_textbox {
    width: 100%;
    display: table;
    background-color: #fff;
    border: #e3e3e3 1px solid;
    height: 35px;
}

.Login_button {
    width: 100%;
    display: table;
    background-color: #f1b000;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    height: 45px;
    border: 0;
    cursor: pointer;
}

    .Login_button:hover {
        background-color: #2BC0DB;
    }

.a {
    font-size: 14px;
    color: #4890e0;
}

    .a:hover {
        color: #f1b000;
    }

.Lock {
    float: left;
    width: 10%;
    display: table;
    background-image: url(../Images/Lock_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

    .Lock table {
        width: 100%;
        display: table;
        text-align: center;
        height: 380px;
    }

.Buttons {
    float: left;
    width: 35%;
    display: table;
    margin-top: 200px;
}

    .Buttons a {
        text-decoration: none;
    }

        .Buttons a:hover .Green_table {
            background-color: rgba(68, 137, 254, .5);
            border-bottom: 3px solid rgba(23, 99, 228, .5);
        }

        .Buttons a:hover .Blue_table {
            background-color: rgba(72, 224, 93, .5);
            border-bottom: 3px solid rgba(58, 179, 74, .5);
        }

.Green_table {
    background-color: rgba(72, 224, 93, .5);
    border-bottom: 3px solid rgba(58, 179, 74, .5);
    font-size: 24px;
    color: #ffffff;
    height: 95px;
}

.Blue_table {
    background-color: rgba(68, 137, 254, .5);
    border-bottom: 3px solid rgba(23, 99, 228, .5);
    font-size: 24px;
    color: #ffffff;
    height: 95px;
}

.Border {
    border-left: 2px solid rgba(255, 255, 255, .2);
    font-size: 24px !important;
}

.HCP_Enroll {
    width: 70%;
    display: table;
    margin: 0px auto 10px auto;
    position: relative;
    background-color: rgba(255, 255, 255, .8);
    border-bottom: #c0c3c6 3px solid;
    border-top: #c0c3c6 3px solid;
    padding: 15px 0px;
}

.Enroll_text {
    font-size: 16px;
    color: #2c2c2c;
}

    .Enroll_text span {
        color: #FF0000;
    }

.Enroll_text1 {
    font-size: 14px;
    color: #606060;
}

.Enroll_Textbox {
    width: 70%;
    display: table;
    background-color: #ffffff;
    border: #e3e3e3 1px solid;
    height: 27px;
}

.Enroll_Textbox_1 {
    width: 90%;
    display: table;
    background-color: #ffffff;
    border: #e3e3e3 1px solid;
    height: 27px;
}

.Yellow_button {
    background-color: #f1b000;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    padding: 8px 25px;
}

    .Yellow_button:hover {
        /*background-color: #2BC0DB;*/
        background-color: #4489fe;
    }

.Blue_button {
    background-color: #4489fe;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    padding: 8px 25px;
}

    .Blue_button:hover {
        background-color: #2BC0DB;
    }



.Footer {
    width: 100%;
    display: table;
    text-align: center;
    padding: 20px 0px;
    color: #ffffff;
    font-size: 14px;
    background: rgba(0, 0, 0, .2);
}

.User_text {
    font-size: 12px;
}

.Greenbar {
    width: 100%;
    display: table;
    background-color: #0bbad0;
    padding: 10px 0px;
    font-size: 21px;
    font-weight: lighter;
    color: #fff;
}

.Body_part {
    width: 100%;
    display: table;
    background-color: #2a2f43;
}

.Left_menu {
    float: left;
    width: 20%;
    display: table;
}

    .Left_menu a {
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
    }

        .Left_menu a:hover {
            color: #06bfd6;
        }

.Right_part {
    float: left;
    width: 80%;
    display: table;
    background-color: #f4f7f9;
}

.Breadcrum {
    width: 100%;
    display: table;
    background-color: #ffffff;
    padding: 10px 0px;
    color: #CCC;
    margin-bottom: 15px;
}

.Block {
    width: 95%;
    display: table;
    margin: 0 auto 15px auto;
}

.Block_left {
    float: left;
    width: 40%;
    display: table;
    margin-right: 3%;
}

.Block_right {
    float: left;
    width: 47%;
    display: table;
}

.Greytext {
    font-size: 21px;
    font-weight: bold;
    color: #a9acbd;
    text-transform: uppercase;
}

.Numbertext {
    font-size: 48px;
    font-weight: bold;
    color: #2a2f43;
}

.White_block {
    width: 100%;
    display: table;
    background-color: #fff;
    box-shadow: 2px 2px 0px #e5eaee;
    padding: 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 21px;
    color: #a9acbd;
    text-transform: uppercase;
}

.White_block_h2 {
    width: 95%;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    color: #a9acbd;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.Green_grid_th {
    background-color: #67d3e0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0px;
}

.Green_grid_th_th {
    background-color: #2a2f43;
    padding: 5px 0px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.Green_grid_th_td {
    background-color: #e5eaee;
    padding: 13px 0px;
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.Green_grid_th_td_1 {
    background-color: #fafbfc;
    padding: 13px 0px;
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.Span_blue {
    background-color: #7189d6;
    padding: 3px 7px;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.Grid_button {
    width: 90%;
    display: table;
    margin: 0 auto;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}


.Green_button {
    background-color: #67d3e0;
    padding: 9px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

    .Green_button:hover {
        background-color: #666;
    }

.Grey_grid_th {
    background-color: #fafafa;
    border-bottom: #e5eaee 1px solid;
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
}

.Grey_grid_td {
    background-color: #ffffff;
    border-bottom: #e5eaee 1px solid;
    font-size: 15px;
    color: #666666;
    padding: 10px 0px;
}

.Inner_footer {
    width: 100%;
    display: table;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.SunevaLogo {
    text-align: center;
}

.RowMargins {
    margin-bottom: 10px;
}

.ForgotPassword {
    font-size: 14px;
    color: #FFFFFF;
}

    .ForgotPassword:hover {
        color: #337ab7 !important;
    }

.LoginTextBox {
    background-color: white;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    margin: 0px;
    height: 35px;
    width: 100%;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #373737;
    padding-left: 0px;
}

.FormLabels {
    text-align: left;
}

.Form_TextBox {
    background-color: #ffffff;
    border: 1px solid #CFCFCF;
    /*border-radius: 4px;*/
    margin: 0px;
    height: 27px;
    width: 90%;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #373737;
    padding-left: 0px;
}

    .Form_TextBox:focus, .Form_TextArea:focus, select:focus {
        border: 1px solid #055D7A;
    }

.Form_TextArea {
    background-color: #ffffff;
    border: #e3e3e3 1px solid;
    border-radius: 4px;
    margin: 0px;
    width: 90%;
    height: 50px;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #373737;
    padding-left: 0px;
    resize: vertical;
}


.nselect {
    width: 90% !important;
    height: 50px;
}

.message {
    border-radius: 2px;
    border: medium none;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 1.42857;
    position: fixed;
    z-index: 99999;
    display: none;
    left: 50%;
    top: 10px;
    box-shadow: 0 1px 2px #B9B9B9;
    min-width: 500px;
    margin-left: -250px;
}

    .message.error {
        color: #A94442;
        background-color: #F2DEDE;
        border-color: #EBCCD1;
    }

    .message.success {
        color: #3C763D;
        background-color: #DFF0D8;
        border-color: #D6E9C6;
    }

    .message.info {
        color: #31708F;
        background-color: #D9EDF7;
        border-color: #BCE8F1;
    }

    .message.warning {
        color: #8A6D3B;
        background-color: #FCF8E3;
        border-color: #FAEBCC;
    }


.EnrollmentBackground {
    background-image: url(../images/main_image_forms.png);
    background-size: cover;
}


.DefaultBackground {
    /*background-image: url(../images/main_home_image.png);*/
    background-image: url(../images/V2.0/main_model_image.png);
    background-size: cover;
}

.divcontent {
    padding: 30px;
}

.LoginLabelsText {
    color: #444444;
    font-size: 17px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    line-height: normal !important;
    margin-top: 20px;
}

ul#divLogin {
    width: 100%;
    background-color: rgb(59, 193, 205);
    padding-left: 0px;
    display: none;
}

a.ForgotPassword {
    border-bottom: none !important;
}

@media (min-width: 768px) {
    .SunevaLogo {
        text-align: left;
    }

    .FormLabels {
        text-align: right;
    }

    .LoginLayoutHeader {
        padding-left: 58px;
    }

    ul#divLogin {
        width: 60%;
        margin-left: -30%;
    }

    .LoginLayoutWrapper {
        /*background-image: url(../Images/V2.0/main_model_image.png);*/
         background-image: url(../Images/V2.0/model_new.jpg);
        background-repeat: no-repeat;
        background-position: 0% 50%;
    }
}

@media (min-width: 992px) {

    .header {
        font-size: 30px;
    }

    h1.LoginHeadings {
        font-size: 36px;
    }

    ul#divLogin {
        width: 30%;
        margin-left: -21.5%;
    }

    .LoginLayoutWrapper {
        background-image: none;
        background-repeat: no-repeat;
        background-position: initial;
    }
   
}

@media (min-width: 1200px) {
}
@media (max-width:767px){
    .Rebate_Program {
        width: 51% !important;
        float: none !important;
    transform: none !important;
    position: static !important;
    left: 0 !important;
    }
    .Bellafill_Logo{
       height:80px;
   }
    .captchatext{
        width: 29% !important;
    }
    #imgCaptcha{
        width:144px !important;
    }
     .accordion {
  
    padding: 10px 35px;
    /* border-left: 1px solid #FFF; */
    margin: 0px;
    font-size: 16px;
    font-weight: 100 !important;
    line-height: normal;
    text-decoration: none;
    color: #fff;
   
    border-bottom: 1px solid #888;
    transition: .3s background-color;
    width: 100% !important;
}
}
@media (min-width:767px) and (max-width:1025px){
   .Bellafill_Logo{
       width:30% !important;
   }
     .Rebate_Program{
         /*float: right;
    position: relative;
    right: 3%;
    top: 30px;
    width: 45%;*/


        float: right !important;
        left:auto !important;
            transform: none !important;
    position: relative !important;
    right: 8% !important;
    top: 46px !important;
    width: 36% !important;
}
    }

   


