.bg-gradient-primary {
  background-color: #7395d9;
  background-image: linear-gradient(180deg,#3c69c5 10%,#122345);
  background-size: cover;
}
.sidebar.toggled .nav-item .nav-link {
    font-size: .9rem;
}
.sidebar-dark .nav-item .nav-link i {
  color: hsla(0,0%,100%,1);
}

.btn-warning {
	color: #000 !important;
}

.accordion {
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 1em;
  width: 100%;
}
.accordion .accordion-header {
    background-color: #4e73df;
    color: #fff;
    padding: 10px 10px 0px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion .accordion-body {
    display: none;
}
.accordion.active .accordion-body {
    display: block;
}

#modonotify {
    position: fixed;
    z-index: 99999;
    display: block;
    width: 100%;
    right: 0;
    top: 0px !important;
    padding: 1em;
    max-width: 300px;
}
#modonotify .alert {
	cursor: pointer;
}

.pagination {
    flex-wrap: wrap !important;
}
.breadcrumb {
    padding: .75rem 0 !important;
}

/* TABLE-RES START */
table.table-res {
	margin-top: 10px;
}

table.table-res tr:first-child,
table.table-res tr:first-child th,
table.table-res tr:first-child td,
table.emails tr:first-child,
table.emails tr:first-child th,
table.emails tr:first-child td {
	border-top: none;
}

@media (max-width: 767px) {
	table.table-res thead {
		display: none;
	}

	table.table-res.dataTable tbody tr:first-child {
		display: block !important;
	}

	table.table-res.datatable tbody tr:first-child {
		display: initial !important;
	}

	table.table-res {
		width: 100%;
	}

	table.table-res tbody th {
		text-align: center !important;
		color: #000;
		display: block;
        font-size: 15px;
        font-weight: 700;
	}
	table.table-res tbody tr {
		display: block;
		border-bottom: solid 1px #000;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	table.table-res td {
		display: block;
		border: none;
		border-top: none !important;
		text-align: center !important;
	}

	table.table-res td.labeled:before {
		content: attr(data-label);
		display: block;
		font-size: 15px;
		color: #000;
		font-weight: 700;
	}

	.table-res td.options {
		text-align: center;
	}

	.optselect a {
		margin: auto !important;
	}

	#facturas .btn-group.pull-right {
		float: none !important;
		clear: both;
	}

	.table-res .btn-group.pull-right {
		float: none !important;
	}
}

/* TABLE-RES END */

    .opciones-espacio {
        display: flex;
        gap: 10px;
        width: 110px;
        justify-content: space-between;
    }

.side-section {
    background: #fff;
    padding: 15px;
    border: solid 1px#000;
    margin: 20px 0;
}
.side-section b, .side-section li {
    color: #000;
}