/*----------------------------------------
General
------------------------------------------*/

html {
	font-family: 'Helvetica', sans-serif !important;
	font-weight: normal;
	line-height: 1.5;
	color: #6b6f82;
}

.button.active{
	background-color: #03a9f4 !important;
}

.option-column-fixed{
	width: 30%;
}

.width-10  { width: 10% }
.width-20  { width: 20% }
.width-25  { width: 25% }
.width-30  { width: 30% }
.width-33  { width: 33.3333% }
.width-40  { width: 40% }
.width-50  { width: 50% }
.width-60  { width: 60% }
.width-66  { width: 66.6667% }
.width-70  { width: 70% }
.width-75  { width: 75% }
.width-80  { width: 80% }
.width-90  { width: 90% }
.width-100 { width: 100% }


strong{
	font-weight: bold;
}

[data-field="state"]{
	text-transform: uppercase;
}
/* --------- Watermark --------- */
div#watermark {
	padding: 0 5%;
	position: fixed;
	min-height: 300vh;
	top: 10%;
	left: 0%;
}

div#watermark:before {
	color: #03a9f4;
	font-family: "Material Icons";
	position: absolute;
	top: -10%;
	left: 10%;
	font-size: 40em;
	opacity: .075;
	text-shadow: 0 0 10px rgba(7, 7, 7, 0.5);
}

div#watermark:after {
	font-family: "Material Icons";
	position: absolute;
	top: 15%;
	left: 200%;
	font-size: 20em;
	opacity: .1;
	text-shadow: 0 0 20px rgba(7, 7, 7, 0.5);
}

.main-title{
	position: absolute;
	top: 7px;
	left: 60px;
}

@media only screen and (min-width: 993px) {
	.main-title {
	left: 78px;
	}
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0.655em;
}

.select-dropdown {
	z-index: 100000;
}

.select-wrapper{
	position: relative;
    top: -2px;
}

.pink {
	background-color: pink !important;

}

span.blue {
	color: white
}

body {
	transition: background-color 1s ease;
	background-color: #fefcf6;
	/* position: relative; */
}

.btn {
	padding: 0 1.5rem;
}

.btn-small{
	margin-bottom: 5px !important;
	zoom: .9;
}

input[type=text]:not(.browser-default),
input[type=number]:not(.browser-default),
span.select2-selection__rendered {
	/* font-size: 1.25rem; */
}

footer,
html.hideFooter .page-footer {
	display: none;
}

html.x-fixed,
html.x-fixed body {
	/* overflow-x: hidden; */
}

html.white body {
	background-color: white;
}

.pointer{
	cursor: pointer;

}


* {
	-webkit-tap-highlight-color: transparent;
}

.font8{font-size: 8px !important;}
.font9{font-size: 9px !important;}
.font10 {font-size: 10px !important;}
.font12 {font-size: 12px !important;}
.font14 {font-size: 14px !important;}
.font16 {font-size: 16px !important;}
.font18 {font-size: 18px !important;}
.font20 {font-size: 20px !important;}
.font24 {font-size: 24px !important;}
.font28 {font-size: 28px !important;}
.font32 {font-size: 32px !important;}
.font36 {font-size: 36px !important;}
.p{	padding: 10px !important;}

.font12.input-field.col label{font-size: 12px !important;}
.font14.input-field.col label{font-size: 14px !important;}


.swal2-html-container label{
	font-size: 18px;
	color: black;
	
}
.promptSwitches{
	position: relative; 
	right: 30%;
}

.promptSwitches .switch{
	padding: 5px 0;
}


.select2+label {
	top: -30px;
	z-index: 4;
}

.select2-container--disabled .select2-selection,.select2-container--disabled .select2-container--focus{
	background-color: white !important;
	border-bottom: 1px dotted rgba(0, 0, 0, .42) !important;


}
.select2-container--disabled span{
	color: rgba(0, 0, 0, .42) !important;
}

.select2-container--disabled .select2-selection__arrow{
	display: none;
}

.swal-wide .swal2-modal{
    width: 100%;
	max-width: 600px;
}

.swal2-cancel {
	background-color: #d5a46c;
}

.swal2-cancel:hover {
	/* background: rgba(126, 97, 63, 1) !important; */
}

.swal2-confirm:hover {
	/* background: rgb(129, 35, 28) !important; */
}

.swal2-container .select2-container {

	z-index: 7;
}


.swal2-container {
	z-index: 6 !important;
}

/* ---------- Timepicker Modal ------------ */
div.timepicker-modal {
	border-radius: 2em;
}

div.timepicker-modal.text-primary {
	color: #fff !important;
}

.text-grey {
	color: #999;
}

.text-light-grey {
	color: #ccc;
}
.text-primary{
	color: #03a9f4;
}
.text-red {
	color: red;
}

.text-green {
	color: green;
}

.text-black {
	color: #000;
}

.text-purple {
	color: #8e24aa;
}


.text-center,
.center-text {
	text-align: center;
}

.text-left,
.left-text {
	text-align: left;
}
#attachments{
	position:relative;
	font-size: 12px;
	display: flex;
	flex-flow: row;
	gap: 12px;
	flex-wrap: wrap;

}

.attachment{
	user-select: none;
	width: 192px;
	height: 192px;
	border: 1px solid lightGrey;
	position: relative;
	
	font-size: 80px;
	font-weight: bold;
	color: #03a9f4;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 4px;
	/* overflow: hidden; */
}

.attachment img{
	width: 100%; height: 100%; object-fit: contain;
}

.attachment .delete {
  position: absolute;
  top: -9px;
  right: -9px;
  background: white;
  color: red;
  border-radius: 50%;
  font-size: 18px;
  padding: 2px;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.attachment .delete:hover {
  background: red;
  color: white !important;
}

.text-right,
.right-text {
	text-align: right;
}

.input-field.col label,
.input-field.col label.active {
	font-size: 16px !important;
}


.input-field.col.select-wrapper label,
.input-field.col.select-wraper label.active {
	z-index: 10;
	font-size: 14px !important;
}


.sidenav-overlay {
	z-index: 2999;
}

#header {
	margin-top: 20px;
}

#main {
	/* padding-left: 35px; */
	padding-right: 3px;
}

#main .card {
	border-radius: 8px;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	max-width: 1100px;
    width: 100%;
}

.label{
	text-align: left;
	padding: 5px;
	font-size: 14px;
	color: black;
	margin: 10px 0;
}


.barcode {
	position: relative;
	top: 9px;
	left: -9px;
}

/* col{
	margin-top: 10px; 	
} */
.action-btns {
	margin-left: 25px;

}

#table1_filter {
	float: none;
}

@media only screen and (max-width: 600px) {
	table.table {
		margin-left: -20px;
	}

	/* .action-btns{
		flex-wrap: wrap;
			flex-basis: 100%;
			height: 0;
	} */

	.action-btns input[type='search'] {
		font-size: 1rem !important;
	}

	.action-btns .btn {
		margin: 5px 0;
		/* width: 70px; */
	}
}

@media only screen and (max-width: 400px) {
	#main {
		padding: 0;
	}

	.card.container {
		margin: 0;
		box-shadow: none;
		padding: 0;
	}

	.card.container>.card-content {
		padding: 24px 0;
	}

	ul.stepper .step .step-content {
		margin-left: 20px;
		margin-right: -5px;
	}
}


@media only screen and (min-width: 993px) {
	#main {
		padding-left: 250px;
	}
}

.list-wrapper .responsive-table .data-table th {
	width: auto !important;
	padding: 19px 19px;
	border-bottom: 1px solid #e0e0e0;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 10px;
	border-bottom: 1px solid #e0e0e0;

}

table.fixedHeader-floating.no-footer {
	border-bottom-width: 0;
	box-shadow: 2px 4px 2px -2px #ebebeb;
}

@media screen and (max-width: 991px) {

	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center;
	}
}


.main-card {
	margin-top: 0;
}

.btn-sidenav-toggle {
	opacity: .65;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
	;
}

.italic {
	font-style: italic;
}

.gray-text {
	color: #6b6f82;
}

.cursor,
.cursor:hover {
	cursor: pointer !important;
}

.hidden,
.hidden2 {
	/* display: none; */
}

.hidden3 {
	display: none !important;
}

.text-right {
	text-align: right;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.capitalize {
	text-transform: capitalize;
}

table td {
	cursor: pointer;
}

#title {
	/* font-size: 1.5em; */
	/* text-transform: uppercase; */
	/* width: 100%; */
}

.list-wrapper {
	margin-top: 0px !important;
}


/*----------------------------------------
Data Tables
------------------------------------------*/
.scrollx th,
.scrollx td {
	white-space: nowrap;
}

/*----------------------------------------
Form Wizard
------------------------------------------*/
ul.stepper .step .step-content .step-actions {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

ul.stepper .step .step-content .step-actions .btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	right: 20px;
	/* width: 100%; */
}

ul.stepper.horizontal .step .step-content .step-actions {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#main .title,
#main div.header {
	border-radius: 8px;
	color: #fff;

	text-transform: uppercase;
	background-color: #2c323f;
	letter-spacing: .05em;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

#taskSection div.task-update {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
}

#taskSection .record.title,
#main div.header {
	font-size: 1.5em;
	padding: 1.25em 1em;
}

#taskSection .completed.title {
	font-size: 1.25em;
	padding: 1.25em 1em;
	margin-bottom: 2em;
}

#taskSection .card,
#main .card {
	margin: 1em;
}

#taskSection .card.completed {
	background-color: #faf1f4;
}

#taskSection .card.completed.updated {
	background-color: #fae09e;
}

#summary .card {
	max-width: 800px;
}

#summary .step-content {
	margin: 0;
}

@media screen and (max-width: 540px) {
	.section-form-wizard ul.stepper .step .step-content .row .input-field label {
		line-height: 1;
	}
}

.question {
	font-size: 13px;
	/* padding-top: 5px; */
	padding-bottom: 5px;
	/* border-bottom: 1px solid #ccc; */
}

.answer {
	/* padding-left: 5px; */
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.input-field{
	margin-bottom: 2px;
}
/* .input-field.text-white input{
	color: white;
  } */

/*------------------------------ 
Other
------------------------------*/
.print-tag,
.gap-time {
	margin: 5px;
}

.bg-primary,
.indeterminate {
	background-color: #03a9f4;
	color: white;
}

tbody .link{
	color:  #03a9f4;
}

#barcodeInput {
	position: fixed;
	top: -1000px;
	opacity: 0;
}



.chip:not(.dropholder) {
	background-color: #03a9f4;
	color: white;
}

.chips.focus {
	border-bottom: 1px solid #9e9e9e;
	outline: none;
	box-shadow: none;
}

.chip:focus {
	color: #fff;
	outline: none;
	background-color: #03a9f4;
}

.lightpick__reset-action.chip {
	font-size: 13px;
	border-radius: 16px;
}
.listCard .card-header .contenteditable{
	border-bottom: 2px solid white;
	transition: box-shadow .3s, border-bottom .3s;

}
.listCard{
	position: relative
}
.listCard .card-handle{
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
}

.saved,
.saved+span .select2-selection {
	border-bottom-color:  limegreen !important; 
	box-shadow: 0 1px 0 0 limegreen !important; 

}



.select2-selection__clear {
	font-size: 2em !important;
	color: #ccc;
}

.select2-selection__clear:hover {
	color: black;
}

.card .card-content p.range-field {
	margin-top: 25px;
}

.range-input {
	margin-bottom: -10px;
}

.range-input.input-field.col label.active {
	font-size: 16px !important;
}

.chip {
	cursor: pointer;
}

.step-label.error {
	color: red;
}

.btn-delete-img.btn-floating:hover {
	background-color: red;
}

.material-icons.delete:hover {
	color: red;
}

.material-icons.delete:hover {
	color: red;
}

.iconButton.delete:hover {
	background-color: red !important;
}



.btn .icon-label {
	position: relative;
	top: -4px;
	left: 4px;
}

.btn-floating:hover {
	opacity: 1;
}

.btn.yellow {
	color: black;
}

/* .card .btn-delete-img{
	display: none;
}

.card:hover .btn-delete-img{
	display: block;
} */

@keyframes opacityPulse {
	from {
		opacity: .8;
	}

	50% {
		opacity: .4;
	}

	to {
		opacity: .8;
	}
}


.edit-mode tbody .link span{
	color: rgb(107, 111, 130)
}
.edit-mode thead th{
	transition: none;
	background-color: #03a9f4 !important
}

.contenteditable span, .select span{
	padding: 2px;
	position: relative;
	display: inline-block;
	transition: box-shadow .3s, border .3s;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	min-width: 20px;
}
.contenteditable span[contenteditable="true"], .edit-mode .select span{
	color:black !important;
	cursor: text;
}

.listCard .card-header .contenteditable{
	display: block;
	width: 100%;
	min-width: 50px;
}

.listCard .card-header .contenteditable:focus,

.listCard.edit-mode .contenteditable span:focus,
.listCard.edit-mode .select span:focus, 
.listCard.edit-mode .boolean span:focus {
	border-bottom: 2px solid #03a9f4;
	cursor: text;
}

.listCard.edit-mode .boolean span:focus {
	border-bottom: 2px solid #03a9f4;
	cursor: text;
}

.contenteditable span.saved{
	/* border-bottom: 2px solid limegreen !important; */
	/* box-shadow: 0 1px 0 0 limegreen !important; */
}

.contenteditable span.save-error{
	border-bottom: 2px solid red !important;
	box-shadow: 0 0px 0 0 red !important; 
}

canvas.thumb {
	width: 60px;
	height: 60px;
	float: left;
	object-fit: cover;
	border-radius: 4px;
}

.thumb.card .card-image img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 4px;
}

.pulse {
	animation: opacityPulse 1s linear infinite;
}

.thumb.card.uploading {
	/* opacity: .4; */
	animation: opacityPulse 2s linear infinite;
}

.thumb.card.uploading .btn-delete-img {
	display: none;
}

.mfp-bg {
	z-index: 6000;
}

