/*a {
	color: #70706f;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #70706f;
}*/
html, body {
            height: 100%;
        }
body {
	font-size: 11px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/*CONTENEDORES*/
.container-sol {
	margin-top: 10px;
	color: #70706f;
	margin-left: 10px;
	margin-right: 10px;
}

.container-serv {
	margin-top: 10px;
	color: #70706f;
	margin-left: 10px;
	margin-right: 10px;
	min-height:: 100vh;
}

.container-cgr {
	margin-top: 10px;
	color: #70706f;
	margin-left: 10px;
	margin-right: 10px;
}

.container-logo {
	text-align: right;
}

.container-sol-form {
	margin: 50px;
	color: #70706f;
}

.container-pep {
	width: 100%;
	display: flex;
	 flex: 1;
}
.container-pep-header {
	width: 100%;
	display: flex;
	 flex: 1;
}
.container-pep-centro {
	width: 100%;
	display: flex;
}

.container-pep-izq {
	width: calc(100% - 25px);
	float: left;
	height: 100%;
}

.container-pep-dcho-sol {
	width: 25px;
	float: right;
	background-color: #005cb9;
	height: 100%;
}

.container-pep-dcho-serv {
	width: 25px;
	float: right;
	background-color: #009a96;
	height: 100%;
}

.container-pep-dcho-cgr {
	width: 25px;
	float: right;
	background-color: #f7941d;
	height: 100%;
}

.container-body {
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: #b5b5b5;
	padding: 15px;
	width: 100%;
	height: calc(100% - 10px);
}

/*CONTENIDO HEADER Y PAGINAS INICIO*/
.service-principal {
	background-image: url('../img/M12-ILUSTRACION.PNG');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
}

.img-logo {
	width: 150px;
	margin: 20px;
}

.img-logo-pep {
	margin: 20px;
}

.img-logo-2 {
	float: right;
	width: 500px;
}

.img-logo-3 {
	width: 100%;
}
.title-ppe{
	margin-top: 30px;
}
.header-pep {
	/*
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	border-color: #a565b2;
	color: #575756;
	*/
	height: 168px;
	margin: 0px;
	background-image: url('/ppe-web/resources/images/pep-top.svg');
    background-repeat: no-repeat; /* No repite la imagen */         
    background-size: 100% 100%;  /* La imagen ocupa el 100% del ancho y alto */
    background-position: left top;  /* Asegura que la imagen comience desde la esquina superior izquierda */
    width: 100%;  /* Asegura que el ancho del elemento cubra el 100% del contenedor */
            /*
            height: 100%;
            width: 100%;
            position: absolute;
            */
            top: 0;
            left: 0;
            z-index: -1; /* Coloca la imagen detrás del contenido */
           /* opacity: 0.5; /* Controla la transparencia de la imagen */
	/*	-webkit-box-shadow: -4px 1px 15px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 1px 15px -7px rgba(0,0,0,0.75);
	box-shadow: -4px 1px 15px -7px rgba(0,0,0,0.75); */
}

.header-pep p {
	margin: 5px;
	margin-left: 10px;
}

.header-pep .btn-salir {
	font-size: 30px;
	margin: auto;
	color: #575756;
}

.header-pep .btn-salir:hover {
	color: #575756;
}
.btn-salir{
	width:100px;
	text-align: right;
}
.img-logo-header {
	width: 100%;
	margin: 5px;
	text-align: right;
}

.img-logo-menu {
	width: 90%;
	margin: 5px;
	text-align: right;
}

.div-logo-header {
	text-align: right;
}

.principal-pep {
	color: #575756;
	text-align: center;
}

.img-ilus-m1 {
	width: 100%;
}

.title-pep {
	font-size: 100px;
}

.sub-title-pep {
	font-size: 30px;
}

.title-pep-header {
	font-size: 28px;
	margin: 0px;
}

.sub-title-pep-header {
	font-size: 15px;
}

/* BOTONES*/
.pep-button-aling {
	margin-top: 20px;
	width: 100%;
	text-align: right;
	margin-right: 10px;
}

.btn-acceso-m1 {
	color: #767675;
	background: #fff;
	border-color: #1a6dc0;
	padding: 10px;
	margin: 10px;
	width: 200px;
	border-radius: 10px;
}

.pep-btn-blue {
	color: #fff !important;
	background: #005cb9;
	border-radius: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	margin-left: 5px;
	font-size: 11px;
	height: auto;
}

.pep-btn-blue:hover {
	color: #fff !important;;
}

.pep-btn-yellow {
	color: #fff !important;
	background: #ffd11a;
	border-radius: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	margin-left: 5px;
	font-size: 11px;
	height: auto;
}

.pep-btn-yellow:hover {
	color: #fff !important;;
}

.pep-btn-green {
	color: #fff !important;;
	background: #76b82a;
	border-radius: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	margin-left: 5px;
	font-size: 11px;
	height: auto;
}

.pep-btn-green:hover {
	color: #fff !important;;
}

.pep-btn-red {
	color: #fff !important;;
	background: #e63c2e;
	border-radius: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	margin-left: 5px;
	font-size: 11px;
	height: auto;
}

.pep-btn-red:hover {
	color: #fff !important;;
}

.pep-btn-blanco-green {
	color: #76b82a !important;;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	border-color: #76b82a;
	cursor: pointer;
	font-size: 11px;
	height: auto;
}

.pep-btn-add {
	width: 400px;
}

.pep-btn-blanco-green:hover {
	color: #76b82a !important;;
}

/*TABLAS */
table a {
	color: #fff;
	font-size: 1rem;
}

table div {
	color: #fff;
	font-size: 11px;
}

table tbody tr td {
	font-size: 11px;
}

table a:hover {
	color: #fff;
}

table tbody a {
	color: #333 !important;
	text-decoration: none !important;
	height: 100%;
	width: 100%;
}

table tbody a:hove {
	color: #333 !important;
	text-decoration: none !important;
}

.pep-table-sol thead tr {
	background: #005cb9;
	color: #fff !important;
}

.pep-table-sol thead a {
	font-size: 11px;
}

.pep-table-sol thead span {
	display: inline-flex;
}

.pep-table-sol tbody a {
	font-size: 11px;
}

.pep-table-serv thead tr {
	background: #009a96;
	color: #fff !important;
}

.pep-table-serv thead a {
	font-size: 11px;
}

.pep-table-serv thead span {
	display: inline-flex;
}

.pep-table-serv tbody a {
	font-size: 11px;
}

.pep-table-serv tbody td {
	font-size: 11px;
	
}

.pep-table-cgr thead tr {
	background-color: #f7941d !important;
	color: #fff !important;
}

.pep-table-cgr thead a {
	font-size: 11px;
}

.pep-table-cgr thead span {
	display: inline-flex;
}

.pep-table-cgr tbody a {
	font-size: 11px;
}

.pep-table-cgr tbody td {
	font-size: 11px;
}

tbody {
	height: 100%;
}

/*FIELDSET*/
fieldset {
	/*height: 100%;*/
}

fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
	width: inherit; /* Or auto */
	padding: 0 10px; /* To give a bit of padding on the left and right */
	border-bottom: none;
}

