.menu_number {
	font-size: 10px;
	font-weight: 800;
	color: rgba(255,255,255,0.4);
}
.app-brand-logo svg {
  width: 120px;
  height: 75x;
  position: absolute;
  top: 10px;
  fill: rgba(255,255,255,0.75);
}

.app-brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -5px;
  top: 0px;
  width: 150px !important;
  height: 65px;
  border-radius: 0;

	padding-bottom: 4px;
}
.app-brand-text {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 800;
}
.red {
	color: #930000;
}
.btn-reach {
	background-color: #ededed;
}
.modal-backdrop {
	opacity:0.75 !important;
}
.tooltip{
  z-index: 1151 !important;
}
.form-icon {
	background-color: #f5f5f5;
}
.invisible  {
	color: rgba(0,0,0,0.01);
}
.form-logo svg {
	display: block;
	width: 100px;
	height: 100px;
	fill: rgba(0,0,0,0.55);

}
.form-logo {
display: block;
margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 100px;
	border-radius: 0;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
 padding-bottom: 4px;
}

.small_field_name {
	display: block;
	font-size: 9px;
	font-weight: bold;
}
.small_field_value {
	display: block;
	margin-bottom: 5px;
}
.text-small {
	font-size: 0.75em !important;
}
.cartTools {
  color: #c0c0c0;
  transition: all .15s ease-in;
  cursor:pointer;
}
.cartTools:hover {
  color: #e60d0d;
}
.light_red_bg {
	background-color: rgba(255,0,0,0.075) !important;
}
.light_green_bg {
	background-color: rgba(0,255,0,0.075) !important;
}
.datepicker .next, .datepicker .prev {
	color: #000 !important;
}