.mfp-wrap {
	z-index: 6001;
}

/* @media only screen and (min-width: 500px){
	.mfp-arrow-left {
		left: 350px !important;
	}
	.mfp-arrow-right {
		right: 350px !important;
	}
} */

.btn-delete-img {
	position: absolute;
	/* width: 25px;
	height: 25px; */
	/* font-size: 1.2em; */
	/* line-height: 25px !important; */
	top: -14px;
	background-color: grey;

}

/* #summary .card-content{
	padding-left: 50px;
	padding-right: 50px;

} */

/*------------------------------ 
Print
------------------------------*/

@media print {

	body,
	html {
		visibility: hidden
	}


	.print-area {
		visibility: visible;
		page-break-after: auto;
		margin-top: -80px;
	}

	.print-area .divider {
		margin: .5rem 0 !important
	}

	.print-center {
		text-align: center;
	}

	li.step,
	.btn-customizer,
	.action-wrapper,
	.navbar,
	.page-footer,
	.sidenav-main,
	.theme-cutomizer {
		display: none
	}

	#summary {
		display: block;
	}

	.chip {
		-webkit-print-color-adjust: exact;
	}

	.card {
		box-shadow: none
	}

	.card .card-content {
		padding: 0 !important
	}

	table td,
	table th {
		border: 1px solid #e8e8e8
	}


	.col.m5,
	.col.m6,
	.col.m7 {
		width: 50% !important;
	}

	.col.m11 {
		width: 85% !important;
	}

	.col.m1 {
		width: 15% !important;
	}
}

.schedule-bottom-left{    
	position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: bold;
	color: grey;
    /* font-style: italic; */
	text-align: right;
}

.kanban-board header {
    padding: 23px;
}

.disableBoardDrag{
	position: absolute;
	top:0;
	left:0;
	width: 250px;
	height: 60px;
	z-index:1000;
	padding: 7px;
	text-align: center;
	color: white;
	/* background-color: red; */
}

.disableBoardDrag input{
	width: 90%;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    border: 1px solid grey;
}

#scheduler_heading{
	position: relative;
}

#date_picker{
	position: absolute;
	width: 220px;
	background-color: red;
	opacity: 0;
	top: -8px;
	cursor: pointer;
}

.calendar>.days-grid>.day.selected{
	background-color: #03a9f4 !important;
}


/* .kanban-board[data-id="undefined"], .kanban-item:empty{
	display: none;
} */
.sidenav-main {
	z-index: 3000;
	letter-spacing: .075rem;
}

.yellow-text {
	color: #c3b00a !important;
}

.red-text {
	color: red !important;
}

.green-red {
	color: green !important;
}

#kanban-wrapper .kanban-container {
	display: flex;
    flex-wrap: wrap;
	position: relative;
	left: 280px;
	width: 90% !important;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.kanban-board {
	float: none;
    flex-shrink: 0;
}
section#kanban-wrapper{
	width: 100% !important;
}

#kanban-wrapper .kanban-container .kanban-board .grey{
	background-color: #333 !important;
}


.kanban-board .kanban-drag	{
	min-height: 280px;
	padding: 10px;
}

.kanban-board, .kanban-item{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
}
.kanban-board:first-child{
	position: absolute;
	left: -275px;
	top:0;
}

.kanban-board:first-child .kanban-board-header {

	background-color: grey !important;
}


.kanban-board:first-child .kanban-drag{
	/* min-height: 600px; */
	/* overflow: scroll;
    height: 250px; */
	/* margin-bottom: 1000px; */
}


.kanban-title-board {
	text-align: center;
	width: 100% !important;
}

.kanban-item {
	margin-bottom: 10px;
	padding: 5px;
}

.kanban-board-header {
	z-index: 2;
	width: 250px;
	opacity: .8;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	cursor: grab;
}
.kanban-board.is-moving .kanban-board-header {
	cursor: grabbing;
}

.kanban-board .kanban-drag {
	/* min-height: 1200px; */
	padding: 10px;
}

.kanban-tooltip {
	text-align: left;
	line-height: 1.5;
}

.card-title h5 {
	font-size: 1.2rem;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
	font-family: "-apple-system", "BlinkMacSystemFont", 'Segoe UI', "Roboto", "Oxygen-Sans", 'Helvetica Neue', sans-serif;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font24 {
	font-size: 24px;
}

.b {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.kanban-tooltip-title {
	opacity: .65;
}

strong a {
	font-size: 1.2rem;
	font-weight: bold;
}

.gap-delete,
.schedule-item-delete {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

.gap-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
}

.kanban-title.details .company {
	width: 80%;
}

#kanban-wrapper .kanban-item[data-border='grey']::before {
	background-color: grey;
}

#kanban-wrapper .kanban-item[data-border='blue']::before {
	background-color: blue;
}

#kanban-wrapper .kanban-item[data-border='purple']::before {
	background-color: purple;
}

#kanban-wrapper .kanban-item[data-border='yellow']::before {
	background-color: yellow;
}

#kanban-wrapper .kanban-title {
	font-size: 20px;
	font-weight: bold;
}

.kanban-item.in-progress {

	-webkit-animation: pulse2 3s infinite ease-in-out;
	-o-animation: pulse2 3s infinite ease-in-out;
	-ms-animation: pulse2 3s infinite ease-in-out;
	-moz-animation: pulse2 3s infinite ease-in-out;
	animation: pulse2 3s infinite ease-in-out;
}

@-webkit-keyframes pulse2 {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes pulse2 {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

table.dataTable.no-footer {
	border: none;
}

.dataTables_filter {
	margin-left: 25px;
}

.background-text {
	color: white;
}

.background-text.yellow,
.background-text.white,
.chip.yellow,
.chip.white {
	color: black;
}

table.dataTable tbody tr.even {
	background-color: #eee;
}

table.dataTable tbody tr {
	border-bottom: 1px solid white;
}

table.dataTable tr#Total {
	background-color: #000;
	color: white;
}

table.dataTable tbody td {
	border-radius: 0;
}

.chip {
	border: 1px solid white;
}


.chip[data-status="New"] {
	background-color: white;
	color: #333;
	border: 1px solid #333;
}

.chip[data-status="Invoiced"] {
	background-color: #f3e5f5;
	color: #9c27b0;
	border: 1px solid #9c27b0;
}

select:focus {
	outline: none;
}

select {
	padding-left: 0;
}

select2-container--open .select2-selection--single, .select2-container--focus .select2-selection--single{
	border-bottom: 2px solid #03a9f4;
}


.input-field .switch {
	position: relative;
	top: 0;
}

.dollar .input:before{
	content: '$';
}


.switch-input{
	/* top: 25px; */
}

th .switch label input[type=checkbox]:checked + .lever:after {
	background-color: white;
}
.switch label .flash-red.lever:after{
	background-color: red !important;
	transition: background-color 1s ease;
}

.swal2-actions {
	flex-direction: row-reverse;
	margin: 0.25em auto 0 !important;
}

.swal2-actions button {
	margin: 5px;
}

.selection {
	text-align: left;
}

.input-field {
	position: relative;
}

.input-field.error label {
	color: red;
}

.noMargin.input-field {
	margin: 5px;
}

.input-field .calculator {
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.input-field .subtract {
	position: absolute;
	right: 60px;
	top: 15px;
	cursor: pointer;
}

.input-field .add {
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.input-field.col label{ 
	left: 14px;
}

.input-field label span{
	color: grey;
	text-transform: uppercase;
}

.dollar-sign{
	position: absolute;
	left: 3px;
	top: 12px;
}
.dollar-sign:before{
	content: '$'
}


.contenteditable.price:before{
	content: '$';
	position: relative;
    left: 5px;
}


.input-field.uppercase input {
	text-transform: uppercase;
}

.input-field {
	margin-top: 25px;
}
#right-side-buttons{
	margin-left: 50px;
}
#right-side-buttons, #right-side-buttons .mixin2{
	
	float: left;
	/* margin-left: 50px; */
}
@media only screen and (min-width: 1150px) {
	#right-side-buttons .mixin2{
		float: right;
	}
	#right-side-buttons{

		position: absolute; 
		right: 40px; 
		top: 15px; 
		width: 500px;
		text-align: right;
	}
}

h6.text-primary,
.sidenav-dark.sidenav-main .sidenav li>a.text-primary {
	color: #03a9f4
}

.card h5.text-primary {
	color: #666;
	opacity: .75;
}
.align-right{
	text-align: right;

}

#center-panel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#scannerPreloader {
	position: fixed;
	bottom: 13px;
	left: calc(50% - 25px);
	z-index: 10001;
}

#scan-card {
	margin-left: 10px;
	margin-right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#scan-card .card-panel {
	margin: 0 auto;
	max-width: 440px;
	width: 100%;
	padding-bottom: 20px;
	padding: 0px 0px 20px 0;
	min-height: 100px;

}

@media only screen and (max-width: 400px) {
	#scan-card {
		margin: 0;
		height: 100%;
	}

	#scan-card .card-panel {
		box-shadow: none !important;
	}

	#header {
		display: none;
	}
}

#scan-output {
	/* margin: 20px; */
	text-align: center;
}

.videoContainer {
	display: block;
	/* width: 320px;
	
    overflow:hidden;
    display:block;
    height: 200px;
	margin: 10px;	
 */

}

#video {
	/* sbox-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%); */
	/* aspect-ratio: 320/534; */
	object-fit: cover;
	background-color: black;
	border-radius: 10px !important;
	width: 300px;
	height: 240px;
	/* max-width: 300px;
	max-height: 300px; */
	/* height: 240px; */
	transition: width 2s;
	transition: height 2s;
}

#info {
	margin: 20px;
}

.input-field.green-text input[type=text]:not(.browser-default):disabled {
	color: green;
	font-weight: bold;
}

.input-field.red-text input[type=text]:not(.browser-default):disabled {
	color: red;
	font-weight: bold;
}

.input-field.error label {
	color: red;
}

.input-field.primary-text input[type=text]:not(.browser-default):disabled {
	color: #03a9f4;
	font-weight: bold;
}

.input-field.primary-text label {
	color: #03a9f4;
	font-weight: bold;
}

.input-field.orange-text input[type=text]:not(.browser-default):disabled {
	color: orange;
	font-weight: bold;
}

#tray {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

td.tray {
	border: 1px solid black;
	padding: 0;
}

td.tray td {
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* #trayScan table {
	width: 282px;
	margin-left: auto;
	margin-right: auto;
} */

/* table#tray td.tray {
	width: 50%;
	border: 1px dotted gray;
	font-size: 36px;
	text-align: center;
	vertical-align: middle;
	height: 140px;
  }

  table#level td {
	width: 33%;
	border: 1px dotted gray;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	height: 70px;
  } */



#tray td.active {
	color: white;
	background-color: #03a9f4;
}

.table .even:hover,
.table .odd:hover {
	background-color: #333;
	color: white;
}

.table tr.selected {
	background-color: #03a9f4 !important;
	color: white;
}

.table tr.selected a,
.table tr.selected i,
.table tr.selected a:hover {
	color: white;
}

.table tr.selected.even:hover,
.table tr.selected.odd:hover {
	background-color: #03a9f4;
	color: white;
}

.dataTables_wrapper {
	max-width: 1750px;
}


.list-wrapper .responsive-table .data-table.dataTable tbody td {
	/* padding: 0.2rem 0.2rem !important; */
	padding: 3px 10px !important;
}

.list-wrapper .responsive-table .top .action-filters .dataTables_filter {
	margin-right: 10px !important;
}

.tagColor {
	margin-top: 6px;
	line-height: 25px;
	width: 63px;
	height: 25px;
	border-radius: 6px;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	border: none;
}

.progress {
	background-color: #ddd;
}

.progress .determinate {
	transition-property: width;
	transition-duration: 2s;
}

.progress .white {
	background-color: #000 !important;
}

.selected .tableLink{
	color: white !important;
}

#promptForm {
	margin-bottom: 10px !important;
}

#promptForm .input-field.select-wrapper{
	margin-top: 15px ;
}

#promptForm .fields {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

#promptForm .checkbox label {
	padding-left: 10px;
}

#promptForm .input-field {
	margin-top: 15px;
	padding-left: 17px;
}

[type='checkbox']+span:not(.lever) {
	padding-left: 30px;
}


#scan-card .collection-item {
	padding-top: 10px !important;
}

.chip {
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	border: none;
}

label input[type='search'] {
	font-size: 1.6rem !important;
	font-weight: bold;
}
#ui-id-1{
	margin-left: 120px;
	margin-top: 80px;
}

.ui-autocomplete {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	max-height: 200px;
	overflow-y: auto;
	/* Add other styles to match your design */
}

.ui-widget-content .ui-state-focus.ui-state-focus {
	background-color: #f5f5f5 !important; /* Change to your desired background color */
	color: #333 !important; /* Change to your desired text color */
	border: 1px solid grey;
    font-weight: bold;
    color: black;
	background: none;
}

.ui-menu-item {
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
	/* Add other styles to match your design */
}
.ui-menu-item:hover {
	background-color: #f0f0f0 !important;
	/* Add other hover styles to match your design */
}
/* .ui-autocomplete-input {
	width: 100%;
	padding: 10px !important;
	border: 1px solid #cccccc !important;
	/* Add other styles to match your input design */
} */


#table1_filter {
	min-width: 120px;
}

