@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Visuals */
/* Dimentions */
#lws_modal_show_reports span[data-lw-action='make_new_report'],
#lws_modal_show_reports button[name='make_new_report'], #lws_modal_show_reports #previus_reports .report_header .button,
#lws_modal_show_reports #previus_reports .report .button {
  box-shadow: none;
  padding: 1px;
  background: url("./grafik/new/knap_midt_0000_Lag-2.png") repeat-x 0 0;
  margin: 0;
  height: 40px;
  border: 0;
  display: inline-block;
  position: relative;
  border-radius: 7px;
  float: left;
  color: white;
  width: 100%;
}

#lws_modal_show_reports span[data-lw-action='make_new_report']:before,
#lws_modal_show_reports button[name='make_new_report']:before, #lws_modal_show_reports #previus_reports .report_header .button:before,
#lws_modal_show_reports #previus_reports .report .button:before {
  background: url("./grafik/new/knap_venstre_0000_Lag-2.png") no-repeat;
  width: 15px;
  display: inline-block;
  float: left;
  height: 100%;
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  z-index: 2;
}

#lws_modal_show_reports span[data-lw-action='make_new_report']:after,
#lws_modal_show_reports button[name='make_new_report']:after, #lws_modal_show_reports #previus_reports .report_header .button:after,
#lws_modal_show_reports #previus_reports .report .button:after {
  background: url("./grafik/new/knap_hoejre_0000_Lag-2.png") no-repeat;
  width: 10px;
  display: inline-block;
  float: right;
  height: 100%;
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  z-index: 2;
}

b {
  font-weight: bold;
}

[data-workbook-page="TilFakturering"] #client_list:after {
  content: "";
  display: block;
  clear: both;
}

.modal {
  /*	transition: visibility 0s, opacity 2s linear;
            -webkit-transition: visibility 0s, opacity 2s linear;
            -moz-transition: visibility 0s, opacity 2s linear;*/
  display: none;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 5px;
  opacity: 0;
}

.modal.overlay:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.5;
  z-index: -1;
  background: #fafafa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAAFVBMVEUAAAD8+vzs7uz8/vz08vT09vTs6uyDjcy1AAAAAXRSTlMAQObYZgAAAVtJREFUGJUNzbmBhSAUAMDXglw5iOTwwZzLHBBz8Oi/hN1pYGCssf8iR0J45LkBuW7+Vs3yxpZKCBwpBnQWvln00o3Db2cpTKq7JnKzEfT1DKR9Luhkh5mA1hEpf5RuuzqJA4JGvuzBA8U2Oga2VVLMTJ+iatod/Nnd+ttkfemNDgTNl8SnPX1xweYKQ+S8uNk7FbtcNTy3/s59r3gylxMBF/QhHfZyKBzPAgfGZqv2uZMpkhKw9/ufNbNMzYoooD5BN5utaXp/fAbWNKERyaZcF8cJHT1RSO97WOPHNThVtp/+PWUixouC0e8wy0c++q5+3MBPXM9lukyv5zEKjOLp7Vx8+esoCHDFtyAf69NFmHHQ7jqjv0goqaHlAlql2PRgHkn0zRcOpdLP0oAz4WZtIAhONqKt3at9K4alB42/J+dZTFUM6rXgLa4rYbLiS8K1DJHEnoUd3/7qPzEHZbSPG4AOAAAAAElFTkSuQmCC);
  /*background: rgba(0,0,0,0.2);*/
}

.modal .close-button {
  position: absolute;
  width: 35px;
  height: 35px;
  /*border:0px black solid;*/
  /*box-shadow: 0 0 3px 0 black;*/
  top: 5px;
  right: 5px;
  color: transparent;
  background-color: #fff;
  z-index: 2;
  background-image: url("./grafik/new/kryds_rod.png");
}

.modal.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}

.modal h2 {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
  width: 100%;
  text-align: center;
}

.modal form {
  position: relative;
}

.modal .login_form {
  opacity: 1;
  background: white;
  margin: 0 auto;
  width: 400px;
  border: 0px black solid;
  box-shadow: 0 0 3px 0 darkgray;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 45px 10px 10px;
}

.modal .login_form textArea,
.modal .login_form textarea {
  border: 1px darkgray solid;
  padding: 10px;
}

.modal .login_form input, .modal .login_form button {
  -webkit-appearance: none;
  border-radius: 5px;
  border: 0 black solid;
  padding: 2px;
  box-shadow: 0 0 1px 0 black;
  clear: both;
  line-height: 30px;
  text-indent: 5px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.modal .login_form input[type='submit'], .modal .login_form button[type='submit'] {
  box-shadow: none;
  padding: 1px;
  background: url("./grafik/new/knap_midt_0000_Lag-2.png") repeat-x 0 0;
  margin: 0;
  height: 40px;
  border: 0;
  display: inline-block;
  position: relative;
  border-radius: 7px;
  float: left;
  color: white;
  width: 100%;
}

.modal .login_form input[type='submit']:before, .modal .login_form button[type='submit']:before {
  background: url("./grafik/new/knap_venstre_0000_Lag-2.png") no-repeat;
  width: 7px;
  display: inline-block;
  float: left;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.modal .login_form input[type='submit']:after, .modal .login_form button[type='submit']:after {
  background: url("./grafik/new/knap_højre_0000_Lag-2.png") no-repeat;
  width: 10px;
  display: inline-block;
  float: right;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.modal .login_form input[type='submit'].red, .modal .login_form button[type='submit'].red {
  background: url("./grafik/new/knap_midt_0001_Lag-1.png") repeat-x 0 0 !important;
}

.modal .login_form input[type='submit'].red:before, .modal .login_form button[type='submit'].red:before {
  background: url("./grafik/new/knap_left_0001_Lag-1.png") no-repeat !important;
}

.modal .login_form input[type='submit'].red:after, .modal .login_form button[type='submit'].red:after {
  background: url("./grafik/new/knap_right_0001_Lag-1.png") no-repeat !important;
}

.modal .login_form select {
  border: 0 black solid;
  border-radius: 5px;
  padding: 2px;
  box-shadow: 0 0 1px 0 black;
  line-height: 30px;
  text-indent: 5px;
  display: inline-block;
  width: 49%;
  margin: 5px 0.25%;
}

#lws_modal_new_booking form {
  height: 600px;
  max-height: 100%;
}

#lws_modal_new_booking form [name="time"] {
  height: 3em;
  width: 100%;
}

#lws_modal_new_booking form button {
  width: 100%;
  height: 3em;
}

