﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    font-size: 14px !important;
}

body {
    padding-top: 0px;
    padding-bottom: 10px;
    line-height: 1.4 !important;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 10px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar {
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

.maxWidth280 {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.number {
    width: 100px !important;
    text-align: right;
}

.date {
    width: 100px !important;
}

.time {
    width: 100px !important;
}

.strike_text {
    text-decoration: line-through;
}

.no_text_decoration {
    text-decoration: none !important;
    display: inline-block;
}

.filter > .card {
    margin-bottom: 10px !important;
}

.filter > .card-body {
    padding-bottom: 0px !important;
}

caption {
    caption-side: top !important;
    font-size: 1.2rem;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.text-uder-grid {
    margin-top: -0.98rem !important;
}
