.topnav {
	background-color: #fafafa !important;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.cke_reset {
	width: 100% !important;
}

.showOnScroll {
	display: none;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: rgb(124, 132, 140) !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
	border-color: #aaa !important;
}
.mh-200 {
	min-height: 200px;
}
.mh-400 {
	min-height: 400px;
}	
.mh-600 {
	min-height: 600px;
}
.mh-800 {
	min-height: 800px;
}
.font-22 {
	font-size: 22px !important;
}

div.skipBs p {
	margin-top: 1em !important;
}
.ui-datepicker {
 		z-index: 2000 !important;
}
.no-border-bottom td {
  border-bottom: none !important;
}
.no-border-top td {
  border-top: none !important;
}
.bg-light {
  background-color: #e9ecef !important;
}