/* Use Google's hosted "Open Sans" font as display font in AddEvent button */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600");

.customSignin {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: white;
  color: #444;
  width: 205px;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
  height: 35px;
}

/* Apple sin knapp */
.customSignin .signin-button {
  width: 150px;
  height: 35px;
}

.customSignin:hover {
  cursor: pointer;
}
.customSignin span.label {
  font-family: serif;
  font-weight: normal;
}
.customGPlusSignIn span.icon {
  background-image: url(../appmedia/google-48.png);
}

.customFbSignIn span.icon {
  background-image: url(../appmedia/f_logo_RGB-Blue_58.png);
  background-size: 35px;
}
.customSignin span.icon {
  width: 30px;
  height: 35px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.customSignin span.buttonText {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

body {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 0.9em;
}

input,
select {
  box-sizing: border-box;
}

input[type="checkbox"] {
  min-height: 17px;
  min-width: 17px;
}

button {
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 180px;
}

fieldset {
  padding: 0;
  margin: 0;
}

div#previewProduktfoto {
  max-height: 190px;
  overflow-y: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

div#divRapport {
  text-align: center;
  background: white;
}

span#styledProduktfoto {
  border: 1px solid #bababa;
  height: 97px;
  display: inline-block;
  width: 130px;
  text-align: center;
  padding-top: 37px;
  box-sizing: border-box;
}

img.thumbnail {
  width: 130px;
  padding: 0.5em;
  opacity: 1;
  display: block;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  max-height: 100%;
  object-fit: contain;
}

.thumbcontainer {
  position: relative;
}

.thumboptions {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #656ec9;
  padding: 1em;
  color: #e3e5fc;
  border-radius: 5px;
  cursor: pointer;
}

.thumbcontainer:hover .thumbnail {
  opacity: 0.3;
}

.thumbcontainer:hover .thumboptions {
  opacity: 1;
}

div.divProdukt {
  flex: 1 0 300px;
  max-width: 330px;
  padding: 2em;
  margin: 1em;
  box-sizing: border-box;
  background-color: #add7ee;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div.divProdukt .imgWrapper {
  width: 250px;
  height: 190px;
  margin: 0 auto;
}

div.divProdukt img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}
div.divProdukt .divNedre {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

[title*=" "],
[title*=":"] {
  text-decoration: underline dashed grey;
}

[title=""]:not(#idConfirm):hover {
  color: initial;
}

.ui-autocomplete {
  z-index: 1000 !important;
}

.loddcelle {
  white-space: nowrap;
}
td.td-lodd {
  padding: 5px;
}

div.mapcontrolContainer {
  background-color: white;
  padding: 0 1em 1em 1em;
  margin: 0 1em 1em 1em;
  text-align: left;
  width: 125px;
}

div.mapcontrolStatsContainer {
  background: white;
  margin: 0 1em;
  padding: 0 0 1em 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  z-index: 0;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 150px;
}

div.mapcontrolHeader {
  font-weight: bold;
  text-align: center;
  font-size: 1.4em;
  padding: 0.9em 0 0 0;
  white-space: nowrap;
  cursor: pointer;
}

div.mapcontrol {
  padding: 1em 0 0 0;
}

div.mapcontrol > p {
  font-size: 1em;
  padding: 0 0.5em;
  font-weight: bold;
  margin: 0.5em;
}

div.mapcontrol > select {
  padding: 0.5em;
  width: 90%;
}

div.mapcontrol input[type="checkbox"] {
  vertical-align: middle;
}

div.mapcontrol span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

button.btn_type {
  width: 240px;
  margin-bottom: 0.5em;
}

div.boxlink {
  width: 130px;
  height: 95px;
  margin: 2em 0.5em;
  border: 2px solid #88f;
  border-radius: 1em;
  padding: 15px;
  text-align: center;
  cursor: pointer;
}

div.boxlink:active {
  background-color: #e3e5fc;
}

.boks_header {
  position: relative;
  top: -30px;
  display: inline-block;
  height: 25px;
  background-color: #88f;
  line-height: 25px;
  border-radius: 7px;
}

.boks_header.boks_liten {
  display: block;
  text-align: center;
}

.boks_header > span {
  padding: 0 10px;
  color: white;
}

.nyhet {
  animation: blinker 1s linear 5;
  color: black;
}

a.kritisk_dm {
  animation: blinker 1s linear 5;
  color: #993300 !important;
  font-weight: bold;
  background-color: lightpink;
  padding: 7px 20px;
  border-radius: 5px;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
    color: red;
  }
}

div.mapcontrolStatsContainer span.infoikon {
  display: inline-block !important;
  height: 16px;
  width: 16px;
  background-image: url("../appmedia/icons8-information-50.png");
  background-size: cover;
  position: relative;
  top: 1px;
  margin-left: 5px;
  cursor: pointer;
}

.admRapport24 {
  height: 80vh;
}

#divProduktSkjema .liTeksterTabs textarea {
  height: 100px;
}

.liTeksterTabs textarea {
  width: 100%;
  height: 150px;
}

#reklame {
  position: absolute;
  width: 100%;
  bottom: 5px;
  z-index: 0;
  opacity: 0;
  display: flex;
  border-top: 1px solid lightgrey;
  padding-top: 5px;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 0.9em;
  left: 0;
  right: 0;
}

#divRekord {
  font-size: 2em;
  width: 70vw;
  max-width: 15cm;
  background-color: #add7ee;
  z-index: 65535;
  padding: 1em;
  border: 5px solid #7ebad9;
  border-radius: 1em;
  box-shadow: 0 21px 15px -6px black;
  text-align: center;
  cursor: pointer;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

#divSalgsstart {
  font-size: 1.5em;
  padding: 1em;
  font-family: fantasy;
  background: #367ba0;
  max-width: 450px;
  margin: 0 auto 1.5em auto;
  border-radius: 1em;
  color: #e0f2fb;
}

#spSalgsstart {
  display: block;
}

div.fiskerinfoTabsWrapper {
  margin-top: 1em;
}

