:root {
  --header-bg: #1e2224;
  --widget-title-bg: rgba(0, 51, 75, 0.897);
  --widget-title-color: rgba(241, 251, 255, 0.897);
  --table-header-bg: rgba(0, 37, 54, 0.897);
  --table-header-color: rgba(241, 251, 255, 0.897);
  --primary: #1e2224;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 0.80rem;
}
img.brand-logo {
	max-width: 60px;
}
img.brand-logo-24 {
	max-height: 24px;
	line-height: 24px;
}
img.brand-logo-14 {
	max-height: 14px;
	line-height: 14px;
}

a, a:hover, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}

  a.btn-primary, a.btn-primary:hover, a.btn-primary:visited, a.btn-primary:active,
a.btn-success, a.btn-success:hover, a.btn-success:visited, a.btn-success:active,
a.btn-danger, a.btn-danger:hover, a.btn-danger:visited, a.btn-danger:active
 {
	color: #fff;
	text-decoration: none;
}

thead {
	background-color: var(--table-header-bg);
	color: var(--table-header-color);
}
tfoot {
	font-weight: bold;
}

.warnings-bar {
	padding: 0.45rem 0.75rem 0.45rem 0.75rem;
	margin-bottom: 0.1rem;
}



div.widget {
	margin-bottom: 0px;
	display: block;
	border: 1px #bfbfbf solid;
	background-color: #ffffff;
}
div.widgettitle {
	color: var(--widget-title-color);
	background-color: var(--widget-title-bg);
	padding: 0.75rem;
	display: block;
	position: relative;
	text-align: left;
	font-weight: bold;
}

div.widget_closed {
	background-color: #cccccc;
	color: #000000;
	font-style: italic;
	padding: 0.75rem;
	display: block;
	position: relative;
	text-align: left;
	font-weight: bold;
}
div.widget_closed::before {
	content: '(Innholdet i denne widgeten er skjult) ';
}

.widget_close, .widget_reopen {
	position: absolute;
	right: 1rem;
	cursor: pointer;
}


@media screen and (max-width: 1280px) {
	.smallscreen_block {
		display: block;
	}
}

/*
  LAYOUT
*/

header {
	background: var(--header-bg);
	text-align: center;
	position: fixed;
	z-index: 999;
	width: 100%;
  }
  
body {
	margin: 0;
	background:rgb(238, 238, 238, 1);
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	min-height: 100%;
	display: grid;
	grid: auto / 1fr;
}

content {
	padding-top: 70px;
	height: 100%;
}

footer {
	margin-top: auto;
	color: #eee;
	background-color:rgba(19, 26, 24, 0.85);
	padding: 0.8rem;
}


@media screen and (min-width: 1280px) {
	thead {
		font-size: 1.0rem;
	}
	th {
		padding: 0.25rem 0.5rem 0.25rem 0.5rem;
	}
	.warnings-bar {
		display: inline-block;
		margin-right: 0.5rem;
		margin-bottom: 0.5rem;
		border-radius: 0.3rem;
	}
	div.widgetcontent, div.widgetcontent_limit {
		padding: 0 0.75rem 0.75rem 0.75rem;
	}
	.warnings_container {
		margin-bottom: 1rem;
	}
	html {
		font-size: 0.80rem;
	}
	img.brand-logo {
		max-width: 100px;
	}
	.small_screen {
		display: none;
	}
	div.widget {
		margin-bottom: 20px;
	}
	div.widgetcontent {
		margin-top: 8px;
	}
	div.widgetcontent_limit {
		margin-top: 8px;
		max-height: 400px;
		overflow-y: auto;
	}
	div.widgetcontent table {
		width: 100%;
	}
}


  

@media screen and (min-width: 1280px) {
	body {
		grid: auto / 1rem 1fr 1rem;
	}
	content {
		padding-top: 75px;
		margin-bottom: 1rem;
		grid-column: 2 / 3;
	}
	footer {
		padding: 1.5rem;
		grid-column: 1 / -1;
	}  
}





.supercenter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*
  LOGO, NAVIGATION AND SEARCH BAR
