﻿html, body {
  margin: 0px;
  padding:0px;
  background-color: #f3f4f6;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}


h2 {
  margin-top:2em;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  /*position: relative;*/
}

div {
  /*font-family: 'Work Sans', sans-serif !important;*/
}

#content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 50px;
    background-color: white;
}

#MainContent_amujuulContent_panStart {
  width: 100%;
  max-width: 1720px;
}

#chauffoerer {
  max-width: 1720px;
}


th {
  text-align:left;
}

a {
  text-decoration:none;
  color:inherit;
}

/*html, body {
  height: 100%;
}*/

.row{
  width:100%;
  margin:10px 0px;
  display:flex;
}


.label {
  width: 14%;
  padding: 0px 5px;
  line-height: 32px;
}
.felt {
  width: 86%;
  padding: 0px 5px;
}

select {
  display: block;
  /*font-size: 16px;*/
  font-family: sans-serif;
  color: #444;
  /*line-height: 1.3;*/
  /*padding: .4em 0.4em .4em .8em;*/
  padding-left:10px;
  padding-right:10px;
  width:100%;
  height:32px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.04);
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}

  select::-ms-expand {
    display: none;
  }

  select:hover {
    border-color: #888;
  }

  select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
  }

  select option {
    font-weight: normal;
  }

.pagehead {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.dt-buttons {
  display: none !important;
}

/*#scheduler_here table {
  border: none;
  border-collapse: collapse;
}

  #scheduler_here table td {
    padding: 0;
    border: none;
  }

  #scheduler_here table th {
    padding: 0;
  }*/
.tekstfelt {
  /*background-color: white;*/
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  width: 100%;
  min-height: 32px;
  padding-left: 10px;
}

.datofelt, .talfelt {
  /*background-color: white;*/
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  min-height: 32px;
  text-align:center;
}

.w90 {
  width:90%;
}

.dato {
  width:100px;
}

.disabled {
  background-color: #eeeeee;
}

textarea {
  padding:10px;
}

.knap {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #747473;
  right: 123px;
  background-color: none;
  background-image: none;
  background-position: -62px 0;
  background-repeat: no-repeat;
  height: 30px;
  min-width: 80px;
  border: 1px solid #cecece;
  border-radius: 5px;
  text-decoration: none;
  text-transform: none;
  margin:0px 10px;
}



.chosen-container-multi, .chosen-container-multi .default {
  width: 100% !important;
}

.chosen-container {
  font-size: inherit !important;
  color: inherit !important;
}

.chosen-results {
  font-size: inherit !important;
  color: inherit !important;
}

.chosen-select, .chosen-search {
  width: 100% !important;
}

.default {
  --rgb: 215, 215, 215;
}

.blue {
  --rgb: 193, 233, 254;
}

.green {
  --rgb: 179, 229, 184;
}

.orange {
  --rgb: 253, 201, 157;
}

.yellow {
  --rgb: 248, 234, 146;
}

.turquoise {
  --rgb: 159, 235, 227;
}

.pink {
  --rgb: 246, 183, 218;
}

.brown {
  --rgb: 219, 187, 164;
}

.red {
  --rgb: 249, 167, 179;
}


.dhx_cal_event, .dhx_body {
  cursor: pointer;
}

.my_event, .dhx_cal_event_line {
  /*background-color: rgba(var(--rgb), 1);*/
  background-color: rgb(215, 215, 215);
  border-left: 2px solid rgba(var(--rgb), 0.75) !important;
  margin: -1px 0 0 0px;
  overflow: hidden;
  border-radius: 3px;
  color: rgba(var(--root), 0.85);
}
/* disabling the default color for the select menu */
.dhx_cal_select_menu.my_event div {
  border: 0;
  background-color: transparent;
  color: black;
}
/* styles for the event content */
.dhx_cal_event.my_event .my_event_body {
  padding-top: 3px;
  padding-left: 5px;
  font-size:13px;
}
/* event's date information */
.my_event .event_date {
  font-weight: bold;
  padding-right: 5px;
}
/* event's resizing section */
.my_event_resize {
  height: 3px;
  position: absolute;
  bottom: -1px;
}
/* event's move section */
.my_event_move {
  position: absolute;
  top: 0;
  height: 10px;
  cursor: pointer;
}
.dhx_multi_day {
  background-color: #f3f3f3;
  /*position: absolute;
  border-top: 1px solid #cecece;
  background-color: #fff;
  border-right: none;
  box-shadow: none;*/
}




.select2-container {
  max-width: 1720px;
}

.select2-container .select2-selection--single {
  height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}

.dhx_cal_ltitle {
  font-size:12px!important;
}

.select2-selection__choice[title^="-"] {
  color: red;
}

/*.select2-selection__choice[title="24123 Jesper Juul"] {
  color: red !important;
}*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb !important;
  color: white;
}
.select2-results .select2-highlighted {
  background: #3ea211;
}

.select2-results__option[aria-selected=true] {
  background-color:red;
}

.plus {
  margin:0;
  font-weight:normal;
  color:#000;
  background-color:#fff;
  text-align:left;
  width:150px;
}

.Login {
  width:400px;
  margin-left:auto;
  margin-right:auto;
  line-height:30px;
  border:1px solid #999;
  border-radius:10px;
  padding:15px 20px;
}
.Login p {
  margin:10px 0px!important;
}


#panSettings {
  /*position:absolute;
  right:60px;
  top:32px;*/
  display:initial;
  margin-right:6px;
}
#panLogout {
  /*position: absolute;
  right: 10px;
  top: 32px;*/
  display:inline;
}