th.border-left {
  border-left: 1px solid;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

th.border-right {
  border-right: 1px solid;
  padding-right: 0.2em;
}

.bubble2 {
  position: relative;
  display: inline;
  opacity: 0;
  left: 15px;
  max-width: 350px;
  width: 100px;
  min-height: 1.5em;
  padding: 20px;
  background: #a785de;
  border: #7f7f7f solid 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 101;
}

.bubble2:after {
  content: "";
  position: absolute;
  /*bottom: -15px;
    left: 60%;*/
  bottom: 30%;
  left: -14px;
  background: #a785de;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ffffff;
  display: block;
  width: 0;
  z-index: 1;
}

.bubble2:before {
  content: "";
  position: absolute;
  /*bottom: -19.5px;
    left: calc(60% - 3px) ;*/
  bottom: calc(30% - 3px);
  left: -20px;
  border-style: solid;
  border-width: 18px 18px 18px 0px;
  border-color: transparent #7f7f7f;
  display: block;
  width: 0;
  z-index: 0;
}

.bubble {
  position: relative;
  display: inline-block;
  opacity: 0;
  padding: 15px;
  margin: 1em 0 3em;
  margin-left: 50px;
  color: #000;
  background: #a785de;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 101;
  max-width: 300px;
}

.bubble:after {
  top: 16px;
  left: -49px;
  border-width: 10px 50px 10px 0;
  border-color: transparent #a785de;
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}

.spKtVarighet {
  display: inline-block !important;
}

.spKtVarighet > label {
  width: 80px;
  margin-top: 0.5em;
}

.rapOverskrift {
  font-weight: bold;
}

.kategoriWrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.kategoriWrapper button {
  margin: 1px 5px;
}

.ulRap12b {
  list-style: none;
  padding: 2px;
}

.ulRap12b li > span:nth-child(1) {
  display: inline-block;
  width: 215px;
}

.ulRap12b li > span:nth-child(2) {
  display: inline-block;
  width: 100px;
  text-align: right;
}

.modalDiv {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../appmedia/ajax-loader.gif") 50% 50% no-repeat;
}

.modalDiv > div {
  position: relative;
  top: 60%;
  text-align: center;
}

.divKalender > div.kalOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../appmedia/ajax-loader.gif") 50% 50% no-repeat;
}

.ui-autocomplete {
  max-height: 70%;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

div.sprakvelger {
  position: absolute;
  left: 0px;
  margin-left: 20px;
}

div.sprakvelger img {
  cursor: pointer;
  height: 40px;
}

p.frontLogo {
  display: flex;
  align-items: center;
  justify-content: center;
}

p.frontLogo img {
  max-width: 100%;
  max-height: 120px;
  padding: 10px 20px;
  background-color: white;
}

#fkort th {
  border-bottom: 1px solid darkgray;
}

#tbl_nettsalg tr:nth-child(even),
#tbl_adm tr:nth-child(even) {
  background: #eee;
}

#tbl_loddoversikt_dogn tbody td:nth-child(even),
#tbl_loddoversikt_sesong tbody td:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

#tbl_loddoversikt_dogn tbody td.fullt-dogn:nth-child(even),
#tbl_loddoversikt_sesong tbody td.fullt-dogn:nth-child(even) {
  background-color: #fc697170;
}

#tbl_loddoversikt_dogn tbody td.fullt-dogn:nth-child(odd),
#tbl_loddoversikt_sesong tbody td.fullt-dogn:nth-child(odd) {
  background-color: #fc697150;
}

#tbl_adm tr td:nth-child(3) {
  font-size: 0.8em;
  max-width: 300px;
}

#tbl_fangst {
  margin: 2em auto 0 auto;
  font-size: 1em;
  border-collapse: collapse;
}

#tbl_fangst td > p {
  margin: 0;
}

.alternerende tbody tr:nth-child(even) {
  background-color: #dedede;
}

.alternerende2 tbody tr:nth-child(8n + 5),
.alternerende2 tbody tr:nth-child(8n + 6),
.alternerende2 tbody tr:nth-child(8n + 7),
.alternerende2 tbody tr:nth-child(8n + 8) {
  background-color: #dedede;
}

.alternerende2 td {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

th.th_rotated {
  vertical-align: bottom !important;
  text-align: center !important;
}

th.th_rotated span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

#tbl_massefangst {
  border-collapse: collapse;
}

td.gjemtMerknad {
  color: #a6a600;
  text-align: left !important;
  white-space: normal;
  cursor: pointer;
  max-width: 250px;
}

td.synligMerknad {
  color: green;
  text-align: left !important;
  white-space: normal;
  cursor: pointer;
  max-width: 250px;
}

table[id^="tbl_loddoversikt"] thead tr:last-child,
table[id^="tbl_loddoversikt"] tbody tr:last-child {
  border-bottom: 1px solid gray;
}

table[id^="tbl_loddoversikt"] tbody td:not(:first-child) {
  cursor: pointer;
}

#form_fisker input,
#form_fisker select {
  width: 100%;
  padding: 5px;
  font-size: 1.1em;
}

#form_fisker input[type="text"]:disabled,
#form_fisker input[type="tel"]:disabled,
#form_fisker select:disabled,
#form_fisker textarea:disabled {
  background: transparent;
  color: grey;
}

/*
@media screen and (max-width: 440px) {
/* applies only if the screen is narrower than 440px
    #form_fiskekort select {
        max-width: 298px;
    }
}
*/

div.hovedmeny {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
}

.hovedmeny button {
  margin: 0.5em;
}

ul#ulVersjonslogg {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}

ul#ulVersjonslogg li {
  padding: 3px 12px;
  border-bottom: 1px solid #eee;
  position: relative;
}

ul#ulVersjonslogg > li > ul > li:first-child {
  padding-top: 1em;
  font-weight: bold;
  list-style-type: none;
  left: -2em;
}

#flexcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#FS_filters,
#totalkvoter_elv {
  border: 1px solid;
  margin-top: 30px;
  border-radius: 5px;
}

#FS_filters p {
  text-align: right;
  margin: 5px 10px;
}

#FS_filters select,
#FS_filters input {
  width: 150px;
  padding: 2px;
}

#totalkvoter_elv div.flex_line {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: space-between;
  padding: 5px;
}

#totalkvoter_elv div.flex_line:nth-child(even) {
  background-color: #f0f0f0;
}

#totalkvoter_elv div.flex_line label {
  width: 320px;
}

#radioVisible label {
  width: 90px;
}

.accordion_header {
  padding: 4px;
  margin: 3px 10px;
  font-weight: bold;
}

.accordion_flex {
  border: 1px solid black;
  border-radius: 5px;
  padding: 4px;
  margin: 3px 10px;
  width: fit-content;
}

#divRefund .accordion_summary {
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.accordion_summary {
  cursor: pointer;
  text-align: left;
}

.accordion_summary > input[type="checkbox"] {
  width: 35px;
}

.accordion_summary > span {
  vertical-align: top;
  display: inline-block;
  word-break: break-word;
  width: 150px;
}

.accordion_header .accordion_summary {
  cursor: auto;
}

.admRapport106,
.admRapport20 {
  display: flex;
}

.admRapport106 .accordion_summary > span {
  overflow: hidden;
}

.admRapport106 .accordion_summary > span:nth-child(2) {
  width: 115px;
}

.admRapport106 .accordion_summary > span:nth-child(3) {
  width: 100px;
}

.admRapport106 .accordion_summary > span:nth-child(4) {
  width: 100px;
}

.admRapport106 .accordion_summary > span:nth-child(5) {
  width: 100px;
  text-align: left;
}

.admRapport106 .accordion_summary > span:nth-child(6) {
  width: 150px;
}

.admRapport106 .accordion_summary > span:nth-child(7) {
  width: 110px;
}

.admRapport106 .accordion_summary > span:nth-child(8) {
  width: 65px;
}

