﻿.box-danhgia{
	padding:10px 20px;
	background:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.box-danhgia h4{
	color: #333;
    font-size: 16px;
    margin:8px 0px 15px 0px;
    text-align: center;
}
.popup-danhgia{
	position:fixed;
	width:1100px;
	height:452px;
	z-index:1201;
	top:150px;
	left:50%;
	margin-left:-550px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
.table-danhgia{
	border:1px #ccc solid;
	width:100%;
	overflow:scroll;
}
.header-table-danhgia{
	background:#ddd;
}
.table-danhgia td{
	border:1px #ccc solid;
	padding:5px 10px;
}
.table-danhgia .header-table-danhgia td{
	font-weight:bold;
	text-align:center;
}


.layer-opacity-form{
	position:fixed;
	z-index:98;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: rgba(000,000,000, 0.6);
	display:none;
}
.close-popup-form{
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	z-index:2;
	background:url('../images/icon-close.png') no-repeat;
	background-size:30px 30px;
	cursor:pointer;
}

@media (max-width: 768px) {
	.popup-danhgia{
		width:94%;
		top:80px;
		left:0%;
		margin-left:3%;
	}
	.box-danhgia{
		width:98%;
		padding:10px 1%;
		float:none;
	}
	.box-content-form{
		width:99%;
	}
}