/* Ensure that the demo table scrolls */
th, td { white-space: nowrap; }
div.dataTables_wrapper {
	margin: 0 auto;
}

.detail{
	margin: 12px;
}

.no-margin-top{
    margin-top: 0px;
}

.text-wrap{
	white-space: normal !important;
	min-width: 200px;
}

.text-300{
	white-space: normal !important;
	min-width: 200px;
}

.text-100{
	white-space: normal !important;
	min-width: 100px;
}

.text-50{
	white-space: normal !important;
	min-width: 50px;
}

#loading-image {
position: fixed;
width: 100%;
height:100%;
display: flex;
z-index: 9000;
align-items: center;
top: 0;
}

.plus {
	display: flex;
	margin: 0 auto;
}

.bg-pink{
	background-color: #f2dcdb;
}

.bg-nota-excelente{
	background-color: #00b050;
}

.bg-nota-notable{
	background-color: #76933c;
}

.bg-nota-bajo{
	background-color: #ffc000;
}

.bg-nota-incumplimiento{
	background-color: #ff0000;
}

.logo-img{
	width: 100px;
	aspect-ratio: 1/1;
	object-fit: contain;	
}