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

/* WAU Styles */

#donation-form form, #donation-form form .form-group:last-of-type {
    margin-bottom: 0;
}

#donation-form form .submit-button-container {
    margin-bottom: 30px;
}

.cv_genform_content .btn, .cv_genform_m .btn {
    padding: 10px 12px;
    font-size: 16px;
}

.cv_genform_content .formViewMobilePort .btn-toolbar {
    margin-bottom: 1em;
}

.cv_genform_content .interLabelAbove {
    padding-bottom: 0;
}

.cv_genform_content .form-control, .cv_genform_content .form-horizontal .checkbox {
    margin-bottom: 1em;
}

#cvfctrl253 .form-group, #cvfctrl150 {
    margin-bottom: 0;
}

.cv_genform_content span.ccnumbertxt {
    transform: scale(.825);
    top: 27px !important;
}

.cv_genform_content .btn-toolbar>.btn-group {
    margin-left: 0;
}

.cv_genform_content .form-horizontal .control-label {
    text-align: left;
}

.btn-toolbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-toolbar .btn-group-responsive {
    margin-left: 0;
}

@media (max-width: 996px) {
    .modal-dialog {
        max-width: calc(100% - 50px) !important;
    }
}

@media (min-width: 768px) and (max-width: 819px) {
    .cv_genform_content span.ccnumbertxt {
        top: 33px !important;
    }
}

@media (min-width: 820px) {
    .cv_genform_content .form-horizontal .control-label {
        margin-bottom: 0.5em;
    }

    .cv_genform_content .form-group {
        margin-bottom: 0;
    }

    .cv_genform_content .form-group div[class^="col-sm"] {
        margin-bottom: 1em;
    }

    .cv_genform_content .form-group div[class^="col-sm"]:last-of-type {
        margin-bottom: 0;
    }

    .cv_genform_content span.ccnumbertxt {
        top: 33px !important;
    }
}

@media (min-width: 769px) {
    .cv_genform_content .btn-toolbar>.btn-group {
        display: flex;
        width: 100%;
        max-width: 760px;    
    }
}

.cv_genform_content .btn-toolbar {
    margin-left: 0;
}

#cvfctrl158 {
    min-width: 100px;
}

.cv_genform_content .formViewMobilePort div.checkbox label {
    text-align: left;
}