﻿/*@font-face {
    font-family: 'GoogleSans-Regular';
    src: url('KendoUI/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');*/
/*src: url('KendoUI/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

/* The LocalLabelcontainer */
.LocalLabelcontainer {
	/*display: block;*/
	position: relative;
	padding-left: 20px;
	/*margin-bottom: 12px;*/
	/*cursor: pointer;*/
	font-size: 14px;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	color: #4b4b4b;
	font-weight: normal;
	top: 4px;
	text-transform: uppercase;
}

	/* Hide the browser's default checkbox */
	.LocalLabelcontainer input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0px;
		width: 0px;
	}

/* Create a custom checkbox */
.Localcheckmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: #fff;
	border: solid 1px #908c8c;
	cursor: pointer;
	border-radius: 15px;
	border: 1px solid #DDD;
	background: #FFF;
}

/* On mouse-over, add a grey background color */
.LocalLabelcontainer:hover input ~ .Localcheckmark {
	background-color: #005fff;
}

/* When the checkbox is checked, add a blue background */
.LocalLabelcontainer input:checked ~ .Localcheckmark {
	border-radius: 12px;
	border: 3px solid #005FFF;
	background: #FFF;
	box-sizing: border-box;
	height: 13px;
	width: 13px;
}

/* Create the Localcheckmark/indicator (hidden when not checked) */
.Localcheckmark:after {
	/*content: "";*/
	position: absolute;
	display: none;
}

/* Show the Localcheckmark when checked */
/*.LocalLabelcontainer input:checked ~ .Localcheckmark:after {
	display: block;
}*/

/* Style the Localcheckmark/indicator */
/*.LocalLabelcontainer .Localcheckmark:after {
	left: 2px;
	top: 2px;
	width: 6px;
	height: 6px;
	border: solid #908c8c;
	border-width: 1px;
	background-color: #4abcff;
}*/

.LocalcheckmarkDS {
	position: absolute;
	top: 4px;
	left: 0;
	height: 13px;
	width: 13px;
	background-color: #fff;
	border: solid 1px #908c8c;
}

/* On mouse-over, add a grey background color */
.LocalLabelcontainer:hover input ~ .LocalcheckmarkDS {
	background-color: #4abcff;
}

/* When the checkbox is checked, add a blue background */
.LocalLabelcontainer input:checked ~ .LocalcheckmarkDS {
	background-color: #fff;
}

/* Create the LocalcheckmarkDS/indicator (hidden when not checked) */
.LocalcheckmarkDS:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the LocalcheckmarkDS when checked */
.LocalLabelcontainer input:checked ~ .LocalcheckmarkDS:after {
	display: block;
}

/*.LocalLabelcontainer .LocalcheckmarkDS:after {
	left: 3px;
	top: 3px;
	width: 7px;
	height: 7px;
	border: solid #908c8c;
	border-width: 1px;
	background-color: #4abcff;
}*/


/*
For Drag and Drop File
*/

.upload-area {
	width: 100%;
	height: 86px;
	border: 2px solid lightgray;
	border-radius: 9px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	padding: 15px 10px 10px 20px;
}

	.upload-area:hover {
		cursor: pointer;
	}

	.upload-area h1 {
		text-align: center;
		font-weight: normal;
		font-family: sans-serif;
		line-height: 50px;
		color: darkslategray;
	}

#file {
	display: none;
}

/* Thumbnail */
.thumbnail {
	width: 80px;
	height: 80px;
	padding: 2px;
	border: 2px solid lightgray;
	border-radius: 3px;
	float: left;
}

.size {
	font-size: 12px;
}


/*End*/
/************************************************  add in common.css      ***********************************************/
/*#shade, #modal {
display: none;
}

#shade {
position: fixed;
z-index: 100;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#modal {
position: fixed;
z-index: 101;
top: 12%;
left: 4%;
bottom: 12%;
width: 92%;
margin: auto;
background: #fff;
overflow-y: scroll;
overflow-x: hidden;
background-color: #f4f8f9;
}

#shade {
background: #000;
opacity: 0.5;
filter: alpha(opacity=50);
}*/

#close {
	float: right;
	margin: 10px;
}

	#close:hover,
	#close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}

label {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #9b9b9b;
}

headcolumn > p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #4a4a4a;
}

#show-count {
	margin-left: 33px;
	margin-top: 20px;
	color: rgb(74, 74, 74);
	font-weight: 400;
}

.select {
	float: right;
	margin-right: 5%;
	color: #4bbcff;
	font-size: 14px;
	padding-top: 10px;
}

	.select:hover {
		cursor: pointer;
	}

/* NC Details*/

.POCount {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.4px;
	background: #E95257;
	color: white;
	padding: 5px;
	cursor: pointer;
}
/**************************************************************************************************************************/
/*Css for Comment Popup on NC Lines*/
.commentimage {
	background: url("/img/sprite.png") no-repeat;
	background-position: 0px -1px;
	width: 20px;
	height: 22px;
	cursor: pointer;
}

.IframeTabs {
	position: relative;
	width: 100%;
	height: 100%;
}

.helpimage {
	background: url("/img/sprite.png") no-repeat;
	background-position: -19px 0px;
	width: 19px;
	height: 22px;
	cursor: pointer;
}

.saveimage {
	background: url("/img/sprite.png") no-repeat;
	background-position: -95px 0px;
	width: 20px;
	height: 23px;
	cursor: pointer;
	margin-top: -2px;
	margin-left: -2px;
}

.collapsed {
	background: rgba(0, 95, 255, 0.1) !important;
	border: none !important;
	width: 35px;
	height: 35px;
	min-width: 35px;
	border-radius: 50%;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

	.collapsed i {
		color: #005fff;
	}

#DvPOLines {
	padding-left: 67px;
	padding-right: 66px;
	height: 150px;
}

/*.POLineContainer .table th:nth-child(1) {
width: 5%;
}

.POLineContainer .table th:nth-child(2) {
width: 15%;
}

.POLineContainer .table th:nth-child(3) {
width: 10%;
}

.POLineContainer .table th:nth-child(4) {
width: 10%;
}

.POLineContainer .table th:nth-child(5) {
width: 12%;
}

.POLineContainer .table th:nth-child(6) {
width: 5%;
text-align: right;
}

.POLineContainer .table th:nth-child(7) {
width: 5%;
text-align: right;
}

.POLineContainer .table th:nth-child(8) {
width: 14%;
}

.POLineContainer .table th:nth-child(9) {
width: 7%;
}

.POLineContainer .table th:nth-child(10) {
width: 140px;
}*/

.POLineContainer {
	margin-left: 13px;
}

	.POLineContainer table tr td .from-group-alt .form-control-alt {
		/*border: 0px;
border-bottom: 1px solid #ccc;
border-radius: 0px;
box-shadow: 0px 0px 0px #ccc;*/
		padding: 0px !important;
	}

	.POLineContainer table tr th {
		padding: 8px 0px !important;
		font-size: 13px;
		/*border-bottom-color: rgb(17, 17, 17) !important;
border-bottom-width: 0px !important;
border-bottom-style: solid !important;*/
		position: relative;
		cursor: pointer;
	}

	.POLineContainer table tr td input {
		/*margin-top: -7px;*/
	}

	.POLineContainer table tr td div select {
		/*margin-top: -7px;*/
	}

.POField {
	width: 20%;
	margin-top: 0px;
	padding-top: 0px;
}

.RowPOField {
	background: rgb(255, 255, 255);
	width: 98%;
	box-shadow: 1px 1px 4px 1px #ccc;
	padding: 15px 10px 15px 10px;
	margin-left: 10px;
}

.NoActionText {
	margin-left: 2px;
}

.ChkNoaction {
	vertical-align: middle
}

.ChkUnknownPO {
	vertical-align: middle;
	width: 18%;
}

.POcol-md-6 {
	width: 50%;
	float: left;
	padding-right: 21px;
	padding-left: 2px;
	position: relative;
	min-height: 1px;
}

.POSuffixInput {
	display: inline;
	width: 55%;
}

.POSuffixSelect {
	display: inline;
	width: 18%;
}

.ChkPosition {
	position: relative;
	top: 0px;
	left: 10px;
	margin: 0px
}

.ChkPositionSelect {
	position: relative;
	top: -2px;
	left: 97px;
	margin: 0px
}

.ChkPositionCopyChange {
	position: relative;
	top: -2px;
	left: 166px;
	margin: 0px;
}

.ChkPositionDelete {
	position: relative;
	left: 162px;
	top: -1px;
}

.ChkPositionHorizontal {
	position: relative;
	top: 9px;
	left: -61px;
	margin: 0px;
}

.LocalcheckmarkUnknownPO {
	position: absolute;
	top: 26px;
	left: 0;
	height: 13px;
	width: 12px;
	background-color: #fff;
	border: solid 1px #908c8c;
}

/* On mouse-over, add a grey background color */
.LocalLabelcontainer:hover input ~ .LocalcheckmarkUnknownPO {
	background-color: #4abcff;
}

/* When the checkbox is checked, add a blue background */
.LocalLabelcontainer input:checked ~ .LocalcheckmarkUnknownPO {
	background-color: #fff;
}

/* Create the Localcheckmark/indicator (hidden when not checked) */
.LocalcheckmarkUnknownPO:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the Localcheckmark when checked */
.LocalLabelcontainer input:checked ~ .Localcheckmark:after {
	display: block;
}

/* Style the Localcheckmark/indicator */
.LocalLabelcontainer .Localcheckmark:after {
	left: 2px;
	top: 2px;
	width: 6px;
	height: 6px;
	border: solid #908c8c;
	border-width: 1px;
	background-color: #4abcff;
}

/* Style the tab content */
.ActiveTab {
	/*border-top: 4px solid #009bf6;*/
	font-size: 14px !important;
	border-bottom: 4px solid #005fff;
	border-radius: 0px !important;
	color: #005fff !important;
}

/* Line Comments*/
.CommentTextArea {
	padding: 12px 6px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd !important;
	/*border-radius: 9px;*/
	height: 50px;
	outline: none;
}

	.CommentTextArea:focus {
		border-bottom: 1px solid #005fff !important;
	}

.Commentheading-block {
	background: rgb(255, 255, 255);
	height: auto;
	min-height: 50px;
	margin: 10px 0px;
	color: rgb(0, 0, 0);
	line-height: normal;
	letter-spacing: 0.4px;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
}

.commentContent {
	max-height: 200px;
	overflow: auto;
}

.modalComment {
	position: fixed;
	z-index: 101;
	top: 12%;
	left: 12%;
	bottom: 12%;
	width: 75%;
	margin: auto;
	background: #fff;
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #fff;
	height: 450px;
}

