html, body {
	position: relative;
	height: 100%;
}
body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.tableCustom > tbody > tr > td, 
.tableCustom > tbody > tr > th, 
.tableCustom > tfoot > tr > td, 
.tableCustom > tfoot > tr > th, 
.tableCustom > thead > tr > td, 
.tableCustom > thead > tr > th {
	border: none;
	padding: 4px;
}

.alert {
	position: absolute;
	top: 0px;
	width: 100%;
}

.brandGround1 {
	background-color: #60c3da;
}



.brandCorners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}








/* SWIPER CSS STYLES*/

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	cursor: grab;
}
.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}







.cbp-spmenu {
	background: #ffffff;
	position: fixed;
	border-right: 1px solid #aaaaaa;
}
.cbp-spmenu a {
	display: block;
	color: #414141;
	font-size: 1.1em;
	font-weight: 300;
}
.cbp-spmenu a:hover,
.cbp-spmenu a:active {
	background: #60c3da;
	text-decoration: none;
	color: #ffffff;
}
.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow-y: scroll;
}
.cbp-spmenu-vertical a {
	border-bottom: 1px solid #aaaaaa;
	padding: 0.85em;
}
.cbp-spmenu-left {
	left: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}
.cbp-spmenu, .cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cbp-spmenu a i {
	margin-right: 10px;
}










/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}


.modal-fullscreen .close {
	font-size: 80px;
	margin-right: 30px;
	margin-top: 20px;
	font-weight: 100;
}

.modal-fullscreen .container {
	padding-top: 100px;
	text-align: center;
}

.modal-fullscreen .modalLogoBox {
	text-align: left;
	margin-bottom: 40px;
}

.modal-fullscreen .graphGroup {
	margin-bottom: 40px;
}

.modal-fullscreen .placeholderGraph {
	height: 300px;
	background-color: #999999;
	border: 1px solid #333333;
	color: #ffffff;
	line-height: 300px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #333333;
}






















.brandGradient_1, 
.cbp-spmenu a:hover,
.cbp-spmenu a:active  {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60c3da+0,00395c+100 */
	background: rgb(96,195,218); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(96,195,218,1) 0%, rgba(0,57,92,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(96,195,218,1) 0%,rgba(0,57,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(96,195,218,1) 0%,rgba(0,57,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c3da', endColorstr='#00395c',GradientType=0 ); /* IE6-9 */
}

.brandGradient_2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#828282+0,4b4b4b+100 */
	background: rgb(130,130,130); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(75,75,75,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(130,130,130,1) 0%,rgba(75,75,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(130,130,130,1) 0%,rgba(75,75,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#4b4b4b',GradientType=0 ); /* IE6-9 */
}

.brandGradient_3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb602b+0,ca4b1a+100 */
	background: rgb(235,96,43); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(235,96,43,1) 0%, rgba(202,75,26,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(235,96,43,1) 0%,rgba(202,75,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(235,96,43,1) 0%,rgba(202,75,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb602b', endColorstr='#ca4b1a',GradientType=0 ); /* IE6-9 */
}

.brandGradient_4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f62129+0,b71924+100 */
	background: rgb(246,33,41); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,33,41,1) 0%, rgba(183,25,36,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(246,33,41,1) 0%,rgba(183,25,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(246,33,41,1) 0%,rgba(183,25,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f62129', endColorstr='#b71924',GradientType=0 ); /* IE6-9 */
}









.wow {
   visibility: hidden;
}

.logoWrapper {
	text-align: center;
	margin: 25px 0px 15px 0px;
}

.logoImage {
	width: 175px;
}



nav {
	border: none;
	margin: 0px;
	overflow-y: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	text-align: left;
	height: 100%;
	min-height: 100%;
}

nav i, 
button i, 
a i, 
td i {
	margin-right: 10px;
}

h1.headline i {
	margin-right: 15px;
	color: #cccccc;
}

.itStatusTxt {
	position: relative;
	top: -5px;
}

nav .navShadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.35);
	-moz-box-shadow:    0px 0px 10px 0px rgba(28, 28, 28, 0.35);
	box-shadow:         0px 0px 10px 0px rgba(28, 28, 28, 0.35);
}

nav .navItem {
	color: #ffffff;
	padding: 20px 10px;
	width: 55px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}

nav .navItem i {
	margin: 0px;
	text-shadow: 0px 1px 0px #3c7ca4;
	font-size: 18px;
}
nav .navItem i:hover {
	font-size: 19px;
}





.outer,
.outer .inner, 
.outer .inner table, 
.outer .inner table tr {
	height: 100%;
	width: 100%;
}




.loginBkgrnd { 
  background: url(../images/Library.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.landingPanel {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px 30px 40px;
	border: 1px solid #aaaaaa;
}

.loginPanel {
	margin-top: 50%;
}

.landingPanel .landingLogo {
	text-align: center;
}

.landingPanel .landSubhead, 
.landingPanel .loggedinSubhead {
	text-align: center;
	font-weight: 900;
	color: #828282;
	margin-bottom: 30px;
}

.landingPanel .loggedinSubhead {
	margin-bottom: 15px;
}

.landingPanel .landingLogo img {
	width: 60%;
	padding: 20px 0px;
}

.landingPanel label {
	display: block;
	color: rgba(0,57,92,1);
	font-size: 20px;
	font-weight: 100;
	margin: 20px 0px;
}

.landingPanel select {
   width: 100%;
   color: rgba(0,57,92,1);
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   border-color: #414141;
   border-style: solid;
   border-width: 1px;
}

.landingPanel .btn-group {
	margin-top: 5px;
}

.inputWrapper {
	margin-bottom: 20px;
}

.formBtnWrap {
	text-align: center;
}

.errorText {
	color: #b71924;
	display: none;
}

.linkLineSpacing {
	margin-right: 10px;
	margin-bottom: 20px;
}






.slide1Bkgrnd {
	background-image: url("../images/Library.jpg");
    background-position: center center;
    background-size: cover;
}

.slideBlkWrapper {
	/*height: 320px;
	overflow-y: scroll;*/
}

.rightBlock {
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #aaaaaa;
	padding: 30px;
}

.rightBlock .headline {
	font-size: 40px;
	font-weight: 100;
	margin-bottom: 20px;
	margin-top: 0px;
}

.rightBlock p {
	font-size: 12px;
	margin-bottom: 20px;
}

.rightBlock ul.slideLinks {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.rightBlock ul.slideLinks li {
	font-size: 14px;
	padding-bottom: 10px;
}

.rightBlock ul.slideLinks li table {
	margin-bottom: 0px;
}

.rightBlock ul.slideLinks li table tr td {
	vertical-align: middle;
}




.msgBubble {
	padding: 2px 8px;
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
}





















