﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
   /* padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

input {
    color:black;
}


.GridPager a, .GridPager span {
    color:GrayText !important;
    display: block;
    height: 30px;
    width: 30px;
    margin:5px;
    padding:1px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius:50%;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000 !important;
    border: 1px solid #3AC0F2;
}

.p-1 {
}

.form-signin, form-signin-heading {
    align-content: center;
    text-align: center;
}

/*#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;*/ /* Footer height */
/*}

#footer {
    background-color:white;
    position: fixed;
    left:0px;
    display:block;
    bottom: 0px;    
    width: 100%;
    height:65px;    
}*/

#page-container {
    min-height:calc(100vh - 125px);
}

#footer {    
    position: static;
    left: 0px;
    display: block;    
    height: 50px;
}

