.help-block {
    font-size: 0.8em;
    padding-left: 12px;
    text-align: right;
    margin-top: 2px;
}
.with-errors {
    color: red;
}
.has-danger:after {
    display:none;
}
.has-danger .form-control {
    color: #8898aa;
}
.item-image{
	cursor:pointer;
}
.UserProfile {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.RemoveFromCart, .ItemCount {
	display:none;
}

  .item-category{
    font-size:1.0em;
    font-weight:bold;
    padding:0.3rem 0.3rem 0.3rem 0.5rem;
  }
  .item {
    border-bottom: 1px solid #e9ecef;
  }
  .item .item-title{
    font-size:0.9em;
    margin-top:4px;
    margin-bottom:4px;
    font-weight:bold;
  }
  .item .tools{
    margin-top:0.5em;
    margin-bottom:0.5em;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
.ShowPassword {
	cursor:pointer;
}

.text-error {
    color: rgb(250,92,124);
    text-shadow: rgba(250,92,124,.3) 5px 1px, rgba(250,92,124,.2) 10px 3px;
    font-size: 5.25rem;
    line-height: 5.625rem;
}

.card-body .text-left p.text-muted {
	margin-bottom: 0.5rem;
}
.red {
	color:red;
}
.table .table-user img {
	height: 50px;
	width: 50px;
}

.editable-click {
	border-bottom: none;
}
.editable-click:hover {
    border-bottom: dashed 1px #0088cc;
	cursor:pointer;
}

.icon-arrow-left, .icon-arrow-right{
  font-size:1.5rem;
  font-style: normal;

}
.icon-arrow-left:after {
  content:"«";
}
.icon-arrow-right:after {
  content:"»";
}

.TreeMenu ul {
	list-style: none;
	padding-left: 20px;
	font-size:0.8rem;
}
.TreeMenu li {
	padding-top:3px;
	padding-bottom:3px;
}
.plusminus[aria-expanded="false"]::before {
  content: "\F703";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
}

.plusminus[aria-expanded="true"]::before {
  content: "\F6F1";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
}
.refreshMenu {
float:right;
cursor:pointer;
}