/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 5, 2014, 10:48:43 AM
    Author     : dgillen
*/



/* ------------------------------------------------------------------------- 
	GENERAL STYLES
----------------------------------------------------------------------------*/
body {
	background-color:#333;	
}

a {
  color: #c00;
  overflow:hidden;	
  text-decoration: underline;
}

a:visited {
    color: #b30000;
}
a:active, a:focus, a:hover {
    color: #dc0000;
    text-decoration: none;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1024px;
	position:relative;
}
p, li {	
        line-height:1.4em;
	margin:.5em 0;
}

.info-text p{
    color: #484848;    
    font-size: 0.8em;   
}

.help-text {
    font-size: 0.7em;
    font-style: italic;
    margin-left: 0.5em;
}

ul {
	list-style:none;
	padding:0;
}
img { 
	max-width:100%;
	height:auto;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* ---------- CLEAR --------------*/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
/* --- ADA hide -----*/
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* -------------------------------------------------------------------------
	HEADER AREA
----------------------------------------------------------------------------*/
#header-container {
	background-color:#cc0000;
	border-bottom: 20px solid #333;
        max-height: 80px;
}
a {
	overflow:hidden;	
}
#brand-left {
	float: left;
	width:50%; 
}

#brand-left img, #brand-right img {
        max-height: 80px;
        max-width: 100%;
}

#brand-right {
	float: right;
	width:50%;
	text-align:right;
}


/* --------------------------------------------------------------------------
	CONTENT AREA
----------------------------------------------------------------------------*/
#main-container {
	background-color: #fff;
	font-size:.9em;
}
#main-container .wrapper {
	margin:4em auto;
	max-width: 500px;
	width:50%;
}

.uu-container-message {
    font-size: 1.2em;
}

.uu-error-message {
	color: #990000; 
	font-size: medium; 
	font-family: calibri, 'Lucinda Grande',verdana, sans-serif;
        font-weight: bold;
}

.uu-container-message:focus {
    border: 1px dotted #990000;
}

/*	LOGIN AREA SHARED STYLES
---------------------------------------------*/
#login-area label {
	display:block;
	font-size:1.2em;
	margin-top:1em;
	letter-spacing:.025em;
}
#login-area form {
	margin:0 2em 1.5em;	
}
#login-area #username,
#login-area #password {
	margin:0 2% .3em 0;
	padding:0 .3em;
	font-size:1em;
	line-height:1.5em;
	width:13em;
	max-width:90%;	
}
#login-area .login-help {
	font-size:.8em;
	white-space:nowrap;
}

#login-area .check-group {
	margin-top:1em;
	line-height:1.2em;       
}
#login-area .check-group input {
	margin-top:0;
	float:left;
}
#login-area .check-group label {
	margin-left:2em;
	font-size:1em;
}
#login-area .btn-group {
	margin-top:1em;
}
#login-area .btn-group input {
	background-color: #F0F0F0;
	border-radius:5px;
	height: 2.5em;
	margin:0 .5em .25em 0;
        width: 5em;
}

#login-area .btn-group input:hover,
#login-area .btn-group input:focus, 
#login-area .btn-group input:active {
    background: #fff;
}
/*	END LOGIN AREA SHARED STYLES
---------------------------------------------*/

//logout area
.logOut {
    text-align: center;
    width: 256px;
}

/*	U Login (customized section)
---------------------------------------------*/
.u-login #login-area {
	/* box gradient */
	background: #333 url(../images/bx_shade_dark.png) repeat-x top left;
	border:1px solid #333;
	border-radius:25px;
	color:#fff;	
	margin: 2em 0;
}
.u-login #login-area a {
	color:#fff;	
}
.u-login #login-area h1 {
	text-align:right;
	margin:0 0 -20px 0;
}
.u-login #login-area h1 img {
	margin:10px 10px 0;
}
/*	END U Login (customized section)
---------------------------------------------*/


/*	CIS Login (customized section)
---------------------------------------------*/
.cis-login #login-area {
	/* box gradient */
	background: #dfdfdf;
	border:1px solid #666;
	border-radius:25px;
	color:#333;	
	margin: 2em 0;
}

.cis-login #login-area a {
	color:#333;	
}
/*	END CIS Login (customized section)
---------------------------------------------*/


/* -------------------------------------------------------------------------
	FOOTER AREA
----------------------------------------------------------------------------*/

#footer-container {
	background-color: #333;
	font-size:.8em;
}

#footer-container .column-1, #footer-container .column-2 {
	width: 30%;
	float: left;
}
 
#footer-container .column-3 {
	width: 30%;
	float: right;
	text-align:right;
}

#footer-container .spacer {
	margin:1.5em 1em 1em;
}

#footer-container p,
#footer-container a:link, #footer-container a:visited {
	color: #fff;
	text-decoration: none;
}
#footer-container a:focus, #footer-container a:hover, #footer-container a:active { 
	text-decoration:underline;	
}

/*  --------------------------------------------------------------------
	DUO Overrides
---------------------------------------------------------------------- */
.button-green, .button-green[disabled]:hover {
    background-color: #405665 !important;
}

.button-green:hover, .button-green:focus {
    background-color: #2f4350 !important;
}

.button-green[disabled] {
    opacity: 0.8 !important;
}

.header-group {
    background-color: #dfdfdf !important;
    color: #000 !important;
}

.pull-right {
    float: right;
}

/*  --------------------------------------------------------------------
	END DUO Overrides
---------------------------------------------------------------------- */

/*  --------------------------------------------------------------------
	MEDIA QUERIES
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	#main-container .wrapper {
		width:70%;
		margin:1em auto;
		max-width: none;
	}
	#main-container #login-area {
		margin: 2em 0;
	}
}
@media only screen and (max-width: 480px) {
	#main-container .wrapper {
		width:90%;
	}
	#footer-container .column-1,
	#footer-container .column-2,
	#footer-container .column-3 {
		width:50%;
	}
	#footer-container .column-3 {
		
	}
	#footer-container .column-3 .spacer {
		margin-top:0;
	}

}