*/
.nav-toggle {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
  }
  
  .nav-toggle:focus ~ .nav-toggle-label {
	outline: 3px solid rgba(lightblue, .75);
  }
  
  .nav-toggle-label {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 1em;
	height: 100%;
	display: flex;
	align-items: center;
  }
  
  .nav-toggle-label span,
  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
	display: block;
	background: white;
	height: 2px;
	width: 2em;
	border-radius: 2px;
	position: relative;
  }
  
  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
	content: '';
	position: absolute;
  }
  
  .nav-toggle-label span::before {
	bottom: 7px;
  }
  
  .nav-toggle-label span::after {
	top: 7px;
  }
  
  nav {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	background: var(--header-bg);
	width: 100%;
	transform: scale(1, 0);
	transform-origin: top;
	transition: transform 400ms ease-in-out;
  }
  
  nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  nav li {
	margin-bottom: 1em;
	margin-left: 1em;
  }
  
  .logo {
	margin: 13px;
 }
  
  .logo > .sublogo {
	font-size: 1.0rem;
	color: white;
 	line-height: 1;
	margin-top: 3px;
	font-weight: normal;
  }
  
  .search {
	width: 155px;
	margin: 1rem;
  }
  
  .ui-autocomplete {
	z-index: 9999;
  }
  
  .search > * > input, .search > * > button {
	border: 2px #000000 solid;
	border-radius: 3px;
	padding: 5px;
	font-size: 0.85rem;
	font-weight: normal;
  }
  .search_text {
	margin-right: 0.5rem;
	display: inline-block;
  }
  
  .search_text input[type=text] {
	width: 120px;
  }

.warnings_icons {
	width: 100px;
	text-align: center;
	display: block;
}

nav a, nav a:visited {
	color: white;
	text-decoration: none;
	font-size: 1.1rem;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 150ms ease-in-out;
  }
  
@media screen and (min-width: 1280px) {
	.warnings_icons {
		display: none;
	}
	nav a, nav a:visited {
		font-size: 1.0rem;
	}
	.logo > img {
		max-height: 20px;
	 }
	 .logo > .sublogo {
		font-size: 0.8rem;
	 }
	 header {
		display: grid;
		grid-template-columns: 1fr auto minmax(1150px, 9fr);
	  }
}

@media screen and (min-width: 1900px) {
	.warnings_icons {
		display: block;
	}
	nav a, nav a:visited {
		font-size: 1.1rem;
	}
	.logo > img {
		max-height: 22px;
	}
	.logo > .sublogo {
		font-size: 1.0rem;
	 }
	 header {
		display: grid;
		grid-template-columns: 2fr auto minmax(1200px, 10fr) 1fr;
	  }
	  nav {
		grid-column: 3 / 4;
	}
}


 
  
  nav a:hover, nav > li > active {
	color: var(--bs-primary);
  }
  
  .nav-toggle:checked ~ nav {
	transform: scale(1,1);
  }
  
  .nav-toggle:checked ~ nav a {
	opacity: 1;
	transition: opacity 250ms ease-in-out 250ms;
  }
  
  @media screen and (min-width: 1280px) {
	.nav-toggle-label {
	  display: none;
	}

	.logo {
	  grid-column: 2 / 3;
	}
  
	.search {
	  margin-left: 2.5em;
	}
  
	nav {
	  position: relative;
	  text-align: left;
	  transition: none;
	  transform: scale(1,1);
	  background: none;
	  top: initial;
	  left: initial;
	  

	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	}
	
	nav ul {
	  display: flex;
	}
	
	nav li {
	  margin-left: 2em;
	  margin-bottom: 0;
	}
	
	nav a {
	  opacity: 1;
	  position: relative;
	}
	
	nav a::before {
	  content: '';
	  display: block;
	  height: 5px;
	  background: var(--bs-primary);
	  position: absolute;
	  top: -.75em;
	  left: 0;
	  right: 0;
	  transform: scale(0, 1);
	  transition: transform ease-in-out 250ms;
	}
	
	nav a:hover::before {
	  transform: scale(1,1);
	}


	input, select, textarea {
		padding: 0.75rem;
	}

	.input_small, .form_report > input, .form_report > textarea, .form_report > select {
		padding: 0.25rem;
	}
}

.profilepic {
	width: 35px;
	height: 35px;
	display: inline-block;
	border: 1px;
	border-color: var(--headerbg);
	border-radius: 50%;
	background-size: contain;
	margin: 0.7rem;
}
.profilepic::after {
	display: inline-block;
	content: 'Profil';
	margin-left: 55px;
}

a, a:hover, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}


  /*
    TYPOGRAFY
  */

  .smaller_text {
    font-size: 0.7em;
  }
  .small_text {
    font-size: 0.80em;
  }
  .medium_text {
    font-size: 0.9em;
  }
  
  .big_text {
    font-size: 1.5em;
  }
  
  .bigger_text {
    font-size: 1.25em;
  }
  
    
  @media screen and (min-width: 1280px) {
    .profilepic {
      margin-left: 0;
	  margin-right: 1.5rem;
    }
    .profilepic::after {
      display: none;
    }
	.bigger_text {
		font-size: 2em;
    }
	
}
















.blogg_entry {
	display: block;
	margin-bottom: 20px;
}
.blogg_title {
	background-color: #424242;
	color: #ffffff;
	padding: 8px;
}
.blogg_meta {
	font-size: 0.85rem;
}
.blogg_content {
	padding: 1em;
}
.blogg_content img {
	max-width: 90%;
}
.blogg_comments {
	margin-top: 1em;
	padding: 1em;
	border-left: 3px #424242 solid;
}
.blogg_comment {
	padding: 1em;
	border-bottom: 2px #cccccc solid;
	margin-bottom: 1em;
	display: flex;
}
.blogg_comment_avatar {
	width: 70px;
	display: inline-block;
}
.blogg_comment_content {
	flex: 1;
	display: inline-block;
}
.booking-choices {
        display: inline-block;
        list-style-type:none;
        margin: 0;
        padding: 0;
}

