﻿/*
body, td, th {
	font-family: var(--vc-font-sans);
	font-size: 11px;
	color: #333;
}
*/
:root {
	--vc-font-sans: Inter, "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
	/* Naresh: 28-Jul-2026: colour of the vertical divider between COLUMN TITLES only. The body cells
	   keep the original light palette (#eef2f7) - outlining every cell read as a bold spreadsheet and
	   was rejected. This value only has to be visible against the #f8fafc header background, which
	   the previous #e5e7eb was not. This token is the only knob - don't hardcode it below. */
	--vc-grid-line: #d3d8de;
}

.error
{
    FONT-SIZE: 14px;
    COLOR: red;
    /*FONT-FAMILY: "13px var(--vc-font-sans)" !important;*/
	font: 12px/1.5 var(--vc-font-sans);
    TEXT-DECORATION: none
}
body {
	/*font-family: "13px var(--vc-font-sans)" !important;*/
	font: 12px/1.5 var(--vc-font-sans);
	font-size: 10px;
	color: #333;
}
td {
	/*font-family: "13px var(--vc-font-sans)" !important;*/
	font: 12px/1.5 var(--vc-font-sans);
	font-size: 13px;
	color: #333;
}
th {
	/*font-family: "13px var(--vc-font-sans)" !important;*/
	font: 12px/1.45 var(--vc-font-sans);
	font-size: 15px;
	color: #333;
}
#divViewer h1, h2, h3, h4, h5, h6 {
	font-family: var(--vc-font-sans);
	font-weight: normal;
	color: #39c;
}
body {
	background: #d9e3eb;
	margin: 0px;
}
.k-state-selected a:not(.link) {
	color: #FFF;
	text-decoration: none;
}
.k-state-selected .vcclsimgwhite {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
} 
a {
	color: #39c;
	text-decoration: none;
}
.more {
	color: #2906ec;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: "13px var(--vc-font-sans)" !important;*/
	font: 12px/1.3 var(--vc-font-sans);
	font-weight: normal;
	color: #39c;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: var(--vc-font-sans);
	font-size: 10px;
	line-height: 1.5;
	color: #333;
}
hr {
	border: none 0;
	border-top: 1px solid #d2d2d2;
	height: 1px;
	margin: 10px 0 20px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.vcLoginBox {
	width: 520px;
	margin: 135px auto;
	padding: 30px 0 0 0;
	background: #FFF url(../images/login_bg.jpg) no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #9ba8b1;
}
.vcLoginBox .footer {
	background: url(../images/login_footer_bg.png);
	color: #FFF;
	padding: 13px 40px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.loginContent {
	padding: 0 45px;
}
.loginContent .logo {
	float: left;
}
.loginContent .language {
	float: right;
	padding: 20px 0 0 0;
}
.loginContent .inputs {
	padding: 35px 0 10px 0;
}
.loginInput {
	font-family: var(--vc-font-sans);
	font-size: 16px;
	color: #A7A7A7;
	border: 1px solid #CCC;
	padding: 8px;
	width: 414px;
	margin: 0 0 10px 0;
}
.loginButton {
	font-family: var(--vc-font-sans);
	font-size: 22px;
	color: #FFF;
	background: #02a8de url(../images/login_btn_bg.png) repeat-x;
	border: 1px solid #02a8de;
	padding: 6px 60px;
	cursor: pointer;
	text-shadow: 1px 1px 1px #1497c0;
}
.loginButton:hover {
	background: #02a8de;
}
.loginButton:focus {
	color: #0FF;
	border: 1px solid #02a8de;
}
.loginContent .buttons {
	padding: 0 0 25px 0;
}
.loginContent .buttons .lft {
	float: left;
}
.loginContent .buttons .rgt {
	float: right;
	padding: 12px 0 0 0;
	font-family: var(--vc-font-sans);
	font-size: 14px;
}
.vcContainer {
	background: #FFF;
	min-width: 980px;
}
.vcTopIdentityBar {
	background: #ffffff;
	border-bottom: 1px solid #d5d8da;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 10px 20px;
}
.vcTopIdentityBarLeft {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.vcTopIdentityBar .logo {
	float: none;
	width: auto;
	border-right: 0;
	margin: 0;
}
.vcTopIdentityBar .logo a,
.vcTopIdentityBar .logo img {
	display: block;
}
.vcTopIdentityBarRight {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	flex: 1 1 auto;
	min-width: 0;
	flex-wrap: wrap;
}
.vcTopIdentityBar .ClientLogo {
	width: auto;
	float: none;
	margin: 0;
	max-width: 180px;
}
.vcTopIdentityBar .ClientLogo a {
	display: block;
}
.vcTopIdentityBar .ClientLogo img {
	float: none !important;
	margin: 0 !important;
	height: auto !important;
	max-height: 48px;
	max-width: 160px;
}
.vcTopIdentityBar .links {
	float: none;
	font-family: var(--vc-font-sans);
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
}
.vcTopIdentityBar .links a {
	color: #000000;
}
.vcTopIdentityBar .links a:hover {
	color: #39c;
}
.vcHeader {
	height: 70px;
}
.vcHeader .logo {
	float: left;
	width: 150px;
	border-right: 1px solid #b2b2b2;
	margin: 10px 0;
}
.vcHeader .tools {
	float: right;
	padding: 4px 0 0 0;
	width: 140px;
}
.ClientLogo {
    width: 80%;
	float: right;
    margin: 0 auto;
}
/*.vcHeader .tools {
	float: right;
	padding: 21px 0 0 0;
	width: 200px;
}*/
.vcMainNav {
	float: left;
	height: 70px;
}
#vcMainNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#vcMainNav li {
	float: left;
	display: block;
	position: relative;
	z-index: 97;
}
/* this is the parent menu */
#vcMainNav li a {
	display: block;
	float: left;
	width: 75px;
	height: 23px;
	padding: 47px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #7793a2;
	font-family: var(--vc-font-sans);
	font-size: 16px;
	outline: none;
}
#vcMainNav li a:hover {
	color: #000;
}
#vcMainNav .admin {
	background: url(../images/navicon_admin.png) no-repeat center top;
}
#vcMainNav .dashboard {
	background: url(../images/navicon_dashboard.png) no-repeat center top;
}
#vcMainNav .browse {
	background: url(../images/navicon_browse.png) no-repeat center top;
}
#vcMainNav .search {
	background: url(../images/navicon_search.png) no-repeat center top;
}
#vcMainNav .manage {
	background: url(../images/navicon_manage.png) no-repeat center top;
}
#vcMainNav .my {
	background: url(../images/navicon_my.png) no-repeat center top;
}
#vcMainNav .social {
	background: url(../images/navicon_social.png) no-repeat center top;
}
#vcMainNav .workflow {
	background: url(../images/navicon_workflow.png) no-repeat center top;
}
#vcMainNav .externalforms {
	background: url(../images/navicon_newform.png) no-repeat center top;
}
#vcMainNav .rms {
	background: url(../images/navicon_RMS.png) no-repeat center top;
}
#vcMainNav .Reports {
	background: url(../images/navicon_Reports.png) no-repeat center top;
}
#vcMainNav .PDM {
	background: url(../images/navicon_PDM.png) no-repeat center top;
}
#vcMainNav .ETS {
	background: url(../images/navicon_ETS.png) no-repeat center top;
}
#vcMainNav .DC {
	background: url(../images/navicon_docclassification.png) no-repeat center top;
}
#vcMainNav .DocTranmtls {
	background: url(../images/navicon_DOCTransmittals.png) no-repeat center top;
}
#vcMainNav .TasksUI {
	background: url(../images/navicon_newform.png) no-repeat center top;
}
/* submenu, it's hidden by default */
#vcMainNav ul {
	position: absolute;
	left: 1px;
	top: 70px;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	width: 120px;
}
/* display block will make the link fill the whole area of LI */
#vcMainNav ul a {
	display: block;
	padding: 4px;
	background: #0099ff;
	line-height: normal;
	height: auto;
	width: 110px;
	border-right: none;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	font-family: var(--vc-font-sans);
	font-size: 15px;
}
/*Radhika: Monday, December 09, 2013 01:22:52 PM: To work properly in windows 7 and chrome */
#vcMainNav li ul li {
    top: 1px;
	background: #0099ff;
	border-bottom: 1px solid #FFF; 
	line-height: normal;
}
#vcMainNav li ul li a:hover {
   background: #99ccff;
}
#vcMainNav li ul > li:last-child {
  border-bottom: 0px;
}

/* New UI horizontal header: open submenus on hover when the side rail is not active. */
body:not(.vc-side-rail-enabled) #vcMainNav li:hover > ul,
body:not(.vc-side-rail-enabled) #vcMainNav li:focus-within > ul {
	display: block !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible !important;
	z-index: 9900 !important;
}

body:not(.vc-side-rail-enabled) #vcMainNav ul li:hover > ul,
body:not(.vc-side-rail-enabled) #vcMainNav ul li:focus-within > ul {
	display: block !important;
	left: 100% !important;
	top: 0 !important;
}
/* End */
.btnHelp {
	font-family: var(--vc-font-sans);
	font-size: 18px;
	color: #737373;
	background: url(../images/btnicon_help.png) no-repeat right center;
	padding: 0 28px 0 0;
	line-height: 25px;
	height: 25px;
	display: block;
	width: 30px;
	margin: 0 0 0 80px;
}
.btnSearchHelp{
    font-family: var(--vc-font-sans);
	font-size: 18px;
	color: #737373;
	background: url(../images/btnicon_help.png) no-repeat right center;
	padding: 0 28px 0 0;
	line-height: 25px;
	height: 25px;
	display: block;
	width: 30px;
	margin: 0 0 0 80px;
}
.searchInput {
	font-family: var(--vc-font-sans);
	font-size: 14px;
	color: #a2a2a2;
	border: 1px solid #b9b9b9;
	width: 158px;
}
.searchBtn {
	border: none;
	background: url(../images/btnicon_search.png) no-repeat;
	width: 20px;
	cursor: pointer;
	text-indent: -1000px;
	padding: 3px;
}
.vcTitleBar {
	background: #FFF/* #45b2d8 url(../images/title_bg.jpg) no-repeat right*/;
	height: 38px;
	line-height: 38px;
	color: #000000;
	overflow: hidden;
	padding: 0 3px;
}
.vcTitleBar .title {
	float: left;
}

.vcTitleBar .links {
	float: right;
	font-family: var(--vc-font-sans);
	font-size: 14px;
}
.vcTitleBar .links a {
	color: #000000;
}
.vcTitleBar .links a:hover {
	color: #FC6;
}
.vcTitleBar h1 {
	color: #000000;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.vcFooter {
	background: #e3eaec;
	padding: 8px 20px;
	text-align: center;
	border-top: 1px solid #d5d8da;
	font-size: 11px;
	color: #717171;
}
.vcContentArea .lftPanel {
	padding: 0px 0 15px 0px;
}
.vcContentArea .rgtPanel {
	border-left: 3px solid #d5d8da;
}
.vcContentArea2 {
/*	padding: 20px; */
	padding: 0 !important;
}

.vcPopContentArea {
	background: #ffffff;
}
.vcBookmarkTable {
	margin: 0 0 20px 0;
}
.vcBookmarkTable td {
	border-bottom: 1px dashed #c8c8c8;
	padding: 10px;
	color: #666;
}
.vcBookmarkTable tr:hover {
	background: #eff8ff;
}
.vcBookmarkTable .title {
	font-family: var(--vc-font-sans);
	font-size: 18px;
	color: #39c;
}
.vcBookmarkTable .value {
	color: #000;
}
.vcBookmarkTable .noPadding {
	padding: 0 !important;
}
.starActive {
	width: 16px;
	height: 16px;
	background: url(../images/icon_star_act.png) no-repeat;
	margin: 0 auto;
}
.starDisable {
	width: 16px;
	height: 16px;
	background: url(../images/icon_star_dis.png) no-repeat;
	margin: 0 auto;
}
.bookmarkTools {
	border-left: 1px solid #ccd3d9;
	width: 100px;
}
.bookmarkTools .link {
	display: block;
	width: 30px;
	height: 16px;
	line-height: 16px;
	padding: 2px 0;
	float: left;
	text-align: center;
}
.moreLinksBox {
	position: absolute;
	margin: 0 -100px;
	background: #dbefff;
	width: 200px;
	padding: 10px 10px;
}
.moreLinksBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.moreLinksBox li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.moreLinksBox a {
	background: url(../images/arrow_smrgt.png) no-repeat;
	padding: 3px 5px 3px 12px;
	height: 12px;
	line-height: 12px;
	display: block;
	width: 72px;
}
.browse4MoreLinksBox {
	position: absolute;
	display: block;
	margin: 0 -70px;
	background: #dbefff;
	width: 140px;
	/*padding: 5px 5px;*/
	text-align: center;
}
.browse4MoreLinksBox  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.browse4MoreLinksBox  li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: center;
	text-align: center;
}
.browse4MoreLinksBox  a {
/*	background: url(../images/arrow_smrgt.png) no-repeat; */
	padding: 3px 3px 3px 8px;
	line-height: 12px;
	display: block;
	width: 15px;
	height: 20px;
	outline: none;
}
#browse4MoreLinksBox ul li a span {
display:none;
}
.vcTopTools {
	background: #e3eaec;
	padding: 12px 6px;
	height: 14px;
	line-height: 20px;
}
#vcTopNav {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#vcTopNav li {
	float: left;
	left: 0px;
	display: block;
	position: relative;
	/*padding-right: 15px;*/
    border-right: 1px solid #c0c9cc;
	z-index: 96;
}
/* this is the parent menu */
#vcTopNav li a {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	color: #000;
	font-family: var(--vc-font-sans);
	font-size: 16px;
	/*border-right: 1px solid #c0c9cc;*/
	padding: 0 15px;
	outline: none;
}
#vcTopNav .browse {
	background: url(../images/icon_browse.png) no-repeat 10px 0;
	padding: 0 15px 0 35px !important;
}
#vcTopNav .newfolder {
	background: url(../images/icon_newfolder.png) no-repeat 10px 0;
	padding: 0 15px 0 35px !important;
}
#vcTopNav .upload {
	background: url(../images/icon_upload.png) no-repeat 10px 0;
	padding: 0 15px 0 35px !important;
}
#vcTopNav .selected {
	background: url(../images/arrow_down.png) no-repeat right;
	padding: 0 15px 0 15px !important;
}
#vcTopNav .disabled {
	color: #9fafb4 !important;
	padding: 0 15px 0 15px !important;
}
/* submenu, it's hidden by default */
#vcTopNav ul {
	position: absolute;
	left: 1px;
	top: 20px;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	width: 130px;
	height: 20px;
}
#vcTopNav ul a {
	display: block;
	padding: 5px;
	background: #c0c9cc;
	line-height: normal;
	height: auto;
	width: 100px;
    left: 1px;
	border-right: none;
	text-align: left;
	text-decoration: none;
	color: #222222;
	font-family: var(--vc-font-sans);
	font-size: 15px;
}
/*Radhika: Monday, December 09, 2013 01:22:52 PM: To work properly in windows 7 and chrome */
#vcTopNav li ul:first-child li {
	top: 1px;
	left: 10px;
	background: #c0c9cc;
	border-bottom: 1px solid #FFF; 
	line-height: normal;
}
#vcTopNav li ul li a:hover {
   background: #99ccff;
   color: #666;
}
#vcTopNav li ul > li:last-child { 
	border-right: none;
    border-bottom: 0px; 
}
/* End */
/* display block will make the link fill the whole area of LI */
#vcTopNav ul a:hover
{
	background: #99ccff;
	color: #FFF;
}
.vcBcru {
	height: 16px;
	padding: 12px 20px;
	color: #515151;
	font-family: var(--vc-font-sans);
	font-size: 14px;
	line-height: 16px;
}
.vcBcru a {
	color: #515151;
	padding: 0 7px;
}
.vcBcru a:hover {
	color: #069;
}
.vcPageCount {
	background: #efefef;
	height: 16px;
	padding: 7px 20px;
	color: #515151;
	font-family: var(--vc-font-sans);
	font-size: 14px;
	line-height: 16px;
}
.vcPageCount .lft {
	float: left;
}
.vcPageCount .rgt {
	float: right;
}
.vcGenericSearch {
	padding: 10px;
	background: #EAEAEA;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 20px 0;
}
.vcInput {
	border: 1px solid #999;
	padding: 3px;
	font-family: var(--vc-font-sans);
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.vcButton {
	outline: none;
	border: 1px solid #005bd8;
	padding: 3px 15px;
	font-family: var(--vc-font-sans);
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 5px;
	background: #005bd8;
	font-weight: 600;
	filter: none;
}
.vcButton:hover {
	color: #FFF;
	background: #004fbd;
	border: 1px solid #004fbd;
}
.vcButton:focus {
	color: #FFF;
	background: #004fbd;
	border: 1px solid #004fbd;
	box-shadow: 0 0 0 2px rgba(0, 91, 216, 0.22);
}
.vcGenericTable {
	margin: 0 0 20px 0;
	table-layout: fixed;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}
.vcGenericTable th {
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	padding: 0px;
	background: #3399CC url(../images/tableheader_bg.png) repeat-x;
	color: #FFF;
}
.vcGenericTable th a, .vcGenericTable th a:hover {
	color: #FFF;
	text-decoration: none;
}
.vcGenericTable td {
	/*border-left: 1px solid #ccc; */
	border-top: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	padding: 7px;
}
.vcGenericTable tr:nth-child(even) {
	background-color: #fff;
} 
.vcGenericTable table td {
	border: none !important;
}
.vcGenericTable table tr:nth-child(odd) {
	background-color: #fff;
}
.vcGenericTable table tr:nth-child(even) {
	background-color: #fff;
}
.vcGenericHeader {
	font-family: var(--vc-font-sans);
	font-size: 16px;
	padding: 10px;
	color: #FFF;
	background: #00b7ea;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDllYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
	background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
	background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
	background: -ms-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
	background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=0 );
}
.vcGenericContent {
	padding: 20px;
	background: #FFF;
	border: 1px solid #009ec3;
}
.vcGenericContentForm {
	margin: 0 0 20px 0;
}
.vcGenericContentForm td {
	padding: 5px;
}
.vcGenericContentForm tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.vcGenericContentForm tr:nth-child(even) {
	background-color: #F7F9F9;
}
.vcGenericContentInput {
	outline: none;
	border: 1px solid #999;
	padding: 5px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.divClass {
	BORDER-RIGHT: white 1px solid;
	BORDER-TOP: white 1px solid;
	OVERFLOW: auto;
	BORDER-LEFT: white 1px solid;
	SCROLLBAR-ARROW-COLOR: #003366;
	border-bottom: white 1px solid;
	SCROLLBAR-DARKSHADOW-COLOR: #f2f2f2;
	SCROLLBAR-BASE-COLOR: #e1e8f2;
	/*width:300px;*/
	HEIGHT: 50px
}
span.folder, span.file, span.folderclose {
	padding: 1px 0 1px 16px;
	display: block;
}
span.folder {
	background: url(treeview_images/folder.gif) 0 0 no-repeat;
	font-family: var(--vc-font-sans);
	font-size: 16px;
	color: #036;
}
span.file {
	background: url(treeview_images/file.gif) 0 0 no-repeat;
}
span.folderclose {
	background: url(treeview_images/folder-closed.gif) 0 0 no-repeat;
	font-family: var(--vc-font-sans);
	font-size: 16px;
	color: #036;
}
.divClass {
	BORDER-RIGHT: white 1px solid;
	BORDER-TOP: white 1px solid;
	OVERFLOW: auto;
	BORDER-LEFT: white 1px solid;
	SCROLLBAR-ARROW-COLOR: #003366;
	border-bottom: white 1px solid;
	SCROLLBAR-DARKSHADOW-COLOR: #f2f2f2;
	SCROLLBAR-BASE-COLOR: #e1e8f2;
	/*    POSITION: relative; */
	HEIGHT: 200px
}
.SearchDiv {
	FLOAT: left;
	VISIBILITY: inherit;
	LETTER-SPACING: normal;
	Display: inline;
}
.vcloginbody {
	font-family: var(--vc-font-sans);
	font-size: 11px;
	color: #333;
}
.vcPassword {
	font-family: var(--vc-font-sans);
	border: 1px solid #999;
	padding: 3px;
	font-size: 12px;
	width: 128px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-left:3px solid #F00;
}
.vcLoginPassword {
	font-family: var(--vc-font-sans);
	font-size: 14px;
	color: #A7A7A7;
	border: 1px solid #CCC;
	padding: 8px;
	width: 414px;
	margin: 0 0 10px 0;
}
.vcUserInput {
	border: 1px solid #999;
	padding: 3px;
	font-family: var(--vc-font-sans);
	font-size: 14px;
	width: 130px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	 
}
.vcUserInputM {
	border: 1px solid #999;
	padding: 3px;
	font-family: var(--vc-font-sans);
	font-size: 14px;
	width: 128px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	 
	border-left:3px solid #F00;
}
.red
{
    COLOR: red;
}
.divLinksVerViewAttProp {
	position: absolute;
	display: block;
	margin-left: -10px;
	margin-top: -6px;
	background: #dbefff;
	font-family: var(--vc-font-sans);
	font-size: 12px;
	width: 117px;
	line-height: 24px;
	/*padding: 5px 5px;*/
	text-align: left;
	float: center; 
	/*padding-left:0px; */
	border:1px solid #296CCB;
	/*-moz-border-radius: 8px;
	border-radius: 8px;*/
	z-index:1; 
}
.CrtFolder
{
	color: #8E6CED;
	font-family: var(--vc-font-sans);
	font-size: 15px;
}
.bg01
{
	/*-moz-border-radius: 8px;
	border-radius: 8px;	*/
	padding: 5px 5px;
    BACKGROUND-COLOR: #ffffff;
}
.bg02
{
	/*-moz-border-radius: 8px;
	border-radius: 8px;	*/
    /*BACKGROUND-COLOR: #e1e8f2 */
	padding: 5px 5px;
	BACKGROUND-COLOR: #f2f2f2;
}
.vcPopupTools {
	background: #e3eaec;
	padding: 6px 6px;
	height: 12px;
	line-height: 20px;
}
.VSkin
{
	position:absolute;
	width:120px;
	margin-left: -10px;
	border:1px solid black;
	background-color:menu;
	font-family:var(--vc-font-sans);
	line-height:8px;
	cursor:default;
	font-size:14px;
	text-align: left;
	z-index:1;
}
/*.sublinks
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #133e83;
    FONT-FAMILY: var(--vc-font-sans);
    TEXT-DECORATION: underline
}
.sublinks:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #ff3300;
    FONT-FAMILY: var(--vc-font-sans);
    TEXT-DECORATION: underline
} */
.vcStatus
{
	float:right;
	line-height:15px
}
div.k-window-titlebar
  
{
    font-size: 1.5em;
    line-height: 1.2;
    FONT-FAMILY: var(--vc-font-sans);
	background: #02a8de url(../images/btn_bg.png) repeat-x;
    color: #FFF;
}
.divLinksVerActRevProp {
	position: absolute;
	display: block;
	margin-left: -10px;
	background: #dbefff;
	font-family: var(--vc-font-sans);
	font-size: 12px;
	width: 85px;
	line-height: 24px;
	/*padding: 5px 5px;*/
	text-align: left;
	float: center; 
	/*padding-left:0px; */
	border:1px solid #296CCB;
	/*-moz-border-radius: 8px;
	border-radius: 8px;*/
	z-index:1; 
}
.placeholder-container 
{
	border-radius: 3px; border: 1px solid #CCC; padding: 5px; background: white;
}
.placeholder-container span,input {
	font-family: var(--vc-font-sans);
	font-size: 16px;
	color: #333;
	/*color: #A7A7A7;*/
}
.iconAlignRight {
	float: right;
	margin: 0 0 0 5px;
	padding:3px 1px 3px 1px;
}
 #gauge-container {
		background: url(../images/gauge-container.png) no-repeat ;
		width: 269px;
		height: 266px;
		text-align: center;
		margin: 0 0 0 0;
	}

#gauge {
	width: 220px;
	height: 220px;
	margin: 0 auto 0;
}
.ColorUrgent
{
    BACKGROUND-COLOR: #FF0000;
	font: 12px/1.5 var(--vc-font-sans) !important;
}
.ColorHigh
{
    BACKGROUND-COLOR:#FFA500;
	font: 12px/1.5 var(--vc-font-sans) !important;
}