#lws_modal_new_booking form textarea,
#lws_modal_new_booking form textArea {
  width: 100%;
  height: 6em;
}

#lws_modal_new_booking form #user_select_list {
  background: #E8E8E8 none repeat scroll 0% 0%;
  overflow: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

#lws_modal_new_booking form #user_select_list input {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5) !important;
  position: relative;
  z-index: 2;
}

#lws_modal_new_booking form #user_select_list.visible {
  display: block;
}

#lws_modal_new_booking form #user_select_list .row {
  padding: 10px;
  background: #E8E8E8 none repeat scroll 0% 0%;
}

#lws_modal_new_booking form #user_select_list .row .user_data span {
  padding: 1px 3px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  display: inline-block;
}

#lws_modal_new_booking form #user_select_list .row:nth-child(2n) {
  background: #F4F4F4 none repeat scroll 0% 0%;
}

#lws_modal_show_reports #previus_reports {
  max-height: 20em;
  overflow: auto;
  list-style: none;
  width: 100%;
  display: block;
}

#lws_modal_show_reports #previus_reports .report_header,
#lws_modal_show_reports #previus_reports .report {
  clear: both;
  display: block;
  height: 40px;
  overflow: hidden;
  -webkit-transition: height 0.25s linear;
  -moz-transition: height 0.25s linear;
  transition: height 0.25s linear;
  line-height: 40px;
  position: relative;
  margin-bottom: 5px;
}

#lws_modal_show_reports #previus_reports .report_header .date,
#lws_modal_show_reports #previus_reports .report .date {
  width: 200px;
  float: left;
  display: inline-block;
}

#lws_modal_show_reports #previus_reports .report_header .status,
#lws_modal_show_reports #previus_reports .report .status {
  width: 160px;
  float: left;
  display: inline-block;
}

#lws_modal_show_reports #previus_reports .report_header .note,
#lws_modal_show_reports #previus_reports .report .note {
  display: inline-block;
  opacity: 0;
  clear: both;
  width: 100%;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

#lws_modal_show_reports #previus_reports .report_header .button,
#lws_modal_show_reports #previus_reports .report .button {
  position: absolute;
  top: 0;
  right: 5px;
  width: 75px;
  text-align: center;
}

#lws_modal_show_reports #previus_reports .report_header.marked,
#lws_modal_show_reports #previus_reports .report.marked {
  height: 80px;
}

#lws_modal_show_reports #previus_reports .report_header.marked .note,
#lws_modal_show_reports #previus_reports .report.marked .note {
  opacity: 1;
}

#lws_modal_mailer textarea {
  width: 100%;
  height: 300px;
}

body > nav {
  font-weight: 400;
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 3;
}

body > nav header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #292929;
  text-align: center;
  height: 60px;
  line-height: 60px;
  /*		@media (max-width:499px){
			> span {
				position: relative;
				top:-1.5em;
			}
		}*/
}

body > nav header .header-left {
  text-align: left;
}

body > nav header .header-center {
  text-align: center;
}

body > nav header .header-left,
body > nav header .header-center {
  height: inherit;
}

