html {
	background-color: #c1c1c1; /*For non css3 browsers*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1',
		endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1),
		to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #c1c1c1, #ffffff);
	/* for firefox 3.6+ */
	background-image: -o-linear-gradient(90deg, #ffffff, #c1c1c1);
	/* for Opera */
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}

BODY {
	margin: 0px;
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	height: 100%;
}

#toTopBtn {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 9999;
	border: none;
	outline: none;
	background: #8b8b8b;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 35px;
	font-size: 18px;
	transition: 0.2s;
}

#toTopBtn:hover {
	background-color: #000000;
	transform: translate(2px, -2px);
	box-shadow: 3px 3px 1px grey;
}

#toTopBtn:active {
	transform: translateY(2px);
	box-shadow: 0 0 0;
}

#toTopBtn .toTopArrow {
	border: solid #fff;
	border-width: 0 4px 4px 0;
	display: block;
	padding: 8px;
}

#toTopBtn .up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.text-center {
	text-align: center;
}

a {
	color: #000;
}

#portal #aowtoptbl {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',
		endColorstr='#303030'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000),
		to(#303030)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #000000, #303030);
	/* for firefox 3.6+ */
	background-image: -o-linear-gradient(90deg, #303030, #000000);
	/* for Opera */
	background-repeat: no-repeat;
	width: 100%;
	height: 84px;
}

#portal #aowtoptbl td {
	padding: 10px;
	background-color: transparent;
}

.TEKST {
	COLOR: #000000;
	FONT-FAMILY: 'Verdana';
	font-size: 16px
}

.RUBRIKK {
	COLOR: #000000;
	FONT-FAMILY: 'Verdana';
	font-size: 14px;
	font-weight: bold
}

.EMSG {
	COLOR: #FF0000;
	FONT-FAMILY: 'Verdana';
	font-size: 12px;
	font-weight: bold
}

H1 {
	COLOR: black;
	FONT-FAMILY: "Verdana", sans-serif;
	TEXT-TRANSFORM: capitalize
}

H2 {
	COLOR: black;
	FONT-FAMILY: "Verdana", sans-serif;
	TEXT-TRANSFORM: capitalize
}

H3 {
	COLOR: #6666CC;
	FONT-FAMILY: "Verdana", sans-serif;
	TEXT-TRANSFORM: capitalize
}

H4 {
	COLOR: #6666CC;
	FONT-FAMILY: "Verdana", sans-serif;
	TEXT-TRANSFORM: capitalize
}

H5 {
	COLOR: #6666CC;
	FONT-FAMILY: "Verdana", sans-serif;
	TEXT-TRANSFORM: capitalize
}

H6 {
	COLOR: #6666CC;
	FONT-FAMILY: "Verdana", sans-serif;
	TEXT-TRANSFORM: capitalize
}

TH {
	COLOR: #000000;
	FONT-FAMILY: 'Verdana';
	font-size: 12px
}

TD {
	COLOR: #000000;
	FONT-FAMILY: 'Verdana';
	font-size: 12px
}

.selected {
	position: relative;
	color: highlight;
	outline: highlight solid thin;
	z-index: 100;
}

.tilbakelink {
	background: url('../bilder/tilbake.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	FONT-FAMILY: 'Verdana';
	font-size: 14px;
	font-weight: bold;
}

.warning {
	COLOR: red;
	FONT-FAMILY: 'Verdana';
	font-size: 14px;
	font-weight: bold;
}

.sortable {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
}

.sortable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	/* 	-moz-border-radius: ; */
}

.sortable td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	/* 	-moz-border-radius: ; */
}

.tablebgcolor {
	BACKGROUND-COLOR: #ADCEEF
}

.alttablebgcolor {
	BACKGROUND-COLOR: #EFF7FF
}

