/* LOGIN TELA */



.conexaofall {

    background-color: #F2DEDE;
    padding: 6px 10px;
    border: 1px solid #EBCCD1 ;
    border-radius: 2px;
    width: 60%;
    left: 20%;
    color: #AF4442;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: fixed;
    top: 10px;
    z-index: 99999;
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
    display: none;
}

.aviso_warning {
    background: #ffdcdc;
}

.aviso_success {
    background: #b9d8c1;
    color: #144215;
    border: 1px solid #144215 ;
}



.loadtela .centralizado {
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;
    position: absolute;
}

.loadtela {
    position: fixed!important;
    z-index: 999999!important;
    background: none repeat scroll 0% 0% rgba(197, 243, 152, 0.80) !important;
    width: 100%!important;
    height: auto!important;
    min-height: 100%!important;
    display:none;
    top: 0px;
}