.filter-btn {
	right: 15px !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* input[type="search"] {
	text-transform: uppercase;
} */

input[type="search"].inverted {
	background-color: black !important;
	color: white;
}

.search-clear {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #999;
}

.sidenav {
	top: 0 !important;
}

*,
input,
input[type="search"] {
	transition: background-color 0.15s ease;
}

.status,
.processType {
	margin-top: 5px;
	line-height: 25px;
	height: 25px;
	width: 92px;
}

.sidenav a.company {
	color: #ccc !important;
	height: 30px;
	overflow: hidden;
}

.sidenav a.company:hover {
	color: white !important;
}

.sidenav a.company.text-primary,
.sidenav a.company.text-primary:hover {
	color: #03a9f4 !important;
	height: 30px;
}

.link input[type=text]:not(.browser-default):disabled {
	color: #03a9f4 !important;
	cursor: pointer;
}

.textarea {
	margin-top: 10px;
}

textarea.materialize-textarea {
	line-height: 1.2;
	min-height: 4rem;
	padding: 0.5rem 0 1rem 0;
	resize: vertical;
	height: 80px !important;
}

.card.section {
	border-radius: 10px;
}

.card.section.disabled h6.text-primary {
	color: #ccc;
}

.card.section .card-header {
	padding-bottom: 30px;
}

.table-of-contents a.active,
.table-of-contents a:hover,
.table-of-contents a.strike:hover,
.table-of-contents a.active.strike {
	color: #03a9f4;
}

.table-of-contents a {
	color: black;
}

.table-of-contents a.strike {
	color: #ccc;
}

.strike {
	text-decoration: line-through;
}

#tray {}

.trayLevel {
	color: #999;
}

#levels {
	border-spacing: 5px;
	border-collapse: separate;
}

/* .levelSelect{
	text-align: center;
	border: 1px solid gray;
	width: 25%;
	font-weight: bold;
	font-size: 14px;
} */

.level-select {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.level-select>tr {
	border-bottom: none;
}

.level-select tr.header>td {
	text-align: center;
}

.level-select td {
	width: calc(100%/3);
	border: none;
}

.level-select tr.positionType {
	height: 150px;
	border-bottom: 8px gray solid;
}

.level-select table {
	border-spacing: 4px;
	border-collapse: separate;
}

.level-select>table tr {
	height: 100%;
}

.level-select table td {
	border-radius: 5px;
	text-align: center;
	padding: 2px;
	font-size: 14px;
	color: white;
	background-color: #03a9f4;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.level-select table.h-120 td {
	height: 120px;
}

.level-select table.h-60 td {
	height: 60px;
}

.level-select table.h-40 td {
	height: 40px;
}

/* .level-select td.level.active{
	color: white;
	background-color: #03a9f4;
} */

[type="radio"]+span {
	padding-left: 25px !important;
	margin-left: 10px !important;
}

.table {
	display: table;
}

.cell {
	display: table-cell;
}

/* #scrollspy{
	position: fixed;
	left: 800px;
	
} */

/* 
.multi-line .select2-container--default .select2-selection--multiple .select2-selection__choice{
	float:none;
}

.multi-line .select2-selection__clear{
	display: none;
} */

.line-break .chip {
	display: block;
}

.line-break .chips input {
	width: 90% !important;
}

body.dragging,
body.dragging * {
	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

.chip.placeholder {
	position: relative;
	background-color: yellow;
	/** More li styles **/
}

.chip.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}

.modal {
	z-index: 2000 !important;
}

.modal-overlay {
	z-index: 1061 !important;
}

/* #taskModalSection {
	height: 100%;
  } */

.task-modal.modal {
	z-index: 3002 !important;
	display: block;
	opacity: 1;
	top: 10%;
	transform: scaleX(1) scaleY(1);
	position: fixed;
	left: 0;
	right: 0;
	width: 96%;
	margin: auto;
	overflow-y: auto;
	will-change: top, opacity;
	height: 100%;
	border-radius: 1rem;
}

.task-modal.modal-overlay {
	z-index: 3001 !important;
	top: -25%;
	display: block;
	opacity: 0.5;
	height: 125%;
	width: 100%;
	position: fixed;
}

ul.stepper .step .step-content .row {
	margin-left: 0;
	margin-left: 20px !important;
}

ul.stepper .step .step-content .row {
	padding-left: 20px;
}


.card.bin {
	float: left;
	margin: 8px;
	width: 235px;
}

.delete:hover:not(button) {
	color: red;
	cursor: pointer;
}

.qty-calculator {
	color: #999;
	text-align: left;
	margin-left: 60px;
	margin-bottom: 20px;
}



.page-footer {
	margin-top: 65px;
	height: 50px;
}


.sidenav {
	z-index: 3000;
}

.lightpick select {
	display: inline;
	width: auto;
}

.collection {
	border: none;
}

.collection .collection-item {
	padding: 5px 5px;
	font-size: 17px;
	border: none;
	border-bottom: 1px dotted gray;
}

.applied-filters {
	margin-bottom: 8px;
}

.applied-filters:not(:empty):before {
	content: "Applied Filters: ";
}

.applied-filters .chip {
	/* margin-bottom: 16px; */
}

.data-table-header {
	margin-bottom: 15px
}

.list-wrapper .responsive-table .data-table.dataTable tbody td.binCell {
	padding: 10px 10px !important;
}

.simple-table {
	width: 100%;
	max-width: 900px;
	margin-left: 10px;
	margin-top: 10px;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

.simple-table td {
	border-bottom: 1px solid #ccc;
}

.simple-table thead tr th {
	background-color: #333;
	padding: 5px 10px !important;
	color: white;
}

.simple-table tr {
	background-color: white;
	height: 43px;
}

.simple-table.dark tr td {
	color: black;
}

.simple-table.green tr th {
	background-color: green;
}

.simple-table.purple tr th {
	background-color: purple;
}

.simple-table.yellow tr th {
	background-color: yellow;
	color: black;
}

.simple-table.white tr th {
	background-color: white;
	color: black;
}

.simple-table.pink tr th {
	background-color: pink;
}

.simple-table.orange tr th {
	background-color: orange;
}

.simple-table.blue tr th {
	background-color: blue;
}

.simple-table tr.highlight {
	background-color: lightYellow;
}
.simple-table tr, .simple-table tr.hightlight{
	transition: background-color 4s ease-out;
}

.simple-table td.link{
		color: #03a9f4 !important;
		cursor: pointer;
}

.simple-table tr.disabled {
	opacity: 0.5;
}

table.simple-table.highlight>tbody>tr:hover {
	/* background-color: lightblue; */
}

.simple-table td.highlight div {
	font-weight: bold;
	/* background-color: yellow;
	padding: 3px; */
}

.row-select {
	position: relative;
	/* top: 3px; */
	border: 2px solid #ccc;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	font-weight: bold;
	line-height: 1.7;
}

.selected .row-select {
	border: 2px solid white;
	background-color: white;
	color: #03a9f4;
}

/* .row-select:after{
	content: 'check_box_outline_blank';
	color: #ccc;
} */
.table .even:hover,
.table tr:hover .row-select:after {
	/* color: white !important; */
}

.table table.table.simple-table .even:hover,
.table table.table.simple-table .odd:hover,
table.simple-table tr:hover td .row-select:after {
	color: #333 !important;
}

.table table.table.simple-table .even:hover,
.table table.table.simple-table .odd:hover,
table.simple-table tr:hover th .row-select:after {
	color: white !important;
}

.bins.chip {
	position: relative;
	top: 2px;
}



.range-input.range-blue .irs--flat .irs-handle>i:first-child,
.range-input.range-blue .irs--flat .irs-bar,
.range-input.range-blue .irs--flat .irs-from,
.range-input.range-blue .irs--flat .irs-to,
.range-input.range-blue .irs--flat .irs-single {
	background-color: blue !important;
}

.range-input.range-blue .irs--flat .irs-from:before,
.range-input.range-blue .irs--flat .irs-to:before,
.range-input.range-blue .irs--flat .irs-single:before {
	border-top-color: blue !important;
}

.range-input.range-green .irs--flat .irs-handle>i:first-child,
.range-input.range-green .irs--flat .irs-bar,
.range-input.range-green .irs--flat .irs-from,
.range-input.range-green .irs--flat .irs-to,
.range-input.range-green .irs--flat .irs-single {
	background-color: green !important;
}

.range-input.range-green .irs--flat .irs-from:before,
.range-input.range-green .irs--flat .irs-to:before,
.range-input.range-green .irs--flat .irs-single:before {
	border-top-color: green !important;
}

.range-input.range-purple .irs--flat .irs-handle>i:first-child,
.range-input.range-purple .irs--flat .irs-bar,
.range-input.range-purple .irs--flat .irs-from,
.range-input.range-purple .irs--flat .irs-to,
.range-input.range-purple .irs--flat .irs-single {
	background-color: purple !important;
}

.range-input.range-purple .irs--flat .irs-from:before,
.range-input.range-purple .irs--flat .irs-to:before,
.range-input.range-purple .irs--flat .irs-single:before {
	border-top-color: purple !important;
}

.range-input.range-orange .irs--flat .irs-handle>i:first-child,
.range-input.range-orange .irs--flat .irs-bar,
.range-input.range-orange .irs--flat .irs-from,
.range-input.range-orange .irs--flat .irs-to,
.range-input.range-orange .irs--flat .irs-single {
	background-color: orange !important;
}

.range-input.range-orange .irs--flat .irs-from:before,
.range-input.range-orange .irs--flat .irs-to:before,
.range-input.range-orange .irs--flat .irs-single:before {
	border-top-color: orange !important;
}


.range-input.range-yellow .irs--flat .irs-handle>i:first-child,
.range-input.range-yellow .irs--flat .irs-bar,
.range-input.range-yellow .irs--flat .irs-from,
.range-input.range-yellow .irs--flat .irs-to,
.range-input.range-yellow .irs--flat .irs-single {
	background-color: yellow !important;
}

.range-input.range-yellow .irs--flat .irs-from:before,
.range-input.range-yellow .irs--flat .irs-to:before,
.range-input.range-yellow .irs--flat .irs-single:before {
	border-top-color: yellow !important;
}

.range-input.range-yellow .irs-single {
	color: black !important;
}

.range-input.range-pink .irs--flat .irs-handle>i:first-child,
.range-input.range-pink .irs--flat .irs-bar,
.range-input.range-pink .irs--flat .irs-from,
.range-input.range-pink .irs--flat .irs-to,
.range-input.range-pink .irs--flat .irs-single {
	background-color: pink !important;
}

.range-input.range-pink .irs--flat .irs-from:before,
.range-input.range-pink .irs--flat .irs-to:before,
.range-input.range-pink .irs--flat .irs-single:before {
	border-top-color: pink !important;
}

.range-input.range-white .irs--flat .irs-handle>i:first-child,
.range-input.range-white .irs--flat .irs-bar,
.range-input.range-white .irs--flat .irs-from,
.range-input.range-white .irs--flat .irs-to,
.range-input.range-white .irs--flat .irs-single {
	background-color: black !important;
}

.range-input.range-white .irs--flat .irs-from:before,
.range-input.range-white .irs--flat .irs-to:before,
.range-input.range-white .irs--flat .irs-single:before {
	border-top-color: black !important;
}



/* @media only screen and (max-width: 965){

	button .hide-on-small-only{
		display: none;
	}
} */

/* .btn .material-icons{
	position: absolute;
    top: 0;
    right: 8px;
} */

@media only screen and (max-width: 1320px) {
	.hide-on-small-only {
		display: none !important;
	}

	.responsive-table .top .action-btns .btn i,
	.responsive-table .top .action-filters .btn i {
		float: none;
		margin: 0 7px;
	}
}

[data-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}

[data-title]:after {
	content: attr(data-title);
	position: absolute;
	bottom: -2.6em;
	left: 0;
	padding: 4px 4px 4px 8px;
	color: #666;
	white-space: nowrap;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
	/* background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eded), color-stop(1, #bfbdbd));
	background-image: -webkit-linear-gradient(top, #f0eded, #bfbdbd);
	background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
	background-image: -ms-linear-gradient(top, #f0eded, #bfbdbd);
	background-image: -o-linear-gradient(top, #f0eded, #bfbdbd); */
	opacity: 0;
	z-index: 99999;
	visibility: hidden;
}

[data-title] {
	position: relative;
}

.signature canvas {
	border: 1px solid #9e9e9e;
	width: 91%;
}

#trayEntry .value,
#weightEntry .value,
#keypad .value {
	font-size: 36px;
	color: blck;
	font-weight: bold;
	width: 150px;
	height: 60px;
	border: 1px solid black;
	margin: 5px auto 20px auto;
	border-radius: 10px;
	background-color: #ddd;
	border: 1px solid gray;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
	padding: 8px;
	letter-spacing: 2px;
}

#keypad .value {
	width: 250px;
}

#trayEntry .btn,
#weightEntry .btn,
#keypad .btn {
	margin: 3px;
	zoom: 1.2;
}

.invisible{
	visibility:hidden !important;
}

.swal-btn-icon{
	position: relative;
	top: 6px;
}

#swal2-html-container {
	margin: 10px;
}

.swal2-container.fullscreen {
	z-index: 3001 !important;
}

.swal2-container.swal2-center.fullscreen>.swal2-popup {
	width: 100% !important;
	max-width: 1020px;
}

.btn.openTray {
	width: 80px;
	padding: 0;
}


.simple-table,
.tray-table,
#summary {
	margin: 0 auto;
	max-width: 1600px;
}

.simple-table .hide{
	display: table-row !important; 
}

.simple-table td,
.tray-table td {
	padding: 3px 10px;
}

input[type=text].tray-track-time {
	font-size: 14px;
	width: 75px;
	border: 1px solid gray;
	padding: 5px;
	height: 20px;
	margin-top: 5px;
	font-weight: bold;
	box-shadow: 3px 3px 3px #ccc !important;
	border-radius: 10px;
}

input[type=text].tray-track-time.disabled {
	background-color: #ddd;
	border-bottom: 1px solid gray;
	box-shadow: none !important;
}

input[type=text].tray-track-time::placeholder {
	font-size: 12px;
}

input[type=text].tray-track-time:focus {
	border: 1px solid gray !important;
	box-shadow: 3px 3px 3px #ccc !important;
	background-color: #03a9f4;
	color: white;
}

input[type=text].tray-track-time::selection {
	color: black;
	background: white
}

.wo {
	padding: 3px 10px;
	border-radius: 8px;
	color: black;
	margin: 2px;
	display: block;
	/* float: left; */
}