.Comment-filter {
	background: #FFFFFF;
	cursor: pointer;
	padding: 9px 11px;
	border: 2px solid #66C2FF;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	margin-top: 26px;
}

/*End*/
/* Audit Log*/
.CommentsTable {
	width: 100% !important;
	position: relative !important;
	margin-bottom: 20px;
	max-width: 100%;
	background-color: transparent;
}

	.CommentsTable tr {
		padding: 10px 10px 10px 10px;
		border-bottom: solid 1px #ccd2d6;
		height: 47px;
	}

		.CommentsTable tr td {
			padding: 8px 6px 3px !important;
			font-size: 12px;
			position: relative;
			color: #4a4a4a;
		}

/* End*/

/*Po Search*/
.modalSearchPO {
	position: fixed;
	z-index: 101;
	top: 5%;
	left: 5%;
	bottom: 5%;
	width: 90%;
	margin: auto;
	background: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	height: 600px;
}

.fixedClose {
	max-height: 30px;
}
/*End*/
.modalBulkAction {
	position: fixed;
	z-index: 101;
	top: 12%;
	left: 20%;
	bottom: 12%;
	width: 60%;
	margin: auto;
	background: #fff;
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #fff;
	height: 300px;
}



.header {
	/*padding-top: 15px;*/ margin-top: -6px;
}

	.header ul li {
		display: inline;
		margin-right: 10px;
		font-weight: bold;
		padding-top: 5px;
	}

.heading-blockOpenNCs {
	background: rgb(255, 255, 255);
	padding: 7px 55px 4px 50px;
	height: auto;
	min-height: 53px;
	width: 100%;
}

.k-grouping-headerMR {
	font-size: 13px !important;
	border-color: transparent !important;
	background-color: #f4f8f9 !important;
	padding: 8px 6px !important;
	font-weight: bold;
}

/**********************************************************************************************************************/

/**********************************************      NC Demo Scree       ************************************************/
/*.collapsed {
    background: #fff !important;
    cursor: pointer;
    padding-left: 4px;
    padding-top: 6px;
    border: 2px solid #44546f !important;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}*/

.grid {
	padding: 0 30px;
}

.k-widget {
	background-color: #fff;
}

.header {
	padding-top: 15px;
}

	.header ul li {
		display: inline;
		margin-right: 10px;
		font-weight: bold;
		padding-top: 5px;
	}

/********************** Style the tab content **************************/
.tabcontent {
	display: none;
	border-top: none;
}

.tablinks {
	width: 210px;
	display: inline;
	cursor: pointer !important;
}

/********************************************************/
.k-grid-toolbar {
	display: block !important;
}

/*#CreatedByMeexcel {
display: none;
}*/

.addnew {
	width: 110px;
}

.common {
	margin: 10px 9px;
	float: right;
}

.common_button {
	float: right;
	margin: 10px 5px !important;
}

#searchvsgrouplist {
	position: inherit;
	top: 3px;
}

/********************* for modal popup *************************/
/*#shade, #modal {
display: none;
}

#shade {
position: fixed;
z-index: 100;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#modal {
position: fixed;
z-index: 101;
top: 12%;
left: 4%;
bottom: 12%;
width: 92%;
margin: auto;
background: #fff;
overflow-y: scroll;
overflow-x: hidden;
background-color: #f4f8f9;
}

#shade {
background: #000;
opacity: 0.5;
filter: alpha(opacity=50);
}*/

#close {
	float: right;
	margin: 10px;
}

	#close:hover,
	#close:focus {
		text-decoration: none;
		cursor: pointer;
	}
/***********************************************************/

label {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #9b9b9b;
}

headcolumn > p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #4a4a4a;
}

.table-header-container {
	margin-left: 15px;
	margin-top: 10px;
}

#show-count {
	margin-left: 33px;
	margin-top: 20px;
	color: rgb(74, 74, 74);
	font-weight: 400;
}

.select {
	float: right;
	margin-right: 5%;
	color: #4bbcff;
	font-size: 14px;
	padding-top: 10px;
}

	.select:hover {
		cursor: pointer;
	}

/**********************  NCAttachments screen *******************/
.wrapper {
	width: 95%;
	margin: auto;
}

.textWrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 24px;
	line-height: 1.2em;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
}

/*.dropImageHereText {
	color: #c7c7c7;
	text-transform: uppercase;
	font-size: 15px;
}*/

.attachment {
	float: left;
	position: relative;
	margin: 0 3% 3% 0;
	padding: 0;
	border: 1px solid #c7c7c7;
	width: 20%;
}

	.attachment img {
		width: 110px;
		height: 110px;
	}

.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.k-content {
	margin-top: 2%;
}

.k-widget, .k-upload, .k-header {
	margin: auto;
	/*border-radius: 15px;*/
	/*background-color: #fff;*/
}

.attachment-header {
	border-bottom: 1px solid;
	width: 70%;
}

.CommentTextAreaOtherReason {
	padding: 15px 10px 10px 20px;
	width: 160%;
	border: 2px solid lightgray;
	border-radius: 9px;
	height: 50px;
}
/****************************************** screen End ***************************************************************/

.section_table_header {
	width: 365px;
	background-color: #3f6bac;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 5px 5px 5px 10px;
	color: #fff;
	font-weight: normal;
	position: relative;
}

	.section_table_header::after {
		content: '';
		position: absolute;
		left: 470px;
		top: -3px;
		width: 0;
		height: 0;
		border-top: 29px solid #fff;
		clear: both;
	}

	.section_table_header::before {
		content: '';
		position: absolute;
		left: -1px;
		top: -3px;
		width: 0;
		height: 0;
		border-top: 32px solid #fff;
		clear: both;
	}

.section_tableText {
	text-align: left !important;
	width: 230px !important;
	float: left !important;
}

.RowVSField {
	width: 100%;
	padding: 10px;
}

/*VS Form*/
.tblIcon {
	position: fixed;
	width: 10.2%;
}

	.tblIcon tr td {
		width: 5%;
	}

.btnIcon {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	left: 0;
}

.verticalMenu {
	width: 100px;
	height: 40px;
	padding: 10px 0;
	margin-left: 10px;
}

.verticalMenuLabel {
	padding: 0.2em;
	border-radius: 0.25em;
	text-align: center;
	color: #4a4a4a;
	cursor: pointer;
	font-size: 78%;
	vertical-align: baseline;
	display: inline;
	white-space: nowrap;
}

.higlightSelectedVerticalMenu {
	background-color: #fff;
	font-weight: bold;
	border-bottom: 2px solid rgb(0, 155, 246);
}

	.higlightSelectedVerticalMenu label {
		font-weight: bold;
	}

.dvHeaderInfo {
	margin-top: 108px;
	background-color: #fff;
	z-index: 999;
	width: 10.5%;
	height: 600px;
	float: left;
}

.dvHeaderInfo_popup {
	margin-top: 10px !important;
}

.LocalLabelTextInfo {
	margin-left: -20px;
}

.FooterFormButtons {
	margin-bottom: 15px;
	margin-left: 200px;
}

.labelBreakUom {
	position: relative;
	left: 54px;
	top: -49px;
	font-weight: normal;
	font-size: 12px;
}

.labelBreakUomView {
	margin-left: 3px;
	font-weight: normal;
	font-size: 12px;
	color: rgb(155, 155, 155);
}

.calendarTextbox {
	margin-top: 19px;
}

.DisabledSection {
	background-color: #efefef;
	border: solid 1px #e5e5e5;
	font-size: 8pt;
	color: #4f4f4f;
	letter-spacing: 0.4px;
	font-weight: normal;
	width: 100%;
}

	.DisabledSection th {
		background-color: #999999;
		font-size: 10pt;
		color: #efefef;
		vertical-align: middle;
		text-align: left;
		letter-spacing: 0.4px;
		padding-left: 7px;
		font-weight: bold;
	}

	.DisabledSection input[type=text] {
		background-color: #ddd;
	}

.Disabledtxt {
	background-color: #eaeaea !Important;
}

h4 {
	height: 12px;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #4a4a4a;
	margin: 0;
}

/*Added new style for New and Repair header*/
.sectionHeaderLabelInternal {
	font-size: 14px;
	font-weight: bold;
	color: #4a4a4a;
	margin-bottom: 8px;
}

	.sectionHeaderLabelInternal span {
		border-bottom: 2px solid #009bf6;
		padding: 1px 0 0 0;
	}

.chkLabel {
	padding-top: 2px;
}

.sameasnewlabel {
	margin-top: 3px;
	font-size: 12px;
}

.pricingsection tbody tr {
	border: none;
	box-shadow: none;
}

	.pricingsection tbody tr td {
		border: none;
		box-shadow: none;
		padding-bottom: 8px !important;
	}

.popup_table tbody tr {
	border: none;
	box-shadow: none;
}

	.popup_table tbody tr td {
		border: none;
		box-shadow: none;
		padding-bottom: 0px !important;
	}

.currencylink {
	padding: 5px 0px;
	margin-top: 5px;
}

	.currencylink a {
		margin-right: 8px;
		font-size: 12px;
		float: left;
	}
/*****/

/**********************  VS Dashboard screen *******************/
.rowACDspace {
	margin-top: 15px;
}

.rowACDspaceNegative {
	margin-top: -37px;
}

.commonOptionYes {
	display: inline-block;
	margin: 25px 54px 8px 40px;
	float: right;
}

.commonOptionNo {
	display: inline-block;
	margin: 25px 106px 8px -15px;
	float: right;
}

.commondv {
	border: 1px solid #f4f8f9;
	margin: 20px;
}

.dvtxtCenter {
	text-align: center;
	padding-top: 60px;
	font-size: 16px;
}

.commonFormOrUpload {
	display: inline-block;
	margin: 13px 14px 6px 18px;
	float: right;
}

.commondvFormOrUpload {
	display: inline-block;
	margin: 65px 240px 60px 220px;
}

.dvCenetrContentPopup {
	position: absolute;
	width: 100%;
	padding: 0 10px 10px 40px;
}

.dvCenetrContentPopupUpload {
	position: absolute;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -20px;
}

.ACDField {
	width: 50%;
	margin-top: 0px;
	padding-top: 0px;
}

.col-md-2CustGrp {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
	margin: -68px 0px 0px 150px;
}

.col-md-2Div {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
	margin: -68px 0px 0px 300px;
}

.col-md-12CustomerDetais {
	margin-left: 20px;
	position: relative;
	min-height: 1px;
}

.commonOptionGo {
	float: right;
	margin: 2px 0px 0px 165px;
}

#dvRequestACDInfo {
	/*height:80px;*/
}


.navbar {
	height: 50px;
	border: none;
	padding: 3px;
}

