﻿body {
    background-color: lightsteelblue;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


#header {
    padding: 1em;
    background-color: lightsteelblue;
    color: #FFF;
}

#content {
    padding: 4em 0;
    background-color: #fff;
    color: #000;
}

#footer {
    padding: 1em;
    font-size: 14px;
}


h1 {
    font-size: 18px;
    font-weight: bold;
    color: #060270;
    margin-bottom: 18px;
}

a, a:active {
    color: #060270;
    text-decoration: none;
}

    a:hover, a:visited, a::selection {
        color: #060270;
        text-decoration: underline;
    }

p.tos {
    text-align: justify;
    text-justify: inter-word;
}

div.box-error {
    background-color: mistyrose;
    padding: 1em;
    border-radius: 4px;
}

div.box-message {
    background-color: white;
    padding: 1em;
    border-radius: 4px;
    border: 1px solid lightsteelblue;
}

div.copyright {
    font-size: 10px;
    margin-top: 1em;
}

div.error {
    color: red;
    margin-bottom: 1em;
    font-size: 12px;
}

div.mast-text {
    font-size: 20px;
    font-weight: bold;
}

label.filter-text {
    font-size: 14px;
    font-weight: bold;
    color: #060270;
}

table.control-grid {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

    table.control-grid th {
        background-color: #060270;
        font-weight: bold;
        padding: 5px;
        border: 1px solid #060270;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-size: 0.8em;
    }

    table.control-grid td {
        padding: 5px;
        border: 1px solid lightsteelblue;
    }

.grid-area {
    max-width: 100%;
    overflow-x: auto;
}

.margin-bottom-1 {
    margin-bottom: 1em;
}

.control-btn, .control-btn-lg, .control-ddl, .control-txt {
    box-sizing: border-box;
    border: 1px solid lightsteelblue;
    border-radius: 4px;
}

.control-btn, .control-btn-lg {
    display: inline-block;
    background-color: lightsteelblue;
    border-color: lightsteelblue;
}

    .control-btn:hover, .control-btn-lg:hover {
        background-color: #060270;
        border-color: #060270;
        color: white;
    }

.control-btn {
    height: 30px;
    text-transform: uppercase;
    font-size: 0.8em !important;
}

.control-btn-lg {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.5em 1em;
}

.control-ddl {
    width: 100%;
    height: 30px;
    border: 1px solid lightsteelblue;
}

.control-txt {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    border: 1px solid lightsteelblue;
}