﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/*My addition*/
.ButtonLightBlue {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.ButtonLightBlue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
}
.ButtonLightBlue:active {
	position:relative;
	top:1px;
}

.ButtonYellow {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.ButtonYellow:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.ButtonYellow:active {
	position:relative;
	top:1px;
}

.ButtonBlueOnYellow {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #996614));
	background:-moz-linear-gradient(top, #ffec64 5%, #996614 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #996614 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #996614 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #996614 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #996614 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#996614',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffed24;
	display:inline-block;
	cursor:pointer;
	color:#0c1b61;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.ButtonBlueOnYellow:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #996614), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #996614 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #996614 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #996614 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #996614 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #996614 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#996614', endColorstr='#ffec64',GradientType=0);
	background-color:#996614;
}
.ButtonBlueOnYellow:active {
	position:relative;
	top:1px;
}

.ButtonBlueCyan {
	-moz-box-shadow: 0px 1px 0px 0px #121108;
	-webkit-box-shadow: 0px 1px 0px 0px #121108;
	box-shadow: 0px 1px 0px 0px #121108;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #66edff), color-stop(1, #2b70ba));
	background:-moz-linear-gradient(top, #66edff 5%, #2b70ba 100%);
	background:-webkit-linear-gradient(top, #66edff 5%, #2b70ba 100%);
	background:-o-linear-gradient(top, #66edff 5%, #2b70ba 100%);
	background:-ms-linear-gradient(top, #66edff 5%, #2b70ba 100%);
	background:linear-gradient(to bottom, #66edff 5%, #2b70ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66edff', endColorstr='#2b70ba',GradientType=0);
	background-color:#66edff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #40acc7;
	display:inline-block;
	cursor:pointer;
	color:#ebe8c3;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0f0e04;
}
.ButtonBlueCyan:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2b70ba), color-stop(1, #66edff));
	background:-moz-linear-gradient(top, #2b70ba 5%, #66edff 100%);
	background:-webkit-linear-gradient(top, #2b70ba 5%, #66edff 100%);
	background:-o-linear-gradient(top, #2b70ba 5%, #66edff 100%);
	background:-ms-linear-gradient(top, #2b70ba 5%, #66edff 100%);
	background:linear-gradient(to bottom, #2b70ba 5%, #66edff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b70ba', endColorstr='#66edff',GradientType=0);
	background-color:#2b70ba;
}
.ButtonBlueCyan:active {
	position:relative;
	top:1px;
}


.txtPasswordCheck {
    width:600px;
    height:65px;
    color:white;
    background-color:#042F93;
    font-size:18pt;
    text-align:center;
}

   /*p {font-size: 1.36em;}
    p::first-letter{font-size: 125%;color: #317eac;}*/

img {
  border: 0;
}
/*
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
*/
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

#header, #footer, #content {
    position: absolute;
    right: 0;
    left: 0
}

#header {
    height: 60px;
    top: 0;
    position: fixed;
}

#footer {
    height: 30px;
    bottom: 0;
    position: fixed;
}

#content {
    /*top: 60px;*/
    bottom: 30px;
    overflow: hidden; /* use this if don't want any window scrollbars and use an inner element for  scrolling*/
}

mh3, .mh3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #317eac;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
}
.dropdown-submenu:hover .dropdown-menu  {
    display: block;
}