/*MODAL MSG*/
.modal-content-msg {
	background-color: #873299;
	border-radius: 40px;
}

.modal-header-msg {
	text-align: center;
	border: unset;
	display: unset;
}

.modal-footer-msg {
	display: block;
	text-align: center;
	border: unset;
}

.modal-title-msg {
	color: #fff;
}

.modal-body-msg {
	text-align: center;
	color: #70706f;
	margin: 20px;
	background: #fff;
}

/*MODAL FORM*/
.modal-content-form {
	background-color: #fdfcf9;
	display: block;
}

.modal-header-form {
	text-align: left;
	border: unset;
	display: unset;
}

.modal-footer-form {
	display: block;
	text-align: center;
	border: unset;
}

.modal-title-form {
	color: #464541;
	background-color: #ffd11a;
	width: 80%;
	padding-left: 10px;
}

.modal-body-form {
	text-align: center;
	color: #70706f;
	margin: 20px;
}

.modal-cargo-pecu {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.modal-cargo-pecu i {
	font-size: 30px;
	color: #76b82a;
}

/*FORM*/
.form-control-sol {
	height: 24px;
	padding: 0px;
	font-size: 11px;
}

.form-control-info {
	height: 24px;
	padding: 0px;
	width: auto;
	font-size: 11px;
}

.form-control-input-serv {
	display: unset;
	width: unset;
	width: 400px;
	font-size: 11px;
}

.form-control {
	font-size: 11px;
	padding: 3px;
}

/*MENU SERVICIO*/
.menu-pep-acciones a {
	text-decoration: none;
}

.menu-pep-acciones a:hover {
	text-decoration: none;
}

.menu-pep {
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #007bff; /*#b5b5b5;*/
	padding: 5px;
	font-size: 11px;
}

.menu-pep a {
	text-decoration: none;
}

.menu-pep a:hover {
	text-decoration: none !important;
}

.menu-pep p {
	padding: 0px;
	margin: 0px;
}

.menu-pep:hover {
	background-color: #626262;
}

.menu-pep-selected {
	background-color: #626262;
}

.icon-menu {
	height: 70px;
}

/*ACORDEON*/
.accordion {
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
}

.active, .accordion:hover {
	border-color: #76b82a;
	border-style: solid;
	border-width: 1px;
}

.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
}

