:root {  
  --bg: #DDEEFF;  
  --dark: #7ABBFF;  
  --superdark: #2175d9;
}

body { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; background-color: #DDEEFF; scrollbar-face-color: #469FE8; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color:  #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1;}
.normal { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px}
.big { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 13px}
td { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px}
th { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; font-weight: bold; text-align: center}
.rubrik { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 14px; font-weight: bold}
a:link { color: #3C3C3C; text-decoration: none}
a:hover { color: #999999}
a.menyval { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10px; color: #000000; text-decoration: none; font-weight: normal}
a:visited.menyval { color: #000000}
a:link.menyval { color: #000000}
a:active.menyval { color: #000000}
a:hover.menyval { color: #3C3C3C}
a { color: #3C3C3C; text-decoration: none; font-weight: bold}
pre {font-size: 12px}
input { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; border: 1px solid black;}
select { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; border: 1px solid black; }
textarea { font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 11px; border: 1px solid black;}
input.radiobutton { border: none;}
input.r { border: none;}
.mousecur {cursor: hand;}
.fakelink {cursor: hand; font-weight: bold;}
.nr {text-align: right;}
.line {border-bottom:2px solid black; padding:0px; margin:0px;}
.linje td {border-top:2px solid black;}
.linje th {border-bottom:2px solid black;}
.tab {
	border-top: 1px solid black;
	background-color: #7ABBFF;
}
.tabl {
	background-image: url(../images/tab_left.png);
	width: 5px;
}
.tabr {
	background-image: url(../images/tab_right.png);
	width: 5px;
}
form {
	margin: 0px;
}
img {
	border: none;
	}
.close-button {
	width: 100%;
	}
@media print {
    .donotprint { display:none }
  }
@media screen {		
	tr.toprow > th {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	  z-index: 0;
	  background: #DDEEFF
	}
}
tr.toprow th {
    border-bottom: 2px solid black;
}
table > tbody:has( > tr.toprow) > tr:last-child > td { border-bottom: 2px solid black }
.pagination > td {border-bottom: 0 !important; border-top: 2px solid black}

.red {
	color: #FF0000;
}
.noborder_r {
	border: none;
	text-align: right;
}
.noborder {
	border: none;
}
#objektcalc {
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	border-collapse:collapse;
	}
.listtable td, th{
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.transparent {
	border-style: none;
	background-color: transparent;
}
.smallselect {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px
}
.bluetable {
	background-color: #7ABBFF;
	border-spacing: 0px;
}

.bluetable TD {
	padding-top: .2em;
	padding-right: .6em;
	padding-bottom: .1em;
	padding-left: .4em;
}
.margintable {
	margin: 0.1em;
}

.margintable TD {
	padding-top: .2em;
	padding-right: .6em;
	padding-bottom: .2em;
	padding-left: .4em;
}
.HTMLeditor{
width:650px; 
height:100px; 
border: 1px solid black; 
background-color:#EEEEEE; 
color:red;}
.customtexteditor {
	width:650px; 
	height:100px; 
	border: 1px solid black; 
	background-color: #FFFFFF;
	}
.calendartoprow {
	background-color: #7ABBFF;
	font-size:9px;
	font-weight:bold;
}.fixed {
	font-size: 9px;
}
span.checkbox { 
  width: 19px; 
  height: 25px; 
  padding: 0 5px 0 0; 
  background: url(../images/checkbox.png) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 
span.radio { 
  width: 19px; 
  height: 25px; 
  padding: 0 5px 0 0; 
  background: url(../images/radio.png) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 
.green {
	color: #009933;
}
.timeEntry_control {
	vertical-align: middle;
	margin-left: 2px;
}
* html .timeEntry_control { /* IE only */
	margin-top: -4px;
}
.overlinje td {
	border-top: 2px solid black;
}
#veckonotering {
	font-size:18px;
	color:#AA3333;
	}
.rubrikStor {
	font-size: 18px;
	font-weight: bold;
}
.marked {
	background-color: #AAFFAA;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.pbar {
	background-color:green;  height:8px;}
.mbar {
	background-color:red;  height:8px;}
.alert {background-color: #FF7A7A;}	
.deleted {display:none;}
.resulttable td {
	min-width:40px;
	padding: 1px 20px 1px 2px ;
    border: 1px solid black;
	}
.resulttable {
	border-collapse:collapse; 
	}
.dropbtn {
  background-color: #FFF;
  color: black;
  padding: 0 2px;
  width: 20px;
  font-size: 9px;
  border: 1px solid black;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 200;
}

.dropdown-content a {
  padding: 1px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
.dpmen {
	float:right;
	}
button {
	font-size: 11px;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pac-container {
	width: fit-content !important;
		
}
.pac-item {
	width: fit-content !important;
	}
.pac-icon {
	display:none !important;
	}
.pac-item-query {
    font-size: 11px !important;
}
figure {
  padding: 4px;
  margin: auto;
	}
figcaption {
	 padding-top: 5px;
	}
input[readonly].inprispren, 
select[readonly].inprispren,
input[readonly].prispren, 
select[readonly].prispren,
input[readonly].raskiva, 
select[readonly].raskiva
{
    opacity: 0.7;
}
.prislink {
	float:right;}
	
	
	
	

.spinner-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.spinner-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: spinner-default 1.2s linear infinite;
}
.spinner-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.spinner-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.spinner-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.spinner-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.spinner-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.spinner-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.spinner-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.spinner-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.spinner-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.spinner-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.spinner-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.spinner-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes spinner-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

dialog {
  max-width: 80vw;
  width: auto;
  border: 0;
  box-shadow: 0 0 1em rgb(0 0 0 / .3);
  border-radius:10px;

  & > * {
    margin: 0 0 0.5rem 0;
  }
}

dialog::backdrop {
  background: rgb(0 0 0 / 0.5);
}	

.modalcontent {
    display: grid;
    gap: 2rem;
    font-size: 1.1rem;
	margin: 0 auto;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.modal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0.5rem;
}
