﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    height: 100%;
}

/* 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;
}

.jumbotron {
    background-size: cover;
    background-image: url('/images/logo.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:white;
}

.navbar-dark {
    background-color: #2a3b80;
    border-color: #2a3b80;
}

.card-header {
    background-color: #2a3b80;
    color:white;
}

body > .container {
    padding: 60px 15px 0;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footer > .container {
        padding-right: 15px;
        padding-left: 15px;
}

@media all and (max-width: 479px) {
    .footer {
        display: none;
    }
}

.container {
    min-height: 100%;
}

#spinner {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}