body 
{
	font-size: 12px;
	margin:0;
	background:url(../assets/images/bg/bg.png) fixed;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
}
label 
{
	display: inline-block;
	width: 110px;
	font-weight:bold;
}
#new label 
{
	display: inline-block;
	width: 150px;
	font-weight:bold;
}
legend 
{
	padding: 0.5em;
}
fieldset fieldset label 
{
	display: block;
}
.login{
	margin:50px auto;
	width:330px;
	border:1px solid black;
	border-radius: 15px;
}
.login .title{
	width:100%;
	height:80px;
	background-color: #feffed;
	border-radius: 15px 15px 0px 0px;
	margin-bottom:30px;
}
.login .title p{
	margin:0;
	text-align:center;
	padding:22px;
	font-size:24px;
}
.login input{
	width:230px;
	height:30px;
	margin-bottom:20px;
	font-size:16px;
}
.login button{
	background-color: #ffbc00;
    border: 2px solid #ffcb00;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px;
    width: 72%;
}
#left_menu{
	width:18%;
	height:auto;
	padding:5px 10px;
	float:left;
	background-color:rgba(0, 0, 0, 0);
}
#title{
	font-size:25px;
	color:#fff;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#search{
	margin-top:0px;
	position:relative;
}
#search input[type="text"]{
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-color: -moz-use-text-color;
    border-radius: 4px;
    border-style: none;
    border-width: medium;
    color: #ffffff;
	height:45px;
	width:100%;
	padding-left:20px;
	
}
#search input:focus{
	outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 5px #fff;
}
#search_button{
	position:absolute;
	top:10px;
	right:10px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:none;
}
#main{
	
	width:99%;
	height:auto;
	margin:auto;
	position:relative;
	margin-bottom:45px;
}
#content{
	width:100%;
	margin:10px 10px 10px 0px;
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	padding:10px;
	padding-top:0px;
	border-radius: 6px;
	display:flex;
}
#select{
	margin:0;
	padding:0;
	float:left;
	width:14%;
}
.calendar{
	position:absolute;
	top:15px;
	left:10px;
	color:#fff;
	font-size:18px;

}
#accordion {
	position:relative;
}
#accordion h3{
	
}
#accordion p{
	color:#fff;
	margin-left:20px;
}
#accordion .acc_img{
	margin-right:10px;
	
}
.btn_option{
	width:20%;
	float:left;
	margin-left:10px;
	margin-top:8px;
	}
#content .tieude{
	text-align:center;
	margin-bottom:15px;
	margin-top:10px;
	float:left;
}
#content .tieude p{
	color:#fff;
	margin:0;
	font-size:14px;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}
#button{
	-moz-user-select: none;
    background-color: #3b85bf;
    background-image: none;
    border: 1px solid #3b85bf;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#calendar{
	overflow-y:inherit;
	width:100%;
	margin:0px;
	padding:0px;
}
* {
  box-sizing: border-box;
}
ul {
 
}
li {
 
}
#calendar ul{
  list-style-type: none;
  
  display: table;
  table-layout: fixed;
  padding:0;
  margin:0;
  
}
#calendar ul li{
  display: table-cell;
  width: auto;
  min-width: min-content;
  max-width: max-content;
  
 
}
#calendar th{
	border:1px solid #777;
	
}
#calendar th p{
	
	font-weight:normal;
	padding:1px 1px;
	}
#calendar .tr_hover{
	background-color:#fff;
	border:1px solid #e5e5e5;
}
#calendar .tr_hover_ood{
	color:#eee;
	border:1px solid red;
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
#calendar .tr_hover_ooh{
	color:#000;
	border:1px solid red;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
	#calendar .tr_hover th{
	border:none;
	border-right:1px solid #e5e5e5;
	}
#calendar tr.tr_hover:hover th{
	background-color:#ddd;
	color:#000;
	
	}
#calendar  th.buoi{
	width:2%;
}
#calendar  th.thoigian{
	width:2%;
}
#calendar  th.noidung{
	width:36%;
}
#calendar  th.diadiem{
	width:14%;
}
#calendar  th.thanhphan{
	width:4%;
}
#calendar textarea{
	
	color:#000;
	width:100%;
	height:100%;
	font-family:Times New Roman;
	font-size:15px;
	box-shadow:0 4px 6px rgba(0,0,0,0.1);
	font-smoothing:subpixel-antialiased;
	display: table-row;
	min-height:50px;
}
#memu
{
	font-size:15px;
	
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float:right;
	width:100%;
	position:absolute;
	top:0px;
	right:0px;
	z-index:1000;
	border-bottom: 0.8px solid #fff;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size:15px;
}

#menu ul li a:hover {
    background-color: #111111;
}


.left_group
{
	float:left;
	width:22%;
	padding:20px 15px 15px 15px;
}
.left{
	float:left;
	width:40%;
	padding:0;
}
.left p{
	line-height:0px;
	margin:6px 0px;
}
.right_group{
	float:right;
	width:55%;
	height:350px;
	overflow:scroll;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	margin-top:0px;
	padding:20px;
	color:#fff;
}
.right_group .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 34em;
    top: 50%;
    margin-top: -8px;
}
.commentForm 
{
	width: 106%;
		
}
.commentForm label 
{
	width: auto;
}

.commentForm label.error, .commentForm button.submit 
{
	margin-left: 253px;
}

table{
		border-collapse: collapse;
		width:100%;
		font-size:14px;
		border:none;
		background-color:#fff;
	}

#signupForm label.error {
		margin-left: 10px;
		width: auto;
		display: inline;
	}
#newsletter_topics label.error {
		display: none;
		margin-left: 103px;
	}
.submit{
		width:100px;
		height:30px;
		border-radius: 8px;
		font-weight:normal;
		font-size:20px;
		float:right;
		margin-top:5px;
	}
.submit p{
		margin:0px;
		font-size:16px;
		color:blue;
	}
	
.scroll{
	height:390px;
	overflow:scroll;
	width:100%;
}

table.scroll{
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 2px solid #dddddd;
    width:100%;
}

table.scroll tbody,
table.scroll thead { display: block;width:100%; }
table.scroll tr{
	width:100%;
	border-bottom:1px solid #dddddd;
}

table.scroll th{
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
thead tr th { 
    height: 30px;
    line-height: 30px;
    /* text-align: left; */
}

table.scroll tbody {
    height: 351px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { border-top: 1px solid #dddddd; }

tbody td, thead th {
    /* width: 20%; */ /* Optional */
    border-right: 1px solid #dddddd;
    
    /* white-space: nowrap; */
}
tbody td{
	border-bottom:1px solid #dddddd;
}
table.scroll tbody tr:hover{
	background-color:#f59614;
	color:#fff;
}
tbody td input{
	width:100%;
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}

.footer{
	width:100%;
	height:30px;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	clear: both;
	margin: 20px 0 0 0; 
	border-top: 1px dashed #f59814;  
	text-align: center;
	color:#fff;
	background-color:#f59814;
	padding:5px;
	background: rgba(242,242,242, .5);
	font-size:14px;
	z-index:1000;
}