/* 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 {
}
img {
style="max-width: 100%; height: auto;"
}
/* Page overall page wrapper */
.cvpageholder {
}

/* Page top image element */
.cvpelement[data-peid='1'] {
style ="max-width: 100%; height: auto;"
}

/* Page top image element */
.cvpelement[data-peid='1'] {
style="max-width: 100%; height: auto;"
}

/* Page top or left text element */
.cvpelement[data-peid='2'] {
style="max-width: 100%; height: auto;"
}

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

/* Page bottom image element */
.cvpelement[data-peid='4'] {
"max-width: 100%;
height: auto;"
}

/* Page all image elements */
.cvpimage {
max-width: 100%;
height: auto;
}

/* Page all text elements */
.cvptext {
}


/* 
*
*     Form Elements 
*
*/


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

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

        /* Styling for the text within the form header */
        .cv_genform_content .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 {
}


/**
 * The next three styling elements are for the donation amounts:
 * The default state, the active (selected) state, and the hover state
 */
.btn-group {
}

/* Form toggle selector each toggle button */
.btn-group label.btn-primary {    
}

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

/* 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 {
}

/* 
*
*    Form Wizard Elements
*
*/

/* Wizard Buttons */
.wzstepsinfonpanel ul li {
}
    /* 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 {
}