.bg-color-1 {
	background-color: #1a1c23 !important;
}

.bg-gradient-color-1 {
	background: #1a1c23 !important;
	background: linear-gradient(90deg, #1a1c23 33%, rgba(255,255,255,1) 100%) !important;
}

body {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body,
html {
	height: 100%;	
}

.font-swi {
	font-family: swi, Roboto;
}

.font-swi-bold {
	font-family: swi-bold, Roboto;
}

.container-fluid {
	max-width: 2000px;
}

#header {
	width: 100%;
	text-align: center;
	background: #fff !important;	
	padding: 0 !important;
	border-bottom: 2px solid #1a1c23;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}

#header .contenedor-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 1.5rem 1rem;
}

#header .icono-ayuda {
	font-size: 1.5em;
}

#header .boton-header {
	column-gap: 0.2rem;
	background-color: #1a1c23;
    color: #fff;
	font-size: x-large;
	border-radius: 13px;
	width: 130px;
}

#header .dropdown-toggle {
	font-size: xx-large;
}

#header .dropdown-toggle::after {
	content: none !important;
}

#header .dropdown-item:focus, .dropdown-item:hover {
	background-color: #1a1c23;
	color: #fff;
}

#header .dropdown-menu {
	border-radius: 15px;
}

#header .logo {
	max-width: 130px;
	object-fit: contain;
}

.header_spacer {
	height: 50px;
}

#title_header {
	margin-top: 0;
}

#logo_header {
	margin-top: 5px;
}

@media (max-width: 750px) {
	#header {
		background: #fff !important;		
	}

	#header .boton-header {
		column-gap: 0.5rem;
		background-color: #1a1c23;
		color: #fff;
		font-size: larger;		
	}

	#header .contenedor-header {		
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		row-gap: 1.1rem;
	}

	#header .dropdown-toggle {
		font-size: x-large;
	}
}

#contenido {
	width: 100%;
	min-height: 488px;
	padding-bottom: 20px;
	flex: 1 0 auto;
}

#contenido.bienvenida {
	height: 645px;
}

.my-container {
	background: #fff;
	min-height: 300px;
	border-radius: 15px;
}

.header_nombre {
	background: #1a1c23;	
	/*padding: 10px 8px 10px 8px;*/
	padding: 0px !important;
	/* margin-top: 15px;
	height: 43px; */
}

.header_nombre span {
	color: #fff;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 18px;
}

.icono_home {
	width: 40px;
	background-color: #1a1c23;
	border-radius: 50px;
	height: 44px;
	padding-top: 8px;
	padding-left: 10px;
}

.nombre_usuario {
	padding: 7px;
	padding-left: 20px;
	margin-left: 30px;
}

.header_links {
	height: 45px;
	margin-top: 15px;
}


.btn-rounded-light {
	background: #f0eded;
	padding: 6px 11px;
	border-radius: 79px;
	color: #0985a2;
}

.itembox {
	width: 33.3%;
	height: 200px;
	float: left;
	border: 1px solid #000;
	position: relative;
	text-align: center;
}

.pointbox {
	width: 9px;
	height: 9px;
	background: #404040;
	border: 1px solid rgba(139, 139, 139, 0.55);
	position: absolute;
	border-radius: 30px;
	cursor: pointer;
}

.pointbox:hover {
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
}

.max_y_eje {
	position: absolute;
	top: -14px;
	left: -38px;
}

.zero_eje {
	position: absolute;
	bottom: -22px;
	left: -26px;
}

.max_x_eje {
	position: absolute;
	bottom: -26px;
	right: -11px;
}

#labelx,
#labely {
	font-weight: 800;
}

#labely {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	position: relative;
	top: 265px;
}

.inicial-clase-box {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 800;
	font-size: 3em;
	position: relative;
	top: 60px;
}

.my_chart {
	width: 100%;
	min-height: 700px;
}

footer {	
	background: #e9ecf2;
}

footer a {
	text-decoration: underline;
	color: #252538;
}

footer.nmarginfooter {
	color: #252538;
	font-size: 12px;	
}

footer .footer-column-gap {
	column-gap: 3rem;
}

footer img {
	max-width: 100px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #1a1c23;
}

a {
	color: #1a1c23;
}

a:hover {
	color: #1a1c23;
}

/*Extra small devices (portrait phones, less than 576px)*/
/* @media (max-width: 575.98px) {
	.itembox {
		height: 100px;
	}

	#labely {
		top: 112px;
	}

	.inicial-clase-box {
		font-size: 1.5em;
		top: 31px;
	}
}

@media (max-width: 500px) {
	#header {
		height: 177px;
	}
}

@media (max-width: 340px) {
	#header {
		height: 156px;
	}
}

@media (min-width: 2000px) {
	#contenido.bienvenida {
		height: 850px;
	}
} */

.title_section {
	color: #1a1c23;
	font-weight: bold;
}

.searchBtn {
	float: right;
	background-color: #3771ff !important;
	color: #FFF;
	height: 30px;
	padding: 5px;
	border-radius: 0 !important;
}

