table.dataTable td {
    padding: 0rem;
    padding-top: 0.4rem;
}

.botao {
    padding-top: 0rem !important;
}

.card {
    width: 12.75rem;
    margin-left: 1vw;
}

.spinner-border {
    width: 20rem;
    height: 20rem;
}

#pageLoader {
    margin-top: 10%;
    margin-bottom: 10%;
}

#deferidoDiv .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}

#indeferidoDiv .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #dc3545;
    background-color: #dc3545;
}


/* IMG ZOOM */

img.modal-img {
    cursor: pointer;
    transition: 0s;
}

img.modal-img:hover {
    opacity: 0.7;
}

.img-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.img-modal img {
    margin: auto;
    display: block;
    width: 60rem;
}

.img-modal div {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.img-modal img,
.img-modal div {
    animation: zoom 0s;
}

.img-modal span {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0s;
    cursor: pointer;
    font-size: 4rem;
    z-index: 1000;
    text-shadow: -1px 1px black;
}

.btn-group.retorno {
    display: flex;
}

.retorno .btn-block {
    flex: 1
}

.retorno .btn-warning {
    flex: inherit;
}

.form-control[readonly] {
    background-color: #f0f2f4;
    opacity: 1;
}

@media only screen and (max-width: 700px) {
    .img-modal img {
        width: 100%;
    }
}