#osmdatatable tbody tr td.right {
}

.nav-search .nav-search-input {
	width: 240px;
}

.nav-user-photo {
	margin: -4px 8px 0 0;
	max-width: 36px!important;
	border-radius: 24px;
	border: 2px solid #fff;
	height: 36px;
}

td.right{ 
	text-align:right;
	padding-right: 20px;
}

th.number, td.number {
	padding-right: 10px;
	text-align: right;
}

input[type=checkbox]+.lbl::before, input[type=radio]+.lbl::before {
	margin-right: 5px;
}

.breadcrub li.static {
	padding: 0 4px;
}

.buttons button.btn {
	margin: 2px;
}
.btn-group  button.btn {
	margin: 2px;
}

textarea {
	width: auto;
}

label {
	margin-bottom: 0px;
	margin-top: 3px;
}

/* NEWSFEED */
.posts {
}

.posts li {
	border-bottom: 1px solid #B6BCBF;
	list-style: none outside none;
	padding: 5px;
}

.user-thumb {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #B6BCBF;
	float: left;
	height: auto;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	width: 40px;
}

.user-info {
	color: #fff;
	font-size: 10px;
}
.article-post {
	margin-left: 60px;
	margin-bottom: 25px;
}

.hfield {
	float: left;
	margin-right: 10px;
}

.controls.checkbox {
	padding-top: 20px;
	padding-bottom: 18px;
}

/* Extra Small Modal */
.modal-xs {
	width: 300px;
	margin: 10px auto;
}

/* Extra Large Modal */
.modal-xl {
	width: 90%;
	max-width: 1200px; /* Adjust based on your screen size */
	margin: 30px auto;
}

/* Ensure modal centers and moves down */
.modal {
	display: none;
	position: fixed !important; /* Force it to stay fixed in place */
	top: 50px !important; /* Move it down by 50px */
	left: 50% !important;
	transform: translateX(-50%); /* Center horizontally */
	overflow: hidden;
	max-width: 90%; /* Keep it responsive */
}

/* Adjust modal content */
.modal-content {
	max-height: 90vh; /* Prevent overflow */
	overflow-y: auto;
}


/* Allow table scrolling inside modal */
.modal-body {
	max-height: 80vh;
	overflow-y: auto;
}

