.modal-mre {
    background-color: #fafafa;
    border-radius: 2px;
    display: none;
    left: 0;
    margin: auto;
    max-height: 70%;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    width: 40%;
    will-change: top, opacity;
    box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.3);
}

/** Cabeçalho */
.modal-mre header {
    background-color: #1976d2;
    height: auto;
    position: absolute;
    width: 100%;
}

.modal-mre header h4 {
    color:  #FFF;
    font-size: 32px;
}

/** Conteudo */
.modal-mre section {
    padding-top: 100px;
    padding-bottom: 30px;

}

.modal-mre article {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
    max-width: 100%;
}

/** Footer */
.modal-mre footer {
    border-top: 1px solid #BBB;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.btn-confirm-mre {
    color: #666;
    /*font-weight: bold;*/
    margin-left: 20px;
}

.btn-cancel-mre {
    color: #1976D2;
    margin-right: 20px;
    font-weight: bold;
}

.btn-confirm-alert-mre {
    color: #666;
    /*font-weight: bold;*/
}

.modal-size-small {
    width: 30% !important;
}

.modal-size-long {
    width: 60% !important;
}
