
	#myCartIcon {
	margin-left: 10px;
	position: relative;
	float: right;
	} 
	#table-wrap {
	width:100%;
	overflow:auto;
	}
	#myMessage {            
	top: -10px;
	width:700px;
	text-align: justify;      
	}

	#hn-loader {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #1375cf;
	width: 32px;
	height: 32px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: auto;
	}

	button:disabled {
	opacity: .65;
	}

	/* Safari */
	@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
	}

	@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}
	
/*62595*/
.criticalR{
	background-color: #d5ecd1 !important;
	/*border-color:green!important 62595*/
	border:none !important;
}
	
	#critical_alert{
	   overflow-y:hidden; /*62595*/
	}
	/*62595-begin */
div.hn-container.critical-subCont{
	margin:0px;
	max-width:98%;
}
.hn-alert.hn-alert-critical.critical-newCont{
	background-color:rgba(202, 35, 57,.2);
	border:none;
}
span.critical-newTitle, .hvac .critical-newTitle a,.hvac .critical-newTitle a:hover{
	margin-left:0px;
	color: #ca2339 !important;
	font-weight:bold;
	font-size:15px !important;
}
.hvac .critical-newTitle a, .hvac .critical-newTitleRes a{
	padding-left:10px;
}
.critical-newDesc{
	display:none;
}
.hn-container button.hn-close.critical-newDismiss,button.critical-newDismiss:hover{
	background: #555555;
	border-radius:5px;
	padding:0 20px 0 20px;
	opacity:1.0;
	position: relative;
	top:-4px;
}
.critical-newDismiss a.hn-dismiss-noti.hn-clsalert.hn-float-right,a.hn-dismiss-noti.hn-clsalert.hn-float-right:hover{
	color:#ffffff !important;
	text-decoration:none;
	font-weight:600;
}
.hn-container a.critical-collapse, .hn-container a.critical-collapse:hover{
	color: #555555 !important;
	font-weight:bold;
	float:right;
	text-decoration:none;
	padding:0px 30px 0px 0px;
}
span.critical-newDesc{
	margin:5px 0 0 28px;
	font-size:13px;
	font-weight:400;
	width:80%;
	color:#000000;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
}
span.critical-newTitleRes, .hvac .critical-newTitleRes a,.hvac .critical-newTitleRes a:hover{
	margin-left:0px;
	color: #34c30d !important;
	font-weight:bold;
	font-size:15px !important;
}
/*62595-end*/

	 /* US : 54955 */
	.hn-dismiss-noti{
		line-height: 2.5 !important;
		font-size: 0.8rem !important;
	}

/*Added by Jessan for UAT issue on 14th August 2019 begin*/
.hvac .hn-popover-body{
    padding: 9px 0px !important;
}
/*Added by Jessan for UAT issue on 14th August 2019 end*/







/*US 67167 & 80034 start - Raghavi*//*Raghavi march4 US94217 - start*/
.HN_headerLink {
	vertical-align: 3px;
}
.portalHeaderToggle{
	display: none;
}
.hn_bar_button{
	color : white!important;
	padding :0!important;
	display :inline!important;
}
.hn_navbar_seperator {
	color: white;
	/*padding: 0 10px;*/
}

.resposiveImg{
	height: auto;
	width: 100%;
}


.headerliSpacing{
	padding-left: 33px!important;
	padding-right: 33px!important;
}

