#alert{
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right:1px solid #ccc;
	border-radius: 0 0 .5em .5em;
	width: 40%;
	padding: 1em 1.5em;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 30%;
	z-index: 999;
	text-align: center;
	display: none;
}
#alert.error{
	background: red;
}
#alert.success{
	background: green;
}
#alert.fyi{
	background: yellow;
}
.loading{
	background: url("assets/loading.gif") 50% 50% no-repeat !important;
	min-height: 150px;
}
.items > li{
	position: relative;
	border-top: 1px solid #bbb;
}
.items li:first-child{
	border-top: 0px;
}
button.delete{
	position: absolute;
	right: 1em;
	top: 1em;
	height: 20px;
	line-height: 16px;
	text-align: center;
	width: 20px;
	margin: 0;
	padding: 0;
	border-radius: .25em;
}	
button.delete:active{
	position: absolute;
	top: .95em;
}
	
h2{
	font-size: 2em;
	color: #333;
}
.items > li{
	background: rgba(255,255,255,.4);

	padding: .25em .5em;
	margin-left: -.5em;
	margin-right: -.5em;
}
.items > li:nth-child(odd){
	background: none;
}

input, textarea {
	padding: 5px;
}
input:disabled, select:disabled{
	border: 0px;
	background: #fff;
	padding: .25em;
}

#preceptorform{
	position: relative;
	display: block;
}


.template{
	display: none;
}	

em{
	font-style: italic;
}
h1, h2, h3,h4{
	font-weight: bold;
	padding: .25em 0;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	clear: both;
}
h1{
	font-size: 2em;
	
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.3em;	
}
h4{
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: .25em;
}

#navprimary{
	background: #333;
}
#navsecondary{
	background: #666;
}

header, footer, #navprimary, #navsecondary, #content{
	width: 100%;
	box-sizing: border-box;
	min-height: 40px;
	
}
#content{
	position: relative;
}



.blocks{
	clear: both;

	overflow-y: auto;
}
.block{
	
	padding: .5em 1% ;
	float: left;
	
	box-sizing: border-box;
}
li.block{
	width: 100%;
}


b, strong{
	font-weight: bold;

}
small{
	font-size: 90%;
}
dt, label {
	letter-spacing: 1px;
	color: #666;
	margin-top: 10px;
}
label{
	display: block;
	clear: both;
}
textarea{
	width: 100%;
	height: 6em;
	margin-bottom: 1em;
}
dd {
	margin: 0;
	padding: 0 0 0 0;
}
.edit-on, .edit-off{
	display: none;
}	
.debugbox{
	width:100%;
	position: absolute;
	padding: 1em;
	top: 0;
	z-index: 1000;
	box-sizing: border-box;
	background: #eee;
	font-family: monospace;
    white-space: pre;
}	
input[type=checkbox]+label{
	padding: 0 .25em;
	clear: none;
	display: inline;
}
ol, ul, dl{
	line-height: 1.3em;
}
.button-nav{
	margin: 1em auto 0;
	color: #fff;
	background: #333;
	font-size:15px;
	font-style:normal;
	letter-spacing: 1px;
	width: 100%;
	display: block;
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	text-decoration:none;
	text-align:center;
	position: relative;
	border: 1px solid #333;
	transition-duration: 0.5s;
	transition-property: transform;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-property: transform;
	-o-transition-duration: 0.25s;
	-o-transition-property: transform;
	-ms-transition-duration: 0.25s;
	-ms-transition-property: transform;
	cursor: pointer;	
}
.button-nav{
	color: #fff !important;
}
.button-nav:hover{
	color: #fff !important;
}
.button-nav.submit{
	height: 40px;
	line-height: 40px;
	font-size: 115%;
	font-weight: bold;
	background: #125;
}
.button-nav:active{
	position:relative;
	top:1px;
	background: #669;
}
.button-nav:hover{
	background: #349;
}

#tabs ul.stack li, #preceptors ul.stack li{
	float: left;
	margin-left: -.5em;
	padding: 0 1.25em 0 .5em;
	
}
#tabs ul.stack,#preceptors ul.stack{
	width: 100%;
	clear: both;
	overflow: auto;
}

#tabs ul.stack li.clear, #preceptors ul.stack li.clear{
	float: none;
	clear: both;
	display: block;
}
#tabs ul.stack li.clear-left, #preceptors ul.stack li.clear-left{
	clear: left;
}
.menutrigger{
	display: none;
}
.required{
	color: red !important;
	font-weight: bold;
}
input.error, textarea.error, select.error{
	background: rgba(255,0,0,.1);
}