/* TABLAS */

.dataTables_wrapper{width: 100% !important;}
table.dataTable tbody tr {background-color: transparent;}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {color: #ffffff;}
table.dataTable.no-footer {border-bottom: 0;}
table.dataTable tbody th, table.dataTable tbody td {border-bottom:0.5px solid #ffffff;}

/* GENERAL */

main{} 

/* MENÚ */

#sidebar-menu{}
.sidebar-menu-item{color:#000000;text-decoration: none !important;}

/* TABLAS */

.dataTables_wrapper .dataTables_length {color: #000000 !important;}
.dataTables_wrapper .dataTables_filter {color: #000000 !important;}
.dataTables_wrapper .dataTables_filter input {border: 1px solid #000000;}

/* OPERACIONES */

#operaciones{display: flex;flex-direction: column;height: 100%;width: 100%;}
#operaciones-botones{display: flex;flex-direction: row;height: 5%;width: 100%;    }
.bot-ope{width: 32%;margin-right: 1%;color:#000000;background: #ffffff;border-radius: 5px;display: flex;align-items: center;justify-content: center;}
#operaciones-resultados{height: 95%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.operaciones-resultados-item{width: 50%;display: flex;flex-direction: row;align-items: center;}
.operaciones-resultados-titulo{width: 80%;}
.operaciones-resultados-resultado{width: 20%;}

/* PENDIENTES */

#Pendientes{padding: 20px;height: 100vh;overflow-y: auto;}
.pendientes-item{display: flex;flex-direction: row;width: 100%;border-bottom: 1px solid #ffffff;padding: 5px;align-items: center;}
.pendientes-persona1{width: 40%;}
.pendientes-persona2{width: 40%;}
.pendientes-tipo{width: 15%;}
.pendientes-acciones{display: flex;flex-direction: row;width: 5%;}
.pendientes-acciones-item{cursor: pointer}
.pendientes-acciones-item i{font-size: 25px;}
#pendientes-acciones-confirmar{color: green;}
#pendientes-acciones-descartar{color: red;}

/* DASHBOARD */

#dashboard{}
.dashboard-item{display: flex;flex-direction: row;width: 100%;border-bottom: 1px solid #000000;padding: 5px;align-items: center;}
.dashboard-texto{width: 40%;}
.dashboard-numero{width: 40%;text-align: right}
.dashboard-porcentaje{width: 20%;text-align: right}

/* PERSONA */

#Persona{padding: 20px;height: 100vh;overflow-y: auto;}
#persona-titulo{text-align: left;font-size: 1em;line-height: 1em;font-weight: 700;}
#persona-operaciones{display: flex;flex-direction: row;height: 5%;width: 100%;    }
.bot-per{width: 24%;margin-right: 1%;color:#000000;background: #ffffff;border-radius: 5px;display: flex;align-items: center;justify-content: center;}
#persona-parentescos{margin:20px 0px;}
.persona-parentesco-item{display:flex}
.persona-parentesco-tipo{margin-right:20px;}
#persona-datos{display:flex;margin:20px 0px;}
.persona-datos{width:25%;}
#persona-guardar,#persona-operaciones-revisado{background: blue;color: #ffffff;border-radius: 5px;cursor:pointer}
#persona-operaciones-buscar-hijos,#persona-operaciones-buscar-padre,#persona-operaciones-buscar-madre,#persona-operaciones-buscar-hermanos,#persona-operaciones-buscar-familia{background: #cccccc;color: #ffffff;border-radius: 5px;cursor:pointer}
#persona-pendientes-acciones-confirmar,#persona-pendientes-acciones-porconfirmar{color: blue;}