/* --- Page Layout --- */

div.xam_mobiletitle { 
  background-color: #000098; height:65px; border-bottom:2px solid #595959;
	 }
	
div.xam_pagetitle { line-height:40px;
  background-color:#F1F1F1F1; height:40px; text-align:center;}
	
div.xam_pagefooter_no_border { 
  background-color:white; padding-top:25px; padding-bottom:50px; }

div.xam_pagefooter { 
  background-color:white; padding-top:25px; padding-bottom:50px;
	border-top-style:solid; border-top-width:thin; color:grey; }

#PoweredByPDS { display:block; margin-left:auto; margin-right:auto; }

/* --- Login --- */

	
span.mobiletitle { 
	font-family: "Open Sans";
  font-weight:bold;
  font-size:16.0pt;
  color:#333333;
}
	
p.xam_login_text {
  font-size:11.0pt; 
  font-weight: normal;
  color:black; margin-left:10px; }
  
table.xam_login_table { margin-left:30px; }

ul.xalist { margin-left:20px; list-style: square url("images/mobile/list.image.png"); }

/* --- General --- */

div.xam_master { overflow:auto; height:100%; margin-left:7px; margin-right:2px; }

p.xam_custom_text { font-size:12.0pt; color:grey; }

span.xam_warning { color:maroon; font-weight:bold; }

span.title_name {
    font-size:14.0pt; font-weight:bold; color:white;
}

/* --- Profile --- */

div.xam_profile_section { font-size:12.0pt; color:navy;
}
span.xam_profile_section_name {
   font-size:12.0pt; font-weight:bold; color:navy;
}

span.xam_profile_noentries {
    font-size:12.0pt; color:maroon;
}

ul.xam_profile_list { list-style:outside; padding:0px; margin-left:20px; margin-top:0px; margin-bottom:0px; }
li.xam_profile_list {  font-size:12.0pt; color:navy; }

/* --- Jobs --- */

hr.xam_hr { background-color:silver; }

a.xam_job_link {
	font-size:14.0pt; font-weight:bold;
	color:navy; text-decoration:none; 
}

span.xam_job_warning {
	font-size:9.0pt;
	color:maroon;
}

.xam_job_name {
	font-size:14.0pt; 
	font-weight:bold;
  color:navy; }


.xam_job_summary {
	font-size:12.0pt;
	color:navy;
}

.xam_job_detail {
	font-size:9.0pt;
	color:navy;
}

.xam_job_detail_label {
	font-size:10.0pt;
	color:navy;
}

.xam_job_detail_text {
	font-size:10.0pt;
	color:grey;
}


td.job_toolbar {
	font-size:8.0pt;
	color:navy; 
	background-color:whitesmoke;
	text-align:center; }
	
td.job_toolbaractive {
	font-size:8.0pt;
	font-weight:bold;
	color:navy; 
	background-color:silver;
	text-align:center; }

/* --- Messages --- */

.xam_msg_label { font-size:11.0pt;  color:black; }
.xam_msg_value { font-size:11.0pt;  color:#0080e2; }
.xam_newmsg_label { font-size:11.0pt;  color:black; font-weight:bold;}
.xam_newmsg_value { font-size:11.0pt;  color:#0080e2; font-weight:bold;}
.xam_newmsg_text {font-size:11.0pt;  color:#9bd706; font-weight:bold;}
.xam_newmsg_link {font-size:11.0pt;  color:#0080e2; font-weight:bold; text-decoration:none; }
.xam_step_message { font-size:11.0pt;  color:#0080e2; }
p.mobilerequiredtext { color:#0080e2; }

/* -- Mobile Navigate Table -- */    

 Table.xam_navigation { margin-left:75px; }


 TR.xam_navigation { background-color:white; height:60px; cursor:pointer; }
 TD.xam_navigation_icon { width:70px; } 
	
 TD.xam_navigation { color:#2C3342;  
		font-size:14.0pt; font-weight:bold;
		vertical-align:center;}
		
a.NavLink { font-size:13.0pt; }

div.MobileNavigationLayout > div {
  width: 33%;
}

div.MobileNavigationLayout {
  display: flex;
  margin: 0 auto;
  padding: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
}		
div.MobileNavigation
{
	width:110px; height:110px; text-align:center;
}
