﻿/*
    DEV-867 - MS - 1/18/16 - Externalized part of VerifyInformation View CSS;
    Previously Adrianna's inline CSS
*/
span.bold
{
    font-weight: normal;
}

span.black
{
    font-weight: bold;
}

#verifyInformationPopup
{
    font-size: small;
}

ul.verifybox li
{
    padding: 0 0;
}

ul.verifyboxli:first-child
{
    padding-top: 0;
}

ul.verifybox li:last-child
{
    border-bottom: none;
}

div.contentWraperVerify
{
    padding: 8px 0 0 0;
}

/* Adriana Heghes - IS 18563 - display Special Needs Text next to Special Needs option */
div.shortWidth
{
    width: 425px;
    word-wrap: break-word;
}

/* MC - CRDEV-8830 - CNE Mobile - Adding scalability */
@media screen and (max-width:500px) 
{
    div.shortWidth 
    {
        width: 100%;
        word-wrap: break-word;
    }
}

/* DEV-867 - MS - 1/2016 - Verify{ Account Expiration Dates }-specific CSS */

#verifyAccountData li
{
    margin-left: 20px;
}

/*CRDEV-8394:  Below are classes that color and improve the appearance of the reCAPTCHA buttons.  5-8-2018 GMB*/
.reCAPTCHABtn
{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
    border-radius: 2px;
    height: 36px;
    text-align: center;
    font-family: Lato-Bold !important;
    font-size: 14px;
    padding: 8px
}
.reCAPTCHABtnCancel {
    background: #FFFFFF;
    color: #3777BC;
}
.reCAPTCHABtnContinue 
{
    background: #3777BC;
    color: #FFFFFF;
    padding: 8px
}
.reCAPTCHABtnCancel span
{
    color: #3777BC;
}
.reCAPTCHATBtnContinue span
{
    color :#FFFFFF;
}
/*End of CRDEV-8394 changes*/