#team-planner-box {
	border: 1px solid #ddd;
	margin: 2px;
	border-radius: 5px;
}

#team-planner-box .tab-content {
	padding-top: 5px;
}

#team-planner-box .nav-tabs{
	display: inline-block;
	vertical-align: middle;
	margin-left:-38px;
	margin-bottom: -124px;
	margin-top: 30px;
	margin-right: 0;
	top: 2%; /* for affix */
}

#team-planner-box .nav-tabs a {
	min-width: 10px;
}

.team-leader-box {
	margin-left: 5px;
	display: inline-block;
}

.operator-requirement{
	display: inline-block;
	margin-left: 1em;
}

.workers-list {
	height: 96%;
	top: 2%; /* for affix */
	width: 150px;
	overflow: auto;
}

.worker-box {
	display: inline-block;
  border-radius: 3px;
  width: 134px;
  height: 18px;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}

.worker-dropzone .worker-box {
	position: relative;
	top: -1px;
}

.worker-box.draggable {
	cursor: move;
}

.floorplan {
	position: relative;
	min-height: 600px;
	border-top: 1px dashed #ddd;
}

.machine-box {
	vertical-align: top;
	width: 150px;
	height: 200px;
	display: inline-block;
	border: 1px solid #ddd;
	margin: 5px;
	border-radius: 5px;
	background: white;
	position: absolute;
}

/* Move tabs left and up 1px to align with parent border */
.machine-box .nav-tabs li {
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: -2px;
}

.machine-box .machine-plans {
	height: 100px;
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.machine-box .plan-operators {
	width: 140px;
	height: 75px; /* machine-box - machine-plans - padding and border */
	padding: 2px;
	padding-left: 3px;
	padding-right: 7px;
	border-top: 1px dotted #ddd;
	overflow: auto;
	display: relative;
	border-radius: 0 0 5px 5px;
}

.worker-dropzone {
	border-radius: 3px;
	border: 1px dashed #ddd;
	background-color: #f5f5f5;
	height: 18px;
	min-width: 140px;
	margin-top: 2px;
}

.team-leader-box .worker-dropzone {
	display: inline-block;
}

.add-worker-dropzone {
	border-radius: 3px;
	border: 1px dashed #ddd;
	height: 18px;
	line-height: 14px;
	min-width: 140px;
	margin-top: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #ddd;
	cursor: pointer;
}

.worker-dropzone-active {
	border-radius: 3px;
	border: 2px dashed #777;
	background-color: #f5f5f5;
	height: 18px;
}

.plan-operators .add-dropzone {
	font-weight: bold;
	margin-top:0.5em;
	/*position: absolute;
	right:0;
	bottom:0*/;
}

.plan-operators-excess{
	background-color: red;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255,255,255,.5) 25px, rgba(255,255,255,.5) 50px);
  background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 25px, rgba(255,255,255,.5) 25px, rgba(255,255,255,.5) 50px);
}

.worker-box .close {
	height: 14px;
	font-size: 14px;
	margin-top: -2px;
	margin-right: 6px;
	width: 10px;
	text-shadow: none;
}

.productionplan-box.draggable .drag-handle {
	height: 4px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 2px 0 2px 0;
	cursor: move;
}

.plan-cell-hovered {
	background: #aaa !important;
}

.table tbody tr.inactive td {
  background-color: #DFDFDF;
}

.specs-border {
  border: solid;
  border-width: 1px;
  height:12px;
}

.specs-indent {
  text-indent: 10px
}

.specs-grey {
  font-weight: bold;
  background-color:#DFDFDF !important;
  -webkit-print-color-adjust: exact; 
}

.specs-heading {
  margin-bottom: 0px;
}

.specs-center {
  text-align: center;
  width: 120px;
}


.autocomplete { width: 300px; }

ul.options-list li.selected { background-color: #e6e6e6;}

ul.options-list {
  border: 1px solid #dbdbdb;
  max-height: 400px;
  overflow-y: auto;
  width: 450px;
  position: absolute;
  background-color: #efefef;
  margin: auto;
  z-index: 99;
}

ul.options-list li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 0.1rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: .3s all ease;
}

.fade-enter-active, .fade-leave-active {
  transition: all .3s ease;
}
.fade-enter, .fade-leave-active {
  opacity: 0;
  will-change: opacity;
  transform: translateY(-30px);
}
