@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=latin-ext,vietnamese');

BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	position:relative;
	color:#333;
	background-color:#ebeff2;
	padding:0px;
	margin:0px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
TH, TD	{
	font-size:inherit;
}
P	{
}

A, A:link, A:visited	{
	color:#f37821;
	text-decoration: none;
}
A:hover	{
	color:#000;
}

A.myself {
	display: inline-block;
	padding:2px 8px;
	-webkit-border-radius:8px;
	   -moz-border-radius:8px;
	        border-radius:8px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
A.myself:link, A.myself:visited {
	animation: myself 0.5s infinite;
}
@keyframes myself {
    0% {
		background-color:#FFF;
	}
	50% {
		background-color:#fac9a6;
	}
}

A.grouplink:link, A.grouplink:visited {
	color:#0085ff;
}
A.grouplink:hover {
	color:#000;
}
OL, UL {
	margin:10px 0px;
	padding-left:15px;
}
SECTION {
	overflow:hidden;
}
SECTION p {
	margin:5px 0px;
}
FORM {
	margin:0px;
	padding:0px;
}
FIELDSET {
	border:1px dotted #CCC;
	padding:10px;
	margin:5px 0px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
LEGEND {
	color:#f37821;
	margin:0;
	padding:0px 5px;
}
TEXTAREA, INPUT {
	outline: none;
	resize: none;
}
IMG { border:none; }
HR {
	display:block;
	height:1px;
	border:none;
	border-top:1px solid rgba(0,0,0,0.03);
	margin:0;
}
H1 {
	font-family:inherit;
	font-weight: 500;
	font-size:xx-large;
	padding:0px;
	margin:10px 0px;
	line-height:1em !important;
}
H2 {
	font-family:inherit;
	font-weight: 400;
	font-size: x-large;
	padding:0px;
	margin:10px 0px;
}
H3 {
	font-family: inherit;
	font-weight: weight;
	font-size:inherit;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.wrapper {
	padding:20px;
}
.wrapcontent {
	margin:0 auto;
	width:50%;
}
.fullrow {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	overflow:hidden;
}
.onecolumn {
	width: calc((100% * 1 - 5 * 5px) / 6);
}
.twocolumn {
	width: calc((100% * 2 - 4 * 5px) / 6);
}
.threecolumn {
	width: calc((100% * 3 - 3 * 5px) / 6);
}
.fourcolumn {
	width: calc((100% * 4 - 2 * 5px) / 6);
}
.fivecolumn {
	width: calc((100% * 5 - 1 * 5px) / 6);
}
.halfcolumn {
	width: calc((100% * 1 - 5px) / 2);
}
.onethreecolumn {
	width: calc((100% - 2 * 5px) / 3);
}
.twothreecolumn {
	width: calc((100% * 2 - 5px) / 3);
}
.smallcolumn {
	width:80px;
}
.bigcolumn {
	width: calc(100% - 80px - 10px);
}
.mediumcolumn {
	width: calc((100% - 2 * 30px) / 3);
}
.largecolumn {
	width: calc((100% * 2 - 30px) / 3);
}
div.status {
	float:left;
	position:relative;
	width: 30px;
	min-height:35px;
	margin-right:5px;
	overflow:visible;
}
div.status p {
	margin:1px 0px !important;
}
div.remain {
	float:left;
	width: calc(100% - 35px);
}
div.remain2 {
	float:left;
	width: calc(100% - 35px - 35px);
}
div.tool,
div.owner {
	float:left;
	position:relative;
	width:30px;
	min-height:35px;
	margin-left:5px;
	overflow:visible;
}
.leftcolumn {
	float:left;
}
.rightcolumn {
	float:right;
}
.centercolumn {
	float:left;
	margin-left:5px;
}
/* ================================================== */
/* TOPMENU */
/* ================================================== */
ul.logo {
	list-style-type:none;
	margin: 0px;
	margin-bottom:10px;
	padding:0px;
}
ul.logo li {
	display:block;
	text-align:center;
}
ul.logo li img {
	display:inline-block;
	width:100%;
	height:auto;
	max-height:100px;
}
ul.lang {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:0;
	line-height:0;
}
ul.lang > li {
	display:inline-block;
	margin:2px 5px;
}
ul.lang > li img {
	width:16px;
	height:auto;
	display:block;
}
ul.toplink {
	list-style-type:none;
	margin:10px 0px;
	padding:0px;
	text-align:center;
}
ul.toplink > li {
	display:inline-block;
	border-right:1px solid #666;
	padding:0px 5px;
	padding-right:7px;
}
ul.toplink > li:first-child {
	padding-left:0px;
}
ul.toplink > li:last-child {
	padding-right:0px;
	border-right:none;
}
ul.toplink > li a {
	font-size:smaller;
}
ul.toplink > li a:link, ul.toplink > li a:visited {
	color:#333;
}
ul.toplink > li a:hover {
	color:#000;
}

ul.mainmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.mainmenu > li.row {
	margin-bottom:1px;
}
ul.mainmenu > li.button {
	display:none;
	font-weight:bold;
	color:#FFF;
	padding:15px 15px;
	padding-left:46px;
	background:#f37821 url(../images/btn_menu.png) no-repeat left 15px center;
	background-size:16px 16px;
	margin-bottom:1px;
}
ul.mainmenu > li.row > div {
	color:#FFF;
	padding:10px 15px;
	background:#8394ad no-repeat right 10px center;
	background-size: 16px 16px;
	font-weight:bold;
	white-space:nowrap;
}
ul.mainmenu > li.row > div > a {
	display:inline-block;
}
ul.mainmenu > li.row > div > a:link, ul.mainmenu > li.row > div > a:visited {
	color:#FFF;
}
ul.mainmenu > li.row > div:hover {
	background-color: #f37821;
}
ul.mainmenu > li.row > div i {
	opacity: 0.5;
}
ul.mainmenu > li.row > div:hover i {
	opacity: 1;
}
ul.mainmenu > li.hasSub > div {
	background-image: url(../images/icon_right.png);
}
ul.mainmenu > li.hasSub.active > div {
	background-color: #f37821;
	background-image: url(../images/icon_down.png);
}

ul.popmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:none;
	background-color:#62718a;
}
ul.popmenu > li {
	border-top:1px solid rgba(255,255,255,0.1);
}
ul.popmenu > li:hover {
	background-color: rgba(255,255,255,0.1);
}
ul.popmenu > li a {
	display:block;
	padding:10px 15px;
	padding-left:38px;
}
ul.popmenu > li a:link, ul.popmenu > li a:visited {
	color:#CCC;
}
ul.popmenu > li a:hover {
	color:#FFF;
}

ul.mainmenu > li.row ul.popmenu {
	display:none;
}
ul.mainmenu > li.active ul.popmenu {
	display:block;
}

ul.submenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.botmenu {
	list-style-type:none;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	text-align:center;
}
ul.botmenu > li {
	display:inline-block;
	padding:0px 10px;
	padding-right:12px;
	border-right:1px solid #f37821;
	font-weight:bold;
}
ul.botmenu > li:first-child {
	padding-left:0px;
}
ul.botmenu > li:last-child {
	padding-right:0px;
	border-right:none;
}

ul.isotop {
}
ul.isotop > li.row {
	margin:0 !important;
	background-color:#FFF;
}
ul.isotop > li.row div.thumb {
	margin-bottom:0;
}
ul.isotop > li.row div.wrap {
	padding:10px;
}

.divTopTrace {
	padding-bottom:5px;
	font-size: small;
}
.divTopTrace a {
	text-decoration:none;
	padding:0px 10px;
	padding-left:15px;
	background: url(../images/dotsub.gif) no-repeat left center;
}
.divTopTrace a:link, .divTopTrace a:visited {
	color:#666;
}
.divTopTrace a:hover {
	color:#f37821;
}
.divTopTrace a:first-child {
	padding:0px 10px 0px 0px;
	background: none;
}
.divTopTrace a:last-child {
	font-weight: 500;
}

/* ================================================== */
/* HTML */
/* ================================================== */
.html {
	margin-bottom:30px;
}
.html p {
	margin:0px;
}
/* ================================================== */
/* CALENDAR */
/* ================================================== */
section.calendar {
	overflow:hidden;
	background-color:#CCC;
}
.weekcolumn,
.daycolumn,
.cellcolumn {
	float:left;
	width: calc((100% - 6 * 1px) / 7);
	margin-left:1px;
	margin-bottom:1px;
	background-color:#FFF;
}
.cellcolumn {
	margin:0;
	width:auto;
	background-color:transparent;
}
.weekcolumn .wrap,
.daycolumn .wrap,
.cellcolumn .wrap {
	padding:5px;
}
.weekcolumn .wrap {
	text-align:center;
}
.cellcolumn .wrap {
	margin-top:1px;
	margin-bottom:1px;
	margin-right:1px;
	padding:5px 1px;
	font-size:xx-small;
	background-color:#F9F9F9;
}
.weekcolumn .wrap .date,
.daycolumn .wrap .date,
.cellcolumn .wrap .date {
	display:inline-block;
	padding:2px 5px;
	color:#CCC;
	background-color:#62718a;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
}
.cellcolumn .wrap.today {	
	color:#FFF;
	font-weight:bold;
}
.daycolumn .wrap.today {
	border:2px solid #0085ff;
}

.cellcolumn:first-child .wrap {
	margin-left:1px;
}
.weekcolumn:first-child,
.daycolumn:first-child {
	margin-left:0px;
}
.weekcolumn {
	font-weight:500;
	border-top:1px solid #e6e9ef;
}
.daycolumn {
}
.daycolumn:hover {
	background-color:#EEE;
}
/* ================================================== */
/* POST */
/* ================================================== */
#divBody, #divAdmin {
	padding:20px;
	margin-left:250px;
	position:relative;
}
#divRight {
	margin-left:250px;
}
#divRight div.wrapper {
	padding-top:0px;
}
#divBody.bodycenter {
	padding:10px;
	margin:30px;
	border:1px solid #d1d9dd;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-webkit-border-radius:7px;
	   -moz-border-radius:7px;
		    border-radius:7px;
}
#divFooter {
	padding:20px;
	margin-left:250px;
}
#divFooter.full {
	margin-left:0;
	text-align:center;
}
#divNotice {
	position:fixed;
	right:20px;
	bottom:0;
	width:400px;
	max-height: 100%;
	overflow-y: scroll;
	z-index:8;
}
#divNotice div.caption {
	position:relative;
	color:#FFF;
	padding:5px 10px;
	text-align:right;
	font-weight:bold;
	background-color:#f37821;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	    -moz-border-radius-bottomleft:0px;
		    border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	    -moz-border-radius-bottomright:0px;
		    border-bottom-right-radius:0px;
	cursor: pointer;
}
#divNotice div.wrap {
	display:none;
	background-color:#FFF;
}
#divNotice div.wrap.show {
	display:block;
}
#divNotice div.wrap section {
	margin:0;
}
.noti {
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	background-color:#fa3e3e;
	display:inline-block;
	margin-left:10px;
	padding:5px 10px;
	color:#FFF;
	text-align:center;
	animation: flashing 0.5s infinite;
}
@keyframes flashing {
    0% {
		color:#FFF;
		background-color:#fa3e3e;
	}
	50% {
		color:#fa3e3e;
		background-color:#FFF;
	}
}


