/*@font-face {
	font-family: 'Hind Guntur';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/HindGuntur.woff2') format('woff2'),url('fonts/HindGuntur-Regular.ttf') format('truetype');
}*/

@font-face {
	font-family: "OpenSans";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/OpenSans.woff") format("woff"),url("fonts/OpenSans.ttf") format("truetype"),url('OpenSans.woff2') format('woff2'), url('OpenSans.svg#OpenSans') format('svg');
}

@font-face {
	font-family: "OpenSansBold";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/OpenSans-Bold.woff") format("woff"),url("fonts/OpenSans-Bold.ttf") format("truetype"),url('OpenSans-Bold.woff2') format('woff2'), url('OpenSans-Bold.svg#OpenSans') format('svg');
}

html {
	overflow-y: auto;
	height: 100%;
}

*:focus {
	outline: none;
}

hr {
	border: 0px;
	height: 1px;
	color: #aaa;
	background-color: #aaa;
}

a, a:visited, a:active {
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}

	a:hover {
		color: blue;
		text-decoration: none;
	}

	a:not([class]) { /* only apply font if no class exists (create link customclasses) */
		font-family: OpenSans;
	}

b, strong, .bold {
	font-family: OpenSansBold;
	font-weight: normal;
}

optgroup {
	font-weight: 100 !important;
	color: #444;
}
	optgroup > option {
		color: #000;
	}

body {
	margin: 0px;
	background-image: url(../grafik/bg.gif) !important;
	background-repeat: repeat !important;
	background-size: auto !important;
	font-family: OpenSans;
	font-size: 13px;
	color: black;
	height: 100%;
}

p, table, tr, td, div {
	font-family: OpenSans;
	font-size: 13px;
	color: black;
	line-height: 1.4;
	/*padding: 0px; /*må ikke være her, pga. tabeleditor*/
}

input, .input, .weInput {
	border: 1px solid black;
	font-size: 13px;
	color: #000;
	border-radius: 0;
}

	input[type=radio], input[type=checkbox], .input[type=radio], .input[type=checkbox] {
		border: none;
	}

select {
	font-size: 13px;
	width: 150px;
	border-color: black;
	border: 1px solid black;
	color: #000;
}

textarea {
	border: 1px solid black;
	font-size: 13px;
	width: 150px;
	color: #000;
	font-family: inherit;
	line-height: inherit;
}

table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	margin: 0;
}

	table[cellpadding="1"] td {
		padding: 1px 0;
	}

	table[align="center"] {
		margin: 0 auto !important;
	}

.button {
	height: 17px;
	color: #222222;
	border: 1px solid black;
	font-size: 13px;
	background-image: url(../grafik/button_bg.gif);
	cursor: pointer;
	width: auto;
}

.noborder {
	border: 0px;
}

.editortext {
	font-size: 13px;
	color: black;
}

