﻿/*  Bootstrap overides */

.navbar {
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Custom CSS */

h1 {
    margin: .5em 0;
    font-size: 24px;
    text-align: center;
}


.EditableBody {
    margin-top: 60px; /* Add a top margin to avoid content overlay */
    margin-bottom: 36px;
    margin-left: 10px;
    margin-right: 10px;
}

.SiteFooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-image: url(/images/bottom-bg-25.png);
    background-position: left center;
    background-repeat: repeat-x;
    vertical-align: middle;
    /* position: absolute;
	bottom: 0; */
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    clear: both;
    background-color: #006699;
    overflow: hidden;
    overflow-y: hidden;
    text-align: center;
    /* border: medium dotted #0033FF; */
}

.SiteFooter a {
    color: #ffffff;
    text-decoration: none;
}

.SiteFooter a:active, a:hover, a:visited {
    /* outline: 0; */
    text-decoration: underline;
}


/* From old styles.css */
.FormColumns {
    -webkit-columns: 3 350px;
    -moz-columns: 3 350px;
    columns: 3 350px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    clear: left;
    margin-bottom: 0.5em;
    margin-right: 1em;
    display: inherit;
    /* margin-left: 0.5em; */
}

.TwoColumns {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    clear: left;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 1em;
    display: inherit;
    /* margin-left: 0.5em; */
}

.FourColumns {
    -webkit-columns: 4 100px;
    -moz-columns: 4 100px;
    columns: 4 100px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    clear: left;
    margin-bottom: 0.5em;
    margin-right: 1em;
    display: inherit;
    /* margin-left: 0.5em; */
}

.FormColumns ul, .FormNoColumns ul {
    list-style: none;
    margin: 0px;
    /* white-space: nowrap; */
}

.FormColumns label {
    text-align: right;
    display: inline-block;
    width: inherit;
    color: #666666;
}

.FormColumns label::after {
    content: ":";
}

.FormColumns li {
    white-space: normal;
}

.hidden {
    display: none;
}

.ListItem {
    white-space: nowrap;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.NoResults {
    font-size: 1.5em;
    color: #222;
    text-align: center;
    margin-top: 1em;
    clear: both;
}

.NavIcons {
    text-align: center;
    white-space: nowrap;
}

    .NavIcons a, .NavIcons img {
        margin-right: 5px;
    }

.overflowhidden {
    overflow: hidden;
}

.PageNavigation {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.PageNavigation a {
    display: inline-block;
    margin-right: 16px;
    margin-left: 16px;
    width: 50px;
}

.ResultsHeader {
    color: #222;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    clear: both;
}

.unhidden {
    display: block;
}

.unhiddeninline {
    display: inline;
}

.WorkRequestDivLeft {
    width: 60%;
    display: inline-block;
    margin-left: 1em;
    margin-bottom: .5em;
}

.WorkRequestDivRight {
    width: 30%;
    display: inline-block;
    margin-left: 1em;
    margin-bottom: .5em;
}

.WorkRequestDivLeft textarea {
    width: 100%;
    min-height: 15em;
}

.WorkRequestDivRight textarea {
    width: 100%;
    min-height: 6em;
}

