:host, :root{
    --primary-blue: #00A0FF;
    --secondary-blue: #0b59ce;
    --dark-gray: #231e20;
    --light-gray: #505050;
    --subtle-gray: #DBDFEA;
}

article[id]::before {
    content: '';
    display: block;
    height:      95px;
    margin-top: -95px;
    visibility: hidden;
}

article[id]::after {
    content: '';
    display: block;
    height:      95px;
    margin-top: -95px;
    visibility: hidden;
}
html {
    scroll-behavior: smooth;
}
a.anchor {
    position: absolute;
    width: 100%;
    visibility: hidden;
    top: -120px;
    left: 0;
}
.disabled{
    pointer-events: none;
    opacity: 0.75;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--font-family-main);
    color: var(--dark-gray);
}

h2+h3{
    margin-top: 0;
}
h3{
    font-weight: 400;
    border-bottom: 1px solid var(--subtle-gray);
    padding-bottom: 4px;
}
.gradient_primary-blue-medium-blue h3{
    border: none;
    padding: 0;
}
hr{
    margin:1rem 0
}
p + h3, ul + h3, article h3:first-child, .dc-article p + h2, .dc-article ul + h2, .dc-article ol + h2{
    margin-top: 1em;
}

h4{
    font-weight: 400;
}

h5{
    font-size: 16px;
    font-weight: 500;
    /* color: var(--dark-gray); */
}

.code { 		
	max-height:200px;
	overflow:auto;
	overflow-x: hidden; 
	margin: 0 15px 15px;
}
pre {
	max-width:650px !important;
	overflow-x: auto; 
	padding:10px;
	border:1px solid gainsboro;
	font-size:90%;
    user-select: all;
}

#entry code {
	background:transparent; 
	padding:0px; margin:0px;
}



table:not(.gsc-input){
    margin: 1em 0;
}
.dc-content ul{
    margin-left: 2em;
    margin-bottom: 1.5em;
}
.dc-content ul li{
    margin-bottom: 0.25em;
    color: var(--dark-gray);
    line-height: 1.5;
    font-size: 15px;
}
@media (min-width: 768px) {
    .dc-content ul li{
        font-size: 16px;
    }
}
.dc-content ul li ul{
    margin-bottom: 0.25em;
}
.dc-content ul li:last-child{
    margin-bottom: 0;
}
.dc-article h1{
    font-weight: 500;
}

.dc-article img{
    max-width: 100%;
    display: block;
    margin: 1em auto;
    border: 1px solid var(--subtle-gray);
}


.techBox{
    height: 100%;
    border: 1px solid var(--subtle-gray);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    /* padding: 1em; */
    position: relative;
}
.techBox .techBoxLogo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 125px;
    padding: 1em;
    background-color: #F5F7F9;
    border-bottom: 1px solid var(--subtle-gray);
    overflow: hidden;
}
.techBox .techBoxLogo img{
    width: 90px;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}
.techBox:hover .techBoxLogo img{
    transform: scale(1.05);
}
.techBox .techBoxCopy{
    padding: 1em;
}
.techBox span{
    display: block;
}
.techBox span.techLabel{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0.5em;
}
.techBox span.techDesc{
    font-size: 15px;
    line-height: 1.2;
}
#product-wrapper .sidebar-title {
    cursor: pointer;
}


hr.sidebar-divide {
    margin: 30px 0;
}
.sidebar-sticky {
    position: sticky;
    top: 95px;
    margin-bottom: 1.5rem;
    max-height: 600px;
    overflow-y:auto;
    /* -ms-overflow-style: none;   */
  scrollbar-width: thin;  
}
/* Hide scrollbar for Chrome, Safari and Opera */
/* .sidebar-sticky::-webkit-scrollbar {
    display: none;
} */



#table-of-contents ul, 
#table-of-contents li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#table-of-contents .toc-h1 > a { padding-left: 0.5rem; }
#table-of-contents .toc-h2 > a { padding-left: 1.5rem; }
#table-of-contents .toc-h3 > a, 

#table-of-contents .toc-h5 > a, 
#table-of-contents .toc-h6 > a { padding-left: 40px;padding-top: 0.3rem; padding-bottom: 0.3rem;padding-right: 0; }

#table-of-contents .toc-h4 > a {padding-left: 60px;padding-top: 0.2rem; padding-bottom: 0.2rem;padding-right: 0;font-size: 93%;line-height: 1.5;}

ul > li::before {
    content: ""; 
}
#table-of-contents a {
    overflow: initial;
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #636363;
    background: none;
    border-left: 3px solid #e8e9ea;
    white-space: normal;
}
#table-of-contents a:hover {
    border-left-color: #b9b9b9;
    color: black;
}
#table-of-contents a.active {
    border-left-color: #00A0FF;
    color: #00A0FF;
    font-weight: 500;
}

#table-of-contents .toc-h3 > a.active,#table-of-contents .toc-h4 > a.active{
    border-left-color: #b9b9b9;
}
#table-of-contents li ul li.active:not(.datasource) a{
    border-left-color: #e8e9ea;
    color: #00A0FF;
    font-weight: 700;
}