.feedbackPanelERROR {
	font-size: 14px;
	background-color: #ff0000; /*For non css3 browsers*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000',
		endColorstr='#942929'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000),
		to(#942929)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ff0000, #942929);
	/* for firefox 3.6+ */
	background-image: -o-linear-gradient(90deg, #942929, #ff0000);
	/* for Opera */
}

.feedbackPanelSUCCESS {
	background-color: #33cc33; /*For non css3 browsers*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cc33',
		endColorstr='#196619'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#33cc33),
		to(#196619)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #33cc33, #196619);
	/* for firefox 3.6+ */
	background-image: -o-linear-gradient(90deg, #196619, #33cc33);
	/* for Opera */
}

.feedbackPanelERROR, .feedbackPanelSUCCESS {
	padding: 8px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 1px grey;
}

#mainContent ul.feedbackPanel {
	list-style-type: none;
	padding-left: 0;
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 20px auto;
}

#mainContent #loginDiv ul.feedbackPanel {
	list-style-type: none;
	margin: 0px;
	margin-left: 50px;
	margin-right: 50px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 10px;
}

.headere a {
	color: black;
	font-weight: bold;
}

.header {
	font-size: 24px;
	font-weight: bold;
	margin-left: 7px;
	text-shadow: 1px 1px 1px #999;
	margin-bottom: 10px;
	margin-top: 10px;
}

.feedback {
	font-size: 14px;
}

.nummerfelt {
	text-align: right;
}

.valgt {
	font-weight: bold;
}

@media print {
	.bareskjerm {
		display: none;
	}
}

.laast {
	background-color: gray;
}

.aapen {
	background-color: white;
}

.sperret {
	background-color: #c8c8c8;
}

.Fastbestilling {
	background-color: #00ff00;
}

.Fastovertyrt {
	background-color: #b92823;
}

.Fasttillegg {
	background-color: yellow;
}

.Tillegg {
	background-color: #a2e3f6;
}

.Fastovertyrt_N {
	background-color: red;
}

.Fasttillegg_N {
	background-color: #ff00ff;
}

.Tillegg_N {
	background-color: #07a2ee;
}

.endretPris {
	background-color: #fbffc1;
}

tr.odd td {
	background-color: #F4F4F4;
}

tr.even td {
	background-color: white;
}

tbody tr.highlighted td {
	background-color: #F4F4F4;
}

tbody tr.hoverHighlighted td {
	background-color: #D1D9F1;
}

.red {
	color: red;
}

.green {
	color: green;
}

/** meny **/
div.topmenuleft {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.topmenuright {
	position: absolute;
	top: 10px;
	right: 10px;
}

.topmenuright .loggutForm input[type="submit"] {
	background-image: url('../bilder/logout.png');
	height: 34px;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	padding-left: 40px;
	filter: none;
}

.topmenuright .firmaValg {
	margin-bottom: 8px;
}

hr.hrMenuBreak {
	clear: both;
}

ul.hurtigknapper {
	margin: 5px;
	padding-left: 10px;
}

#returGodkjenningTabell {
	margin: 5px;
}

#returGodkjenningTabell tbody tr td {
	padding: 5px;
}

table.aapningstider {
	width: 500px;
}

table.aapningstider th.avdelingsnavn {
	text-align: left;
	width: 200px;
}

table.aapningstider td.tidsrom {
	text-align: center;
	white-space: nowrap;
}

.returHeadTekst {
	margin-top: 10px;
}

@media ( max-width : 768px) {
	#wrapper {
		width: 100%;
	}
}

#wrapper {
	min-height: 100%;
	position: relative;
}

/* Login */
#loginDiv form {
	border-radius: 15px;
	width: 275px;
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border: 1px solid #c1c1c1;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

#loginDiv td {
	font-size: 12px;
	text-align: right;
}

#loginDiv label {
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #ddd;
}

#loginDiv input {
	width: 100%;
	padding: 10px 5px;
	margin-top: 20px;
	border: 2px solid transparent;
	outline: none;
	border-radius: 5px;
}

#loginDiv input:focus-within {
	border: 2px solid black;
}

#loginDiv input::placeholder {
	opacity: 0;
}

#loginDiv input:invalid:focus {
	border-color: #c00000;
}

#loginDiv .labelSpan {
	position: absolute;
	top: 0;
	left: 5px;
	transform: translateY(30px);
	font-size: 0.825em;
	transition-duration: 300ms;
}

#loginDiv input.filled+span, #loginDiv label:focus-within>span {
	font-weight: bold;
	transform: translateY(0px);
}

#loginDiv input:-webkit-autofill {
	animation-name: autofill-start;
	animation-fill-mode: both;
}

#signInFormBtnFelt input {
	margin: 0;
}

#loginDiv .header {
	margin: 0;
	padding: 1rem;
}