.sub_navbar {
	height: 31px;
	border: none;
	/*border-top: 1px solid #ddd;*/
	border-bottom: 1px solid #ddd;
}

	.sub_navbar .navbar-nav li {
		height: 30px;
		margin-right: 16px;
	}

		.sub_navbar .navbar-nav li a {
			color: #44546f;
			line-height: normal;
			font-size: 13px;
			font-style: normal;
			font-weight: 600;
			font-stretch: normal;
			opacity: 1;
			padding: 3px 10px;
			display: flex;
			align-items: center;
			/*border-radius: 6px 6px 0 0;*/
			height: 30px;
			transition: opacity 0.3s;
			border-bottom: 4px solid transparent;
		}

			.sub_navbar .navbar-nav li a i {
				color: #44546f;
			}

.nav-li-a-active {
	background-color: #fff !important;
	Color: #fff !important;
}

	.nav-li-a-active a {
		background: transparent !important;
		color: #005fff !important;
		border-bottom: 4px solid #005fff !important;
	}

	.nav-li-a-active .dropdown4:hover {
		background: #fff !important;
		Color: #fff !important
	}

	.nav-li-a-active i {
		Color: #005fff !important
	}

.nav > li {
	border-radius: 6px 6px 0 0;
	/*overflow: hidden;*/
}

.sub_navbar .navbar-nav li a:hover {
	/*background-color: transparent;*/
}

.sub_navbar .navbar-nav li a:focus {
	background-color: transparent;
}

.table > thead > tr > th {
	padding: 8px;
	line-height: 1.4285;
	vertical-align: top;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
}

.CommentTextAreaUploadYes {
	/*padding: 15px 10px 10px 20px;
width: 160%;
border: 2px solid lightgray;
border-radius: 9px;
height: 70px;
margin-top: -51px;
margin-left: 310px;*/
}


.Comment-filter-UploadYes {
	background: #FFFFFF;
	cursor: pointer;
	padding: 9px 11px;
	border: 2px solid #66C2FF;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	margin-top: -60px;
	margin-left: 380px;
}

.alignmentUploadFilePresent {
	background-color: transparent;
	margin-top: -54px;
}

.dvCenetrAttachmentPopup {
	position: absolute;
	width: 80%;
	padding-left: 50px;
	padding-right: 50px;
}

.uploadTemplateButton {
	width: 100px;
}


button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	margin-top: -10px;
	margin-right: 5px;
}

.dvInsideTBDiv {
	margin-bottom: 10px;
}

.dvInside2TRDiv {
	/*margin: 50px auto;
width: 304px;*/
	/*padding-top: 20px;*/
}

.dvInside2TDDiv {
	float: left;
	width: 150px;
}

.dvInside3TRDiv {
	margin: 50px auto;
	width: 500px;
}

.dvInside3TDDiv {
	float: left;
	width: 75px;
	margin-left: 52px;
	margin-right: -5px;
}

.dropZoneElementCustomACDUpload {
	height: 55px;
	width: 330px;
}

.vsClosePopupIcon {
	position: absolute;
	right: 14px;
	top: -12px;
}

.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;
}

.scroll {
	height: 50px;
	position: absolute;
	right: -12px;
	bottom: -15px;
	background: #2f60a2;
	color: #fff;
	padding: 18px;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	opacity: 0.6;
}
/*this class is used to manage focused on individual section DIV to show vertical section header selected*/
.inputdvGeneralInfo {
}

.inputdvFinanceTeam {
}

.inputdvAdditionalInfo {
}

.inputdvOrdersContact {
}

.inputdvShipFrom {
}

.inputdvAccountsContact {
}

.inputdvSalesContact {
}

.inputdvAttachments {
}

.inputdvBusinessCase {
}

.inputdvNotes {
}

.inputdvComments {
}

/*this label is used fo the all drop down label */
.span-dropdown-label {
}

.span-fixed-label {
}



.label-auto-suggest {
	z-index: 99;
}

#txtVendorNew, #txtVendorRepair, #txtSG, #txtPartSubCategory {
	padding-top: 0;
	border-bottom: 1px solid rgb(204,204,204) !important;
	margin-top: 0 !important;
	border-radius: 0 !important;
	line-height: 1em !important;
}

	#txtVendorNew:focus, #txtVendorRepair:focus, #txtSG:focus, #txtPartSubCategory:focus {
		border: none !important;
		border-bottom: 2px solid #005fff !important;
		box-shadow: none !important;
		outline: 0;
	}

#txtVendorNew-list, #txtVendorRepair-list, #txtSG-list, #txtPartSubCategory-list {
	border: 1px solid #dddddd;
	background-color: #fff;
	color: #4a4a4a;
	height: 200px;
	overflow: auto;
	/*margin-top: -10px;*/
}

	#txtVendorNew-list ul li, #txtVendorRepair-list ul li, #txtSG-list ul li, #txtPartSubCategory ul li {
		font-size: 12px;
		border: none;
		border-radius: 0;
	}

		#txtVendorNew-list ul li:hover, #txtVendorRepair-list ul li:hover, #txtSG-list ul li:hover, #txtPartSubCategory-list ul li:hover {
			background-color: #1e90ff;
			color: #fff;
			border: none;
			font-size: 12px;
		}

.k-input #txtVendorNew, .k-input #txtVendorRepair, .k-input #txtSG, .k-input #txtPartSubCategory {
	margin-top: -6px !important;
}

.k-state-focued #txtVendorNew, .k-state-focued #txtVendorRepair, .k-state-focued #txtSG, .k-state-focued #txtPartSubCategory {
	box-shadow: none;
}

.form-group-alt .form-control-alt > #txtVendorNew, .form-group-alt .form-control-alt > #txtVendorRepair, .form-group-alt .form-control-alt > #txtSG, .form-group-alt .form-control-alt > #txtPartSubCategory {
	border-style: none none none !important;
}

.dv_chk_PrimaryW {
	padding-bottom: 20px;
}

.dv_chk_PrimaryWReview {
	margin-top: -10px;
	padding-bottom: 10px;
}

.dv_chk_PrimaryW label span {
	color: rgb(85, 85, 85) !important;
}

.lbl_PrimaryW {
	vertical-align: middle;
}

.chk_PrimaryW {
	width: 200px;
}

.supplyingWarehousechkEvent_New {
}

.supplyingWarehousechkEvent_Repair {
}

.chk_Unchk_Warehouse {
}

.k-pager-info {
	display: none;
}

.inputDecimal {
	width: 40%;
}

/*.inputInteger {
    width: 35%;
}*/

.inputText {
	width: 70%;
}

.inputMinMaxIntegr {
	width: 70%;
}

.UserTitle {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
	letter-spacing: 0.4px;
	color: #fff;
	margin-top: 3px;
	margin-right: 60px;
	font-size: 12px;
}

.UserPicture {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-position: center;
	top: 2px;
	right: 28px;
	position: absolute;
	object-fit: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
	/*float: left !important;
    margin-left: -11px !important;
    margin-right: 0 !important;*/
	float: right !important;
	margin-left: -20px !important;
	position: absolute;
	/*margin-top:-8px;*/
}

.commonbtn {
	margin-right: 10px;
}

.k-filter-help-text {
	display: none;
}

.divspacing {
	margin-top: 8px;
}

.currencyactivetab {
	border-bottom: 2px solid #4abcff;
}

.link {
	text-align: center;
	text-decoration: none;
}

	.link:hover {
		text-decoration: none;
	}

.glyphicon {
	color: #4abcff;
	font-size: 16px !important;
	font-weight: 600;
}

.attachment-icons {
	position: relative;
	top: 7px;
	left: 7px;
}

.attachment-delete-icon {
	position: absolute;
	right: 23px;
	bottom: 8px;
}

.AttachmentContainer {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	border: 1px solid #dddddd;
	/* float: right; */
	position: absolute;
	top: 17px;
	right: 29px;
}

.attachment-header {
	border-bottom: 1px solid #ddd;
	width: 70%;
	font-weight: bold;
	padding: 0 0 5px 5px;
}

.AttachmentUploadFile {
	border: 1px solid #dddddd;
	padding: 10px;
}

.glyphicon-trash:before {
	content: "\e020";
}

.tblTdSpacing {
	width: 180px;
	height: 20px;
	font-size: 13px;
}

.dvDuplicateCustPatInfo {
	position: absolute;
	right: 65px;
	cursor: pointer;
	top: 7px !important
}

.dvDuplicateVendorPatInfo {
	position: absolute;
	bottom: 4px;
	right: 7px;
	cursor: pointer;
}

.dvStatusProdCat {
	position: absolute;
	top: 5px;
	left: 140px;
}

.dvDescrCount {
	position: absolute;
	top: 30px;
	right: 6%;
	color: green;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
}

.dvExtendedDescCount {
	position: absolute;
	top: 30px;
	right: 8.5%;
	color: green;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
}

.buttonAlignment {
	float: left;
	margin-left: 10px;
}

#dvCancel {
	margin-left: 0px !important;
}

.buttonAlignment a {
	font-weight: normal;
}


.fixed_label {
}

.imgVSStatusInfoIcon {
	height: 12px;
	width: 12px;
	margin-top: 7px;
	margin-left: 5px;
}

.imgACDStatusInfoIconReview {
	height: 12px;
	width: 12px;
	margin-top: 15px;
	margin-left: 5px;
}

.window-info {
	background-image: url(/Images/confirm.svg);
	background-repeat: no-repeat;
	padding-left: 0px !important;
	color: #2196f3 !important;
	background-position: center;
	margin: 20px auto 20px;
	border: none;
	height: 84px;
}

.window-error {
	background-image: url(/Images/Error.svg);
	background-repeat: no-repeat;
	padding-left: 0px;
	color: #f44336 !important;
	background-position: center;
	margin: 20px auto 20px;
	border: none;
	height: 84px;
}

.window-success {
	background-image: url(/Images/vector.svg);
	background-repeat: no-repeat;
	padding-left: 0px;
	color: #4caf50 !important;
	background-position: center;
	margin: 20px auto 20px;
	border: none;
	height: 84px;
}

.window-confirm {
	background-image: url(/Images/confirm.svg);
	background-repeat: no-repeat;
	padding-left: 0px !important;
	color: #2196f3 !important;
	background-position: center;
	margin: 20px auto 20px;
	border: none;
	height: 92px;
}

.window-warning {
	background-image: url(/Images/warning.png);
	background-repeat: no-repeat;
	padding-left: 0px !important;
	color: #f69f00 !important;
}

.errorOnSubmit {
	background: none;
	border-width: 0px 0px 1px !important;
	border-style: none none solid !important;
	border-color: red !important;
	padding: 0px;
	border-radius: 0px !important;
	border-image: none !important;
	color: rgb(85, 85, 85);
	box-shadow: 0px 0px 0px #ccc !important;
}

	.errorOnSubmit > #txtVendorNew, .errorOnSubmit > #txtVendorRepair, .errorOnSubmit > #txtSG, .errorOnSubmit > #txtPartSubCategory {
		border-style: none none none !important;
	}

