
*:focus {
	outline: none;
}

body, md-content {
	background-color: white !important;
}

html, body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

md-whiteframe {
	background-color: white;
}

md-tooltip {
	color: #EFEFEF !important;
	font-size: 12px;
}

md-backdrop {
	transition: opacity 450ms;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}

md-list-item._md-button-wrap>.md-button:first-child ._md-list-item-inner
	{
	margin-right: 20px !important;
}

.layout-column {
	padding: 0px !important;
}