body {
	color: #6c757d !important;
	font-family: "Trebuchet MS", "Cantarell", "Helvetica Neue", Arial, sans-serif;
	/*font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;*/
	background-color: #ffffff;
}

.mob-tab-content {
	padding: 10px;
}

.mob-nav-link {
	color: black;
}

.starter-template {
  text-align: center;
}

img.editar {
  cursor: pointer;
}

main.container {
	padding-top: 15px;
}

.stk-crud-container {
	margin-bottom: 15px;
}

main {
	min-height:500px;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	background-color: #FAFAFA;
	margin-bottom: 3px !important;
}

/*footer {
	margin-top: 3px !important;
	padding-top: 1rem;
	padding-bottom: 1rem;	
	background-color: #ffffff;
}*/

h1 {
	font-size: 24px;
}

.pagetitle ol.breadcrumb {
	background-color: transparent;
	font-size: 14px;
	margin-top: 0px;
	padding: 0px;
}

.card .card-header {
	border-bottom: 0px !important;
}


.page-container {
	position: relative;
	min-height: 100vh;
	background-color: #FAFAFA !important
}

.content-wrap {
	padding-bottom: 2.5rem;    /* Footer height */
	background-color: #FAFAFA;
}

footer {
	padding-top: 7px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5rem;            /* Footer height */
}

.badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.nav-link .badge-number {
	color: #ffffff !important;
}