/** title */
.title {
	align-items: center;
	margin-top: 15px;
	/*margin-right: 24px;*/
	margin-bottom: 15px;
	/*padding-left: 24px;*/
	/*padding-right: 24px;*/
	font-weight: 600;
	height: auto;
}

.title span {
	font-size: 20px;
	color: #000000;
	margin-right: 30px;
	line-height: 30px;
	padding-left: 8px;
}

.title a {
	/*width: auto;*/
	/*height: 30px;*/
	border-radius: 8px;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	/*line-height: 24px;*/
	margin-right: auto;
	margin-left: 8px;
}

.title .case_info {
	color: #000000;
	float: right;
	line-height: 42px;
	margin-right: 14px;
}

.title>div>div>.btn-create {
	background: #009190;
	color: #fff;
	height: 40px;
	width: 105px;
}

.btn-create {
	background: #009190;
	color: #fff;
	height: 40px;
	width: 105px;
}

.title>div>div>.btn-create:hover,
.btn-create:focus,
.btn-create:active,
.btn-create.active,
.open>.dropdown-toggle.btn-create {
	color: #fff;
	background-color: #009190;
	border-color: #009190;
}

.btn-create:hover,
.btn-create:focus,
.btn-create:active,
.btn-create.active,
.open>.dropdown-toggle.btn-create {
	color: #fff;
	background-color: #009190;
	border-color: #009190;
}

.title>div>div>.btn-create-more {
	width: 105px;
	height: 40px;
	background: #1672c2;
	color: #fff;
}

.title>div>div>.btn-create-more:hover,
.btn-create-more:focus,
.btn-create-more:active,
.btn-create-more.active,
.open>.dropdown-toggle.btn-create-more {
	color: #fff;
	background-color: #1672c2;
	border-color: #1672c2;
}

.title>div>div>.btn {
	/*width: 105px !important;*/
	/*height: 40px !important;*/
	border-radius: 8px !important;
	font-size: 14px;
	font-weight: 500;
}

/** searchbar */
.expandable {
	position: relative;
	margin: 0px 0px 24px 0px;
}

form-contain {
	padding: 50px 50px 26px 50px;
}

.expandable .select2-dropdown {
	position: relative;
	margin-bottom: 50px;
}

.search-bar {
	display: flex;
	padding: 30px 20px 30px 20px;
}

.search-bar #search-field+.select2-container .select2-selection--single {
	padding: 0;
}

.search-bar #search-field+.select2-container .select2-selection,
.search-bar #search-string {
	height: 48px;
	font-size: 14px;
	padding-left: 24px;
	color: #585858;
	border-radius: 8px 0 0 8px;
	box-shadow: none;
	border: 1px solid #E2E2E2 !important;
}

.search-bar #search-field+.select2-container .select2-selection__rendered {
	line-height: 48px;
	color: #585858;
}

.search-bar #search-string {
	border-radius: 0 8px 8px 0;
	padding-right: 46px;
	background-position: right 20px center;
	background-image: url("../images/search.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.search-bar .select2-selection__rendered {
	display: flex;
	align-items: center;
	background-image: url("../images/chevron-down2.svg");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.select2-results__option--highlighted[aria-selected] {
	color: #585858 !important;
	background-color: white !important;
}

.select2-results__option[aria-selected=true] {
	color: #009190 !important;
	background-color: white !important;
	font-weight: 600;
}

.select2-results__option {
	padding: 12px 24px 12px 24px;
	font-size: 14px;
	font-weight: 400;
	color: #585858 !important;
}

.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-dropdown {
	/* border: 1px solid #E2E2E2 !important; */
	/* overflow-x: hidden; */
	/* margin-top: -1px; */
	/* box-shadow: none !important; */
}

.select2-container--krajee-bs5 #select2-unit_id-results .select2-results__option:empty,
.select2-container--krajee-bs5 #select2-state_id-results .select2-results__option:empty,
.select2-container--krajee-bs5 #select2-design_type_id-results .select2-results__option:empty {
	display: none;
}

/** table */
.table> :not(caption)>*>* {
	/*padding: 0.75rem 0.6rem;*/
	color: var(--i-table-color-state,
			var(--i-table-color-type, var(--i-table-color)));
	background-color: var(--i-table-bg);
	border-bottom-width: var(--i-border-width);
	-webkit-box-shadow: inset 0 0 0 9999px var(--i-table-bg-state,
			var(--i-table-bg-type, var(--i-table-accent-bg)));
	box-shadow: inset 0 0 0 9999px var(--i-table-bg-state,
			var(--i-table-bg-type, var(--i-table-accent-bg)));
}

