﻿body {
    margin: 0px;
    /*padding-top: 100px;*/
    font-family: "poppins",sans-serif;
}

@media (max-width: 768px) {
    body {
        padding-top: 50px;
    }
}

h2, h3 { color: #990000; }

.main-content {
    padding: 10px;
    text-align: center;
}

.header-row {
    height: 145px;
    float: left;
}

.header-filler {
    background-image: url(../images/KL-Draft7_02_02.png);
}

a.navbar-brand {
    padding-top: 0px;
}

navbar-brand {
    position: absolute;
}

.navbar {
    min-height: 50px;
}

/* Take this out to have the header go back to gray or change to whatever you like! */
.navbar-default {
    background-color: #fff;
    border-color: #900;
    border-width: 0 0 1px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar {
        min-height: 50px;
    }
}

.breathe-top {
    margin-top: 5px;
}

.breathe-right {
    margin-right: 5px;
}

.breathe-bottom {
    margin-bottom: 5px;
}

.breathe-left {
    margin-left: 5px;
}

table.table-results th {
    background-color: #900;
    text-align: center;
    color: white;
}

    table.table-results th a {
        color: white;
        text-decoration: underline;
    }


.Copyright-Bootstrap {
    margin-top: 10px;   /* Space above copyright */
    font-size: 9px;
    color: #990000;
}

.Privacy-Bootstrap, .Privacy-Bootstrap a {
    color: #990000;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.help {
    cursor: help;
}

.usage-warning-header, .usage-warning {
    color: #900;
}

.usage-warning-header {
    font-weight: bold;
    font-style: italic;
}

.enter-pn-freq {
    width: 100px;
    display: inline-block;
}

.enter-pn-partnumber {
    font-weight: bold;
    text-transform: uppercase;
}

.buffer-top {
    margin-top: 25px;
}

.buffer-right {
    margin-right: 25px;
}

.buffer-bottom {
    margin-bottom: 25px;
}

.buffer-left {
    margin-left: 25px;
}

.BodyText-Bootstrap {
    color: #990000;
}

.SmallText-Bootstrap {
    font-size: 12px;
}

.ErrorLabel-Bootstrap {
    background-color: #FFE6E6;
    color: #FF0000;
    border: 1px dashed #990000;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
}

#request-quote-inputs h4 {
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
}

#request-quote-inputs .help-block {
    text-align: left;
    color: #990000;
    font-size: 10px;
}

#request-quote-inputs input, #request-quote-inputs select, #request-quote-inputs textarea {
    margin-bottom: 5px;
}

.required {
    color: red;
}

.ErrorLabelQuote-Bootstrap {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFE6E6;
    border: 1px dashed #990000;
    text-align: left;
    width: 300px;
    margin: 0px auto;
}

.filter-type label {
    margin-right: 10px;
}

.jumbotron {
    background-color: #700;
    color: white;
}

.max-width-200 {
    max-width: 200px;
    display: inline-block;
}

.form-control-no100width {
    width: auto;
    display: inline-block;
}

@media (min-width: 992px) {
    .alert-narrow {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

.show-on-hover {
    text-decoration: underline;
    color: #0066CC;
}

.show-on-hover {
    cursor: help;
}

.forcedvalue {
    text-align: left;
    background-color: #f9f9f9;
}

.standardvalue {
    font-weight: bold;
}

.btn-default {
    border-color: #a5a5a582;
    box-shadow: 2px 2px 2px 1px rgb(145 145 145 / 20%);
}

.btn-primary {
    box-shadow: 2px 2px 2px 1px rgb(145 145 145 / 20%);
}

.s2p-button {
    background-image: linear-gradient(#00dcff00, #337ab738);
    box-shadow: rgb(0 0 0 / 30%) 2px 2px 3px 0px;
    color: #000;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

@media (min-width: 1200px) {
    .container {
        width: 900px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

#cookie-notice {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgb(231, 231, 231);
    padding: 40px 0px 20px;
    border-top: 1px solid black;
}

/*.lnkBP:hover::after {
    content: "Bandpass";
}

.lnkLP:hover::after {
    content: "Lowpass";
}

.lnkHP:hover::after {
    content: "Highpass";
}

.lnkBR:hover::after {
    content: "Bandreject";
}*/


div.lnkBP,
div.lnkLP,
div.lnkHP,
div.lnkBR {
    display: none;
}

*:hover + div.lnkBP,
*:hover + div.lnkLP,
*:hover + div.lnkHP,
*:hover + div.lnkBR {
    display: block;
    width: fit-content;
    height: 0;
    margin: auto;
    font-weight: bold;
    text-transform: uppercase;
    animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
