table {
    color: #222328 !important;
}

table.dataTable td {
    padding: 0.5%;
    border-bottom: 1px solid grey;
}

.modal-body {
    max-height: calc(100% - 120px);
    min-height: 100%;
    overflow-y: scroll;
}

.form-control {
    height: 37px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* para el logo del menú */
.avatar.avatar-md.brround {
    background-color: transparent !important;
    width: auto !important;
    border-radius:0% !important;
    height: 40px !important;
}

.dropdown-menu.dropdown-menu-right.dropdown-menu-arrow.animated {
    position: fixed !important;
    top: 81px !important;
    right: 25px !important;
    z-index: 1000 !important;
    left: auto !important;
}