.wo.blue,
.wo.green {
	color: white;
}

.wo.white {
	border: 1px solid gray;
}



.wo2 {
	width: 85px;
}

td,
th {
	border-radius: 0;
}

.drawSelect {
	zoom: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}


@keyframes flickerAnimation {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .2;
	}

	100% {
		opacity: .8;
	}
}

@-o-key flickerAnimation {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .2;
	}

	100% {
		opacity: .8;
	}
}

@-moz-keyframes flickerAnimation {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .2;
	}

	100% {
		opacity: .8;
	}
}

@-webkit-keyframes flickerAnimation {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .2;
	}

	100% {
		opacity: .8;
	}
}

.flicker {
	-webkit-animation: flickerAnimation 1s infinite;
	-moz-animation: flickerAnimation 1s infinite;
	-o-animation: flickerAnimation 1s infinite;
	animation: flickerAnimation 1s infinite;
}

.draggable {
	cursor: move;
	user-select: none;
}

#placeholder {
	text-align: center;
}

.placeholder {
	background-color: #edf2f7;
	/* border: 2px dashed #cbd5e0; */
}

.clone-list {
	border-top: 1px solid #ccc;
}

.clone-table {
	border-collapse: collapse;
	border: none;
}

.clone-list {
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.clone-table th {
	background-color: #333;
	padding: 5px 10px !important;
	color: white;
}

.clone-table td {
	/* border: 1px solid #ccc; */
	border-top: none;
	padding: 3px 10px;
}

.dragging {
	background: #fff;
	/* border-top: 1px solid #ccc; */
	z-index: 999;
}

/* Datatables reorder package */
table.dt-rowReorder-float {
	position: absolute !important;
	opacity: .8;
	table-layout: fixed;
	outline: 2px solid #888;
	outline-offset: -2px;
	z-index: 2001
}

tr.dt-rowReorder-moving {
	outline: 2px solid #555;
	outline-offset: -2px
}

body.dt-rowReorder-noOverflow {
	overflow-x: hidden
}

table.dataTable td.reorder {
	text-align: center;
	cursor: move
}

.printer {
	font-size: 10px;
}

.scan-menu-button {
	display: flex;
	flex-wrap: wrap;
}

.scan-menu-button>* {
	flex: 1;
	white-space: nowrap;
}

.no-space {
	justify-content: left !important;
	-webkit-justify-content: left !important;
	display: block;
}

.no-wrap {
	white-space: nowrap;
}

input.radio {
	position: relative !important;
	margin-right: 10px;
	margin-left: 5px;
	top: 4px;
	opacity: 1 !important;
	zoom: 1.5;
	pointer-events: auto !important;
}

#googleMap {
	width: 100%;
	max-width: 1200px;
	height: 100%;
}

.card .card-reveal {
	background-color: rgba(0, 0, 0, .8)
}

#googleMap .card-reveal {
	transform: none !important;
	display: block !important;
}

#googleMap .gm-style-iw {
	min-width: 160px !important;
}

/* .mixin2 {
	margin: 1px 5px;
	 display: inline-block; 
} 
*/

.mixin {
	/* display: inline !important; */
	display: flex;
	justify-content: space-around;
	float: left;
	margin: 3px;
}

.card.task {
	display: inline-block;
	width: 100%;
	margin: 4px !important;
	position: relative;
}

.card.task .card-content {
	padding: 12px;
}

@media only screen and (max-width: 600px) {
	.row .col {
		padding: 0;
	}
}

.ghost {
	opacity: 0.4;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;

}

#map,
#googleMap {
	margin-top: 5px;
	height: 100%;
}

.container,
.container>div,
.container>div #googleMap {
	height: inherit;
}

.DONE {
	background-color: #ccc;
	opacity: 1;
}

.DONE .bold,
.DONE .text-black {
	color: #6b6f82;
}

.DONE .done-icon {
	display: block;
}

.done-icon {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: green;
}

#taskList .mixin {
	min-width: 170px;
}

@media only screen and (max-width: 700px) {
	#taskList {
		display: flex;
		flex-wrap: wrap;
	}

	#taskList .mixin {
		flex: 1 1 170px;
	}
}

#technician {
	line-height: 1.4;
	margin-top: 4px;
}

#video {
	border: 2px solid #ccc;

}

.red-border {
	border: 2px solid red !important;
}

div#materialPickupSection .input-field {
	padding: .5em;
}

div.select-wrapper.data-filter ul.dropdown-content {
	border-radius: 0.5em;
}

/* div.select-wrapper.data-filter li.disabled.selected label span:not(.lever)::before {
	display: contents;
} */

div.select-wrapper.data-filter li span label span.not-all-selected:before {
	display: none;
}

.data-filter-section {
	left:3% !important;
	width:95% !important;
}

div.data-filter-section button#submit {
	margin-top: 1em;
}

.text-small {
	font-size: 12px;
}



.lever-right .lever{
	float: right;
}

.options-line{
	border-bottom: 1px solid #ccc;
    padding-bottom: 12px !important;
	left: 17px;
    width: 90%;
    padding-left: 0;
}

.data-table-checkbox {
	position: relative;
	top: -8px;
}

.task-badge {
	margin: 4px 6px;
	padding: 0 4px !important;
	width: fit-content !important;
	color: white;
	border: 1px solid white;
	border-radius: 3px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.task-incomplete, .task-on-hold{
	background-color: #ddd !important;
	color: #666 !important;
}

.task-new, .ui-closed {
	background-color: #999 !important;
}

.time-off-approved{
	background-color: green !important;
}

.time-off-denied{
	background-color: red !important;
}

.task-need-to-confirm, .task-missed, .ui-open{
	background-color: orange !important;
}

.task-ready, .task-partial{
	background-color: rgb(4, 191, 4) !important;
}

.task-not-ready{
	background-color: red !important;
}

.task-scheduled{
	background-color: #03a9f4 !important;
}

/* .task-missed{
	background-color: red !important;
} */
.task{
	line-height: 1.2;
}
.task-text-need-to-confirm{
	color: orange ;
}



.task-ready{
	background-color: purple;
}

.task-text-ready{
	color: rgb(4, 191, 4);
}
.task-badge.task-new .selected, .task-schedule{
	background-color: orange !important;
}

.task-badge.task-done.selected, .task-done, .task-invoice{
	background-color: #4caf50 !important;
}

.task-type{
	/* background-color: #ccc !important;
	padding: 4px;
	border-radius: 5px; */
}

.task-text-done{
	color: #4caf50 !important;
}

.task-invoiced{
	background-color: #999 !important;
	text-decoration: line-through;
	opacity: 0.5;
	box-shadow: none;
}

.task-disabled{
	background-color: #999 !important;
	opacity: 0.5;
	box-shadow: none;
	opacity: 0.5;
	cursor: default;	
}
.task-badge.selectable{
	background-color: grey !important;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);

}
.task-badge.selected{
	box-shadow: none;
	/* background-color: #03a9f4 !important; */
	/* background-color: #03a9f4 !important; */
	/* background-color: #333; */
}

.task-es-1{
	color: orange;
}

.task-es-2{
	color: purple;
}

.task-bdts, .task-blower-door-test{
	color: green;
}

.expand-icon {
	width: 20px !important;
}

.service-default-col {
	width: 50px !important;
}
/*----------------------------------------
General
------------------------------------------*/

html {
	font-family: 'Helvetica', sans-serif !important;
	font-weight: normal;
	line-height: 1.5;
	/* color: #6b6f82; */
	color: #333; 
}

/* --------- Watermark --------- */
div#watermark {
	padding: 0 5%;
	position: fixed;
	min-height: 300vh;
	top: 10%;
	left: 0%;
}

div#watermark:before {
	color: #03a9f4;
	font-family: "Material Icons";
	position: absolute;
	top: -10%;
	left: 10%;
	font-size: 40em;
	opacity: .075;
	text-shadow: 0 0 10px rgba(7, 7, 7, 0.5);
}

div#watermark:after {
	font-family: "Material Icons";
	position: absolute;
	top: 15%;
	left: 200%;
	font-size: 20em;
	opacity: .1;
	text-shadow: 0 0 20px rgba(7, 7, 7, 0.5);
}



.select-dropdown {
	z-index: 100000;
}

.pink {
	background-color: pink !important;

}

span.blue {
	color: white
}

body {
	transition: background-color 1s ease;
	background-color: #fefcf6;
	/* position: relative; */
}

.btn {
	padding: 0 1.5rem;
}

input[type=text]:not(.browser-default),
input[type=number]:not(.browser-default),
span.select2-selection__rendered {
	/* font-size: 1.25rem; */
}

footer,
html.hideFooter .page-footer {
	display: none;
}

html.x-fixed,
html.x-fixed body {
	/* overflow-x: hidden; */
}

html.white body {
	background-color: white;
}


* {
	-webkit-tap-highlight-color: transparent;
}

.font8{font-size: 8px !important;}
.font9{font-size: 9px !important;}
.font10 {font-size: 10px !important;}
.font12 {font-size: 12px !important;}
.font14 {font-size: 14px !important;}
.font16 {font-size: 16px !important;}
.font18 {font-size: 18px !important;}
.font20 {font-size: 20px !important;}
.font24 {font-size: 24px !important;}
.font28 {font-size: 28px !important;}
.font32 {font-size: 32px !important;}
.font36 {font-size: 36px !important;}
.p{	padding: 10px !important;}

.font12.input-field.col label{font-size: 12px !important;}
.font14.input-field.col label{font-size: 14px !important;}

.select2+label {
	top: -24px;
	z-index: 4;
}

.swal-wide .swal2-modal{
    width: 100%;
	max-width: 600px;
}

.swal-x-wide .swal2-modal{
    width: 100%;
	max-width: 1050px;
}


.swal2-cancel {
	background-color: #d5a46c;
}

.swal2-cancel:hover {
	/* background: rgba(126, 97, 63, 1) !important; */
}

.swal2-confirm:hover {
	/* background: rgb(129, 35, 28) !important; */
}

.swal2-container .select2-container {

	z-index: 7;
}


.swal2-container {
	z-index: 12 !important;
}

/* ---------- Timepicker Modal ------------ */
div.timepicker-modal {
	border-radius: 2em;
}

div.timepicker-modal.text-primary {
	color: #fff !important;
}

.text-grey {
	color: #999;
}

.text-light-grey {
	color: #ccc;
}
.text-primary{
	color: #03a9f4;
}
.text-red {
	color: red;
}

.text-green {
	color: green;
}

.text-black {
	color: #000;
}

.text-purple {
	color: #8e24aa;
}


.text-center,
.center-text {
	text-align: center;
}

.text-left,
.left-text {
	text-align: left;
}

.text-right,
.right-text {
	text-align: right;
}

.input-field.col label,
.input-field.col label.active {
	font-size: 18px !important;

}

.sidenav-overlay{ 
	z-index: 2999;
}

#header {
	margin-top: 20px;
}

#main {
	/* padding-left: 35px; */
	padding-right: 3px;
	margin-top: -2px;
	margin-right: 10px;
	/* margin-left: 40px; */
}

#main .card {
	border-radius: 8px;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.barcode {
	position: relative;
	top: 9px;
	left: -9px;
}

/* col{
	margin-top: 10px; 	
} */
.action-btns {
	margin-left: 25px;

}

#table1_filter {
	float: none;
}

.search-suggest{

	margin-left: 30px;
}

@media only screen and (max-width: 600px) {
	table.table {
		margin-left: -20px;
	}

	/* .action-btns{
		flex-wrap: wrap;
			flex-basis: 100%;
			height: 0;
	} */

	.action-btns input[type='search'] {
		font-size: 1rem !important;
	}

	.action-btns .btn {
		margin: 5px 0;
		/* width: 70px; */
	}
}

@media only screen and (max-width: 400px) {
	#main {
		padding: 0;
	}

	.card.container {
		margin: 0;
		box-shadow: none;
		padding: 0;
	}

	.card.container>.card-content {
		padding: 24px 0;
	}

	ul.stepper .step .step-content {
		margin-left: 20px;
		margin-right: -5px;
	}
}


@media only screen and (min-width: 993px) {
	#main {
		padding-left: 65px;
	}
}

.list-wrapper .responsive-table .data-table th {
	width: auto !important;
	padding: 19px 19px;
	border-bottom: 1px solid #e0e0e0;
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 10px;
	border-bottom: 1px solid #e0e0e0;

}

table.fixedHeader-floating.no-footer {
	border-bottom-width: 0;
	box-shadow: 2px 4px 2px -2px #ebebeb;
}

@media screen and (max-width: 991px) {

	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center;
	}
}


.main-card {
	margin-top: 0;
}

.btn-sidenav-toggle {
	opacity: .65;
}



.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
	;
}

.italic {
	font-style: italic;
}

.gray-text {
	color: #6b6f82;
}

.cursor,
.cursor:hover {
	cursor: pointer !important;
}

.hidden,
.hidden2 {
	display: none;
}

.hidden3 {
	display: none !important;
}

.listCard.edit-mode tr{
	color: #999 !important;
}

.listCard.edit-mode tr.show {
    color: black !important;
}

.simple-table tr.hidden.show{
	display: table-row;
}

.noShadow{
	box-shadow: none !important;
}

.text-right {
	text-align: right;
}


.text-right-large{

}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.capitalize {
	text-transform: capitalize;
}

table td {
	cursor: pointer;
}

#title {
	/* font-size: 1.5em;
	text-transform: uppercase;
	width: 100%; */
	user-select: none; 
}

.list-wrapper {
	margin-top: 0px !important;
}


/*----------------------------------------
Data Tables
------------------------------------------*/
.scrollx th,
.scrollx td {
	white-space: nowrap;
}

/*----------------------------------------
Form Wizard
------------------------------------------*/
ul.stepper .step .step-content .step-actions {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

ul.stepper .step .step-content .step-actions .btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	right: 20px;
	/* width: 100%; */
}