#HN_HeaderContainer,#dskHeader {
	max-width: 100%;
	margin: 0px;
	width: auto;
}
.universalSearchDiv .searchCtgryBtn {
	padding: 6px 10px 2.5px 10px;
	background-color: white;
	box-shadow: none;
	border: 1px solid darkgray;
	border-radius: 5px 0px 0px 5px;
	height: inherit;
	border-right:0;
}
.universalSearchDiv .searchCtgryBtn:focus {
	outline: none!important;
}
.universalSearchDiv .caretIcon {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	margin-top: -12px;
	margin-left: 5px;
	float: right;
}
.universalSearchDiv .searchCtgrydrpdwn {
	object-fit: contain;
	border-radius: 9px;
	background-color: #ffffff;
	box-shadow: 0 1px 3px 0 rgba(114, 107, 107, 0.5);
	border: solid 0.5px #c9c9c9;
	width: auto;
	height: auto;
	padding-right: 10px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	padding: 5px 0;
	border-radius: 0;
	border: 1px solid black;
	margin-top: 2px;
	padding:2px 0px 0px 2px!important;
	border-radius: 4px!important;
	border: solid 0.5px #c9c9c9!important;
	min-width: 180px!important;
}
.universalSearchDiv .searchCtgryOpt {
	padding: 0px 8px;
	font-weight: 600;
	letter-spacing: 0.7px;
}
.universalSearchDiv .searchCtgry,
.universalSearchDiv .searchCtgryBox {
	display: inline-block;
	vertical-align: middle;
}
.universalSearchDiv .searchCtgryBox {
	/*position: absolute;
	padding-left: 2px;
	top: 0px;*/
	width: 90%;
}

.universalSearchDiv .searchCtgry {
	width: 9%;
	height: 35px;
	vertical-align: top;
}
/*raghavi mar10 95589*/
.universalSearchDiv .searchCtgryBoxValue::-webkit-input-placeholder { /* Edge */
  color: grey;
}

.universalSearchDiv .searchCtgryBoxValue:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey;
}

.universalSearchDiv .searchCtgryBoxValue::placeholder {
  color: grey;
}
.universalSearchDiv .searchCtgryBoxValue {
	width: 100%;
	height: 35px;
	border-radius: 0px 5px 5px 0px;
	background-color: #ffffff;
	box-shadow: none;
	font-size: 12px;
	line-height: 1.2;
	color: #232323;
	border: 1px solid darkgrey;
	display: inline;
	margin: 0 -5px 0 -4px;
	vertical-align: middle;
	padding: 5px 30px 5px 5px;
	/*border-left: 0;*/
}
.middleSearchSec {
	padding-left: 0;
	/*margin-left: -15px;*/
}
.universalSearchDiv {
	/*padding: 0!important;
	position: absolute;
	left: 0px;
	z-index: 1;
	top: -14px;*/
	width: 100%;
	padding-top: 5px;
    height: 46px;
}
.universalSearchDiv .searchTrigger {
	border-radius: 0!important;
	height: 35px!important;
	color: #1375cf!important;
	background-color: white!important;
	width: 0!important;
	cursor: pointer!important;
	position: relative!important;
	margin-left: -25px!important;
}
.searchCtgrydrpdwn .fa.fa-check {
	color: #1375cf;
	padding: 5px;
}
.searchCtgrydrpdwn tr:hover{
	background-color: #f3f1f1;
}
.searchCtgrydrpdwn table{
	width: -webkit-fill-available;
}
.searchCtgrydrpdwn th {
	padding: 7px 5px!important;
}
.searchCtgrydrpdwn td{
	height: 35px!important;
}
.selectedCtgry {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: auto!important;
    margin-right: 8px!important;
}
.universalSearchDiv .searchCtgryBoxValue:active,
.universalSearchDiv .searchCtgryBoxValue:focus {
	border: 1px solid #59a1e4!important;
	border-radius: 0px 5px 5px 0px!important;
	box-shadow: 0px 0px 1.5px 0px #1375cf!important;
}
.universalSearchDiv .searchCtgryBoxValue:active::placeholder,
.universalSearchDiv .searchCtgryBoxValue:focus::placeholder {
	color: white;
}

/*US 67167 & 80034 end - Raghavi*//*Raghavi march4 US94217 - end*/


 /* US 80702 Start  - Raghavi */        
.OfferingCatalogueBreadcrumbs{            
	float: left;
	background: #ebebeb;
	width: 100%;
	margin: 10px;
	margin-left: 0px;
	padding: 8px 15px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif !important;
	font-size: .875rem !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
} 
.OfferingCatalogueBreadcrumbs .breadcrmbDivider{
	color: #969696;
	margin: 0 4px;
	font-size: 15px;
}
.OfferingCatalogueBreadcrumbs a,.OfferingCatalogueBreadcrumbs a:hover {
	color: #1375cf;
	text-decoration: none;
}
/* US 80702 end  - Raghavi */

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#table-wrap{
  display:block!important;
}

}*/