.admRapport106 .spDetails div:first-child {
  font-weight: bold;
}

.admRapport106 .spDetails div span:nth-child(1) {
  width: 60px;
}
.admRapport106 .spDetails div span:nth-child(2) {
  width: 110px;
}
.admRapport106 .spDetails div span:nth-child(3) {
  width: 110px;
}
.admRapport106 .spDetails div span:nth-child(4) {
  width: 200px;
}
.admRapport106 .spDetails div span:nth-child(5) {
  width: 60px;
}
.admRapport106 .spDetails div span:nth-child(6) {
  width: 100px;
}

.admRapport20 .accordion_summary > span:nth-child(2) {
  width: 140px;
}

.admRapport20 .accordion_summary > span:nth-child(3) {
  width: 215px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.admRapport20 .accordion_summary > span:nth-child(4) {
  width: 60px;
}

.admRapport20 .accordion_summary > span:nth-child(5) {
  width: 200px;
  text-align: left;
}

.admRapport20 .spDetails div:first-child {
  font-weight: bold;
}

.admRapport20 .spDetails div span:nth-child(1) {
  width: 60px;
}
.admRapport20 .spDetails div span:nth-child(2) {
  width: 110px;
}
.admRapport20 .spDetails div span:nth-child(3) {
  width: 110px;
}
.admRapport20 .spDetails div span:nth-child(4) {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.admRapport20 .spDetails div span:nth-child(5) {
  width: 131px;
}

.admRapport20 .spDetails .divMldTekst,
.spDetails .divTekst {
  width: 625px;
}

.admRapport21 {
  display: flex;
}

.admRapport21 #FS_accordion {
  flex: 1 1 720px;
}

.admRapport21 .accordion_summary > span:nth-child(2) {
  width: 80px;
}

.admRapport21 .accordion_summary > span {
  cursor: pointer;
}

.admRapport21 .accordion_summary > span:nth-child(3) {
  width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.admRapport21 .accordion_summary > span:nth-child(4) {
  width: 65px;
}

.admRapport21 .accordion_summary > span:nth-child(5) {
  width: 120px;
  text-align: left;
}

.admRapport21 .accordion_summary > span:nth-child(6) {
  width: 80px;
  text-align: left;
}

.admRapport21 .accordion_summary > span:nth-child(7) {
  width: 130px;
  text-align: left;
}

.divKjopteProdukter .accordion_summary > span:nth-child(1) {
  width: 150px;
}

.divKjopteProdukter .accordion_summary > span:nth-child(2) {
  width: 120px;
  text-align: left;
}

.divKjopteProdukter .accordion_summary > span:nth-child(3) {
  width: 80px;
  text-align: left;
}

.divKjopteProdukter .accordion_summary > span:nth-child(4) {
  width: 150px;
  text-align: left;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.admRapport21 .spDetails .linjewrapper {
  width: 200px;
  align-items: flex-start;
}

.admRapport21 .spDetails .linjewrapper > div {
  font-weight: bold;
  flex: 0 1 100px;
}

.admRapport21 .spDetails .linjewrapper > span {
  flex: 1 1 100px;
}

.admRapport32 {
  display: flex;
}

.admRapport32 #FS_accordion {
  flex: 1 1 720px;
}

.admRapport32 .accordion_summary > span:nth-child(2) {
  width: 150px;
}

.admRapport32 .accordion_summary > span:nth-child(3) {
  width: 80px;
}

.admRapport32 .accordion_summary > span:nth-child(4) {
  width: 80px;
}

.admRapport32 .accordion_summary > span:nth-child(5) {
  width: 80px;
  text-align: left;
}

.admRapport32 .accordion_summary > span:nth-child(6) {
  width: 75px;
  text-align: left;
}

.admRapport32 .accordion_summary > span {
  cursor: pointer;
}

.accordion_summary > span:nth-child(2) {
  width: 200px;
}

.accordion_summary > span:nth-child(3),
.admRapport9 span.spPeriode {
  width: 300px;
}

.accordion_summary > span.spUtlop,
.accordion_summary > span.spBetalingsfrist,
.accordion_summary > span.spTidsstempel {
  width: 160px;
}

.accordion_summary > span:nth-child(5) {
  width: 110px;
  text-align: right;
}

.accordion_summary > span.spKategori {
  width: 100px;
}
.accordion_summary > span.spKortnummer {
  width: 70px;
}

.accordion_summary > span.spFisker,
.accordion_summary > span.spKjoper {
  width: 175px;
}

.accordion_summary > span.spKorttype {
  width: 175px;
}
div[data-rapnr="8"] .accordion_summary > span.spKorttype {
  width: 300px;
}

.accordion_summary > span.spProdukt {
  width: 300px;
}
div[data-rapnr="26"] .accordion_details strong {
  width: 70px;
  display: inline-block;
}

.accordion_summary > span.spFra,
.accordion_summary > span.spTil {
  width: 70px;
  text-align: left;
}

.accordion_summary > span.spLinjesum {
  width: 80px;
  text-align: right;
}

.accordion_details > span.spDetails {
  padding-left: 39px;
  width: 200px;
}

.admRapport9 .accordion_details > span.spDetails {
  padding-left: 0px;
  width: 175px;
}

.accordion_details span {
  display: inline-block;
  vertical-align: top;
}

.accordion_details label {
  width: 200px;
  display: inline-block;
  height: 1.5em;
}

.accordion_details span.spSoner,
.accordion_details span.spUkekvoter {
  border: 1px solid #999;
  padding: 1em;
  border-radius: 1em;
  max-width: 230px;
}

textarea.preview {
  width: 100%;
  display: inline-block;
  overflow-y: scroll;
  border: 1px solid black;
  padding: 2px;
}

.trashcan {
  position: absolute;
  top: 25px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 7px;
  border-radius: 20px;
}

/* css for timepicker
   Lagt til av Anders, h�rer til timepicker plugin for jquery ui
*/
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalDiv {
  display: block;
}

[name="rapport"] table {
  border-collapse: collapse;
}

#divRapport [name="rapport"],
#div12c [name="rapport"] {
  width: 100%;
}

[name="rapport"] td {
  border: 1px solid #454fad;
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
}

table.tbl_transaksjoner {
  border: 1px solid #454fad;
}

table.tbl_transaksjoner .litenfont {
  font-size: 0.8em;
}

table.tbl_transaksjoner tr.tr_nytrans {
  border-top: 1px solid #454fad;
}

table.tbl_transaksjoner tr td.tr_even {
  background: lightgray;
}

table.tbl_transaksjoner tr td {
  border: 0;
  text-align: left;
  vertical-align: top;
}

table.tbl_transaksjoner tr td.valign_ned {
  vertical-align: bottom;
  white-space: nowrap;
  text-align: right;
}

table.tbl_transaksjoner ul {
  list-style-type: none;
  padding-inline-start: 0;
  white-space: nowrap;
  margin: 0;
  overflow: hidden;
}

.admWrapper,
.admRapport9 {
  display: flex;
  align-items: flex-start;
}

#frm_adm {
  background: white;
}

