body {
	display: flex;
    min-height: 100vh;
    flex-direction: column;
	background:#2196F3;
}
main {
	flex: 1 0 auto;
}
.tabs .tab a:hover {
  color: #fff !important;
}
.tabs .tab a {
  color: #fff;
  background: #2196F3 !important;
}
.tabs .indicator {
  background-color: #fff !important;
}
.file-field .btn, .file-field .btn-large {
	height: 2rem !important;
	  line-height: 2rem !important;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  height: 3rem;
  padding-bottom: 5px;
  padding-left: 2px;
}
.mob_menu li a {
	background:#fff;
	color:#000;
}
.modal-icon{
	font-size: 2.28rem !important;
}
.material-tooltip {
	font-weight: bold;
	font-size: 1.1rem !important;
	background-color: #000 !important;
	border-radius: 0px !important;

}
.primary_color {
	background:#ffffff !important;
}
.price {
	font-weight: bold;
}
.unit-table tr td i {
	font-size: 2rem !important;
}
.unit-table {
	 border-spacing: 0px 0px !important;
}
.primary_color-text {
	color:#000 !important;
}
.nav-wrapper div li a{
	color: #000 !important;
	font-weight: 300;
}
.brand-logo {
	letter-spacing: 4px;
	font-weight: 300;
	color: #000 !important;
}
.modal{
	width: 30% !important;
}
.card {
	border-radius:0px !important;
}
.rightj{
	align: right;
}
.card-panel{
	border-radius:0px !important;
}
span.badge {
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 90% !important;
  }
}
.parallax-container {
	height: 200px;
}
footer.page-footer {
  background-color: #2196F3 !important;
}

/** Google MaterialIcons Font */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/iconfont/MaterialIcons-Regular.eot);
	src: local('Material Icons'),
		local('MaterialIcons-Regular'),
		url(../fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
		url(../fonts/iconfont/MaterialIcons-Regular.woff) format('woff'),
		url(../fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}