@CHARSET "UTF-8";


html, body{
	
}

#tabla th{
	font-size: 0.80rem;	
}

#tabla td{
	font-size: 0.80rem;	
}

#tabla_wrapper{
	font-size: 0.85rem;	
}
/*
a.cssLnkEliminar:link {color:red;}
a.cssLnkEliminar:visited {color:red;}
a.cssLnkEliminar:hover {text-decoration:none;color:red;}
a.cssLnkEliminar:active {color:red;text-decoration: none}

.card{
	font-size:0.85rem !important;
}
*/

a:link {
	color: #6c757d;
	text-decoration: none;
     }
     
a:visited {
    color: #6c757d;
    text-decoration: none;
}

a:hover {
    color: #6c757d;
  text-decoration: underline;
}

a:active {
    color: #6c757d;
  text-decoration: underline;
}

.custom-select-sm{
    font-size: 95% !important;
}

.swal2-title{
	margin-left:5px !important;
}


/* ini circulo iniciales */
.block {
    /*border: 1px solid red;*/
    text-align: center;
    vertical-align: middle;
}
.circle-user-panel {
    background: red;
    border-radius: 28px;
    color: white;
    height: 33px;
    width: 33px;
    display: table;
    /*margin: 24px auto;*/
    font-size:0.8em;
}
.circle-user-panel p {
    vertical-align: middle;
    display: table-cell;
    
}

.circle-24 {
    background: red;
    border-radius: 24px;
    color: white;
    height: 24px;
    width: 24px;
    /*display: table;*/
    display: inline-table;
    /*margin: 24px auto;*/
    font-size:0.8em;
}
.circle-24 p {
    vertical-align: middle;
    display: table-cell;
}

/* fin circulo iniciales */

.vl {
  border-left: 0.093rem solid #6c757d;
  height: 22px;
  display: inline
}

.filtroInactivo{
    color: lightgray;
}

.filtroActivo{
    color: #ed0f77; /* #007bff; */
}

.espacioIconoTextoFiltro{
	margin-right:0.3em;
}

.pDangerEliinar{
	font-size: 1.2em;
}

.cbEstado{
    text-transform: uppercase;
}

.customClassToast{ /* para toast de status, permite que se muestre cuando hay modal */
    z-index: 100001;
}

.tablaSinBorderSuperior{
	border-top-style: hidden !important;
}

.mainColor{
	color: #ed0f77;
}

.mainBackground{
	background: #ed0f77;
}

.main-header * > i {
	color: #ed0f77 !important;
}

.main-header * > span {
	color: #ed0f77 !important;
}

[role=dialog] * > .modal-header i {
	color: #ed0f77 !important;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ed0f77;
}

.text-red{
	color: red !important;
}

.lnkColorMain{
	color: #ed0f77 !important;
}