﻿.botao {
    width: 70px;
    padding: 3px 7px;
    background: #87cefa;
    color: #fff;
    border: 1px solid #87cefa;
    text-decoration: none;
}

/*------------------->Customizações Alerta<-----------------------*/
#alertdiv {
    position: absolute;
    top: 80px;
    left: 33%;
    width: 30%;
    min-height: 70px;
    color: #666;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    z-index: 9999;
    text-align: center;
    padding: 10px;
}

    #alertdiv span {
        color: #666;
        font-size: 17px;
    }

    #alertdiv a {
        width: 20px;
    }

    #alertdiv p {
        font-size: 14px;
        padding: 15px 0px 10px;
        margin: 0px;
    }

#alert_placeholder {
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 9998;
}
