.spu-sidebar-item:hover {
	color: black !important;
	background-color: #D6EAF8 !important;
}

.spu-sidebar-item-active {
	color: white !important;
	background-color: #183973 !important;
}

.spu-sidebar-subitem:hover {
	color: black !important;
	background-color: #D6EAF8 !important;
}

.spu-sidebar-subitem-active {
	color: white !important;
	background-color: #639AFB !important;
}


@media only screen and (max-width: 780px) {
	.navbar-brand {
		display: none;
	}
}

html, body {
	height: 100%;
}


/* Remove Number Input Arrows/Spinners ========================================================================================== */
  
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/* botão go to top ========================================================================================== */

#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #1F6899; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 12px; /* Some padding */
	border-radius: 60px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}
#myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
}

