body {
	font-family: Segoe UI, Helvetica, sans-serif !important;
	line-height: 1.3 !important;
	padding-top: 0px;
}

a {
	color: #2196f3;
}

@media (max-width: 600px) {
}

/***** HEADER *****/

/* MATERIAL UI COLORS */
.mut-red {
	color: #F44336 !important;
}

.mut-pink {
	color: #E91E63 !important;
}

.mut-purple {
	color: #9C27B0 !important;
}

.mut-deeppurple {
	color: #673AB7 !important;
}

.mut-indigo {
	color: #3F51B5 !important;
}

.mut-blue {
	color: #2196F3 !important;
}

.mut-lightblue {
	color: #03A9F4 !important;
}

.mut-cyan {
	color: #00BCD4 !important;
}

.mut-teal {
	color: #009688 !important;
}

.mut-green {
	color: #4CAF50 !important;
}

.mut-lightgreen {
	color: #8BC34A !important;
}

.mut-lime {
	color: #CDDC39 !important;
}

.mut-yellow {
	color: #FFEB3B !important;
}

.mut-amber {
	color: #FFC107 !important;
}

.mut-orange {
	color: #FF9800 !important;
}

.mut-deeporange {
	color: #FF5722 !important;
}

.mut-brown {
	color: #795548 !important;
}

.mut-grey {
	color: #9E9E9E !important;
}

.mut-bluegrey {
	color: #607D8B !important;
}
/* END OF MATERIAL UI COLORS */

/***** font icon *****/
.fas, .far {
	color: #666;
}

	.fas:hover,
	.far:hover {
		color: #2196f3;
	}

.vw-list-control-container ul li div:hover .fas,
.vw-list-control-container ul li div:hover .far {
	color: #2196f3;
}

.vw-suite-rightbox .vw-icon-box:hover .fas,
.vw-suite-rightbox .vw-icon-box:hover .far {
	color: #2196f3;
}
/***** end of font icon *****/

.vw-icon {
	width: 30px;
	height: 30px;
	font-size: 24px;
}

.vw-suite-bar {
	background-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #e6e6e6;
	overflow: hidden;
	display: flex; /* Use flexbox for layout */
	align-items: center; /* Center items vertically */
}

.vw-body {
	height: 100%;
}

.vw-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

.vw-modules-button {
	background-color: #2196f3;
	height: 50px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

	.vw-modules-button:hover {
		background-color: #1e3799;
	}

	.vw-modules-button img {
	}

.vw-suite-leftbox {
	height: 50px;
	display: table;
	float: left;
}

	.vw-suite-leftbox a {
		display: block;
	}

.vw-suite-rightbox {
	height: 50px;
	display: table;
	float: right;
	padding: 0px;
}

	.vw-suite-rightbox .vw-icon-box:hover {
		background-color: #e6e6e6;
		cursor: pointer;
	}

	.vw-suite-rightbox .vw-icon-box {
		padding: 5px 13px;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

		.vw-suite-rightbox .vw-icon-box i {
			margin-top: 5px;
		}

	.vw-suite-rightbox .lastlogin {
		display: inline; /* Default display for h1 */
	}

/* For screens smaller than 768px */
@media (max-width: 768px) {
	.vw-suite-rightbox .lastlogin {
		display: none; /* Hide the h1 text */
	}
}

.vw-suite-middlebox {
	flex: 1; /* Take remaining space */
	display: flex;
	justify-content: left;
	height: 50px;
	background-color: #ffffff;
}
	
#vw-profile-box .vw-icon {
	border-radius: 50%;
}

.vw-logo-box {
	background-color: #fff;
}

	.vw-logo-box img {
		height: 40px;
	}

.vw-logo-box {
	padding: 0px 10px;
	display: table-cell;
	vertical-align: middle;
}

.vw-topnavi-bar {
	height: 70px;
	background-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #e6e6e6;
	display: table;
	width: 100%;
}

.vw-module-title {
	font-size: 24px;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
	padding-left: 65px;
	padding-right: 20px;
	float: left;
	max-width: 520px;
}

	.vw-module-title span {
		display: table-cell;
		height: 70px;
		vertical-align: middle;
		width: 100%;
	}

		.vw-module-title span a {
			color: #333333;
		}

.vw-topnavi-bar ul {
	list-style: none;
}

	.vw-topnavi-bar ul li {
		line-height: 1.2;
		/*display: table-cell;*/
	}

.vw-topnavi-item {
	display: table-cell;
	/*height: inherit;*/
	font-size: 14px;
	float: left;
}

	.vw-topnavi-item ul {
		display: block;
		vertical-align: middle;
		padding-left: 0px;
	}

	.vw-topnavi-item .vw-nav-container > li {
		height: 70px;
		max-width: 175px;
		vertical-align: middle;
		text-align: center;
	}

	.vw-topnavi-item ul li div {
		border-right-color: #e6e6e6;
		border-right-style: solid;
		border-right-width: thin;
		border-left-color: #e6e6e6;
		border-left-style: solid;
		border-left-width: thin;
		height: 50px;
		padding: 0px 20px;
		vertical-align: middle;
		display: table-cell;
		width: 173px;
	}

	.vw-topnavi-item ul li:last-child div {
		border-left-color: #e6e6e6;
		border-left-style: solid;
		border-left-width: thin;
		border-right: none;
	}

	.vw-topnavi-item ul li:first-child div {
		border-left: none;
	}

	.vw-topnavi-item ul > li:not(:last-child):after {
		/* cannot use after */
	}

	.vw-topnavi-item ul li a {
		text-decoration: none;
		color: black;
		display: block;
		padding: 8px 0px;
	}

		.vw-topnavi-item ul li a:after {
		}

	.vw-topnavi-item ul li.selected {
		border-bottom: 4px solid #4b7bec;
		cursor: pointer;
		text-decoration: none;
		font-weight: 600;
	}

	.vw-topnavi-item ul li:hover {
		background-color: #ccc;
		cursor: pointer;
		text-decoration: none;
	}
/***** END OF HEADER *****/


/***** MODULES POPUP *****/
.vw-modules-popup {
	background-color: #fff;
	width: 300px;
	height: 100%;
	top: 0px;
	position: absolute;
	-webkit-transition: margin-left 0.2s; /* Safari */
	transition: margin-left 0.2s;
	margin-left: -350px;
	border-right: #e6e6e6 solid thin;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
	z-index: 101; 
}

	.vw-modules-popup .vw-modules-button {
		background-color: transparent;
	}

		.vw-modules-popup .vw-modules-button:hover {
			background-color: #e6e6e6;
		}

	.vw-modules-popup ul {
		list-style: none;
		padding: 15px 25px;
		font-size: 16px;
		/*SH20181219 - add for temporary as some menu not reachable if page is short*/
		overflow: auto;
		height: 90%
		/* max-height: 650px;*/
	}

		.vw-modules-popup ul li {
			padding: 0px;
			margin: 0px 0px 5px 0px;
		}

			.vw-modules-popup ul li img {
				margin-top: -5px;
			}

			.vw-modules-popup ul li i {
				font-size: 24px;
				display: table-cell;
				width: 34px;
				text-align: center;
				vertical-align: middle;
			}

			.vw-modules-popup ul li a {
				text-decoration: none;
				color: #000;
			}

			.vw-modules-popup ul li span {
				font-size: 18px;
				display: table-cell;
				padding-left: 10px;
				vertical-align: middle;
			}

			.vw-modules-popup ul li div {
				padding: 10px;
			}

				.vw-modules-popup ul li div:hover {
					background-color: #f2f2f2;
					cursor: pointer;
					box-shadow: 2px 2px 0px 1px rgba(0,0,0,0.1)
				}
/***** END OF MODULES POPUP *****/

/***** RIGHT CONTROL POPUP *****/
.vw-rightcontrol-popup {
	background-color: #fff;
	width: 300px;
	height: calc(100% - 51px);
	margin-left: -350px;
	margin-right: -350px;
	left: 0px;
	top: 51px;
	/*top: -300%;
	right: 0px;*/
	position: absolute;
	-webkit-transition: margin-right 0.2s; /* Safari */
	transition: margin-right 0.2s;
	border-right: #e6e6e6 solid thin;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
	z-index: 101; /* JYI 20221222 change z-index to be same as left side bar */
}

.vw-notification-box {
	position: relative;
}

.vw-notification-total {
	position: absolute;
	right: 5px;
	top: 25px;
	background-color: red;
	border-radius: 50%;
	color: #fff;
	padding-top: 3px;
	text-align: center;
	height: 18px;
	width: 18px;
	font-weight: normal;
	font-family: Segoe UI;
	font-size: 10px;
}

.vw-rightcontrol-popup #vw-profile-content,
.vw-rightcontrol-popup #vw-notification-content {
	padding: 15px 15px;
}