.booking-choices li {
        float: left;
        width: 200px;
        height: 100px;
        position: relative;
}

.booking-choices label, .booking-choices input {
        display:block;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
}

.booking-choices input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.booking-choices input[type="radio"]:checked + label {
        background: #33aa33;
        color: #ffffff;
}

.booking-choices label {
        padding:5px;
        border: 1px #ffffff solid;
        cursor:pointer;
        z-index:90;
        background-color: #efefef;
        text-align: center;
}

.booking-choices label:hover {
        background-color: #dddddd;
}


.yellow {
	color: #282200;
	background-color: #efcc0d;
}
.red {
	color: #ffffff;
	background-color: #bb2222;
}
.green {
	color: #ffffff;
	background-color: #337733;
}
.blue {
	color: #ffffff;
	background-color: #1063df;
}




.card-title {
	background: var(--table-header-bg);
	color: var(--table-header-color);
	padding: 0.45rem;
	border-radius: 3px;
}












div.status_icon_yellow, div.status_icon_blue, div.status_icon_red, div.status_icon_green, div.status_icon_grey {
	display: inline-block;
	padding: 3px 9px 3px 6px;
	margin: 2px;
	border-radius: 4px;
	font-style: italic;
}









div.status_icon_yellow {
	border: 1px #d8b703 solid;
	color: #282200;
	background-color: #efcc0d;
}
div.status_icon_blue {
	border: 1px #1063df solid;
	color: #efefef;
	background-color: #1063df;
}
div.status_icon_red {
	border: 1px #dd1111 solid;
	color: #ffffff;
	background-color: #bb2222;
}
div.status_icon_green {
	border: 1px #11aa11 solid;
	color: #ffffff;
	background-color: #337733;
}
div.status_icon_grey {
	border: 1px #333333 solid;
	color: #ffffff;
	background-color: #aaaaaa;
}
div.lov_grey {
	display: inline-block;
	padding: 5px;
	margin: 2px;
	border: 1px #aaaaaa solid;
	border-radius: 4px;
	background-color: #eeeeee;
}
div.lov_green {
	display: inline-block;
	padding: 5px;
	margin: 2px;
	border: 1px #11aa11 solid;
	border-radius: 4px;
	color: #ffffff;
	background-color: #337733;
}
div.lov_yellow {
	display: inline-block;
	padding: 5px;
	margin: 2px;
	border: 1px #dada00 solid;
	border-radius: 4px;
	color: #333333;
	background-color: #ddcc22;
}
div.lov_red {
	display: inline-block;
	padding: 5px;
	margin: 2px;
	border: 1px #dd1111 solid;
	border-radius: 4px;
	color: #ffffff;
	background-color: #bb2222;
}


