
body {
	min-width: 0;
	overflow-x: hidden;
}

.menu-nav {
	min-width: 0;
}


.heading a {
	transition: none!important;
}
.heading a:active {
	color:#37414D!important;
}

.header__link--notif.empty:before {
	content:none;
}

/*  modal--twelve */
.popUp.modal + .popUp.modal {
	display:none!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem #ffff inset;
}

a.arrow__right {
	display:inline-block;
	width:100%;
	position:relative;
}

a.arrow__right > img {
	position:absolute;
	top:0;
	right: 0;
}


.select__choices .choices__list--single .choices__item {
	padding-top: 9px;
}


.item__content--buttons .item__edit {

	margin-left: 1rem;

}


input[hide-arrows="true"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}

input[hide-arrows="true"]::-webkit-outer-spin-button,
input[hide-arrows="true"]::-webkit-inner-spin-button {
	display: none;
}