.changedValues {
	position: absolute;
	margin-left: 10px;
	color: #FFA500 !important;
	top: 2px;
	cursor: default;
}

.imgErrorIconMenu {
	height: 12px;
	width: 12px;
	margin-top: 3px;
	right: 0px;
	position: absolute;
}

textarea:focus {
	outline: none;
}

#tblPurchaseWarehouse label {
	font-size: 12px;
}

#tblVendingSecondaryWarehouse label {
	font-size: 12px;
}

#tblVendingWarehouse label {
	font-size: 12px;
}

#tblPurchaseWarehouseRepair label {
	font-size: 12px;
}

#tblVendingWarehouseRepair label {
	font-size: 12px;
}

#tblVendingSecondaryWarehouseRepair label {
	font-size: 12px;
}



.popupgridHeader {
	margin-top: 20px;
}

	.popupgridHeader thead th {
		border-bottom: 1px solid #ddd;
	}

.priceUSD {
	width: 23px;
	color: rgb(74, 188, 255);
	margin-top: -2px;
	font-size: 11.8px;
}

.reviewLabel {
	margin-top: 5px;
}

.logout {
	height: 16px !important;
	width: 20px !important;
	margin-right: 19px !important;
	margin-top: 5px !important;
	cursor: pointer !important;
}

.userTitleLi {
	margin-right: -16px;
}

a:hover {
	text-decoration: none !important;
}

.glyphicon:hover {
	font-size: 16px !important;
}


/* check boxes with the sliders strat*/
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 18px;
	top: 3px;
	left: 0%;
}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(121, 127, 157, 0.50);
	border: 1px solid rgba(121, 127, 157, 0.50);
	-webkit-transition: .4s;
	transition: .4s;
	border: none;
	width: 50px;
	height: 24px;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: 2px;
		bottom: 2px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
		border: none;
	}

	.slider:after {
		content: "No";
		color: white;
		display: block;
		position: absolute;
		transform: translate(-50%,-50%);
		top: 50%;
		left: 70%;
		transition: all .5s;
		font-size: 10px;
		font-family: "Work Sans";
		font-size: 11px;
		font-style: normal;
		font-weight: 400;
		line-height: 10px;
		text-transform: none;
	}

input:checked + .slider:after {
	transition: all .5s;
	left: 30%;
	content: "Yes";
	color: #005FFF;
	font-family: "Work Sans";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px;
	text-transform: none;
}

input:checked + .slider {
	border: 1px solid #005FFF;
	background: rgba(0, 95, 255, 0.20);
	color: #005FFF;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
	left: 2px;
	background: #005FFF;
	top: 2px;
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
		background: #fff;
		color: #005FFF;
	}

.switch_content {
	color: rgb(155, 155, 155);
	font-size: 12px;
	position: relative;
	top: 0px;
	right: 0px;
	font-weight: normal;
	color: #4a4a4a;
}

/* check boxes with the sliders end*/
.prevnextimg {
	width: 20px;
	height: 20px;
}

.inputCaption {
	margin-top: 5px;
}
/*Customer Group*/
#drpCustomerGroup-list {
	background-color: #fff;
}

#drpCustomerGroup_listbox {
	background-color: #fff;
}

	#drpCustomerGroup_listbox li {
		font-size: 12px;
		border-radius: 0;
		color: #4a4a4a;
	}

		#drpCustomerGroup_listbox li:hover {
			background-color: #1e90ff;
			color: #fff !important;
			border-radius: 0;
			font-weight: normal;
		}

		#drpCustomerGroup_listbox li .custom-multiselect-check-item {
			margin-right: 5px;
		}
/*Division*/
#drpDivision-list {
	background-color: #fff !important;
}

#drpDivision_listbox {
	background-color: #fff;
}

	#drpDivision_listbox li {
		font-size: 12px;
		border-radius: 0;
		color: #4a4a4a;
	}

		#drpDivision_listbox li:hover {
			background-color: #1e90ff;
			color: #fff !important;
			border-radius: 0;
			font-weight: normal;
		}

		#drpDivision_listbox li .custom-multiselect-check-item {
			margin-right: 5px;
		}
/*Warehouse */
#drpWarehouse-list {
	background-color: #fff !important;
}

#drpWarehouse_listbox {
	background-color: #fff;
}

	#drpWarehouse_listbox li {
		font-size: 12px;
		color: #4a4a4a;
		border-radius: 0;
	}

		#drpWarehouse_listbox li:hover {
			background-color: #1e90ff;
			color: #fff !important;
			border-radius: 0;
			font-weight: normal;
		}

		#drpWarehouse_listbox li .custom-multiselect-check-item {
			margin-right: 5px;
		}
/*Supplier */
#drpSupplierSearch-list {
	background-color: #fff !important;
}

#drpSupplierSearch_listbox {
	background-color: #fff;
}

	#drpSupplierSearch_listbox li {
		font-size: 12px;
		color: #4a4a4a;
		border-radius: 0;
	}

		#drpSupplierSearch_listbox li:hover {
			background-color: #1e90ff;
			color: #fff !important;
			border-radius: 0;
			font-weight: normal;
		}

		#drpSupplierSearch_listbox li .custom-multiselect-check-item {
			margin-right: 5px;
		}
/*Manufacturer */
#drpManufacturerSearch-list {
	background-color: #fff !important;
}

#drpManufacturerSearch_listbox {
	background-color: #fff;
}

	#drpManufacturerSearch_listbox li {
		font-size: 12px;
		color: #4a4a4a;
		border-radius: 0;
	}

		#drpManufacturerSearch_listbox li:hover {
			background-color: #1e90ff;
			color: #fff !important;
			border-radius: 0;
			font-weight: normal;
		}

		#drpManufacturerSearch_listbox li .custom-multiselect-check-item {
			margin-right: 5px;
		}
/*Product Category*/
#drpProductCategory-list {
	background-color: #fff;
}

#drpProductCategory_listbox {
	background-color: #fff;
}

	#drpProductCategory_listbox li {
		font-size: 12px;
		color: #4a4a4a;
		border-radius: 0;
	}

		#drpProductCategory_listbox li:hover {
			background-color: #1e90ff;
			color: #fff !important;
			border-radius: 0;
			font-weight: normal;
		}

		#drpProductCategory_listbox li .custom-multiselect-check-item {
			margin-right: 5px;
		}
/*Product Sub Category*/
#drpProductSubCategory-list {
	background-color: #fff !important;
}

#drpProductSubCategory_listbox {
	background-color: #fff;
}

	#drpProductSubCategory_listbox li {
		font-size: 12px;
		color: #4a4a4a;
		border-radius: 0;
	}

		#drpProductSubCategory_listbox li:hover {
			background-color: #1e90ff;
			color: #fff !important;
			border-radius: 0;
			font-weight: normal;
		}

		#drpProductSubCategory_listbox li .custom-multiselect-check-item {
			margin-right: 5px;
		}

.search-section-div .from-group-alt .form-control-alt {
	border-top: none !important;
	border-left: none !important;
	border-right: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid rgb(204, 204, 204) !important;
}

	.search-section-div .from-group-alt .form-control-alt:focus {
		border: none !important;
		border-bottom: 2px solid #005fff !important;
		box-shadow: none !important;
	}


.demo-section.k-content,
html.k-material .demo-section.k-content {
	overflow: visible;
	padding: 0;
	border: 0;
	box-shadow: none;
	height: auto;
}

.demo-section {
	margin: 0 auto;
}

.k-clear-value {
	display: none !important;
}




/*All ACD Input form common style strat*/
label.required:before, div.required:before, textarea.required:before, span.required:before {
	content: "* ";
	color: red;
}

#dvNotesAttachementHeader .k-upload, #dvNotesAttachementHeader .k-upload-empty {
	display: none;
}

select {
	width: auto !important;
}

.k-dialog.k-alert .k-button {
	color: #fff;
	height: 40px !important;
	border-radius: 5px !important;
}

.k-loading-mask {
	z-index: 99999;
	top: -10px !important;
}

	.k-loading-mask .k-loading-image {
		background-image: url('/Images/loading.gif');
		position: fixed !important;
	}

body {
	font-family: 'Work Sans', sans-serif !important;
	position: relative;
	letter-spacing: 0.4px;
}

.dropZoneElement {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border: 1px dashed #DDD;
	height: 87px;
	text-align: center;
	width: 95%;
	margin: auto;
	border-radius: 9px;
}


.dropNewZoneElement {
	position: relative;
	display: inline-block;
	background-color: #fff;
	border: 2px solid #ddd;
	height: 87px;
	text-align: center;
	width: 95%;
	margin: auto;
	border-radius: 9px;
}


.textWrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-size: 24px;
	line-height: 1.2em;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
}

.dropImageHereText {
	color: #44546F;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px; /* 100% */
	margin-top: 4px;
}

.k-i-calendar {
	margin-top: 5px !important;
}
/*to keep bottom border of calender text box on form*/
/*.k-picker-wrap {
    border-bottom: 1px solid #ddd !important;
}*/

.k-clear-value {
	top: 14px !important;
}

#tblPricingRepair .form-group, #tblPricingNew .form-group, #tblPurchaseWarehouse .form-group, #tblVendingWarehouse .form-group, #tblPurchaseWarehouseRepair .form-group, #tblVendingWarehouseRepair .form-group, #dvPartAttributeAll .form-group, #dvUom .form-group, #dvInternalUse .form-group {
	/*margin-bottom: 5px !important;*/
}

.buttonAlignmentH1 {
	font-size: 24px;
	margin-left: 30px;
	margin-top: 2px;
}

.HeaderFormButtons {
	/*position: fixed;
    top: 45px;*/
	width: 100%;
	padding: 10px;
	background-color: #f4f8f9;
	z-index: 999;
	background-color: #fff;
	padding: 5px 0;
	height: 45px;
}

.divHeaderActionButton {
	float: right;
	margin-right: 30px;
}

.main-container-block-altForm {
	margin-top: 95px !important;
}