.table-header th,
.table-header a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	height: 21px;
	color: #000000;
}

#dashboardTable th {
	/*background-color: #E3E9ED;*/
	/*background-color: red;*/
	/*border-bottom: 1px solid rgb(var(--i-light-rgb));*/
	/*border-top: 1px solid rgb(var(--i-light-rgb));*/
	border-bottom: 0px solid #eef2f7;
}

.table-header th {
	border-bottom: 1px solid #E3E9ED;
	border-top: 1px solid #E3E9ED;
	/*1px solid var(--i-light-rgb)*/
}

.table-content {
	padding: 0 0 0 0px;
}

.list-group-item {
	padding-left: 0px !important;
}

.table {
	--i-table-color-type: initial;
	--i-table-bg-type: initial;
	--i-table-color-state: initial;
	--i-table-bg-state: initial;
	--i-table-color: var(--i-body-color);
	--i-table-bg: transparent;
	--i-table-border-color: var(--i-light);
	--i-table-accent-bg: transparent;
	--i-table-striped-color: var(--i-body-color);
	--i-table-striped-bg: rgba(var(--i-light-rgb), 0.45);
	--i-table-active-color: var(--i-body-color);
	--i-table-active-bg: rgba(var(--i-light-rgb), 0.45);
	--i-table-hover-color: var(--i-body-color);
	--i-table-hover-bg: rgba(var(--i-light-rgb), 0.45);
	width: 100%;
	/*margin-bottom: 1.25rem;*/
	vertical-align: middle;
	border-color: var(--i-table-border-color);
}

#myTable {
	overflow: auto;
	color: #000000;
	font-size: 14px;
	/*font-weight: 500 !important;*/
	/*width: 100%;*/
	vertical-align: middle;
	/*white-space: nowrap;*/
}

#myTable thead a {
	text-decoration: none;
	color: #000000;
}

#myTable thead tr>th {
	/*text-decoration: none;*/
	/*color: #000000;*/
	/*background: #007473;*/
	/*font-size: 14px;*/
	/*font-weight: 500 !important;*/
	/*width: 100%;*/
	/*vertical-align: middle;*/
	/*white-space: nowrap;*/
}

#myTable th {
	/*position: sticky;*/
	/*top: 0;*/
}

/* #table thead th .th-inner {
	padding: 8px;
} */

.icon-xs {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #E3E9ED;
	border-radius: 50%;
	padding: 8px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* view page*/
#myTable .list-group-item .row div {
	min-height: 42px;
}

#myTable .label {
	color: #000000;
	font-weight: 600;
	font-size: 14px;
}

/* form */
.select2-results__group {
	display: none !important;
	/* to hide the title of each option */
}

.form-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-floating .control-label {
	color: #000000 !important;
	font-size: 14px;
	font-weight: 400;
	padding-left: 24px !important;
	display: block;
	align-items: center;
	z-index: 1055;
	margin-bottom: 0.5rem;
}

.form-floating .control-label {
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating>.form-control {
	height: 40px;
	opacity: 1;
}

.form-floating>textarea.form-control {
	height: auto;
	opacity: 1;
}

.form-floating>.select2-container--krajee-bs5 .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	/* min-height: 40px; */
	/* opacity: 1; */
	/*display: flex;*/
	/* align-items: center; */
	/* padding: 0 0 0 0; */
	/* border-radius: 8px; */
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	/* margin-top: 0px !important; */
	/* padding-top: 0px !important; */
	/* padding-left: 12px; */
}

.select2-container--default~label {
	/* transition: 0.1s; */
	/* transform: none !important; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	/* color: #009190; */
	color: var(--i-color1);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	/* background-color: transparent; */
	/* border: 1px solid #E2E2E2; */
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	/* margin-right: 15px; */
	/* margin-bottom: 8px; */
}

.form .input-group {
	height: 40px;
	opacity: 1;
}

#dynamic-form .form-check {
	font-size: 14px;
	margin-right: 15px;
}

#dynamic-form table .input-group,
#dynamic-form .dynamic-staff {
	height: 48.6px !important;
}

#dynamic-form .dynamic-staff input {
	height: 48.6px !important;
}

.s2-togall-button,
.s2-togall-unselect {
	padding-left: 24px;
}

