﻿html, body {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}


body {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  position: relative;
}

div {
  font-family: 'Work Sans', sans-serif !important;
}

a {
  text-decoration:none;
}

/*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;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  /*width: 100%;
  max-width: 100%;*/
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

  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;
}

/*#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;
}

.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 {
  /*width: 100% !important;*/
}

.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;
}

#panLogin {
  width:400px;
  margin-left:auto;
  margin-right:auto;
  line-height:30px;
}

#panSettings {
  position:absolute;
  right:60px;
}
#panLogout {
  position: absolute;
  right: 10px;
}

#iconSettings, #iconLogout {
  width:20px;
  height:auto;
}

.iconimg {
  width: 20px;
  height: auto;
}

.icon i {
  cursor:pointer;
  font-size: 2em;
  color: #999999;
}

  .icon i:hover {
    color: #333333;
  }

#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: 10;
  border-radius: 10px;
}

  #popup iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

#popupdarkbg {
  position: fixed;
  z-index: 5;
  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.07);
}

#waiting {
  z-index: 95;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
}

.right {
  float: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;
}

.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;
}

.jico {
  width: 13px;
  height: 15px;
  margin-left: -13px;
  vertical-align: text-top;
}

#journalret {
  min-width: 500px !important;
  background-color: #e9e9e9;
  /*border: 1px solid #aaa;*/
  text-align: center;
  /*border-radius: 5px;*/
  /*box-shadow: 5px 5px 9px #aaa;*/
}

.ui-dialog {
  z-index: 99;
  min-width:508px!important;
}

.ui-widget{
    font-size:inherit;
}

