/* CV CSS Theme 
 *
 * The following CSS can be applied to any form 
 * The hashtag (#) elements listed below are the unique ID values of some of the main components within a form
 * The dot (.) elements listed below are classes that can potentially be applied to multiple elements within a form
 *
 * 
 *
 * Page elements. Leave Page classes empty if theme should apply for embeded form
 *
 */

/* Page Html Body */
body {

}

/* Page overall page wrapper */
.cvpageholder {
}

/* Page top image element */
.cvpelement[data-peid='1'] {    
}

/* Page top image element */
.cvpelement[data-peid='1'] {
}

/* Page top or left text element */
.cvpelement[data-peid='2'] {
}

/* Page form element wrapper */
.cv_genform_content {
}

/* Page bottom image element */
.cvpelement[data-peid='4'] {
}

/* Page all image elements */
.cvpimage {
}

/* Page - Hides  TEXT AREA on Form */
.cvpelement.cvpcontainer.cvptextcontainer {
Display:none;
}


/* Page - Width of field block */
.container-fluid{
background-color: #AD132B
}



/* 
*
*     Form Elements 
*
*/


/* Changes will be applied to the main container of the full donation form */
#donation-form {
}

    /* Styling for the container of the form header */
    #donation-form .page-header {
    }

        /* Styling for the text within the form header */
        #donation-form .page-header h2 {
     }

/* Styling for the sections of the form */
.well {
}

/* Form Label */
.control-label {
}

/* Form required label mark. This is pseudo element shown by default as a red asterix */
.required::after {
}

/* Form textbox inputs */
input[type='text'].form-control {
}

/* Form drop down inputs */
select.form-control {
}

/* Form submit button */
#cvf_submit {
  border-radius: 6px;
}


/**
 * The next three styling elements are for the donation amounts:
 * The default state, the active (selected) state, and the hover state
 */
.btn-group {
text-align: center;
border-radius: 25px;
}

/* Form toggle selector each toggle button */
.btn-group label.btn-primary {    
text-align: center;
}

/* Form toggle selected toggle button. Use !important to override regular toggle button properties */
.btn-group label.active {
}

.btn-group label.default{
}

.btn-group label.selected {
}


.btn-primary {
    background-color: #808080;
    border-color: #808080;
    border-radius: 0;

}
.btn-primary.active.focus { 
    background-color:  #AC2B37 !important;
    border-color:  #AC2B37 !important;
    border-radius: 0;
}

.btn-primary.active{
    background-color: #AC2B37 !important;
    border-color: #AC2B37 !important;
    border-radius: 0;
}


.btn-primary:hover,.btn-primary:focus {
    background-color: #AC2B37 !important;
    border-color: #AC2B37 !important;
}

}
.btn-primary.selected {
    background-color: #AC2B37 !important;
    border-color: #AC2B37 !important;
    border-radius: 0;
 }

/* Form input with an active error message */
.has-error input, .has-error select {
}

/* Form input error message text */
.error-message {
}

/* Styling for the submit button */
#cvf_submit {
    border-radius: 6px;
    color: #fff;
    background-color: #808080 ;
    border-color: #808080 ;

/*     color: #000; */
    background-color: #808080;
    border-color: #808080;
    
    font-size: 16px
}

#cvf_submit:focus,
#cvf_submit:hover {
    background-color: #908080 !important;
    border-color: #AC2B37 !important;
    border-radius: 33 !important;
}

/* 
*
*    Form Wizard Elements
*
*/

/* Wizard Buttons */
.wzstepsinfonpanel ul li {
display:none;
}
    /* Enabled Step Button */
    .wzstepsinfonpanel ul li.stepenabled {
    }

    /* Current Step Button */
    .wzstepsinfonpanel ul li.stepcurrent {
    }

    /* Step Button hover */
    .wzstepsinfonpanel ul li.hoveritem {
    }

/* Wizard Back and Next Buttons */
.actWizardSwitchStep {
}

/* Label Formatting: Billing Address for Credit Card  */
label#cvfctrl278 {
    font-style: italic;
    font-weight: normal;
}



label#cvfctrl325,label#cvfctrl327, label#cvfctrl329, label#cvfctrl331, label#cvfctrl333,label#cvfctrl335 {
    font-weight: normal;
}



/* Amount button rounding of first and last amounts */

.btn-group>.btn:first-child:not(:last-child), .btn-group>.dropdown-toggle:not(:last-child)
{
border-top-left-radius: 6px;
border-bottom-left-radius: 0px;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child)
{
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}

/* Rounds button when hovering  */
.btn-primary:hover,
.btn-primary:focus {
text-align: center;
}


.btn
{
background-color:grey;
}