#iconSettings, #iconLogout {
  width:20px;
  height:auto;
}

.icofont-world {
  font-size:inherit!important;
}

.icon i {
  cursor: pointer;
  font-size: 2em;
  color: #999999;
}

  .icon i:hover {
    color: #333333;
  }

.icon20 {
  width: 20px;
  height: auto;
}

#showweek, #shownight {
  position:absolute;
  top:20px;
  left:205px;

}

  #showweek label, #shownight label {
    font-weight: bold;
    color: #747473;
    position: relative;
    top: -2px;
  }

#dhx_minical_icon {
  left:240px!important;
}


#divSerie {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: fixed;
  background: #fff;
}

#popup {
  display: none;
  position: fixed;
  top: 2%;
  left: 15%;
  width: 70%;
  height: 600px;
  background-color: white;
  z-index: 20;
  border-radius: 10px;
}

#popupEdit {
  display: none;
  position: fixed;
  top: 2%;
  background-color: white;
  z-index: 15;
  padding: 0px 10px;
  border-radius: 10px;
  width:90%;
  height:95%;
}

  #popup iframe, #popupEdit iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

#popupdarkbg {
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5);
  display: none;
}

#waitingoverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  background: rgba(0, 0, 0, 0.12);
}

#waiting {
  z-index: 95;
  position: fixed;
  left: 50%;
  top: 50%;
  /*margin-left: -100px;*/
}

.right {
  float:right;
  text-align:right;
}

.hidden {
  display:none;
}

.ui-datepicker {
  margin-left: -30px;
  margin-top:-10px;
  z-index: 1000;
}

.auditlog {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 10px;
}

.soeg {
  display: inline-block;
  margin-left:20px;
  font-size:20px;
}

/*.soeg_resultat {
  width: 800px!important;
}*/

ul.select2-results__options {
  max-height: 400px !important;
}

td {
  vertical-align:top;
}


/*.dhx_cal_navline{
  position:fixed;
  top:50px!important;
  background-color:#fff;
}

.dhx_cal_header {
  position: fixed;
  top: 125px!important;
  background-color: #fff;
}

#pagetop {
  position: fixed;
  background-color: #fff;
}*/

#panAdmin {
  display:inline-block;
}

.dhx_minical_popup {
  width: 280px !important;
}

.weeknumber {
  color: #999;
  cursor: default !important;
}

.dhx_mini_calendar .dhx_year_week {
 border-bottom: none!important;
}

