html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    margin:0 auto;
    padding:0;
    font-family:arial,helvetica,sans-serif;
}

h2 {
    font-size: 1.75em;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
}

a {
    margin: 0;
    padding: 0;
}

footer {
    display: table-cell;
    position: fixed;
    bottom: 0px;
    color: #aaccee;
    text-align: right;
    background: #363a41;
    height: 30px;
    line-height: 30px; /* Must match the height of this class */
    width: 100%;
}
.footer-push {
    height: 30px; /* Must match the height of the "footer" class */
}

.captureTbl {
    min-width:900px;
    width:60%;
    margin:0 auto;
    padding:0;
    color:#052555;
    text-align:center;
    font-size: 125%;
}

.captureTbl th, .captureTbl td {
    border:2px solid #052555;
    text-align: center;
}

.captureTbl input {
    margin:0;
    padding:0;
    font-size:larger;
    color:#052555;
}

.mssImage {
    height:32px;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.mssImage:hover {
    height:240px;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background-color:#3d94f6;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #052555;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	padding:13px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	-moz-box-shadow:inset -1px -1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset -1px -1px 0px 0px #97c4fe;
	box-shadow:inset -1px -1px 0px 0px #97c4fe;
	background-color:#1e62d0;
}
.myButton:active {
	position:relative;
	top:1px;
}

.hideslide {
    display:none;
}

/** Hack to get jquery calendars to display active cells with precedence over highlighted cells */
div .ui-state-highlight, div .ui-widget-content .ui-state-highlight, div .ui-widget-header .ui-state-highlight {
    border: 1px solid #ffffff;
    background: #eeeeee url("https://code.jquery.com/ui/1.11.4/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png") 50% 50% repeat-x;
    color: #444444;
}
div .ui-state-highlight a, div .ui-widget-content .ui-state-highlight a, div .ui-widget-header .ui-state-highlight a {
    color: #444444;
}
div .ui-state-active, div .ui-widget-content .ui-state-active, div .ui-widget-header .ui-state-active {
    border: 1px solid #999999;
    background: #999999 url("https://code.jquery.com/ui/1.11.4/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
}
div .ui-state-active a, div .ui-state-active a:link, div .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}
/** End jquery hack */

/** Bootstrap Overrides */
.navbar {
    background-color: #363a41;
}

.navbar-brand {
    padding: 2px 15px 2px 40px
}
.navbar-brand img {
    height: 45px;
    display: inline;
}
.navbar-brand span {
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #aa0b0f;
}
@media (max-width: 767px){
    .navbar-brand {
        padding: 2px 15px 2px 2px;
    }
}

.navbar-default .navbar-nav>li>a {
    -moz-box-shadow:inset 1px 1px 0px 0px #cccccc;
	-webkit-box-shadow:inset 1px 1px 0px 0px #cccccc;
	box-shadow:inset 1px 1px 0px 0px #cccccc;
	background-color:#4d545e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #4d545e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	padding:13px 20px;
	text-decoration:none;
}
.navbar-default .navbar-nav>li>a:hover {
    -moz-box-shadow:inset -1px -1px 0px 0px #cccccc;
	-webkit-box-shadow:inset -1px -1px 0px 0px #cccccc;
	box-shadow:inset -1px -1px 0px 0px #cccccc;
	background-color:#8792a2;
	color: white;
}
.navbar-default .navbar-nav>li>a:active {
    position:relative;
	top:1px;
}
@media (max-width: 767px){
    .navbar-default .navbar-nav>li>a {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
	    background-color: #363a41;
	}
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a,
 .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    background-color: #4d545e;
    color: white;
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color:#1e62d0;
}
.dropdown-menu {
    padding: 0;
    background-color: #363a41;
}
.dropdown-menu>li>a {
    margin: 2px;
    background-color: #4d545e;
    color: #fff;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    font-size: 115%;
}
.dropdown-menu>li>a:hover {
    background-color:#8792a2;
    color: white;
}
/** http://www.joostrap.com/support/tutorials-videos/202-how-to-enable-hover-for-nav-dropdowns */
.dropdown:hover .dropdown-menu {
    display: block;
}
/** End Bootstrap Overrides */