@charset "utf-8";
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	background: #cddbc1;
}
/* INDEX */
.index-home {
	margin: 10% auto;
	max-width: 800px;
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
}
.index-h1 {
	font-size: 40px;margin: 0;font-weight: bold; line-height: 1.1;color: #003;text-align: center;
}
.index-h2 {
	margin-top: 2%;margin-bottom: 2%;font-weight: 300;line-height: 1.1;color:#804040;;text-align: center;
}
.chon {
	font-size: 35px;margin: 1%;font-weight: 300;    line-height: 1.1;color:grey;text-align: center; border: 1px solid #ccc; display: inline-block;background: #2e5f10; padding: 20px; color: #fff;
}
.chon a{
	color: #003;
	text-decoration: none;
}
.chon:hover{
	background: #008080;
}
.logo-home {
	text-align: center;
}
.logo-home img {
	width: 120px;
}
/* Header */
#header {
	background: #099;
	min-height: 100px;
	text-align:center;
	margin: 0px;
	padding: 10px;
}
#header h1{
	color: #FFF;
}
#header h2{
	color: #FFF;
}
#feature {
	width: 100%;
	background: #008080;
	padding: 10px 0px 10px 0px;
}
#feature .menu{
	width: 70%;
	margin: 0 auto;
}
#feature a{
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
}
#feature a:hover{
	background: #006C6C;
}
.menu_user{
	width: 70%;
	margin: 0 auto;
	text-align: right;
	color: #FFF;
}
.menu_user a{
	padding: 10px;
}
.menu_user a:hover{
	color: #C60000;
}
/*Content*/
#content {
	text-align: left;
	margin-top: 10px;
	width:70%;
	height: auto;
	min-height: 250px;
	padding: 20px;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 25px;
	background: #FFF;
}
a {
	text-decoration: none;
	color: #FFF;
}
.link a{
	color:#039;
}
input[type="button"]{
	padding: 5px;
}
#list {
	border: 1px solid #ccc;
	border-collapse:collapse;
	width: 100%;
	overflow: scroll;
}
#list a{
	color: #000;
}
#list .tr1 {
	font-weight: bold;
	background: #ccc;
}
#list .td {
	border: 1px solid #ccc;
	padding: 5px;
}
#list .td1, .td2, .td3 {
	text-align: center;
}
#list .da {
	width: auto !important;
} 
.taode {
	text-align: center;
	margin-bottom: 20px; 
}
.tk {
	width: 40%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.dsde {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.thongke { 
	border: 1px solid #069;
	border-collapse:collapse;
	width: 100%;
}
.thongkecot{
	border: 1px solid #069; 
	padding: 10px;
}
.thongkecottieude{
	padding: 10px;
	font-weight: bold;
	background: #E0E0E0;
}
.thongkecot1 {
	width: 200px;
}
.thongkecot2 {
	text-align:center;
}
.thongkechitiet { 
	border: none;
	border-collapse:collapse;
	width: 100%;
}

.thongkechitietcot2{
	text-align:center;
}
.linkde{
	color: #06F;
}
.inde {
	border: 1px solid #069;
	border-collapse:collapse;
	margin: 0 auto;
}
.indecot {
	padding: 10px;
	width: 200px;
	text-align: center;
}
.inde1{
	background: #E2E2E2;
	text-align: center;
	font-weight: bold;
}
td.cauhoi{
	border: 1px solid #ccc;
	padding: 5px;
	text-align: left !important;
}
.td {text-align:center}
.tieude {
	text-transform: uppercase;
	color: #E10000;
}
.infodangnhap {
	text-align:center;
	color:#F00;
}
.formdangnhap{
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 3px 3px 5px;
	width: 300px;
	margin: 10px auto;
	padding: 10px;
}
.formdangnhap h2{
	text-align: center;
	line-height: 35px;
}
.formdangnhap input{
	width: 97%;
	border-radius: 5px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 5px;
}
input[type="button"],input[type="submit"] {
	padding: 5px 10px 5px 10px;
	background: #008040;
	border: none;
	color: #FFF;
	margin-left: 3px;
	font-weight:bold;
}
input[type="button"]:hover,input[type="submit"]:hover {
	background: #008080;
}
.pagenavi {
	text-align: right;
	height: 40px;
}
.pagenavi span{
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
}
.pagenavi span.page_select{
	background: #0080C0;
	padding: 5px 10px 5px 10px;
}
.pagenavi a{
	color: #333;
}
.pagenavi a span.page_select{
	color: #fff;
}
.edit{
	width:400px;
	margin-top: -40px;
	padding-bottom: 5px;
}
#btn {
	margin: 0px !important;
	padding:0px;
	width: 12px !important;
	height: 12px;
}
.selectall {
	background:url(img/selectall.png) no-repeat;
}
.unselectall {
	background:url(img/unselectall.png) no-repeat;
}
/*footer*/
#footer{
	background: #099;
	text-align:center;
	padding:10px;
	margin-top: 20px;
	height:100%;
	color: #fff;
}
/*taodetructuyen*/
.page-content {
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	max-width: 500px;
}
#yourBtn {
	width: 300px;
	margin: 0 auto 10px auto;
  font-family: calibri;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px dashed #BBB;
  text-align: center;
  background-color: #DDD;
  cursor: pointer;
}
.noidungde {
	border: 1px solid #ccc;
	width: 65%;
	float: left;
	padding: 10px;
}
.ch {

}
.cau{
	color: #052a8a;
	font-weight: bold;
}
.dapan {
	margin-left: 50px;
}
.dapandung {
	border:  1px solid #052a8a;
	padding: 5px;
}
.thongtinde{
	width: 30%;
	min-width: 250px;
	float: right;
	text-align: left;
}
#error{
	color: #F00;
	margin-top: 10px;
}
@media (max-width: 600px) {
	.index-h1 {
		font-size: 20px;
	}
	.index-h2 {
		font-size: 15px;
	}
	.chon {
		font-size: 15px;
		padding: 10px;
	}
}