body{
	background-color: #f7f7f7;
	overflow-x: hidden;
}
.md-header-items{
	background-color: #388E3C;
	/*background-color: #2E7D32;*/
}
#header{
	text-align: center;
}
#subheader{
	padding-left: 28px;
}
.menu-item{
	text-align: left;
	height: 50px;
	padding-left: 16px;
	margin: 0px;
}
.sub-menu-item{
	padding-left: 26px;
	text-transform: capitalize;
}
#icon{
	min-width: 60px;
	min-height: 40px;
}
#menu-icon{
	opacity: 0.9;
}
#item-detail img{
	width: 100%;
	height: auto;

}
.content-envelope{
	display: flex;
}
.content{
	/*max-width: 820px;*/
	display: flex;
}

#items-list{
	padding: 18px;
}

#items-list h3{
	padding: 10px 5px 0px 25px;
}

#items-list .content{
		flex-flow: row wrap;
}

#chips .md-button{
	/*background-color: #529A52;
	color: white;*/
	border-radius: 20px;
	box-shadow: none;
}

#item-detail .content{
		flex-flow: column;
		width:100%;
		padding: 5px 20px 20px 20px;
}
.item-placeholders{
	width:158px;
}
.item{
	padding: 5px 0px;
	margin: 7px;
}
.item img{
	max-width: 128px;
	max-height: 84px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;

}
.item p{
	width: 128px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	padding: 8px;
}
.item a{
	text-decoration: none;
	color: rgba(0, 0, 0, 0.73);
}
.item a:hover{
	text-decoration: underline;
}
.item p span{
	position:absolute;
	width:45px;
	right: 0px;
	height: 22px;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) , white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,0) , white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(0,0,0,0) , white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(0,0,0,0) , white); /* Standard syntax */
}
.md-toolbar-tools a{
	margin: 0px;
}
.itemslist {
  	margin: 50px 7px 0px 7px;
  	background-color: #E8F5E9;
  	max-height:250px;
  	overflow: auto;
}
.form{
	margin: 10px 0px 2px 0px;
}

.form > *{
	margin: 7px 7px 0px 7px;
}
.form input{
	width: 100%;
	
}
.md-tile-content p{
	margin: 0 0 3px;
    font-size: .75em;
}
.md-tile-content h3 {
    margin: 0 0 3px;
    font-weight: 400;
    font-size: 1.1em;
}
.md-tile-right .md-button{
	min-width: 0px;
}
.calendar-item{
	min-height: 75px;
	border-right: 1px solid rgba(128,128,128,0.2);
	border-bottom: 1px solid rgba(128,128,128,0.2);
	color: rgb(100,100,100);
	font-size: 0.7em;
	background-color: white;
	max-width: 14% !important;
}
.calendar-first-row{
	border-top: 1px solid rgba(128,128,128,0.2);
}
.calendar-first-item{
	border-left: 1px solid rgba(128,128,128,0.2);
}
.calendar-title > *{
	margin: 3px;
}
.calendar-today{
	border: 2px solid rgb(76,175,80);
}
.calendar-out{
	opacity: 0;
}
.calendar-action{
	color: white;
	background-color: rgb(76,175,80);
	padding: 2px;
	margin: 2px 0px;
	border-radius: 2px;
}
.enum-main-cat{
	font-weight: bold;
}
.enum-sub-cat{
	padding-left: 35px;
}