.s2-togall-button .s2-select-label i,
.s2-togall-button .s2-unselect-label i {
	margin: 0;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
	opacity: 1;
	transform: scale(1) translateY(-0.6rem);
}

.form-floating .form-control:not(:empty):not(:focus)~.state,
.form-floating .form-control:focus~.state {
	opacity: 1;
	transform: scale(1) translateY(-0.6rem) !important;
}

.form-floating .form-control:empty:not(:focus)~.state {
	opacity: 1;
	transform: none !important;
}

.form input:not([type="checkbox"]),
.form textarea,
.form .select2-selection__rendered {
	font-size: 14px !important;
	font-weight: 400;
	letter-spacing: 0em;
	/*border-radius: 8px;*/
	padding: 8px 16px 8px 16px;
}

.select2-selection--multiple .select2-search__field {
	padding-left: 0 !important;
	margin-left: 3px;
}

span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
	box-shadow: none;
	/* border-color: #E2E2E2 !important; */
}

/* border: 1px solid #ced4da; */
/* .select2-container--default .select2-selection--multiple {
	border: 1px solid var(--i-border-color);
} */

.form-floating>textarea.form-control,
.form-floating>textarea.form-control-plaintext {
	padding: 40px 24px 20px 24px !important;
}

.form-floating textarea~label {
	transform: translate3d(0, 0, 0);
}

.form-floating textarea:focus+label,
.form-floating textarea:not(:placeholder-shown)+label,
.form-floating textarea:not(:focus):not(:placeholder-shown)+label {
	align-items: start;
	top: 15px;
}

.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-select~label::after {
	background-color: transparent !important;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	background-position: right calc(0.375em + 0.1875rem) center;
}

.form input.form-control {
	margin: 0;
	text-align: left !important;
	/*Temporary > Expiry Days */
}

#dynamic-form table input.form-control {
	padding-top: 6px;
	text-align: center !important;
}

.bootstrap-timepicker-widget table td input.form-control {
	padding: 6px 12px 6px 12px !important;
}

.invalid-feedback {
	position: absolute;
	margin-top: 0.05rem;
	font-size: 12px;
}

.help-block {
	position: absolute;
	margin-top: 0.05rem;
	font-size: 12px;
	color: #F02424;
}

.form-save-btn2 {
	margin: 26px 26px 50px 38px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #FFFFFF;
	background: #009190;
	border-radius: 8px;
	/*text-transform: uppercase;*/
	height: 40px;
}

.form-save-btn2:hover,
.form-save-btn2:focus,
.form-save-btn2:active,
.form-save-btn2.active,
.open>.dropdown-toggle.form-save-btn2 {
	color: #fff !important;
	background-color: #007473 !important;
	border-color: #007473 !important;
}

.dial-code-name {
	float: right;
}

.form .status .form-label {
	padding-left: 0 !important;
	width: 200px;
}

.file-input:has([readonly]) .file-preview {
	background-color: #E9ECEf !important;
}

.file-thumb-loading {
	background: none !important;
}

.file-no-browse {
	display: none;
}

.canvasDiv {
	border: 1px solid #E2E2E2;
	border-radius: 8px;
	padding: 24px;
}

/* modal */
.modal {
	z-index: 1001 !important;
	/* z-index: 1100 !important; */
}

.modal-backdrop.show {
	z-index: 1000 !important;
}

#ajaxCrudModal .modal-dialog,
#delete-modal .modal-dialog {
	max-width: 694px !important;
}

#compare-modal .modal-dialog {
	max-width: 1312px !important;
}

/* #ajaxCrudModal .modal-content, */
#delete-modal .modal-content {
	/*height: 250px;*/
	/*width: 694px;*/
}

#delete-modal .modal-footer {
	border-style: none;
}

#ajaxCrudModal .modal-header,
#delete-modal .modal-header,
#compare-modal .modal-header {
	color: #009190;
	font-weight: 600;
	font-size: 18px;
	padding: 0;
}

#ajaxCrudModal .modal-body,
#delete-modal .modal-body,
#compare-modal .modal-body {
	padding: 0;
}

#ajaxCrudModal .modal-title,
#delete-modal .modal-title,
#compare-modal .modal-title {
	font-weight: 600;
}

#ajaxCrudModal .modal-header .btn-close,
#delete-modal .modal-header .btn-close,
#compare-modal .modal-header .btn-close {
	width: 12px;
	height: 12px;
	background: url(../images/x.svg) center no-repeat !important;
}