/* Raghavi Feb7 IE issue*/
.dropDwnPLP, .smallDrop1 {
    display: inline !important;
    height: 32px !important;
    border-radius: 4px !important;
    padding: 0 5px 0 10px!important;
    border: 1px solid darkgray!important;
    font-weight: 400!important;
}
        
.smallDrop1 {
    width: 50px!important;
    padding-left: 5px!important;
}
/* Raghavi Feb7 IE issue*/

#id_projectListTable thead tr{
	border-bottom: 2px solid #969696;
	border-top: 2px solid #969696;
}
#id_projectListTable tr:hover{                        
	background-color: whitesmoke!important;
}
#id_projectListTable  tbody {
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #232323;
}
#id_projectListTable tbody tr:nth-child(odd) {background-color: #f9f9f9;} 
#id_projectListTable tbody tr:nth-child(even) {background-color: #ffffff;}
#id_projectListTable thead th{
	padding: 8px 5px 8px 12px;
	border:0;
}
#id_projectListTable tbody td,#id_projectListTable tbody th{
	border:0;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #d8d3d3;
}
#id_projectListTable td{
	padding-top: 0.95rem;
}        
#exportToExcel, #exportToPDF{            
	font-size: 20px !important;
	border: 1px solid #969696!important;
	cursor: pointer;
	border-radius: 4px !important;
	background-color: #EBEBEB !important;
	color: #232323!important;
	padding: 0px!important;
	margin: 15px 6px 0px 0!important;
	opacity: 1;
}
#exportToExcel .fa, #exportToPDF .fa{
	margin: 6px;
}
/* Raghavi Jan 23  for 91397 end*/ 

	#myCartIcon {
	margin-left: 10px;
	position: relative;
	float: right;
	} 
	#table-wrap {
	width:100%;
	overflow:auto;
	}
	#myMessage {            
	top: -10px;
	width:700px;
	text-align: justify;      
	}

	#hn-loader {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #1375cf;
	width: 32px;
	height: 32px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: auto;
	}

	button:disabled {
	opacity: .65;
	}

	/* Safari */
	@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
	}

	@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}
	
/*62595*/
.criticalR{
	background-color: #d5ecd1 !important;
	/*border-color:green!important 62595*/
	border:none !important;
}
	
	#critical_alert{
	   overflow-y:hidden; /*62595*/
	}
	/*62595-begin */
div.hn-container.critical-subCont{
	margin:0px;
	max-width:98%;
}
.hn-alert.hn-alert-critical.critical-newCont{
	background-color:rgba(202, 35, 57,.2);
	border:none;
}
span.critical-newTitle, .hvac .critical-newTitle a,.hvac .critical-newTitle a:hover{
	margin-left:0px;
	color: #ca2339 !important;
	font-weight:bold;
	font-size:15px !important;
}
.hvac .critical-newTitle a, .hvac .critical-newTitleRes a{
	padding-left:10px;
}
.critical-newDesc{
	display:none;
}
.hn-container button.hn-close.critical-newDismiss,button.critical-newDismiss:hover{
	background: #555555;
	border-radius:5px;
	padding:0 20px 0 20px;
	opacity:1.0;
	position: relative;
	top:-4px;
}
.critical-newDismiss a.hn-dismiss-noti.hn-clsalert.hn-float-right,a.hn-dismiss-noti.hn-clsalert.hn-float-right:hover{
	color:#ffffff !important;
	text-decoration:none;
	font-weight:600;
}
.hn-container a.critical-collapse, .hn-container a.critical-collapse:hover{
	color: #555555 !important;
	font-weight:bold;
	float:right;
	text-decoration:none;
	padding:0px 30px 0px 0px;
	font-size: 14px; /*Raghavi June8 */
}
span.critical-newDesc{
	margin:5px 0 0 28px;
	font-size:13px;
	font-weight:400;
	width:80%;
	color:#000000;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
}
span.critical-newTitleRes, .hvac .critical-newTitleRes a,.hvac .critical-newTitleRes a:hover{
	margin-left:0px;
	color: #34c30d !important;
	font-weight:bold;
	font-size:15px !important;
}
/*62595-end*/

	 /* US : 54955 */
	.hn-dismiss-noti{
		line-height: 2.5 !important;
		font-size: 0.8rem !important;
	}

