/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body {
	/*background: white url(../images/wordmark_login.png) .75em 1em no-repeat;*/
}

div.panel {
	background: #EFEFEF;
	background: -moz-linear-gradient(top, #FCFCFC 15%, #EFEFEF 85%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#FCFCFC), color-stop(85%,#EFEFEF));
	background: -o-linear-gradient(top, #FCFCFC 15%, #EFEFEF 85%);
	background: linear-gradient(to bottom, #FCFCFC 15%, #EFEFEF 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#EFEFEF',GradientType=0 );
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	padding: 15px;
}

a:hover {
	text-decoration: underline;
}

.has-tip:hover {
	color: #333333;
	border-color: #CCCCCC;
}

.denison-wordmark {
	width: 100%;
}

.du-header {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: normal;
}

h2.title-headline {
	text-align: right;
	min-height: 54px;
	font-weight: normal;
}

h3 {
	text-align: right;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 18px;
}

img.title-headline {
	float: left;
}

.welcome-aup {
	font-size: 85%;
	margin-top: 1em;
	text-align: justify;
}

.errors {
	color: #8b0000;
	margin-bottom: 1em;
}

input.error {
	border: 2px solid #8b0000;
}

.logout-warning {
	text-align: center;
	margin-top: 1em;
	font-style: italic;
}

.login-column input:-moz-placeholder {
	color: #AAA !important;
}

.login-column input::-moz-placeholder {
	color: #AAA !important;
}

.login-column input:-ms-input-placeholder {
	color: #AAA !important;
}

.login-column input::-webkit-input-placeholder {
	color: #AAA !important;
}

.placeholder {
	color: #AAA !important;
}

.login-column input {
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #FFF;
	margin-top: 7px;
}

.login-column input:focus {
	-webkit-appearance: none;
	-webkit-box-shadow: 0px 0px 6px 1px #2ba6cb;
	box-shadow: 0px 0px 6px 1px #2ba6cb;
	background-color: #FFF;
}

.login-column form .row {
	margin: 0;
}

.inline-input label {
	display: inline;
}

.login-column .login-warn {
	margin: 1em 0;
}

.login-column .login-warn label {
	font-size: 85%;
}

.login-button {
	margin: 1em 0em;
	text-align: center;
}

.login-service-message {
	font-size: 115%;
}

.login-service-name {
	color: hsl(34, 58%, 46%);
	white-space: nowrap;
}

.block-grid.two-up > li > input[type=checkbox], .block-grid.two-up > li.checkbox {
	width: 2em;
}

.footer {
	text-align: center;
	font-size: 85%;
}

.help-link {
	margin-bottom: 1em;
	text-align: center;
}

#bigredModal .bigredid-logo {
	height: 50px;
	float: right;
}

#bigredModal ol, #bigredModal ul {
	margin-left: 40px;
	margin-top: 0px;
}

#helpModal {
	text-align: center;
	background-image: url(/cas/themes/cas-theme-denison/images/lifesaver.png);
	background-color: white;
	background-repeat: no-repeat;
	background-position: 95% 5%;
}

#helpModal ul {
	list-style: none;
}

.read-more {
	text-align: right;
}

.hidden-with-javascript {
	visibility: hidden;
}

.no-js .hidden-with-javasctipt {
	visibility: visible;
}

.link-login-required {
	font-size: 70%;
	white-space: nowrap;
	color: #555;
}

.reveal-modal.medium {
	width: 50%;
	margin-left: -25%;
}

hr {
	margin: auto;
	margin-bottom: 0.5em;
}

.netnotesitem {
	cursor: pointer;
	padding: 0em 0.5em 0em 0.5em;
	border: 2px solid transparent;
	overflow: auto;
}

.netnotesitem:hover {
	background-color: #DEDEDE;
	border: 2px solid #CACACA;
}

.netnotesitemtitle {
	overflow: hidden;
}

.netnotesitem h4 {
	color: #2394B6;
}

.netnotesitem img {
	max-width: 100px;
	margin: 5px 8px 8px 0px;
	float: right;
}

.status-normal {
	color: green;
	font-weight: bold;
}

.status-planned {
	color: orange;
	font-weight: bold;
}

.status-outage {
	color: red;
	font-weight: bold;
}

.floating-status-icon {
	display: table-cell !important;
	line-height: 28px;
	vertical-align: middle;
	padding-right: 12px;
}

.floating-title {
	display: table-cell;
	line-height: 28px;
}

.netnotesloading {
	text-align: center;
}

.netnotesloading p {
	margin-bottom: 0em;
}

#servicestatus {
	display: none;
}

#servicestatus ul {
	margin-bottom: 0em;
}

#servicestatus li {
	font-size: 13px;
	white-space: nowrap;
}

/* -----------------------------------------
   Mobile/Alternate Styles
----------------------------------------- */

/* Mobile devices like phones */
@media only screen and (max-device-width: 800px), only screen and (device-width: 800px) {
	.du-header {
		max-width: 760px;
	}
	
	h2.title-headline {
		text-align: center !important;
	}

	h3 {
		text-align: center !important;
	}
	
	.help-link {
		text-align: center;
	}
	
	.login-button {
		margin: 0 !important;
	}
	
	.read-more {
		text-align: left;
	}

	#helpModal {
		background-image: none;
	}

	.du-header {
		margin: 0em auto .5em auto;
		padding-top: .5em;
	}
	
	.reveal-modal.medium {
		margin-left: -40%;
		width: 80%;
		top: 20px;
	}
	
	.reveal-modal.medium a.close-reveal-modal {
		font-size: 3em;
	}

	.netnotesitem img {
		display: none;
	}
}


/* Screens below 767px wide; tablets, netbooks, small windows */
@media only screen and (max-width: 767px) {
	.denison-wordmark {
		max-width: 300px;
		display: block;
		margin: auto;
	}

	.help-link {
		text-align: center;
	}

	.login-button {
		margin: 0 !important;
	}

	.read-more {
		text-align: left;
	}

	#helpModal {
		background-image: none;
	}
	
	.du-header {
		margin-top: 0em;
		margin-bottom: .5em;
		padding-top: .5em;
	}
	
	.reveal-modal.medium {
		margin-left: -45%;
		width: 90%;
		top: 20px;
	}
	
	.reveal-modal.medium img {
		display: none;
	}
	
	.reveal-modal.medium a.close-reveal-modal {
		font-size: 3em;
	}

	.netnotesitem img {
		display: none;
	}
}


/* Screens above 1224px wide */
@media only screen and (min-width : 1224px) {
	.denison-wordmark {
		max-width: 300px;
	}
}


/* Screens above 1824px wide (HD range) */
@media only screen and (min-width : 1824px) {
	.denison-wordmark {
		max-width: 300px;
	}

}


/* iPad portrait layout */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	/* render reveal-modal-bg to fill the page */
	.reveal-modal-bg {
		position: fixed;
	}
}
