
.swal2-container{
    z-index: 9999;
}
.swal2-popup.swal2-toast{
    min-height: 60px;
}

.swal2-popup.swal2-toast .swal2-title{
    padding-top: 15px;
}

.dataTables_length, .dataTables_filter{
    padding-bottom: 18px;
}
.dataTables_length label, .dataTables_filter label{
    display: inline-flex;
}
.dataTables_length label select, .dataTables_filter label i{
    margin-right: 6px;
}

.dataTables_wrapper {
    padding-right: 0!important;
    padding-left: 0!important;
}
.dataTables_filter label i{
    margin-top: 5px;
}
.dataTables_length label select{
    width: 50px;
}

/*.dataTables_processing.card{*/
/*    background-color: transparent;*/
/*    text-align: center;*/
/*    margin-bottom: 20px;*/
/*    color: black;*/
/*}*/
.dataTables_paginate{
    position: relative;
}
.dataTables_empty{
    text-align: center;
}
.dataTables_paginate .pagination{
    position: absolute;
    right: 0;
}
table.initDataTableAjax{
    width: 100% !important;
    height: 100%;
}
.table-responsive{
    overflow-y: hidden !important;
}

#loading-full{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999 !important;
    background-color: rgba(255, 255, 255, 0.2);
    color: black;
    font-size: large;
}
#loading-full .corpo{
    position: fixed;
    width: 50%;
    top: 25%;
    left: 25%;
    text-align: center;
}
#loading-full .corpo img{
    width: 120px;
}
.parte-dependente div.dependente{
    border: 1px solid; padding: 10px; margin: 5px;
}
div.dependente i.bx-trash{
    color: tomato;
    cursor: pointer;
}