﻿body {
}

.full-height {
	height: 100%;
}

/* ==========================================================================
   Icon buttons
   ========================================================================== */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(fonts/MaterialIcons-Regular.woff2) format('woff2'), url(fonts/MaterialIcons-Regular.woff) format('woff'), url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px; /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-font-feature-settings: "liga";
	/* Support for IE. */
	font-feature-settings: 'liga';
}

	.material-icons.spacing {
		position: relative;
		top: 6px;
		right: 5px;
	}

	.material-icons.small {
		font-size: 20px;
	}

	.material-icons.big {
		font-size: 32px;
	}

	.material-icons.input {
		position: absolute;
		left: -30px;
		top: 5px;
	}

.color-gray {
	color: #bbb;
}

.color-red {
	color: #f00;
}

/*Navigation*/
.sidenav-item {
	padding-left: 28px;
}

.sidenav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #00a5c7;
}

	.sidenav a .material-icons {
		color: #00a5c7;
	}

.sidenav-item-active .sidenav-item,
.sidenav-item-active .material-icons {
	background-color: #00a5c7 !important;
	color: #fff !important;
	/* Firefox */
	-moz-transition: all 0.1s ease-in;
	/* WebKit */
	-webkit-transition: all 0.1s ease-in;
	/* Opera */
	-o-transition: all 0.1s ease-in;
	/* Standard */
	transition: all 0.1s ease-in;
}

	.sidenav-item-active .sidenav-item:hover {
		background-color: #26b5d5 !important;
		color: #fff;
		/* Firefox */
		-moz-transition: all 0.1s ease-in;
		/* WebKit */
		-webkit-transition: all 0.1s ease-in;
		/* Opera */
		-o-transition: all 0.1s ease-in;
		/* Standard */
		transition: all 0.1s ease-in;
	}

.app-toolbar,
.app-toolbar .md-toolbar-tools {
	min-height: 85px;
}

.breadcrumb-wrapper {
	background: #bce0ee;
	border-bottom: 2px solid #00a5c7;
	min-height: 62px;
}

ul.breadcrumb {
	display: block;
}

	ul.breadcrumb > li {
		display: inline-block;
	}

		ul.breadcrumb > li > a, ul.breadcrumb > li > i {
			text-decoration: none;
			color: #00a5c7;
		}

/*Layout*/
.main-wrapper {
	position: absolute;
	top: 150px;
	width: 100%;
	padding-bottom: 100px;
}

.layout-width-40 {
	width: 40%;
}

md-card md-content,
.md-subheader {
	background-color:#fff;
}

/*Footer*/
.footer {
	position: fixed;
	bottom: 0px;
	background-color: #bbb;
	padding: 20px;
	width: 100%;
}

	.footer > p {
		display: table;
		max-width: 90%;
		font-size: 0.8em;
		margin: 0 auto;
		text-align: center;
	}
/*Products*/
.subtitle {
	color: #bbb;
	font-style: italic;
}

/*Date picker orders*/
.datepicker-wrapper {
	margin-top: 5px;
}

/*Toast*/
md-toast.error .md-toast-content {
	background-color: rgba(255,0,0,0.8);
}

md-toast.success .md-toast-content {
	background-color: rgba(0,255,0,0.8);
}

/*Select*/
md-select {
	border: 1px solid #bbb;
}

/*Data tables*/
.md-checkbox-column,
.md-checkbox-cell {
	display: none;
}

.customer-table {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

table.md-table tbody.md-body > tr.md-row,
.sidenav-item {
	background-color: #fff !important;
	/* Firefox */
	-moz-transition: all 0.1s ease-in;
	/* WebKit */
	-webkit-transition: all 0.1s ease-in;
	/* Opera */
	-o-transition: all 0.1s ease-in;
	/* Standard */
	transition: all 0.1s ease-in;
}

	table.md-table tbody.md-body > tr.md-row:hover,
	.sidenav-item:hover {
		background-color: #eeeeee !important;
		/* Firefox */
		-moz-transition: all 0.1s ease-in;
		/* WebKit */
		-webkit-transition: all 0.1s ease-in;
		/* Opera */
		-o-transition: all 0.1s ease-in;
		/* Standard */
		transition: all 0.1s ease-in;
	}

.tiny-column {
	width: 50px;
}

.table-actions {
	padding: 0 !important;
}

/*Images*/
.avatar-wrapper {
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-right: 16px;
}

	.avatar-wrapper.big {
		height: 80px;
		width: 80px;
	}

	.avatar-wrapper > img {
		position: absolute;
		left: -50%;
		right: -50%;
		top: 0;
		margin: auto;
		height: 100%;
		width: auto;
	}
/*.md-avatar.avatar-big { width:80px !important; height:80px !important; }*/
.thumbnail {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.vertical-divider {
	border-top-width: 0;
	border-right-width: 1px;
	border-right-style: solid;
	height: 60%;
}

.drop-box {
	background: #F8F8F8;
	border: 2px dashed #DDD;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 30px 0 10px 0;
}

.dragover {
	border: 2px dashed #888;
}

.product-image {
	width: 400px;
	/*height:100%;*/
}

.content-card {
	width: calc(100% - 10px);
	max-width: 960px;
	margin: 10px auto;
}

a.logo {
	height: 85px;
	margin: 0;
	padding: 0;
}

.loginBox p.caption {
	font-size: 12px;
}

/*Label fix*/
md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
	width:auto;
}