ul.stepper.horizontal .step .step-content .step-actions {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#main .title,
#main div.header {
	border-radius: 8px;
	color: #fff;

	text-transform: uppercase;
	background-color: #2c323f;
	letter-spacing: .05em;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

#taskSection div.task-update {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
}

#taskSection .record.title,
#main div.header {
	font-size: 1.5em;
	padding: 1.25em 1em;
}

#taskSection .completed.title {
	font-size: 1.25em;
	padding: 1.25em 1em;
	margin-bottom: 2em;
}

#taskSection .card,
#main .card {
	margin: 8px;
	max-width: 1100px;
	width: 100%;
}

#taskSection .card.completed {
	background-color: #faf1f4;
}

#taskSection .card.completed.updated {
	background-color: #fae09e;
}

#summary .card {
	max-width: 800px;
}

#summary .step-content {
	margin: 0;
}

@media screen and (max-width: 540px) {
	.section-form-wizard ul.stepper .step .step-content .row .input-field label {
		line-height: 1;
	}
}

.question {
	font-size: 13px;
	/* padding-top: 5px; */
	padding-bottom: 5px;
	/* border-bottom: 1px solid #ccc; */
}

.answer {
	/* padding-left: 5px; */
	font-size: 16px;
	font-weight: bold;
	color: black;
}

/* .input-field.text-white input{
	color: white;
  } */

/*------------------------------ 
Other
------------------------------*/
.print-tag,
.gap-time {
	margin: 5px;
}

.bg-primary,
.indeterminate {
	background-color: #03a9f4;
	color: white;
}

#barcodeInput {
	position: fixed;
	top: -1000px;
	opacity: 0;
}



.chip:not(.dropholder) {
	background-color: #03a9f4;
	color: white;
}

.chips.focus {
	border-bottom: 1px solid #9e9e9e;
	outline: none;
	box-shadow: none;
}

.chip:focus {
	color: #fff;
	outline: none;
	background-color: #03a9f4;
}

.lightpick__reset-action.chip {
	font-size: 13px;
	border-radius: 16px;
}

.select2-selection__clear {
	font-size: 2em !important;
	color: #ccc;
}

.select2-selection__clear:hover {
	color: black;
}

.card .card-content p.range-field {
	margin-top: 25px;
}

.range-input {
	margin-bottom: -10px;
}

.range-input.input-field.col label.active {
	font-size: 16px !important;
}

.chip {
	cursor: pointer;
}

.step-label.error {
	color: red;
}

.btn-delete-img.btn-floating:hover {
	background-color: red;
}

.material-icons.delete:hover {
	color: red;
}

.btn .icon-label {
	position: relative;
	top: -4px;
	left: 4px;
}

.iconButton{
	margin: 3px;
}

.iconButton.yellow i{
	color: black !important;
}

.btn-floating:hover {
	opacity: 1;
}

.btn.yellow {
	color: black;
}

/* .card .btn-delete-img{
	display: none;
}

.card:hover .btn-delete-img{
	display: block;
} */

@keyframes opacityPulse {
	from {
		opacity: .8;
	}

	50% {
		opacity: .4;
	}

	to {
		opacity: .8;
	}
}

.edit-mode tbody .link span{
	color: rgb(107, 111, 130)
}
.edit-mode thead th{
	transition: none;
	background-color: #03a9f4 !important
}

.contenteditable span, .select span{
	padding: 2px;
	position: relative;
	display: inline-block;
	transition: box-shadow .3s, border .3s;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	min-width: 20px;
}
.contenteditable span[contenteditable="true"], .edit-mode .select span{
	color:black !important;
	cursor: text;
}
.listCard.edit-mode .contenteditable span:focus,
.listCard.edit-mode .select span:focus, 
.listCard.edit-mode .boolean span:focus {
	border-bottom: 2px solid #03a9f4;
	cursor: text;
}

.edit-mode .contenteditable span:focus,
.edit-mode .select span:focus, 
.edit-mode .boolean span:focus {
	border-bottom: 2px solid #03a9f4;
	cursor: text;
}


.contenteditable span.save-error{
	border-bottom: 2px solid red !important;
	box-shadow: 0 0px 0 0 red !important; 
}

canvas.thumb {
	width: 60px;
	height: 60px;
	float: left;
	object-fit: cover;
	border-radius: 4px;
}

.image-card {
	display: inline-block;
	margin: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
  }
  .image-card img {
	width: 150px;
	height: 150px;
	object-fit: cover;

	cursor: pointer;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
	transition: transform 0.2s;
  }
  .image-card img.full-screen {
	position: fixed;
	top: 50%;
	left: 50%;
	height: auto;
	transform: translate(-50%, -50%) scale(6);
	z-index: 1000;
	object-fit: fill;
  }
.pdf{
	cursor: pointer;
}
.pdf-preview{
	width: 90%;
    box-shadow: 3px 3px 6px grey;
    border: 1px solid lightGrey;
    border-radius: 3px;
}

.thumb.card .card-image img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 4px;
}

.pulse {
	animation: opacityPulse 1s linear infinite;
}

.thumb.card.uploading {
	/* opacity: .4; */
	animation: opacityPulse 2s linear infinite;
}

.thumb.card.uploading .btn-delete-img {
	display: none;
}

.mfp-bg {
	z-index: 6000;
}

.mfp-wrap {
	z-index: 6001;
}

/* @media only screen and (min-width: 500px){
	.mfp-arrow-left {
		left: 350px !important;
	}
	.mfp-arrow-right {
		right: 350px !important;
	}
} */

.btn-delete-img {
	position: absolute;
	/* width: 25px;
	height: 25px; */
	/* font-size: 1.2em; */
	/* line-height: 25px !important; */
	top: -14px;
	background-color: grey;

}

/* #summary .card-content{
	padding-left: 50px;
	padding-right: 50px;

} */

/*------------------------------ 
Print
------------------------------*/

@media print {

	body,
	html {
		visibility: hidden
	}


	.print-area {
		visibility: visible;
		page-break-after: auto;
		margin-top: -80px;
	}

	.print-area .divider {
		margin: .5rem 0 !important
	}

	.print-center {
		text-align: center;
	}

	li.step,
	.btn-customizer,
	.action-wrapper,
	.navbar,
	.page-footer,
	.sidenav-main,
	.theme-cutomizer {
		display: none
	}

	#summary {
		display: block;
	}

	.chip {
		-webkit-print-color-adjust: exact;
	}

	.card {
		box-shadow: none
	}

	.card .card-content {
		padding: 0 !important
	}

	table td,
	table th {
		border: 1px solid #e8e8e8
	}


	.col.m5,
	.col.m6,
	.col.m7 {
		width: 50% !important;
	}

	.col.m11 {
		width: 85% !important;
	}

	.col.m1 {
		width: 15% !important;
	}
}

.schedule-bottom-left{    
	position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: bold;
	color: grey;
    /* font-style: italic; */
	text-align: right;
}






/* .kanban-board[data-id="undefined"], .kanban-item:empty{
	display: none;
} */
.sidenav-main {
	z-index: 3000;
	letter-spacing: .075rem;
}

.yellow-text {
	color: #c3b00a !important;
}

.red-text {
	color: red !important;
}

.green-red {
	color: green !important;
}

#kanban-wrapper .kanban-container {
	display: flex;
    flex-wrap: wrap;
	position: relative;
	left: 280px;
	width: 90% !important;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.kanban-board {
	float: none;
    flex-shrink: 0;
}
section#kanban-wrapper{
	width: 100% !important;
}

#kanban-wrapper .kanban-container .kanban-board .grey{
	background-color: #333 !important;
}

.kanban-board .kanban-drag	{
	min-height: 280px;
	padding: 10px;
}

.kanban-board, .kanban-item{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
}
.kanban-board:first-child.unassigned-fixed{
	position: fixed;
	left: 277px;
    top: 7px;
	transition: none;
}

.kanban-board:first-child main{
	overflow: scroll;
    /* max-height: 300px; */
}

.kanban-board:first-child{
	position: absolute;
	left: -275px;
	top: 0;
	transition: none;
}
.kanban-board:first-child .kanban-drag{
	/* min-height: 600px; */
	/* overflow: scroll;
    height: 250px; */
	/* margin-bottom: 1000px; */
}


.kanban-title-board {
	text-align: center;
	width: 100% !important;
}

.kanban-item {
	margin-bottom: 10px;
	padding: 5px;
}




.kanban-board-header {
	z-index: 2;
	width: 250px;
	opacity: .8;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	cursor: grab;
	/* background-color: grey !important; */
}
.kanban-board.is-moving .kanban-board-header {
	cursor: grabbing;
}

.kanban-board .kanban-drag {
	/* min-height: 1200px; */
	padding: 10px;
}

.kanban-tooltip {
	text-align: left;
	line-height: 1.5;
}

.card-title h5 {
	font-size: 1.2rem;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
	font-family: "-apple-system", "BlinkMacSystemFont", 'Segoe UI', "Roboto", "Oxygen-Sans", 'Helvetica Neue', sans-serif;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font24 {
	font-size: 24px;
}

.b {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.kanban-tooltip-title {
	opacity: .65;
}

strong a {
	font-size: 1.2rem;
	font-weight: bold;
}

.gap-delete,
.schedule-item-delete {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}

.gap-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
}

.kanban-title.details .company {
	width: 80%;
}

#kanban-wrapper .kanban-item[data-border='grey']::before {
	background-color: grey;
}

#kanban-wrapper .kanban-item[data-border='blue']::before {
	background-color: blue;
}

#kanban-wrapper .kanban-item[data-border='purple']::before {
	background-color: purple;
}

#kanban-wrapper .kanban-item[data-border='yellow']::before {
	background-color: yellow;
}

#kanban-wrapper .kanban-title {
	font-size: 20px;
	font-weight: bold;
}

.kanban-item.in-progress {
	-webkit-animation: pulse2 1s infinite ease-in-out;
	-o-animation: pulse2 1s infinite ease-in-out;
	-ms-animation: pulse2 1s infinite ease-in-out;
	-moz-animation: pulse2 1s infinite ease-in-out;
	animation: pulse2 1s infinite ease-in-out;
}
.kanban-item.done{
	opacity: 0.5;
}
.kanban-item.done:hover{
	opacity: 1;
}

@-webkit-keyframes pulse2 {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(.8);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes pulse2 {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1);
		opacity: .3;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

table.dataTable.no-footer {
	border: none;
}

.dataTables_filter {
	margin-left: 25px;
}

.background-text {
	color: white;
}

.background-text.yellow,
.background-text.white,
.chip.yellow,
.chip.white {
	color: black;
}

table.dataTable tbody tr.even {
	background-color: #eee;
}

table.dataTable tbody tr {
	border-bottom: 1px solid white;
}

table.dataTable tr#Total {
	background-color: #000;
	color: white;
}

table.dataTable tbody td {
	border-radius: 0;
}

.chip {
	border: 1px solid white;
}

/*
.chip[data-status="New"] {
	background-color: #bbdefb; 
	color: #2196f3;
	border: 1px solid #2196f3;
}
*/
.chip[data-status="New"] {
	background-color: white;
	color: #333;
	border: 1px solid #333;
}



.chip[data-status="Received"] {
	background-color: #f3e5f5;
	color: #9c27b0;
	border: 1px solid #9c27b0;
}

.chip[data-status="Checked-In"] {
	background-color: #c8e6c9;
	color: #357d37;
	border: 1px solid #357d37;
}

.chip[data-status="Scheduled"] {
	background-color: rgb(237, 237, 127);
	color: rgb(110, 110, 6);
	border: 1px solid rgb(110, 110, 6);
}

.chip[data-status="In Progress"], .task-in-progress {
	background-color: rgb(233, 161, 79) !important;
}



.chip[data-status="Invoiced"] {
	background-color: #f3e5f5;
	color: #9c27b0;
	border: 1px solid #9c27b0;
}


select:focus {
	outline: none;
}

select {
	padding-left: 0;
}

.input-field .switch {
	position: relative;
	top: 0px;
}



.swal2-actions {
	flex-direction: row-reverse;
	margin: 0.25em auto 0 !important;
}

.swal2-actions button {
	margin: 5px;
}

.swal2-styled.swal2-default-outline:focus{
	box-shadow: none !important;
}

.selection {
	text-align: left;
}

.input-field {
	position: relative;
}

.input-field.error label {
	color: red;
}

.noMargin.input-field {
	margin: 5px;
}

.input-field .calculator {
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.input-field .subtract {
	position: absolute;
	right: 60px;
	top: 15px;
	cursor: pointer;
}

.input-field .add {
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.input-field.col label {
	/* left: 0rem; */
}

.input-field.uppercase input {
	text-transform: uppercase;
}

.input-field {
	margin-top: 25px;
}
#right-side-buttons{
	margin-left: 50px;
}
#right-side-buttons, #right-side-buttons .mixin2{
	
	float: left;
	/* margin-left: 50px; */
}
@media only screen and (min-width: 1150px) {
	#right-side-buttons .mixin2{
		float: right;
	}
	#right-side-buttons{
		position: absolute; 
		right: 40px; 
		top: 0px; 
		width: 500px;
		text-align: right;
	}
}

h6.text-primary,
.sidenav-dark.sidenav-main .sidenav li>a.text-primary {
	color: #03a9f4
}

.taskTypeFilter.ES1{background-color: orange;}
.taskTypeFilter.ES2{background-color: purple;}
.taskTypeFilter.BDT{background-color: green;}
.taskTypeFilter.OTHER{background-color: #333;}
.taskTypeFilter.off{
	background-color: #ccc;
	color: #666;
	box-shadow: none;
}


.taskTypeFilter {
    font-size: .8rem;
    line-height: 22px;
    box-sizing: border-box;
    min-width: 3rem;
    height: 22px;
    margin: 0 4px;
    padding: 5px 10px;
    text-align: center;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.card h5.text-primary {
	color: #666;
	opacity: .75;
}

#center-panel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#scannerPreloader {
	position: fixed;
	bottom: 13px;
	left: calc(50% - 25px);
	z-index: 10001;
}

#scan-card {
	margin-left: 10px;
	margin-right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#scan-card .card-panel {
	margin: 0 auto;
	max-width: 440px;
	width: 100%;
	padding-bottom: 20px;
	padding: 0px 0px 20px 0;
	min-height: 100px;

}

