.day_level_mps {
	padding: 0px!important;
	margin: -8px 0px 0px 161px!important;
	background: transparent;
	color: #000;
	font-weight: normal;
	width: 20ch;
	clear: both;
	display: block;
	font-size: 14px;
	}

.day_level_mps_all {
	padding: 0px!important;
	margin: -8px 0px 0px 120px!important;
	background: transparent;
	color: #000;
	font-weight: normal;
	width: 20ch;
	clear: both;
	display: block;
	font-size: 14px;
	}

.shortage_container:hover {
	background: rgba(255, 255, 255, 0.33)!important;
	}

.toggle_shortages:hover {
	color: #000!important;
	cursor: pointer;
	}

.shortage_link:hover {
	opacity: 1.0!important;	
	}

.order_prio {
	background: rgba(0, 0, 0, 0.33)!important;
    border-radius: 3px;
    padding: 0px 3px 0px 4px!important;
	}

.duplicate_info {
	opacity: 0.5;
	background: #000!important;
	cursor: not-allowed!important;
	}

.filter_types {
	cursor: pointer;	
	}

.filter_on:hover {
	background: #aa0!important;
	}

.filter_off:hover {
	background: #aa0!important;
	}

#container_for_draggables #filtering input[type=checkbox] {
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-color: #AA0000;
	border-radius: 5px;
	height: 8px!important;
	margin-left: 0px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
	}

#container_for_draggables #filtering input:checked {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	height: 8px!important;
	margin-left: 0px!important;
    background-color: #00AA00;
	}

.show_me {
	display: inline-block!important;
	}

.disabled_unavailable {
	color: #f00!important;
	}

.static_header {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	z-index: 999; 
	background: url('https://slotplan.tennantco.nl/img/digicalls_background.jpg') no-repeat 0px -50px;
	}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
	opacity: 1;
}

.back_to_home {
	cursor: pointer!important;
	}

.back_to_home:hover {
	color: #333;
	}

.del_user {
	color: #c00;
	font-weight: bold;
	cursor: pointer!important;
	}

#button_top_01 {
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
    width: 20%;
    display: inline-block;
    height: 32px; 
    background: #0099cc;
    display: inline-block;
    padding-left: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
	}

#button_top_02 {
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
    width: 20%;
    display: inline-block;
    height: 32px; 
    background: #0099cc;
    padding-left: 30px;
    border-left: 0px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
	}
    
#button_top_03 {
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
    width: 20%;
    display: inline-block;
    height: 32px; 
    background: #0099cc;
    padding-left: 30px;
    border-left: 0px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
	}
    
#button_top_04 {
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
    width: 20%;
    display: inline-block;
    height: 32px; 
    background: #0099cc;
    padding-left: 30px;
    border-left: 0px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
	}
    
#button_top_05 {
	font-size: 12px;
	line-height: 30px;
	color: #fff!important;
	font-weight: bold;
	text-decoration: none;
    width: 20%;
    display: inline-block;
    height: 32px; 
    background: #0099cc;
    padding-left: 30px;
    border-left: 0px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
	}
    
a:visited {
	color: rgba(0, 0, 0, 0.66)!important;
	text-decoration: none!important;
	font-weight: bold!important;
    font-size: 14px;
	}

.add_manual_order {
	font-weight: bold;	
	}

.faded {
	opacity: 0.5;
	filter: grayscale(100%);
	}

.glowing {
	-webkit-animation: flash linear 1s infinite;
	-webkit-animation-iteration-count: 3;
	animation: flash linear 1s infinite;
	animation-iteration-count: 3;
	}

