/**********************************************************/
/* MISC. */
/**********************************************************/
input[type=submit] {
  -webkit-appearance: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.requiredAsterisk {
  color: red;
}
h4 {
  font-size: 16px;
}
.ui-mini {
  margin: 0.446em 0;
}
.ui-content {
  padding: 10px;
}
.nopad {
  padding: 0;
}
input,
textarea {
  outline: none;
}
input.border,
textarea.border {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.4em;
}
.textField {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333333;
  text-shadow: 0 0 0 #f3f3f3;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.4em;
  margin-bottom: 0.5em;
}
.hidden {
  display: none;
}
.ui-corner-all {
  -webkit-border-radius: 0.3em /*{global-radii-blocks}*/;
  border-radius: 0.3em /*{global-radii-blocks}*/;
}
.navbar {
  text-shadow: none !important;
}
.btn-green {
  display: inline-block;
  background: #057D37 !important;
  color: #fff !important;
  text-shadow: none !important;
  border: none;
  text-align: center;
  margin: 0 auto;
  /*padding: 7px;*/
  width: 100%;
  cursor: pointer;
}
body {
  background: #e1e1e1;
  height: 100%;
  min-height: 100% !important;
}
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
  background-color: #e1e1e1;
  border-color: #bbbbbb;
  color: #333333;
  text-shadow: 0 1px 0 #f3f3f3;
}
.ui-overlay-a {
  background-color: #000;
}
.page {
  background: #e1e1e1 !important;
  min-height: 100% !important;
}
.page h2 {
  margin: 16px 16px -10px 16px;
  color: #6a9c1f;
  color: #057D37;
  font-size: 22px;
}
.ui-content {
  background: #fff;
  margin: 16px;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ui-content p:first-child {
  margin-top: 0;
}
.ui-content p:last-child {
  margin-bottom: 0;
}
.ui-btn.small {
  font-size: 12px;
  padding: 0.4em 0.7em;
}
.ui-btn.ui-mini {
  font-size: 16px;
  padding: 0.5em 0.8em;
}
.ui-btn.inlineBtn {
  display: inline-block;
}
.ui-btn.noMargin {
  margin: 0;
}
.ui-btn.green {
  text-shadow: none;
  color: #fff;
  background: #057D37;
  border-color: #035626;
  font-weight: 600;
}
.ui-btn.green:hover,
.ui-btn.green:active {
  text-shadow: none;
  color: #fff;
  background: #035626;
  border-color: #035626;
}
#headerBar {
  background: #057D37;
  border-top: none;
  border-bottom: 1px solid #6a9c1f;
  border-bottom: 1px solid #023317;
  text-shadow: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
#headerBar h1 {
  display: block;
  height: auto;
  width: 200px;
  margin: 0 auto;
}
#headerBar h1.ui-title a:link.ui-link,
#headerBar h1.ui-title a:visited.ui-link {
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 200;
}
#headerBar h1 img {
  display: block;
  height: 35px;
  width: 144px;
  width: auto;
  margin: -5px auto;
}
.validate input.error,
.validate textarea.error,
.validate select.error {
  border-color: red;
}
label.error {
  color: darkred;
  background: none;
  padding: 2px 10px;
  /*margin-left: .3em;*/
  font-size: 12px;
}
label.error:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f071";
  margin-right: 0.3em;
  margin-left: -3px;
}
.light {
  color: #999;
}
.small {
  font-size: 0.85em !important;
}
.newsDate {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #888;
}
.newsIcon {
  display: inline-block;
  vertical-align: top;
  font-size: 8px;
  text-transform: uppercase;
  padding: 0 5px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: red;
  text-shadow: none;
}
.alertBox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.6em 0.8em;
  background: #E7F3FF;
  border: 1px solid #dae8f6;
  color: #6e8aa6;
  margin-bottom: 7px;
  text-shadow: none;
}
.alertBox a {
  color: inherit;
}
.alertBox.red {
  background: #F8E8E5;
  border-color: #E7D4D4;
  color: #AF7474;
}
.alertBox.center {
  text-align: center;
}
/**********************************************************/
/* NAVIGATION */
/**********************************************************/
.menuButton {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: 8px;
}
.menuButton .fa {
  font-size: 26px;
}
#nav-panel {
  position: fixed;
  top: 46px;
  left: 0;
  background: #333333;
  border: #222222;
  padding: 0;
}
#nav-panel .ui-panel-inner {
  min-height: auto;
  height: calc(100% - 46px);
  overflow-y: scroll;
}
#nav-panel ul li a {
  background: #333;
  text-shadow: none;
  color: #bfbfbf;
  border: none;
  font-weight: 600;
  border-bottom: 1px solid #606060;
  font-size: 17px;
}
#nav-panel ul li a .fal {
  margin-right: 3px;
  font-size: 20px;
  opacity: 0.5;
}
#nav-panel ul li a:hover {
  background: #057D37;
  color: #fff;
}
#nav-panel ul li a:hover .fal {
  opacity: 0.5;
}
.menuPanelLogoBtn {
  max-width: 360px;
  min-height: 20px;
  margin: 45px auto 0 auto;
}
.menuPanelLogoBtn img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 30px auto;
}
.menuPanelLogoBtn .ui-btn {
  width: 40%;
  margin: 0 auto;
  background: #057D37 !important;
  border: 1px solid #6a9c1f !important;
  border: 1px solid #023317 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.menuPanelLogoBtn .ui-btn:hover {
  background: #6a9c1f !important;
  background: #023317 !important;
}
.ui-btn .fal:first-child {
  margin-right: 0.3em;
}
.ui-footer {
  background: transparent !important;
  border: none;
}
.ui-footer .ui-navbar {
  background: transparent;
  padding: 5px 15px 20px;
}
.ui-footer .ui-btn {
  padding: 0.8em 1em;
}
.ui-footer .btn-green {
  font-size: 14px;
  padding: 9px 5px;
}
.ui-navbar li .ui-btn {
  font-size: 16px;
}
/**********************************************************/
/* LOGIN PAGE */
/**********************************************************/
.loginpage {
  background: #057D37;
  color: #fff;
  text-shadow: none;
  padding-top: 50px;
  min-height: 100% !important;
}
.loginpage > .ui-content {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.loginpage > .ui-content > img {
  display: block;
  height: auto;
  height: 70px;
  margin: 0 auto 40px auto;
}
.loginpage > .ui-content > form {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.loginpage > .ui-content > form .ui-input-text {
  margin-bottom: 10px;
}
.loginpage > .ui-content > form .ui-btn,
.loginpage > .ui-content > form button.ui-btn {
  background: #035626 !important;
  border: 1px solid #023317 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.loginpage > .ui-content > form .ui-btn:hover,
.loginpage > .ui-content > form button.ui-btn:hover {
  background: #5e8e1f !important;
}
.loginpage .loginMessage {
  width: 100%;
  max-width: 380px;
  text-align: center;
  background: #333;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  margin: -20px auto 10px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.loginpage .username,
.loginpage .password {
  padding-left: 36px;
  background: url("/mobil/img/icon-login-user.png") no-repeat left 10px center;
}
.loginpage .password {
  background: url("/mobil/img/icon-login-lock.png") no-repeat left 10px center;
}
.iconLabel {
  position: relative;
  padding-left: 1.5em;
}
.iconLabel .fal {
  position: absolute;
  top: 0.2em;
  left: 0;
}
/**********************************************************/
/* ORDER EMPTYING */
/**********************************************************/
.containerListItem {
  position: relative;
  width: auto;
  clear: both;
  padding: 7px;
  border-bottom: 1px solid #dddddd;
  overflow: auto;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.containerListItem.red {
  background: #ffe7e2;
}
.containerListItem h2 {
  margin: 0.8em 0;
}
.containerListItem * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.containerListItem a.removeFromScanned {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  background: #057D37;
  color: #fff;
  height: 24px;
  width: 24px;
  text-align: center;
  font-size: 12px;
  padding: 3px 0 0 0;
  z-index: 999;
}
.containerListItem:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.containerListItem .image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: #f2f2f2;
  background: #fff;
  border-radius: 100px;
}
.containerListItem .image img {
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.containerListItem .image .noImage {
  display: block;
  margin: 5px auto;
  width: 50px;
  height: auto;
}
.containerListItem .info {
  padding: 0 0 0 7px;
  font-size: 16px;
}
.containerListItem .selectButton {
  width: 100%;
  /*min-height: 10px;
		padding-top: 5px;*/
  clear: both;
}
.containerListItem.cancelled,
.containerListItem.hjemtaget {
  color: #ccc;
  text-shadow: none;
  background: url("/mobil/img/adhoc-cancelled.png") top 10px right 10px no-repeat;
}
.containerListItem.cancelled b,
.containerListItem.hjemtaget b {
  font-weight: normal;
}
.containerListItem.cancelled span,
.containerListItem.hjemtaget span {
  color: #ccc !important;
}
.containerListItem.hjemtaget {
  background: url("/mobil/img/adhoc-hjemtaget.png") top 10px right 15px no-repeat;
}
.guidesListItem {
  width: auto;
  clear: both;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  /*overflow: auto;
	zoom: 1;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.guidesListItem * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  /* Modern Browsers */
}
/**********************************************************/
/* CONTAINERS */
/**********************************************************/
.containerMoreInfo {
  padding: 12px;
  max-width: 288px;
  min-width: 288px;
  width: 100%;
  margin: 15px auto;
}
#guidesPage .guidesMoreInfo {
  padding: 12px;
  max-width: 280px;
  margin: 15px auto;
}
.containerTypeItem {
  margin-bottom: 10px;
  position: relative;
}
.containerTypeItem .inner {
  position: relative;
  min-height: 80px;
}
.containerTypeItem .image {
  position: relative;
  width: 100px;
}
.containerTypeItem .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  padding-left: 110px;
}
.containerTypeItem .info .title {
  font-size: 0.8em;
  font-weight: 600;
}
.containerTypeItem .info .dimensions {
  font-size: 0.7em;
}
.containerTypeItem .action {
  padding-top: 5px;
}
.containerTypeItem .action a {
  display: inline-block;
  background: #eee;
  color: #555;
  font-size: 0.9em;
  line-height: 28px;
  padding: 0 12px;
  text-decoration: none;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.containerTypeSelect {
  margin-bottom: 10px;
  /*background: #fff;
	-webkit-border-radius:.3em;
	-moz-border-radius: .3em;
	border-radius:.3em;
	padding: 10px;*/
}
.containerTypeSelect .selected {
  border: 1px solid #e4e4e4;
  background: #f0f0f0;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0, 0, 0, 0.2) /*{global-box-shadow-color}*/;
  -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0, 0, 0, 0.2) /*{global-box-shadow-color}*/;
  box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0, 0, 0, 0.2) /*{global-box-shadow-color}*/;
}
.containerTypeSelect .selected .default {
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
}
.containerTypeSelect .selected .container .containerTypeItem {
  margin-bottom: 0;
}
.containerTypeSelect .options {
  display: none;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0, 0, 0, 0.2) /*{global-box-shadow-color}*/;
  -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0, 0, 0, 0.2) /*{global-box-shadow-color}*/;
  box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0, 0, 0, 0.2) /*{global-box-shadow-color}*/;
}
.containerTypeSelect .options .containerTypeItem {
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
}
/**********************************************************/
/* ORDERS */
/**********************************************************/
.orderItem {
  background: #fff;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8em;
}
.orderItem.green {
  background: #e5f6ee;
}
.orderItem.red {
  background: #fcedeb;
}
/**********************************************************/
/* VACATION */
/**********************************************************/
#addCommentBtn {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1em;
  background: #057D37;
  color: #fff;
  padding: 10px 3px;
  text-shadow: none;
  font-size: 0.85em;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.leverandorComment {
  background: #fff;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.leverandorComment .removeLeverandorComment {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background: orange;
  color: #fff;
}
.leverandorComment .removeLeverandorComment .fa {
  line-height: 14px;
}
#reportVacationBtn {
  background: #057D37;
  color: #fff;
  text-shadow: none;
  border-color: #04642c;
}
.btn-left {
  text-align: left;
}
.ui-page-theme-a .ui-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
}
.ui-page-theme-a .ui-btn div > .fal {
  font-size: 1.5em;
  opacity: 0.7;
}
.ui-page-theme-a .ui-btn:hover .fal {
  opacity: 1;
}
.ui-page-theme-a .ui-btn.ui-btn-small {
  padding: 4px 10px;
  font-size: 0.9em;
}
.ui-page-theme-a .ui-btn.ui-btn-primary {
  background-color: #057D38;
  border-color: #04642d;
  color: #fff;
  text-shadow: none;
}
.ui-page-theme-a .ui-btn.ui-btn-primary:active {
  background-color: #04642d;
}
.ui-page-theme-a .ui-btn.ui-btn-secondary {
  background-color: #ff9900;
  border-color: #e68a00;
}
.ui-page-theme-a .ui-btn.ui-btn-light {
  background-color: #fff;
}
.ui-page-theme-a .ui-btn.ui-btn-active {
  background-color: #057D37;
  border-color: #023317;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited,
.ui-page-theme-a a {
  color: #057D37;
}
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
  background-color: #057D37;
  border-color: #023317;
}
.smallGutter {
  margin-left: -10px;
  margin-right: -10px;
}
.smallGutter > [class*='col'] {
  padding-right: 10px;
  padding-left: 10px;
}
.smallerGutter {
  margin-left: -8px;
  margin-right: -8px;
}
.smallerGutter > [class*='col'] {
  padding-right: 8px;
  padding-left: 8px;
}
.tinyGutter {
  margin-left: -5px;
  margin-right: -5px;
}
.tinyGutter > [class*='col'] {
  padding-right: 5px;
  padding-left: 5px;
}
.noGutter {
  margin-left: 0px;
  margin-right: 0px;
}
.noGutter > [class*='col'] {
  padding-right: 0px;
  padding-left: 0px;
}
/*# sourceMappingURL=styles.2019.css.map */