﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Questrial', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Questrial', sans-serif;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 680px;
}

nav {
    display: block;
    text-align: center;
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.nav a {
    display: block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: .8em 1.8em;
    position: relative;
}

.nav {
    vertical-align: top;
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius: 6px;
}

    .nav li {
        position: relative;
    }

    .nav > li {
        float: left;
    }

        .nav > li > a {
        }

        .nav > li:hover, .nav > li:hover > a {
            border-bottom-color: orange;
        }

    .nav li:hover > a {
        color: orange;
    }

    .nav > li:first-child {
        border-radius: 4px 0 0 4px;
    }

        .nav > li:first-child > a {
            border-radius: 4px 0 0 0;
        }

    .nav > li:last-child {
        border-radius: 0 0 4px 0;
        margin-right: 0;
    }

        .nav > li:last-child > a {
            border-radius: 0 4px 0 0;
        }

    .nav li li a {
        margin-top: 1px
    }



    .nav li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        top: 50%;
        right: -1px;
    }





    /* submenu positioning*/
    .nav ul {
        position: absolute;
        white-space: nowrap;
        border-bottom: 5px solid #006e42;
        z-index: 1;
        left: -99999em;
        padding-left: 0px;
        list-style-type: none;
    }

    .nav > li:hover > ul {
        left: auto;
        padding-top: 5px;
        min-width: 100%;
    }

    .nav > li li ul {
        border-left: 1px solid #fff;
    }


    .nav > li li:hover > ul {
        /* margin-left: 1px */
        left: 100%;
        top: -1px;
    }
    /* arrow hover styling */
    .nav > li > a:first-child:nth-last-child(2):before {
        border-top-color: #aaa;
    }

    .nav > li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        border-bottom-color: orange;
        margin-top: -5px
    }

    .nav li li > a:first-child:nth-last-child(2):before {
        border-left-color: #aaa;
        margin-top: -5px
    }

    .nav li li:hover > a:first-child:nth-last-child(2):before {
        border: 5px solid transparent;
        border-right-color: orange;
        right: 10px;
    }

.office-only-false {
    display: none;
}

.office-only-false {
    color: darkred;
}

tr:nth-child(odd).current-job-note {
    background-color: #ffffff;
}

tr:nth-child(even).current-job-note {
    background-color: #eeeeee;
}

tr:nth-child(odd).prior-note {
    background-color: #ddffdd;
}

tr:nth-child(even).prior-note {
    background-color: #ccffcc;
}

.table-wrap {
    height: 150px;
    overflow-y: auto;
}

.three-line {
    height: 3em;
    white-space: pre-wrap;
}