.background-green-1 {
	background-color: #cdf8ad;
}

.background-brown-1{
	background-color: #e9e9e9;
}

.white-space-normal{
	white-space: normal;
}

.opacity-04{
	opacity: 0.4;
}

.body-padding-for-top-fixed-nav-bar {
  padding-top: 3.5rem;
}


.card-background-color-header-footer{
	background-color: rgba(0, 0, 0, 0.03);
}

.text-navbar-dark-color{
	color: rgba(255, 255, 255, 0.5);
}

.text-navbar-dark-color-important{
	color: rgba(255, 255, 255, 0.5) !important;
}


.btn-responsive {
	padding:4px 9px;
	font-size:90%;
	line-height: 1.2;
  }

.remove-styling-link{
	text-decoration: none !important;
}

.grayscale { 
	filter: grayscale(100%); 
}

.opacity-to-04 {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.opacity-to-04:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.width-90{
	min-width: 90% !important;
}

.height-10-rem{
	height: 10rem !important;
}

.height-20-rem{
	height: 20rem !important;
}


.carousel-control-prev-icon{
	width: 100px;
	height: 100px;
	/* background-image: url('https://apufpel.com.br/assets/img/seta_prim.png') */
}
.carousel-control-next-icon{
	width: 100px;
	height: 100px;
	/* background-image: url('https://apufpel.com.br/assets/img/seta_ult.png') */
}


.shadow-2px {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.shadow-2px:hover {
	box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	-moz-appearance:textfield !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
	appearance: none !important;
}

.truncate-text-3-line {
	-webkit-line-clamp: 3;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.truncate-text-4-line {
	-webkit-line-clamp: 4;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}



@media (max-width: 767px) {
	.cancel-right-bkpsdmd{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 0%;
		flex: 0 0 0%;
		max-width: 0%;
	}
}

@media (max-width: 768px) {
	.text-responsive-size-95{
		font-size: 95% !important;
	}

	.text-responsive-size-90{
		font-size: 90% !important;
	}

	.text-responsive-size-85{
		font-size: 85% !important;
	}

	.text-responsive-size-80{
		font-size: 80% !important;
	}

	.text-responsive-size-75{
		font-size: 75% !important;
	}

	.text-responsive-size-55{
		font-size: 55% !important;
	}

	.text-responsive-size-50{
		font-size: 50% !important;
	}

	.cancel-fixed-bottom{
		position: relative !important;
	}	

}

@media (min-width: 769px) and (max-width: 992px) {
	.text-responsive-size-95{
		font-size: 95% !important;
	}

	.text-responsive-size-90{
		font-size: 90% !important;
	}

	.text-responsive-size-85{
		font-size: 85% !important;
	}

	.text-responsive-size-80{
		font-size: 80% !important;
	}

	.text-responsive-size-75{
		font-size: 75% !important;
	}

	.text-responsive-size-55{
		font-size: 55% !important;
	}

	.text-responsive-size-50{
		font-size: 50% !important;
	}
}

@media (min-width: 993px){
	.text-responsive-size-55{
		font-size: 55% !important;
	}

	.text-responsive-size-50{
		font-size: 50% !important;
	}
}

@media (min-width: 767px) {
	.cancel-right-bkpsdmd-ccw{
		display: none !important;
	}
}

@media print {
	@page {
		size: A4 landscape !important;
	}    

	.no-print{
		display: none !important;
	}
}

@media screen {
	.dont-show {
		display: none !important;
	}
}