#ajaxCrudModal .modal-content,
#delete-modal .modal-content,
#compare-modal .modal-content {
	font-size: 14px;
	font-weight: 400;
	color: #585858;
	padding: 40px 40px 40px 40px;
}

#ajaxCrudModal .modal-content p,
#delete-modal .modal-content p,
#compare-modal .modal-content p {
	padding-top: 16px;
	margin-bottom: 24px;
}

#compare-modal.modal .row p {
	padding-top: 0;
	text-align: center;
	line-height: 42px;
	width: 101px;
	border-radius: 8px;
	background-color: #009190;
	color: white;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
}

#ajaxCrudModal .modal-body,
#delete-modal .modal-body {
	padding: 0;
}

#ajaxCrudModal .modal-body .btn-save,
#delete-modal .modal-body .btn-save {
	width: 99px;
}

#ajaxCrudModal .btn-cancel,
#delete-modal .btn-cancel {
	color: #009190;
	font-weight: 600;
	background-color: transparent;
	border: 1px solid #009190;
}

#ajaxCrudModal .btn-cancel:hover,
#ajaxCrudModal .btn-cancel:focus,
#ajaxCrudModal #btn-cancel:active,
#ajaxCrudModal .btn-cancel.active,
#ajaxCrudModal .open>.dropdown-toggle.btn-cancel,
#delete-modal .btn-cancel:hover,
#delete-modal .btn-cancel:focus,
#delete-modal #btn-cancel:active,
#delete-modal .btn-cancel.active,
#delete-modal .open>.dropdown-toggle.btn-cancel {
	color: #009190;
	background-color: #E7E6DD;
	border: 1px solid #009190;
}

/* modal for file input */
.file-input button,
.file-zoom-dialog button {
	color: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	padding: 0.25rem 0.5rem;
}

.fileinput-remove {
	border: none;
	background: transparent;
	padding: 5px 1.5px !important;
}

.fileinput-remove span {
	font-size: 35px;
}

.has-error .invalid-feedback {
	display: block;
}

.signature-pad {
	border: 1px solid gray;
	border-radius: 8px;
}

/* report */
.report-title {
	font-size: 16px;
	font-weight: 600;
}

/* chart */
.chart-wrapper {
	width: 100%;
	padding: 30px;
	border-radius: 8px;
	border: 1px solid #E2E2E2;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.chart-container {
	position: relative;
	padding-bottom: 50%;
	/* 4:3 aspect ratio, adjust as needed */
	width: 100%;
	/* Make the container fill the available width */
}

.chart-container canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* Canvas width matches the container width */
	height: 100%;
	/* Canvas height matches the container height */
}

.error-Msg {
	color: #dc3545;
	font-size: 13px;
}

.dynamic-time .input-group {
	height: 29px !important;
}

.btn-confirm {
	width: 115px !important;
}

/* view page */
[class$="-view"] .table-responsive {
	/*padding-top: 42px;*/
	/*padding-bottom: 42px;*/
}

[class$="-view"] .sign {
	width: 300px;
	height: 200px;
	object-fit: fill;
}

/*@import url(https://fonts.googleapis.com/css?family=Lato:700);
body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #f0f0f0;
}*/
.box {
	position: relative;
}

/* common */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	z-index: 1000;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	color: #fff;
	background-color: #3498db;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}

.ribbon-top-right::before {
	top: 0;
	left: 0;
}

.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}

.ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
}

.ribbon-bottom-left::after {
	top: 0;
	left: 0;
}

.ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
}

.ribbon-bottom-right::after {
	top: 0;
	right: 0;
}

.ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
}

.select2-container .select2-search--inline {
	float: none !important;
	left: 10px !important;
	/* position: absolute !important; */
	/* User > Project cacat */
}

.font-green {
	color: #009190 !important;
}

.font-red {
	color: #F02424 !important;
}

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

.bottom-underline,
.bottom-underline:hover,
.bottom-underline:focus,
.bottom-underline:active {
	border: none;
	border-bottom: 1px solid black;
	outline: none;
}

#crud-datatable .summary {
	position: relative !important;
}

#crud-datatable .bg-primary {
	background-color: #E3E9ED !important;
}

#crud-datatable .border-primary {
	border-color: #E3E9ED !important;
}

#crud-datatable h5 {
	font-size: 16px;
	color: #009190;
	font-weight: 600;
}

#crud-datatable a {
	color: #585858;
	text-align: center;
	text-decoration: none;
}

#crud-datatable thead>tr>th {
	color: #585858;
	text-align: center;
}

