﻿.botao-abrir-card {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.dropdown {
    display: block !important;
}

.circulo {
    border-radius: 50%;
    width: 19px;
    height: 19px;
    margin: auto;
}

.c-red {
    color: #dc3545 !important;
}

.c-yellow {
    color: #F8CE57 !important;
}

.c-green {
    color: #1a7f50 !important;
}

.fs-13px {
    font-size: 13px !important;
    font-weight: 500 !important;
}

/*componente alerta*/
.alert-ls {
    padding: .9rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: #1B5592;
    font-weight: 600;
}

    .alert-ls h4 {
        margin-bottom: .25rem;
    }

    .alert-ls > :last-child {
        margin-bottom: 0;
    }

    .alert-ls + .bd-callout {
        margin-top: -.25rem;
    }

    .alert-ls.alert-ls-light {
        background-color: rgba(52, 58, 64, .4);
        border-left: 0.25rem solid rgb(52, 58, 64);
        color: rgb(23, 23, 23);
    }

    .alert-ls.alert-ls-info {
        background-color: rgba(61, 213, 243, .4);
        border-left: 0.25rem solid rgb(61, 213, 243);
    }

    .alert-ls.alert-ls-warning {
        background-color: rgba(255, 193, 7, .4);
        border-left: 0.25rem solid rgb(255, 193, 7);
    }

    .alert-ls.alert-ls-danger {
        background-color: rgba(220, 53, 69, .4);
        border-left: 0.25rem solid rgb(220, 53, 69);
    }
/*componente alerta*/

.borda-success:focus {
    box-shadow: 0 0 0 0.05rem green !important;
    box-sizing: border-box !important;
    border: 1.5px solid green !important;
}

.borda-success {
    box-shadow: 0 0 0 0.05rem green !important;
    box-sizing: border-box !important;
    border: 1.5px solid green !important;
}

.color-success {
    color: green !important;
}

.color-danger {
    color: red !important;
}

.borda-danger {
    box-shadow: 0 0 0 0.05rem red !important;
    box-sizing: border-box !important;
    border: 1.5px solid red !important;
}

.btn-primary-dark {
    background-color: #0c3763 !important;
    color: #fff !important;
}