@-webkit-keyframes flash {
	0% { border-left: 10px solid #666; } 
	50% { border-left: 20px solid #111; } 
	100% { border-left: 10px solid #666; }
}

.add_manual_order {
	cursor: pointer!important;	
	}

.manual-item {
	margin: 5px 10px 2px 10px;
	padding: 5px 5px 3px 5px;
	background: rgba(255, 255, 255, 0.25);
	line-height: 15px;
	/* cursor: pointer!important; */
	z-index: 2;
	border-radius: 3px;
	border: 1px solid #666;
	}

.manual-item:hover {
	font-weight: bold;
	color: #0099CC;
	background: rgba(255, 255, 255, 0.5);
	}

#menu_bar a:hover {
	color: rgba(0, 0, 0, 1.0)!important;
	}

.selectable::selection {
 	background: rgba(0, 0, 0, 0.33);
	}

.selectable {
	-webkit-touch-callout: all!important;
	-webkit-user-select: all!important;
	-khtml-user-select: all!important;
	-moz-user-select: all!important;
	-ms-user-select: all!important;
	user-select: all!important;
	}

.clear_day_capacity {
	cursor: pointer;
	color: #000;
	padding: 1px 4px;
    margin: 4px 2px 0px 0px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.33);
	}

.clear_day_capacity:hover {
	color: #c00!important;
	}

.search_result:hover {
	font-weight: bold!important;
	color: #0099CC;
	cursor: pointer;
	}

.red {
	background: #EE0000!important;	
	}

#container_for_draggables input[type=checkbox] {
	border: 1px solid #FFF;
	background-color: #CCCC00;
	border-radius: 5px;
	height: 11px!important;
	width: 11px!important;
	margin-left: 10px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
	}

#container_for_draggables input:checked {
	border: 1px solid #FFF;
	border-radius: 5px;
	height: 11px!important;
	width: 11px!important;
	margin-left: 10px!important;
    background-color: #0099CC;
	}

#drag_container_overview .drag-column-monday {
	margin-right: 15px;
	border: 0px!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5)!important;
	border-right: 1px dotted rgba(0, 0, 0, 0.5)!important;
	}

#drag_container_overview .drag-column-tuesday {
	margin-right: 15px;
	border: 0px!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5)!important;
	border-right: 1px dotted rgba(0, 0, 0, 0.5)!important;
	}

#drag_container_overview .drag-column-wednesday {
	margin-right: 15px;
	border: 0px!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5)!important;
	border-right: 1px dotted rgba(0, 0, 0, 0.5)!important;
	}

#drag_container_overview .drag-column-thursday {
	margin-right: 15px;
	border: 0px!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5)!important;
	border-right: 1px dotted rgba(0, 0, 0, 0.5)!important;
	}

#drag_container_overview .drag-column-friday {
	margin-right: 0px;
	border: 0px!important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5)!important;
	border-right: 1px solid rgba(0, 0, 0, 0.5)!important;
	}

.change_capacity {
	border-radius: 3px;
	border: 1px solid #000!important;
	}

::-webkit-file-upload-button { 
	cursor:pointer; 
	}

button#add_note {
	width: 100%;
    height: 29px;
    border: 1px solid #000;
    background: #090;
    color: #fff;
    font-weight: bold;
	margin-top: 20px;
	}

table#order_log td {
	border: 1px solid #000;
    padding: 5px;
    vertical-align: top;
	}
    
table#order_log thead {
	font-weight: bold;
    background: rgba(0, 153, 204, 0.33);
	}
    
table#order_log {
    border-collapse: collapse; 
    width: 100%; 
    table-layout: fixed; 
    margin: 0px 0px 0px 0px; 
    background: rgba(255, 255, 255, 0.5);
	}
    
table#order_log p {
	cursor: pointer;
	}

.no_file_in_queue {
	background: #0a0!important;
	}

.custom-file-upload {
    border: 1px solid #000;
    background: #fff;
    display: inline-block;
    padding: 6px 5px 7px 9px;
    cursor: pointer;
    width: calc(100% - 26px);
    font-style: normal;
	}

#upload_file > input[type="file"] {
    display: table!important;
	}

input[type="file"] {
    display: none;
	}

button#add_upload {
	width: 100%;
    height: 29px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
	}

button#add_to_database {
	width: 100%;
    height: 29px;
    border: 1px solid #000;
    background: #090;
    color: #fff;
    font-weight: bold;
	margin-bottom: 20px;
	}

table#entry_log td {
	border: 1px solid #000;
    padding: 5px;
    vertical-align: top;
	font-size: 12px;
	}
    
