/************2017 redesign imported for new header and footer******************/
body {
    margin: 0px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 0px;
}
#app-header {
    background-color: #642667;
background-image: url("//www.excelsior.edu/static/apps/assets/images/fading-white-lines.png");
    width: 100%;
    height: 100px;
    font-family: Arial, Helvetica, san-serif;
margin-bottom: 1em;
}
#app-header #app-logo { 
    margin: 0;
    padding: 1em;
    color: white;
float: left;
}
#app-header #app-logo img{ 
height: 60px;
}
#app-header #app-name { 
    color: white; 
    padding: 1.6em; 
    float: right;
    font-size: 1.3em;
    font-family: Verdana, Helvetica, san-serif;
    } 
#app-footer {
    background-color: #642667;
    width: 100%;
    height: 75px;
    font-family: Arial, Helvetica, san-serif;
    text-align: left;
margin-top: 2em;
}
#app-footer  #app-copyright { 
    margin: 0;
    padding: 1.8em 1.7em;
    color: white;
}




/**********end 2017 import******************************************************/

.title {
	font-weight: bold;
	font-size:16px!important;
}

.subTitle {
	font-weight: bold;
	font-size:12px;
}

.formPanel {
	margin-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 40px;
}

.errorMessage .ui-helper-clearfix{
	display:inline-block;
	
}

.panelGroupMargin {
	margin-left: 100px;
	margin-right: 100px;
}

.valueMargin{
	margin-left: 100px;
	margin-bottom: 10px;
}

.bigDropDown{
	width:80%;
}

.width-thirty-percent {
     width: 30%;
}

.width-fifty-percent {
     width: 50%;
}

.width-twenty-percent {
     width: 20%;
}

.width-sixty-percent {
     width: 60%;
}

.no-padding-left {
	 padding-left: 0px!important;
}

/******** START small and medium screens (max 900px) css classes ********/
@media  (max-width: 900px) {

	/** remove left and right margins **/
	.formPanel {
		margin-top: 10px;
    	margin-left: 0px;
    	margin-right: 0px;
	}
	
	/** remove left and right margins **/
	.panelGroupMargin {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	/** remove left margins **/
	.valueMargin{
		margin-left: 0px;
    }
      
}
/******** END small and medium screens (max 900px) css classes ********/


/** class to remove border from <p:panelGrid> primefaces tag **/
.panelGridNoBorder.ui-panelgrid>*>tr,
.panelGridNoBorder.ui-panelgrid .ui-panelgrid-cell,
.panelGridNoBorder.ui-panelgrid .ui-widget-content
{
    border: none;
} 

.ui-widget {font-family: Verdana,Arial,sans-serif;}

.alignCenter {text-align:center; vertical-align:middle;}

.alignLeft table{margin-left:0px;}

.mediumFont label{
	font-size:12pt;
}


.noPadding{
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.whiteBackground{
	background: white;
	background-color: white;
}

.noMargin p {
	  -webkit-margin-before: 0px;
	  -webkit-margin-after: 0px;
	  margin-top: 0px;
	  margin-bottom: 0px;
	}

.ui-icon-loading {
    background: url(http://code.jquery.com/mobile/1.1.0-rc.1/images/ajax-loader.png);
    background-size: 46px 46px;
    width:46px;
    height:46px;
    -webkit-transform: rotate(360deg);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

 .ERROR {color:red;}
  
 .panelGridBorder {
    border-collapse: collapse;
    border: 1px solid black;
}

.tableFullWidth table {
	width: 100%!important;
}


.labelLeftPosition {
	padding-right: 16px;	
}

.excelsiorLogo {
	background-image: url(../images/excelsiorLogo.png);
	background-repeat: no-repeat!important; 
	background-position: 5% 40%;
}

.ui-widget, .ui-widget .ui-widget {
font-size: 12px !important;
}

.hideImg img{
	display:none;
}

/** define the color of the odd row from the datatable component **/ 
 .ui-datatable-odd {
    background: none repeat scroll 0 0 #F2F5F9;
} 

.smallHeight{
	height:1px;
}

.alignTable table {margin-left: auto; margin-right: auto; }

.noPaddingInAccordion .ui-accordion-content{
	padding-left:0px;
	padding-right:0px;
}




/*********** START BANNER *********************/
#banner {
	background: #630263 url(../images/myExcelsior-logo.jpg)	no-repeat;
	overflow: hidden;
	width: 100%;
}

#banner h1.logo {
	background: none;
	margin: 0;
	position: static;
}

/* excelsior logo to act as home link */
#banner .firstChild {
	width: 200px;
	height: 90px;
	cursor: pointer;
	float: left;
}

#banner .rflt {
	float: right;
	clear: right;
}

#banner .tbLogin {
	float: right;
	clear: right;
	margin: 14px 22px 7px 0px;
}

#banner .tbLogin a {
	color: White;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#banner .tbLogin a:hover {
	text-decoration: underline;
}

#banner .tbNav {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 9px;
}

#banner .tbNav a {
	color: white;
	padding-left: 15px;
	border-left: solid 1px #997499;
	font-weight: normal;
	text-decoration: none;
}

#banner .tbNav a:HOVER {
	color: white;
	padding-left: 15px;
	border-left: solid 1px #997499;
	font-weight: normal;
	text-decoration: underline;
}

#banner .tbNav a:first-child {
	border-left: none;
	padding-right: 15px;
}

#banner .tbNav a.firstChild {
	border-left: none;
	padding-right: 15px;
}

#banner .tbNav .selected {
	color: White;
	background: #997499;
	padding: 2px 5px 2px 5px;
}

#banner .tbNav .selected+a {
	border-left: none;
}

#banner .tbNav a.afterSelection {
	border-left: none;
}
.sixty-percent {
     width: 60%;
}
.ten-percent {
     width: 20%;
}

.ten-percent {
     width: 10%;
}


/*********** END BANNER *********************/