/*Added by Jessan for UAT issue on 14th August 2019 begin*/
.hvac .hn-popover-body{
    padding: 9px 0px !important;
}
/*Added by Jessan for UAT issue on 14th August 2019 end*/







/*US 67167 & 80034 start - Raghavi*//*Raghavi march4 US94217 - start*/
.HN_headerLink {
	vertical-align: 3px;
}
.portalHeaderToggle{
	display: none;
}
.hn_bar_button{
	color : white!important;
	padding :0!important;
	display :inline!important;
}
.hn_navbar_seperator {
	color: white;
	/*padding: 0 10px;*/
}

.resposiveImg{
	height: auto;
	width: 100%;
}


.headerliSpacing{
	padding-left: 33px!important;
	padding-right: 33px!important;
}

#HN_HeaderContainer,#dskHeader {
	max-width: 100%;
	margin: 0px;
	width: auto;
}
.universalSearchDiv .searchCtgryBtn {
	padding: 6px 10px 2.5px 10px;
	background-color: white;
	box-shadow: none;
	border: 1px solid darkgray;
	border-radius: 5px 0px 0px 5px;
	height: inherit;
}
.universalSearchDiv .searchCtgryBtn:focus {
	outline: none!important;
}
.universalSearchDiv .caretIcon {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	margin-top: -12px;
	margin-left: 5px;
	float: right;
}
.universalSearchDiv .searchCtgrydrpdwn {
	object-fit: contain;
	border-radius: 9px;
	background-color: #ffffff;
	box-shadow: 0 1px 3px 0 rgba(114, 107, 107, 0.5);
	border: solid 0.5px #c9c9c9;
	width: auto;
	height: auto;
	padding-right: 10px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	padding: 5px 0;
	border-radius: 0;
	border: 1px solid black;
	margin-top: 2px;
}
.universalSearchDiv .searchCtgryOpt {
	padding: 0px 8px;
	font-weight: 600;
	letter-spacing: 0.7px;
}
.universalSearchDiv .searchCtgry,
.universalSearchDiv .searchCtgryBox {
	display: inline-block;
	vertical-align: middle;
}
.universalSearchDiv .searchCtgryBox {
	/*position: absolute;
	padding-left: 2px;
	top: 0px;*/
	width: 90%;
}

.universalSearchDiv .searchCtgry {
	width: 9%;
	height: 35px;
	vertical-align: top;
}
/*raghavi mar10 95589*/
.universalSearchDiv .searchCtgryBoxValue::-webkit-input-placeholder { /* Edge */
  color: grey;
}

.universalSearchDiv .searchCtgryBoxValue:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: grey;
}