.left_previous_icon {
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.span-label-indexVS {
	color: #9b9b9b;
	font-size: 12px;
	float: left;
	margin-right: 5px;
}

.right_next_icon {
	float: left;
	cursor: pointer
}
/*All ACD Input form common style end*/

.navbarDropMenu {
	overflow: hidden;
	position: absolute;
	right: 47%;
}

	.navbarDropMenu a {
		float: left;
		font-size: 14px;
		color: white;
		text-align: center;
		padding: 5px 5px;
		text-decoration: none;
	}

.dropdown {
	float: left;
	overflow: hidden;
}

	.dropdown i.fa-caret-down {
		display: inline-block;
		margin-left: 15px;
	}

	.dropdown .dropbtnMenu {
		font-size: 14px;
		border: none;
		outline: none;
		color: white;
		padding: 5px 15px;
		background-color: rgb(74,188,255);
		font-family: inherit;
		margin: 0;
	}

	.navbarDropMenu a:hover, .dropdown:hover .dropbtnMenu {
		background-color: rgb(74,188,255);
	}

.dropdown-content-menu {
	border: 1px solid #afafaf;
	display: none;
	position: relative;
	background-color: #fff;
	min-width: 25px;
	z-index: 99999;
}

	.dropdown-content-menu a {
		float: none;
		color: #4a4a4a;
		text-decoration: none;
		display: block;
		text-align: left;
		font-weight: normal;
		font-size: 12px;
	}

		.dropdown-content-menu a:hover {
			background-color: rgb(74,188,255);
			color: #fff;
		}

.dropdown:hover .dropdown-content-menu {
	display: block;
}

.calender-section {
	display: none;
	background-color: #fff;
	position: absolute;
	z-index: 999999;
	width: 100%;
	top: 100px;
	margin: 0;
	box-shadow: 1px 1px 1px #ccc;
	padding: 10px 40px;
	padding-bottom: 40px;
}

.shadePopUp {
	background-color: #000;
	height: 100vh;
	position: absolute;
	width: 100%;
	top: 0;
	display: none;
	opacity: .5;
	z-index: 9999;
}

.showPopUp {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 12%;
	left: 25%;
	bottom: 12%;
	width: 50%;
	margin: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #fff;
	height: 250px;
	border-radius: 10px;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.5);
}

.cursor {
	cursor: pointer;
}

.datepos {
	padding: 2px 12px;
}

.displaynone {
	display: none;
}

.header-block {
	padding-left: 27px;
	padding-top: 2px;
}

.header-block-no-padding {
	margin-top: -8px;
}

.form-group-alt-margin {
	margin-top: 15px;
}

.filter-button-block-placement {
	padding: 0;
	height: 35px;
	display: none;
}

.tabcontent-padding-DB {
	padding-top: 122px;
}

/* ACD Module Report start*/

.module-tab-div-align {
	padding-left: 27px;
	padding-top: 8px;
}

.module-tab-align {
	width: 210px !important;
	display: inline !important;
}

.switch-module-align {
	top: -17px;
	right: -150px;
}

.module-div-complete-batches {
	margin-bottom: -15px;
	margin-top: -10px;
	display: none;
}

.module-tab-grid-align {
	padding-top: 65px;
	display: none;
}

/* ACD Module Report end*/

/*New Class form small thead labels Starts*/
.input-label {
	font-size: 12px !important;
	/*color: #4b4b4b !important;*/
	text-transform: capitalize;
}

.input-label-oldvalues {
	font-size: 11px !important;
	color: #808080 !important;
	margin-top: 1px;
	width: 100%;
	padding: 1px;
}

/*New Class form small thead labels Ends*/

.dvDuplicateCustPatInfoReview {
	cursor: pointer;
	margin-top: -4px;
}

.dvDuplicateVendorPatInfoReview {
	cursor: pointer;
	margin-top: 6px;
}

.repairablechk {
	position: relative;
	left: 62px;
	top: -4px;
}

.rowspacing {
	margin-left: 0;
	margin-right: 0;
}

.subHeaderSpacing {
	padding-left: 0 !important;
	padding-top: 0 !important;
}

select {
	cursor: pointer;
	padding: 0 !important;
}


	select option:hover {
		background-color: #eee !important;
		/*color: #fff;*/
	}

#txtPartSubCategory_listbox li {
	font-size: 12px;
}

	#txtPartSubCategory_listbox li:hover {
		font-size: 12px;
		border-radius: 0;
	}

div {
	scrollbar-arrow-color: rgb(74, 188, 255) !important;
	scrollbar-base-color: #ddd !important;
	scrollbar-shadow-color: #fff !important;
	scrollbar-shadow-color: #fff !important;
}

.commentHeader {
	font-size: 14px;
	color: #a3a3a3;
}

.commentDetails {
	color: #4a4a4a;
	word-wrap: break-word;
	word-break: break-all;
	width: 90%;
}

.commentStatus {
	font-weight: bold;
}

.commentDelete {
	float: right;
	margin-top: -15px;
	margin-right: 38px;
}

.warehouseHeader {
	margin-bottom: 0 !important;
}

.warehouseReviewHeader {
	margin-bottom: 7px !important;
}

.gridSpacing {
	margin-top: 15px;
}

.k-grid-pager {
	display: none;
}

.grid td {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

[role="tooltip"] {
	visibility: hidden;
}

.historyDetails {
	position: absolute;
	right: 4.5%;
	margin-top: -5px;
}

.footerOldValues {
	position: fixed;
	bottom: 5px;
	left: 10px;
	background: #2f60a2;
	color: #fff;
	font-size: 12px;
	padding: 18px;
	display: none;
	z-index: 99999999;
	opacity: 0.6;
}

.showOldData {
	position: fixed;
	bottom: 5%;
	z-index: 99999999;
	margin-left: 10px;
}

.PercentCompleteForm {
	float: left;
	display: none;
	color: #FFA500 !important;
}

.k-list-filter {
	border-bottom: solid 1px #ddd !important;
}

.selection-radio {
	height: 15px;
	width: 13.5px;
}

.infoSalesPurchaseUnit {
	/*margin-top:-1%;*/
}

.k-radio-Approval {
	left: 75px;
	top: -18px;
}

.k-radio-SiteApproval {
	left: 170px;
	top: -41px;
}

.k-radio-label {
	padding-left: 20px !important;
}

	.k-radio-label:before {
	}

	.k-radio-label::after {
		background-color: rgb(74, 188, 255) !important;
		width: 8px !important;
		height: 8px !important;
	}

.dvSalesInfoMsg {
	position: absolute;
	padding-left: 4%;
	padding-right: 4%;
	top: 40%;
	display: block;
}

.lblSalesInfoMsg {
	color: rgb(74, 188, 255);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.dvSalesInfoMsgCopy {
	width: 500px;
	margin: 0 auto;
}

.k-i-calendar {
	color: #005fff;
}


.k-multiselect-wrap > .k-readonly {
	font-style: normal;
	color: #737373;
	font-size: 12px;
	min-height: 24px;
}

.text-wrap {
	word-wrap: break-word;
	word-break: break-all;
}

.warninglabel {
	color: rgb(155, 155, 155);
	font-size: 12px;
	word-wrap: break-word;
	word-break: break-all;
}

.popupgridHeader tr td {
	padding: 5px 5px 5px 0;
	vertical-align: top;
}

.k-alert, .k-confirm, .k-prompt {
	border-radius: 15px;
	padding: 20px;
	border-radius: 10px;
	min-width: 450px;
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 10000; /* ensure it's above other content */
}

.newSGSetup {
	right: 41px;
	top: 0px;
	background-color: rgb(74, 188, 255);
	color: #fff;
	padding: 2px 10px;
	border-radius: 18px;
	cursor: pointer;
}

.newSG {
	right: 0px;
	top: 0px;
	background-color: #FFA500;
	color: #fff;
	padding: 1px 5px;
	border-radius: 5px;
}

.dashboard_grid_height {
	/*height: 62%;*/
	height: calc(100vh - 220px);
}

.search-section-div {
	background-color: #fff;
	position: absolute;
	z-index: 1009;
	width: 100%;
	top: 59px;
	margin: 0;
	box-shadow: 1px 1.5px 1px #ccc;
	padding: 20px 40px 10px 40px;
}

.search_filter {
	margin-top: -8px;
}

.btn:focus {
	outline: none !important;
}

.footer_items_selected {
	width: 13.5%;
}

.footer_cust_group {
	width: 15%;
}

.footer_division {
	width: 15%;
}

.footer_priority {
	width: 6%;
}

.footer_businesscase {
	width: 40%;
}

.footer_priority_change {
	width: 58%;
}

.footer_checkbox {
	float: right;
	margin-right: 3%;
	margin-top: 2%;
}

.footer_checkbox_delete {
	float: right;
	margin-right: 5%;
}

.search_grid_height {
	height: 65% !important;
}

.changeFieldPopup {
	position: fixed;
	z-index: 9999;
	top: 10%;
	left: 25%;
	bottom: 12%;
	width: 50%;
	height: 520px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.5);
}

.changecopy_show_grid_height {
	height: 72%;
}

.delete_show_grid_height {
	height: 50%;
}

#dvFooterItemCounts {
	background-color: #fff;
	margin-left: 18px;
	margin-right: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 1px solid #ddd;
	border-bottom: none;
	position: fixed;
	top: 900px;
	z-index: 999;
	display: none;
	width: 97%;
	height: 100%;
}

.change_grid_height {
	height: 65%;
}

.copy_grid_height {
	height: 60%;
}

.add_delete_grid_height {
	height: 70%;
}

.showPopUpCopyHeight {
	height: 80% !important;
}

.module_report_grid_height {
	/*height: 70%;*/
	height: calc(100vh - 180px);
}

.detail_perbatch_grid_height {
	height: calc(100vh - 180px) !important;
}

.spnPriority {
	font-weight: normal;
	font-size: 12px;
}

.text-word-wrap {
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.main_right_content {
	float: left;
	margin-top: 10px;
	width: 86%;
}

.filter_search_section {
	height: 11% !important;
}

#dvCurrentIndexVS {
	float: right;
	margin-top: -10px;
}

.attachment_review {
	color: #4abcff;
	cursor: pointer;
	font-size: 12px;
	border-bottom: 1px solid #4abcff;
}

.pricing_history_icon {
	margin-top: -17px !important;
}


.duplicateCustPartInfo {
	position: relative !important;
	margin-left: 5px !important;
	right: 0%;
}

.warehouse_txt {
	float: left;
}

.warning_icon_review {
	float: left;
	margin-right: 10px;
}

.break1_Select {
	width: 35% !important;
}

.changedValues_warehouse {
	top: 7px !important;
	margin-left: 5px;
}

.custSiteSystem {
	padding-top: 5px;
}

.form-group-alt .form-control-alt:focus {
	border: none !important;
	border-bottom: 2px solid #005fff !important;
	box-shadow: none !important;
	border-radius:0;
}

.form-group-alt .form-control-alt > #txtVendorNew:focus {
	border: none !important;
	border-bottom: 2px solid #005fff !important;
	box-shadow: none !important;
	border-radius: 0;
}