.ColorMedium
{
    BACKGROUND-COLOR: #007bc3;
	font: 12px/1.5 var(--vc-font-sans) !important;
}
.ColorLow
{
    BACKGROUND-COLOR: #76b800;
	font: 12px/1.5 var(--vc-font-sans) !important;
}
/*Radhika 06-05-2014 popup help file display: block;*/
.btnPopupHelp {
	font-family: var(--vc-font-sans);
	font-size: 18px;display: inline-block;
	color: #737373;
	background: url(../images/btnicon_help.png) no-repeat right center;
	padding: 0 28px 0 0;	
	width: 30px;
	margin: 0 0 0 0px;
}
.vcTableHeader {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 7px;
	background: #3399CC url(../images/tableheader_bg.png) repeat-x;
	color: #FFF;
}
.vcTableHeader a, .vcTableHeader a:hover {
	color: #FFF;
	text-decoration: none;
}
.vcTableHeaderbg02 {
	background-color: #F0F0F0;
}
.vcTableHeaderbg01 {
	background-color: #fff;
}
.vcPopContentArea .lftPanel {
	padding: 0px 0 15px 0px;
}
.vcPopContentArea .rgtPanel {
	border-left: 3px solid #d5d8da;
}
/* Radhika 30-12-2014 11:44: */
.vcTopTools
{
	padding: 0px 0px;
	height: 35px;
	line-height: 35px;
}
#vcTopNav ul {
	top: 28px;
}
#vcTopNav li a
{
	height: 100%;    
	/*border-right: 1px solid #c0c9cc;*/
}
.vcTopTools ul li.active
{
	/* background-color:#0099ff; */ 
	background: #0099ff;
	background: linear-gradient(to top, #98d2f4 0%, #0099ff 50%, #0099ff 51%, #1794dc 78%, #98d2f4 100%);
	background: -moz-linear-gradient(to top, #98d2f4 0%, #0099ff 50%, #0099ff 51%, #1794dc 78%, #98d2f4 100%);
	background: -webkit-gradient(linear, top, #98d2f4 0%, #0099ff 50%, #0099ff 51%, #1794dc 78%, #98d2f4 100%);
	background: -webkit-linear-gradient( top, #98d2f4 0%, #0099ff 50%, #0099ff 51%, #1794dc 78%, #98d2f4 100%);
	background: -o-linear-gradient(to top, #98d2f4 0%, #0099ff 50%, #0099ff 51%, #1794dc 78%, #98d2f4 100%);
	background: -ms-linear-gradient(to top, #98d2f4 0%, #0099ff 50%, #0099ff 51%, #1794dc 78%, #98d2f4 100%);
	background: linear-gradient(to top, #98d2f4 0%, #0099ff 50%, #0099ff 51%, #1794dc 78%, #98d2f4 100%);
}
.divButtons
{
	position:fixed;
	text-align: center;
	width:100%;
	height:50px;
	bottom:0px;
}
.mandatory
{
    FONT-SIZE: 16px;
    COLOR: red;
    FONT-FAMILY: var(--vc-font-sans);
    TEXT-DECORATION: none
}
.lnkActive
{
    color: orange;
}
.vcAlternate
{
	color: White;
}
.vcAlternate:hover
{
	color: black;
}
#vcRightNav {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#vcRightNav li {
	float: left;
	left: 0px;
	display: block;
	position: relative;
	/*padding-right: 15px;*/
    border-right: 1px solid #0099ff;
	z-index: 96;
}
/* this is the parent menu */
#vcRightNav li a {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	color: #000;
	font-family: var(--vc-font-sans);
	font-size: 16px;
	/*border-right: 1px solid #c0c9cc;*/
	padding: 0 15px;
	outline: none;
}
#vcRightNav .browse {
	background: url(../images/icon_browse.png) no-repeat 10px 0;
	padding: 0 15px 0 35px !important;
}
#vcRightNav .newfolder {
	background: url(../images/icon_newfolder.png) no-repeat 10px 0;
	padding: 0 15px 0 35px !important;
}
#vcRightNav .upload {
	background: url(../images/icon_upload.png) no-repeat 10px 0;
	padding: 0 15px 0 35px !important;
}
#vcRightNav .selected {
	background: url(../images/arrow_down.png) no-repeat right;
	padding: 0 15px 0 15px !important;
}
#vcRightNav .disabled {
	color: #9fafb4 !important;
	padding: 0 15px 0 15px !important;
}
/* submenu, it's hidden by default */
#vcRightNav ul {
	position: absolute;
	left: 1px;
	top: 2px;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	width: 130px;
	height: 20px;
}
#vcRightNav ul a {
	display: block;
	padding: 5px;
	background: 0099ff;
	line-height: normal;
	height: auto;
	width: 100px;
    left: 1px;
	border-right: none;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	font-family: var(--vc-font-sans);
	font-size: 15px;
}
/*Radhika: Monday, December 09, 2013 01:22:52 PM: To work properly in windows 7 and chrome */
#vcRightNav li ul:first-child li {
	top: 0px;
	/*left: 12px;*/
	background: 0099ff;
	border-bottom: 1px solid #FFF; 
	line-height: normal;
}
#vcRightNav li ul li a:hover {
   background: #99ccff;
   color: #FFF;
}
#vcRightNav li ul > li:last-child { 
	border-right: none;
    border-bottom: 0px; 
}
/* End */
/* display block will make the link fill the whole area of LI */
#vcRightNav ul a:hover
{
	background: #99ccff;
	color: #FFF;
}
#vcRightNav ul {
	top: 0px;
}
#vcRightNav li a
{
	height: 100%;    
	/*border-right: 1px solid #c0c9cc;*/
}
#vcRightNav #idProcess ul{
	visibility:hidden;
	position:absolute;
	width: 100px;
	left:92%;
	top:0;
	opacity:0;
	-moz-transition:all 0.5s;
	-webkit-transition:opacity 0.5s;
	-o-transition:opacity 0.5s,visibility 0.5s;
	transition:opacity 0.5s;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0;
}
#vcRightNav #idProcess li:hover>ul{
	visibility:visible;
	opacity:1;
}

#vcRightNav #idProcess span{
	overflow:visible;
	background-image:url("../images/arrowsub.gif");
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
	content: "";
}

#vcRightNav #idProcess ul span{
	overflow:visible;
	background-image:url("../images/arrowsub.gif");
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
	content: "";
}
.btnanchorcls
{
	border: 0px solid black;
	padding: -7px -12px;
	font-size: 20px;
	margin: 0px 1px;
	cursor: pointer;		   
	width: 65px;
	background: url(../images/btnicon_help.png) no-repeat right center;
	font-size: 18px;
}
.btnanchorcls:hover
{
  color: #333;
  text-decoration:none;
}

/*Rajkumar : Start: Added css code for Digital Signatures menu*/
#vcRightNavDigi li {
	float: left;
	left: 0px;
	display: block;
	position: relative;
	border-right: 1px solid 0099ff;
	z-index: 96;
}
	/* this is the parent menu */
	#vcRightNavDigi li a {
		display: block;
		float: left;
		height: 20px;
		text-decoration: none;
		color: #000;
		font-family: var(--vc-font-sans);
		font-size: 16px;
		padding: 0 15px;
		outline: none;
	}

#vcRightNavDigi .browse {
	background: url(../images/icon_browse.png) no-repeat 10px 0;
	padding: 0 15px 0 35px !important;
}

#vcRightNavDigi .newfolder {
	background: url(../images/icon_newfolder.png) no-repeat 10px 0;
	padding: 0 15px 0 35px !important;
}

#vcRightNavDigi .upload {
	background: url(../images/icon_upload.png) no-repeat 10px 0;
	padding: 0 15px 0 35px !important;
}

#vcRightNavDigi .selected {
	background: url(../images/arrow_down.png) no-repeat right;
	padding: 0 15px 0 15px !important;
}

#vcRightNavDigi .disabled {
	color: #9fafb4 !important;
	padding: 0 15px 0 15px !important;
}
/* submenu, it's hidden by default */
#vcRightNavDigi ul {
	position: absolute;
	left: 1px;
	top: 2px;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	width: 130px;
	height: 20px;
}

	#vcRightNavDigi ul a {
		display: block;
		padding: 5px;
		background: 0099ff;
		line-height: normal;
		height: auto;
		width: 100px;
		left: 1px;
		border-right: none;
		text-align: left;
		text-decoration: none;
		color: #FFF;
		font-family: var(--vc-font-sans);
		font-size: 15px;
	}
#vcRightNavDigi li ul:first-child li {
	top: 0px;
	/*left: 12px;*/
	background: 0099ff;
	border-bottom: 1px solid #FFF;
	line-height: normal;
}

#vcRightNavDigi li ul li a:hover {
	background: #99ccff;
	color: #FFF;
}

#vcRightNavDigi li ul > li:last-child {
	border-right: none;
	border-bottom: 0px;
}
/* End */
/* display block will make the link fill the whole area of LI */
#vcRightNavDigi ul a:hover {
	background: #99ccff;
	color: #FFF;
}

#vcRightNavDigi ul {
	top: 0px;
}

#vcRightNavDigi li a {
	height: 100%;
	/*border-right: 1px solid #c0c9cc;*/
}

#vcRightNavDigi #idProcessDigi ul {
	visibility: hidden;
	position: absolute;
	width: 100px;
	left: 92%;
	top: 0;
	opacity: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s,visibility 0.5s;
	transition: opacity 0.5s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
}

#vcRightNavDigi #idProcessDigi li:hover > ul {
	visibility: visible;
	opacity: 1;
}

#vcRightNavDigi #idProcessDigi span {
	overflow: visible;
	background-image: url("../images/arrowsub.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	content: "";
}

#vcRightNavDigi #idProcessDigi ul span {
	overflow: visible;
	background-image: url("../images/arrowsub.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	content: "";
}
/*Rajkumar : End: Added css code for Digital Signatures menu*/

#vcMainNav .CRM {
	background: url(../images/navicon_newform.png) no-repeat center top;
}

#vcMainNav .ESignature {
	background: url(../images/navicon-esignature.png) no-repeat center top;
}
.overlay-text {
	position: absolute;
	top: 20px;
	right: 20px;
	pointer-events: none; /* makes it non-interactive */
	opacity: 0.1;
}
.k-animation-container.km-popup {
	z-index: 95 !important;
}

@media (max-width: 1200px) {
	.vcTopIdentityBar {
		align-items: flex-start;
		flex-direction: column;
	}
	.vcTopIdentityBarRight {
		width: 100%;
		justify-content: space-between;
	}
	.vcTopIdentityBar .links {
		text-align: left;
		width: 100%;
	}
}

/* =========================================================
   ViciECM Modern Kendo Grid Theme
   Derived from the provided Kendo reference styling
   ========================================================= */

.k-widget.k-grid,
.k-grid {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
	color: #1f2937;
	font-family: var(--vc-font-sans);
	font-size: 13px;
	overflow: hidden;
}

/* Naresh: 29-Jul-2026: "Saved Searches" heading above the saved-search list in the Search/Search
   Results left panel. It used to reuse .vcTopTools (the right-hand nav bar class) whose fixed height
   clipped it - it now has its own style so nav rules cannot affect it. */
.vcSavedSearchHeader {
	color: #111827;
	font-family: var(--vc-font-sans);
	font-size: 13px;
	font-weight: 600;
	padding: 10px 12px 8px 12px;
}

.k-grid .k-grid-header {
	background: #f8fafc;
	border-bottom: 1px solid #e5e7eb;
}

.k-grid .k-grid-header-wrap,
.k-grid .k-grid-content,
.k-grid .k-grid-content-locked,
.k-grid .k-grid-footer {
	border-color: #e5e7eb;
}

/* Naresh: 28-Jul-2026: the column titles had no visible divider - this was pinned to #e5e7eb, which
   is indistinguishable from the #f8fafc header background. Only the HEADER line is darkened; the body
   cells deliberately keep the original light palette (see the .k-grid-content td block below), because
   outlining every data cell read as a bold spreadsheet and was rejected. Note this file loads BEFORE
   kendo.common/kendo.default, so app rules need !important or higher specificity to hold. */
.k-grid .k-grid-header th.k-header,
.k-grid .k-grid-header th,
.k-grid th.k-header {
	background: #f8fafc !important;
	border-color: var(--vc-grid-line, #d3d8de) !important;
	color: #111827 !important;
	font-family: var(--vc-font-sans);
	font-size: 13px;
	font-weight: 600;
	padding: 12px 14px;
	vertical-align: middle;
}

.k-grid .k-grid-header th.k-header:not(:first-child),
.k-grid .k-grid-header th:not(:first-child),
.k-grid th.k-header:not(:first-child) {
	border-left-style: solid !important;
	border-left-width: 1px !important;
}

.k-grid .k-grid-header th a,
.k-grid .k-grid-header th .k-link,
.k-grid th.k-header .k-link {
	color: #111827 !important;
	font-weight: 600;
}

.k-grid .k-grid-content tr,
.k-grid .k-grid-content-locked tr {
	background: #ffffff;
}

.k-grid .k-grid-content tr.k-alt,
.k-grid .k-grid-content-locked tr.k-alt {
	background: #fbfdff;
}

.k-grid .k-grid-content tr:hover,
.k-grid .k-grid-content-locked tr:hover {
	background: #f8fbff;
}

/* Body cells keep the original light grid lines on purpose - do NOT reuse --vc-grid-line here. */
.k-grid .k-grid-content td,
.k-grid .k-grid-content-locked td {
	border-color: #eef2f7;
	color: #1f2937;
	font-family: var(--vc-font-sans);
	font-size: 13px;
	line-height: 1.35;
	padding: 13px 14px;
	vertical-align: middle;
}

.k-grid .k-grid-content td a,
.k-grid .k-grid-content-locked td a {
	color: #0067d8;
	font-weight: 500;
}

.k-grid .k-grid-content td a:hover,
.k-grid .k-grid-content-locked td a:hover {
	color: #0053ad;
	text-decoration: underline;
}

#gvClientComponents .k-grid-content td > a.sublinks {
	align-items: center;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	line-height: 0;
	min-width: 24px;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	width: 24px;
}

#gvClientComponents .k-grid-content td > a.sublinks img {
	display: block;
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	width: 24px;
}

.k-grid .k-state-selected,
.k-grid .k-state-selected:hover,
.k-grid tr.k-state-selected,
.k-grid tr.k-state-selected:hover {
	background: #e8f1ff !important;
	color: #111827 !important;
}

.k-grid .k-state-selected td,
.k-grid tr.k-state-selected td {
	border-color: #d7e3f7;
}

.k-grid .k-pager-wrap,
.k-grid .k-grid-pager {
	background: #ffffff;
	border-top: 1px solid #e5e7eb;
	box-sizing: border-box;
	color: #374151;
	min-height: 38px;
	padding: 12px 14px;
	position: relative;
	z-index: 3;
}

.k-grid .k-pager-numbers .k-link,
.k-grid .k-pager-nav,
.k-grid .k-pager-refresh,
.k-grid .k-pager-first,
.k-grid .k-pager-last {
	background: #ffffff;
	border-color: #e5e7eb;
	border-radius: 6px;
	color: #374151;
}

.k-grid .k-pager-numbers .k-state-selected,
.k-grid .k-pager-numbers .k-selected,
.k-grid .k-pager-wrap .k-state-selected,
.k-grid .k-pager-wrap .k-selected {
	background: #2563eb !important;
	border-color: #2563eb !important;
	border-radius: 6px;
	color: #ffffff !important;
}

.k-grid .k-pager-numbers .k-link:hover,
.k-grid .k-pager-nav:hover,
.k-grid .k-pager-refresh:hover,
.k-grid .k-pager-first:hover,
.k-grid .k-pager-last:hover {
	background: #eff6ff;
	border-color: #bfdbfe;
	color: #1d4ed8;
}

.k-grid .k-i-filter,
.k-grid .k-icon.k-i-filter,
.k-grid .k-i-arrow-n,
.k-grid .k-i-arrow-s,
.k-grid .k-sort-order {
	opacity: 0.65;
}

.k-grid .k-grid-header th:hover .k-i-filter,
.k-grid .k-grid-header th:hover .k-icon.k-i-filter,
.k-grid .k-grid-header th:hover .k-i-arrow-n,
.k-grid .k-grid-header th:hover .k-i-arrow-s {
	opacity: 1;
}

.k-grid.vici-grid-compact .k-grid-content td {
	padding: 9px 12px;
}