.vw-rightcontrol-popup ul {
	list-style: none;
	padding: 0px;
}

#vw-notification-content ul li {
	border-bottom: #e6e6e6 thin solid;
}

	#vw-notification-content ul li a {
		padding: 10px 10px 10px 10px;
		display: block;
		text-decoration: none;
		cursor: pointer;
		font-size: 14px;
	}

	#vw-notification-content ul li:hover {
		background-color: #e6e6e6;
	}

#vw-notification-content > li {
}

.vw-notification-date {
	color: #000;
	padding-top: 15px;
}

#vw-profile-content > ul > li {
	padding: 0px 10px 10px 10px;
}

.vw-rightcontrol-title {
	padding: 0px 10px 20px 10px;
}

#vw-profile-content .vw-profile-email {
	font-size: 14px;
}

#vw-profile-content .vw-profile-name {
	font-size: 18px;
}

#vw-profile-settings {
	list-style: none;
	padding: 10px 10px;
	font-size: 14px;
}

	#vw-profile-settings > li {
		padding: 0px 0px 10px 0px;
	}

.vw-rightcontrol-popup .vw-profile-picture {
	height: 80px;
	width: 80px;
	border: none;
	border-radius: 50%;
}

.vw-rightcontrol-title {
	font-weight: 600;
	font-size: 24px;
}
/***** END OF RIGHT CONTROL POPUP *****/



/***** SEARCH *****/
.vw-search-input {
	width: 200px;
	max-width: 0;
	padding: 4px;
	transition: all .3s ease;
	box-sizing: border-box;
	opacity: 0;
	display: block;
	margin: 10px;
	font-size: 14px;
	border: thin solid #b8b8b8;
}

	.vw-search-input.expanded {
		max-width: 200px;
		opacity: 1;
	}

.vw-search-input {
}
/***** END OF SEARCH *****/



/***** PAGE CONTENT *****/
.vw-content {
}

.vw-center-content {
	padding: 20px 65px 15px 65px;
}

.vw-module-dropdown {
	padding: 0px 0px;
	margin-bottom: 20px;
}

	.vw-module-dropdown button {
		text-align: left;
		position: relative;
		font-weight: 600;
		border: thin solid #e6e6e6;
		padding-left: 20px;
		padding-right: 20px;
		color: #000;
	}

	.vw-module-dropdown .dropdown-toggle::after {
		display: none !important;
	}

	.vw-module-dropdown button {
		font-family: Segoe UI, Helvetica, sans-serif;
		width: 250px;
		border-radius: 0px;
		font-size: 18px;
	}

	.vw-module-dropdown ul {
		font-family: Segoe UI, Helvetica, sans-serif;
		width: 250px;
		border-radius: 0px;
		font-size: 16px;
	}

	.vw-module-dropdown .dropdown-menu {
		margin: 0px;
		border: none;
	}

	.vw-module-dropdown:after {
	}

	.vw-module-dropdown button .caret {
		position: absolute;
		top: 45%;
		right: 20px;
	}

	.vw-module-dropdown .scrollable-menu {
		height: auto;
		max-height: 170px;
		overflow-x: hidden;
	}

.dropdown-menu > li > a {
	padding: 5px 20px;
}

.vw-zone-content,
.vw-page-section-content {
	padding-top: 20px;
	padding-bottom: 35px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
}

.vw-page-section-title {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
}

