form.css_cs_rl_tbl_rgForm  
{
    
    font-size: 12px;
    color:#262626;
    padding:5px;
    max-width :600px;
    -webkit-text-size-adjust: 100%;
    margin-bottom:5px;
    font-family: "Open Sans", sans-serif;
} 

#cs_rl_dbs_offercontent_referrer {
    font-family: "Open Sans", sans-serif;
}

#cs_rl_dbs_offercontent_referee{
    font-family: "Open Sans", sans-serif;
}

form.css_cs_rl_tbl_rgForm label{
    
    color: #262626;
    font-size: 14px;
    display: inline-block;
    font-weight:700;
    margin-bottom:8px;
    
}

form.css_cs_rl_tbl_rgForm input[type="text"]  
{
    /*border-radius: 20px;
    border: 1px solid #cdd7da;
    background: #fff;
    width: 100%;
    -webkit-appearance: none;
    padding:5px;
    height:24px;*/
    width:100%;
    outline:none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #262626;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    padding: .375rem .75rem;
    height:44px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
    
} 

form.css_cs_rl_tbl_rgForm input[type="text"]:focus
{   color: #262626;
    background-color: #fff;
    border-color: #85a7b8;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(11, 79, 113, .25);
    outline-width: 5px !important;
    outline-style: auto !important;
    outline-color: Highlight !important;
    outline-color: -webkit-focus-ring-color !important;
} 


input[type="text"].css_cs_rl_tbl_rgForm_Error 
{
    border: 1px solid #dc3545 !important;
}

.cs_rdBtns {
    text-align: center;
}

form.css_cs_rl_tbl_rgForm input[type="radio"] {
    height:auto;
    width:auto;
    margin-left: 30px;
}

form.css_cs_rl_tbl_rgForm input[type="button"] 
{
    outline:none;
    float: right;
    width:100%;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    -webkit-appearance: none;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    padding: 12px 2em;
    color: #fff;
    background-color: #a62424;
    border-color: transparent;
    border-width: 0px;
    border-style: solid;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 1.1;
    height:44px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    
}


form.css_cs_rl_tbl_rgForm input[type="button"]:hover {
    text-decoration: none;
    background-color: #7c1b1b;
    color: #fff;
    border-color: transparent;
}


input[type="button"].css_cs_rl_tbl_rgBtnDisable 
{
    background-color: #7c1b1b !important;
} 

input[type="button"].cs_rl_btn_progress 
{
    cursor: wait !important;
} 

label.cs_rl_cssValidation 
{
    color: #dc3545 !important;
    font-size:12px;
} 

span.cs_rl_cssValidation 
{
    color: #dc3545 !important;
    font-size:12px;
} 

label.cs_rl_lblSucess 
{
    
    color: #0b4f71 !important;
    margin-top:12px;
    font-weight:bold !important;
    font-size:24px !important;
    padding-top:3px;
    border-radius: 20px;
    width:100%;
    text-align:center !important;
    
} 

span.cs_rl_lblSucess 
{
    
    color: #0b4f71 !important;
    margin-top:12px;
    font-weight:bold !important;
    font-size:24px !important;
    padding-top:3px;
    border-radius: 20px;
    width:100%;
    text-align:center !important;
    display:block;
} 

label.cs_rl_lblFail 
{
    float: right;
    color: #dc3545 !important;
    margin-top:12px;
    font-weight:bold;
    font-size:14px;
    padding-top:3px;
} 

span.cs_rl_lblFail 
{
    float: right;
    color: #dc3545 !important;
    margin-top:12px;
    font-weight:bold;
    font-size:14px;
    padding-top:3px;
} 

.cs_rl_lbl_error_message,.cs_rl_shr_lbl_error_message {
    color: red !important;
    display: block;
    line-height: 1.5;
}


.cs_rl_btn {
    width: 125px;
}

.cs_rl_btn_mob {
    width: 100%;
}


.cs_rl_shr_email_section_title label{
    font-weight:bold !important;
    padding-bottom: 10px;
    padding-left:5px;
    
}
.cs_rl_shr_email_section{
    padding-top:15px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:5px;
    padding-right:5px;
}

.cs_rl_shr_email_section2{
    background:#f9f9f9;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:5px;
    padding-right:5px;
}

.cs_rl_shr_email_section3{
      padding-top:15px;
      padding-left:5px;
    padding-right:5px;
    
}



[class*="cs_rl_col_"] {
    float:left;
    padding: 5px 5px;
    display:table-cell;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
} 


