/* Da tamaño y la transición para los iconos de acciones de las datatables */
.bx {
	font-size: 22px;
}
.card-header-icon .bx {
	font-size: 44.8px;
}
.actions .bx {
	font-size: 22px !important;
	transition: all .5s;
} 

.dropdown-item .bx {
	font-size: 20px;
/* Add here all your CSS customizations */
}
.nav-item a{
    padding:8px 10px;
}

/* Add here all your JS customizations */

#editor1 .card-primary .card-header {
    background-color: #F4F4F4 !important;

}


.card .card-footer{padding: .5rem !important;}
th {text-align: center;}
th, td{  vertical-align: middle;}


.icons_cardfeatures{
    margin-left:2px !important; 
    font-size:50px !important; 
    margin-top:19px !important;
}

.widget-summary .summary {
    min-height: 65px;
    word-break: break-all;
    padding-top: 18px;
}

.widget-summary .summary .title {
    margin: 0;
    /* font-size: 14.4px; */
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
}

.widget-summary .summary .info {
    font-size: 13.6px;
    font-size: 1rem;
}

.widget-summary.widget-summary-sm .summary-sm {
    min-height: 0;
    margin-top: 4px !important;
}


.datepicker-dropdown {
	z-index: 997!important;
}

.page-header {
	z-index: 991!important;
}

.header {
	z-index: 995!important;
}

.dropdown-menu ul {
	position: relative!important;
	z-index: 998!important;
} 

.datepicker-switch:hover, .prev:hover, .next:hover{
 color: white!important;
}