#frm_adm [name="rapport"] td {
  padding-left: 10px;
  padding-right: 10px;
}

[name="rapport"] .valuta {
  white-space: nowrap;
}

[id="fkort"] th {
  text-align: center;
  vertical-align: bottom;
}

[name="rapport"] th,
[name="rapport"] tfoot td {
  text-align: left;
  vertical-align: bottom;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #656ec9;
  color: #ffffff;
  border: 1px solid #454fad;
}

[name="rapport"] tfoot td {
  text-align: right;
}

.rap1b,
.rap4b {
  height: 30vh;
  width: 100%;
}

.selects,
.inputs,
.checkboxes,
#tbl_kvoteoversikt tbody td.klikkbar,
.sorterbar {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
}

.selects,
.checkboxes > div,
.checkboxes > label {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table {
  border-collapse: collapse;
}

td {
  padding-left: 5px;
  padding-right: 5px;
}

.buttons {
  margin: 5px;
}

.firstfield {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

.addfoto,
.visfoto {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
  width: 85px;
  margin: 0px;
}

#imgFullWindow {
  display: none;
  position: fixed;
  z-index: 1010;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#imgFullWindow #imgSlett {
  position: relative;
  top: 549.5px;
  left: 930px;
  padding: 15px 100px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.678431);
}

#tblFangstliste {
  font-size: 0.9em;
}

#tblFangstliste td {
  padding: 3px 6px;
}

div.skjema-vald {
  padding: 15px;
}

div.skjema-vald table {
  width: 100%;
}

div.skjema-vald th {
  padding-left: 5px;
  padding-right: 5px;
}

/* theme overrides (by Anders) */
div.ui-widget-header {
  background-image: url(../appmedia/lakseskinn.jpg);
  background-size: cover;
}

div.ui-progressbar-value {
  background-image: none;
}

span.ui-dialog-title {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.ui-widget {
  font-size: 0.9em !important;
}

.ui-widget select,
.ui-widget input {
  margin: 2px !important;
}

.ui-buttonset .ui-button {
  width: 260px;
  margin: 5px;
}

#user,
#tblFangstliste th[data-name],
#tbl_fiskere th,
#tbl_medlemmer th,
#tblReservasjoner th,
#divSamtykke a,
#divHusstand a {
  text-decoration: underline;
  cursor: pointer;
}

.kunmobil {
  display: none;
}

.omsetnDetalj [name="rapport"] th,
.omsetnDetalj [name="rapport"] tfoot td {
  border: 1px solid rgb(205, 186, 91);
  background-color: rgb(255, 236, 141);
  color: black;
  font-weight: bold;
}

#divInnlevering {
  margin-right: 2em;
  float: right;
}

#divFkort {
  display: flex;
  flex-wrap: wrap;
}

#divFkort .statusSlettet {
  background-color: #c5c5c5;
  color: #888;
}

#divFkort .statusUbetalt {
  background-color: lightcoral;
}

#divFkort .statusInnlevert {
  background-color: #c5c5c5;
}

#divFkort .statusUtlopt {
  color: #5a5a5a;
}

#divFkort .statusFremtidig {
  color: #5a5a5a;
}

.flexcontainer {
  flex: 1 1 auto;
  margin: 0.5em;
  border-radius: 1em;
}

.tabBater .flexcontainer {
  flex: 1 0 360px;
}

.fiskekortboks {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #777;
  border-radius: 1em 1em 0 0;
  padding: 1em 0 1em 0;
  margin: 0;
}

.fiskekortboks > div {
  padding: 0.1em 1em;
}

.fiskekortboks .spCaption {
  padding-right: 3em;
}

.fiskekortboks .spVerdi {
  float: right;
  /*    padding-left: 3em; */
}

.divActions {
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #777 !important;
  border-radius: 0 0 1em 1em !important;
  padding: 0;
  margin: 0;
  flex: 1 1 auto;
}

.divActions > div {
  display: flex;
}

.divActions .spAction {
  flex: 1 1;
  text-align: center;
  padding: 0.5em;
  border-color: transparent;
  cursor: pointer;
}

.divActions .spActionLeft {
  border-right: 1px solid black;
}

.divActions .spActionRight {
  border-left: 1px solid black;
}

.divActions .spActionTop {
  border-bottom: 1px solid black;
}

#divAvslutt input[type="text"] {
  width: 285px;
  text-align: right;
  padding-right: 5px;
}

.spPrismatrise {
  white-space: nowrap;
}

#nyPrisperiode,
#lbeHmSamlet,
#lbeHmEnkeltvis,
.spSistKjopt {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

#tbl_korttyper td {
  vertical-align: top;
}

.pstart,
.pslutt,
.ppris {
  display: table-cell;
}

.KalHeading > p {
  flex-basis: 30%;
  text-align: center;
}

.kalPrev,
.kalNext {
  cursor: pointer;
  flex-basis: 30%;
}

.kalPrev .ui-button-text,
.kalNext .ui-button-text {
  padding: 0.1em;
}

#form_fiskekort .prisinfo {
  padding: 1em 0.5em;
  margin: 0.5em 1em;
}

