@charset "utf-8";
/* CSS Document */

* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

body {
	margin:0;
	padding:0;
	font-family:Arial;
	background:#f7f7f7;
}

p, pre, div, a, input, textarea, button, select {
	outline: none !important;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	opacity: 0.8;
}

img {
	max-width:100%;
}

.wdth {
	max-width:1200px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.col20 {
	width:19%;
}

.col25 {
	width:24%;
}

.col30 {
	width:29%;
}

.col40 {
	width:39%;
}

.col50 {
	width:49%;
}

.col60 {
	width:59%;
}

.col70 {
	width:69%;
}

.col80 {
	width:79%;
}

.left {
	float:left;
}

.right {
	float:right;
}

form.stylize {
}

form.stylize .formcontrol {
	margin:0 0 10px;
	position:relative;
}

form.stylize .formcontrol input, form.stylize .formcontrol textarea, form.stylize .formcontrol select {
	padding:12px;
	border-radius: 3px;
	border:1px solid #ccc;
	width:100%;
}

button, input[type="submit"] {
	cursor:pointer;
	background:#125688;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1.3px;
	border:none !important;
}

.logintitle {
	margin:0 0 25px;
	padding:0;
	font-size:30px;
	font-weight:normal;
	text-align:center;
}

.loginform {
	background:#fff;
	padding:30px;
	width:30%;
	margin:100px auto 20px;
	border-radius: 3px;
	border:1px solid #ddd;
}

.links {
	text-align:center;
}

.links ul {
	list-style:none;
	margin:0;
	padding:0;
}

.links ul li {
	position:relative;
	display:inline-block;
	margin:0 2px;
}

header {
	background:#125688;
	color:#fff;
	padding:15px 0;
}

header a {
	color:inherit;
}

.contentarea {
	background:#fff;
	padding:20px;
	margin:20px auto;
	border-radius :3px;
}

.contentarea .right {
	border-left:1px solid #eee;
	min-height:500px;
}

.sidenav {
	list-style:none;
	margin:0;
	padding:0;
}

.sidenav li {
	position:relative;
	display:block;
	border-bottom:1px solid #eee;
}

.sidenav li a {
	padding:10px 0;
	display:block;
	color:inherit;
}

.sidenav li:last-child {
	border-bottom:none;
}
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												h2.title {
	margin: 0 0 20px;																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																										}

h2.title::after {
	display:block;
	content:"";
	position:relative;
	height:2px;
	width:30px;
	background:#125688;
}

.content {
	padding:0 20px;
}

.tableinfo {
	width:100%;
	border-color:#f7f7f7;
}

.tableinfo tr td, .tableinfo tr th {
	text-align:left;
	font-size:15px;
}

.btn {
	display:inline-block;
	padding:8px 20px;
	text-align:center;
	background:#125688;
	color:#fff;
	border-radius: 4px;
	margin:0 0 20px;
}

input[type="file"] {

}

.uploadlabel {
	margin:0 0 10px;
	display:block;
}

.uploadbtn  {
	font-size:20px;
	text-align:center;
	color:#aaa;
	border:2px dashed #ccc;
	padding:50px 0;
	border-radius: 3px;
	font-weight:normal;
	cursor:pointer;
	width:100%;
	display:block;
}

.uploadbtn span{
	display:block;
	margin:6px 0 0;
}

.uploadbtn .fa {
	font-size:50px;
}

ul.classesul, ul.unitul, ul.weekul {
	list-style:none;
	margin:0;
	padding:0;
}

ul.classesul li, ul.unitul li, ul.weekul li {
	position:relative;
	margin:20px 32px 20px 0;
}

ul.classesul li a, ul.unitul li a, ul.weekul li a {
	display:block;
	background:#f7f7f7;
	padding:15px;
	border-radius: 3px;
	color:inherit;
}

ul.classesul li a:hover, ul.unitul li a:hover, ul.weekul li a:hover {
	background:#eee;
	color:#125688;
}

ul.breadcrumb {
	list-style:none;
	margin:0;
	padding:8px;
	background: #f7f7f7;
	position:relative;
	top:-5px;
	border-radius: 3px;
}

ul.breadcrumb li {
	position:relative;
	display:inline-block;
	margin:0 2px 0 0;
	font-size:13px;
	font-weight:bold;
	color:#555;
}

ul.breadcrumb li a {
	color:inherit;
	display:inline-block;
	cursor:pointer;
}

.ttl {
	font-size:24px;
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: rgba(0,0,0,0.7);
    border-radius: 3px;
    bottom: 30px;
    color: #fff;
    content: attr(title);
    left: 0;
    padding: 6px 15px;
    position: absolute;
    z-index: 98;
    max-width: 300px;
	font-size:14px;
}

.logo {
	text-align:center;
	margin:50px auto 0;
	position:relative;
	top:50px;
}

header .right {
	line-height:40px;
	font-size:15px;
}

.backgroudimage {
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	height:220px;
	position:relative;
}

.backgroudimage a {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:transparent !important;
}

.infobox {
	background: #f7f7f7;
	margin:0 0 20px;
}

.infobox .backgroudimage {
	height:170px;
}

.infobox .right {
	min-height:0 !important;
	height:auto;
	border-left:none !important;
}

.infobox h3 {
	margin:0;
	padding:20px 20px 10px;
}

.infobox p, .infobox pre {
	margin:0 ;
	padding:0 20px;
	font-family:inherit;
}

.infobox a.btn {
	margin:0 20px;
}

.infobox iframe {
	margin:0 20px 20px;
}

.filename {
	font-size:13px;
	display:block;
	padding:6px 20px;
}

.sortablerows div {
	background:#f7f7f7 !important;
	border:1px solid #eee !important;
	border-radius:3px !important;
	margin:0 0 5px !important;
	padding:10px !important;
	cursor:pointer !important;
}

.sortablerows div:hover {
	background:#eee !important;
}

.toggle {
	margin:0;
	padding:10px;
	text-align:center;
	cursor:pointer;
	font-weight:normal;
	display:none;
}

.toggle .fa {
	margin-left:3px;
}

.tiles ul {
	list-style:none;
	margin:0;
	padding:0;
}

.tiles ul li {
	position:relative;
	float:left;
	width:50%;
}

.tiles ul li a {
	background:#f7f7f7;
	border:1px solid #eee;
	border-radius:3px;
	margin:0 15px 15px 0 ;
	padding:25px;
	color:inherit;
	display:block;
	font-size:17px;
	opacity: 1 !important;
}

.tiles ul li a:hover {
	background:#eee;
}

.testtable table {
	table-layout:fixed;
	width:100%;
}

.testtable table tr td, .testtable table tr th {
	padding:10px;
	text-align:left;
	border:1px solid #eee;
}

div#message {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 10px;
    margin: 0 0 20px;
    border-radius: 3px;
}

