﻿body {
    background-color: black;
    background-image: url('body.jpg');
    margin: 0px;
    padding: 0;
    color: white;
/*    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
*/    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#login_panel {
    padding: 20px 20px 20px 20px;
    background-color: rgba(0, 0, 0, 0.66);
    margin: 100px 30% 20px 30%;
    text-align: left;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#header {
    background-color: white;
    position: relative;
    margin-bottom: 0px;
    color: black;
    padding: 0;
    padding-left: 30px;
    padding-bottom: 10px;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: black;
        border: none;
        font-size: 32px !important;
    }

#login_panel input:not([type="file"]) {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.5em;
    background-color: white;
    color: black;
}

#customer_switchboard {
    padding: 20px 20px 20px 20px;
    background-color: rgba(0, 0, 0, 0.66);
    margin: 17% 20% 20px 40%;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

    #customer_switchboard a {
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: none;
        padding: 15px;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        line-height: 3em;
        background-color: white;
        color: black;
    }

#customer_page {
    display: flex;
    padding: 20px 5px 20px 5px;
    background-color: rgba(0, 0, 0, 0.66);
    margin: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

    #customer_page h1 {
        font-weight: bold;
        /*font-family:'Times New Roman', Times, serif;*/
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif padding: 5px 0;
        margin: 0;
        color: white;
        border: none;
        font-size: 32px !important;
    }

    #customer_page h4 {
        /*font-family:'Times New Roman', Times, serif;*/
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
    }

.HeaderLinkButton {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none !important;
    line-height: 3em;
    background-color: var(--off-white);
    color: black !important;
    margin-left: 15px;
    cursor: pointer;
}

.data_table tr {
    vertical-align: middle;
    font-size: 16px;
}

.data_table td {
    border: lightgray solid 1px;
    padding: 5px;
    font-size: 16px;
}

.data_table th {
    border: lightgray solid 1px;
    padding: 5px;
    background-color: var(--background-green);
    color: white;
    font-size: 16px;
}

.ui-paging-info {
    display: none;
}





/* Standard Styles   
----------------------------------------------------------*/

a {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    a:link {
        color: var(--background-green);
        text-decoration: underline;
    }

    a:visited {
        color: #505abc;
    }

    a:hover {
        color: #1d60ff;
        text-decoration: none;
    }

    a:active {
        color: #12eb87;
    }

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

textarea {
    font-family: Arial;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: white;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#main {
    padding: 0px 30px 0px 30px;
    /*background-color: #fff;*/
    /*margin-bottom: 30px;*/
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#switchboard {
    padding: 20px 20px 20px 20px;
    /*background-color: #fff;*/
    background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat;
    margin: 20px 20px 20px 20px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#menu_switchboard {
    padding: 20px 20px 20px 20px;
    /*background-color: #fff;*/
    background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat;
    margin: 20px 20px 20px 20px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#entry {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    margin: 20px 20px 20px 20px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer {
    /*background-image:url('header.jpg');*/
    position: relative;
    margin-bottom: 0px;
    color: #fff;
    padding: 0;
    padding-left: 30px;
    padding-bottom: 10px;
    /*color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;*/
}

#entry td {
    padding-left: 10px;
    padding-right: 10px;
}


/* HEADER MENU 
----------------------------------------------------------*/
.submitBtn {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.submitBtn {
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: var(--off-white);
    color: var(--cust-brown);
    margin-left: 5px;
    margin-right: 5px;
}

#header a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: var(--off-white);
    color: var(--cust-brown);
    margin-left: 5px;
    margin-right: 5px;
}

    #header a.down {
        background-color: var(--cust-brown);
        color: var(--off-white);
    }

    #header a:hover {
        cursor: pointer;
        background-color: var(--cust-brown);
        color: var(--off-white);
        text-decoration: none;
    }

    #header a:active {
        background-color: var(--cust-brown);
        color: var(--off-white);
        text-decoration: none;
    }

#header.selected a {
    background-color: var(--cust-brown);
    color: var(--off-white);
}

#header input:not([type="file"]) {
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*padding: 10px 20px;*/
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-decoration: none;
    line-height: 2.8em;
    background-color: var(--off-white);
    color: var(--cust-brown);
}

#header input[type="text"] {
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1em;
}

#header input.down {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: var(--cust-brown);
    color: var(--off-white);
}

#header input:hover {
    cursor: pointer;
    background-color: var(--cust-brown);
    color: var(--off-white);
    text-decoration: none;
}

#header input:active {
    background-color: var(--cust-brown);
    color: var(--off-white);
    text-decoration: none;
}

#header.selected input {
    background-color: var(--cust-brown);
    color: var(--off-white);
}


/* FOOTER MENU 
----------------------------------------------------------*/

#footer .total {
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: var(--off-white);
    color: var(--cust-brown);
}

#footer a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: var(--off-white);
    color: var(--cust-brown);
}

    #footer a.down {
        padding: 10px 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 2.8em;
        background-color: var(--cust-brown);
        color: var(--off-white);
    }

    #footer a:hover {
        cursor: pointer;
        background-color: var(--cust-brown);
        color: var(--off-white);
        text-decoration: none;
    }

    #footer a:active {
        background-color: var(--cust-brown);
        color: var(--off-white);
        text-decoration: none;
    }