.universalSearchDiv .searchCtgryBoxValue::placeholder {
  color: grey;
}
.universalSearchDiv .searchCtgryBoxValue {
	width: 100%;
	height: 35px;
	border-radius: 0px 5px 5px 0px;
	background-color: #ffffff;
	box-shadow: none;
	font-size: 12px;
	line-height: 1.2;
	color: #232323;
	border: 1px solid darkgrey;
	display: inline;
	margin: 0 -5px 0 -4px;
	vertical-align: middle;
	padding: 5px 30px 5px 5px;
	border-left: 0;
}
.middleSearchSec {
	padding-left: 0;
	/*margin-left: -15px;*/
}
.universalSearchDiv {
	/*padding: 0!important;
	position: absolute;
	left: 0px;
	z-index: 1;
	top: -14px;*/
	width: 100%;
	padding-top: 5px;
    height: 46px;
}
.universalSearchDiv .searchTrigger {
	border-radius: 0!important;
	height: 35px!important;
	color: #1375cf!important;
	background-color: white!important;
	width: 0!important;
	cursor: pointer!important;
	position: relative!important;
	margin-left: -25px!important;
}
.selectedCtgry {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 32px;
	margin-right: 5px;
}
.universalSearchDiv .searchCtgryBoxValue:active,
.universalSearchDiv .searchCtgryBoxValue:focus {
	border: 1px solid #59a1e4!important;
	border-radius: 0px 5px 5px 0px!important;
	box-shadow: 0px 0px 1.5px 0px #1375cf!important;
}
.universalSearchDiv .searchCtgryBoxValue:active::placeholder,
.universalSearchDiv .searchCtgryBoxValue:focus::placeholder {
	color: white;
}

/*US 67167 & 80034 end - Raghavi*//*Raghavi march4 US94217 - end*/


 /* US 80702 Start  - Raghavi */        
.OfferingCatalogueBreadcrumbs{            
	float: left;
	background: #ebebeb;
	width: 100%;
	margin: 10px;
	margin-left: 0px;
	padding: 8px 15px;
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif !important;
	font-size: .875rem !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
} 
.OfferingCatalogueBreadcrumbs .breadcrmbDivider{
	color: #969696;
	margin: 0 4px;
	font-size: 15px;
}
.OfferingCatalogueBreadcrumbs a,.OfferingCatalogueBreadcrumbs a:hover {
	color: #1375cf;
	text-decoration: none;
}
/* US 80702 end  - Raghavi */

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#table-wrap{
  display:block!important;
}

}*/




/* Raghavi Feb7 IE issue*/
.dropDwnPLP, .smallDrop1 {
    display: inline !important;
    height: 32px !important;
    border-radius: 4px !important;
    padding: 0 5px 0 10px!important;
    border: 1px solid darkgray!important;
    font-weight: 400!important;
}
        
.smallDrop1 {
    width: 50px!important;
    padding-left: 5px!important;
}
/* Raghavi Feb7 IE issue*/

#id_projectListTable thead tr{
	border-bottom: 2px solid #969696;
	border-top: 2px solid #969696;
}
#id_projectListTable tr:hover{                        
	background-color: whitesmoke!important;
}
#id_projectListTable  tbody {
	font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #232323;
}
#id_projectListTable tbody tr:nth-child(odd) {background-color: #f9f9f9;} 
#id_projectListTable tbody tr:nth-child(even) {background-color: #ffffff;}
#id_projectListTable thead th{
	padding: 8px 5px 8px 12px;
	border:0;
}
#id_projectListTable tbody td,#id_projectListTable tbody th{
	border:0;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #d8d3d3;
}
#id_projectListTable td{
	padding-top: 0.95rem;
}        
#exportToExcel, #exportToPDF{            
	font-size: 20px !important;
	border: 1px solid #969696!important;
	cursor: pointer;
	border-radius: 4px !important;
	background-color: #EBEBEB !important;
	color: #232323!important;
	padding: 0px!important;
	margin: 15px 6px 0px 0!important;
	opacity: 1;
}
#exportToExcel .fa, #exportToPDF .fa{
	margin: 6px;
}
/* Raghavi Jan 23  for 91397 end*/ 

/* Rajesh Header side banner  for 90668 */ 