.my_event:hover {
  /*background-color: rgba(var(--rgb), 0.75);*/
  opacity:0.75;
}

.my_event.selected {
  /*background-color: rgba(var(--rgb), 1);*/
  border-left: 2px solid rgba(0,0,0,0.55) !important;
}

#panO365Fejl {
  font-weight:bold;
  color:red;
  text-align:center;
}

@media only screen and (min-width: 1345px){
    #tableBevisStatusLarge {
    } 
}

@media only screen and (max-width: 1344px){
    #tableBevisStatusLarge {
      width: 100%;
    } 
}

.tbElevliste {
  width:100%;
}

.tbElevliste .elevtekst {
  width:100%;
  display:block;
  cursor:pointer;
  height:17px;
}

.tbElevliste th {
  font-weight: bold;
  text-align: left;
  background: #f3f3f3;
  height:32px;
  padding:8px;
}

.tbElevliste td {
  cursor:pointer;
  height:32px;
  padding:1px;
  vertical-align:middle;
}
#ElevlisteKnapper {
  left: 300px;
  width: auto;
}

#ElevlisteKnap, #ElevlisteDagKnap {
  /*left:280px;*/
  width: auto;
  position:initial;
  display:inline-block;
}
#ElevlisteDagKnap {
  /*left: 350px;*/
  /*width: auto;*/
}

#elevlisten {
  height:670px;
  overflow-y:scroll;
}

.ElevlisteKategori{
  text-align:center;
  height:28px;
  display:table-cell;
  vertical-align:middle;
  width:50px;
  font-weight:bold;
}

.elevlisteknap{
  min-width:initial;
}

#SkabelonKnap {
  left: 275px;
  font-size: 20px;
  color: #999999;
  line-height: 30px;
  cursor:pointer;
}

.alert{
  color:red;
}

.items {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.item {
  width: 50%;
  display:table;
  margin-bottom:10px;
}

.item:nth-child(even) {
  margin-left:10px;
}


.itemtxt {
  width: 25%;
  /*display: table-cell;*/
  display: inline-block;
  vertical-align: top;
  padding-top:5px;
  float:left;
}

.itemfield {
  width: 75%;
  display: inline-block;
  float:right;
  text-align:right;
}

.mrow {
  display: none;
}

.mrow .itemtxt {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  float: left;
}

.mrow .itemfield {
  width: 75%;
  display: inline-block;
  float: left;
  text-align:left;
}

.mrow .bevisskema td {
  padding:10px 10px 0px 0px;
}


  .itemfieldLeft {
    width: 75%;
    display: inline-block;
    float: left;
    text-align: left;
  }

.itemsub {
  width:50%;
  display:inline-block;
  margin-bottom:10px;
}

.subline {
  margin-bottom:10px;
  height:30px;
}

.w33 {
  width:33%;
}

.w75 {
  width:75%;
}

.w25 {
  width:25%;
}

.w100 {
  width:100%;
}

.w50 {
  width:50%;
}

.ct {
  text-align:center;
  padding-left:0px;
  padding-right:0px;
}

.listerow, .dblisterow {
  /*width: 100%;*/
  line-height: 30px;
  padding: 5px 15px;
  cursor: pointer;
}

  .listerow:nth-child(even) {
    background: #fff;
  }
  .dblisterow:nth-child(even) {
    background: #fff;
  }

  .listerow:nth-child(odd) {
    background: #f3f3f3;
  }

  .dblisterow:nth-child(odd) {
    background: #f3f3f3;
  }

  .listerow:hover, .dblisterow:hover, tr.selected {
    background: #bbb!important;
  }

.listelink {
  width: 100%;
  height: 100%;
  display: block;
}

.liste {
  border-collapse:unset!important;
}

.liste td {
  padding:0px 10px;
}

.skema {
  width:100%;
}

.skema td {
  padding:5px;
  /*width:50%;*/
}

.skema td:nth-child(even) {
  padding-left: 20px;
}
.skema td:nth-child(odd) {
  padding-right: 20px;
}

#Firmaliste {
  height:400px;
  overflow-y:scroll;
}

