#divClassrooms
{
	display: none;
}

div.calendar_panel
{
	display: none;
}

h1
{
	margin: 2px 0px 2px 0px;
	font-size: 1.2em;
}

h2
{
	font-size: 1.0em;
}

div.title
{
	background-color: #696969;
	color: #ffffff;
	font-size: 1.1em;
	padding: 5px;
	border-radius: 0px;
}

div.title label
{
	display: block;
}

div.title input[type="text"]
{
	display: block;
}

div.profile_photo_container
{
	width: 100%;
	float: none;
}

div.profile_photo
{
	border: 1px solid #000000;
	height: 120px;
	width: 86px;
	padding: 0px;
	text-align: center;
	vertical-align: center;
}

table.userdata tr td.photo_col
{
	width: 87px;
}

input, textarea, select, button
{
	font-size: 17px;
	padding: 0;
}

input[type=button], input[type=submit], button
{
	padding: 0.75em;
	margin: 2px 5px 2px 5px;
	font-size: 19px;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=date], select
{
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 40px;
  border: 1px solid #bbb;
}
textarea
{
	-webkit-appearance: none; -moz-appearance: none;
	display: block;
	margin: 0;
	width: 100%;
	line-height: 40px; 
	border: 1px solid #bbb;
}
input[type=file]
{
	-webkit-appearance: none; -moz-appearance: none;
	display: block;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
/*
input[type=checkbox] {
 width: 44px; height: 44px;
 -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
 border: 1px solid #bbb;
}

button[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
*/

span.tooltip.help {
	display: none;
}

label
{
	min-width: 100px; 
	text-align: left;
	font-size: 1.0em;
}

div.mobile_view
{
	width: 100%;
	margin: 2px 0px;
	text-align: center;
}

div.mobile_view button
{
	margin: 0px auto 0px auto;
	min-width: 145px;
	font-size: 0.8em;
	padding: 0px auto;
	border: 0px;
	color: #9f0000;
	background: transparent;
}
div.mobile_view button img
{
	width: 90px;
	height: 45px;
	display: block;
	margin: 0px auto;
}

/* UI Elements */
.ui-state-highlight {
	font-size: 0.9em;
	padding: 4px;
}

/* FULL CALENDAR OVERRIDES */
.fc-time, .fc-title {
	white-space: normal; 
	font-size: 0.5em;
}

.fc-prev-button, .fc-next-button
{
	min-width: 40px;
	width: 40px;
}

.fc-content {
	overflow: auto;
}

.fc-event {
	font-size: 0.5em;
	line-height: 1.0;
}

/* Slick Carousel Overrides */
div.cert_display
{
	min-height: 200px;
	background-color: #ffffff;
	margin: 2px 0px 0px 0px;
	border: 1px solid #cdcdcd;
}

div.cert_display div
{
	height: 200px;
	width: 100%;
	margin: 0;
	padding: 0px;
}

div.cert_display div img
{
	margin: auto;
	display: block;
	max-height: 196px;
}

div.cert_display .slick-next, 
div.cert_display .slick-prev 
{
	z-index: 1000;
	color: #000000;
	background: transparent;
	width: 20px;
	min-width: 20px;
	margin: 0;
}

div.cert_display .slick-next
{
	right: 0px;
}

div.cert_display .slick-prev
{
	left: 0px;
}

div.cert_display button
{
	width: 30px;
}

div.cert_display .slick-arrow
{
	color: #000000;
}
