<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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. */

@import 'shared.css';

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  height: 80px;
}

/* Provide sufficient contrast against white background */
a {
  color: #212529;
}

.btn-primary {
  color: #fff;
  background-color: #44a044;
  border-color: #339033;
}

.btn-primary:hover {
    background-color: #5b5;
    border-color: #339033;
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 268px;
  /*font-size: 0.8em;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 2em; /* Vertically center the text there */
}

/* Bootstrap 4 customize
-------------------------------------------------- */

.navbar-nav &gt; .nav-item {
    min-width: 5rem;
    text-align: center;
    border-left: solid 5px transparent;
}

.navbar-nav &gt; .nav-item.active {
    border-left-color: #44a044;
}

    .navbar-nav &gt; .nav-item:hover {
        background: #b4d96c;
    }

.badge.badge-primary {
    background-color: #44a044;
}

.text-primary {
    color: #44a044!important;
}

.text-secondary {
    color: #b4d96c!important;
}

.bg-primary {
    background: #44a044!important;
}

.bg-secondary {
    background: #b4d96c!important;
}

/* Site styles
-------------------------------------------------- */

a:hover {
    color: #44a044;
}

.bg-light-gray {
    background: #f1f2f3;
}

.banner {
    background: #d4eefb url(../content/banner.jpg) no-repeat center;
    height: 180px;
}

.banner form {
    padding: 50px 30px 30px 30px;
    max-width: 350px;
}

.banner .input-group {
    border-radius: 0.25rem;
    box-shadow: 0 0 0 0.3rem rgba(202, 251, 213, 0.25);
}

.banner .input-group .form-control, .banner .input-group .form-control:focus {
    border: none 0;
    box-shadow: none;
}

.disable-copy {
    user-select: none;
}

label.required::after {
    content: '*';
    color: #ff1010;
    margin-left: 4px;
}

.bg-footer {
    background: #0b240d;
}

.section-head {
    display: flex;
    margin: 2rem 0 1rem 0;
}

.section-head::before {
    width: 130px;
    background: url(../content/section-head.png) 10px no-repeat;
    border-right: 1px solid #ccc;
    margin-right: 20px;
    content: ' ';
    height: 38px;
}



.index-char {
    display: inline-block;
    margin: 3px;
    font-weight: bold;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
}

    a.index-char.active {
        background-color: #b4d96c;
    }

    a.index-char:hover {
        background: #44a044;
        color: #fff!important;
        text-decoration: none;
    }

    .index-char.index-char-disabled {
        cursor: not-allowed;
    }

.chemical {
    display: block;
    background: #fff;
    padding: 3px 6px;
    color: #000;
    margin: 3px;
    border: solid 1px #ddd;
    border-radius: 3px;
    min-height: 73px;
}

.chemical-name {
    font-weight: bold;
    margin-bottom: 3px;
}

.chemical.primary-product {
    background: #b4d96c;
}

.chemical.primary-product:hover {
    color: #fff;
    background: #44a044;
}


.carousel-products {
    min-height: 444px;
}

.carousel-products .carousel-indicators {
    bottom: -40px;
}

.carousel-products .carousel-indicators li {
    background-color: #44a044;
}

a.news {
    display: flex;
    align-items: center;
}

    a.news::before {
        background: #44a044;
        content: ' ';
        width: 10px;
        height: 10px;
        border: solid 3px #fff;
        transform: rotate(45deg);
        outline: solid #44a044 1px;
        margin-right: 6px;
    }

/* content page styles */

.content-banner {
    height: 86px;
    display: none;
}

    .content-banner .content-banner-title {
        line-height: 86px;
        font-family: FZShuTi, LiSu, 'Microsoft YaHei';
    }

.content-main {
    margin-top: .75rem;
}

    .content-main .content-document {
        margin-top: .75rem;
    }

.sidebar {
}

    .sidebar .sidebar-content {
        background: #b4d96c;
        margin: 0;
    }

    .sidebar .sidebar-top {
        display: none;
    }

    .sidebar .sidebar-top-center {
        background: #b4d96c;
        width: 100%;
    }

    .sidebar .sidebar-top-left {
        width: 0;
        height: 0;
        border: solid;
        border-width: 10px 7px 10px 7px;
        border-color: transparent #092709 #092709 transparent;
    }

    .sidebar .sidebar-top-right {
        width: 0;
        height: 0;
        border: solid;
        border-width: 10px 7px 10px 7px;
        border-color: transparent transparent #092709 #092709;
    }

.sidebar-content .sidebar-title {
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}

.sidebar-content .list-group-item {
    background-color: transparent !important;
    border: none 0;
    padding: 0;
    display: flex;
    color: #495057 !important;
}

    .sidebar-content .list-group-item :first-child {
        margin: .5rem;
    }

    .sidebar-content .list-group-item::before {
        background-color: transparent;
        content: ' ';
        width: 8px;
        margin-right: .5rem;
    }

    .sidebar-content .list-group-item.active {
        background: rgba(255, 255, 255, 0.5) !important;
    }

        .sidebar-content .list-group-item.active::before {
            background-color: #44a044;
        }

.sidebar-content .list-group-item-action:hover {
    background: #44a044 !important;
    color: #fff !important;
}

.attachment {
    display: flex;
    align-items: center;
}

.attachment::before {
    background: url(../content/attachment.svg) no-repeat;
    width: 1rem;
    height: 1rem;
    content: ' ';
    margin-right: 3px;

}

/* small */
@media (min-width: 576px) {
    .carousel-products {
        min-height: 316px;
    }
    .navbar-nav &gt; .nav-item {
        min-width: 5rem;
        text-align: center;
        border-bottom: solid 5px transparent;
        border-left: none 0;
    }

        .navbar-nav &gt; .nav-item.active {
            border-bottom-color: #44a044;
            border-left: none 0;
        }
}

/* medium */
@media (min-width: 768px){
}

/* large  */
@media (min-width: 992px) {
    .banner {
        height: 360px;
    }

    .banner form {
        padding: 120px 50% 30px 100px;
        max-width: unset;
    }

    .banner form button {
        min-width: 6em;
    }

    body {
        margin-bottom: 230px;
    }

    .product-category {
    }

    .carousel-products {
        min-height: 237px;
    }

    .section-head {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .content-banner {
        display: block;
    }

    .content-main {
        margin-top: -106px;
    }

        .content-main .content-document {
            margin-top: 106px;
        }

    .sidebar .sidebar-top {
        display: flex;
    }

    .sidebar .sidebar-content {
        margin: 0 14px;
        min-height: 400px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.25);
    }
}

/* extra large*/
@media (min-width: 1200px) {

}</pre></body></html>