/**
 * This is the style sheet for making the vueLayout.html header consistent
 * with the older Bootstrap version used by layout.html.
 *
 * Copyright 2019 Clear Ballot Group all rights reserved
 *
 * History:
 *     2019-10-31 Version 2.1.0
 */

.bg-dark {
    background-color: #1b1b1b !important;
}

.user_nav_bar >.text-dark {
    color: #252525 !important;
}

.nav-container {
    justify-content: space-between;
    flex: auto;
    width: auto;
}

.navbar {
    margin-bottom: 20px;
    overflow: visible;
    justify-content: space-between;
    max-width: none;
}

.navbar-font {
    font-size: 100%;
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 4px;
    border: 1px solid;
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-inner:after {
    clear: both;
}

.navbar .nav-container {
    height: 40px;
    width: auto;
}

.text-container {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.navbar .nav-container .pull-right {
    float: right;
    margin: 0;
}

.navbar .nav-container .pull-left {
    float: left;
}

.nav-container a.dropdown-toggle {
    color: #ffffff;
}

.nav-container li.dropdown.open .dropdown-toggle,
.nav-container li.dropdown.active .dropdown-toggle,
.nav-container li.dropdown.open.active .dropdown-toggle,
.nav-container li.dropdown.show .dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.nav-container li.dropdown .dropdown-toggle .caret {
    margin-top: 8px;
    margin-left: 2px;
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.nav-container li.dropdown.show .caret,
.nav-container li.dropdown a:hover .caret,
.nav-container li.dropdown a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-container a.dropdown-toggle:after {
    content: none;
}

.nav-container ul > li.dropdown {
    height: 40px;
    line-height: 20px;
    display: block;
}

.nav-container ul > li > a.dropdown-toggle {
    float: none;
    padding: 10px 15px 10px;
    text-decoration: none;
    display: block;
}

.nav-container ul {
    padding: 0;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto;
    margin-left: 178px;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto;
    margin-left: 178px;
}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.nav-container .dropdown-menu {
    border-radius: 6px;
    padding: 5px 0;
    min-width: 160px;
    margin: 2px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu-as-table table tr {
    vertical-align: top;
}

.dropdown-menu-as-table li > a {
    display: block;
    padding: 3px 30px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu .divider {
    width: 100%;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    color: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.nav-container li + .nav-header {
    margin-top: 9px;
}

.nav-container .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.nav [class^="fa-"], [class*=" fa-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    transform: scale(.9, .9);
}

.fill-height {
    height: 100%;
}
