@charset "utf-8";

/* CAS theme specific */
/* Media queries at the bottom */

body { 
  font-family: 'Open Sans', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, 'Lucida Grande', sans-serif; /* change default font for bootstrap */
  padding-left: 0px; /* initial gutters as mobile view */
  padding-right: 0px;
  font-size: 14px;
}

/*--- PG OVERRIDES -- START ---*/
body {
	background: none; 
}
body, h1,h2,h3,.main label, #lblLoggedInAs, #lblLogout, #accountManagement .panel, #accountManagement .panel-title>a, #accountManagement .activityLabel, .dlghdr h1 { 
	color: #333 
}
h2 { 
	font-size: 1.8em; 
}


/*		Login Box Background		*//*NOCCC*/
.logonbox{background-color: rgba(255, 255, 255, 0.8) !important; ;}
/*		Buttons		*//*NOCCC*/


#accountManagement #maintitle {
	padding-left: 7px;
}
#accountManagement .panel-title>a {
	display: block;
}
.dlghdr {
	background-color: transparent;
	text-transform: none;	
}
.dlghdr h1, .dlghdr h2 {
    padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
#lblLogout:hover, #accountManagement .panel-title>a:hover {
	color: #777;
}
#accountManagement .acctLogo,
#SSOPortal .acctLogo {
	display: none;
}
#accountManagement .panel,
#SSOPortal .panel {
	background-color: rgba(255,255,255,0.60);
}
#accountManagement .panel-default>.panel-heading,
#SSOPortal .panel-default>.panel-heading {
	background-color: rgba(255,255,255,0.70);
}
#accountManagement .panel-default>.panel-heading:hover,
#SSOPortal .panel-default>.panel-heading:hover {
	background-color: rgba(255,255,255,1);
}
#accountManagement .hr_light,
#SSOPortal .hr_light {
	background-color: transparent;
}
#lblLogout { text-decoration: underline; } /* default.aspx */
#accountManagement .logonName,
#SSOPortal .logonName { /* default.aspx */
	font-size: 14px;
	padding-top: 0px;
}
#accountManagement a, 
#SSOPortal a,
#popup_OTPResend a, 
#popup_SS a,
#maintMessage a,
.tools a { /* default.aspx */
	color: #ca0808;
}
#accountManagement a:hover, 
#SSOPortal a:hover,
#popup_OTPResend a:hover, 
#popup_SS a:hover,
#maintMessage a:hover,
.tools a { /* default.aspx */
	color: #ff2626;
}
#popup_OTPResend {
	background-color: white;
	border-radius: 5px;
}
.containerPGButton { margin-bottom: 15px; }	/* 2017-02-15 - So buttons have some vertical WS above and below. FYI: needs 'buffer' rows to prevent margin collapsing... */
.PGButton {
	background-color: #428bca; /**/
	color:#FFF; /**/
	font-size: 14px; /**/
	padding: 6px 12px; /**/
	font-weight: 400; /**/
	border-radius: 4px; /**/
	line-height: 1.42857143; /**/
    border: 1px solid #ccc; /**/
	transition: all 0.1s ease; /**/
}
/* 2017-02-15 - These are also overriding what BS does */
.PGButton:hover, .PGButton:focus {
	color:#333; /**/
    border: 1px solid #adadad; /**/
    background-color: #e6e6e6; /**/
    box-shadow: none; /**/
}
.btn:focus { color: #555; outline: 0; }
.PGButtonDisabled { 
	width:100%; 
	font-size: 1em; 
	margin-top: 10px; 
	background-color: transparent; 
	color:#fff; 
	padding: 10px 25px; 
	font-weight: 700; 
	border-radius: 22.5px; line-height: 22px; box-sizing: border-box; border: 2px solid #fff; }
.PGButtonDisabled:hover { color:#fff; }
/* SSO portal */
#SSOPortal #SSOContainer { background-color: rgba(255,255,255,0.60); border-radius: 0px 4px 4px 4px; border-width: 0px 1px 1px 1px; border-color: #ddd; }
#SSOPortal .rpdiv { margin: 0px 10px 10px 10px; }
#SSOPortal a.rplink, #SSOPortal a.rplink:link, #SSOPortal a.rplink:visited { background-color: rgba(255,255,255,0.60); border: 1px solid #ddd; border-radius: 4px;} 
#SSOPortal a.rplink:hover, #SSOPortal a.rplink:active { background-color: rgba(255,255,255,1); border: 1px solid #ddd; box-shadow: none;  }  
#SSOPortal p.NoSSOServerMsg {color: #333; padding: 1em; }
/* popup windows */
.popupWin label{color: #000;}
/*--- PG OVERRIDES -- END ---*/

/*--- BACKGROUNDS -- START ---*/
.back-1, 
.back-2,
.back-3,
.back-4,
.back-5 {
	height: auto;
	background: no-repeat top center;
	background-color: #BDD0E2;
	min-height: 100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.back-1 {
	background-image: url(/_layouts/images/PG/images/7.png);
}
.back-2 {
	background-image: url('../images/bg-02.jpg')
}

@media (max-width: 992px) { /* resized for smaller file size versions of above images for mobile */
	.back-1 {
		background-image: url(/_layouts/images/PG/images/7.png);
	}
	.back-2 {
		background-image: url('../images/bg-02-small.jpg')
	}
	
}
/*--- BACKGROUNDS -- END ---*/


/*----- HEADER - Open -----*/
/*nocccd header*/
.header {
			width: 100%;
			z-index: 100;
			top: 0px;
			left: 0px;
		}
		.clearfix:before,
		.clearfix:after {
			display: table;
			content: " ";
		}
		.clearfix:after {
			clear: both;
		}
		.bg_white {
			background-color: white;
		}
#header {
	margin-top: 10px;
	margin-bottom: 10px;
}

#header .campus-logos {
	padding-top: 15px;
	margin: 0 auto;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#header .campus-logos ul {
    display: table-row;
    margin: 0;
    padding: 0;
}
#header .campus-logos ul li {
    list-style: none;
    display: table-cell;
    text-align: center;
}
#header .campus-logos ul li a {
    display: block;
}
/*----- HEADER - Close -----*/


/*----- MAIN - Open -----*/
#outerwrap{padding: 20px;}

.main {
	background-color: rgba( 255, 255, 255, 0.5 );
	z-index: 1;
	-webkit-border-radius:  5px;
	   -moz-border-radius:  5px;
	        border-radius:  5px;
	-webkit-box-shadow: #4a5772 0px 0px 20px;
	   -moz-box-shadow: #4a5772 0px 0px 20px;
	        box-shadow: #4a5772 0px 0px 20px;
	behavior: url(PIE.htc);
}
.main .pad {
	padding: 5px;
}
.main.tools {
	background-color: rgba( 255, 255, 255, 0.8 );
}
/* highlights for login form and features */
#login-form, 
#feature-options .feature {
	display: block;
	background-color: transparent;
	padding: 10px;
}
#login-form:hover,
#feature-options .feature:hover,
.main .logout-wrapper /* logout page */ {
	background-color: rgba(255,255,255,0.50);
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.35);
	   -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.35);
	        box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.35);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
