h2 
{
	color:#1f3c5c;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	display: inline-block;
}

small
{
	font-size: 0.8em;
	float: right;
}

.unsent_items
{
  	position: fixed;
	right: 15px;
	top: 0px;
	z-index: 10000;
	
	text-shadow: none !important;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
	  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
	  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
	  -webkit-border-radius: 0 0 4px 4px;
	  -moz-border-radius: 0 0 4px 4px;
	  -ms-border-radius: 0 0 4px 4px;
	  -o-border-radius: 0 0 4px 4px;
	  border-radius: 0 0 4px 4px;
	  font-family: "Helvetica Neue", sans-serif;
	  font-weight: 300;
	  font-size: 10px;
	  padding: 1em;
	  background: #1f3c5c;
	  color: #cccccc;
 
 }

.center
{
	text-align: center;
}

.center-me 
{
	margin: auto; 
	width: 50%;
}

.d-blue 
{
	color:#1f3c5c;
	text-shadow: none;
	font-weight: 300;
}

.bg-block 
{
	background-color: rgba(255,255,255,0.3);
	padding: 2em;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	line-height: 2.2em;
}

a.nav-link,
a.nav-link:active,	
a.nav-link:focus,
a.nav-link:visited,
a.nav-link:hover 
{
	background-color: #1f3c5c !important;
	text-shadow: none !important;
	color: #58728d !important;
	border-color: #325070 !important;
	cursor: default !important;
	box-shadow: none !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
	font-size: 14px !important;
}


a.active,
a.active:active,
a.active:focus,
a.active:visited,
a.active:hover
{
	background-color: #325070 !important;
	text-shadow: none !important;
	color: #fff !important;
	border-color: #325070 !important;
	cursor: default !important;
}

.ui-input-text input, 
.ui-input-search input 
{
	background-color: white;
}

.ui-datepicker
{
	z-index: 10 !important;
}


.content
{
	margin-left: 2em;
	margin-right: 2em;
}

.content-vw
{
	max-height: 120px !important; 
	overflow-y: scroll;
}

.footer
{
	background-color: #cfe4f5 !important; 
	border: none;
}

.icon-fp
{
	font-size: 6em; 
	color: #1f3c5c; 
	padding-right: 0.25em;
}

.btn-fp
{
	background-color: #b80510 !important; 
	color: white !important; 
	text-shadow: none !important; 
	margin-bottom: 30px !important; 
	font-size: 24px !important;
}

p.welcome
{
	margin: 20px 20px;
}

img.logo
{
	margin: 15px 0;
}

.menubtn
{
	background-color: transparent !important; 
	color: #1f3c5c !important; 
	text-shadow: none !important; 
	border: none !important; 
	font-size: 70px !important; 
	float: right !important; 
	margin:0 !important; 
	margin-right: 20px !important; 
	padding: 0 !important;
}

a.prevbtn
{
	background-color: #b80510 !important; 
	color: white !important; 
	text-shadow: none !important;
	margin: 0px 0px 20px 2em !important;
	font-size: 16px !important;
}

a.nextbtn
{
	background-color: #b80510 !important; 
	color: white !important; 
	text-shadow: none !important;
	margin: 0px 2em 20px 0px !important;
	font-size: 16px !important;
}	