﻿div#main {
    display: block;
    width: 760px;
    margin: 0 auto;
}

ul#nav {
    float: left;
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0;
    vertical-align: baseline;
    background-color: #343a40;
}

    ul#nav li {
        display: block;
        float: left;
        margin: 0;
        padding: 0.75rem;
        font-family: arial, verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
        background-color: #ddd;
        border-top: 5px solid #343a40;
    }

        ul#nav li a {
            display: block;
            padding: 8px 6px 0 6px;
            text-align: left;
            text-transform: uppercase;
            font-family: arial, helvetica, sans-serif;
            font-weight: bold;
            color: #666;
            text-decoration: none;
            font-size: 12px;
        }

            ul#nav li a:hover {
                color: #2B314B;
                text-decoration: none;
            }

        ul#nav li.active {
            background-color: #fff;
            border-color: #fff;
        }


div#buttons {
    padding: 10px;
    text-align: center;
}

h1 {
    font-family: arial, helvetica, sans-serif;
    color: #fff;
    text-align: left;
}

#main-content h1 {
    font-size: 1.7rem;
    color: #15732B;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #2b314b;
    text-align: left;
    margin-left: 10px;
}

h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2b314b;
    text-align: left;
    margin-bottom: 0;
    margin-left: 10px;
}

table td.label {
    width: 170px;
    text-align: right;
    font-size: 12px;
    color: #343a40;
    padding: 0.25rem 0.25rem 0 0.25rem;
    line-height: 1;
    padding-top: 10px;
}

.label {
    font-size: 12px;
    color: #2b314b;
}

table td {
    vertical-align: top;
}

input.text {
    background-color: #fff;
    border: 1px solid #aaa;
    width: 220px;
    padding: 2px;
}

input.short {
    width: 70px;
}

div#documents, div#status, div#tasks, div#history, div#comnet {
    display: none;
    text-align: left;
    padding: 5px 10px;
}

textarea {
    width: 300px;
    height: 150px;
}

p {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: left;
    margin-bottom: 0;
    margin-left: 10px;
}

table.files {
    width: 95%;
    margin: 0 auto;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

    table.files td.icon {
        width: 40px;
    }

        table.files td.icon img {
            border: 0;
        }

a img {
    border: 0;
}

div#fullstatus, a#hidestatus {
    display: none;
}

div#loginholder {
    background-color: #fff;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
}

    div#loginholder h1 {
        font-size: 1.5rem;
        color: #7da33c;
        margin: 0;
        font-weight: normal;
    }

span.alert {
    display: block;
    color: #7da33c;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}

span.info {
    display: block;
    width: 60%;
    background-color: #15732B;
    color: #fff;
    font-size: 14px;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    margin: 10px auto;
    padding: 3px 20px;
}

ul {
    text-align: left;
}

p.note {
    color: #f00;
    font-style: italic;
}

/* -------------- NEW ADDITIONS -------------- */

body {
    background-color: #343a40;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #96c93e;
}

    a:hover {
        color: #7da33c;
        text-decoration: none;
    }

main {
    margin-top: 7rem;
}

div#addnewlink {
    text-align: right;
    padding: 0 0 1rem 0;
}

nav.navbar {
    background-color: #fff;
}

div#main-content {
    background-color: #fff;
    padding: 0;
}

.btn-primary {
    background-color: #96c93e;
    border-color: #7da33c;
}

    .btn-primary:hover {
        background-color: #7da33c;
        border-color: #7da33c;
    }

    .btn-primary:active {
        color: #ccc;
        background-color: #fff;
        border-color: #7da33c;
    }

div#content > div {
    padding: 1rem;
}

div#content table.formholder {
    width: 100%;
}

table.form {
    width: 90%;
}

    table.form textarea {
        width: 100%;
    }

select {
    height: 30px;
}

.datepicker {
    font-size: 13px;
}

table.history {
    width: 100;
    font-size: 0.9rem;
}

div#main-content.subpage {
    padding: 1rem;
}

.navbar-expand-md .navbar-nav li.text-nowrap a {
    display: inline;
    padding: 0;
}

td#listingfilters {
    padding-bottom: 0.5rem;
}

span.smallnote {
    font-size: 10px;
    color: #888;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}

span.formdetails {
    font-size: 12px;
    color: #888;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 1.2;
}

.pw-valid, .pw-invalid {
    display: inline;
}

    .pw-valid + span:after {
        content: url("images/check.png");
    }

    .pw-invalid + span:after {
        content: url("images/cross2.png");
    }

table.header {
    width: 100%;
}

    table.header td.headerid {
        text-align: right;
        font-weight: bold;
        font-size: 1.6rem;
    }

input.longtext {
    width: 100%;
}

table.sortable thead td {
    font-weight: bold;
    cursor: pointer;
    color: #343a40;
}

    table.sortable thead td:hover {
        background-color: #eee;
    }

/* GL form */

table#glform {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease-out;
}

    table#glform.visible {
        height: 100px;
    }

    table#glform input {
        width: 50px;
        border: 1px solid #ddd;
        display: inline-block;
        font-size: 0.9rem;
    }

    table#glform input#glbtn,
    table#glform input#glcancel {
        width: auto;
        margin-left: 4px;
        padding: 2px 10px;
        cursor: pointer;
    }

        table#glform input.invalid {
            border: 1px solid red;
        }

td.gllbl {
    font-size: 0.7rem;
}

table#glform input.glwidth3 {
    width: 30px;
}

table#glform input.glwidth6 {
    width: 60px;
}

table#glform input.glwidth8 {
    width: 80px;
}
