﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --di-blue: #46b6ce;
}

html, body {
    min-height: 100vh;
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */


.pp-w-250 {
    width: 250px;
}

.adobe-dc-view {
    height: 500px;
}

/* Bootstrap override*/
.accordion-header, .accordion-button {
    background-color: #f7f7f7 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.accordion-button.p-t10px {
    padding: 10px 1.25rem;
}

.nav-tabs .nav-link {
    color: var(--bs-primary);
}

.col.di-manufacturer-logo {
    max-width: 180px;
    max-height: 220px;
}

.di-manufacturer-logo {
    max-width: 200px;
    max-height: 200px;
}

.di-product-logo {
    width: 180px;
}

.di-product-header {
    background: linear-gradient(170deg, #98f1f9 1%, white 50%);
}

    .di-product-header .di-logo {
        max-width: 180px;
        max-height: 180px;
    }


.di-accordion-item-button-offeset-left {
    width: calc(100% - 39px);
    display: inline-flex;
}

.di-text-blue {
    color: var(--di-blue);
}

.di-font-size-12{
    font-size:12px;
}

table thead th {
    position: sticky;
    top: 0;
    background-color: white !important;
}