

/*
#login-password.is-invalid span
{
	border: 1px solid #ea5455;
} */
.loader-frame {
	display: none;
	position: absolute;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1265;
}
.loader {
border: 6px solid #f3f3f3;
border-top: 6px solid #3498db;
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 2s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

#main-menu-navigation .dropdown-submenu:hover ul.dropdown-menu {
  display: block !important;
}

.toast.show {
	z-index: 2000;
}

.hide {
	display: none;
}

div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
	background-position: calc(100% - 3px) 5px, calc(100% - 20px) 13px, 100% 0;
	width: 5rem;
	margin: 0 0.5rem;
}

.text-bold {
	font-weight: bold;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}