table#entry_log thead {
	font-weight: bold;
    background: rgba(0, 153, 204, 0.33);
	}
    
table#entry_log {
	margin-top: 15px;
	}
	
table#entry_log tr.active_glow:hover {
	background: rgba(255, 255, 255, 0.33)!important;
	}

input#order_request::placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	}

/* SERIOUS BUSINESS HERE */

.new_order {
	background: #0a0!important;
	color: #fff!important;
	}

.is-moving.new_order {
	background: #0a0!important;
	color: #fff!important;
	}

.drag-column-slot {
	margin-bottom: 15px;
	border-radius: 5px!important;
	}

.drag-column-slot .slot_free {
	padding: 2px 5px;
	background: rgba(0, 195, 0, 0.66)!important;
	color: #000!important;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 10px 0px 10px;
	border-radius: 5px;
	}

.drag-column-slot .slot_free_mv {
	padding: 2px 5px;
	background: rgba(0, 152, 204, 0.66)!important;
	color: #000!important;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 10px 0px 10px;
	border-radius: 5px;
	}

.drag-column-slot .slot_free_dark {
	padding: 2px 5px;
	background: rgba(0, 195, 0, 0.66)!important;
	color: #000!important;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 10px 0px 10px;
	border-radius: 5px;
	}

.drag-column-slot .drag-inner-list {
	min-height: auto!important;
	padding-bottom: 3px;
	}

.drag-column-slot .slot_possible {
	padding: 2px 5px;
	background: rgba(195, 195, 0, 0.66)!important;
	color: #000!important;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 10px 0px 10px;
	border-radius: 5px;
	}

.drag-column-slot .slot_full {
	padding: 2px 5px;
	background: rgba(195, 0, 0, 0.66)!important;
	color: #FFF!important;
	font-weight: bold;
	cursor: not-allowed;
	margin: 10px 10px 0px 10px;
	border-radius: 5px;
	}

.hidden {
	display: none!important;	
	}

.preview_textarea {
	font-weight: bold;	
	}

.preview_textarea {
	min-height: 22px;
	}

.change_textarea {
	min-height: 22px;
	}

.change_textarea_with_content {
	min-height: 22px;
	}

.change_textarea:read-only:focus {
	background: transparent!important;
	}

.change_textarea_with_content:read-only:focus {
	background: transparent!important;
	}

.change_textarea:focus {
	background: rgba(220, 220, 0, 0.15)!important;
	font-weight: normal!important;
	min-height: 50px;
	height: 50px;
	}

.change_textarea_with_content:focus {
	background: rgba(220, 220, 0, 0.15)!important;
	font-weight: normal!important;
	min-height: 50px;
	height: 50px;
	}

.lock_bucket:hover {
	font-weight: bold;
	color: rgba(0, 0, 0, 1.0)!important;
	}

.reset_bucket:hover {
	font-weight: bold;
	color: rgba(0, 0, 0, 1.0)!important;
	}

.change_machine:hover {
	font-weight: bold;
	}

.change_year:hover {
	font-weight: bold;
	background: rgba(0, 0, 0, 0.1)!important;
	}

.change_year:focus {
	font-weight: bold;
	background: rgba(0, 0, 0, 0.1)!important;
	}

#container_for_draggables {
	margin-top: 0px;
	}

#header_week1 {
	background: #0099CC;
	}

#header_week2 {
	background: #0099CC;
	}

#header_week1_capacity {
	background: #CCCC00;
	color: #000!important;
	}

#header_week2_capacity {
	background: #CCCC00;
	color: #000!important;
	}

.drag-column-header-overview.mps-red {
	background: #880000;
	}

.drag-column-header2.mps-red {
	background: #880000;
	}

.drag-column-header2.mps-orange {
	background: #EEAA00;
	}

.drag-column-header2-overview.mps-red {
	background: #880000;
	}

#header_week1.mps-red {
	background: #880000;
	}

#header_week2.mps-red {
	background: #880000;
	}

#header_week1_capacity.mps-red {
	background: #880000;
	color: #fff!important;
	}