.message.error {
	color: #a94442;
    background-color: #f2dede;
		display: block;
		padding: 10px;
		border-radius: 3px;
		margin: 0 0 10px;
}

.message.error a {
	color:inherit;
}

.message.success {
	color: #3c763d;
    background-color: #dff0d8;
		display: block;
		padding: 10px;
		border-radius: 3px;
		margin: 0 0 10px;
}

.message.success a {
	color:inherit;
}

ul.pagination {
	list-style: none;
	margin: 20px 0; padding: 0;
	text-align: right;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #eee;
	display: inline-block;
	float: right;
}

ul.pagination li {
	position:relative;
	display: inline-block;
	border-right: 1px solid #eee;
}

ul.pagination li:last-child {
	border-right: none;
}

ul.pagination li a, ul.pagination li span {
	display: block;
	color: #125688;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	opacity: 1 !important;
}

ul.pagination li span.current, ul.pagination li a:hover {
	background: #125688;
	color: #fff;
	opacity: 1 !important;
}

ul.pagination li span.disabled {
	cursor: not-allowed;
}

ul.pagination li span.current {
	cursor: default;
}

span.commainaarrry:last-child {
    display: none;
}



@media (max-width: 1024px) {
	iframe {
		width:80%;
	}
}


@media (max-width: 800px) {
	.loginform {
		width:50%;
	}
	.wdth {
		padding:0 10px;
	}
	header .left, header .right {
		float:none;
		width:auto;
		text-align:center;
	}
	header .left {
		margin:0 0 10px;
	}
	.toggle {
		display:block;
	}
	ul.sidenav {
		display:none;
		border-top:1px solid #ddd;
	}
	.sidemenu {
		float:none;
		width:100%;
		margin:0 auto 15px;
		text-align:center;
		background:#f7f7f7;
		border:1px solid #ddd;
		border-radius: 3px;
	}
	.content {
		float:none;
		width:100%;
		margin:0 auto;
		border-left:none !important;
		padding:20px 0;
	}
	ul.classesul li, ul.unitul li, ul.weekul li {
		width:44% !important;
		padding:10px 25px 0 !important;
	}
	iframe {
		width:80%;
	}
	.tiles ul li {
		float:none;
		width:100%;
	}
}

@media (max-width: 667px) {
	.loginform {
		width:70%;
	}
	.tablediv {
		overflow:hidden;
		overflow-x:scroll;
	}
	.tablediv table {
		width:736px;
	}
	.col50 {
		width:auto;
	}
	ul.classesul li, ul.unitul li, ul.weekul li {
		width:45% !important;
		padding:0 !important;
		margin:10px;
	}

	.infobox {
		text-align:center;
	}
	.infobox .left {
		float:none !important;
		width:auto !important;
	}
	.infobox .backgroudimage {
		width:300px;
		height:250px;
		margin:0 auto;
	}
	.infobox .right {
		float:none !important;
		width:auto !important;
	}
	.testtable  {
		overflow:hidden;
		overflow-x:scroll;
	}
	.testtable table  {
		width:640px;
	}
}

@media (max-width: 414px) {
	.logo {
		margin:0 auto;
	}
	.loginform {
		width:90%;
	}
	.btn {
		display:block;
		padding:10px 20px;
	}
	h2.title {
		font-size:20px;
	}
	ul.classesul li, ul.unitul li, ul.weekul li {
		width:90% !important;
		padding:0 !important;
		margin:10px;
	}
	.list .left, .list .right {
		float:none;
		width:auto;
		margin:0 0 10px;
	}
}
