﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/* Used to hide a column when used to expand details for a row */
.hideGridColumn {
    display: none;
    height: 0px;
}

.updateProgressModal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}

.updateProgressCenterBody {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 400px;
    background: white;
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    opacity: 1.0;
    filter: blur(0);
}
