.pull-right {
    float: right;
}

.label {
    width: 100%;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
}

table {
    width: 100%;
}

a {
    cursor: pointer;
}

.text-warning {
    color: #ffc107 !important;
}

.btn-xs .fas {
    color: white !important;
    font-size: 12px !important;
}

.indx-decimal, .indx-price, .indx-qtd, .indx-qtd-mobile {
    text-align: right;
}

.hidden {
    display: none;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .1rem .5rem;
}

.error {
    color: #dc3545;
}

.dataTable {
    width: 100% !important;
}

.form-group.is-invalid {
    color: #dc3545 !important;
}

.is-invalid {
    border-color: #dc3545 !important;
    /*border: 1px solid #dc3545 !important;*/
    /*color: #dc3545 !important;*/
}

.is-invalid > .select2-container--default .select2-selection--single {
    border: 1px solid #dc3545 !important;
}

.was-validated .custom-select:invalid + .select2 .select2-selection {
    /*border-color: #dc3545 !important;*/
    border: 1px solid #dc3545 !important;
    /*color: #dc3545 !important;*/
}

*:focus {
    outline: 0px;
}

.brand-link.text-sm .brand-image, .text-sm .brand-link .brand-image {
    height: 20px;
    margin-bottom: -0.25rem;
    margin-left: 0.95rem;
    margin-top: 0.25rem;
}

.info-box-text {
    font-size: 16px;
}

.info-box-number {
    font-size: 22px;
    margin-top: 0px;
}

.no-margim-bottom {
    margin-bottom: 0px;
}