#footer.selected a {
    background-color: var(--cust-brown);
    color: var(--off-white);
}

#footer input {
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*padding: 10px 20px;*/
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-family: 'Times New Roman';
    font-size: 16px;
    text-decoration: none;
    line-height: 2.8em;
    background-color: var(--off-white);
    color: var(--cust-brown);
}

    #footer input.down {
        padding: 10px 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 2.8em;
        background-color: var(--cust-brown);
        color: var(--off-white);
    }

    #footer input:hover {
        cursor: pointer;
        background-color: var(--cust-brown);
        color: var(--off-white);
        text-decoration: none;
    }

    #footer input:active {
        background-color: var(--cust-brown);
        color: var(--off-white);
        text-decoration: none;
    }

#footer.selected input {
    background-color: var(--cust-brown);
    color: var(--off-white);
}

/* Switchboard MENU 
----------------------------------------------------------*/
#switchboard h1, h2, h3, h4, h5, h6 {
    color: var(--cust-brown);
    margin: 0;
}

#switchboard h2 {
    padding: 10px 0 0 0;
}

#switchboard table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#switchboard td {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#switchboard a {
    display: block;
    height: 80%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /*padding: 10px 20px;*/
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    /*background-color: var(--cust-brown);*/
    background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat;
    color: var(--off-white);
}

    #switchboard a:hover {
        cursor: pointer;
        /*background-color: var(--off-white);*/
        background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat;
        color: var(--cust-brown);
        text-decoration: none;
    }

    #switchboard a:active {
        /*background-color: var(--off-white);*/
        background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat;
        color: var(--cust-brown);
        text-decoration: none;
    }

#switchboard.selected a {
    /*background-color: var(--off-white);*/
    background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat;
    color: var(--cust-brown);
}

/* MenuSwitchboard MENU 
----------------------------------------------------------*/
#menu_switchboard h1, h2, h3, h4, h5, h6 {
    color: white;
    margin: 0;
}

#menu_switchboard h2 {
    padding: 10px 0 10px 0;
    color: white;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu_switchboard select {
    font-size: 14pt;
}

#menu_switchboard table {
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

#menu_switchboard td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#menu_switchboard a {
    display: block;
    height: 80%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /*padding: 10px 20px;*/
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    /*background-color: var(--cust-brown);*/
    background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat;
    color: var(--off-white);
    text-align: center;
}

    #menu_switchboard a:hover {
        cursor: pointer;
        /*background-color: var(--off-white);*/
        background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat;
        color: var(--cust-brown);
        text-decoration: none;
    }

    #menu_switchboard a:active {
        /*background-color: var(--off-white);*/
        background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat;
        color: var(--cust-brown);
        text-decoration: none;
    }

#menu_switchboard.selected a {
    /*background-color: var(--off-white);*/
    background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat;
    color: var(--cust-brown);
}

#menu_switchboard td a {
    display: block;
    height: 80%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 16pt;
    text-decoration: none;
    line-height: 2.8em;
    background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat;
    color: var(--cust-brown);
    text-align: center;
}

    #menu_switchboard td a:hover {
        cursor: pointer;
        background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat;
        color: var(--off-white);
        text-decoration: none;
    }

    #menu_switchboard td a:active {
        background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat;
        color: var(--off-white);
        text-decoration: none;
    }

#menu_switchboard.selected td a {
    background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat;
    color: var(--off-white);
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    /*text-align: right;*/
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: var(--off-white);
            color: var(--background-green);
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    width: auto;
    border-bottom: none;
}

.menuSubmitBtn {
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 16pt;
    text-decoration: none;
    line-height: 2.8em;
    background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat;
    color: var(--cust-brown);
    text-align: center;
    cursor: pointer;
}

    .menuSubmitBtn:hover {
        cursor: pointer;
        background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat;
        color: var(--off-white);
        text-decoration: none;
    }

    .menuSubmitBtn:active {
        background: #eceadf url(themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat;
        color: var(--off-white);
    }

    .menuSubmitBtn:focus {
        outline: none;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* Styles for grid
----------------------------------------------------------*/
.HighlightColumn {
    background-color: #fff;
}

.yellowColumn {
    /*background-color: yellow;*/
    font-weight: bold !important;
}

.AlertCell {
    color: #DC1A1A;
}

/* Navigation Bar
----------------------------------------------------------*/
.navbar-fixed-top {
    position: relative;
}

.navbar-inverse {
    background-color: var(--navbar-background) !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: var(--navbar-foreground) !important;
        padding-bottom: 10px !important;
        padding-top: 20px !important;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff !important;
        }

.nav ul {
    display: none;
}

.nav li:hover > ul {
    color: white;
    font-weight: bold !important;
    background-color: var(--navbar-background) !important;
    list-style: none;
    display: block;
}

.nav li > ul > li {
    color: #ccc;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .nav li > ul > li > a {
        color: var(--navbar-foreground) !important;
        background-color: var(--navbar-background) !important;
        text-decoration: none;
        border-width: 0px;
    }

    .nav li > ul > li:hover > a {
        color: white !important;
        background-color: #000000;
        font-weight: bold;
        text-decoration: none;
    }

