/* Add here all your CSS customizations */
.fn-logo-name
{
   display: block;
   text-align: left;
   font-family: "Myriad Pro",Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: bold;
   font-size: 36px;
   text-decoration: none;
   padding: 0;
   margin: 0;
   color: #0A71BE !important;
}

.fn-logo-text
{
   display: block;
   text-align: left;
   font-family: "Open Sans";
   font-style: normal;
   font-weight: normal;
   font-size: 15pt;
   text-decoration: none;
   padding: 0;
   margin:0;
   margin-left: 130px;
   margin-top: -15px;
   margin-bottom: -10px;
   color: #111111 !important;
   white-space: nowrap;
   
}

/* New Website logo */
.New_Website
{
    position: absolute;
    left: 0px;
    top: 0px;
}

/* Front page */

div.home-intro div.caption {
	filter: alpha(opacity=0);
	opacity: 0;
}

div.home-intro div.top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

div.home-intro div.main-label {
	color: #FFF;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.3;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

div.home-intro div.bottom-label {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
}

div.home-intro div.caption a,
div.home-intro div.caption a:hover {
	color: #FFF;
}
/* Front page */
.text200
{
    left: 0px;
    width: 200px;
    float: left;
}

div.formbox {
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	-moz-box-sizing: border-box;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background: #f9f9f9;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFfff', endColorstr='#f9f9f9',GradientType=0 );
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	min-height: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
	padding: 20px; 
}

div.formlabel
{
    text-align: left;
}
.menubox
{
    margin: 5px;
}

div.appform {
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	-moz-box-sizing: border-box;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background: #f9f9f9;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFfff', endColorstr='#f9f9f9',GradientType=0 );
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	z-index: 1;
	padding: 10px; 
}

div.appformblock {
	-moz-border-radius: 8px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	-moz-box-sizing: border-box;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background: #ffffff;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFfff', endColorstr='#ffffff',GradientType=0 );
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	z-index: 1;
	padding: 10px; 
}

.formlabel
{
    color: #2274bf;
    font-size: 12pt;
}

.line
{
    margin-top: 10px;
    margin-bottom:10px;
}

.line5
{
    margin-top: 5px;
    margin-bottom:5px;
}

.bold
{
    font-weight: bold;
}
.InfoLine {padding-top: 5px; padding-bottom:3px; vertical-align: middle; width:100%}

div.buttonlist {
	margin: auto auto auto auto;
	margin-right: auto;
	margin-top: auto;
	min-height: 40px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.fullwidth
{
    width: 100%;
}

.mobiletable
{
    font-size: 11pt;
}

/* Scheduler */
.AppItemHeader
{
    font-weight:bold;
    font-size: 11pt;
    color: #000000;
}
.AppItemText
{
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 11pt;
    padding-top: 10px;
}
.AppItemButton
{
    min-height: 20px;
    min-width:80px;
    display: inline-block;
    top: 5px;
    position: relative;
}