.vici-grid-wrap {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.vici-grid-toolbar {
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	gap: 12px;
	padding: 14px 16px;
}

.vici-grid-toolbar input,
.vici-grid-toolbar select,
.vici-grid-toolbar .k-dropdown,
.vici-grid-toolbar .k-combobox {
	border-radius: 6px;
	min-height: 36px;
}

.vici-primary-cell {
	align-items: center;
	display: flex;
	gap: 12px;
}

.vici-file-icon {
	align-items: center;
	background: #f1f5f9;
	border-radius: 50%;
	color: #64748b;
	display: inline-flex;
	flex-shrink: 0;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.vici-title {
	color: #111827;
	font-weight: 600;
	margin-bottom: 3px;
}

.vici-subtitle {
	color: #64748b;
	font-size: 12px;
}

.vici-due-critical {
	color: #dc2626;
	font-weight: 600;
}

.vici-due-ok {
	color: #16a34a;
	font-weight: 600;
}

.vici-badge {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding: 4px 10px;
	white-space: nowrap;
}

.vici-badge-progress {
	background: #dbeafe;
	color: #1d4ed8;
}

.vici-badge-queued {
	background: #fef3c7;
	color: #92400e;
}

.vici-badge-submitted {
	background: #dcfce7;
	color: #166534;
}

.vici-badge-review {
	background: #f3e8ff;
	color: #7e22ce;
}

.vici-action-cell {
	text-align: right;
	white-space: nowrap;
}

.vici-action-btn {
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #334155;
	cursor: pointer;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.vici-action-btn:hover {
	background: #eef2f7;
}

.k-grid .row-action-icons {
	opacity: 0;
	transition: opacity 0.15s ease;
}

.k-grid tr:hover .row-action-icons {
	opacity: 1;
}

@media (max-width: 1200px) {
	.k-grid .k-grid-content td,
	.k-grid .k-grid-header th {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* ============================================================================
   SearchDox Fixed Icon Rail Layout
   ============================================================================ */
body.vc-side-rail-enabled {
	--vc-rail-collapsed-width: 84px;
	--vc-rail-expanded-width: 292px;
	--vc-top-identity-height: 76px;
	background: #f8fafc;
}

body.vc-side-rail-enabled .vcContainer {
	background: #f8fafc;
	min-width: 0;
}

body.vc-side-rail-enabled .vcTopIdentityBar {
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	box-sizing: border-box;
	gap: 20px;
	min-height: var(--vc-top-identity-height);
	margin-left: var(--vc-rail-collapsed-width);
	padding: 12px 24px;
	position: relative;
	z-index: 950;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft {
	display: none;
}

body.vc-side-rail-enabled .vcTopIdentityBar .logo {
	border-right: 0;
	margin: 0;
	width: auto;
}

body.vc-side-rail-enabled .vcTopIdentityBar .logo img {
	display: block;
	height: auto;
	max-height: 46px;
	width: auto;
}

body.vc-side-rail-enabled .vcTopIdentityBarRight {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-end;
	min-width: 0;
}

body.vc-side-rail-enabled .vcTopIdentityBar .ClientLogo {
	float: none;
	margin: 0;
	max-width: 160px;
	width: auto;
}

body.vc-side-rail-enabled .vcTopIdentityBar .ClientLogo a,
body.vc-side-rail-enabled .vcTopIdentityBar .ClientLogo img {
	display: block;
}

body.vc-side-rail-enabled .vcTopIdentityBar .ClientLogo img {
	float: none !important;
	height: auto !important;
	margin: 0 !important;
	max-height: 42px;
	max-width: 150px;
}

body.vc-side-rail-enabled .vcTopIdentityBarActions {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
	position: relative;
}

body.vc-side-rail-enabled .vcTopIdentityQuickLinks,
body.vc-side-rail-enabled .vcTopIdentityLinkGroup {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

body.vc-side-rail-enabled .vcTopIdentityQuickLinks {
	justify-content: flex-end;
}

body.vc-side-rail-enabled .vcTopIdentityLinkGroup {
	color: #334155;
	font-size: 14px;
	justify-content: flex-end;
}

body.vc-side-rail-enabled .vcTopIdentityMeta {
	color: #334155;
	white-space: nowrap;
}

body.vc-side-rail-enabled .vcTopIdentityQuickLinks a,
body.vc-side-rail-enabled .vcTopIdentityHelpLink,
body.vc-side-rail-enabled .vcTopIdentityLogout {
	align-items: center;
	color: #334155;
	display: inline-flex;
	gap: 8px;
	text-decoration: none;
}

body.vc-side-rail-enabled .vcTopIdentityQuickLinks a:hover,
body.vc-side-rail-enabled .vcTopIdentityHelpLink:hover,
body.vc-side-rail-enabled .vcTopIdentityLogout:hover,
body.vc-side-rail-enabled .vcTopIdentityBar .links a:hover {
	color: #2563eb;
}

body.vc-side-rail-enabled .vcTopIdentityHelpLink,
body.vc-side-rail-enabled .vcTopIdentityLogout {
	font-weight: 600;
}

body.vc-side-rail-enabled .vcTopIdentityBar .links {
	float: none;
	text-align: right;
}

body.vc-side-rail-enabled .vcTopIdentityBar .ViciGlobalSearchBox,
body.vc-side-rail-enabled .vcTopIdentityBar .ViciPatientSearchBox {
	left: auto;
	margin: 12px 0 0;
	right: 0;
	top: 100%;
}

body.vc-side-rail-enabled .vcTopIdentityBar .ViciPatientSearchBox {
	right: 36px;
}

body.vc-side-rail-enabled .vcTopIdentityBar .ViciGlobalSearchBox .topArrow,
body.vc-side-rail-enabled .vcTopIdentityBar .ViciPatientSearchBox .topArrow {
	display: none;
}

body.vc-side-rail-enabled .btnSearchHelp,
body.vc-side-rail-enabled .btnPatientSearchHelp {
	margin: 0;
	width: auto;
}

body.vc-side-rail-enabled .vcHeader {
	background: #1f2937;
	border-right: 1px solid #374151;
	box-shadow: 14px 0 28px rgba(15, 23, 42, 0.12);
	display: flex !important;
	flex-direction: column;
	height: 100vh;
	left: 0;
	margin: 0;
	opacity: 1 !important;
	overflow: visible;
	position: fixed;
	top: 0;
	transition: width 0.22s ease;
	visibility: visible !important;
	width: var(--vc-rail-collapsed-width);
	z-index: 940;
}

body.vc-side-rail-enabled .vcHeader:hover,
body.vc-side-rail-enabled .vcHeader:focus-within {
	width: var(--vc-rail-expanded-width);
}

body.vc-side-rail-enabled .vcSideRailBrand {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	flex: 0 0 auto;
	height: 76px;
	justify-content: center;
	overflow: hidden;
	padding: 0 12px;
}

body.vc-side-rail-enabled .vcSideRailBrand a {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
	text-decoration: none;
	width: 100%;
}

body.vc-side-rail-enabled .vcSideRailBrand img {
	display: block;
	height: auto !important;
	max-height: 28px;
	max-width: 44px;
	transition: max-height 0.18s ease, max-width 0.18s ease;
	width: auto !important;
}

body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand {
	justify-content: flex-start;
	padding: 0 18px;
}

body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand a,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand a {
	justify-content: flex-start;
}

body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand img,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand img {
	max-height: 34px;
	max-width: 158px;
}

body.vc-side-rail-enabled .vcHeader .logo,
body.vc-side-rail-enabled .vcHeader .tools,
body.vc-side-rail-enabled .vcHeader .clearfloat {
	display: none;
}

body.vc-side-rail-enabled .vcMainNav {
	display: block !important;
	flex: 1 1 auto;
	float: none;
	height: auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 18px;
	visibility: visible !important;
	width: 100%;
}

body.vc-side-rail-enabled .vcMainNav::-webkit-scrollbar {
	width: 8px;
}

body.vc-side-rail-enabled .vcMainNav::-webkit-scrollbar-track {
	background: #1f2937;
}

body.vc-side-rail-enabled .vcMainNav::-webkit-scrollbar-thumb {
	background: #4b5563;
	border-radius: 999px;
}

body.vc-side-rail-enabled #vcMainNav {
	display: block !important;
	margin: 0;
	padding: 0;
	visibility: visible !important;
}

body.vc-side-rail-enabled #vcMainNav > li {
	display: block;
	float: none;
	position: relative;
	width: 100%;
}

body.vc-side-rail-enabled #vcMainNav > li > a {
	background-color: transparent !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 34px 34px !important;
	border-right: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-sizing: border-box;
	color: #d1d5db;
	display: block;
	float: none;
	font-size: 0;
	font-weight: 500;
	height: auto;
	line-height: 20px;
	min-height: 92px;
	outline: none;
	padding: 0 !important;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	transition: background-color 0.18s ease, color 0.18s ease, padding 0.18s ease;
	white-space: nowrap;
	width: 100% !important;
}

body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a {
	background-position: 18px center !important;
	font-size: 14px;
	min-height: 62px;
	padding: 16px 16px 16px 60px !important;
	text-indent: 0;
}

body.vc-side-rail-enabled #vcMainNav > li > a::before {
	content: none !important;
	display: none !important;
}

body.vc-side-rail-enabled #vcMainNav > li:first-child > a {
	border-top: 0;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a {
	background: #374151;
	color: #ffffff;
}

body.vc-side-rail-enabled #vcMainNav > li > a.admin {
	background-image: url(../images/admin.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.dashboard {
	background-image: url(../images/dashboard.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.browse {
	background-image: url(../images/browse.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.search {
	background-image: url(../images/search.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.manage {
	background-image: url(../images/manage.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.my {
	background-image: url(../images/navicon_my.png) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.workflow {
	background-image: url(../images/workflow.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.externalforms,
body.vc-side-rail-enabled #vcMainNav > li > a.liMFCExtForms {
	background-image: url(../images/form.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.rms {
	background-image: url(../images/rms.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li#liBanking > a {
	background-image: url(../images/manage.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.Reports {
	background-image: url(../images/reports.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.PDM {
	background-image: url(../images/navicon_PDM.png) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.ETS {
	background-image: url(../images/navicon_ETS.png) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.TasksUI {
	background-image: url(../images/tasks.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.DC {
	background-image: url(../images/navicon_docclassification.png) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.ESignature {
	background-image: url(../images/esignature.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav ul {
	background: #111827;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: none;
	display: none;
	left: auto;
	margin: 0;
	padding: 0 0 10px;
	position: static;
	top: auto;
	width: 100%;
}

body.vc-side-rail-enabled #vcMainNav ul > div {
	display: none !important;
}

body.vc-side-rail-enabled #vcMainNav li ul li {
	background: transparent;
	border-bottom: 0;
	float: none;
	top: auto;
	width: 100%;
}

body.vc-side-rail-enabled #vcMainNav ul a {
	background: transparent;
	box-sizing: border-box;
	color: #d1d5db;
	display: block;
	font-size: 13px;
	height: auto;
	line-height: 1.5;
	padding: 9px 16px 9px 58px;
	text-align: left;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li a:hover,
body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151;
	color: #ffffff;
}

body.vc-side-rail-enabled #vcMainNav ul ul {
	background: #0f172a;
	border-top: 0;
	padding-bottom: 0;
}

body.vc-side-rail-enabled #vcMainNav ul ul a {
	font-size: 12px;
	padding-left: 74px;
}

body.vc-side-rail-enabled #vcMainNav ul ul ul a {
	padding-left: 88px;
}

body.vc-side-rail-enabled .vcTitleBar,
body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcFooter {
	margin-left: var(--vc-rail-collapsed-width);
}

body.vc-side-rail-enabled .vcTitleBar {
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	box-sizing: border-box;
	display: flex;
	height: auto;
	min-height: 56px;
	padding: 10px 20px;
}

body.vc-side-rail-enabled .vcTitleBar .title {
	float: none;
}

body.vc-side-rail-enabled .vcTitleBar h1 {
	color: #0f172a;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

body.vc-side-rail-enabled .vcContentArea {
	background: #f8fafc;
}

body.vc-side-rail-enabled .vcFooter {
	background: #ffffff;
	border-top: 1px solid #e5e7eb;
}

/* Deployment fix: keep the side rail from creating page-level horizontal scroll. */
html,
body.vc-side-rail-enabled {
	max-width: 100%;
	overflow-x: hidden !important;
}

body.vc-side-rail-enabled .vcContainer {
	box-sizing: border-box;
	max-width: 100vw;
	overflow-x: hidden;
}

body.vc-side-rail-enabled .vcTopIdentityBar,
body.vc-side-rail-enabled .vcTitleBar,
body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcFooter {
	box-sizing: border-box;
	max-width: calc(100vw - var(--vc-rail-collapsed-width));
	width: calc(100vw - var(--vc-rail-collapsed-width));
}

body.vc-side-rail-enabled .vcHeader:hover,
body.vc-side-rail-enabled .vcHeader:focus-within {
	box-shadow: 10px 0 22px rgba(15, 23, 42, 0.16);
}

/* Left menu stabilization: compact icon rail with right-side submenu flyouts. */
body.vc-side-rail-enabled {
	--vc-rail-collapsed-width: 64px;
	--vc-rail-expanded-width: 64px;
}

body.vc-side-rail-enabled .vcTopIdentityBar,
body.vc-side-rail-enabled .vcTitleBar,
body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcFooter {
	margin-left: var(--vc-rail-collapsed-width) !important;
	max-width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
	width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
}

body.vc-side-rail-enabled .vcHeader,
body.vc-side-rail-enabled .vcHeader:hover,
body.vc-side-rail-enabled .vcHeader:focus-within {
	overflow: visible !important;
	transition: none !important;
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand {
	justify-content: center !important;
	padding: 0 8px !important;
}

body.vc-side-rail-enabled .vcSideRailBrand a,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand a,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand a {
	justify-content: center !important;
}

body.vc-side-rail-enabled .vcSideRailBrand img,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand img,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand img {
	max-height: 28px !important;
	max-width: 42px !important;
}

body.vc-side-rail-enabled .vcMainNav {
	overflow: visible !important;
	padding-bottom: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav,
body.vc-side-rail-enabled #vcMainNav > li {
	overflow: visible !important;
}

body.vc-side-rail-enabled #vcMainNav > li {
	position: relative !important;
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a {
	background-position: center center !important;
	background-size: 26px 26px !important;
	box-sizing: border-box !important;
	font-size: 0 !important;
	min-height: 58px !important;
	padding: 0 !important;
	text-indent: -9999px !important;
	transition: background-color 0.12s ease, color 0.12s ease !important;
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a {
	background-color: #374151 !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul {
	background: #111827 !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	border-radius: 0 6px 6px 0 !important;
	box-shadow: 12px 12px 28px rgba(15, 23, 42, 0.24) !important;
	display: block !important;
	left: var(--vc-rail-collapsed-width) !important;
	margin: 0 !important;
	min-width: 220px !important;
	opacity: 0 !important;
	padding: 6px 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	top: 0 !important;
	transform: translateX(-4px) !important;
	transition: opacity 0.12s ease, transform 0.12s ease !important;
	visibility: hidden !important;
	width: 240px !important;
	z-index: 1200 !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > ul,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > ul {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translateX(0) !important;
	visibility: visible !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul::before {
	content: "";
	height: 100%;
	left: -8px;
	position: absolute;
	top: 0;
	width: 8px;
}

body.vc-side-rail-enabled #vcMainNav ul li {
	position: relative !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul a {
	background: transparent !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	min-height: 34px !important;
	padding: 9px 14px !important;
	text-align: left !important;
	text-indent: 0 !important;
	white-space: normal !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

/* Client logo restored to the left identity area and rail flyout guard. */
body.vc-side-rail-enabled .vcTopIdentityBarLeft {
	align-items: center !important;
	display: flex !important;
	flex: 0 1 auto !important;
	gap: 18px !important;
	min-width: 0 !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo {
	align-items: center !important;
	display: flex !important;
	float: none !important;
	margin: 0 !important;
	max-height: 44px !important;
	max-width: 170px !important;
	width: auto !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo a,
body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo img {
	display: block !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo img {
	float: none !important;
	height: auto !important;
	margin: 0 !important;
	max-height: 42px !important;
	max-width: 160px !important;
	object-fit: contain !important;
	width: auto !important;
}

body.vc-side-rail-enabled .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
}

body.vc-side-rail-content-hover #vcMainNav > li > ul,
body.vc-side-rail-content-hover #vcMainNav ul ul,
body.vc-side-rail-content-hover #liWorkFlow #idProcess {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

/* ABSOLUTE LAST submenu cleanup: remove placeholder rows and fix clipped first item. */
body.vc-side-rail-enabled #vcMainNav > li > ul,
body.vc-side-rail-enabled #vcMainNav ul ul {
	background: #1f2937 !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	padding: 4px 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul > div,
body.vc-side-rail-enabled #vcMainNav ul div:has(> img[src*="loginbox_arrow"]) {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul li {
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box !important;
	display: block !important;
	float: none !important;
	height: auto !important;
	line-height: normal !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	top: 0 !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:empty,
body.vc-side-rail-enabled #vcMainNav ul li:not(:has(a)):not(:has(ul)),
body.vc-side-rail-enabled #vcMainNav ul li > a:empty {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul a,
body.vc-side-rail-enabled #vcMainNav ul a[style] {
	align-items: center !important;
	background: transparent !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	display: flex !important;
	float: none !important;
	font-size: 13px !important;
	height: auto !important;
	justify-content: flex-start !important;
	line-height: 18px !important;
	margin: 0 !important;
	min-height: 32px !important;
	overflow: visible !important;
	padding: 7px 12px !important;
	text-align: left !important;
	text-indent: 0 !important;
	white-space: normal !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul::before {
	display: none !important;
}

/* Final two-stage menu layout: fixed icon rail, optional label panel, then submenu. */
body.vc-side-rail-enabled {
	--vc-rail-collapsed-width: 54px;
	--vc-rail-label-width: 240px;
	--vc-rail-expanded-width: calc(var(--vc-rail-collapsed-width) + var(--vc-rail-label-width));
}

body.vc-side-rail-enabled .vcHeader,
body.vc-side-rail-enabled .vcHeader:hover,
body.vc-side-rail-enabled .vcHeader:focus-within {
	background: #1f2937 !important;
	left: 0 !important;
	overflow: visible !important;
	position: fixed !important;
	top: 0 !important;
	transition: width 0.16s ease !important;
	width: var(--vc-rail-collapsed-width) !important;
	z-index: 940 !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:hover,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:focus-within {
	box-shadow: 10px 0 22px rgba(15, 23, 42, 0.18) !important;
	width: var(--vc-rail-expanded-width) !important;
}

body.vc-side-rail-enabled .vcTopIdentityBar,
body.vc-side-rail-enabled .vcTitleBar,
body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcFooter {
	margin-left: var(--vc-rail-collapsed-width) !important;
	max-width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
	width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
}

body.vc-side-rail-enabled .vcSideRailToggle,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailToggle {
	background: #1f2937 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(209, 213, 219, 0.18) !important;
	box-sizing: border-box !important;
	display: flex !important;
	height: 54px !important;
	justify-content: center !important;
	left: 0 !important;
	padding: 0 !important;
	position: relative !important;
	top: 0 !important;
	width: var(--vc-rail-collapsed-width) !important;
	z-index: 2 !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailToggle::after {
	align-items: center !important;
	background: #1f2937 !important;
	border-bottom: 1px solid rgba(209, 213, 219, 0.18) !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	content: "Menu" !important;
	display: flex !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	height: 54px !important;
	left: var(--vc-rail-collapsed-width) !important;
	padding: 0 16px !important;
	position: absolute !important;
	top: 0 !important;
	width: var(--vc-rail-label-width) !important;
}

body.vc-side-rail-enabled .vcMainNav,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcMainNav {
	background: #1f2937 !important;
	height: calc(100vh - 54px) !important;
	left: 0 !important;
	overflow-x: visible !important;
	overflow-y: auto !important;
	padding: 0 !important;
	position: relative !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav,
body.vc-side-rail-enabled #vcMainNav > li {
	box-sizing: border-box !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a,
body.vc-side-rail-enabled #vcMainNav > li > a[class],
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a[class],
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a[class] {
	align-items: center !important;
	background: transparent !important;
	background-image: none !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	display: flex !important;
	font-size: 0 !important;
	height: 48px !important;
	line-height: 48px !important;
	min-height: 48px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	text-decoration: none !important;
	text-indent: -9999px !important;
	white-space: nowrap !important;
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a,
body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a[class],
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:hover #vcMainNav > li > a[class],
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:focus-within #vcMainNav > li > a,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:focus-within #vcMainNav > li > a[class] {
	font-size: 13px !important;
	padding: 0 38px 0 calc(var(--vc-rail-collapsed-width) + 14px) !important;
	text-indent: 0 !important;
	width: var(--vc-rail-expanded-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a::before,
body.vc-side-rail-enabled #vcMainNav > li > a[class]::before {
	height: 22px !important;
	left: 27px !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 22px !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a::after,
body.vc-side-rail-enabled #vcMainNav > li > a[class]::after {
	right: 4px !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a::after,
body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a[class]::after {
	right: 14px !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul {
	left: var(--vc-rail-collapsed-width) !important;
	top: 0 !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > ul {
	left: var(--vc-rail-expanded-width) !important;
	top: 0 !important;
}

/* Rail logo row and submenu expand/collapse indicators. */
body.vc-side-rail-enabled .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand {
	align-items: center !important;
	background: #1f2937 !important;
	border-bottom: 1px solid rgba(209, 213, 219, 0.18) !important;
	box-sizing: border-box !important;
	display: flex !important;
	height: 64px !important;
	justify-content: center !important;
	padding: 0 6px !important;
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled .vcSideRailBrand a,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand a,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand a {
	align-items: center !important;
	display: flex !important;
	height: 100% !important;
	justify-content: center !important;
	width: 100% !important;
}

body.vc-side-rail-enabled .vcSideRailBrand img,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand img,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand img {
	display: block !important;
	height: auto !important;
	max-height: 38px !important;
	max-width: 48px !important;
	object-fit: contain !important;
	width: auto !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul {
	left: calc(var(--vc-rail-collapsed-width) - 1px) !important;
	top: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a::after,
body.vc-side-rail-enabled #vcMainNav > li > a[class]::after {
	background-color: #d1d5db !important;
	content: "" !important;
	display: none !important;
	height: 14px !important;
	-webkit-mask-image: url(../images/expand.svg) !important;
	mask-image: url(../images/expand.svg) !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: 14px 14px !important;
	mask-size: 14px 14px !important;
	position: absolute !important;
	right: 3px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 14px !important;
}

body.vc-side-rail-enabled #vcMainNav > li:has(> ul) > a::after,
body.vc-side-rail-enabled #vcMainNav > li:has(> ul) > a[class]::after {
	display: block !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a::after,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a::after {
	background-color: #ffffff !important;
	-webkit-mask-image: url(../images/collapse.svg) !important;
	mask-image: url(../images/collapse.svg) !important;
}

/* Final menu correction: logo belongs in the header row, not inside the rail. */
body.vc-side-rail-enabled .vcTopIdentityBarLeft {
	align-items: center !important;
	display: flex !important;
	flex: 0 0 auto !important;
	min-width: 180px !important;
}

body.vc-side-rail-enabled .vcTopIdentityBar .logo {
	border-right: 0 !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.vc-side-rail-enabled .vcTopIdentityBar .logo img {
	display: block !important;
	height: auto !important;
	max-height: 44px !important;
	max-width: 170px !important;
	object-fit: contain !important;
	width: auto !important;
}

body.vc-side-rail-enabled .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand {
	display: none !important;
}

body.vc-side-rail-enabled #vcMainNav > ul,
body.vc-side-rail-enabled #vcMainNav ul:empty {
	display: none !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul > li:empty,
body.vc-side-rail-enabled #vcMainNav > li > ul > li:not(:has(a)):not(:has(ul)) {
	display: none !important;
}

body.vc-side-rail-enabled #liWorkFlow > ul {
	min-width: 250px !important;
	width: 250px !important;
}

body.vc-side-rail-enabled #liWorkFlow > ul > li {
	background: transparent !important;
	display: block !important;
	float: none !important;
	padding: 0 !important;
	position: static !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #liWorkFlow #idProcess,
body.vc-side-rail-enabled #liWorkFlow:hover #idProcess,
body.vc-side-rail-enabled #liWorkFlow:focus-within #idProcess {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block !important;
	left: auto !important;
	margin: 0 !important;
	min-width: 0 !important;
	opacity: 1 !important;
	padding: 0 !important;
	pointer-events: auto !important;
	position: static !important;
	top: auto !important;
	transform: none !important;
	visibility: visible !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #liWorkFlow #idProcess > li {
	display: block !important;
	float: none !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #liWorkFlow #idProcess a {
	box-sizing: border-box !important;
	display: block !important;
	padding: 9px 14px !important;
	width: 100% !important;
}

/* Final expandable rail behavior. */
body.vc-side-rail-enabled {
	--vc-rail-collapsed-width: 54px;
	--vc-rail-expanded-width: 240px;
}

body.vc-side-rail-enabled .vcHeader,
body.vc-side-rail-enabled .vcHeader:hover,
body.vc-side-rail-enabled .vcHeader:focus-within {
	background: #1f2937 !important;
	box-shadow: none !important;
	left: 0 !important;
	overflow: visible !important;
	position: fixed !important;
	top: 0 !important;
	transition: width 0.16s ease !important;
	width: var(--vc-rail-collapsed-width) !important;
	z-index: 940 !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:hover,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:focus-within {
	box-shadow: 10px 0 22px rgba(15, 23, 42, 0.18) !important;
	width: var(--vc-rail-expanded-width) !important;
}

body.vc-side-rail-enabled .vcTopIdentityBar,
body.vc-side-rail-enabled .vcTitleBar,
body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcFooter {
	margin-left: var(--vc-rail-collapsed-width) !important;
	max-width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
	width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
}

body.vc-side-rail-enabled .vcSideRailToggle {
	align-items: center !important;
	background: #1f2937 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(209, 213, 219, 0.18) !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	display: flex !important;
	height: 54px !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	width: 100% !important;
}

body.vc-side-rail-enabled .vcSideRailToggle::before {
	background-color: #d1d5db !important;
	content: "" !important;
	display: block !important;
	height: 24px !important;
	-webkit-mask-image: url(../images/expand.svg) !important;
	mask-image: url(../images/expand.svg) !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: 24px 24px !important;
	mask-size: 24px 24px !important;
	width: 24px !important;
}

body.vc-side-rail-enabled .vcSideRailToggle:hover {
	background: #374151 !important;
}

body.vc-side-rail-enabled .vcSideRailToggle:hover::before {
	background-color: #ffffff !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailToggle::before {
	-webkit-mask-image: url(../images/collapse.svg) !important;
	mask-image: url(../images/collapse.svg) !important;
}

body.vc-side-rail-enabled .vcMainNav {
	height: calc(100vh - 54px) !important;
	overflow-x: visible !important;
	overflow-y: auto !important;
	padding: 0 !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav,
body.vc-side-rail-enabled #vcMainNav > li {
	box-sizing: border-box !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a,
body.vc-side-rail-enabled #vcMainNav > li > a[class],
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a[class],
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a[class] {
	align-items: center !important;
	background: transparent !important;
	background-image: none !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	display: flex !important;
	font-size: 0 !important;
	height: 48px !important;
	line-height: 48px !important;
	min-height: 48px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative !important;
	text-decoration: none !important;
	text-indent: -9999px !important;
	white-space: nowrap !important;
	width: 100% !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a,
body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a[class],
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:hover #vcMainNav > li > a[class],
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:focus-within #vcMainNav > li > a,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:focus-within #vcMainNav > li > a[class] {
	font-size: 13px !important;
	padding: 0 38px 0 58px !important;
	text-indent: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a,
body.vc-side-rail-enabled #vcMainNav > li:hover > a[class],
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a[class] {
	background: #374151 !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a::before,
body.vc-side-rail-enabled #vcMainNav > li > a[class]::before {
	height: 22px !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 22px !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a::before,
body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a[class]::before {
	left: 27px !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a::after,
body.vc-side-rail-enabled #vcMainNav > li > a[class]::after {
	background-color: #d1d5db !important;
	content: "" !important;
	display: none !important;
	height: 13px !important;
	-webkit-mask-image: url(../images/expand.svg) !important;
	mask-image: url(../images/expand.svg) !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: 13px 13px !important;
	mask-size: 13px 13px !important;
	position: absolute !important;
	right: 3px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 13px !important;
}

body.vc-side-rail-enabled #vcMainNav > li.vc-has-submenu > a::after,
body.vc-side-rail-enabled #vcMainNav > li.vc-has-submenu > a[class]::after,
body.vc-side-rail-enabled #vcMainNav > li:has(> ul) > a::after,
body.vc-side-rail-enabled #vcMainNav > li:has(> ul) > a[class]::after {
	display: block !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a::after,
body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a[class]::after {
	right: 14px !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a::after,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a::after {
	background-color: #ffffff !important;
	-webkit-mask-image: url(../images/collapse.svg) !important;
	mask-image: url(../images/collapse.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul {
	background: #1f2937 !important;
	border: 1px solid rgba(209, 213, 219, 0.14) !important;
	border-radius: 0 4px 4px 0 !important;
	box-shadow: 12px 12px 24px rgba(15, 23, 42, 0.22) !important;
	box-sizing: border-box !important;
	display: block !important;
	left: var(--vc-rail-collapsed-width) !important;
	margin: 0 !important;
	min-width: 220px !important;
	opacity: 0 !important;
	padding: 6px 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	top: 0 !important;
	transform: translateX(-4px) !important;
	transition: opacity 0.12s ease, transform 0.12s ease !important;
	visibility: hidden !important;
	width: 240px !important;
	z-index: 1200 !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > ul {
	left: var(--vc-rail-expanded-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > ul,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > ul {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translateX(0) !important;
	visibility: visible !important;
}

body.vc-side-rail-enabled #vcMainNav ul a {
	background: transparent !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	display: block !important;
	float: none !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	min-height: 34px !important;
	padding: 9px 14px !important;
	text-align: left !important;
	text-indent: 0 !important;
	white-space: normal !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav ul ul {
	background: #0f172a !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow: 12px 12px 28px rgba(15, 23, 42, 0.22) !important;
	display: block !important;
	left: 100% !important;
	margin: 0 !important;
	min-width: 220px !important;
	opacity: 0 !important;
	padding: 6px 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	top: -6px !important;
	transform: translateX(-4px) !important;
	transition: opacity 0.12s ease, transform 0.12s ease !important;
	visibility: hidden !important;
	width: 240px !important;
	z-index: 1210 !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > ul,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > ul {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translateX(0) !important;
	visibility: visible !important;
}

body.vc-side-rail-enabled #vcMainNav ul ul a,
body.vc-side-rail-enabled #vcMainNav ul ul ul a {
	padding-left: 14px !important;
}

/* Final left-nav layout: fixed rail owns space; content starts after it. */
body.vc-side-rail-enabled {
	--vc-rail-collapsed-width: 64px;
	--vc-rail-expanded-width: 64px;
}

body.vc-side-rail-enabled .vcHeader,
body.vc-side-rail-enabled .vcHeader:hover,
body.vc-side-rail-enabled .vcHeader:focus-within {
	left: 0 !important;
	position: fixed !important;
	top: 0 !important;
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled .vcTopIdentityBar,
body.vc-side-rail-enabled .vcTitleBar,
body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcFooter {
	margin-left: var(--vc-rail-collapsed-width) !important;
	max-width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
	width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
}

body.vc-side-rail-enabled #vcMainNav > li,
body.vc-side-rail-enabled #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a {
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a {
	background-position: center center !important;
	font-size: 0 !important;
	padding: 0 !important;
	text-indent: -9999px !important;
}

/* Screen fit fixes: icon rail only, no rail logo, SVG menu icons. */
body.vc-side-rail-enabled .vcSideRailBrand {
	display: none !important;
}

body.vc-side-rail-enabled .vcHeader {
	background: #1f2937 !important;
	padding-top: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a,
body.vc-side-rail-enabled #vcMainNav ul a {
	color: #d1d5db !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a,
body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.admin {
	background-image: url(../images/admin.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.dashboard {
	background-image: url(../images/dashboard.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.browse {
	background-image: url(../images/browse.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.search {
	background-image: url(../images/search.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.manage {
	background-image: url(../images/manage.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.my {
	background-image: url(../images/navicon_my.png) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.workflow {
	background-image: url(../images/workflow.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.externalforms,
body.vc-side-rail-enabled #vcMainNav > li > a.liMFCExtForms {
	background-image: url(../images/form.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.rms {
	background-image: url(../images/rms.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li#liBanking > a {
	background-image: url(../images/manage.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.Reports {
	background-image: url(../images/reports.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.PDM {
	background-image: url(../images/navicon_PDM.png) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.ETS {
	background-image: url(../images/navicon_ETS.png) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.TasksUI {
	background-image: url(../images/tasks.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.DC {
	background-image: url(../images/navicon_docclassification.png) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.ESignature {
	background-image: url(../images/esignature.svg) !important;
}

body.vc-side-rail-enabled .vcContentArea {
	box-sizing: border-box !important;
	overflow-x: hidden !important;
}

body.vc-side-rail-enabled .vcContentArea > table,
body.vc-side-rail-enabled .vcContentArea .k-grid {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

body.vc-side-rail-enabled .k-grid .k-grid-toolbar,
body.vc-side-rail-enabled .k-grid .k-toolbar {
	box-sizing: border-box !important;
	max-width: 100% !important;
	overflow: hidden !important;
	white-space: normal !important;
}

/* SVG mask icons: one icon per item, color controlled by menu state. */
body.vc-side-rail-enabled #vcMainNav > li > a {
	background-color: transparent !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	color: #d1d5db !important;
	position: relative !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a {
	background: #374151 !important;
	background-image: none !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a::before {
	background-color: #d1d5db !important;
	content: "" !important;
	display: block !important;
	height: 24px !important;
	left: 50% !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: 24px 24px !important;
	mask-size: 24px 24px !important;
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 24px !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a::before,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a::before {
	background-color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.admin::before {
	-webkit-mask-image: url(../images/admin.svg) !important;
	mask-image: url(../images/admin.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.dashboard::before {
	-webkit-mask-image: url(../images/dashboard.svg) !important;
	mask-image: url(../images/dashboard.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.browse::before {
	-webkit-mask-image: url(../images/browse.svg) !important;
	mask-image: url(../images/browse.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.search::before {
	-webkit-mask-image: url(../images/search.svg) !important;
	mask-image: url(../images/search.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.manage::before,
body.vc-side-rail-enabled #vcMainNav > li#liBanking > a::before,
body.vc-side-rail-enabled #vcMainNav > li > a.my::before,
body.vc-side-rail-enabled #vcMainNav > li > a.PDM::before {
	-webkit-mask-image: url(../images/manage.svg) !important;
	mask-image: url(../images/manage.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.workflow::before {
	-webkit-mask-image: url(../images/workflow.svg) !important;
	mask-image: url(../images/workflow.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.externalforms::before,
body.vc-side-rail-enabled #vcMainNav > li > a.liMFCExtForms::before {
	-webkit-mask-image: url(../images/form.svg) !important;
	mask-image: url(../images/form.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.rms::before {
	-webkit-mask-image: url(../images/rms.svg) !important;
	mask-image: url(../images/rms.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.Reports::before {
	-webkit-mask-image: url(../images/reports.svg) !important;
	mask-image: url(../images/reports.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.ETS::before,
body.vc-side-rail-enabled #vcMainNav > li > a.TasksUI::before {
	-webkit-mask-image: url(../images/tasks.svg) !important;
	mask-image: url(../images/tasks.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.DC::before {
	-webkit-mask-image: url(../images/mapping.svg) !important;
	mask-image: url(../images/mapping.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.ESignature::before {
	-webkit-mask-image: url(../images/esignature.svg) !important;
	mask-image: url(../images/esignature.svg) !important;
}

/* END OF FILE submenu cleanup: hide old arrow placeholders/empty rows and fix first-row clipping. */
body.vc-side-rail-enabled #vcMainNav > li > ul,
body.vc-side-rail-enabled #vcMainNav ul ul {
	background: #1f2937 !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	padding: 4px 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul > div,
body.vc-side-rail-enabled #vcMainNav ul div:has(> img[src*="loginbox_arrow"]) {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul li {
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box !important;
	display: block !important;
	float: none !important;
	height: auto !important;
	line-height: normal !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	top: 0 !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:empty,
body.vc-side-rail-enabled #vcMainNav ul li:not(:has(a)):not(:has(ul)),
body.vc-side-rail-enabled #vcMainNav ul li > a:empty {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul a,
body.vc-side-rail-enabled #vcMainNav ul a[style] {
	align-items: center !important;
	background: transparent !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	display: flex !important;
	float: none !important;
	font-size: 13px !important;
	height: auto !important;
	justify-content: flex-start !important;
	line-height: 18px !important;
	margin: 0 !important;
	min-height: 32px !important;
	overflow: visible !important;
	padding: 7px 12px !important;
	text-align: left !important;
	text-indent: 0 !important;
	white-space: normal !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul::before {
	display: none !important;
}

/* LAST OVERRIDE: fixed icon rail + expandable name panel + submenu flyouts. */
body.vc-side-rail-enabled {
	--vc-rail-collapsed-width: 54px !important;
	--vc-rail-label-width: 240px !important;
	--vc-rail-expanded-width: 294px !important;
}

body.vc-side-rail-enabled .vcHeader,
body.vc-side-rail-enabled .vcHeader:hover,
body.vc-side-rail-enabled .vcHeader:focus-within {
	background: #1f2937 !important;
	left: 0 !important;
	overflow: visible !important;
	position: fixed !important;
	top: 0 !important;
	width: var(--vc-rail-collapsed-width) !important;
	z-index: 940 !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:hover,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:focus-within {
	box-shadow: 10px 0 22px rgba(15, 23, 42, 0.18) !important;
	width: var(--vc-rail-expanded-width) !important;
}

body.vc-side-rail-enabled .vcTopIdentityBar,
body.vc-side-rail-enabled .vcTitleBar,
body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcFooter {
	margin-left: var(--vc-rail-collapsed-width) !important;
	max-width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
	width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
}

body.vc-side-rail-enabled .vcSideRailToggle,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailToggle {
	align-items: center !important;
	background: #1f2937 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(209, 213, 219, 0.18) !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	display: flex !important;
	height: 54px !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled .vcSideRailToggle::before {
	background-color: #d1d5db !important;
	content: "" !important;
	display: block !important;
	height: 24px !important;
	-webkit-mask-image: url(../images/expand.svg) !important;
	mask-image: url(../images/expand.svg) !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: 24px 24px !important;
	mask-size: 24px 24px !important;
	width: 24px !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailToggle::before {
	-webkit-mask-image: url(../images/collapse.svg) !important;
	mask-image: url(../images/collapse.svg) !important;
}

body.vc-side-rail-enabled .vcSideRailToggle:hover,
body.vc-side-rail-enabled #vcMainNav > li:hover > a,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled .vcMainNav,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcMainNav {
	background: #1f2937 !important;
	height: calc(100vh - 54px) !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav,
body.vc-side-rail-enabled #vcMainNav > li {
	box-sizing: border-box !important;
	float: none !important;
	margin: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a,
body.vc-side-rail-enabled #vcMainNav > li > a[class],
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a[class],
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a[class] {
	align-items: center !important;
	background: transparent !important;
	background-image: none !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	display: flex !important;
	font-size: 0 !important;
	height: 48px !important;
	line-height: 48px !important;
	min-height: 48px !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	text-decoration: none !important;
	text-indent: -9999px !important;
	white-space: nowrap !important;
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a,
body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a[class],
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:hover #vcMainNav > li > a[class],
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:focus-within #vcMainNav > li > a,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcHeader:focus-within #vcMainNav > li > a[class] {
	font-size: 13px !important;
	padding: 0 38px 0 68px !important;
	text-indent: 0 !important;
	width: var(--vc-rail-expanded-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a::before,
body.vc-side-rail-enabled #vcMainNav > li > a[class]::before {
	background-color: #d1d5db !important;
	height: 22px !important;
	left: 27px !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 22px !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a::before,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a::before {
	background-color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a::after,
body.vc-side-rail-enabled #vcMainNav > li > a[class]::after {
	background-color: #d1d5db !important;
	content: "" !important;
	display: none !important;
	height: 13px !important;
	-webkit-mask-image: url(../images/expand.svg) !important;
	mask-image: url(../images/expand.svg) !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: 13px 13px !important;
	mask-size: 13px 13px !important;
	position: absolute !important;
	right: 4px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 13px !important;
}

body.vc-side-rail-enabled #vcMainNav > li.vc-has-submenu > a::after,
body.vc-side-rail-enabled #vcMainNav > li:has(> ul) > a::after {
	display: block !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a::after,
body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > a[class]::after {
	right: 14px !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a::after,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a::after {
	background-color: #ffffff !important;
	-webkit-mask-image: url(../images/collapse.svg) !important;
	mask-image: url(../images/collapse.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul {
	background: #1f2937 !important;
	border: 1px solid rgba(209, 213, 219, 0.14) !important;
	border-radius: 0 4px 4px 0 !important;
	box-shadow: 12px 12px 24px rgba(15, 23, 42, 0.22) !important;
	box-sizing: border-box !important;
	display: block !important;
	left: var(--vc-rail-collapsed-width) !important;
	margin: 0 !important;
	min-width: 220px !important;
	opacity: 0 !important;
	padding: 6px 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	top: 0 !important;
	transform: translateX(-4px) !important;
	transition: opacity 0.12s ease, transform 0.12s ease !important;
	visibility: hidden !important;
	width: 240px !important;
	z-index: 1200 !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li > ul {
	left: var(--vc-rail-expanded-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > ul,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > ul {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translateX(0) !important;
	visibility: visible !important;
}

body.vc-side-rail-enabled #vcMainNav ul a {
	background: transparent !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	display: block !important;
	float: none !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	min-height: 34px !important;
	padding: 9px 14px !important;
	text-align: left !important;
	text-indent: 0 !important;
	white-space: normal !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul,
body.vc-side-rail-enabled #vcMainNav ul ul {
	background: #1f2937 !important;
}

body.vc-side-rail-enabled #vcMainNav ul a {
	color: #d1d5db !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

@media (max-width: 1024px) {
	body.vc-side-rail-enabled {
		--vc-rail-collapsed-width: 76px;
		--vc-rail-expanded-width: 264px;
	}

	body.vc-side-rail-enabled .vcTopIdentityBar {
		padding: 12px 16px;
	}

	body.vc-side-rail-enabled .vcTopIdentityBarRight {
		justify-content: flex-start;
	}

	body.vc-side-rail-enabled .vcTopIdentityBarActions,
	body.vc-side-rail-enabled .vcTopIdentityQuickLinks,
	body.vc-side-rail-enabled .vcTopIdentityLinkGroup {
		justify-content: flex-start;
	}
}

/* Final sidebar icon/color override. Keep old nav backgrounds from tiling under SVG masks. */
body.vc-side-rail-enabled {
	--vc-rail-collapsed-width: 64px;
	--vc-rail-expanded-width: 64px;
}

body.vc-side-rail-enabled .vcHeader,
body.vc-side-rail-enabled .vcHeader:hover,
body.vc-side-rail-enabled .vcHeader:focus-within {
	background: #1f2937 !important;
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li,
body.vc-side-rail-enabled #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a {
	width: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a,
body.vc-side-rail-enabled #vcMainNav > li > a[class],
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:hover #vcMainNav > li > a[class],
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a,
body.vc-side-rail-enabled .vcHeader:focus-within #vcMainNav > li > a[class] {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 0 0 !important;
	color: #d1d5db !important;
	font-size: 0 !important;
	min-height: 58px !important;
	padding: 0 !important;
	text-indent: -9999px !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a,
body.vc-side-rail-enabled #vcMainNav > li:hover > a[class],
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a[class] {
	background: #374151 !important;
	background-image: none !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a::before,
body.vc-side-rail-enabled #vcMainNav > li > a[class]::before {
	background-color: #d1d5db !important;
	background-image: none !important;
	content: "" !important;
	display: block !important;
	height: 24px !important;
	left: 50% !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: 24px 24px !important;
	mask-size: 24px 24px !important;
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 24px !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a::before,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a::before {
	background-color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.admin::before {
	-webkit-mask-image: url(../images/admin.svg) !important;
	mask-image: url(../images/admin.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.dashboard::before {
	-webkit-mask-image: url(../images/dashboard.svg) !important;
	mask-image: url(../images/dashboard.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.browse::before {
	-webkit-mask-image: url(../images/browse.svg) !important;
	mask-image: url(../images/browse.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.search::before {
	-webkit-mask-image: url(../images/search.svg) !important;
	mask-image: url(../images/search.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.manage::before,
body.vc-side-rail-enabled #vcMainNav > li#liBanking > a::before,
body.vc-side-rail-enabled #vcMainNav > li > a.my::before,
body.vc-side-rail-enabled #vcMainNav > li > a.PDM::before {
	-webkit-mask-image: url(../images/manage.svg) !important;
	mask-image: url(../images/manage.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.workflow::before {
	-webkit-mask-image: url(../images/workflow.svg) !important;
	mask-image: url(../images/workflow.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.externalforms::before,
body.vc-side-rail-enabled #vcMainNav > li > a.liMFCExtForms::before {
	-webkit-mask-image: url(../images/form.svg) !important;
	mask-image: url(../images/form.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.rms::before {
	-webkit-mask-image: url(../images/rms.svg) !important;
	mask-image: url(../images/rms.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.Reports::before {
	-webkit-mask-image: url(../images/reports.svg) !important;
	mask-image: url(../images/reports.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.ETS::before,
body.vc-side-rail-enabled #vcMainNav > li > a.TasksUI::before {
	-webkit-mask-image: url(../images/tasks.svg) !important;
	mask-image: url(../images/tasks.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.DC::before {
	-webkit-mask-image: url(../images/mapping.svg) !important;
	mask-image: url(../images/mapping.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.ESignature::before {
	-webkit-mask-image: url(../images/esignature.svg) !important;
	mask-image: url(../images/esignature.svg) !important;
}

/* TRUE EOF submenu cleanup: hide old arrow placeholders/empty rows and fix first-row clipping. */
body.vc-side-rail-enabled #vcMainNav > li > ul,
body.vc-side-rail-enabled #vcMainNav ul ul {
	background: #1f2937 !important;
	box-sizing: border-box !important;
	overflow: visible !important;
	padding: 4px 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul > div,
body.vc-side-rail-enabled #vcMainNav ul div:has(> img[src*="loginbox_arrow"]) {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul li {
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box !important;
	display: block !important;
	float: none !important;
	height: auto !important;
	line-height: normal !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	top: 0 !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:empty,
body.vc-side-rail-enabled #vcMainNav ul li:not(:has(a)):not(:has(ul)),
body.vc-side-rail-enabled #vcMainNav ul li > a:empty {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul a,
body.vc-side-rail-enabled #vcMainNav ul a[style] {
	align-items: center !important;
	background: transparent !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	display: flex !important;
	float: none !important;
	font-size: 13px !important;
	height: auto !important;
	justify-content: flex-start !important;
	line-height: 18px !important;
	margin: 0 !important;
	min-height: 32px !important;
	overflow: visible !important;
	padding: 7px 12px !important;
	text-align: left !important;
	text-indent: 0 !important;
	white-space: normal !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul::before {
	display: none !important;
}

/* TRUE EOF first submenu row visibility fix. */
body.vc-side-rail-enabled #vcMainNav > li > ul {
	padding-top: 12px !important;
	padding-bottom: 6px !important;
	top: 2px !important;
	z-index: 5000 !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul > li:first-child,
body.vc-side-rail-enabled #vcMainNav > li > ul > li:first-child > a,
body.vc-side-rail-enabled #vcMainNav > li > ul > li:first-child ul,
body.vc-side-rail-enabled #vcMainNav > li > ul > li:first-child li:first-child,
body.vc-side-rail-enabled #vcMainNav > li > ul > li:first-child li:first-child > a {
	clip: auto !important;
	display: flex !important;
	height: auto !important;
	line-height: 18px !important;
	margin-top: 0 !important;
	min-height: 34px !important;
	overflow: visible !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	top: 0 !important;
	visibility: visible !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul > li:first-child ul {
	display: block !important;
	min-height: 0 !important;
	padding: 0 !important;
}

/* TRUE EOF nested submenu normalization. */
body.vc-side-rail-enabled #vcMainNav > ul {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul {
	padding: 8px 0 !important;
	top: 4px !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul > div,
body.vc-side-rail-enabled #vcMainNav > li > ul > li > div,
body.vc-side-rail-enabled #vcMainNav ul img[src*="loginbox_arrow"] {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul > li,
body.vc-side-rail-enabled #vcMainNav ul ul > li {
	background: transparent !important;
	border: 0 !important;
	display: block !important;
	float: none !important;
	height: auto !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: relative !important;
	top: 0 !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul > li > a,
body.vc-side-rail-enabled #vcMainNav ul ul > li > a,
body.vc-side-rail-enabled #vcMainNav > li > ul > li > a[style],
body.vc-side-rail-enabled #vcMainNav ul ul > li > a[style] {
	align-items: center !important;
	background: transparent !important;
	box-sizing: border-box !important;
	color: #d1d5db !important;
	display: flex !important;
	font-size: 13px !important;
	height: 34px !important;
	line-height: 18px !important;
	margin: 0 !important;
	min-height: 34px !important;
	overflow: visible !important;
	padding: 8px 12px !important;
	text-align: left !important;
	text-indent: 0 !important;
	white-space: nowrap !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul > li:first-child > a,
body.vc-side-rail-enabled #vcMainNav ul ul > li:first-child > a {
	margin-top: 0 !important;
}

body.vc-side-rail-enabled #liWorkFlow > ul > li:has(> #idProcess) {
	display: block !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
}

body.vc-side-rail-enabled #liWorkFlow #idProcess,
body.vc-side-rail-enabled #liWorkFlow:hover #idProcess,
body.vc-side-rail-enabled #liWorkFlow:focus-within #idProcess {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: block !important;
	left: auto !important;
	margin: 0 !important;
	min-width: 0 !important;
	opacity: 1 !important;
	padding: 0 !important;
	pointer-events: auto !important;
	position: static !important;
	top: auto !important;
	transform: none !important;
	visibility: visible !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:has(> ul) > a::after {
	background-color: #d1d5db !important;
	content: "" !important;
	display: block !important;
	height: 12px !important;
	-webkit-mask-image: url(../images/expand.svg) !important;
	mask-image: url(../images/expand.svg) !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: 12px 12px !important;
	mask-size: 12px 12px !important;
	position: absolute !important;
	right: 8px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 12px !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
	background: #374151 !important;
	color: #ffffff !important;
}

/* Naresh: 27-Jul-2026: Submenu parents (Designer) carry an empty <span style="float:right;"> that the
   LEGACY rules "#vcRightNav #idProcess span" / "#vcRightNavDigi #idProcessDigi span" paint with
   arrowsub.gif (a solid triangle). In the modern side rail that triangle rendered ALONGSIDE the
   chevron ::after above - two mismatched arrows on one row. Drop the legacy background here so only
   the chevron shows. Scoped to .vc-side-rail-enabled, so the old nav keeps its original look. */
body.vc-side-rail-enabled #idProcess span,
body.vc-side-rail-enabled #idProcess ul span,
body.vc-side-rail-enabled #idProcessDigi span,
body.vc-side-rail-enabled #idProcessDigi ul span {
	background-image: none !important;
	padding-right: 0 !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a::after,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a::after {
	/* Naresh: 26-Jul-2026: A nested submenu (e.g. Designer > General/Advanced) always opens to the
	   RIGHT, so its indicator must stay a right chevron (expand.svg). The old rule swapped it to the
	   LEFT chevron (collapse.svg) on hover, which showed a garbled backwards arrow when the submenu
	   was open. Keep expand.svg; only recolor white for the hovered/highlighted row. */
	background-color: #ffffff !important;
	-webkit-mask-image: url(../images/expand.svg) !important;
	mask-image: url(../images/expand.svg) !important;
}

/* TRUE EOF stacking fix: keep top header under menu flyouts. */
body.vc-side-rail-enabled .vcTopIdentityBar {
	z-index: 0 !important;
}

body.vc-side-rail-enabled .vcHeader,
body.vc-side-rail-enabled #vcMainNav > li > ul,
body.vc-side-rail-enabled #vcMainNav ul ul {
	z-index: 5000 !important;
}

/* Grid fit fix: keep the page width inside the fixed side rail and let Kendo own horizontal overflow. */
html,
body {
	max-width: 100% !important;
	overflow-x: hidden !important;
}

body.vc-side-rail-enabled .vcContainer {
	box-sizing: border-box !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow-x: hidden !important;
	width: 100% !important;
}

body.vc-side-rail-enabled .vcTopIdentityBar,
body.vc-side-rail-enabled .vcTitleBar,
body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcFooter {
	box-sizing: border-box !important;
	margin-left: var(--vc-rail-collapsed-width) !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: auto !important;
}

body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcContentArea2,
body.vc-side-rail-enabled .vcPopContentArea {
	box-sizing: border-box !important;
	max-width: none !important;
	min-width: 0 !important;
	overflow-x: hidden !important;
}

body.vc-side-rail-enabled .k-grid {
	box-sizing: border-box !important;
	max-width: 100% !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.vc-side-rail-enabled .k-grid-header,
body.vc-side-rail-enabled .k-grid-footer,
body.vc-side-rail-enabled .k-grid-pager,
body.vc-side-rail-enabled .k-grid-toolbar {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

body.vc-side-rail-enabled .k-grid-header-wrap,
body.vc-side-rail-enabled .k-grid-content,
body.vc-side-rail-enabled .k-grid-footer-wrap {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

body.vc-side-rail-enabled .k-grid-content {
	overflow: auto !important;
}

/* WFJobs grid: CSS-only correction for scripts that still assign window-width to the grid. */
body.vc-side-rail-enabled #gvMyJobs,
body.vc-side-rail-enabled #gvMyJobs.k-grid {
	box-sizing: border-box !important;
	clear: both !important;
	display: block !important;
	max-width: calc(100vw - var(--vc-rail-collapsed-width)) !important;
	min-width: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #gvMyJobs .k-grid-header,
body.vc-side-rail-enabled #gvMyJobs .k-grid-toolbar,
body.vc-side-rail-enabled #gvMyJobs .k-grid-pager {
	box-sizing: border-box !important;
	max-width: 100% !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #gvMyJobs .k-grid-header-wrap,
body.vc-side-rail-enabled #gvMyJobs .k-grid-footer-wrap {
	box-sizing: border-box !important;
	max-width: 100% !important;
	overflow: hidden !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #gvMyJobs .k-grid-content {
	box-sizing: border-box !important;
	max-width: 100% !important;
	overflow-x: auto !important;
	overflow-y: auto !important;
	width: 100% !important;
}

body.vc-side-rail-enabled #gvMyJobs .k-grid-header-wrap table,
body.vc-side-rail-enabled #gvMyJobs .k-grid-content table,
body.vc-side-rail-enabled #gvMyJobs .k-grid-footer-wrap table {
	max-width: none !important;
}

body.vc-side-rail-enabled #gvMyJobs .k-grid-header th,
body.vc-side-rail-enabled #gvMyJobs .k-grid-content td {
	box-sizing: border-box !important;
	overflow: hidden;
	text-overflow: ellipsis !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
}

/* WFJobs action column: icon actions are exposed through a positioned popup menu. */
body.vc-side-rail-enabled #gvMyJobs .k-grid-content td.vc-grid-action-cell,
body.vc-side-rail-enabled #gvAllJobs .k-grid-content td.vc-grid-action-cell,
body.vc-side-rail-enabled #gvWFList .k-grid-content td.vc-grid-action-cell {
	overflow: visible !important;
	position: relative !important;
	text-align: center !important;
}

body.vc-side-rail-enabled #gvMyJobs .k-grid-content td.vc-grid-action-cell img.vc-grid-action-source,
body.vc-side-rail-enabled #gvAllJobs .k-grid-content td.vc-grid-action-cell img.vc-grid-action-source,
body.vc-side-rail-enabled #gvWFList .k-grid-content td.vc-grid-action-cell img.vc-grid-action-source {
	display: none !important;
}

.vc-grid-action-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 3px;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 28px;
}

.vc-grid-action-trigger:hover,
.vc-grid-action-trigger:focus,
.vc-grid-action-trigger.is-open {
	background: #e5e7eb;
	outline: none;
}

.vc-grid-action-menu-popup {
	background: #ffffff;
	border: 1px solid #cfd6df;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
	box-sizing: border-box;
	display: none;
	max-height: min(320px, calc(100vh - 24px));
	min-width: 190px;
	overflow-y: auto;
	padding: 4px 0;
	position: fixed;
	width: 220px;
	z-index: 5000;
}

.vc-grid-action-menu-popup.is-open {
	display: block;
}

.vc-grid-action-menu-item {
	align-items: center;
	background: #ffffff;
	border: 0;
	box-sizing: border-box;
	color: #111827;
	cursor: pointer;
	display: flex;
	font: inherit;
	gap: 9px;
	min-height: 32px;
	padding: 7px 11px;
	text-align: left;
	width: 100%;
}

.vc-grid-action-menu-item:hover,
.vc-grid-action-menu-item:focus {
	background: #edf2f7;
	outline: none;
}

.vc-grid-action-menu-item img {
	flex: 0 0 auto;
	height: 18px;
	object-fit: contain;
	width: 18px;
}

.vc-grid-action-menu-item span {
	display: block;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* SVG asset overrides: keep markup intact while replacing legacy bitmap UI icons. */
body.vc-side-rail-enabled .vcTopIdentityHelpLink,
.btnHelp,
.btnSearchHelp,
.btnPatientSearchHelp,
.btnPopupHelp {
	background: url(../images/help.svg) no-repeat center center !important;
	background-size: 18px 18px !important;
	box-sizing: border-box !important;
	color: transparent !important;
	display: inline-block !important;
	font-size: 0 !important;
	height: 24px !important;
	line-height: 24px !important;
	overflow: hidden !important;
	padding: 0 !important;
	text-indent: -9999px !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	width: 24px !important;
}

body.vc-side-rail-enabled .vcTopIdentityHelpLink:hover,
.btnHelp:hover,
.btnSearchHelp:hover,
.btnPatientSearchHelp:hover,
.btnPopupHelp:hover {
	background-color: #eef6ff !important;
	border-radius: 3px !important;
}

#vc-tools-trigger,
#vc-tools-trigger.active {
	background-image: url(../images/down-menu.svg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 15px 15px !important;
}

.vc-grid-action-trigger {
	background-image: url(../images/action.svg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 18px 18px !important;
	color: transparent !important;
	font-size: 0 !important;
	text-indent: -9999px !important;
}

.vc-grid-action-trigger:hover,
.vc-grid-action-trigger:focus,
.vc-grid-action-trigger.is-open {
	background-color: #e5e7eb !important;
	background-image: url(../images/action.svg) !important;
}

.cIndicator img[src$="fixed_doc.png"] {
	content: url(../images/doc-wf.svg) !important;
	height: 22px !important;
	width: 22px !important;
}

.cIndicator img[src$="flexi_doc.png"] {
	content: url(../images/flexi-doc-wf.svg) !important;
	height: 22px !important;
	width: 22px !important;
}

.cIndicator img[src$="fixed_form.png"] {
	content: url(../images/form-wf.svg) !important;
	height: 22px !important;
	width: 22px !important;
}

.cIndicator img[src$="flexi_form.png"] {
	content: url(../images/flexi-form-wf.svg) !important;
	height: 22px !important;
	width: 22px !important;
}

/* ViciECM SS UI Changes 20260514 */
body.vc-side-rail-enabled .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #1f2937 !important;
	border-bottom: 1px solid rgba(209, 213, 219, 0.18) !important;
	height: 64px !important;
	padding: 0 8px !important;
}

body.vc-side-rail-enabled .vcSideRailBrand img,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand img,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand img {
	display: block !important;
	max-height: 34px !important;
	max-width: 44px !important;
	object-fit: contain !important;
}

body.vc-side-rail-enabled .vcHeader.is-expanded .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader.vcHeaderExpanded .vcSideRailBrand {
	justify-content: flex-start !important;
}

body.vc-side-rail-enabled .vcHeader.is-expanded .vcSideRailBrand img,
body.vc-side-rail-enabled .vcHeader.vcHeaderExpanded .vcSideRailBrand img {
	max-width: 150px !important;
}

#wfJobsExternalFilterBar,
#gvMyJobs .k-grid-filter,
#gvMyJobs .k-header .k-grid-filter,
#gvMyJobs .k-grid-header .k-filtercell,
#gvMyJobs .k-filter-row {
	display: none !important;
}

#toolbar-btnPrev,
#toolbar-btnNext,
#gvMyJobs .k-pager-info {
	display: none !important;
}

#gvMyJobs .k-grid-toolbar {
	align-items: center !important;
	display: flex !important;
	gap: 12px !important;
	min-height: 40px !important;
}

#wfJobsTopRecordCount,
#lblResultCount {
	color: #111827 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	margin-left: auto !important;
	padding-right: 10px !important;
	white-space: nowrap !important;
}

body.vc-side-rail-enabled #gvMyJobs .k-grid-header th,
body.vc-side-rail-enabled #gvMyJobs .k-grid-header th.k-header {
	background: #e3eaec !important;
	color: #111827 !important;
	font-weight: 600 !important;
}

body.vc-side-rail-enabled #gvMyJobs .k-grid-content tr:nth-child(even) td {
	background: #f3f7fb !important;
}

body.vc-side-rail-enabled #gvMyJobs .k-grid-content tr:hover td {
	background: #dbeaf2 !important;
}

.vc-grid-action-menu-popup {
	max-height: min(240px, calc(100vh - 24px)) !important;
	min-width: 152px !important;
	padding: 3px 0 !important;
	width: 172px !important;
	z-index: 9000 !important;
}

.vc-grid-action-menu-item {
	font-size: 11px !important;
	gap: 7px !important;
	min-height: 26px !important;
	padding: 5px 9px !important;
}

.vc-grid-action-menu-item img {
	height: 15px !important;
	width: 15px !important;
}

.vc-grid-action-menu-item span:empty,
.vc-grid-action-menu-item:has(span:empty) {
	display: none !important;
}

body.vc-side-rail-enabled .vcMainNav ul,
body.vc-side-rail-enabled #vcMainNav ul {
	max-height: calc(100vh - 24px) !important;
	overflow-y: auto !important;
	z-index: 8000 !important;
}
/* New SVG Icon Mapping 20260514 */
#vc-tools-trigger,
#vc-tools-trigger.active {
	background-image: url(../images/down-menu.svg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 15px 15px !important;
}

.vc-grid-action-trigger,
.vc-grid-action-trigger:hover,
.vc-grid-action-trigger:focus,
.vc-grid-action-trigger.is-open {
	background-image: url(../images/action.svg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 18px 18px !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.my::before {
	-webkit-mask-image: url(../images/my.svg) !important;
	mask-image: url(../images/my.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.workflow::before {
	-webkit-mask-image: url(../images/flow.svg) !important;
	mask-image: url(../images/flow.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.my {
	background-image: url(../images/my.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.workflow {
	background-image: url(../images/flow.svg) !important;
}

#gvMyJobs img[src$="AddText.png"],
#gvMyJobs img[src*="AddText.png"] {
	content: url(../images/comments.svg) !important;
	height: 18px !important;
	width: 18px !important;
}

#gvMyJobs img[src*="attachment"],
#gvMyJobs img[src*="Attachment"],
#gvMyJobs img[src*="WFattachments"] {
	content: url(../images/attachments.svg) !important;
	height: 18px !important;
	width: 18px !important;
}
/* WFJobs Toolbar Menu Fix 20260514 */
#trTop {
	display: none !important;
}

#gvMyJobs .k-grid-filter,
#gvMyJobs .k-header .k-grid-filter,
#gvMyJobs .k-grid-header .k-grid-filter {
	display: inline-block !important;
	visibility: visible !important;
}

#gvMyJobs .k-filter-row,
#wfJobsExternalFilterBar,
#wfJobsTopRecordCount {
	display: none !important;
}

#gvMyJobs .k-grid-toolbar {
	align-items: center !important;
	display: flex !important;
	gap: 8px !important;
	min-height: 40px !important;
	overflow: visible !important;
}

#wfJobsToolbarMenu {
	display: inline-flex !important;
	position: relative !important;
	z-index: 7500 !important;
}

#wfJobsToolbarMenuTrigger {
	background: #ffffff url(../images/down-menu.svg) no-repeat center center !important;
	background-size: 15px 15px !important;
	border: 1px solid #9ca3af !important;
	border-radius: 2px !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	display: inline-block !important;
	height: 22px !important;
	margin: 0 0 0 6px !important;
	padding: 0 !important;
	width: 22px !important;
}

#wfJobsToolbarMenuTrigger:hover,
#wfJobsToolbarMenuTrigger.is-open {
	background-color: #eef2f7 !important;
	border-color: #64748b !important;
}

#wfJobsToolbarMenuPopup {
	background: #1f2937 !important;
	border: 1px solid rgba(209, 213, 219, 0.22) !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22) !important;
	box-sizing: border-box !important;
	display: none !important;
	max-height: min(320px, calc(100vh - 24px)) !important;
	min-width: 210px !important;
	overflow: visible !important;
	padding: 6px !important;
	position: fixed !important;
	width: 230px !important;
	z-index: 9000 !important;
}

#wfJobsToolbarMenuPopup.is-open {
	display: block !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-item,
#wfJobsToolbarMenuPopup .wf-jobs-menu-button,
#wfJobsToolbarMenuPopup input[type='button'],
#wfJobsToolbarMenuPopup button,
#wfJobsToolbarMenuPopup .k-dropdown,
#wfJobsToolbarMenuPopup .k-dropdown-wrap {
	box-sizing: border-box !important;
	width: 100% !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-item,
#wfJobsToolbarMenuPopup .wf-jobs-menu-button,
#wfJobsToolbarMenuPopup input[type='button'],
#wfJobsToolbarMenuPopup button {
	background: transparent !important;
	border: 0 !important;
	border-radius: 2px !important;
	color: #d1d5db !important;
	cursor: pointer !important;
	display: block !important;
	font-size: 12px !important;
	line-height: 18px !important;
	margin: 0 !important;
	min-height: 28px !important;
	padding: 5px 8px !important;
	text-align: left !important;
	text-decoration: none !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-item:hover,
#wfJobsToolbarMenuPopup .wf-jobs-menu-button:hover,
#wfJobsToolbarMenuPopup input[type='button']:hover,
#wfJobsToolbarMenuPopup button:hover {
	background: #374151 !important;
	color: #ffffff !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-parent {
    padding-right: 24px !important;
    position: relative !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-parent::after {
    color: #9ca3af !important;
    content: "\203A" !important;
    position: absolute !important;
    right: 10px !important;
    top: 6px !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-submenu {
    background: #1f2937 !important;
    border: 1px solid rgba(209, 213, 219, 0.22) !important;
    box-shadow: 4px 4px 14px rgba(15, 23, 42, 0.28) !important;
    box-sizing: border-box !important;
    display: none !important;
    left: 100% !important;
    min-width: 145px !important;
    padding: 6px !important;
    position: absolute !important;
    top: 0 !important;
    z-index: 30060 !important;
}

#wfJobsToolbarMenuPopup.is-open {
    overflow: visible !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-parent:hover > .wf-jobs-menu-submenu,
#wfJobsToolbarMenuPopup .wf-jobs-menu-parent:focus-within > .wf-jobs-menu-submenu {
    display: block !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-subitem {
    background: transparent !important;
    border: 0 !important;
    box-sizing: border-box !important;
    color: #d1d5db !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 0 !important;
    min-height: 28px !important;
    padding: 5px 8px !important;
    text-align: left !important;
    white-space: nowrap !important;
    width: 100% !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-subitem:hover,
#wfJobsToolbarMenuPopup .wf-jobs-menu-subitem:focus {
    background: #374151 !important;
    color: #ffffff !important;
}

#wfJobsToolbarMenuPopup .wf-jobs-menu-control {
	margin: 0 0 5px 0 !important;
}

#lblResultCount {
	display: inline-block !important;
	margin-left: auto !important;
}
/* ViciECM final menu/filter corrections 20260514 */
body.vc-side-rail-enabled #vcMainNav > li > a.my::before {
    -webkit-mask-image: url(../images/my.svg) !important;
    mask-image: url(../images/my.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.my {
    background-image: url(../images/my.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav ul li,
body.vc-side-rail-enabled #vcMainNav ul li:first-child,
body.vc-side-rail-enabled #vcMainNav ul li:first-child > a,
body.vc-side-rail-enabled #vcMainNav ul li li:first-child,
body.vc-side-rail-enabled #vcMainNav ul li li:first-child > a {
    clip: auto !important;
    height: auto !important;
    min-height: 28px !important;
    max-height: none !important;
    overflow: visible !important;
    text-indent: 0 !important;
    visibility: visible !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:empty,
body.vc-side-rail-enabled #vcMainNav ul li > a:empty,
body.vc-side-rail-enabled #vcMainNav ul li:has(> a:empty):not(:has(ul)) {
    display: none !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > ul,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > ul {
    display: block !important;
    left: 100% !important;
    top: 0 !important;
    min-width: 190px !important;
    width: auto !important;
    background: #1f2937 !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .28) !important;
    z-index: 9000 !important;
}

body.vc-side-rail-enabled #vcMainNav ul a,
body.vc-side-rail-enabled #vcMainNav ul a[style] {
    display: flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 0 12px !important;
    color: #d1d5db !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a {
    background: #374151 !important;
    color: #ffffff !important;
}

#gvMyJobs .k-grid-filter,
#gvMyJobs .k-header .k-grid-filter,
#gvMyJobs .k-grid-header .k-grid-filter,
#gvMyJobs .k-grid-header .k-filtercell,
#gvMyJobs .k-filter-row {
    display: none !important;
}

#wfJobsExternalFilterBar {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px !important;
    border-top: 1px solid #d7dde2 !important;
    border-bottom: 1px solid #d7dde2 !important;
    background: #f3f6f8 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 34px !important;
    overflow: hidden !important;
}

#wfJobsExternalFilterBar .wf-jobs-filter-label {
    flex: 0 0 auto !important;
    font-weight: 600 !important;
    color: #111827 !important;
}

#wfJobsExternalFilterBar select,
#wfJobsExternalFilterBar input[type="text"] {
    height: 24px !important;
    line-height: 24px !important;
    border: 1px solid #aebdcb !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

#wfJobsExternalFilterBar .wf-jobs-filter-field,
#wfJobsExternalFilterBar .wf-jobs-filter-operator,
#wfJobsExternalFilterBar .wf-jobs-filter-logic {
    flex: 0 0 125px !important;
    max-width: 155px !important;
}

#wfJobsExternalFilterBar .wf-jobs-filter-value {
    flex: 1 1 auto !important;
    min-width: 120px !important;
}

#wfJobsExternalFilterBar .wf-jobs-filter-btn {
    flex: 0 0 auto !important;
    min-width: 52px !important;
    height: 24px !important;
    padding: 0 12px !important;
}

#lblResultCount {
    display: inline-block !important;
    white-space: nowrap !important;
    color: #111827 !important;
}

body.vc-tools-consolidation .vcTitleBar .title .vc-tools-dropdown,
body.vc-tools-consolidation .vcTitleBar .title #vc-tools-dropdown {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    margin: 0 0 0 72px !important;
    position: relative !important;
    width: 24px !important;
    height: 24px !important;
    z-index: 7001 !important;
}

body.vc-tools-consolidation #vc-tools-popup {
    position: fixed !important;
    min-width: 185px !important;
    max-height: 414px !important;
    overflow-y: auto !important;
    background: #1f2937 !important;
    border: 1px solid #374151 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .28) !important;
    z-index: 9002 !important;
}

body.vc-tools-consolidation #vc-tools-popup .vc-tools-content a,
body.vc-tools-consolidation #vc-tools-popup a {
    display: flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 0 12px !important;
    color: #d1d5db !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body.vc-tools-consolidation #vc-tools-popup .vc-tools-content a:hover,
body.vc-tools-consolidation #vc-tools-popup a:hover {
    background: #374151 !important;
    color: #ffffff !important;
}

/* Absolute final rail/client-logo correction 20260514 */
body.vc-side-rail-enabled .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader.is-expanded .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader.vcHeaderExpanded .vcSideRailBrand {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    visibility: hidden !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft {
    align-items: center !important;
    display: flex !important;
    flex: 0 1 auto !important;
    gap: 18px !important;
    min-width: 0 !important;
    visibility: visible !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo,
body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo a,
body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo img {
    display: block !important;
    float: none !important;
    visibility: visible !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo {
    margin: 0 !important;
    max-width: 170px !important;
    width: auto !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo img {
    height: auto !important;
    margin: 0 !important;
    max-height: 42px !important;
    max-width: 160px !important;
    object-fit: contain !important;
    width: auto !important;
}

body.vc-side-rail-content-hover #vcMainNav > li > ul,
body.vc-side-rail-content-hover #vcMainNav ul ul,
body.vc-side-rail-content-hover #liWorkFlow #idProcess {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

/* Logo and My-menu correction 20260514 */
body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo {
    align-items: center !important;
    display: flex !important;
    height: 62px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    max-width: 220px !important;
    min-width: 120px !important;
    width: auto !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo a {
    align-items: center !important;
    display: flex !important;
    height: 100% !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo img {
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    max-height: 50px !important;
    max-width: 180px !important;
    object-fit: contain !important;
    width: auto !important;
}

body.vc-side-rail-enabled .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:hover .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader:focus-within .vcSideRailBrand,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader.is-expanded .vcSideRailBrand,
body.vc-side-rail-enabled .vcHeader.vcHeaderExpanded .vcSideRailBrand {
    align-items: center !important;
    display: flex !important;
    height: 62px !important;
    justify-content: flex-start !important;
    max-height: 62px !important;
    min-height: 62px !important;
    overflow: hidden !important;
    padding: 0 14px 0 56px !important;
    visibility: visible !important;
}

body.vc-side-rail-enabled:not(.vc-side-rail-expanded) .vcSideRailBrand {
    opacity: 0 !important;
    pointer-events: none !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailBrand {
    opacity: 1 !important;
    pointer-events: auto !important;
}

body.vc-side-rail-enabled .vcSideRailBrand .logo,
body.vc-side-rail-enabled .vcSideRailBrand .logo a {
    align-items: center !important;
    display: flex !important;
    height: 50px !important;
    margin: 0 !important;
    max-width: 160px !important;
    overflow: hidden !important;
}

body.vc-side-rail-enabled .vcSideRailBrand .logo img {
    display: block !important;
    height: auto !important;
    max-height: 42px !important;
    max-width: 150px !important;
    object-fit: contain !important;
    width: auto !important;
}

body.vc-side-rail-enabled #vcRightNavDigi > li {
    background: transparent !important;
    border: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
}

body.vc-side-rail-enabled #vcRightNavDigi > li > ul#idProcessDigi {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    left: auto !important;
    min-width: 190px !important;
    opacity: 1 !important;
    padding: 6px 0 !important;
    position: static !important;
    top: auto !important;
    visibility: visible !important;
}

body.vc-side-rail-enabled #vcRightNavDigi > li > ul#idProcessDigi > div,
body.vc-side-rail-enabled #vcRightNavDigi > li > ul#idProcessDigi > li:empty,
body.vc-side-rail-enabled #vcRightNavDigi > li > ul#idProcessDigi > li > a:empty {
    display: none !important;
}

/* Side rail submenu isolation fix 20260514 */
body.vc-side-rail-enabled #vcMainNav > li > ul,
body.vc-side-rail-enabled #vcMainNav > li > ul ul {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > ul,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > ul {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    z-index: 9100 !important;
}

body.vc-side-rail-enabled:not(.vc-side-rail-expanded) #vcMainNav > li:hover > ul,
body.vc-side-rail-enabled:not(.vc-side-rail-expanded) #vcMainNav > li:focus-within > ul {
    left: var(--vc-rail-collapsed-width) !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li:hover > ul,
body.vc-side-rail-enabled.vc-side-rail-expanded #vcMainNav > li:focus-within > ul {
    left: var(--vc-rail-expanded-width) !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > a,
body.vc-side-rail-enabled #vcMainNav > li:hover > a[class],
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > a[class] {
    background: #374151 !important;
    color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav > li:hover > ul *,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > ul * {
    pointer-events: auto !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul a {
    cursor: pointer !important;
}

body.vc-side-rail-enabled #liWorkFlow #idProcess,
body.vc-side-rail-enabled #vcRightNavDigi > li > ul#idProcessDigi {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    left: auto !important;
    min-width: 190px !important;
    opacity: 1 !important;
    padding: 6px 0 !important;
    position: static !important;
    top: auto !important;
    visibility: visible !important;
    width: 100% !important;
}

body.vc-side-rail-enabled #idProcess > li > ul,
body.vc-side-rail-enabled #idProcessDigi > li > ul {
    background: #1f2937 !important;
    border: 0 !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22) !important;
    display: none !important;
    left: 100% !important;
    min-width: 190px !important;
    opacity: 0 !important;
    padding: 6px 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 0 !important;
    visibility: hidden !important;
    z-index: 9200 !important;
}

body.vc-side-rail-enabled #idProcess > li:hover > ul,
body.vc-side-rail-enabled #idProcess > li:focus-within > ul,
body.vc-side-rail-enabled #idProcessDigi > li:hover > ul,
body.vc-side-rail-enabled #idProcessDigi > li:focus-within > ul {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul > div,
body.vc-side-rail-enabled #vcMainNav > li > ul > li > div,
body.vc-side-rail-enabled #vcMainNav > li > ul li:empty,
body.vc-side-rail-enabled #vcMainNav > li > ul a:empty {
    display: none !important;
}

/* Final icon and popup alignment updates 20260514 */
#vc-tools-trigger,
#vc-tools-trigger.active,
body.vc-tools-consolidation .vc-tools-trigger,
body.vc-tools-consolidation .vc-tools-trigger.active {
    background-image: url(../images/menudown.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 15px 15px !important;
}

#gvMyJobs .k-grid-filter,
#gvMyJobs .k-header .k-grid-filter,
#gvMyJobs .k-grid-header .k-grid-filter {
    background: transparent url(../images/down-menu.svg) no-repeat center center !important;
    background-size: 12px 12px !important;
    border: 0 !important;
    display: inline-flex !important;
    height: 18px !important;
    opacity: 1 !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
    visibility: visible !important;
    width: 18px !important;
}

#gvMyJobs .k-grid-filter .k-icon,
#gvMyJobs .k-grid-filter .k-i-filter,
#gvMyJobs .k-grid-filter .k-svg-icon,
#gvMyJobs .k-grid-filter svg {
    display: none !important;
}

#gvMyJobs .vc-grid-action-trigger,
#gvMyJobs .vc-grid-action-trigger:hover,
#gvMyJobs .vc-grid-action-trigger:focus,
#gvMyJobs .vc-grid-action-trigger.is-open,
#gvAllJobs .vc-grid-action-trigger,
#gvAllJobs .vc-grid-action-trigger:hover,
#gvAllJobs .vc-grid-action-trigger:focus,
#gvAllJobs .vc-grid-action-trigger.is-open,
#gvWFList .vc-grid-action-trigger,
#gvWFList .vc-grid-action-trigger:hover,
#gvWFList .vc-grid-action-trigger:focus,
#gvWFList .vc-grid-action-trigger.is-open {
    background-color: transparent !important;
    background-image: url(../images/actions.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 18px 18px !important;
    border: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    height: 22px !important;
    line-height: 22px !important;
    min-width: 22px !important;
    padding: 0 !important;
    text-indent: -9999px !important;
    width: 22px !important;
}

#gvMyJobs .vc-grid-action-trigger:hover,
#gvMyJobs .vc-grid-action-trigger:focus,
#gvMyJobs .vc-grid-action-trigger.is-open,
#gvAllJobs .vc-grid-action-trigger:hover,
#gvAllJobs .vc-grid-action-trigger:focus,
#gvAllJobs .vc-grid-action-trigger.is-open,
#gvWFList .vc-grid-action-trigger:hover,
#gvWFList .vc-grid-action-trigger:focus,
#gvWFList .vc-grid-action-trigger.is-open {
    background-color: #edf2f7 !important;
    border-radius: 3px !important;
}

.vc-grid-action-menu-popup {
    max-height: min(220px, calc(100vh - 18px)) !important;
    min-width: 150px !important;
    padding: 2px 0 !important;
    width: 176px !important;
    z-index: 9500 !important;
}

.vc-grid-action-menu-item {
    font-size: 11px !important;
    gap: 6px !important;
    min-height: 24px !important;
    padding: 4px 8px !important;
}

.vc-grid-action-menu-item img {
    height: 14px !important;
    width: 14px !important;
}

/* Header logo source correction 20260514 */
body.vc-side-rail-enabled .vcTopIdentityBarLeft {
    align-items: center !important;
    display: flex !important;
    flex: 0 0 auto !important;
    min-height: 62px !important;
    min-width: 180px !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo {
    align-items: center !important;
    display: flex !important;
    height: 62px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    max-width: 230px !important;
    min-width: 150px !important;
    overflow: hidden !important;
    padding: 0 0 0 14px !important;
    visibility: visible !important;
    width: auto !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo a,
body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo #aForClient {
    align-items: center !important;
    display: flex !important;
    height: 62px !important;
    max-width: 220px !important;
    visibility: visible !important;
}

body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo img,
body.vc-side-rail-enabled .vcTopIdentityBarLeft .ClientLogo #imgForClient {
    display: block !important;
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    max-height: 50px !important;
    max-width: 210px !important;
    object-fit: contain !important;
    visibility: visible !important;
    width: auto !important;
}

body.vc-side-rail-enabled .vcTopIdentityBar .logo,
body.vc-side-rail-enabled .vcTopIdentityBar #aForVici,
body.vc-side-rail-enabled .vcTopIdentityBar #imgForVici {
    display: none !important;
}

body.vc-side-rail-enabled:not(.vc-side-rail-expanded) .vcSideRailBrand,
body.vc-side-rail-enabled:not(.vc-side-rail-expanded) .vcSideRailBrand .logo,
body.vc-side-rail-enabled:not(.vc-side-rail-expanded) .vcSideRailBrand #aForVici,
body.vc-side-rail-enabled:not(.vc-side-rail-expanded) .vcSideRailBrand #imgForVici {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailBrand .logo,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailBrand #aForVici,
body.vc-side-rail-enabled.vc-side-rail-expanded .vcSideRailBrand #imgForVici {
    display: flex !important;
    visibility: visible !important;
}

/* Final menu z-index, filter-row, focus, and action sizing corrections 20260514 */
body.vc-tools-consolidation .vcTitleBar .title .vc-tools-dropdown,
body.vc-tools-consolidation .vcTitleBar .title #vc-tools-dropdown,
#vc-tools-dropdown {
    z-index: 7400 !important;
}

body.vc-tools-consolidation #vc-tools-popup,
#vc-tools-popup,
#wfJobsToolbarMenuPopup,
.k-animation-container,
.k-popup {
    z-index: 7600 !important;
}

body.vc-side-rail-enabled #vcMainNav > li > ul,
body.vc-side-rail-enabled #vcMainNav > li:hover > ul,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > ul,
body.vc-side-rail-enabled #idProcess > li > ul,
body.vc-side-rail-enabled #idProcessDigi > li > ul {
    z-index: 9200 !important;
}

#gvMyJobs .k-grid-toolbar {
    align-items: center !important;
    display: flex !important;
    gap: 8px !important;
    min-height: 38px !important;
    overflow: visible !important;
    padding: 4px 6px !important;
}

#wfJobsToolbarMenu {
    flex: 0 0 auto !important;
    order: 1 !important;
    z-index: 7400 !important;
}

#wfJobsExternalFilterBar > * {
    order: 2 !important;
}

#wfJobsExternalFilterBar > #wfJobsToolbarMenu {
    margin: 0 4px 0 0 !important;
    order: 0 !important;
    position: relative !important;
}

#wfJobsExternalFilterBar > .wf-jobs-filter-label {
    order: 1 !important;
}

#wfJobsExternalFilterBar {
    align-items: center !important;
    align-self: center !important;
    background: transparent !important;
    border: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex: 1 1 auto !important;
    gap: 6px !important;
    margin: 0 !important;
    min-height: 28px !important;
    min-width: 0 !important;
    order: 2 !important;
    overflow: hidden !important;
    padding: 0 !important;
}

#wfJobsExternalFilterBar.wf-jobs-filter-has-menu {
    overflow: visible !important;
}

#lblResultCount,
#wfJobsTopRecordCount {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    order: 3 !important;
    padding-right: 8px !important;
    white-space: nowrap !important;
}

#wfJobsExternalFilterBar .wf-jobs-filter-label {
    flex: 0 0 auto !important;
}

#wfJobsExternalFilterBar .wf-jobs-filter-field,
#wfJobsExternalFilterBar .wf-jobs-filter-operator,
#wfJobsExternalFilterBar .wf-jobs-filter-logic {
    flex: 0 0 122px !important;
    max-width: 140px !important;
    min-width: 90px !important;
}

#wfJobsExternalFilterBar .wf-jobs-filter-value {
    flex: 1 1 140px !important;
    min-width: 90px !important;
}

#wfJobsExternalFilterBar .wf-jobs-filter-button,
#wfJobsExternalFilterBar .wf-jobs-filter-btn {
    flex: 0 0 auto !important;
    height: 26px !important;
    min-width: 50px !important;
    padding: 0 10px !important;
}

#wfJobsExternalFilterBar .wf-jobs-filter-icon-button {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 14px 14px !important;
    flex: 0 0 30px !important;
    font-size: 0 !important;
    height: 26px !important;
    line-height: 26px !important;
    min-width: 30px !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-indent: -9999px !important;
    width: 30px !important;
}

#btnWFJobsFilterGet.wf-jobs-filter-icon-button {
    background-image: url("../images/get.svg") !important;
}

#btnWFJobsFilterClear.wf-jobs-filter-icon-button {
    background-image: url("../images/clear.svg") !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > a,
body.vc-side-rail-enabled #vcMainNav ul a:hover,
body.vc-side-rail-enabled #vcMainNav ul a:focus,
body.vc-side-rail-enabled #vcRightNavDigi a:hover,
body.vc-side-rail-enabled #vcRightNavDigi a:focus,
body.vc-side-rail-enabled #idProcess a:hover,
body.vc-side-rail-enabled #idProcess a:focus,
body.vc-side-rail-enabled #idProcessDigi a:hover,
body.vc-side-rail-enabled #idProcessDigi a:focus {
    background: #374151 !important;
    color: #ffffff !important;
    outline: none !important;
}

.vc-grid-action-menu-popup {
    max-height: min(200px, calc(100vh - 18px)) !important;
    min-width: 132px !important;
    width: 150px !important;
    z-index: 7600 !important;
}

.vc-grid-action-menu-item {
    font-size: 10.5px !important;
    gap: 5px !important;
    min-height: 23px !important;
    padding: 4px 7px !important;
}

.vc-grid-action-menu-item img {
    height: 13px !important;
    width: 13px !important;
}

/* WFJobs viewport fit and menu layering corrections 20260514 */
body.vc-wfjobs-page,
body:has(#gvMyJobs) {
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
}

body.vc-wfjobs-page .vcContentArea,
body:has(#gvMyJobs) .vcContentArea {
    box-sizing: border-box !important;
    height: calc(100vh - 134px) !important;
    max-height: calc(100vh - 134px) !important;
    overflow: hidden !important;
}

body.vc-wfjobs-page .k-grid#gvMyJobs,
body:has(#gvMyJobs) .k-grid#gvMyJobs,
body.vc-wfjobs-page #gvMyJobs,
body:has(#gvMyJobs) #gvMyJobs {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    height: calc(100vh - 292px) !important;
    max-height: calc(100vh - 292px) !important;
    min-height: 300px !important;
    overflow: hidden !important;
    width: 100% !important;
}

body.vc-wfjobs-page #gvMyJobs .k-grid-header,
body:has(#gvMyJobs) #gvMyJobs .k-grid-header,
body.vc-wfjobs-page #gvMyJobs .k-grid-toolbar,
body:has(#gvMyJobs) #gvMyJobs .k-grid-toolbar,
body.vc-wfjobs-page #gvMyJobs .k-pager-wrap,
body:has(#gvMyJobs) #gvMyJobs .k-pager-wrap {
    flex: 0 0 auto !important;
}

body.vc-wfjobs-page #gvMyJobs .k-grid-content,
body:has(#gvMyJobs) #gvMyJobs .k-grid-content {
    flex: 1 1 auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: auto !important;
}

body.vc-wfjobs-page #gvMyJobs table,
body:has(#gvMyJobs) #gvMyJobs table {
    table-layout: fixed !important;
}

body.vc-wfjobs-page #gvMyJobs colgroup col:last-child,
body:has(#gvMyJobs) #gvMyJobs colgroup col:last-child,
body:has(#gvAllJobs) #gvAllJobs colgroup col:last-child,
body:has(#gvWFList) #gvWFList colgroup col:last-child,
body.vc-wfjobs-page #gvMyJobs .k-grid-header th:last-child,
body:has(#gvMyJobs) #gvMyJobs .k-grid-header th:last-child,
body:has(#gvAllJobs) #gvAllJobs .k-grid-header th:last-child,
body:has(#gvWFList) #gvWFList .k-grid-header th:last-child,
body.vc-wfjobs-page #gvMyJobs .k-grid-content td:last-child,
body:has(#gvMyJobs) #gvMyJobs .k-grid-content td:last-child,
body:has(#gvAllJobs) #gvAllJobs .k-grid-content td:last-child,
body:has(#gvWFList) #gvWFList .k-grid-content td:last-child {
    max-width: 42px !important;
    min-width: 42px !important;
    text-align: center !important;
    width: 42px !important;
}

body.vc-wfjobs-page #gvMyJobs .vc-grid-action-trigger,
body:has(#gvMyJobs) #gvMyJobs .vc-grid-action-trigger,
body:has(#gvAllJobs) #gvAllJobs .vc-grid-action-trigger,
body:has(#gvWFList) #gvWFList .vc-grid-action-trigger {
    height: 22px !important;
    margin: 0 auto !important;
    width: 22px !important;
}

body.vc-wfjobs-page #gvMyJobs .k-grid-header th:last-child,
body:has(#gvMyJobs) #gvMyJobs .k-grid-header th:last-child,
body:has(#gvAllJobs) #gvAllJobs .k-grid-header th:last-child,
body:has(#gvWFList) #gvWFList .k-grid-header th:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.vc-tools-consolidation .vcTitleBar .title .vc-tools-dropdown,
body.vc-tools-consolidation .vcTitleBar .title #vc-tools-dropdown,
#vc-tools-dropdown,
#wfJobsToolbarMenu {
    z-index: 7000 !important;
}

body.vc-tools-consolidation #vc-tools-popup,
body.vc-tools-consolidation #vc-tools-popup.vc-tools-open,
#vc-tools-popup,
.vc-grid-action-menu-popup,
#wfJobsToolbarMenuPopup,
.k-animation-container,
.k-popup {
    z-index: 7200 !important;
}

body.vc-side-rail-enabled .vcHeader,
body.vc-side-rail-enabled #vcMainNav,
body.vc-side-rail-enabled #vcMainNav > li > ul,
body.vc-side-rail-enabled #vcMainNav ul ul,
body.vc-side-rail-enabled #vcMainNav > li:hover > ul,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > ul {
    z-index: 9300 !important;
}

/* Final empty title menu and left menu layering guard 20260514 */
body.vc-tools-consolidation #vc-tools-dropdown.vc-tools-empty,
body.vc-tools-consolidation #vc-tools-dropdown.vc-tools-empty #vc-tools-trigger {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.vc-tools-consolidation #vc-tools-popup,
body.vc-tools-consolidation #vc-tools-popup.vc-tools-open,
#vc-tools-popup,
#wfJobsToolbarMenu,
#wfJobsToolbarMenuPopup,
.vc-grid-action-menu-popup,
.k-animation-container,
.k-popup {
    z-index: 7200 !important;
}

body.vc-side-rail-enabled .vcHeader,
body.vc-side-rail-enabled .vcSideRail,
body.vc-side-rail-enabled #vcMainNav,
body.vc-side-rail-enabled #vcMainNav > li,
body.vc-side-rail-enabled #vcMainNav > li > ul,
body.vc-side-rail-enabled #vcMainNav ul ul,
body.vc-side-rail-enabled #vcMainNav > li:hover > ul,
body.vc-side-rail-enabled #vcMainNav > li:focus-within > ul,
body.vc-side-rail-enabled #vcMainNav ul li:hover > ul,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > ul {
    z-index: 9600 !important;
}

/* WFJobs footer-visible viewport fit 20260514 */
body.vc-wfjobs-page .vcFooter,
body:has(#gvMyJobs) .vcFooter {
    box-sizing: border-box !important;
    display: block !important;
    height: 34px !important;
    min-height: 34px !important;
    overflow: hidden !important;
    visibility: visible !important;
}

body.vc-wfjobs-page .vcContentArea,
body:has(#gvMyJobs) .vcContentArea {
    height: calc(100vh - 172px) !important;
    max-height: calc(100vh - 172px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

body.vc-wfjobs-page .k-grid#gvMyJobs,
body:has(#gvMyJobs) .k-grid#gvMyJobs,
body.vc-wfjobs-page #gvMyJobs,
body:has(#gvMyJobs) #gvMyJobs {
    height: var(--vc-wfjobs-grid-height, calc(100vh - 330px)) !important;
    max-height: var(--vc-wfjobs-grid-height, calc(100vh - 330px)) !important;
    min-height: 260px !important;
}

body.vc-wfjobs-page #gvMyJobs .k-grid-content,
body:has(#gvMyJobs) #gvMyJobs .k-grid-content {
    height: var(--vc-wfjobs-content-height, auto) !important;
    max-height: var(--vc-wfjobs-content-height, none) !important;
    min-height: 0 !important;
    overflow: auto !important;
}

/* WFJobs dynamic fit guard: keep footer in the viewport 20260515 */
body.vc-wfjobs-page .vcFooter,
body:has(#gvMyJobs) .vcFooter {
    bottom: auto !important;
    display: block !important;
    flex: 0 0 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    overflow: hidden !important;
    position: relative !important;
    visibility: visible !important;
    z-index: 100 !important;
}

body.vc-wfjobs-page #gvMyJobs,
body:has(#gvMyJobs) #gvMyJobs {
    height: var(--vc-wfjobs-grid-height, calc(100vh - 330px)) !important;
    max-height: var(--vc-wfjobs-grid-height, calc(100vh - 330px)) !important;
    overflow: hidden !important;
}

body.vc-wfjobs-page #gvMyJobs .k-grid-content,
body:has(#gvMyJobs) #gvMyJobs .k-grid-content {
    height: var(--vc-wfjobs-content-height, auto) !important;
    max-height: var(--vc-wfjobs-content-height, none) !important;
}

/* WFJobs action popup compact width 20260515 */
.vc-grid-action-menu-popup {
    box-sizing: border-box !important;
    max-width: 118px !important;
    min-width: 104px !important;
    padding: 3px 0 !important;
    width: auto !important;
}

.vc-grid-action-menu-item {
    box-sizing: border-box !important;
    gap: 5px !important;
    min-height: 24px !important;
    padding: 4px 8px !important;
    width: 100% !important;
}

.vc-grid-action-menu-item img {
    flex: 0 0 13px !important;
    height: 13px !important;
    width: 13px !important;
}

.vc-grid-action-menu-item span {
    flex: 0 1 auto !important;
    max-width: 78px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Hide page/grid menu triggers below left menu popup 20260515 */
#wfJobsToolbarMenu,
#wfJobsToolbarMenuTrigger,
#vc-tools-dropdown,
#vc-tools-trigger,
#gvMyJobs .k-grid-toolbar,
#gvMyJobs .k-grid-toolbar * {
    z-index: 1 !important;
}

body.vc-side-rail-enabled:has(.vcHeader:hover) #wfJobsToolbarMenuTrigger,
body.vc-side-rail-enabled:has(.vcHeader:focus-within) #wfJobsToolbarMenuTrigger,
body.vc-side-rail-enabled:has(#vcMainNav:hover) #wfJobsToolbarMenuTrigger,
body.vc-side-rail-enabled:has(#vcMainNav:focus-within) #wfJobsToolbarMenuTrigger,
body.vc-side-rail-enabled:has(.vcHeader:hover) #vc-tools-trigger,
body.vc-side-rail-enabled:has(.vcHeader:focus-within) #vc-tools-trigger,
body.vc-side-rail-enabled:has(#vcMainNav:hover) #vc-tools-trigger,
body.vc-side-rail-enabled:has(#vcMainNav:focus-within) #vc-tools-trigger {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.vc-side-rail-enabled:has(.vcHeader:hover) #wfJobsToolbarMenuPopup,
body.vc-side-rail-enabled:has(.vcHeader:focus-within) #wfJobsToolbarMenuPopup,
body.vc-side-rail-enabled:has(.vcHeader:hover) #vc-tools-popup,
body.vc-side-rail-enabled:has(.vcHeader:focus-within) #vc-tools-popup {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

/* Left rail submenus: fixed popup behavior like WFJobs action menu 20260516 */
body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup {
    background: #1f2937 !important;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    border-radius: 3px !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.24) !important;
    box-sizing: border-box !important;
    display: none !important;
    /* Naresh: 27-Jul-2026: off-screen fallback (was 84px / 8px). Keeps parity with the .is-open rule so
       an unpositioned flyout can never paint at the screen top-left corner. */
    left: var(--vc-left-menu-popup-left, -10000px) !important;
    margin: 0 !important;
    min-width: 190px !important;
    padding: 6px 0 !important;
    position: fixed !important;
    top: var(--vc-left-menu-popup-top, -10000px) !important;
    width: max-content !important;
    max-width: 260px !important;
    z-index: 9800 !important;
}

body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup.is-open {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup > li {
    background: transparent !important;
    border: 0 !important;
    float: none !important;
    height: auto !important;
    min-width: 190px !important;
    padding: 0 !important;
    position: relative !important;
}

body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a {
    color: #d1d5db !important;
    display: block !important;
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 8px 34px 8px 14px !important;
    text-align: left !important;
    text-indent: 0 !important;
    white-space: nowrap !important;
}

body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup li:hover > a,
body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a:hover,
body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a:focus {
    background: #374151 !important;
    color: #ffffff !important;
}

body.vc-side-rail-enabled #vcMainNav ul li:hover > ul:not(.vc-left-menu-popup),
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > ul:not(.vc-left-menu-popup),
body.vc-side-rail-enabled #vcMainNav ul li:hover > ul.vc-left-menu-popup:not(.is-open),
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > ul.vc-left-menu-popup:not(.is-open) {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.vc-side-rail-enabled #vcMainNav #idProcess > li > ul.vc-left-menu-popup.is-open,
body.vc-side-rail-enabled #vcMainNav #idProcessDigi > li > ul.vc-left-menu-popup.is-open,
body.vc-side-rail-enabled #vcMainNav ul li:hover > ul.vc-left-menu-popup.is-open,
body.vc-side-rail-enabled #vcMainNav ul li:focus-within > ul.vc-left-menu-popup.is-open {
    display: block !important;
    /* Naresh: 27-Jul-2026: fallback parks the flyout OFF-SCREEN (was 84px / 8px = screen top-left).
       When a submenu gains .is-open via CSS :hover a frame before the JS applies its inline fixed
       position, the old fallback painted it at the top-left corner for a split second (the "Tasks >
       Categories And Reasons" flyout flashing on top then vanishing). Off-screen keeps that transient
       invisible; the JS always sets the real --vc-left-menu-popup-left/top immediately after. */
    left: var(--vc-left-menu-popup-left, -10000px) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: var(--vc-left-menu-popup-top, -10000px) !important;
    transform: none !important;
    visibility: visible !important;
    z-index: 9900 !important;
}

/* Naresh: 27-Jul-2026: The workflow menu markup is duplicated in the master (two #idProcess copies),
   so a second "Designer" submenu exists in the DOM that JS never opens or positions. Captured live it
   showed as: isOpen=false, no inline top/left, rendering at top:0 / left:~50 - i.e. it flashed at the
   TOP of the screen while the rail animated. A submenu is only ever legitimately shown by the JS,
   which always adds .is-open AND an inline position, so anything here WITHOUT .is-open is that stray
   copy and must stay hidden. Scoped to the nested workflow submenus only, so the top-level rail
   flyouts (#vcMainNav > li > ul) are untouched. */
body.vc-side-rail-enabled #vcMainNav #idProcess ul.vc-left-menu-popup:not(.is-open),
body.vc-side-rail-enabled #vcMainNav #idProcessDigi ul.vc-left-menu-popup:not(.is-open) {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

/* DMS browser rail spacing correction 20260517 */
body.vc-side-rail-enabled .vcHeader > .logo,
body.vc-side-rail-enabled .vcHeader > .tools,
body.vc-side-rail-enabled .vcHeader > .clearfloat,
body.vc-side-rail-enabled .vcHeader > .vcSideRailBrand {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.vc-side-rail-enabled #vcMainNav {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Keep My and Workflow popup hover fills inside their dark menu panels. */
body.vc-side-rail-enabled #vcMainNav > li:has(> a.my) > ul.vc-left-menu-popup,
body.vc-side-rail-enabled #liWorkFlow > ul.vc-left-menu-popup {
    overflow: visible !important;
}

body.vc-side-rail-enabled #vcMainNav > li:has(> a.my) > ul.vc-left-menu-popup li,
body.vc-side-rail-enabled #liWorkFlow > ul.vc-left-menu-popup li,
body.vc-side-rail-enabled #vcRightNavDigi li,
body.vc-side-rail-enabled #idProcess li,
body.vc-side-rail-enabled #idProcessDigi li {
    box-sizing: border-box !important;
}

body.vc-side-rail-enabled #vcMainNav > li:has(> a.my) > ul.vc-left-menu-popup a,
body.vc-side-rail-enabled #liWorkFlow > ul.vc-left-menu-popup a,
body.vc-side-rail-enabled #vcRightNavDigi a,
body.vc-side-rail-enabled #idProcess a,
body.vc-side-rail-enabled #idProcessDigi a {
    box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    height: auto !important;
    line-height: 18px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
}

/* More menu grouping: bottom modules live under one rail item. */
body.vc-side-rail-enabled #vcMainNav > li > a.more::before {
    -webkit-mask-image: url(../images/more.svg) !important;
    mask-image: url(../images/more.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.PDM::before {
    -webkit-mask-image: url(../images/pdm.svg) !important;
    mask-image: url(../images/pdm.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.Forms::before,
body.vc-side-rail-enabled #vcMainNav > li > a.externalforms::before,
body.vc-side-rail-enabled #vcMainNav > li > a.liMFCExtForms::before {
    -webkit-mask-image: url(../images/forms.svg) !important;
    mask-image: url(../images/forms.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.ESignature::before {
    -webkit-mask-image: url(../images/eSginature.svg) !important;
    mask-image: url(../images/eSginature.svg) !important;
}

body.vc-side-rail-enabled #vcMainNav > li > a.LMS::before,
body.vc-side-rail-enabled #vcMainNav > li > a.NFCare::before,
body.vc-side-rail-enabled #vcMainNav > li > a.LaasWeb::before {
    -webkit-mask-image: url(../images/custom.svg) !important;
    mask-image: url(../images/custom.svg) !important;
}

body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a {
    align-items: center !important;
    display: flex !important;
    gap: 10px !important;
}

body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a::before {
    background-color: #d1d5db !important;
    content: "" !important;
    display: inline-block !important;
    flex: 0 0 18px !important;
    height: 18px !important;
    -webkit-mask-image: url(../images/custom.svg) !important;
    mask-image: url(../images/custom.svg) !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-size: 18px 18px !important;
    mask-size: 18px 18px !important;
    width: 18px !important;
}

body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup li:hover > a::before,
body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a:hover::before,
body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a:focus::before {
    background-color: #ffffff !important;
}

body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a.TasksUI::before {
    -webkit-mask-image: url(../images/tasks.svg) !important;
    mask-image: url(../images/tasks.svg) !important;
}

body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a.PDM::before {
    -webkit-mask-image: url(../images/pdm.svg) !important;
    mask-image: url(../images/pdm.svg) !important;
}

body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a.Forms::before {
    -webkit-mask-image: url(../images/forms.svg) !important;
    mask-image: url(../images/forms.svg) !important;
}

body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a.ESignature::before {
    -webkit-mask-image: url(../images/eSginature.svg) !important;
    mask-image: url(../images/eSginature.svg) !important;
}

/* Footer fixed at viewport bottom 20260518 */
.vcFooter,
body.vc-wfjobs-page .vcFooter,
body:has(#gvMyJobs) .vcFooter {
    bottom: 0 !important;
    box-sizing: border-box !important;
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    z-index: 100 !important;
}

/* Keep fixed footer from covering Kendo pager text. */
body.vc-side-rail-enabled .vcContentArea,
body.vc-side-rail-enabled .vcContentArea2 {
    padding-bottom: 34px !important;
}

body.vc-side-rail-enabled .k-grid .k-pager-wrap,
body.vc-side-rail-enabled .k-grid .k-grid-pager {
    box-sizing: border-box !important;
    margin-bottom: 0 !important;
    min-height: 38px !important;
    padding-bottom: 8px !important;
    padding-top: 6px !important;
    position: relative !important;
    z-index: 3 !important;
}

body.vc-side-rail-enabled .k-grid .k-pager-wrap .k-pager-numbers,
body.vc-side-rail-enabled .k-grid .k-grid-pager .k-pager-numbers,
body.vc-side-rail-enabled .k-grid .k-pager-wrap .k-link,
body.vc-side-rail-enabled .k-grid .k-grid-pager .k-link {
    line-height: 24px !important;
}

/* Global Kendo viewport fit: page stays fixed, grid owns scrolling. */
html.vc-kendo-grid-fit-active,
body.vc-kendo-grid-fit-active {
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
}

body.vc-kendo-grid-fit-active #form1,
body.vc-kendo-grid-fit-active #divng,
body.vc-kendo-grid-fit-active .vcContainer,
body.vc-kendo-grid-fit-active .vcContentArea,
body.vc-kendo-grid-fit-active .vcContentArea2,
body.vc-kendo-grid-fit-active .vc-grid-page-container {
    max-height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
}

body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-grid-header,
body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-grid-toolbar,
body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-toolbar,
body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .vc-kendo-filter-bar,
body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-pager-wrap,
body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-grid-pager {
    flex: 0 0 auto !important;
}

body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-grid-content,
body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-grid-content-locked {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: auto !important;
}

body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-grid-content {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-grid-content-locked {
    overflow: hidden !important;
}

body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-pager-wrap,
body.vc-kendo-grid-fit-active .k-grid.vc-grid-fit-viewport .k-grid-pager {
    margin-bottom: 0 !important;
    min-height: 34px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    transform: none !important;
}

body.vc-kendo-grid-fit-active .vcFooter {
    min-height: 28px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
/* Common Kendo grid action icons 20260518 */
.k-grid-header img[src$="Links Image in Header.png"],
.k-grid-header img[src*="Links%20Image%20in%20Header.png"],
.k-grid-header img[src$="Header.png"],
.k-grid-header img[src*="Header.png"],
.k-grid-header th[data-field="LINKACTIONS"] img,
.k-grid-header th[data-field="Actions"] img,
.k-grid-header th[data-field="ACTION"] img,
.k-grid-header th[data-field="Action"] img,
.k-grid-header th[data-title="Actions"] img,
.k-grid-header th[title="Actions"] img {
    content: url('../images/actions-grid.svg') !important;
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    vertical-align: middle !important;
}

.k-grid tbody img[src$="UpdateRow.png"],
.k-grid tbody img[src*="UpdateRow.png"],
.k-grid-content img[src$="UpdateRow.png"],
.k-grid-content img[src*="UpdateRow.png"] {
    content: url('../images/update.svg') !important;
    width: 16px !important;
    height: 16px !important;
    object-fit: contain !important;
    vertical-align: middle !important;
}

/* Export controls as icon buttons 20260523 */
input.vcButton[id*="Export"][id*="Excel"],
input.vcButton[id*="Export"][id*="excel"],
input.vcButton[value*="Export To Excel"],
input.vcButton[value*="ExportToExcel"],
a.vcButton[id*="Export_Excel"],
button.vcButton[id*="Export"][id*="Excel"],
button.vcButton[id*="Export"][id*="excel"],
input.vcButton[id*="Export"][id*="PDF"],
input.vcButton[id*="Export"][id*="Pdf"],
input.vcButton[value*="Export To PDF"],
input.vcButton[value*="ExportToPDF"],
a.vcButton[id*="Export_Pdf"],
button.vcButton[id*="Export"][id*="PDF"],
button.vcButton[id*="Export"][id*="Pdf"] {
    background-color: #005bd8 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    border: 1px solid #005bd8 !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    color: transparent !important;
    display: inline-block !important;
    font-size: 0 !important;
    height: 34px !important;
    line-height: 34px !important;
    min-width: 34px !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-indent: -9999px !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    width: 34px !important;
}

input.vcButton[id*="Export"][id*="Excel"],
input.vcButton[id*="Export"][id*="excel"],
input.vcButton[value*="Export To Excel"],
input.vcButton[value*="ExportToExcel"],
a.vcButton[id*="Export_Excel"],
button.vcButton[id*="Export"][id*="Excel"],
button.vcButton[id*="Export"][id*="excel"] {
    background-image: url('../images/file-xls.svg') !important;
}

input.vcButton[id*="Export"][id*="PDF"],
input.vcButton[id*="Export"][id*="Pdf"],
input.vcButton[value*="Export To PDF"],
input.vcButton[value*="ExportToPDF"],
a.vcButton[id*="Export_Pdf"],
button.vcButton[id*="Export"][id*="PDF"],
button.vcButton[id*="Export"][id*="Pdf"] {
    background-image: url('../images/file-pdf.svg') !important;
}

button.vcButton[id*="Export"][id*="PDF"] *,
button.vcButton[id*="Export"][id*="Pdf"] *,
button.vcButton[id*="Export"][id*="Excel"] *,
button.vcButton[id*="Export"][id*="excel"] * {
    font-size: 0 !important;
    visibility: hidden !important;
}

input.vcButton[id*="Export"][id*="Excel"]:hover,
input.vcButton[id*="Export"][id*="excel"]:hover,
input.vcButton[value*="Export To Excel"]:hover,
input.vcButton[value*="ExportToExcel"]:hover,
a.vcButton[id*="Export_Excel"]:hover,
button.vcButton[id*="Export"][id*="Excel"]:hover,
button.vcButton[id*="Export"][id*="excel"]:hover,
input.vcButton[id*="Export"][id*="PDF"]:hover,
input.vcButton[id*="Export"][id*="Pdf"]:hover,
input.vcButton[value*="Export To PDF"]:hover,
input.vcButton[value*="ExportToPDF"]:hover,
a.vcButton[id*="Export_Pdf"]:hover,
button.vcButton[id*="Export"][id*="PDF"]:hover,
button.vcButton[id*="Export"][id*="Pdf"]:hover {
    background-color: #004fc0 !important;
    border-color: #004fc0 !important;
}

#wfJobsToolbarMenuPopup input.vcButton[data-vc-export-icon],
#wfJobsToolbarMenuPopup button.vcButton[data-vc-export-icon] {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    color: #d1d5db !important;
    display: block !important;
    font-size: 13px !important;
    height: auto !important;
    line-height: 18px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 8px 10px !important;
    text-align: left !important;
    text-indent: 0 !important;
    white-space: normal !important;
    width: 100% !important;
}

#wfJobsToolbarMenuPopup button.vcButton[data-vc-export-icon] *,
#wfJobsToolbarMenuPopup input.vcButton[data-vc-export-icon] * {
    font-size: inherit !important;
    visibility: visible !important;
}

#wfJobsToolbarMenuPopup input.vcButton[data-vc-export-icon]:hover,
#wfJobsToolbarMenuPopup button.vcButton[data-vc-export-icon]:hover {
    background: #374151 !important;
    color: #ffffff !important;
}

/* Global theme selector */
html.vc-theme-blue {
    --vc-primary: #005bd8;
    --vc-primary-hover: #004fc0;
    --vc-page-bg: #f3f7ff;
    --vc-surface-bg: #ffffff;
    --vc-panel-bg: #edf4ff;
    --vc-card-bg: #f6f6f6;
    --vc-grid-header-bg: #dcecff;
    --vc-grid-row-bg: #ffffff;
    --vc-grid-alt-bg: #f1f7ff;
    --vc-grid-hover-bg: #d8eaff;
    --vc-border: #c9dcf3;
    --vc-text: #061933;
    --vc-muted-text: #4b5b6c;
    --vc-link: #0068e6;
    --vc-link-hover: #004fc0;
    --vc-side-bg: #0f2f57;
    --vc-side-hover: #164778;
    --vc-side-text: #dbeafe;
    --vc-side-active-text: #ffffff;
    --vc-menu-icon: #d1d5db;
    --vc-menu-icon-active: #ffffff;
    --vc-menu-icon-filter: brightness(0) saturate(100%) invert(88%) sepia(9%) saturate(202%) hue-rotate(176deg) brightness(91%) contrast(86%);
}

html.vc-theme-green {
    --vc-primary: #198754;
    --vc-primary-hover: #146c43;
    --vc-page-bg: #f1f8f2;
    --vc-surface-bg: #ffffff;
    --vc-panel-bg: #eaf5ec;
    --vc-card-bg: #f6f6f6;
    --vc-grid-header-bg: #d9eadc;
    --vc-grid-row-bg: #ffffff;
    --vc-grid-alt-bg: #f0f8f1;
    --vc-grid-hover-bg: #d3ead7;
    --vc-border: #c2dcc8;
    --vc-text: #102016;
    --vc-muted-text: #4f6254;
    --vc-link: #147a48;
    --vc-link-hover: #0f6339;
    --vc-side-bg: #123524;
    --vc-side-hover: #1f5139;
    --vc-side-text: #d8f3df;
    --vc-side-active-text: #ffffff;
    --vc-menu-icon: #a7f3d0;
    --vc-menu-icon-active: #ffffff;
    --vc-menu-icon-filter: brightness(0) saturate(100%) invert(84%) sepia(21%) saturate(526%) hue-rotate(101deg) brightness(100%) contrast(94%);
}

html.vc-theme-teal {
    --vc-primary: #0f8b8d;
    --vc-primary-hover: #0b6f71;
    --vc-page-bg: #eff9f9;
    --vc-surface-bg: #ffffff;
    --vc-panel-bg: #e6f6f6;
    --vc-card-bg: #f6f6f6;
    --vc-grid-header-bg: #d7eeee;
    --vc-grid-row-bg: #ffffff;
    --vc-grid-alt-bg: #eff7f7;
    --vc-grid-hover-bg: #d3eaea;
    --vc-border: #cfe3e3;
    --vc-text: #0d2325;
    --vc-muted-text: #486366;
    --vc-link: #087f82;
    --vc-link-hover: #06686a;
    --vc-side-bg: #0f373a;
    --vc-side-hover: #17575b;
    --vc-side-text: #ccfbf1;
    --vc-side-active-text: #ffffff;
    --vc-menu-icon: #99f6e4;
    --vc-menu-icon-active: #ffffff;
    --vc-menu-icon-filter: brightness(0) saturate(100%) invert(89%) sepia(25%) saturate(584%) hue-rotate(118deg) brightness(102%) contrast(93%);
}

html.vc-theme-slate {
    --vc-primary: #475569;
    --vc-primary-hover: #334155;
    --vc-page-bg: #f3f5f7;
    --vc-surface-bg: #ffffff;
    --vc-panel-bg: #f2f4f6;
    --vc-card-bg: #f6f6f6;
    --vc-grid-header-bg: #dfe5ec;
    --vc-grid-row-bg: #ffffff;
    --vc-grid-alt-bg: #f1f4f7;
    --vc-grid-hover-bg: #dfe7ef;
    --vc-border: #d5dce4;
    --vc-text: #111827;
    --vc-muted-text: #4b5563;
    --vc-link: #334155;
    --vc-link-hover: #1f2937;
    --vc-side-bg: #1f2937;
    --vc-side-hover: #374151;
    --vc-side-text: #d1d5db;
    --vc-side-active-text: #ffffff;
    --vc-menu-icon: #cbd5e1;
    --vc-menu-icon-active: #ffffff;
    --vc-menu-icon-filter: brightness(0) saturate(100%) invert(91%) sepia(8%) saturate(565%) hue-rotate(176deg) brightness(92%) contrast(90%);
}

html.vc-theme-purple {
    --vc-primary: #6d5bd0;
    --vc-primary-hover: #5946bd;
    --vc-page-bg: #f7f4fd;
    --vc-surface-bg: #ffffff;
    --vc-panel-bg: #f1edfb;
    --vc-card-bg: #f6f6f6;
    --vc-grid-header-bg: #e3dcf4;
    --vc-grid-row-bg: #ffffff;
    --vc-grid-alt-bg: #f4f1fb;
    --vc-grid-hover-bg: #e4ddf4;
    --vc-border: #ddd5ec;
    --vc-text: #1f1838;
    --vc-muted-text: #5d5870;
    --vc-link: #5f4ec4;
    --vc-link-hover: #4939a9;
    --vc-side-bg: #30255a;
    --vc-side-hover: #46377c;
    --vc-side-text: #ede9fe;
    --vc-side-active-text: #ffffff;
    --vc-menu-icon: #ddd6fe;
    --vc-menu-icon-active: #ffffff;
    --vc-menu-icon-filter: brightness(0) saturate(100%) invert(88%) sepia(14%) saturate(718%) hue-rotate(202deg) brightness(101%) contrast(99%);
}

html[class*="vc-theme-"] body,
html[class*="vc-theme-"] body.vc-side-rail-enabled {
    background: var(--vc-page-bg) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .vcContainer,
html[class*="vc-theme-"] .vcContentArea,
html[class*="vc-theme-"] .vcContentArea2,
html[class*="vc-theme-"] .vc-title-status-host {
    background: var(--vc-page-bg) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .vcTopIdentityBar,
html[class*="vc-theme-"] .vcTitleBar,
html[class*="vc-theme-"] .vcFooter,
html[class*="vc-theme-"] .vcHeader {
    background: var(--vc-surface-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .vcTopIdentityBar {
    box-shadow: 0 1px 0 var(--vc-border) !important;
}

html[class*="vc-theme-"] .vcTitleBar,
html[class*="vc-theme-"] .title {
    background: var(--vc-panel-bg) !important;
    border-top: 1px solid var(--vc-border) !important;
}

html[class*="vc-theme-"] .vcContentArea,
html[class*="vc-theme-"] .vcContentArea2,
html[class*="vc-theme-"] .contentArea,
html[class*="vc-theme-"] .pageContent,
html[class*="vc-theme-"] .mainContent,
html[class*="vc-theme-"] #divng,
html[class*="vc-theme-"] #diving {
    background: var(--vc-page-bg) !important;
}

html[class*="vc-theme-"] .vcTitleBar h1,
html[class*="vc-theme-"] .vcTopIdentityMeta,
html[class*="vc-theme-"] label,
html[class*="vc-theme-"] .k-grid th,
html[class*="vc-theme-"] .k-grid td {
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] a {
    color: var(--vc-link);
}

html[class*="vc-theme-"] a:hover {
    color: var(--vc-link-hover);
}

html[class*="vc-theme-"] input,
html[class*="vc-theme-"] select,
html[class*="vc-theme-"] textarea {
    background-color: var(--vc-surface-bg);
    border-color: var(--vc-border);
    color: var(--vc-text);
}

html[class*="vc-theme-"] .vcButton,
html[class*="vc-theme-"] input.vcButton,
html[class*="vc-theme-"] button.vcButton,
html[class*="vc-theme-"] a.vcButton,
html[class*="vc-theme-"] .k-button.k-primary {
    background-color: var(--vc-primary) !important;
    border-color: var(--vc-primary) !important;
    color: #ffffff !important;
}

html[class*="vc-theme-"] .vcButton:hover,
html[class*="vc-theme-"] input.vcButton:hover,
html[class*="vc-theme-"] button.vcButton:hover,
html[class*="vc-theme-"] a.vcButton:hover,
html[class*="vc-theme-"] .k-button.k-primary:hover {
    background-color: var(--vc-primary-hover) !important;
    border-color: var(--vc-primary-hover) !important;
    color: #ffffff !important;
}

html[class*="vc-theme-"] .k-widget.k-grid,
html[class*="vc-theme-"] .k-grid {
    background: var(--vc-grid-row-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-grid-header,
html[class*="vc-theme-"] .k-grid-header-wrap,
html[class*="vc-theme-"] .k-grid-header th.k-header,
html[class*="vc-theme-"] .k-grid .k-header {
    background: var(--vc-grid-header-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-grid-content,
html[class*="vc-theme-"] .k-grid-content table,
html[class*="vc-theme-"] .k-grid tbody tr {
    background: var(--vc-grid-row-bg) !important;
}

html[class*="vc-theme-"] .k-grid tbody tr.k-alt,
html[class*="vc-theme-"] .k-grid tbody tr:nth-child(even) {
    background: var(--vc-grid-alt-bg) !important;
}

html[class*="vc-theme-"] .k-grid tbody tr:hover,
html[class*="vc-theme-"] .k-grid tbody tr.k-state-hover {
    background: var(--vc-grid-hover-bg) !important;
}

html[class*="vc-theme-"] .k-grid td,
html[class*="vc-theme-"] .k-grid th {
    border-color: var(--vc-border) !important;
}

html[class*="vc-theme-"] .k-pager-wrap,
html[class*="vc-theme-"] .k-grid-pager {
    background: var(--vc-surface-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled .vcHeader,
html[class*="vc-theme-"] body.vc-side-rail-enabled .vcSideRail,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup {
    background: var(--vc-side-bg) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled .vcHeader {
    border-right-color: var(--vc-side-hover) !important;
    box-shadow: 14px 0 28px rgba(15, 23, 42, 0.16) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled .vcSideRailBrand,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav > li {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav a,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav span {
    color: var(--vc-side-text) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav li:hover > a,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav li:hover > span,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav .active > a {
    background: var(--vc-side-hover) !important;
    color: var(--vc-side-active-text) !important;
}

.vcThemeSelectorBox {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    margin: 0 8px;
    vertical-align: middle;
}

.vcThemeSelectorLabel {
    color: var(--vc-muted-text, #4b5b6c);
    font-size: 12px;
    line-height: 24px;
}

.vcThemeSelector {
    background: var(--vc-surface-bg, #ffffff);
    border: 1px solid var(--vc-border, #d8e0e7);
    border-radius: 4px;
    color: var(--vc-text, #061933);
    font-size: 12px;
    height: 24px;
    min-width: 92px;
    padding: 2px 6px;
}

/* Theme polish for legacy pages, popups, grids, and menus */
html.vc-theme-blue {
    --vc-toolbar-bg: #eef5fb;
    --vc-subtle-bg: #f8fbfe;
    --vc-popup-bg: #ffffff;
    --vc-popup-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

html.vc-theme-green {
    --vc-toolbar-bg: #edf7ef;
    --vc-subtle-bg: #f8fbf7;
    --vc-popup-bg: #ffffff;
    --vc-popup-shadow: 0 12px 28px rgba(16, 32, 22, 0.16);
}

html.vc-theme-teal {
    --vc-toolbar-bg: #edf8f8;
    --vc-subtle-bg: #f7fbfb;
    --vc-popup-bg: #ffffff;
    --vc-popup-shadow: 0 12px 28px rgba(13, 35, 37, 0.16);
}

html.vc-theme-slate {
    --vc-toolbar-bg: #eef2f6;
    --vc-subtle-bg: #f8fafc;
    --vc-popup-bg: #ffffff;
    --vc-popup-shadow: 0 12px 28px rgba(17, 24, 39, 0.16);
}

html.vc-theme-purple {
    --vc-toolbar-bg: #f0ecfa;
    --vc-subtle-bg: #fbf9fe;
    --vc-popup-bg: #ffffff;
    --vc-popup-shadow: 0 12px 28px rgba(31, 24, 56, 0.16);
}

html[class*="vc-theme-"] .vcTopIdentityBar .links,
html[class*="vc-theme-"] .vcTopIdentityQuickLinks,
html[class*="vc-theme-"] .vcTopIdentityLinkGroup {
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .vcTopIdentityQuickLinks a,
html[class*="vc-theme-"] .vcTopIdentityHelpLink,
html[class*="vc-theme-"] .vcTopIdentityLogout {
    color: var(--vc-link) !important;
}

html[class*="vc-theme-"] .vcTopIdentityQuickLinks a:hover,
html[class*="vc-theme-"] .vcTopIdentityHelpLink:hover,
html[class*="vc-theme-"] .vcTopIdentityLogout:hover {
    color: var(--vc-link-hover) !important;
}

/* Keep actionable identity-bar text visibly recognizable as links. */
.vcTopIdentityBar .vcTopIdentityRoleLink,
.vcTopIdentityBar .vcTopIdentityLogout,
.vcTopIdentityBar .vcTopIdentityLinkGroup .vcTopIdentityMeta a.footer,
body.vc-side-rail-enabled .vcTopIdentityRoleLink,
body.vc-side-rail-enabled .vcTopIdentityLogout,
body.vc-side-rail-enabled .vcTopIdentityLinkGroup .vcTopIdentityMeta a.footer {
    color: #2563eb !important;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

.vcTopIdentityBar .vcTopIdentityRoleLink:hover,
.vcTopIdentityBar .vcTopIdentityLogout:hover,
.vcTopIdentityBar .vcTopIdentityLinkGroup .vcTopIdentityMeta a.footer:hover,
.vcTopIdentityBar .vcTopIdentityRoleLink:focus,
.vcTopIdentityBar .vcTopIdentityLogout:focus,
.vcTopIdentityBar .vcTopIdentityLinkGroup .vcTopIdentityMeta a.footer:focus {
    color: #1d4ed8 !important;
    text-decoration-thickness: 2px !important;
}

.vcTopIdentityBar .vcTopIdentityRoleLink:focus-visible,
.vcTopIdentityBar .vcTopIdentityLogout:focus-visible,
.vcTopIdentityBar .vcTopIdentityLinkGroup .vcTopIdentityMeta a.footer:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 3px;
}

/* Hide the Job Process source tabs from first paint; the adjacent rail drives them. */
#jpTabRail + #tabstrip > ul,
#jpTabRail + #tabstrip > .k-tabstrip-items {
    height: 1px !important;
    left: -10000px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
}

/* Common application viewport fit: the shell stays fixed and inner content owns scrolling. */
html,
body.vc-side-rail-enabled {
    height: var(--vc-app-viewport-height, 100vh) !important;
    max-height: var(--vc-app-viewport-height, 100vh) !important;
    overflow: hidden !important;
    width: 100% !important;
}

body.vc-side-rail-enabled #form1,
body.vc-side-rail-enabled #divng,
body.vc-side-rail-enabled .vcContainer {
    box-sizing: border-box !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

body.vc-side-rail-enabled .vcContentArea {
    box-sizing: border-box !important;
    height: var(--vc-app-content-height, calc(100vh - 160px)) !important;
    max-height: var(--vc-app-content-height, calc(100vh - 160px)) !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
}

body.vc-side-rail-enabled.vc-kendo-grid-fit-active .vcContentArea {
    overflow: hidden !important;
}

body.vc-side-rail-enabled.vc-dashboard-viewport-fit .vcContentArea {
    overflow: hidden !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vcContentArea,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vcContentArea > .vcContentArea,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #form1,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vcContainer,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #tblMain,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #tdBrowse,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #vertical,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #top-pane,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #horizontal,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #right-pane,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #right-pane .pane-content,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #ifDoc {
    box-sizing: border-box !important;
    max-height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit #form1,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #divng,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vcContainer {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    height: var(--vc-app-viewport-height, 100vh) !important;
    max-height: var(--vc-app-viewport-height, 100vh) !important;
    min-height: 0 !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vcTitleBar,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vcFooter {
    flex: 0 0 auto !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-split-layout-table {
    box-sizing: border-box !important;
    flex: 1 1 auto !important;
    max-width: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vcContentArea {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
    position: relative !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit #tblMain,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #tblMain > tbody,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #tblMain > tbody > tr,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #tblMain > tbody > tr > td,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-split-layout-table,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-split-layout-table > tbody,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-split-frame-row,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-split-frame-row > td,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-split-frame-cell,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-split-frame-cell > div,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #tdBrowse {
    box-sizing: border-box !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-path-source-row {
    display: table-row !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit.vc-browser-path-clone-ready .vc-browser-path-source-row {
    display: none !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-path-source-row,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-path-source-row > td,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-path-source-row > td > div,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #tblMain > tbody > tr > td > table > tbody > tr.vc-browser-path-source-row,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit #tblMain > tbody > tr > td > table > tbody > tr.vc-browser-path-source-row > td {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-path-host {
    align-items: center !important;
    background: #e0e0e0 !important;
    border-top: 1px solid #cbd5e1 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex: 0 0 auto !important;
    min-height: 30px !important;
    overflow: hidden !important;
    padding: 4px 6px !important;
    text-align: left !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 5 !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit.vc-browser-path-clone-ready .vc-browser-path-host {
    display: flex !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit #IDDivSBar {
    display: block !important;
    margin: 0 !important;
    max-width: 100% !important;
    visibility: visible !important;
    width: 100% !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-path-link-row {
    box-sizing: border-box !important;
    display: block !important;
    flex: 1 1 auto !important;
    height: 22px !important;
    line-height: 22px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    visibility: visible !important;
    white-space: nowrap !important;
    width: 100% !important;
}

body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-path-link-row,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-path-link-row .text,
body.vc-side-rail-enabled.vc-browser-split-viewport-fit .vc-browser-path-link-row a {
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
    vertical-align: middle !important;
}

html:has(body.vc-side-rail-enabled #ifFB):has(body.vc-side-rail-enabled #ifDoc) body.vc-side-rail-enabled,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) {
    overflow: hidden !important;
}

body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) .vcContentArea,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #tblMain,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #tblMain > tbody,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #tblMain > tbody > tr:first-child,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #tblMain > tbody > tr:first-child > td,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #tblMain > tbody > tr:first-child > td > table,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #tblMain > tbody > tr:first-child > td > table > tbody,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #tblMain > tbody > tr:first-child > td > table > tbody > tr,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #tblMain > tbody > tr:first-child > td > table > tbody > tr > td,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #tdBrowse,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #vertical,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #left-pane,
body.vc-side-rail-enabled:has(#ifFB):has(#ifDoc) #right-pane {
    min-height: 0 !important;
    overflow: hidden !important;
}

html:has(body > form#frmDoc #idGVDocuments),
html:has(body > form#frmDoc #idGVMDViewDocs),
body:has(> form#frmDoc #idGVDocuments),
body:has(> form#frmDoc #idGVMDViewDocs) {
    height: 100% !important;
    margin: 0 !important;
    max-height: 100% !important;
    overflow: hidden !important;
    width: 100% !important;
}

body:has(> form#frmDoc #idGVDocuments) #frmDoc,
body:has(> form#frmDoc #idGVMDViewDocs) #frmDoc,
body:has(> form#frmDoc #idGVDocuments) #frmDoc > table:first-of-type,
body:has(> form#frmDoc #idGVMDViewDocs) #frmDoc > table:first-of-type,
body:has(> form#frmDoc #idGVDocuments) #frmDoc > table:first-of-type > tbody,
body:has(> form#frmDoc #idGVMDViewDocs) #frmDoc > table:first-of-type > tbody,
body:has(> form#frmDoc #idGVDocuments) #frmDoc > table:first-of-type > tbody > tr:first-child,
body:has(> form#frmDoc #idGVMDViewDocs) #frmDoc > table:first-of-type > tbody > tr:first-child,
body:has(> form#frmDoc #idGVDocuments) #frmDoc > table:first-of-type > tbody > tr:first-child > td,
body:has(> form#frmDoc #idGVMDViewDocs) #frmDoc > table:first-of-type > tbody > tr:first-child > td,
body:has(> form#frmDoc #idGVDocuments) #drop_zone,
body:has(> form#frmDoc #idGVMDViewDocs) #md_drop_zone {
    box-sizing: border-box !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
}

body:has(> form#frmDoc #idGVDocuments) #idGVDocuments,
body:has(> form#frmDoc #idGVMDViewDocs) #idGVMDViewDocs,
body:has(> form#frmDoc #idFavoriteFolders) #idFavoriteFolders {
    box-sizing: border-box !important;
    max-height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

body.vc-side-rail-enabled.vc-dashboard-viewport-fit #dvDashboard.lrContainer,
body.vc-side-rail-enabled.vc-dashboard-viewport-fit #dvDashboard {
    box-sizing: border-box !important;
    height: var(--vc-app-content-height, calc(100vh - 160px)) !important;
    max-height: var(--vc-app-content-height, calc(100vh - 160px)) !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
}

body.vc-side-rail-enabled .vcContentArea > *,
body.vc-side-rail-enabled #dvDashboard > * {
    box-sizing: border-box;
    max-width: 100%;
}

/* Dynamic form rows must retain space for controls revealed after selection. */
body.vc-side-rail-enabled #DocTypes > table:first-of-type {
    box-sizing: border-box !important;
    max-width: 960px !important;
    table-layout: auto !important;
    width: calc(100% - 32px) !important;
}

body.vc-side-rail-enabled #DocTypes > table:first-of-type td:last-child {
    overflow: visible !important;
    white-space: nowrap !important;
    width: auto !important;
}

body.vc-side-rail-enabled #DocTypes #txtDocTypeName,
body.vc-side-rail-enabled #DocTypes #btnRename,
body.vc-side-rail-enabled #DocTypes #btnSaveAs {
    box-sizing: border-box !important;
    vertical-align: middle !important;
}

body.vc-side-rail-enabled #DocTypes #btnRename,
body.vc-side-rail-enabled #DocTypes #btnSaveAs {
    white-space: nowrap !important;
}

@media (max-width: 760px) {
    body.vc-side-rail-enabled #DocTypes > table:first-of-type td:last-child {
        white-space: normal !important;
    }

    body.vc-side-rail-enabled #DocTypes #txtDocTypeName {
        max-width: 100% !important;
    }
}

html[class*="vc-theme-"] .vcTitleBar,
html[class*="vc-theme-"] .title,
html[class*="vc-theme-"] .toolbar,
html[class*="vc-theme-"] .toolbarViewer,
html[class*="vc-theme-"] .toolbarContainer,
html[class*="vc-theme-"] .wf-jobs-toolbar,
html[class*="vc-theme-"] .wfJobsExternalFilterBar,
html[class*="vc-theme-"] .vcExternalFilterBar,
html[class*="vc-theme-"] .vc-filter-row,
html[class*="vc-theme-"] .tabStrip,
html[class*="vc-theme-"] .k-tabstrip-items,
html[class*="vc-theme-"] .k-toolbar {
    background: var(--vc-toolbar-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-tabstrip,
html[class*="vc-theme-"] .k-content,
html[class*="vc-theme-"] .k-panelbar,
html[class*="vc-theme-"] .k-panel,
html[class*="vc-theme-"] .k-window,
html[class*="vc-theme-"] .k-window-content,
html[class*="vc-theme-"] .k-popup,
html[class*="vc-theme-"] .k-list-container,
html[class*="vc-theme-"] .k-animation-container,
html[class*="vc-theme-"] .k-menu,
html[class*="vc-theme-"] .k-menu-group,
html[class*="vc-theme-"] .k-dropdown-wrap,
html[class*="vc-theme-"] .k-picker-wrap {
    background: var(--vc-popup-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-popup,
html[class*="vc-theme-"] .k-list-container,
html[class*="vc-theme-"] .k-window {
    box-shadow: var(--vc-popup-shadow) !important;
}

html[class*="vc-theme-"] .k-item,
html[class*="vc-theme-"] .k-list .k-item,
html[class*="vc-theme-"] .k-menu .k-item,
html[class*="vc-theme-"] .k-menu .k-link {
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-item:hover,
html[class*="vc-theme-"] .k-list .k-item:hover,
html[class*="vc-theme-"] .k-state-hover,
html[class*="vc-theme-"] .k-state-focused,
html[class*="vc-theme-"] .k-menu .k-item:hover,
html[class*="vc-theme-"] .k-menu .k-link:hover {
    background: var(--vc-grid-hover-bg) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-state-selected,
html[class*="vc-theme-"] .k-state-selected:hover,
html[class*="vc-theme-"] .k-list .k-state-selected,
html[class*="vc-theme-"] .k-grid tr.k-state-selected,
html[class*="vc-theme-"] .k-grid tr.k-state-selected:hover {
    background: var(--vc-primary) !important;
    color: #ffffff !important;
}

html[class*="vc-theme-"] .k-state-selected td,
html[class*="vc-theme-"] .k-state-selected a,
html[class*="vc-theme-"] .k-state-selected span {
    color: #ffffff !important;
}

html[class*="vc-theme-"] .k-grid .k-pager-numbers .k-state-selected,
html[class*="vc-theme-"] .k-grid .k-pager-numbers .k-selected,
html[class*="vc-theme-"] .k-pager-wrap .k-state-selected,
html[class*="vc-theme-"] .k-pager-wrap .k-selected {
    background: var(--vc-primary) !important;
    border-color: var(--vc-primary) !important;
    color: #ffffff !important;
}

html[class*="vc-theme-"] .vcPanel,
html[class*="vc-theme-"] .vcCard,
html[class*="vc-theme-"] .job-process-card,
html[class*="vc-theme-"] .workflow-card,
html[class*="vc-theme-"] .attachment-card,
html[class*="vc-theme-"] .comment-card,
html[class*="vc-theme-"] .flow-card,
html[class*="vc-theme-"] .k-widget,
html[class*="vc-theme-"] fieldset,
html[class*="vc-theme-"] .lftPanel,
html[class*="vc-theme-"] .rgtPanel,
html[class*="vc-theme-"] .leftPanel,
html[class*="vc-theme-"] .rightPanel {
    background: var(--vc-card-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] table,
html[class*="vc-theme-"] tr,
html[class*="vc-theme-"] td,
html[class*="vc-theme-"] th {
    border-color: var(--vc-border);
}

html[class*="vc-theme-"] .k-grid-filter,
html[class*="vc-theme-"] .k-header .k-icon,
html[class*="vc-theme-"] .k-i-filter,
html[class*="vc-theme-"] .k-i-more-vertical {
    color: var(--vc-muted-text) !important;
}

html[class*="vc-theme-"] .k-grid-filter:hover,
html[class*="vc-theme-"] .k-header .k-link:hover,
html[class*="vc-theme-"] .k-header .k-icon:hover {
    color: var(--vc-primary) !important;
}

html[class*="vc-theme-"] .vc-tools-popup,
html[class*="vc-theme-"] .vc-tools-menu,
html[class*="vc-theme-"] .wf-jobs-toolbar-menu-popup,
html[class*="vc-theme-"] .vc-kendo-grid-command-popup,
html[class*="vc-theme-"] .vc-kendo-grid-command-submenu,
html[class*="vc-theme-"] .wf-action-menu-popup,
html[class*="vc-theme-"] .vc-action-menu-popup {
    background: var(--vc-popup-bg) !important;
    border-color: var(--vc-border) !important;
    box-shadow: var(--vc-popup-shadow) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .vc-tools-menu-link,
html[class*="vc-theme-"] .wf-jobs-toolbar-menu-item,
html[class*="vc-theme-"] .vc-kendo-grid-command-item,
html[class*="vc-theme-"] .vc-kendo-grid-command-link,
html[class*="vc-theme-"] .vc-kendo-grid-command-subitem,
html[class*="vc-theme-"] .wf-action-menu-item,
html[class*="vc-theme-"] .vc-action-menu-item {
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .vc-tools-menu-link:hover,
html[class*="vc-theme-"] .wf-jobs-toolbar-menu-item:hover,
html[class*="vc-theme-"] .vc-kendo-grid-command-item:hover,
html[class*="vc-theme-"] .vc-kendo-grid-command-link:hover,
html[class*="vc-theme-"] .vc-kendo-grid-command-subitem:hover,
html[class*="vc-theme-"] .wf-action-menu-item:hover,
html[class*="vc-theme-"] .vc-action-menu-item:hover {
    background: var(--vc-grid-hover-bg) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav > li > a,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a {
    color: var(--vc-side-text) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav > li > a::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled .vcSideRailToggle::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled .vc-tools-trigger::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled .wf-jobs-toolbar-menu-trigger::before {
    background-color: var(--vc-menu-icon) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav > li > a img,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a img,
html[class*="vc-theme-"] body.vc-side-rail-enabled .vcHeader img {
    filter: var(--vc-menu-icon-filter) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav > li:hover > a,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav > li:focus-within > a,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup li:hover > a,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a:hover,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a:focus {
    background: var(--vc-side-hover) !important;
    color: var(--vc-side-active-text) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav > li:hover > a::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav > li:focus-within > a::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup li:hover > a::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a:hover::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled #vcMainNav ul.vc-left-menu-popup a:focus::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup li:hover > a::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a:hover::before,
html[class*="vc-theme-"] body.vc-side-rail-enabled #liMoreMenu ul.vc-left-menu-popup a:focus::before {
    background-color: var(--vc-menu-icon-active) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled .vcMainNav::-webkit-scrollbar-track {
    background: var(--vc-side-bg) !important;
}

html[class*="vc-theme-"] body.vc-side-rail-enabled .vcMainNav::-webkit-scrollbar-thumb {
    background: var(--vc-side-hover) !important;
}

html[class*="vc-theme-"] .vcThemeSelector:focus,
html[class*="vc-theme-"] input:focus,
html[class*="vc-theme-"] select:focus,
html[class*="vc-theme-"] textarea:focus {
    border-color: var(--vc-primary) !important;
    box-shadow: 0 0 0 2px rgba(0, 91, 216, 0.12) !important;
    outline: 0 !important;
}

html[class*="vc-theme-"] .vcTopIdentityQuickLinks img,
html[class*="vc-theme-"] .k-grid .k-grid-header img,
html[class*="vc-theme-"] .k-grid .k-grid-content img {
    filter: none;
}

html[class*="vc-theme-"] .k-grid-header th,
html[class*="vc-theme-"] .k-grid .k-header,
html[class*="vc-theme-"] .k-grid-header .k-link {
    font-weight: 600 !important;
}

html[class*="vc-theme-"] .k-grid tbody tr:hover td,
html[class*="vc-theme-"] .k-grid tbody tr.k-state-hover td {
    background: var(--vc-grid-hover-bg) !important;
}

/* Final Kendo theme overrides - keep after app and Kendo grid styles */
html[class*="vc-theme-"] .k-widget.k-grid,
html[class*="vc-theme-"] .k-grid,
html[class*="vc-theme-"] div.k-grid {
    background-color: var(--vc-grid-row-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-grid .k-grid-header,
html[class*="vc-theme-"] .k-grid .k-grid-header-wrap,
html[class*="vc-theme-"] .k-grid .k-grid-header-locked,
html[class*="vc-theme-"] .k-grid .k-grid-footer,
html[class*="vc-theme-"] .k-grid .k-grid-footer-wrap,
html[class*="vc-theme-"] .k-grid .k-header,
html[class*="vc-theme-"] .k-grid th.k-header,
html[class*="vc-theme-"] .k-grid-header th,
html[class*="vc-theme-"] .k-grid-header .k-link,
html[class*="vc-theme-"] .k-grid-header .k-link:link,
html[class*="vc-theme-"] .k-grid-header .k-link:visited {
    background-color: var(--vc-grid-header-bg) !important;
    background-image: none !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-grid .k-grid-content,
html[class*="vc-theme-"] .k-grid .k-grid-content-locked,
html[class*="vc-theme-"] .k-grid .k-grid-content table,
html[class*="vc-theme-"] .k-grid .k-grid-content-locked table,
html[class*="vc-theme-"] .k-grid tbody,
html[class*="vc-theme-"] .k-grid tbody tr,
html[class*="vc-theme-"] .k-grid tbody tr td {
    background-color: var(--vc-grid-row-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-grid tbody tr.k-alt,
html[class*="vc-theme-"] .k-grid tbody tr.k-alt td,
html[class*="vc-theme-"] .k-grid tbody tr:nth-child(even),
html[class*="vc-theme-"] .k-grid tbody tr:nth-child(even) td {
    background-color: var(--vc-grid-alt-bg) !important;
}

html[class*="vc-theme-"] .k-grid tbody tr:hover,
html[class*="vc-theme-"] .k-grid tbody tr:hover td,
html[class*="vc-theme-"] .k-grid tbody tr.k-state-hover,
html[class*="vc-theme-"] .k-grid tbody tr.k-state-hover td {
    background-color: var(--vc-grid-hover-bg) !important;
}

html[class*="vc-theme-"] .k-grid .k-grid-toolbar,
html[class*="vc-theme-"] .k-grid .k-filter-row,
html[class*="vc-theme-"] .k-grid .k-filter-row th,
html[class*="vc-theme-"] .k-grid .k-filtercell,
html[class*="vc-theme-"] .vc-kendo-filter-bar,
html[class*="vc-theme-"] .vc-kendo-filter-auto-bar,
html[class*="vc-theme-"] #wfJobsExternalFilterBar {
    background-color: var(--vc-toolbar-bg) !important;
    background-image: none !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-grid .k-pager-wrap,
html[class*="vc-theme-"] .k-grid .k-grid-pager,
html[class*="vc-theme-"] .k-pager-wrap,
html[class*="vc-theme-"] .k-pager-info,
html[class*="vc-theme-"] .k-pager-numbers {
    background-color: var(--vc-surface-bg) !important;
    background-image: none !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-grid a,
html[class*="vc-theme-"] .k-grid td a {
    color: var(--vc-link) !important;
}

html[class*="vc-theme-"] .k-grid a:hover,
html[class*="vc-theme-"] .k-grid td a:hover {
    color: var(--vc-link-hover) !important;
}

.vc-kendo-filter-get,
.vc-kendo-filter-clear,
.vc-kendo-filter-button.vc-kendo-filter-get,
.vc-kendo-filter-button.vc-kendo-filter-clear,
.vc-kendo-filter-icon-button.vc-kendo-filter-get,
.vc-kendo-filter-icon-button.vc-kendo-filter-clear,
#wfJobsExternalFilterBar .wf-jobs-filter-get,
#wfJobsExternalFilterBar .wf-jobs-filter-clear {
    background-color: #ffffff !important;
    border-color: #9fb3c8 !important;
    color: #111827 !important;
}

.vc-kendo-filter-get:hover,
.vc-kendo-filter-clear:hover,
.vc-kendo-filter-button.vc-kendo-filter-get:hover,
.vc-kendo-filter-button.vc-kendo-filter-clear:hover,
.vc-kendo-filter-icon-button.vc-kendo-filter-get:hover,
.vc-kendo-filter-icon-button.vc-kendo-filter-clear:hover,
#wfJobsExternalFilterBar .wf-jobs-filter-get:hover,
#wfJobsExternalFilterBar .wf-jobs-filter-clear:hover {
    background-color: #f3f7fb !important;
    border-color: #7f95ad !important;
}

html[class*="vc-theme-"] input.vcButton[data-vc-export-icon],
html[class*="vc-theme-"] button.vcButton[data-vc-export-icon],
html[class*="vc-theme-"] a.vcButton[data-vc-export-icon] {
    background-color: var(--vc-primary) !important;
    border-color: var(--vc-primary) !important;
}

html[class*="vc-theme-"] input.vcButton[data-vc-export-icon]:hover,
html[class*="vc-theme-"] button.vcButton[data-vc-export-icon]:hover,
html[class*="vc-theme-"] a.vcButton[data-vc-export-icon]:hover {
    background-color: var(--vc-primary-hover) !important;
    border-color: var(--vc-primary-hover) !important;
}

html[class*="vc-theme-"] #wfJobsToolbarMenuPopup input.vcButton[data-vc-export-icon],
html[class*="vc-theme-"] #wfJobsToolbarMenuPopup button.vcButton[data-vc-export-icon] {
    background: transparent !important;
    border: 0 !important;
    color: var(--vc-side-text) !important;
}

html[class*="vc-theme-"] #wfJobsToolbarMenuPopup input.vcButton[data-vc-export-icon]:hover,
html[class*="vc-theme-"] #wfJobsToolbarMenuPopup button.vcButton[data-vc-export-icon]:hover {
    background: var(--vc-side-hover) !important;
    color: var(--vc-side-active-text) !important;
}

/* Final theme pass for title-side menu and native Kendo column menus. */
html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup,
html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup.vc-tools-open,
html[class*="vc-theme-"] #vc-tools-popup,
html[class*="vc-theme-"] #vc-tools-popup.vc-tools-open,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-content,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu-item {
    background: var(--vc-popup-bg) !important;
    background-image: none !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-side-text) !important;
}

html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu-link,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-content a,
html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup .vc-tools-content a {
    background: transparent !important;
    color: var(--vc-side-text) !important;
}

html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu-link:hover,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu-item:hover,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-content a:hover,
html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup .vc-tools-content a:hover {
    background: var(--vc-side-hover) !important;
    color: var(--vc-side-active-text) !important;
}

html[class*="vc-theme-"] #vc-tools-trigger,
html[class*="vc-theme-"] .vc-tools-trigger,
html[class*="vc-theme-"] #vc-tools-trigger.active,
html[class*="vc-theme-"] .vc-tools-trigger.active {
    background-color: var(--vc-surface-bg) !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-animation-container .k-column-menu,
html[class*="vc-theme-"] .k-animation-container .k-filter-menu,
html[class*="vc-theme-"] .k-animation-container .k-popup.k-column-menu,
html[class*="vc-theme-"] .k-animation-container .k-popup.k-filter-menu,
html[class*="vc-theme-"] .k-column-menu,
html[class*="vc-theme-"] .k-filter-menu,
html[class*="vc-theme-"] .k-column-menu .k-menu,
html[class*="vc-theme-"] .k-column-menu .k-menu-group,
html[class*="vc-theme-"] .k-column-menu .k-group,
html[class*="vc-theme-"] .k-filter-menu .k-menu,
html[class*="vc-theme-"] .k-filter-menu .k-menu-group,
html[class*="vc-theme-"] .k-filter-menu .k-filter-help-text,
html[class*="vc-theme-"] .k-filter-menu .k-filter-selected-items {
    background: var(--vc-popup-bg) !important;
    background-image: none !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-side-text) !important;
}

html[class*="vc-theme-"] .k-column-menu .k-item,
html[class*="vc-theme-"] .k-column-menu .k-link,
html[class*="vc-theme-"] .k-column-menu .k-menu-link,
html[class*="vc-theme-"] .k-filter-menu .k-item,
html[class*="vc-theme-"] .k-filter-menu .k-link,
html[class*="vc-theme-"] .k-filter-menu label {
    background: transparent !important;
    color: var(--vc-side-text) !important;
}

html[class*="vc-theme-"] .k-column-menu .k-item:hover,
html[class*="vc-theme-"] .k-column-menu .k-link:hover,
html[class*="vc-theme-"] .k-column-menu .k-menu-link:hover,
html[class*="vc-theme-"] .k-filter-menu .k-item:hover,
html[class*="vc-theme-"] .k-filter-menu .k-link:hover {
    background: var(--vc-side-hover) !important;
    color: var(--vc-side-active-text) !important;
}

html[class*="vc-theme-"] .k-column-menu input,
html[class*="vc-theme-"] .k-column-menu select,
html[class*="vc-theme-"] .k-column-menu .k-input,
html[class*="vc-theme-"] .k-column-menu .k-dropdown-wrap,
html[class*="vc-theme-"] .k-column-menu .k-picker-wrap,
html[class*="vc-theme-"] .k-filter-menu input,
html[class*="vc-theme-"] .k-filter-menu select,
html[class*="vc-theme-"] .k-filter-menu .k-input,
html[class*="vc-theme-"] .k-filter-menu .k-dropdown-wrap,
html[class*="vc-theme-"] .k-filter-menu .k-picker-wrap {
    background-color: var(--vc-surface-bg) !important;
    background-image: none !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-column-menu .k-button,
html[class*="vc-theme-"] .k-filter-menu .k-button {
    background-color: var(--vc-primary) !important;
    background-image: none !important;
    border-color: var(--vc-primary) !important;
    color: #ffffff !important;
}

html[class*="vc-theme-"] .k-column-menu .k-button:hover,
html[class*="vc-theme-"] .k-filter-menu .k-button:hover {
    background-color: var(--vc-primary-hover) !important;
    border-color: var(--vc-primary-hover) !important;
}

html[class*="vc-theme-"] .k-grid-header .k-grid-filter,
html[class*="vc-theme-"] .k-grid-header .k-header-column-menu,
html[class*="vc-theme-"] .k-grid-header .k-i-filter,
html[class*="vc-theme-"] .k-grid-header .k-i-more-vertical {
    color: var(--vc-muted-text) !important;
}

html[class*="vc-theme-"] .k-grid-header .k-grid-filter:hover,
html[class*="vc-theme-"] .k-grid-header .k-header-column-menu:hover,
html[class*="vc-theme-"] .k-grid-header .k-i-filter:hover,
html[class*="vc-theme-"] .k-grid-header .k-i-more-vertical:hover {
    color: var(--vc-primary) !important;
}

/* Theme-colored popups: title menu and Kendo grid header menus. */
html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup,
html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup.vc-tools-open,
html[class*="vc-theme-"] #vc-tools-popup,
html[class*="vc-theme-"] #vc-tools-popup.vc-tools-open,
html[class*="vc-theme-"] .vc-tools-popup,
html[class*="vc-theme-"] .vc-tools-popup.vc-tools-open,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-content,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu-item,
html[class*="vc-theme-"] .vc-tools-popup .vc-tools-content,
html[class*="vc-theme-"] .vc-tools-popup .vc-tools-menu,
html[class*="vc-theme-"] .vc-tools-popup .vc-tools-menu-item {
    background-color: var(--vc-panel-bg) !important;
    background-image: none !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup .vc-tools-content a,
html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup a,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu-link,
html[class*="vc-theme-"] .vc-tools-popup .vc-tools-menu-link {
    background-color: transparent !important;
    background-image: none !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup .vc-tools-content a:hover,
html[class*="vc-theme-"] body.vc-tools-consolidation #vc-tools-popup a:hover,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu-link:hover,
html[class*="vc-theme-"] #vc-tools-popup .vc-tools-menu-item:hover,
html[class*="vc-theme-"] .vc-tools-popup .vc-tools-menu-link:hover,
html[class*="vc-theme-"] .vc-tools-popup .vc-tools-menu-item:hover {
    background-color: var(--vc-grid-hover-bg) !important;
    background-image: none !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-animation-container .k-popup,
html[class*="vc-theme-"] .k-animation-container .k-menu-popup,
html[class*="vc-theme-"] .k-animation-container .k-column-menu,
html[class*="vc-theme-"] .k-animation-container .k-filter-menu,
html[class*="vc-theme-"] .k-animation-container .k-list-container,
html[class*="vc-theme-"] .k-popup.k-column-menu,
html[class*="vc-theme-"] .k-popup.k-filter-menu,
html[class*="vc-theme-"] .k-column-menu,
html[class*="vc-theme-"] .k-filter-menu,
html[class*="vc-theme-"] .k-column-menu .k-menu,
html[class*="vc-theme-"] .k-column-menu .k-menu-group,
html[class*="vc-theme-"] .k-column-menu .k-group,
html[class*="vc-theme-"] .k-column-menu .k-content,
html[class*="vc-theme-"] .k-filter-menu .k-menu,
html[class*="vc-theme-"] .k-filter-menu .k-menu-group,
html[class*="vc-theme-"] .k-filter-menu .k-content {
    background-color: var(--vc-panel-bg) !important;
    background-image: none !important;
    border-color: var(--vc-border) !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-column-menu .k-item,
html[class*="vc-theme-"] .k-column-menu .k-link,
html[class*="vc-theme-"] .k-column-menu .k-menu-link,
html[class*="vc-theme-"] .k-column-menu .k-state-default,
html[class*="vc-theme-"] .k-filter-menu .k-item,
html[class*="vc-theme-"] .k-filter-menu .k-link,
html[class*="vc-theme-"] .k-filter-menu .k-menu-link,
html[class*="vc-theme-"] .k-filter-menu .k-state-default,
html[class*="vc-theme-"] .k-filter-menu label,
html[class*="vc-theme-"] .k-filter-menu .k-filter-help-text,
html[class*="vc-theme-"] .k-filter-menu .k-filter-selected-items {
    background-color: transparent !important;
    background-image: none !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-column-menu .k-item:hover,
html[class*="vc-theme-"] .k-column-menu .k-link:hover,
html[class*="vc-theme-"] .k-column-menu .k-menu-link:hover,
html[class*="vc-theme-"] .k-column-menu .k-state-hover,
html[class*="vc-theme-"] .k-column-menu .k-state-selected,
html[class*="vc-theme-"] .k-filter-menu .k-item:hover,
html[class*="vc-theme-"] .k-filter-menu .k-link:hover,
html[class*="vc-theme-"] .k-filter-menu .k-menu-link:hover,
html[class*="vc-theme-"] .k-filter-menu .k-state-hover,
html[class*="vc-theme-"] .k-filter-menu .k-state-selected {
    background-color: var(--vc-grid-hover-bg) !important;
    background-image: none !important;
    color: var(--vc-text) !important;
}

html[class*="vc-theme-"] .k-filter-menu .k-button,
html[class*="vc-theme-"] .k-column-menu .k-button,
html[class*="vc-theme-"] .k-filter-menu button,
html[class*="vc-theme-"] .k-column-menu button {
    background-color: var(--vc-primary) !important;
    background-image: none !important;
    border-color: var(--vc-primary) !important;
    color: #ffffff !important;
}

/* ============================================================================
   CHECKBOX COLUMN FIX — applied globally to ALL Kendo Grids
   When a grid is resized, checkbox cells must never show "..." ellipsis.
   The checkbox must always be fully visible and clickable.
   ============================================================================ */

/* 1. Any grid cell that CONTAINS a checkbox input: clip instead of ellipsis */
.k-grid td:has(> input[type="checkbox"]),
.k-grid th:has(> input[type="checkbox"]),
.k-grid td:has(> label > input[type="checkbox"]),
.k-grid th:has(> label > input[type="checkbox"]) {
    min-width: 36px !important;
    max-width: 50px !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    width: 40px !important;
}

/* 2. The checkbox input itself must always render at full size */
.k-grid td input[type="checkbox"],
.k-grid th input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    background: transparent url('../images/unselected.svg') no-repeat center center !important;
    background-size: 24px 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
    height: 24px !important;
    margin: 0 auto !important;
    min-height: 24px !important;
    min-width: 24px !important;
    overflow: visible !important;
    padding: 0 !important;
    vertical-align: middle !important;
    width: 24px !important;
}

.k-grid td input[type="checkbox"]:checked,
.k-grid th input[type="checkbox"]:checked {
    background-image: url('../images/selected.svg') !important;
}

.k-grid td input[type="checkbox"]:focus,
.k-grid th input[type="checkbox"]:focus {
    outline: 1px solid #2563eb !important;
    outline-offset: 1px !important;
}

.k-grid td input[type="checkbox"]:disabled,
.k-grid th input[type="checkbox"]:disabled {
    cursor: default !important;
    opacity: 0.55 !important;
}

/* 3. Kendo native checkbox class */
.k-grid .k-checkbox,
.k-grid .k-checkbox-wrap {
    flex-shrink: 0 !important;
    min-width: 16px !important;
    overflow: visible !important;
}

/* 4. Specific override: gvMyJobs grid sets ellipsis on ALL cells —
      exempt the first column (checkbox) from that rule */
body.vc-side-rail-enabled #gvMyJobs .k-grid-header th:first-child,
body.vc-side-rail-enabled #gvMyJobs .k-grid-content td:first-child {
    min-width: 36px !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    width: 40px !important;
}

/* 5. idGVDocuments (Browse grid) and idGVMDViewDocs (MD View grid) */
#idGVDocuments .k-grid-header th:first-child,
#idGVDocuments .k-grid-content td:first-child,
#idGVMDViewDocs .k-grid-header th:first-child,
#idGVMDViewDocs .k-grid-content td:first-child {
    min-width: 36px !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    width: 40px !important;
}

/* 6. All other grids: prevent first column from showing ellipsis
      (most grids use first column for checkbox selection) */
.k-grid .k-grid-header th:first-child,
.k-grid .k-grid-content td:first-child {
    overflow: hidden !important;
    text-overflow: clip !important;
}
/* ============================================================================ */

/* WFJobs menu must render above the filter controls it is anchored beside. */
#wfJobsToolbarMenuPopup,
#wfJobsToolbarMenuPopup.is-open {
    z-index: 30050 !important;
}

#wfJobsExternalFilterBar #wfJobsToolbarMenu,
#wfJobsExternalFilterBar #wfJobsToolbarMenuTrigger {
    z-index: 30040 !important;
}

#wfJobsExternalFilterBar select,
#wfJobsExternalFilterBar input[type="text"],
#wfJobsExternalFilterBar .k-widget,
#wfJobsExternalFilterBar .k-dropdown,
#wfJobsExternalFilterBar .k-dropdown-wrap,
#wfJobsExternalFilterBar .k-picker,
#wfJobsExternalFilterBar .k-picker-wrap {
    position: relative !important;
    z-index: 1 !important;
}

/* Viewer toolbar icons are commands, not draggable document content. */
[id$="ToolStripPanel"] input[type="image"],
[id$="ToolStripSuperTable"] input[type="image"],
[id$="AnnoToolStripSuperTable"] input[type="image"] {
    -webkit-user-drag: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

/* Workflow Job Process: stable vertical toggle between task details and Viewer. */
#horizontal > .k-splitbar-horizontal {
    overflow: visible !important;
    position: absolute !important;
    z-index: 80 !important;
}

#horizontal > .k-splitbar-horizontal .vc-job-process-native-split-toggle {
    display: none !important;
}

.vc-job-process-split-toggle {
    background: #ffffff url("../images/expand.svg") no-repeat center center !important;
    background-size: 18px 18px !important;
    border: 1px solid #b8c4d1 !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 4px rgba(15, 37, 56, 0.18) !important;
    cursor: pointer !important;
    height: 42px !important;
    left: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 24px !important;
    z-index: 82 !important;
}

.vc-job-process-split-toggle.is-collapsed {
    background-image: url("../images/collapse.svg") !important;
}

.rtl .k-grid .k-grid-content-locked {
	right: 0;
	left: auto;
}
/* Arijit: 02 - Apr - 2026: For the fix of bugid: 45107*/
.k-list .k-item {
	white-space: normal !important;
	word-break: break-word;
}
.vc-job-process-split-toggle:hover,
.vc-job-process-split-toggle:focus {
    background-color: #f3f7fb !important;
    border-color: #7594b2 !important;
    outline: 1px solid #7594b2 !important;
    outline-offset: 1px !important;
}

/* Naresh: 27-Jul-2026: Make the top identity bar adapt to the window width.
   It was allowed to WRAP (flex-wrap: wrap), so on narrower windows the brand ended up on one line
   and the welcome/logout group dropped onto a second line - which read as a large growing gap
   between "VICIECM" and "Welcome admin ...", and would only get worse as more items are added.
   Keep everything on a single row and let the flexible items shrink (and the long user/role text
   ellipsize) instead of wrapping. The search panels are absolutely positioned popups, so they are
   unaffected by this. */
body.vc-side-rail-enabled .vcTopIdentityBarRight,
body.vc-side-rail-enabled .vcTopIdentityBarActions {
	flex-wrap: nowrap !important;
	min-width: 0 !important;
}

body.vc-side-rail-enabled .vcTopIdentityLinkGroup {
	flex-shrink: 1 !important;
	min-width: 0 !important;
}

/* the icon strip must never be squeezed - only the text should give way */
body.vc-side-rail-enabled .vcTopIdentityQuickLinks {
	flex-shrink: 0 !important;
}

body.vc-side-rail-enabled .vcTopIdentityMeta {
	min-width: 0 !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

body.vc-side-rail-enabled .vcTopIdentityLogout {
	flex-shrink: 0 !important;
	white-space: nowrap !important;
}