#header_week2_capacity.mps-red {
	background: #880000;
	color: #fff!important;
	}

.mps-red {
	animation: blinker 3s linear infinite;
	}

@keyframes blinker {
  50% {
	background: #EE0000;
  }
}

.mps-green {
	background: #006600!important;	
	}

input.update_description {
	z-index: 999!important;
	height: auto;
	width: 100%;
	color: #fff!important;
	padding: 0px!important;
	margin: 0px!important;
	font-weight: normal!important;
	}

.fa-save {
	opacity: 0.25;
	}

.fa-save:hover {
	opacity: 1.0;
	}

.add_order {
	opacity: 0.25;
	}

.add_order:hover {
	opacity: 1.0;
	}

.close_manual_order {
	opacity: 0.25;
	}

.close_manual_order:hover {
	opacity: 1.0;
	}

.del_order {
	opacity: 0.25;
	background: #000!important;
	}

.del_order:hover {
	opacity: 1.0;
	background: #c00!important;
	}

.change_status {
	cursor: pointer;	
	}

#drag_container_1 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.125));
	padding-bottom: 15px;
	border-radius: 0px 0px 5px 5px;
	}

#drag_container_2 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.125));
	padding-bottom: 15px;
	border-radius: 0px 0px 5px 5px;
	}

#drag_container_overview {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.125));
	border-radius: 0px 0px 5px 5px;
	padding-bottom: 15px;
	}

.change_week:hover {
	font-weight: bold;
	}

#dragme {
	z-index: 1;	
	}

a {
	color: rgba(0, 0, 0, 1.0)!important;
	text-decoration: none!important;
	font-weight: bold!important;
    font-size: 12px;
	}

input:focus {
    outline: none;
	}

button:focus{
    outline: none;
	}

select:focus{
    outline: none;
	}

textarea:focus{
    outline: none;
	}

input {
    width: 200px;
    height: 25px;
    font-size: 12px;
    margin: 0px!important;
    border: 0px;
    padding: 0px 6px 0px 6px!important;
    background: transparent;
    color: #000;
    font-weight: bold;
}

label {
	font-style: italic;
    color: #000;
    margin-bottom: 5px;
    display: block;
	}

table.add {
	font-size: 12px;
	font-family: arial;
	color: #000;
	border-spacing: 0px;
	border: 1px solid #000;
    border-collapse: collapse;
	}

table.add td {
	border: 1px solid #000;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background: rgba(255, 255, 255, 1.00);
	}
	
table.add th {
	border: 1px solid #000;
	height: 25px;
	text-align: left;
	padding: 0px 6px 0px 6px;
	background: rgba(0, 128, 0, 0.66);
	color: #fff;
	}

table.add select {
    background: transparent;
    border: 0px;
    font-size: 12px;
	}

table.edit {
	font-size: 12px;
	font-family: arial;
	color: #000;
	border-spacing: 0px;
	border: 1px solid #000;
    border-collapse: collapse;
	margin-top: 25px;
	}

table.edit td {
	border: 1px solid #000;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background: rgba(255, 255, 255, 1.00);
	}
	
table.edit th {
	border: 1px solid #000;
	height: 25px;
	text-align: left;
	padding: 0px 0px 0px 6px;
	background: rgba(225, 160, 0, 0.66);
	color: #fff;
	}

.bigger2 {
	font-size: 21px;
    color: #000;
    background: linear-gradient(to right, rgba(0, 153, 204, 0.3), rgba(0, 153, 204, 0.0));
    padding: 10px 30px;
    margin: 0px -30px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
	}
    
.bigger3 {
	font-size: 21px;
    color: #000;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.0));
    padding: 10px 30px;
    margin: 0px -30px;
    display: block;
    width: calc(100% - 30px);
    border-top: 1px dotted rgba(0, 0, 0, 0.33);
    border-right: 0px solid rgba(0, 0, 0, 0.33);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.33);
	}

