﻿.full_loading {
    background-color: ghostwhite;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.textoComentarioLegenda {
    float: left;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.boxComentarioPadrao {
    width: 500px;
    height: 60px;
}

.alert-insalubre {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    color: white;
    padding: 10px;
    font-size: 12px;
    z-index: 1000;
    width: 100%;
    text-align: center;
    font-weight: bold;
}