.vw-page-section,
.vw-topzone,
.vw-bottomzone {
	overflow: hidden;
	margin-bottom: 20px;
}
/*.vw-topzone h1,
.vw-topzone h2,
.vw-topzone h3,
.vw-topzone h4,
.vw-bottomzone h1,
.vw-bottomzone h2,
.vw-bottomzone h3,
.vw-bottomzone h4 {
	font-weight: 600;
}*/
/*h1,h2,h3,h4,h5 {
	font-weight: 600 !important;
	margin-top: 0px;
	line-height: 1;
	margin-bottom: 0px;
    color: #000;
    background-color: transparent;
	padding: 0px 0px 12px 0px;
}
h4 {
	font-size: 18px;
}
h3 {
	font-size: 20px;
}
h2 {
    font-size: 22px;
}
h1 {
    font-size: 24px;
}*/
.vw-section-title {
	/*font-size: 18px;
	font-weight: 600 !important;
	margin-top: 0px;
	line-height: 1;
	margin-bottom: 0px;
	color: #000;
	background-color: transparent;
	padding: 0px 0px 12px 0px;*/
	/*WPE20220819-add background color*/
	font-size: 18px;
	font-weight: 600 !important;
	margin-top: -20px;
	line-height: 1;
	margin-bottom: 11px;
	color: #fff !important;
	background-color: #7ab55c;
	padding: 12px;
	margin-left: -20px;
	margin-right: -20px;
}

.vw-section-desc {
	padding: 0px 0px 12px 0px;
}

.vw-item-title {
	font-size: 20px;
	font-weight: 600 !important;
	margin-top: 0px;
	line-height: 1;
	margin-bottom: 0px;
	color: #000;
	background-color: transparent;
	word-break:break-all;
	/*padding: 0px 0px 12px 0px;*/
}

.halfSection, .halfzone {
	width: calc(50% - 10px);
	min-height: 30px;
}

.floatSection, .floatzone {
	float: left;
}

.vw-page-section-rightcol,
.vw-topzone-rightcol {
	margin-left: 10px;
}

.vw-page-section-leftcol,
.vw-topzone-leftcol {
	margin-right: 10px;
}

.vw-zone-content {
	/*border-top: #4b7bec 3px solid;*/
}

.vw-page-section ul,
.vw-topzone ul {
	/*padding: 5px;*/
	list-style: none;
	margin: 0px;
}

	.vw-page-section ul li,
	.vw-topzone ul li {
		/*margin-bottom: 10px;*/
	}

.vw-page-section .vw-list-control-container ul li {
	margin-bottom: 0px;
}

.li-dashboard-list-items {
	display: table;
	width: 100%;
}

.li-dashboard-item-title {
	display: table-cell;
	padding: 0px 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
}

.li-dashboard-item-count {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 80px;
	font-size: 26px;
	color: #fff;
}

.peter-river {
	background-color: #3498db;
}

.emerald {
	background-color: #2ecc71;
}

.carrot {
	background-color: #e67e22;
}

.vw-list-control-container {
	width: 100%;
	overflow: hidden;
	background-color: #f2f2f2;
	padding: 0px;
	border-bottom: thin solid #ccc;
}

	.vw-list-control-container ul {
		list-style: none;
		padding: 0px;
	}

		.vw-list-control-container ul li {
			float: left;
			font-size: 14px;
		}

			.vw-list-control-container ul li div {
				padding: 15px 10px;
				margin: 0px;
				overflow: hidden;
			}

				.vw-list-control-container ul li div:hover {
					background-color: #e6e6e6;
					cursor: pointer;
					padding: 15px 10px;
				}

			.vw-list-control-container ul li img {
				width: 20px;
				margin-top: -4px;
			}

		.vw-list-control-container ul div i {
			font-size: 14px;
		}

		.vw-list-control-container ul li span {
			padding-left: 5px;
			font-size: 14px;
			color: #000;
		}

		.vw-list-control-container ul li div:hover span {
			color: #2196f3;
		}

.vw-list-search-input {
	width: 200px;
	max-width: 0;
	padding: 4px;
	transition: all .3s ease;
	box-sizing: border-box;
	opacity: 0;
	display: block;
	margin: 8px 5px;
	font-size: 14px;
	border: thin solid #b8b8b8;
}

	.vw-list-search-input.expanded {
		max-width: 200px;
		opacity: 1;
	}

.vw-list-search-input {
}

.view-div {
	padding: 10px 10px !important;
}
/***** END OF PAGE CONTENT *****/



/***** FOOTER *****/
.vw-footer {
	height: 50px;
	background-color: #222222;
	color: white;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 99;
}

	.vw-footer div {
		padding: 15px 65px;
	}

.vw-footer-rightbox {
	float: right;
}

.vw-footer-leftbox {
	float: left;
}
/***** END OF FOOTER *****/


/***** LIST STYLE *****/
table {
	font-size: 16px;
	border-collapse: collapse;
	width: 100%;
	border-bottom: thin solid #ddd;
	line-height: 1.4;
}

	table th:first-child {
		/*width: 45px;*/
	}

tr td:first-child {
	/*color: blue;*/
}

td, th {
	padding: 15px 8px 15px 8px;
	width: auto;
}

thead {
	border-bottom: thin solid #ddd;
	font-size: 16px;
}
/*tr {
	border-bottom: 1px solid #ddd;
}*/
/*tr:nth-child(even){background-color: #f2f2f2;}*/

tbody tr:hover {
	background-color: #f2f2f2;
}

th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.paginate-container {
	padding: 8px 0px 8px 0px;
}

.paginate {
	display: inline-block;
}

	.paginate a {
		background-color: white;
		color: #000;
		float: left;
		padding: 8px 16px;
		text-decoration: none;
		transition: background-color .3s;
		border: 1px solid #ddd;
		font-size: 14px;
		text-decoration: none !important;
	}

		.paginate a:hover {
			background-color: #e6e6e6;
		}

		.paginate a.active {
			background-color: #3498db;
			color: white;
			border: 1px solid #3498db;
		}

		.paginate a:first-child {
			/*border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;*/
		}

		.paginate a:last-child {
			/*border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;*/
		}