.bigger4 {
	font-size: 21px;
    color: #000;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.15));
    padding: 10px 60px 10px 0px;
    right: 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    width: calc(100% - 30px);
    border-top: 1px dotted rgba(0, 0, 0, 0.33);
    border-right: 0px solid rgba(0, 0, 0, 0.33);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.33);
	}

.bigger {
	font-size: 14px;
    color: #333;
    margin-bottom: 3px!important;
    display: block;
    text-decoration: underline;
	}

.order_bucket {
	padding: 10px!important;
	justify-content: inherit!important;
	}

.order_bucket:active {
	cursor: default!important;
	}

aside { 
    position: absolute;
    width: 15vw;
	top: 0px;
	right: 0px;
	padding-bottom: 30px;
	display: inline-block;
}

* {
  box-sizing: border-box;
}

body {
	margin: 0px;
    background: url('https://slotplan.tennantco.nl/img/digicalls_background.jpg') no-repeat 0px -50px;
	background-size: 100%!important;
    background-attachment: fixed;
	background-color: #cdebf5;
	font-size: 12px;
	font-family: arial;
	color: #000;
    height: 100%;
	-webkit-touch-callout: none; 
	/* iOS Safari */ 
	-webkit-user-select: none; 
	/* Chrome/Safari/Opera */ 
	-khtml-user-select: none; 
	/* Konqueror */ 
	-moz-user-select: none; 
	/* Firefox */ 
	-ms-user-select: none; 
	/* Internet Explorer/Edge */ 
	user-select: none; 
	}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.drag-container {
  max-width: calc(100% - 15vw - 30px);
  margin: 0px 0px 0px 0px;
}

.drag-list {
  display: flex;
  align-items: flex-start;
}

.drag-column {
  flex: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border: 0px solid #000;
  padding-bottom: 7px;
  border-radius: 5px 5px 5px 5px
	}

.drag-column h2 {
  font-size: 13px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
  }

.drag-column-overview {
  flex: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border: 0px solid #000;
  padding-bottom: 7px;
	}

.drag-column-overview h2 {
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
	}

.drag-column-monday {
	margin-right: 15px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}
	
.drag-column-monday li {
  border-radius: 5px;
	}

.drag-column-tuesday {
	margin-right: 15px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}

.drag-column-tuesday li {
  border-radius: 5px;
	}

.drag-column-wednesday {
	margin-right: 15px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}

.drag-column-wednesday li {
  border-radius: 5px;
	}

.drag-column-thursday {
	margin-right: 15px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}

.drag-column-thursday li {
  border-radius: 5px;
	}

.drag-column-friday {
	margin-right: 0px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}

.drag-column-friday li {
  	border-radius: 5px;
	}

.drag-column-monday-nw {
	margin-right: 15px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}
	
.drag-column-monday-nw li {
  border-radius: 5px;
	}

.drag-column-tuesday-nw {
	margin-right: 15px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}

.drag-column-tuesday-nw li {
  border-radius: 5px;
	}

.drag-column-wednesday-nw {
	margin-right: 15px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}

.drag-column-wednesday-nw li {
  border-radius: 5px;
	}

.drag-column-thursday-nw {
	margin-right: 15px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}

.drag-column-thursday-nw li {
  border-radius: 5px;
	}

.drag-column-friday-nw {
	margin-right: 0px;
	border: 1px solid rgba(0, 0, 0, 0.75);
	}

.drag-column-friday-nw li {
  border-radius: 5px;
	}

.drag-column-bucket .drag-column-header,
.drag-column-bucket .drag-options {
  background: #FFF;
  color: #0099CC!important;
}

.drag-column-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px 5px;
  border-bottom: 1px solid #000;
  background: #000!important;
  color: #FFF!important;
  border-radius: 3px 3px 0px 0px;
  /* margin-bottom: 10px; */
}

.drag-column-header2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-bottom: 1px solid #000;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.drag-column-header-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 10px;
  border-bottom: 1px solid #000;
  background: rgba(0, 0, 0, 1.0);
  color: #FFF!important;
}

.drag-column-header2-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-bottom: 1px solid #000;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF!important;
  margin-bottom: 10px;
}

