::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 15px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.tinh-vat {
	max-width: 1000px;
	margin: 30px auto;
	background: transparent;
	padding: 15px;
	font-size: 14px;
}
.tinh-vat-main {
	margin-bottom: 15px;
	font-family: Arial;
}
.tinh-vat form {
	box-shadow: 0px 0px 6px 0px;
	border-radius: 10px;
	padding: 20px;
	max-width: 600px;
	margin: auto;
}
.tinh-vat form > div {
	margin-top: 5px;
}
.tinh-vat form > div:after {
	content: '';
	display: block;
	clear: both;
}
.tinh-vat form > div label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #24b700;
}
.tinh-vat form > div input,
.tinh-vat form > div button {
	padding: 5px 10px;
    margin: 5px;
    border: 1px solid #24b700;
    border-radius: 3px;
    width: calc(100% - 25px);
}
.tinh-vat form > div input[type="radio"] {
	width: inherit;
	cursor: pointer;
}
.tinh-vat form > div label.optVat {
	display: contents;
	cursor: pointer;
}
.tinh-vat form > div .form_number,
.tinh-vat form > div .form_percent,
.tinh-vat form > div .form_submit {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tinh-vat .button_vat {
    color: #ffffff;
    font-size: 13px;
    background-color: #24b700;
    border: 0px solid #fdfdcd;
    cursor: pointer;
}
.tinh-vat .button_vat:hover {
	opacity: .8;
}
.tinh-vat button.button_vat {
	background-color: #8e8e8e;
}

.tinh-vat .ketqua {
	padding: 10px;
    margin: 10px;
    line-height: 1.5;
    border: 1px solid #24b700;
    border-radius: 3px;
}
.tinh-vat .kq_left {
	float: left;
	width: 150px;
	text-align: left;
}
.tinh-vat .kq_right {
	float: left;
	width: 110px;
	text-align: right;
}
.tinh-vat .huongdan {
	padding: 10px;
    margin: 10px;
    font-size: 13px;
    opacity: .7;
}
.tinh-vat .hd_left {
	float: left;
	width: 180px;
}
.tinh-vat .hd_right {
	float: left;
}

.tinh-vat .kq_cred {
	color: red;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.tinh-vat hr {
	border: 2px dotted;
	margin: 15px 10px;
}
.txtResult {

}
.lblStatus {

}


/*Footer*/
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@500&display=swap');
#copyright {
    font-family: 'Rokkitt', serif;
    font-size: 13px;
    color: black;
    background: #e9f0ff;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #8490d0;
}
.copyright {
    max-width: 800px;
    margin: auto;
}
#copyright p {
    margin: 0;
    line-height: 1.3;
}
#copyright a,
#copyright a:hover {
    text-decoration: none;
    color: #235a81;
}
.current_url_app {
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
    display: block;
    margin: 15px 15px 8px 15px;
    color: crimson;
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}