@media only screen and (max-width: 400px) {
	#scan-card {
		margin: 0;
		height: 100%;
	}

	#scan-card .card-panel {
		box-shadow: none !important;
	}

	#header {
		display: none;
	}
}

#scan-output {
	/* margin: 20px; */
	text-align: center;
}

.videoContainer {
	display: block;
	/* width: 320px;
	
    overflow:hidden;
    display:block;
    height: 200px;
	margin: 10px;	
 */

}

#video {
	/* sbox-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%); */
	/* aspect-ratio: 320/534; */
	object-fit: cover;
	background-color: black;
	border-radius: 10px !important;
	width: 300px;
	height: 240px;
	/* max-width: 300px;
	max-height: 300px; */
	/* height: 240px; */
	transition: width 2s;
	transition: height 2s;
}

#info {
	margin: 20px;
}

.input-field.green-text input[type=text]:not(.browser-default):disabled {
	color: green;
	font-weight: bold;
}

.input-field.red-text input[type=text]:not(.browser-default):disabled {
	color: red;
	font-weight: bold;
}

.input-field.error label {
	color: red;
}

.input-field.primary-text input[type=text]:not(.browser-default):disabled {
	color: #03a9f4;
	font-weight: bold;
}

.input-field.primary-text label {
	color: #03a9f4;
	font-weight: bold;
}

.input-field.orange-text input[type=text]:not(.browser-default):disabled {
	color: orange;
	font-weight: bold;
}

#tray {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

td.tray {
	border: 1px solid black;
	padding: 0;
}

td.tray td {
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* #trayScan table {
	width: 282px;
	margin-left: auto;
	margin-right: auto;
} */

/* table#tray td.tray {
	width: 50%;
	border: 1px dotted gray;
	font-size: 36px;
	text-align: center;
	vertical-align: middle;
	height: 140px;
  }

  table#level td {
	width: 33%;
	border: 1px dotted gray;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	height: 70px;
  } */



#tray td.active {
	color: white;
	background-color: #03a9f4;
}

/* .table .even:hover, */
/* .table .odd:hover {
	background-color: #333;
	color: white !important
} */

/* .table .even:hover td div,
.table .odd:hover td div{
	color: white !important
} */

.table tr.selected {
	background-color: #03a9f4 !important;
	color: white;
}

.table tr.selected a,
.table tr.selected a:hover {
	color: white;
}

.table tr.selected.even:hover,
.table tr.selected.odd:hover {
	background-color: #03a9f4;
	color: white;
}

.dataTables_wrapper {
	max-width: 1750px;
	min-height: 310px;
}


.list-wrapper .responsive-table .data-table.dataTable tbody td {
	/* padding: 0.2rem 0.2rem !important; */
	padding: 3px 10px !important;
}

.list-wrapper .responsive-table .top .action-filters .dataTables_filter {
	margin-right: 10px !important;
}

.tagColor {
	margin-top: 6px;
	line-height: 25px;
	/* width: 45px; */
	height: 25px;
	border-radius: 6px;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	border: none;
	text-align: center;
}

.progress {
	background-color: #ddd;
}

.progress .determinate {
	transition-property: width;
	transition-duration: 2s;
}

.progress .white {
	background-color: #000 !important;
}

#promptForm {
	margin-bottom: 10px !important;
}

#promptForm .fields {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

#promptForm .checkbox label {
	padding-left: 10px;
}

#promptForm .input-field {
	margin-top: 20px;
	padding-left: 17px;
}

[type='checkbox']+span:not(.lever) {
	padding-left: 30px;
}


#scan-card .collection-item {
	padding-top: 10px !important;
}

.chip {
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	border: none;
}

label input[type='search'] {
	font-size: 1.6rem !important;
	font-weight: bold;
}

#table1_filter {
	min-width: 120px;
}

.filter-btn {
	right: 15px !important;
}


input[type="search"].inverted {
	background-color: black !important;
	color: white;
}

.sidenav {
	top: 0 !important;
}

*,
input,
input[type="search"] {
	transition: background-color 0.15s ease;
}

.status,
.processType {
	margin-top: 5px;
	line-height: 25px;
	height: 25px;
	width: 92px;
}

.sidenav a.company {
	color: #ccc !important;
	height: 30px;
	overflow: hidden;
}

.sidenav a.company:hover {
	color: white !important;
}

.sidenav a.company.text-primary,
.sidenav a.company.text-primary:hover {
	color: #03a9f4 !important;
	height: 30px;
}

.link input[type=text]:not(.browser-default):disabled {
	color: #03a9f4 !important;
	cursor: pointer;
}

.textarea {
	margin-top: 10px;
}

textarea.materialize-textarea {
	line-height: 1.2;
	min-height: 4rem;
	padding: 0.5rem 0 1rem 0;
	resize: vertical;
	height: 80px !important;
}

.card.section {
	border-radius: 10px;
}

.card.section.disabled h6.text-primary {
	color: #ccc;
}

.card-header{
	user-select: none;
}

.card.section .card-header {
	padding-bottom: 30px;
}

.table-of-contents a.active,
.table-of-contents a:hover,
.table-of-contents a.strike:hover,
.table-of-contents a.active.strike {
	color: #03a9f4;
}

.table-of-contents a {
	color: black;
}

.table-of-contents a.strike {
	color: #ccc;
}

.strike {
	text-decoration: line-through;
}

#tray {}

.trayLevel {
	color: #999;
}

#levels {
	border-spacing: 5px;
	border-collapse: separate;
}

/* .levelSelect{
	text-align: center;
	border: 1px solid gray;
	width: 25%;
	font-weight: bold;
	font-size: 14px;
} */

.level-select {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.level-select>tr {
	border-bottom: none;
}

.level-select tr.header>td {
	text-align: center;
}

.level-select td {
	width: calc(100%/3);
	border: none;
}

.level-select tr.positionType {
	height: 150px;
	border-bottom: 8px gray solid;
}

.level-select table {
	border-spacing: 4px;
	border-collapse: separate;
}

.level-select>table tr {
	height: 100%;
}

.level-select table td {
	border-radius: 5px;
	text-align: center;
	padding: 2px;
	font-size: 14px;
	color: white;
	background-color: #03a9f4;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.level-select table.h-120 td {
	height: 120px;
}

.level-select table.h-60 td {
	height: 60px;
}

.level-select table.h-40 td {
	height: 40px;
}

/* .level-select td.level.active{
	color: white;
	background-color: #03a9f4;
} */

[type="radio"]+span {
	padding-left: 25px !important;
	margin-left: 10px !important;
}

.table {
	display: table;
}

.cell {
	display: table-cell;
}

/* #scrollspy{
	position: fixed;
	left: 800px;
	
} */

/* 
.multi-line .select2-container--default .select2-selection--multiple .select2-selection__choice{
	float:none;
}

.multi-line .select2-selection__clear{
	display: none;
} */

.line-break .chip {
	display: block;
}

.line-break .chips input {
	width: 90% !important;
}

body.dragging,
body.dragging * {
	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

.chip.placeholder {
	position: relative;
	background-color: yellow;
	/** More li styles **/
}

.chip.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}

.modal {
	z-index: 2000 !important;
}

.modal-overlay {
	z-index: 1061 !important;
}

/* #taskModalSection {
	height: 100%;
  } */

.task-modal.modal {
	z-index: 3002 !important;
	display: block;
	opacity: 1;
	top: 10%;
	transform: scaleX(1) scaleY(1);
	position: fixed;
	left: 0;
	right: 0;
	width: 96%;
	margin: auto;
	overflow-y: auto;
	will-change: top, opacity;
	height: 100%;
	border-radius: 1rem;
}

.task-modal.modal-overlay {
	z-index: 3001 !important;
	top: -25%;
	display: block;
	opacity: 0.5;
	height: 125%;
	width: 100%;
	position: fixed;
}

ul.stepper .step .step-content .row {
	margin-left: 0;
	margin-left: 20px !important;
}

ul.stepper .step .step-content .row {
	padding-left: 20px;
}


.card.bin {
	float: left;
	margin: 8px;
	width: 235px;
}

.delete:hover:not(button) {
	color: red;
}

.editRow, .delete{
	cursor: pointer;
}

.ql-editor {
	min-height: 250px !important;
	overflow-y: auto !important;
	resize: vertical;
	font-family: 'arial';
	font-size: 16px;
  }

.ql-container{
	border-radius: 0 0 4px 4px;
}

.ql-toolbar{
	background-color: #eee;
	border-radius: 4px 4px 0 0;
}

.ql-editor p{
	font-family: Arial, Helvetica, sans-serif;

}

.ql-editor li[data-list="ordered"]{
  list-style-type: auto !important;
  padding-left: 0 !important;
}

.ql-editor li[data-list="bullet"]{
  list-style-type: disc !important;
  padding-left: 0 !important;
}

td.editRow:hover, .handle:hover{
	color: #03a9f4;
}

button.delete:hover {
	background-color: red !important;
	cursor: pointer;
}

.qty-calculator {
	color: #999;
	text-align: left;
	margin-left: 60px;
	margin-bottom: 20px;
}



.page-footer {
	margin-top: 65px;
	height: 50px;
}


.sidenav {
	z-index: 3000;
}

.lightpick select {
	display: inline;
	width: auto;
}

.collection {
	border: none;
}

.collection .collection-item {
	padding: 5px 5px;
	font-size: 17px;
	border: none;
	border-bottom: 1px dotted gray;
}

.applied-filters {
	margin-bottom: 8px;
}

.applied-filters:not(:empty):before {
	content: "Applied Filters: ";
}

.applied-filters .chip {
	/* margin-bottom: 16px; */
}

.data-table-header {
	margin-bottom: 15px
}

.list-wrapper .responsive-table .data-table.dataTable tbody td.binCell {
	padding: 10px 10px !important;
}

.simple-table {
	/* width: 100%; */
	/* max-width: 900px; */
	/* margin-left: 10px; */
	margin-top: 10px;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

.simple-table td {
	border-bottom: 1px solid #ccc;
}

.simple-table thead tr th {
	background-color: #333;
	padding: 5px 10px !important;
	color: white;
	position: sticky;
	z-index: 100;
	/* border-color: red; */
	top: -1px;
}

/* .simple-table thead tr th:first-child {
	border-radius: 10px 0 0 0;
} */

.simple-table tr {
}

.simple-table.dark tr td {
	color: black;
}

.simple-table.green tr th {
	background-color: green;
}

.simple-table.purple tr th {
	background-color: purple;
}

.simple-table.yellow tr th {
	background-color: yellow;
	color: black;
}

.simple-table.white tr th {
	background-color: white;
	color: black;
}

.simple-table.pink tr th {
	background-color: pink;
}

.simple-table.orange tr th {
	background-color: orange;
}

.simple-table.blue tr th {
	background-color: blue;
}

.simple-table tr.highlight {
	background-color: lightYellow;
}

.simple-table td.link{
		color: #03a9f4 !important;
		cursor: pointer;
}

table.simple-table.highlight>tbody>tr:hover {
	/* background-color: lightblue; */
}

.simple-table td.highlight div {
	font-weight: bold;
	/* background-color: yellow;
	padding: 3px; */
}

.row-select {
	position: relative;
	/* top: 3px; */
	border: 2px solid #ccc;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	font-weight: bold;
	line-height: 1.7;
}

.selected .row-select {
	background-color: white;
	color: #03a9f4;
	position: relative;
	top: 3px;
}

.selected .row-select:before {

	content: 'checkbox';
	position: absolute;
	top: -7px;
	left:0;
}

.table .even:hover,
.table tr:hover .row-select:after {
	/* color: white !important; */
}

.table table.table.simple-table .even:hover,
.table table.table.simple-table .odd:hover,
table.simple-table tr:hover td .row-select:after {
	color: #333 !important;
}

.table table.table.simple-table .even:hover,
.table table.table.simple-table .odd:hover,
table.simple-table tr:hover th .row-select:after {
	color: white !important;
}

.bins.chip {
	position: relative;
	top: 2px;
}



.range-input.range-blue .irs--flat .irs-handle>i:first-child,
.range-input.range-blue .irs--flat .irs-bar,
.range-input.range-blue .irs--flat .irs-from,
.range-input.range-blue .irs--flat .irs-to,
.range-input.range-blue .irs--flat .irs-single {
	background-color: blue !important;
}

.range-input.range-blue .irs--flat .irs-from:before,
.range-input.range-blue .irs--flat .irs-to:before,
.range-input.range-blue .irs--flat .irs-single:before {
	border-top-color: blue !important;
}

.range-input.range-green .irs--flat .irs-handle>i:first-child,
.range-input.range-green .irs--flat .irs-bar,
.range-input.range-green .irs--flat .irs-from,
.range-input.range-green .irs--flat .irs-to,
.range-input.range-green .irs--flat .irs-single {
	background-color: green !important;
}

.range-input.range-green .irs--flat .irs-from:before,
.range-input.range-green .irs--flat .irs-to:before,
.range-input.range-green .irs--flat .irs-single:before {
	border-top-color: green !important;
}

.range-input.range-purple .irs--flat .irs-handle>i:first-child,
.range-input.range-purple .irs--flat .irs-bar,
.range-input.range-purple .irs--flat .irs-from,
.range-input.range-purple .irs--flat .irs-to,
.range-input.range-purple .irs--flat .irs-single {
	background-color: purple !important;
}

.range-input.range-purple .irs--flat .irs-from:before,
.range-input.range-purple .irs--flat .irs-to:before,
.range-input.range-purple .irs--flat .irs-single:before {
	border-top-color: purple !important;
}

.range-input.range-orange .irs--flat .irs-handle>i:first-child,
.range-input.range-orange .irs--flat .irs-bar,
.range-input.range-orange .irs--flat .irs-from,
.range-input.range-orange .irs--flat .irs-to,
.range-input.range-orange .irs--flat .irs-single {
	background-color: orange !important;
}

.range-input.range-orange .irs--flat .irs-from:before,
.range-input.range-orange .irs--flat .irs-to:before,
.range-input.range-orange .irs--flat .irs-single:before {
	border-top-color: orange !important;
}


.range-input.range-yellow .irs--flat .irs-handle>i:first-child,
.range-input.range-yellow .irs--flat .irs-bar,
.range-input.range-yellow .irs--flat .irs-from,
.range-input.range-yellow .irs--flat .irs-to,
.range-input.range-yellow .irs--flat .irs-single {
	background-color: yellow !important;
}

.range-input.range-yellow .irs--flat .irs-from:before,
.range-input.range-yellow .irs--flat .irs-to:before,
.range-input.range-yellow .irs--flat .irs-single:before {
	border-top-color: yellow !important;
}

.range-input.range-yellow .irs-single {
	color: black !important;
}

.range-input.range-pink .irs--flat .irs-handle>i:first-child,
.range-input.range-pink .irs--flat .irs-bar,
.range-input.range-pink .irs--flat .irs-from,
.range-input.range-pink .irs--flat .irs-to,
.range-input.range-pink .irs--flat .irs-single {
	background-color: pink !important;
}

.range-input.range-pink .irs--flat .irs-from:before,
.range-input.range-pink .irs--flat .irs-to:before,
.range-input.range-pink .irs--flat .irs-single:before {
	border-top-color: pink !important;
}

.range-input.range-white .irs--flat .irs-handle>i:first-child,
.range-input.range-white .irs--flat .irs-bar,
.range-input.range-white .irs--flat .irs-from,
.range-input.range-white .irs--flat .irs-to,
.range-input.range-white .irs--flat .irs-single {
	background-color: black !important;
}

.range-input.range-white .irs--flat .irs-from:before,
.range-input.range-white .irs--flat .irs-to:before,
.range-input.range-white .irs--flat .irs-single:before {
	border-top-color: black !important;
}


/* @media only screen and (max-width: 965){

	button .hide-on-small-only{
		display: none;
	}
} */

/* .btn .material-icons{
	position: absolute;
    top: 0;
    right: 8px;
} */

@media only screen and (max-width: 1320px) {
	.hide-on-small-only {
		display: none !important;
	}

	.responsive-table .top .action-btns .btn i,
	.responsive-table .top .action-filters .btn i {
		float: none;
		margin: 0 7px;
	}
	
}

.action-btns{
	padding-right: 12px; 
}

[data-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}

[data-title]:after {
	content: attr(data-title);
	position: absolute;
	bottom: -2.6em;
	left: 0;
	padding: 4px 4px 4px 8px;
	color: #666;
	white-space: nowrap;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
	/* background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eded), color-stop(1, #bfbdbd));
	background-image: -webkit-linear-gradient(top, #f0eded, #bfbdbd);
	background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
	background-image: -ms-linear-gradient(top, #f0eded, #bfbdbd);
	background-image: -o-linear-gradient(top, #f0eded, #bfbdbd); */
	opacity: 0;
	z-index: 99999;
	visibility: hidden;
}

[data-title] {
	position: relative;
}

.signature canvas {
	border: 1px solid #9e9e9e;
	width: 91%;
}

#trayEntry .value,
#weightEntry .value,
#keypad .value {
	font-size: 36px;
	color: blck;
	font-weight: bold;
	width: 150px;
	height: 60px;
	border: 1px solid black;
	margin: 5px auto 20px auto;
	border-radius: 10px;
	background-color: #ddd;
	border: 1px solid gray;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
	padding: 8px;
	letter-spacing: 2px;
}

#keypad .value {
	width: 250px;
}

