
.app-container {
	min-height: 100%;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
}

.app-content {
	min-height: 1000px;
	margin-right: 0px;
	margin-left: 0px;
	display: flex;
	flex-wrap: wrap;
}

.app-main {
	flex: 1;
	width: calc(100% - 250px);
}

.app-main .app-main-alert {
	margin: 10px;
}

.app-main .page {
	display: block;
	flex-wrap: wrap;
	flex: 0 0 100%;
	min-height: calc(100% - 152px);
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	max-width: 100%;
}

.app-main.sidebar-collapse {
	max-width: 100%;
	width: 100%;
}

#app-layout, #app-vue {
	min-height: 100%;
	height: 100%;
}

.app-main .footer {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #ecf0f1;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}

.app-main .footer .row {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.app-main .footer .row .col-md-6 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-badge {
	display: flex;
    text-align: center;
    align-items: center;
	justify-content: center;
    /* max-width: fit-content; */

	border-radius: 20px;
	height: 26px;
	padding: 2px 10px;
	color: #7b8a8b;
	background-color: #E9ECEC;

	font-family: Helvetica Neue, sans-serif;
    font-weight: 500;
}

.custom-badge.info {
	color: #3498db;
	background-color: #DCEDF9;
}

.custom-badge.success {
	color: #17b595;
	background-color: #DBFAF5;
}

.custom-badge.warning {
	color: #f39c12;
	color: #E9940C;
	background-color: #FDEFD8;
}

.custom-badge.danger {
	background-color: #FBDEDB;
	   color: #e74c3c;
}

.btn-swal-success {
	font-size: 15px !important;
	border-radius: 20px !important;
	background-color: #18bc9c !important;
	border-color: #18bc9c !important;
	color: white !important;
}

.btn-swal-success:hover {
	color: white !important;
	opacity: 0.9 !important;
}

.btn-swal-success:focus {
	box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}

.btn-swal-info {
	font-size: 15px !important;
	border-radius: 20px !important;
	background-color: #3498db !important;
	border-color: #3498db !important;
	color: white !important;
}

.btn-swal-info:hover {
	color: white !important;
	opacity: 0.9 !important;
}

.btn-swal-info:focus {
	box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}

.btn-swal-error {
	font-size: 15px !important;
	border-radius: 20px !important;
	background-color: #DF2241 !important;
	border-color: #DF2241 !important;
	color: white !important;
}

.btn-swal-error:hover {
	color: white !important;
	opacity: 0.9 !important;
}

.btn-swal-error:focus {
	box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}

.btn-swal-warning {
	font-size: 15px !important;
	border-radius: 20px !important;
	background-color: #f39c12 !important;
	border-color: #f39c12 !important;
	color: white !important;
}

.btn-swal-warning:hover {
	color: white !important;
	opacity: 0.9 !important;
}

.btn-swal-warning:focus {
	box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}

.btn-swal-default {
	font-size: 15px !important;
	border-radius: 20px !important;
	background-color: #757575 !important;
	border-color: #757575 !important;
	color: white !important;
}

.btn-swal-default:hover {
	color: white !important;
	opacity: 0.9 !important;
}

.btn-swal-default:focus {
	box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}


@media (min-width: 768px){
	.app-main .footer .row .col-md-6  {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* @media (max-width: 676px){
	[aria-label=breadcrumb] {
		display: none;
	}
} */

.section-header {
	color: #2c3e50 !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	display: flex;
}

.section-title {
	align-self: center;
	margin: 0px;
	flex: 1;
    display: flex;
}

.section-collapse-icon {
	align-self: center;
	float: right;
	width: 20px;
	height: 20px;
	font-size: 20px;
	cursor: pointer;
}

.section-collapse-icon:hover {
	text-shadow: 2px 3px 5px rgba(149, 157, 165, 0.6);
}

.custom-label {
	margin-right: 5px;
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	flex: 1;
}

.custom-label label{
	position: absolute;
	cursor: text;
	line-height: 13px;
	font-size: 12px;
	font-weight: bold;
	background: #F8F8F8;
	padding: 0 10px;
	color: #999;
	transition: all .3s ease;
	transform: translateY(-53px);
}

.animal-status-Active,
.animal-status-Activo {
	background-color: #18bc9c !important;
	color: #ffffff !important;
}

.animal-status-Inactive,
.animal-status-Inactivo,
.animal-status-Baja {
	background-color: #343a40 !important;
	color: #ffffff !important;
}

.animal-status-Pedigree,
.animal-status-Solo {
	background-color: #3498db !important;
	color: #ffffff !important;
}

.animal-status-Commercial,
.animal-status-Comercial {
	background-color: #6610f2 !important;
	color: #ffffff !important;
}

.animal-status-Dead,
.animal-status-Muerte {
	background-color: #e74c3c !important;
	color: #ffffff !important;
}

.animal-status-Culled,
.animal-status-Sacrificado {
	background-color: #fd7e14 !important;
	color: #ffffff !important;
}

.dismiss-container {
	display: flex;
	align-self: flex-end;
}

.dismiss-container.disabled {
	opacity: 0.65;
    pointer-events: none;
}

.dismiss-container .dismiss-icon {
	align-self: center;
	padding: 5px;
}

.dismiss-container .dismiss-icon>i {
	display: flex;
	align-items: center;
	border-radius: 10px;

	color: #2c3e50;
	cursor: pointer;
	height: 20px;
	width: 20px;
	font-size: 14px;
	padding-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
}

.dismiss-container .dismiss-icon>i:hover {
	background-color: #d3dcde;
}

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

.wrap-text {
	white-space: pre-wrap !important;
}


