BODY {
	font-size: 1.6em;
}

HEADER {
	background-color: white;
	height: 52px;
}
HEADER .navbar {
	margin:0;
}

H1, H2, H3, H4, H5, H6 {
	font-family: "Bitter",serif;
	color: #2b2b2b;
}

.logo-img {
	margin-left:10px;
}

.page-title H1 {
    font-size: 30px;
    margin: 0;
    padding-left: 15px;
    line-height:40px;
}

.site-title {
    font-size: 18px;
    margin: 0;
    padding-left: 15px;
}

.top-content-region {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	font-family: "Bitter",serif;
	color: #2b2b2b;
	line-height:40px;
}

#top-content-right-region {
	padding:0 35px 0 0;
}

.sidebar {
	margin-top:0;
}

/*
.content-region {
	background-color: white;
	border-left: 1px solid #e7e7e7;
    margin: 0 0 0 250px;
    padding: 0;
    position: inherit;
    min-height: 1609px;
}
*/

.content-region {
	background-color: white;
	border-left: 1px solid #e7e7e7;
	position: absolute;
	left:250px;
	right:0;
	bottom:0;
	top:125px;
	overflow:auto;
}

.white {
	background-color: white;
}

.padtop {
	padding-top: 30px;
}

.huge {
	font-size: 30px;
}

.first-row {
	padding-top: 15px;
}

.mbxes {
	margin-left: -15px;
	margin-right: -15px;
	cursor: pointer;
}

.mbx {
	border-bottom:1px solid #e7e7e7;
	vertical-align: middle;
}

.mbx .fa-inbox {
	font-size:35px;
}

.mbxicon {
	width:60px;
	text-align: center;
	line-height:32px;
}

.mbxline {
	line-height:32px;
}

.mbxglance I {
	margin-left:20px;
}

.mbxglance {
	font-size:20px;
	color:gray;
}

.green {
	color: #5cb85c;
}

.red {
	color: #d9534f;
}

.yellow {
	color: #f0ad4e;
}

.table-fixed {
	table-layout: fixed;
}

.pad20 {
	padding:20px;
}

.alertwarn {
	background-color: #d9534f;
	color:white;
}

#frequencySlider {
	width:500px;
	float:left;
}

.sliderLabel {
	float:left;
	margin-top:-6px;
	margin-left:13px;
}

.displaynone {
	display: none;
}

.table-hover {
	cursor: pointer;
}

.warn {
	color: #d9534f;
}

.logo-title {
	margin:14px;
}

.pleasewait {
	margin:50px;
	color:gray;
	font-size: 22px;
}

.pointer {
	cursor: pointer;
}

.modal {
	font-size:14px;
}

.folderSelection UL {
	list-style: none;
	padding-left:25px;
	line-height:1.6;
}

.popupAlert {
	position:absolute;
	z-index:10;
	min-width: 300px;
	right:0;
	margin:30px;
	display:none;
}

.guides .panel-title {
	color: #337ab7;
}

.guide H3 {
	margin-top: 30px;
}

.guide H4 {
	margin-top: 25px;
}