#ajaxLoadingBox {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: url('../images/loader.gif') no-repeat;
    border-radius: 10px
}

input.validationElement {
    border: 1px solid #c00
}

.validationMessage {
    margin-left: 6px;
    color: #c00
}

.desabilitar-botao {
    pointer-events: none
}

input[type="file"] {
    display: none
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer
}

.closebannercomunicado {
    top: -30px !important;
    font-size: 36px !important;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 100px !important;
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    right: -26px
}

    .closebannercomunicado:hover {
        background-color: #fff !important
    }

#modalComunicado .modal-dialog {
    margin-top: 15vh
}

.whatsapp {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 80px;
    right: 46px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 37px;
    z-index: 1000
}

    .whatsapp:hover {
        position: fixed;
        width: 55px;
        height: 55px;
        bottom: 80px;
        right: 46px;
        background-color: #fff;
        color: #25d366;
        border-radius: 50px;
        text-align: center;
        font-size: 37px;
        z-index: 1000
    }

    .whatsapp h4 {
        position: fixed;
        width: 105px;
        right: 50px;
        background: #ffffffc2;
        color: #000;
        padding: 4px;
        border-radius: 10px;
        text-align: center;
        z-index: 1000
    }

.desabilitar-botao a {
    background: #efd289 !important;
}
