:root{
	color-scheme: light;
	--BrandColorHue: 28deg;
	--InvertedBrandColorHue: calc(var(--BrandColorHue) + 180deg);

	--bg-50: oklch(1.00 0 0);
	--bg-100: oklch(0.98 0 0);
	--bg-200: oklch(0.88 0 0);
	--bg-300: oklch(0.77 0 0);
	--bg-400: oklch(0.67 0 0);
	--bg-500: oklch(0.57 0 0);
	--bg-600: oklch(0.46 0 0);
	--bg-700: oklch(0.32 0 0);
	--bg-800: oklch(0.27 0 0);
	--bg-900: oklch(0.14 0 0);
	--bg-950: oklch(0.00 0 0);

	--body-color: light-dark(var(--bg-100), var(--bg-800));

	--table-color: light-dark(
		oklch(from var(--bg-100) calc(l - 0.025) c h),
		oklch(from var(--bg-800) calc(l + 0.025) c h)
	);

	--primary-500: hsl(var(--BrandColorHue) 67% 45%);
	--secondary-500: hsl(var(--InvertedBrandColorHue) 67% 45%);
	--body-mobile-padding: 20px;
}

html {
	font-size: calc(14 / 16 * 100%)
}

body {
	font-size: 1rem;
	color: var(--bg-700);
	background-color: var(--bg-100);
	color: light-dark(var(--bg-700), var(--bg-200));
	background-color: var(--body-color);
}

.lightGray {
	background: #F0F0F0;
}
a,
.btn-link {
	color: hsl(var(--InvertedBrandColorHue) 67% 45%);
}
.lightGray a,
.lightGray .btn-link {
	color: hsl(var(--InvertedBrandColorHue) 67% 41.49%);
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: hsl(var(--InvertedBrandColorHue) 69% 61%);
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f0f0f0;
}
.lonNotis {
	display: grid;
	align-items: start;
	column-gap: 16px;
	row-gap: 6px;
}
@media (min-width: 768px) {
	.lonNotis {
		display: flex;
	}
}

.table-striped--new th,
.table-striped--new td {
	position: unset;
	background: transparent;
}

.table-striped--new thead tr:nth-child(odd of :not([hidden])),
.table-striped--new:has(thead tr:last-child:nth-child(even of :not([hidden]))) tbody tr:nth-child(odd of :not([hidden])),
.table-striped--new:has(thead tr:last-child:nth-child(odd of :not([hidden]))) tbody tr:nth-child(even of :not([hidden])),
.table-striped--new:has(thead tr:last-child:nth-child(even of :not([hidden]))):has(tbody tr:last-child:nth-child(odd of :not([hidden]))) tfoot tr:nth-child(even of :not([hidden])),
.table-striped--new:has(thead tr:last-child:nth-child(even of :not([hidden]))):has(tbody tr:last-child:nth-child(even of :not([hidden]))) tfoot tr:nth-child(odd of :not([hidden])),
.table-striped--new:has(thead tr:last-child:nth-child(odd of :not([hidden]))):has(tbody tr:last-child:nth-child(odd of :not([hidden]))) tfoot tr:nth-child(odd of :not([hidden])),
.table-striped--new:has(thead tr:last-child:nth-child(odd of :not([hidden]))):has(tbody tr:last-child:nth-child(even of :not([hidden]))) tfoot tr:nth-child(even of :not([hidden])) {
	background-color: #f0f0f0;
	background-color: var(--table-color);
}

body #topbar {
	background-color: rgb(249,249,249);
}

#menuNavbar .navbar-inner {
	background-image:none;
	height: 46px;
	padding-right: 5px;
	padding-left: 20px;
	border:0;
	border-top:1px solid #cccccc;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.publik .navbar#menuNavbar {
	top: 0;
}

.navbar#menuNavbar {
	position: sticky;
	width: 100%;
	top: 30px;
	z-index: 4;
}

#topbar {
	position: sticky;
	width: 100%;
	z-index: 4;
	top: 0;
}

