@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: auto;
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	*/

}

nav, ul, li, a  {margin: 0; padding: 0; }

html,body {
	margin: auto;
}

img {
	-ms-interpolation-mode: bicubic;
	outline:none;
	border:none;
}

ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}


img.logo {
	margin-top:5px;height:80px;
}

.bold { font-weight:bold; }


section, header{
	display: block;
}

/*
body{
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
*/


a{
	text-decoration: none;
	outline:none
}

.clrtop{
	clear: both;
	margin-top:10px;
}

.clrbottom{
	clear: both;
}

.hide {
	display:none;
}

.nowrap { white-space:nowrap }
/*--------------------------------------------------------------------------------------------------------------------*/
														/*Area Top Bar*/
/*--------------------------------------------------------------------------------------------------------------------*/
.area-top{
	line-height: 24px;
	font-size: 11px;
	background-color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	position: relative;
	font-family: Cambria, Georgia, serif;
}

.area-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.area-top a:hover{
	background-color: rgba(200,200,200,0.1);
}

.area-top div { width:90%; }
.area-top span.right{
	float: right;
}
.area-top span.right a{
	float: left;
	display: block;
	font-family:tahoma;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Area Header*/
/*--------------------------------------------------------------------------------------------------------------------*/
.main-header{
	
	background: url(../images/header.png) no-repeat center center !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom:140px;
	background-size: auto, 100% 250%!important;


}

.main-header span.logoimg {
	background: url(../images/logo.png) no-repeat;
}

.main-header div.inside{
	background-color: rgba(255, 255, 255, 1);
	width:90%;
}

.main-header span.right{
	float: right;
	text-align:right;
	font-size:13px;
	font-family:tahoma;
	color:#fff;
	padding:8px 15px;

	background: -moz-linear-gradient(top, #feb21a 0%, #fdd71b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb21a), color-stop(100%,#fdd71b));
	background: -webkit-linear-gradient(top, #feb21a 0%,#fdd71b 100%);
	background: -o-linear-gradient(top, #feb21a 0%,#fdd71b 100%);
	background: -ms-linear-gradient(top, #feb21a 0%,#fdd71b 100%);
	background: linear-gradient(top, #feb21a 0%,#fdd71b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb21a', endColorstr='#fdd71b',GradientType=0 );

	outline:none;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

.main-header span.welcome {
	float:left;
}

.main-header a {
	padding: auto 10px;
	letter-spacing: 1px;
	font-family:tahoma;
	font-size:12px;
	color:#FFA806;
	color:#666;
}

.main-header a:hover {
	color:#FFA806;
	color:#666;
	text-decoration:underline;
}

.main-header a:visited {
	text-decoration:underline;
	color:#FFA806;
	color:#666;
}

.main-header a:active {
	text-decoration:none;
	color:#FFA806;
	color:#666;
}

.main-header div.menu{
	margin-top:10px;
	float: right;
	width:100%;
	text-align:right;
	font-size:13px;
	text-align:right;
}

/* Member btn */
span.member-btn{
	text-decoration: none!important;
	text-align:left;
	font-family:Tahoma;
	margin-top:5px
}
span.member-btn a {
	padding: 3px 8px 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000;
	color: #000!important;
}
span.member-btn a:hover{
	color: #555555!important;
	border: 1px solid #555555;
	text-decoration: none!important;
}

span.member-btn a.current-tabs,
span.member-btn a.current-tabs:hover{
	color: #b13165!important;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	outline:none;
}

.main-header span.left {
	float: left;
	margin:10px;
}

.main-header span.left >h5 {
	margin:10px 0px;
	font-size:38px;
	height:30px;
	color:#fff
}

.main-header span.left >h4 {
	font-size:30px;
	text-transform: uppercase;
	height:30px;
}

/* Media Queries */

h1 {
	font-family: 'pgvimregular';
	font-weight: normal;
	font-size:20px;
}

h2 {
	font-family: 'thaisansbold';
	font-weight: normal;
	color: #930181;
	font-size:20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}

h4 {
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
}

h5 {
	font-family: 'thaisansbold';
	font-weight:normal;
	font-size:20px;
}

h6 {
	font-family: 'tankhunbold';
	font-weight:normal;
	font-size:20px;
}

/*
.footer{
	line-height: 24px;
	font-size: 11px;
	position: relative;
	height:60px;
	padding:10px 5px;
	font-family:tahoma;
	z-index:8888;
	text-shadow: 0px 1px 0px rgba(1,1,1,0.2);
	-webkit-text-shadow: 0px 1px 0px rgba(1,1,1,0.2);
	-moz-text-shadow: 0px 1px 0px rgba(1,1,1,0.2);

	background: -moz-linear-gradient(top, #9d9d9d 0%, #5a5a5a 100%);
	background: -webkit-gradient(linear, top bottom, top bottom, color-stop(0%,#9d9d9d), color-stop(100%,#5a5a5a));
	background: -webkit-linear-gradient(top, #9d9d9d 0%,#5a5a5a 100%);
	background: -o-linear-gradient(top, #9d9d9d 0%,#5a5a5a 100%);
	background: -ms-linear-gradient(top, #9d9d9d 0%,#5a5a5a 100%);
	background: linear-gradient(top, #9d9d9d 0%,#5a5a5a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#5a5a5a',GradientType=0 );


	outline:none;
	border-top:1 solid #ccc;
	letter-spacing: 0.2px;
}

.footer div.site{
	width:90%;
	text-align:left;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(1,1,1,0.2);
	-webkit-text-shadow: 0px 1px 0px rgba(1,1,1,0.2);
	-moz-text-shadow: 0px 1px 0px rgba(1,1,1,0.2);
	font-size:13;
	inline-height:25px
}

.footer span.copyright { float:left; inline-height:20px;white-space:none; }

.footer span.contact {
	float:right;
	color:#fff;
	font-size:12px;
	text-shadow: 0px 1px 0px rgba(1,1,1,0.2);
	-webkit-text-shadow: 0px 1px 0px rgba(1,1,1,0.2);
	-moz-text-shadow: 0px 1px 0px rgba(1,1,1,0.2);
	white-space:none;
}

.footer div.link{
	margin:0px;
	padding:0px;
	height:18px;
}

.footer a{
	font-size:12px;
	color:#FFF;
	text-align:left;
	font-weight:normal
}

.footer a:hover{
	font-size:12px;
	color:#FFF;
	text-align:left;
	text-decoration:underline;
	font-weight:normal
}
*/

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Btm*/
/*--------------------------------------------------------------------------------------------------------------------*/

.site-footer{
	line-height: 24px;
	font-size: 11px;
	position: relative;
	height:60px;
	padding:10px 5px 0px 5px;
	font-family:tahoma;
	z-index:9999;
	background-color:#5ab7ac;
	outline:none;
	border-top:1 solid #ccc;
	letter-spacing: 0.2px;
}

.site-footer div.site{
	width:90%;
	text-align:left;
	color: #fff;
	font-size:13;
	inline-height:25px
}

.site-footer span.copyright { float:left; inline-height:20px;white-space:none; }

.site-footer span.contact {
	float:right;
	color:#fff;
	font-size:12px;
	white-space:none;
}

.site-footer div.link{
	margin:0px;
	padding:0px;
	height:18px;
}

.site-footer a{
	font-size:12px;
	color:#FFF;
	text-align:left;
	font-weight:normal
}

.site-footer a:hover{
	font-size:12px;
	color:#FFF;
	text-align:left;
	text-decoration:underline;
	font-weight:normal
}

.site-footer img{
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
	-ms-interpolation-mode: bicubic;
}
/*--------------------------------------------------------------------------------------------------------------------*/
														/*Go to Top*/
/*--------------------------------------------------------------------------------------------------------------------*/

.back-to-top {
	color:#fff;
	position: fixed;
	bottom: 55px;
	right: 10px;
	text-decoration: none!important;
	text-align:center!important;
	font-size: 1.5em;
	padding: 0.35em 0.5em 0.25em 0.5em;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
   transition: background 0.1s ease-in-out;
   -moz-transition: background 0.1s ease-in-out;
   -webkit-transition: background 0.1s ease-in-out;
}

.back-to-top:hover {
	background-color: #1764b9;
	color:#000;
}

.back-to-top:link{
	background-color: #3a83cc;
	color:#eee
}
.back-to-top:hover{
	background-color: #1764b9;
	color:#000;
}

/*-------- blue -----------*/
.blue-back {
	background-color: #1764b9;
}

.blue-back:hover {
	color:#fff!important;
	background-color: #175186;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Main Content Area*/
/*--------------------------------------------------------------------------------------------------------------------*/
.main-content{
	font-size: 12px;
	font-family:tahoma;
	/*background: url(../images/fabric_plaid.png) repeat;*/
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	position:relative;
	background-color: rgba(255,255,255,1);
}

.main-content div.cont {
	width:90%;
	padding:auto;
	display:table;
}

.main-content div.row {
	display:table-row;
}

.main-content div.leftpanel {
	width:10%;
	padding:20px 10px 30px 10px;
	border-left:0px solid #ccc;
	display:table-cell;
	background-color: rgba(255,255,255,0.95);
}

.main-content div.middlepanel {
	background-color:#fff;
	background-color: rgba(255,255,255,0.95);
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	display:table-cell;
	vertical-align:top;
	padding-top:20px;
}

.main-content div.rightpanel {
	width:15%;
	background-color: rgba(255,255,255,0.95);
	padding:20px 10px 30px 10px;
	border-right:0px solid #ccc;
	display:table-cell;
	vertical-align:top;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Area Footer*/
/*--------------------------------------------------------------------------------------------------------------------*/
.area-bottom{
	line-height: 24px;
	font-size: 11px;
	font-family:tahoma;
	background-color: #fff;
	position: relative;
	border-top:1px solid #EAEAEA;
	width:100%;
}

.area-bottom span.right{
	float: right;
}

.area-bottom span.left {
	float:left;margin:3px auto 3px auto; vertical-align:text-top;
	-ms-interpolation-mode: bicubic;
	
}

.area-bottom span.right a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}
.area-bottom span.right a:hover{
	background-color: rgba(200,200,200,0.2);
}

.area-bottom div { width:100%; text-align:right; }

.area-bottom div.content {
	width:90%;
}

.area-bottom a {
	text-align:right;
}
.area-bottom img {
	float:right;
	-ms-interpolation-mode: bicubic;
	height:18px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Site Area Footer*/
/*--------------------------------------------------------------------------------------------------------------------*/
.site-area-bottom{
	line-height: 24px;
	font-size: 11px;
	font-family:tahoma;
	background-color:#fafafa;
	position: relative;
	border-top:0px solid #EAEAEA;
	width:100%;
}

.site-area-bottom span.right{
	float: right;
}

.site-area-bottom span.left {
	float:left;margin:3px auto 3px auto; vertical-align:text-top;
	-ms-interpolation-mode: bicubic;
	
}

.site-area-bottom span.right a{
	padding: 5px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
	color:#094166;
}
.site-area-bottom span.right a:hover{
	background-color: rgba(200,200,200,0.2);
}

.site-area-bottom div { width:100%; text-align:right; }

.site-area-bottom div.content {
	width:90%;
}

.site-area-bottom a {
	text-align:right;
}
.site-area-bottom img {
	float:right;
	-ms-interpolation-mode: bicubic;
	height:18px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Director Frame Picture*/
/*--------------------------------------------------------------------------------------------------------------------*/

div.director-frame {
	width:200px;
	padding:10px 0px;
	border-radius:5px;
	text-align:center;
	border:1px solid #CCCCCC;
	font-size:13px;
	margin:0px 0px;
}

div.director-frame h2 {
	color :#fff;
	font-size:20px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

div.director-frame h4 {
	font-size:20px;
	color:#000;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

div.director-frame img {
	max-height:180px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Site Content Area*/
/*--------------------------------------------------------------------------------------------------------------------*/
.site-content{
	font-size: 12px;
	font-family:tahoma;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0);
	box-shadow: 0px 0px 1px rgba(0,0,0,0);
	position:relative;
	border-top:1px solid rgba(200,200,200, 0.1);
}

.site-content div.cont {
	width:90%;
	display:table;
	margin-bottom:100px;
}

.site-content div.row {
	display:table-row;
}

.site-content div.leftpanel {
	width:20%;
	padding:20px 10px 30px 10px;
	border-left:0px solid #ccc;
	display:table-cell;
}

.site-content div.middlepanel {
	width:80%;
	padding:20px 10px 30px 10px;
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	display:table-cell;
	vertical-align:top;
}

.site-content div.site-menu {
	width:90%;
	padding:auto;
	display:table;
}

.site-content div.menu {
	display:table-row;
	background-color: rgba(255, 255, 255, 1);
	padding-top:20px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/* user panel*/
/*--------------------------------------------------------------------------------------------------------------------*/

.site-content div.user-cont{
	width:100%;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	background-color: rgba(255, 255, 255, 1);
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border:1px solid #f3f3f3;
	border-bottom:none;
	text-align:center;
	padding:10px 0px;
}


.site-content div.user-cont img {
	padding-top:0px;
	margin:0px;
}

.site-content div.user-cont img.circle {
	margin:15px 0px 15px 0px;
	height:100px;
	width:100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.site-content div.user-cont div.imgbg {
	background: rgba(255, 255, 255, 0);
	display:block;
	margin:0px 10px;
	text-align:center;
	vertical-align:middle;
}


.site-content div.user-cont div.circular_img {
	margin:15px 10px 15px 10px;
	width: 120px;
	height: 120px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background-position:50% 50%;
}

.site-content div.user-bottom{
	text-align:center;
	width:100%;
	height:40px;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	background: rgba(255, 255, 255, 0.6);
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #f3f3f3;
	border-top:none;
}

.site-content div.user-bottom img {
	vertical-align:middle;
	text-align:center;
	margin:5px 10px;
	height:18px;
	filter: brightness(95%);
	-webkit-filter: brightness(95%);
	-moz-filter: brightness(95%);
	-o-filter: brightness(95%);
	-ms-filter: brightness(95%);
}

.site-content div.user-bottom img:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	-ms-filter: brightness(110%);
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*opacity panel*/
/*--------------------------------------------------------------------------------------------------------------------*/

.site-content div.main-opacity-top {
	width:100%;
	height:34px;
	float:right;

	background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	background: linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 );


	
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	
	border-left:1px solid #f1f1f1;
	border-bottom:1px solid #e1e1e1;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.site-content div.main-opacity-top img {
	margin:auto;
	float:left;
}

#bg1 { background :#f3f3f3!important; }
#bg2 { background :#ffffff!important; }

.site-content div.main-opacity-cont {
	width:100%;
	padding:30px auto;
	float:right;
	font-size:13px;

	background: #f8f8f8!important;
	
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid #f1f1f1;
	border-top:none;
	border-right:none;
	border-bottom:none;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*classmate panel*/
/*--------------------------------------------------------------------------------------------------------------------*/
.site-content div.main-opacity-cont div.odd {
	width:95%;
	background: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow:1px 1px 1px rgba(255,255,255,0.2);
	box-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}


.site-content div.main-opacity-cont div.even {
	width:95%;
	background: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow:1px 1px 1px rgba(255,255,255,0.2);
	box-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}

.site-content div.main-opacity-cont div.horizontal-line {
	border-bottom:1px solid #ccc;
}

.site-content div.main-opacity-cont div.class-cell {
	display:table-cell; 
	vertical-align:top
}

.site-content div.main-opacity-cont img.circle {
	margin:15px 0px 15px 10px;
	height:60px;
	width:60px;
	background: rgba(100, 100, 100, 0.2);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	float:left;
}

.site-content div.main-opacity-cont div.circular {
	margin:15px 0px 15px 10px;
	float:left;
	width: 60px;
	height: 60px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background-position:50% 50%;
}


.site-content div.main-opacity-cont span.classroom {
	margin:15px 0px 15px 10px;
	inline-height:25px;
	color:#666;
	float:left;
}

.site-content div.main-opacity-cont span.classroom > p {
	margin:5px 0px 5px 10px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*timetable panel*/
/*--------------------------------------------------------------------------------------------------------------------*/

.schedule {
	margin:0px 0px 30px 0px;
	width:100%;
}  
    
.schedule th {
    padding: 10px 0px 10px 0px;
    text-align: left;    
}

.schedule th {
	background: rgba(255, 255, 255, 0.6);
	text-align:center;
	font-size:13px;
	color: #333;
	text-indent:inherit
}

.schedule th.head { 
	color:#333;
	background: rgba(255, 255, 255, 0.8);
	font-size:21px;
	font-weight:bold;
	text-shadow:#000;
	word-spacing:inherit;
	text-indent:inherit;
}

.schedule td.schedule-weekday { 
	height:65px;
	width:100px;
	color: #993300;
	font-size:21px;
	font-weight:bold;
	background: rgba(255, 255, 255, 0.8);
	padding:5px 10px;
}

.schedule td.content {
	text-align:center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:5px 0px;
}

.schedule th.schedule-time { 
	width:100px;
	height:20px;
	background: rgba(255, 255, 255, 0.8);
	color:#000;
	font-weight:bold;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

.schedule td.schedule-period {
	width:100px;
	height:25px;
	font-weight:bold;
	background: rgba(255, 255, 255, 0.6);
	text-align:center;
	color: #000000;
	border-left:1px solid #ccc;
	white-space:nowrap;
}

.schedule td.schedule-break { 
	width:100px;
	background-color:#fcfcfc;
	background: rgba(255, 255, 255, 0.8);
	
}

.schedule td.schedule-empty { 
	width:100px;
	background: #fbfbfb;
	background: rgba(255, 255, 255, 0.8);
}

.schedule div.subjectid {
	font-size:12px;color:#00cea4;text-align:center;padding:1px 5px
}

.schedule div.subjectname {
	font-size:11px; color:#DE6CFF; text-align:center; padding:1px 5px;
	inline-height:35px;
}

.schedule div.teacher {
	font-size:12px;color:#ff8873;text-align:center;padding:1px 5px
}

.schedule div.room {
	font-size:11px;color:#FDB100; text-align:center; padding:1px 5px
}

.schedule td.schedule-study-mon {
	width:100px;
	background-color:#FEFFDF;
	background: rgba(255, 255, 255, 0.6);
	font-size:13px;
}

.schedule td.schedule-study-tue {
	width:100px;
	background-color:#FFF4FA;
	background: rgba(255, 255, 255, 0.6);
	font-size:13px
}

.schedule td.schedule-study-wed {
	width:100px;
	background-color:#F5FEED;
	background: rgba(255, 255, 255, 0.6);
	font-size:13px
}

.schedule td.schedule-study-thu {
	width:100px;
	background-color:#FFF5E8;
	background: rgba(255, 255, 255, 0.6);
	font-size:13px
}

.schedule td.schedule-study-fri {
	width:100px;
	background-color:#F4F7FF;
	background: rgba(255, 255, 255, 0.6);
	font-size:13px
}


.schedule td.schedule-study-sat {
	width:100px;
	background-color:#F4EAFF;
	font-size:13px
}

.schedule td.schedule-study-sun {
	width:100px;
	background-color:#FFF0F0;
	font-size:13px
}

.schedule td.schedule-selected { 
	width:100px;
	background-color:#f7FFD7;
	font-size:13px
}

.schedule td.schedule-left-cell { 
	width:140px;
	background-color:#F7F7F7;
	font-size:13px;
	text-align:left;
	padding:10px 15px;
}

.schedule th:first-child {
	width:100px;
	border-top:1px solid #ccc;
}

.schedule th:first-child h1 {
	font-size:25px;
}

.schedule div.weekday-circle {
	color: #ddd;
	font-size: 11px;
	padding: 1em;
	width: 38px;
	height: 38px;
	background-color: #666;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*calendar panel*/
/*--------------------------------------------------------------------------------------------------------------------*/
.site-content div.main-opacity-cont table#calendar {
	
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*transparent panel*/
/*--------------------------------------------------------------------------------------------------------------------*/
.site-content div.main-transparent-top {
	float:right;
	text-align:center;
	width:100%;
	height:35px;
	
	-webkit-box-shadow: 1px 1px 1px 1px rgba(100,100,100,0.1);
	-moz-box-shadow:1px 1px 1px rgba(100,100,100,0.1);
	box-shadow: 1px 1px 1px rgba(100,100,100,0.1);

	background: rgba(255, 255, 255, 0.7);
	
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	background: linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 );


	
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border:1px solid #eaeaea;
	border-bottom:1px solid #ddd;
	border-right:none;
}

.site-content div.main-transparent-top img {
	margin:auto;
	float:left;
}

.site-content div.main-transparent-cont {
	margin-bottom:20px;
	
	width:100%;
	float:right;
	
	background-color: rgba(255, 255, 255, 1)!important;
	
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;

	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);

	border:1px solid #eaeaea;
	border-right:none;
	border-bottom:none;
	border-top:none;
}


.site-content div.title > h4 {
	font-size:24px;
	padding-top:3px;
	float:left;
}

.site-content div.title > h4 > img {
	float:left;
	margin:5px;
}

.site-content div.header_title {
	background-color: rgba(255,255,255,0.4);
	width:100%;
	border-radius:8px;
	text-align:left;
	-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	-moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	background:#efefef;
}

.site-content div.header_title > h5 {
	color:#333;
	font-size:28px;
	padding:5px 25px;
	text-align:center;
}

.site-content div.header_title > h4 {
	color:#666;
	font-size:22px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*teacher panel*/
/*--------------------------------------------------------------------------------------------------------------------*/

.site-content div.main-teacher-cont {
	float:right;
	width:100%;
	height:150px;
	
	background: url(../images/teacherbg.png)  no-repeat;
	
	text-align:left;
	vertical-align:middle;
	border-radius : 4px 4px 0px 0px;
	
	background:#e9f6fa;
}

.site-content div.main-teacher-bottom {
	margin-bottom:20px;
	width:100%;
	float:right;
	height:90px;
	
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	
	background: rgba(255, 255, 255, 0.9);
	border-radius : 0px 0px 4px 4px;
}

.site-content div.main-teacher-person1 {
	float:left;width:49%
}

.site-content div.main-teacher-person2 {
	float:left;width:50%
}

.site-content div.main-teacher-cont img.circular {
	margin:30px 0px 30px 10px;
	height:90px;
	width:90px;
	background: rgba(100, 100, 100, 0.2);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	float:left;
}


.site-content div.main-teacher-cont div.circular {
	margin:30px 0px 30px 10px;
	float:left;
	width: 90px;
	height: 90px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background-position:50% 50%;
}

.site-content div.vertical-line {
	float:left;
	height:150px;
	border-left:1px solid #e7e7e7;
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow:1px 1px 1px rgba(255,255,255,0.5);
	box-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.site-content div.main-teacher-cont span {
	margin:30px 3px 10px 10px;
	float:left;
	text-align:left;
	color:#666;
}

.site-content div.main-teacher-cont h5 {
	font-size:20px;
	color:#000;
}

.site-content div.main-teacher-bottom span {
	margin:10px 3px 10px 10px;
	float:left;
	text-align:left;
	color:#999999;
}

.site-content div.main-teacher-bottom p {
	inline-height:24px;
	padding:5px;
	text-align:left;
	color:#555555;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*classroom panel*/
/*--------------------------------------------------------------------------------------------------------------------*/
.site-content div.main-classroom-top {
	height:40px;
	width:100%;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	
	background-color: rgba(255, 255, 255, 1);
	
	border-top-left-radius:4px;
	border-top-right-radius:4px;

	border-bottom:none;
}

.site-content div.main-classroom-cont {
	height:195px;
	width:100%;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	
	background: rgba(255, 255, 255, 0.6);
	
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	

	border-top:none;
}

.site-content div.main-classroom-cont > span {
	width:100%;
	float:left;
	text-align:left;
	color:#333;
}


.site-content div.main-classroom-cont td > h5 {
	font-size:21px;
	color:#F3AB01;
	float:right;
	padding:6px 5px;
}

.site-content div.main-classroom-cont td > h4 {
	font-size:20px;
	color:#333;
	float:left;
	padding:6px 5px;
}

.site-content span.classroom-left {
	float:left;width:25%;
}

.site-content span.classroom-right {
	float:right;width:74%;
}

/*------------------------------------*/
/*       table row-data
/*------------------------------------*/

.site-content table.row-data{
	width:100%;
	padding:6px 0px;
}

.site-content table.row-data tr.odd{
	background: rgba(255, 255, 255, 0.6);
}

.site-content table.row-data h4 {
	padding:0px;
	font-size:24px;
}

.site-content table.row-data select {
	border-radius:4px; width:260px; height:25px; color:#000; border:1px solid #ddd; background:#ffffff; outline:none
}

.site-content table.row-data tr.even {
	background: rgba(255, 255, 255, 0.4);
}

.site-content table.row-data tr {
	height:35px;
	padding:0px 3px;
}

.site-content table.row-data tr.mark {
	height:25px;
	padding:0px 3px;
}

.site-content table.row-data td {
	border-radius:4px 4px 4px 4px;
	padding:0px 5px;
}


.site-content table.row-data td img {
	margin:0px 5px;
}

.site-content table.row-data tr.header {
	background: rgba(50, 50, 50, 0.1);
	text-align:center;
	white-space:nowrap;
	padding:0px 3px;
}

.site-content table.row-data tr.header td { padding:0px 3px; }

.site-content table.row-data tr.second-header {
	background: rgba(0, 0, 0, 0.1);
	text-align:center;
	height:25px;
	white-space:nowrap;
	padding:0px 3px;
}

.site-content table.row-data tr.second-header td.point { width:30px;text-align:center }

.site-content table.row-data td.fullpoint { background: rgba(255, 255, 255, 0.5);width:30px;height:25px;text-align:center }

.site-content table.row-data td.getpoint { background: rgba(255, 102, 102, 0.05);width:30px;height:25px;text-align:center }

.site-content table.row-data td.totalpoint { background: rgba(255, 102, 102, 0.05); width:50px; text-align:center }

.site-content table.row-data tr.vertical-header {
	background: rgba(0, 0, 0, 0.1);
	white-space:nowrap;
	padding:0px 3px;
}

.site-content table.row-data td.vertical-subject {
	border-radius:4px 4px 4px 4px;
	text-align:left;
	vertical-align:middle;
	width:45px;
	height:70px;
}

.site-content table.row-data td.vertical-activity {
	border-radius:4px 4px 4px 4px;
	text-align:left;
	vertical-align:middle;
	width:55px;
	height:70px;
}

.site-content table.row-data td.vertical-eval {
	border-radius:4px 4px 4px 4px;
	text-align:center;
	vertical-align:middle;
	width:75px;
	height:30px;
	padding:0px 5px;
}

.site-content table.row-data td.vertical-subject-wide {
	border-radius:4px 4px 4px 4px;
	text-align:center;
	vertical-align:middle;
	width:65px;
	height:30px;
}


.site-content table.row-data td.downlight { background: rgba(255, 255, 255, 0.4); padding:0px 5px; white-space:nowrap; height:25px }
.site-content table.row-data td.hightlight { background: rgba(50, 50, 50, 0.1); padding:0px 5px; white-space:nowrap; height:25px }


.site-content table.row-data td.first-child {
	border-radius:4px 4px 0px 0px;
}

.site-content table.row-data td.mid-child {
	border-radius:0px 0px 0px 0px;
}

.site-content table.row-data td.last-child {
	border-radius:0px 0px 4px 4px;
}

/*------------------------------------*/
/*       table green
/*------------------------------------*/

.site-content table.table-notice{
	width:100%;
	border:1px solid #CC99CC;
	border-right:none;
	border-bottom:none;
	border-radius:4px 4px 4px 4px;
}

.site-content table.table-notice tr {
	height:35px;
}

.site-content table.table-notice tr.mark {
	height:25px;
}

.site-content table.table-notice tr.header {
	background: rgba(255, 255, 255, 0.5);
	text-align:center;
	white-space:nowrap;
	padding:0px 3px;
	color:#000;
}

.site-content table.table-notice tr.header td:first-child { border-radius:4px 0px 0px 0px; }

.site-content table.table-notice tr.header td { padding:0px 4px; border-right:1px solid #CC99CC; border-bottom:1px solid #CC99CC; font-weight:bold }

.site-content table.table-notice tr.header th { padding:0px 4px; border-right:1px solid #CC99CC; border-bottom:1px solid #CC99CC; }

.site-content table.table-notice th:last-child {
	border-radius:0px 4px 0px 0px;
}


.site-content table.table-notice tr:first-child td:last-child {
	border-radius:0px 4px 0px 0px;
}


.site-content table.table-notice tr:last-child td:last-child {
	border-radius:0px 0px 4px 0px;
}

.site-content table.table-notice tr:last-child td:first-child {
	border-radius:0px 0px 0px 4px;
}

.site-content table.table-notice tr.second-header {
	background: rgba(0, 0, 0, 0.5);
	text-align:center;
	height:25px;
	white-space:nowrap;
	padding:0px 3px;
}

.site-content table.table-notice td {
	padding:5px 5px;
	border-right:1px solid #CC99CC; 
	border-bottom:1px solid #CC99CC;
}

.site-content table.table-notice td img {
	margin:0px 5px;
}


.site-content table.table-notice tr.odd{
	background: rgba(255, 255, 255, 0.3);
}

.site-content table.table-notice tr.even {
	background: rgba(255, 255, 255, 0.1);
}

.site-content table.table-notice td.details {
	padding:8px 5px;
}

.site-content table.table-notice td.details  a{
	color:#FF4280;
	text-decoration:none
}

.site-content table.table-notice td.details  a:hover {
	text-decoration:underline
}

.site-content table.table-notice td.getscholar {
	color:#CC0099;
	background: rgba(255, 255, 255, 0.6);
}

.site-content table.table-notice td.input {
	padding-left:15px;
	margin:0px;
	padding-top:10px
}

td.colleft {  padding:5px 0px 5px 50px;width:120px }

.bold { font-weight : bold; }

span.row { float:left;width:100%; }

span.rowinnerheader { float:left;width:100%;margin-left:50px;margin-top:20px }

span.rowinner { float:left;width:100%;margin-left:50px;margin-top:10px }

span.rowinner-select {  float:left;padding-left:10px }

.cont-row { padding-top:5px; margin-bottom:10px; }

.cont-row h4 { font-size:30px }
.cont-row h5 { font-size:24px;color:#CC33CC }

input.transparent {
	border:1px solid #ddd;
	color: #000000;
	padding:0px 5px;
	height: 25px;
	background: rgba(255, 255, 255, 0.8);
	outline:none;
	margin:5px 0px 0px 0px;
	width:95%;
	border-radius:0px;
}

textarea.transparent {
	border:1px solid #ddd;
	color: #000000;
	padding:5px 5px;
	background: rgba(255, 255, 255, 0.8);
	outline:none;
	margin:5px 0px 0px 0px;
	width:95%;
	border-radius:0px;
}

span.point-box { display:block;width:70px;border:solid #666 1px;text-align:center;margin:3px 0px; vertical-align:middle;padding:10px 10px;height:15px }

select.transparent {
	border:1px solid #ddd;
	color: #000000;
	padding:0px 5px;
	height: 25px;
	background: rgba(255, 255, 255, 0.8);
	outline:none;
	margin:0px 0px 0px 0px;
	width:95%;
	border-radius:0px;
}

input.datepicker { 
	height:22px;width:105px;border:1px solid #ddd;color: #000000;
	padding:0px 3px
}

#Savebtns {
	font-size: 12px;
	text-decoration: none!important;
	text-align:center;
	padding: 5px 8px 5px 5px;
	color: #fff;
	border-radius: 5px;
	background-color: #239afd;
	border: 1px solid #3099f8;
	box-shadow: inset 0px 10px 5px #74bdff;
}

#Savebtns:hover {
	text-align:center;
	color: #fff;
	border-radius: 5px;
	background-color: #0a6bd9;
	border: 1px solid #0065D5;
	box-shadow: inset 0px 10px 5px #2896ff;
}

#Savebtns img {
	vertical-align:middle;
	margin-top:-3px;
}

#Clearbtns {
	font-size: 12px;
	text-decoration: none!important;
	text-align:center;
	padding: 5px 8px 5px 5px;
	color: #fff;
	border-radius: 5px;
	background-color: #feae31;
	border: 1px solid #e99716;
	box-shadow: inset 0px 10px 5px #ffca4c;
}

#Clearbtns:hover {
	text-align:center;
	color: #fff;
	border-radius: 5px;
	background-color: #eb9308;
	border: 1px solid #e08b04;
	box-shadow: inset 0px 10px 5px #feae31;
}

#Clearbtns img {
	vertical-align:middle;
	margin-top:-3px;
}

#Deletebtns {
	font-size: 12px;
	text-decoration: none!important;
	text-align:center;
	padding: 5px 8px 5px 5px;
	color: #fff;
	border-radius: 5px;
	background-color: #ff5448;
	border: 1px solid #f05045;
	box-shadow: inset 0px 10px 5px #fc7970;
}

#Deletebtns:hover {
	text-align:center;
	color: #fff;
	border-radius: 5px;
	background-color: #ec372b;
	border: 1px solid #dd4a3f;
	box-shadow: inset 0px 10px 5px #f3665c;
}

#Deletebtns img {
	vertical-align:middle;
	margin-top:-3px;
}
  
.colorblue { color:#000 }
.colordarkblue {  
color:#00A6DD; 
background-color: #fff;
}

.colorred {
	color:#000
}
.colordarkred {
	color:#E93C0A;
	background-color: #fff;
}

.colorpink {  color:#000 }
.colordarkpink 
{  
color:#FF3399;
background-color: #fff;
 }

.colorvio {  color:#000 }
.colordarkvio {  
color:#CC33CC;
background-color: #fff;
 }
 
 
 /* Submit btn */
span.submit-btn{
	text-decoration: none!important;
	text-align:left;
	font-family:Tahoma;
	margin-top:5px;
}

h4.submit {
	font-size:18px;
}

span.submit-btn a {
	padding: 3px 8px 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #CC33CC!important;
	border: 1px solid #CC33CC;
}
span.submit-btn a:hover{
	color: #9933CC!important;
	border: 1px solid #9933CC;
	text-decoration: none!important;
}

span.submit-btn a.current-tabs,
span.submit-btn a.current-tabs:hover{
	color: #b13165!important;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	outline:none;
}

.regular-radio {
    display: none;
}
 
.regular-radio + label {
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    padding: 9px;
	margin:0px 12px 0px 0px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
 
.regular-radio:checked + label:after {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    background: #99a1a7;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 4px;
    font-size: 32px;
}
 
.regular-radio:checked + label {
	background-color: #F7F8F9;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
 
.regular-radio + label:active, .regular-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.nav {

}

.nav-list {

}
.nav-list > li {

}
.nav-list > li + li {

}

.nav-link {
  position: relative;
  margin-top: -8px;
  padding: 0px 4px 0px 0px;
  line-height: 34px;
  font-size: 10px;
  font-weight: normal;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
}
.nav-link:hover {
  color: #333;
  text-decoration: underline;
}

.nav-counter {
  position: absolute;
  top: -1px;
  right: 1px;
  min-width: 8px;
  height: 16px;
  line-height: 16px;
  margin-top: -11px;
  padding: 0 4px;
  font-weight: normal;
  color: white;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  background: #e23442;
  border: 1px solid #B00B0F;
  border-radius: 11px;
  background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
  background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
  background-image: -o-linear-gradient(top, #e8616c, #dd202f);
  background-image: linear-gradient(to bottom, #e8616c, #dd202f);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}

.nav-counter-green {
  background: #75a940;
  border: 1px solid #42582b;
  background-image: -webkit-linear-gradient(top, #8ec15b, #689739);
  background-image: -moz-linear-gradient(top, #8ec15b, #689739);
  background-image: -o-linear-gradient(top, #8ec15b, #689739);
  background-image: linear-gradient(to bottom, #8ec15b, #689739);
}

.nav-counter-blue {
  background: #3b8de2;
  border: 1px solid #215a96;
  background-image: -webkit-linear-gradient(top, #67a7e9, #2580df);
  background-image: -moz-linear-gradient(top, #67a7e9, #2580df);
  background-image: -o-linear-gradient(top, #67a7e9, #2580df);
  background-image: linear-gradient(to bottom, #67a7e9, #2580df);
}

/*******************************
            Label
*******************************/
.ui.label {
  display: inline-block;
  vertical-align: middle;
  margin: 0em 0em 0em;
  background-color: #E8E8E8;
  border-color: #E8E8E8;
  padding: 0.3em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  text-decoration:none;
}
.ui.label:first-child {
  margin-left: 0em;
}
.ui.label:last-child {
  margin-right: 0em;
}
/* Link */
a.ui.label {
  cursor: pointer;
  text-decoration:none!important;
}
/* Inside Link */
.ui.label a {
  cursor: pointer;
  color: inherit;
  opacity: 0.8;
  text-decoration:none;
  -webkit-transition: 0.2s opacity ease;
     -moz-transition: 0.2s opacity ease;
          transition: 0.2s opacity ease;
	text-decoration:none!important;
}
.ui.label a:hover {
  opacity: 1;
  text-decoration:none!important;
}
/* Detail */
.ui.label .detail {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bold;
  opacity: 0.8;
}
/* Icon */
.ui.label .icon {
  width: auto;
}

/*-------------------
       Colors
--------------------*/
/*--- Black ---*/
.ui.black.labels .label,
.ui.black.label {
  background-color: #5C6166 !important;
  border-color: #5C6166 !important;
  color: #FFFFFF !important;
  font-size:12px;
}
.ui.labels .black.label:before,
.ui.black.labels .label:before,
.ui.black.label:before {
  background-color: #5C6166 !important;
}
/* Hover */
a.ui.black.labels .label:hover,
a.ui.black.label:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.ui.labels a.black.label:hover:before,
.ui.black.labels a.label:hover:before,
a.ui.black.label:hover:before {
  background-color: #333333 !important;
}

/*--- Green ---*/
.ui.green.labels .label,
.ui.green.label {
  background-color: #A1CF64 !important;
  border-color: #A1CF64 !important;
  color: #FFFFFF !important;
  font-size:12px;
}
.ui.labels .green.label:before,
.ui.green.labels .label:before,
.ui.green.label:before {
  background-color: #A1CF64 !important;
}
/* Hover */
a.ui.green.labels .label:hover,
a.ui.green.label:hover {
  background-color: #89B84C !important;
  border-color: #89B84C !important;
}
.ui.labels a.green.label:hover:before,
.ui.green.labels a.label:hover:before,
a.ui.green.label:hover:before {
  background-color: #89B84C !important;
}

/*--- Red ---*/
.ui.red.labels .label,
.ui.red.label {
  background-color: #D95C5C !important;
  border-color: #D95C5C !important;
  color: #FFFFFF !important;
  font-size:12px;
}
.ui.labels .red.label:before,
.ui.red.labels .label:before,
.ui.red.label:before {
  background-color: #D95C5C !important;
}

/* Hover */
a.ui.red.labels .label:hover,
a.ui.red.label:hover {
  background-color: #DE3859 !important;
  border-color: #DE3859 !important;
  color: #FFFFFF !important;
}
.ui.labels a.red.label:hover:before,
.ui.red.labels a.label:hover:before,
a.ui.red.label:hover:before {
  background-color: #DE3859 !important;
}

/*--- Blue ---*/
.ui.blue.labels .label,
.ui.blue.label {
   background-color: #1AB8F3 !important;
  border-color: #6ECFF5 !important;
  color: #FFFFFF !important;
  font-size:12px;
}
.ui.labels .blue.label:before,
.ui.blue.labels .label:before,
.ui.blue.label:before {
  background-color: #1AB8F3 !important;
}

/* Hover */
a.ui.blue.labels .label:hover,
.ui.blue.labels a.label:hover,
a.ui.blue.label:hover {
  background-color: #0CA2DA !important;
  border-color: #1AB8F3 !important;
  color: #FFFFFF !important;
}
.ui.labels a.blue.label:hover:before,
.ui.blue.labels a.label:hover:before,
a.ui.blue.label:hover:before {
	background-color: #0CA2DA !important;
}

/*--- Purple ---*/
.ui.purple.labels .label,
.ui.purple.label {
  background-color: #564F8A !important;
  border-color: #564F8A !important;
  color: #FFFFFF !important;
  font-size:12px;
}
.ui.labels .purple.label:before,
.ui.purple.labels .label:before,
.ui.purple.label:before {
  background-color: #564F8A !important;
}
/* Hover */
a.ui.purple.labels .label:hover,
.ui.purple.labels a.label:hover,
a.ui.purple.label:hover {
  background-color: #3E3773 !important;
  border-color: #3E3773 !important;
  color: #FFFFFF !important;
}
.ui.labels a.purple.label:hover:before,
.ui.purple.labels a.label:hover:before,
a.ui.purple.label:hover:before {
  background-color: #3E3773 !important;
}

/*--- Orange ---*/
.ui.orange.labels .label,
.ui.orange.label {
  background-color: #F05940 !important;
  border-color: #F05940 !important;
  color: #FFFFFF !important;
  font-size:12px;
}
.ui.labels .orange.label:before,
.ui.orange.labels .label:before,
.ui.orange.label:before {
  background-color: #F05940 !important;
}
/* Hover */
a.ui.orange.labels .label:hover,
.ui.orange.labels a.label:hover,
a.ui.orange.label:hover {
	background-color: #F22400 !important;
	border-color: #F22400 !important;
	color: #FFFFFF !important;
}
.ui.labels a.orange.label:hover:before,
.ui.orange.labels a.label:hover:before,
a.ui.orange.label:hover:before {
  background-color: #F22400 !important;
}

/*--- Teal ---*/
.ui.teal.labels .label,
.ui.teal.label {
  background-color: #00B5AD !important;
  border-color: #00B5AD !important;
  color: #FFFFFF !important;
  font-size:12px;
}
.ui.labels .teal.label:before,
.ui.teal.labels .label:before,
.ui.teal.label:before {
  background-color: #00B5AD !important;
}
/* Hover */
a.ui.teal.labels .label:hover,
.ui.teal.labels a.label:hover,
a.ui.teal.label:hover {
  background-color: #009A93 !important;
  border-color: #009A93 !important;
  color: #FFFFFF !important;
}
.ui.labels a.teal.label:hover:before,
.ui.teal.labels a.label:hover:before,
a.ui.teal.label:hover:before {
  background-color: #009A93 !important;
}

.greentext { color:#009900; }
.redtext { color:#FF0000 }

.obj_marquee{
	position:absolute;
	white-space:nowrap;
}

.info_message_user {

background: rgba(238,238,238,1);
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(232,232,232,1) 53%, rgba(225,225,225,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(53%, rgba(232,232,232,1)), color-stop(100%, rgba(225,225,225,1)));
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(232,232,232,1) 53%, rgba(225,225,225,1) 100%);
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(232,232,232,1) 53%, rgba(225,225,225,1) 100%);
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(232,232,232,1) 53%, rgba(225,225,225,1) 100%);
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(232,232,232,1) 53%, rgba(225,225,225,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e1e1e1', GradientType=0 );

text-align:center;padding:10px;margin:0px 0px auto;border:1px solid #e1e1e1;border-radius:4px;color:#7dad3c;

}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Link*/
/*--------------------------------------------------------------------------------------------------------------------*/

.attendlink:link,.attendlink:visited{ font-size:13px; color:#000000 }
.attendlink:hover,.attendlink:active {color:#000000; text-decoration:underline }

.absentlink:link,.absentlink:visited{ font-size:13px; color:#E60000 }
.absentlink:hover,.absentlink:active { color:#BF0000; text-decoration:underline }

.busylink:link,.busylink:visited{	 font-size:13px;color:#3366FF }
.busylink:hover,.busylink:active { color:#003FF9; text-decoration:underline }

.sicklink:link,.sicklink:visited{ font-size:13px;color:#CC33CC }
.sicklink:hover,.sicklink:active { color:#CC33CC; text-decoration:underline }

.latelink:link,.latelink:visited{ font-size:13px;color:#E99803 }
.latelink:hover,.latelink:active { color:#D75C02; text-decoration:underline }

.activitylink:link,.activitylink:visited{ font-size:13px; color:#62A802 }
.activitylink:hover,.activitylink:active { color:#698C00; text-decoration:underline }

.skiplink:link,.skiplink:visited{ font-size:13px; color:#E60000 }
.skiplink:hover,.skiplink:active { color:#BF0000; text-decoration:underline }

.repairlink:link,.repairlink:visited{ font-size:13px; color:#FF6699 }
.repairlink:hover,.repairlink:active { color:#FF246B; text-decoration:underline }

.bluelink:link,.bluelink:visited,.bluelink:active{ color:#0883dc; margin:0px ; padding:0px}
.bluelink:hover {color:#066AB5; text-decoration: none; margin:0px ; padding:0px}

.underbluelink:link,.underbluelink:visited,.underbluelink:active{ color:#0883dc; margin:0px ; padding:0px}
.underbluelink:hover {color:#000; text-decoration: underline; margin:0px ; padding:0px;}

.under_bluelink:link,.under_bluelink:visited,.under_bluelink:active{color:#0883dc; text-decoration:underline}
.under_bluelink:hover {color:#000;text-decoration:underline}

.whitelink:link,.whitelink:visited{color:#fff; font-size: 16px;}
.whitelink:hover,.whitelink:active{color:#fff;}

.greenlink:link,.greenlink:visited{
	color:#00CC99;
	font-size: 12px;
}
.greenlink:hover,.greenlink:active{
	color:#444;
}

h4.large {
	font-size:22px!important;
}

h4.normal {
	font-size:20px!important;
}

h5.normal {
	font-size:26px!important;
}

.BlueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.BlueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.BlueButton:active {
	position:relative;
	top:1px;
}


/*--------------------------------------------------------------------------------------------------------------------*/
														/*Radio Checkbox*/
/*--------------------------------------------------------------------------------------------------------------------*/
label {
    display: inline;
}
 
.regular-checkbox {
    display: none;
}
 
.regular-checkbox + label {
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 9px;
	margin:10px 10px 0px 0px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}
 
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {

}
 
.regular-checkbox:checked + label {
    background-color: #ffffff;
    border: 1px solid #000000;
}
 
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #000000;
}

.mini-regular-checkbox {
    display: none;
}
 
.mini-regular-checkbox + label {
    background-color: #ffffff;
    border: 1px solid #777;
    padding: 8px;
	margin:8px 8px 0px 0px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}
 
.mini-regular-checkbox + label:active, .mini-regular-checkbox:checked + label:active {

}
 
.mini-regular-checkbox:checked + label {
    background-color: #ffffff;
    border: 1px solid #333;
}
 
.mini-regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: 2px;
    color: #555;
}

/* gray checkbox */

.gray-regular-checkbox {
    display: none;
}
 
.gray-regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding: 6px;
	margin:10px 10px 0px 0px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}
 
.gray-regular-checkbox:checked + label {
	background-color: #FAFAFA;
	border: 1px solid #79CDE9;
}
 
.gray-regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 12px;
	position: absolute;
	top: -2px;
	left: 1px;
	color: #33CCCC;
}