/* footer control */
html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    /* background-color: rgb(234, 234, 233) !important; */
    /* background: url("../img/wallpaper.png") no-repeat center center fixed; */
    background-color: #006CB5 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bodyprint {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: white;
}


.wallp {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: url("../img/wallpaper.png") no-repeat center center fixed;
    background-color: #006CB5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

/* */

body, h1, h2, h3 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

a, .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
    color: #aec251;
}

a:hover, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #687430;
}

a.edopts {
    color: #7d21ff;
}

a.edopts:link, a.edopts:visited {
    color: #7d21ff;
}

a.edopts :hover {
    color: #F00;
}

p.copyright {
    margin: 15px 0 0;
}

.alert {
    margin-top: 10px;
}

.alert-info {
    width: 50%;
    margin: auto;
    color: #687430;
    background-color: #e6ecca;
    border-color: #aec251;
}

.form-title {
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
    background-color: #ededed;
}

.form-title2 {
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 15px;
    text-align: center;
    background-color: #ededed;
}

.form-subtitle2 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    background-color: #6f6f6f;
    margin-bottom: 5px;
}

.form-subtitle3 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    background-color: #6f6f6f;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px;
}

.pad5{
    padding: 5px;
}

.btnxsm {
    height: 21px;
    font-size: 11px;
}

.filter {
    width: 225px;
    float: left;
    border: 1px black solid;
    text-align: left;
    padding: 5px;
}

.xfilter {
    height: 36px;
}

.btn-default {
    border-color: #000000;
    color: #000000;
    background-color: lightgray;
    padding: 8px;
    font-size:10px;
}

.btn-default:hover {
    background-color: #aeaeae;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.content-section {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
}

.footer2, .push {
    clear: both;
    height: 4em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    height: 100%;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.topnav {
    font-size: 14px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    background-color: #006CB5;

}

.wrap_form {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    background-color: white;
    padding: 20px;
    border: 2px solid darkgray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border-radius: 25px;
}

.container2 {
    background-color: white;
    border: 2px solid darkgray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border-radius: 25px;
}

.outer {
    display: table;
    position: absolute;
    height: 70%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

.spacer{
    margin-top: 10px;
}

.prt{
    border: 0.5px solid;
}

.prh{
    width: 70px;
    padding: 5px;
}

.prd{
    padding: 5px
}

.alig{
    font-size: x-small;
}

.err{
    background-color: #ffdede;
}
.notices{
    text-align: center;
    font-size: 12px;
}