#signInFormBtnFelt input:focus-within {
	border: 2px solid transparent;
}

#signInFormBtnFelt {
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem;
}

@keyframes autofill-start {
	from {
	}
	to {
	}
}

/* Rapporter */
.liste-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.rapportPanelContainer {
	flex-direction: column;
	display: flex;
	width: 100%;
	gap: 10px;
}

.liste-item {
	flex: 1 1 calc(( 100% - 10px)/3);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 75px;
}

.liste-item:has(.avdelingSelection) {
	flex: 2 0 auto;
	width: 100%;
}

.hent-fil-btns {
	align-self: center;
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 10px 0;
}

.genererRapportBtn {
	align-self: center;
	color: black !important;
}

.datoSpennPanel {
	width: 100%;
}

.flex-row {
	width: max-content;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: center;
	margin: 0;
}

.flex-col {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.flex-item {
	min-width: 120px;
}

.flex-item:empty:not(:first-child), .flex-item:not(:has(*)):not(:first-child)
	{
	min-width: 0;
}

.liste-item:empty, .liste-item:not(:has(*)) {
	min-width: 0;
	min-height: 0;
	display: none;
}

.label-col {
	padding: 5px;
	background: #c0c0c0;
	display: flex;
	align-items: center;
}

.value-col {
	flex: 1;
	padding: 5px;
	gap: 5px;
	background: #f6f6f6;
	display: flex;
	align-items: flex-start;
}

.value-col-oppgjor {
	flex: 1;
	padding: 5px;
	gap: 5px;
	background: #f6f6f6;
	display: flex;
	flex-direction: column
}

.value-col > div {
  width: 100%;
}

.feedbackPanelInfo {
	color: red;
}

.selectedAvdelingList {
	max-height: 250px;
	overflow: auto;
	width: 100%;
	min-width: max-content;
}

.avdelingSelection {
	width: 100%;
}

.multiSelectElement {
	display: flex;
	gap: 5px;
}

.fjernBilde, .fjernKryss, .sokBilde {
	height: 14px;
	min-height: 14px;
	min-width: 14px;
}

.sokBilde {
	height: 18px;
}

.leggTilLink, .leggTilLinkSpan {
	color: green;
	font-weight: 900;
	text-decoration: none !important;
	font-size: large;
	display: inline-block; 
}



.fjernBilde:hover, .leggTilLinkSpan:hover{
		transform: scale(1.4);
}


.resultsContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.rapportResultater{
	margin-left: 0 !important;
    margin-right: 0 !important;
}

.multiSelectElementTable {
	border-spacing: 2px 5px;
}

#BKNumberOfDaysForm {
	display: flex;
	flex-direction: column;
}

#BKNumberOfDaysForm .genererRapportBtn {
	margin-top: 10px;
}

@media only screen and (max-width: 880px) {
	.liste-flex {
		flex-direction: column;
	}
	.datoSpennPanel {
		display: flex;
	}
	.flex-row {
		flex-direction: column;
		gap: 0;
	}
	.flex-item {
		min-height: 40px;
		align-content: center;
	}
	.flex-item:empty:not(:first-child), .flex-item:not(:has(*)):not(:first-child)
		{
		min-height: 0px;
	}
	.hent-fil-btns {
		align-self: center;
		flex-direction: column;
		gap: 5px;
		padding: 5px;
	}
	.liste-item {
		min-height: 0;
	}

	/* 	.liste-item + .liste-item {
	    border-left: none;
		padding:10px;
	    border-top: solid 1px black;
	
	} */
}

.icon-btn {
	text-decoration: none !important;
	text-align: center;
	display: flex;
	gap: 0.5em;
	align-items: center;
	padding: 5px;
	height: fit-content;
	width: 150px;
	justify-content: center;
	font-size: 14px
}

.icon-btn span {
	flex: 1;
}

.icon-btn img {
	width: 24px;
}

