/*======================
 *  CALCULATOR STYLING 
 * =====================*/

/* Hide Rootline Pages */
input.frm_page_skip.frm_page_4 {
	background: transparent;
	width: 0;
}
/* Submit Buttons */
.ajc_calc button {
 width: 100%!important;
}

/* Section Headings */
.ajc_calc .form-field.frm_section_heading.frm_section_heading {
	margin-top: 0;
}
.ajc_h3 p {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 0;
}
.ajc_section h4 {
	display: block;
	float:none;
	width: auto;
	line-height: 1em;
  padding: 15px 0 3px 0;
	margin-bottom: 1em;
}

/* Info text (HTML)*/
.ajc_info p {
	font-size: 0.6em;
}

/* Label Design for all fields in calculator */
.ajc_register label,
 .ajc_calc label {
     text-transform:lowercase;
}

/* Option Group Headings (under Section) */
.ajc_calc .frm_primary_label {
	width: 100%;
	margin-bottom: 1em;
	padding-right: 0;
	border-bottom: 1px solid lightgray;
}

/* Prices Settings */
.ajc_right input {
	text-align: right;
}
/* Adjustable Qty Dropdown */
.ajc_calc select {
    width: auto;
    line-height: 1em;
    font-size: 1em;
    float: left;
}

/* Vehicle & Quote Radio Buttons */

.ajc_quote_type.frm_image_options .frm_image_option_container .frm_empty_url {
	display: none;
}
.ajc_quote_type.frm_image_options .frm_opt_container {
	display: block;
    width: 100%;
}

.ajc_quote_type.frm_form_field .frm_radio.frm_image_option {
	width: 100%!important;
    border: 1px solid lightgray;
    border-radius: 5px;
    text-align:center;
}

.ajc_quote_type .frm_image_options .frm_image_option_container {
    border: none;
}

.frm_form_field .frm_radio.frm_image_option {
	width: 45%!important;
	flex-grow: 1;
}
.ajc_vehicle.frm_image_options img {
	object-fit: contain;
	max-height: 200px;
	padding: 1.5em;
}
.ajc_quote_type .frm_text_label_for_image {
	min-height: 4em;
	height: 4em;
	line-height: 1em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	vertical-align: middle;
}
.ajc_quote_type .frm_error,
.ajc_vehicle .frm_error {
	display: block;
	width: 100%;
	clear: both;
	text-align: center!important;
}

.ajc_sub_total.frm_top_container .frm_primary_label {
	display: none;
}
.clips.frm_inline_container .frm_primary_label{
	border: none!important;
	font-size: 0.8em;
}


/* Options checkboxes */


.ajc_calc .options.clips_label .frm_primary_label {
	font-size: 0.8em;
	border: 0;
}
.clips input[type=number] {
	float: right;
	min-width: 80px;
	text-align: right;
	border-radius: 5px;
}
.ajc_calc select {
	margin-left: 1em;
	display: block;
	float: right;
}

.options.vertical_radio .frm_checkbox label, 
.options.vertical_radio .frm_radio label {
	line-height: 1.75em;
	text-indent: -2.2em;
	margin-bottom: 1.5em;
    margin-left: 2em;
}

.options .frm_radio input[type="radio"], 
.options .frm_checkbox input[type="checkbox"] {
	width: 1.75em!important;
	height: 1.75em!important;
}
.options .frm_radio input[type="radio"]:checked, .options .frm_checkbox input[type="checkbox"]:checked {
	background: white;
	 border: 0!important;
}
.options .frm_radio input[type="radio"]:before, .options .frm_checkbox input[type="checkbox"]:before  {
	box-shadow: none;
	width: 0;
}

.options .frm_radio input[type="radio"]:after, 
.options .frm_checkbox input[type="checkbox"]:after {
     content: "\2714";
     color: green;
     font-size: 1.75em;
     width: 1em;
     height: 1em;
     background: white;
}

.options .frm_radio input[type="radio"]:after {
    margin-top: -0.5em;
}

.options .frm_checkbox input[type="checkbox"]:after {
    margin-top: -1em;
    
}
.options .frm_radio input[type="radio"]:checked:after,
.options .frm_checkbox input[type="checkbox"]:checked:after {
     display: block;
     width: 1em;
     height: 1em;
     border: 1px solid black;
}
.options .frm_radio input[type="radio"]:checked:after {
     border-radius: 100%;
}
.options .frm_checkbox input[type="checkbox"],
.options .frm_checkbox input[type="checkbox"]:checked:after {
	border-radius: 5px;
}



/* ITEMS INCLUDED LIST */
.included-list  {
	border: 1px solid #333333;
	border-radius: 5px;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
}

.included-list li {
  list-style: none;
	width: 100%;
	display: flex;
	margin-bottom: 0.5em;
	font-size: 16px;
}

.inc-tick {
  color: green;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: top;
	margin-right: 1em;
}
.ajc_embed {
	margin-top: -1.2em;
}
.ajc_register input[type=text], 
.ajc_calc,
input[type=text] {
	border-radius: 3px!important;
}
.ajc_register,
.ajc_calc {
	text-transform: lowercase;
}
.ajc_register .frm_primary_label {
    line-height: 1em;
    padding: 0;
}
.ajc_register .frm_description {
    line-height: 0.5em;
}
.ajc_register small {
	font-size: 0.6em;
}

/* ==========================
 * Printed Quote Styling 
 * ==========================*/
.ajc_quote p {
	line-height: 1.3em;
	margin-bottom: 0em;
}
.ajc_quote h4.ajc_right,
.ajc_quote p.ajc_right {
	text-align: right;
}
/*============================
 * END OF CALCULATOR STYLING
=============================*/