.small_button_red {
	color: #ffffff!important;
	border: 1px #000000 solid;
	font-size: 0.8em;
	padding: 5px;
	background: linear-gradient(#a80000, #ff2222);
	text-decoration: none;
	font-weight: bold;
}
.small_button_red:hover {
	border: 1px #dd1111 solid;
	cursor: pointer;
	background: linear-gradient(#fc1010, #ff4422);
}


.small_button_green {
	display: inline-block;
	margin-right: 4px;
	border: 1px #00cc00 solid;
	border-radius: 1px;
	padding: 5px;
	background: linear-gradient(#c0f0c0, #2ab137);
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}
.small_button_green:hover {
	border: 1px #00ff00 solid;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	background: linear-gradient(#cfffcf, #2ab137);
	color: #222222;
}

.small_button {
	display: inline-block;
	border: 1px #9d9d9d solid;
	font-size: 0.9rem;
	padding: 4px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
.small_button:hover {
        border: 1px #444444 solid;
        text-decoration: none;
}

.button_small, .button_small:visited, .button_small:active {
	font-size: 1.0rem;
	padding: 5px;
	border-radius: 1px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin-right: 4px;
}
.button_small:hover {
	cursor: pointer;
}
.button_red {
	color: #ffffff!important;
	border: 1px #000000 solid;
	background: linear-gradient( #ff2222, #a80000);
}
.button_red:hover {
	border: 1px #dd1111 solid;
	background: linear-gradient(#fc1010, #ff4422);
}
.button_green {
	border: 1px #00cc00 solid;
	background: linear-gradient(#c0f0c0, #2ab137);
	color: #222222;
}
.button_green:hover {
	border: 1px #00ff00 solid;
	background: linear-gradient(#cfffcf, #2ab137);
	color: #222222;
}















.low_pri, .lowpri {
	display: none;
}
input.password {
	-webkit-text-security: square !important; 
}
div.paddingbox {
	padding: 1rem;
}
div.activity {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px #eeeeee solid;
}
div.activity_day {
	width: 100%;
	display: block;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	font-size: 1.0rem;
	color: #555555;
	margin-bottom: 25px;
	margin-top: 15px;
}
div.activity_avatar {
	display: inline-block;
	width: 58px;
	padding: 5px;
}
div.activity_content {
	display: inline-block;
	flex: 1;
}
div.activity_title {
	display: block;
	margin-bottom: 5px;
	color: #333333;
}
div.activity_comment {
	display: block;
	background-color: #e0f0ff;
	margin-bottom: 5px;
	padding: 9px;
}
div.activity_timestamp {
	display: block;
	color: #888888;	
	margin-bottom: 5px;
}
div.text_normal {
	display: block;
}
div.text_small {
	display: block;
}
select#addproduct {
	padding: 8px;
	font-weight: bold;
	width: 100%;
}

div.bookinginfo_alt {
	font-weight: normal;
}
div.bookingwrap {
	text-align: center;
	color: #000000;
	width: 100%;
	border: 1px #cccccc solid;
	background-color: #efefef;
	padding: 1px;
}
div.bookingwrap_cancelled {
	text-align: center;
	color: #000000;
	width: 100%;
	border: 1px #eecccc solid;
	background-color: #fffafa;
	text-decoration: line-through;
	padding: 1px;
}
div.bookingwrap_free {
	text-align: center;
	width: 100%;
	border: 1px #cccccc solid;
	background-color: #c8fec8;
	padding: 1px;
	height: 176px;
}
div.bookingwrap_free_weekend {
	text-align: center;
	width: 100%;
	border: 1px #cccccc solid;
	background-color: #dfdfdf;
	color: #666666;
	padding: 1px;
	height: 176px;
}
div.bookingwrap_small {
	text-align: center;
	width: 100%;
	border: 1px #cccccc solid;
	background-color: #efefef;
	padding: 1px;
}
td.calendar_day,td.calendar_weekend {
	padding: 5px;
	text-align: center;
	margin: 1px;
}
td.calendar_day {
	color: #ffffff;
}
td.calendar_weekend {
	background-color: #414040;
	color: #888888;
}
td.calendar_entry, td.calendar_free_weekend, td.calendar_free {
	height: 204px;
	text-align: center;
}
.calendar_entry_nodetail {
	height: 12px;
	text-align: center;
}
.calendar_entry {
}
.calendar_free_weekend {
	background-color: #efefef;
	color: #555555;
}
.calendar_free {
	background-color: #e0ffe0;
	color: #00cc00;
}

.calendar_slot_booked_order, .calendar_slot_completed_order, .calendar_slot_rebooked_order, .calendar_slot_incompleted_order, .calendar_slot_booked_other, .calendar_slot_free, .calendar_slot_overtime, .calendar_slot_no_overtime, .calendar_slot_free_weekend  {
	display: flex;
	width: 100%;

}
.calendar_slot_booked_order {
	background-color: #e0e0e0;
}
.calendar_slot_completed_order {
	background-color: #b2fcc8;
}
.calendar_slot_rebooked_order {
	background-color: #b2fcf2;
}
.calendar_slot_incompleted_order {
	background-color: #fce4b2;
	color: #ff0000;

}
.calendar_slot_booked_other {
	background-color: #e0e0e0;
}

.calendar_slot_free {
	background-color: #e0ffe0;
	color: #00cc00;
}
.calendar_slot_free_weekend {
	background-color: #fafafa;
	color: #555555;
}

.calendar_slot_overtime {
	background-color: #ff9999;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	color: #330000;
}

.calendar_slot_no_overtime {
	background-color: #e0ffe0;
}

.calendar_slot_start {
	border-top: 1px #cccccc solid;
	height: 1rem;
}

.calendar_slot_continue {
	height: 1rem;
}

.calendar_time {
	font-size: 0.7rem;
	display: inline-block;
	margin-right: 5px;
	padding: 1px;
	width: 35px;
	background-color: #efefef;
	color: #adadad;
}
.calendar_time a {
	color: #adadad;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.calendar_time_free {
	font-size: 0.8rem;
	display: inline-block;
	padding: 1px;
	margin-right: 5px;
	width: 35px;
	background-color: #efffef;
	color: #00cc00;
}
.calendar_time_free a {
	color: #00cc00;
}
.calendar_time_free_weekend {
	font-size: 0.8rem;
	display: inline-block;
	padding: 1px;
	margin-right: 5px;
	width: 35px;
	background-color: #fdfdfd;
	color: #999999;
}

.calendar_time_free_weekend a {
	color: #999999;
}
.calendar_time_no_overtime {
	font-size: 0.8rem;
	display: inline-block;
	margin-right: 5px;
	padding: 1px;
	width: 35px;
	background-color: #efffef;
	color: #00cc00;
}
.calendar_time_overtime {
	font-size: 0.8rem;
	display: inline-block;
	margin-right: 5px;
	padding: 1px;
	width: 35px;
	background-color: #ff9999;
	color: #adadad;
}

.calendar_info {
	font-size: 0.8rem;
	padding: 1px;
	display: inline-block;
	color: #000
}



#loading_icon {
	display: none;
	position: absolute;
	z-index: 99999;
	left: 50%;
	top: 50%;
  }
  .lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #00cc00;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #00cc00 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }



.icon {
	margin: 0 .3em;
	padding: 0 !important;
	width: 16px;
	height: 16px;
	background-image: url('/img/sprites.png') !important;
	background-repeat: no-repeat !important;
	background-position: top left !important;
}
.icon_edit {
	background-position: 0 -512px !important;	
}
.icon_arrow {
	background-position: 0 -1759px !important;	
}
.icon_person {
	background-position: 0 -1375px !important;	
}
.icon_pluss {
	background-position: 0 -1136px !important;	
}
.icon_what {
	background-position: 0 -368px !important;	
}
.icon_warn {
	background-position: 0 -2000px !important;	
}
.icon_up {
	background-position: 0 -1793px !important;	
}
.icon_down {
	background-position: 0 -1888px !important;	
}
.icon_show {
	background-position: 0 -1552px !important;	
}
.icon_free {
	background-position: 0 -1135px !important;	
}
.icon_add {
	background-position: 0 -1216px !important;	
}
.icon_yes {
	background-position: 0 -2160px !important;	
}
.icon_delete {
	background-position: 0 -432px !important;	
}
.icon_details {
	background-position: 0 -48px !important;	
}
.icon_db {
	background-position: 0 -1872px !important;	
}
.icon_events {
	background-position: 0 -576px !important;	
}
.icon_reports {
	background-position: 0 -992px !important;	
}
.icon_tools {
	background-position: 0 -1280px !important;	
}
.icon_key {
	background-position: 0 -944px !important;	
}
.icon_cross {
        background-position: 0 -96px !important;
}

.message {
	margin: 10px;
	display: inline-block;
}

h3 {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
h2 {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
h1 {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

.calendar_nav {
	width: 70px;
	max-width: 15%;
}

div.block_title {
	display: block;
	width: 100%;
	padding: 5px;
	text-align: left;
	color: #222222;
	font-size: 1.1rem;
	font-weight: bold;
}

a.block_order, div.block_order {
	text-decoration: none;
	display: flex;
	align-items: stretch;
	width: 100%;
	text-align: left;
}
a.block_disable {
	width: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px #ff7777 solid;
	background-color: #ff5959;
	font-size: 20px;
	display: inline-block;
	color: #ffffff;
	text-align: center;
}
.block_filename {
	padding: 12px 7px 7px 7px;
	border: 1px #fafafa solid;
	flex: 1;
	font-size: 11px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
div.block_icon_image {
	display: inline-block;
	width: 35px;
	background-image: url('/img/icon_image.png') !important;
}
div.block_icon_file {
	display: inline-block;
	width: 35px;
	background-image: url('/img/icon_file.png') !important;
}
div.block_icon_word {
	display: inline-block;
	width: 35px;
	background-image: url('/img/icon_word.png') !important;
}
div.block_icon_excel {
	display: inline-block;
	width: 35px;
	background-image: url('/img/icon_excel.png') !important;
}
div.block_icon_pdf {
	display: inline-block;
	width: 35px;
	background-image: url('/img/icon_pdf.png') !important;
}
div.block_order_arrow {
	width: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px #777777 solid;
	background: linear-gradient(#e5e5e5, #8e8e8e);
	font-size: 24px;
	display: inline-block;
	text-align: center;
}
div.block_order_time {
	padding: 7px;
	border: 1px #777777 solid;
	background: linear-gradient(#e5e5e5, #8e8e8e);
	font-size: 24px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
div.block_order_time_done {
	padding: 7px;
	border: 1px #777777 solid;
	background: linear-gradient(#e5e5e5, #8e8e8e);
	color: #777777;
	font-size: 24px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
div.block_order_time_small {
	padding: 7px;
	border: 1px #777777 solid;
	background: linear-gradient(#e5e5e5, #8e8e8e);
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
div.block_order_text {
	border: 1px #7e96ba solid;
	background: linear-gradient(#cacaff, #7e96ba);
	flex: 1;
	padding: 10px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
div.block_order_text_done {
	border: 1px #7e96ba solid;
	background: linear-gradient(#cacaff, #7e96ba);
	color: #777777;
	padding: 10px;
	flex: 1;
	display: inline-block;
	text-align: left;
}
div.block_input, div.block_input_alt {
	padding: 12px 7px 7px 7px;
	text-align: left;
}
div.block_input_alt {
	display: flex;
	align-items: stretch;
}
div.block_input_book_1 {
	display: inline-block;
	width: 250px;
}
div.block_input_book_2 {
	display: inline-block;
	flex: 1;
}
div.block_input_book_3 {
	display: inline-block;
	width: 100px;
}
div.block_input_alt_1 {
	display: inline-block;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}
div.block_input_alt_2 {
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	padding-left: 10px;
	width: 40px;
}
div.block_input_alt_3 {
	font-size: 0.8rem;
	flex: 1;
	display: inline-block;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: 2px #2ab137 solid;
	padding: 5px;
	margin-left: 5px;	
}

div.block_info input[type=checkbox] {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	margin-right: 8px;
}

tr.clickable-row {
	cursor: pointer;
}

div.block_input_alt_2 input[type=checkbox] {
	transform: scale(3);
	-webkit-transform: scale(3);
	margin: 10px;
}
div.block_input textarea {
	width: 100%;
	height: 70px;
}
div.block_input input {
	width: 100%;
}
div.block_input_alt input {
}
div.block_input select {
	width: 100%;
}
div.block_info {
	display: block;
	padding: 7px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
div.block_info_big {
	display: block;
	padding: 7px;
	text-align: left;
	color: #000000;
	font-size: 25px;
	font-weight: normal;
}
a.block_file {
	display: block;
	padding: 7px;
	text-align: left;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

.block_button_schema {
	display: block;
	padding: 8px;
	text-align: center;
	background: linear-gradient(#fff2b3, #e1be1a);
	border: 1px #000000 solid;
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}


.block_category {
	display: block;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	color: #222222;
	font-size: 14px;
	font-weight: bold;
}



@media screen and (min-width: 1280px) {
	.alwaysblock {
		display: block !important;
	}
}



div.fullview {
	display: none;
}
div.fullspace {
	display: none;
}
div.single {
	display: block;
	width: 100%;
}
div.mobileview {
}
.smallscreen {
	display: block;
}
.bigscreen {
	display: none;
}

div.two_columns_spacer {
	display: none;
}
div.two_columns_b {
	display: block;
}
div.two_columns_a {
	display: block;
}




a.button_link_nostyle {
	text-decoration: none;
}

div.block_flex {
	display: flex;
}
div.clock_wrapper {
	border: 1px #555555 solid;
	display: inline-block;
	padding: 5px;
	background: linear-gradient(#e5e5e5, #9e9e9e);
	text-align: center;
	width: 100px;
	font-weight: bold;
	color: #000000;
}
div.clock_wrapper_past {
	border: 1px #555555 solid;
	display: inline-block;
	padding: 5px;
	background: linear-gradient(#e5e5e5, #9e9e9e);
	text-align: center;
	width: 100px;
	font-weight: bold;
	color: #777777;
}
div.clock_big_text {
	font-size: 22px;
}
div.clock_mediumbig_text {
	font-size: 17px;
}
div.clock_small_text {
}



.hide {
	display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #00cc00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}



.tabscontainer {
	display: block;
	width: 100%;
}

/* Tabs container */
.r-tabs {
	position: relative;
	background-color: var(--primary);
	border-top: 1px solid var(--primary);
	border-right: 1px solid var(--primary);
	border-left: 1px solid var(--primary);
	border-bottom: 4px solid var(--primary);
	border-radius: 4px;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: var(--primary);
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #194e60;
	text-shadow: none;
	background-color: white;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;
	border-bottom: 4px solid white;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 0;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: var(--primary);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #194e60;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.btn_hidden, .hidden {
        display: none;
}

@media screen and (min-width: 1280px) {
	.bigscreen_block {
		display: block;
	}	
	form#q-form {
		margin-bottom: 1rem;
	}

	.block_button_schema {
	        display: inline-block;
	        border-radius: 4px;
	        margin-top: 5px;
	        margin-right: 5px;
	}

	.r-tabs .r-tabs-panel {
		padding: 10px;
	}
	div.low_pri, div.lowpri {
		display: block;
	}
	div#submenu {
		display: block;
		margin-bottom: 0.8rem;
	}
	div.two_columns {
		display: flex;
		width: 100%;
	}
	div.two_columns_a_250 {
		display: inline-block;
		width: 250px;
	}
	div.two_columns_a_350 {
		display: inline-block;
		width: 350px;
	}
	div.two_columns_a_450 {
		display: inline-block;
		width: 450px;
	}
	div.two_columns_a {
		display: inline-block;
		flex: 1;
	}
	div.two_columns_spacer {
		display: inline-block;
		width: 20px;
	}
	div.two_columns_b {
		display: inline-block;
		flex: 1;
	}
	div.smallscreen {
		display: none;
	}
	div.bigscreen {
		display: block;
	}

	td.low_pri, th.low_pri, td.lowpri, th.lowpri {
		display: table-cell;
	}
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
	font-size: 1.2em;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-dark {
    color: #fff;
    background-color: #111111;
}
.badge-info {
    color: #fff;
    background-color: #003477;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #00cc00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}


.week_start_border_left {
	border-left: 3px #222222 solid;
}

.today_border {
	border-left: 1px #dd4242 solid;
	border-right: 1px #dd4242 solid;
}

.today_head {
        background-color: #dd4242;
        color: #ffffff;
	border-left: 1px #dd4242 solid;
	border-right: 1px #dd4242 solid;
}


/* Loader */
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*
    Select box for arbeidsordre opprettelser ved opprettelse av ordre
    scope: /?s=leggtilordre
*/
.triggerWOcbs {
    float: right;
    width: 410px;
    font-size: 0.9em;
    line-height: 0.9em;

    border: 1px solid #414040;
    background-color: #eff4f7;
    margin: -5px 0px 0 0;
    padding: 0 0 5px 0;
}
.triggerWOcbs ._header {
    width: 100%;
    border-top: 1px solid #b3b3b3;
    background-color: #414040;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 0 3px 10px;
    margin: 0 0 3px 0;

}
.triggerWOcbs div {
    width: 190px;
    float: left;
    box-sizing: border-box;
    overflow: visible;
    margin-left: 5px;
}
.triggerWOcbs input {
    margin: 0;
}
.triggerWOcbs label {
    width: 170px;
    padding-top: 5px;
    padding-bottom: 2px;
    display: inline-block;
}
@media screen and (min-width: 1280px) {
    .triggerWOcbs {
        margin: -10px -10px 0 0;
        padding: 0 0 5px 0;
    }
}
@media screen and (max-width: 500px) {
    .triggerWOcbs {
        width: 210px;
        margin: 0px 0px 0 0;
        padding: 0 0 5px 0;
        position: relative;
        z-index: 100;
    }
    .triggerWOcbs div {
        width: 190px;
        margin-left: 5px;
    }
    .badge_a1_logo {
        margin-top: 0px;
    }
    .badge_a1_title {
        margin-left: 5px;
        font-weight: bold;
    }
    .badge_a1_breaker::after {
      content: "";
      clear: both;
      display: table;
    }
}


/* script.js */

.introjs-tooltiptext .imgright {
    float: right;
    margin: 0 0 10px 10px;
}

.introjs-tooltip.xtrawide {
    min-width: 500px;
    max-width: 600px;
}

/* Immitate text button */
button.txt-btn {
    align-items: normal;
    background-color: rgba(0,0,0,0);
    border-color: rgb(0, 0, 238);
    border-style: none;
    box-sizing: content-box;
    color: rgb(0, 0, 238); 
    cursor: pointer;
    display: inline;
    font: inherit;
    height: auto;
    padding: 0;
    perspective-origin: 0 0;
    text-align: start;
    text-decoration: underline;
    transform-origin: 0 0;
    width: auto;
    -moz-appearance: none;
    -webkit-logical-height: 1em; /* Chrome ignores auto, so we have to use this hack to set the correct height  */
    -webkit-logical-width: auto; /* Chrome ignores auto, but here for completeness */
    line-height: 1.5em;
    text-decoration: none;
}
button.txt-btn:hover {
    text-decoration: underline;
}

/* Mozilla uses a pseudo-element to show focus on buttons, */
/* but anchors are highlighted via the focus pseudo-class. */

@supports (-moz-appearance:none) { /* Mozilla-only */
    button.txt-btn::-moz-focus-inner { /* reset any predefined properties */ 
        border: none;
        padding: 0;
    }
        button.txt-btn:focus { /* add outline to focus pseudo-class */
        outline-style: dotted;
        outline-width: 1px;
    }
}



/* GRID for displaying images, right side project */
.gridWrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 5px;
}
.gridItemContainer {
    position: relative;
    padding-top: 100%; /* added */
    border: 1px solid;
    background: cadetblue;
}
.gridWrap img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%; /* image fills the grid item */
    position: absolute; /* position absolutely */
    top: 0;
    left: 0;
}
@media only screen and (min-width: 1280px) {
    .gridWrap {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    }
}
@media only screen and (min-width: 1400px) {
    .gridWrap {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}
@media only screen and (min-width: 1800px) {
    .gridWrap {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }
}


div.fimostats_box_wide {
        width: 190px;
}
div.fimostats_box_narrow {
        width: 100px;
}
div.fimostats_box_narrow, div.fimostats_box_wide, div.fimostats_category_box, div.fimostats_box_toplist {
        display: inline-block;
        padding: 5px;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        overflow: hidden;
}
div.fimostats_box_toplist, div.fimostats_box_toplist a {
        color: #fefefe;
        background-color: #5bb4fc;
        border: 2px #5bb4fc solid;
        text-align: center;
        width: 300px;
        height: 340px;
}
div.fimostats_box_narrow, div.fimostats_box_wide {
        color: #fefefe;
        background-color: #5bb4fc;
        border: 2px #5bb4fc solid;
        text-align: center;
        height: 90px;
}
div.fimostats_box_head {
        display: block;
        padding: 5px;
        height: 33px;
        overflow: hidden;
        background-color: #0c8df5;
	font-size: 11px;
	line-height: 11px;
        font-weight: bold;
}
div.fimostats_box_content {
        display: block;
        height: 27px;
        font-size: 22px;
        line-height: 45px;
}
div.fimostats_category_box {
        width: 36px;
        height: 90px;
        color: #fefefe;
        background-color: #078f10;
        border: 2px #078f10 solid;
}
div.fimostats_category_text {
    display: block;
	text-transform: uppercase;
    padding: 3px;
    writing-mode: vertical-lr;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
}



.processing-ajax {
    background-color: #eee;
}
.ajax-error-alert {
    background-color: #fee;
    border: 1px solid red;
}
.ajax-update-success {
    border: 1px solid green;
    background-color: #eaffed;
}

button.block_product_remove {
	display: inline-block;
	background-color: #a7012e;
	margin: 2px;
	color: #fefefe;
	font-weight: bold;
	border: 2px #cc0238 solid;
	border-radius: 4px;
}
div.block_product {
	display: flex;
	text-align: left;
}
div.block_product_text {
	padding: 12px 7px 7px 7px;
	display: inline-block;
	flex: 1;
}
div.block_product_count {
	padding: 12px 7px 7px 7px;
	display: inline-block;
	width: 75px;
}
div.block_product_count input {
	width: 50px;
	padding: 3px;
}
.product_block_Blue {
	border: 2px #0000ff solid;
	background-color: #ededff;
}
.product_block_Green {
	border: 2px #00cc00 solid;
	background-color: #edffed;
}
.product_block_Magenta {
	border: 2px #dd00dd solid;
	background-color: #ffedff;
}
.product_block_Yellow {
	border: 2px #cccc00 solid;
	background-color: #ffffed;
}
.product_block_Grey {
	border: 2px #4c4c4c solid;
	background-color: #ededed;
}


@font-face{font-family:'Glyphicons Halflings';src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}


/*
 UKESPLAN
*/
.messagewrapp {
	font-size: 11px;
}

/*
 FILES
*/

  .block_filelink, .block_filelink:visited, .block_filelink:link {
	  display: inline-block;
	  line-height: 1.5;
	  vertical-align: middle;
	  padding: 7px;
	  border: 1px #888888 solid;
	  background-color: #555555;
	  color: #f5f5f5;
	  border-radius: 5px;
	  width: 140px;
	  height: 45px;
	  overflow: hidden;
	  margin: 5px;
	  text-align: center;
	  font-size: 11px;
	  text-decoration: none;
  }
  
  .block_filelink:hover {
	  background-color: #666666;
  }
  
  .block_filelink:before{
	  font-family:'Glyphicons Halflings';
	  content:"\e022 ";
  }
  

  
/*
 SKILLPYRAMID
*/


.skillpyramid {
	display: block;
}
.skillpyramid-spacer {
	display: none;
}
.skillpyramid-skill {
	display: block;
}
.skillpyramid-left {
	display: none;
}
.skillpyramid-right {
	display: none;
}
.skillpyramid-row {
	display: block;
}
.skillpyramid-middle {
	display: block;
}
.skillpyramid-top {
	display: none;
}
.skillpyramid-bigscreen {
	display: none;
}
.skillpyramid-smallscreen {
	display: block;
}



/*
 FANCY CHECKBOXES
*/

ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(255, 255, 255, .9);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #337733;
    background-color: #337733;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #337733;
}

.icon_draw::before {
	font-family: "Font Awesome 5 Free"; font-weight: 700; content: "\f5ee";
  }
  .icon_clear::before {
	font-family: "Font Awesome 5 Free"; font-weight: 700; content: "\f2ed";
  }
  .map_icon {
	  background-color: #ffffff;
	  color: #ff0000;
	  font-size: 50px;
	  padding: 8px;
	  border-radius: 4px;
  }
  .map_icon:hover {
	  background-color: #ff0000;
	  color: #ffffff;
	  cursor: pointer;
  }
  #map {
	  width: 100%;
	  height: 100%;
  }
  
  #map_placeholder {
	  width: 100%;
	  height: 850px;
	  position: relative;
  }
  
  #map_tools {
	  position: absolute;
	  top: 10px;
	  left: 10px;
	  z-index: 1000;
  }

  .form_schema {
	max-width: 70ch;
	width: 100%;
  }
  .form_schema > input, .form_schema > select, .form_schema > textarea {
	display: block;
	width: 100%;
	margin-bottom: 0.25rem;
	padding: 0.65rem 0.9rem;
	border: 1px #cccccc solid;
	border-radius: 4px;
  }
  