.publik #content {
	padding-top: 0;
}

.navbar#menuNavbar .dropdown.open {
	top: 47px !important;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.card .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card .card-header.nyhet{
	min-height: 20px;
	display: flex;
	justify-content: space-between;
}

.nyhet-controls {
	position: relative;
}

.nyhet-controls .save-alert {
	position: absolute;
	right: 20pt;
	top: 0;
	bottom: initial;
}

.card .card-header.nyhet .rubrik {
	font-weight: bold;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.form-horizontal .control-label {
	text-align: left;
}

#anstPersonForm .control-label {
	text-align: right;
}

#anstDiv {
	margin-left: 210px;
}

.tooltip-inner--noMaxWidth~.tooltip .tooltip-inner {
	max-width: none;
}

.tooltip-inner--text-left~.tooltip .tooltip-inner {
	text-align: left;
}

@media (max-width: 425px) {
	
	.navbar#menuNavbar .dropdown.open {
		left: 182px !important;
	}

	#menuNavbar .navbar-inner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: left;
	}
	.navbar .brand-mobile {
		display: none !important;
	}
	.topNav-Dropdown {
		right: initial !important;
		left: 0;
		height: 800px;
	}
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}
.periodHeader{
	background:#F0F0F0;
}
.sidenav > .active > a {
	padding: 8px 14px;
	box-shadow: none;
-webkit-box-shadow:none;
	-moz-box-shadow: none;
}
.sidenav > li:not(.active):hover{
	border-left:5px solid #bf6e26;
}
.nav-list > .active{
	border-left: 5px solid #2677BF;
}
.sidenav .active .icon-chevron-right, .sidenav .active a:hover .icon-chevron-right {
	background-image: url(../maxpa/bootstrap/img/glyphicons-halflings.png);
    opacity: .5;
}
.sidenav > .active > a > .icon-chevron-right {
	background-image: url(../maxpa/bootstrap/img/glyphicons-halflings.png);
	opacity: .25;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #2677BF;
	background-color: #FFF;
	margin:0;
}

.nav-tabs,
.nav-pills {
  border-bottom:none;
}

.nav-tabs {
	border-bottom:1px solid #cccccc;
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border:none;
	border-bottom: 3px solid transparent;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #2677BF;
  font-weight:600;
  cursor:pointer;
  background-color:transparent;
  border:none;
  border-bottom: 3px solid #2677BF;
}
@media (max-width: 480px){
	.navbar .brand {
		padding:13px 10px !important; 
	}
}
.navbar .brand {
	display: block;
	float: left;
	padding: 13px 20px 13px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: rgba(255,255,255,.8);
	text-shadow: none;
}
.dropdown-menu {
	  border-radius:0;
	background-color: #f9f9f9;
	border: none;
	  z-index:9;
}


  @media (min-width: 767px){
	.navbar .nav > li:hover:not(.active) > a{
	  border-bottom:3px solid rgba(191,110,38,255);
		color: #282828;
		text-shadow: -0.06ex 0 black, 0.06ex 0 black;
	}
	.topNav-Dropdown{
		top: 77px;
	}
}

  
 


table.table tr td input, table.table tr td select, table.table tr td .input-append
{
	margin-bottom: 0;
}

.table th, .table td
{
	border-top: 0.5px solid #dddddd;
}
.btn-primary
{
	background-color: #2677BF;
}
.sidenav {
  border-radius:0;
	box-shadow: none;
}
.sidenav > li {
	border-left: 5px solid transparent;
	border-bottom: 1px solid rgba(0,0,0,.15) !important;
}
.sidenav > li > a {
	border: none;
}
/*
.sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}*/
#anstSidenav {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#anstTabs li.active a{
	color: #2677BF;
	font-weight: bold;
	margin-bottom:0;
	text-shadow:none;
}
#anstTabs li a {
	padding: 10px 30px 10px 30px;
	color: #282828;
	border-radius:0;
}
#anstTabs li:hover:not(.active){
	border-left: 5px solid rgba(191,110,38,255);
}
#anstTabs li:hover:not(.active) > a{
	background:transparent;
	color: rgba(191,110,38,255);
}
#div-settings
{
	margin-top: 50px;
}
.nav-tabs > li{
	margin-bottom:-1.5px;
}
.settings-group h3
{
	padding-left:10px;
	padding-top: 3px;
	background: rgb(240, 240, 240);
	margin: 0;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid rgba(42, 133, 213, 0.3);
}
.settings-group {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid rgba(42, 133, 213, 0.3);
}