.item-count {
	float: right;
	padding-top: 5px;
	font-size: 14px;
	color: #000;
}

#vw-list-selected-item {
	padding: 0 30px;
	color: #000;
}

.vw-checkbox-container {
	display: block;
	position: relative;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: -10px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 5;
}

	/* Hide the browser's default checkbox */
	.vw-checkbox-container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		left: 3px;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

tbody tr:hover input ~ .checkmark {
	background-color: #fff;
	border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.vw-checkbox-container:hover input ~ .checkmark {
	background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.vw-checkbox-container input:checked ~ .checkmark {
	background-color: #2196F3;
	border: 1px solid #ddd
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.vw-checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.vw-checkbox-container .checkmark:after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/***** END OF LIST STYLE *****/




.vw-item-title-container {
	/*margin: 0px 0px 12px 0px;*/
	margin: 7px 0px 7px 0px;
	float: left;
	font-size: 14px;
}

.vw-item-title {
	display: table-cell;
	/*padding-bottom: 12px;*/
	padding-bottom: 0px;
}

.vw-item-title-status {
	display: table-cell;
	padding-left: 15px;
	font-size: 18px;
	color: #f0932b;
	font-weight: 600;
	text-transform: uppercase;
}

.vw-approval-log-container,
.vw-countdown-timer-container {
	float: right;
	margin: 0px;
}

	.vw-approval-log-container .btn-standard {
		font-size: 12px;
		margin-left: 5px;
	}

	.vw-countdown-timer-container > ul {
		float: left;
		padding: 0px;
	}

	.vw-countdown-timer-container ul li {
		display: table-cell;
		text-align: center;
	}

	.vw-countdown-timer-container > span {
		font-weight: 600;
		float: left;
		margin-right: 10px;
		font-size: 14px;
	}

	.vw-countdown-timer-container ul li > div {
		height: auto;
		width: 70px;
		background-color: #e6e6e6;
		margin-left: 5px;
	}

	.vw-countdown-timer-container .vw-timer-value {
		font-size: 26px;
		font-weight: 600;
		margin: 0px 10px;
		padding: 10px 0px;
		border-bottom: 1px solid #000;
	}

.vw-clockdiv {
	display: inline-block !important;
}

	.vw-page-section > .vw-countdown-timer-container > ul,
	.vw-clockdiv > ul {
		padding: 0px;
	}

.vw-timer-text {
	margin: 0px 10px;
	padding: 10px 0px;
	font-size: 14px;
}

.vw-details-content-box {
	background-color: #e6e6e6;
	padding: 20px 20px;
	overflow: hidden;
}

	.vw-details-content-box ul {
		padding: 0px;
		margin: 0px;
	}

		.vw-details-content-box ul li {
			width: calc(50% - 10px);
			float: left;
		}

			.vw-details-content-box ul li:nth-child(odd) {
				margin-right: 10px;
			}

			.vw-details-content-box ul li:nth-child(even) {
				margin-left: 10px;
			}

.vw-field-title {
	font-weight: 600;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: normal;
}

.vw-field-value {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: normal;
}

.vw-leftnavi {
	background-color: #666;
	position: absolute;
	width: 300px;
	height: auto;
	margin-left: -320px;
	color: white;
	z-index: 9;
	-webkit-transition: margin-left 0.2s; /* Safari */
	transition: margin-left 0.2s;
	padding-bottom: 15px;
}

.vw-leftnavi-content {
	padding: 0px;
}

.vw-leftnavi-vTitle {
	font-size: 18px;
	width: 200px;
	margin-left: 175px;
	margin-top: 95px;
	text-align: right;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	cursor: pointer;
}

.vw-leftnavi-hTitle {
	width: 100%;
	font-size: 18px;
	padding: 0px 10px 10px 15px;
	display: block;
	float: left;
	cursor: pointer;
}

.vw-leftnavi table {
	border-bottom: none;
	border-top: thin solid #ccc;
	font-size: 14px;
}

	.vw-leftnavi table tr td {
		padding: 15px 15px 15px 35px;
	}

	.vw-leftnavi table tr {
		border-bottom: thin solid #ccc;
	}

		.vw-leftnavi table tr:last-child {
			border-bottom: none;
		}

		.vw-leftnavi table tr:hover {
			background-color: #525252;
		}

		.vw-leftnavi table tr.selected {
			background-color: #333;
		}

.vw-leftnavi-hTitle-text {
	float: left;
	margin-top: 5px;
}

.vw-leftnavi-collapse {
	float: right;
}

	.vw-leftnavi-collapse img,
	.vw-leftnavi-expand img {
		width: 30px;
	}

	.vw-leftnavi-collapse i.fas,
	.vw-leftnavi-expand i.fas {
		width: 15px;
		font-size: 20px;
		color: #fff;
	}

	.vw-leftnavi-collapse i.fas {
		margin-top: 5px;
	}

.vw-leftnavi-expand i.fas {
	margin-right: 10px;
	margin-top: 0px;
}

.vw-leftnavi-expand img {
	margin-top: -5px;
}

.vw-leftnavi-table {
	display: none;
	padding: 10px 0px;
}

	.vw-leftnavi-table table td a {
		text-decoration: none;
		color: white;
		cursor: pointer;
	}

.vw-form-dropdown {
	width: 100% !important;
	margin-bottom: 0px !important;
}

	.vw-form-dropdown button {
		width: 100%;
		font-size: 16px !important;
		font-weight: normal;
		margin-top: 5px;
		padding: 3px 5px;
		border: none;
	}

		.vw-form-dropdown button.countryCode {
			width: 30% !important;
			border-bottom: thin solid #d9d9d9;
		}

	.vw-form-dropdown ul.countryCode {
		width: 30% !important;
	}

.input.phoneNo {
	width: 65% !important;
	border-bottom: thin solid #d9d9d9;
	float: right;
}

.vw-form-dropdown ul {
	width: 100%;
}

	.vw-form-dropdown ul > li {
		margin-bottom: 0px;
	}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #e6e6e6;
}

.left-zone {
	width: calc(50% - 20px) !important;
	float: left;
	margin-right: 20px;
}

.right-zone {
	width: calc(50% - 20px) !important;
	float: left;
	margin-left: 20px;
}


.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase
}

.capitalize {
	text-transform: capitalize;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.bold {
	font-weight: bold;
}



/* Override Kendo Table style */
.k-widget {
	border: none;
}

	.k-widget.k-window {
		border: 1px solid #ccc;
	}

/*.k-grid {
	overflow-x: auto;  
	overflow-y: auto; 
}*/

.k-grid table {
	font-size: 14px;
	color: #000;
	padding-bottom: 15px;
}

.k-filter-row th, .k-grid-header th.k-header, td.k-header {
	background-color: #f2f2f2;
	border-radius: 0px;
}

.k-grid-header, .k-grouping-header, .k-header {
	background-color: transparent;
	font-size: 14px;
}

.k-grid table {
	border-collapse: collapse;
}

.k-grid-header {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ccc;
	font-size: 14px;
}

.k-autocomplete, .k-block, .k-button-group .k-tool, .k-calendar th, .k-colorpicker .k-i-arrow-s, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-filter-row > th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar > .k-item > .k-link, .k-popup.k-align .k-list :last-child.k-item, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox > input, .k-tiles, .k-toolbar, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget {
	border-color: #ccc;
}

	.k-gantt-toolbar .k-state-default, .k-grid .k-grouping-header, .k-grid-header, .k-grid-header-wrap, .k-grouping-header .k-group-indicator, .k-header, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-wrap .k-textbox {
		border-color: #ccc;
	}

		.k-grid-header th.k-header {
			font-weight: 600;
		}

		.k-grid-header th.k-header > .k-link {
			font-size: 16px;
			font-weight: 600;
			color: #000;
			margin: 0px;
			padding: 2px;
		}

		.k-filter-row th, .k-grid-header th.k-header,
		.k-grid tr td {
			font-size: 16px;
			margin: 0px;
			/*padding: 15px 8px 15px 8px;*/
			padding: 10px 8px 10px 8px;
		}


.k-grid thead tr:hover {
	background-color: transparent;
}

.k-grid tr:hover {
	background-color: #f2f2f2;
}

.k-alt {
	background-color: transparent;
}

.k-filter-row th, .k-grid-header th.k-header {
	border-style: none;
}

/*WPE20241115: do not change this white-space: pre-wrap; and overflow-wrap: break-word; value, it applied to all kendo grid. please adjust your own grid css if u want to change */
.k-grid tr td {
	border-width: 0px 0px 1px 0px;
	vertical-align: top;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

.k-grid tr .k-grid-currency {
	text-align: right;
	padding-right: 25px;
}


.k-grid tfoot .k-grid-currency {
	text-align: right;
	padding-right: 15px;
}


.k-grid .k-detail-cell {
	white-space: normal;
}

.k-grid-norecords {
	width: 90%;
	justify-content: center;
	padding: 15px;
	font-size: 16px;
	font-style: italic;
	/*background-color: #f8f9fa;*/ /* Light background */
}

thead.k-grid-header span {
}

tfoot.k-grid-footer {
	background-color: #fff;
}
/* Remove th border radius */
:first-child.k-grid-header th:first-child.k-header, .k-rtl thead.k-grid-header th:last-child.k-header, thead.k-grid-header th:first-child.k-header {
	border-radius: 0px;
}

.k-rtl :first-child.k-grid-header th:first-child.k-header, .k-rtl thead.k-grid-header th:first-child.k-header, thead.k-grid-header th:last-child.k-header {
	border-radius: 0px;
}

.k-grid-header th.k-header {
	vertical-align: top;
}

.k-header > .k-grid-filter {
	/*padding: 0.3em 1em 0.4em 0.2em;*/
	top: 0;
}

.k-pager-wrap {
	background-color: transparent !important;
	padding: 15px 0px 0px 0px; /* add gap between table, else you may add margin-bottom on table */
	border-radius: 0px;
}

.k-widget {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.k-pager-wrap .k-pager-nav.k-pager-first,
.k-pager-wrap .k-pager-nav.k-pager-last {
	border-radius: 0px;
}

.k-pager-numbers a {
	color: black !important;
	font-weight: normal;
	padding: 0px 6px;
}

.k-pager-numbers span {
	padding: 0px 6px;
}

.k-pager-wrap .k-state-disabled {
	background-color: #f2f2f2;
}

.k-pager-wrap > a.k-state-disabled:hover {
	background-color: #f2f2f2;
}

.k-pager-wrap > .k-link {
	line-height: 2em;
}

.k-grid-pager > ul {
}

.k-pager-nav {
	padding: 0px 6px;
}

/* override top navi style */



.tableCell {
	display: table-cell !important;
}


/* FIXES */
.menu--icon {
	/*float: none;
    line-height: normal;
    padding-left: 0px;
    padding-right: 5px;
    vertical-align: top;*/
	position: absolute;
	right: 8px;
	top: 25%;
}

img.grey-circle {
	margin-top: 12px;
	width: 10px;
}

.vw-filter {
	/*    padding-bottom: 12px;*/
}

/* TENDER PROGRESS/STAGE BAR & TABS */
.process-model {
	list-style: none;
	padding: 0;
	position: relative;
	border: none;
	z-index: 0;
}

	.process-model li::after {
		background: #666 none repeat scroll 0 0;
		bottom: 0;
		content: "";
		display: block;
		height: 4px;
		margin: 0 auto;
		position: absolute;
		right: -50%;
		top: 18px;
		width: 100%;
		z-index: -1;
	}

	.process-model li.completed::after {
		background: #57b87b;
	}

	.process-model li:last-child::after {
		width: 0;
	}

	.process-model li {
		display: inline-block;
		width: 170px;
		text-align: center;
		float: left;
	}

.stage-ul {
	display: inline-block;
	width: auto;
	margin-left: 0px;
	-moz-transition: margin-left 0.2s ease;
	-webkit-transition: margin-left 0.2s ease;
	-o-transition: margin-left 0.2s ease;
	transition: margin-left 0.2s ease;
}

	.stage-ul.process-model > li.current > a,
	.stage-ul.process-model > li.current > a:hover,
	.stage-ul.process-model > li.current > a:focus,
	.process-model li a:hover,
	.process-model li a:focus {
		border: none;
		background: transparent;
	}

.process-model li a {
	padding: 0;
	border: none;
	color: #606060;
}

.process-model li.current,
.process-model li.completed {
	color: #57b87b;
}

	.process-model li.current a,
	.process-model li.current a:hover,
	.process-model li.current a:focus,
	.process-model li.completed a,
	.process-model li.completed a:hover,
	.process-model li.completed a:focus {
		color: #57b87b;
	}

	.process-model li.current p,
	.process-model li.completed p {
		font-weight: 600;
	}

.process-model li i {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #666;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
}

.process-model li.current i {
	border-color: #57b87b;
	background-color: #9fd6b3 !important;
	color: #fff;
}

.process-model li.completed i {
	background: #fff;
	border-color: #57b87b;
}

.process-model li p {
	font-size: 14px;
	margin-top: 11px;
}

.wizard-dropdown-box {
	overflow: hidden;
	-moz-transition: height 0.5s ease;
	-webkit-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
	height: 0px;
	margin-top: 5px;
	background-color: transparent;
}
.tender-header .tableCell {
	padding: 0px 15px 0px 15px !important;
}
.tab-text {
	float: left;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 14px;
}

.tab-icon {
	left: 10px;
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	line-height: 50px !important;
	color: #ccc;
	float: left;
}

.tab-icon-completed,
.tab-icon-completed:hover {
	color: #57b87b;
}

.tab-icon-incomplete,
.tab-icon-incomplete:hover {
	color: #e6e6e6;
}

.slider-btn-container {
	width: 60px;
	float: left;
}

.slider-btn {
	background-color: #fff;
	border: 1px solid #494949 !important;
	color: #000;
	margin: 0px;
	border-radius: 5px;
}

	.slider-btn:hover {
		border: 1px solid #2196f3 !important;
	}

		.slider-btn:hover,
		.slider-btn:hover i {
			background-color: #2196f3;
			color: #fff;
			cursor: pointer;
		}

.slider-slide-left {
	margin: 0px 10px 5px 10px;
}

.slider-slide-right {
	margin: 5px 10px 0px 10px;
}

.slider-btn-container i {
	display: table-cell;
	height: 30px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.slider-container {
	width: 100%;
	overflow: hidden;
}

.slider-content {
	width: calc(100% - 60px);
	float: left;
	overflow: hidden;
}

.stage-container {
	overflow: hidden;
	width: 3000px;
}

.stage-wrapper {
	padding-top: 10px;
	background-color: #f2f2f2;
}
/* END OF TENDER PROGRESS/STAGE BAR & TABS */

/* TENDER BAR */
.vw-tender-bar {
	padding-bottom: 12px;
}

	.vw-tender-bar ul {
		width: 100%;
		padding: 0px;
		overflow: hidden;
		display: block;
		background-color: #e6e6e6;
	}

		.vw-tender-bar ul li {
			float: left;
		}

			.vw-tender-bar ul li.selected {
				background-color: #666;
			}

				.vw-tender-bar ul li.selected a {
					color: #fff;
				}

			.vw-tender-bar ul li a {
				padding: 0px 20px;
				height: 60px;
				display: block;
				color: #000;
				font-size: 14px;
				font-weight: 600;
				text-transform: uppercase;
				float: left;
			}

				.vw-tender-bar ul li a:hover {
					background-color: #ccc;
					color: #000;
				}

.vw-tender-bar-text {
	float: left;
	line-height: 60px;
}

.vw-tender-bar-icon {
	left: 10px;
	position: relative;
	vertical-align: middle;
	font-size: 16px;
	line-height: 60px !important;
	float: left;
}
/* END OF TENDER BAR */


@media only screen and (min-width: 1200px) {
}

@media screen and (max-width: 680px) {
	.vw-center-content {
		padding: 20px 20px;
	}
}

@media screen and (max-width: 992px) {
	.right-zone, .left-zone {
		width: 100% !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
		float: none;
	}
}

/*.vw-topnavi-item .navWMC.smallscreen {
    width: 100% !important;
    display: block;
    float: none !important;
}
.vw-topnavi-item .navWMC.smallscreen.vw-nav-container > li:first-child {
    border-top: thin #ccc solid
}
.vw-topnavi-item .navWMC.smallscreen.vw-nav-container > li {
    width: 100%;
    max-width: none;
    border-bottom: thin #ccc solid;
}

.vw-topnavi-item .navWMC.smallscreen ul li div {
    border-right: none;
    border-left: none;
    width: 100%;
    padding-left: 65px;
    font-size: 16px;
}

.vw-topnavi-item .navWMC.smallscreen ul li a {
    float: left;
}

.navWMC.smallscreen .menu--icon {
    right: auto;
    top: auto;
    float: left;
    position: unset;
    margin-top: 20px;
}*/

@media screen and (max-width: 768px) {
	.vw-topnavi-item ul li.selected {
		border-bottom: #ccc thin solid;
		background-color: #e6e6e6;
	}

	.right-zone, .left-zone {
		width: 100% !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
		float: none;
	}

	.vw-topnavi-item {
		width: 100% !important;
		display: block !important;
		float: none !important;
	}

		.vw-topnavi-item .vw-nav-container > li:first-child {
			border-top: thin #ccc solid
		}

		.vw-topnavi-item .vw-nav-container > li {
			width: 100%;
			max-width: none;
			border-bottom: thin #ccc solid;
			height: auto;
		}

	.navWMC li ul.menu--submenu {
		overflow: hidden;
		background-color: #fff;
	}

		.navWMC li ul.menu--submenu li {
			text-align: left;
			padding-left: 85px;
			border-top: solid thin #ccc;
		}

			.navWMC li ul.menu--submenu li a {
				font-size: 14px;
			}

	.vw-topnavi-item ul li div {
		border-right: none;
		border-left: none;
		width: 100%;
		padding-left: 65px;
		font-size: 16px;
	}

	.vw-topnavi-item ul li a {
		float: none;
	}

	.menu--icon {
		right: 20px;
		/*top: auto;*/
		float: left;
		position: absolute;
		/*margin-top: 20px;*/
	}
}

/*WPE20190405-wrap kendo grid header text*/
.k-grid .k-grid-header .k-header .k-link {
	height: auto;
}

.k-grid .k-grid-header .k-header {
	white-space: normal;
	overflow: visible;
	height: auto;
	vertical-align: top;
	/*word-break: break-word;*/
}

h4.company-name {
	margin-top: 6px;
	/*text-transform: uppercase;*/
}

.company-name {
	font-family: Segoe UI, Helvetica, sans-serif !important;
	font-size: 20px;
	text-transform: uppercase !important;
	font-weight: bold;
	color: #333;
	position: relative;
	top: 10px;
}


/** Spacing fix for page column with bootstraps **/
.row .vw-page-section.col-6-space:first-child {
	width: calc(50% - 10px);
	margin-right: 10px;
	float: left;
}

.row .vw-page-section.col-6-space:last-child {
	width: calc(50% - 10px);
	margin-left: 10px;
	float: left;
}

.row .vw-page-section.col-6-space:only-child {
	width: calc(50% - 10px);
	margin-left: 0px;
	float: left;
}

@media screen and (max-width: 991px) {
	.row .vw-page-section.col-6-space:first-child {
		margin-right: 0px;
		float: none;
		width: 100%;
	}

	.row .vw-page-section.col-6-space:last-child {
		margin-left: 0px;
		float: none;
		width: 100%;
	}
}

.k-filter-menu.k-popup .k-filter-menu-container,
.k-grid-filter-popup.k-popup .k-filter-menu-container {
	/*width: 100%;*/
	width: 272px;
}
	.k-menu-item .k-filter-menu-container > span,
	.k-filter-menu.k-popup .k-filter-menu-container > span,
	.k-grid-filter-popup.k-popup .k-filter-menu-container > span {
		width: 100%;
		margin: 0.19em 0 0;
	}

	.k-menu-item .k-filter-menu-container .k-input.k-textbox,
	.k-menu-item .k-filter-menu-container .k-input.k-datepicker,
	.k-menu-item .k-filter-menu-container .k-input.k-datetimepicker,
	.k-filter-menu.k-popup .k-filter-menu-container .k-input.k-textbox,
	.k-filter-menu.k-popup .k-filter-menu-container .k-input.k-datepicker,
	.k-filter-menu.k-popup .k-filter-menu-container .k-input.k-datetimepicker,
	.k-grid-filter-popup.k-popup .k-filter-menu-container .k-input.k-textbox,
	.k-grid-filter-popup.k-popup .k-filter-menu-container .k-input.k-datepicker,
	.k-grid-filter-popup.k-popup .k-filter-menu-container .k-input.k-datetimepicker {
		border: solid thin #ccc;
	}

.k-item.k-menu-item.k-filter-item .k-animation-container {
	width: 250px !important;
}

.k-content, .k-panel > li.k-item, .k-panelbar > li.k-item {
	/*background-color: #f5f5f5;*/
}

.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-textbox.k-state-focused,
.k-textbox:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.k-radio:disabled, .k-radio:disabled + .k-radio-label {
	opacity: 1;
}

.k-checkbox:disabled, .k-checkbox:disabled + .k-checkbox-label {
	opacity: 1;
}

.k-breadcrumb {
	background-color: transparent !important;
	padding-bottom: 15px;
}
.k-breadcrumb .k-breadcrumb-delimiter-icon {
    padding: 0px 5px;
}
.k-breadcrumb .k-breadcrumb-root-link {
	margin-right: 0;
}
.k-breadcrumb .k-breadcrumb-delimiter-icon, .k-breadcrumb .k-breadcrumb-root-link {
	color: #428bca
}
.k-breadcrumb .k-breadcrumb-link, .k-breadcrumb .k-breadcrumb-root-link {
	padding: 5px;
}

/* JYI 20221222 Used in Left side bar nested menu items */
.va-middle {
    vertical-align: middle !important;
}

.nested-menu {
    padding-left: 44px !important;
}

    .nested-menu span {
        font-size: 17px !important;
    }

.smaller-icon {
    font-size: 18px !important;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    visibility: hidden;
    display: none;
    opacity: 0;
}

.bg-gray {
	background-color: #f9f9f9 !important;
}
	.bg-gray:hover {
		background-color: #eee !important;
	}

.k-selected .bg-gray {
	background-color: #428bca !important;
}

.k-grid .k-selected {
	color: black !important;
	background-color: white !important;
}

.k-grid .k-alt .k-selected {
	color: black !important;
	background-color: white !important;
}

tr.k-selected td a {
	color: #2196f3;
}

.k-grid tr.k-selected:hover td, .k-grid tr.k-state-selected:hover td {
	background-color: #f2f2f2 !important;
}

.table-icon { width: 32px; display: inline-flex; }
    .table-icon a { margin: auto; cursor: pointer; }

.file-validation-hint { display: inline-block; max-width: 900px; overflow: visible; word-wrap: break-word; /*word-break: break-all;*/ }
.spendanalysis-tooltip {
	display: inline-block;
	max-width: 600px;
	overflow: visible;
	word-wrap: break-word;
}

/*tr.k-selected td a { color: white; }*/

.instruction {
	font-size: small;
	font-weight: 600;
	color: dimgray;
}

div.k-edit-form-container {
	width: 650px;
	height: auto;
}

div.editor-label {
	font-size: 16px;
}


/*.k-grid-header table {
	min-height: 63px;
}*/
/*.k-grid .tr th.k-header {
	overflow: visible;
	height: auto;
	white-space: normal;
	vertical-align: top;
	word-break: break-word;
}*/

.k-sprite {
	width: 25px;
}

#settingTreeView .k-item.k-treeview-item {
	padding-left: 29px;
}
.collapsible {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: height 0.2s ease-in-out, visibility 0.2s ease-in-out;
	display: none;
}

	.collapsible.show {
		display: block;
		visibility: visible;
	}

.vendorTypeHeader {
	text-align: center;
	vertical-align: middle;
	width: 165px;
	background-color: rgb(51, 51, 51);
	font-weight: bold;
	color: rgba(255,255,255,0.87);
}

.evaluationHeader {
	color: white;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	cursor: pointer;
	background-color: lightsteelblue;
}

/* from /home/index */

.card-container-1, .card-container-2, .card-container-3 {
	display: flex;
	margin-bottom: 10px;
}

.stick-board-1 img, .stick-board-2 img, .stick-board-3 img {
	display: block;
	margin: 0 auto;
}

#stick1, #stick2, #stick3 {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	width: 5px;
	height: 80px;
	border-radius: 10px;
}

.stick-text-1, .stick-text-2, .stick-text-3 {
	width: 100%;
	padding: 10px;
}

	.stick-text-1 a, .stick-text-2 a, .stick-text-3 a {
		text-decoration: none;
		color: black;
	}

		.stick-text-1 a:hover, .stick-text-2 a:hover, .stick-text-3 a:hover {
			color: blue;
		}

.card-container-1:hover .stick-text-1, .card-container-1:hover .stick-board-1, .card-container-2:hover .stick-text-2, .card-container-2:hover .stick-board-2, .card-container-3:hover .stick-text-3, .card-container-3:hover .stick-board-3 {
	color: blue;
	background-color: lavender;
	cursor: pointer;
}

/* pop up notification */
.modal-dialog {
	display: flex;
	align-items: center;
	height: 90%;
}

.modal-body-notification {
	background-color: #fff;
	display: block !important;
	padding: 0px !important;
	line-height: 1.5em;
	color: #666;
	max-height: 353px;
	height: 100%;
}

.my_full_button {
	display: inline-block;
	margin: 0;
	color: #fff !important;
	padding: 7px 19px;
	background: #7ab55c;
	font-size: 12px;
}

.my_outline_button {
	display: inline-block;
	margin: 0;
	color: #494949 !important;
	padding: 7px 19px;
	border: solid 1px;
	font-size: 12px;
}

	.my_full_button:hover, .my_outline_button:hover {
		background: #2d2e2e;
		color: #fff !important;
	}

/* notification, last login*/
.lastlogin {
    font-size: 15px;
}

.d-inline-block {
    display: inline-block;
}

.toprighticon {
    padding: 0px 8px;
    position: relative;
}

.collapsible-container {
    font-size: 14px;
    position: absolute;
    top: 50px;
    z-index: 500;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 25.6px 57.6px var(--panel-shadow-color,rgba(0, 0, 0, .10)),0 4.8px 14.4px var(--panel-shadow-secondary-color,rgba(0, 0, 0, .06));
    padding: 14px;
}

#UserGuideCollapse.collapsible-container {
    height: 260px;
    width: 460px;
}

#NotificationCollapse.collapsible-container {
    height: 580px;
    width: 500px;
}

.notification-badge {
    background-color: #fc0685;
    box-shadow: none;
    vertical-align: super;
    margin-left: -3px;
}

#vendoractivitynotification .k-grid-content.k-auto-scrollable {
    height: 560px !important;
}

