/* Bootstrap Modal */
/*
body .modal {
	width: 90%;
	left: 5%;
	margin: auto;
}
*/

.sidebar-menu > li.header {
	color: #fff !important;
}

/* show horizontal scroll bar */
body { overflow-x: scroll !important; }
.wrapper { overflow: visible !important; }