.divKalender {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.divKalender > div {
  width: 11%;
  height: 40px;
  border: 1px solid #ebe2fc;
  padding: 3px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.divKalender .divUke {
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
}

.divKalender .daglabel {
  width: 11%;
  border: none;
  font-weight: bold;
  height: auto;
  text-align: center;
  padding: 4px;
  display: block;
}

.divKalender .aktuellmnd {
  background-color: #6ae05e;
}

.divKalender .annenmnd {
  background-color: #8eec84;
}

.divKalender .passertdato,
.divKalender .ettersesong {
  color: #828282;
  background-color: #fc6971 !important;
}

.divKalender .dagensdato {
  background: #7bb94c;
}

.divKalender .valgbar {
  cursor: pointer;
}

.divKalender .valgt {
  background: #8a92df;
}

.divKalender .valgtstart {
  /* svg må url-encodes for å virke i IE11 */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20version%3D%271.1%27%20preserveAspectRatio%3D%27none%27%20viewBox%3D%270%200%2010%2010%27%3E%20%3Cpath%20d%3D%27M2%2010%20L8%200%20L10%200%20L10%2010%27%20fill%3D%27%238A92DF%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.divKalender .valgtslutt {
  /* svg må url-encodes for å virke i IE11 */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20version%3D%271.1%27%20preserveAspectRatio%3D%27none%27%20viewBox%3D%270%200%2010%2010%27%3E%20%3Cpath%20d%3D%27M2%2010%20L8%200%20L0%200%20L0%2010%27%20fill%3D%27%238A92DF%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.divKalender .opptatt {
  background-color: #fc6971;
}

.divKalender .opptattstart {
  /* svg må url-encodes for å virke i IE11 */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20version%3D%271.1%27%20preserveAspectRatio%3D%27none%27%20viewBox%3D%270%200%2010%2010%27%3E%20%3Cpath%20d%3D%27M2%2010%20L8%200%20L10%200%20L10%2010%27%20fill%3D%27%23FC6971%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.divKalender .etterSesongslutt {
  /* svg må url-encodes for å virke i IE11 */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20version%3D%271.1%27%20preserveAspectRatio%3D%27none%27%20viewBox%3D%270%200%2010%2010%27%3E%20%3Cpath%20d%3D%27M2%2010%20L8%200%20L10%200%20L10%2010%27%20fill%3D%27%23FC6971%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.divKalender .opptattslutt {
  /* svg må url-encodes for å virke i IE11 */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20version%3D%271.1%27%20preserveAspectRatio%3D%27none%27%20viewBox%3D%270%200%2010%2010%27%3E%20%3Cpath%20d%3D%27M2%2010%20L8%200%20L0%200%20L0%2010%27%20fill%3D%27%23FC6971%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.divKalender .utenfor {
  background-color: #fc6971 !important;
}

.divKalender .utenforstart {
  /* svg må url-encodes for å virke i IE11 */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20version%3D%271.1%27%20preserveAspectRatio%3D%27none%27%20viewBox%3D%270%200%2010%2010%27%3E%20%3Cpath%20d%3D%27M2%2010%20L8%200%20L10%200%20L10%2010%27%20fill%3D%27%23FC6971%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.divKalender .utenforstartbg {
  background-color: #fc6971 !important;
}

.divKalender .utenforslutt {
  /* svg må url-encodes for å virke i IE11 */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20version%3D%271.1%27%20preserveAspectRatio%3D%27none%27%20viewBox%3D%270%200%2010%2010%27%3E%20%3Cpath%20d%3D%27M2%2010%20L8%200%20L0%200%20L0%2010%27%20fill%3D%27%23FC6971%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.divKalender .dagtall {
  align-self: flex-start;
  margin: 2px;
  font-size: 1.8em;
}

.divKalender .dagpris {
  color: black;
  font-size: 1em;
  margin-top: 5px;
  text-align: right;
  align-self: flex-end;
  width: 100%;
}

.divKalender .ledige {
  height: 18px;
  font-size: 0.9em;
}

.tblNavigation {
  width: 100%;
}

.tblNavigation > p {
  float: left;
  width: 33.33%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.5em;
}

#visHandlekurv {
  position: fixed;
  top: 15px;
  right: 45px;
  padding: 10px;
  z-index: 999;
  display: none;
}

#handlekurv {
  background-color: white;
  border: 2px solid black;
  position: fixed;
  top: 5px;
  right: 5px;
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  display: none;
  max-width: 410px;
  width: fit-content;
}

#handlekurv th,
#handlekurv td {
  padding: 2px 5px;
}

#divFangstvarselSkjema .selKriterium {
  width: 310px;
}

#divFangstvarselSkjema .selOperator {
  width: 150px;
}

#divFangstvarselSkjema .selValue,
#divFangstvarselSkjema .inpValue {
  width: 150px;
}

#divFangstvarselSkjema .liTeksterTabs {
  width: 70%;
}

#divFangstvarselSkjema .liTeksterTabs textarea {
  width: 100%;
  margin: 2px;
  height: 60px;
}

#divFangstvarselSkjema .widthFormatting {
  width: 22px;
  display: inline-block;
}

.kurvSlett,
.kurvUtfor,
#divNrBrukes a,
.hentFisker,
.spRegeltekst,
.spFjernUnik,
.visPurring,
p.resend_epost,
#id_fiskernavn,
.adm_link,
.rap_link,
.prefillFisker,
.fjernHusstandsmedlem,
.spEksempel,
.spFrakobling,
.fanhjelp,
#nullstillKTsortering,
.ulRefusjon .spNavn,
#ulVersjonslogg .veiviser_sesong,
.liNyttKriterium,
#aSalgsbetingelser,
#aPersonvernpolicy,
span.mobSlettFangst,
p#linkManglerSMS,
span.spGlemtBP,
span#spFidInfo,
a#aEndreEpost,
a#aEndrePassord,
.aBatHistorikk,
.imgFasilitetTriggersone,
.pRedigerFasilitet,
.btnShowPwd,
span.spGlemtProfil,
span#spGlemtPassord,
.aDriftsmeldinger,
.spPRefund,
[data-click],
.hentTransaksjon,
p.loggInn,
#guideEksempel,
.visQRPlakat,
.spSendProdukt,
a.aSlettTreknRes,
span#importerUtkastBetingelser,
.spKjopt,
.link,
.omregning-lengde-vekt,
.slettFiskeregler,
.linkSlettFisker {
  color: blue !important;
  cursor: pointer;
}

.omregning-lengde-vekt-buttons {
  display: flex;
  justify-content: space-between;
}

#lengdeTilVektDialog {
  z-index: 102;
  background: white;
  padding: 10px;
  width: 560px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

span.lastOppVedlegg {
  display: inline-block;
  max-width: 143px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#prebookLink,
#fiskerPrebookLink {
  margin-top: 5px;
  color: blue;
  cursor: pointer;
  background: #a785de;
  padding: 5px;
  text-align: center;
}

#kontaktcontainer {
  width: 480px;
}

#kontaktcontainer .likekort {
  padding: 1em;
  margin: 1em;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #ceeaca;
}

#kontaktcontainer .fiskeropplysninger {
  margin: 1em 0em;
  border: 1px solid grey;
  padding: 1em;
  border-radius: 10px;
}

#kontaktcontainer label {
  width: 140px;
  display: inline-block;
}

#kontaktcontainer input[type="text"],
#kontaktcontainer input[type="tel"] {
  width: 240px;
}

#kontaktcontainer input:disabled,
#kontaktcontainer select:disabled {
  color: #222;
}

.btn_hentKontakt {
  width: 115px;
  height: 24px;
  margin: 0 0 3px 5px;
}

#datotips {
  border: 1px solid black;
  margin: 10px;
  padding: 10px;
  background-color: aliceblue;
  z-index: 1000;
  display: none;
  border-radius: 10px;
  position: absolute;
}

#divBetingelser {
  display: none;
  position: fixed;
  background-color: white;
  padding: 10px;
  z-index: 10;
  border: 1px solid;
  border-radius: 10px;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}

.linjewrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.linjewrapper > div,
#divPay .linjewrapper > label {
  flex: 0 1 175px;
}

.linjewrapper > span:not(.brand) {
  flex: 1 1 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#form_fisker .linjewrapper > span {
  flex: 1 1 200px;
}

#frm_fangst .linjewrapper > div {
  flex: 0 1 100px;
  text-align: left;
}

#frm_fangst .linjewrapper input,
#frm_fangst .linjewrapper select {
  min-width: 250px;
  width: 100%;
}

#divRefund .linjewrapper {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}

