@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
}

html, body, #app {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }



/*dxgrid zebra*/
/*dxgrid zebra*/
.StyleZebraCAM table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.btnCC {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("/imagens/cc.svg");
    mask-image: url("/imagens/cc.svg");
    margin: 0 0px 0 0;
    background-color: currentColor;
}

.cam_miranda {
    height: 80vh;
}

.imgLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, 30%);
}

.card2 {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 4px 4px 30px #ccc;
    border-radius: 12px;
}

.menucam {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    position: relative
}

.ajustacentro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    transform: translate(0%, 70%);
}

.dateDx {
    position: static;
    height: 200vh;
    top: 200px;
    left: 400px;
}


@keyframes fa-blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}

.spinEditInput {
    text-align: right;
}

.card3 {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 4px 4px 18px #ccc;
    border-radius: 12px;
}
/*aqui*/

/*Adiciona border-box para o input e para os pseudo-elementos*/
input[type=checkbox], input[type=checkbox]::after, input[type=checkbox]::before {
    box-sizing: border-box;
}

/*Estiliza e remove a aparencia padrão do elemento*/
input[type=checkbox] {
    outline: none;
    position: relative;
    z-index: 1;
    margin: 2px;
    padding: 0;
    cursor: pointer;
    width: 48px;
    height: 24px;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    /*cria os elementos before e after*/
    input[type=checkbox]::before, input[type=checkbox]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        /*efeito animado*/
        transition: left .15s cubic-bezier(.25, .8, .25, .1), transform .15s ease-in;
    }

    /*Cor padrão de quando o elemento não esta selecionado*/
    input[type=checkbox]::before {
        background-color: #ccc;
        width: 100%;
        height: 100%;
        border-radius: 28px;
    }

    /*estiliza para parecer um botão toggle*/
    input[type=checkbox]::after {
        margin: 2px 0 0 2px;
        background: #fff;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    }

    /*troca a cor se estiver com a propriedade checked no html ou o usuário "checar"*/
    input[type=checkbox]:checked::before {
        background-color: #75a940;
    }

    /*muda a posição do botão toggle se estiver checado*/
    input[type=checkbox]:checked::after {
        left: 24px;
    }

    /*Efeito opcional de quando pressiona o botão*/
    input[type=checkbox]:not([disabled]):active::after {
        transform: scale(1.15, 0.85);
    }

    /*Se o input tiver com o atributo disabled a cor é alterada*/
    input[type=checkbox]:disabled::before {
        background-color: #b1b4b7 !important;
    }

    /*Se o input tiver com o atributo disabled a cor é alterada*/
    input[type=checkbox]:disabled::after {
        background-color: #dcd8d8 !important;
    }

    /*OUTRAS CORES = Cores alternativas*/

    input[type=checkbox].red:checked::before {
        background-color: #fd4554;
    }

    input[type=checkbox].blue:checked::before {
        background-color: #0f90dc;
    }

    input[type=checkbox].red:checked::before {
        background-color: #fd4554;
    }

    input[type=checkbox].purple:checked::before {
        background-color: #9e3eff;
    }

.contorno {
    border: 2px double #c2c2c2;
}

.linhareta {
    border-top: 1px solid #919191;
}

.iframe-rwd {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .iframe-rwd iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*#myPassword {
    width: auto;
    padding-right: 20px; CaM_110931009A@#!	
}*/

.olho {
    cursor: pointer;
    left: 90%;
    position: absolute;
    margin: -34px;
    width: 32px;
}
