[ng-cloak] {
	display: none;
}

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

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* Primary content area */

#content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.loader-full {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 450ms;
	opacity: 0.48;
	z-index: 99;
	background-color: #212121;
}

/*side nav*/

.my-side-menu {
	margin: 0;
}

.my-side-menu,
.my-side-menu ul {
	list-style: none;
	padding: 0;
	overflow-x: hidden;
}

.my-side-menu li {
	margin: 0;
}

.my-side-menu > li {
	border-bottom: 1px solid;
}

.my-side-menu > li:nth-child(1) {
	border-top: none;
}

.md-whiteframe-glow-z1 {
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}

.my-side-menu .md-button {
	box-shadow: none !important;
	border-radius: 0;
	/*color: white;*/
	cursor: pointer;
	display: block;
	align-items: inherit;
	line-height: 40px;
	margin: 0;
	max-height: 40px;
	overflow: hidden;
	padding: 0px 16px;
	text-align: left;
	text-decoration: none;
	white-space: normal;
	width: 100%;
}

.my-side-menu md-select {
	/**
	 * Override md-select margins.
	 * With margins the my-side-menu will look incorrect and causes mobile list
	 * to not be scrollable.
	 */
	margin: 0;
	width: 100%;
}

.my-side-menu md-select md-select-label {
	justify-content: flex-end;
	padding-top: 10px;
}

.my-side-menu md-select md-select-label span {
	margin-right: auto;
	padding-left: 13px;
}

.my-side-menu md-select .md-select-icon {
	margin-right: 28px;
}

.my-side-menu button.md-button::-moz-focus-inner {
	padding: 0;
}

.menu-heading {
	display: block;
	line-height: 32px;
	margin: 0;
	padding: 8px 16px 0;
	text-align: left;
	width: 100%;
}

.menu-toggle-list {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.my-side-menu .menu-toggle-list a.md-button {
	display: block;
	padding: 0 16px 0 32px;
	text-transform: none;
	text-rendering: optimizeLegibility;
	font-weight: 500;
}

.md-button-toggle .md-toggle-icon {
	display: block;
	margin-left: auto;
	speak: none;
	vertical-align: middle;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
}

.md-button-toggle .md-toggle-icon.toggled {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.nav-header {
	flex-shrink: 0;
	z-index: 2;
}

.nav-header h1,
.nav-header h4 {
	color: white;
	text-align: center;
}

.nav-header a.logo {
	text-decoration: none;
}

/* table */

.md-api-table {
	/*max-width: 100%;*/
	width: 100%;
	border-spacing: 0;
	border-radius: 0;
}

.md-api-table td,
.md-api-table th {
	padding: 12px 16px;
	text-align: left;
}

.md-api-table td {
	vertical-align: top;
}

.md-api-table td.description *:first-child {
	margin-top: 0;
}

.md-api-table td.description *:last-child {
	margin-bottom: 0;
}

table.md-api-table tr td:first-child {
	font-weight: bold;
}

.table-responsive {
	overflow-x: auto;
}
