/*#layoutSidenav_content .card{
  width: 140px;
  height: 170px;
  }*/

#layoutSidenav_content .count-question {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#layoutSidenav_content .card-body .tema {
	font-size: 17px;
	text-transform: uppercase;
}

#layoutSidenav_content .card-body .cantidad {
	font-size: 36px;
	font-weight: bold;
}

.alert-danger p {
	margin-bottom: 2px;
}

.card .card-badge {
	position: absolute;
	top: -16px;
	left: 166px;
	padding: 5px;
	background: green;
	color: white;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.badge {
	font-size: 0.7em;
}

/* tablas */
.rTable {
	display: table;
	width: 100%;
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
}
.rTableRow {
	display: table-row;
}
.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
}
.rTableHead {
	width: 40%;
}
.rTableCell,
.rTableHead {
	display: table-cell;
	vertical-align: top;
	padding: 6px 10px;
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
}
.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
	font-weight: bold;
}
.rTableFoot {
	display: table-footer-group;
	font-weight: bold;
	background-color: #ddd;
}
.rTableBody {
	display: table-row-group;
}
.rTable iframe {
	width: 300px !important;
	height: 250px !important;
}
