﻿@font-face {
    font-family: 'MuseoSansRegular-300';
    src: url('webfonts/MuseoSans/MuseoSans-300.otf');
}

@font-face {
    font-family: 'MuseoSansRegular-700';
    src: url('webfonts/MuseoSans/MuseoSans-700.otf');
}

@font-face {
    font-family: 'MuseoSansRegular-900';
    src: url('webfonts/MuseoSans/MuseoSans-900.otf');
}

@font-face {
    font-family: 'MuseoSansRegular-500';
    src: url('webfonts/MuseoSans/MuseoSans-500.otf');
}

.font-MSR300 {
    font-family: 'MuseoSansRegular-300';
}

.font-MSR500 {
    font-family: 'MuseoSansRegular-500';
}

.font-MSR700 {
    font-family: 'MuseoSansRegular-700';
}

.font-MSR900 {
    font-family: 'MuseoSansRegular-900';
}

html {
  scroll-behavior: smooth;
}

/* Reset css*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.lang-wrp-div {
    /* position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px 1%;
     width: 98%;
      z-index: 1;
    color: #fff; */
    text-align: right;
}


.access_login_page .well-doc-branding-img {
    display: none;
}

/*  Reset css ends*/
@import url(//fonts.googleapis.com/css?family=Lato);

body {
    color: #4a4a4a;
    font-size: 14px;
    margin: 0;
    font-family: 'MuseoSansRegular-300';
	line-height:1.2;
	
}

b{
     font-family: 'MuseoSansRegular-700';
}

.common_wrapper {
    margin: 0 auto;
    width: 1000px;
}

.reg_header .common_wrapper {
    height: 55px;
    padding: 5px 0 0;
}

/* header */

.reg_header {
    border-bottom: 5px solid #4a4a4a;
}

.reg_logo_div {
    float: left;
    margin: 10px 0 0;
}

.login_div {
    float: right;
    margin: 10px 0 0;
}

.reg_logo_img {
    background: url("../../Portal/Images/header-Footer/bluestar.svg") no-repeat;
    height: 34px;
    width: 150px;
    display: inline-block;
}

.login_button, .btn {
    background: none repeat scroll 0 0 #0b78e3;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: inherit;
    font-size: 20px;
}

.bluestar_diabetes_logo {
    background: url("../../Portal/Images/Home/home-logo.svg") no-repeat;
    width: 195px;
    height: 62px;
    display: inline-block;
    margin: 35% 0 0 35px;
}

.btn.disabled {
    background-color: #e4e4e4;
}

.create_account_button_wrapper .login_button, .create_account_button_wrapper .btn {
    float: right;
}

.contacus_privacy_link a:hover {
    text-decoration: underline;
}

.login_div .login_button, .btn {
    height: auto;
    line-height: 25px;
    margin: 0 0 0 5px;
    padding: 5px 26px;
    text-decoration: none;
}

.btn {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    height: 30px;
    padding: 0 15px;
    margin: 0;
    font-family: 'MuseoSansRegular-500';
}

.btn-redirect {
    background: transparent;
    float: left;
    /* font-weight: bold; */
    margin: 0;
    padding: 0 20px;
    /*font-size: 19px;*/
    color: #0b78e3;
    text-decoration: none;
}

a {
    color: #0b78e3;
    font-family: 'MuseoSansRegular-700';
    text-decoration: none;
}

    .btn-redirect:hover,
    a:hover {
        text-decoration: underline;
    }

.btn-lg {
    padding: 0 12px;
}

.btn-redirect:hover, a:hover {
    color: #0b78e3;
}

.btn-primary {
    background: none repeat scroll 0 0 #0b78e3;
    border: none;
}

.btn-default {
    border: 1px solid #b3b1b1;
    background: transparent;
    color: #b3b1b1;
}

.login_text {
    float: left;
    margin: 5px 5px 0;
    width: auto;
}

/*header ends*/

/* Pop up header*/

.popup-header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 10px;
    font-size: 16px;
    font-family: 'MuseoSansRegular-700';
    background: #fff;
}

/* reg wrapper*/
.terms_condition_with_reg_button {
    float: left;
    width: 100%;
}

    .terms_condition_with_reg_button .reg-cust-chkboxes {
        float: left;
        width: 90%;
        margin: 0 0 0 10px;
        line-height: 1.2;
    }

        .terms_condition_with_reg_button .reg-cust-chkboxes .btn-redirect {
            padding: 0;
            font-size: inherit;
            float: none;
        }

.trainer_use_div {
    background: none repeat scroll 0 0 #f4f5f5;
    border: 1px solid #d1d3d4;
    float: left;
    padding: 3px 1% 3% 3%;
    width: 45%;
}

.input_wrapper_checkbox_terms_condition {
    float: left;
    width: 100%;
}

.create_account_button_wrapper {
    position: relative;
    text-align: center;
}
/*.create_account_button_wrapper .img_load{
    position:absolute;
    top:2px;
}*/

.trainer_use_div .input_type_text {
    margin: 3px 0 0;
}

.reg_wrapper {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
}

.reg_heading {
    margin: 20px 0 0;
    font-family: 'MuseoSansRegular-700';
    font-size: 20px;
}

.left_div {
    float: left;
    padding: 0px 5% 0 0;
    width: 30%;
    line-height: 1.15;
}

.left_div_text {
    margin: 10px 0 0;
}

    .left_div_text.left_div_text_second {
        margin: 25px 0 0;
    }

.right_div {
    float: left;
    width: 65%;
}

.each_div {
    float: left;
    margin: 10px 0 0;
    padding: 5px 0;
    width: 100%;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}
/*.registration_steps .each_div_two {
  width: 30%;
}*/
.input_labels {
    float: left;
    margin: 0 0 3px;
    width: 100%;
}

.each_div_two {
    float: left;
    width: 50%;
}

.input_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.error_message {
    clear: both;
    color: #d91a5b;
    float: left;
    font-size: 13px;
    margin: 2px 0 0;
}

.error-width {
    width: 80%;
}

.data-missing-error {
    margin: 30px 0 0;
    float: right;
}

.agree_validation {
    float: right;
    margin: 10px 0;
}

.input_type_checkbox_wrapper ~ .error_message {
    margin: 2px 0 0 5%;
}

.input_type_text {
    border: 1px solid #D1D3D4;
    border-radius: 3px;
    float: left;
    height: 24px;
    padding: 0 5px;
    width: 250px;
}
/* 4.0 select2 security question type start*/
.select_type {
    border-radius: 3px;
    float: left;
    width: 270px;
}
/* 4.0 select2 security question type End*/
.input_type_checkbox_wrapper {
    float: left;
    width: 100%;
}

.input_type_checkbox {
    position: relative;
    right: 10000px;
}

.input_check_box_text {
    float: left;
    margin: 3px 0 0 10px;
}

.check_box_label {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0 0 4px 0;
    /*width: 100%;*/
}

.Provider_list .check_box_label {
    margin: 0 2px 0 0;
}


.check_box_label_full_width .input_check_box_text {
    width: 86%;
}

.input_check_box_text > a {
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
}

    .input_check_box_text > a:hover {
        text-decoration: none;
    }

.patient_authorization_heading {
    color: #707794;
    font-size: 24px;
}