.navWMC .nav-item {
    max-width: 175px;
    height: 100%;
}

    .navWMC .nav-item:hover {
        background-color: #ccc;
    }

    .navWMC .nav-item a {
        color: black;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.p-0 {
	padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.w-100 {
    width: 100% !important;
}

.maxw-100 {
    max-width: 100% !important;
}

.float-none {
    float: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.h-auto {
    height: auto !important;
}

.h-100 {
	height: 100% !important;
}


.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: end !important;
}

.align-items-center {
    align-items: center !important;
}

.cursor-default {
    cursor: default
}

.border-0 {
    border: none !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.outline-0 {
    outline: none !important;
}

.search-container {
    width: 50% !important;
}

#menuSearchContainer {
    display: flex;
}

@media screen and (max-width: 767px) {
    .search-container {
        width: 100% !important;
    }

    .toggleMenuWMC {
        display: block !important;
    }

    #menuSearchContainer {
        display: block !important;
    }
}

.tilecontent {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}

.hover-text-white:hover, .hover-text-white:hover .fas, .hover-text-white:hover .far, .hover-text-white:hover .fab {
	color: #fff !important;
}
.toolbar-bg {
	background-color: #f5f5f5 !important;
}

/* handle UI issue for kendo grid column which have multiselect, Areas > Vendor > Views > CompanyBackground > Index.cshtml */
/* 4k */
@media(max-width:2561px) {
	td[data-container-for="VendorSubCategoryListData"] {
		max-width: 600px;
	}
}
@media(max-width:1981px) {
	td[data-container-for="VendorSubCategoryListData"] {
		max-width: 300px;
	}
}

.alert-danger ul {
	list-style: disc;
}

.white-space-normal {
	white-space: normal !important;
}

.fw500 {
    font-weight: 600;
}

.fw600 {
    font-weight: 600;
}

.mb-0 {
    margin-bottom: 0px;
}

.pt-1 {
    padding-top: 4px;
}

.pb-1 {
    padding-bottom: 4px;
}

.ps-1 {
    padding-left: 4px;
}

.pe-1 {
    padding-right: 4px;
}

.pt-2 {
    padding-top: 8px;
}

.pb-2 {
    padding-bottom: 8px;
}

.ps-2 {
    padding-left: 8px;
}

.pe-2 {
    padding-right: 8px;
}

.pt-3 {
    padding-top: 16px;
}

.pb-3 {
    padding-bottom: 16px;
}

.ps-3 {
    padding-left: 16px;
}

.pe-3 {
    padding-right: 16px;
}

.k-tooltip {
	max-width: 650px;
}
.mt-0{
	margin-top:0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.ms-0 {
	margin-left: 0px;
}
.me-0 {
	margin-right: 0px;
}

@media (min-width: 770px) {
	.tdspan {
		display: none !important;
	}
}


.grecaptcha-badge {
	left: 0 !important; /* Move to bottom-left */
	right: auto !important;
	transition: all 0.3s ease;
	width: 70px !important; /* Only show icon width */
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	bottom: 45px !important;
}

	.grecaptcha-badge:hover {
		width: 256px !important; /* Full badge width on hover */
		overflow: visible;
	}