#divRefund .linjewrapper > span {
  /*white-space: nowrap;*/
  flex: 1 1 300px;
  display: flex;
}

#divRefund .linjewrapper > div {
  flex: 1 1 320px;
}

.linjewrapper2 {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.linjewrapper2 > div:first-child {
  flex: 0 1 100px;
}

.linjerRapport {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}

.linjerRapport > div {
  flex: 0 1 100px;
  text-align: right;
}

.linjerRapport > span {
  /*white-space: nowrap;*/
  flex: 1 1 100px;
  display: flex;
  text-align: right;
}

#aTerms,
#aKart,
#spFiskeregler {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

#divRefund #transDetaljer {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

#divRefund #transDetaljer label {
  width: 100px;
  display: inline-block;
  font-weight: bold;
}

#divRefund thead,
#divRefund tfoot {
  font-weight: bold;
}

#divRefund table {
  white-space: nowrap;
}

#divRefund .strykOver {
  text-decoration: line-through;
  color: gray;
}

.disabled {
  background-color: #e6e6e6;
}

.mobilwrap {
  white-space: normal;
}

.laptopwrap {
  white-space: nowrap;
}

.tblKunmobil {
  display: none;
}

table .rotate {
  transform: rotate(270deg);
  transform-origin: 40% 30%;
  font-size: 1.7em;
  width: 40px;
}

.tekstContainer > div {
  margin: 0.5em;
}

.tekstContainer textarea {
  width: 800px;
  height: 400px;
}

div.sonecols {
  column-count: 3;
  column-fill: auto;
  column-width: 170px;
  width: 500px;
}

#divMergeDialog {
  display: table;
}

#divMergeDialog span.label {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  display: inline-block;
}

#divMergeDialog input {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  display: inline-block;
}

#divMergeDialog button {
  width: 35px;
}

tr#kolonneoverskrifter th {
  text-align: center;
}

#divKorttypeSkjema,
#divSoneSkjema,
#divByttInnehaverSkjema,
#divFangstvarselSkjema,
#divBatSkjema {
  display: flex;
  align-items: flex-start;
}

#divKorttypeSkjema ul,
#divSoneSkjema ul,
#divByttInnehaverSkjema ul,
#divFangstvarselSkjema ul,
#divBatSkjema ul,
#divFasilitetSkjema ul,
#divFiskeartSkjema ul,
#divProduktSkjema ul {
  list-style: none;
  padding-left: 0px;
}

#divSoneSkjema li {
  white-space: nowrap;
}

#divKorttypeSkjema label,
#divSoneSkjema label,
#divByttInnehaverSkjema label,
#divFangstvarselSkjema label,
#divBatSkjema label {
  width: 200px;
  display: inline-block;
  white-space: nowrap;
}

#divFasilitetSkjema label {
  width: 140px;
  display: inline-block;
  white-space: nowrap;
}

#divFangstvarselSkjema label,
#divFiskeartSkjema label {
  width: 170px;
  margin-right: 1em;
  display: inline-block;
  text-align: right;
}

#divProduktSkjema label {
  width: 100px;
  margin-right: 1em;
  display: inline-block;
}

#divFangstvarselSkjema li {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
}

.ulRap110 {
  margin-top: 0;
  padding-left: 15px;
}

.ulRap110 li {
  margin-bottom: 1em;
}

#divFiskeartSkjema .liTeksterTabs textarea {
  height: 150px;
}

#divSoneSkjema .divUkekvoter label {
  width: 130px;
}

#divSoneSkjema .divUkekvoter input {
  width: 60px;
  text-align: right;
}

#divKorttypeSkjema input[type="text"],
#divKorttypeSkjema input[type="number"],
#divKorttypeSkjema select,
#divSoneSkjema input[type="text"],
#divSoneSkjema select,
#divSoneSkjema .divValues,
#divByttInnehaverSkjema input[type="text"],
#divBatSkjema input,
#divBatSkjema select {
  padding: 3px;
  width: 150px;
  display: inline-block;
}

#divSoneSkjema .liBordered {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

#tbl_kvoteoversikt thead tr:first-child,
#tbl_ledige thead tr:first-child {
  background-color: #8a92df;
}

#tbl_kvoteoversikt tbody tr td:last-child,
#tbl_kvoteoversikt tfoot tr td:last-child {
  border-left: 1px solid;
  font-weight: bold;
}

#tbl_kvoteoversikt tr:nth-child(odd),
#tbl_ledige tr:nth-child(odd) {
  background-color: #e3e5fc;
}

#tbl_kvoteoversikt tr.hittil td,
#tbl_kvoteoversikt tfoot td {
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: bold;
}

#tbl_kvoteoversikt td:nth-child(odd) {
  background-color: white;
  white-space: nowrap;
}

#tbl_kvoteoversikt tr:nth-child(even) td:nth-child(odd) {
  background-color: #e3e5fc;
}

#tbl_kvoteoversikt th {
  border-bottom: 1px solid;
}
#tbl_kvoteoversikt th,
#tbl_kvoteoversikt td {
  max-width: 120px;
  padding: 0.5em 0.2em;
}

#tbl_kvoteoversikt td span,
.rap9Dagkvoter span {
  width: 55px;
  display: inline-block;
  text-align: left;
}

#tbl_kvoteoversikt td span.verdi,
.rap9Dagkvoter span.verdi,
.right {
  text-align: right;
}

#tbl_ledige {
  overflow: hidden;
  position: relative;
}

#tbl_ledige th {
  padding: 2px 5px;
}

#tbl_ledige thead tr th:first-child,
#tbl_ledige tbody tr td:first-child {
  background: white;
  width: 230px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid lightgrey;
}

#tbl_ledige tbody tr:nth-child(odd) td:first-child {
  background-color: #e3e5fc;
}

#tbl_ledige thead tr th:first-child {
  background-color: #8a92df;
}

#tbl_ledige td {
  padding: 5px;
  white-space: nowrap;
}

#tbl_ledige td .dognmax {
  font-size: 1.2em;
  display: inline-block;
  padding-right: 5px;
  width: 31px;
  text-align: right;
}

#tbl_ledige tbody tr td:not(:first-child) {
  border-left: 1px solid lightgrey;
  cursor: pointer;
}

.rap9Dagkvoter span.header {
  font-weight: bold;
  display: inline-block;
  width: 80px;
  text-align: center;
}

ul.ulRefusjon {
  list-style-type: none;
}

ul.ulRefusjon span {
  display: inline-block;
}

ul.ulRefusjon > li > span:last-child {
  width: 100px;
}

ul.ulRefusjon > li > span {
  width: 170px;
}

div.divFiskerdetaljer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 1px solid black;
  padding: 1em;
  border-radius: 1em;
  margin: 1em 1em 0 0;
}

div.divTilleggstjenesterContainer {
  display: flex;
  flex-direction: column;
}

