﻿:root {
    --h-left-col-width: 180px;
}
body {
    font-size: 0.8rem;    
}
a {
    text-decoration: none;
}
form {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.h-login-bg {
    background-color: #edf2f9;
}

.h-validate {
    display: none;
}

.h-validate[style*=visible] + input,
.h-validate[style*=visible] + select,
.h-validate[style*=visible] + textarea {
    border: 1px solid #ff0000;
}

.reTextArea
{
    padding:3px !important;
}

.h-heading {
    background-color: #edf2f9;
    font-weight: bold;
    padding: 5px;
}
.h-header {
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin-bottom: 12px;
    background-color: #edf2f9;
}
.logo
{
    margin-right: 12px; 
    width: var(--h-left-col-width);
    text-align:center;
}
.logo img
{
    max-height: 60px;
    max-width: 170px;
}
.account
{
    
    text-align:right;    
}
.h-main {
    display: flex;
    flex:1;
}
.h-col1 {
    width: var(--h-left-col-width);
    /*float:left;*/

}
.h-col2 {
    /*margin-left: var(--h-left-col-width);*/
    padding-left: 12px;
    flex: 1;
}

.h-footer {
    padding: 24px 0;
    background-color: #edf2f9;
    margin-top: 24px;
}
.GiaCu
{
    text-decoration:line-through;
    font-size:10pt;
}
.Gia
{
    color:Red;
    font-size:14pt;
}

.ProductName
{
    font-weight: bold;
    font-family: tahoma, verdana;
    font-size: 10pt;
    color: #006699;
}
.CommentBox
{
    border: 1px solid #C0C0C0;
    font-family: tahoma, verdana;
    font-size: 8pt;
    height: 200px;
    overflow: auto;
    
}
.bold_link 
{
    text-decoration:none;
    font-family: tahoma, verdana;
    font-weight:bold;
    font-size:10pt;
    color: #006699;
    
}	
	
.hinh
    {
        max-width:80px;
        max-height:60px 
    }

.hp-table1
{
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
	max-width:100%;	
	line-height:1.3;
}
.hp-table1>tbody>tr>th
{
	font-weight:bold;
	background-color:#f1f1f1;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:6px;
}
.hp-table1>tbody>tr>td
{
	
	padding:5px 0px;
	vertical-align:middle;
}

.hp-table1 th p, .hp-table1 td p{
    margin:0;
}
.hp-row {
    padding-bottom:10px;
}
.hp-row label {
    margin-left: 5px;
}