.form-group-alt .form-control-alt > #txtVendorRepair:focus {
	border: none !important;
	border-bottom: 2px solid #005fff !important;
	box-shadow: none !important;
	border-radius: 0;
}

.form-group-alt .form-control-alt > #txtSG:focus {
	border: none !important;
	border-bottom: 2px solid #005fff !important;
	box-shadow: none !important;
	border-radius: 0;
}

.form-group-alt .form-control-alt > #txtPartSubCategory:focus {
	border: none !important;
	border-bottom: 2px solid #005fff !important;
	box-shadow: none !important;
	border-radius: 0;
}

.popup_word_wrap {
	white-space: nowrap;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.textWrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.label_word_wrap {
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.popup_header {
	color: #4a4a4a;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

.popup_copy_values {
	padding-left: 1.5%;
}

.menu_warrning_icon {
	position: absolute;
	right: 0;
	margin-top: -10%;
}

.dv_mfr_save_btn {
	background-color: #fff;
	padding: 10px;
	position: fixed;
	width: 35%;
	z-index: 99999;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.dv_mfr_popup_cont {
	margin: 55px 10px 10px 10px;
	height: 200px;
	overflow: auto;
}
/*Added Shadow on page scroll*/
.HeaderFormButtons.active-scroll {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/*Added Class for Bill On Receipt Checkbox in Warehouse Section*/
.warehouseBOR {
	text-align: right;
	padding-right: 35px;
	padding-top: 3px;
}

.warehouseBORReview {
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

.disableTxtAreaDrag {
	resize: none;
}

.titleCase {
	text-transform: capitalize;
}

.fixed-top-header.active-scroll {
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.dvCaseCount {
	position: absolute;
	top: 35px;
	right: 6%;
	color: green;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
}

.alert_warning {
	border: 1px solid #f69f00;
	border-radius: 15px;
	padding: 2px 7px;
	font-style: normal !important;
	color: #f69f00;
}

.approver_alert_warning {
	border: 1px solid #31708f;
	border-radius: 15px;
	padding: 2px 7px;
	font-style: normal !important;
	color: #457e9a;
	font-weight: 600;
	font-size: 13px;
}

/*Added Class for each VS Status to give respective color*/

.commentStatus_1 {
	font-weight: bold;
	color: rgb(76, 70, 228) !important;
}

.commentStatus_2 {
	font-weight: bold;
	color: rgb(246, 153, 0) !important;
}

.commentStatus_3 {
	font-weight: bold;
	color: rgb(252, 114, 90) !important;
}

.commentStatus_4 {
	font-weight: bold;
	color: rgb(9, 171, 102) !important;
}

.commentStatus_6 {
	font-weight: bold;
	color: rgb(9, 171, 102) !important;
}

.commentStatus_7 {
	font-weight: bold;
	color: rgb(252, 114, 90) !important;
}

.commentStatus_8 {
	font-weight: bold;
	color: rgb(246, 153, 0) !important;
}

.applicationName {
	/*background-color: #ffde17;*/
	border: rgb(7, 41, 85);
	width: 22%;
	position: absolute;
	right: 0%;
	margin-top: -6px;
	/*border: solid 1px #024380;*/
	color: #4A4a4a;
	text-align: left;
	padding: 0px 15px 0px 15px;
	font-weight: bold;
	font-size: 13px;
	/*border-bottom-left-radius: 10px;*/
	/*border-bottom-right-radius: 10px;*/
	border-right: 0;
	text-align: center;
}

	.applicationName:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #ffde17;
		-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skew(45deg);
		-ms-transform: skew(45deg);
		transform: skew(45deg);
		/*z-index: 0;*/
	}

.appName {
	position: relative;
	color: #04366b;
	z-index: 1;
}
/*Customer Portal Style*/
/*Dashboard CSS Starts*/
.content_wrapper {
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 110px);
}

.container_wrapper {
	padding: 10px 30px;
}

.box_wrapper {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	/*box-shadow: 0px 2px 6px #E6E6E6;*/
	border-radius: 4px;
	/*opacity: 1;*/
	border: 1px solid #EFF1F1;
}

.section-header {
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.4px;
	color: #185190;
	opacity: 1;
	font-weight: bold;
	padding: 10px 10px;
}

.team_list_wrapper {
	height: calc(134px - 39px);
	padding: 0px 5px;
}

.team_list_wrapper_border {
	/*border: 1px solid #EFF1F1;*/
}

.team_member_name {
	font-size: 13px;
	font-weight: bold;
	color: #4a4a4a;
	margin-bottom: 3px;
}

.team_member_details {
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	margin-bottom: 3px;
}

.mrgBottom3 {
	margin-bottom: 0px;
}

.height20 {
	height: 18px;
	border: none;
}

.profileImg {
	display: none;
	margin-top: 5px;
	color: #4abcff;
	cursor: pointer;
	position: relative;
	left: 5px;
}

.editMember {
	color: #4abcff;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
}

.grid_header {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.grid_header_details {
	font-size: 12px;
	color: #8d8d8d;
}

.program_stats_seprator {
	/*padding: 10px 0;
    border-bottom: 1px solid #EFF1F1;*/
	padding: 10px 6px;
}

.share_docs tr {
	box-shadow: none !important;
}

.share_docs tbody tr td {
	border-top: none !important;
	padding: 8px 0 !important;
}

.current_status_docs thead tr th {
	padding: 8px 0 !important;
}

.current_status_docs tr {
	box-shadow: none !important;
}

.current_status_docs tbody tr {
	border: none;
}

	.current_status_docs tbody tr td {
		border: none;
		padding: 0 0 8px 0 !important;
		vertical-align: middle;
	}

.publish_docs thead tr th {
	padding: 8px 0 !important;
	border-bottom: 1px solid #EFF1F1 !important;
	font-size: 12px;
	vertical-align: bottom;
	text-transform: capitalize;
}

.publish_docs tr {
	box-shadow: none !important;
}

.publish_docs tbody tr td {
	border-top: none !important;
	border-bottom: 1px solid #EFF1F1;
	padding: 8px 0 !important;
	vertical-align: middle;
}

	.publish_docs tbody tr td ul {
		padding: 0;
	}

		.publish_docs tbody tr td ul li {
			display: inline-block;
			margin-right: 30px;
		}

	.publish_docs tbody tr td div {
		text-transform: uppercase;
	}

/*Layout Dropdown CSS*/
#myInput {
	box-sizing: border-box;
	/*background-image: url('../Images/view.png');
            background-position: 14px 12px;*/
	background-repeat: no-repeat;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 5px;
	margin-top: 5px;
}

.dropbtn {
	background-color: transparent;
	color: #44546f;
	font-size: 14px;
	border: none;
	cursor: pointer;
}

	.dropbtn:hover, .dropbtn:focus {
		/* background-color: transparent;*/
		outline: none;
	}

.dropdown1 {
	position: relative;
	display: inline-block;
}

.dropdown-content1 {
	display: none;
	position: absolute;
	background-color: #fff !important;
	min-width: 190px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: -15px;
	z-index: 9999;
	top: 25px;
	overflow: inherit;
	padding: 10px 0 0 0;
	border-radius: 6px;
}

	.dropdown-content1:after {
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: -8px;
		right: 12px;
	}

	.dropdown-content1 a {
		padding: 12px 16px !important;
		text-decoration: none;
		display: block;
		color: #4a4a4a !important;
		font-size: 2px !important;
	}

.dropdown1 a:hover {
	background-color: #ddd;
}

.dropdown1:hover .dropdown-content1 {
	/*display: block;*/
}

.dropdown-content1 a:hover {
	background-color: #F4F7FA !important;
	color: #4a4a4a !important;
	font-weight: 500 !important;
	padding: 0;
}

.dropdown2 {
	position: relative;
	display: inline-block;
}

.dropdown-content2 {
	display: none;
	position: absolute;
	background-color: #fff !important;
	min-width: 385px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left: -223px;
	z-index: 9999;
	top: 25px;
	overflow: inherit;
	padding: 10px 0 0 0;
}

	.dropdown-content2:after {
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 4px;
		right: 212px;
	}

	.dropdown-content2 a {
		padding: 12px 16px !important;
		text-decoration: none;
		display: block;
		color: #4a4a4a !important;
		font-size: 12px !important;
	}

.dropdown2 a:hover {
	background-color: #ddd;
}

.dropdown2:hover .dropdown-content2 {
	/*display: block;*/
}

.dropdown-content2 a:hover {
	background-color: #F4F7FA !important;
	color: #4a4a4a !important;
	font-weight: bold !important;
	padding: 0;
}



.dropdown3 {
	position: relative;
	display: inline-block;
}

.dropdown-content3 {
	display: none;
	position: absolute;
	background-color: #fff !important;
	min-width: 385px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: -15px;
	z-index: 9999;
	top: 36px;
	overflow: inherit;
	padding: 10px 0 0 0;
}

	.dropdown-content3:after {
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: -8px;
		right: 12px;
	}

	.dropdown-content3 a {
		/*padding: 12px 16px !important;*/
		text-decoration: none;
		display: block;
		color: #4a4a4a !important;
		font-size: 12px !important;
	}

.dropdown3 a:hover {
	background-color: #ddd;
}

.dropdown3:hover .dropdown-content3 {
	/*display: block;*/
}

.dropdown-content3 a:hover {
	background-color: #F4F7FA !important;
	color: #4a4a4a !important;
	font-weight: normal !important;
	padding: 0;
}

/*Analytics dropdown starts*/
.dropdown4 {
	position: relative;
	display: inline-block;
}

.dropdown-content4 {
	display: none;
	position: absolute;
	background-color: #fff !important;
	/*background-color: #174b85 !important;*/
	min-width: 190px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left: 0;
	z-index: 9999;
	top: 30px;
	padding: 10px 0 0 0;
}

	.dropdown-content4:after {
		/*content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background: #174b85;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -8px;
        right: 12px;*/
	}

	.dropdown-content4 a {
		padding: 10px 10px !important;
		text-decoration: none;
		display: block;
		border-bottom: none;
		/*color: #4a4a4a !important;*/
		/*color: #fff !important;*/
		/*font-size: 12px !important;*/
	}

#myDropdown a {
	background-color: #fff !important;
	color: #44546f !important;
	line-height: normal;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	border-bottom: none !important;
}

	#myDropdown a:hover {
		background-color: #eee !important;
		color: #44546f !important;
	}

.dropdown4:hover {
	/*background-color: #ddd;*/
	background-color: #eee;
	border-radius: 6px 6px 0 0;
}

	.dropdown4:hover .dropdown-content4 {
		display: block;
	}

.dropdown-content4 a:hover {
	/*background-color: #F4F7FA !important;
    color: #4a4a4a !important;*/
	background-color: #eee !important;
	color: #44546f !important;
	font-weight: 500 !important;
	padding: 0;
}
/*Analytics dropdown ends*/

/*Help dropdown starts*/
.dropdown5 {
	position: relative;
	display: inline-block;
}

.dropdown-content5 {
	display: none;
	position: absolute;
	background-color: #fff !important;
	min-width: 385px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: -13px;
	z-index: 9999999;
	top: -3px;
	overflow: inherit;
	padding: 10px 0 0 0;
	border-radius: 10px;
}
/*Help dropdown ends*/

/*Preference dropdown starts*/
.dropdown6 {
	position: relative;
	display: inline-block;
}

.dropdown-content6 {
	display: none;
	position: absolute;
	background-color: #fff !important;
	min-width: 385px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: -13px;
	z-index: 9999999;
	top: -3px;
	overflow: inherit;
	padding: 10px 0 0 0;
	border-radius: 10px;
}
/*Preference dropdown ends*/

.show {
	display: block;
}

.subheader {
	font-size: 12px;
	letter-spacing: 0.4px;
	color: #3E82D1;
	opacity: 1;
	margin-bottom: 8px !important;
}

.UserManagement_grid_height {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
}

.UserList_grid_height {
	max-height: calc(100vh - 255px);
	overflow-y: auto;
}

#divUserList .k-widget, #divNewRequests .k-widget {
	background-color: #fff;
}

#divOpenOrders .k-widget, #ClosedOrders .k-widget, #InvoicedOrders .k-widget {
	background-color: #fff;
}

.OrderEnquiry_grid_height {
	max-height: calc(100vh - 220px);
	overflow-y: auto;
}

.sub_navbar_wrapper {
	height: 50px;
	margin: 0 100px;
}

/*.navbar-margin {
    margin-top: 12px;
}*/

#dvUserList #dvPlantUser {
	margin-top: 10px;
	margin-bottom: 0 !important;
}

