.toolbar {
	margin-bottom: 40px;
}

.table_title h2 {
	padding: 10px 15px 10px;
	margin: 0;
	border: 1px solid rgb(192,216,206);
	border-radius: 6px 6px 0 0;
	font-size: 16px;
	background-image: linear-gradient(to bottom, rgb(190, 214, 204) 0px, rgb(211, 234, 224) 100%);
	background-repeat: repeat-x;
}

.admin_table {
	border: thin solid rgb(192,216,206);
	border-top: none;
}

.admin_table thead tr {
	background-color: rgb(231, 242, 237);
}


.english {
	direction: ltr;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


span.glyphicon-pencil {
	color: orange;
}

span.glyphicon-remove-circle {
	color: red;
	opacity: 0.5;
}


.modal-title {
	font-weight: bold;
}

.modal-body table {
	direction: rtl;
}