.drag-inner-list-overview {
  min-height: auto!important;
  border-bottom: 0px solid #000!important;
	}

.drag-inner-list {
  min-height: 63px!important;
	}

.drag-column-bucket .drag-item.manual .del_order {
	display: inline-block!important;	
	}


.drag-item.manual .del_order {
	display: none;	
	}

.drag-item-disabled.manual .del_order {
	display: none;	
	}

.drag-item.is-moving.manual .del_order {
	display: none;	
	}

.drag-item.is-moved.manual .del_order {
	display: none;	
	}

.drag-item.is-moving.manual .box_order_description .update_description {
	display: none!important;	
	}

.drag-item.is-moved.manual .box_order_description .update_description {
	display: none!important;	
	}

.drag-item.is-moving.manual .box_order_description .update_muted {
	display: inline-block!important;	
	}

.drag-item.is-moved.manual .box_order_description .update_muted {
	display: inline-block!important;
	}

.box_order_nr_overview {
	font-weight: bold;
	}

.box_order_description_overview {

	}

.box_order_note_overview {
	font-style: italic;

	}

.box_indicator_overview {
	font-weight: bold;
	background: rgba(255, 255, 255, 0.33);
	padding: 0px 2px;
	border-radius: 3px;
	margin-right: -1px;
	}

#list_bucket .box_order_note,
#list_mon .box_order_note,
#list_tue .box_order_note,
#list_wed .box_order_note,
#list_thu .box_order_note,
#list_fri .box_order_note,
#list_mon_plus_1 .box_order_note,
#list_tue_plus_1 .box_order_note,
#list_wed_plus_1 .box_order_note,
#list_thu_plus_1 .box_order_note,
#list_fri_plus_1 .box_order_note {
  border-top: 1px solid #666;
  text-align: left;
  font-size: 10px;
  max-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	}

.box_order_note:hover {
  max-height: 300px!important;
  text-overflow: initial!important;
  white-space: normal!important;
	}

#list_mon_lock li,
#list_tue_lock li,
#list_wed_lock li,
#list_thu_lock li,
#list_fri_lock li,
#list_mon_plus_1_lock li,
#list_tue_plus_1_lock li,
#list_wed_plus_1_lock li,
#list_thu_plus_1_lock li,
#list_fri_plus_1_lock li {
  cursor: not-allowed!important;
	}

.drag-header-more {
  cursor: pointer;
}

.drag-options {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.drag-options.active {
  transform: translateX(0);
  opacity: 1;
}
.drag-options-label {
  display: block;
  margin: 0 0 5px 0;
}
.drag-options-label input {
  opacity: 0.6;
}
.drag-options-label span {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 5px;
}

/* Dragula CSS  */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999!important;
  opacity: 0.8;
  list-style-type: none;
  background: #000!important;
  color: #fff!important;
  border-radius: 5px;
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.5;
  background: #000!important;
  border-radius: 5px;
}

td .box_indicator {
  font-size: 14px;
  font-weight: bold;
  padding: 1px 4px;
  margin: 4px 0px 0px 0px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.33);
	}

.box_order_nr {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 5px 0px 5px;
	}

.box_indicator {
  font-size: 14px;
  font-weight: bold;
  padding: 1px 4px;
  margin: 4px 4px 0px 0px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.33);
	}

.box_order_description {
  font-size: 12px;
  padding: 0px 5px 5px 5px;
  margin-top: 2px;
	}

.box_order_note {
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  text-transform: uppercase;
  border-top: 1px dotted #fff;
  text-align: right;
	}

#clock {
	color: rgba(255, 255, 255, 1.00);
    float: right;
    margin-left: 6px;
	}

#container {
	min-height: 100vh!important;
	position: relative!important;
	padding-bottom: 0px!important;
    margin-top: 0px;
    margin-bottom: 0px;
    /* -webkit-box-shadow: inset 0px 0px 1.0vw 0.5vw rgba(0, 0, 0, 0.25)!important;
	-moz-box-shadow: inset 0px 0px 1.0vw 0.5vw rgba(0, 0, 0, 0.25)!important;
	box-shadow: inset 0px 0px 1.0vw 0.5vw rgba(0, 0, 0, 0.25)!important; */
	}