#login-form form {
	margin: 0px;
}

/* login form */
#login-form ul {
	margin: 0 0;
	padding: 0 0;
}
#login-form ul li {
	list-style: none;
	display: block;
	margin-top: 15px;
}
#login-form ul li:first-child {margin-top: 0px }
#login-form label { /* input labels */
	font-size: 16px; 
	color: #555;
}
#login-form input.textfield, #login-form input#frmLogin_UserName, #login-form input#frmLogin_Password { /* user and pass fields */
	box-sizing: border-box; /* fixes input fields from bleeding out of box model */
	display: block;
	width: 100%;
	height: 45px;
	padding: 5px;
	margin: 0px;
	color: #777;
	font-size: 20px;
	border: 2px solid #777;
	background-color: rgba(255, 255, 255, 0.6);
}
#login-form .login-button-wrap {
	float: left;
}
#login-form .help-links {
	float: right;
}
#login-form #infoLogin.popupInstructions {
	margin-bottom: 0px; /* override PG style of 20px */
}

/* feature blocks */
#feature-options .feature {
	text-decoration: none;
}
#feature-options .feature h3,
#feature-options .feature p { /* padding left for text so icon is shown */
	padding-left: 60px;
}
#feature-options .feature h3 { /* feature title */
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: black;
	font-weight: bold;
	line-height: 25px;
}
#login-form .help-link,
#feature-options .feature p {
	font-size: 12px;
	text-decoration: none;
	color: rgba(195,0,0,1.00);
}
#feature-options .feature p { /* feature help text */
	visibility: hidden; /* hide initially. use visibilty so we can keep the block */
}
#login-form .help-link:hover,
#feature-options .feature:hover p {
	visibility: visible; /* solid */
	text-decoration: underline;
}
/* feature icons */
.feature-icon-signup,
.feature-icon-login-help,
.feature-icon-student-support,
.feature-icon-faculty-support {
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
.feature-icon-signup { background-image: url(../images/icon-signup.png); /* sign up */ }
.feature-icon-login-help { background-image: url(../images/icon-login-help.png); /* sign up help */ }
.feature-icon-student-support {	background-image: url(../images/icon-student-support.png); /* student support */ }
.feature-icon-faculty-support { background-image: url(../images/icon-faculty-support.png); /* faculty support */ }

/* logout page main */
.main .logout-wrapper {
	padding: 50px;
	text-align: center;
}
/*----- MAIN - Close -----*/


/*----- FOOTER - Open -----*/
#footerbottom.footer-bottom {
    padding: 15px;
    position: static;
    bottom: 0;
    width: 100%;
    background-color: #554;
    color: white;
    font-size: 9pt;
}
#footer {
	color: #FFF;
	margin: 40px auto;
}
#footer .footer-text {
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}
/*----- FOOTER - Close -----*/