input[type="button"], input[type="submit"], input[type="reset"], button,
	.green-button {
	background: #6e9e2d; /*For non css3 browsers*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98D83E',
		endColorstr='#6e9e2d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#98D83E),
		to(#6e9e2d)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #98D83E, #6e9e2d);
	/* for firefox 3.6+ */
	background-image: -o-linear-gradient(90deg, #6e9e2d, #98D83E);
	/* for Opera */
	border: 1px solid #777777;
	color: white;
	padding: 4px;
	cursor: pointer;
	border-radius: 5px;
	border-radius: 0px\9;
	/* IE9 virker d�rlig med roundedcorners n�r gradient er brukt*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.red-button {
	background: #c9222a; /*For non css3 browsers*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6a3b',
		endColorstr='#c9222a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fa6a3b),
		to(#c9222a)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fa6a3b, #c9222a);
	/* for firefox 3.6+ */
	background-image: -o-linear-gradient(90deg, #c9222a, #fa6a3b);
	/* for Opera */
	border: 1px solid #777777;
	color: white;
	padding: 4px;
	cursor: pointer;
	border-radius: 5px;
	border-radius: 0px\9;
	/* IE9 virker d�rlig med roundedcorners n�r gradient er brukt*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footerCopyright {
	position: absolute;
	bottom: 0px;
	right: 10px;
	height: 20px;
}

@media ( min-width : 768px) {
	#mainContent {
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		max-width: 1500px;
		margin: auto;
	}
}

.AoWSubMenyElementList ul.menyliste li a {
	color: black;
}

table.fancyTable {
	border: 1px solid #bbb;
	background-color: white;
	box-shadow: 5px -5px 10px #888;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	border-spacing: 2px;
}

.fancyTable th, .fancyTable td.kolonneoverskrift {
	border: none;
	padding: 16px 10px;
	background: #e3e3e3;
	/* 	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); FF3.6+ */
	/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); Chrome,Safari4+ */
	/* 	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); Chrome10+,Safari5.1+ */
	/* 	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); Opera 11.10+ */
	/* 	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); IE10+ */
	/* 	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); W3C */
	/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); IE6-9 */
}

.fancyTable th a {
	text-decoration: none;
}

.fancyTable td {
	border: none;
	font-size: 14px;
	padding: 10px;
	background: transparent
}

.fancyTable tr:nth-child(even) {
	background: #fff;
}

.fancyTable tr:nth-child(odd) {
	background: #f4f4f4;
}

.fancyTable tr:hover {
	background: #e6e6e6;
}

.fancyTable td a {
	border: none;
	color: #000;
}

.fancyTable td a.green-button {
	text-decoration: none;
	border: 1px solid #777777;
	color: white;
	padding: 4px;
	font-size: small;
}

.fancyTable td a.red-button {
	text-decoration: none;
	border: 1px solid #777777;
	color: white;
	padding: 4px;
	font-size: small;
}

.statistikkTable .fancyTable th {
	text-shadow: initial;
}

.statistikkTable .fancyTable th, .statistikkTable .fancyTable td {
	font-size: 12px;
}

.fancyTable th {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	text-align: left;
}

.scrollTableContainer {
	margin-bottom: 10px;
	overflow: auto;
	height: 100%;
}

fieldset {
	background: transparent;
}

.center {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.raised {
	background: #fffff9;
	border: 1px solid #101010;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	box-shadow: 5px 5px 5px #888888;
}

.question-dialog {
	position: fixed;
	z-index: 999;
	background: white;
	border: 4px solid #dde;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -300px;
	width: 600px;
	text-align: left;
	color: #666;
}

.question-dialog p {
	display: block;
}

.question-dialog hr {
	width: 80%;
	height: 3px;
	color: #666;
}

.question-dialog .btnContainer {
	display: flex;
	justify-content: space-evenly;
}

.question-dialog .btn {
	width: 100px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}

/* Nyere css 25.04.2022 */
/* knapper */
.sokBtn {
	width: 7rem;
	margin: 10px 0px 5px 0px;
	background-image: none !important;
	border: none !important;
}

.sokBtn, .greenBtn, .opphevOkBtn {
	background-color: #4CAF50 !important;
	background: #4CAF50 !important
} /* Green */
.sokBtn:hover, .greenBtn:hover, .opphevOkBtn:hover {
	background-color: #70bf73 !important;
	background: #70bf73 !important
} /* Green hover*/
.blueBtn {
	background-color: #008CBA;
	background: #008CBA !important
} /* Blue */
.grayBtn {
	background-color: #c0c0c0 !important;
	background: #c0c0c0 !important;
	color: black !important;
} /* Gray */
.grayBtn:hover {
	background-color: #a9a9a9 !important;
	background: #a9a9a9 !important
} /* Gray hover*/
.blueBtn:hover {
	background-color: #33a3c8;
	background: #33a3c8 !important
} /* Blue hover*/
.redBtn, .opphevAvbrytBtn {
	background-color: #f44336 !important;
	background: #f44336 !important;
} /* Red */
.redBtn:hover, .opphevAvbrytBtn:hover {
	background-color: #f6695e !important;
	background: #f6695e !important;
} /* Red hover*/
.warningBtn {
	background-color: #ffa806 !important;
	background: #ffa806 !important;
}

.orangeBtn {
	background-color: #f46d1c !important;
	background: #f46d1c !important;
}

.checkAllbtn {
	margin-right: 10px;
	border: none !important;
}

.resetBtn, .secondaryBtn {
	border: none !important;
}

.btn, .topBtnFelt input[type="submit"] {
	border: none;
	border-radius: 8px;
	color: white;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 1px grey;
}

.greenBtn, .redBtn, .blueBtn, .sokBtn, .checkAllBtn, .resetBtn,
	.secondaryBtn, .warningBtn, .orangeBtn, .bekreftOppdaterDialog .question-dialog .green-button,
	.bekreftOppdaterDialog .question-dialog .red-button {
	transition: 0.2s;
}

.greenBtn:hover, .opphevOkBtn:hover, .redBtn:hover, .opphevAvbrytBtn:hover,
	.warningBtn:hover, .orangeBtn:hover, .blueBtn:hover, .topBtnFelt input[type="submit"]:hover,
	.checkAllBtn:hover, .resetBtn:hover, .secondaryBtn:hover, .sokBtn:hover,
	.bekreftOppdaterDialog .question-dialog .green-button:hover,
	.bekreftOppdaterDialog .question-dialog .red-button:hover, .grayBtn:hover{
	transform: translate(2px, -2px);
	box-shadow: 3px 3px 1px grey;
}

.greenBtn:active, .redBtn:active, .blueBtn:active, .sokBtn:active,
	.warningBtn:active, .orangeBtn:active, .topBtnFelt input[type="submit"]:active,
	.checkAllBtn:active, .resetBtn:active, .secondaryBtn:active, .sokBtn:active,
	.bekreftOppdaterDialog .question-dialog .green-button:active,
	.bekreftOppdaterDialog .question-dialog .red-button:active, .grayBtn:active{
	transform: translateY(2px);
	box-shadow: 0 0 0;
}

.topBtnFelt .greenBtn {
	background: #4CAF50 !important;
	background-image: none !important;
}

.topBtnFelt .redBtn {
	background: #f44336 !important;
	background-image: none !important;
}

.functionalTable .checkAllBtn, .functionalTable .resetBtn, .secondaryBtn
	{
	background: #c0c0c0 !important;
	background-image: none !important;
	color: #000000 !important;
}

.bekreftOppdaterDialog .question-dialog .red-button {
	background-image: none !important;
	background-color: #4CAF50 !important;
	border: none;
	padding-top: 10px;
}

.bekreftOppdaterDialog .question-dialog .green-button {
	background: #f44336 !important;
	background-image: none !important;
	border: none;
	padding-top: 10px;
}

.sokform{
	margin-bottom: 1rem;
}

/* ---parameterfelt---*/
.sokForm fieldset, .sokform fieldset {
	border-radius: 6px;
}

.paramLeft, .paramRight {
	display: inline-block;
}

.paramLeft {
	margin-right: 20px;
}

.spanLabel {
	display: inline-block;
	padding: 6px 2px;
}

.paramLeft .spanLabel {
	width: 150px;
	text-align: right;
}

.paramRight .spanLabel {
	width: 250px;
	text-align: right;
}

.paramLeft input, .paramRight input, .bankinnskuddskjema-container input
	{
	border-radius: 5px;
	border: 1px solid grey;
	padding: 3px 3px;
}

.datoSpennContainer {
	display: block;
	width: 40%;
	padding: 10px 0 10px 0;
}

.paramContainer {
	display: block;
	width: fit-content;
}

.arrow {
	padding: 10px;
	background: url("../bilder/arrow-ico.png") no-repeat left;
}

.sokKortInput {
	width: 300px;
}

.dagerGyldigInput {
	width: 80px;
}
/* ------------------ */

/*---tabell---*/
.functionalTableContainer {
	margin-top: 80px;
	max-height: 680px;
	overflow: auto;
}

.functionalTable {
	box-shadow: none !important;
	border-collapse: collapse !important;
}

/* Sticky tableheader */
.functionalTable th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}

.functionalTable tr:nth-child(even) {
	background: #d3d3d3
}

.functionalTable tr:nth-child(odd) {
	background: #e9e9e9
}

#bankinnskuddTable thead>tr:nth-child(2) th {
	top: 50px !important
}