.patient_authorization_content {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px #dbdbdb;
    line-height: 20px;
    margin: 10px auto 0;
    padding: 2%;
    width: 94%;
}
/* images */
.img_load {
    background: url("../Images/NewImages/loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 27px;
    margin: 12px 0 0 10px;
    top: 0;
    width: 27px;
}

.info-icon {
    background: url("../../Portal/Images/Common/info.svg") no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.input-radio-wrp {
    margin: 5px 0 0;
}

.input-radio-wrp label {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.input-radio-wrp label:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    content: "";
    border: 1px solid #b3b1b1;
    border-radius: 100%;
    margin: 0 2px 0 0;
    position: relative;
    top: 4px;
    background: #fff;
    box-sizing: content-box;
}

.input-radio-wrp input[type=radio] {
    display: none;
}

.input-radio-wrp input[type=radio]:checked+.common-radioIndicator {
    background: #0b78e3;
    height: 14px;
    width: 14px;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 8px;
    border-radius: 50%;
}

.mtb-10 {
    margin: 10px 0;
}

.activity_description_div {
    position: absolute;
    width: 300px;
    top: 25px;
    background: none repeat scroll 0 0 #fff;
    border-radius: 8px;
    box-shadow: 2px 3px 8px 3px #707070;
    padding: 20px;
    line-height: initial;
    z-index: 9;
}

.mb-20 {
    margin: 0 0 20px;
}

.mb-15 {
    margin: 0 0 15px;
}

.img_load.search_load {
    margin: 5px 0 0 10px;
}

.input_wrapper .img_load {
    margin: 10px 0 0 5px;
}

.crossImg, .img-cross, .warning_img {
    background: url("../Images/NewImages/cross.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 27px;
    margin: 2px 0 0 10px;
    top: 0;
    width: 27px;
}

.checkImage, .img-tick {
    background: url("../Images/NewImages/check.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    float: left;
    height: 28px;
    margin: 0 0 0 10px;
    top: 0;
    width: 35px;
}

.footer_logo_img {
    background: url("../Images/Common/header_v221@2x.png") no-repeat scroll 0 -124px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 29px;
    width: 200px;
    background-size: 257px 313px;
}

/* .copyright_branding_divwrap{
    margin: 20px 0 0;
} */

/* .dot.new_list_item_wrap > li{
    border-right: 2px solid #7C878F !important;
    font-weight: bold;
    font-size: 14px;
    padding: 0 5px;
} */
.button_div {
    float: right;
    /*  width: 38%;
    margin-top: 5px; */
}

.img_div {
    float: left;
    width: 10%;
}

.first_page_next_button .steps_create_button .img_div {
    position: absolute;
    right: -23px;
    top: -8px;
    width: 27px;
}

.steps_create_button .img_div {
    position: absolute;
    right: -23px;
    top: -5px;
}


.steps_create_button .error_message {
    float: right;
    margin: 30px 0 0;
}
/* images ends*/
/* reg wrapper ends*/



.radio_input_img_span {
    background: url("../Images/NewImages/radio_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 23px;
    width: 23px;
    background-size: 58px 24px !important;
}

.radio_input_img_input.error_test+.input_type_radio_label .radio_input_img_span{
    border: 1px solid #DF0000;
    box-shadow: 0 0 1px 0 #C50000;
    border-radius:50%;
}

.input_type_radio_span {
    float: left;
    margin: 4px 0 0 3px;
}

.input_type_radio {
    margin: 0 8px 0 3px;
}

.radio_input_img_input {
    position: absolute;
    right: 10000px;
    outline: 1px solid #fff;
}

    .radio_input_img_input:focus {
        -moz-outline-radius: 100%;
        outline-offset: 6px;
    }

    .radio_input_img_input:checked + .input_type_radio_label > .radio_input_img_span {
        background: url("../Images/NewImages/radio_button.png") no-repeat scroll -34px 0 rgba(0, 0, 0, 0);
    }

.RegStepDiv1 .state .select2-container, .RegStepDiv1 .state .select2-container .select2-choice, .registration_steps .RegStepDiv2 .select2-container, .registration_steps .RegStepDiv2 .select2-container .select2-choice, .registration_steps .RegStepDiv3 .relationship .select2-container, .registration_steps .RegStepDiv3 .relationship .select2-container .select2-choice, .registration_steps .RegStepDiv4 .relationship .select2-container, .registration_steps .RegStepDiv4 .relationship .select2-container .select2-choice {
    width: 150px !important;
}

.back_next_buttons.first_page_next_button.captcha-div {
    width: 100%;
}

.back_next_buttons.captcha-div {
    width: 65%;
}

.regNewAgreeList ul {
    margin: 0 0 0 18px;
}

    .regNewAgreeList ul li {
        list-style-type: disc;
        margin: 8px 0 0;
    }

        .regNewAgreeList ul li a {
            text-decoration: underline;
            color: #0b78e3;
        }


/* Footer related css changes*/

.footer {
    background: none repeat scroll 0 0 #f4f5f5;
    clear: both;
    float: left;
    margin: -100px 0 0;
    min-height: 100px;
    position: relative;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.footer-wrapper {
    /*display: table;
        height: 100px;
        padding: 0;
        width: 1000px;*/
    margin: 10px auto;
    overflow: hidden;
}

    .footer-wrapper ul {
        padding: 0;
        display: inline-block;
        position: relative;
        /* top: -5px; */
    }


        .footer-wrapper ul li {
            float: left;
            list-style: none outside none;
        }

            .footer-wrapper ul li a :hover {
                text-decoration: underline;
            }

    .footer-wrapper .dot li a {
        float: left;
        text-decoration: none;
        color: #9b9b9b;
        font-family: "MuseoSansRegular-500";
        padding: 0 5px;
        border-right: 2px solid #9b9b9b;
    }

.copy-right {
    color: #7c878f;
    font-size: 12px;
    padding: 0 0 10px;
}

.footer-wrapper .dot li:last-child a {
    border-right: none;
}

.active a {
    cursor: auto;
}

.access_login_page .footer {
    background: transparent;
}

.new_loginHeader {
    /*color: #fb0c0c;
    font-size: 24px;*/
    line-height: 1;
      padding: 10px 4%;
    width: 92%;
    font-family: 'MuseoSansRegular-500';
    background: none repeat scroll 0 0 #ffffff;
        border-radius: 8px 8px 0 0;
}

.new_loginHeader .new_to_bluestar {
   float: right;
    margin: 8px 0 0;
}

.new_loginHeader .btn-redirect {
    padding: 0;
    float: right;
    min-width: 0;
    margin: 0px 0 0 10px;
}

.new_loginHeader .loginSignIn{
 font-size: 20px;
 font-family: 'MuseoSansRegular-500';
 color: #0b78e3;
}


.wdtContainer.Access_code_popup_wrapper {
    width: 400px;
    box-shadow: none;
    padding:20px;
}

.access_login_page .footer,
.access_login_page .copy-right,
.access_login_page .footer-wrapper .dot li a {
    color: #fff;
}

.access_login_page .footer-wrapper .dot li a {
    border-right: 2px solid #fff;
}

.access_login_page .footer-wrapper .dot li:last-child a {
    border-right: none;
}

/*ul.dot.new_list_item_wrap > li {
        border-right: 2px solid #707794;
        padding: 0 5px;
    }*/

.well-doc-branding-img {
    display: inline-block;
    vertical-align: bottom;
}


.well-doc-branding {
    background: url("../../Portal/Images/header-Footer/header_v221@2x.png") no-repeat scroll 0 -124px rgba(0, 0, 0, 0);
    /*float: left;*/
    font-size: 0;
    height: 30px;
    /*padding: 0 0 3px;*/
    width: 190px;
    display: inline-block;
    background-size: 257px 313px !important;
}

.password-eye {
    background: url(../../Portal/Images/eye.svg);
    width: 18px;
    display: inline-block;
    height: 12px;
    position: absolute;
    cursor:pointer;
   right: 70px;
    top: 7px;
    background-size: 18px 12px !important;
}

.password-eye:after {
    background: #b3b3b3;
    position: absolute;
    content: '';
    right: 8px;
    top: -1.5px;
    height: 16px;
    transform: rotate(22deg);
    width: 1px;
}

.password-eye.eye-close:after {
    background:none;
}

.footer-powered-logo {
    height: 17px;
    display: inline-block;
    width: 142px;
    background: url("../../Portal/Images/header-Footer/powered-by-welldoc.svg") no-repeat;
    vertical-align: middle;
}

.access_login_page .well-doc-branding {
    background: url(../../Portal/Images/header-Footer/welldoc_logo_v25@2x.png) no-repeat scroll 0 0 rgba(0,0,0,0);
    display: inline-block;
    height: 28px;
    width: 204px;
    background-size: 202px 28px !important;
}


.copy-right p {
    margin: 0;
}


/*Footer changes end*/

/* Eligibility Pop up start*/

.Eligibility_Popup .title{
    font-size: 22px;
    font-family: 'MuseoSansRegular-700';
    margin: 0 0 20px 0;
}

.Eligibility_Popup .heading{
    font-size: 18px;
    font-family: 'MuseoSansRegular-700';
    }

    .Eligibility_Popup  p{
        margin: 0 0 10px 0;
        line-height: 1.5;
    }

    .Eligibility_Popup .access_popup_footer{
        text-align: right;
    } 

    .Eligibility_Popup ul li{
        list-style-type: disc;
        padding: 5px 0;
    }

    .Eligibility_Popup ul{
        padding:0 0 5px 20px;
    }


/* responsive css*/
@media only screen and (max-width: 320px), (min-width: 320px) and (max-width: 470px), (min-width: 471px) and (max-width: 530px), (min-width: 531px) and (max-width: 630px) {


    .login_div .btn-redirect {
        padding: 0;
    }

    /* .footer_logo_img {
        float: none;
        margin: 10px 0;
        padding: 0;
    } 

    .new_list_item_wrap {
        margin: 8px 0;
        top: auto;
        text-align: center;
        display: block;
        overflow: hidden;
    }*/

    .well-doc-branding-img {
        margin: 0 0 10px;
    }

    .back_next_buttons.first_page_next_button.captcha-div {
        width: 100%;
    }

    .back_next_buttons.captcha-div {
        width: 100%;
    }

    .terms_condition_with_reg_button .input_check_box_text {
        margin: 0px 0 0 10px;
        width: 85%;
        display: inline-block;
        vertical-align: middle;
    }

    /* .button_div {
        width: 54%;
    } */

    .input_type_text {
        -webkit-user-modify: read-write-plaintext-only !important;
        outline: none !important;
    }

    .create_account_button_wrapper {
        bottom: 0;
        width: 100% !important;
    }

    .common_wrapper {
        overflow: hidden;
        padding: 20px;
        width: 88%;
    }

    .right_div {
        padding: 0;
        width: 100%;
    }

    .left_div {
        padding: 0 2%;
        width: 96%;
    }

    .each_div_two {
        width: 100%;
        margin: 10px 0 0;
    }

    .each_div_two_margin {
        margin: 10px 0 0;
    }

    .create_account_button_wrapper {
        text-align: center;
    }

    .input_type_text {
        width: 80%;
    }

    .select_type {
        width: 80%;
    }

    .input_check_box_text {
    }
    /* hidding in app*/
    .reg_header, .reg_heading, .reg_footer_container, {
        display: none;
    }

    .outSideApp {
        display: block !important;
    }
    /* hidding in app ends*/
    /* header*/
    .login_text {
        display: none;
    }
    /* footer*/
    /* .footer-wrapper {
        height: auto;
        width: 100%;
    }

    .footer_logo_img {
        display: inline-block;
        float: none;
        margin: 10px 0;
        padding: 0;
    }

    .footer_rights_div {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 250px;
    }

    .footer_logo {
        float: none;
        margin: 0 auto;
        width: 184px;
    }

    .contacus_privacy_link {
        clear: both;
        float: none;
        margin: 10px auto;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

        .contacus_privacy_link a {
            float: none;
            margin: 0 auto;
        } */

    /* .reg_logo_img {
        background: url("../Images/NewImages/responsive_v221.png") no-repeat scroll 0 -77px rgba(0, 0, 0, 0);
        margin: 0;
    } */



    .reg_heading {
        margin: 10px 0;
    }

    .left_div {
        padding: 0;
    }

    .left_div_text.left_div_text_second {
        margin: 10px 0;
    }

    /*.create_account_button_wrapper .login_button, .create_account_button_wrapper .btn {
        float: none;
    }*/

    .img_load {
        display: inline-block;
        margin: 0 0 0 5px !important;
        position: relative;
        top: 12px;
    }

    .contactus_link_div, .privacy_link_div {
        text-align: center;
        width: 100%;
    }

    .input_wrapper_checkbox_terms_condition {
        width: 100%;
    }

    .trainer_use_div {
        margin: 15px 0 0;
        width: 95%;
    }

    .contacus_privacy_link > div {
        float: left;
        padding: 0 7px;
        width: auto;
    }

    .provider_each_div {
        padding: 10px 0;
    }

    .right_div .Provider_list ul li span {
        float: left;
        margin: 4px 0 0;
        padding: 0 0 0 1%;
        width: 21%;
        word-break: break-all;
    }

    .new-med-tinner {
        height: 93% !important;
        padding: 1% 0 2%;
        top: 0;
        width: 100% !important;
    }

    .wdtContainer {
        padding: 0 2% !important;
        top: 10px !important;
        width: 90% !important;
        padding: 5% !important;
    }

    .Access_code_popup_container .back_next_buttons.popup_back_next_buttons {
        width: 100%;
    }

    .Access_code_popup_container .back_next_buttons .savebutton {
        padding: 0 20px;
        float: none;
    }
    /*.right_div .Provider_list .input_type_checkbox:checked + .check_box_label > .checkbox_img{
      width:23px;
   }*/
    .right_div .Provider_list .Provider_list_header .Provider_header_name {
        width: 26%;
        word-break: keep-all;
        word-wrap: break-word;
    }

    .right_div .Provider_list .Provider_list_header .Practice_header_address, .right_div .Provider_list .Provider_list_header .header_Phone {
        width: 24%;
        word-break: keep-all;
        word-wrap: break-word;
    }

    .right_div .Provider_list .Provider_list_header .header_Fax {
        width: 20%;
        word-break: keep-all;
        word-wrap: break-word;
    }

    .Registration_main .Registration_header_stepper {
        margin: 0 auto;
        width: 94%;
    }

    .Registration_main .reg_step1 {
        width: 96px;
    }

    .Registration_main span.ssgap {
        width: 94px;
    }

    .Registration_header_stepper {
        display: none;
    }

    .Registration_main .Registration_header_stepper_responsive {
        display: block;
        padding: 10px 0 0 2%;
    }

    .profile-img-container .ProfileImage_Card1, .profile-img-container .ProfileImage_Card2, .profile-img-container .ProfileImage_Card3, .profile-img-container .ProfileImage_Card4, .profile-img-container .ProfileImage_Card5, .profile-img-container .ProfileImage_Card6 {
        margin: 0 2px 0 0;
    }

    .Registration_main .back_next_buttons {
        width: 100%;
    }

    .Registration_main .first_page_next_button .btn.btn-primary.rx-welldoc-id-reg.reg-btn-clr.flt-rgt.but-width {
        /*right: 25%;*/
        top: -10px;
    }

    .Contact_Reference .error_message.SelectedContactTime {
        position: static;
    }

    .reg_wrapper .RegStepDiv1, .reg_wrapper .RegStepDiv2, .reg_wrapper .RegStepDiv3, .reg_wrapper .RegStepDiv4, .reg_wrapper .RegStepDiv5, .reg_wrapper .RegStepDiv6 {
        padding: 0;
    }

    .Contact_Reference .each_div_two.selectDateField {
        margin: 20px 0 0 -13px;
    }

    .Contact_Reference .error_message {
        left: 15px;
        position: relative;
        top: -57px;
    }

    .img_load.search_load {
        margin: -8px 0 0 5px !important;
    }

    .Access_code_popup_wrapper .input_wrapper.input_wrapper_access .crossImg, .Access_code_popup_wrapper .input_wrapper.input_wrapper_access .img-cross, .Access_code_popup_wrapper .input_wrapper.input_wrapper_access .warning_img, .Access_code_popup_wrapper .each_div.each_div_access .img_load {
        float: right;
        left: 0;
        position: relative;
    }

    .reg_wrapper .first_page_next_button .steps_create_button .img_div {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .Access_code_popup_wrapper .Access_code_content ul {
        width: 76%;
    }

    .registration_steps .back_next_buttons .savebutton {
        padding: 0 20px;
    }

    .profile-img-container .profile-text-container, .profile-img-container img#profileImg1, .profile-img-container img#profileImg2, .profile-img-container img#profileImg3, .profile-img-container img#profileImg4, .profile-img-container img#profileImg5, .profile-img-container img#profileImg6 {
        width: 140px;
        height: 140px;
    }

    .reg_container .right_div .Provider_list ul li span {
        width: 20%;
    }
}
/* responsive css ends*/

/* responsive css for tabs */
@media only screen and (min-width: 531px) and (max-width: 630px) {
}

@media only screen and (max-width: 320px), (max-width: 470px) and (min-width: 320px), (max-width: 530px) and (min-width: 471px), (max-width: 630px) and (min-width: 531px), (max-width: 720px) and (min-width: 631px), (max-width: 830px) and (min-width: 721px), (max-width: 1000px) and (min-width: 831px) {

    /* .lang-wrp-div{
        padding: 0 1%;
    } */

    /* .copyright_branding_divwrap {
    text-align: center;
    width: 100%;
} */

    /* .new_footer-wrapper {
    margin: 0 auto;
    width: 100%;
} */
}


@media only screen and (min-width: 631px) and (max-width: 750px) {

    .back_next_buttons.first_page_next_button.captcha-div {
        width: 100%;
    }

    .back_next_buttons.captcha-div {
        width: 100%;
    }

    .common_wrapper, .right_div, .left_div, .footer-wrapper {
        padding: 10px 2%;
        width: 96%;
    }

    /* .button_div {
        width: 56%;
    } */

    .footer_logo {
        float: none;
        margin: 0 auto;
        width: 184px;
    }

    .footer_rights_div {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 250px;
    }

    .footer-wrapper {
        height: auto;
    }

    .contacus_privacy_link {
        clear: both;
        float: none;
        margin: 10px auto;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    .footer_logo_img {
        display: inline-block;
        float: none;
        padding: 0;
    }

    .right_div .Provider_list ul li span {
        float: left;
        margin: 4px 0 0;
        padding: 0 0 0 1%;
        width: 21%;
        word-break: break-all;
    }

    .new-med-tinner {
        height: 93% !important;
        padding: 1% 0 2%;
        top: 0;
        width: 100% !important;
    }

    .wdtContainer {
        top: 10px !important;
    }
    /*.right_div .Provider_list .input_type_checkbox:checked + .check_box_label > .checkbox_img{
      width:23px;
   }*/
    .right_div .Provider_list .Provider_list_header .Provider_header_name {
        width: 26%;
        word-break: keep-all;
        word-wrap: break-word;
    }

    .right_div .Provider_list .Provider_list_header .Practice_header_address, .right_div .Provider_list .Provider_list_header .header_Phone {
        width: 24%;
        word-break: keep-all;
        word-wrap: break-word;
    }

    .right_div .Provider_list .Provider_list_header .header_Fax {
        width: 20%;
        word-break: keep-all;
        word-wrap: break-word;
    }

    .right_div .Provider_list ul li span {
        float: left;
        margin: 4px 0 0;
        padding: 0 0 0 1%;
        width: 21%;
        word-break: break-all;
    }

    .Registration_main .Registration_header_stepper {
        margin: 0 auto;
        width: 94%;
    }

    .Registration_main .reg_step1 {
        width: 96px;
    }

    .Registration_main span.ssgap {
        width: 94px;
    }

    .contacus_privacy_link > div {
        float: left;
        padding: 0 7px;
        width: auto;
    }

    .contacus_privacy_link {
        clear: both;
        float: none;
        margin: 10px auto;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    /*.Registration_main .first_page_next_button .btn.btn-primary.rx-welldoc-id-reg.reg-btn-clr.flt-rgt.but-width {
        right: auto;
    }*/
    /*.Contact_Reference  .error_message.SelectedContactTime{
     position:static;
 }*/
    .reg_wrapper .first_page_next_button .steps_create_button .img_div {
        display: none;
    }
}

@media only screen and (min-width: 751px) and (max-width: 1000px) {

    .back_next_buttons.first_page_next_button.captcha-div {
        width: 100%;
    }

    .back_next_buttons.captcha-div {
        width: 100%;
    }

    .captcha {
        margin: 0px 0 24px 15px !important;
    }

    .common_wrapper, .right_div, .left_div, .footer-wrapper {
        padding: 10px 2%;
        width: 96%;
    }

    /* .button_div {
        width: 54%;
    } */

    .footer_logo {
        width: 25%;
    }

    .footer_rights_div {
        width: 43%;
    }

    .footer_logo {
        float: none;
        margin: 0 auto;
        width: 184px;
    }

    .footer_rights_div {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 250px;
    }

    .footer-wrapper {
        height: auto;
    }

    .contacus_privacy_link {
        clear: both;
        float: none;
        margin: 10px auto;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    .footer_logo_img {
        display: inline-block;
        float: none;
        padding: 0;
    }

    .right_div .Provider_list ul li span {
        float: left;
        margin: 4px 0 0;
        padding: 0 0 0 1%;
        width: 21%;
        word-break: break-all;
    }

    .new-med-tinner {
        height: 93% !important;
        padding: 1% 0 2%;
        top: 0;
        width: 100% !important;
    }

    .wdtContainer {
        top: 10px !important;
    }
    /*.right_div .Provider_list .input_type_checkbox:checked + .check_box_label > .checkbox_img{
      width:23px;
   }*/
    .right_div .Provider_list .Provider_list_header .Provider_header_name {
        width: 26%;
        word-break: keep-all;
        word-wrap: break-word;
    }

    .right_div .Provider_list .Provider_list_header .Practice_header_address, .right_div .Provider_list .Provider_list_header .header_Phone {
        width: 24%;
        word-break: keep-all;
        word-wrap: break-word;
    }

    .right_div .Provider_list .Provider_list_header .header_Fax {
        width: 20%;
        word-break: keep-all;
        word-wrap: break-word;
    }

    .right_div .Provider_list ul li span {
        float: left;
        margin: 4px 0 0;
        padding: 0 0 0 1%;
        width: 21%;
        word-break: break-all;
    }

    .Registration_main .Registration_header_stepper {
        margin: 0 auto;
        width: 94%;
    }

    .Registration_main .reg_step1 {
        width: 96px;
    }

    .Registration_main span.ssgap {
        width: 94px;
    }

    .contacus_privacy_link > div {
        float: left;
        padding: 0 7px;
        width: auto;
    }

    /*.registration_steps .first_page_next_button .next_button {
        right: 80%;
    }*/

    .reg_container .reg_wrapper_container {
        min-height: 800px;
    }
    /*.Contact_Reference .error_message.SelectedContactTime{
     right:150px;
 }*/
    /*.Registration_main .first_page_next_button .btn.btn-primary.rx-welldoc-id-reg.reg-btn-clr.flt-rgt.but-width {
        right: auto;
    }*/

    .reg_wrapper .first_page_next_button .steps_create_button .img_div {
        right: 50%;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .new-med-tinner {
        height: 93% !important;
        padding: 1% 0 2%;
        top: 0;
        width: 100% !important;
    }

    .wdtContainer {
        top: 10px !important;
    }

    .reg_container .Registration_header_stepper {
        width: 98%;
    }

    .reg_container .reg_wrapper_container {
        min-height: 800px;
    }
    /*.Registration_main .first_page_next_button .btn.btn-primary.rx-welldoc-id-reg.reg-btn-clr.flt-rgt.but-width{
    right: auto;
   
 }*/
}

/* responsive css for tabs ends*/
.error_test {
    border: 1px solid #DF0000;
    box-shadow: 0 0 1px 0 #C50000;
}

.input_type_radio_label {
    cursor: pointer;
    float: left;
    position: relative;
    /* width: 85px; */
    margin: 0 10px 0 0;
}

.isdiagnoised6months {
    width: 45%;
}

    .isdiagnoised6months .input_type_radio_span {
        width: 80%;
    }

/* date picker */
.ui-icon-circle-triangle-w:before, .ui-icon-circle-triangle-e:before {
    display: block;
    font-size: 28px;
    height: 25px;
    line-height: 28px;
    margin: -3px 0 0;
    text-align: center;
    width: 100%;
    color: @gray6;
}

.ui-icon-circle-triangle-w:before {
    content: "<";
}

.ui-icon-circle-triangle-e:before {
    content: ">";
}

.ui-state-disabled .ui-icon.ui-icon-circle-triangle-e:before {
    color: #bec4c7;
}

.ui-icon-circle-triangle-w::before:hover, .ui-icon-circle-triangle-e::before:hover {
    color: #000;
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
    font-size: 0;
}

.ui-datepicker {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D3D4;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0 #BEBEBE;
    display: none;
    padding: 5px;
    width: 245px;
}

.ui-datepicker-calendar th {
    border: 2px solid #FFFFFF;
    color: gray5;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    padding: 0;
    width: 30px;
}

.ui-datepicker-calendar tr {
    float: left;
    width: 100%;
}

.ui-datepicker-calendar td {
    border: 2px solid #FFFFFF;
    float: left;
    height: 30px;
    padding: 0;
    width: 30px !important;
}

.ui-datepicker-calendar a {
    border: medium none !important;
    color: inherit;
    float: left;
    font-size: 16px;
    height: 74%;
    padding: 13%;
    text-decoration: none;
    width: 74%;
}

    .ui-datepicker-calendar a:hover {
        background: #707794;
        color: #000;
        border: 2px solid #707794;
    }

    .ui-datepicker-calendar a:hover {
        text-decoration: none;
    }

.ui-datepicker-unselectable {
    color: #bec4c7;
}

.ui-datepicker-title select, select.mtz-monthpicker {
    border: 1px solid #D1D3D4;
    border-radius: 3px;
    margin: 0 0 0 14px;
}

.ui-datepicker-title {
    float: left;
    text-align: center;
    width: 70%;
}

.ui-datepicker-next {
    float: right;
    font-size: 12px;
    width: 15%;
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 25px;
    width: 15%;
}

.ui-datepicker-header {
    float: left;
    width: 100%;
}
/* date picker ends*/

.check_box_label > .checkbox_img {
    background: url("../Images/NewImages/common_v221.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 22px;
    position: relative;
    width: 22px !important;
    background-size: 52px 22px !important;
}

/*disabled checkbox css- Kiran Kumar G 9/12/2021*/
input[type=checkbox][disabled]+label .checkbox_img {
    background: url("../Images/NewImages/checkbox_uncheck-disabled.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: unset !important;
}

input[type=checkbox][disabled] + label .checkbox_img+.MobileCheckWrapper, 
input[type=checkbox][disabled] + label .checkbox_img+.MobileCheckWrapper a {
    color:#e4e4e4;
}
/* 
:focus {
    border-radius: 4px;
    box-shadow: 0 0 2px 2px #a4c6fd;
} */

div:focus, p:focus {
    border-radius: 0px;
    box-shadow: 0 0 0px 0px transparent;
}

.input_type_checkbox:focus + label .checkbox_img, .radio_input_img_input:focus + label .radio_input_img_span {
    border-radius: 4px;
    /* border: 1px solid #0b78e3; */
}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus {
    border: 1px solid #0b78e3;
    border-radius: 4px;
    outline: 0;
}

.radio_input_img_input:focus + label .radio_input_img_span {
    border-radius: 50%;
}

.input_type_checkbox:checked + .check_box_label > .checkbox_img {
    background: url("../Images/NewImages/common_v221.png") no-repeat scroll -30px 0 rgba(0, 0, 0, 0);
    border: medium none;
}

input[type=checkbox]:checked[disabled]+label .checkbox_img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 22px!important;
    height: 22px;
}

.vt_italic {
    font-size: 15px;
    font-style: italic;
}

.regCellphoneInput .input_type_text {
    font-size: 15px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 45px;
}

    .regCellphoneInput .input_type_text:last-of-type {
        width: 60px;
    }

.regCellphoneInput {
    display: block;
    padding: 5px 0 0;
    float: left;
    width: 100%;
}


    .regCellphoneInput > i, .input_wrapper > i, .each_div_two > i {
        color: rgb(158, 169, 177);
        font-size: 13px;
        font-style: italic;
        line-height: 24px;
    }

.input_wrapper > i {
    margin: 0 0 0 5px;
}


/*select2 ends*/

/*tiny box css*/


.wdtContainer, .loadingBar {
    left: 0;
    margin: 0 auto 20px !important;
    position: absolute;
    right: 0;
}


.commonTinyWrapper {
    z-index: 990;
}


/*tiny box css ends*/

/*new registration steps css*/

.stp1, .stp2, .stp3 {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 100%;
    color: #707794;
    float: left;
    font-weight: bold;
    height: 15px;
    margin: 10px 0;
    /* padding: 11px 0 0 15px; */
    width: 15px;
    position: relative;
    z-index: 2;
    border: 2px solid transparent;
}

.forgot_headerk {
    margin: 0 auto;
    width: 246px;
}
/*span.current {
  background: #707794 none repeat scroll 0 0;
  color: #fdfdfd;
}*/
span.ssgap {
    border-top: 3px solid #cccccc;
    float: left;
    height: 5px;
    margin-top: 13px;
    width: 105px;
    position: relative;
    /* left: 0px; */
    padding: 0 10px;
    top: -33px;
    z-index: 1;
}

.Terms_of_service_div, .About_you_div, .Provider_information, .Primary_insurance, .Contact_Reference {
    margin: 0 auto;
    width: 100%;
}

.tos_text {
    padding: 15px 0 0;
}

.attachments__text {
    padding: 10px 0;
}

.back_next_buttons .savebutton {
    background: #0b78e3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: inherit;
    font-size: 20px;
    height: 37px;
    /*margin: 12px 0 0;*/
    padding: 0 35px;
}

.back_next_buttons {
    margin: 15px 0 40px 0;
    float: right;
    width: 60%;
}

    .back_next_buttons.popup_back_next_buttons {
        margin: 20px auto;
        float: none;
        width: 60%;
        text-align: center;
    }

.Thank_you_popup .back_next_buttons.popup_back_next_buttons {
    width: 13%;
}

.back_next_buttons .back_button {
    margin-right: 15px;
    float: right;
}

.back_next_buttons .next_button {
    margin-right: 15px;
}

.Access_code_popup_page, .access_login_page .reg_container {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

.reg_container {
    float: left;
    width: 100%;
    min-height: 100%;
}

.Access_code_content ul {
    list-style-type: disc;
    padding: 10px 0;
    width: 42%;
    text-align: left;
    margin: 0 auto;
    line-height: 1.2;
}



.new-med-tmask {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.new-med-tbox {
    height: 100%;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    z-index: 900;
}

.new-med-tinner {
    height: 100% !important;
    left: 0;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1% 0 2%;
    position: fixed;
    top: 0px;
    width: 100% !important;
}

.wdtContainer {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 2px 3px 8px 3px #707070;
    padding: 30px;
    width: 530px;
    top: 101px;
        top: 71px;
    z-index: 900;
}

.wdtContainer, .loadingBar {
    left: 0;
    margin: 0 auto 20px !important;
    position: absolute;
    right: 0;
}

.Access_code_popup_container {
     z-index: auto;
    position: relative;
}

.Activity_header {
    position: relative;
}

.popup_close, .new-med-tclose.ui-new-med-tclose {
    background: url("../Images/Common/common_v221@2x.png") no-repeat scroll -40px -30px rgba(0,0,0,0);
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    z-index: 2;
    background-size: 242px 183px !important;
}

.diabetes_logo_div {
  background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    float: left;
    height: 250px;
    width: 250px;
    margin: 40px 0 0 45px;
    position: relative;
}

.diabetes_logo_div_inner {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-shadow: 0px 0px 13px 1px #707070;
    margin: 0 auto;
}

.diabetes_logo {
    background-image: url("../Images/Common/blue-star@2x.png");
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    margin: 33px 0 0 9px;
    width: 107px;
    background-size: 105px 42px;
}

.font-MSR300 {
    font-family: 'MuseoSansRegular-300';
}

.help_app_download_link a {
      height: 40px;
    width: 120px;
    display: inline-block;
}

.help_app_download_link.float-width.mb-2 {
    text-align: center;
    margin: 20px 0 0;
    background: transparent;
    position: absolute;
       top: 50px;
    left: 0;
    right: 0;
}

.help_app_download_link_apple {
    background: url(../../Portal/Images/Help/App_Store_Badge.svg) no-repeat;
}
.help_app_download_link_android {
    background: url(../../Portal/Images/Help/google-play-badge.svg) no-repeat;
}

.Access_code_content {
    float: left;
    text-align: center;
    width: 100%;
        font-size: 14px;
    font-family: 'MuseoSansRegular-500';
}

.Access_code_content .access-note{
    line-height: 1.4;
}
.access_popup_footer {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
    float: left;
}

a:focus{
    outline: none;
}

.each_div.each_div_access, .input_wrapper.input_wrapper_access, .input_type_text.input_type_text_access, .access_popup_footer button, .access_popup_footer p ,.access_popup_footer a{
    float: none;
}

.input_type_text.input_type_text_access{
        width: 80%;
    height: 34px;
}

.Access_code_link {
    clear: both;
    padding: 10px 0;
}

.Access_code_content .welcome_txt {
    color: #0b78e3;
    font-size: 22px;
    font-family: 'MuseoSansRegular-500';
    margin: 15px 0;
    line-height: 1.2;
}

a:focus,
button:focus {
    border: none;
    outline: none;
}

.Access_code_content .welcome_txt span {
    font-family: 'MuseoSansRegular-500';
}

.new_loginHeader button.btn-redirect {
	position: relative;
	font-family: 'MuseoSansRegular-500';
}

.new_loginHeader button.btn-redirect:after {
    position: absolute;
    border-bottom: 2px solid #0d79e3;
    content: '';
    width: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.Access_code_link a {
    text-decoration: underline;
    padding: 0 0 0 5px;
}

.fs_span, .ls_span {
    padding: 0 5px 0 0;
}

.Provider_info_two span {
    padding: 0 10px;
    margin: 4px 0 0 0;
    float: left;
}

.Provider_list {
    min-height: 238px;
}

    .Provider_list ul {
        float: left;
        padding: 10px 0;
        width: 100%;
    }

.Provider_details_list {
    max-height: 350px;
    overflow-y: auto;
    min-height: 50px;
}

.Provider_list ul li {
    float: left;
    padding: 10px 0 10px 1%;
    width: 99%;
}

ul.Provider_list_header {
    background: #707794;
    color: white;
    min-height: 45px;
    padding: 0;
}

.Provider_list ul li span {
    float: left;
    margin: 4px 0px 0 0;
    width: 160px;
    word-break: break-all;
}

.Provider_list ul span.list_fax_field {
    width: 100px;
    word-break: break-all;
}

.access_login_page .new_login_page_footer {
    z-index: -1;
}

/* .copyright_branding_divwrap p{
    margin: 15px 0;
    font-size: 14px;
} */

.each_div.each_div_access .error_message {
    float: none;
    font-family: 'MuseoSansRegular-300';
}

.input_wrapper.input_wrapper_access .crossImg, .input_wrapper.input_wrapper_access .img-cross, .input_wrapper.input_wrapper_access .warning_img, .each_div.each_div_access .img_load {
    position: absolute;
    top: 0;
}

.Registration_main {
    float: left;
    width: 100%;
    height: 89%;
    max-height: 89%;
    min-height: 89%;
}

.reg_wrapper_container {
    min-height: 380px;
    padding-bottom: 100px;
    float: left;
    width: 100%;
}

.new-med-tmask {
    height: 100%;
    width: 100%;
    opacity: 0.7;
    display: block;
    z-index: 5;
}

.Access_code_popup_page #bluemask {
    z-index: 10;
}

.provider_txt_info {
    padding: 10px 0;
}

.search_provider_txt, .Provider_search_txt, .support_txt {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.support_txt {
    margin: 30px 0;
}

.Attachment1, .Attachment2 {
    /* background: url("../Images/Common/registrationSprite3.png") no-repeat scroll -294px 0 rgba(0,0,0,0); */
    float: left;
    /*height: 150px;
    width: 150px;*/
}

.registration_steps .rxb_div, .registration_steps .RxGRP_div {
    margin: 20px 0 0;
}

.rx-locked_img {
    background: url("../Images/Common/registrationSprite3.png") no-repeat scroll -115px 0 rgba(0,0,0,0);
    float: left;
    height: 91px;
    width: 85px;
}

.Thank_you_popup .rx-locked_img {
    background: url("../Images/Common/registrationSprite3.png") no-repeat scroll -45px 0 rgba(0,0,0,0);
    float: left;
    height: 91px;
    width: 72px;
}

.rx_logo_div_inner {
    width: 85px;
    height: 90px;
    margin: 0 auto;
}

.popup_close:hover, .new-med-tclose.ui-new-med-tclose:hover {
    background: rgba(0, 0, 0, 0) url("../Images/Common/common_v221@2x.png") no-repeat scroll -63px -30px;
    background-size: 242px 183px !important;
}

.rxb_div {
    clear: both;
}

.steps_create_button {
    position: relative;
}

.back_next_buttons.first_page_next_button {
    position: relative;
}

.first_page_next_button .next_button {
    position: absolute;
    top: -23px;
    right: 0;
}
.mlr-5{
    margin: 0 5px;
}

/* .first_page_next_button .btn.btn-primary.rx-welldoc-id-reg.reg-btn-clr.flt-rgt.but-width {
    position: absolute;
    top: -20px;
    right: 0;
} */
/*profile pic*/
.profilePicCroping .wdtContainer {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 8px;
    box-shadow: @commonBoxShadow;
    padding: 30px;
    width: 770px;
}

.profilePicCroping {
    display: none;
    padding: 14px 17px;
    position: fixed;
    z-index: 900;
}

    .profilePicCroping .wdtContainer {
        width: 40%;
    }

#imgcropbox {
    background-color: #f4f5f5;
    clear: both;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.new_entry_heading_div_p {
    color: #0b78e3;
    float: left;
    font-size: 36px;
    margin: 6px 0 0 22px;
}

.notifiy .savebutton {
    float: right;
    margin: 10px 0 0;
}
/*!
 * Cropper v0.7.7
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright 2014-2015 Fengyuan Chen
 * Released under the MIT license
 */

.cropper-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

    .cropper-container img {
        width: 100%;
        height: 100%;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: none !important;
        max-height: none !important;
    }

.cropper-modal, .cropper-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cropper-canvas {
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cropper-modal {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.cropper-dragger {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}

.cropper-viewer {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #69f;
    outline-color: rgba(51,102,255,.75);
}

.cropper-dashed {
    position: absolute;
    display: block;
    border: 0 dashed #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}

    .cropper-dashed.dashed-h {
        top: 33.3%;
        left: 0;
        width: 100%;
        height: 33.3%;
        border-top-width: 1px;
        border-bottom-width: 1px;
    }

    .cropper-dashed.dashed-v {
        top: 0;
        left: 33.3%;
        width: 33.3%;
        height: 100%;
        border-right-width: 1px;
        border-left-width: 1px;
    }

.cropper-face, .cropper-line, .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
    filter: alpha(opacity=10);
}

.cropper-face {
    top: 0;
    left: 0;
    cursor: move;
    background-color: #fff;
}

.cropper-line {
    background-color: #69f;
}

    .cropper-line.line-e {
        top: 0;
        right: -3px;
        width: 5px;
        cursor: e-resize;
    }

    .cropper-line.line-n {
        top: -3px;
        left: 0;
        height: 5px;
        cursor: n-resize;
    }

    .cropper-line.line-w {
        top: 0;
        left: -3px;
        width: 5px;
        cursor: w-resize;
    }

    .cropper-line.line-s {
        bottom: -3px;
        left: 0;
        height: 5px;
        cursor: s-resize;
    }

.cropper-point {
    width: 5px;
    height: 5px;
    background-color: #69f;
    opacity: .75;
    filter: alpha(opacity=75);
}

    .cropper-point.point-e {
        top: 50%;
        right: -3px;
        margin-top: -3px;
        cursor: e-resize;
    }

    .cropper-point.point-n {
        top: -3px;
        left: 50%;
        margin-left: -3px;
        cursor: n-resize;
    }

    .cropper-point.point-w {
        top: 50%;
        left: -3px;
        margin-top: -3px;
        cursor: w-resize;
    }

    .cropper-point.point-s {
        bottom: -3px;
        left: 50%;
        margin-left: -3px;
        cursor: s-resize;
    }

    .cropper-point.point-ne {
        top: -3px;
        right: -3px;
        cursor: ne-resize;
    }

    .cropper-point.point-nw {
        top: -3px;
        left: -3px;
        cursor: nw-resize;
    }

    .cropper-point.point-sw {
        bottom: -3px;
        left: -3px;
        cursor: sw-resize;
    }

    .cropper-point.point-se {
        right: -3px;
        bottom: -3px;
        width: 20px;
        height: 20px;
        cursor: se-resize;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .cropper-point.point-se:before {
            position: absolute;
            right: -50%;
            bottom: -50%;
            display: block;
            width: 200%;
            height: 200%;
            content: " ";
            background-color: #69f;
            opacity: 0;
            filter: alpha(opacity=0);
        }

@media (min-width:768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px;
    }
}

@media (min-width:992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px;
    }
}

@media (min-width:1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75;
        filter: alpha(opacity=75);
    }
}

.cropper-hidden {
    display: none !important;
}

.cropper-invisible {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-canvas, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed;
}

.new-med-tclose.ui-new-med-tclose {
    top: 20px;
    right: 20px;
}

.profile-img-container {
    float: left;
    width: 100%;
    height: 100%;
}

.ProfileImage_Card1, .ProfileImage_Card2, .ProfileImage_Card3, .ProfileImage_Card4, .ProfileImage_Card5, .ProfileImage_Card6 {
    float: left;
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    top: 0px;
    cursor: pointer;
    margin: 0 10px 0 0;
    border: none;
}

img#profileImg1, img#profileImg2, img#profileImg3, img#profileImg4, img#profileImg5, img#profileImg6 {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    margin: 0 10px 0 0;
    z-index: 1;
    left: 0;
    border: 1px solid #ccc !important;
}


/*span.uploadText {
    position: absolute;
    left: 9px;
    top: 40px;
    width: 100px;
    text-align: center;
     cursor:pointer;
     z-index:2;
}*/
/*span.uploadText {
    position: absolute;
    left: 9px;
    top: 184px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    left: 0px;
    font-size: 14px;
    background: #ccc;
    color: #000;
    height: 30px;
    line-height: 2;
}*/
span.uploadText {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    height: 100%;
    line-height: 10;
    font-size: 14px;
}

.Attachments {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.email_input_field_div {
    float: left;
    width: 100%;
    margin: 10px 0 0 27px;
}

.Contact_Reference .input_type_radio_label {
    padding: 0 10px 0 0;
    width: auto;
}
/*.Contact_Reference .error_message {
    margin:4px 0 0 0;
}*/
.Contact_Reference .regCellphoneInput {
    width: 100%;
    float: left;
    margin: 10px 0 0 27px;
}

.access_login_page .reg_footer_container {
    display: none;
}

.access_login_page {
    background-image: url("../Images/Common/background1.jpg");
}

.body_bg {
    background-size: cover;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.Provider_list .input_type_radio_label {
    width: auto;
}
/*Otn classes*/
span.email_otn_txt {
    font-weight: bold;
}

.Country_id_two_txt p {
    padding: 10px 0 0;
}

.Country_id_two_txt ul.customer_duration {
    list-style: disc;
    padding: 0 0 0 20px;
}

.customer_care_num_txt, .Avail_hrs_txt {
    padding: 5px 0 0 !important;
}

.registration_steps .Contact_Reference .each_div_two.selectDateField .select2-container, .registration_steps .Contact_Reference .each_div_two.selectDateField .select2-container .select2-choice {
    width: 114px !important;
    text-align: right;
}

.ksrch_icon {
    background: url("../Images/Common/registrationSprite3.png") no-repeat scroll -213px -105px rgba(0,0,0,0);
    border: medium none;
    height: 27px;
    margin: 0px 0 0 50px;
    outline: medium none;
    float: left;
    width: 30px;
    cursor: pointer;
}

.Registration_Stepper_div {
    float: left;
    width: 99%;
    clear: both;
    padding: 10px 0 10px 1%;
}

.reg_step1 {
    display: inline-block;
    width: 120px;
    position: relative;
    float: left;
}

.step_label {
    position: absolute;
    width: 70px;
    top: 36px;
    left: -26px;
    text-align: center;
    font-size: 13px;
}

.reg_step1 span {
    text-transform: uppercase;
    color: #ccc;
    font-family: Arial;
}

.reg_step1.color_highlighter span {
    color: #0b78e3 !important;
    border-color: #0b78e3 !important;
    cursor: pointer;
    font-weight: 600;
}

.reg_step1.current span {
    color: #7077AB !important;
    border-color: #7077AB !important;
    cursor: pointer;
    font-weight: 600;
}

.reg_step1.color_highlighter .stp1, .reg_step1.color_highlighter .stp2, .reg_step1.color_highlighter .stp3 {
    background: #fff !important;
    border: 2px solid transparent;
    cursor: pointer;
}

.reg_step1.current .stp1, .reg_step1.current .stp2, .reg_step1.current .stp3 {
    background: #fff !important;
    border: 2px solid #7077AB;
    cursor: pointer;
}

.check_mark {
    background: url("../Images/Common/registrationSprite3.png") no-repeat scroll -11px -70px rgba(0,0,0,0);
    float: left;
    height: 30px;
    width: 24px;
    position: absolute;
    top: 6px;
    left: 0px;
    display: none;
    z-index: 4;
}

span.uploadText {
    position: absolute;
    left: 0px;
    top: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    float: left;
    height: 49px;
    width: 46px;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

img#profileImg1 + label span.uploadText, img#profileImg3 + label span.uploadText, img#profileImg5 + label span.uploadText {
    background: url("../Images/Common/registrationSprite3.png") no-repeat scroll -8px -106px rgba(0,0,0,0);
}

img#profileImg2 + label span.uploadText, img#profileImg4 + label span.uploadText, img#profileImg6 + label span.uploadText {
    background: url("../Images/Common/registrationSprite3.png") no-repeat scroll -58px -106px rgba(0,0,0,0);
}

.front_txt, .back_txt {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 40px;
}

.color_highlighter .check_mark {
    display: block;
}

.Registration_header_stepper {
    margin: 0 auto;
    width: 1000px;
}

.profile-text-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    height: 150px;
    cursor: pointer;
    top: 0;
    z-index: 2;
}

.Image_upload_success label {
    display: none;
}

.Image_upload_success:hover label {
    display: block !important;
}

.step_label_optional {
    position: relative;
    top: 74px;
    left: -42px;
    font-size: 12px;
}

.checkInbox {
    float: left;
    width: 15px;
    height: 25px;
}

.office_phone_txt {
    margin: 15px 0 0 0;
}

.Provider_list .Provider_list_header .Provider_header_name {
    width: 184px;
}

.Provider_list .Provider_list_header .Practice_header_address, .Provider_list .Provider_list_header .header_Phone {
    width: 160px;
}

.Provider_list .Provider_list_header .header_Fax {
    width: 112px;
}

.OR_div {
    width: 40%;
    text-align: center;
    float: left;
    padding: 30px 0 0 0;
}

.unsuccess_search_txt {
    margin: 20px 0 0;
    float: left;
    width: 100%;
}

.each_div_two.each_div_two_margin.office_phone_txt_div {
    width: 100%;
}

.Registration_header_stepper_responsive {
    display: none;
}

    .Registration_header_stepper_responsive span {
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

.right_div .Provider_list .check_box_label > .checkbox_img {
    margin: 2px 0 0 0;
}

.profile-text-container .popup_close {
    top: 5px;
    right: 5px;
}

.Provider_details_list li:nth-child(2n+1) {
    background: #f1f1f1;
}

.SMS_number {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.RegStepDiv1, .RegStepDiv2, .RegStepDiv3, .RegStepDiv4, .RegStepDiv5, .RegStepDiv6 {
    padding: 20px 0 0;
    float: left;
    width: 100%;
}

.Primary_insurance_info_txt {
    padding: 15px 0 0;
}

.Provider_details_list li .provider_name, .Provider_details_list li .provider_address {
    word-break: initial;
    word-wrap: break-word;
}

.input_labels.provider_phone {
    padding: 10px 0 0 0;
}
/*patient auth*/

.patientAuthoUL {
    margin: 0 0 0 5%;
    list-style-type: disc;
}
/*patient auth*/
.SelectedContactTime_error {
    position: relative;
}

.error_message.SelectedContactTime {
    position: relative;
    top: 14px;
}

/*captcha*/
.captcha {
    margin: 0px 0 24px 0;
    position: relative;
}

.each_div.eligibilityCriteriaText {
    margin: -10px 0 0 0;
}

.terms_of_service_text {
    margin: 3px;
    float: left;
    text-decoration: underline;
}

/* select2 4.0.2 library css overright by Mayank */


.select2-dropdown {
    background-color: white;
    box-shadow: 2px 4px 8px 0 #aaa; /* replace border with box-shadwow because we need box shadow as per requirement  */
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../Images/NewImages/dropdown_grey_small.png) no-repeat scroll 99% 0 rgba(0,0,0,0); /* Added the dropdown image as per requirement*/
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    transform: rotate(90deg);
}

/* when the dropdown is opened this class will be called with its respective defined image */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url(../Images/NewImages/dropdown_grey_small.png) no-repeat scroll 99% 0 rgba(0,0,0,0);
}

/* As our image is png transparent background was displaying so colored background to white */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff;
    border-style: none;
}

/* This is the default image displayed for every select2 dropdown */
.select2-container--default .select2-selection--single {
    background: url(../Images/NewImages/dropdown_grey_small.png) no-repeat scroll 99% 0 rgba(0,0,0,0);
    border: none; /* Added border none as border is nor required according to requirement*/
    border-radius: 4px;
}

    /* This class is to color the text of the date selected */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #707794;
        line-height: 19px; /* Line height was bit big so reduced here*/
    }


/* This is added as there was padding left for all fields which was not properly aligning */
.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal !important; /* without this property the long sentence security question was cropping*/
    padding: 0 20px 0 0 !important;
}

/* This is added to take the height as auto for security question dropdown */
/*.select_security_question_reg + .select2-container .select2-selection--single {
    height: auto !important;
}*/

.dobDate {
    width: 60px;
}

.dobMonth {
    width: 80px;
}

.feetwidth{
    width: 50px;
}

.txtbox-side-unit{
    display: inline-block;
    vertical-align: super;
}
#dobDate+span
{
    width: 50px!important;
}

#dobMonth+span
{
    width: 70px!important;
    margin: 0 5px;
}

#dobYear+span
{
    width: 65px!important;
}

.dobYear {
    width: 75px;
}

.select_security_question_reg {
    width: 270px;
}

    .select_security_question_reg + .select2-container .select2-selection--single {
        height: auto;
    }


/* This is added as select icon for select state was displaying at left side */
.div_provider_state .select2.select2-container {
    float: left;
}

.dob_div_width {
    width: 100%;
}
/* without this validation error message for dd/mmm/yyyy shows beside the dropdown*/

/* 4.0.2 select2 css end overright*/

/*.Eligibility_Popup .new-med-tmask{
    z-index: 0;
}*/

.Eligibility_Popup .Access_code_popup_container {
    z-index: 900;
}

/* Beow code for Accessibility issues*/

body.body_bg.acsb-keynav .OTRregflow2 .each_div  .radio_input_img_input , body.body_bg.acsb-keynav .OTRregflow1 .each_div .radio_input_img_input , body.body_bg.acsb-keynav .OTRregflow2 .each_div .input_type_checkbox_wrapper .input_type_checkbox.acsb-shown{
    float: left;
}

body.body_bg.acsb-keynav .OTRregflow2 .each_div  .input_type_radio_label.acsb-connected-input-shown .radio_input_img_span , body.body_bg.acsb-keynav .OTRregflow1 .each_div .input_type_radio_label .radio_input_img_span , body.body_bg.acsb-keynav .OTRregflow2 .each_div .check_box_label.acsb-connected-input-shown .checkbox_img{
    display: none;
}

body.body_bg.acsb-keynav .OTRregflow2 .each_div .terms_condition_with_reg_button .check_box_label.acsb-connected-input-shown{
    float: left;
    width: 90%;
}

body.body_bg.acsb-keynav .OTRregflow2 .each_div.Activity_header .activity_description_div.ActivityInfoDescription{
    z-index: 999;
}

body.body_bg.acsb-keynav .OTRregflow2 .each_div  .terms_condition_with_reg_button .input_type_checkbox.acsb-shown {
    float: left; 
}

body.body_bg.acsb-keynav .OTRregflow2 .each_div  .terms_condition_with_reg_button .check_box_label .acsb-connected-input-shown{
    float: left;
    width: 90%;
}

.pump-mode-radio {
    display: flex;
    flex-direction: row;
}

.medtronic {
	background: url('../Images/Registration/medtronic.svg') no-repeat;
    height: 74px;
    width: 74px;
}

.tandem {
    background: url('../Images/Registration/tandem.svg') no-repeat;
    height: 74px;
    width: 74px;
}

.omnipod{
	background: url('../Images/Registration/omnipod.svg') no-repeat;	
    height: 74px;
    width: 74px;
}

input[type="radio"] {
    display: none;
}

.medtronic-insulin-pump-img {
    background: url('../Images/Registration/medtronic.png') no-repeat;
    height: 267px;
    width: 267px;
    display: flex;
    flex-direction: row;
}

.tandem-insulin-pump-img {
    background: url('../Images/Registration/tandem.png') no-repeat;
    height: 234px;
    width: 279px;
    display: flex;
    flex-direction: row;
}

.omnipod-insulin-pump-img {
    background: url('../Images/Registration/omnipod.png') no-repeat;
    height: 240px;
    width: 216px;
    display: flex;
    flex-direction: row;
}

.notfIconWrp-new {
    display: inline-block;
    height: 80px;
    width: 80px;
}

.InsulinPumpDetailsList{
    float:left;
    width:100%;
    margin:15px 0;
}

.InsulinPumpDetailsList>div{
    float:left;
}

.InsulinPumpDetailsList > div:last-child .input-radio-wrp {
    margin: 5px 10px;
}

/* Registration Checkbox for MObile - Kiran Kumar G 6-12-2021*/

/*.MobileCheckWrapper{
    margin:10px 0 0;
}*/

.input_type_checkbox_wrapper.MobileCheckWrapper {
    margin: 10px 0 0 0;
}

.MobileCheckWrapper {
    width: 90%;
    float:left;
    margin: 0px 0 0 10px;
}

.no-float {
    float: none;
}

/* GINA Authorization - Kiran Kumar G 23-2-2022*/
.GINAAuthorizationWrapper .input_type_checkbox {
    display: none;
}

.GINAAuthorizationWrapper ul li {
    list-style: disc;
}

.GINAAuthorizationWrapper ul {
    padding: 5px 0 0 20px;
    margin: 6px 0 0;
}

.GINAAuthorizationWrapper .reg_heading,
.GINAAuthorizationWrapper .button_div {
    margin: 0 0 20px;
}
/* GINA Authorization - Kiran Kumar G 23-2-2022 */
