.wpdt-tool-box,
.wpdt-tool-box * {
	font-family: Arial;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	color: #000;
}
.wpdt-tool-box input[type="text"]:focus::placeholder,
.wpdt-tool-box input[type="number"]:focus::placeholder {
	color: transparent;
}
.wpdt-tool-box input[type="text"]:focus::-webkit-placeholder,
.wpdt-tool-box input[type="number"]:focus::-webkit-placeholder {
	color: transparent;
}
.wpdt-tool-box input[type="text"]:focus::-moz-placeholder,
.wpdt-tool-box input[type="number"]:focus::-moz-placeholder {
	color: transparent;
}
.wpdt-tool-box input[type="text"]:focus::-ms-placeholder,
.wpdt-tool-box input[type="number"]:focus::-ms-placeholder {
	color: transparent;
}
.bac-tool-box input[type="text"],
.bac-tool-box input[type="number"] {
	width: 73px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    outline: none;
    margin-bottom: 5px;
    color: #000;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #E5E5E5;
    margin: 0;
}
.bac-tool-box input[type="text"]:focus,
.bac-tool-box input[type="number"]:focus {
	border: 1px solid #757575;
    color: #000;
}

.bac-tool-box img:focus {
	outline: none!important;
	border: 0!important;
}
.wpdt-flexbox {
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
}
.wpdt-flexbox-nowrap {
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: nowrap;
}
.wpdt-btn-submit {
	display: inline-block;
	padding: 5px 15px;
	background: #007bff;
	border: 0;
	color: #fff;
	border-radius: 3px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
	width: 100%;
	transition: all 0.1s ease-in-out;
}
.wpdt-btn-submit:focus,
.wpdt-btn-submit:hover {
	outline: none;
	background: #007bff;
	color: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
.bac-tool-box {
	border: 1px solid #e5e5e5;
	background: #fff;
	margin-bottom: 1em;
	width: 100%;
	max-width: 768px;
	position: relative;
	margin-bottom: 15px;
}
.bac-box-heading {
	background: #e5e5e5;
    font-weight: bold;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    color: #8b1e44;
    padding: 0 15px;
}
.bac-wrap .bac-in,
.bac-wrap .bac-out {
	padding: 20px 15px;
	width: 100%;
}
.bac-gender-title,
.bac-param-title {
	font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    /*color: #222;*/
}
.bac-gender {
	width: 100%;
	height: 68px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 2px;
	margin-bottom: 30px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 15px;
	color: #000!important;
	text-decoration: none!important;
}
.bac-gender:last-child {
	margin-left: 15px;
}
.bac-gender.active {
	background: #f2f2f2!important;
    border: 1px solid #757575;
}
.bac-gender:focus {
	outline: none;
}
.bac-gender.active:before {
	display: block;
	content: '';
    width: 20px;
    height: 20px;
    background: url(https://vuontainguyen.com/wp-content/plugins/wp-dinh-tools/assets/images/icon_checked.svg) no-repeat;
    position: absolute;
    right: -8px;
    top: -8px;
}
.bac-param {
	width: 100%;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}
.bac-param:last-child {
	margin-right: 0;
}
.bac-param img {
	height: 50px;
}
.bac-param-icon {
    height: 65px;
}
.bac-param-text {
    font-size: 14px;
}
.bac-submit {
	margin-top: 15px;
}
.bac-out .init-text {
    font-size: 13px;
}
.bac-result {
	position: relative;
}
.bac-result-title,
.bac-times-title {
	margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.143;
    font-weight: bold;
}
.bac-result-num {
	font-size: 20px;
    line-height: 1.4;
    color: #8b1e44;
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -9px;
    font-weight: bold;
}
.bac-result-num .unit {
	color: #9f224e;
    font-size: 12px;
    line-height: 1.4;
    font-weight: normal;
}
.bac-result-message {
    font-size: 13px;
    margin: 0 0 1em;
    line-height: 1.5;
}
.bac-fines-title {
	color: #ae2727;
    font-size: 14px;
    font-style: normal;
    line-height: 1.143;
    text-align: left;
    margin-bottom: 13px;
}
.bac-fines-row-vehicle {
	align-items: center;
}
.bac-fines-row-vehicle img {
	margin-bottom: 10px;
	display: inline-block;
}
.bac-fines-col {
	width: 100%;
	text-align: center;
}
.bac-fines-col.bac-fines-col-label {
    font-size: 12px;
    line-height: 1.16;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 2px;
    white-space: nowrap;
    font-weight: bold;
}
.bac-fines-col.bac-fines-col-label span {
	color: #bdbdbd;
    font-style: italic;
    margin-top: 3px;
    display: block;
    font-weight: normal;
}
.bac-fines-col-value {
	display: block;
    clear: both;
    color: #8b1e44;
    font-weight: bold;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
.bac-fines-col-value span {
	font-style: italic;
	display: block;
	font-weight: normal;
}
.bac-times {
	position: relative;
}
.bac-times-num {
	font-weight: bold;
	font-size: 20px;
    line-height: 1.4;
    color: #8b1e44;
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -9px;
}
.bac-note {
    font-size: 13px;
}

.bmi-tool-box {
	background: #fff;
	border: #e5e5e5 1px solid;
	max-width: 768px;
	margin-bottom: 15px;
}
.bmi-in,
.bmi-out {
	padding: 20px 15px;
	width: 100%;
}
.bmi-in input[type="number"] {
	width: 100%;
    height: 36px;
    line-height: 36px;
    outline: none;
    margin-bottom: 5px;
    color: #000;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #E5E5E5;
    margin: 0;
    background: #f0f0f0;
    box-shadow: none;
}
.bmi-in-group {
	margin-bottom: 15px;
}
.bmi-in-group .bmi-label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px;
}
.bmi-init-text {
	font-size: 14px;
	color: #222;
}
.bmi-result {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.bmi-result-num-wrap {
	margin-bottom: 15px;
}
.bmi-result-num {
	font-size: 18px;
	color: #8b1e44;
	display: inline-block;
	margin-left: 30px;
}
.bmi-result-message {
	font-weight: normal;
	color: #222;
}
.ilc-tool-box {
	border: #e5e5e5 1px solid;
	padding: 15px;
	background: #fff;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
}
.ilc-tool-box .ilc-in-row {
	margin-bottom: 15px;
}
.ilc-tool-box .ilc-in-row .ilc-in-col {
	width: 100%;
}
.ilc-tool-box .ilc-in-row .ilc-in-col:last-child {
	margin-right: 0;
}
.ilc-tool-box input,
.ilc-tool-box select {
	width: 100%;
	height: 36px;
    line-height: 36px;
    outline: none;
    margin-bottom: 5px;
    color: #000;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #E5E5E5;
    margin: 0;
    background: #f0f0f0;
}
.ilc-out-title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ilc-result {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.ilc-result th,
.ilc-result td {
	border: #ddd 1px solid;
	vertical-align: middle;
}
.ilc-result th {
	background: #eee;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.ilc-result td {
	padding: 5px;
	text-align: right;
}
.ilc-result td:first-child {
	text-align: center;
}
.ilc-result tr:last-child td {
	font-weight: bold;
}

.wpdt-note {
	font-weight: normal;
	font-style: italic;
	margin-top: 15px;
	text-align: right;
	font-size: 13px;
}
@media (min-width: 576px) {
	.bac-wrap .bac-in {
		width: 302px;
		border-right: #e5e5e5 1px solid;
	}
	.bac-wrap .bac-out {
		width: calc(100% - 302px);
		padding-top: 30px;
	}
	.bmi-in {
		width: 302px;
		border-right: #e5e5e5 1px solid;
	}
	.bmi-out {
		width: calc(100% - 302px);

	}
	.ilc-btn-submit {
		width: auto;
	}
	.ilc-tool-box .ilc-in-row .ilc-in-col.ilc-in-col-label {
		width: 320px;
	}
	.ilc-tool-box .ilc-in-row .ilc-in-col.ilc-in-col-value {
		width: calc(100% - 320px);
	}
}