body {
	font-size: 14px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	background-color: #eef2f6;
	color: #424242;
}

#root,
body,
html {
	height: 100%;
}

.header {
	background-color: white;
	margin-bottom: 20px;
}
.header-logo {
	text-align: center;
	cursor: pointer;
	height: 60px;
}

.header-center .p-datatable-header {
	text-align: center !important;
	font-weight: 900 !important;
}

.marginBottom20 {
	margin-bottom: 20px;
}

/* Login */
.login-body {
	min-height: 100%;
	font-size: 16px;
	margin: 0;
	background-image: url("/map.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 50% 100%;
}
.login-body .body-container {
	height: 7px;
	border-top: 7px solid #39a3f4;
}
.login-body .right-side {
	width: 50%;
}
.login-body .p-nogutter .left-side {
	height: 100%;
	padding-left: 100px;
	width: 50%;
}
.login-body .p-nogutter .left-side img {
	padding: 100px 0 0px 0;
	width: 128px;
}
.login-body .p-nogutter .left-side h1 {
	font-size: 80px;
	color: #424242;
}
.login-body .p-nogutter .left-side p {
	color: #424242;
	padding-right: 50px;
	margin-top: 0;
	margin-bottom: 40px;
}

.login-wrapper {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.login-wrapper .login-container {
	box-sizing: border-box;
	padding-top: 5%;
	text-align: center;
	color: #4f575b;
}
.login-wrapper .login-container .title {
	font-size: 20px;
	color: #424242;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 12px;
}
.login-wrapper .login-container .password-container {
	text-align: right;
}
.login-wrapper .login-container a {
	color: #39a3f4;
	text-decoration: none;
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-moz-transition: border-bottom-color 0.3s;
	-o-transition: border-bottom-color 0.3s;
	-webkit-transition: border-bottom-color 0.3s;
	transition: border-bottom-color 0.3s;
}
.login-wrapper .login-container a:hover {
	border-bottom-color: #39a3f4;
}
.login-wrapper .login-container input {
	width: 100%;
	font-size: 1em;
}
.login-wrapper .login-container .p-button {
	width: 100%;
	font-size: 16px;
}

@media (max-width: 64em) {
	.login-body {
		text-align: center;
		background-size: cover;
	}
	.login-body .p-nogutter .left-side {
		height: 300px;
		padding-left: 25px;
		width: 100%;
	}
	.login-body .p-nogutter .left-side img {
		padding: 20px 0 20px 0;
	}
	.login-body .p-nogutter .left-side p {
		display: none;
	}
	.login-body .right-side {
		height: 100%;
		width: 100%;
	}

	.login-wrapper {
		width: 320px;
	}
	.login-wrapper .login-container {
		padding-top: 25%;
	}
}
@media (max-width: 40em) {
	.login-body .p-nogutter .left-side {
		height: 200px;
		padding-left: 25px;
		text-align: center;
		width: 100%;
	}
	.login-body .p-nogutter .left-side img {
		padding: 20px 0 20px 0;
	}
	.login-body .p-nogutter .left-side h1 {
		font-size: 40px;
	}
	.login-body .p-nogutter .left-side p {
		display: none;
	}
	.login-body .right-side {
		height: calc(100% - 250px);
		width: 100%;
	}

	.login-wrapper {
		width: 320px;
	}
	.login-wrapper .login-container {
		padding-top: 25%;
	}
}
/* Exception */
.exception-body {
	height: 100%;
	font-size: 16px;
	margin: 0;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
.exception-body .exception-container {
	height: 100%;
	padding-left: 100px;
}
.exception-body .exception-container img {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 100px 0;
}
.exception-body .exception-container h1 {
	font-size: 80px;
	color: #424242;
}
.exception-body .exception-container p {
	color: #424242;
	margin-top: 0;
	margin-bottom: 40px;
}
.exception-body.error-body {
	background-image: url("../images/error.png");
	border-top: 7px solid #ef5350;
}
.exception-body.access-body {
	background-image: url("../images/access.png");
	border-top: 7px solid #f6a821;
}
.exception-body.notfound-body {
	background-image: url("/404.png");
	border-top: 7px solid #ffc800;
}

@media (max-width: 1280px) {
	.exception-body {
		background-size: cover;
		text-align: center;
	}
	.exception-body .exception-container {
		padding-left: 0;
		padding-top: 200px;
	}
	.exception-body .exception-container img {
		margin-top: 0;
	}
	.exception-body .exception-container h1 {
		font-size: 40px;
	}
	.exception-body .exception-container p {
		padding: 0 25px;
	}
}

/* Input */
.p-grid .p-col-12 {
	padding-top: 1.1em;
}

.p-grid .p-md-4 {
	padding-top: 1.1em;
}

.p-grid .p-md-3 {
	padding-top: 1.1em;
}

.p-float-label label {
	font-size: 12px !important;
}

.manuel-predict-result {
	width: 15%;
}

/* Excel Sheet */
table.data-grid {
	margin: auto;
	display: block;
	width: 101%;
}

.data-grid .cell {
	width: 150px;
}

table.data-grid tbody {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.custom-sheet {
	box-sizing: border-box;
}

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

.data-grid .data-header > div {
	width: 100%;
}

.data-grid .data-header > div:after,
.data-grid .data-body .data-row:after {
	content: "";
	display: table;
	clear: both;
}

.data-grid .data-header > div > div {
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}

.data-grid .data-header > div > div.action-cell,
.data-grid .data-header > tr > .action-cell,
.data-grid .data-body .data-row > div.action-cell {
	width: 10%;
}

.data-grid .data-body .data-row > div {
	float: left;
	font-size: 11px;
}

.data-grid .data-body .data-row > .cell > input.data-editor {
	width: 100%;
	height: 100%;
}

.data-grid ul.data-body {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

span.data-grid-container,
span.data-grid-container:focus {
	outline: none;
}

.data-grid-container .data-grid {
	table-layout: fixed;
	border-collapse: collapse;
}

.data-grid-container .data-grid .cell.updated {
	background-color: rgba(0, 145, 253, 0.16);
	transition: background-color 0ms ease;
}
.data-grid-container .data-grid .cell {
	height: 17px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: cell;
	background-color: unset;
	transition: background-color 500ms ease;
	vertical-align: middle;
	text-align: right;
	border: 1px solid #ddd;
	padding: 0;
}
.data-grid-container .data-grid .cell.selected {
	border: 1px double rgb(33, 133, 208);
	transition: none;
	box-shadow: inset 0 -100px 0 rgba(33, 133, 208, 0.15);
}

.data-grid-container .data-grid .cell.read-only {
	background: whitesmoke;
	color: #000 !important;
	font-weight: 500;
	text-align: center;
}

.data-grid-container .data-grid .cell > .text {
	padding: 2px 5px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.data-grid-container .data-grid .cell > input {
	outline: none !important;
	border: 2px solid rgb(33, 133, 208);
	text-align: right;
	width: calc(100% - 6px);
	height: 11px;
	background: none;
	display: block;
}

.data-grid-container .data-grid .cell {
	vertical-align: bottom;
}

.data-grid-container .data-grid .cell,
.data-grid-container .data-grid.wrap .cell,
.data-grid-container .data-grid.wrap .cell.wrap,
.data-grid-container .data-grid .cell.wrap,
.data-grid-container .data-grid.nowrap .cell.wrap,
.data-grid-container .data-grid.clip .cell.wrap {
	white-space: normal;
}

.data-grid-container .data-grid.nowrap .cell,
.data-grid-container .data-grid.nowrap .cell.nowrap,
.data-grid-container .data-grid .cell.nowrap,
.data-grid-container .data-grid.wrap .cell.nowrap,
.data-grid-container .data-grid.clip .cell.nowrap {
	white-space: nowrap;
	overflow-x: visible;
}

.data-grid-container .data-grid.clip .cell,
.data-grid-container .data-grid.clip .cell.clip,
.data-grid-container .data-grid .cell.clip,
.data-grid-container .data-grid.wrap .cell.clip,
.data-grid-container .data-grid.nowrap .cell.clip {
	white-space: nowrap;
	overflow-x: hidden;
}

.data-grid-container .data-grid .cell .value-viewer,
.data-grid-container .data-grid .cell .data-editor {
	display: block;
}

.data-grid-container .data-grid .cell > input {
	width: 100% !important;
	height: 18px !important;
}

[data-hint="not-valid"] {
	background-color: #ea7c7c !important;
}

[data-error="true"] {
	background-color: #ea7c7c !important;
}

.data-sheet-wrapper {
	margin-top: 20px;
	width: "100%" !important;
	overflow: "auto" !important;
	font-size: 14px;
}

.cell.read-only {
	position: sticky;
	top: 0;
	border: 1px solid #ddd;
}

.daily-table .cell {
	width: 115px !important;
}

.report-table .cell.read-only {
	color: #000 !important;
	font-weight: 500;
	text-align: left !important;
	padding-left: 10px !important;
}

.custom-table .p-datatable-thead tr th {
	width: 150px;
	font-size: 12px;
}

.select-box-changed {
	border: 1px solid #439446 !important;
	background: #c8e6c9 !important;
}
.input-changed input {
	border: 1px solid #439446 !important;
	background: #c8e6c9 !important;
}

.select-box-disabled {
	background: #b1b1b1 !important;
}

.datatable-responsive
	.p-datatable-responsive
	.p-datatable-tbody
	> tr
	> td
	.p-column-title {
	display: none;
}

.p-datatable-tbody > tr > td :not("p-editable-column") {
	background-color: rgba(0, 0, 0, 0.15) !important;
}

@media screen and (max-width: 40em) {
	.datatable-responsive
		.p-datatable.p-datatable-responsive
		.p-datatable-thead
		> tr
		> th,
	.datatable-responsive
		.p-datatable.p-datatable-responsive
		.p-datatable-tfoot
		> tr
		> td {
		display: none !important;
	}

	.datatable-responsive
		.p-datatable.p-datatable-responsive
		.p-datatable-tbody
		> tr
		> td {
		text-align: left;
		display: block;
		width: 100%;
		float: left;
		clear: left;
		border: 0 none;
	}

	.datatable-responsive
		.p-datatable.p-datatable-responsive
		.p-datatable-tbody
		> tr
		> td
		.p-column-title {
		padding: 0.4rem;
		min-width: 30%;
		display: inline-block;
		margin: -0.4em 1em -0.4em -0.4rem;
		font-weight: bold;
	}

	.datatable-responsive
		.p-datatable.p-datatable-responsive
		.p-datatable-tbody
		> tr
		> td:last-child {
		border-bottom: 1px solid var(--surface-d);
	}
}

.p-editable-column {
	cursor: pointer;
}

.disabled-background {
	background-color: rgba(0, 0, 0, 0.15) !important;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.pdf-table {
	border-collapse: collapse;
	text-align: center;
	font-size: 12px;
}

.pdf-desc {
	height: 60px;
	vertical-align: text-bottom;
}

.pdf-footer {
	height: 60px;
	font-size: 10px;
	vertical-align: text-bottom;
}

body {
	-webkit-print-color-adjust: exact;
}

@media print {
	.no-print {
		display: none !important;
	}
	.chartjs-render-monitor {
		width: 90% !important;
		height: 90% !important;
		margin: 0 auto !important;
	}
	.summary-table {
		font-size: 10px !important;
	}
}

.headcol {
	position: absolute !important;
	left: 0 !important;
	top: auto !important;
	margin-top: -1px !important;
}

.custom-report-table .p-datatable-thead tr th {
	font-size: 8px !important;
	text-align: center !important;
}

.custom-report-table .p-datatable-tbody tr td {
	font-size: 8px !important;
	text-align: center !important;
}

.setting-table .p-datatable-thead tr th {
	width: 50px;
	font-size: 8px;
	text-align: center !important;
}

.setting-table .p-datatable-tbody tr td {
	width: 50px;
	font-size: 8px;
	text-align: center !important;
}

.update-table .p-datatable-thead tr th {
	width: 120px;
	font-size: 10px;
	text-align: center !important;
}

.update-table .p-column-header-content {
	width: 100px;
}

.update-table .p-datatable-tbody tr td {
	width: 120px;
	font-size: 10px;
	text-align: center !important;
}

.table-text-center th,
td {
	text-align: center !important;
}
.menu-rightitems > .p-menubar {
	border: 0;
}

.menu-rightitems-list {
	display: inline-block;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.p-menubar-button {
	margin-left: 10px;
}

.datatable-scroll-demo .loading-text {
	display: block;
	background-color: #f1f1f1;
	min-height: 19px;
	animation: pulse 1s infinite ease-in-out;
	text-indent: -99999px;
	overflow: hidden;
}

.datatable-custom-column {
	width: 150px;
	height: 60px;
	max-height: 60px;
}

.datatable-custom-header {
	width: 150px;
	height: 60px;
	max-height: 60px;
	justify-content: center;
}

.table-header-custom-center {
	justify-content: center;
}

.custom-tooltip .custom-tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #495057;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 5px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.custom-tooltip:hover .custom-tooltiptext {
	visibility: visible;
}

.font-10 span {
	font-size: 0.8rem !important;
}

.select-label {
	font-size: 12px !important;
	padding-left: 0.5rem;
	margin-bottom: 5px !important;
}

.manuel-predict-result > .p-toast {
	width: 18% !important;
}

.layout-footer {
	padding: 10px;
	font-size: 0.72857143em !important;
	color: #6c757d;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.summary-table {
	border-collapse: collapse;
	border: 1px solid #e9ecef !important;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	table-layout: fixed;
	border-spacing: 2px !important;
	color: #495057;
}
.summary-table tr {
	word-break: break-word;
	border: 1px solid black !important;
}

.font-w-600 {
	background-color: #e9ecef !important;
	font-weight: 700;
}

.font-w-400 {
	background-color: #e9ecef !important;
	font-weight: 600;
}

.cost-definition-table {
	border-collapse: collapse;
	border: 1px solid #e9ecef !important;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	table-layout: fixed;
	border-spacing: 2px !important;
	color: #495057;
}
.cost-definition-table tr {
	border: 1px solid black !important;
}

.animation-wrapper {
	width: 80%;
	padding-bottom: 40%;
}

.stagger-visualizer {
	position: absolute;
	width: 1100px;
	height: 550px;
	transform-origin: left top;
}

.stagger-visualizer .dots-wrapper {
	transform: translateZ(0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.stagger-visualizer .dot {
	position: relative;
	z-index: 1;
	width: 23px;
	height: 23px;
	margin: 16px;
	background-color: currentColor;
	border-radius: 50%;
}

@media (min-width: 740px) {
	.stagger-visualizer .dot {
		background-color: transparent;
		background-image: linear-gradient(180deg, #ffffff 8%, #d3cdc6 100%);
	}
}

.stagger-visualizer .cursor {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 37px;
	margin: 9px;
	background-color: currentColor;
	border-radius: 50%;
}

.physical-test-menu-item {
	font-size: 11px;
}

.cost-price-left {
	text-align: left !important;
}

.cost-price-table {
	width: 100% !important;
	table-layout: fixed;
}
.cost-price-table .p-datatable-thead tr th {
	width: 120px;
	font-size: 10px;
	text-align: center !important;
}

.cost-price-table .p-column-header-content {
	width: 100px;
}

.cost-price-table .p-datatable-tbody tr td {
	width: 120px;
	font-size: 10px;
	/* text-align: center !important; */
}

.cost-price-input input {
	width: 100%;
}

.green-dot {
	color: green;
	font-size: 14px;
}

.red-dot {
	color: red;
	font-size: 14px;
}