#crud-datatable .card-footer {
	padding: 0;
}

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

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

.row.align-items-center {
	display: flex;
	justify-content: space-between;
}

.filter-form .select2-selection {
	/*min-height: 40px !important;*/
	/* padding: 0 !important; */
	/* margin: 0; */
	/* min-width: 20em; */
	/* display: flex; */
}

.filter-form .select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
	/* min-width: 20em; */
	/* padding-left: 10px; */
	/* margin-top: 10px; */
}

.filter-form .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
	/* position: relative; */
}

.filter-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	/* max-height: 40px !important; */
	/* overflow-y: auto; */
	/* margin-left: 10px !important; */
	/* margin-top: 0px !important; */
	/* margin-bottom: 10px !important; */
	/* padding: 0; */
	/* width: 100% !important; */
	/* display: contents; */
}

.filter-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	/* margin-right: 10px; */
	/* margin-bottom: 8px; */
	/* margin-left: 10px; */
}

.filter-form .form-floating>.form-control,
.filter-form .form-floating>.form-control-plaintext,
.filter-form .form-floating>.form-select {
	max-height: 40px !important;
	min-height: 40px !important;
	width: 100% !important;
}

.filter-form .select2-search__field {
	/* width: 100% !important; */
}

.table-form> :not(caption)>*>* {
	padding: 4px !important;
	font-size: 14px !important;
}

.table-form th {
	border-bottom: transparent;
}

.top-border {
	border-top: 1px solid;
	border-color: inherit;
}

.bottom-border {
	border-bottom: 1px solid !important;
	border-color: inherit !important;
}

.table-outer-border th,
.table-outer-border td {
	border: none;
}

.table-outer-border {
	border: 1px solid #E2E2E2 !important;
	border-radius: 8px !important;
}

.table-no-border th,
.table-no-border td {
	border: none;
}

.role-checkbox {
	width: 20px;
	height: 20px;
}

.full-width {
	overflow: auto !important;
	width: 100% !important;
}

.form-label-top {
	margin-top: 23px !important;
}

.filter-form-row>* {
	width: auto !important;
}

.form-label-to {
	display: inline-flex;
	align-items: center;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	background-color: var(--bs-tertiary-bg);
	height: 40px !important;
	width: 40px;
	margin-left: -14px !important;
	margin-top: 29px !important;
}

.square-border-left {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.square-border-right {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.custom-col {
	width: 48% !important;
	margin-left: inherit !important;
	margin-top: 1px;
}

.input-group-text {
	font-size: 14px !important;
}

.ix {
	height: 40px;
	line-height: 40px;
	margin-top: 28px;
}

/*
.filter-form {
	padding: 20px 20px 10px 20px;
	font-size: 14px !important;
}
*/
/*
.text-muted {
    color: #000000 !important;
}
*/
/* .text-muted {
	--i-text-opacity: 1;
	color: var(--i-secondary-color) !important;
} */

.text-muted .form-label {
	font-size: 14px;
	font-weight: 600;
	display: block;
	align-items: center;
	z-index: 1055;
	margin-bottom: 0.5rem;
}

.padding-left-0 {
	padding-left: 0 !important;
}

.padding-0 {
	padding: 0 !important;
}

.empty {
	padding-left: 18px !important;
}

#search-modal .modal-dialog {
	max-width: 1000px !important;
}

#search-modal .modal-content {
	width: 910px;
	min-width: 50% !important;
	font-size: 14px;
	font-weight: 600 !important;
}

#dispose-modal .modal-dialog,
#spoil-modal .modal-dialog,
#sub-menu-modal .modal-dialog {
	max-width: 1000px !important;
}

.dispose h4 {
    display: table;
    margin-top: -30px;
    margin-left: -3px;
    background-color: #ffffff;
    font-weight: bold;
    padding: 0 5px;
}

#dispose-modal .modal-content {
	/* width: 910px; */
	/* min-width: 50% !important; */
	/* font-size: 14px; */
	/* font-weight: 600 !important; */
}

#search-modal .select2-container--krajee-bs5 .select2-selection--single .select2-selection__rendered {
	/*padding: 10px;*/
}

.select2-container {
	/* z-index: 1098 !important; */
	/* z-index: 1049 !important; */
	/* For select field in pop up Filter */
}

.table .select2-container {
	/*padding: 8px !important;*/
	/*height: 21px !important;*/
}

.process-step-table .select2-container {
	padding: 0px !important;
	/*top: -10px !important;*/
}

