@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body, #app {
    height: 100%;
    overflow: hidden;
}

#app {
    background-color: inherit;
}

.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;
}

/*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 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 6px;
 
}

.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;
    }



CAMbox {  
    margin: 5px;
}


.wrapper {
    min-height: 100%;
    position: relative;
    
}

div.body-content {
    /** Altura do rodapé tem que ser igual a isso aqui e vice-versa **/
    padding-bottom: 100px;
    
}

footer {
    vertical-align: middle;
    bottom: 0;
    left: 0;
    height: 100px;    
    width: auto;
    display: block;
    Font-size: 10px;
    padding: 1.0rem 0;
    color: white;    
}
