body {
	margin: 0px;
	background: url(/resources/gfx/background.png);
	background-repeat: repeat;
}

/* Start Dang nhap*/
#container {
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	background: #333;
}

.loginCls {
	padding-right: 20px;
}

.logindiv {
	width: 450px;
	margin: 250px auto;
	text-align: center;
}

.login-body {
	background: #FFF;
	padding-bottom: 15px;
	border: 1px solid #ccc;
	padding: 0 0 10px 0;
	text-align: left;
	width: 100%;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
}

.input-login {
	width: 240px !important;
	font: bold 16px Helvetica, Arial, Verdana, sans-serif !important;
	height: 25px !important;
	margin: 5px !important;
	background: #EFEFEF;
	border-radius: 4px;
	border: 1px solid #cccccc;
}

.lable-login {
	font-weight: bold !important;
}
/* End Dang nhap*/
.nodisplay {
	display: none;
}

.displayinl {
	display: inline;
}

.display {
	display: block;
}

.ui-widget {
	font-size: 0.9em;
}

.divheader {
	height: 150px;
	min-width: 1280px;
	background: white;
	margin-top: 5px;
}

.divheader .bgheader {
	width: 1230px;
	margin: auto;
	padding-top: 6px
}

.divclear {
	clear: both
}

.menuheader {
	margin-top: -25px;
	width: 100%
}

.numberMessages {
	border-radius: 10px;
	background: #CE4848;
	color: white;
	padding: 0px 4px;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 10px;
}

.formchat {
	width: 250px;
	height: 300px;
	background: gray;
	z-index: 99998;
	position: fixed;
	bottom: 0;
	right: 5px;
	border: 1px green solid;
	border-radius: 5px 5px 0px 0px;
	display: none;
}

.listuserchat {
	width: 150px;
	height: 230px;
	z-index: 99999;
	background: white;
	position: fixed;
	bottom: 42px;
	right: 106px;
	overflow: scoll;
	position: fixed;
	display: none;
}

.listuserchat {
	width: 150px;
	height: 230px;
	background: white;
	overflow: scoll;
}

.listuserchat ul {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}

.listuserchat li {
	list-style: none;
	height: 30px;
	border-bottom: 1px dotted #ACACAC;
	padding-left: 10px;
	font-size: 13px;
}

a:link {
	text-decoration: none;
}

.listuserchat li:hover {
	background: #D4DBDE;
}

.formchattitle {
	width: 100%;
	height: 30px;
	background: #009688;
	border-radius: 5px 5px 0px 0px
}

.formchatcontent {
	width: 100%;
	height: 230px;
	overflow: scroll;
	height: 230px;
}

.formchatcontent .detailcontent {
	margin: 5px;
	background: #B3E5FC;
	width: 180px;
	font-size: 13px
}

.formchatinput {
	width: 100%;
	height: 40px;
	background: white;
	position: absolute;
	bottom: 0px;
}

.ui-widget .ui-widget {
	font-size: 13px;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield
	{
	box-shadow: none !important;
	background: #EFEFEF;
}

.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: #F6FAFC;
	box-shadow: none;
	border: green 1px solid;
}

.ui-layout-unit-content {
	height: auto !important;
}

.logo {
	float: left;
	margin-top: 20px;
}

.main_menu {
	float: right;
	margin-top: 20px;
}

.main_menu li {
	list-style: none;
}

.main_menu a {
	text-decoration: none;
	color: gray;
	font-size: 18px;
}

.main_menu a:hover {
	color: green;
}

.main_menu a i {
	padding: 4px;
}

.clear {
	clear: both;
}

.wrapper {
	background: white;
	margin: 0px auto;
}

.main_menu>ul>li {
	float: left;
	padding: 1px 27px;
	position: relative;
}

.main_menu>ul>li:last-child {
	border-right: none;
}

.main_menu>ul>li>ul {
	display: none;
	position: absolute;
	background: #F1F6F9;
	width: 200px;
	padding-left: 5px;
}

.main_menu>ul>li:hover ul {
	display: block;
	z-index: 9999;
	border-bottom: solid 5px #71CC8D;
	border-top: solid 5px #71CC8D;
	/* 	background: gray; */
}

.main_menu ul li:hover {
	transition: all 0.25s;
}

.main_menu>ul>li>ul>li {
	border-bottom: 1px dotted #ACACAC;
}

.main_menu>ul>li>ul>li {
	text-align: left;
}

.main_menu>ul>li>ul>li:hover {
	color: white;
}

.main_menu>ul>li>ul>li:hover ul {
	border: solid 5px #71CC8D;
}

.main_menu>ul>li.space {
	border-right: dotted gray;
	height: 15px;
	margin-top: 8px;
	padding: 0px;
}

.ui-menuitem-icon {
	margin-right: 4px;
	margin-top: 2px;
}

.ui-layout-unit .ui-layout-unit-content {
	padding: 23px;
}

.ui-layout-unit .header {
	font-size: 20px;
}

.pg50 {
	width: 50%;
}

table .noneformat {
	border: 0px;
	border-spacing: 0px;
	width: 100%;
}

.w40 {
	width: 40%
}

.w50 {
	width: 50%
}

.w60 {
	width: 60%
}

.w100 {
	width: 100%
}

.w30 {
	width: 30%
}

.w20p {
	width: 20px
}

.ui-selectonemenu-panel .ui-selectonemenu-filter {
	width: 90% !important;
}

.panelw100 {
	width: 95%;
	min-height: 500px;
}

.panelw100  table {
	width: 100%;
}

.seOnMe95 {
	width: 95%
}

.ui-inputfield {
	width: 100%
}

.hlRed {
	color: red
}

.btchat {
	width: 2em !important;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
	background: #D6D6A6 !important;
}

.ui-widget-overlay {
	z-index: 1 !important;
}

.ui-datatable-scrollable-body {
	outline: -webkit-focus-ring-color auto 1px;
}

.ui-datatable {
	font-size: 13px !important;
}

.ui-button {
	font-size: 13px !important;
}

input.ui-state-error {
	color: black !important;
}

.menubar li {
	margin-left: 10px !important;
}

.ui-menuitem-icon {
	width: 23px !important;
	margin-top: -1px;
}

.ui-spinner-input {
	width: 50px;
}

.ui-inplace {
	color: blueviolet;
}

.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

.w100 {
	width: 100%;
}