/*input:read-only {
  background-color: yellow;
}*/

.alertGreen {
  /*background-color: rgba(169, 209, 142, 0.80);*/
  background-color: #009900;
}

.alertOrange {
  /*background-color: rgba(255, 148, 75, 0.80);*/
  background-color: #FF9900;
}

.alertRed {
  /*background-color: rgba(255, 83, 83, 0.80);*/
  background-color: #CC0000;
}

.alertYellow {
  /*background-color: rgba(255, 217, 102, 0.80);*/
  background-color: #FFFF00;
}

.alertGreenNew {
    color: rgb(132 204 22);
    background-color: #84cc161a;
}

.alertOrangeNew {
    color: rgb(251 146 60);
    background-color: #Fb923c1a;
}

.alertRedNew {
    color: rgb(233 114 118);
    background-color: #e9727640;
}

.alertYellowNew {
    color: rgb(250 204 21);
    background-color: #facc151a;
}

.hm20 {
  margin-right:20px;
}

.lTxt {
  text-align:left;
}

.rTxt {
  text-align: right;
}
.cTxt {
  text-align: center;
}


.uddannelse {
  /*display:none;*/
}

.area {
  background-color: #F8F8F8;
  border-radius: 10px 10px;
  width: 100%;
  max-width: 1720px;
}

.BevisKommentar {
  font-style:italic;
}

.kommentarret {
  width:100%;
}

.ikoner {
  white-space: nowrap;
  padding-right: 0;
}

.pencil, .arkivikon {
  height: 14px;
  width: 14px;
  cursor:pointer;
  display:inline-block;
  /*padding-left:5px;*/
}

.ophoert {
  background-color: #fdc99d;
}

.formrow {
  width:100%;
  display:block;
  margin:10px 0;
}

.formtxt {
  width: 25%;
  display: inline-block;
  padding-top: 5px;
  font-weight:bold;
  vertical-align:top;
}

.formfield {
  width: 74%;
  display: inline-block;
}

.page {
  width:1400px;
  margin-left:auto;
  margin-right:auto;
}


.indtast {
  background-color: #F8F8F8;
  border-radius: 10px 10px;
  padding:15px;
}


.blaaknap {
  background-color: #323f69!important;
  color:#fff!important;
}

#topstreg {
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  --ck-color-image-caption-background: #f7f7f7;
  --ck-color-image-caption-text: #333;
  --ck-image-style-spacing: 1rem;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing)/2);
  --ck-todo-list-checkmark-size: 16px;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  border: 0 solid;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgba(229,231,235,var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59,130,246,0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
  --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  position: relative;
  z-index: 10;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(51,56,59,var(--tw-bg-opacity));
  font-size: .75rem;
  line-height: 1rem;
  color: rgba(209,213,219,var(--tw-text-opacity));
  --tw-text-opacity: 0.75;
  height:28px;
}

#header {
  text-align: center;
  width: 100%;
  /*padding: 3% 0;*/
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  font-size:1.2rem;
  line-height:1;
  background-image: url("/images/top.jpg?v=2");
  top:-50px;
  height:235px;
}

#headtext {
  margin-top:65px;
}

  #headtext h1, #headtext h2{
    margin-top:0px!important;
    margin-bottom:20px!important;
  }

  .bw {
    display: inline-block;
  }


@media all and (max-width:1400px) {
  .page {
    width: 100%;
    max-width: 100%;
  }

  #content, .juulsupport
 {
    padding: 0px 0px;
  }
}


@media all and (max-width:800px) {
  #header {
    font-size: 1rem;
    height: 200px;
    background-size: unset;
  }
}



@media all and (max-width:600px) {
  .formtxt, .formfield, .bw {
    width: 100%;
    display: block;
  }

  #header {
    font-size: 1rem;
    height: 200px;
    background-size: unset;
  }
}

.knapstor {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #747473;
  right: 123px;
  background-color: #f3f3f3;
  background-image: none;
  background-position: -62px 0;
  background-repeat: no-repeat;
  height: 40px;
  min-width: 200px;
  border: 1px solid #cecece;
  border-radius: 5px;
  text-decoration: none;
  text-transform: none;
  margin: 0px 10px;
}


