﻿/* E-Docs Environment Overlay
    (z-index 9990, menor que a do snackbar (9999)  */

.scd-envbar-local {
    background-color: #ce93d8; /*//mdc PURPLE 200*/
    color: black;
}

.scd-envbar-development {
    background-color: #cddc39; /*//mdc LIME 500*/
    color: black;
}

.scd-envbar-staging {
    background-color: #ffc107; /*//MDC AMBER 500*/
    color: black;
}

.scd-envbar-learning {
    background-color: #ffeb3b; /*//MDC YELLOW 500*/
    color: black;
}


.scd-envbar--top {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    z-index: 9990;
}

.scd-envbar--bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 9990;
}

.scd-envbar--left {
    position: fixed;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    z-index: 9990;
}

.scd-envbar--right {
    position: fixed;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    z-index: 9990;
}

.env-tag {
    position: fixed;
    bottom: -32px;
    left: -87px;
    z-index: 9991;
    transform: rotate(45deg);
}

@media (min-width: 1280px) {
    .env-selecao-tarja-display {
        position: fixed;
        bottom: -15px;
        left: -75px;
        z-index: 9990;
        transform: rotate(45deg);
        width: 225px;
        height: 100px;
        font-size: 1.5rem;
        text-align: center !important;
        line-height: 26px;
        padding-top: 4px;
    }

    .env-selecao-logo {
        height: 50px;
        width: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1279px) {
    .env-selecao-tarja-display {
        position: fixed;
        bottom: -45px;
        left: -108px;
        z-index: 9990;
        transform: rotate(45deg);
        width: 225px;
        height: 100px;
        font-size: 0.8rem;
        text-align: center !important;
        line-height: 12px;
        padding-top: 2px;
    }

    .env-selecao-logo {
        height: 30px;
        width: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}

.env-selecao-tarja-display:hover {
    background-color: rgba(1,1,1,0);
    cursor: help;

    img {
        opacity: 0.15;
    }

    div {
        opacity: 0.15;
    }
}