html, body {
    min-height: 100vh;
    position: relative;
    margin: 0;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -41px; /* the bottom margin is the negative value of the footer's height */
    padding-bottom: 10px;
}
footer, .push {
    color: #777;
    height: 41px; /* .push must be the same height as .footer */
}

/* Forms and inline-block center*/
.box-center {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: flexbox;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    width: 100%;
}

.box-center > form,
.box-center >.box {
    min-width: 100px;
    display: inline-block;
}

.huge {
    font-size: 40px;
}

.errorMessage {
    color: #a94442;
}

.fa.download-status {
    margin-right: 5px;
}

.fa.spinner {
    -webkit-animation: loading 1.2s linear infinite;
    -moz-animation: loading 1.2s linear infinite;
    -o-animation: loading 1.2s linear infinite;
    animation: loading 1.2s linear infinite;
}

@keyframes loading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.block {
    padding-bottom: 30px;
}

.img-responsive {
    margin: 10px auto;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.nav-line {
    clear: both;
    border-top: 1px solid #E0E0E0;
}

li.navbar-text {
    padding: 0 15px;
}

button.mystart {
    margin-right: 10px;
}

div.photo-check-example {
    border: solid aliceblue 2px;
    border-radius: 15px;
}

div.photo-check-example img {
    width:100%;
}

div.help {
    background-color: aliceblue;
}

div.help ul li {
    margin-bottom: 5px;
}

div.nav-line li {
    box-shadow: 1px 1px 10px;
}

a.zipSchool {
    cursor: pointer;
}

div.photo-filter select {
    width: 100% !important;
}

div.photo-item {
    min-height: 210px;
}

#city-grid, #photo-grid, #school-grid, #user-grid, #man-grid, #consent-grid {
    width: 100%;
}

.m-images {
    width: 250px;
    margin-bottom: 15px;
    height: 160px;
}

.x-large {
    font-size: x-large;
}