div.divTilleggsfunksjoner,
div#divHusstand {
  border: 1px solid black;
  padding: 1em;
  border-radius: 1em;
  margin: 1em 0 0 0;
}

div.divTilleggsfunksjoner {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.divTilleggsfunksjoner button {
  margin: 0.2em;
}

div#divHusstand {
  flex-grow: 1;
}

span.spTekstutdrag {
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
}

.brand {
  display: inline-block !important;
  height: 21px;
  max-width: 32px;
  width: 32px;
  margin-left: -38px;
}

div#divPaymentTableContainer {
  border-width: 2px;
  border-style: groove;
  border-color: threedface;
  border-image: initial;
  border-radius: 5px;
  margin: 2px 2px 5px 2px;
  padding: 10px;
}

.linedHeader {
  text-align: center;
  padding: 1em;
  font-weight: bold;
  overflow: hidden;
}

.linedHeader:after {
  left: 0.5em;
  margin-right: -50%;
}
.linedHeader:before {
  right: 0.5em;
  margin-left: -50%;
}
.linedHeader:before,
.linedHeader:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

#lblCbOverstyr {
  display: block;
}

#cbOverstyr {
  vertical-align: middle;
}

.graphs {
  text-align: center;
  height: 300px;
  max-width: 800px;
  margin: 1em auto 1em auto;
  border: 3px solid lightgray;
  position: relative;
}

.selSynlig {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.selSynlig > span {
  padding: 3px;
  margin: 0;
  text-align: right;
  display: block;
  visibility: hidden;
}

.selSynligAngre {
  color: blue;
  cursor: pointer;
}

div.digitaltprodukt {
  border: 1px solid #bababa;
  height: 97px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  cursor: pointer;
}

.connectedSortable {
  padding-inline-start: 0px;
  min-height: 200px;
}

.connectedSortable li {
  border: 1px solid;
  list-style: none;
  padding: 0 1em;
  border-radius: 5px;
  text-align: center;
  margin: 1em;
  min-height: 200px;
  width: 150px;
  background-color: white;
}

.connectedSortable li img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

.connectedSortable li img.manglerFoto,
#appkontaktSkjema img,
.connectedSortable li .pRedigerKontakt {
  cursor: pointer;
}

.connectedSortable li .pKontakt {
  display: flex;
  justify-content: space-between;
}

#appkontaktSkjema span {
  display: block;
  white-space: nowrap;
}

#appkontaktSkjema span label {
  width: 110px;
  display: inline-block;
}

#appkontaktSkjema span input,
#appkontaktSkjema span select {
  width: 200px;
}

div#tabs-fiskeregler #doktype {
  font-size: 1.1em;
  padding: 1px;
}

div#tabs-fiskeregler ul {
  list-style: none;
  padding-left: 0px;
}

div#tabs-fiskeregler ul li > span {
  width: 14%;
  display: inline-block;
}

div#tabs-fiskeregler ul li > input[type="text"]:enabled {
  width: 83%;
}

div#tabs-fiskeregler ul li > input[type="file"],
div#tabs-fiskeregler ul li > input[type="text"]:disabled {
  width: 250px;
  max-width: 70%;
}

div#tabs-fiskeguide {
  font-size: 1em !important;
}

div#tabs-fiskeguide textarea {
  width: 100%;
  height: 300px;
  resize: vertical;
}

video#vidQR {
  height: 350px;
  width: 100%;
}

ul.divTilleggskort {
  max-width: 350px;
}

ul.divTilleggskort li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.divTilleggskort li button {
  flex: 100px 0 0;
}
ul.divTilleggskort li span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

div.divEksklusivt {
  background: rgb(255, 255, 220);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 220, 1) 0%,
    rgba(255, 255, 190, 1) 52%,
    rgba(228, 228, 135, 1) 100%
  );
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}

div.divEksklusivt p {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}

div.divEksklusivt img.imgTillKortInfo {
  height: 24px;
  padding-left: 5px;
}

div.divEksklusivt ul {
  list-style-type: none;
  margin-block-start: 0;
  padding-inline-start: 0;
}

div.divEksklusivt li {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

div.divEksklusivt input.cbDelta {
  height: 25px;
  width: 25px;
}

div.divEksklusivt span.spDelta {
  padding-left: 10px;
}

div#btnVipps {
  margin-bottom: 10px;
}

div#btnVipps p {
  font-size: 1.4em;
}

#divPay {
  text-align: center;
}

#divPay table {
  width: 100%;
  max-width: 450px;
  text-align: left;
  margin: 0 auto;
}

#payment-form button#submit,
button#submit_null_kr {
  margin-top: 10px;
  width: 212px;
}

#payment-form button#submit span {
  font-size: 1.4em;
}

.rapport3b-header {
  text-align: left;
  padding-left: 40px;
}

.flex33 {
  display: flex;
  flex-direction: column;
}

div.datointervall-velger button {
  margin: 5px;
  width: 150px;
}

div.datointervall-velger {
  padding: 10px;
  border: 1px solid darkblue;
  width: fit-content;
  z-index: 10000;
  background-color: #f1f4ff;
}

div.datointervall-velger p {
  width: 160px;
}

#divPurrevalg div.flex-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.purr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}

.purr-settings {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
}

.purr-column {
  padding-top: 2px;
}

.brukernavn-info {
  background: lightseagreen;
  padding: 4px;
  display: block;
  margin: 4px;
}

/* addevent.com Drop down. Måtte gjøre det på denne måten, ref epost fra support@addevent.com 18.11.2020 */
.addeventatc {
  display: inline-block;
  position: relative;
}
.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status,
.addeventatc .method,
.addeventatc .client,
.addeventatc .transp {
  display: none !important;
}
.addeventatc br {
  display: none;
}

