/* Modal Header */
.loading-modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Body */

/* Modal Footer */
.loading-modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.loading-modal-content {
    display: none;
    position: fixed;
    background-color: #fefefe;
    margin-left: 45%;
    margin-right: 50%;
    padding: 0;
    border: 1px solid #888;
    width: 200px;
    text-align: center;
    top: 45%;
    z-index: 2501;
    padding: 14px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

.loading-modal-content .fa{ 
    font-size: 25px;
}

.loading-modal-content span{
    font-size: 16px;
} 


.loading-custom-backdrop {
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    z-index: 2500;
    background: rgba(0,0,0,0.5);
    top: 0px;
}

/* Loader home */
.spinLoader, .spinLoaderCadastrados, .spinLoaderComparecimentos {
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: absolute;
    opacity: 1;
    display: block;
    top: 20%;
    left: 0;
    text-align: center;
}