﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: whitesmoke;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 580px;
}

.boxerlogin {
    width: 280px;
    margin: 0 auto;
}

.titulo {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.Ocultar {
    display: none;
}

.circulo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    z-index: 5;
    background: #f00;
}

.fixed-button {
    background-color: #FF2434;
    color: #FFFFFF;
    border: none;
    outline: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 1px 3px 5px #888888;
}

.fixed-button-two {
    background-color: #ff6a00;
    color: #FFFFFF;
    border: none;
    outline: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 1px 3px 5px #888888;
}

.fixed-button-Three {
    background-color: #0026ff;
    color: #FFFFFF;
    border: none;
    outline: none;
    position: fixed;
    bottom: 150px;
    right: 15px;
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 1px 3px 5px #888888;
}

.fixed-button-For {
    background-color: #0026ff;
    color: #FFFFFF;
    border: none;
    outline: none;
    position: fixed;
    bottom: 10px;
    left: 15px;
    height: 90px;
    width: 90px;
    margin-bottom: 20px;
    border-radius: 90px;
    box-shadow: 1px 3px 5px #888888;
}

.fixed-button-Six {
    background-color: #ff6a00;
    color: #FFFFFF;
    border: none;
    outline: none;
    position: fixed;
    bottom: 220px;
    right: 15px;
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 1px 3px 5px #888888;
}

.fixed-button-Pontos {

    border: none;
    outline: none;
    position: fixed;
    bottom: 40px;
    left: 25px;

}
@keyframes wobble {
    16.65% {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.modal-header {
    background-color: darkblue;
}

.modal-title {
    color: whitesmoke;
}

.close {
    color: yellow;
}

#celula_descricao{
    width:30%;
}
#grid_cadastro {
    white-space: normal;

}
.centralizarImagem {
    display: flex;
    display: -webkit-flex; /* Garante compatibilidade com navegador Safari. */
    justify-content: center;
    align-items: center;
}