.tab-bottom {
	padding-bottom: 5px !important;
}

.popup-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	width: 90%;
}

.gridOverflow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	width: 95%;
}

.shipping_info tr th {
	font-size: 13px;
	padding: 8px 0 !important;
}

.shipping_info tbody {
	border: none;
}

	.shipping_info tbody tr {
		box-shadow: none;
	}

		.shipping_info tbody tr td {
			padding: 8px 0 !important;
			font-size: 12px;
		}

.view_more {
	color: #4B9EFD;
	opacity: 1;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

.padding-left-10 {
	padding-left: 10px;
}

.showhide-arrow {
	display: none;
}

.slider-padding {
	padding: 10px 0px !important;
}

.sharedoc-dropdown {
	display: none;
	/*height: 80px;*/
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	/*padding: 10px;*/
	position: absolute;
	right: -5px;
	margin-top: 5px;
	min-width: 100px;
	z-index: 1;
}


	.sharedoc-dropdown a {
		font-size: 12px !important;
		padding: 12px 16px;
	}

		.sharedoc-dropdown a:hover {
			background-color: #F4F7FA !important;
			color: #4a4a4a !important;
			font-weight: bold !important;
		}

.margin-top-10 {
	margin-top: 10px !important;
}

textarea:focus {
	border-color: #fff;
}

/* Customized Scroll Starts */
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #9EC7F6;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
}*/

/*::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
    }*/
/* Customized Scroll Ends */

/*Onscroll heade box shadow*/
.fixed-top-header.active-scroll {
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	position: relative;
	z-index: 9999;
}

.desc-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	width: 95%;
}

.common-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
}

.content_hover:hover {
	background-color: #F4F7FA !important;
	color: #4a4a4a !important;
}

.number {
	text-align: left;
	font-size: 15px !important;
	letter-spacing: 0.4px;
	color: #707070;
	opacity: 1;
}

.current_status {
	text-align: left;
	font-size: 10px;
	letter-spacing: 0.4px;
	color: #707070;
	opacity: 1;
}

.LatestNotifications_grid_height {
	max-height: 275px;
	overflow-y: auto;
	width: 100%;
	min-height: 50px;
}

.CostSavings_grid_height {
	height: calc(100vh - 220px);
}

.SupplierVisit_grid_height {
	max-height: calc(100vh - 330px) !important;
	overflow-y: auto !important;
}

.ProductEnquiry_grid_height {
	height: calc(100vh - 220px);
}

/*.MeetingStatus_4 {
    background-color: rgb(9, 171, 102);
    color: #fff;
    border-color: rgb(9, 171, 102) !important;
}*/

.MeetingStatus_1 {
	background-color: #e2f3fe;
	color: #009bf6;
	border-color: #009bf6;
}

/*.MeetingStatus_2 {
    background-color: rgb(245, 166, 35);
    color: #fff;
    border-color: rgb(245, 166, 35) !important;
}*/

.openmeetingfromcalendar {
	margin: 5px 0px;
	vertical-align: middle;
	cursor: pointer;
}

.btnFilteredButton {
	padding: 2px 5px;
	background-color: #ffcd6b;
	border-radius: 10px;
	font-size: 12px;
	margin-bottom: 4px;
	color: #000;
	font-weight: bold;
	margin-right: 3px;
}

#drpInternalUsers_taglist .k-button {
	background-color: rgb(255, 173, 9);
	border-radius: 10px;
	font-size: 12px;
	margin-bottom: 4px;
	color: #000;
	font-weight: bold;
	margin-right: 3px;
}

#drpInternalUsers_taglist .k-select {
	margin-top: -3px;
}



#drpInternalUsersExternal_taglist .k-button {
	background-color: rgb(255, 173, 9);
	border-radius: 10px;
	font-size: 12px;
	margin-bottom: 4px;
	color: #000;
	font-weight: bold;
	margin-right: 3px;
}

#drpInternalUsersExternal_taglist .k-select {
	margin-top: -3px;
}

#Globalcontent table thead tr th {
	font-size: 12px !important;
	border: none;
}

#Globalcontent table thead tr:hover {
	background-color: #fff !important;
}

.ModuleName {
	width: 44%;
	padding: 8px !important;
}

.Count {
	width: 16%;
	padding: 8px !important;
}

.Action {
	width: 40%;
	padding: 8px !important;
}

.notificationTitle {
	/*font-weight: bold;*/
	font-size: 12px;
}

.uploadpopup_footer {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.marg-25 {
	margin-top: 25px;
}

.txt-right {
	text-align: right;
}

.fixed-header {
	padding: 8px 15px 0 !important;
}

.k-grid-header th.k-header > .k-link {
	margin-top: 1px;
}

.k-filter-menu .k-button {
	font-weight: normal;
}

.noBorder:focus {
	outline: none;
	box-shadow: none;
}

.noData {
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	display: none;
}

.badge {
	background-color: rgb(255, 173, 9);
}

.k-grid-norecords {
	font-weight: bold;
	text-align: left;
	padding: 10px 5px;
	/*position:fixed;*/
	height: 19px;
	color: #9B9D9B;
}

.fontSize-12 {
	font-size: 12px;
}

	.fontSize-12:hover {
		font-size: 12px;
	}

.breadcrum_list {
	color: #005fff;
	cursor: pointer;
}

.grid .k-grid-content {
	min-height: 40px !important;
}

.docpopupheader {
	font-weight: bold;
	color: #000 !important;
}

#dvscrollHeader {
	background-color: #fff;
}

.padscrollHeader {
	padding-right: 8px;
}

/*Kailas K, Added code for If user click on X(Cross sign then I have added on dummy search text box then foucs on that text box*/
.DummyGlobalSearch {
	position: absolute;
	right: 0;
	z-index: -1;
	border: none;
	width: 83%;
}

	.DummyGlobalSearch:focus {
		outline: none;
	}

.DisabledAnchor {
	pointer-events: none;
	background-color: #eaeaea !Important;
}

.k-loading-mask.k-opaque .k-loading-color {
	opacity: 0 !important;
}

.filename-wrap {
	white-space: nowrap;
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	word-wrap: break-word;
	word-break: break-all;
}

.filenameResize {
	white-space: nowrap;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	word-wrap: break-word;
	word-break: break-all;
}

.preferencetbl table tbody tr {
	box-shadow: none;
}

.preferencetbl table thead tr th {
	padding: 4px 4px !important;
	font-size: 11px;
}

.preferencetbl table tbody tr td {
	padding: 4px 4px !important;
	vertical-align: middle;
}

.preferencetbl .form-group-alt {
	margin-bottom: 0;
}

.preferencetbl select {
	font-size: 11px;
}
/*Preference slider starts*/
.switch {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 25px;
	top: 2px;
}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

/*Preference slider starts*/

.test {
	background-color: green;
}

.grdRight {
	text-align: right;
	padding-right: 5px !important;
}

.grdLeft {
	padding-left: 15px !important;
}

.grdRight20 {
	text-align: right;
	padding-right: 20px !important;
}

/*.dvshareDoc img{
    height:20px;
    width:20px;
}
#grdViewSharedDocs img {
    height: 20px;
    width: 20px;
}
#divApprovedDocs img {
    height: 20px;
    width: 20px;
}
#grdDocumentCollaboration img {
    height: 20px;
    width: 20px;
}
#dvNewUploadDocument img {
    height: 20px;
    width: 20px;
}
#imgFileType {
    height: 20px;
}
#dvVersionHistory img {
    height: 20px;
}
#dvReportCurrentFileUploadLocation img{
    height:20px;
    width:20px;
}*/

/*QOO Style*/
.qooWrapper {
	max-height: 200px;
	width: 400px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	padding: 5px;
	overflow-y: auto;
}

.QOO-info {
	display: none;
	right: 15%;
	z-index: 999999999;
	width: 494px;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	padding: 5px;
	margin-top: -20px;
}

	.QOO-info:after {
		content: "";
		position: absolute;
		width: 13px;
		height: 13px;
		background: #ffffff;
		-webkit-transform: rotate( -135deg );
		transform: rotate( -45deg );
		/*left: 393px;*/
		z-index: 9999999;
		top: 9px;
		left: 457px;
		/*box-shadow: 1px 1px 0px rgb(0 0 0 / 15%);*/
		box-shadow: 1px 1px 1px rgba(0,0,0,0.20);
		z-index: 9999999;
	}

	.QOO-info table tbody tr {
		box-shadow: none;
		border: none;
		height: 26px !important;
	}

	.QOO-info table thead tr td {
		border: none;
		font-size: 11px;
		padding: 0px 8px !important;
		border-bottom: 1px solid #ddd !important;
		font-weight: bold;
		text-transform: capitalize;
	}

	.QOO-info table tbody tr td {
		border: none;
		font-size: 11px;
		padding: 0px 8px !important;
		border-bottom: 1px solid #f4f8f9 !important;
	}

