﻿/* Design Solutions Cards */
.solution-select-dropdown {
    justify-content: flex-start;
}
@media (min-width: 768px) {
    .card-dimmer .card:hover .card-img {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }
    .card-dimmer .card:hover .card-image-hover {
        opacity: 1;
    }
}
.card-dimmer .card .card-image-hover {
    display: none;
}
@media (min-width: 768px) {
    .card-dimmer .card .card-image-hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        overflow-y: auto;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 3;
        opacity: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.card-dimmer .card .card-image-hover .btn {
    text-decoration: none !important;
}
/* Design Solutions features */
.dsview-open {
    background-color: rgba(0, 0, 0, 0.035);
}
}
/* .dsview {
  background-color: rgba(0, 0, 0, 0.035); } */
@media (max-width: 767.98px) {
    .dsview #dsViewDetail {
        position: fixed !important;
        overflow-y: scroll;
        overflow-x: hidden;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9999;
        background: #fff;
    }
}
.dsview .carousel-indicators {
    bottom: -100px;
}
.dsview .carousel-indicators li {
    width: 75px;
    height: 75px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
.dsview .carousel-indicators li:hover {
    cursor: pointer;
}
.dsview .carousel-indicators li img {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 80px;
}
.dsview .carousel-indicators li.active img {
    width: 76px;
    height: 76px;
}
.dsview .carousel-indicators .active {
    border: 2px #ffc107 solid;
}
@media (max-width: 767.98px) {
    .dsview .carousel-indicators {
        display: none;
    }
}
.dsview .carousel-preposition {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    font-size: 80%;
}
@media (max-width: 767.98px) {
    .dsview .carousel-preposition {
        bottom: -40px;
    }
}
.dsview .carousel-item {
    background: rgba(0, 0, 0, 0);
    height: auto;
    padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
    .dsview .carousel-item {
        padding: 1rem;
        display: inline-block;
        float: left;
        width: 50%;
        margin-right: 0;
    }
}
.dsview .download-btns {
    margin-bottom: 1em;
}
@media (max-width: 767.98px) {
    .dsview .download-btns {
        display: none !important;
    }
}
@media (max-width: 767.98px) {
    .dsview .dsview-spec {
        font-size: 0.88889rem !important;
        margin-bottom: 1rem;
    }
}
.dsview .dsview-spec-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .dsview .dsview-spec-title {
        font-size: 2rem;
    }
}
.dsview .dsview-spec-subtitle {
    font-size: 1.125rem;
    color: #007bff;
}
@media (max-width: 767.98px) {
    .dsview .dsview-spec-subtitle {
        font-size: 1rem;
    }
}
.dsview .dsview-spec-section {
    margin-bottom: 2rem;
}
.dsview .dsview-spec-section p {
    font-size: 1rem;
}
.dsview .dsview-spec-section .list li {
    margin-bottom: 0.25rem;
}
.dsview .dsview-control {
    z-index: 999;
    position: relative;
}
@media (max-width: 767.98px) {
    .dsview .dsview-control {
        z-index: 999;
        width: 100%;
        background: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
    }
}
.dsview .dsview-control-close {
    /* position: absolute; */
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    top: 50px;
    font-size: 1.5rem;
    z-index: 999;
}
.dsview .dsview-control-close:not(:hover) {
    background: #fff;
}
@media (max-width: 767.98px) {
    .dsview .dsview-control-close {
        top: 0;
        position: absolute;
        right: 0;
        width: 36px;
        height: 36px;
        padding: 0;
    }
}
.dsview .dsview-control-menu {
    position: absolute;
    right: 1em;
}
@media (max-width: 767.98px) {
    .dsview .dsview-control-menu {
        top: 0.75em;
        left: 1em;
        z-index: 16;
    }
}
.dsview .dsview-select-menu {
    position: absolute;
    right: inherit;
    left: inherit;
}
@media (max-width: 767.98px) {
    .dsview .dsview-select-menu {
        top: auto;
        bottom: 1rem;
        left: 0;
        text-align: center;
        z-index: 16;
    }
}
@media (max-width: 767.98px) {
    .dsview .dsview-select-menu {
        top: 0.5em;
    }
}
.dsview .dsview-control-prev, .dsview .dsview-control-next {
    top: 120px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    font-weight: 700;
    z-index: 999;
}
.dsview .dsview-control-prev:hover:not([disabled]), .dsview .dsview-control-next:hover:not([disabled]) {
    color: #fff;
    background: #343a40;
}
@media (max-width: 767.98px) {
    .dsview .dsview-control-prev:disabled, .dsview .dsview-control-next:disabled {
        display: inline-block;
        background-color: #fff;
        opacity: .5;
    }
}
@media (max-width: 767.98px) {
    .dsview .dsview-control-prev, .dsview .dsview-control-next {
        top: 0;
        position: relative;
        width: 36px;
        height: 36px;
        display: inline-block;
        margin-right: 1em;
    }
}
.dsview .nav-link {
    font-weight: 400;
    padding: 0.25rem 1.5rem;
}
.dsview .dropdown-toggle::after {
    border: none;
}
@media (min-width: 768px) {
    .dsview .collapse {
        display: block;
    }
}
.carousel .carousel-control-prev {
    left: 0;
}
.carousel .carousel-control-prev .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel .carousel-control-next {
    right: 0;
}
.carousel .carousel-control-next .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel:hover .carousel-control-prev {
    background: rgba(0, 0, 0, 0);
}
.carousel:hover .carousel-control-prev:hover, .carousel:hover .carousel-control-prev:focus {
    background: rgba(0, 0, 0, 0);
}
.carousel:hover .carousel-control-next {
    background: rgba(0, 0, 0, 0);
}
.carousel:hover .carousel-control-next:hover, .carousel:hover .carousel-control-next:focus {
    background: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
    body.noscroll {
        overflow: hidden;
    }
}
/* For modal swapping tabs */
.btn-modal-trigger {
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    border: none;
    box-shadow: none;
}