.environment-style {
            width: 199px;
    padding: 2px;
    height: 36px;
    margin-top: 31px;
    position: fixed;
    background-color: #F8AB51;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    right: -42px;
    z-index: 1;
    opacity: 95%;
    box-shadow: 2px 1px 6px 0px #676565;
            }
    .envronmant-text-style{
        font-size: 23px;
    padding-left: 20px;
    /* text-align: center; */
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px #0c0c0c;
        }
		
		/* Rajesh Header side banner  for 90668 */ 
		
		/* Rajesh for Commercial Inventory 90240*/
		
		.sidebarr-main {
        background-color: #F2F2F2;
        }
    .mainTilae{
        margin-left:-15px;
        }
        .filter-area-style {
        background-color: #F2F2F2;padding: 10px;
        margin-left: -10px;
        }
        .filter-text-style {
        font-size: 17px;
		font-weight: bold;
		color: #525151
        }
        
        .filter-list-title {
        background-color: #545454;
        padding: 10px;
        margin-bottom: 5px;
            margin-left: -15px;
    margin-right: -15px;
        }
        .filter-list-style{
        font-size: 17px;
		font-weight: bold;
        color:#FFFFFF;
        }
        .filter-dropdown-chekbox
        {
        padding: 10px;
    	color: #333333;
        margin-left: -15px;
        }
        
        .option-heading.is-active:before { content: "\25b2";color: white;
    font-size: 16px; }
		.option-heading:before { content: "\25bc"; color: white;
    font-size: 16px;}

		.is-hidden { display: block; }
    
    .table-max-min {
        border-radius: 5px;
        border: 1px solid #a09f9f;
        padding: 5px;
        width:20%;
        }
    .hamberger-menu-style
    {
        background-color:#F2F2F2;
        margin-left:-15px;
        margin-right:-15px;
        }
    .hamberger-menu-padding {
        height:41px;
    	padding-left: 15px;
        }
    .mymsgFont
    {
        font-size:12px;
        font-weight:normal!important;
        }
    
    div#tbl_commInventory_length label {
    font-weight: bold;
}
#tbl_commInventory_length select.hn-form-control.hn-form-control-sm {
    background: none;
    border: 1px solid gray;
    border-radius: 0px;
    /* padding: 10px; */
    width: 65px!important;
        font-size: 12px;
}
#tbl_commInventory tbody tr td 
{
    border: 1px solid #ebebeb;
    }

#tbl_commInventory thead tr:nth-child(even) th 
{
    border: 1px solid #ebebeb;
    }    
    #tbl_commInventory tbody tr:nth-child(even) {
   background-color: #f2f2f2;
}
.commercial-table {
    margin-left:-15px;
    margin-right:-15px;
    }
    .filterCat
    {
    background-color: #ede9e9;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
   margin-right:10px;
        margin-bottom: 10px;
}
    .filterCatClose{
    font-weight: bold;
    margin-left: 5px;
        }
    #chekcategoryValue
    {
        display:flex;
        margin-top:5px;
        margin-bottom:5px;
        }
    .categoery-text
    {
        font-weight:bold;
        font-size:16px;
        margin-right:2px;
        }
    
	.commer-download-button {
    border: 1px solid gray;
    padding: 3px 8px 3px 8px;
    background-color: #EBEBEB!important;
    border-radius: 5px;
	margin-top: 70px;
    left: -45px;
    position: relative;
}
    .commer-fadownloadicon {
    font-size: 24px!important;
    color: #383838!important;
}
    
     .intialmaxWidth
    {
        max-width:100%!important;
        }
    
    .intialmaxWidthcollapse 
    {
        max-width:80%!important;
        }
    .collapse-icon{
        font-size:33px;top:5px;position:absolute;
        
        }
		
		/* Rajesh for Commercial Inventory end 90240 */
		
		
/* Raghavi Jun4 101416 - start*/		
#criticalMsgRed i:before {
    color: #ca2339;
    padding-right: 0;
}

#criticalMsgGreen i:before {
    color: #34c30d;
    padding-right: 0;
}

#criticalMsgRed a,#criticalMsgGreen a {
    text-transform:none;
}

#criticalMsgRed a:hover,#criticalMsgGreen a:hover {
    text-decoration: underline!important;
}
/* Raghavi Jun4 101416 - end*/

