

/* Para que no salte linea */
table.dataTable tbody td {
    font-size: 14px !important;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap:break-word;
    white-space: pre-wrap;
}

#tbl_lst thead th {
    font-size: 16px !important;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap:break-word;
    white-space: pre-wrap;
}

#tbl_lst tbody th, #tbl_lst tbody td {
    padding-top: 5px;
}

.addNew{
    background-color: #198754 !important;
    color: white !important;
}

/* .buttons-excel {
    background-color: #0d6efd !important;
    color: white !important;
}

.buttons-print {
    background-color: #ffc107 !important;
    color: white !important;    
} */

.dt-button {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.sidebar-mini{
    height: 100vh !important;
}


.tamanio_liga_14 {
    font-size:14px;
}

.tamanio_liga {
    font-size:13px;
}

.tamanio_liga_peq {
    font-size:12px;
}

.tamanio_liga_peq_2 {
    font-size:10px;
}


.caracteristica_button_valida {
    text-decoration:none; 
    font-size:12px;
}

.ocultar {
    display: none;
}

.x{
    font-size: 20px !important;
}


td.details-control {
    background: url('https://raw.githubusercontent.com/DataTables/DataTables/1.10.7/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('https://raw.githubusercontent.com/DataTables/DataTables/1.10.7/examples/resources/details_close.png') no-repeat center center;
}


.content {
    margin-top: 2rem;
}

[data-content] {
    display: none;
}

.active[data-content] {
    display: block;
}

.AlignColTableRight {
    text-align: right; 
}

.AlignColTableLeft {
    text-align: left; 
}

.AlignColTableCenter {
    text-align: center; 
}

fieldset {
    border: 3px solid #d31010;
    border-radius: 6px;
}

a.dt-button.btn btn-outline-dark {
    position: "relative";
    float: "center"
  }