/* CSS used here will be applied after bootstrap.css */


.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.modal {
    overflow-y: hidden;
}

.modal .modal-dialog {
    width: 60%;
}

.modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: 50px;
}

.modal-body .tab-content {
    padding: 20px 30px 0 30px;
}

.modal-body .tab-content .tab-pane .cel-opcoes {
    margin-bottom: 10px;
    height: 50px;
}