.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0px 0px 0px;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Optima, Segoe, "Segoe UI", Candara,
    Calibri, Arial, sans-serif;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  transition: transform 0.15s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.addeventatc_dropdown.topdown {
  transform: scale(0.98, 0.98) translateY(-5px) !important;
}
.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  margin: -2px 0px;
}
.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 400;
}
.addeventatc_dropdown .frs a {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}
.addeventatc_dropdown .frs a:hover {
  color: #999 !important;
}
.addeventatc_dropdown .ateappleical {
  background: url(https://www.addevent.com/gfx/icon-apple-t5.svg) 18px 40% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .ategoogle {
  background: url(https://www.addevent.com/gfx/icon-google-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .ateoffice365 {
  background: url(https://www.addevent.com/gfx/icon-office365-t5.svg) 19px 50% no-repeat;
  background-size: 18px 100%;
}
.addeventatc_dropdown .ateoutlook {
  background: url(https://www.addevent.com/gfx/icon-outlook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .ateoutlookcom {
  background: url(https://www.addevent.com/gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .ateyahoo {
  background: url(https://www.addevent.com/gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .atefacebook {
  background: url(https://www.addevent.com/gfx/icon-facebook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}
.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e8e8e8;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}
.addeventatc_dropdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999999;
}
.addeventatc_dropdown.topdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px) !important;
}
.addeventatc_dropdown .drop_markup {
  background-color: #f4f4f4;
}

@media screen and (max-width: 960px) {
  body {
    margin: 0px;
  }

  div.sprakvelger {
    margin-left: 0px;
    top: 1em;
  }

  p.frontLogo img {
    max-height: 5em;
  }

  #divSalgsstart {
    font-size: 1em;
    font-family: inherit;
    width: 80%;
  }

  div.divProdukt {
    max-width: 90vw;
    padding: 1em;
  }

  .kategoriWrapper button.excel {
    margin-top: 1px !important;
  }

  .ui-dialog {
    max-width: 98vw !important;
  }

  .ui-widget .ui-dialog-title {
    font-size: 1.6em;
  }

  .ui-dialog-titlebar-close {
    width: 30px !important;
    height: 30px !important;
    top: 36% !important;
  }

  .ui-widget {
    font-size: 0.8em !important;
  }

  .ui-icon-closethick {
    transform: scale(1.5) !important;
  }

  .ui-widget.ui-datepicker,
  .ui-widget input,
  .ui-widget select {
    font-size: 1.2em !important;
  }

  .ui-widget li.ui-menu-item {
    font-size: 1.5em !important;
  }

  #divPay select,
  #divPay input {
    font-size: 1.5em !important;
  }

  .ui-button-text {
    font-size: 1.1em !important;
  }

  #tblFangstliste {
    max-width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
    table-layout: fixed;
  }

  #tblFangstliste td {
    padding: 2px;
  }

  #fkort,
  .allefangster {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    margin-top: 1em;
    max-width: 90%;
  }

  #form_fisker > div {
    flex-basis: 350px;
  }

  #form_fisker input[type="text"],
  input[type="tel"],
  #form_fisker select {
    width: 100%;
  }

  #fkort thead,
  .allefangster thead {
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
  }

  #fkort th,
  #fkort td,
  .allefangster th,
  .allefangster td {
    padding: 0.5em;
    vertical-align: middle;
  }

  #fkort tbody,
  #fkort tr,
  #fkort th,
  #fkort td,
  .allefangster tbody,
  .allefangster tr,
  .allefangster th,
  .allefangster td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }

  #fkort tr,
  .allefangster tr {
    margin-bottom: 1em;
    border: 2px solid rgba(29, 150, 178, 1);
    border-radius: 10px;
    padding: 1em;
  }

  #fkort td,
  #fkort th,
  .allefangster td,
  .allefangster th {
    width: auto !important;
  }

  #fkort td,
  .allefangster td {
    text-align: right;
  }

  #divInnlevering {
    font-size: 1.4em;
    margin: 0.5em 1.1em;
    float: none;
  }

  #divInnlevering table {
    width: 100%;
  }

  #divInnlevering input[type="text"] {
    border-radius: 10px;
    padding: 0.5em;
    width: 100%;
  }

  table:not(#tblFangstliste) td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 0.8em;
    color: black;
  }

  .ikkemobil {
    display: none !important;
  }

  .tblKunmobil {
    display: table;
  }

  div.mobilwrap {
    width: 100%;
  }

  button.kunmobil {
    display: inline-block !important;
  }

  .addfoto,
  .visfoto {
    text-decoration: none;
    color: inherit;
    width: 100%;
    max-width: 30em;
    margin-bottom: 2em;
  }

  #tblFangstliste .visfoto {
    margin-bottom: 0;
  }

  #tblFangstliste tr td:nth-of-type(2) {
    white-space: nowrap;
  }

  th.kunmobil,
  td.kunmobil {
    display: table-cell !important;
  }

  td.displayedit {
    display: block !important;
  }

  tr.kunmobil {
    display: table-row !important;
  }

  .kunmobil {
    display: block !important;
  }

  #kolonneoverskrifter th {
    font-size: 1.1em;
    padding: 0em 0.5em;
  }

  tr.galleri td {
    color: blue;
    cursor: pointer;
  }

  input[type="checkbox"].kunmobil {
    min-height: 28px;
    min-width: 28px;
    vertical-align: middle;
  }

  .kunmobil input,
  .kunmobil select,
  #divMassefangst input,
  #divMassefangst select {
    width: 100%;
    padding: 0.5em;
    text-align: center;
    border-radius: 10px;
    font-size: 1.5em;
    margin: 0.5em 0 !important;
  }

  #divFisker,
  #tbl_fangst {
    font-size: 0.9em;
  }

  #tbl_fangst {
    width: auto;
    text-align: center;
  }

  #tbl_massefangst {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 1em;
    border-spacing: 8px 2px;
  }

  #tbl_fangst.allefangster {
    width: 90%;
  }

  input[type="checkbox"] {
    min-height: 28px;
    min-width: 28px;
    height: 1.3em;
    width: 1.3em;
    vertical-align: middle;
  }

  #fangstcontainer {
    height: auto !important;
    max-height: none !important;
    border-bottom: 1px solid black;
  }

  #form_fiskekort select,
  #form_fiskekort input[type="text"] {
    padding: 0.5em;
    border-radius: 10px;
    margin: 0.5em 0 !important;
    font-size: 1.2em;
  }

  #form_fiskekort .prisinfo {
    font-size: 0.74em;
    line-height: 1.5em;
    padding: 1em 0.5em;
  }

  .divKalender {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0.7em;
  }

  .divKalender .ukeheader {
    visibility: hidden;
    width: 6% !important;
    padding: 0 !important;
  }

  .divKalender > div {
    width: 10%;
  }

  .divKalender .divUke {
    align-items: center;
    padding: 0;
    margin: 0;
    height: 46px;
    width: 18px;
  }

  .divKalender .divUke span {
    transform: rotate(-90deg);
  }

  .divKalender .divUke,
  .divKalender .ukeheader {
    display: none;
  }

  .divKalender .spUkeLedig {
    white-space: nowrap;
  }

  .divKalender .daglabel {
    width: 10%;
    padding: 1.6%;
  }

  .divKalender .dagpris {
    color: black;
    margin-top: 0;
  }

  .divKalender .ledige {
    height: auto;
    font-size: 0.8em;
  }

  #handlekurv {
    width: 90%;
    font-size: 0.7em;
  }

  .ui-dialog button,
  #handlekurv button {
    width: 110px;
  }

  #kontaktcontainer .likekort {
    margin: 1em 0;
  }

  #kontaktcontainer {
    width: auto;
  }

  #kontaktcontainer input[type="radio"] {
    height: 20px;
    width: 20px;
  }

  .nyfisker select {
    width: 240px;
  }

  .mobilwrap {
    white-space: nowrap;
  }

  .laptopwrap {
    white-space: normal;
  }

  div.divFiskerdetaljer {
    margin: 1em 0 0 0;
    flex-grow: 1;
  }

  div.divTilleggstjenesterContainer {
    flex-grow: 1;
  }

  .ui-button {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