body > nav header .header-left a,
body > nav header .header-left img,
body > nav header .header-center a,
body > nav header .header-center img {
  display: inline-block;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

body > nav header .mobile_menu_holder .menu_flyout_holder .menu_flyout .menu_element {
  display: grid;
  grid-template-columns: 40px 1fr;
}

body > nav header .mobile_menu_holder,
body > nav header .desktop_menu_holder {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 1em;
  padding-top: 10px;
}

body > nav header .mobile_menu_holder button,
body > nav header .desktop_menu_holder button {
  margin: 0 5px 0 0 !important;
  background: url("./grafik/knap-center_0000_Lag-2.png") repeat-x 0 0;
  height: 40px;
  border: 0;
  display: inline-block;
  position: relative;
  border-radius: 7px;
  float: left;
  color: white;
}

body > nav header .mobile_menu_holder button:before,
body > nav header .desktop_menu_holder button:before {
  background: url("./grafik/knap-left_0000_Lag-2.png") no-repeat;
  width: 7px;
  display: inline-block;
  float: left;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

body > nav header .mobile_menu_holder button:after,
body > nav header .desktop_menu_holder button:after {
  background: url("./grafik/knap-right_0000_Lag-2.png") no-repeat;
  width: 10px;
  display: inline-block;
  float: right;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

body > nav header .backlink {
  position: absolute;
  top: 0;
  left: 15px;
  padding-top: 10px;
  text-align: left;
}

body > nav header .menu_flyout_holder {
  position: relative;
  height: 40px;
  width: 40px;
  text-align: center;
  float: right;
}

body > nav header .menu_flyout_holder .menu_flyout {
  z-index: 2;
  max-width: calc(100vw - 2em);
  width: 260px;
  min-height: 30px;
  line-height: 30px;
  text-align: left;
  pointer-events: none !important;
  opacity: 0;
  top: 53px;
  right: 0px;
  background: white;
  position: absolute;
  transition: all 0.25s linear;
}

body > nav header .menu_flyout_holder .menu_flyout .menu_element {
  padding-left: 20px;
  display: block;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #292929;
  position: relative;
}

body > nav header .menu_flyout_holder .menu_flyout .menu_element:not(.no_menu_arrow):after {
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #292929;
  content: "";
  position: absolute;
  right: 1em;
  top: 16px;
}

body > nav header .menu_flyout_holder .menu_flyout .menu_element.parent:after {
  transform: rotate(90deg);
}

body > nav header .menu_flyout_holder .menu_flyout:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  content: "";
  position: absolute;
  right: 10px;
  top: -8px;
}

body > nav header .menu_flyout_holder .menu_foldout {
  overflow: hidden;
  display: none;
}

body > nav header .menu_flyout_holder .menu_flyout.display {
  opacity: 1;
  pointer-events: initial !important;
}

body > nav .menu {
  height: 72px;
  box-shadow: 0 2px 2px 0 black;
  width: 100%;
}

body > nav .menu:after {
  content: "";
  display: block;
  clear: both;
}

body > nav .menu li {
  background: url("./grafik/menu-center.png") repeat-x;
  float: left;
  display: inline-block;
  height: 100%;
  width: 20%;
  line-height: 72px;
  font-size: 0.6em;
  text-indent: 8px;
  position: relative;
  text-align: center;
}

body > nav .menu li + li:before {
  background: url("./grafik/menu-left-split.png") repeat-x;
  content: "";
  display: inline-block;
  float: left;
  width: 8px;
  height: 100%;
}

[data-workbook-page="Kunder"] .center-content {
  padding-bottom: 41px;
}

[data-workbook-page="Kunder"] .center-content .paging_container {
  height: 41px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -background: #f4f4f4;
  -border-top: 1px #d8d8d8 solid;
  -box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
}

[data-workbook-page="Kunder"] .center-content .paging_container .pagination {
  width: 220px;
  margin: 0 auto;
  line-height: 40px;
}

[data-workbook-page="Kunder"] .center-content .paging_container .pagination li {
  float: left;
  margin: 0 5px;
  font-size: 20px;
}

[data-workbook-page="Kunder"] .center-content .paging_container .pagination li.active {
  color: green;
}

@media (max-width: 468px) {
  [data-workbook-page="Kunder"] .center-content .row {
    height: 160px !important;
  }
  [data-workbook-page="Kunder"] .center-content .row.expanded {
    height: 210px !important;
  }
}

[data-workbook-page="Kunder"] .center-content .row .col {
  width: 43%;
  height: 105px;
  display: inline-block;
  float: left;
  line-height: 20px;
}

@media (max-width: 468px) {
  [data-workbook-page="Kunder"] .center-content .row .col {
    height: 150px !important;
  }
}

[data-workbook-page="Kunder"] .center-content .row .col + .col + .col {
  width: 14%;
  line-height: 80px;
}

[data-workbook-page="Kunder"] .center-content .row .col + .col + .col button {
  background: url("./grafik/down_knap.png") repeat-x 0 0;
  border: 0;
  border-radius: 0px;
  padding: 0;
  height: 45px;
  width: 45px;
  color: white;
}

[data-workbook-page="Kunder"] .center-content .row .col span {
  display: block;
}

[data-workbook-page="Kunder"] .center-content .row .col span.email {
  word-break: break-all;
}

[data-workbook-page="Kunder"] .center-content .row .interactions button {
  background: url("./grafik/knap-center_0000_Lag-2.png") repeat-x 0 0;
  margin: 0 1%;
  height: 40px;
  border: 0;
  display: inline-block;
  position: relative;
  border-radius: 7px;
  float: left;
  color: white;
}

[data-workbook-page="Kunder"] .center-content .row .interactions button {
  width: 16%;
}

[data-workbook-page="Kunder"] .center-content .row .interactions button + button {
  width: 29%;
}

[data-workbook-page="Kunder"] .center-content .row .interactions button + button + button {
  width: 20%;
}

[data-workbook-page="Kunder"] .center-content .row .interactions button + button + button + button {
  width: 27%;
}

[data-workbook-page="Kunder"] .center-content .row .interactions button:before {
  background: url("./grafik/knap-left_0000_Lag-2.png") no-repeat;
  width: 7px;
  display: inline-block;
  float: left;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

[data-workbook-page="Kunder"] .center-content .row .interactions button:after {
  background: url("./grafik/knap-right_0000_Lag-2.png") no-repeat;
  width: 10px;
  display: inline-block;
  float: right;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

[data-workbook-page="Kunder"] .center-content .row .interactions button span {
  position: relative;
  z-index: 3;
}

[data-workbook-page="Kunder"] .center-content .row.inactive {
  box-shadow: 0 0 10px 5px red inset !important;
}

[data-workbook-page="Kunder"] .center-content .row.inactive .status {
  color: red;
}

[data-workbook-page="bulktexting"] nav .menu {
  display: none;
}

[data-workbook-page="bulktexting"] nav header {
  position: fixed;
  width: 100%;
}

[data-workbook-page="bulktexting"] #choose_all {
  padding: 10px;
  background: #f4f4f4;
  position: fixed;
  top: 113px;
  width: 100%;
  height: 50px;
  z-index: 2;
}

[data-workbook-page="bulktexting"] #choose_all .checkcol + div {
  line-height: 32px;
}

[data-workbook-page="bulktexting"] #client_list .sub-menu {
  position: fixed;
  width: 100%;
  top: 60px;
}

[data-workbook-page="bulktexting"] #client_list .list {
  position: absolute;
  top: 163px;
  bottom: 40px;
  height: auto;
}

[data-workbook-page="bulktexting"] #client_list .list .row,
[data-workbook-page="bulktexting"] #choose_all .row {
  height: auto;
  display: grid;
  grid-template-columns: 3em 1fr;
}

[data-workbook-page="bulktexting"] #client_list .list .row input[type="checkbox"],
[data-workbook-page="bulktexting"] #choose_all .row input[type="checkbox"] {
  height: 2em;
  width: 2em;
}

[data-workbook-page="bulktexting"] #bulk_sender_button {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: none;
  padding: 1px;
  background: url(/project/workbook/style/grafik/new/knap_midt_0000_Lag-2.png) repeat-x 0 0;
  margin: 0;
  height: 40px;
  border: 0;
  display: inline-block;
  border-radius: 7px;
  color: #fff;
  width: 100%;
}

.modal.overlay .login_form [name="client_phone"],
.modal.overlay .login_form [name="client_email"],
.modal.overlay .login_form [name="client_landline"],
.modal.overlay .login_form [name="client_email_two"] {
  text-indent: 30px;
  /*
		f879 https://fontawesome.com/icons/phone-alt?style=solid
		f10b https://fontawesome.com/icons/mobile?style=solid
		f0e0 https://fontawesome.com/icons/envelope?style=solid
		*/
}

.modal.overlay .login_form .phone_field,
.modal.overlay .login_form .email_field,
.modal.overlay .login_form .mobile_field,
.modal.overlay .login_form .email_two_field {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

.modal.overlay .login_form .phone_field:before,
.modal.overlay .login_form .email_field:before,
.modal.overlay .login_form .mobile_field:before,
.modal.overlay .login_form .email_two_field:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  display: inline-block;
  font-weight: 900;
  /*
		f879 https://fontawesome.com/icons/phone-alt?style=solid
		f0e0 https://fontawesome.com/icons/envelope?style=solid
		*/
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  opacity: 0.5;
}

.modal.overlay .login_form .phone_field:before {
  content: "\f879";
}

