@charset "UTF-8";
body {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}
a {
	color: #a7b1c2;
}
a:hover {
	text-decoration: none;
}
svg {
	display: inherit;
}
.scroll-y {
	overflow-y: auto;
}
.flex-1 {
	-ms-flex: 1;
	flex: 1;
}
.img-mini {
	width: 45px;
	height: 40px;
   display: block;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 25px 20px 25px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
}
.nav-link.active {
	color: white !important;
}
.table thead th {
	/*background-color: #6c757d !important;*/
	background-color: #9FBC8B !important;
	color: #ffffff !important;
}
table.table tr {
  font-size: 0.8rem;
}

.page-background {
	background: #edf1f5;
}
.page {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}
@media (max-width: 991.98px) {
	.page-content {
		min-height: 100vh;
	}
}
.page-overlay {
	z-index: 98;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
	background-color: rgba(0, 0, 0, 0.3);
}
.page-inner {
	margin: 0 auto;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
}
.page-header-hidden .page-inner {
	min-height: 100vh;
}
@media (min-width: 992px) {
	.page.page-sticky-sidebar .sidebar {
		height: 100vh;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
}




button.nav-link {
  outline: none;
  box-shadow: none;
}
.app-header {
	margin-bottom: 0;
	/*background: linear-gradient(to bottom, #FFFFFF 0%,#D7D7D3 100%);*/
	background: linear-gradient(to bottom, #9FBC8B 0%,#FFFFFF 100%);
	color: #5C8D3A;
}
@media (max-width: 991.98px) {
	.app-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 14;
	}
}
.app-header .nav-toggle {
	padding: 0 1rem;
	color: #5C8D3A;
}
.app-header .navbar {
	position: relative;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	min-height: 4.286rem;
	z-index: 13;
	padding: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.app-header .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	height: 4.286rem;
}
.app-header .nav-item,
.app-header .navbar-brand {
	padding: 0 1rem;
	margin: 0;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	height: 100%;
	color: inherit;
}
.app-header .navbar-brand span {
	letter-spacing: -1px;
}
.app-header .nav-link {
	display: initial;
	color: inherit;
}



.sidebar .nav-header {
	background-color: #293846;
}
.sidebar {
	transition: min-width 100ms, transform 100ms;
	z-index: 12;
	top: 0;
	bottom: 0;
	will-change: transform;
	min-width: 220px;
	transform: translateX(-100%);
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #2F4050;
}
@media (max-width: 991.98px) {
	.sidebar {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		height: 100vh;
		max-height: -webkit-fill-available;
	}
}
.page-sidebar .navbar {
	position: relative;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	min-height: 4.286rem;
	z-index: 11;
	padding: 0 1rem;
	box-shadow: rgba(0, 0, 0, 0.05) 0 1px 3px;
	/*background: linear-gradient(to bottom, #FFFFFF 0%,#D7D7D3 100%);*/
	background: linear-gradient(to bottom, #9FBC8B 0%,#FFFFFF 100%);
	border-bottom: 2px solid #5C8D3A;
}
.page-sidebar .navbar-brand {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 auto;
	flex: 1 auto;
	color: #5C8D3A;
}
.page-sidebar .nav-toggle {
	color: #5C8D3A;
}
.page-sidebar .navbar-brand span {
	letter-spacing: -1px;
}
.page-sidebar .img-mini {
	visibility: hidden;
}
@media (min-width: 992px) {
	.page-sidebar-collapsed .page-sidebar:not(:hover) {
		min-width: 90px !important;
		max-width: 90px !important;
	}
	.page-sidebar-collapsed .page-sidebar:not(:hover) .menu-name,
	.page-sidebar-collapsed .page-sidebar:not(:hover) .sub-menu,
	.page-sidebar-collapsed .page-sidebar:not(:hover) .caret,
	.page-sidebar-collapsed .page-sidebar:not(:hover) .navbar-brand {
		display: none !important;
		visibility: hidden;
	}
	.page-sidebar-collapsed .page-sidebar:not(:hover) .img-mini {
		visibility: visible;
	}
	.page-sidebar-collapsed .page-sidebar:not(:hover) .nav-link {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0; /* Oculta texto */
	}
	.page-sidebar-collapsed .page-sidebar:not(:hover) .img-menu {
		font-size: 1.5rem;
		margin: 0;
	}
	.page-sidebar-collapsed .page-sidebar:not(:hover) .headtitle {
		display: flex !important;
		justify-content: center;
		align-items: center;
		font-size: 0.7rem;
		visibility: visible !important;
	}
	/*
	.page-sidebar-collapsed .page-sidebar:not(:hover) .nav-link .badge {
		position: absolute;
		right: 1rem;
		top: 0;
	}
	*/
}
.nav-item .nav-link.headtitle {
	padding-left: 15px;
	color: #a7b1c2;
	font-size: 1em;
	font-weight: 600;
}
.nav-item .nav-link.headtitle:hover {
	color: #a7b1c2; /* ojo */
	background-color: transparent;
}
.nav-item .nav-link {
	color: #a7b1c2;
	display: flex;
	align-items: center;
	font-size: 0.9em;
	font-weight: 500;
}
.nav-item .nav-link .fa-chevron-right,
.nav-item .nav-link .fa-chevron-up {
	margin-left: auto;
	transition: transform 0.3s ease;
}
.nav-item .nav-link .fa-chevron-right {
	transition: transform 0.3s ease;
}
.nav-item .nav-link .fa-chevron-up {
	transform: rotate(180deg);
}
.nav-item .nav-link:hover {
	color: #5C8D3A;
}
.nav-item .nav-link i {
	margin-right: 5px;
}
.nav-link.active {
	color: #5C8D3A !important;
}





.app-footer {
	background-color:#5C8D3A !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: white;
	font-size: 0.8rem;
}





.page-titles {
	background: #fff;
	z-index: 11;
	box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
}
.page-titles .breadcrumb {
	padding: 0;
	margin: 0;
	background: 0 0;
}
.page-titles .breadcrumb .breadcrumb-item.active {
	color: #5C8D3A;
	font-weight: 600;
}

