﻿body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif;
    color: #aaa;
}

.page-header {
    /*background: #5CB50D;*/
    color: white;
}

.header {
    background: #41B3A3;
    padding: 1em;
    margin-bottom: 1em;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
}

    .header a:first-of-type {
        background-color: #00C8c8; /* #00CED1 darkturquoise*/
        color: white;
        font-weight: bold;
    }

        .header a:first-of-type:hover {
            background-color: white;
            color: darkturquoise;
            font-weight: bold;
        }


    .header a {
        background-color: whitesmoke;
        color: black;
        padding: 0.25em;
        margin-right: 0.25em;
        border: none;
        outline: none;
        cursor: pointer;
        text-decoration: none;
        -ms-border-radius: 2px;
        border-radius: 2px;
        white-space: nowrap;
        /*max-width: 50%;*/
        display: block;
        flex-grow: 1;
        margin: 2px;
        font-size: 75%;
        text-align: center;
    }

        .header a:hover {
            background-color: white;
        }

    .header button {
        background: white;
        color: #41b3a3;
        padding: 0.25em;
        margin-right: 0.25em;
        border: none;
        outline: none;
        cursor: pointer;
    }

        .header button:hover {
            background: whitesmoke;
            color: #41b3a3;
        }


.clear-float {
    clear: both;
}

/*.header-item {
    float: left;
}*/

h1, h2, h3 {
    color: #0A8A79;
    font-weight: 100;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.1em;
}

/*h1.inbox, h2.inbox, h3.inbox, h4.inbox {
    color: silver;
}*/

.center {
    margin: auto;
    ---width: 50%;
    min-width: 300px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 20px;
    border: 0;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 3px 16px;
        transition: 0.4s;
        font-size: 17px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-left: 1px silver solid;
        border-top: 1px silver solid;
        border-right: 1px silver solid;
        background-color: #ddd;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            border-left: 1px silver solid;
            border-top: 1px silver solid;
            border-right: 1px silver solid;
            background-color: #ffffff;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}

.box {
    padding: 1em;
    border: 1px solid #ccc;
    /*-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.44);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.44);
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.44);*/
}

dt {
    float: left;
    clear: both;
    width: 10em;
    font-weight: 500;
    font-size: 0.75em;
}

    dt:after {
        content: ":";
    }

dd {
    float: left;
    width: 10em;
    font-size: 0.75em;
}

#infotable {
    width: 100%;
    border: 0px solid lightgray;
    border-spacing: 0px;
    border-collapse: separate;
}

    #infotable th {
        /*width: 25%;*/
        font-size: 0.75em;
    }

    #infotable td {
        /*border: 1px solid black;*/
        padding-right: 1em;
        color: #41b3a3;
        font-weight: bold;
        font-size: 0.75em;
    }

.divisor {
    border-right: dotted 1px lightgray;
}

.vdivisor {
    border-bottom: dotted 1px lightgray;
}

#infotable th {
    font-weight: normal;
    font-size: 90%;
    text-align: left;
    margin-right: 3em;
    padding: 0.5em;
}

#infotable td {
    text-align: right;
}

.footer-container {
    margin: 0;
    border-top: dotted 1px silver;
    padding-top: 1em;
    margin-top: 1em;
    width: 100%;
    text-align: center;
}

.align-left {
    float: left;
    /*//width: 150px;*/
    text-align: left;
}

.align-center {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    --width: 150px;
}

.align-right {
    float: right;
    /*width: 150px;*/
    text-align: right;
}

a:active, a {
    color: #41b3a3;
    text-decoration: underline;
}

.infobox {
    text-align: center;
    margin-top: 1em;
    padding: 0.25em;
    background-color: #41b3a3;
    color: white;
    font-weight: lighter;
    font-size: 1.0em;
}


.form-actions {
    margin: 0;
    background-color: transparent;
    text-align: center;
}

.factory-link {
    color: #6c757d;
    text-decoration: none;
}

    .factory-link:hover {
        color: #6c757d;
        text-decoration: none;
    }

a.month-chooser {
    color: white;
    font-size: 0.8em;
    font-weight: normal;
    text-decoration: none;
    vertical-align: -webkit-baseline-middle;
}

    a.month-chooser:hover {
        text-decoration: underline;
    }
