.mean-container .mean-bar {
	margin-left: -20px;
	margin-right: -50px;
	width: calc(100% + 40px);
	padding: 4px 0 0 0;
}
.mean-container .mean-nav,
.mean-container .mean-bar {
	background: #00356b;
}
.mean-container a.meanmenu-reveal {
    margin-top: 2px;
    margin-right: 2px;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 24px;
	background: rgba(255,255,255,.1) !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	body {
		overflow-x: hidden;
	}
    .header .logo {
		margin-bottom: 15px !important;
	}
	.mean-container .mean-bar {
		width: calc(100% + 20px);
	}
}



/* HORIZONTAL SCROLL FOR TABLES */
.page_body .table_wrap table {
	min-width: 669px;
}
.page_body .table_wrap {
	overflow-x: auto;
}


/* CKEDITOR FIX */

.cke_show_borders {
    font-family: Arial;
    font-size: 16px;
}
.cke_show_borders h3 {
    font-size: 24px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.cke_show_borders h4 {
    font-size: 20px;
}
.cke_show_borders h5 {
    font-size: 16px;
}
.cke_show_borders blockquote {
    background: #eee;
    padding: 1px 15px;
    margin-left: 0;
}
.cke_show_borders h3:first-child,
.cke_show_borders blockquote h3:first-child {
    border: none;
    margin-top: 0;
}


/* ADMIN HIGHLIGHT */
body.overlay ::selection {
	background: #FFFF99 !important;
}
body.overlay ::-moz-selection {
	background: #FFFF99 !important;
}


/* IMAGE CROP PREVIEW REMOVAL */
.imagefield-crop-preview {
	height: 30px;
}
.jcrop-preview-wrapper img {
    display: none !important;
}
.imagefield-crop-widget .file a {
	display: block;
	max-width: 720px;
	word-wrap: break-word;
}


