/*<meta />*/

/* Version 1.3.1 */

@import url('breeze-theme.css');

@import url('breeze-layout.css');

@import url('breeze-tooltips.css');

/* General */

html
{
	font-size: 16px;
	font-family: 'Open Sans';
}

/* Page background */

body
{
	font-size: 1rem;
}

/* Helpers */

.hidden
{
	display: none;
}

.show
{
	display: block;
}

/* Data Dictionary */

.mp-datadict .contentProxy h2
{
	background: #515964;
	color: white;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	padding: 4px 8px;
}

.mp-datadict .contentProxy h3
{
	font-size: 14px;
	font-weight: 700;
}

@media only screen and (max-width: 1279px)
{
	nav.title-bar .menu-icon
	{
		display: none !important;
	}

	#theme-header .header-left .custom-button
	{
		display: none !important;
	}
}

@media only screen and (max-width: 767px)
{
	nav.title-bar .menu-icon
	{
		display: none !important;
	}
}

