.aow__border--error {
	border-color: #a30b0b !important;
}

.aow__border--success {
	border-color: #76a932 !important;
}

.aow__border--warning {
	border-color: #d65408 !important;
}

.aow__border {
	border: 1px solid rgba(99, 99, 99, 0.25);
}

.aow__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	/*
    justify-content: center;
    */
	margin: auto;
	max-width: 1920px;
}

.aow__drop-shadow, .aow__drop-shadow--interactive {
	-moz-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
	transition: all .1s;
}

.aow__drop-shadow--interactive:hover {
	-moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.1250);
	-webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.1250);
	box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.1250);
	transition: all .1s;
}

.aow__header {
	font-size: 1.8em;
	padding-bottom: .5em;
	padding-top: .5em;
	text-align: center;
}

.aow__header p {
	margin-bottom: .1em;
	margin-top: .1em;
}

.aow__input-helpertext {
	color: #555;
	font-size: .9em;
	margin-bottom: 2px;
	margin-top: 4px;
	max-width: 500px !important;
	padding-left: 8px;
}

.aow_button--simple {
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 50px;
	color: #555;
	font-size: 1.8em;
	font-weight: 700;
	height: 40px;
	margin-left: .35em;
	padding: 0 !important;
	transition: all .1s;
	width: 40px;
}

.aow_button--simple:hover, .aow_button--simple:focus {
	background: #ccc;
	transition: all .1s;
}

.aow__card {
	max-width: 1180px;
	min-width: 900px;
	padding: 0;
	width: 100%;
}

.aow__card .aow__card-header {
	-moz-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
	align-items: center;
	background-color: #333;
	box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	transition: all .2s;
}

.aow__card .aow__card-header a {
	align-items: center;
	padding: .5em;
	text-decoration: none;
}

.aow__card .aow__card-header a:hover, .aow__card .aow__card-header>h2 {
	color: #FFF;
	font-family: Verdana;
	font-weight: 300;
	margin: 0;
	padding: .55em;
	text-shadow: none;
	text-transform: none;
}

.aow__card .aow__subheader {
	align-items: center;
	background-color: #333;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: .05em .5em;
}

.aow__card .aow__subheader p {
	color: #FFF;
	font-weight: 100;
	margin: 0;
	padding-left: .55em;
}

.aow__card-content {
	background-color: #f7f7f7;
	padding: .25em;
}

.aow__card-content input[type=text]:focus, .aow__textfield:focus,
	.aow__textfield-container--border:focus-within, .aow__card-content select:focus
	{
	border-bottom: 3px solid #555;
}

.aow__card-header select {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	color: #FFF;
	margin: 10px;
	padding: 10px;
}

.aow__card-header select option {
	background-color: #333;
	color: #FFF;
	padding: 10px;
}

.aow__ordre {
	background-color: #eee;
	border: 2px solid #a3a3a3;
	flex: auto;
	height: 300px;
	margin: 0 16px 16px 0;
	max-width: 30%;
	min-width: 300px;
}

.aow__ordre-beholder {
	align-items: left;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	width: 100%;
	border: 1px solid #999;
}

.aow__ordre:hover {
	border: 2px solid #c87622;
}

.aow__panel--padding {
	padding: .75em .5em;
}

.aow__search-field {
	width: 100%;
}

.aow__selectable-item {
	border: 1px solid #ccc;
	border-top: 1px solid rgba(0, 0, 0, 0);
	padding: .25em 1em;
}

.aow__selectable-item:hover {
	border: 1px solid #555;
}

.aow__hover-item {
	
}

.aow__hover-item:hover {
	background-color:#ffffff
}

.aow__tabell {
	margin-bottom: .5em;
	padding-left: 1em;
	width: 100%;
}

.aow__tabell td {
	font-size: .81em;
}

.aow__tabs-panel .tab-row {
	-moz-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
	background-color: #333;
	box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.25);
	display: flex;
	line-height: normal;
	transition: all .2s;
	width: 100%;
}

.aow__tabs-panel .tab-row:hover {
	-moz-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.01);
	-webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.01);
	box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.01);
	transition: all .2s;
}

.aow__tabs-panel .tab-row>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.aow__tabs-panel .tab-row>ul>.selected {
	background-color: #444;
	border-bottom: 4px solid #76a932;
	outline: none;
	transition: all .4s;
}

.aow__tabs-panel .tab-row>ul>li {
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	float: left;
	margin: 0;
	padding: .5em;
	transition: all .4s;
}

.aow__tabs-panel .tab-row>ul>li:hover {
	background-color: #555;
	transition: all .4s;
}