.content b, .content strong {
}
.content p {
	line-height:1.3em;
}
.content ul, .content ol {
	overflow:hidden;
}
.content img {
	max-width:100%;
	height:auto;
}
.content div {
	max-width: 100%;
}
.thumb {
}
.thumb img {
	width:100%;
	height:auto;
}
.image {
	margin-bottom:20px;
}
.image img {
	width:100%;
	height:auto;
}
.zoom {
	overflow:hidden;
	position:relative;
}
.zoom img {
	width:100%;
	height:auto;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
.zoom img:hover {
	-webkit-transform: scale(1.125);
	   -moz-transform: scale(1.125);
		 -o-transform: scale(1.125);
		-ms-transform: scale(1.125);
			transform: scale(1.125);
}
.videobar {
	position:absolute;
	width:18px;
	height:100%;
	background: url(../images/videobar.png) repeat-y left center;
	z-index:1;
	top:0;
}
.videobar.right {
	right:0;
}
.iconvideo {
	position:absolute;
	width:55px;
	height:40px;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-27px;
	z-index:1;
	background: url(../images/icon_video.png) no-repeat left top;
}
.iconvideo:hover {
	background-position: left bottom;
}

ul.column {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.column > li.row {
	overflow:hidden;
	margin-bottom:20px;
}
ul.column > li.row h2 {
	font-weight: normal;
}

ul.column > li.row h2 a:link, ul.column > li.row h2 a:visited {
	color:#000;
}
ul.column > li.row h2 a:hover {
	color:#f37821;
}
ul.column > li.row h3 {
	font-size: large;
	font-weight: bold;
}
ul.column > li.row div.thumb {
	margin-bottom:10px;
}

ul.column2 > li.row,
ul.column3 > li.row,
ul.column4 > li.row,
ul.column5 > li.row,
ul.column6 > li.row {
	float:left;
	margin-left:10px;
}
ul.column2 > li.row {
	width: calc((100% - 1 * 10px) / 2);
}
ul.column3 > li.row {
	width: calc((100% - 2 * 10px) / 3);
}
ul.column4 > li.row {
	width: calc((100% - 3 * 10px) / 4);
}
ul.column5 > li.row {
	width: calc((100% - 4 * 10px) / 5);
}
ul.column6 > li.row {
	width: calc((100% - 5 * 10px) / 6);
}
ul.column2 > li.row:nth-child(2n+1),
ul.column3 > li.row:nth-child(3n+1),
ul.column4 > li.row:nth-child(4n+1),
ul.column5 > li.row:nth-child(5n+1),
ul.column6 > li.row:nth-child(6n+1) {
	clear:both;
	margin-left:0px;
}
ul.column1 > li.row div.thumb {
	width: calc((100% - 3 * 10px) / 4);
	float:left;
	margin-bottom:0px;
}
ul.column1 > li.row div.content {
	width: calc((100% * 3 - 10px) / 4);
	float: right;
}
ul.column2 > li.row div.thumb {
	width: calc(40% - 5px);
	float:left;
	margin-bottom:0px;
}
ul.column2 > li.row div.content {
	width: calc(60% - 5px);
	float:right;
}
ul.column2 > li.row:nth-child(even) div.content {
	float:left;
}
ul.column2 > li.row:nth-child(even) div.thumb {
	float:right;
}

ul.product > li.row {
	background-color:#f4f5f9;
}
ul.product > li.row div.wrap {
	overflow:hidden;
	padding:20px;
}

ul.center > li.row h3,
ul.center > li.row div.content {
	text-align:center;
}

ul.related {
	list-style-type:square;
	margin:0px;
	padding:0px;
	padding-left:15px;
}
ul.nobullet {
	margin-top:5px;
	list-style-type:none;
	padding-left:0px;
}
ul.nobullet > li.row {
	overflow:hidden;
}
ul.related > li.row {
	margin-bottom:5px;
}
ul.related > li.row div.thumb {
	float:left;
	width: calc(30% - 10px);
	margin-right:10px;
	background-color:#f4f5f9;
}
ul.related > li.row div.thumb img {
	border:1px solid #f4f5f9;
	width:100%;
	height:auto;
}
ul.related > li.row div.content {
	font-size:smaller;
}
ul.related > li.row div.content p {
	margin:0px;
}
ul.related > li.row h3 {
	font-family:inherit;
	font-weight: normal;
	margin-bottom:0px;
}
ul.related > li.row a:link, ul.related > li.row a:visited {
	color:#000;
}
ul.related > li.row a:hover {
	color:#f37821;
}

ul.gallery {
	list-style-type:none;
	margin:0px;
	margin-top:10px;
	padding:0px;
	overflow:hidden;
}
ul.gallery > li {
	float:left;
	width: calc((100% - 3 * 10px) / 4);
	margin-left:10px;
	margin-bottom:10px;
}
ul.gallery > li:nth-child(10n+1),
ul.gallery > li:nth-child(10n+6) {
	width: calc((100% - 10px) / 2);
}
ul.gallery > li:nth-child(10n+6) {
	float:right;
	clear:both;
	margin-left:0px;
}
ul.gallery > li:nth-child(10n+1),
ul.gallery > li:nth-child(10n+7),
ul.gallery > li:nth-child(10n+9) {
	margin-left:0px;
}
ul.gallery > li div.content {
	display:none;
}

ul.thumblist {
	list-style-type:none;
	margin:0px;
	margin-top:10px;
	padding:9px;
	border:1px solid #CCC;
	overflow:hidden;
}
ul.thumblist > li {
	position:relative;
	float:left;
	width: calc((100% - 3 * 10px) / 4);
	margin-left:10px;
	overflow:hidden;
}
ul.thumblist > li:nth-child(4n+1) {
	clear:both;
	margin-left:0px;
}
ul.thumblist > li img {
	display:block;
	width:100%;
	height:auto;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.thumblist > li img:hover {
	-webkit-transform: scale(1.125);
	   -moz-transform: scale(1.125);
		 -o-transform: scale(1.125);
		-ms-transform: scale(1.125);
			transform: scale(1.125);
}
ul.thumblist > li .iconvideo {
	width:28px;
	height:20px;
	margin-top:-10px;
	margin-left:-14px;
	background-position: right top;
}
ul.thumblist > li .iconvideo:hover {
	background-position: right bottom;
}
ul.thumblist > li .videobar {
	width:9px;
	background-position:right center;
}

ul.search {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:small;
	color:#6a6a6a;
	line-height:1.4;
}
ul.search > li.row {
	margin-bottom:30px;
}
ul.search > li.row div.link {
	font-size:16px;
	line-height:14px;
	color:#006621;
}
ul.search > li.row h3 {
	font-size:18px;
	margin-bottom:0px;
}
ul.search > li.row h3 a, ul.search > li.row h3 a:link {
	color:#1a0dab;
}
ul.search > li.row h3 a:visited {
	color:#609;
}
ul.search > li.row h3 a:hover {
	text-decoration: underline;
}
ul.search > li.row div.content b {
	background-color:#FFFF00;
}

ul.adminrow {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.adminrow li.row {
	padding:0 5px 0 12px;
	position:relative;
	margin-bottom:1px;
	background-color:#FFF;
}
ul.adminrow li.row:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:7px;
	height:100%;
	background-color:#e6e9ef;
}
ul.adminrow.nostatus li.row {
	padding-left:5px;
}
ul.adminrow.nostatus li.row:before {
	display:none;
}
ul.adminrow li.row:nth-child(odd) {
	background-color:#F9F9F9;
}
ul.adminrow li.row p {
}
ul.adminrow li.row:hover {
	background-color:#ebeff2;
}

ul.objectlist {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.objectlist > li {
	display:block;
	border:1px solid #f37821;
	margin:0;
	margin-top:-1px;
	padding:7px 11px;
	color:#666;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	outline:none;
}
ul.objectlist > li:first-child {
	margin-top:0px;
	-webkit-border-top-left-radius:3px;
	    -moz-border-radius-topleft:3px;
		    border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	    -moz-border-radius-topright:3px;
		    border-top-right-radius:3px;
}
ul.objectlist > li:last-child {
	-webkit-border-bottom-left-radius:3px;
	    -moz-border-radius-bottomleft:3px;
		    border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	    -moz-border-radius-bottomright:3px;
		    border-bottom-right-radius:3px;
}
ul.objectlist.dragable {
	overflow:auto;
}
ul.objectlist.dragable li {
	cursor: pointer;
	background-color:#FFF;
}
ul.objectlist > li.noedit {
	border:none;
	background-color:#F9F9F9;
}

.videolist {
	margin:0;
	padding:0;
	overflow:hidden;
}
.videolist video {
	float:left;
	width: calc((100% - 1 * 10px) / 2);
	margin-left:10px;
	margin-bottom:10px;
	object-fit: fill;
}
.videolist video:first-child {
	width:100%;
	margin-left:0;
	object-fit: contain;
}
.videolist video:nth-child(2n + 2) {
	clear:both;
	margin-left:0;
}
.remove {
	display:block;
	float:right;
	width:14px;
	height:14px;
	margin-left:5px;
	background: #666 url(../images/icon_remove_white.png) no-repeat center center;
	background-size: 10px 10px;
	opacity: 0.5;
	cursor:pointer;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
		    border-radius:50%;
}
.remove:hover {
	opacity: 1.0;
}
.userlistcover {
	position:relative;
	overflow:visible;
}
ul.function,
ul.userlist {
	list-style-type:none;
	margin:2px 0;
	padding:0;
	font-size:0;
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
		    border-radius:15px;
	line-height:0;
}
ul.userlist.hasSub {
}
ul.userlist.hasSub:before {
	content:"+";
	position:absolute;
	width:10px;
	height:10px;
	top:1px;
	right:1px;
	text-align:center;
	line-height:0.7em;
	color:#FFF;
	background-color:#666;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
		    border-radius:50%;
	z-index:1;
}
div.tool > ul.function,
ul.userlist {
	position:absolute;
	white-space:nowrap;
	max-width:30px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
div.tool > ul.function,
ul.userlist.right {
	right:0;
}
ul.function:after {
	content:"";
	display:inline-block;
	width: calc(28px - 2px);
	height: calc(28px - 2px);
	border:1px solid #CCC;
	background:#EEE url(../images/icon/menu.png) no-repeat center center;
	background-size:14px 14px;
	cursor:pointer;
	margin:1px;
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
		    border-radius:15px;
}
ul.function > li,
ul.userlist > li {
	margin:0;
	padding:0;
	display:none;
}
ul.userlist > li:first-child {
	display:inline-block;
}
div.tool > ul.function:hover,
ul.userlist:hover {
	background-color:#d0d6de;
	max-width:1000px;
	z-index:1;
}
ul.userlist.hasSub:hover::before {
	display:none;
}
ul.function:hover > li,
ul.userlist:hover > li {
	display:inline-block;
}

.calendar div.tool {
	clear:both;
	width:100%;
	margin-left:0;
}
.calendar div.tool > ul.function {
	float:right;
	position:static;
	max-width:none;
	text-align: right;
	white-space:normal;
	background-color: #d0d6de;
}
.calendar  ul.function:after {
	display:none;
}
.calendar ul.function > li {
	display:inline-block;
}

.more {
	margin-top:10px;
}
.more a {
	display:inline-block;
	padding:10px 20px;
	color:#FFF;
	font-size:smaller;
	background-color:#f37821;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}
.more a:hover {
	background-color:#603427;
}

.divTag {
	line-height:2em;
}
.divTag a {
	font-style: italic;
}
.divTag a:link, .divTag a:visited {
	color:#999;
}
.divTag a:hover {
	color:#f37821;
}

ul.sitemap {
	list-style-type: none;
	margin:10px 0px;
	padding:0px;
}
ul.sitemap > li {
}
ul.sitemap > li span {
	display:inline-block;
	padding:10px 0px;
	padding-top:15px;
	background: url(../images/sitemap_line.png) repeat-y right top;
}
ul.sitemap > li.home span {
	display:none;
}
ul.sitemap > li.end span {
	background-position: right bottom;
}
ul.sitemap > li a {
	display:inline-block;
	padding:8px 20px;
	border:1px solid #0194c8;
}
ul.sitemap > li.home a {
	color:#FFF;
	background-color:#0194c8;
}

a.sort {
	display:block;
	color:inherit;
	padding-right:20px;
	background: url(../images/icon_sort.png) no-repeat right center;
	background-size:16px 16px;
}
a.sort:link, a.sort:visited {
	color:inherit;
}
a.sort:hover {
	color:#f37821;
}
a.sort.asc {
	color:#f37821;
	background-image: url(../images/icon_sort_up.png);
}
a.sort.desc {
	color:#f37821;
	background-image: url(../images/icon_sort_down.png);
}

section.block {
	background-color:#F6F6F6;
	padding:5px 10px;
	margin:5px 0;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
section.navigation {
	margin:5px 0;
}
section.topnavigation {
	margin:5px 0;
	position:relative;
	min-height:50px;
}
section.topnavigation h1 {
	position:absolute;
	left:125px;
	width: calc(100% - 250px);
	font-size:x-large;
	text-align:center;
	margin:0px;
	padding:12px 0;
	pointer-events: none;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
section.detail {
	margin:5px 0px;
	padding:10px;
	background-color: #FFF;
}
section.reference {
	padding:10px;
	background-color:#ebeff2;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.15);
	        box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.15);
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
}
section.form {
	padding:10px;
	margin:5px 0px;
	border:1px solid #0085ff;
	background-color:#FFF;
}
section.form section.navigation {
	padding:5px;
	margin-bottom:0;
	background-image:none;
	background: -moz-linear-gradient(top, rgba(246,246,246,0) 0%, rgba(246,246,246,1) 100%);
	background: -webkit-linear-gradient(top, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=0 );
}
section.head {
	font-weight:500;
	padding:0px 5px;
	border-left:7px solid transparent;
}
section.total {
	font-weight:500;
	padding:0px 5px;
	border-left:7px solid transparent;
}
section.notice {
	background-color:#FFFFCC;
}

section.hidden {
	display:inline-block;
}
section.hidden p {
	display:none;
}
section.hidden:before {
	content: "admin";
	display:inline-block;
	color:#CCC;
	font-size:x-small;
	display:inline-block;
	border:1px solid #CCC;
	padding:2px 5px;
	padding-left:20px;
	background: url(../images/icon_hit.png) no-repeat left 3px center;
	background-size: 12px 12px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
		    border-radius:4px;
	cursor:pointer;
}
section.hidden:hover {
	display:block;
}
section.hidden:hover p {
	display:inherit;
}
.homeblock {
	width: calc((100% - 2 * 10px) / 3);
}

section.botnavigation {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:1;
	background-color: #EEE;
	display:none;
}
section.botnavigation .wrapper {
	padding-top:10px;
	padding-bottom:10px;
}
section.botnavigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	display:flex;
	justify-content:space-between;
}
section.botnavigation ul li {
	display:inline-block;
	margin:0;
	text-align:center;
}
section.botnavigation ul li img {
	display:inline-block;
	width:20px;
	height:20px;
}
section.botnavigation ul li span {
	display:inline-block;
	white-space:nowrap;
	margin-top:3px;
}
section.botnavigation ul li a {
	text-decoration:none;
	font-size:small;
}
section.botnavigation ul li a:link,
section.botnavigation ul li a:visited {
	color:#333;
}

.circlenumber {
	display:block;
	background-color:#0086c0;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	position:relative;
	width:100%;
	padding-bottom:100%;
}
.circlenumber span {
	position:absolute;
	color:#FFF;
	font-size:300%;
	font-weight:bold;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.maxheight {
	display:none;
}
.maxheight.show {
	display:block;
}

.overtime {
	background-color: #FFCCCC !important;
}
.stop {
	background-color: #666 !important;
}
.notyet {
	background-color:#ffcccc !important;
}
.going {
	background-color:#bbeecc !important;
}
.draft {
	background-color:#FFFFCC !important;
}
.done {
	background-color:#cceeff !important;
}
.verticaltext {
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.currency {
	top:-0.3em;
	font-size: 75%;
	line-height:0;
	position:relative;
	vertical-align: baseline;
	font-weight:normal;
	color:#999;
}

.star {
	display:inline-block;
	vertical-align:bottom;
	width:100px;
	height:20px;
	background: url(../images/star_small.png) no-repeat left -100px top;
}
.star.score0 {
}
.star.score1 {
	background-position: left -80px top;
}
.star.score2 {
	background-position: left -60px top;
}
.star.score3 {
	background-position: left -40px top;
}
.star.score4 {
	background-position: left -20px top;
}
.star.score5 {
	background-position: left 0px top;
}

.loading {
	display:none;
}
.loading span {
	display:block;
}
.loading span.bar {
	height:2px;
	width:1px;
	background-color:#f37821;
}

/* ================================================== */
/* HOME */
/* ================================================== */
#divHome {
	width:550px;
	position:fixed;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	background-color:rgba(255,255,255,0.75);
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#divHome.register {
	overflow-y:scroll;
}
#divHome ul.logo li img {
	width:auto;
	height:60px;
}

/* ================================================== */
/* FOOTER */
/* ================================================== */
div.copyright {
	color:#666;
	margin-top:30px;
}
/* ================================================== */
/* LEFT */
/* ================================================== */
#divLeft {
	position:fixed;
	width: 250px;
	height:100%;
	background-color:#d0d6de;
	overflow-y:scroll;
	z-index:10;
}
#divLeft.show, #divLeft:hover {
	left:0px;
	background-color: #d0d6de;
}
#divLeft::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
#divLeft div.space {
	height:100px;
}
/* ================================================== */
/* FORM */
/* ================================================== */
.divForm {
}
.divForm form {
	margin:0px;
	padding:10px;
	background-color:#EEE;
}
.divForm p {
	margin-top:10px;
	margin-bottom:0px;
}
/* =========================================================================== */
/* BLOCK ===================================================================== */
/* =========================================================================== */
.tnav {
	color:#333;
	background-color:#999;
}
.tnav td {
}
.thead {
	padding-top:10px;
	padding-bottom:10px;
	margin:5px 0px;
	background: #F6F6F6 url(../images/grnd_head.gif);
}
.thead td {
	padding-left:5px;
	padding-right:5px;
}
.tborder {
	border:none;
	margin-bottom:20px;
	background-color:#CCC;
}
.tborder > tbody > tr > th {
	background-color:#DDD;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
.tborder > tbody > tr > td {
	background-color:#FFF;
}
.tborder > tbody > tr > td.ttotal {
	background-color:#DDD;
}
.tframe {
}
.tframe tr th {
	background-color:#DDD;
	padding:5px 0px;
}
.tframe tr td {
	padding:5px 0px;
	border-bottom:1px dotted #CCC;
}
.tframe tr:first-child td {
	padding-top:0px;
}

.sublink {
	margin-left:15px;
	padding:0px;
}
.space1 {
	padding-left:20px;
}
.space2 {
	padding-left:40px;
}

.message {
	margin:5px 0px;
	padding:10px;
	padding-left:50px;
	color:#663300;
	border:1px solid #ffce3d;
	background:#fff7e0 url(../images/icon_notice.png) no-repeat 9px center;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	white-space:normal;
}
.thank {
	color:#006633;
	background-color:#66cc99;
}
SPAN.number {
	display:block;
	font-size:x-small;
	word-break: break-all;
}
SPAN.number.active {
	color:#FFF;
	background-color:#f47709;
}
SPAN.checkbox {
	display:inline-block;
	position:relative;
	width: 20px;
	height:20px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-color:#EEE;
	overflow:hidden;
}
SPAN.checkbox INPUT {
	position: absolute;
	opacity:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
	z-index:2;
}
SPAN.checkbox span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#EEE no-repeat center center;
	background-size:14px 14px;
	z-index:1;
}
SPAN.checkbox:hover INPUT ~ span {
	background-color:#CCC;
}
SPAN.checkbox INPUT:checked ~ span {
	background-color:#0085ff;
	background-image: url(../images/icon_check.png);
}

SPAN.telephone,
SPAN.email {
	display:inline-block;
	background: url(../images/icon_call.png) no-repeat left 5px center;
	background-size: 16px 16px;
	padding:5px;
	padding-left:30px;
	border:1px solid #CCC;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
	cursor:pointer;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
SPAN.telephone a:link, SPAN.telephone a:visited,
SPAN.email a:link, SPAN.email a:visited {
	color:#333;
}
SPAN.email {
	white-space: normal;
	background-image: url(../images/icon_email.png);
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
SPAN.telephone.big {
	font-weight:bold;
	font-size:large;
	color:green;
}
SPAN.telephone:hover,
SPAN.email:hover {
	background-color:#EEE;
}
#btnCall {
	position:fixed;
	width:50px;
	height:50px;
	background: #37c837 url(../images/icon_call_white.png) no-repeat center center;
	background-size: 24px 24px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	z-index:11;
	bottom:23px;
	left:22px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	   -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	        box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	cursor:pointer;
}
#btnCall:hover {
	-webkit-box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
	   -moz-box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
	        box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}
#divPageNav {
	margin:10px 0px;
	color:#666;
	text-align:center;
}
#divPageNav a, #divPageNav a:link, #divPageNav a:visited {
	display:inline-block;
	padding:5px 10px;
	margin:2px;
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
	border:solid 1px #CCC;
	background-color:#EEE;
	font-size: inherit;
	font-weight:bold;
	text-decoration:none;
	color:#666;
}
#divPageNav a.active:link, #divPageNav a.active:visited {
	color:#FFF;
	background-color:#ff642e;
}
#divPageNav a:hover, #divPageNav a.active:hover	{
	background-color:#CCC;
}
UL.hint {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
UL.hint li {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	white-space:nowrap;
}
UL.hint li img {
	float:left;
	margin-right:5px;
}
.map { cursor:pointer; }
.index	{color:#0087cc; }
.red	{color:#FF0000; }
.grey	{color:#999; font-size: smaller}
.date	{
	color:#CCC;
	font-size:small;
}
.date.right {
	float:right;
	margin-top:2px;
}
.dotline { border-bottom:1px dotted #666; }
.gradient {
	background: url(../images/grnd_table.gif) repeat-x center bottom;
}
.greydate {
	font-size:smaller;
	color:#CCC;
}
.bluedate {
	margin-top:5px;
	font-size: xx-small;
	color:#66ccEE;
	white-space: nowrap;
}
span.hit {
	display:inline-block;
	background: url(../images/icon_eye.png) no-repeat left center;
	padding-left:20px;
}
.greydate span.hit {
	color:#999;
	background-image: url(../images/icon_eye_black.png);;
}
.bluedate span.hit {
	color:#66ccEE;
	background-image: url(../images/icon_eye_blue.png);;
}
.inactive {
	opacity:0.5;
}
.error {
	border-color:red;
}
span.error {
	display:block;
	color:red;
	margin-top:10px;
}
.ellipsis {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

IMG.pointer	{cursor: pointer; }
.imgBorder	{}
.imgGrey	{
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		 -o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
			filter: grayscale(100%); 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
}

BLOCKQUOTE {
	background:#c4ddd8 url(../images/icon_quote.png) no-repeat left 5px top 10px;
	padding:10px 10px 10px 35px;
	margin:0px 0px;
	margin-top:10px;
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
			border-radius:15px;
	-webkit-border-top-left-radius:0px;
	    -moz-border-radius-topleft:0px;
		    border-top-left-radius:0px;
	position:relative;
}
.blockactive BLOCKQUOTE {
	color:#FFF;
	background-color:#f37821;
}
INPUT[type='text'],
INPUT[type='password'],
INPUT[type='file'],
INPUT[type='number'],
TEXTAREA, SELECT {
	display:inline-block;
	border:1px solid #CCC;
	margin:0;
	padding:10px 15px;
	width: calc(100% - 32px);
	color:#666;
	font-family:inherit;
	font-size:inherit;
	background-color:#FFF;
	-webkit-appearance: none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	-webkit-font-smoothing: antialiased;
	outline:none;
}
INPUT[type='text']:focus,
INPUT[type='password']:focus,
INPUT[type='number']:focus,
INPUT[type='file']:focus {
	color:#000;
	background-color:#ededed;
}
INPUT[type='file'] {
	background:none;
	padding-top:7px;
	padding-bottom:7px;
}
INPUT[name='k'] {
	padding-left:36px;
	width: calc(100% - 36px - 15px - 2px);
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 16px 16px;
}
section.topnavigation INPUT[name='k'] {
	width: calc(120px - 36px - 15px - 4px);
	background-color:#F9F9F9;
	border:none;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
section.topnavigation INPUT[name='k']:focus {
	width: calc(200px - 36px - 15px - 4px);
}
INPUT[type='text'].calendar {
	padding-right:30px;
	width: calc(100% - 32px - 15px);
	background-image: url(../images/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size:16px 16px;
}
INPUT[name='numberrandom'] {
	width: 68px !important;
	width: 100px;
}
SELECT {
	width: 100%;
}
SELECT.small {
	width:auto;
}
INPUT[type='button'],
INPUT[type='reset'],
INPUT[type='submit'] {
	cursor:pointer;
	background-color:#EEE;
	color:#666;
	font-family:inherit;
	font-weight:bold;
	font-size:inherit;
	margin:0;
	padding:10px 20px;
	border:1px solid #bcc5c7;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	-webkit-appearance: none;
	background-size: 16px 16px;
	background-repeat: no-repeat;
}
section.topnavigation INPUT[type='button'],
section.topnavigation INPUT[type='reset'],
section.topnavigation INPUT[type='submit'] {
	border-width:2px;
}
INPUT[type='button']:hover,
INPUT[type='reset']:hover {
	background-color:#CCC;
}
INPUT[type='button'].return {
	background-image:url(../images/icon_return.png);
	background-position: left 10px center;
	padding-left:36px;
}
INPUT[type='reset'] {
	background-image:url(../images/icon_reset.png);
	background-position: left 10px center;
	padding-left:36px;
}
INPUT[type='button'].create {
	color:#FFF;
	border-color:#338400;
	background-color:#86d021;
	background-image: url(../images/icon_plus_white.png);
	background-position: right 10px center;
	padding-right:36px;
}
INPUT[type='button'].create:hover {
	background-color:#669900;
}
INPUT[type='button'].edit {
	color:#FFF;
	border-color:#df8d20;
	background-color:#fdab3d;
	background-image: url(../images/icon_edit_white.png);
	background-position: right 10px center;
	padding-right:36px;
}
INPUT[type='button'].edit:hover {
	background-color:#df8d20;
}
INPUT[type='button'].import {
	background-image: url(../images/icon/import.png);
	background-position:right 10px center;
	padding-right:36px;
}
INPUT[type='button'].export {
	background-image: url(../images/icon/export.png);
	background-position:right 10px center;
	padding-right:36px;
}
INPUT[type='button'].print {
	background-image: url(../images/icon_print.png);
	background-position:right 10px center;
	padding-right:36px;
}
INPUT[type='button'].disable {
	background-color:#999;
}
INPUT[type='submit'],
INPUT[type='button'].submit {
	color:#FFF;
	border-color:#0071d9;
	background-color:#0085ff;
	background-image: url(../images/icon_save.png);
	background-position: right 10px center;
	padding-right:36px;
}
INPUT[type='button'].search,
INPUT[type='submit'].search {
	border:none;
	color:#333;
	background:#d0d6de;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
}
INPUT[type='submit']:hover,
INPUT[type='button'].submit:hover {
	background-color:#CCC;
}
.inputbox {
	display:block;
	border:1px solid #CCC;
	margin:0;
	padding:1px;
	width: calc(100% - 4px);
	color:#666;
	font-family:inherit;
	font-size:inherit;
	background-color:#FFF;
	-webkit-appearance: none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	-webkit-font-smoothing: antialiased;
	outline:none;
}
.inputbox INPUT[type='text'] {
	border:none;
	padding: 8px 13px;
	width: calc(100% - 26px);
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	   -moz-border-radius:0px;
			border-radius:0px;
}
AUDIO {
	margin:0;
	padding:0;
	width:100%;
}
.avatar {
	display:inline-block;
	overflow:hidden;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
	border:2px solid #EEE;
	position:relative;
	background-color:#EEE;
}
.avatar.small {
	width: calc(28px - 2px);
	height: calc(28px - 2px);
}
.avatar img {
	width: 100%;
	height:auto;
	display:block;
}
.youtube {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	padding-bottom: calc(100% * 9 / 16);
}
.youtube iframe {
	position:absolute;
	width:100%;
	height:100%;
}

/* ================================================== */
/* CHART */
/* ================================================== */
section.chart {
	padding:20px 0;
	background-color:#F6F6F6;
}
section.chart div.wrap {
	position:relative;
	width:100%;
	height:50px;
}
section.chart div.col {
	position:absolute;
	height:100%;
	bottom:0;
	background-color:#EEE;
}
section.chart.result div.col {
	background-color:#DDD;
}
section.chart.week div.col {
	width: calc(100% / 7 - 1px);
}
section.chart.month div.col {
	width: calc(100% / 31 - 1px);
}
section.chart.year div.col {
	width: calc(100% / 12 - 1px);
}
section.chart div.col div.text {
	position:absolute;
	width:100%;
	text-align:center;
	font-size:smaller;
	top:100%;
	padding-top:2px;
}
section.chart div.col div.bar {
	position:absolute;
	height:0;
	width:100%;
	bottom:0;
	color:#FFF;
	background-color:#f47709;
}
section.chart.result div.col div.bar {
	background-color:#0066cc;
}
section.chart div.col div.bar div.value {
	position:absolute;
	text-align:center;
	font-size:smaller;
	font-weight:600;
	white-space:nowrap;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
section.chart.month div.col div.bar div.value {
	-webkit-transform: translate(-50%,-50%) rotate(-90deg);
       -moz-transform: translate(-50%,-50%) rotate(-90deg);
         -o-transform: translate(-50%,-50%) rotate(-90deg);
        -ms-transform: translate(-50%,-50%) rotate(-90deg);
            transform: translate(-50%,-50%) rotate(-90deg);
}


/* ================================================== */
/* NEW CSS */
/* ================================================== */
.blockrange {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	min-height:30px;
	background-color:#CCC;
	font-size:smaller;
	z-index:0;
}
.blockrange div {
	position:absolute;
	width:100%;
	height:100%;
	color:#FFF;
	z-index:2;
}
.blockrange div span {
	display:block;
	position:absolute;
	width: calc(100% - 40px);
	left:20px;
	top:50%;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.blockrange div.layer1 {
}
.blockrange div.layer2 {
	display:none;
	background-color:rgba(0,0,0,0.1);
}
.blockrange:hover div.layer1 {
	display:none;
}
.blockrange:hover div.layer2 {
	display:block;
}
.blockrange div.percentage {
	position:absolute;
	height:100%;
	padding:0;
	z-index:0;
}
.blockrange.doing div.percentage,
.blockrange.dangerous div.percentage {
	background-image: url(../images/working.png);
	background-repeat: repeat;
	background-position: top left;
	animation: flashing 0.5s linear infinite;
}
@keyframes flashing {
	0% {
		background-position: top left 0px;
	}
	100% {
		background-position: top left 20px;
	}
}
.blockrange div.processing,
.blocknumber div.processing {
	position:absolute;
	background: url(../images/processing.gif) top left;
	top:50%;
	right:5px;
	width:20px;
	height: 10px;
	margin-top:-5px;
	padding:0;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
	z-index:1;
}
.blocknumber div.processing {
	right:auto;
	left:5px;
}
.blocktag {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	min-height:30px;
	background:#c4c4c4 url(../images/paper.png) no-repeat top right;
	background-size: 10px 10px;
	z-index:0;
}
.blocktag span {
	display:block;
	position:absolute;
	width: calc(100% - 10px);
	left : 5px;
	top  : 50%;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.blockuser {
	display: flex;
    align-items: center;
	margin:5px 0;
	passing:2px;
	-webkit-border-radius:16px;
	   -moz-border-radius:16px;
	        border-radius:16px;
	background-color: rgba(255,255,255,0.5);
}
.blockuser:hover {
	background-color: rgba(0,0,0,0.1);
}
.blockuser div {
	float:none;
}
.blockuser .avatar {
	margin-top:0;
	margin-bottom:0;
}
.blockuser span.date {
	display:block;
	overflow: hidden;
	font-size:smaller;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.blocksplit {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	min-height:30px;
	background-color:#CCC;
	overflow:hidden;
	font-size:smaller;
	z-index:0;
	color:#FFF;
}
.blocksplit div {
	position:absolute;
	width:50%;
	height:100%;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
.blocksplit div span {
	display:block;
	position:absolute;
	width: calc(100% - 10px);
	left : 5px;
	top  : 50%;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.blocksplit div.layer1 {
	left:0;
}
.blocksplit div.layer2 {
	right:0;
	background-color:rgba(0,0,0,0.1);
}
.blocksplit:hover div.layer1 {
	width:0;
}
.blocksplit:hover div.layer2 {
	width:100%;
}
.blocksplit div.layer1:hover {
	width:100%;
}
.blocksplit div.layer1:hover ~ div.layer2 {
	width:0;
}

.blockcolor {
	padding:1px;
	background-color:#CCC;
	text-align:center;
	font-size:smaller;
}
.blockcolor p {
	margin:0;
	color:#FFF;
}
.blockcolor span {
	display:block;
	padding:5px 0;
}

.blocknumber {
	position:relative;
	display:block;
	width: 100%;
	overflow:hidden;
	z-index:0;
}
.blocknumber div {
	white-space:nowrap;
	padding:9px 0;
	overflow:hidden;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
.blocknumber div.layer1 {
	float:left;
	width: calc(100% - 30px);
	text-align:right;
	padding:7px 0;
	font-weight:500;
	font-size:larger;
}
.blocknumber div.layer2 {
	float:right;
	width: 24px;
	text-align:center;
	border-left:1px solid #e6e9ef;
}

.comment {
}
.comment .remove {
	margin-top:5px;
}
.comment .quote {
	position:relative;
	background-color:#F6F6F6;
	padding:5px 15px;
	margin:5px 0;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
}
.comment .quote:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	left:-5px;
	top:9px;
	border-top:10px solid #F6F6F6;
	border-left:10px solid transparent;
	-webkit-transform: rotate(225deg);
	   -moz-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	     -o-transform: rotate(225deg);
	        transform: rotate(225deg);
}
.mine > div.status {
	float:right;
	margin-right:0;
}
.mine > div > div.quote:before {
	left:auto;
	right:-5px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mine > div > div.quote {
	border:1px solid #44bec7;
	background-color:#dff3f5 !important;
}
.mine > div > div.quote:before {
	border-top-color:#44bec7;
}
.mine > div > .avatar {
	border-color:#44bec7;
}
.mine > div > div.quote .date,
.mine > div > div.quote .grey {
	color:#44bec7;
}

.your > div > div.quote {
	border:1px solid #d696bb;
	background-color:#fcedf4 !important;
}
.your > div > div.quote:before {
	border-top-color:#d696bb;
}
.your >div > .avatar {
	border-color:#d696bb;
}
.your > div > div.quote .date,
.your > div > div.quote .grey {
	color:#d696bb;
}

.attach div.status {
	float:left !important;
	margin-right:5px !important;
}
.attach div.status img {
	width:20px;
	margin-top:5px;
}

.prepare {
	color:#FFF;
	background-color:#eeb94e;
}
.doing {
	color:#FFF;
	background-color:#22b7b0;
}
.stoped {
	color:#FFF;
	background-color:#54777b;
}
.dangerous {
	color:#FFF;
	background:#da2937 url(../images/icon_warning.png) no-repeat left 5px center;
	background-size:14px 14px
}
.completed {
	color:#FFF;
	background:#154f87 url(../images/icon_check.png) no-repeat left 5px center;
	background-size:14px 14px
}

.approved {
	color:#FFF;
	background-color:#32b9b5;
}
.refused {
	color:#FFF;
	background-color:#786fa6;
}

.color_0,
.stat_0:before {
	background-color:#f4d066 !important;
}
.text_0 {
	color:#f4d066 !important;
}
.border_0 {
	border-color:#f4d066 !important;
}
.color_1,
.stat_1:before {
	background-color:#6bbc91 !important;
}
.text_1 {
	color:#6bbc91 !important;
}
.border_1 {
	border-color:#6bbc91 !important;
}
.color_2,
.stat_2:before {
	background-color:#e95538 !important;
}
.text_2 {
	color:#e95538 !important;
}
.border_2 {
	border-color:#e95538 !important;
}
.color_3,
.stat_3:before {
	background-color:#388bbd !important;
}
.text_3 {
	color:#388bbd !important;
}
.border_3 {
	border-color:#388bbd !important;
}
.color_4,
.stat_4:before {
	background-color:#855a47 !important;
}
.text_4 {
	color:#855a47 !important;
}
.border_4 {
	border-color:#855a47 !important;
}
.color_5,
.stat_5:before {
	background-color:#da5f7e !important;
}
.text_5 {
	color:#da5f7e !important;
}
.border_5 {
	border-color:#da5f7e !important;
}
.color_6,
.stat_6:before {
	background-color:#52bbbe !important;
}
.text_6 {
	color:#52bbbe !important;
}
.border_6 {
	border-color:#52bbbe !important;
}
.color_7,
.stat_7:before {
	background-color:#a4a0c3 !important;
}
.text_7 {
	color:#a4a0c3 !important;
}
.border_7 {
	border-color:#a4a0c3 !important;
}
.color_8,
.stat_8:before {
	background-color:#cfae96 !important;
}
.text_8 {
	color:#cfae96 !important;
}
.border_8 {
	border-color:#cfae96 !important;
}
.color_9,
.stat_9:before {
	background-color:#5d6f4b !important;
}
.text_9 {
	color:#5d6f4b !important;
}
.border_9 {
	border_color:#5d6f4b !important;
}
.color_10,
.stat_10:before {
	background-color:#ed008c !important;
}
.text_10 {
	color:#ed008c !important;
}
.border_10 {
	border_color:#ed008c !important;
}
.color_11,
.stat_11:before {
	background-color:#0091ff !important;
}
.text_11 {
	color:#0091ff !important;
}
.border_11 {
	border_color:#0091ff !important;
}

.tag {
	display:inline-block;
	margin:1px;
	padding: 2px 5px;
	color:#FFF;
	font-size: smaller;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
}

section.navigation p {
	margin:0;
}

.floatloading {
	position:fixed;
	top;0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.75) url(../images/waiting.gif) no-repeat center center;
	background-size: 64px 18px;
	z-index:19;
}

.called {
	position:relative;
	padding-left:15px;
}
.called:before {
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	left:0;
	top:3px;
	background: #4cda64 url(../images/icon_phone.png) no-repeat center center;
	background-size:6px 6px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}

.step0 {
}
.step1 {
	margin-left:40px;
}
.step2 {
	margin-left:80px;
}
.step3 {
	margin-left:120px;
}
.step4 {
	margin-left:160px;
}
.step5 {
	margin-left:200px;
}
.step6 {
	margin-left:240px;
}
.step7 {
	margin-left:280px;
}
.step8 {
	margin-left:320px;
}
.step9 {
	margin-left:360px;
}
.step10 {
	margin-left:400px;
}

.important,
.internal {
	position:relative;
	padding-right:15px;
}
.important:after,
.internal:after {
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	right:0;
	bottom:4px;
	background: #0085ff url(../images/icon_check.png) no-repeat center center;
	background-size:6px 6px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
	        border-radius:50%;
}
.internal:after {
	background-color:#784bd1;
}

::selection {
	color:#FFF;
	background-color: #f47709; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color:#FFF;
	background: #f47709; /* Gecko Browsers */
}