#trayEntry .btn,
#weightEntry .btn,
#keypad .btn {
	margin: 3px;
	zoom: 1.2;
}

#swal2-html-container {
	margin: 10px;
}

.swal2-container.fullscreen {
	z-index: 3001 !important;
}

.swal2-container.swal2-center.fullscreen>.swal2-popup {
	width: 100% !important;
	max-width: 1020px;
}

.btn.openTray {
	width: 80px;
	padding: 0;
}


.simple-table,
.tray-table,
#summary {
	margin: 0 auto;
	max-width: 1600px;
	border-collapse: collapse;
}

.simple-table td,
.tray-table td {
	padding: 3px 5px;
	height: 36px;
}

input[type=text].tray-track-time {
	font-size: 14px;
	width: 75px;
	border: 1px solid gray;
	padding: 5px;
	height: 20px;
	margin-top: 5px;
	font-weight: bold;
	box-shadow: 3px 3px 3px #ccc !important;
	border-radius: 10px;
}

input[type=text].tray-track-time.disabled {
	background-color: #ddd;
	border-bottom: 1px solid gray;
	box-shadow: none !important;
}

input[type=text].tray-track-time::placeholder {
	font-size: 12px;
}

input[type=text].tray-track-time:focus {
	border: 1px solid gray !important;
	box-shadow: 3px 3px 3px #ccc !important;
	background-color: #03a9f4;
	color: white;
}

input[type=text].tray-track-time::selection {
	color: black;
	background: white
}

.wo {
	padding: 3px 10px;
	/* border-radius: 8px; */
	/* color: black; */
	/* margin: 2px; */
	/* display: block; */
	/* float: left; */
}

.wo.blue,
.wo.green {
	color: white;
}

.wo.white {
	border: 1px solid gray;
}



.wo2 {
	width: 85px;
}

td,
th {
	border-radius: 0;
}

.drawSelect {
	zoom: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}


@keyframes flickerAnimation {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .2;
	}

	100% {
		opacity: .8;
	}
}

@-o-key flickerAnimation {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .2;
	}

	100% {
		opacity: .8;
	}
}

@-moz-keyframes flickerAnimation {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .2;
	}

	100% {
		opacity: .8;
	}
}

@-webkit-keyframes flickerAnimation {
	0% {
		opacity: .8;
	}

	50% {
		opacity: .2;
	}

	100% {
		opacity: .8;
	}
}
.sorting{
	opacity: 0.;550
}

.sortable-placeholder {
  height: 40px; 
  margin: 5px 0;
}

/* .card{
  transition: all 200ms ease;
} */

.flicker {
	-webkit-animation: flickerAnimation 1s infinite;
	-moz-animation: flickerAnimation 1s infinite;
	-o-animation: flickerAnimation 1s infinite;
	animation: flickerAnimation 1s infinite;
}

[contenteditable="true"]:focus-within span {
    display: none;
}


.draggable {
	cursor: move;
	user-select: none;
}

#placeholder {
	text-align: center;
}

.placeholder {
	background-color: #edf2f7;
	/* border: 2px dashed #cbd5e0; */
}

.clone-list {
	border-top: 1px solid #ccc;
}

.clone-table {
	border-collapse: collapse;
	border: none;
}

.clone-list {
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.clone-table th {
	background-color: #333;
	padding: 5px 10px !important;
	color: white;
}

.clone-table td {
	/* border: 1px solid #ccc; */
	border-top: none;
	padding: 3px 10px;
}

.dragging {
	background: #fff;
	/* border-top: 1px solid #ccc; */
	z-index: 999;
}

/* Datatables reorder package */
table.dt-rowReorder-float {
	position: absolute !important;
	opacity: .8;
	table-layout: fixed;
	outline: 2px solid #888;
	outline-offset: -2px;
	z-index: 2001
}

tr.dt-rowReorder-moving {
	outline: 2px solid #555;
	outline-offset: -2px
}

body.dt-rowReorder-noOverflow {
	overflow-x: hidden
}

table.dataTable td.reorder {
	text-align: center;
	cursor: move
}

.printer {
	font-size: 10px;
}

.scan-menu-button {
	display: flex;
	flex-wrap: wrap;
}

.scan-menu-button>* {
	flex: 1;
	white-space: nowrap;
}

.no-space {
	justify-content: left !important;
	-webkit-justify-content: left !important;
	display: block;
}

.no-wrap {
	white-space: nowrap;
}

input.radio {
	position: relative !important;
	margin-right: 10px;
	margin-left: 5px;
	top: 4px;
	opacity: 1 !important;
	zoom: 1.5;
	pointer-events: auto !important;
}

#googleMap {
	width: 100%;
	max-width: 1200px;
	height: 100%;
}

.card .card-reveal {
	background-color: rgba(0, 0, 0, .8)
}

#googleMap .card-reveal {
	transform: none !important;
	display: block !important;
}

#googleMap .gm-style-iw {
	min-width: 160px !important;
}

/* .mixin2 {
	margin: 1px 5px;
	/* display: inline-block; */
} */

.mixin {
	/* display: inline !important; */
	display: flex;
	justify-content: space-around;
	float: left;
	margin: 3px;
}

.card.task {
	display: inline-block;
	width: 100%;
	margin: 4px !important;
	position: relative;
}

.card.task .card-content {
	padding: 12px;
}

@media only screen and (max-width: 600px) {
	.row .col {
		padding: 0;
	}
}

.ghost {
	opacity: 0.4;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;

}

#map,
#googleMap {
	margin-top: 5px;
	height: 100%;
}

.container,
.container>div,
.container>div #googleMap {
	height: inherit;
}

.DONE {
	background-color: #ccc;
	opacity: 1;
}

.DONE .bold,
.DONE .text-black {
	color: #6b6f82;
}

.DONE .done-icon {
	display: block;
}

.done-icon {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: green;
}

#taskList .mixin {
	min-width: 170px;
}

@media only screen and (max-width: 700px) {
	#taskList {
		display: flex;
		flex-wrap: wrap;
	}

	#taskList .mixin {
		flex: 1 1 170px;
	}
}

#technician {
	line-height: 1.4;
	margin-top: 4px;
}

#video {
	border: 2px solid #ccc;

}

.red-border {
	border: 2px solid red !important;
}

div#materialPickupSection .input-field {
	padding: .5em;
}



div.select-wrapper.data-filter ul.dropdown-content {
	border-radius: 0.5em;
}

/* div.select-wrapper.data-filter li.disabled.selected label span:not(.lever)::before {
	display: contents;
} */

div.select-wrapper.data-filter li span label span.not-all-selected:before {
	display: none;
}

.data-filter-section {
	left:3% !important;
	width:95% !important;
}

div.data-filter-section button#submit {
	margin-top: 1em;
}

.text-small {
	font-size: 12px;
}



.lever-right .lever{
	float: right;
}

.options-line{
	border-bottom: 1px solid #ccc;
    padding-bottom: 12px !important;
	left: 17px;
    width: 90%;
    padding-left: 0;
}

#dayTicker{
	position: absolute;
	right: 5px;
	top: -8px;
}

.dayArrow{
	font-size: 48px; 
	position: relative; 
	/* top: 16px; */
	left: -10px;
}

#nextDay{
	left: -30px;
}

.dayArrow:hover{
	cursor: pointer;
	color: #03a9f4;
}