/* Raghavi US99887 jul29 - start */
.MyOrderdetails .col-sm-9{
	overflow: scroll;
}
#barcodePopUp .hn-modal-body {
	padding: 0;
}
#barcodePopUp .cancelBtn {
	font-weight: 700!important;
	color: white!important;
	position: absolute;
	left: 12px;
}
#barcodePopUp .headerStyl {
	height: 50px;
	background-color: #555555;
	line-height: 50px;
	text-align: center;
	font-size: 19px;
}
#barcodePopUp .scanTitle{
	color: white!important;
}
#barcodePopUp .hn-modal-dialog{
	margin:0;
}
#barcodePopUp .footerStyl{
	position: absolute;
	bottom: 20%;
	width: 100%;
	text-align: center;
}
#barcodePopUp .typeBar{
	border-radius: 4px !important;
	font-weight: 600!important;
	width: 93%;
	height: 50px;
	letter-spacing: 0.40px;
	font-size: 19px;
}
.marginLR0{
	margin-right: 0!important;
	margin-left: 0!important;
}
.sNoPanel{
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: 55%;
	z-index: 1;
}
.sNoinput{
	width: 50%;
	height: 50px;
	font-size: 25px!important;
}

.hn-white-back{
	background-color : white;
}
.custDetailSection{
	display: inline-block;
	padding-right: 0;
	vertical-align: top;
}
.iconPanelSection{
	background: white;
	height: 78px;
	float: right;
}
.iconPanelSection #fav_notification_content_mob{
	line-height: 78px;
}
.hn-text-blue{
	color: #1375cf;
}
.hn-Scan-text{
	color: white;
	font-size: 13px;
	margin: 0px !important;
	padding: 0px !important;
}
.hn-dropdown-menu.user-dropdown.hn-show {
	left: -40px!important;
	max-width: 100px;
	top: 51px!important;
}
.iconPanelSection a {
	line-height: 22px;
}
.iconPanelSection button {
		padding: 0px 7px!important;
}
@media (max-width: 374px) {
	.iconPanelSection button {
		padding: 0px 2px!important;
	}
}

/* Raghavi US99887 jul29 - end */
/*Raghavi US99887 - start */
.MyOrderdetails .col-sm-9{
	overflow: scroll;
}
#barcodePopUp .hn-modal-body {
	padding: 0;
}
#barcodePopUp .cancelBtn {
	font-weight: 700!important;
	color: white!important;
	position: absolute;
	left: 12px;
}
#barcodePopUp .headerStyl {
	height: 50px;
	background-color: #555555;
	line-height: 50px;
	text-align: center;
	font-size: 19px;
}
#barcodePopUp .scanTitle{
	color: white!important;
}
#barcodePopUp .hn-modal-dialog{
	margin:0;
}
#barcodePopUp .footerStyl{
	position: absolute;
	bottom: 20%;
	width: 100%;
	text-align: center;
}
#barcodePopUp .typeBar{
	border-radius: 4px !important;
	font-weight: 600!important;
	width: 93%;
	height: 50px;
	letter-spacing: 0.40px;
	font-size: 19px;
}
.marginLR0{
	margin-right: 0!important;
	margin-left: 0!important;
}
.sNoPanel{
	text-align: center;
	position: absolute;
	width: 100%;
	margin-top: 55%;
	z-index: 1;
}
.sNoinput{
	width: 50%;
	height: 50px;
	font-size: 25px!important;
}
.hn-white-back{
	background-color : white;
}
.custDetailSection{
	display: inline-block;
	padding-right: 0;
	vertical-align: top;
	width: 65%;
}
.iconPanelSection{
	background: white;
	height: 78px;
	float: right;
}
.iconPanelSection #fav_notification_content_mob{
	line-height: 78px;
}
.hn-text-blue{
	color: #1375cf;
}
.hn-Scan-text{
	color: white;
	font-size: 13px;
	margin: 0px !important;
	padding: 0px !important;
}
.hn-dropdown-menu.user-dropdown.hn-show {
	left: -40px!important;
	max-width: 100px;
	top: 51px!important;
}
.iconPanelSection a {
	line-height: 22px;
}
.iconPanelSection button {
	padding: 0px 7px!important;
}
@media (max-width: 374px) {
	.iconPanelSection button {
		padding: 0px 2px!important;
	}
}


/*Raghavi US99887 - end */