body {
  background: #ff3333 url("images/bodybg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  z-index: -1;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: #ff3333;
  /* IE Fallback */
  background: rgba(4, 182, 237, 0.6);
  width: 100%;
  height: 100%;
}
.addpadding {
	padding:15px;
}
.addpadding h2, .addpadding h4 {
	margin-left:20px;
}
.form {
  margin: auto;
  margin-top:15%;
  background: #fff;
  padding: 40px 40px 40px 60px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.form h2 {
  color: #ff3333;
  font-weight: 400;
}
.form input {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  color: #0098db;
  font-family: "Roboto";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form input:focus {
  color: #333;
  border: 1px solid #ff3333;
}
.form .login {
  cursor: pointer;
  background: #ff3333;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  color: #fff;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form .login:hover {
  background: #04b6ed;
}

::-webkit-input-placeholder { /* Chrome */
  color: #0098db;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0098db;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0098db;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #0098db;
  opacity: 1;
}

.tophead {
	background:#fff;
	min-height:100px;
}

.tophead .logo {
	padding: 2% 0% 0% 3%;
	width:60%;
}

.panel {
	margin:10px;
	background: rgba(255, 255, 255, 0.6);
	border:1px solid #04b6ed;
	border-radius:5px;
	min-height:600px;
}

.panel .mainnav {
	margin:0px;
	padding:0px;
}
.panel .mainnav li{
	margin:0px;
	padding:10px;
	list-style:none;
	border-bottom:1px solid rgba(51, 51, 51, 0.5);
}
.panel .mainnav li:hover{
	background: rgba(255, 255, 255, 0.6);
}
.panel .mainnav li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: 0px;
	padding:5px;
    color: #333333;
}
.panel .mainnav li a{
	display:block;
	font-size:1em;
	line-height:2em;
	color:#333333;
	font-weight:500;
}
.panel .dropdown-menu {
	border:1px solid red;
}

.panel .dropdown-menu{
	position:static;
	top:0px;
	left:0px;
	z-index:1000;
	display:none;
	float:none;
	width:auto;
	padding:0px;
	margin:0px;
	font-size:1.3em;
	text-align:left;
	list-style:none;
	background-color:transparent;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid rgba(51, 51, 51, 0.5);
	border-radius:0px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
	border:0px;
}
.panel  .dropdown-menu li{
	margin:0px;
	padding:10px;
	list-style:none;
	border-bottom:1px solid rgba(51, 51, 51, 0.5);
}
.panel .mainnav li li:before {
	display:none;
}
.panel .mainnav li li a:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size:0.6em;
	line-height:1.4em;
    float: left;
    padding: 0px;
    margin-top: -4px;
    margin-left: 0px;
	padding:5px;
    color: #333333;
}
.panel .dropdown-menu>li>a{
	display:block;
	font-size:0.8em;
	line-height:1.2em;
	color:#333333;
	font-weight:500;
	margin:0px;
	padding:10px;
}
.panel .dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
color:#262626;text-decoration:none;background-color:#f5f5f5
}
.panel .dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
color:#fff;text-decoration:none;background-color:#337ab7;outline:0
}
.panel .dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
color:#777
}
.panel .dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu{display:block}
.open>a{outline:0}
.dropdown-menu-right{right:0;left:auto}
.dropdown-menu-left{right:auto;left:0}
.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}
.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}
.pull-right>.dropdown-menu{right:0;left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}
@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}
.navbar-right .dropdown-menu-left{right:auto;left:0}
}


.rightpanel {
	margin: 10px;
	background: rgba(255, 255, 255, 0.6);
	border:1px solid #04b6ed;
	border-radius:5px;
	min-height:600px;
}
.rightpanel .rightcontenttitle{
	margin:10px;
	padding:10px 20px 10px 20px;
	background: rgba(255, 255, 255, 0.6);
	border:1px solid #04b6ed;
	border-radius:5px;
	font-size:16px;
}
.rightpanel .rightcontent{
	margin:10px;
	padding:10px 20px 10px 20px;
	background: rgba(255, 255, 255, 0.6);
	border:1px solid #04b6ed;
	border-radius:5px;
	font-size:16px;
	min-height:500px;
}