.statusMenu{
	cursor: pointer;
	margin-left: 40px;
	height: 30px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.page-data-table table.table{
	position: relative;
	top: -20px;

}

  .page-data-table .dataTables_filter {
		margin-right: 30px;
		position: relative;
		top: 0px;
		width: 300px;
		float: right;
		/* border-radius: 0; */
	}

  .page-data-table label input[type='search']{
		font-size: 1.2rem !important;
		height: 1.6rem;
		margin-right: 20px;
		border-radius: 0px;
		position: relative;
		top: -40px;
	}

	.dataTables_wrapper.page-data-table .dataTables_paginate .paginate_button{
		padding: 0.1em 0.55em !important;

	}

	.dataTables_wrapper input[type="search"] {
		border: none;
		border-bottom: 1px solid #9e9e9e;
		border-radius: 0;
	}
  
  .dataTables_wrapper.page-data-table .dataTables_paginate .paginate_button.current,
  .dataTables_wrapper.page-data-table .dataTables_paginate .paginate_button.current:hover,
  .dataTables_wrapper.page-data-table .dataTables_paginate .paginate_button:hover{

	/* color: white !important; */
    border: 1px solid #333;
    border-radius: 4px;
	color: white !important;
    background: #333;
    box-shadow: none !important;
	margin: 1px !important;
  }

  .ui-sortable-helper {
		display: table !important;
	}

	.ui-state-highlight{
		background-color: lightYellow !important;
		height: 42px;
	}

	.handle, .editRow, .delete:not(button){
		color: #999;
	}
	.handle i{
		cursor: ns-resize;
		padding-top: 6px;
	}
	.job-option:not(.header){
		display: none;
	}
	tr.job-option.is_active {
		display:  table-row !important;
	}

	tr.job-option.show3{
		display: table-row;
	}
 /* LIST CARD */

 .listCard .simple-table {
	box-shadow: none;
 }
 /* .listCard .card-content{
	overflow-y: auto;
 } */
 .listCard .card-content{
	padding-bottom: 5px !important;
 }
 .listCard .card-body{
	 overflow-y: auto;
	 padding-left: 10px;
	 padding-right: 10px;
	 position: relative;
	}
 .listCard table thead tr th {
	 position: sticky !important;
	 z-index: 6;
	}
 .ui-resizable-handle{
	position: sticky !important;
	background-color: white;
	height: 30px !important;
	bottom: 0px !important;
	/* border-top: 1px dotted #ccc; */
	text-align: center;
	cursor: ns-resize !important;
	z-index: 6 !important;
}

[data-data*="Section"] {
	color: black !important ;
	background-color: #ddd !important;
	font-weight: bold;
}
[data-data*="Section"] > td:not(:first-child):not(:nth-child(2)):not(:last-child) span{
	
	display: none;
}

ul.list-card-dropdown{
	/* display: table; */
	padding-right: 10px;
	position: absolute;
	z-index: 100;
	background-color: white;
	/* border: 1px solid #ccc; */
	padding: 0px;
	overflow:  scroll;
	min-width: 100px;
	/* height: 180px; */
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	border-radius: 3px;
}

ul.list-card-dropdown li{
	/* display: table-row; */
	color: black;
	cursor: pointer;
	padding: 5px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

ul.list-card-dropdown .selected{
	background-color: #03a9f4;
	color: white !important;
}

/* .listCard .select.focused span{
	border-bottom: 2px solid #03a9f4;
} */

.listCard.edit-mode tr.hidden{
	display: table-row;
}




.listCard.edit-mode .check{
	color: black;
}
.listCard.edit-mode .check:hover { 
	color: #03a9f4;
}
.listCard .check{
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.listCard .primary .check{
	color:  #03a9f4;
}
.listCard .secondary .check{
	color:  #999;
}
.listCard.edit-mode .secondary .check{
	color:  #000;
}
.listCard .check::before{
	content: '-';
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	position: relative;
	top: -6px;
}
.listCard .check.checked::before{
	font-family: Material Icons;
	content: 'done';
	font-size: 24px;
	position: relative;
	top: 2px;
	left: 0px;
}

.listCard .is_modified:hover{
	cursor: pointer;
	color: #03a9f4;
	
}

.card-search{
	position:relative;
	/* width: 300px; */
	display: inline-block;
	top: -6.4px;
}
.card-search input{
	border: 1px solid #ccc;
	border-radius: 100px;
	width: 34.4px;
	height: 34.4px;
	padding-left: 10px;
	font-weight: bold;
	position: absolute;
	right: -.7px;
	/* display: none; */
	top: 0;
}
.card-search .button{
	position: absolute;
	right: 0;
	top: 0px;
}

.card-search .search.active{
	color: #03a9f4 !important;
}

.expires{
	cursor: pointer;
}


.statusMenu{
	position: absolute;
	background-color: white;
	width: fit-content;
	height:fit-content;
	padding: 5px 5px;
	border-radius: 5px;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);

}

.statusMenuOption{
	padding: 5px 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
.statusMenuOption:hover{
	background-color: #666;
	color:white;
}

.tech-schedule-note{
	color: orange;
}




/****** Style Field Task List *****/

  /* #tblFieldTasks_filter.dataTables_filter {
	margin-left: 0px !important;
  } */

  #tblFieldTasks {
	width: 100%;
	margin: 10px;
  }

  #tblFieldTasks_length select {
	display: block;
	max-width: 50px;
  }

  #tblFieldTasks_length {
	float: right !important;
  }

  #tblFieldTasks_filter {
	width: 70% !important;
	margin-left: 2% !important;
	float: left !important;
	text-align: left;
  }

  #tblFieldTasks_filter label {
	text-align: left !important;
  }

  #tblFieldTasks_paginate {
	font-size: 12px;
	margin-bottom: 40px;
  }

  #tblFieldTasks_filter input {
	height: 1em !important;
  }

  div.item-notes-text {
	margin-top: 20px !important;
  }

  div.item-notes-text span {
	font-weight: bold;
	letter-spacing: 2px;
  }

  div.field-task-item-title {
	position: relative;
	top: -40px;
	background-color: #2c323f;
	color: white;
	font-weight: bold;
	font-size:1.2em;
	margin: 10px 0;
	padding: 10px !important;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  }

  div.field-task-item-box {
	background-color:#EEE;
	margin:20px 0;
	height:100%;
	padding:10px 4px;
	border-radius:6px;
	display:flex;
	width: 100%;
  }

  div.field-task-item-box .input-field.col label, div.field-task-item-box .input-field.col label.active {
	font-size: 20px;
	left: 0px;
	letter-spacing: 2px;
  }

  div.field-task-item-box .input-field.col label.active {
	color: #000;
	font-weight: bold;
	font-style: italic;
  }

  div.field-task-selection-section {
	margin:0;
	padding:0 4px;
	font-size:1.25em;
	left:-15px;
	position:relative;
	top:-10px;
  }

  div.field-task-selection-section div.item-instructions, div.field-notes-text-area div.field-task-item-notes-title {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #9e9e9e;
	margin-bottom: 12px;
  }

  div.field-task-selection-section label span {
	color: #444;
	text-wrap: wrap;
	width: 60%;
  }

  div.field-task-selection-section .row {
	margin-right: .25rem;
	margin-left: 0rem;
  }

  .task-list-community {
	font-size: 1em; 
	color:grey;
  }

  .task-list-title {
	font-size: 1.25em;
  }

  .circle-btn {
	width: 20px;
	height: 20px;
	line-height: 14px;
	border-radius: 50%;
	text-align: center;
	padding: 0.2rem 0 0 0.2rem;
	top: 2px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	display: flex;
  }

  .field-task-item-photo {
	padding: 0 0.15rem;
  }

  .field-task-item-photo i {
	font-size: 24px;
	padding: 0 2px;
  }

  .btn-text {
	padding: 0 0.30rem;
  }

  .semi-transparent {
	opacity: 0.5;
  }

  #taskList.section .dataTables_length {
	display: none;
  }

  .task-card-container {
	cursor: pointer;
	display:flex;
	min-height:280px;
	width:250px;
  }

  .task-card-container .card-title {
	line-height: 140% !important;
	text-overflow:clip;
	overflow: hidden;
	max-width:250px;
  }

  /* Field task cards - match admin styling */
  #taskList .card.task {
	margin: 0.5rem;
	transition: box-shadow 0.25s;
  }

  #taskList .card.task:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #taskList .card.task .card-content {
	padding: 1.5rem;
  }

  .field-task-item-container .field-notes-text-area.disabled label {
	color: rgba(0,0,0,0.10) !important;
  }

  .field-task-item-container .field-notes-text-area.disabled textarea {
	opacity: 10%;
	cursor: not-allowed;
	pointer-events: none;
  }

  .fixed-action-btn a {
	margin: 0 4px;
  }

  .field-task-notes-instructions {
	letter-spacing: .1em;
	margin: 4px 0;
  }

  .task-item-field-note {
	border-bottom: 1px solid #9e9e9e;
	font-weight: normal;
  }

  .task-item-field-note:focus {
	display: flex;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 0 #000;
	padding: 4px;
	background-color: #fff;
  }

  .task-item-field-note.saving {
	border-bottom: 1px solid limegreen;
	box-shadow: 0 3px 0 0 limegreen;
  }

  .field-task-item-checkbox-section {
	margin: 0 0.5rem !important;
  }

  .field-task-item-container.aborted {
	opacity: 70%;
	pointer-events: none;
  }

  .field-task-item-container.aborted .field-task-item-box {
	background-color: lightpink;
  }

  .field-task-item-container.aborted .field-task-item-add-photo i.photo-required {
	color: greenyellow !important;
  }

  i.field-task-item-add-photo.grey {
	color: grey;
	background-color: transparent !important;
  }

  i.field-task-item-add-photo.orange {
	color: orangered;
	background-color: transparent !important;
  }

  .stop-sign {
	margin: 0 0.2rem 0.2rem 0; 
	padding: 0 0.4rem;
	width: 20px !important; 
	height: 20px; 
	background-color: red; 
	color: white !important; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center; 
	line-height: 20px; 
	display: block;
	border-radius: .4rem;
	/* Create an octagon shape by clipping the corners of a square clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);  */
}

.field-task-item-partial, .field-task-item-urgent-item, .field-task-item-abort-item {
	font-size: 0.8rem;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
	padding: 0.2rem 0.1rem;
}

/* 
.field-task-item-urgent-item a {
	padding: 0.2rem .25rem;
} */

.field-task-item-partial span {
	padding: 0.2rem .45rem;
}

.field-task-options-btn {
	right: 5rem;
	z-index: 8;
}

.field-task-next-question-btn {
	z-index: 1 !important;
}

#canvas {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	clear: left;
	margin: 0 auto;
	top: 0;
	left: 50%;
	width: 80%;
	height: 320px;
	transform: translate(-50%, -50%);
	display: none;
}

.field-task-photo-gallery { 
	background-color: rgba(0,0,0,.85);
	position: fixed;
	clear: left;
	width: auto !important;
	height: auto;
	bottom: 0%;
	top: 0%;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 5;
}

.field-task-photo-gallery.hidden { 
	display: none !important; 
}

.field-task-photo-gallery .photo-gallery-add-photo {
	position: fixed;
	bottom: 1.8rem;
	right: 2rem;
	box-shadow: 0 0 4px 1px #fff;
	z-index: 100;
}

.field-task-photo-gallery .photo-gallery-add-photo i {
	color: red;
	background-color: #000;
}

.output {
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
}

.field-task-photo-gallery .photo-wrapper {
	box-shadow: 0 0 4px 4px #fff;
	margin: 1.5rem 0;
}

.field-task-photo-gallery div img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.field-task-photo-gallery .card-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: .25rem;
}

.field-task-photo-gallery .card-content {
	margin-bottom: 4rem;
}

.field-task-nav-status-circle {
	top: -2rem;
	right: -1.2rem;
	width: 1.25rem;
	height: 1.25rem;
	box-shadow: 1px 0 2px 2px rgba(255, 255, 255, 0.3);
	position: relative;
	color: #fff;
	border-radius: 20%;
	opacity: 0.7;
}

.field-task-nav-status-circle.zero {
	top: -1.8rem;
	right: -1.2rem;
	width: 1.25rem;
	height: 1.25rem;
	opacity: .3 !important;
	color: rgb(0 0 0);
	box-shadow: none;
	background-color: transparent !important;
}

.field-task-nav-status-circle div {
	position: relative;
	top: -0.8rem;
	right: 0.3rem;
	font-weight: bold;
	font-size: 1rem;
	margin-left: 34%;
}

.delete-photo {
	position:relative;
	float: right;
	width: 100%;
}

.delete-photo i {
	float: right;
}

.photo-chip-wrapper 
{
	top: -10px;
    left: 0%;
    position: relative;
    float: right;
}

.chip.photo-chip {
	border-radius: 2px;
	padding: 0 4px;
	font-size: 12px;
	position:relative;
}

.option-icons {
	position: relative;
	float: right;
}

.toast-save-photo {
	position: fixed;
	top: 0px;
	left: 0px;
}
  /*****************************/

.time-off-event-status-title {
	font-size: 1.5rem !important;
}

.field-task-add-device-photo, .field-task-add-new-photo, i.field-time-off-request {
	font-size: 2.5rem !important;
}

.time-off-event-status {
	font-size: 1.5rem !important;
}

.new-request-timeoff {
	display: none;
}

.time-off-request-event .timepicker-modal .text-primary {
	color: #fff;
}



.time-off-request-event .input-field.col label {
	left: 0;
}

.time-off-request-event .input-field {
	padding: .5rem;
}

.time-off-request-event .input-field input {
	font-size: medium;
}

.time-off-event-status span.badge {
	letter-spacing: 0.1rem !important;
    font-size: 8px !important;    
	font-weight: lighter !important;
	border-radius: 2px !important;
}

.time-off-event-status span.badge.new {
	background-color: orange;
	transform: scale(2);
}

.time-off-event-status span.badge.new-request {
	background-color: dodgerblue;
	transform: scale(1.5);
	font-size: 10px !important;
}

.time-off-event-status span.badge.approved {
	background-color: green;
	transform: scale(1.8);
}

.time-off-event-status span.badge.denied {
	background-color: red;
	transform: scale(1.9);
	opacity: 60%;
}

.time-off-event-status span.badge.archived {
	background-color: darkslategrey;
	transform: scale(1.9);
	opacity: 50%;
}

.time-off-event-status .request-time-off-archive {
	float: right;
}

.field-time-off-request-list.archive-link-container, .field-time-off-request-list.unarchive-link-container {
	float: right;
}

.archive-link-container.bottom, .unarchive-link-container.bottom {
	padding: 0.5rem 0 10rem 0;
}

.archive-link-container.top, .unarchive-link-container.top {
	padding: 2rem 0 0 0;
}

.fc .fc-daygrid-day.fc-day-today {
	border: 3px solid rgba(255, 99, 71, 0.3) !important;
}

.task-card-settings {
	position: relative;
	float: right;
	right: 2%;
	top: 4px;;
}

.task-card-settings i {
	color: #000;
    font-size: 26px !important;
	padding: 7px 0;
}

.field-mileage-table-value.job-field {
	font-weight: bold;
}

.field-mileage-list.mileage-date-wrapper {
	float: right;
	width: 90%;
	font-size: 1.25rem;
	font-weight: bold;
}

.field-mileage-list.mileage-title-wrapper {
	float: right;
	width: 100%;
	font-size: 1.25rem;
}

.field-mileage-list.mileage-container {
	/* position: relative;
	top: 0px;
	bottom: -200px;
	left: -20px; 
	position: relative;
	margin-top: 110px;*/
	display: inline-block;
}

table.mileage-table {
	margin-top: 40px;
	transform: scaleX(.90);
}

table.mileage-table thead th {
	background-color: #03a8f4cb;
	color: #fff;
	letter-spacing: .25rem;
	padding: 20px !important;
}

table.mileage-table tbody td {
	padding: 20px !important;
}

.field-sub-lot-header {
	width: 40%;
}

.container.field-mileage {
	margin: 20px 0;
}

#main.field-mileage {
	margin-top: 0px !important;
	margin-right: 20px !important;
}

.quick-select {
	z-index: 1000;
    text-align: center;
    padding: 10;
    -webkit-animation:cubic-bezier(0.6, 0.04, 0.98, 0.335);
    animation:cubic-bezier(0.19, 1, 0.22, 1);
    direction: ltr;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 320px;
	/* height: 320px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
	animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);

	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);

}

.quick-select .btn{
	background-color: #ccc !important;
}

.quick-select .btn.purple:hover{
	background-color: purple !important;
}


.quick-select .btn.green:hover, .quick-select .btn.selected{
	background-color: green !important;
}
.quick-select .btn.green:hover, .quick-select .btn.selected{
	background-color: #03a9f4 !important;
}

.quick-select .btn:hover, .quick-select .btn.selected{
	background-color: #333 !important;
}

