/* Minification failed. Returning unminified contents.
(363,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* ************************************************************************* */
/* ************************     Base Styles     **************************** */
/* ************************************************************************* */
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
}

div {
    box-sizing: border-box;
}

.header, .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-height: 50px;
    background-color: #cccccc;
    background: -webkit-linear-gradient(#eeeeee, #aaaaaa);
    background: -o-linear-gradient(#eeeeee, #aaaaaa);
    background: -moz-linear-gradient(#eeeeee, #aaaaaa);
    background: linear-gradient(#eeeeee, #aaaaaa);
    border-bottom: 1px solid #666666;
}

.footer {
    border-top: 1px solid #666666;
    border-bottom: none;
}

.paper {
    width: 900px;
    margin: inherit auto;
}

.info {
    border: 1px solid gray;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.content {
    min-height: 87vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row;
    margin: 0px;
    padding: 20px;
}

.content-map {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row;
    margin: 0px;
    padding: 0px;
}

    .content-map > .maparea {
        flex-grow: 5;
        flex-basis: 85%;
        order: 1;
        min-height: 87vh;
    }

    .content-map > .sidearea {
        min-height: 87vh;
        background-color: #cccccc;
        background: -webkit-linear-gradient(to right, #eeeeee, #aaaaaa);
        background: -o-linear-gradient(to right, #eeeeee, #aaaaaa);
        background: -moz-linear-gradient(to right, #eeeeee, #aaaaaa);
        background: linear-gradient(to right, #eeeeee, #aaaaaa);
        border-left: 1px solid #666666;
        flex-grow: 1;
        flex-basis: 15%;
        order: 2;
    }

@media print {
    .paper {
        max-width: 700px;
    }

    .header {
        background: none;
        border: none;
        min-height: 0px;
        height: auto;
    }

    .menu,
    .footer {
        display: none;
    }

    .content {
    }
}
/* ************************************************************************* */
.Prod {
    background-color: lemonchiffon;
}

.Test {
    background-position: left;
    background-image: url('../Images/Test.png');
    background-repeat: repeat-y;
}

.debug {
    display: inline-block;
    background-color: lightpink;
    border: 1px solid red;
    border-radius: 10px;
    margin: 20px 30px 20px 20px;
    padding: 10px 10px 15px 10px;
}
/* ************************************************************************* */
.menu {
    float: left;
    margin: 7px 0px;
    padding-left: 0px;
    list-style: none;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

    .menu > li {
        float: left;
        position: relative;
        display: block;
    }

        .menu > li > a {
            text-decoration: none;
            font-weight: bold;
            color: #990000;
            padding: 15px;
        }

            .menu > li > a:hover {
                color: #000099;
            }

/*@media (min-width: 768px) {
    .contain {
        max-width: 750px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .contain {
        max-width: 970px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .contain {
        border: 1px solid red;
        max-width: 1170px;
        margin: auto;
        height: 90vh;
    }
}*/

/* ************************************************************************* */
a {
    color: #990000;
}

    a:hover {
        color: #000099;
    }

    a.anchor {
        display: block;
        position: relative;
        top: -70px;
        visibility: hidden;
    }

button,
.button,
input[type="submit"],
input[type="button"] {
    border: 1px solid gray;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #cccccc;
    background: -webkit-linear-gradient(to bottom right, #eeeeee, #aaaaaa);
    background: -o-linear-gradient(to bottom right, #eeeeee, #aaaaaa);
    background: -moz-linear-gradient(to bottom right, #eeeeee, #aaaaaa);
    background: linear-gradient(to bottom right, #eeeeee, #aaaaaa);
    color: #990000;
}

    button:hover,
    .button:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        color: #000099;
        background: -webkit-linear-gradient(to top left, #eeeeee, #aaaaaa);
        background: -o-linear-gradient(to top left, #eeeeee, #aaaaaa);
        background: -moz-linear-gradient(to top left, #eeeeee, #aaaaaa);
        background: linear-gradient(to top left, #eeeeee, #aaaaaa);
    }

    button:disabled,
    .button:disabled,
    input[type="submit"]:disabled,
    input[type="button"]:disabled {
        color: #999999;
    }

/* ************************************************************************* */
input,
select,
textarea {
    font-family: Arial;
}
    input[data-val-required] {
        background-image: url("../images/Required.gif");
        background-position: Right Top;
        background-repeat: no-repeat;
    }
    select[data-val-required],
    textarea[data-val-required] {
        background-image: url("../images/Required.gif");
        background-position: Right 22px Top;
        background-repeat: no-repeat;
    }
/* ************************************************************************* */
.dl-horizontal dt {
    white-space: normal;
}



.formLabel {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 4px 0px;
}
.formCheck {
    display: inline-block;
    vertical-align: top;
    width: 276px;
    margin: 4px 0px;
}
.formInput {
    display: inline-block;
    width: 300px;
    margin: 4px 0px;
    padding: 2px;
    border: 1px solid silver;
}

.formNote {
    display: inline-block;
    width: 400px;
    margin: 4px;
    padding: 2px;
    font-size: x-small;
    color: dimgray;
    vertical-align: top;
}

ol li {
    margin-bottom: 8px;
    clear: both;
}
/* ************************************************************************* */
.error {
    color: red;
    font-size: larger;
    font-style: italic;
}
.hidden { display: none; }
.note {
    font-size: smaller;
    color: dimgray;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.floatLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.floatRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}

.border {
    border: 1px solid gray;
}
/* ************************************************************************* */
.grid {
    border-collapse: collapse;
}

    .grid th {
        background-color: lightgray;
        color: navy;
    }

    .grid th {
        border: 1px solid dimgray;
        vertical-align: middle;
        padding: 2px 4px;
    }

    .grid td {
        border: 1px solid dimgray;
        vertical-align: top;
        padding: 2px 4px;
    }

    .grid caption {
        text-align: left;
        font-weight: bold;
        color: black;
    }

}
/* ************************************************************************* */
/*header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    box-sizing:border-box;
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #990000;

    background-color: #cccccc;
    background: -webkit-linear-gradient(#eeeeee, #aaaaaa);
    background: -o-linear-gradient(#eeeeee, #aaaaaa);
    background: -moz-linear-gradient(#eeeeee, #aaaaaa); 
    background: linear-gradient(#eeeeee, #aaaaaa); 
    border-bottom: 1px solid #666666;
    z-index: 2000;
}
header a {
    float: left;
    text-decoration: none;
    color: #990000;
    padding: 8px;
}
header a:hover {
    color: #cc0000;
}*/



/*footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 6px;
    height: 30px;
    color: #333333;
    box-sizing:border-box;
    background-color: #cccccc;
    background: -webkit-linear-gradient(#aaaaaa, #eeeeee);
    background: -o-linear-gradient(#aaaaaa, #eeeeee); 
    background: -moz-linear-gradient(#aaaaaa, #eeeeee); 
    background: linear-gradient(#aaaaaa, #eeeeee);
    border-top: 1px solid #666666;
    z-index: 2000;
}*/
/* ************************************************************************* */
/* ************************************************************************* */

