﻿.table thead th a {
    text-decoration: underline;
    
}



.label-inline label{
    display:inline;
    margin-left:5px;
}

.admin-empresas .nav-link {
    padding: 6px 9px;
    line-height: 2;
}

table.form-control input[type=checkbox] {
    margin-right: 5px;
}

li.text-danger > a, li.text-danger > a > i {
    color: var(--bs-red);
}

    li.text-danger > a > span:first-of-type {
        color: var(--bs-red);
    }

.ColumnaPromotoresTabla {
    height: 100px;
    overflow: auto;
    white-space: nowrap;
}

.divScroll150 {
    height: 150px;
    width: 200px;
    overflow-x: auto;
    white-space: nowrap;
}

    .divScroll150 td {
        padding: 0px 0px 0px 2px;
    }

        .divScroll150 td label {
            padding-left: 3px;
        }


.form-check label {
    padding-left: 3px
}

.limita-ancho-input input[type="text"] {
    max-width: 100px;
}

.limita-ancho-input td{padding:1px;}