.link {
  color: rgb(174, 51, 56);
  font-weight: bold;
}

  .link[target]:after {
    content: "";
  }

  .link[target]:after {
    position: relative;
    top: 2px;
    margin-left: 0.125rem;
    margin-right: 0.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ae3338'%3E%3Cpath d='M11 3a1 1 0 1 0 0 2h2.586l-6.293 6.293a1 1 0 1 0 1.414 1.414L15 6.414V9a1 1 0 1 0 2 0V4a1 1 0 0 0-1-1h-5z'/%3E%3Cpath d='M5 5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3a1 1 0 1 0-2 0v3H5V7h3a1 1 0 0 0 0-2H5z'/%3E%3C/svg%3E");
  }


  .AddImageButton {
    /*border-radius: 3px;
  border: solid 1px #bfbfbf;*/
    padding: 5px 10px 3px 10px;
    background-color: rgb(240,240,240);
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #222222;
    background-color: none;
    background-image: none;
    background-position: -62px 0;
    background-repeat: no-repeat;
    height: 30px;
    min-width: 100px;
    border: 1px solid #cecece;
    border-radius: 5px;
    text-decoration: none;
    text-transform: none;
    margin: 10px 0px;
    line-height: normal;
  }

  .rkvboks {
    width: 300px;
    margin: 30px auto;
    font-size: 12px;
  }

    .rkvboks H1 {
      margin: 0px 0;
    }

  .rkvknap {
    background-color: #026f02;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
    cursor: pointer;
  }

  #cprCheck {
    text-align: left;
    border: 2px solid red;
    padding: 10px;
    border-radius: 4px;
  }

  .juulsupport {
    position: relative;
    top: 15px;
    right: 0;
    float: right;
    color: #fff;
    font-weight: bold;
  }

  .w-8 {
    width: 1.2rem;
  }

  .h-8 {
    height: 1.2rem;
  }

  #topknapper {
    float: right;
    clear: both;
    margin-top:10px;
    /*top: -30px;
  position: relative;*/
  }

  .ChauffoerStart {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .left {
    text-align: left !important;
  }

  .center {
    text-align: center !important;
  }

  .samelineleft {
    text-align: left !important;
    display: inline-block;
  }

  .samelineright {
    float: right;
    display: inline-block;
  }

  .bullet {
    border-radius: 12px;
    height: 24px;
    width: 24px;
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-left: -40px;
  }

  .fejl {
    color: #CC0000;
  }

.bevisskema {
  width:100%;
}

.bevisskema td {
  padding: 10px 10px 0px 0px !important;
  width: unset;
  vertical-align: middle;
}

.vtop td {
  vertical-align: top!important;
}


    .bevisskema td:nth-child(even) {
      padding-left: inherit;
    }

    .bevisskema td:nth-child(odd) {
      padding-right: inherit;
    }

  .nowrap {
    white-space:nowrap;
  }

  .w250 {
    min-width:250px;
  }
.w200 {
  min-width: 200px;
}

  .toplink {
    margin: 2px 4px;
    cursor:pointer;
  }

  #topikoner.flex{
    gap:0px;
  }

input[type="checkbox" i]:disabled {
  background-color: #ddd!important;
}

input[type="text" i]:disabled {
  background-color: #ddd !important;
}

.disable {
  color:#aaa;
}

.icon32 {
  width:32px;
  height:auto;
}

.icon_historik {
  cursor: pointer;
  margin-top: 12px;
}

.sorteres th {
  cursor: pointer;
}

/*table.sortable th.sorted:after {
  color: #999;
  font-size: 60%
}

table.sortable th.sorted-ascending:after {
  content: ' ▲'
}

table.sortable th.sorted-descending:after {
  content: ' ▼'
}*/

.max200 {
  max-width: 200px;
}

.max300 {
  max-width: 300px;
}

.transparent {
  color: transparent;
}

.skemaadvis {
  /*width:100%;*/
}