@import url(//fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);


#page{
	width: 870px;
	margin: 0 auto;
	font-family: Arial;	
	font-size: 14px;	
	z-index:9999;
    /*-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(13px);
    filter: blur(0px);*/    
}

.body{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;	
	background-image: url("/javax.faces.resource/images/login-bg.jpg.xhtml");
	background-size: cover;	
    background-repeat:no-repeat;
    background-position:center;    
	background-position-y:13%;
	z-index: -1;
}
.grad{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: -1;
	opacity: 0.7;
}


.whiteTitle
{
	color: #ffffff;
	font-family: 'Exo', sans-serif;
	font-size: 35px;
	font-weight: 200;
	text-align: center;	
}

.orangeTitle
{
	color: #ef7d00;
	font-family: 'Exo', sans-serif;
	font-size: 25px;
	font-weight: 200 bold;
	text-align: right;		
}
.whiteTitle
{
	color: white;
	font-family: 'Exo', sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: right;		
}

.orangeMiniTitle
{
	color: #ef7d00;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	font-weight: 200 bold;
	text-align: right;		
}

#header{
	width: 100%;
	height:100px;	
	margin-bottom:16px;		 
	
}

#content{
	width: 100%;
	height: 100%;		
	margin-right:16px;
	margin-bottom:16px;	
	min-height: 390px;	
}

#footer{
	width: 100%;
	height:100px;
	font-size: 12px;	
}

.moduleTitle{
	text-align: center;
	margin: 5 auto 5 auto;
	color: #498FC9;		
}
.userInfoTitle{	
	font-size: 16px;
	font-weight:bold;
}

.editUserInfoRow
{
	width: 200px;
}

.commandButton
{
	float: right; 
}

.ui-datepicker td.disabledDate span.ui-state-default {
	color: #FF0000 !important;
}

.ui-datepicker td.enabledDate a.ui-state-default {
	color: #088A29 !important;
}

.ui-datepicker .ui-datepicker-current-day a.ui-state-default.ui-state-active{
	color: #088A29 !important;
	background-color: #CEECF5 !important;
	text-shadow: none !important;
	font-weight: bold
}


.fa.white {
   color: white;
}

.fa.black {
   color: black;
}

.fa.green {
   color: green;
}

.fa.red {
   color: red;
}

.fa.grey {
   color: grey;
}

.fa.small {
  width: 24px;
  font-size: 24px;
}

.fa.medium {
  width: 32px;
  font-size: 32px;
}

.fa.large {
  width: 40px;
  font-size: 40px;
}

