table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal!important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid #052f66!important;
    background: #555;
    color: #FFF;
}

tr>th:first-child {
    -webkit-border-top-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    border-top-left-radius: 13px;
}

tr>th:last-child {
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topright: 13px;
    border-top-right-radius: 13px;
}

.dataTables_wrapper {
    width: 100%;
    padding: 0 1.5%;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ccc!important;
}

label {
    display: inline-block;
    margin-top: .5rem;
    margin-bottom: 7px!important;
    padding-top: 2px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}
tr.odd{
    background-color: #eaeaea!important;
}
.btn-light{
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: inline-block;
    backface-visibility: hidden;
    border-radius: 25px;
    float: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    background: #eaeaea;
    padding: 4px 20px;
    font-size: 11px;
    cursor: pointer;
}
.btn-light:hover{
    background: #ccc;
    color: #FFF
}
.content-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.disabled{
    pointer-events: none;
}
td {
    text-align: center;
    vertical-align: top;
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding-top: 13px;
}
.prioridad{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 auto;
}
.alta{
    background: red;
}
.media{
    background: yellow;
}
.baja{
    background: green;
}
