[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
	height: 48px !important;
	border: 1px solid black;
}

input:read-only {
	background-color: rgb(225 225 225);
}

#attributeList ul li label {
	text-indent: 10px;
}

#attributeList ul li .attrEntry .dropdown_single {
	text-indent: 5px !important;
}

#attributeList ul li .attrEntry select option {
	font-weight: 500;
	/* background-color: rgba(247,245,244,1);
	color: rgb(195,190,191); */
}

// Navigation menu items
#mobileMenu {
	font-size: 22px;
	display: table;
}
#mobileMenu > i {
	right: 0px;
    margin-left: 0px;
	display: table-cell;
}
.nav {
	font-size: 18px;
}

div[data-tenant-branding-background-color=true] {
    z-index: -1;
}

.verifying-modal, #verifying_blurb
{
	display:none !important;
}
