.zone {
	margin-bottom: 10px;
}
h2.zoneTitle, div.zoneTitle, p.zoneTitle {
	margin-bottom:0;
	padding: 5px;
	font-weight: bold;
	font-size:1.2em;
	background: #036;
	color: white;

}
h2.zoneHeader{
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0px;
}

.contractFontP {
	font-size:11px !important;
}

.bg-psu {
	background: #001E44;	
	color: white;
}
.nittany-navy {
    color:#001E44;    
}

.bg-lightgray {
	background: #e8e8e8;	
	color: black;
}
.orange20 {
	color: #e17009;
	font-size: 20px;
}

h2.zoneTitleNoticeOrange {
	margin-bottom:0;
	padding: 5px;
	font-weight: bold;
	font-size:1.2em;
	background: orange;
	color: white;

}


h2.zoneTitleNoticeRed {
	margin-bottom:0;
	padding: 5px;
	font-weight: bold;
	font-size:1.2em;
	background: salmon;
	color: white;

}

div.zoneBorder {
	border: 1px solid #036; 
	padding: 10px;
}

.nav-tabs .nav-link {
	font-size: 1.0rem;
    line-height: 2.0rem;
	padding: .2rem .2rem .2rem 2rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  
  border-color: #036;
  background-color: #3EA39E !important;
  color: #fff !important;
  	border-radius: 2px solid green !important;
}
.nav-tabs .nav-link.menuLinkDisabled {
background-color: #92a2a2;
    pointer-events: none;
}

.nav-tabs .nav-link:hover {
  border-color: #036;
    background-color: #EBECF0;
}

.button-primary-override:hover, 
.button-primary-override:active,
.button-primary-override:focus {
    background-color: yellow !important;
    border-color: yellow !important;
    color: #036 !important;
    background-image: none !important;
    border: 0 !important;
}

.nav-tabs .nav-header {
	background-color: #EDF1F5;
	font-weight: 600;
	font-size: 1.125rem;
    line-height: 2.0rem;
	padding: .2rem .2rem .2rem .2rem;
}


#sidebar_mps {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    min-width: 230px;
    max-width: 230px;
    margin-left: -230px
}

#sidebar_mps.active {
    margin-left: 0
}

#sidebar_mps .nav-link.collapsed {
    position: relative
}

#sidebar_mps .nav-link.collapsed:before {
    content: "\F054";
    position: absolute;
    right: 6px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}
label.error {
	color:red ;
}	
/*
@media only screen and (max-width: 600px) {
  body {
    background-color: green;
  }
  #sidebar_mps {
    margin-left: -230px !important;
	}
}
*/