.rightpanel .rightcontent .btn-green-big{
	background: #29b249;
	color: #fff;
	font-size: 22px;
	font-weight:600;
	min-width: 200px;
}

.rightpanel .rightcontent .btn-green-big:hover{
	background: #f4ba2f;
	color: #fff;
}

.rightpanel .rightcontent .btn-next-big{
	background: #f48400;
	color: #fff;
	font-size: 22px;
	font-weight:600;
	min-width: 200px;
}

.rightpanel .rightcontent .btn-next-big:hover{
	background: #f4ba2f;
	color: #fff;
}

.rightpanel .rightcontent .btn-green{
	background: #29b249;
	color: #fff;
	padding: 5px 15px;
	margin: 15px 5px 5px 5px;
	min-width:100px;
}
.rightpanel .rightcontent .btn-green:hover{
	background: gray;
	color: #fff;
	min-width:100px;
} 

.rightpanel .smallerfont th,.rightpanel .smallerfont td, .smallfont{
	font-size:0.75em;
}
.smaller-control{
	font-size:1em;
}

.btn-blue{
	background: #04b6ed;
	color: #fff;
	padding: 5px 15px;
	margin: 15px 5px 5px 5px;
	min-width:100px;
}
.btn-blue:hover{
	background: gray;
	color: #fff;
	min-width:100px;
}
.btn-green{
	background: #29b249;
	color: #fff;
	padding: 5px 15px;
	margin: 15px 5px 5px 5px;
	min-width:100px;
}
.btn-green:hover{
	background: gray;
	color: #fff;
	min-width:100px;
}
#schoolpanel .btn-blue{
	background: #04b6ed;
	color: #fff;
	padding: 5px 15px;
	margin: 15px 5px 5px 5px;
	min-width:100px;
}
#schoolpanel .btn-blue:hover{
	background: gray;
	color: #fff;
	min-width:100px;
}
#schoolpanel .grayout{
	background: #color:#959c97;
}
#schoolpanel .btn-gray{
	background: gray;
	color: #fff;
	padding: 5px 15px;
	margin: 15px 5px 5px 5px;
	min-width:100px;
}
#schoolpanel .btn-gray:hover{
	background: #29b249;
	color: #fff;
	padding: 5px 15px;
	margin: 15px 5px 5px 5px;
	min-width:100px;
}

.rightpanel .rightcontent .btn-red{
	background: #ff3333;
	color: #fff;
	padding: 5px 15px;
	margin: 15px 5px 5px 5px;
	min-width:100px;
}
.rightpanel .rightcontent .btn-red:hover{
	background: gray;
	color: #fff;
	min-width:100px;
}

.rightpanel .rightcontent .hr-success, #schoolpanel .hr-success{
    border: 1px solid #cacaca !important;
}

.rightpanel .rightcontent .form-control{
	padding: 5px 15px;
	margin: 15px 5px 5px 5px;
}

.form-control-small
	font-size:8px;
}

.red {
	color:#ff3333;
}

.blue {
	color:#04b6ed;
}

.footer-panel {
	padding:20px;
	background: rgba(255, 255, 255, 0.6);
	border:1px solid #04b6ed;
	color:#ff3333;
	font-weight:500;
	font-size:14px;
}

.panel .row, .panel fieldset{
	margin:10px;
	padding:10px;
	background: rgba(255, 255, 255, 0.6);
	border:1px solid #04b6ed;
	border-radius:5px;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
}
.panel h2 {
	color: #ff3333;
	margin:0px;
	padding:10px;
}
.panel .form-control {
	font-size:12px;
}

.panel .form-group{
clear:both;
}

.panel .form-group label{
	line-height:30px;
}

