﻿body {
    background-color: lightsteelblue;
    color: #000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a, a:active {
    color: #060270;
    text-decoration: none;
}

    a:hover, a:visited, a::selection {
        color: #060270;
        text-decoration: underline;
        cursor: pointer;
    }

/* ##################### */

#header {
    padding: 1em;
    text-align: center;
}

#content {
    padding: 2em 0;
    background-color: #fff;
}

#footer {
    padding: 1em;
    text-align: center;
}

/* ##################### */

.tos {
}

.tos h1, .tos h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.tos p {
    text-align: justify;
}

.tos-checkbox-bar {
    text-align: center !important;
}

.tos-checkbox {
    margin: auto;
}

    .tos-checkbox label {
        font-weight: bold;
        padding-left: 10px;
        font-size: 14px;
        text-transform: uppercase;
        vertical-align: middle;
    }

.tos-button-bar {
    text-align: center !important;
}

.tos-button {
    background-color: #e0e5e9;
    border: 1px solid #e0e5e9;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 18px;
}

    .tos-button:hover {
        background-color: #060270;
        border: 1px solid #060270;
        color: white;
    }

/* ##################### */

.filter-bar {
    margin-bottom: 2em;
}

.filter {
}

.filter label {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.filter-textbox {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 2px;
    padding-left: 5px;
}

.filter-dropdown {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 2px;
    padding-left: 5px;
}

.filter-button {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    background-color: #e0e5e9;
    border: 1px solid #e0e5e9;
    border-radius: 2px;
}

    .filter-button:hover {
        background-color: #060270;
        border: 1px solid #060270;
        color: white;
    }

    /* ####################### */

.message-container {
    background-color: #e0e5e9;
    text-align: center;
    font-weight: bold;
    padding: 1em;
    font-size: 18px;
    border-radius: 4px;
}

.error-container {
    background-color: red;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 1em;
    font-size: 18px;
    border-radius: 4px;
}

/* ############################# */


.data-grid {
    width: 100%;
    border-collapse: collapse;
    border-width: 0;
}

.data-grid-header, .data-grid-item {
    background-color: white;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    padding: 5px 10px;
}

.data-grid-header {
    text-transform: uppercase;
    border-width: 0;
}