@CHARSET "UTF-8";

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
}

h2 {
	color: navy;
	margin-top: 0;
}

h4 {
	color: navy;
}

.ui-widget {
	font-size: 12px;
}

.appMenu {
	background-color: navy;
	margin-top: 0px;
	padding-left: 20px;
	line-height: 30px;
	color: white;
}

.appMenu a {
	color: white !important;
	text-decoration: none;
	font-size: 18px;
}

.appMenu a:HOVER {
	color: #7F8EFF !important;
}

.content {
	background: #FCFCFC;
    height: auto;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
}

.footer {
	margin-top: 20px;
}

.inline {
	float: left;
}

fieldset {
	clear: both;
	display: block;
	margin-top: 10px;
}

.fieldsetLegend {
	font-size: 16px;
	color: navy;
	font-weight: bold;
}

.separated {
	margin-bottom: 10px;
}

.majorLink {
	font-size: 16px;
	color: navy;
}

.editProfilePanel {
	width: 400px;
}

#header {
	margin-left: 20px;
	margin-top: 5px;
}


/* Below Changes are added for JSF migration from jsf-api-2.0.3-b05.jar, jsf-impl-2.0.3-b05.jar to  
jsf-api-2.0.11-04.jar , jsf-impl-2.0.11-04.jar. 
*/

.ui-datatable table {
   font-size: 1em;
}

.ui-widget table tr td{
font-size : 12px;
color: #4f4f4f;
} 

form {
    display: inline;
} 
ul{
	margin-top: 0px;
}

/*
Below change for data align in Releases section table in Release Management page.
*/
.maincolStyle1 { 
	width: 1%;
	text-align: center;
}
.maincolStyle2 { 
	width: 60%;
	text-align: left;
}
.maincolStyle3 { 
	width: 39%;
	text-align: right;
}

.colStyle1 { 
	width: 35%;
	text-align: left;
}
.colStyle2 { 
	width: 65%;
	text-align: left;
}
#.ui-blockui{position:absolute;top:0;left:0;text-align:center;}
#.ui-blockui-content{position:fixed !important;text-align:center;padding:1em;top:50% !important;left:50% !important;transform: translate(-50%, -50%);}

.centered {
  position: fixed !important;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.blockDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 0px;
  height: 0px;
  z-index: 10;
}

.ui-messages-error {
	color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7 !important;
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 10px 10px;
}

.ui-messages-error li {
	display: block;
}

.ui-messages-error ul {
	margin: 0px;
}

.ui-messages-error-icon {
	height: 24px;
    width: 24px;
	background: url(/fsa-gateway/javax.faces.resource/messages/messages.png.xhtml?ln=primefaces) no-repeat 0px -52px;
    display: block;
    float: left;
    margin-top: -4px;
    padding: 0;
    position: relative;
}

.ui-messages-error-summary {
	margin-left: 10px;
    font-weight: bold;
}