thead>tr:nth-child(2) th {
	top: 65px;
}

.functionalTable .selected td {
	background-color: #c1e1ff;
}

.functionalTable tr:hover td, .bankinnskudd-table-tr tr:hover td {
	background-color: #c1e1ff !important;
	transition: 0.1s;
}

.thKortId {
	width: 290px;
	text-align: left;
	margin: auto;
}

/* kolonne med knapp */
.colWithBtn {
	width: 80px;
}

/* tableheader med knapp */
.topBtnFelt {
	margin: 5px 2px;
}

.topBtn {
	display: inline-block;
	padding: 10px 20px !important;
}

/* kolonne med checkbox */
.checkBoxCol {
	width: 180px;
}

/* 	linker som er vist som knapp */
td a.greenBtn, td a.blueBtn, td a.redBtn {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 10px;
	padding: 6px 5px;
	margin: auto;
}
/* ------------------ */

/*---informationPopup---*/
.informationPopup {
	width: 100%;
}

.informationPopup th, .informationPopup td {
	text-align: left;
}

.informationRows td {
	padding: 6px 0px;
}
/* ------------------ */

/* Saldogavekort vedlikehold */
.sperretCol {
	width: 80px;
}

/*---forleng og opphev vindu---*/
.forlengOpphevTxtBlock, .datoFelt, .dagerFelt {
	display: block;
	margin: auto;
	text-align: center;
}

