label.btn-primary input[type=radio],
label.btn-success input[type=radio] {
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	margin: 4px 1em 4px 4px;
	-webkit-transition: border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
	transition: border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
	transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
	transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
	border: 2px solid #fff;
	border-radius: 100%;
	outline: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 0 4px #ffb400;
	box-shadow: 0 0 0 4px #ffb400;
	vertical-align: text-bottom;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

label.btn-primary input[type=radio]:focus,
label.btn-primary input[type=radio]:hover,
label.btn-success input[type=radio]:focus,
label.btn-success input[type=radio]:hover {
	-webkit-box-shadow: 0 0 0 2px #ffb400;
	box-shadow: 0 0 0 2px #ffb400
}

label.btn-primary input[type=radio]:checked,
label.btn-success input[type=radio]:checked {
	-webkit-box-shadow: 0 0 0 4px #ffb400, inset 0 0 0 7px #2fa688;
	box-shadow: 0 0 0 4px #ffb400, inset 0 0 0 7px #2fa688
}

label.btn-primary input[type=radio]:checked:focus,
label.btn-success input[type=radio]:checked:focus {
	-webkit-box-shadow: 0 0 0 4px #ffb400, inset 0 0 0 7px #2fa688;
	box-shadow: 0 0 0 4px #ffb400, inset 0 0 0 7px #2fa688
}

label.btn-primary input[type=radio][disabled],
label.btn-primary input[type=radio][disabled]~*,
label.btn-success input[type=radio][disabled],
label.btn-success input[type=radio][disabled]~* {
	opacity: .4
}





/* 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'] {.event-package-quantity,
}

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

.event-package-quantity {
    font-size: 15px !important;
}