#footer {
-webkit-touch-callout: none; 
/* iOS Safari */ 
-webkit-user-select: none; 
/* Chrome/Safari/Opera */ 
-khtml-user-select: none; 
/* Konqueror */ 
-moz-user-select: none; 
/* Firefox */ 
-ms-user-select: none; 
/* Internet Explorer/Edge */ 
user-select: none; 
/* Non-prefixed version, currently not supported by any browser */ 
	border-top: 1px solid rgba(0, 0, 0, 0.33);
	margin-left: 0px;
	padding: 12px 0px 12px 0px!important;
	background: rgba(0, 0, 0, 0.2); 
	position: absolute!important;
	bottom: 0px!important;
    width: 100%;
    color: #333!important;
    font-size: 12px;
    font-style: italic;
	z-index: 0;
	}

::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #FFF;
	}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #000;
	}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #000;
	border: 0px solid #000;
	}

::-webkit-scrollbar-corner {
	background: #000;
	}

::-webkit-scrollbar-button {
	border-radius: 0px;
	background-color: #000;
	height: 0px;
	width: 0px;
	}

html {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
	}

html.noscrolling {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
	}

h1.main_header {
	font-size: 40px;
	font-family: arial;
	color: #000;
    /* -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33)); */
    display: block; 
    background: rgba(0, 0, 0, 0.25); 
    margin: 0px 0px 0px 0px;
    padding: 10px 30px;
	}

#menu_bar {
	position: relative;
    width: 100%;
    height: 32px;
    font-size: 0px!important;
    white-space: nowrap;
	}

#action_bar {
	width: 100%;
    height: 32px;
    position: absolute;
    color: #fff;
	font-weight: bold;
	text-decoration: none;
    left: 0%;
    background: linear-gradient(to bottom, #0099cc, #007EAF);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));
	}

a.logged_in {
	font-size: 10px!important;
    color: #666;
	}

a.logged_in:hover {
	color: #fff!important;
	}

.fa-people-carry {
	color: #FFF!important;
    opacity: 1.0;
	}

/* GAMING HERE */

.start_level {
	cursor: pointer;	
	}

.game_finished {
	cursor: pointer;	
	}

.framework {
	background-color: radial-gradient(#fff, rgba(0, 153, 204, 0.25));
	}

.was_1 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_value_1.png')!important;
	}

.was_2 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_value_2.png')!important;
	}

.was_3 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_value_3.png')!important;
	}

.was_4 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_value_4.png')!important;
	}

.was_5 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_value_5.png')!important;
	}

.was_6 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_value_6.png')!important;
	}

.was_7 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_value_7.png')!important;
	}

.was_8 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_value_8.png')!important;
	}

.was_9 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_value_9.png')!important;
	}

.start_ticket {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_01.png');
	background-size: 85%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	}

.start_ticket_disabled {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_01.png');
	background-size: 85%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: default;
	opacity: 0.25;
	}

.start_ticket:hover {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_02.png');
	background-size: 85%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	}

.choosen_ticket_01 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_02.png');
	background-size: 85%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: default;
	}

.choosen_ticket_02 {
	background-image: url('https://slotplan.tennantco.nl/img/game/start_ticket_02.png');
	background-size: 85%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: default;
	}

.gameslot_free {
	cursor: pointer;
	background-image: url('https://slotplan.tennantco.nl/img/game/game_splash.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	}

.gameslot_free_finished {
	background-image: url('https://slotplan.tennantco.nl/img/game/game_splash.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
	}

.gameslot_disabled {
	cursor: not-allowed;
	background-image: url('https://slotplan.tennantco.nl/img/game/game_splash.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	}

.gameslot_taken_by_o {
	cursor: not-allowed;
	background-image: url('https://slotplan.tennantco.nl/img/game/O_T12.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	}

.gameslot_taken_by_x {
	cursor: not-allowed;
	background-image: url('https://slotplan.tennantco.nl/img/game/X_T2.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	}