.modal.overlay .login_form .mobile_field:before {
  content: "\f3cd";
}

.modal.overlay .login_form .email_field:before,
.modal.overlay .login_form .email_two_field:before {
  content: "\f0e0";
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row,
[data-workbook-page="ManglerBooking"] .center-content .row {
  height: 140px !important;
  position: relative;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row:after,
[data-workbook-page="ManglerBooking"] .center-content .row:after {
  content: "";
  display: block;
  clear: both;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col,
[data-workbook-page="ManglerBooking"] .center-content .row .col {
  width: 50%;
  height: 100px;
  display: inline-block;
  float: left;
  font-weight: 400;
  line-height: 20px;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col,
[data-workbook-page="ManglerBooking"] .center-content .row .col + .col {
  text-align: right;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col + .col,
[data-workbook-page="ManglerBooking"] .center-content .row .col + .col + .col {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 10px;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col + .col button,
[data-workbook-page="ManglerBooking"] .center-content .row .col + .col + .col button {
  background: url("./grafik/down_knap.png") repeat-x 0 0;
  border: 0;
  border-radius: 0px;
  padding: 5px 7px 5px 10px;
  height: 45px;
  width: 45%;
  margin: 0 1.25%;
  float: left;
  color: white;
  background: url("./grafik/knap-center_0000_Lag-2.png") repeat-x 0 0;
  /*margin: 0 auto;*/
  height: 40px;
  border: 0;
  display: inline-block;
  position: relative;
  border-radius: 7px;
  color: white;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col + .col button:before,
[data-workbook-page="ManglerBooking"] .center-content .row .col + .col + .col button:before {
  background: url("./grafik/knap-left_0000_Lag-2.png") no-repeat;
  width: 7px;
  display: inline-block;
  float: left;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col + .col button:after,
[data-workbook-page="ManglerBooking"] .center-content .row .col + .col + .col button:after {
  background: url("./grafik/knap-right_0000_Lag-2.png") no-repeat;
  width: 10px;
  display: inline-block;
  float: right;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col + .col button.was_reminded,
[data-workbook-page="ManglerBooking"] .center-content .row .col + .col + .col button.was_reminded {
  background: url("./grafik/knap-center_0001_Lag-1.png") repeat-x 0 0;
  line-height: 14px;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col + .col button.was_reminded:after,
[data-workbook-page="ManglerBooking"] .center-content .row .col + .col + .col button.was_reminded:after {
  background: url("./grafik/knap-right_0001_Lag-1.png") no-repeat;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col + .col button.was_reminded:before,
[data-workbook-page="ManglerBooking"] .center-content .row .col + .col + .col button.was_reminded:before {
  background: url("./grafik/knap-left_0001_Lag-1.png") no-repeat;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col + .col button span.last_mail_sent,
[data-workbook-page="ManglerBooking"] .center-content .row .col + .col + .col button span.last_mail_sent {
  color: #232323;
  font-size: 10px;
}

[data-workbook-page="ManglerBookingTwo"] .center-content .row .col span,
[data-workbook-page="ManglerBooking"] .center-content .row .col span {
  display: block;
}

[data-workbook-page="TilFakturering"] .sub-menu {
  height: 53px !important;
}

[data-workbook-page="TilFakturering"] .high-top {
  padding-top: 185px !important;
}

[data-workbook-page="TilFakturering"] .footer-menu {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 5px 0 10px;
  height: 56px;
  line-height: 46px;
  background: #fff;
  font-size: bold;
}

[data-workbook-page="TilFakturering"] .center-content {
  padding-bottom: 56px;
}

[data-workbook-page="TilFakturering"] .center-content .row .highlighted {
  height: 20px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold;
}

[data-workbook-page="TilFakturering"] .center-content .row.expanded {
  height: 169px !important;
}

[data-workbook-page="TilFakturering"] .center-content .row .col {
  width: 78%;
  /* 44 */
  height: 85px;
  display: inline-block;
  float: left;
  line-height: 20px;
}

[data-workbook-page="TilFakturering"] .center-content .row .col + .col {
  width: 00%;
  /* 34 */
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  font-weight: 900;
}

[data-workbook-page="TilFakturering"] .center-content .row .col + .col + .col {
  width: 22%;
  line-height: 48px;
}

[data-workbook-page="TilFakturering"] .center-content .row .col + .col + .col button {
  background: url("./grafik/down_knap.png") repeat-x 0 0;
  border: 0;
  border-radius: 0px;
  padding: 0;
  height: 45px;
  width: 45px;
  color: white;
}

[data-workbook-page="TilFakturering"] .center-content .row .col span {
  display: block;
  font-size: 14px;
}

[data-workbook-page="TilFakturering"] .center-content .row .col .address, [data-workbook-page="TilFakturering"] .center-content .row .col .city {
  display: inline-block;
}

[data-workbook-page="TilFakturering"] .center-content .row .col .address {
  margin-right: 5px;
}

[data-workbook-page="TilFakturering"] .center-content .row .interactions button {
  background: url("./grafik/knap-center_0000_Lag-2.png") repeat-x 0 0;
  margin: 0 1%;
  height: 40px;
  border: 0;
  display: inline-block;
  position: relative;
  border-radius: 7px;
  float: left;
  color: white;
}

[data-workbook-page="TilFakturering"] .center-content .row .interactions button {
  width: 16%;
}

[data-workbook-page="TilFakturering"] .center-content .row .interactions button + button {
  width: 25%;
}

[data-workbook-page="TilFakturering"] .center-content .row .interactions button + button + button {
  width: 40%;
}

[data-workbook-page="TilFakturering"] .center-content .row .interactions button + button + button + button {
  width: 27%;
}

[data-workbook-page="TilFakturering"] .center-content .row .interactions button:before {
  background: url("./grafik/knap-left_0000_Lag-2.png") no-repeat;
  width: 7px;
  display: inline-block;
  float: left;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

[data-workbook-page="TilFakturering"] .center-content .row .interactions button:after {
  background: url("./grafik/knap-right_0000_Lag-2.png") no-repeat;
  width: 10px;
  display: inline-block;
  float: right;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

[data-workbook-page="TilFakturering"] .center-content .row .interactions button.has_note span:before {
  content: "1";
  display: block;
  position: absolute;
  top: 8px;
  right: 12px;
  height: 18px;
  width: 18px;
  z-index: 2;
  background-color: #F57B3D;
  border-radius: 25px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.1) inset;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  color: white;
  font-weight: 400;
}

[data-workbook-page="TilFakturering"] .center-content .row .interactions button span {
  /*position: relative;*/
  z-index: 3;
}

[data-workbook-page="DagensRuteList"] .center-content {
  padding-top: 182px;
  padding-bottom: 56px;
}

[data-workbook-page="DagensRuteList"] .center-content .sub-menu {
  padding: 0;
  position: absolute;
  top: 132px;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

[data-workbook-page="DagensRuteList"] .center-content .sub-menu #date_header {
  display: inline;
  width: 200px;
  text-align: center;
  border: transparent;
  background: transparent;
  font-weight: bold;
  font-size: 22px;
}

[data-workbook-page="DagensRuteList"] .center-content .sub-menu h1 {
  text-align: center;
}

[data-workbook-page="DagensRuteList"] .center-content .footer-menu {
  position: absolut;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 5px 0 10px;
  height: 56px;
  line-height: 46px;
}

[data-workbook-page="DagensRuteList"] .center-content .footer-menu .calendar,
[data-workbook-page="DagensRuteList"] .center-content .footer-menu input {
  font-size: 16px;
  padding: 5px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  border-radius: 5px;
  /*box-shadow: 0 0 1px 0 black;*/
  width: 100%;
  display: inline-block;
  background: #fff;
  line-height: 24px;
  height: 36px;
  text-align: center;
  /*box-shadow:2px 2px 3px 0 rgba(0,0,0,0.3), 1px 1px 1px rgba(255,255,255,0.1) inset;*/
}

[data-workbook-page="DagensRuteList"] .center-content .footer-menu input[type="submit"] {
  width: 25%;
  display: inline-block;
  float: left;
  margin-left: 2.5%;
}

[data-workbook-page="DagensRuteList"] .center-content .footer-menu input[type="submit"] + .calendar + input[type="submit"] {
  margin-left: 0;
}

[data-workbook-page="DagensRuteList"] .center-content .footer-menu .calendar {
  width: 40%;
  display: inline-block;
  float: left;
  margin: 5px 2.5% 0;
}

[data-workbook-page="DagensRuteList"] .center-content .list li {
  position: relative;
}

[data-workbook-page="DagensRuteList"] .center-content .list li.expanded-wrap .row {
  height: 170px !important;
  box-shadow: 0 0 2px 1px black inset;
}

@media (max-width: 1023px) {
  [data-workbook-page="DagensRuteList"] .center-content .list li.expanded-wrap .row {
    height: 150px !important;
  }
}

@media (max-width: 567px) {
  [data-workbook-page="DagensRuteList"] .center-content .list li.expanded-wrap .row {
    height: 180px !important;
  }
}

@media (max-width: 374px) {
  [data-workbook-page="DagensRuteList"] .center-content .list li.expanded-wrap .row {
    height: 185px !important;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .list li.expanded-wrap .inter-flex-wrap {
  display: flex;
}

[data-workbook-page="DagensRuteList"] .center-content .row {
  height: 120px !important;
}

@media (max-width: 1023px) {
  [data-workbook-page="DagensRuteList"] .center-content .row {
    height: 100px !important;
  }
}

@media (max-width: 567px) {
  [data-workbook-page="DagensRuteList"] .center-content .row {
    height: 130px !important;
  }
}

@media (max-width: 374px) {
  [data-workbook-page="DagensRuteList"] .center-content .row {
    height: 140px !important;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .row .highlighted {
  height: 30px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold;
}

[data-workbook-page="DagensRuteList"] .center-content .row .col {
  width: 14%;
  line-height: 20px;
  padding-top: 10px;
  height: 85px !important;
}

@media (max-width: 567px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col {
    height: 65px !important;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .row .col + .col {
  padding-top: 0;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  width: 30%;
}

@media (max-width: 567px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col + .col {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 499px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col + .col {
    font-size: 12px;
    line-height: 16px;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .row .col + .col + .col {
  padding-top: 0;
  width: 19%;
  line-height: 24px;
}

@media (max-width: 567px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col + .col + .col {
    line-height: 18px;
  }
}

@media (max-width: 499px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col + .col + .col {
    line-height: 16px;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .row .col + .col + .col button {
  background: url("./grafik/down_knap.png") repeat-x 0 0;
  border: 0;
  border-radius: 0px;
  padding: 0;
  height: 45px;
  width: 45px;
  color: white;
}

@media (max-width: 567px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col + .col + .col button {
    height: 30px;
    width: 30px;
    background-size: 100%;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .row .col + .col + .col button.has_note span {
  position: relative;
  height: 45px;
  width: 45px;
}

@media (max-width: 567px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col + .col + .col button.has_note span {
    height: 30px;
    width: 30px;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .row .col + .col + .col button.has_note span:before {
  content: "1";
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  height: 18px;
  width: 18px;
  z-index: 2;
  background-color: #f57b3d;
  border-radius: 25px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.1) inset;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  color: white;
  font-weight: 400;
}

[data-workbook-page="DagensRuteList"] .center-content .row .col:last-child {
  width: 7% !important;
}

@media (max-width: 599px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col:last-child {
    width: 10% !important;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .row .col.col-text {
  padding-top: 0;
}

[data-workbook-page="DagensRuteList"] .center-content .row .col.col-text .email {
  word-break: break-all;
}

@media (max-width: 1023px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col.col-text {
    width: 22% !important;
  }
}

@media (max-width: 599px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col.col-text {
    width: 19% !important;
  }
}

@media (max-width: 567px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col.col-text span {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 499px) {
  [data-workbook-page="DagensRuteList"] .center-content .row .col.col-text span {
    font-size: 12px;
    line-height: 16px;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .row .col span {
  display: block;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions {
  background: #e8e8e8;
  position: absolute;
  bottom: 5px;
  left: 0;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions.inter-flex-wrap {
  width: 99%;
  margin: 0 0 0 2px;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

@media (max-width: 767px) {
  [data-workbook-page="DagensRuteList"] .center-content .interactions.inter-flex-wrap {
    padding: 0 10px;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .interactions.inter-flex-wrap button {
  width: 31% !important;
  margin: 0;
}

@media (max-width: 1023px) {
  [data-workbook-page="DagensRuteList"] .center-content .interactions.inter-flex-wrap button {
    width: 30% !important;
  }
}

@media (max-width: 767px) {
  [data-workbook-page="DagensRuteList"] .center-content .interactions.inter-flex-wrap button {
    width: 28% !important;
  }
}

[data-workbook-page="DagensRuteList"] .center-content .interactions button {
  background: url("./grafik/knap-center_0000_Lag-2.png") repeat-x 0 0;
  margin: 0 1%;
  height: 40px;
  border: 0;
  display: inline-block;
  position: relative;
  border-radius: 7px;
  float: left;
  color: white;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions button {
  width: 27.3%;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions button + button {
  width: 27.3%;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions button + button + button {
  width: 27.3%;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions button + button + button + button {
  width: 17%;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions button:before {
  background: url("./grafik/knap-left_0000_Lag-2.png") no-repeat;
  width: 7px;
  display: inline-block;
  float: left;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions button:after {
  background: url("./grafik/knap-right_0000_Lag-2.png") no-repeat;
  width: 10px;
  display: inline-block;
  float: right;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions button.has_note span:before {
  content: "1";
  display: block;
  position: absolute;
  top: 8px;
  right: 12px;
  height: 18px;
  width: 18px;
  z-index: 2;
  background-color: #f57b3d;
  border-radius: 25px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.1) inset;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  color: white;
  font-weight: 400;
}

[data-workbook-page="DagensRuteList"] .center-content .interactions button span {
  /*position: relative;*/
  z-index: 3;
}

.flex-wrap {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
}

.col-flex-wrap {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.col-flex-wrap.j-c-f-e {
  justify-content: flex-end;
}

.col-text-show {
  background-color: #e8e8e8;
}

.settings_panel {
  position: relative;
  color: white;
  padding: 2em;
}

[data-workbook-page=PlanlagtBooking] .center-content .row {
  height: 140px !important;
  height: 140px !important;
  position: relative;
  position: relative;
}

[data-workbook-page=PlanlagtBooking] .center-content .row:after {
  content: "";
  content: "";
  display: block;
  display: block;
  clear: both;
  clear: both;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col {
  width: 50%;
  width: 50%;
  height: 100px;
  height: 100px;
  display: inline-block;
  display: inline-block;
  float: left;
  float: left;
  font-weight: 400;
  font-weight: 400;
  line-height: 20px;
  line-height: 20px;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col span {
  display: block;
  display: block;
}

@media all and (max-width: 359px) {
  [data-workbook-page=PlanlagtBooking] .center-content .row .col span.email {
    font-size: 13px !important;
  }
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col + .col {
  text-align: right;
  text-align: right;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col + .col + .col {
  position: absolute;
  position: absolute;
  right: 0;
  right: 0;
  bottom: 0;
  bottom: 0;
  width: 100%;
  width: 100%;
  height: 60px;
  height: 60px;
  padding: 10px;
  padding: 10px;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col + .col + .col button {
  background: url(./grafik/down_knap.png) repeat-x 0 0;
  background: url(./grafik/down_knap.png) repeat-x 0 0;
  border: 0;
  border: 0;
  border-radius: 0;
  border-radius: 0;
  padding: 5px 7px 5px 10px;
  padding: 5px 7px 5px 10px;
  height: 45px;
  height: 45px;
  width: 45%;
  width: 45%;
  margin: 0 1.25%;
  margin: 0 1.25%;
  float: left;
  float: left;
  color: #fff;
  color: #fff;
  background: url(./grafik/knap-center_0000_Lag-2.png) repeat-x 0 0;
  background: url(./grafik/knap-center_0000_Lag-2.png) repeat-x 0 0;
  height: 40px;
  height: 40px;
  border: 0;
  border: 0;
  display: inline-block;
  display: inline-block;
  position: relative;
  position: relative;
  border-radius: 7px;
  border-radius: 7px;
  color: #fff;
  color: #fff;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col + .col + .col button:before {
  background: url(./grafik/knap-left_0000_Lag-2.png) no-repeat;
  background: url(./grafik/knap-left_0000_Lag-2.png) no-repeat;
  width: 7px;
  width: 7px;
  display: inline-block;
  display: inline-block;
  float: left;
  float: left;
  height: 100%;
  height: 100%;
  content: "";
  content: "";
  position: absolute;
  position: absolute;
  left: 0;
  left: 0;
  top: 0;
  top: 0;
  z-index: 2;
  z-index: 2;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col + .col + .col button:after {
  background: url(./grafik/knap-right_0000_Lag-2.png) no-repeat;
  background: url(./grafik/knap-right_0000_Lag-2.png) no-repeat;
  width: 10px;
  width: 10px;
  display: inline-block;
  display: inline-block;
  float: right;
  float: right;
  height: 100%;
  height: 100%;
  content: "";
  content: "";
  position: absolute;
  position: absolute;
  right: 0;
  right: 0;
  top: 0;
  top: 0;
  z-index: 2;
  z-index: 2;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col + .col + .col button span.last_mail_sent {
  color: #232323;
  color: #232323;
  font-size: 10px;
  font-size: 10px;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col + .col + .col button.was_reminded {
  background: url(./grafik/knap-center_0001_Lag-1.png) repeat-x 0 0;
  background: url(./grafik/knap-center_0001_Lag-1.png) repeat-x 0 0;
  line-height: 14px;
  line-height: 14px;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col + .col + .col button.was_reminded:after {
  background: url(./grafik/knap-right_0001_Lag-1.png) no-repeat;
  background: url(./grafik/knap-right_0001_Lag-1.png) no-repeat;
}

[data-workbook-page=PlanlagtBooking] .center-content .row .col + .col + .col button.was_reminded:before {
  background: url(./grafik/knap-left_0001_Lag-1.png) no-repeat;
  background: url(./grafik/knap-left_0001_Lag-1.png) no-repeat;
}

#lws_modal_edit_booking form textarea {
  width: 100%;
  height: 6em;
}

[data-workbook-page="Kunder"] .abc {
  background-color: -internal-light-dark(#efefef, #3b3b3b);
  background: url("./grafik/knap-center_0000_Lag-2.png") repeat-x 0 0;
  position: relative;
  margin: 0;
  display: block;
  float: left;
  width: 24%;
  margin-left: 10px;
  height: 32px;
  line-height: 25px;
  font-size: 16px;
  padding: 5px 10px 5px 7px;
  border: 0 black solid;
  border-radius: 5px;
  box-shadow: 0 0 1px 0 black;
  text-align: center;
  background: url(./grafik/knap-center_0000_Lag-2.png) repeat-x 0 0;
  height: 40px;
  border: 0;
  display: inline-block;
  border-radius: 7px;
  color: white;
}

.btn-group {
  display: flex !important;
  justify-content: space-between;
  align-items: baseline;
  text-align: center !important;
  bottom: 50px !important;
}

@media all and (max-width: 1199px) {
  .btn-group {
    bottom: 5px !important;
    align-items: flex-end;
  }
}

.btn-group .date-time {
  width: 24% !important;
}

.btn-group .date-time span {
  padding-top: 0;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: 900;
}

@media all and (max-width: 1199px) {
  .btn-group .date-time span {
    font-size: 22px;
    line-height: 35px;
  }
}

@media all and (max-width: 767px) {
  .btn-group .date-time span {
    font-size: 20px;
    line-height: 35px;
  }
}

@media all and (max-width: 567px) {
  .btn-group .date-time span {
    font-size: 16px;
    line-height: 32px;
  }
}

@media all and (max-width: 375px) {
  .btn-group .date-time span {
    font-size: 14px;
    line-height: 28px;
  }
}

@media all and (max-width: 375px) {
  .btn-group .date-time span {
    font-size: 12px;
    line-height: 28px;
  }
}

.btn-group .date-time button {
  width: 100% !important;
  margin: 0 !important;
}

.btn-group .book_now_lacking {
  width: 49% !important;
}

@media all and (max-width: 1199px) {
  .btn-group .book_now_lacking {
    width: 48% !important;
    margin-bottom: 0 !important;
  }
}

.btn-group .book_now_lacking button {
  width: 100% !important;
}

.span-dv {
  text-align: center;
}

.span-dv p {
  font-size: 28px;
  font-weight: bold;
  margin-top: -15px;
}

@media all and (max-width: 1199px) {
  .span-dv p {
    font-size: 22px;
    line-height: 35px;
  }
}

@media all and (max-width: 767px) {
  .span-dv p {
    font-size: 20px;
    line-height: 35px;
  }
}

@media all and (max-width: 567px) {
  .span-dv p {
    font-size: 16px;
    line-height: 32px;
  }
}

@media all and (max-width: 375px) {
  .span-dv p {
    font-size: 14px;
    line-height: 28px;
  }
}

@media all and (max-width: 375px) {
  .span-dv p {
    font-size: 12px;
    line-height: 28px;
  }
}

@media all and (max-width: 1199px) {
  [data-workbook-page=PlanlagtBooking] .center-content .row {
    height: 170px !important;
    height: 170px !important;
  }
  [data-workbook-page=PlanlagtBooking] .center-content .row .col + .col + .col {
    height: 110px !important;
    height: 110px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  [data-workbook-page="Kunder"] .abc {
    width: 24%;
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  [data-workbook-page="Kunder"] .abc {
    width: 24%;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  [data-workbook-page="Kunder"] .abc {
    width: 24%;
    margin-left: 6px;
  }
}

@media only screen and (max-width: 575px) {
  [data-workbook-page="Kunder"] .abc {
    width: 24%;
    margin-left: 4px;
  }
}

@media (max-width: 398px) {
  [data-workbook-page="Kunder"] .abc {
    width: 47% !important;
    margin-left: 8px;
    margin-top: 3px;
  }
}

@media all and (max-width: 870px) {
  button[name=send_please_book_mail] {
    width: 47.5% !important;
  }
  button[name=send_please_book_sms] {
    width: 47.5% !important;
  }
  .book_now_lacking {
    margin-bottom: 1em !important;
    width: 97.5% !important;
    float: none !important;
    display: block !important;
  }
  .mobile_menu_holder {
    display: block;
  }
  .desktop_menu_holder {
    display: none;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  font-family: inherit;
  max-width: 100%;
}

html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: #2d2d2d;
  /*font-family: 'Lato', sans-serif;*/
  font-family: sans-serif;
  font-weight: 400;
}

* + * {
  margin-top: 5px;
}

a,
a:checked,
a:visited,
a:active {
  color: inherit;
  text-transform: inherit;
  text-decoration: inherit;
}

.sub-menu {
  position: relative;
  z-index: 2;
  height: 107px;
  background-color: #f4f4f4;
  border-bottom: 1px #d8d8d8 solid;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 70px;
  padding: 10px;
}

.sub-menu * {
  text-align: left;
}

.sub-menu input {
  font-size: 16px;
  padding: 5px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  border-radius: 5px;
  /*box-shadow: 0 0 1px 0 black;*/
  width: 100%;
  display: block;
  /*box-shadow:2px 2px 3px 0 rgba(0,0,0,0.3), 1px 1px 1px rgba(255,255,255,0.1) inset;*/
}

.sub-menu button {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 20px;
  font-size: 16px;
  padding: 5px 10px 5px 7px;
  border: 0 black solid;
  border-radius: 5px;
  box-shadow: 0 0 1px 0 black;
  text-align: center;
  background: url("./grafik/knap-center_0000_Lag-2.png") repeat-x 0 0;
  height: 40px;
  border: 0;
  display: inline-block;
  border-radius: 7px;
  color: white;
}

.sub-menu button:before {
  background: url("./grafik/knap-left_0000_Lag-2.png") no-repeat;
  width: 7px;
  display: inline-block;
  float: left;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.sub-menu button:after {
  background: url("./grafik/knap-right_0000_Lag-2.png") no-repeat;
  width: 10px;
  display: inline-block;
  float: right;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.center-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 132px;
}

.center-content.high-top {
  padding-top: 167px;
}

.center-content.low-top {
  padding-top: 60px;
}

.center-content .list {
  overflow: auto;
  height: 100%;
  width: 100%;
}

.center-content .list .row {
  height: 115px;
  background: #e8e8e8;
  transition: all 0.2s linear;
  overflow: hidden;
  padding: 10px;
}

.center-content .list .row.expanded {
  height: 165px;
  box-shadow: 0 0 2px 1px black inset;
}

.center-content .list .row:nth-child(2n) {
  background: #f4f4f4;
}

#front-page {
  font-size: 20px;
  padding: 70px 10px 10px;
}

#front-page .high-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#front-page .high-top header {
  height: 60px;
}

#front-page > section.entry {
  width: 50%;
  height: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  text-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.1) inset;
}

#front-page > section.entry,
#front-page > section.entry + .entry + .entry + .entry {
  background: rgba(90, 92, 97, 0.25);
}

#front-page > section.entry + .entry,
#front-page > section.entry + .entry + .entry {
  background: rgba(99, 97, 92, 0.25);
}

#front-page > section.entry {
  top: -5px;
  left: -5px;
  right: initial;
  bottom: initial;
}

#front-page > section.entry + .entry {
  top: -5px;
  right: -5px;
  left: initial;
  bottom: initial;
}

#front-page > section.entry + .entry + .entry {
  top: initial;
  left: -5px;
  right: initial;
  bottom: -5px;
}

#front-page > section.entry + .entry + .entry + .entry {
  top: initial;
  left: initial;
  right: -5px;
  bottom: -5px;
}

#front-page > section.entry a {
  height: 100%;
  width: 100%;
  display: block;
}

#front-page > section.entry #notifications {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  width: 25px;
  z-index: 2;
  background-color: #F57B3D;
  border-radius: 25px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.1) inset;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  color: white;
  font-weight: 400;
}

#front-page > section.entry .text {
  display: block;
  color: white;
  position: relative;
  top: 20%;
  font-size: 1em;
  font-weight: 400;
  transform: translateY(-50%);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

#front-page > section.entry .icon {
  position: relative;
  display: block;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}

#front-page > section.entry .icon img {
  max-width: 60%;
  max-height: 90%;
}

@media all and (max-width: 870px) {
  [data-workbook-page="ManglerBookingTwo"] .center-content .row .col + .col + .col,
  [data-workbook-page="ManglerBooking"] .center-content .row .col + .col + .col {
    height: 110px !important;
  }
  [data-workbook-page="ManglerBookingTwo"] .center-content .row,
  [data-workbook-page="ManglerBooking"] .center-content .row {
    height: 190px !important;
  }
  button[name="send_please_book_mail"],
  button[name="send_please_book_sms"] {
    width: 47.5% !important;
  }
  .book_now_lacking {
    margin-bottom: 1em !important;
    width: 97.5% !important;
    float: none !important;
    display: block !important;
  }
}

@media all and (min-width: 871px) {
  .mobile_menu_holder {
    display: none;
  }
  .desktop_menu_holder {
    display: block;
  }
}

@media all and (max-width: 870px) {
  .mobile_menu_holder {
    display: block;
  }
  .desktop_menu_holder {
    display: none;
  }
}

/*
input[disabled='disabled'] {
	padding: 0;
	display: block;
	background: transparent;
	border: transparent;
	color:inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	& + input[disabled='disabled'] {
		margin-top: 0;
	}
}
*/
/**** GLOBAL ****/
body {
  font-family: Roboto;
}

/*** HEADINGS ***/
h1 {
  font-size: 30px !important;
  font-weight: bold;
}

h2 {
  font-size: 20px !important;
  font-weight: bold;
}

h3 {
  font-size: 15px !important;
  font-weight: bold;
}

/*** WARNINGS ***/
.forgotten_text_warning {
  background: red !important;
  color: #ffffff !important;
  margin-top: 9px;
}

.forgotten_text_warning.display {
  padding: 9px !important;
}

/**** NAVIGATION ****/
body > nav header .menu_flyout_holder .menu_flyout .menu_element {
  padding: 9px 36px 9px 18px;
  display: block;
  font-family: Roboto;
  font-size: 18px;
  text-decoration: none;
  color: #292929;
  border-bottom: 1px solid #a0a0a0;
}

body > nav > header .profile_menu {
  font-size: 32px;
  position: relative;
  top: 4px;
}

/**** SETTINGS PANEL ****/
.settings_panel h1 {
  padding-bottom: 36px;
}

.settings_panel span.SMS_count font.text {
  font-weight: bold;
  padding-right: 36px;
}

.settings_panel h2 {
  text-transform: uppercase;
  padding-bottom: 9px;
  border-bottom: 1px solid #a0a0a0 !important;
}

.settings_panel h3 {
  padding-top: 18px;
  padding-bottom: 9px;
}

.settings_panel textarea {
  width: 924px !important;
  height: 24em !important;
}

.settings_panel div.sms_length {
  padding: 9px 0;
  font-size: 15px;
}

.settings_panel input[type="submit"] {
  padding: 9px 54px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #292929;
  color: #ffffff;
  border-radius: 50px;
}

.settings_panel div.info {
  font-size: 15px;
}

.settings_panel div.info span {
  font-weight: bold;
}

.checkcol .checkstate_icon + input {
  display: none;
}

.checkcol .checkstate_icon {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  display: inline-block;
  /* Don't change above */
  line-height: 40px;
  /* samme som height ! */
  height: 40px;
  width: 40px;
  /* brug kvadratiske dimmensioner for bedst samspil med font-awesome ikon */
  border: 1px solid grey;
  border-radius: 5px;
  /* runde hjørner ? */
}

.checkcol .checkstate_icon:before {
  content: "\f0c8";
  /* https://fontawesome.com/icons/square?style=regular  */
  content: "";
  color: grey;
}

.checkcol .checkstate_icon.checked {
  /* ændrigner til "kassen" ved checked */
  border-color: green;
  background-color: green;
}

.checkcol .checkstate_icon.checked:before {
  /* ændrigner til ikonet ved checked */
  font-size: 32px;
  content: "\f14a";
  /* https://fontawesome.com/icons/check-square?style=regular */
  content: "\f00c";
  /*https://fontawesome.com/icons/check?style=solid */
  font-weight: 900;
  /* for at få style solid */
  color: white;
}

@media screen and (min-width: 769px) {
  #MenuTab-mobile {
    display: none;
  }
  #MenuTab-desktop {
    display: block;
  }
  #div-mobile {
    display: none;
  }
  #div-desktop {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #MenuTab-mobile {
    display: block;
  }
  #MenuTab-desktop {
    display: none;
  }
  #div-mobile {
    display: block;
  }
  #div-desktop {
    display: none;
  }
}

#MenuTab-mobile select {
  border: 0 black solid;
  border-radius: 5px;
  padding: 2px;
  box-shadow: 0 0 1px 0 black;
  line-height: 30px;
  text-indent: 5px;
  display: flex;
  width: 98%;
  margin: 0px auto;
  height: 40px;
}
