﻿body {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

input {
    font-size: inherit;
}

select {
    font-size: inherit;
    background-color: #e3ecfc;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type=radio] {
    bottom: 2px;
}

input[type=text],
input[type=email],
input:not([type]) {
    background-color: #e3ecfc;
}

textarea {
    background-color: #e3ecfc;
}

button {
    background-color: #031981;
    border-color: #031981;
    color: #fff;
    font-size: 11pt;
    margin: 4px;
    min-width: 45px;
    padding: 1px 6px;
}

    button:disabled {
        background-color: #a9a9a9;
        border-color: #a9a9a9
    }

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    padding: 0px;
}

#content {
    margin: auto;
    width: 1200px;
}

.jsgrid {
    font-size: inherit;
}

.ui-widget-header {
    background-color: #1C3395;
}

.ui-widget-header {
    color: white;
}

#topBanner {
    height: 145px;
    background-size: auto;
    background-color: #092042;
}

    #topBanner div {
        margin-left: auto;
        margin-right: auto;
        width: 1280px;
        text-align: center;
    }

        #topBanner div img {
            height: 145px;
            width: 1280px;
        }

#mainMenu {
    width: 1280px;
    margin: auto;
    font-size: 12px;
}

    #mainMenu .topLevel {
        background-color: #f5c851;
        color: #031981;
        text-transform: uppercase;
    }

    #mainMenu .mainMenuItem {
        height: 34px;
        float: left;
    }

        #mainMenu .mainMenuItem div {
            margin-left: 2em;
            margin-right: 2em;
            margin-top: 10px;
        }

    #mainMenu a {
        cursor: pointer;
    }

    #mainMenu .topLevel .mainMenuItem.selected,
    #mainMenu .topLevel .mainMenuItem:hover {
        background-color: #f5e1a5;
    }

.napaData {
    color: #4674C1;
}

.center {
    text-align: center;
}

.jsgrid-header-row .napaData {
    color: black;
}

.ui-dialog-title {
    font-size: 10pt;
}

.dialog {
    display: none;
}

#toast-container {
    font-size: 16pt;
}