.aow__tabs-panel .tab-row>ul>li>a {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

.aow__dropdown {
	display: inline-block;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	-moz-appearance: none;
	cursor: pointer;
	background-image: linear-gradient(45deg, transparent 50%, black 50%),
		linear-gradient(135deg, black 50%, transparent 50%),
		radial-gradient(#ccc 70%, transparent 72%);
	background-position: calc(100% - 30px) calc(1em + 4px),
		calc(100% - 25px) calc(1em + 4px), calc(100% - .5em) .5em;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.aow__dropdown:focus {
	background-image: linear-gradient(45deg, transparent 50%, #eee 50%),
			linear-gradient(135deg, #eee 50%, transparent 50%),
			radial-gradient(#555 70%, transparent 72%);	
}

.aow__textfield, .aow__dropdown, .aow__card-content input[type=text],
	.aow__card-content select {
	-webkit-transition: .5s;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 3px solid #aaa;
	box-sizing: border-box;
	font-size: 1.7em;
	margin: 3px 0;
	/*
    max-width: 500px !important;
    min-width: 500px !important;
    */
	outline: none;
	padding: 12px 1px 5px;
	transition: .5s;
}

.aow__textfield--noborder {
	-webkit-transition: .5s;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	box-sizing: border-box;
	font-size: 1.7em;
	margin: 3px 0 0;
	/*
    max-width: 500px !important;
    min-width: 500px !important;
    */
	outline: none;
	padding: 12px 1px 0;
	transition: .5s;
}

.aow__textfield-container--border {
	border-bottom: 3px solid #aaa;
	display: flex;
	max-width: 500px;
	transition: all .5s;
}

.aow__border--red {
	border-color:#af1010;;
}

.aow__button {
	background-color:rgba(0,0,0,0);
	font-size: 1.2em;
	padding-left: .5em;
	padding-right: .5em;
}

.aow__padding--1 {
	padding: 1em;	
}

.aow__button--transparent {
	background: rgba(0,0,0,0) !important;
	color:black;
}

.aow__button--transparent:hover {
	background-color: #fff !important;
}

.aow__button--warning {
	background: #ffca95;
	color:black;
}

.aow__button--warning:hover {
	background: #ffe9d4;
}	
	
.aow__button--danger {
	background: #FDB0B0;
	color:black;
}

.aow__button--danger:hover {
	background: #fdc6c6;
}	
	
.aow__salgskanal-vedlikehold,
.aow__pris-vedlikehold  {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

.aow__salgskanal-vedlikehold .tittel,
.aow__pris-vedlikehold .tittel {
	text-align: center;
/*	font-size: medium;*/
/*	font-weight: bold;*/
	font-style: italic;
}

.aow__salgskanal-vedlikehold label,
.aow__pris-vedlikehold label {
	margin: 10px 30px;
	font-weight: bold;
}

.aow__salgskanal-vedlikehold .salgskanal-tabell,
.aow__salgskanal-vedlikehold .salgskanal-tabell th, 
.aow__salgskanal-vedlikehold .salgskanal-tabell tr, 
.aow__salgskanal-vedlikehold .salgskanal-tabell td,
.aow__pris-vedlikehold .prisvedlikehold-tabell,
.aow__pris-vedlikehold .prisvedlikehold-tabell th, 
.aow__pris-vedlikehold .prisvedlikehold-tabell tr, 
.aow__pris-vedlikehold .prisvedlikehold-tabell td {
	border: 1px #555 solid;
	vertical-align: middle;
	padding: 5px 10px;
}

.aow__salgskanal-vedlikehold .salgskanal-tabell,
.aow__pris-vedlikehold .prisvedlikehold-tabell {
	text-align: center;
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
}

.aow__salgskanal-vedlikehold .salgskanal-tabell tr:nth-child(even),
.aow__pris-vedlikehold .prisvedlikehold-tabell tr:nth-child(even) {
	background: #eee;
}

.aow__salgskanal-vedlikehold .salgskanal-tabell tr:nth-child(odd),
.aow__pris-vedlikehold  .prisvedlikehold-tabell tr:nth-child(odd) {
	background: #ddd;
}

.aow__salgskanal-vedlikehold .salgskanal-tabell .varegruppe,
.aow__pris-vedlikehold .prisvedlikehold-tabell .vareinfo {
	padding: 11px 10px;
	text-align: left;
}

.aow__salgskanal-vedlikehold .salgskanal-tabell .prosent-valg,
.aow__pris-vedlikehold .prisvedlikehold-tabell .pris-valg {
	vertical-align: middle;
	padding: 5px 10px;
	text-align: center;
}
.aow__salgskanal-vedlikehold .salgskanal-tabell .prosent-valg .tekst,
.aow__pris-vedlikehold .prisvedlikehold-tabell .pris-valg .tekst {
	margin-top: 5px;
	margin-bottom: 5px;
}

.aow__salgskanal-vedlikehold .salgskanal-tabell .prosent-valg input,
.aow__pris-vedlikehold .prisvedlikehold-tabell .pris-valg input {
	vertical-align: middle;
	padding: 5px 10px;
	text-align: center;
}

.aow__salgskanal-vedlikehold .lagre-avdeling-btn {
	float: right;
/*	display: block;*/
	margin: 10px 50px;
}
.lagre-avdeling-vedlikehold-btn {
	display: block;
	margin: 10px 50px 10px 90%;
	margin: 10px 50px 10px calc(100% - 140px);

}