﻿.btn-block {
	display: block;
	width: 100%;
}

.btn-kettle-save-reset {
	margin-left: 10px !important;
}

button:disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}

.k-button:disabled, .k-button.k-disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.fs-7 {
	font-size: 0.9rem;
}

.line-height-1 {
	line-height: 1;
}

.text-white {
	color: #fff !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.form-check-input:disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}

.disabled-control {
	pointer-events: none;
	opacity: 0.4;
}

.table .thead-dark th {
	color: #fff;
	background-color: #5b6770;
	border-color: #454d55;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table th, .table td {
	border-top: 1px solid #dee2e6;
}

/* Classes */

.badge {
	padding: 0.25em 0.4em;
}

.badge-status-complete {
	color: #fff;
	background-color: #a72b2a;
}

.badge-status-inprocess {
	color: #fff;
	background-color: #658d1b;
}

.badge-dark {
	color: #fff;
	background-color: #5b6770;
}

.badge-info {
	color: #fff;
	background-color: #236192;
}

.badge-success {
	color: #fff;
	background-color: #4f868e;
}

.badge-warning {
	color: #fff;
	background-color: #cb6015;
}

.badge-primary {
	color: #fff;
	background-color: #5e514d;
}

.badge-dip-state-pre {
	color: #fff;
	background-color: #236192;
}

.badge-dip-state-cooking {
	color: #fff;
	background-color: #228B22;
}

.badge-dip-state-cooking-min {
	color: #fff;
	background-color: #DAA520;
}

.badge-dip-state-cooking-max {
	color: #fff;
	background-color: #FF0000;
}

.badge-dip-state-extracting {
	color: #fff;
	background-color: #5B6770;
}

.badge-dip-state-default {
	color: #fff;
	background-color: #5B6770;
}

.btn.btn-icon > span, a.btn-icon > span {
	margin-left: 0px;
	margin-right: .5rem;
}

.btn-link-tools {
	font-weight: 400;
	color: #857874;
	text-decoration: none;
}

	.btn-link-tools:hover {
		color: #0366d6;
	}

.btn-change-location {
	color: #fff !important;
}

.btn-toolbar {
	color: inherit !important;
}

.blazored-toast-container {
	z-index: 1500 !important;
}

.card-lane {
	min-height: 100px;
	max-height: calc(70vh - 55px);
	overflow: auto;
}

.card-separator {
	border-top: 1px solid rgba(0,0,0,.125);
}

.content {
	padding-top: 1.1rem;
	background-color: #f7f7f7;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.font-weight-bolder {
	font-weight: bolder !important;
	margin-bottom: 0.5rem;
}

.kettle-form-label {
	font-size: 1.25rem !important;
	margin-bottom: 0.5rem !important;
}

.card-inactive-switch {
	align-self: center;
}

.toolbar {
	display: flex;
	position: relative;
	align-items: center;
	height: 56px;
}

.truncate200 {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.truncate100 {
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.truncate50 {
	max-width: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Profile Card UI*/
.galvtrac-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 125px;
	background-color: #236192;
}

.galvtrac-profile-pic {
	background-color: #5B6770;
	border: 3px solid #fff;
	border-radius: 150px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: bold;
	height: 10rem;
	justify-content: center;
	line-height: 10rem;
	text-align: center;
	width: 10rem;
	z-index: 1;
}

.galvtrac-site-icon {
	background-color: #5B6770;
	border: 3px solid #fff;
	border-radius: 150px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: bold;
	height: 5rem;
	justify-content: center;
	line-height: 5rem;
	text-align: center;
	width: 5rem;
	z-index: 1;
}

.galvtrac-profile-card-border {
	border-color: rgba(0, 0, 0, 0.08);
}

.galvtrac-profile-header-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}

.galvtrac-profile-avatar {
	background-color: #5B6770;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #ffffff;
	float: left;
	font-size: 1.5rem;
	font-weight: bold;
	height: 5rem;
	line-height: 5rem;
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	width: 5rem;
}

.galvtrac-profile-header {
	overflow: hidden;
}

/* Job Card Profile*/
.galvtrac-job-card {
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.galvtrac-job-card-content {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

	.galvtrac-job-card-content .galvtrac-job-card-div {
		margin-right: 25px;
	}

		.galvtrac-job-card-content .galvtrac-job-card-div div {
			height: 100px;
			width: 100px;
			object-fit: contain;
			border-radius: 8px;
		}

	.galvtrac-job-card-content .galvtrac-job-card-info {
		flex: 1;
	}

		.galvtrac-job-card-content .galvtrac-job-card-info .text-muted span {
			color: #777;
		}

.galvtrac-job-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.galvtrac-custom-checkbox-list {
	border: 2px solid #ccc;
	width: 250px;
	height: 300px;
	overflow-y: scroll;
}

.galvtrac-job-label {
	display: inline-block;
	padding: 6px 12px;
	background: #f5f5f5;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*CUSTOM CARDS */

.galvtrac-widget-head-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 125px;
}

.galvtrac-widget-icon {
	background-color: #5B6770;
	border: 3px solid #fff;
	border-radius: 150px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: bold;
	height: 5rem;
	justify-content: center;
	line-height: 5rem;
	text-align: center;
	width: 5rem;
	z-index: 1;
}

.yellow-bg {
	background-color: #D29F13;
	color: #ffffff;
}

.p-lg {
	padding: 30px;
}

.widget-head-color-box {
	border-radius: 5px 5px 0px 0px;
	margin-top: 10px;
}

.m-b-md {
	margin-bottom: 20px;
}

.no-margins {
	margin: 0 !important;
}

.font-bold {
	font-weight: 600;
}

i.circle-border {
	background-color: #5B6770;
	border: 3px solid #fff;
	border-radius: 150px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: bold;
	height: 5rem;
	justify-content: center;
	line-height: 5rem;
	text-align: center;
	width: 5rem;
	z-index: 1;
}

.widget-text-box {
	padding: 20px;
	border: 1px solid #e7eaec;
	background: #ffffff;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.invoices-page-header {
	background: #FFFFFF;
	border-radius: 10px;
}

.galvtrac-page-header {
	background: #FAFAFA;
	border-radius: 10px;
}

	.galvtrac-page-header .breadcrumb {
		background-color: transparent;
		color: #6c757d;
		font-size: 1rem;
		font-weight: 500;
		margin-bottom: 0;
		padding: 0;
	}

	.galvtrac-page-header .galvtrac-breadcrumb-item svg {
		color: #fff;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		margin-right: 10px;
		background: #005F83;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}

	.galvtrac-page-header .galvtrac-breadcrumb-item a {
		font-weight: 600;
		color: #005F83;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		text-decoration: none;
	}

.invoices-create-btn .invoices-preview-link {
	font-weight: 600;
	color: #9a55ff;
	margin-right: 30px;
}

.invoices-create-btn .delete-invoice-btn {
	background: #6c757d;
	margin-right: 10px;
}

.invoices-create-btn .btn {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	padding: 10px 0px;
	min-width: 160px;
	position: relative;
}

/*time line styles*/
.timeline {
	position: relative;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	color: #ffffff;
}

	.timeline:after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -1px;
		border-right: 2px dashed #c4d2e2;
		height: 100%;
		display: block;
	}

.timeline-row {
	position: relative;
	margin-bottom: 30px;
}

.timeline-row-left {
	padding-right: 50%;
}

.timeline-row-right {
	padding-left: 50%;
}

.timeline-row .timeline-time {
	position: absolute;
	right: 50%;
	top: 31px;
	text-align: right;
	margin-right: 20px;
	color: #000000;
	font-size: 1.5rem;
}

	.timeline-row .timeline-time small {
		display: block;
		font-size: .8rem;
		color: #8796af;
	}

.timeline-row .timeline-content {
	position: relative;
	padding: 20px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	.timeline-row .timeline-content:after {
		content: "";
		position: absolute;
		top: 20px;
		height: 3px;
		width: 40px;
	}

	.timeline-row .timeline-content:before {
		content: "";
		position: absolute;
		top: 20px;
		right: -50px;
		width: 20px;
		height: 20px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		z-index: 100;
		background: #ffffff;
		border: 2px dashed #c4d2e2;
	}

	.timeline-row .timeline-content h4 {
		margin: 0 0 20px 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 150%;
	}

	.timeline-row .timeline-content p {
		margin-bottom: 30px;
		line-height: 150%;
	}

	.timeline-row .timeline-content i {
		font-size: 2rem;
		color: #ffffff;
		line-height: 100%;
		padding: 10px;
		border: 2px solid #ffffff;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		margin-bottom: 10px;
		display: inline-block;
	}

	.timeline-row .timeline-content .thumbs {
		margin-bottom: 20px;
	}

		.timeline-row .timeline-content .thumbs img {
			margin-bottom: 10px;
		}

.timeline-content-right {
	background-color: #D29F13;
	/* Fallback Color */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D29F20), to(#D29F13));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #D29F20, #D29F13);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #D29F20, #D29F13);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #D29F20, #D29F13);
	/* IE10 */
	background-image: -o-linear-gradient(top, #D29F20, #D29F13);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #D29F20, #D29F13);
	margin-left: 40px;
	text-align: left;
}

.timeline-content-left {
	background-color: #4F868E;
	/* Fallback Color */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4F868C), to(#4F868E));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #4F868C, #4F868E);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #4F868C, #4F868E);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, #4F868C, #4F868E);
	/* IE10 */
	background-image: -o-linear-gradient(top, #4F868C, #4F868E);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #4F868C, #4F868E);
	margin-right: 40px;
	margin-left: 0;
	text-align: right;
}

.timeline-hour-left {
	top: 7px !important;
	margin-right: -90px !important;
}

@media (max-width: 767px) {
	.timeline {
		padding: 15px 10px;
	}

		.timeline:after {
			left: 28px;
		}

		.timeline .timeline-row {
			padding-left: 0;
			margin-bottom: 16px;
		}

			.timeline .timeline-row .timeline-time {
				position: relative;
				right: auto;
				top: 0;
				text-align: left;
				margin: 0 0 6px 56px;
			}

				.timeline .timeline-row .timeline-time strong {
					display: inline-block;
					margin-right: 10px;
				}

			.timeline .timeline-row .timeline-icon {
				top: 52px;
				left: -2px;
				margin-left: 0;
			}

			.timeline .timeline-row .timeline-content {
				padding: 15px;
				margin-left: 56px;
				box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
				position: relative;
			}

				.timeline .timeline-row .timeline-content:after {
					right: auto;
					left: -39px;
					top: 32px;
				}

			.timeline .timeline-row:nth-child(odd) {
				padding-right: 0;
			}

				.timeline .timeline-row:nth-child(odd) .timeline-time {
					position: relative;
					right: auto;
					left: auto;
					top: 0;
					text-align: left;
					margin: 0 0 6px 56px;
				}

				.timeline .timeline-row:nth-child(odd) .timeline-content {
					margin-right: 0;
					margin-left: 55px;
				}

					.timeline .timeline-row:nth-child(odd) .timeline-content:after {
						right: auto;
						left: -39px;
						top: 32px;
						border-left: inherit;
					}

		.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
			left: 20px;
		}

		.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
			left: 0;
		}
}

.list-content .k-listview-content {
	display: grid;
	grid-template-columns: repeat(auto-fill, 500px);
	gap: 30px 20px;
}

.kettle-maintenance-content .k-listview-content {
	display: grid;
	grid-template-columns: repeat(auto-fill, 180px);
	gap: 10px 20px;
}

.k-checkbox {
	border-color: rgba(0, 0, 0, 0.35) !important;
}

.gap-lg {
	gap: 24px;
}

.galvtrac-wizard-list-inline {
	padding-left: 0;
	list-style: none;
}

	.galvtrac-wizard-list-inline > .galvtrac-wizard-list-inline-item {
		display: inline-block;
	}

.rounded-1-25 {
	border-radius: 1.25rem !important
}

.rounded-1 {
	border-radius: 1.00rem !important
}

.icon-inprocess {
	background: url('../images/in_process.png');
	height: 50px;
	width: 50px;
	background-size: cover;
}

.icon-available {
	background: url('../images/available.png');
	height: 50px;
	width: 50px;
	background-size: cover;
}

.icon-check-list {
	background: url('../images/work-list.png');
	height: 50px;
	width: 50px;
	background-size: cover;
}

.icon-per-hour {
	background: url('../images/per-hour.jpeg');
	height: 50px;
	width: 50px;
	background-size: cover;
}

.galvtrac-cursor-pointer {
	cursor: pointer !important;
}