﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #f7f7f7;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    background: #f7f7f7;
    padding-left: 30px;
    padding-right: 30px;
}

.modalBackground {
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.50;
}

div.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

div.filter {
    margin-right: 20px;
    height: 55px;
}

    div.filter select, div.filter input[type=text] {
        min-width: 100px;
    }

    div.filter:last-child {
        margin-right: 0px;
    }

.checkboxlist td, .checkboxlist th {
    padding: inherit;
}

.cbl input[type=checkbox] {
    margin-right: 5px;
    margin-left: 0px;
}

.checkboxlist input[type=checkbox], .cb input[type=checkbox] {
    margin-right: 5px;
    margin-left: 5px;
}

.radiobuttonlist td, .radiobuttonlist th {
    padding: inherit;
}

.radiobuttonlist input[type=radio], .rb input[type=radio] {
    margin-right: 5px;
    margin-left: 5px;
}

.panelList, .panelListForAmCharts {
    background: white;
    padding: 5px;
    margin: 30px 0px;
}

.navbar {
    margin-bottom: 0px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.panelList h2, .panelListForAmCharts h2 {
    color: #00b8b1;
    margin-top: 5px;
}

.panelList svg path {
    fill: #00b8b1;
}


h1.page-header {
    background: #ececec;
    margin-top: 0px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px 30px;
}

    h1.page-header .normal {
        font-weight: normal;
        font-size: 14px;
        margin-top: 14px;
    }

.tab-pane .panelList:first-child {
    margin-top: 15px;
}

h1.tab-pane-header {
    background: #ececec;
    margin-top: 0px;
    padding: 10px 30px;
}

.panel-filter {
    border-bottom: solid 1px #00b8b1;
    margin-bottom: 20px;
}

.back-button {
    margin-top: 10px;
    font-size: 14px;
}

.ajax__calendar table tr td {
    padding: 0px;
    border: none;
}

.homepagecontainer {
    display: flex;
    margin-top: 100px;
}

    .homepagecontainer > div {
        flex-basis: 100%;
        text-align: center;
        background-color: firebrick;
        color: white;
        margin: 0px 25px 0px 25px;
        border-radius: 5px;
    }

        .homepagecontainer > div .tablecontainer {
            display: table;
            width: 100%;
        }

            .homepagecontainer > div .tablecontainer a {
                color: white;
                display: table-cell;
                height: 180px;
                text-decoration: none;
                font-size: 24px;
                font-weight: bold;
                vertical-align: middle;
                text-align: center;
                width: 100%;
            }


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