.forlengOpphevBtnBlock {
	display: block;
	margin: auto;
	margin-top: 20px;
}
/* ------------------ */

/* Import av vareutsalgspriser */
.divFieldsetParam {
	min-width: 380px;
	max-width: 500px;
}

.divFieldsetResult {
	width: 70%;
}

.divFieldsetResult, .divFieldsetParam {
	margin: auto;
	text-align: center;
}

.importUtsalgsprisDato .calendar {
	z-index: 100 !important
}

.importUtsalgsprisDato {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

/* wicket ModalWindow */
.importUtsalgsprisDato .wicket-modal .w_content_3 {
	border: none !important;
}

.importUtsalgsprisHelp:hover, .statistikkHelp:hover {
	cursor: pointer;
}

.noResultLabel {
	padding: 15px;
}

.fieldset {
	border-radius: 10px;
}

.oppdaterPrisBtn {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 300px;
}

.warningFelt {
	text-align: left;
	max-width: 600px;
	border: 2px solid #ff0000;
	animation: blink 1s;
	animation-iteration-count: 3;
	-webkit-animation: blink 1s;
	-webkit-animation-iteration-count: 4;
	border-radius: 10px;
	font-weight: bold;
	margin: 40px auto 10px auto;
	padding: 10px;
}

@keyframes blink { 50% {
	border-color: #e6e6e6;
}

}
@-webkit-keyframes blink { 50% {
	border-color: #e6e6e6;
}

}
.resultTable {
	max-height: 90vh;
	overflow: auto;
}

.resultTable .importUtsalgsprisTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.headerRow {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 41%,
		rgba(210, 210, 210, 1) 100%, rgba(242, 242, 242, 1) 100%);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 0;
}

.headerRow td {
	font-weight: bold !important;
	padding: 8px 5px;
}

.headerRow td, .resultRow td {
	font-size: 14px;
}

.resultRow {
	background-color: #e6e6e6;
}

.resultRow td {
	padding: 8px 5px;
}

.resultRow:nth-child(odd) {
	background-color: #f2f2f2;
}

.resultRow:hover {
	background-color: #e6f2ff;
	font-weight: bold;
	transition: 0.18s;
}

.importUtsalgsprisCompare {
	margin: 0 5px;
}