.progresstext {
	float: right;
	width: 90px;
	line-height:10px;
	padding:5px;
}
.progress {
	float:right;
	border:2px solid #04b6ed;
	border-radius:5px;
	background: #fff;
	height:20px;
	width:225px;
	margin-right:20px;
}
.progress .progress01 {
	width:16%;
	background:#f48400;
	border-radius: 3px 0px 0px 3px;
	height:11px;
	margin:2px;
}
.progress .progress02 {
	width:32%;
	background:#f48400;
	border-radius: 3px 0px 0px 3px;
	height:11px;
	margin:2px;
}
.progress .progress03 {
	width:48%;
	background:#f48400;
	border-radius: 3px 0px 0px 3px;
	height:11px;
	margin:2px;
}
.progress .progress04 {
	width:64%;
	background:#f48400;
	border-radius: 3px 0px 0px 3px;
	height:11px;
	margin:2px;
}
.progress .progress05 {
	width:80%;
	background:#f48400;
	border-radius: 3px 0px 0px 3px;
	height:11px;
	margin:2px;
}
.progress .progress06 {
	width:98%;
	background:#f48400;
	border-radius: 3px;
	height:11px;
	margin:2px;
}
.grayout {
	color:#959c97;
}
.grayout select, .grayout input {
	background: rgba(210, 210, 210, 0.6);
	color:#959c97;
}

@media only screen and (max-width: 500px) {
	.tophead .logo {
		width:100%;
	}

	.rightpanel .rightcontent .btn-next-big{
		min-width:100px;
		background: #f48400;
		color: #fff;
		font-size: 0.8em;
		font-weight:600;
		padding:5px;
	}

	.rightpanel .rightcontent .btn-next-big:hover{
		background: #f4ba2f;
		color: #fff;
	}
}

.text-input {
    border: 0;
    outline: none;
    background:none !important;

}

.no-extra {
	margin:0px;
	padding:0px;
}

#schoolpanel .row {
	margin:0px;
	padding:0px;
	background: none;
	border:0px;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
}

.schoollogo {
	background:#fff;
	border:1px solid #04b6ed;
	border-radius:5px;
	padding:5px;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: none;
  padding-top:60px;
  background: rgba(0, 0, 0, 0.5);
  z-index:99999;
}

.modal-content .row {
	padding:0px;
	margin:0px;
}
/* Modal Content */
.modal-content {
  background: #fff;
  position: relative;
  margin: 0px auto;
  padding: 0;
  width: 80%;
  min-height: 350px;
  z-index:99999;
  border-radius:0px;
}
.modaltitle {
	padding:10px;
	font-size:20px;
	color:#04b6ed;
	font-weight:800;
}

/* The Close Button */
.modal .closemodal {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  padding: 0px 10px;
  margin: 0px;
  font-weight: bold;
  color: #bababa;
  z-index:99999;
}
@media only screen and (max-width: 500px) {
	.modal .closemodal {
		right:0px;
	}
}

.closemodal:hover,
.closemodal:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.topbarline1{
	background:#ff3333;
	height:5px;
	min-height:5px;
	max-height:5px;
}
.nopadding{
	margin:0px;
	padding:0px;
}
.table > tbody > tr > td {
    vertical-align: middle;
}


.row .addpadding {
	padding:0px;
	margin-left:5px;
	margin-right:5px;
}

.fixedsize {max-height:350px;overflow:scroll;}

.clearall {
	clear:both;
}
.border {
	border:1px solid blue;
}
.mainnav .active{
	background: rgba(255, 255, 255, 0.6);
}
.h3bg{
	background:#93b8bb;padding: 10px 5px;color:#fff;border-radius:5px;
}


.ChannelBox {
	display:none;
	text-align:left;
	position:absolute;
	margin-top:10px;
	background:#FFF;
	border:1px solid #cacaca;
	padding:5px;
	border-radius:5px;
	width:250px;
	height:200px;
	overflow-y:scroll;
}
.InfoBar {background:#cacaca;padding:10px;color:#2e353d;font-family:'Open Sans', Verdana;font-size:0.9em;}