.settings-group ul
{
	margin:5px 0;
	padding:1px 0px 3px 35px;
}

.settings-group ul > li
{
	margin: 5px 0;
}

.btn{
	background-image: none;
	color: #282828;
	background: #FFF;
	border: 1px solid rgb(204,204,204);
	border-radius:3px;
}
.btn-group > .btn{
	border: 1px solid #cccccc;
}
.btn:hover{
	background-color: #eaf3fb;
}
.btn.active{
	background-color:#eaf3fb;
}
.btn:focus{
	outline:none;
	background-color: #eaf3fb;
}
.btn.btn-primary{
	border: 1px solid #2677BF;
	background-color: #2677BF;
	color:#FFF;
}
.btn.btn-primary:hover{
	background-color:#2a85d5;
}
.btn.btn-primary.periodHeaderBtn{
	border-radius:5px;
}
/*
.navbar .nav > li:not(.active) > a:hover, #topmenu a:hover,
.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li:not(.active) > a:focus {
  border-bottom:3px solid #bf6e26;
  color: #bf6e26;
}

.navbar-inner
{
	background-color: #282828;
}
.logo-pa,
.navbar .nav > li > a
{
	color: #FFF;
}
.navbar .nav > li > a {
	float: none;
	padding: 13px 15px 10px;
	text-decoration: none;
	text-shadow: none;
	border-bottom:3px solid transparent;
  }
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #FFF;
  text-shadow: -0.06ex 0 #FFF, 0.06ex 0 #FFF;
  text-decoration: none;
  border-bottom: 3px solid #2a85d5;
  background-color: #484848;
  box-shadow:none;
}*/
.navbar .nav > li:not(.active) > a:hover, #topmenu a:hover,
.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li:not(.active) > a:focus {
  border-bottom:3px solid #bf6e26;
	color: #282828;
  text-shadow:none;
}
.navbar-inner
{
	background: #FFF;
	display:flex;
}
.navbar .nav.pull-right {
width:fit-content;
}
.logo-pa {
	color: rgb(91,91,91);
}

