.rtlbanner {

	display: none; /* Remove orange bar */

}



.whitebanner {

	width:100%;

	background-color: white;

	height: 80px;

	display: flex;

	align-items: center;

	justify-content: center;

	box-shadow: 0 2px 8px rgba(0,0,0,0.1);

}



img.rtllogo{

	max-width:200px;

	padding-left:50px;

	padding-right:50px;

	padding-top:10px;

	padding-bottom:10px;

}



body {

    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);

	min-height: 100vh;

}



td{

	padding-right:10px;

	padding-left:10px;

	padding-top:5px;

}



input {

	width:100%;

	height:25px;

	font-family: Graphik,Arial,Geneva,sans-serif;

}





table.contactform{

	width: 65vw;

	min-width: 500px;

	border: 5px solid #dc712e;

	background: rgba(255, 255, 255, 0.85); 

	margin-top: 20px;

	padding-left:50px;

	padding-right:50px;

	padding-top:15px;

	padding-bottom:15px;

	font-family: Graphik,Arial,Geneva,sans-serif;

	font-size:16px;

	border-top-left-radius: 15px;

	border-top-right-radius: 15px;

	border-bottom-left-radius: 15px;

	border-bottom-right-radius: 15px;

}



table.contactform button{

	background-color: #dc712e;

	border: none;

	color: black;

	padding: 15px 32px;

	text-decoration: none;

	display: inline-block;

	font-size: 16px;

	border-top-left-radius: 6px;

	border-top-right-radius: 6px;

	border-bottom-left-radius: 6px;

	border-bottom-right-radius: 6px;

}



label{

	color: rgb(96, 98, 102);

}



table.contactform textarea{

	width:100%; 

	min-height:100px;

	font-family: Graphik,Arial,Geneva,sans-serif;

}



th.mainheading{

	color: black;

	padding-bottom:20px;

	font-family: Graphik,Arial,Geneva,sans-serif;

	font-size:24px;

}



html, body {

height: 100%;

padding:0px;

margin:0px;

}

/* Modern Staff Selection Styles */

.staff-thumbnail {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #dee2e6;
	flex-shrink: 0;
}

.staff-thumbnail-search {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #dee2e6;
	flex-shrink: 0;
}

.staff-result-card {
	transition: all 0.3s ease;
	border: 2px solid #dee2e6;
}

.staff-result-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	border-color: #0d6efd;
}

.staff-result-card.border-success {
	border-color: #198754 !important;
	background-color: #f0f9f4 !important;
}

.selected-staff-card {
	border: 2px solid #198754;
	background-color: #f0f9f4;
	transition: all 0.2s ease;
	width: 100%;
	margin-bottom: 10px;
}

.selected-staff-card:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Selected staff container - removed max-height to show all staff and push content down */

.selected-staff-container .row {
	margin: 0;
}

.selected-staff-container .col-md-4,
.selected-staff-container .col-sm-6 {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 0 10px 0;
}

@media (min-width: 992px) {
	.selected-staff-container .col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 10px 10px 0;
	}
}

.selected-staff-card .card-body {
	padding: 15px !important;
}

.selected-staff-card .d-flex {
	align-items: center;
}

.selected-staff-card strong {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-width: 100%;
}

.selected-staff-card .text-muted {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.staff-search-results {
	max-height: 500px;
	overflow-y: auto;
	padding: 10px;
	background-color: #f8f9fa;
	border-radius: 8px;
	margin-top: 10px;
}

/* Modern Form Styles */

.container {
	max-width: 900px;
}

.card {
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.form-control:focus {
	border-color: #0d6efd;
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.btn {
	border-radius: 8px;
	transition: all 0.2s ease;
	font-weight: 500;
	padding: 12px 30px;
	font-size: 16px;
}

.btn-success {
	background-color: #dc712e !important;
	border-color: #dc712e !important;
	color: white !important;
}

.btn-success:hover {
	background-color: #c45f1f !important;
	border-color: #c45f1f !important;
	color: white !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(220, 113, 46, 0.3);
}

.btn-primary {
	background-color: #dc712e !important;
	border-color: #dc712e !important;
	color: white !important;
}

.btn-primary:hover {
	background-color: #c45f1f !important;
	border-color: #c45f1f !important;
	color: white !important;
}

.btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Loading Spinner */

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.15em;
}

/* Responsive adjustments */

@media (max-width: 768px) {
	.staff-thumbnail {
		width: 50px;
		height: 50px;
	}
	
	.staff-thumbnail-search {
		width: 60px;
		height: 60px;
	}
	
	.selected-staff-card .card-body {
		padding: 0.5rem !important;
	}
}

/* Animation for selected staff */

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.selected-staff-card {
	animation: fadeIn 0.3s ease;
}

/* Badge styles */

.badge {
	font-size: 0.75em;
	padding: 0.35em 0.65em;
}

/* Improved input styling */

input.form-control, select.form-control {
	border-radius: 6px;
	padding: 0.5rem 0.75rem;
}

/* Alert improvements */

.alert {
	border-radius: 8px;
	border: none;
}

/* Header improvements */

.whitebanner {
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Scrollbar styling for webkit browsers */

.staff-search-results::-webkit-scrollbar,
.selected-staff-container::-webkit-scrollbar {
	width: 8px;
}

.staff-search-results::-webkit-scrollbar-track,
.selected-staff-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.staff-search-results::-webkit-scrollbar-thumb,
.selected-staff-container::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.staff-search-results::-webkit-scrollbar-thumb:hover,
.selected-staff-container::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Modern page container */

.main-content-wrapper {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	padding: 30px;
	margin: 20px auto;
	max-width: 1000px;
}

/* Index page improvements */

.index-hero {
	text-align: center;
	padding: 60px 20px;
}

.index-hero h1 {
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 30px;
}

.index-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.index-button {
	min-width: 200px;
	padding: 20px 40px;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.index-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.index-button-signin {
	background-color: #dc712e;
	color: white;
}

.index-button-signin:hover {
	background-color: white;
	color: #dc712e;
	border: 2px solid #dc712e;
}

.index-button-signout {
	background-color: white;
	color: #dc712e;
	border: 2px solid #dc712e;
}

.index-button-signout:hover {
	background-color: #dc712e;
	color: white;
}
/* Sign out page styles */

.visitor-card {
	transition: all 0.2s ease;
}

.visitor-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transform: translateY(-2px);
}

.staff-thumbnail-small {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #dee2e6;
	flex-shrink: 0;
}

.staff-badge {
	background: #f8f9fa;
	padding: 6px 12px;
	border-radius: 20px;
	border: 1px solid #dee2e6;
}

.visiting-staff {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e9ecef;
}

.visitor-list {
	max-width: 800px;
	margin: 0 auto;
}

.btn-danger {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
	color: white !important;
}

.btn-danger:hover {
	background-color: #bb2d3b !important;
	border-color: #bb2d3b !important;
	color: white !important;
}

.btn-close-form {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f8f9fa;
	border: 2px solid #dee2e6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	text-decoration: none;
	transition: all 0.2s ease;
	z-index: 10;
}

.btn-close-form:hover {
	background-color: #dc3545;
	border-color: #dc3545;
	color: white;
	transform: scale(1.1);
}
