
/* 
--------------------------
admin
-------------------------*/
li#toplevel_page_edit-tags-taxonomy-tinh_thanh_moi,
li#toplevel_page_edit-tags-taxonomy-tinh_thanh_cu,
li#toplevel_page_thong_tin_gop {
    background-color: #433e3e;
}

#the-list .level-0{
    background-color: #ccc;
}

#the-list .level-1{
    background-color: #fff;
}




/* 
--------------------------
table
-------------------------*/
.table-all {
    width: 100%;
    border-collapse: collapse;
}
.table-all tr th,
.table-all tr td{
	padding: 10px 15px;
    border: 1px solid #ccc;
}





.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    background-color: #dddddd;
    cursor: pointer;
    border-radius: 5px;	
	transition: all 0.2s;	
}
.btn:hover{
    background-color: #ccc;
}




/*
ẩn seo coupon group
*/
.taxonomy-coupon_group .tsf-term-meta{
	display:none;
}

/*
ẩn seo brand
*/
.taxonomy-brand .tsf-term-meta{
	display:none;
}



/* -----------------------------
tabs
--------------------------------*/

.tabs {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
}
.tab-nav {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.tab-nav li {
	margin-right: 10px;
}
.tab-nav li a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #333;
	border-radius: 4px 4px 0 0;
}
.tab-nav li.active a {
	background: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
.tab-content {
	padding: 10px;
}
.tab-line {
	display: none;
}
.tab-line.active {
	display: block;
}


/* --------------------------
gop tinh thanh 
----------------------------*/
.tinh-gop-box {
    display: flex;
}
.add-line {
    display: flex;
    min-width: 300px;
    justify-content: space-between;
    max-width: 300px;
    margin-bottom: 10px;
}


.tinh-gop-content-add {
    padding: 10px;
    border: 1px dashed #ccc;
    margin-top: 17px;
    display: inline-flex;
    flex-direction: column;
}













