﻿@font-face {
    font-family: 'Arial Rounded MT';
    src: url('../fonts/ArialRoundedMtBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins Light';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
}


html, body {
    font-family: Poppins;
    font-size: 1rem;
    color: #333;
}

a, img {
    border: none;
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.GridRow {
    background-color: #E4E7FF;
}

    .GridRow:hover {
        background-color: #FFC7A7;
    }

.AltGridRow {
    background-color: white;
}

    .AltGridRow:hover {
        background-color: #FFC7A7;
    }

.red-pastel {
    color: #FF6961;
}


.btn-red-pastel {
    background-color: #D85B54;
    color: white;
}

    .btn-red-pastel:hover {
        background-color: #C32B22;
        color: white;
    }
/*
.esqueceuSenhaEmail {
    position: relative;
}*/

/*input[type=text],
input[type=password] {
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 40px;
}
*/


/*.esqueceuSenhaEmail i {
    position: absolute;
    left: 15px;
    top: 23px;
    color: gray;
}*/

h6 {
    color: gray;
}


.forgot {
    background-color: #fff;
    padding: 12px;
    border: 1px solid #dfdfdf;
}

span.input-group-text {
    background-color: #e9ecef;
}


#fundoModal {
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
}

#fundoModalWait {
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    left: 0px;
    top: 0px;
    text-align: center;
    padding-top: 200px;
}


.linkSecundario {
    font-family: 'Arial Rounded MT';
    color: #FF6961;
    font-weight: bold;
    font-size: 0.9rem;
}

.modal-backdrop {
    background-color: #FFF;
    opacity: 0.6 !important;
}

/* Media Queries */
/*@media (max-width: 375px) {
}*/



.loginEmail, .loginSenha {
    position: relative;
}

    .loginEmail i, .loginSenha i {
        position: absolute;
        left: 15px;
        top: 23px;
        color: gray;
    }


.recuperarSenha {
    position: relative;
}

    .recuperarSenha i {
        position: absolute;
        left: 15px;
        top: 23px;
        color: gray;
    }


.painelExibicao {
    border: solid 4px #777;
    border-radius: 8px;
    /*width: 90%;*/
    /*margin: 0.5rem;
    padding: 0.3rem;*/
}

    .painelExibicao textoMenor {
        font-size: 3rem;
    }

    .painelExibicao titulo {
        font-size: 5rem;
    }

.tituloMedicoes {
    font-size: 1.5rem;
    font-weight: bold;
    /*margin-left: 1.5rem;*/
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
}

.valorMedicoes {
    font-size: 3rem;
    color: #517E97;
    font-weight: 600;
    margin-left: 2rem;
}

.unidadesMedicao {
    font-size: 1.7rem;
    color: #517E97;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logoExpo {
    width: 60%;
}

.iconeExpo {
    width: 4rem;
}
