@charset "utf-8";
* {
	margin: 0px;
}
body {
	color: #666;
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 14px;
	background-color: #F1F1F1;
}
img {
	border: 0px;
}
a {
	color: #307ecc;
	text-decoration: none;
}
a:hover {
	color: #d15b47;
	text-decoration: underline;
}
input, textarea, select {
	color: #666;
	font-size: 100%;
	font-family: Verdana, Geneva, "sans-serif";
}
.clear1 {
	clear: both;
	height: 1px;
}
.clear5 {
	clear: both;
	height: 5px;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear20 {
	clear: both;
	height: 20px;
}
.clear30 {
	clear: both;
	height: 30px;
}
/*corner*/
.corner3 {
	border-radius: 3px;
}
.corner5 {
	border-radius: 5px;
}
.corner8 {
	border-radius: 8px;
}
.corner10 {
	border-radius: 10px;
}
/*end corner*/

.hr {
	height: 1px;
	background-color: #CCC;
	border: none;
	margin-bottom: 15px;
}
.error {
	font-style: italic;
	color: #F00;
}
.message {
	color: #00F;
}
.notes {
	font-style: italic;
	opacity: 0.7;
}
.hidden {
	display: none;
}
.font {
	font-family: Verdana, Geneva, "sans-serif";
}
.datetimepick {
	background: url(img/lich.jpg) no-repeat;
	background-position: 188px 4px;
}
/*width, float*/
.width15 {
	width: 15%;
}
.width20 {
	width: 20%;
}
.width25 {
	width: 25%;
}
.width33 {
	width: 33%;
}
.width40 {
	width: 40%;
}
.width48 {
	width: 48%;
}
.width50 {
	width: 50%;
}
.width60 {
	width: 60%;
}
.width65 {
	width: 65%;
}
.width70 {
	width: 70%;
}
.width75 {
	width: 75%;
}
.width80 {
	width: 80%;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/*end width, float*/

/*img max width OR height*/
.imgHeight {
	text-align: center;
	overflow: hidden;
}
.imgHeight img {
	max-height: 100%;
}
.imgWidth {
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.imgWidth img {
	max-width: 100%;
}
/*end img max width OR height*/

/*btn*/
.btnSmall {
	width: auto;
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 100%;
	margin: 0;
	padding: 5px 7px;
	border: none;
	cursor: pointer;
	outline: none;
}
.btnMedium {
	width: auto;
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 110%;
	margin: 0;
	padding: 7px 12px;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	outline: none;
}
.btnLarge {
	width: auto;
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 130%;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px 20px;
	border-style: solid;
	border-width: 3px;
	cursor: pointer;
	outline: none;
}
/*end btn*/

/*field*/
.fieldBox {
	clear: both;
	margin-bottom: 10px;
}
.fieldBox .label {
	width: 18%;
	float: left;
	line-height: 150%;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
}
.fieldBox .fieldData {
	width: 80%;
	float: right;
}
.fieldBox .fieldDataFull {
	clear: both;
}
.fieldBox .field { /*ALL: input, select, textarea*/
	margin-bottom: 3px;
}
.fieldBox .text { /*view text in field*/
	line-height: 150%;
	padding-top: 5px;
}
.fieldText { /*input type=text*/
	width: 96%;
	padding: 7px 2%;
	border: solid 1px #CCC;
}
.fieldSelect { /*select*/
	width: 100%;
	padding: 7px 2%;
	border: solid 1px #CCC;
}
.fieldTextArea {/*textarea*/
	width: 96%;
	height: 66px;
	line-height: 22px;
	overflow: auto;
	resize: vertical;
	padding: 7px 2%;
	border: solid 1px #CCC;
}
.fieldCheckBox, .fieldCheckBoxFull { /*checkbox: Horizontal(chiều ngang) - vertical (chiều dọc)*/
	clear: both;
	padding-top: 5px;
}
.fieldCheckBox input, .fieldCheckBoxFull input {
	width: auto;
	float: left;
	margin: 1px 5px 0 0;
	cursor: pointer;
}
.fieldCheckBox span {
	width: auto;
	float: left;
	margin-right: 20px;
}
.fieldCheckBoxFull span {
	display: block;
	margin-bottom: 10px;
}
.fieldText:hover, .fieldSelect:hover, .fieldTextArea:hover {
	border: solid 1px #999;
}
.fieldText:focus, .fieldSelect:focus, .fieldTextArea:focus {
	outline: none;
	border: solid 1px #FC0;
}
/*end field*/

/*background*/
.bgBlue {
	background-color: #2283c5 !important;
	border-color: #2283c5;
}
.bgBlue:hover {
	background-color: #045e9f !important;
}
.bgBlue2 {
	background-color: #6fb3e0;
	border-color: #6fb3e0;
}
.bgBlue2:hover {
	background-color: #4f99c6;
}
.bgGreen {
	background-color: #89b95b;
	border-color: #89b95b;
}
.bgGreen:hover {
	background-color: #5e8338;
}
.bgRed {
	background-color: #d15b47;
	border-color: #d15b47;
}
.bgRed:hover {
	background-color: #b74635;
}
.bgYellow {
	background-color: #ffb752;
	border-color: #ffb752;
}
.bgYellow:hover {
	background-color: #e59729;
}
.bgOrange {
	background-color: #ff962d;
	border-color: #ff962d;
}
.bgOrange:hover {
	background-color: #dd6f00;
}
.bgPink {
	background-color: #d6487e;
	border-color: #d6487e;
}
.bgPink:hover {
	background-color: #b73766;
}
.bgPurple {
	background-color: #9585bf;
	border-color: #9585bf;
}
.bgPurple:hover {
	background-color: #7461aa;
}
.bgBlack {
	background-color: #555555;
	border-color: #555555;
}
.bgBlack:hover {
	background-color: #303030;
}
.bgGray {
	background-color: #999;
	border-color: #999;
}
.bgGray:hover {
	background-color: #666;
}
.bgWhite {
	color: #666;
	background-color: #FFF;
	border: solid 1px #666;
}
.bgWhite:hover {
	color: #FFF;
	background-color: #666;
	border-color: #666;
}
.bgNoColor {
	color: #666;
	background: none;
	border: none;
}
.bgNoColor:hover {
	background-color: #CCC;
}
/*end background*/

/*all icon*/
.iconBlack {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(img/icon-default.png) no-repeat;
	opacity: 0.7;
}
.iconWhite {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	background: url(img/icon-default-white.png) no-repeat;
}
.iconArticle {
	background-position: 0 -69px;
}
.iconProduct {
	background-position: -432px -21px;
}
.iconPhoto {
	background-position: -456px -46px;
}
.iconVideo {
	background-position: -192px 2px;
}
.iconHome {
	background-position: 0 -21px;
}
.iconConfig {
	background-position: -360px -142px;
}
.iconMenu {
	background-position: -264px 2px;
}
.iconAds {
	background-position: -48px -117px;
}
.iconTags {
	background-position: -24px -45px;
}
.iconLang {
	background-position: -336px -141px;
}
.iconVar {
	background-position: -72px -117px;
}
.iconType {
	background-position: -72px -70px;
}
.iconPosition {
	background-position: -24px -69px;
}
.iconGroup {
	background-position: -408px -117px;
}
.iconContact {
	background-position: -24px -141px;
}
.iconLog {
	background-position: -48px -21px;
}
.iconUser {
	background-position: -168px 3px;
}
.iconLogOut {
	background-position: -380px 3px;
}
.iconPass {
	background-position: -235px -22px;
}
.iconSetting {
	background-position: -432px 3px;
}
.iconUserRole {
	background-position: -144px -141px;
}
.iconOther {
	background-position: -216px 2px;
}
.iconCourse {
	background-position: -72px -45px;
}
.iconOpinion {
	background-position: -120px 3px;
}
.iconOpening {
	background-position: -192px -117px;
}
.iconMoney {
	background-position: 0 -165px;
}
.iconParts {
	background-position: -312px -21px;
}
.iconProcedure {
	background-position: -336px -117px;
}
.iconView {
	background-position: -45px 3px;
}
.iconEdit {
	background-position: -92px -69px;
}
.iconDelete {
	background-position: -165px -93px;
}
.iconEnable {
	background-position: -92px -117px;
}
.iconDisable {
	background-position: -116px -117px;
}
.iconBack {
	background-position: -120px -69px;
}
/*end all icon*/

/*popup*/
.gw-pp {
	display: block;
	z-index: 100;
	width: 100%;
	height: 100%;
	position: absolute;
}
.gw-pp .close {
	width: auto;
	height: auto;
	color: #666;
	font-size: 110%;
	text-align: center;
	position: absolute;
	padding: 4px 10px 5px 10px;
	background-color: #FFF;
	border-radius: 30px;
	box-shadow: 0px 0px 3px #333;
	cursor: pointer;
	z-index: 103;
	top: -5px;
	right: -5px;
}

.gw-pp .close:hover{
	color: #FFF;
	background-color: #666;
}
.gw-pp-bg {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	background-color: rgba(255,255,255,0.6);
}
.gw-pp-container {
	display: block;
	width: auto;
	height: auto;
	background-color: #FFF;
	border: solid 1px #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 7px #333;
	position: fixed;
	z-index: 102;
}
.gw-pp-data {
	display: block;
	width: auto;
	height: auto;
	max-width: 1024px;
	overflow: auto;
	padding: 20px;
	box-sizing: border-box;
}
.gw-pp-data .gw-collection {
	width: 768px;
	max-width: 100%;
}
/*END popup*/

@media all and (min-width: 480px) {
	.gw-pp .close {
		top: -10px;
		right: -10px;
	}
}

@media all and (min-width: 768px) {
	.gw-pp .close {
		top: -15px;
		right: -15px;
	}
}