.cs_rl_row {
    display:flex;
    align-items:flex-end;
}


.cs_rl_row::after {
    content: "";
    clear: both;
    display: table;
} 


.cs_rl_col_s_6 {
    width:50%;
}


.cs_rl_col_s_12 {
    width:100%;
}

.cs_rl_col_s_4{
    width:33.33%;
}

.cs_rl_col_s_2{
    width:16.67%;
}

.cs_rl_pwrdbylogo {
    background:url(../images/poweredbyreferlive_color2.png);
    width:100%;
    height:36px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    margin-top:25px;
    
}
.cs_rl_pwrdbylogowhite {
    display:none !important
    
}


/* DBS */

[class^="cs_dbs_offer_title_"] {
    font-weight:bold;
    font-size:20px;
    font-weight:700;
    color: #0b4f71;
    float:left;
    padding-right:3px;
} 

[class^="cs_dbs_offer_sub_"] {
    color: #0b4f71;
    font-size:20px;
    font-weight:700;
    float:left;
    display:inline-block
}

[class^="cs_dbs_offer_details1_"] {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    clear:both;
    padding-top:10px;
}

[class^="cs_dbs_offer_qual_"]>ul{
    color: #262626;
    font-size: 16px;
}

[class^="cs_dbs_offer_qual_"]>ul,li {
    list-style-position:inside;
    overflow:hidden;
}

[class^="cs_dbs_offer_details2_"] {
    font-weight:bold;
    color: #262626;
}

[class^="cs_dbs_offer_footer_"] {
    color: #262626;
    font-size: 16px;
 
    }

[class^="cs_dbs_offerrow_"] {
 
    border-radius:0px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:25px;
    padding-right:25px;
}

.cs_dbs_offerrow_2{
    background-color:#F6F5F7;
}

.cs_dbs_offerrow_4{
    background-color:#F6F5F7;
}
.cs_dbs_offer_footer {
    padding-top:25px;
    padding-left:25px;
    color: #262626;
    font-size: 16px;
}
.cs_dbs_offer_footer_1 {
    padding-top:40px;
    color: #262626;
    font-size: 16px;
}



@media only screen and (max-width: 400px) {
    
    .cs_rl_row {
    display:inline-block;
    width:100%;
}

    .cs_rl_col_s_6 {
        width: 100%;
    }

    .cs_rl_col_s_12 {
        width: 100%;
    }

    .cs_rl_col_s_4 {
        width: 100%;
    }

    .cs_rl_col_s_2 {
        width: 100%;
    }
}

/* Share form css */


form.css_cs_rl_tbl_rgForm input[type="button"] {
    margin-top:22px;
}

.cs_rl_shr_hdr{
    text-align:center;
    font-size:32px;
    color:#0b4f71;
}

.cs_rl_shr_hdr_mob{
    text-align:center;
    font-size:26px;
    color:#0b4f71;
}

.cs_rl_shr_sub{
    
    font-size:18px;
    padding-left:25px;
    padding-right:25px;
}

.cs_rl_shr_sub_mob{
    
    font-size:14px;
    padding-left:25px;
    padding-right:25px;
}

.cs_rl_shr_social_txt{
    display:none;
    width:0px;
    height:0px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_txt_mob{
    background:url(https://rlforms.referlive.com/images/ShareIcon_Text_38x30_bluefcu.png);
    display:inline-block;
    width:38px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fb{
    background:url(https://rlforms.referlive.com/images/FB_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fb_mob{
    background:url(https://rlforms.referlive.com/images/FB_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fbmsg{
    background:url(https://rlforms.referlive.com/images/fbmessenger_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fbmsg_mob{
    background:url(https://rlforms.referlive.com/images/fbmessenger_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_twitter{
    background:url(https://rlforms.referlive.com/images/ShareIcon_Twitter_x.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_twitter_mob{
    background:url(https://rlforms.referlive.com/images/ShareIcon_Twitter_x.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_linkedin{
    background:url(https://rlforms.referlive.com/images/linkedin_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_linkedin_mob{
    background:url(https://rlforms.referlive.com/images/linkedin_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_share_section{   
    display:inline-block;
    width:100%;
    cursor:default;
    font-size:16px;
    font-weight:bold;
    
    padding-top:15px;
}

.cs_rl_shr_social_share_section_header {
    line-height:1.25;
    margin-top: 10px;
    font-size: 13px;
    
}
/* share form css ends */