.dropdown {
    display: -webkit-inline-box;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #e33611;
    padding: 0;
}
.dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: rgba(0, 0, 0, .8);
    right: -30px!important;
    left: inherit;
    min-width: 200px;
}
.dropdown-menu:before {
    content: '';
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .8);
    margin-top: -15px;
    right: 29px;
    position: absolute;
}
.dropdown-menu p {
    color: #fff;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
    display: list-item;
    list-style-type: decimal;
    margin-left: 20px;
}
.dropdown-menu p span {
    color: #e53400;
    padding-left: 2px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-size: 13px;
}
.tabla-head {
    margin: 0;
    z-index: 1;
    position: relative;
    min-width: max-content;
}
.tabla-head td {
    background-color: #222222;
    color: #fff;
    text-align: center;
    border-top: 0px solid #000!important;
    border-bottom: 1px solid #000;
    border-left: 1px solid #e33611;
}
.table-hover td {
    background-color: #f1f1f1;
}
.dataTables_info {
    display: none;
}
.filtrar {
    width: 100%;
    border-radius: 0;
    background-color: #e33611;
    border: none;
    border-bottom: 5px solid #bf2a0a;
    box-shadow: 0px 3px 15px rgba(0,0,0,.6);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.filtrar:hover,
.filtrar:focus,
.filtrar:active,
.filtrar[disabled]:hover {
    background-color: #c12800;
    border-bottom: 5px solid #f13912;
    box-shadow: none;
    outline: none;
}
.form-group .input {
    background-color: #f1f1f1;
    color: #000;
    padding: 5px 10px 0 0;
    display: -webkit-box;
}
.form-group .input .check {
    margin-right: 10px;
    margin-left: 0px;
    background-color: #ddd;
    padding: 8px 12px 10px 12px;
    height: 37px;
    margin-top: -5px;
}
.form-group .input span {
    font-weight: 400;
    margin-top: 4px;
    position: absolute;
    padding-left: 45px;
}
.titulo h4 {
    border-bottom: 3px solid #e53400;
    display: -webkit-inline-box;
}
.linea {
    border-bottom: 1px solid #ccc;
    margin: 10px 0 20px 0;
}
.table-responsive {
    position: relative;
}
.loading {
    z-index: 1020!important;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .4)!important;
    background-size: 60px!important;
}
.loading.visible {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}