﻿/*@media (min-width: 992px) {
    .dropdown-menu {
        min-width: 78rem;
    }
}*/

.sticky-offset-anchor {
    padding-top: 400px;
}

.powersupplydiv {
    height: 40px;
    margin-bottom: 3px;
    white-space: nowrap;
}

.form-label {
    font-weight: normal;
}

.required {
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

    .required:before {
        content: "*";
        position: absolute;
        top: 0;
        left: 5px;
        color: crimson;
        font-weight: bold;
    }

.bg-dataforth-menu {
    background-color: #f4f8fc;
}

.navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
    background-color: #f4f8fc;
}

.btn-side {
    margin-right: 10px;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: none;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    background: red;
    color: #fff;
    padding: 0 5px;
}

.final-label-style {
    background: transparent;
    color: red;
}

/*.remove-invalid-border {
    border-color: #9da2a4 !important;
}*/

@media (max-width: 768px) {
    .btn-side {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-dataforth {
        max-width: 1240px; /* 78rem*/
        width: 97vw;
        background-color: #f4f8fc;
    }

    .top-ribbon-dropdown {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.0s linear;
    }


    .nav-item.dropdown:hover .top-ribbon-dropdown {
        visibility: visible;
        opacity: 1;
        transition-delay: 0.5s;
    }

    .navbar-expand-lg .navbar-mega-nav .dropdown-menu > .mega-dropdown .dropdown-menu::before {
        right: 370px;
    }


    .mega-dropdown-column-dataforth {
        width: 19rem;
    }

    .navbar-expand-lg .mega-dropdown-column {
        width: 22rem;
    }

    .mega-dropdown-column {
        max-width: 22rem;
    }

    .dataforth-ribbon {
        background-color: #0085ca;
    }

    .hide-on-large-screen {
        display: none;
    }
}

@media (max-width: 992px) {
    .dataforth-ribbon {
        background-color: #f4f8fc;
    }

    .navbar-dark .navbar-nav .nav-link {
        background-color: #0085ca;
    }

    .hide-on-small-screen {
        display: none;
    }
}
