﻿#btnAprovarMedico {
    width: 200px;
    height: 45px;
    background: #25AF6A 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

    #btnAprovarMedico .dx-button-text {
        font: normal normal 600 20px/33px Segoe UI;
        text-decoration: none;
    }

    #btnAprovarMedico .dx-button-content {
        padding: 0;
    }

#btnReprovarMedico {
    width: 200px;
    height: 45px;
    background: #E25E50 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

    #btnReprovarMedico .dx-button-text {
        font: normal normal 600 20px/33px Segoe UI;
        text-decoration: none;
    }

    #btnReprovarMedico .dx-button-content {
        padding: 0;
    }

 #btnNaoCompareceu {
    width: 200px;
    height: 45px;
    background: #25AF6A 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

    #btnNaoCompareceu .dx-button-text {
        font: normal normal 600 20px/33px Segoe UI;
        text-decoration: none;
    }

    #btnNaoCompareceu .dx-button-content {
        padding: 0;
    }

#btnPedirPericia {
    width: 200px;
    height: 45px;
    background: #1885A2 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

    #btnPedirPericia .dx-button-text {
        font: normal normal 600 20px/33px Segoe UI;
        text-decoration: none;
    }

    #btnPedirPericia .dx-button-content {
        padding: 0;
    }

#btnBlacklist {
    width: 200px;
    height: 45px;
    background: #6D6D6D 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

    #btnBlacklist .dx-button-text {
        font: normal normal 600 20px/33px Segoe UI;
        text-decoration: none;
    }

    #btnBlacklist .dx-button-content {
        padding: 0;
    }

.txtMotivo {
    font: normal normal 600 16px/10px Source Sans Pro;
    color: #4D4F5C;
}

#btnRemoverBlacklist {
    width: 230px;
    height: 45px;
    background: #E25E50 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

    #btnRemoverBlacklist .dx-button-text {
        font: normal normal 600 20px/33px Segoe UI;
        text-decoration: none;
    }

    #btnRemoverBlacklist .dx-button-content {
        padding: 0;
    }

.aviso-de-privacidade {
    display: flex;
    flex-direction: column;
}


.anexo-documentos-pcd-overlay,
.anexo-rgecpf-pcd-overlay,
.anexo-rgcpf-pcd-overlay,
.anexo-cnh-pcd-overlay,
.anexo-foto-pcd-overlay,
.anexo-certidao-nasc-overlay,
.anexo-comprovanteEndereco-pcd-overlay,
.anexo-comprovanteEnderecoAdicional-pcd-overlay,
.anexo-documentos-pcd-responsavel-overlay,
.anexo-rgecpf-pcd-responsavel-overlay,
.anexo-rgcpf-pcd-responsavel-overlay,
.anexo-cnh-pcd-responsavel-overlay,
.anexo-documento-endereco-responsavel-overlay,
.anexo-documento-endereco-adicional-responsavel-overlay,
.anexo-documento-laudo-overlay,
.anexo-documento-laudo-adicionais-overlay {
    position: fixed;
    z-index: 1501;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
    overflow: hidden;
}

.anexo-documentos-pcd-popup {
    position: absolute;
    height: auto !important;
    width: 50%;
    max-width: 90vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 4rem;
    box-sizing: border-box;
    flex-flow: column nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 20px;
}