.navbar .nav > li > a
{
	color: #282828;

}
.navbar .nav > li > a {
	float: none;
	padding: 13px 15px 10px;
	text-decoration: none;
	text-shadow: none;
	border-bottom:3px solid transparent;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  font-weight:600;
	text-decoration: none;
	color: #282828;
  background: rgb(249,249,249);
	border-bottom: 3px solid #2a85d5;
  box-shadow:none;
}/**/
.FormHolder > #anstPersonForm{
	margin-left:0;
}
@media (max-width: 767px){
	body{
		padding-right:var(--body-mobile-padding);
		padding-left:var(--body-mobile-padding);
	}
	#topbar,
	.navbar#menuNavbar{
		width: calc(100% + var(--body-mobile-padding) * 2);
	}
	.isER table > tr > th,
	.isER table > th,
	.isER table tbody th,
	.isER table > thead{
		top:48px !important;
	}

	.isER .navbar#menuNavbar {
		top: 0px;
	}

	.nav-collapse {
		background-color: #F0F0F0;
		z-index:9999;
		position:absolute;
		top:47px;
		width:96%;
		left:2%;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}
	.nav-collapse .nav li > a{
		color:#FFF;
		border:none;
	}
  .nav-collapse .nav li:not(.active) > a:hover{
		color:#dd9455;
		border:none;
		border-left: 5px solid #dd9455;
	}
	/*
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		padding: 12px 15px;
		font-weight:normal;
		color: #FFF;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-left: 5px solid transparent;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		color: #282828;
		text-decoration: none;
		background-color: rgb(249,249,249);;
		border:none;
		border-left: 5px solid #2a85d5;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}*/
	.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
		color: #dd9455;
		text-decoration: none;
	}
	.navbar .nav > li > a:focus, .navbar .nav > li > a {
		color: #282828;
		text-decoration: none;
	}
	.navbar .nav > li > a:focus, .navbar .nav > li > a:hover,
	.navbar .nav > li > a:focus, .navbar .nav > li > a,
	.nav-collapse .nav
	{
		background: #FFF;
		margin:0;
		
	}
	.nav-collapse .nav > li{
		margin-top:0px;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.navbar-fixed-bottom > .navbar-inner > .nav > li.active > a{
		border:none;
		border-bottom: 3px solid #2a85d5;
		color: #2a85d5;
	}
	.navbar .btn-navbar {
		margin: 8px 5px;
	}
	.navbar-fixed-bottom .navbar-inner > .nav > li > a{
		color: #383838;
	}
	#menuNavbar .navbar-inner > .nav {
		max-height:46px;
		width:auto !important;
	}
	#topbar {
		margin: 0 -20px;
		overflow:hidden;
		padding-right:35px;
	}
	.mobile-row {
		flex-direction: column !important;
		row-gap: 10px;
	}
	.publik .container .row-fluid:not(footer .row-fluid){
		flex-direction: column !important;
	}
	.publik .container .row-fluid:not(footer .row-fluid) > .subbox:last-child{
		margin-bottom:0 !important;
	}
	#foretags-dropdown{
		position: fixed !important;
		top: 30px !important;
		left: 20px !important;
	}
}
#topbar {
	height:30px;
	padding: 0;
}
.topbar-ul{
	margin:0;
	height:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.topbar-ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100%;

}
.topbar-rightbar p {
	margin:0;
	display:inline-block;
	margin-left:5px;
}
.navbar-inner > .dropdown {
	list-style:none;
}
#menuNavbar .navbar-inner > .nav {
	width: calc(100% - 120px);
	overflow: hidden;
height:46px;
margin:0;
}
#topbar > .topbar-ul .topbar-rightbar li {
	padding:5px 15px 5px 10px;
}
#topbar .topbar-help {
	background:#BF6E26;
	color:#FFF;
	display: inline-block;
}
#topbar .topbar-rightbar > a:before{
	content:"";
	margin-left:10px;
}
#topbar .topbar-help:hover
{
	background:rgba(221,148,85,.5);
	color: black;
}
.topbar-help p,
.topbar-help i {
	padding-left: 5px;
}
.topbar-help .topbar-help-link{
	font-weight: bold;
	padding-right: 7px;
}

.navbar .nav > li.topnav-logout{
	float:right;
	margin-right:0;
}
.topNav-Dropdown {
	position: absolute;
	top:100%;
	right:0px;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
	list-style: none;
	display:none;
	max-width:180px;
	margin:0;
}
  .topNav-Dropdown.not-in{
	right:-40px;
}
.topNav-Dropdown > li {
	height:fit-content;
}
.topNav-Dropdown > li > a {
	display:block;
	color: #282828;
	padding: 12px 16px;
	min-width: 160px;
	border-left:5px solid transparent;
}
  .topNav-Dropdown > li:not(.active) > a:hover{
	border-left:5px solid #bf6e26;
}
.topNav-Dropdown > li > a:hover,
  .topNav-Dropdown > li > a:active{
	text-decoration: none;
}
.topNav-Dropdown > li.active {
	border-left: 5px solid #2a85d5;
	background: rgb(249,249,249);
	font-weight: 600;
}
  #schema-dropdown-li::after{
	display: block;
	content: attr(title);
	width: calc(fit-content + 8px);
	font-weight: bold;
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
}
#login-form{
	display:flex;
	align-items: center;
	justify-content:center;
	height:46px;
}
#login-form > *
{
	margin:0 0 0 5px;
}
.nav-btn{
	float:right;
	font-size:24px;
	cursor: pointer;
	color: #333;
	border: none;
	outline: none;
	background-color: inherit;
	font-family: inherit;
	display:block;
	display:none;
}
.nav-div{
	display:flex;
	/* position:relative; */
}
.navbar {
	margin-bottom: 25px;
}

