

body, html {
	position:relative;
	min-height:100%;
	height:100%;
	padding:0;
}

#wrapper {
	position:relative;
	width:97%;
	height:100%;
	max-width:1100px;
	margin:0 auto;
}



/* FILEMANAGER OVERRIDES */
body.fileManager {
	Xpadding-top:50px;
}
.container-fluid {
	position:relative;
	Xtop:45px;
	margin-bottom:45px;
}
.navbar-fixed-top {
	position:relative;
}
#CHIuserLinks {
	top:0;
	width:100%;
	font-size:14px;
	font-weight:bold;
	padding:7px 15px;
}
.logoutLink {
	display:block;
	float:right;
	width:100px;
	text-align:right;
}
.logoutLink:hover {
	text-decoration:underline;
}
.navbar {
	min-height:90px;
	background:#ececec;
	border-bottom:solid 1px #bbbbbb;
}
.hdrAnnouncements {
	background:#FFF;
	border:solid 2px #3f7ec2;
	border-radius:10px;
	margin:10px;
}
.hdrAnnouncements h2 {
	font-size:18px;
	color:#FFF;
	background:#3f7ec2;
	border-radius:7px 7px 0 0;
	padding:5px 15px;
	margin:0;
}
.hdrAnnouncements .txt {
	font-size:14px;
	line-height:1.1em;
	padding:15px;
}

.grid li.hidden {
	display:none;
}
.grid li.hidden.back,
.hidden.back {
	display:inline-block;
	visibility:visible;
}


.modal {
	width:90%;
	height:90%;
	margin-left:-45%;
}
.modal.fade.in {
	top:5%;
}
.modal-body {
	max-height:100%;
}
.google-iframe, .viewer-iframe,
pre.no-prettify, pre.prettyprint {
	height:700px;
}


#Footer {
	position:absolute;
	bottom:0;
	width:100%;
	font-size:13px;
	text-align:center;
	padding:15px 0;
}


.Clear {
	clear:both;
}

#success, 
#error,
#success li, 
#error li {
	list-style-type:none;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	padding:3px;
}
#success li, 
#error li {
	padding-left:6px;
}
#success {
	background:#018b11;
}
#error {
	background:red;
}
