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



.tlcv_button {
background-color: #ffbf3b !important;
border-color: #ffbf3b !important;
}

.btn-primary.active {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

#cvfctrl224 {

width:200px;
height: 50px;
}

#cv_amount_details {
    clear: both;
    padding:20px;
}

.tl_donation_amount {
font-weight: 600;
}

.tl_your_donation_amount {
 font-size: 25px;
}

#cv_amount_details .inner {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;

}

.tl_amount {
    display: none;
    padding:10px;
}

.tl_amount::after {
 content: "";
  display: table;
  clear: both;
}

.tl_amount img {
width:180px;
float:left;
}

.tl_amount p {
margin-top:15px;
font-size: 25px;
float:left;
padding-left:15px;
}

.btn-group-responsive .btn {
font-size: 25px !important;
}

@media (max-width: 468px) {
  .tl_amount img {
    width:100% !important;
  }

  #cvfctrl222 .col-sm-6:nth-child(2) label {
   margin-top: 15px;
  }

  #cvfctrl222 .col-sm-6:nth-child(2) .interLabelAboveInput {
   text-align: center;
  }

  #cvfctrl222 .col-sm-6:nth-child(2) .interLabelAboveInput input {
   display: inline-block;
   width:200px;
 text-align: center;
  }



}


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