body {
  padding-top: 120px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#form_message { visibility: hidden; position:fixed;top:35%;left:45%;z-index:9999;width:220px;padding:30px 10px;font-size: 9pt;
				background-color:white;border:2px solid orange;text-align:center;line-height:1.4;
				border-top-right-radius: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; 
				-moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; 
				-webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;}
				
footer {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	color: #888;
	font-size: 9pt;
}

.copy a {color: #888;}
.pt25 {padding-top: 25px;}

ul.gc > li {
	padding-left: 20px;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
div.student-tabs {
	margin-top: 25px;
}
button.select-class {
	width: 80px;
}
div.tab-content h3 {
	margin-bottom: 30px !important;
}
div.tab-content h4 {
	margin: 15px 0 !important;
}
div.tab-content span {
	font-weight: 400;
}

#loading {
	position: fixed;
	top: 30%;
	right: 47%;
	z-index:9999;
	display:none;
}

#calendar {
	width: 100%;
	margin: 0 auto;
	}
.fc-row, .fc-view-container {
	background: #fff !important;
}	
.fc th {
	background: #f9f9f9 !important;
}

div.schedule {
	margin: 4px;
	padding: 10px 30px;
	border: 1px;
	border-bottom: 1px solid silver;
}
div.schedule h3 {
	margin-bottom: 20px !important;		
}
div.schedule h4 {
	color: gray;
}
.ctitle {
	padding-left: 65px !important;
}
#oc-logo {
	height: 50px;
}
iframe.hosted {
	width: 100%;
	min-height: 360px;
	border: 0;
}
#cl_login, #cl_password {
	width: 140px;
}