.panel {
	width: 100%;
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel-contenido {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*SIDEBAR*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.2s;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	top: 0;
	right: 0px;
	font-size: 36px;
	margin-left: 50px;
}

.sidenav-content {
	border-color: #333;
	border-style: solid;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	height: 100%;
}

.sidenav-close {
	text-align: right;
}

.sidenav-titulo {
	background-color: #ffd11a;
	padding: 5px;
	width: calc(100% - 40px);
}

.sidenav-opciones {
	margin: 10px;
	display: flex;
	text-align: center;
}

.sidenav-opciones a {
	padding: 5px;
	width: 50px;
	height: 50px;
	border-style: solid;
	margin: 5px;
}

.sidenav-opciones a:hover {
	color: #ffd11a;
}

.sidenav-info {
	margin: 10px;
}

.sidenav-info label {
	/*font-size: 15px;*/
	color: #818181;
}

.sidenav-info input {
	height: 25px;
}

.sidenav-info .row {
	margin: 5px;
}

.sidenav-footer {
	margin: 10px;
	display: flex;
	text-align: center;
}

.sidenav-footer a {
	padding: 5px;
	width: 50px;
	height: 50px;
	border-style: solid;
	margin: 5px;
}

.sidenav-footer a:hover {
	color: #ffd11a;
}

.sidenav-footer .sidenav-enviar {
	color: #005cb9 !important;
}

.sidenav-footer .sidenav-enviar:hover {
	color: #ffd11a !important;
}

.sidenav-footer .sidenav-volver {
	color: #e63c2e !important;
}

.sidenav-footer .sidenav-volver:hover {
	color: #ffd11a !important;
}

/*FONT AWESO CUSTOM*/
.tabla-eliminar-icono {
	font-size: 20px;
	color: #e63c2e;
}

.tabla-agregar-icono {
	font-size: 20px;
	color: #76b82a;
}

.tabla-eliminar-icono:hover {
	color: #e63c2e;
}

.tabla-agregar-icono:hover {
	color: #76b82a;
}

.form-full {
	width: 100%;
}

tr.clickable td {
	/*padding: 0;*/
}

tr.clickable td a {
	display: inline-flex;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.icon-green {
	color: #76b82a;
}

.icon-green:hover {
	color: #76b82a;
}

.icon-red {
	color: #e63c2e !important;
}

.icon-red:hover {
	color: #e63c2e !important;
}

/*FORM*/
.form-acciones {
	display: flex;
}

/* Estilos gif loader */
.ajax-loader {
	background: transparent url(../images/cgrLoad.gif) no-repeat scroll
		center;
	position: fixed;
	top: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	border-style: none;
	opacity: 0.8;
	filter: alpha(opacity =  60);
	z-index: 9999999999;
}

.active, .accordion:hover {
	border-color: unset;
	border-style: unset;
	border-width: unset;
}

.nav-link {
	display: block !important;
}

.input-busqueda {
	display: initial;
	width: 100%;
}

.adjunto {
	width: auto !important;
}

.adjunto  div {
	height: auto !important;
}

.cargos-pecu-si {
	color: #76b82a;
	font-size: 35px;
	padding: 10px;
}

.cargos-pecus-no {
	color: #e63c2e;
	font-size: 35px;
	padding: 10px;
}

.btn {
	min-width: 150px;
	max-width: 200px;
}

.blue-eye {
	color: #005cb9;;
}

.red {
	color: #e63c2e;
}

.green {
	color: #76b82a
}

.mensaje-error {
	text-align: center;
	position: fixed;
	top: 10px;
	z-index: 1;
	width: 100%;
}

#mensajes {
	-moz-animation: cssAnimation 0s ease-in 5s forwards;
	/* Firefox */
	-webkit-animation: cssAnimation 0s ease-in 5s forwards;
	/* Safari and Chrome */
	-o-animation: cssAnimation 0s ease-in 5s forwards;
	/* Opera */
	animation: cssAnimation 0s ease-in 5s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes cssAnimation {
	to { visibility:hidden;}
}
.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 15px;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s
		ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s
		ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	position: absolute;
	margin-top: -20px;
}

.badge2 {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 64%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.35rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s
		ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s
		ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

@media ( prefers-reduced-motion : reduce) {
	.badge {
		-webkit-transition: none;
		transition: none;
	}
}

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #4e73df;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #2653d4;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.badge-secondary {
	color: #fff;
	background-color: #858796;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #6b6d7d;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #1cc88a;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #169b6b;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #36b9cc;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #2a96a5;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.badge-warning {
	color: #fff;
	background-color: #f6c23e;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #fff;
	background-color: #f4b30d;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #e74a3b;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #d52a1a;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

.badge-light {
	color: #3a3b45;
	background-color: #f8f9fc;
}

a.badge-light:hover, a.badge-light:focus {
	color: #3a3b45;
	background-color: #d4daed;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #5a5c69;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #42444e;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

.span-input {
	height: 25px;
	background-color: #e9ecef;
	opacity: 1;
}

.max-comentario{
	max-width: 300px;
}

.max-comentario2{
	max-width: 400px;
}

.check-segmento-ok{
    background: green;
    border-radius: 10px;
    padding: 3px;
    font-size: 9px;
    float: right;
    color:#fff;
}

.check-segmento-no-ok{
    background: red;
    border-radius: 10px;
    padding: 4px;
    font-size: 9px;
    float: right;
}

.check-adjuntos-ok{
    background: green;
    border-radius: 10px;
    padding: 7px;
    font-size: 6px;
    color:#fff;
    border-radius: 30px;
    height: 20px;
}

.footer {
     padding: 0 0 0 0;
     color: white;
     width: 100%;
 }
 .footer-column-1 {
    height: 30px;
    padding-top: 5px;
 }
 .footer-column-2 {
     height: 30px;
    padding-top: 5px;
 }
 .footer-column-3 {
     height: 30px;
    padding-top: 5px;
 }
 
.rounded-image {
            width: 30px; /* Ancho de la imagen */
            height: 30px; /* Alto de la imagen */
            border-radius: 50%; /* Hace la imagen redonda */
            object-fit: cover; /* Asegura que la imagen se ajuste al contenedor */
}
.images-logo-serv{
	        width: 80px; /* Ancho de la imagen */
            height: 80px; /* Alto de la imagen */
}
.btn-logout{
	min-width: 10px !important;
	max-width: 100px !important;
	float: right; /* Alinear a la derecha */
	margin-top: 6px;
}
.image-container {
	padding-top: 10px;
}

.status {
    /*padding-top: 10px !important;*/
    border-radius: 2rem;
    text-align: center;
    width: 165px;
}

.status.delivered {
    background-color: #86e49d;
    color: #006b21;
}

.status.cancelled {
    background-color: #d893a3;
    color: #b30021;
}

.status.pending {
    background-color: #ebc474;
    color: white  !important;
    font-size: bold;
    
}

.status.shipped {
    background-color: #6fcaea;
}

.table-sm {
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}
.rich-table-thead{
	padding: 1rem !important;
}

.rich-table-footer{
	padding: 0.1rem !important;
}

.table-sm th{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.rich-panel-body {
	padding: 0px !important;
}

.truncate {
    white-space: nowrap;      /* No permitir el salto de línea */
    overflow: hidden;         /* Ocultar el texto que desborda el área de la celda */
    text-overflow: ellipsis;  /* Mostrar "..." al final del texto truncado */
    display: inline-block;    /* Necesario para que funcionen 'max-width' y 'ellipsis' */
    max-width: 200px;         /* Ajustar este valor según sea necesario */
  }
  
.truncate_100 {
    white-space: nowrap;      /* No permitir el salto de línea */
    overflow: hidden;         /* Ocultar el texto que desborda el área de la celda */
    text-overflow: ellipsis;  /* Mostrar "..." al final del texto truncado */
    display: inline-block;    /* Necesario para que funcionen 'max-width' y 'ellipsis' */
    max-width: 100px;         /* Ajustar este valor según sea necesario */
  }
.menu-pep-acciones{
 padding-rigth: 1rem !important;	
 overflow-x: hidden; 
}
.rich-table-footercell {
	padding: 0px !important;
}

.rich-table-row tr{
	padding: 1rem !important;
}

.alert-warning {
	
}

 .right-aligned {
     display: flex;
     justify-content: flex-end; /* Alinea los elementos hijos a la derecha */
 }

 .right-aligned-item {
     margin-left: 10px; /* Añade espacio entre los elementos */
 }
 

.menu-pep.custom-style {
        background-color: blue; /* Fondo azul */
        border: 4px solid #177fe7; /* Borde negro */
        width: 100px; /* Ajusta según tus necesidades */
        height: 100px; /* Ajusta según tus necesidades */
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        color: white; /* Color del texto */
        text-align: center;
        box-sizing: border-box;
        transition: background-color 0.3s ease;
    }

    .menu-pep.custom-style:hover {
        background-color: #004080; /* Fondo azul más oscuro al pasar el ratón */
    }

    .menu-pep.custom-style img {
        max-width: 50px; /* Ajusta según tus necesidades */
        max-height: 50px; /* Ajusta según tus necesidades */
    }

.titulo_nombre{
	padding-top: 1px;
	font-size: 18px;
	background: white;
	font-family: 'Roboto Condensed', sans-serif;
	color: darkblue;
	line-height: 0.4;
}
.titulo_creador{
	padding-top: 1px;
	font-size: 15px;
	background: white;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.4;
}
.titulo_hora{
	padding-top: 1px;
	font-size: 13px;
	background: white;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 0.4;
}
 
.box-header{
 display: flex; 
 font-weight: bold; 
 color: black; 
 text-align: right; 
 padding-top: 25px;
 }
.box-btn{
	padding-left:5px;
 }
 
.box-tribunal{
 /*display: flex; align-items: center;*/
 display: flex; flex-direction: column; align-items: flex-start;
 }
 
 .box-tribunal-label{
 margin-right: 5px; margin-top: 5px;
 }