
body {
    background-color: #F2F2F2 !important;
}

#navBar-icon {
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
}

.navbar-nav {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

#navBar {
    box-shadow: 0px 1px 1px 0px lightgray;
    background-color: white !important;
    margin-bottom: 20px;
}

#navBar-shadow {
    height: 2px;
    background: -webkit-linear-gradient(left top, blue , red);
    background: -o-linear-gradient(bottom right, blue, red);
    background: -moz-linear-gradient(bottom right, blue, red);
    background: linear-gradient(to bottom right, blue , red);
}

#mainContainer {
    max-width: 1200px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 80px;
    padding: 15px;
    box-shadow: 0px 0px 2px 2px lightgray;
}

#dynmapContainer {
    padding: 10px !important;
}
#dynmapContainer > div {
    vertical-align: middle;
    text-align: center;
}

.dynmapEntryContainer {
    border: 1px solid #e1e1e8;
    border-radius: 6px;
    padding: 0px !important;
}

.dynmapImageContainer {
    padding: 10px;
}

.dynmapSubtextContainer {
    background-color: #f7f7f9;
    border-top: 1px solid #e1e1e8;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-weight: bold;
    padding: 4px;
}

#footer {
    height: 40px;
    background-color: white;
    text-align: center;
    font-size: 11px;
    padding-top: 16px;
    box-shadow: 0px 0px 1px 1px lightgray;
}

#fileBrowser th,
#fileBrowser td {
    vertical-align: middle;
}

#fileBrowser > tbody > tr {
    cursor: pointer;
}

#fileBrowser-colImg {
    width: 48px;
}

#fileBrowser-colFileSize {
    width: 100px;
}

#fileBrowser-colLastModified {
    width: 150px;
}

#fileBrowser > tbody > tr > th {
    padding: 0px 0px 0px 8px;
/*    min-width: 18px;
    max-width: 32px;
    min-height: 18px;
    max-height: 32px;*/
}

.timeline-moment {
    margin-top: 10px;
    background-color: #F2F2F2;
}

.timeline-moment-img {
    max-width: 500px;
}