.toggle-password {
	float: right;
	margin-top: -25px;
	margin-right: 10px;
	position: relative;
}

.main-title {
	font-size: 30px;
	font-weight: 600;
	height: 45px;
}

.sub-title {
	font-size: 16px;
	font-weight: 600;
	/*height: 24px;*/
	color: #A5A9AF;
	margin-bottom: 20px !important;
}

.bottom-12 {
	margin-bottom: 12px !important;
}

.setting-sub-title {
	align-items: center;
	margin-top: 24px;
	margin-left: 2px;
	font-size: 16px;
	font-weight: 600;
}

.setting-sub-line {
	margin: 10px !important;
}

.milking-table-title {
	font-size: 16px;
	font-weight: 600;
	height: 24px;
	color: #A5A9AF;
	margin-bottom: 20px;
	padding-left: 10px !important;
}

.disabled-field {
	pointer-events: none !important;
	background-color: #E9ECEf !important;
}

.div-meter-reading {
	display: none;
}

.div-flow-meter {
	display: none;
}

#process-product-table tr td {
	border-bottom: none;
}

.error-border {
	border: 2px solid red;
}

.hidden-column {
	display: none;
}

/* Milking Process - Start */
.milking-process-step-bar {
	display: flex;
	align-items: center;
	/*position: relative;*/
	/*margin-bottom: 20px;*/
	/*border: 3px solid #E9ECEf;*/

	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
	/*border-radius: 8px;*/
}

.milking-process-step-line {
	bottom: 10px;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #E9ECEf;
	position: absolute;
}

.milking-process-step-line.active {
	background-color: #009190;
}

.milking-process-step-line-box {
	height: 2px;
	position: relative;
	flex-grow: 1;
	z-index: 0;
}

.milking-process-step-icon {
	width: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #009190;
	background-color: #E9ECEf;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.milking-process-step-icon:hover {
	cursor: pointer;
}

.milking-process-step-div {
	display: none;
}

.milking-process-step-div.active {
	display: block;
}

.milking-process-step {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	text-align: center;
}

.milking-process-step.active .milking-process-step-icon {
	color: #ffffff;
	background-color: #009190;
}

/* Milking Process - End */

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
	font-size: 14px;
	/* width: 200px; */
	height: 40px;
	/* border-radius: 8px; */
	padding: 8px 16px 8px 16px;
}

input::placeholder {
	color: #BCC1CA !important;
	opacity: 1;
}

.custom-tab .nav-link {
	color: #009190;
	border: 2px solid #009190;
	width: 250px;
}

#tab1.nav-link {
	border-radius: 12px 0 0 12px;
}

#tab2.nav-link {
	border-radius: 0 12px 12px 0;
}

.custom-tab .nav-link.active {
	color: white;
	background-color: #009190;
	border: 2px solid #009190;
}

.div-tab .nav-link {
	color: #009190;
	border: 2px solid #009190;
}

.div-tab .nav-link.active {
	color: white;
	background-color: #009190;
	border: 2px solid #009190;
}

.form-check-input {
	width: 20px !important;
	height: 20px !important;
	padding: 0 !important;
	margin-right: 5px;
	border-color: #000000;
}

.form-control {
	font-size: 14px !important;
}

.row-height-40 {
	height: 40px !important;
}

.bottom-border {
	border: none;
	border-top: 2px dotted #E2E2E2;
}

.cell-box {
	background-color: #E9ECEF !important;
	border-radius: 8px !important;
	padding: 8px 16px !important;
}

.view-table {
	border-collapse: separate !important;
	border-spacing: 20px !important;
}

.hint-label {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}

/* Count Icon in Calendar on each days with records */
.count-icon {
	display: flex;
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 14px;
	max-width: 14px;
	max-height: 12px;
	border-radius: 50% !important;
	color: white;
	background-color: red;
	font-size: 10px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

.datepicker-days td {
	position: relative;
}

.datepicker table tr td span {
	display: flex;
}

/* */

table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
	color: #000;
}
#flowmeter-table th, #footer-table th {
	padding-bottom: 10px;
}
#flowmeter-table td, #footer-table td {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#flowmeter-table td, #footer-table td {
	vertical-align: middle;
}
#flowmeter-table div.form-group, #footer-table div.form-group {
	margin-bottom: 10px;
}
#flowmeter-table div:nth-child(1), #footer-table div:nth-child(1) {
	margin-bottom: 5px !important;
}
#footer-table input {
	min-width: 150px;
}