
/* setup of loader */
#loader {
	display: none;
	background: rgba(255,255,255,0.5) url("../img/loader.gif") no-repeat scroll center;
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.login-page .card-login .card-body {
	padding: .9375rem 20px;
}

.field-icon {
	float: right;
	z-index: 2;
	position: relative;
	margin-top: -1.5em;
}

.hide-card-footer {
	display: none !important;
}

.custom-form-check {
    top: 0 !important;
}

.highlighter {
	background-color: lightgoldenrodyellow;
}

.scrollable_modalbody {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

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

.hide-element {
	display: none !important;
}

.alert-danger-full {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}

.show-always.on {
	display: block !important;
}

.show-always.off {
	display: none !important;
}
