.form_group {
	margin-bottom: 50px;
}
.form_group h3.no-margin {
	margin: 0;
}
.form_group.no-margin {
	margin: 0;
}
.form_block {
	margin: 15px 0;
}
.form_block.padding_bottom {
	padding-bottom: 25px;
}
.form_block.no-margin {
	margin: 0;
}
input[type="radio"] {
	margin: 20px;
	margin-right: 5px;
}
input[type="radio"]:first-child {
	margin-left: 0;
}
input[type="checkbox"] {
	margin-right: 5px;
}
.not_inline input[type="radio"] {
	margin: 10px;
	margin-right: 5px;
	margin-left: 0;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea {
	width: 100%;
	padding: 9px 12px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bdbdbd;
	font-size: 16px;
	color: #484848;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: 0!important;
	outline: none!important;
}
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="password"].error,
textarea.error {
	border-color: #e52f0e;
	color: #e52f0e;
}
input[type="text"]:invalid,
input[type="email"]:invalid,
input[type="number"]:invalid,
input[type="tel"]:invalid,
input[type="password"]:invalid,
textarea:invalid {
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type="text"].mandatory,
input[type="email"].mandatory,
input[type="number"].mandatory,
input[type="tel"].mandatory,
input[type="password"].mandatory,
textarea.mandatory {
	background: url('/assets/images/common/mandatory.png');
	background-position: right center;
	background-size: 28px 9px;
	background-repeat: no-repeat;
}
input[type="text"][disabled="disabled"],
input[type="email"][disabled="disabled"],
input[type="number"][disabled="disabled"],
input[type="tel"][disabled="disabled"],
input[type="password"][disabled="disabled"],
textarea[disabled="disabled"] {
	background-color: #dcdcdc;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: solid 1px #e52f0e;
	border-color: #e52f0e;
	color: #e52f0e;
	}
.custom-label {
	display: inline-block;
	cursor: pointer;
	margin: 5px 15px 5px 0;
}
.custom-radio,
.custom-check {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -0.15em;
	/* Adjust top for best fit */
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url('../images/customRadioCheck.png');
	background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .custom-radio,
  .custom-check {
    background-image: url(../images/customRadioCheck@2x.png);
    background-size: 20px 40px;
  }
}
.custom-radio {
	background-position: 0 top;
}
.custom-radio.checked {
	background-position: 0 bottom;
}
.tankoption_tabs {
	border: solid 1px #bdbdbd;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.tankoption_tabs .tankoption_tabs_inner {
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.tankoption_tabs .tankoption_tab {
	text-align: center;
	padding: 15px 15px 1px 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-bottom: solid 1px #bdbdbd;
}
.tankoption_tabs .tankoption_tab.active {
  background-color: #007cbb;
}
.tankoption_tabs .tankoption_tab.active p {
  color: #ffffff;
}
.tankoption_tabs .tankoption_tab.right_tab {
  border: none;
}
.calculate_tank_form_wrapper {
	position: relative;
}
form#calculate_tank_form {
	max-width: 100%;
}
form#calculate_tank_form div.floatlabel-wrapper {
	width: 75%;
	display: inline-block;
}
form#calculate_tank_form .tank_info_label {
	display: inline-block;
	margin-left: 10px;
}
form#calculate_tank_form hr {
	width: 100%;
}
form#calculate_tank_form .form_group {
	display: none;
	margin-bottom: 10px;
}
.calculate_tank_request_wrapper {
	padding: 20px 0 50px 0;
	position: relative;
}
.calculate_tank_result_wrapper {
	display: none;
	position: static;
	margin: 50px 0;
}
.calculate_tank_result_wrapper span.result,
.calculate_tank_result_wrapper span.liters_sub {
	color: #ee2b37;
}
.calculate_tank_result_wrapper .calculate_tank_result_inner {
	padding: 50px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
@media only screen and (min-width: 566px) {
  .tankoption_tabs .tankoption_tabs_inner {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
  }
  .tankoption_tabs .tankoption_tab {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
  }
  .tankoption_tabs .tankoption_tab.active {
    position: relative;
	border-color: #007cbb;
  }
  .tankoption_tabs .tankoption_tab.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(44, 49, 94, 0);
    border-top-color: #007cbb;
    border-width: 12px;
    margin-left: -12px;
  }
  .tankoption_tabs .tankoption_tab.left_tab {
	border: none;
	border-right: solid 1px #bdbdbd;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
  }
  .tankoption_tabs .tankoption_tab.right_tab {
    border: none;
    border-left: solid 1px #bdbdbd;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  form#calculate_tank_form {
	max-width: 58%;
  }
  form#calculate_tank_form div.floatlabel-wrapper {
    width: 85%;
  }
  .calculate_tank_result_wrapper {
    position: absolute;
    right: 0;
    top: 138px;
    bottom: 110px;
    width: 38%;
    margin: 0;
  }
  .calculate_tank_result_wrapper:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-right-color: #f5f5f5;
    border-width: 15px;
    margin-top: -15px;
  }
  .calculate_tank_result_wrapper .calculate_tank_result_inner {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .calculate_tank_result_wrapper .calculate_tank_result_inner .calc_result {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 770px) {
  .content_inner.mobile_padding {
    padding-left: 0;
    padding-right: 0;
  }
  .calculator_wrapper {
    margin-top: -200px;
  }
  .calculator_wrapper .form_inner .form_panel {
    padding: 20px;
  }
  .calculator_form {
    padding-right: 20px;
  }
  .tankoption_tabs {
    width: 100%;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .calculate_tank_result_wrapper {
    position: absolute;
    right: 0;
    top: 110px;
    bottom: 0;
    width: 33.33%;
    margin: 0;
  }
}

/* Override */

.floatlabel-wrapper label {
	display: none;
}
ul.hide {
    display: none !important;
}
div#calculate_tankvolume h4 {
	font-size: 16px;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.tankoption_tabs {
		margin-bottom: 30px;		
	}
	.calculate_tank_result_wrapper h3 {
		font-size: 2rem;
	}
	.calculate_tank_result_wrapper .calculate_tank_result_inner {
		padding: 100px 20px;
	}
	.calculate_tank_result_wrapper .calculate_tank_result_inner .calc_result {
		margin: 30px 0px;
	}
			
}