.outertable {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.topbar {
	background-image: url(../grafik/bar_top.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}
.topbar_wide {
	background-image: url(../grafik/bar_top_wide.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}

.toptext {
	width: 480px;
	height: 25px;
	font-size: 13px;
	font-family: OpenSansBold;
	padding: 0 0 0 14px;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

.toptext_wide {
	width: 680px;
	height: 25px;
	font-size: 13px;
	font-family: OpenSansBold;
	padding: 2px 0 0 14px;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

.toptextlink, .toptextlink:hover, .toptextlink:visited, .toptextlink:active {
	font-size: 13px;
	font-family: OpenSansBold;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #333;
}

.dropshadow {
	font-size: 13px;
	font-family: OpenSansBold;
	color: #fff;
	width: 250px;
	text-shadow: 1px 1px 0 #333;
}

.dropshadow_wide {
	font-size: 13px;
	font-family: OpenSansBold;
	color: #fff;
	width: 450px;
	text-shadow: 1px 1px 0 #333;
}

.topicons {
	height: 25px;
}

.contentcell {
	background-color: white;
}

.content, div[id^="sektion"] {
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 6px;
}
.wePad15 {
	padding-left: 15px;
	padding-right: 15px;
}

.bottombar {
	background-image: url(../grafik/bar_bottom.gif);
}

.bottombar_wide {
	background-image: url(../grafik/bar_bottom_wide.gif);
}

.sepbar {
	border: 0px;
	padding: 0 0 0 14px;
	/*margin-top: 10px;*/
	width: 598px;
	height: 30px;
	/*background-image: url(../grafik/bar_separator.gif);*/
	background: linear-gradient(to bottom, #d3d3df 0%,#f9faff 6%,#d3d4e2 11%,#b3b3cb 17%,#fefdfd 85%,#d3d2db 91%,#9a9bb2 96%,#81819a 100%);
	cursor: pointer;
	box-sizing: border-box;
}

.sepbar_wide {
	border: 0px;
	padding: 0 0 0 14px;
	/*margin-top: 10px;*/
	width: 798px;
	height: 30px;
	/*background-image: url(../grafik/bar_separator_wide.gif);*/
	background: linear-gradient(to bottom, #d3d3df 0%,#f9faff 6%,#d3d4e2 11%,#b3b3cb 17%,#fefdfd 85%,#d3d2db 91%,#9a9bb2 96%,#81819a 100%);
	cursor: pointer;
}

.sepbar_listmedia {
	border: 0px;
	padding: 0 0 0 14px;
	/*margin-top: 10px;*/
	width: 458px;
	height: 30px;
	/*background-image: url(../grafik/bar_separator.gif);*/
	background: linear-gradient(to bottom, #d3d3df 0%,#f9faff 6%,#d3d4e2 11%,#b3b3cb 17%,#fefdfd 85%,#d3d2db 91%,#9a9bb2 96%,#81819a 100%);
	cursor: pointer;
}

.sepbartext {
	width: 550px;
	font-size: 13px;
	font-family: OpenSansBold;
	/*padding-left: 14px;*/
	padding-top: 0;
	color: #000;
	text-shadow: 1px 1px 2px #eee;
}

.sepbaricons {
	width: 20px;
	font-size: 11px;
	font-family: OpenSansBold;
	/*padding-left:14px;*/
	color: black;
}

.sepbarshow {
	display: block;
	width: 16px;
	height: 17px;
	background-image: url(../grafik/bar_icon_show.gif);
	margin-top: -3px;
}

.sepbarhide {
	display: block;
	width: 16px;
	height: 17px;
	background-image: url(../grafik/bar_icon_hide.gif);
	margin-top: -3px;
}

.sepbar_showhide_off {
	width: 16px;
	height: 17px;
}

.tabletitlecolor, .tabletitlecolor:hover, .tabletitlecolor:visited, .tabletitlecolor:active {
	background-color: #D3D7E2;
	color: black;
	font-size: 13px;
}

.ruler {
	color: #D3D7E2;
	height: 1px;
	margin-bottom: 14px;
}

.hand {
	cursor: pointer;
}

.overflow {
	overflow: scroll;
}

.popuptopleft {
	height: 25px;
	padding-left: 14px;
	font-size: 13px;
	font-family: OpenSansBold;
	color: white;
	cursor: move;
	background-image: url(../grafik/bar_top.gif);
	/*background-image: url(../grafik/bar_small_left.gif);*/
}

.popuptoplefttext {
	text-shadow: 1px 1px 0 #333;
	font-size: 11px;
	font-family: OpenSansBold;
	cursor: move;
	color: white;
}

.popuptopright {
	background-image: url(../grafik/bar_small_right.gif);
	height: 25px;
	width: 66px;
}

.popupcell {
	padding: 6px;
	background-color: white;
}

.popup {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.closebutton { /* for spans */
	cursor: pointer;
	width: 14px;
	height: 14px;
	background-image: url(../grafik/toolbox/toolbox_close.gif)
}

.littlewin_topleft {
	height: 25px;
	padding: 0 0 0 4px;
	font-size: 13px;
	font-family: OpenSansBold;
	color: white;
	background-image: url(../grafik/bar_small_leftcont.gif);
	background-repeat: repeat-x;
}

.littlewin_topright {
	background-image: url(../grafik/bar_small_right.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 66px;
}

.littlewin_sepbar {
	border: 0px;
	padding: 0 0 0 14px;
	/*margin-top:10px;*/
	height: 30px;
	/*background-image: url(../grafik/bar_separator_cont.gif);*/
	background: linear-gradient(to bottom, #d3d3df 0%,#f9faff 6%,#d3d4e2 11%,#b3b3cb 17%,#fefdfd 85%,#d3d2db 91%,#9a9bb2 96%,#81819a 100%);
	cursor: pointer;
}

.sepbar_inaktive {
	color: #666 !important;
}

.littlewin_sepbar_nohand {
	border: 0px;
	padding: 0 0 0 14px;
	margin-top: 10px;
	height: 30px;
	/*background-image: url(../grafik/bar_separator_cont.gif);*/
	background: linear-gradient(to bottom, #d3d3df 0%,#f9faff 6%,#d3d4e2 11%,#b3b3cb 17%,#fefdfd 85%,#d3d2db 91%,#9a9bb2 96%,#81819a 100%);
}

.littlewin_leftsepicon { /*for span*/
	display: inline-block;
	border: 0px;
	vertical-align: middle;
	width: 11px;
	height: 20px;
	background-image: url(../grafik/bar_separator_dots.gif);
}

.littlewin_sepbartext {
	font-size: 13px;
	font-family: OpenSansBold;
	padding-left: 0px;
	color: black;
}

.greyText {
	color: #aaaaaa;
}

.smallTableHeader {
	border: 0px;
	padding-left: 2px;
	padding-top: 0px;
	height: 25px;
	background: linear-gradient(to bottom, #d3d3df 0%,#f9faff 6%,#d3d4e2 11%,#b3b3cb 17%,#fefdfd 85%,#d3d2db 91%,#9a9bb2 96%,#81819a 100%);
	font-family: OpenSansBold;
}

.noPadTable, .noPadTable td {
	padding: 0px;
}

.webeditorText, .webeditorText td, .webeditorText div, .webeditorText span {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
}

.weLeftInpCol {
	display: inline-block;
	width: 300px;
}

.weTab {
	background-color: #fff;
	border: solid 1px #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	min-height: 35px;
	min-width: 140px;
	cursor: pointer;
	margin-right: 10px;
}
	.weTab[selected] {
		background-color: #d3d7e2;
		cursor: default;
	}
td.weTab {
	height: 35px;
	width: 140px;
	margin-right: 0;
	font-size: 13px;
}
.weTabSpace {
	background-color: transparent;
	border: none;
	width: 10px;
	border-bottom: solid 1px #000;
}

.codeEdit {
	padding: 5px;
	font-family: Courier New, Courier, monospace;
}

/* newer windows after 2018 */
.weContentDiv {
	padding: 15px;
	font-size: 14px !important;
}
	.weContentDiv * {
		font-size: 13px; /* !important*/
	}
.weContentDiv h3 {
	margin: 5px 0;
	padding: 0;
	font-family: OpenSansBold;
}

.weInput2 {
	padding: 5px;
	margin: 3px 0;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
}
	.weInput2[type="submit"], .weInput2[type="button"] {
		padding: 5px 10px;
		font-size: 14px;
		background: linear-gradient(0deg, #e0e0e8 0%, #f8f8f8 5%, #c3c3db 95%, #f3f3ff 100%);
		cursor: pointer;
	}
	.weInput2[type="button"], .weInput2[type="submit"] {
		width: auto;
	}
		.weInput2[type="submit"]:disabled, .weInput2[type="button"]:disabled {
			color: #444;
			background: linear-gradient(0deg, #c0c0c8 0%, #d8d8d8 5%, #a3a3ab 95%, #d3d3df 100%);
			cursor: default;
		}
	.weInput2.secondary[type="button"] {
		background: none;
		background-color: #fff;
	}
	.weInput2[type="radio"], .weInput2[type="checkbox"] {
		border: 0;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin-top: 2px;
		margin-bottom: 5px;
	}
		.weInput2[type="radio"] + label, .weInput2[type="checkbox"] + label {
			line-height: 20px;
			font-size: 13px;
		}
		.weInput2[disabled] + label {
			color: #aaa;
		}
	.weInput2:invalid {
		background-color: #fee;
		box-shadow: none;
	}

.weLinkButtons a {
	display: block;
}