.hero-unit {
	margin-top: -25px !important;
}

.navbar-fixed-top, .navbar-fixed-bottom
{
	margin-bottom: 0;
}

.loader {
	position: absolute;
	border: 16px solid #f3f3f3;
	left: 50%;
	top: 50%;
	margin-left: -55px;
	margin-top: -35px;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}

.small-loader {
    position:absolute;
    width:12px;
    height:12px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
    display:none;
    margin:0;
    left:auto;
    top:auto;
    margin-top:3px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.btn-primary[disabled] {
	background: #e6e6e6;
	border-color: rgb(204, 204, 204);
}

.adressInput{
	width:420px;
}

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}
.total_sum{
	background:none;
	border:none;
	text-align:right;
}
.res_summary_container {
	flex-direction: column;
	width:100%;
}
.res_items{
	margin:0;margin-bottom:50px;
	width:100% !important;
}
.res_item, .attest_resa{
	background:rgb(252,252,252);
}
#resmal-cont{
	background:#F0F0F0;
	border:1px solid rgb(221, 221, 221);
	width:100%;
}
#resmal-cont .header-div{
	margin-bottom:10px;
	padding:0;
}
.attest2_header1{
	flex-direction:row-reverse;
}
.attest2_header1 .headerButtons{
	display:flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: stretch;
	align-self: stretch;
	gap:10px;
}
.attest2_header1 .headerButtons > button:not(:first-of-type){
	margin:0;
}
.attest2_header1 .dateboxes{
	margin-bottom:1rem;
}
@media screen and (max-width: 1200px) {
	.attest2_header1{
		flex-direction: column-reverse;
	}
}
.publik .container .row-fluid:not(footer .row-fluid){
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}

.publik .container .row-fluid div.span4{
	padding:15px;
}

table > tr > th,
table > th,
table tbody th,
table > thead{
	background:var(--bg-100);
}
.lds-spinner.small{
	transform: scale(0.5);
}
#foretag-dropdown-btn {
	padding: 5px;
	margin-left: 20px;
	position: relative;
	display: inline-block;
}
#foretag-dropdown-btn:hover{
	cursor: pointer;
	background: rgba(221,148,85,.5);
}
#foretags-dropdown{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 300px;
	min-height: 20px;
	background-color: #FFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #ccc;
	border-top: none;
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#foretags-dropdown .foretag-list{
	display: flex;
	flex-direction: column;
	padding: 3px;
	margin-top: 70px;
}
#foretags-dropdown .foretag-list a{
	background-color: #FFF;
	padding: 8px 6px;
}
#foretags-dropdown .foretag-list a:not(:first-of-type){
	border-top: 1px solid #ccc;
}
#foretags-dropdown .foretag-list a:hover{
	background: rgb(249,249,249);
}
#foretags-dropdown #foretag-search-container{
	display: flex;
	align-items: center; justify-content: center;
	padding: 10px 5px;
	position: sticky;
	margin-bottom: -70px;
	top: 0;
	background: #FFF;
}
#foretags-dropdown #foretag-search-container input{
	width: 100%;
	margin: 0;
	border-radius: 0;
}
#foretags-dropdown #no-match-foretag{
	font-style: italic;
	color: #bbb;
	text-align: center;
	padding: 5px 0 15px 0;
}
#foretags-dropdown .loading-container{
	display: flex;
	justify-content: 
	center; position: 
	absolute; 
	top: 0; bottom: 0; left: 50%;
	transform: translate(-50%, 0);
}
.sticky-bottom{
	position: sticky;
	background: var(--bg-100);
	background: var(--body-color);
	bottom: 0;
	padding: 10px 0;
}