.btn-info {
	color: #fff;
	background-color: #3771ff !important;
	border-color: #3771ff !important;
}

#header_home {
	height: 20%;
}

#footer_home {
	height: 20%;
}

.color_cliente {
	background-color: #7F7F7F;
}

.color_cliente2 {
	background-color: #1a1c23;
}

.banner_cliente {
	font-size: 40px;
	color: #fff;
	text-align: center;
	height: 170px;
	padding-top: 46px;
}

.banner_cliente_home {
	font-size: 45px;
	color: #fff;
	text-align: center;
}


.table .thead-dark th {
	color: #fff;
	background-color: #1a1c23 !important;
	border-color: #1a1c23 !important;
}

.menu_normal {
	font-size: 20px;
}

.modal_bienvenida {
	font-size: 23px;
}

.modal_bienvenida span {
	font-style: italic;
	font-weight: bold;
	color: #C12A21;
	font-size: 25px;
}

.modal_bienvenida img {
	width: 250px;
}

.modal_bienvenida .texto {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 20px;
}

.modal_bienvenida button {
	background-color: #1a1c23;
}

.modal-backdrop {
	background-color: #1a1c23;
}

.btn-success {
	color: #fff;
	background-color: #3771ff !important;
	border-color: #3771ff !important;	
	cursor: pointer;
}

.progress-bar {
	background-color: #3771ff !important;
}

@media only screen and (max-width: 800px) {
	.banner_colombina {
		font-size: 40px;
		padding-top: 26px;
	}
}

@media only screen and (max-width: 600px) {
	.banner_colombina {
		font-size: 30px;
		padding-top: 26px;
	}
}

.page-item.active .page-link {
	background-color: #3771ff !important;
	border-color: #3771ff !important;
}

.searchBtn {
	float: right;
	background-color: #3771ff ;
	color: #FFF;
	height: 30px;
	padding: 5px;
	border-radius: 0 !important;
}

.searchBtn i {
	color: #FFF;
	font-size: 18px;
}

.my-search-input-datatable {
	border: 1px solid #cacaca;
	height: 30px;

	padding-left: 10px;
}

.dataTables_scroll {
	box-shadow: -1rem 1rem 1rem rgba(0, 0, 0, 0.1) !important;
	margin-bottom: 15px;
}

.jumbotron {
	padding: 20px !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.flex-layout-main-content {
	flex: 1 0 auto !important;
}

.card-shadow {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
}

.card-evaluacion {
	border-radius: 10px;
}

.card-evaluacion .card-title {
	font-size: 18px;
}

.card-evaluacion .card-subtitle {
	font-size: 14px;
}

.card-evaluacion .card-header {
	border-start-start-radius: 10px;
	border-start-end-radius: 10px;
}

.card-evaluacion .card-footer {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	column-gap: 1rem;
	row-gap: 1rem;
}

[v-cloak] {
  display: none;
}

.btn-sistel-outline {
	border-color: #1a1c23 !important;
	background-color: #fff;
	color: #1a1c23;
	width: 116px;
}

.btn-sistel-outline:hover {
	border-color: #1a1c23 !important;
	background-color: #1a1c23;
	color: #fff;
}

.table-niveles {
	width: 80%;
	margin: 0 auto;
	border: 0;
}

.table-niveles thead tr {
	background-color: #3771ff;
	color: #fff;
}

.table-niveles thead tr th:first-child {	
	border-start-start-radius: 15px;
	border: 0;
}

.table-niveles thead tr th:last-child {	
	border-start-end-radius: 15px;
	border: 0;
}

.column-gap-1 {
	column-gap: 1rem;
}

.row-gap-1 {
	row-gap: 1rem;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #1a1c23;
}

.contenedor-evaluaciones {
	padding: 0 5%;
}

@media (max-width: 800px) {
	.contenedor-evaluaciones {
		padding: 0 0%;
	}
}

.table-rounded table thead th {
	background-color: #1a1c23;
	color: #fff;
}

.table-rounded thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.table-rounded thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.table-rounded tbody tr td {
    background-color: #fff;
    border-bottom: 0;
    padding: 0.7rem;    
    border: 1px solid #dee2e6;
}

.table-rounded tbody tr:not(:last-child) td {
    border-bottom: 1px solid #dee2e6;
}

.titulo-evento-dashboard {
	background-color: #1a1c23;
	color: #fff;
	font-weight: bold;
}

.card-dashboard .v-card-text {
	height: 100%;
}

.dashboard-card-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 1rem;
	flex-wrap: wrap;
	height: 100%;
}

.dashboard-card-content .dashboard-card-text-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.dashboard-card-content .dashboard-card-text-wrapper .dashboard-card-text-title {
	font-size: xx-large;
	font-weight: bold;	
	margin-bottom: 0;
}

.dashboard-card-content .dashboard-card-text-wrapper .dashboard-card-text-description {
	font-size: larger;
	margin-bottom: 0;
}

.dashboard-card-content .dashboard-card-img-wrapper img {
	min-width: 100px !important;
}

.hide-table-footer-separator hr.v-divider {
	display: none;
}

.loading {
	font-size: 3rem;	
}