.bekreftOppdaterDialog .question-dialog p {
	text-align: center;
}

/* Bankinnskuddskjema */
.bankinnskuddskjema-container {
	border: 2px solid grey;
	border-radius: 6px;
	padding: 10px;
	margin: 10px 0;
}

.bankinnskudd-export-container {
	display: flex;
	justify-content: center;
}

.bankinnskuddskjema-container .readonly {
	opacity: .5
}

.bankinnskudd-export-container .btn {
	padding: 5px;
	margin: 5px;
}

.bankinnskudd-export-container a {
	text-decoration: none;
	vertical-align: super;
}

.bankinnskudd-table-container {
	max-width: 1500px;
	max-height: 800px;
	overflow: scroll;
}

.bankinnskudd-table-container tr.selected td {
	background-color: revert !important;
	background-color: #c1e1ff !important;
}

.bankinnskudd-total-tr {
	border: 2px solid black;
}

.dagsoppgjor-header, .dagsoppgjor-column {
	background-color: #f0f8ff !important; /* Light blue */
}

/* Bank Section */
.bank-header, .bank-column {
	background-color: #e6ffe6 !important; /* Light green */
}

/* Avstemming Section */
.avstemming-header, .avstemming-column {
	background-color: #fff5e6 !important; /* Light orange */
}

/* Diff Section */
.diff-header, .diff-column {
	background-color: #ffe6e6 !important; /* Light red */
}

/* Optional: Separate style for the date and action columns */
.date-column, .action-column {
	/* 	    background-color: #f5f5f5; Light gray */
	
}

#nattsafeskjemaTable .bankinnskudd-table-tr .action-column-container {
	display: flex;
}

#nattsafeskjemaTable .bankinnskudd-table-tr .action-column .btn {
	margin: 0 5px;
	width: 100%;
}

/* Statistikk on Web v2 - implementert i AssetOnWeb */
.flexy {
	display: flex;
}

.statistikkOnWeb_InfoLabel {
	background: #ffffff;
	font-weight: bold;
	border: 2px solid #000000;
	border-radius: 10px;
	padding: 10px;
	width: fit-content;
	margin: auto;
	box-shadow: 2px 2px 1px #808080;
}

/* .statistikkInfo { */
/* 	display: inline-block; */
/* 	margin: 5px 15px; */
/* 	padding: 0 5px; */
/* 	border-left: 1px solid black; */
/* 	border-right: 1px solid black; */
/* } */
.statistikkHelp {
	display: inline-block;
	margin-left: 30px;
}

.statistikkHelpPopup {
	padding: 20px;
}

.statistikkHelpPopup ul li {
	padding: 5px 0;
}

.statistikkHelpPopup ul, .statistikkHelpPopup li {
	list-style: none;
}

.statistikkHelpPopup ul:nth-child(1) {
	padding-left: 0;
}

.modalStatistikk {
	width: 1000px !important;
}

.radioLabel, .checkboxLabel {
	margin-right: 25px;
}

.avdelingTable {
	column-count: 2;
}

.avdelingTable table td {
	break-inside: avoid;
}

.tabParam {
	background: #ffffff;
	border-radius: 6px;
	padding: 10px;
	margin: 5px;
}

.radioBtn {
	display: inline-block;
}

.disabled {
	opacity: 0.5;
	pointer-events: none;
}

/* ------------------ */

/* styler wicket loading spinner */
.wicket-ajax-indicator img {
	display: none;
}

.wicket-ajax-indicator {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	border: 6px solid;
	border-color: #000000 #8b8b8b transparent transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	z-index: 999;
}

.wicket-ajax-indicator::after, .wicket-ajax-indicator::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 7px solid;
	border-color: transparent transparent #8b8b8b #000000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotationBack 1.5s linear infinite;
	transform-origin: center center;
}

.wicket-ajax-indicator::before {
	width: 32px;
	height: 32px;
	border-color: #000000 #8b8b8b transparent transparent;
	animation: rotation 2s linear infinite;
}

@keyframes rotation { 0% {
	transform: rotate(0deg);
	}
	100%{
	transform:rotate(360deg);
	}
}

@keyframes rotationBack { 0% {
	transform: rotate(0deg);
} 100% {
	transform:rotate(-360deg);
	}
}