/*driver list*/
.developer-community-sources hr {
    margin-bottom: .2em;
}

.developer-community-sources .source{
    height: 150px;
    padding-top: 20px;
}

.developer-community-sources .source .icon{
    border-radius: 10px;
    border: 1px solid #DBDFEA;
    width: 100%;
    height: 90px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.2em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.developer-community-sources .source .icon .driver-icon{
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.developer-community-sources .source .icon img{
    margin: 10px;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}
.developer-community-sources .source .for {
    text-align: center;
    color: black;
    font-size: 14px;
    line-height: 1.2;
    padding: 0.4em;
    margin: 0 0 0.5em;
}

.developer-community-sources .nav>li>a.active {
    color: #fff;
    background-color: #337ab7;
}

/*INCREMENTAL REPLICATION/PREMIUM INDICATOR*/
.developer-community-sources .source .icon i { display:none; position:absolute;right:-9px; top:-6px; color:#00A0FF; }
.developer-community-sources .source.smart .icon i { display:inline-block;}

.developer-community-sources .source.smart .icon::before{
    position: absolute;
    width: 12px;
    height:12px;
    border-radius: 100%;
    content:'';
    top:-6px;
    right:-6px;
    background: #00a0ff;
}
.developer-community-sources .source.premium .icon::after{
    position: absolute;
    width: 12px;
    height:12px;
    border-radius: 100%;
    content:'';
    top:-6px;
    right:-6px;
    background: #fb9218;
}
.developer-community-sources .source.premium.smart .icon::after{
    right:3px;
}

/*SEARCH BAR FILTER*/
.product-item-subfilter-wrapper {
    /*text-align:center;*/
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content:space-between;
}

#product-item-subfilter{
    margin-left: 0;margin-bottom: 0;
    display: inline-block;
    flex: 1 1 auto;
    max-width: 70%;
}
ul#product-item-subfilter li{
    font-size:15px ;line-height: normal;
}

.search-block-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0 5px;
    z-index: 1000;
    flex: 1 1 auto;
    margin: 6px 0;
    max-width: 30%;
}

.search-block {
    position: relative;
    flex: 0 0 auto;
    width: 30px;
    max-width: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    margin-right: 0;
}

.search-block.active {
    width: calc(100% - 30px);
    opacity: 1;
    margin-right: 30px;
}

#quicksearch {
    width: 100%;
    padding: 8px 32px 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    color: #231e20;
    background: #fff;
    border: 1px solid #DBDFEA;
    display: block;
    transition: border-color .15s linear;
    position: relative;
}

#quicksearch:focus, #quicksearch:focus-visible, #quicksearch:active {
    border-color: #b6bed4;
    outline: none;
}

.reset{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: none;
    border: none;
    font-size: 16px;
    color: #b6bed4 !important;
    opacity: 0;
    transition: opacity .15s linear;
}

#quicksearch:focus + .reset, #quicksearch:focus-visible + .reset, #quicksearch:active + .reset {
    opacity: 1;
}

span.search-trigger {
    width: 30px;
    height: 44px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.search-trigger i {
    color: #ccc;
    font-size: 16px;
    transition: color 0.3s ease;
}

span.search-trigger.search-trigger-active i {
    color: #337ab7;
}

span.search-trigger:focus {
    outline: none;
}
.tip{
    position: relative;
    display: inline-block;
}
.tooltip_wrapper_below{
    text-align:left;
    position:absolute;
    z-index:1;
    top:120%;
    left:0;
    font-family:'Roboto',sans-serif;
    font-size:13px;
    line-height:16px;
    opacity:0;
    transition:opacity 0.3s ease-in-out;
    visibility:hidden;
    opacity:0;
    width:280px;
}
.tooltip_text {
    position:relative;
    background:#ffffff;
    border:1px solid #DBDFEA;
    border-radius:6px;
    padding:15px;
}
.tip:hover{
    cursor: pointer;
}
.tip:hover .tooltip_wrapper, .tip:hover .tooltip_wrapper_below {
    visibility:visible;
    opacity: 1;
}
.fa-thumbs-up::before{
    content: "\f164";
}


@media (min-width:768px) and (max-width:1200px) {
    .product-item-subfilter-wrapper {
        align-items: flex-start;
    }

    #product-item-subfilter {
        flex: 0 0 auto;
        max-width: 70%;
    }

    .search-block-wrapper {
        flex: 1 1 auto;
        max-width: 30%;
    }
}

@media (max-width:767px) {
    #product-item-subfilter, .search-block-wrapper {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }


    span.search-trigger {
        height: 36.5px;
        left: 0;
        right: auto;
    }

    .search-block-wrapper {
        /*margin: -8px 0 16px;*/
        justify-content: flex-start;
    }

    .search-block.active {
        width: calc(100% - 30px);
        opacity: 1;
        margin-left: 30px;
    }

}