/*Custumize your solution using this file*/

/* ADDED by Bob on 7/17/2018 to match the new CAPTCHA Code From Personify */

.captchaHeader span 
	{
    display: block !important;;
	}
.captchaHeader

    {
	color:#B30002;
	font-weight: bold;
    }

.captchaText 
    {
	color:#B30002;
	font-weight: bold;
    }

/* END ADDED by Bob on 7/17/18 */

.buttonRow {
    display: block;
}

.buttonRow input[type="button"],
.buttonRow input[type="submit"],
.panelSelectGroup input[type="submit"],
.MembershipsRenewalControl_PersonifyDefault .errorBlock input[type="button"] {
    background-image: url("../images/btn-green.jpg");
    background-position: 0 0;
    background-repeat: repeat-x;
    border: 1px solid #ADC570;
    border-radius: 3px;
    color: #5D7731;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 4px 10px;
    text-shadow: 1px 1px #CFE5A4;
    vertical-align: middle;
}


.buttonRow input[type="button"]:hover,
.buttonRow input[type="submit"]:hover {
    border: 1px solid #ADC570;    
    color: #2f4f4f;    
    text-shadow: 1px 1px #efefef;
    background: rgb(210,231,156); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(210,231,156,1) 0%, rgba(165,205,91,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,231,156,1)), color-stop(100%,rgba(165,205,91,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(210,231,156,1) 0%,rgba(165,205,91,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(210,231,156,1) 0%,rgba(165,205,91,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(210,231,156,1) 0%,rgba(165,205,91,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(210,231,156,1) 0%,rgba(165,205,91,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e79c', endColorstr='#a5cd5b',GradientType=0 ); /* IE6-9 */     
}


.buttonRow input[type="button"].CancelEditButton,
.buttonRow input[type="button"].cancel,
.buttonRow input[type="button"].Cancel,
.buttonRow input[type="submit"].cancel,
.buttonRow input[type="button"].linkButton,
.buttonRow .btn.btn-link {
    border: 0 none;
    background-color: transparent !important;
    background-image: none;
    text-shadow: none;
    color:#265AFF;
}

.buttonRow input[type="button"].CancelEditButton:hover,
.buttonRow input[type="button"].cancel:hover,
.buttonRow input[type="submit"].cancel:hover,
.buttonRow .btn-link:hover
 {
    color:#00bfff;
    text-shadow: 1px 1px 1px #efefef;
}



     /*CART PREVIEW BUTTONS*/

.segmentsListPanel button.cartPreviewSelectSegment {
        border-radius: 0;
        background-color: #dedede;
        text-shadow: 1px 1px 1px #fff;
        color: #888;
        border: 0 none;
        padding:8px 12px;
        margin: 0;
        cursor: pointer;
         -webkit-transition: padding 2s;
     }


.segmentsListPanel button.cartPreviewSelectSegment:hover,
.segmentsListPanel button.cartPreviewSelectSegment.cartPreviewSeletedSegment:hover {
        background-color: #999;
        color: #fff;
        text-shadow: 1px 1px 1px #444;
        -webkit-transition: padding 2s;
        
}


.segmentsListPanel button.cartPreviewSelectSegment.cartPreviewSeletedSegment {
    background-color: #222;
    color: #ffffff;
     text-shadow: 1px 1px 1px #000;
}



     /*END CART PREVIEW BUTTONS*/


/*AWARDS*/

.AwardsProgramListingControl_PersonifyDefault .awardsListingMenu {
    top: 7px;
}

.nomineeInfoAddressDiv .ctrlContent a.edit { right: 0;}

.cbxViewContactInfo label { top: 0;}
.MyNominationsControl_PersonifyDefault .nominationsMenu { top: 20px;}




@media screen and (max-width: 42.0em)
{

    
.buttonRow input[type="button"], .buttonRow input[type="submit"] {
    padding: 12px 0;
    font-size: 125%;
    min-height: 45px;
}

    .rwWindowContent .buttonRow input
    {
        display: block !important;
        text-align: center !important;
        margin: 2% auto !important;
        background-color: #A5CD5B !important;
        font-size: 1em;
        padding: 5% 10%;
        white-space: normal !important;
    }


    .rwWindowContent .buttonRow .CancelEditButton,
    .wndCancelConfirmation .buttonRow input.cancel,
    .rwWindowContent .buttonRow .cancel
    {
        background-color: #FFFFFF !important;
        padding: 5% !important;
        text-align: center !important;
    }

    .rwWindowContent .buttonRow .SaveEditButton,
    .wndCancelConfirmation .buttonRow .btnYes
    {
        text-align: center !important;
        margin: 0 auto !important;
    }


    .CC-radio-selection input[type=radio]:checked {
    background-color: #8fb14e;
}

}