/*----- MODALS - Open -----*/
.modal h3 { /* modal titles */
	font-size: 21px;
	font-weight: normal;
}
.modal a {
	color: #337ab7;
}
.modal .troubleshootInfo { /* user troubleshoot info */
	font-size: 80%;
	padding: 5px;
	background-color: #EEE;
	-webkit-border-radius: 5px 5px 5px 5px;
       -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
}
.modal .troubleshootInfo > div:first-child {
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}
.modal .troubleshootInfo ul { 
	margin: 0;
	padding: 0;
}
.modal .troubleshootInfo ul li {
	list-style: none;
	display: block;
	float: left;
	width: 50%;
}
.modal-dialog { /* vertically center modal */
	top:50% !important;
	transform: translate(0, -50%) !important;
	    -ms-transform: translate(0, -50%) !important;
	-webkit-transform: translate(0, -50%) !important;
	
}
#modal_forgotUsername iframe {
	min-width: 340px; 
	min-height: 370px; 
	width: 100%; 
	height: 100%;
}

/*----- MODALS - Close -----*/


/*----- PANELS - Open -----*/
div#accordion.panel-group .panel-title,
div#accordion.panel-group .panel-title a,
div#accordion.panel-group .panel-title h4 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
div#accordion.panel-group .panel-title a:hover {
	text-decoration: underline;
}
div#accordion.panel-group .panel-body {
	color: #333;
	padding: 15px;
}
/*----- PANELS - Close -----*/


/*----- MEDIA QUERIES - Open -----*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}
/* up to Medium devices (tablets, 768px and below) */
@media (max-width: 768px) { 
	.modal .troubleshootInfo ul li {
		float: none;
	}
	.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.hcenter { position: static;}
}
/* Medium devices (tablets, 768px and up) */
@media ( min-width:768px ){
	body {
		padding-left: 0px; /* gutters */
		padding-right: 0px;
	}
	#header {
		height: 90px;
		padding-top: 0px; /* margin above header */
		padding-bottom: 0px;
	}
	
	
	.main .pad {
		padding: 10px;
	}
	#footer .footer-text {
		text-align: left;
		padding-left: 15px;
	}
	
	#footerbottom.footer-bottom {
		position: fixed;
		
	}
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#header .campus-logos {
	    width: 80%;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { /* desktop and higher */

}

/*----- MEDIA QUERIES - Close -----*/
