﻿.navbar {
    position: relative;
    /* min-height: 70px; */
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-bottom-width: 0;
}

.nav {
    padding-top: 0px;
}

.navbar-brand {
    padding-top: 0;
}

.navbar-inverse {
    /* background-color: #58585a; */
    background-color: #080808;
    border-color: #58585a;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        /* background-color: #080808; */
        border-bottom: red;
        border-bottom-style: solid;
    }

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 20px;
        /* padding-bottom: 15px; */
    }
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #58585a;
    border-bottom: #c50a33;
    border-bottom-style: solid;
    border-width: 3px;
}

.logo-dropshadow {
    -webkit-box-shadow: 10px 10px 20px -6px rgba(89,88,89,0.63);
    -moz-box-shadow: 10px 10px 20px -6px rgba(89,88,89,0.63);
    box-shadow: 10px 10px 20px -6px rgba(89,88,89,0.63);
}

.no-border {
    border: 0px;
}

.btn-default {
    color: #f6f6f6;
    background-color: #29c056;
    border-color: #ccc;
}

.cad-vis-canvas-container {
    height: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* MultiNest: */
.quantity-svg-holder {
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
    padding: 10px;
    border: #ccc 1px solid;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.please-wait {
    width: 100%;
    height: 50px;
    display: block;
}

    .please-wait.visible {
        display: block
    }
