body {
	background-color: #ccc;
}

.section-header {
	background: #68AFA7;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	list-style: none;
	color: #fff;
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 20px;
}

.top-bar {

	padding: 5px 20px;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	background-color: #fff;
}

#footer {
	height: 50px;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 20px;
	border-top: 2px solid #ccc;
	background-color: #fff;
}

hr.menu-separator {
	height: 2px;
	color: #444;
	margin-top: 2px;
	margin-bottom: 2px;
}

.login-main {
	background-color: #fff;
}

.login-section {
	background-color: #fff;
	padding: 15px 10% 120px 10%;
}

.login-container {
	max-width: 1000px;
}

body.login-body {
	background-color: #ccc;
}

.login-top {
	margin-top: 15px;
	padding: 5px 20px;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	background-color: #fff;
}

.login-section-header {
	background: #68AFA7;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	list-style: none;
	color: #fff;
}

.login-fields {
	padding: 0px 10% 15px 10%;
	border: 1px solid #eee;
}

.search-box {
	max-width: 150px;
}

.search-text {
	float: left;
	font-size: 15px;
	line-height: 25px;
	vertical-align: center;
}

.ui-menu-item {
	background-color: #fff;
}

.paginate-box {
	float: right;
	max-width: 70px;
}

.menu-badge {
	background-color: #2222FF;
	text-indent: 0px;
	margin-left: 30px;
}

#current {
	text-decoration: none;
	background: #68AFA7;
}

#current a {
	color: #fff;
}

.display-image {
	border: 1px solid #DDD;
	border-radius: 7px;
	padding: 2px;
}

.form-control {
	color: #212121;
}

.message {
	background-color: #ddddff;
	padding: 5px 5px;
	border-radius: 7px;
}

.message.success {
	background-color: #bbffbb;
	padding: 5px 5px;
	border-radius: 7px;
}

.message.error {
	background-color: #ffbbbb;
	padding: 5px 5px;
	border-radius: 7px;
}

.main-login>.row {
	margin-top: 15px;
	margin-bottom: 5px;
}

.mid-row {
	height: 40px;
	background-color: #efefef !important;
	padding-bottom: 15px;
	border-bottom: 2px solid #ababab;
}

.pass-image {
	padding: 4px;
	border: 1px solid #ededed;
	width: 100px;
	height: 100px;
	margin-left: 15px;
	margin-right: 15px;
}

.student-display {
	width: 150px;
	padding: 10px;
	border-radius: 7px;
	border: 1px solid #dedede;
	float: left;
	margin-left: 10px;
	margin-right: 25px;
}

.reset-margin {
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.reset-padding {
	padding: 20px;
}

.reset-hidden {
	display: none;
}

.room-left-head {
	border-right: 2px solid #dadada;
}

.chart-filter {
	float: left;
	margin-right: 30px;
	max-width: 200px;
}

.chart-area {
	padding: 30px;
	border: 1px solid #efefef;
	border-radius: 5px;
	margin-top: 15px;
}

.active-menu {
	background-color: #79C0B8;
	color: #ffffff;
}

.menu-link {
	padding: 5px;
}

.filter-row {
	border-bottom: 1px solid #efefef;
	margin-top: 20px;
	margin-bottom: 20px;
}

.filter-heading {
	margin-left: 15px;
}

.filter-field {
	margin-top: 7px;
	margin-bottom: 7px;
}

.filter-control {
	max-width: 200px
}

.living_bottom {
	background: #fff;
	padding: 5em 0;
}

.inner_tabs.loan {
	border: 1px solid #ddd;
}

/* .dz-preview img {
display: none !important;
} */
.dz-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dz-img-fill {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the image covers the entire area */
	border-radius: 5px; /* Matches Dropzone's default styling */
}

@media print {
	.row {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

.pagin-row {
	margin-bottom: 30px !important;
}