﻿
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.5s;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

.accordionPanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.blue-link img.cu {
    position: absolute;
    right: 5px;
    /*top: calc(50% - 5px);*/
    height: calc(50%);
}


.animateIn {
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}
section.slider .slide .text-block .text .name {
    font-size: 40px;
    line-height: 45px;
}

.text-block .text .content {
    color: #818181;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 5px;
}

section.slider .slide .text-block {
    padding: 1rem 0;
}
    
.slider.slider-horizontal .slider-track {
    height: 12px;
}

.slider-handle {
    margin-top: -2px;
    width: 24px;
    height: 24px;
}
button.tech-button {
    border-color: #293278;
    background-color:#fff;
    color: #293278;
}
button.tech-button:hover {
    background-color: #293278;
    color: #FFF;
}
.distributors-box {
    background-color: #E0E0EC;
}

.manufacturer-box {
    background-color: #C6C4DA;
}
.distributors-box2 {
    background-image: url('/assets/img/Distributors Tint.png');
    background-size: 65px 65px;
    background-repeat: no-repeat;
    background-position: top 15px right 15px;
    background-color: #E0E0EC;
}

.manufacturer-box2 {
    background-image: url('/assets/img/Manufacturers tint.png');
    background-size: 65px 65px;
    background-repeat: no-repeat;
    background-position: top 15px right 15px;
    background-color: #C6C4DA;
}
tr.bmtfa {
    color: white;
    background-color: #2A3378;
}
tr.bmtfa th {
    color: white;
    
}


button.logout {
    margin-top: -70px;
    border: none;
    background-color: white;
}

.latest-news {
    padding-right: 25px;
}
.latest-docs {
    padding-left: 25px;
}
@media screen and (max-width: 1000px) {
    section .slider .slide .image {
        height: 400px;
        width: 100%;
        /*max-width: 1920px;*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    button.logout {
        margin-top: -0px;
        border:none;
        background-color:white;
    }
   
}

@media screen and (max-width: 730px) {
    section.slider .slide .image {
        height: 420px;
        width: 100%;
        /*max-width: 1920px;*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .latest-news,
    .latest-docs  {
        padding: 0 25px 0 25px;
    }

}