.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    vertical-align: center;
}

ul.navbar-nav {
    list-style: none;
    padding-left: 0;
}

.navbar-nav>li>a {
    padding-bottom: 5px;
}

.navbar {
    background-color: #f5f5f5;
}

.nav-link {
    display: block;
}

img.site-logo {
    float: right;
}

.panel-default>.panel-heading {
    /* background-color: #b0cfde; */
    /* background-color: #e6f1f7; */
    background-color: #c9dfec;
}

.breadcrumb {
    margin-bottom: 1em;
    padding: 0;
}

.table .thead-light th {
    /* background-color: #e9ecef; */
    background-color: #c9dfec;
}

.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
    white-space: normal;
}

.table-responsive > .table > tbody > tr > td.exhibitor-profile {
    width: 15em;
}

.table-striped > tbody > tr:nth-of-type(2n+1)
{
    background-color: #fff;
}

a.gui_header_sort_link {
    color: #333;
}

.space-1-above {
    margin-top: 1em;
}

.space-1-below {
    margin-bottom: 1em;
}

.space-2-above {
    margin-top: 2em;
}

.space-2-below {
    margin-bottom: 2em;
}

// Styling for Exhibitor Connection booth grid
div#booth {
    position: relative;
    outline: 2px solid #000;
    font-size: 0;
    margin: auto;
    padding: 0;
    border: none;
}

div#booth>div.grid {
    margin: 0;
    padding: 4px;
    border: solid 1px black;
    display: inline-block;
    background: white;
    cursor: pointer;
}

/* These next 8 blocks are used to override colors on the password
 * management pages, which usually come from the admin site. */
div#header {
    --header-bg: #f5f5f5;
    --header-link-color: #337ab7;
    --accent: #337ab7;
}

div#container>div#header>div#branding>a:visited {
    color: #337ab7;
}

div#container>div#header>div#branding>a:hover {
    color: #23527c;
    text-decoration: underline;
}

div.form-row {
    --darkened-bg: #ffffff;
    --hairline-color: #ffffff;
}

div#container>div#main>div.content>div#content>div.well>div#content-main>form>div>div.submit-row {
    --hairline-color: #f5f5f5;
    padding: 0px;
    background-color: #f5f5f5;
}

input[type=submit] {
    --default-button-bg: #337ab7;
    --button-bg: #337ab7;
    --default-button-hover-bg: #286090;
    --button-hover-bg: #286090;
}

div#container>div#main>div.content>div#content>div.well>div#content-main>form>div>div.submit-row>input[type=submit].default {
    float: left;
    margin: 0px;
    text-transform: none;
}

div#container>div#main>div.content>div#content>div.well>div#content-main {
    float: none;
}

/* styling for patchpanelports */
td.patched {
    background-color: #00cc00;
    color: black;
}

td.backpatched {
    background-color: yellow;
    color: black;
}

td.frontpatched {
    background-color: red;
    color: black;
}

td.unpatched {
    color: black;
}