.txtRight {
	text-align: right;
}

.WH-QOO-info {
	display: none;
	right: 48.5%;
	z-index: 999999999;
	width: 380px;
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 5px;
	/*box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);*/
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	padding: 5px;
	/*bottom: 0px;*/
}

	.WH-QOO-info:after {
		content: "";
		position: absolute;
		width: 13px;
		height: 13px;
		background: #ffffff;
		-webkit-transform: rotate( -135deg );
		transform: rotate( -45deg );
		z-index: 9999999;
		bottom: 10px;
		left: 374px;
		/*box-shadow: 1px 1px 0px rgb(0 0 0 / 15%);*/
		box-shadow: 1px 1px 1px rgba(0,0,0,0.20);
		z-index: 9999999;
	}

	.WH-QOO-info table tbody tr {
		box-shadow: none;
		border: none;
		height: 26px !important;
	}

	.WH-QOO-info table thead tr td {
		border: none;
		font-size: 11px;
		padding: 0px 8px !important;
		border-bottom: 1px solid #ddd !important;
		font-weight: bold;
		text-transform: capitalize;
	}

	.WH-QOO-info table tbody tr td {
		border: none;
		font-size: 11px;
		padding: 0px 8px !important;
		border-bottom: 1px solid #f4f8f9 !important;
	}

.grd-a {
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	text-decoration:underline;
}

	.grd-a:hover {
		font-weight: normal;
		text-decoration: none;
	}

.lblPriceBreak {
	margin-left: 2px;
}

.padding-right-8 {
	padding-right: 8px !important;
}

.QOO-Wrapper {
	max-height: 300px;
	overflow-y: auto;
	z-index: 99999999;
	position: relative;
	cursor: default;
	min-height:86px;
}

.userAlertSuccess {
	background-color: #37b400;
	padding: 5px 20px 5px 5px;
	font-size: 14px;
	width: max-content;
	color: #fff;
}

	.userAlertSuccess img {
		height: 18px;
		margin-right: 5px;
	}

.userAlertError {
	background-color: #f31700;
	padding: 5px 20px 5px 5px;
	font-size: 14px;
	width: max-content;
	color: #fff;
}

	.userAlertError img {
		height: 18px;
		margin-right: 5px;
	}

.k-dialog.k-prompt .k-dialog-content {
	border-bottom: none !important;
}


.txtRejectReason {
	padding: 10px !important;
	width: 100% !important;
	border: 1px solid #cdcdcd;
}

.k-prompt-container {
	border-bottom: 1px solid #ddd;
}

/*UI SA-52*/


#editView > label {
	top: 0 !important;
	display: flex;
	height: 100%;
	align-items: center;
	margin-bottom: 0;
	float: left;
}

#editView span {
	margin-top: 3px;
	margin-right: 5px;
	font-size: 12px;
	top: 0;
}

#stepper .k-step-text {
	font-weight: normal;
	font-size: 12px;
}

.skeleton_loader img {
	object-fit: cover;
	width: 100%;
}

.skeleton_loadergrid img {
	object-fit: cover;
	width: 100%;
	padding-bottom: 70px;
}

.skeleton_padding {
	object-fit: cover;
	width: 100%;
	padding-bottom: 70px;
}

.shiftMenu {
	margin-left: 108px;
}

.nav i {
	color: #005fff;
	position: static;
	z-index: 9999;
	font-weight: 400;
}

p-10 {
	padding: 10px;
}

p-l-0 {
	padding: 0px;
}

p-0 {
	padding: 0px;
}

p-0-imp {
	padding: 0px !important;
}

p-l-0-imp {
	padding-left: 0px !important;
}

p-r-0-imp {
	padding-right: 0px !important;
}

.graphNoDataHeight {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8d8d8d;
	text-align: center;
}

.m-b-5 {
	margin-bottom: 5px;
}

.overflow-y-hidden {
	overflow-y: hidden;
}

.width-100-imp {
	width: 100% !important;
}

.width-100 {
	width: 100%;
}

.height-100 {
	height: 100%;
}

.p-10 {
	padding: 10px;
}

.spanHeader {
	font-size: 18px;
	font-weight: bold;
	padding-left: 8px;
	color: #000;
}

.ri-mail-line + a {
	text-decoration: underline;
}

	.ri-mail-line + a:hover {
		text-decoration: underline;
	}

.navbar-right li:hover {
	border-radius: 30px;
	background-color: #eee;
}

.navbar-right li:active {
	border-radius: 30px;
	background-color: #005fff;
}

	.navbar-right li:active i {
		color: #fff;
	}

.k-list li:hover {
	background-color: #eee !important;
	color: #44546f !important;
	border-radius: 0;
	font-weight: normal;
}

.ri-search-line {
	position: absolute;
	left: 6px;
	top: 5px;
}

#imgBack {
	height: 28px;
	width: 28px;
	margin-top: 2px;
}

.content-button {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #005fff;
	border-radius: 4px;
	padding: 7px;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
}

	.content-button:hover {
		border: 1px solid #005fff;
		background-color: rgba(0, 95, 255, 0.1);
		color: #005fff;
		border-radius: 4px;
		padding: 7px;
		font-weight: 500;
		font-size: 14px;
		line-height: 100%;
	}

.k-dialog.k-alert .k-dialog-content, .k-dialog.k-confirm .k-dialog-content, .k-dialog.k-prompt .k-dialog-content {
	border: none;
	padding: 0 10px 10px;
}

.content-text {
	font-size: 20px;
	font-weight: 600;
	padding: 0px 10px 10px;
	margin: 0px;
	border: none;
	border-radius: 0;
	color: #000 !important;
	text-align: center;
	max-height: 200px;
}

.content-message {
	font-size: 14px;
	font-weight: 400;
	color: #797f9d !important;
	text-align: center;
	margin: 10px 0px 0px;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched {
	width: 100% !important;
}

.k-dialog-buttongroup button {
	width: 100px !important;
	height: 40px !important;
	border-radius: 5px !important;
	margin: 0;
}

.k-confirm .k-dialog-content {
	margin-top: 0px;
}

.confirm-dialog-button {
	height: 40px !important;
	border-radius: 5px !important;
	margin-right: 10px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.k-dialog-buttongroup {
	justify-content: center !important;
	height: 67px !important;
	border-radius: 5px !important;
}

.action-icons {
	padding: 5px;
}

	.action-icons:hover {
		border-radius: 30px;
		background-color: #eee;
	}


.status-circle-align {
	display: flex !important;
	justify-content: center !important;
}

.no-cursor {
	cursor: default !important;
}

.padding-left-11 {
	padding-left: 11px;
}

.font-weight-normal {
	font-weight: normal;
}

.k-i-expand:before {
	font-size: 17px !important;
}

.k-i-collapse:before {
	font-size: 17px !important;
}

.k-multiselect-wrap:focus {
	border-bottom: 2px solid #005fff;
}

.k-input:focus {
	border-bottom: 2px solid #005fff;
}

.k-multiselect.k-state-focused .k-multiselect-wrap,
.k-multiselect.k-state-active .k-multiselect-wrap {
	border-bottom: 2px solid #005fff;
}

.k-checkbox:indeterminate + .k-checkbox-label:after {
	/*background: url("/Images/checkbox_in.svg") no-repeat !important;*/
	background-color: #005FFF !important;
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 4px;
	background-image: url("/Images/checkbox_in.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 3px;
	border: 1px solid #005FFF;
	border-radius: 2px !important;
	box-shadow: none !important;
	outline: none !important;
}

.k-grid-content.k-auto-scrollable {
	overflow-y: auto !important;
	scrollbar-gutter: stable;
}

.notification-icon-active {
	color: #fff !important;
	background-color: #005fff !important;
}

.inputdvNotesAttachementHeader {
	resize: none;
	width: 97%;
	display: flex;
	height: 120px;
	padding: 0px 10px;
	align-items: flex-start;
	gap: 85px;
	align-self: stretch;
	border-bottom: 1px solid #DDD;
	background: #FFF;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #44546F;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
}

.inputdvNotesAttachementHeader :focus {
	border-bottom: 1px solid #ddd !important;
}
	.dropdown-content7 {
	display: none;
	position: absolute;
	background-color: #fff !important;
	min-width: 385px;
	overflow-y: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 170px;
	z-index: 9999999;
	top: 20px;
	overflow: inherit;
	padding: 10px 10px;
	border-radius: 10px;
	min-height: 500px;
	max-height: 500px;
}

.clicked-icon {
	background: #005fff !important;
	color: #fff !important;
}

	.clicked-icon.collapsed i {
		color: #fff !important;
	}

.navbar-right li {
	height: 36px;
	width: 36px;
}


	.navbar-right li i {
		position: relative !important;
		left: -2px !important;
	}

.dropdown-content5:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background: #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-45deg);
	z-index: 9999999;
	top: -6px;
	left: 157px;
	box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.10);
	z-index: 9999999;
}
.dropdown-content6:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background: #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-45deg);
	z-index: 9999999;
	top: -6px;
	left: 460px;
	box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.10);
	z-index: 9999999;
}

.dvNotification {
	top: 36px;
	left: -500px;
	min-width: 696px !important;
	position: absolute;
	min-height: 500px;
	z-index: 9999999;
	border-radius: 10px;
	overflow: hidden;
}
	.dvNotification:after {
		content: "";
		position: absolute;
		width: 13px;
		height: 13px;
		background: #fff;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-45deg);
		z-index: 9999999;
		top: 4px;
		left: 513px;
		box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.10);
		z-index: 9999999;
	}

.nav-active {
	border-radius: 30px !important;
	background-color: #005fff !important;
	z-index: 999999 !important;
}
.nav-active i{
	color:#fff;
}

.navbar-right li.no-hover:hover {
	background-color: transparent !important;
	border-radius: 0 !important;
	/* if there’s a box-shadow, cancel it too: */
	box-shadow: none !important;
}

.no-hover:hover {
	background-color: transparent !important;
	border-radius: 0 !important;
	/* if there’s a box-shadow, cancel it too: */
	box-shadow: none !important;
}

.tab-container {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
	width: fit-content;
	font-family: sans-serif;
}

.tab {
	padding: 8px 18px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	color: #44546f;
	line-height: normal;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
}

	.tab.subactive {
		background-color: #e8f0fe; /* light blue background */
		color: #2563eb; /* blue-600 */
		border-bottom: 3px solid #2563eb;
	}

.badge {
	background-color: #e5e7eb; /* gray-200 */
	color: #374151;
	border-radius: 5px;
	padding: 5px;
	font-size: 12px;
	margin-left: 8px;
}

.tab.subactive .badge {
	background-color: #bfdbfe; /* blue-200 */
	color: #2563eb;
}