﻿/* Model page */

.model-nav {
    position: fixed;
    z-index: 100;
    background: white;
    width: 100%;
    padding: 10px;
    top: unset;
    transition-property: top;
    transition-duration: 200ms;
}

.tab-scroll {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}


a:not([href]):not([tabindex]) {
    color: #1b2d4f;
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

.model-nav.stuck {
    top: 80px;
    border-bottom: 3px solid #11a2b2;
}

a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

#mainModelContainer {
    margin-top: 60px;
}

@media screen and (max-width: 1200px) {
    .model-nav.stuck {
        top: 50px;
    }

    #mainModelContainer {
        margin-top: 120px;
    }
}

@media screen and (max-width: 480px) {
    #mainModelContainer {
        margin-top: 160px;
    }
}


@media screen and (max-width: 575px) {

    .container {
        max-width: 450px;
    }

    td.col-product {
        padding: 2px;
        min-width: unset;
    }
}



.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 5px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #11a2b2;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }

.nai_note_overlay {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 85%;
}

.nai_card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border: solid 1px #1b2d4f;
}

.nav-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
    border-right: 1px solid #e1e1e1;
}

.nav-card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.owl-stage-outer {
    width: 100%;
}

.banner-overlay {
    background: rgba(70, 72, 82, 0.3)
}

.table-nai {
    border: 1px solid #1b2d4f;
}

    .table-nai th,
    .table-nai td {
        border: 1px solid #1b2d4f;
    }

    .table-nai thead th,
    .table-nai thead td {
        border-bottom: 2px solid #1b2d4f;
    }

a {
    cursor: pointer;
}

#cookieConsentBanner {
    width: 100%;
    min-height: 160px;
    background: #e1e1e1;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 4px 1px #535353;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.cookie-notice {
    font-size: 16px;
    width: 80%;
    padding: 20px 5px;
}

@media screen and (max-width: 1024px) {
    .app-notes .row.card-container {
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }
}

@media screen and (max-width: 720px) {
    #cookieConsentBanner {
        flex-direction: column;
        padding-bottom: 10px;
    }

    .cookie-notice {
        font-size: 14px;
    }
    .app-notes .row.card-container {
        display: grid;
        grid-template-columns: repeat(1, 100%);
    }
}


.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
    z-index: 1040;
}


@media screen and (min-width: 1199px) {
    .w-banner {
        width: 85% !important;
    }
}

@media screen and (max-width: 992px) {
    .tab-scroll {
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 7px;
    }
}






.bannershadow {
    text-shadow: 3px 3px 7px #535353;
}

.bannerwhiteshadow {
    -webkit-filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.5));
}

.invalid {
    box-shadow: 0 0 2px 1px #db1e1e;
}

button#copyFilterUrl {
    width: 100%;
    margin: 10px 0;
}

.copy-url-success {
    display: none;
    color: #49a049;
    font-weight: bold;
    font-size: 14px;
}

    .copy-url-success::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f46c";
        margin: 5px;
        font-size: 20px;
    }

PressRelease,
.PressRelease {
    color: #1b2d4f;
}

NewProduct,
.NewProduct {
    color: #475e3a;
}

NAINews,
.NAINews {
    color: #bd8b35;
}

FieldNews,
.FieldNews {
    color: #691938;
}

MarketNews,
.MarketNews {
    color: #006699;
}

NAIBlogEntry,
.NAIBlogEntry {
    color: #11a2b2;
}

.function-table-head {
    background-color: lightgray;
}

.datasheet-category-desc {
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
}

.center-cell {
    text-align: center;
    vertical-align: middle;
    background-color: #092850;
    color: white;
}

.docViewerTable {
    width: 100%;
}

    .docViewerTable th, .docViewerTable td, .revision-page-table td {
        border: 1px solid black;
    }



.function-table a {
    text-decoration: underline;
}

.function-table-head {
    background-color: lightgray;
}




