/* -------------CSS THEME: CPQ Cloud----------------- */


/* ---------------Default Stylesheet ---------------------- */

body {
    margin: 0 auto;
    max-width: 1600px;
    min-width: 390px;
    background: #FFFFFF;
}

body.admin-home-page {
    background: #ffffff;
}

body.model-config {
    background: #FFFFFF;
}

body,
td,
p {
    text-decoration: none;
    color: #444444;
    /* Primary Text Color */
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-size: 8pt;
}

a {
    text-decoration: none;
}

div.main-pane {
    background-color: #FFFFFF;
}

.clearfix {
   /* *zoom: 1; commented by Ani 1/3/2018*/
    /* IE&amp;lt;8 */
    background: #FFFFFF none repeat scroll 0 0;
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  border: 0px !important;
  box-shadow: none !important;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*START constraint message block-- Anirudh*/

/*.messages.clearfix {
    background: #b3eff6 none repeat scroll 0 0 !important;
    border: 2px solid #0c78f2 !important;
    border-radius: 5px;
    color: #0c78f2;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 15px 7px 15px;
}*/
/*Changed by Ani for issue 255 on 01/05/2018*/
.messages.clearfix {
    background: #f49a99 none repeat scroll 0 0 !important;
    border: 2px solid red !important;
    border-radius: 0px;   
    font-size: 12px;
    font-weight: bold;
    padding: 7px 15px 7px 15px;
    margin: 0px !important;
    box-shadow: none;
}
.messages.clearfix p {
    color: red;
    margin: 0 !important;
}


/*END constraint message block*/

.help-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding-right: 4px;
    background: url(/img/bmx/icons/help.gif) no-repeat;
}


div#materialCategoryHTML_usr-help.help-popup{
	width: auto !important;
    height: 600px !important;
   position: absolute;
    padding: 8px;
    background-color: #C3DDE3;
    /* Accent Color */
    border: 1px solid #4B626C;
    /* Tertiary Color */
    border-radius: 4px;
    float: left;  
    overflow-x: hidden !important;
    opacity: 1;
   /* -webkit-box-shadow: 3px 3px 6px #999999;*/
    box-shadow: 3px 3px 6px #999999;
    transition: opacity 0.2s ease 0s;
	overflow:hidden;
}
.help-popup,
.pricebook-constraint {
    position: absolute;
    padding: 8px;
    background-color: #C3DDE3;
    /* Accent Color */
    border: 1px solid #4B626C;
    /* Tertiary Color */
    border-radius: 4px;
    float: left;
    max-width: 645px;
    /*Ani 12/13/17: This is required for Help message on Special Shape config attribute*/
    max-height: 335px;
    /*Ani 12/13/17: This is required for Help message on Special Shape config attribute*/
    overflow: initial;
    /*Ani 12/13/17: This is required for Help message on Special Shape config attribute*/
    opacity: 0;
   /* -webkit-box-shadow: 3px 3px 6px #999999;*/
    box-shadow: 3px 3px 6px #999999;
   /* -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;*/
    transition: opacity 0.2s ease 0s;
}


.column {
    white-space: nowrap;
}


/* Overlay and Loading dialog */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    opacity: 0.3;
   /* filter: alpha(opacity=30); Commented by Ani 1/3/2018*/
   filter:opacity(30%);
    /*ie7 and 8*/
}

#loading-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    width: 250px;
    background-color: #fff;
    border: 1px solid #777;
    padding: 25px;
    text-align: center;
    z-index: 1001;
}


/* --- Admin Area Customizations --- */

.bmTooltip {
    position: absolute;
    display: none;
    border: solid 1px #999999;
    background-color: #F0F0F0;
    padding: 5px;
}


/* top bar properties */

.display-block {
    display: block;
}

#top-bar-wrapper {
    background-color: #F0F0F0;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 15px 15px 0 0;
    padding: 5px;
}

#content-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 15px 15px 0 0;
    margin: 0 auto!important;
    padding: 0;
}

#bottom-bar-wrapper,
#content {
    background-color: #FFFFFF;
}

.admin-home-page #content {
    border-width: 0px;
    margin-bottom: 0px!important;
    padding: 10px 0 0 0!important;
}

.admin-home-page table.page-content {
    border: 0px solid #FFFFFF;
}

table.page-content {
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
}

.top-bar {
    background-color: #F0F0F0;
    color: #003366;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-weight: 700;
    font-style: normal;
}

.top-bar:link,
.top-bar:visited {
    background-color: #F0F0F0;
    color: #003366;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-weight: 700;
    font-style: normal;
}

a.top-bar:hover {
    text-decoration: underline;
}


/* for top bar and folder tabs*/

a.top-bar:hover,
a.top-bar:visited:hover {
    color: #003366;
    /* Primary Link Color */
}

.top-bar-on,
.top-bar-on:link,
.top-bar-on:visited {
    background-color: #F0F0F0;
    color: #003366;
    font-size: 9pt;
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-weight: 700;
    font-style: normal;
}


/* for SELECTED folder tab*/

a.top-bar-on:hover,
a.top-bar-on:visited:hover {
    color: #003366;
    /* Primary Link Color */
}


/* bottom bar properties */

.bottom-bar,
.bottom-bar:link,
.bottom-bar:visited {
    background-color: #FFFFFF;
    color: #003366;
    font-size: 9pt;
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    text-align: right;
    font-style: normal;
    font-weight: 400;
    padding: 0 5px;
}

td.bottom-bar {
    border-top: 1px solid #CCCCCC;
}

td.bottom-bar .bottom-bar,
.top-bar .bottom-bar {
    border: 0px solid #FFFFFF;
}

a.bottom-bar,
a.bottom-bar:hover,
a.bottom-bar:visited:hover {
    color: #003366;
    /* Primary Link Color */
    text-decoration: underline;
}

.top-bar,
.top-icon-bg-color,
.top-left-icon {
    background-color: #FFFFFF;
}

.admin-home-page .top-bar,
.admin-home-page .top-icon-bg-color,
.admin-home-page .top-left-icon {
    background-color: #F0F0F0;
}

.top-icon-bg-color img,
.top-left-icon img,
.top-bar img,
.bottom-bar img {
    display: none;
}


/* sidebox bar properties */

.sidebox-bar {
    background-color: #364659;
    /* Primary Color */
    color: #FFFFFF;
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-weight: 700;
}


/* Popups */

.popup {
    position: fixed;
    left: 50%;
    top: 100px;
    z-index: 999;
	outline: 9999px solid rgba(0, 0, 0, 0.63); /*Added by Ani 06/12/2019*/	
}

.popup.modal {
    z-index: 1002;
}

.popup-header {
    padding: 15px 22px 6px 6px;
}

.popup-title,
.popup-header img {
    vertical-align: middle;
}

.popup-content {
    padding: 16px 6px;
    overflow: auto;
}

.popup-footer {
    padding: 6px;
    text-align: right;
    position: relative;
}

.popup-footer .bm-button {
    display: inline-block;
    margin-left: 3px;
    position: relative;
  /*  display: inline !ie;*/
  display: inline;
}

.popup-footer .button-middle img {
    display: none;
}

.popup-footer .ok-button a {
    padding: 0 5px 0 22px;
    background: url("image/Icons/icon-check.png") no-repeat 0 50%;
}

.popup-footer .cancel-button a {
    padding: 0 5px 0 22px;
    background: url("image/Icons/icon-cancel.png") no-repeat 0 50%;
}

.popup-footer .cancel-button .button-middle {
    background: #990000!important;
}

.popup-header {
    background: #CCCCCC;
    /* Tertiary Color */
    border: none;
}

.popup-header .popup-title {
    color: #666666;
    font-weight: 700;
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-size: 14px;
    margin-left: 5px;
}

.popup-content {
    border-width: 10px 0!important;
    border: solid #cccccc;
    /* Primary Color */
    background-color: #fff;
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-size: 12px;
    padding: 20px 10px 30px 10px;
}

.popup-footer {
    border: 1px solid #cccccc;
    /* Primary Color */
    border-top: none;
    background-color: #cccccc;
    /* Primary Color */
}

.popup-form .field-label {
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-size: 8pt;
    color: #333333;
    font-weight: 700;
    text-align: left;
}

.popup-form .error .field-label {
    color: #FF0000;
    font-style: normal;
    font-weight: 400;
}

.popup-close {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 4px;
    right: 4px;
    background-image: url(/img/gxt/tool-sprites-gray.gif);
    overflow: hidden;
}


/* Panels */

.panel .panel-tc,
.panel .panel-tl,
.panel .panel-tr,
.panel .panel-mr,
.panel .panel-ml,
.panel .panel-bc,
.panel .panel-bl,
.panel .panel-br {
    background: #FFFFFF none repeat scroll 0 0;
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  border: 0px !important;
  box-shadow: none !important;;
}

.panel {
/*border: 1px solid #CCCCCC!important;*/
   /* box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1);*/
    border-radius: 0px;
    background: #FFFFFF none repeat scroll 0 0;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    border: 0px !important;
    box-shadow: none !important;;
}


/*.panel .panel-heading {
    font-family: Arial,Sans-Serif!important; 
    font-size: 18px!important; 
    color: #003366!important;
}*/

.panel .panel-heading {
    /* for styling subdoc headers */
    font-family: montserrat !important;
    color: #fff!important;
    font-size: 1.2rem !important;
    text-transform:uppercase !important;
}

.panel-body {
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-size: 8pt;
    color: #444444;
    /* Primary Text Color */
}

.panel .panel-body {
    background: #FFFFFF none repeat scroll 0 0 !important;  
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    border: 0px !important;
    box-shadow: none !important;;
}

.panel.collapsible span.panel-heading {
    background: url("image/images/arrow-collapse.png") no-repeat scroll 0 6px transparent;
    padding-left: 3px;
    padding-right: 80%;
    /*subdoc styling */
    background-position: 100% 11px !important;
    /*subdoc styling */
}

.panel-collapsed span.panel-heading {
    background: url("image/images/arrow-expand.png") no-repeat scroll 0 6px transparent !important;
    padding-left: 3px;
}

.toggle-panel {
    display: none!important;
}


/* ------- Config -------*/


/* Creates fixed width, centered content in Config*/

.body-inner {
    margin-left: auto;
    margin-right: auto;
   /* border: solid #999999 0px;
    background: #D4D0CE;*/
    /* Shibaji-06/05: Changed. Original Value: #ffffff */
   /* box-shadow: 2px 5px 10px #999999;*/
  /* -o-box-shadow: 2px 5px 10px #999999; 
    -webkit-box-shadow: 2px 5px 10px #999999;
    -moz-box-shadow: 2px 5px 10px #999999;*/
    background: #FFFFFF none repeat scroll 0 0;
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  border: 0px !important;
  box-shadow: none !important;;
}


/* Shibaji-06/05: Added .header for fixing the height of the Header in all the pages. */

.header {
    /*width: 1349px;*/
    height: 80px;
}


/* Shibaji-06/05: Added div#main-content for fixing the height of the Header in all the pages. */

div#main-content {
   /* background: #D4D0CE;*/
    background: #FFFFFF none repeat scroll 0 0;
}


/* Attribute Label Properties */

.required .attribute-label,
.attribute-label {
    font-family: Arial, Sans-Serif!important;
    font-size: 11pt!important;
    color: #000000!important;
    /* Primary Text Color -- Overriden to Black*/
}

.attribute-label-container {
    width: 250px!important;
}


/* Required Attribute Label Properties */

.required .attribute-label {
    font-weight: 700 !important;
}


/* Group Header Label Properties */

.model-config .group-header {
    font-size: 16px;
    color: #FFFFFF !important;
    /* Shibaji-05/31: Changed. Original Value: #003366*/
    font-weight: 700;
    font-family: Arial, sans-serif;
   /* background: linear-gradient(135deg, #3872ae 0%, #004a97 100%) !important;*/
    /* Shibaji-05/31: Changed. Original Value: #FFFFFF*/
    border-bottom: 1px solid #CCCCCC;
    line-height: 26px;
    background: #005F9E !important;
    text-transform: uppercase;
}

.model-config .group-header:hover {
    color: #FFFFFF;
    /* Shibaji-05/31: Changed. Original Value: #003366*/
    background-color: #02528a;
    /* Shibaji-05/31: Changed. Original Value: #FFFFFF*/
    /*background: #005F9E !important;*/
}

.model-config .group-inner {
   /* border: 1px solid #CCCCCC!important;*/
    margin-top: -5px!important;
}


/* Adds arrow icon to indicate collapsable groups within config */

.model-config .group-content .group-header {
    /* Shibaji-05/31: Removed span to apply it to the whole header */
    background: url("image/images/arrow-collapse.png") no-repeat scroll 0 6px transparent;
    /*Shibaji-05/31: Changed. Uncommented. Original Value: url("image/images/arrow-collapse.png") no-repeat 0 50%; */
    padding-left: 15px;
    /* Shibaji-05/31: Changed. Original Value: 18px */
    padding-right: 80%;
    /* Shibaji-05/31: Added. */
    background-position: 100% 11px !important;
    /* Shibaji-05/31: Added. */
}

.model-config .group-content.collapsed .group-header {
    /* Shibaji-05/31: Removed span to apply it to the whole header */
    background: url("image/images/arrow-expand.png") no-repeat scroll 0 6px transparent;
    /*Shibaji-05/31: Changed. Uncommented. Original Value: url("image/images/arrow-expand.png") no-repeat 0 50%; */
    padding-left: 15px;
    /* Shibaji-05/31: Changed. Original Value: 18px */
    padding-right: 80%;
    /* Shibaji-05/31: Added. */
    background-position: 99% 11px !important;
    /* Shibaji-05/31: Added. */
}


/* Array Table Properties */

.array {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-collapse: separate;
}

.array td {
    background-color: #FFFFFF;
}

.array thead th {
    border: #AAAAAA solid 1px;
    /* Primary Color */
    background: #CCCCCC;
    /* Secondary Color */
    height: 18px;
    color: #000000;
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-weight: 400;
    font-size: 11pt;
    line-height: 16px;
}

.array td,
.array th {
    border: solid #AAAAAA;
    border-width: 0 0 1px 0px;
    background-color: #fff;
    padding: 3px 6px;
    vertical-align: middle;
}

.array .constrained-row td,
.array .constrained-row th,
.array .recommended-row td,
.array .recommended-row th,
.array .previous-value-row td,
.array .previous-value-row th {
    border-bottom-color: #aaa;
}

.array tr td.recommended,
.array tr td.constrained,
.array tr td.previous-value {
    background-color: #fff8e5;
    border: solid #aaa;
    border-width: 3px 0 0 1px;
}

.array td.recommended+td,
.array td.constrained+td,
.array td.previous-value+td {
    border-left: 1px solid #aaa;
}

.array th[scope=row],
.vertical-array th {
    text-align: left;
}

.vertical-array th[scope=row],
.vertical-array .array-remove-cell {
    width: 1px;
}

.array-add,
.array-remove {
    text-indent: -9999px;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: transparent center center;
}

.horizontal-array .array-remove {
    float: right;
    margin-left: -16px;
    opacity: 0;
  /*  -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s; */
    transition: opacity 0.1s ease 0s;
}

.horizontal-array th:hover .array-remove {
    opacity: 1;
}

.array tr.selected th,
.array tr.selected td {
    background-color: #C3DDE3;
}

.array .even td,
.array .even th {
    background-color: #EFEFEF!important;
}

.array tr td.previous-value {
    border-top-color: #AAAAAA;
}

.array tr td.recommended {
    border-top-color: #0000FF;
}

.array tr td.constrained {
    border-top-color: #FF0000;
}


/* Custom Tabs */


/* ------------------------------------------------------ */

.tab-content {
  background: #FFFFFF none repeat scroll 0 0;
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  border: 0px !important;
  box-shadow: none !important;
  padding: 0px !important;
}

ul.tab-strip {
    background: none repeat scroll 0 0 #D4D0CE;
    border-bottom: 1px solid #999999!important;
    /* Secondary Color */
    padding: 0 0 0 4px;
    margin-bottom: 10px;
    /*display: none;*/
}

.tab-inner,
.tab-right {
    background: none repeat scroll 0 0 transparent !important;
}

.tab-strip li {
    margin-bottom: -1px;
    padding: 0 2px;
}

.model-config .column {
    white-space: normal;
}

.navbar-brand {
    padding-left: 20px;
}

.tab-strip a.tab-left {
    background: none repeat scroll 0 0 transparent;
    border-radius: 5px 5px 0 0;
}

.tab-strip .tab-text {
    padding: 0px;
    color: #666666;
    /* Primary Text Color */
    font-size: 12px!important;
    font-weight: 700;
}

.tab-strip .tab-text,
.tab-strip a.tab-left {
    height: 28px;
    line-height: 28px;
}

.tab-strip .tab-left {
    border: #999999 solid 1px;
    /* Secondary Color */
    background: none repeat scroll 0 0 #F0F0F0!important;
}

.tab-strip .tab-active a.tab-left,
.tab-strip .tab-active a.tab-left:hover {
    border-bottom-color: #ffffff;
    border-style: solid;
    background: none repeat scroll 0 0 #FFFFFF!important;
}

.tab-strip a.tab-left:hover {
    background: #FFFFFF !important;
    /* Accent Color */
}

.tab-strip a.tab-left:hover .tab-text {
    color: #003366;
    /* Primary Link Color */
}

.tab-strip .tab-active a.tab-left .tab-text,
.tab-strip .tab-active a.tab-left:hover .tab-text {
    color: #003366;
}


/*START reducing the width of Select column in Press Table*/

table.TF th:first-child {
    width: 30px !important;
}

table.TF .header {
    font-family: montserrat!important;
    background-color: #3882B3;
    color: white;
}


/*
#orderListHtmlTable thead > tr th:nth-child(8) {
    font-style: italic;
}*/


/*END reducing the width of Select column in Press Table*/


/*START setting fixed width to quote history table*/

table#quoteHistoryTable tr th:nth-child(3) {
    width: 320px !important;
}

table#quoteHistoryTable tr th:nth-child(2) {
    width: 320px !important;
}


/*END setting fixed width to quote history table*/


/* Buttons */


/* ------------------------------------------------------ */


/* Hide Button Images
.button-middle a img {
    display: none;
}

.button-middle a {
	padding: 0!important;
}
     Hide Button Images end */


/* Format Button Images */

.button-middle a img {
    margin: -8px 0 0 2px;
    /* The top margin is minus half height of the image (16px). */
    position: absolute;
    top: 50% !important;
}

.button-middle a {
    padding: 0 0 0 0px !important;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.add-row-btn .button-middle a {
    background-image: url("image/Icons/icon-plus.png");
    padding-left: 20px;
}


/* Format Button Images  end*/


/* Format General Buttons */

.button-left,
.button-right {
    display: none!important;
    /* hide button sides used in original table button*/
}

td.button-middle {
    /* background: #eaeaea; Changes specific to Config stick actions*/
    /* background-image: none; */
    /* border: 1px solid #999999; */
    /* display: block; */
    /* position: relative; */
    background: hsl(36, 100%, 45%) !important;
    border-radius: 200px;
    /* border-radius: 5px; */
    /* height: 26px; */
    /* margin: 0px; */
    /* box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .25); */
}

.button-middle a {
    outline: none;
    outline-style: none;
    margin: 0px 8px;
    text-align: center;
    /*  font-family: Arial,sans-serif!important; Primary Font  Changes specific to Config stick actions*/
    font-size: 13px !important;
    /*	font-weight: 700 !important;*/
    color: #333333;
    line-height: 26px;
    display: block;
}

td.button-middle:active a {
    margin: 0px 8px!important;
}

.button-middle div {
    margin: 0px!important;
    padding: .6em 1.3em !important;
    background-color: #d87900;
    border-color: transparent;
    color: #fff !important;
    border-radius: 200px;
    padding: .8em 1.3em;
    cursor: pointer;
    text-transform: uppercase;
}

.button-text,
.button-text:link,
.button-text:visited {
    position: relative;
    top: 0px;
}

.button-middle:hover a {
    color: #003366;
}

td.button-middle:active {
    background-color: #eaeaea;
    border: 1px solid #999999;
}


/*Format General Buttons end */


/*Format Commerce and Config Buttons */

#sticky-actions td.button-middle,
.bm-actionstrip-horiz td.button-middle {
    /*background: #eaeaea;*/
    background: hsl(36, 100%, 45%) !important;
    /* Changes specific to sticky actions*/
    border-radius: 200px;
    /*background-image: none;
    border: 1px solid #999999;
    height: 30px;
    margin: 0px;*/
}
/*Adjustment of space between sticky actions in commerce */
.bm-actionstrip-horiz table {
	margin-left:8px;
}

/* Changes specific to sticky actions*/

.button-text,
.button-text:link,
.button-text:visited {
    color: white !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif !important;
    /*border-color: transparent;
    color: #fff !important;
	border-radius: 200px;
    padding: 1em 1.625em;
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif !important;
	font-weight: 600;
    font-style: normal!important;
	text-transform: uppercase;
	
    font-weight: Bold;    
    font-size: 8pt !important;*/
}

#sticky-actions .button-middle a,
.bm-actionstrip-horiz .button-middle a {
    margin: 0px 8px;
    /*previous value was 0px 8px;*/
    /*font-family: Arial,sans-serif!important;  Primary Font */
    /*font-size: 12px!important;
	font-weight: 700!important;
    color:#333333; 
    line-height: 30px;   */
}

#sticky-actions .button-middle:hover a,
.bm-actionstrip-horiz .button-middle:hover a {
    color: #003366;
}

#sticky-actions td.button-middle:active a,
.bm-actionstrip-horiz td.button-middle:active a {
    margin: 0px 8px!important;
}

#sticky-actions td.button-middle:active,
.bm-actionstrip-horiz td.button-middle:active {
    background-color: #eaeaea;
    border: 1px solid #999999;
}


/* Actionstrip Fixes */


/* ------------------------------------------------------ */


/*10/04 Fix to move the sticky actions on the Company name header   */

#sticky-actions .fixed,
#sticky-actions .floating {
    width: 100% !important;
    text-align: right !important;
    padding: 3px 0 !important;
    margin-bottom: 2px !important;
    /*top: 28% !important; Commented by Anirudh on 10/5. This is for Sticky actions to come above blue header*/
    /*position: absolute !important;*/
    /*Ani 11/8: Commenting this as sticky actions were floting out away from screen on the right side*/
}


/*10/04 Fix*/
/*
.button-bar {
    margin: -25px -10px 0px -82px!important;
    padding: 0!important;
    /* height: 40px;  Shibaji-06/05: Changed. Original: 30px. */
    /*background-color: #FFFFFF; Shibaji-06/06: Added background-color attribute */
    /*Changes specific to Config sticky action*//*
    position: absolute;
    top: 30%;
    left: 83%;
    display: inline-table;
}*/
.button-bar {
    margin: 0px;
    padding: 0;
    position: inherit;
    top: 0;
    left: 0;
	/*display: none;*/
	background: transparent !important;
}

#sticky-actions .floating,
div.bm-actionstrip.fixed,
div.bm-actionstrip.floating {
    border: solid #FFFFFF 0px!important;
    /* background: #FFFFFF!important;Changes specific to Config sticky action*/
    padding: 0px 0;
    margin: 0;
	position:inherit !important;
	background: transparent;
}

#sticky-actions .bm-actionstrip-horiz,
#sticky-actions .bm-actionstrip-horiz.floating {
    /*  background: #FFFFFF!important;*/
    border: solid #FFFFFF 0px!important;
    padding: 3px 0;
    margin: 0;
	position:inherit !important;
}

#sticky-actions .bm-actionstrip-horiz.floating {
    border-bottom: 1px solid #999999!important;
 /*  -moz-box-shadow: 0 5px 5px #999999;
    -webkit-box-shadow: 0 5px 5px #999999; */
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .25);
    background-color: #003267 !important;
    background:none;
	position:inherit !important;
}

.grand-total-container {
    color: #333333;
}


/*START - Setting position of RETURN-QUOTE button*/

.button-invoke-return {
    /*position: absolute;*/
   /* bottom: 2em;
    left: 1em;*/
}


@media only screen and (min-width: 1600px) {
    .button-invoke-return {
      /* position: absolute;
        bottom: 11em;
        left: 1em;*/
    }
}

*/
/*END - Setting position of RETURN-QUOTE button*/


/* Pipeline Viewer */


/* ------------------------------------------------------ */

#pipeline-viewer-opener {
    background-color: transparent !important;
    text-align: right !important;
}

#pipeline-viewer-opener a {
    color: #666666;
    /* Secondary Color */
    font-family: Arial, Sans-Serif;
}


/* Commerce */


/* ------------------------------------------------------ */


/* sets the commerce content area formatting */

#document-form {
    border: solid #FFFFFF 0px;
    background: #ffffff;
    box-shadow: 2px 5px 10px #999999;
  /* -o-box-shadow: 2px 5px 10px #999999;
    -webkit-box-shadow: 2px 5px 10px #999999;
    -moz-box-shadow: 2px 5px 10px #999999;*/
    padding: 0px;
    margin: 0px 0px;
    /*    min-width:980px; */
}

#cm-manager-content .x-grid3-hd-row td {
    border-width: 0 0 1px 0 !important;
    border-bottom: 0px solid #FFFFFF !important;
}

#cm-manager-content .x-grid3-row {
    border: 0px solid #CCCCCC;
}

#cm-manager-content .x-grid-table-bg-color {
    background-color: #FFFFFF;
}

#cm-manager-content .x-grid-td-tab-name {
    font-weight: 700;
    padding: 3px;
}

#cm-manager-content .x-grid-group-hd {
    border-width: 0 0 1px 0 !important;
    border-bottom: 1px solid #FFFFFF !important;
    padding-top: 0px;
    cursor: auto;
}

#cm-manager-content .x-grid3-hd-inner {
    font-family: Arial, Sans-Serif;
    color: #333333;
    font-size: 8pt;
    background-color: #EEEEEE;
    font-weight: 700;
    padding-left: 3px;
    text-align: left;
    vertical-align: middle;
}

.rowBorder {
    border: 0px;
}

#cm-manager-content .x-grid-group-hd div {
    background: none;
    padding: 0px;
    cursor: auto;
    font-weight: 700;
    font-style: normal;
    font-family: Arial, Sans-Serif;
}

.cm-group-tab {
    background: transparent;
}

.cm-group-tab ul {
    font-family: Arial, Sans-Serif!important;
    font-size: 8pt !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.cm-group-tab li {
    background: #999999 url(/img/gxt/rounded_gradient-tab-inner.png) repeat-x scroll 0 -1px;
}

.cm-group-tab a {
    color: #FFFFFF;
    background: transparent url(/img/left_top_tab8x20.gif) no-repeat left top;
}

.cm-group-tab a span {
    background: transparent url(/img/right_top_tab8x20.gif) no-repeat right top;
    padding: 6px 8px 3px 7px;
}

#cm-manager-content .x-grid3-cell-inner {
    color: #333333;
    font-size: 8pt;
    font-family: Arial, Sans-Serif;
}

#cm-manager-content .x-grid3-row-alt {
    background-color: #F0F0F0;
}

#cm-manager-content td.x-grid3-hd-over .x-grid3-hd-inner,
td.sort-desc .x-grid3-hd-inner,
td.sort-asc .x-grid3-hd-inner,
td.x-grid3-hd-menu-open .x-grid3-hd-inner {
    background: #EEEEEE repeat-x scroll left bottom;
}

#cm-manager-content .x-grid3-row-selected {
    background-color: #EEEEEE;
}

#cm-manager-content .hover {
    background-color: #F0F0F0;
    /* Accent Color */
}

#cm-manager-content .x-grid3-row-selected.hover {
    background-color: #EEEEEE;
}

#cm-manager-content .x-grid3-header {
    background-color: #EEEEEE;
    color: #333333;
}


/* --- LISTS --- */


/* ------------------------------------------------------ */


/* .list-label, .list-label:link, .list-label:visited { 
    background-color: #FFFFFF;
    color: #696969; 
    font-family: Arial,Sans-Serif; 
    font-size: 12px; 
	border: 0px solid #666666;
	font-weight: 700;
} */

.list-label,
.list-label:link,
.list-label:visited {
    background-color: #EEEEEE;
    color: #333333;
    font-family: montserrat !important;
    /* Primary Font */
    font-size: .8rem !important;
    border: 0px solid #666666;
    font-weight: 700;
}

tr.view-header .list-label,
tr.view-header .list-label:link,
tr.view-header .list-label:visited {
    background-color: #EEEEEE;
    color: #333333;
    font-family: montserrat !important;
    font-size: .8rem !important;
}

a.list-label:hover,
a.list-label:visited:hover {
    background-color: #EEEEEE;
    color: #333333;
    font-family: montserrat !important;
    /* Primary Font */
    font-size: .8rem !important;
    border: 0px solid #666666;
    font-weight: 700;
    text-decoration: underline;
}

th.list-label.col-part_number {
    text-align: left;
}

th.list-label.col-description {
    text-align: left;
}

.list-field {
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-size: 8pt;
    color: #444444;
    /* Primary Text Color */
}

.form-input-selected,
.bgcolor-list-even-selected,
.bgcolor-list-odd-selected {
    background-color: #f0f0f0;
}

tr.adv-grid-row:hover,
.line-item-grid-wrapper .line-item-hover,
.form-input-mouseover,
.bgcolor-list-even-mouseover,
.bgcolor-list-odd-mouseover {
    background-color: #F9F9F9!important;
}

.bgcolor-list-even {
    background-color: #F9F9F9;
    height: 20px;
}

a.col-part_number:hover,
a.col-part_number:visited:hover .toggle-search a:hover,
.toggle-search a:visited:hover,
a.list-field:hover,
a.list-field:visited:hover,
a.list-field-new:hover,
a.list-field-new:visited:hover {
    color: #003366;
    /* Primary Link Color */
}

.toggle-search a,
.list-field:link,
.list-field:visited,
.list-field-new,
.list-field-new:link,
.list-field-new:visited {
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-size: 8pt;
    color: #003366;
    /* Primary Link Color */
    text-decoration: underline;
}

.auto-update-highlight {
    background-color: #C3DDE3;
    /* Accent Color */
    background-image: none;
}

.empty-link {
    font-style: italic;
    /** For empty links in commerce manager grid. **/
}


/* --- Search Parts Page ---*/


/* ------------------------------------------------------ */

#search-results-header {
    border-color: #666666;
    border-style: solid;
    border-width: 0 0 2px 0;
}

#search-results-list {
    margin: 25px auto 0 auto!important;
}

#search-results-list table,
table.adv-grid {
    border: 1px solid #666666!important;
    width: 925px;
}

.adv-parts-options {
    border-top: 1px solid #666666!important;
}

#search-results-list table th,
#search-results-list table td,
td.adv-grid -cell {
    border: solid #CCCCCC!important;
    border-width: 0 0 1px 0!important;
}


/* Line Item Grid */


/* ------------------------------------------------------ */


#line-item-grid tr.parent-line-item > td {
    border-width: 0 0 1px 0;
}

#line-item-grid .parent-line-item:hover td {
    background-color: #ffffff;
    /* Accent Color */
}

#line-item-grid td {
    border: solid #CCCCCC;
    border-width: 0 0 1px 0!important;
    padding: 3px 3px;
}

#line-item-grid .child-line-item td {
    background-color: #FFFFFF!important;
}

.child-line-item:hover td {
    background-color: #FFFFFF;
    /* Accent Color */
}

#line-item-grid td td,
#line-item-grid th td {
    border: none;
    padding: 3px 3px;
}

#line-item-grid .action-icon-bar div {
    padding: 0;
    margin-top: 3px;
    height: 12px;
}

#line-item-grid {
    /* border-collapse: collapse;*/
    border: #FFFFFF solid 0px!important;
    /* Primary Color */
    margin-top: -20px;
}

.line-item-grid-header th {
    /*padding: 4px 4px;
    border: #FFFFFF solid 1px!important;
    border-bottom: #FFFFFF solid 1px!important;
    background: #EEEEEE!important;*/
    /* Primary Color */
    /*color: #333333!important;
    font-family: Arial, Sans-Serif!important;*/
    font-weight: bold !important;
    /*line-height: 24px;*/
    height: 35px;
    margin: 0;
    background-color: #3882B3 !important;
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #f4f4f4 !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #f4f4f4 !important;
    padding: .1em .7em;
    /*color: #333 !important;*/
    color: white;
    text-align: center;
    font-family: montserrat !important;
    vertical-align: middle !important;
}

tbody.line-item-grid-body > tr:nth-child(even) {
    background: #fff;
}

tbody.line-item-grid-body > tr:nth-child(odd) {
    background: #f9f9f9;
}

tbody.line-item-grid-body {
    vertical-align: middle !important;
}

table#line-item-grid td {
    vertical-align: middle;
}

.line-item-delete {
    background-image: url(../../image/images/delete_grid_button_30px.png) !important
}

.line-item div div {
    line-height: 24px;
}

.line-item div.boolean-wrapper-inner {
    margin-top: 3px;
}

.line-item div.text-wrapper-inner {
    margin-top: 1px;
}

.line-item-grid-footer{
    display:none;
}
/*.line-item-grid-footer th {
    border-top: 2px solid #FFFFFF!important;
    border-bottom: 0px solid #364659!important;
    padding: 5px 5px;
    font-family: Arial, Sans-Serif!important;
    
    font-size: 14px!important;
    color: #696969!important;
    
    font-weight: 700;
}*/

td.checker {
    text-align: center;
}

td.checker input {
    margin-top: 7px;
}

.line-item-grid-wrapper .child-line-item .checker input {
    float: right;
    margin-left: 26px;
}

#line-item-grid .line-item-show .reorder-icon {
    left: inherit;
    position: relative;
    width: 6px;
    margin-top: 1px;
}

.line-item-grid-wrapper .line-item .collapsible,
.line-item-grid-wrapper .line-item .collapsible.collapsed {
    position: relative;
    float: left;
    margin: 6px 0 0 -1px;
    cursor: pointer;
    height: 13px;
    width: 13px;
    background-position: center center !important;
}

table.TF thead .fltrow td {
    padding: 0em !important;
}
/*
table.TF .fltrow{
    background-color: #3882B3;
}
*/
.flt,
.flt_s,
.single_flt {
    height: 25px !important;
}

table.TF td {
    font-family: montserrat !important;
}

#line-item-grid td {
    font-family: montserrat !important;
}

table.TF caption div {
    font-family: montserrat !important;
}


/*  --- GENERAL TEXT --- */


/* ------------------------------------------------------ */

.general-text {
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    font-size: 8pt;
    color: #444444;
    /* Primary Text Color */
}

a.general-text:link,
a.general-text:visited {
    text-decoration: underline;
    color: #003366;
    /* Primary Link Color */
}

a.general-text:hover,
a.general-text:visited:hover {
    color: #003366;
    /* Primary Link Color */
}

.tree:link,
.tree:visited {
    color: #003366;
    /* Primary Link Color */
    font-size: 8pt;
}

a.tree:hover,
a.tree:visited:hover {
    color: #003366;
    /* Primary Link Color */
    font-size: 8pt;
    text-decoration: underline;
}

div.qs_header {
    border-bottom: 1px solid #666666!important;
    margin: 0 0 10px 5px;
}

.qs_header span {
    font-size: 14px!important;
    color: #000000!important;
    font-weight: 700!important;
    font-family: Arial, Sans-Serif!important;
    margin-left: -12px;
}

/* --- VIEW / FORM --- */

/* ------------------------------------------------------ */
form {
    background: #FFFFFF;
}
.view-header,
.form-header {
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    
    font-size: 12px;
    background-color: #EEEEEE;
    color: #333333;
    font-weight: 700;
    padding-left: 3px;
}
tr.view-header td.list-label {
    border-bottom: 1px solid #FFFFFF;
}
.view-text,
.form-input,
.form-input select,
.form-input-modified,
.form-input-selected,
.form-input-mouseover,
.form-item input,
.form-item select,
.form-item textarea,
.form-item .menu-attr label,
.attribute-field,
.cfg-image-menu {
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    
    font-size: 8pt;
    color: #444444;
    /* Primary Text Color */
    
    font-weight: normal;
}
.view-text-number,
.form-input-number {
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    
    text-align: right;
    font-size: 8pt;
    color: #444444;
    /* Primary Text Color */
}
.view-text:link,
.view-text:visited {
    color: #003366;
    /* Primary Link Color */
}
a.view-text:hover,
a.view-text:visited:hover {
    color: #003366;
    /* Primary Link Color */
    
    text-decoration: underline;
}
.view-label,
.form-label,
.form-item label {
    font-family: montserrat !important;
    font-size: .8rem !important;
    color: #004a97 !important;
    font-weight: 500 !important;
    text-align: left;
}
.view-label-200px {
    font-size: 8pt;
    font-weight: 700;
    color: #444444;
    /* Primary Text Color */
    
    padding-left: 1px;
    width: 200px;
}
.view-number {
    font-family: Arial, Sans-Serif;
    /* Primary Font */
    
    font-size: 8pt;
    color: #444444;
    /* Primary Text Color */
    
    text-align: right;
}

/*  Pagination */

/* ------------------------------------------------------ */
.column .paging-tools {
    text-align: center;
    font-size: 12px;
}
.paging-tools {
    margin-top: 15px;
}
.paging-tools .first-page,
.paging-tools .prev-page,
.paging-tools .paging-status,
.paging-tools .next-page,
.paging-tools .last-page {
    visibility: visible;
}
.paging-status {
    margin: 0 10px 0 6px;
}
.paging-tools a.paging-tool-disabled {
    color: #BBBBBB!important;
}
.paging-tools span a {
    padding: 3px 6px;
    text-decoration: none;
    font-family: Arial, Sans-Serif!important;
    /* Primary Font */
    
    color: #333333;
    /* Primary Text Color */
    
   /* -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    border-radius: 5px;
   /* -webkit-background-clip: padding-box;*/
    /* Fixes border bleed in webkit */
    
    background-clip: padding-box !important;
  /*  -moz-background-clip: padding !important; */
    border: solid #999999 1px;
    /* Button Color */
    
    background: #EAEAEA;
    font-weight: 700;
    font-size: 12px;
}
.paging-tools span a:hover {
    background-color: #EAEAEA;
    border-color: #999999;
    color: #003366;
    /* Primary Link Color */
}
.paging-tools span a:active {
    background-color: #EAEAEA;
    background-position: 0 -310px;
}

/* Custom Roto */

/*-------------------------------------------------------*/

/* START HEADER  - latha 0118 - Commenting as moving this to Alt Navigation css
.navbar-brand > img {
    width: 210px;
    height: auto;
   
    
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 125px;
    display: block;
}
END HEADER */

/* START NAVIGATION MENUS */
.commerce-bordercolor,
.commerce-bordercolor .topcolor,
.admin-bordercolor,
.admin-bordercolor .topcolor,
.header-bordercolor,
#main-nav,
#sub-nav {
    border-color: #ffffff !important;
    background: #ffffff !important;
    border-bottom-color: #ffffff !important;
}
.nav-links > a img {
    height: 40px !important;
}
.nav-links {
    /*height: 32px !important;*/
    /*Commenting this because Roto logo is not completly clickable in FF*/
    
    vertical-align: middle !important;
    margin-top: -6%;
}

/* Change required for transaction manager*/
.tabular-data-container {
    padding: 10px;
}
a.header-item {
    font-family: 'Montserrat' !important;
    color: #004a97 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    vertical-align: middle !important;
}

/* END NAVIGATION MENUS */

/* START HOME Page STYLING */
.homePageConfig {
    display: table !important;
    line-height: 0em !important;
    width: 90% !important;
    background: #D4D0CE  !important;
    padding-left: 30px;
    padding-right: 10px;
    height: 140px !important;
    border-radius: 1px;
    box-shadow: 10px 10px 5px #888888;
    overflow: hidden;
}
.homePageConfig h3 {
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #004a97 !important;
	text-transform: uppercase;
}
div.homePageConfig td:first-child {
    padding-right: 60px;
    padding-top: 10px;
}
div.homePageConfig div {
    /* text-align: center; */
    
    height: 55px;
}
div#configurationLink_sys,
div#ordersLink_sys,
div#transactionLink_sys,
div#inventoryLink_sys,
div#uploadAFile_sys {
    overflow: inherit;
}

/*
.homePageConfig a {
    color: #004a97;
}
*/
a.btn,
.arrow-right:after {
    color: #d87900;
    margin-left: 1.5em;
    font-size: 15px;
}
.subtitle {
    color: #004a97 !important;
    display: block;
    font-size: 16px !important;
    line-height: 1em !important;
    font-weight: 400 !important;
    /* text-align: center; */
}
.blueFontRoto {
    color: #004a97;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
div.marketingMessage {
    display: block !important;
    line-height: 5em !important;
    width: 90.6% !important;
    background: #004a97 !important;
    padding-left: 10px;
    padding-right: 10px;
    height: 100px !important;
    border-radius: 1px;
    position: relative !important;
    margin-left: 3.5% !important;
    /*margin-right: auto !important;
	vertical-align: middle !important; */
    
    text-align: center !important;
}
div.marketingMsgTitle {
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}
div.marketingMsgSubTitle {
    color: #C5C0BC !important;
    display: block;
    font-size: 15px;
    line-height: 1em !important;
}
div#selectCustomer_usr {
    overflow: hidden !important;
}

/* END HOME Page STYLING */

/*START --------Commerce Bill To / Ship To address selection pop-up HTML*/
#addressTableHTML {
    background-color: #fff;
    color: #393939;
    left: 0;
    left: 14%;
    padding-top: 1%;
    padding-bottom: 1%;
    overflow: auto;
    padding-left: 1% !important;
    position: fixed;
    top: 12%;
    /* bottom: 10px; */
    
    width: 70%;
    height: 75% !important;
    z-index: 2;
    font-size: 12px;
    right: 0%;
    padding-right: 1%;
    pointer-events: auto !important;
    outline: 9999px solid rgba(0, 0, 0, 0.63);
    scroll-behavior: smooth !important;
}
div#addressTableHTML label.btn-primary {
    color: white !important;
}
div#addressTableHTML > table {
    padding-bottom: 2%;
}
label#setAddressBtn, #setAccountBtn, #setContactBtn {
    background-color: #74C365;
}
label#cancelAddressBtn, #cancelAccountBtn, #cancelContactBtn {
    background-color: #ED2939;
}

/*END --------Commerce Bill To / Ship To address selection pop-up HTML*/

/*START press popup 10/5*/
#pressPopup,
#pressPopupSolid,
#selectCustomeriFrame,
#selectContactiFrame {
    background-color: #fff;
    color: #393939;
    left: 0;
    left: 25%;
    padding-top: 2%;
    padding-bottom: 2%;
    overflow: auto;
    padding-left: 1% !important;
    position: fixed;
    top: 10%;
    /* bottom: 10px; */
    width: 50%;
    height: 52%;
    z-index: 2;
    font-size: 10px;
    right: 0;
    padding-right: 1%;
    pointer-events: auto !important;
    outline: 9999px solid rgba(0, 0, 0, 0.63);
}
 #selectCustomeriFrame, #selectContactiFrame {
	height: 75% !important;
 }
 
 /* Commerce selectContactiFrame popup selectContactCommerceiFrame*/
 #selectContactCommerceiFrame {
    background-color: #fff;
    color: #393939;
    left: 0;
    left: 25%;
    padding-top: 2%;
    padding-bottom: 2%;
    overflow: auto;
    padding-left: 1% !important;
    position: fixed;
    top: 10%;
    /* bottom: 10px; */
    width: 50%;
    height: auto !important;
    z-index: 2;
    font-size: 10px;
    right: 0;
    padding-right: 1%;
    pointer-events: auto !important;
    outline: 9999px solid rgba(0, 0, 0, 0.63);
}
 #selectContactCommerceiFrame {
	height: 75% !important;
 }
 /* End Commerce selectContactiFrame*/
div[id$=pressHTML_l] #pressTable {
    /* margin-left: -25% !important;*/
    
    text-align: center;
    /* margin-right: -25% !important;*/
    
    width: 100% !important;
}

#pressPopup p {
    font-family: montserrat !important;
    Color: #004a97 !important;
    font-weight: 500 !important;
    font-size: .8rem !important;
}
label#setPressBtn {
    background-color: #74C365;
}
label#cancelPressBtn {
    background-color: #ED2939;
}


/*END press popup*/

/*START------------------Custom button for Bill to Ship to Address selection pop-up*/
.customButton {
    background-image: url("/img/new_buttons/button_middle_BlueNewGradient_20px.gif");
    background-position: 0 center;
    /* background-repeat: repeat-x;*/
    
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #54565b;
    display: inline-block;
    font-family: Tahoma;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    height: 14px;
    padding: 2px 10px;
    cursor: pointer;
}

/*END--------------------Custom button for Bill to Ship to Address selection pop-up*/

/*********************START*********Rotometric model**************************************/

/* Roto specific buttons*/
.btn-primary {
    background-color: #d87900;
    border-color: transparent;
    color: #fff !important;
    border-radius: 200px;
    padding: .6em 1.625em;
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif !important;
    font-size: 13px!important;
    font-style: normal!important;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-whereIsMyDie {
    border-radius: 100px;
    padding: 0.5em;
    /* width: 100%;*/
}

/*written for Back To Home Page button positioning*/

/*.btn-topRight-first { */

/*
#backToHomePage_sys{
	position: absolute;
    top: -8em;
    right: 0.5%;	
}
#backToWhereIsMyDieBtn_sys {
    position: absolute;
    top: -8em;
    right: 15.8% !important;    
}
#backtoSearchCriteria {
    position: absolute;
    top: -6.5em;
    right: 16%;
}*/
div#helloBar #headerButton_sys {
    margin-top: -30px;
    float: right;
}

/*div#attribute-backToHomePage_sys {
    margin: -10em 0 0 18%;
    position: absolute;
	width : 20em;
}


#attribute-backToHomePage_sys .attribute-inner.clearfix {
    background: transparent;
}*/

/*Written for Back to Where is My Die positioning*/

/*.btn-topRight-second {*/
div#packingList_sys {
    position: absolute;
    left: 15%;
}

/*
div#attribute-backToWhereIsMyDieBtn_sys {
    position: absolute;
    margin: -10em 0 0 33%;
	width : 23em !important;
}

div#attribute-backToWhereIsMyDieBtn_sys .attribute-inner.clearfix {
    background: transparent;
}*/

/* Product Comparison RESUTS styling */
#productComparison {
    /*display : flex;*/
    
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif;
    font-size: 12px;
    cursor: pointer;
}
.left {
    width: 23.8%;
    float: left;
    height: 485px;
    /*Previous value= 500px*/
    
    background: #f0f0f0;
    margin: 2% 0% 1px 0;
}
.center1 {
    width: 23.8%;
    float: left;
    height: 485px;
    /*Previous value= 500px*/
    
    background: #f0f0f0;
    margin: 2% 0% 1px 1%;
}
.center2 {
    width: 23.8%;
    float: left;
    height: 485px;
    /*Previous value= 500px*/
    
    background: #f0f0f0;
    margin: 2% 0% 1px 1%;
}
.right {
    width: 23.8%;
    float: left;
    height: 485px;
    /*Previous value= 500px*/
    
    background: #f0f0f0;
    margin: 2% 0% 1% 1%;
}

/*START--- UI modifications for Product Comparision Divs--Latha 23-Aug-2017 --*/
.productName {
    /*Blue Title*/
    
    font-size: .85rem;
    background: linear-gradient(135deg, #3872ae 0%, #004a97 100%);
    color: white !important;
    font-weight: 500;
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif;
    padding: .5rem;
    text-align: left;
    width: auto;
}
.productDetail {
    /*product detail headings*/
    
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif;
    line-height: 1.3em;
    font-size: .85rem;
    font-weight: bold;
    padding-left: 10px;
	height: 115px;
}
.productDetailAcc {
    /*product detail headings*/
    
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif;
    line-height: 1.3em;
    font-size: .85rem;
    font-weight: bold;
    height: 50px;
	
}
#qtyDetail , #extpriceDetail , #priceDetail{
	text-align: left;
}
#qtyDetail1 , #extpriceDetail1 , #priceDetail1{
	text-align: right;
}
table.AccTable {
    margin-left: auto;
    margin-right: auto;
}
.productDetailUL {
    font-family: 'Droid Serif', Times New Roman, Times, serif;
    /*display: list-item;*/
    
    line-height: 1em !important;
    font-weight: bold;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: small !important;
}
.unreset #productComparison p {
    margin: 0em !important;
}

/*END--- UI modifications for Product Comparision Divs----*/
/*START changes for productComparision_pctm*/
#productComparison_pctm {
	overflow:initial !important;
}
#attribute-productComparison_pctm .attribute-field-container {
    width: 100%;
}
div[id$='productComparison_pctm'] .plain-button {
    float: right;
}
/*START changes for productComparision_pctm*/

/* START Status flow*/
#statusFlowClass {
    margin-top: 50px;
}
.statusFlowClass {
    height: 150px;
}
.statusFlowClass li {
    width: 6em;
    height: 6em;
    text-align: center;
    line-height: 2em;
    border-radius: 6em;
    background: #15428b;
    margin: 0 4em;
    display: inline-block;
    /* color: white; this is the font color*/
    
    position: relative;
}
.statusFlowClass li::before {
    content: '';
    position: absolute;
    top: 2.5em;
    left: -8em;
    width: 8em;
    height: 1em;
    background: #15428b;
    /*z-index: -1;*/
}
.statusFlowClass li span {
    position: relative;
    top: -5em;
    padding: 0px 9px 0px 10px;
    text-align: center;
}
.statusFlowClass li:first-child::before,
.onHoldClass::before {
    display: none !important;
}
.statusFlowClass li:nth-last-child(2) {
    background: white;
    border: solid 1px #15428b;
}
.statusFlowClass li:nth-last-child(2)::before {
    background: white;
    border: solid 1px #15428b;
}
.onHoldClass {
    width: 6em !important;
    height: 6em !important;
    line-height: 6.5em !important;
    background: red !important;
    position: relative !important;
}

/* START Adjusting Press Table width in Line Layout*/
#pressTable {
    /* margin-left: -41%;*/
    
    width: 100% !important;
    padding-bottom: 22px;
}
div[id$="pressHTML_l"] #pressTable .inf .ldiv {
    float: left;
    width: 20% !important;
    position: inherit;
    text-align: left;
}
div[id$=pressHTML_l] label {
    color: white !important;
}

/* END Adjusting Press Table width in Line Layout*/

/*
div[id$="selectedProductHTML_l"] {  Ani 10/5:This is to remove the field width for specific attr
    padding-left: 0% !important;
}*/

/* color: white; this is the font color*/

/*
    top: -3em !important;
	padding: 0px 9px 0px 10px !important;
    text-align: center !important; margin: 0 4em !important;
	  display: inline-block !important;
	  border-radius: 6em !important;*/

/*
.active {
  background: dodgerblue;
}

.active ~ li {
  background: lightblue;
}

.active ~ li::before {
  background: lightblue;
}
 END */

/*********************END*********Rotometric model**************************************/

/*START**********************Hiding text area attributes in Inventory_pl / testShoppingCart model*********/
div#attribute-allOpenQuotesStringTEST_RM {
    display: none;
}
div#attribute-selectedRowDelimitedStringTEST {
    display: none;
}
.colVisSpan {
    display: none;
}

/*END**********************Hiding text area attributes in Inventory_pl / testShoppingCart model*********/

/* start order_m model related CSS*/
#orderDetails_2,
#orderDetails_3,
#orderDetails_4 {
    padding: 5% 6% 0 0;
    display: inline-flex;
    width: 20%;
}
.orderDtls td {
    width: 20%;
}
td.orderAndQuoteLineId {
    cursor: pointer;
    color: blue;
}

/* end order_m css */

/* styling the subdoc layout*/
.panel .panel-tc,
.panel .panel-tl,
.panel .panel-tr {
    /*background: linear-gradient(135deg, #3872ae 0%, #004a97 100%) !important;*/
    border: 0px solid #ffffff!important;
    background: #005F9E !important;
}
.panel .panel-tc {
    padding: .2rem !important;
}

/* end styling the sub doc */

/* style all the label names to montserrat */
label.attribute-label,
.form-label {
    font-family: montserrat !important;
    Color: #004a97 !important;
    font-weight: 500 !important;
    font-size: .8rem !important;
}

/* lable font style ends */

/*START shopping cart pop-up
.x-shadow {
    display: none !important;
}

.x-window-tl{
	border-radius: 50px !important;
	border: 3px solid #336699;
	border-bottom : 3px solid #336699 !important;
	border-left : 3px solid #336699 !important;
	background-color: #ffffff !important;
}
.x-window-tr{
	border-radius: 50px;	
	background-color: #ffffff !important;
}
.x-window-tc{
	border-radius: 50px !important;
	background-color: #ffffff !important;
}
.x-window-header {
    color: #336699 !important;
	border-radius: 50px !important;
	border: 3px solid #336699;	
}
.x-window-bwrap{
	border-radius: 20px !important;
	border: 4px solid #336699 !important;
}
.cart-total.x-component {
	color: #336699 !important;	
}
.x-grid3-row-selected{
	background-color: #ffffff !important;
}
.x-grid3 .x-grid3-row-table {
    table-layout: fixed;
    background-color: white !important;
}
.x-grid3-hd-inner{
	color: #336699 !important;
}
.x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
	color: #336699 !important;
}
.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc {
    background-image: none !important;
}
.x-grid3-header {
	background-color: none !important;
	background-image: none !important;
}

.x-panel-btns{
	border: 3px solid #336699;
	border-radius: 50px !important;
}
END shopping cart pop-up*/

/* Style the quick registration Page */
table.qckRegTable .view-header {
    background: linear-gradient(135deg, #3872ae 0%, #004a97 100%);
    padding: 1px;
    border-bottom: solid 2px #D4D0CE;
    margin-left: -20px;
    margin-right: -20px;
    font-family: montserrat !important;
    font-size: 1rem !important;
    color: #fff !important;
    font-weight: bold;
    padding-top: 17px;
    padding-bottom: 17px;
}
table.qckRegHeader td {
    background: linear-gradient(135deg, #3872ae 0%, #004a97 100%);
    color: #fff !important;
    font-size: 2rem !important;
    font-family: montserrat !important;
    padding-top: 17px;
    padding-bottom: 17px;
}

/* Ends quick registration page styling */
.errorMessages {
    background: #f49a99 none repeat scroll 0 0 !important;
    border: 2px solid red !important;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 15px 7px 15px;
    color: red;
}
.errorMessages p {
    color: red;
    margin: 0 !important;
}
 .errorMessages p { /*Latha 0115 - div[id$="isReorderHTMLMessage_l"] removed from this line to make this style applicable for all error messages*/
    font-size: 12px !important;
	white-space: normal;
}

/*START order history graphical reperesentation Anirudh 10/18*/
div#statusWorkflow_sys img {
    height: 20% !important;
    width: 100%;
}
div#progressConnect {
    height: 20px;
    width: 25px;
    background-color: #1A4F79;
    vertical-align: middle !important;
   /* margin-top: 12% !important;*/
    margin-left: -2px;
    margin-right: -6px;
    margin-bottom: -12%;
}

/*END order history graphical reperesentation Anirudh 10/18*/
.fallback {
    background-image: url("image/images/SorryNIA.png");
}
tr#inventoryRow td:first-child {
    cursor: pointer;
}
p#inventoryDetailLabel {
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif;
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #004a97 !important;
    margin: 0 !important;
}
div.helloBar {
    /*background: linear-gradient(135deg, #3872ae 0%, #004a97 100%);*/
    padding: 10px;
    border-bottom: solid 2px #D4D0CE;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 20px;
    background-color: #003267 !important;
    margin-top: 0px;
}
div#helloBarCommerce {
    padding: 0 0 0px 10px !important;
    border-bottom: solid 0px #D4D0CE !important;
    /*border-top:solid 1px #D4D0CE !important;*/
    
    margin-left: 0px !important;
    line-height: 40px !important;
    margin-top: -65px !important;
}
p.helloUser {
    font-family: montserrat !important;
    font-size: 1.2rem !important;
    color: #fff!important;
    font-weight: bold;
    /*margin-left: 15px;*/
    
    display: inline;
    text-transform:uppercase !important;
}
div#helloBarCommerce #helloUser {
    margin-bottom: 1% !important;
    margin-top: 0%;
    padding-top: 10px !important;
    /*margin-left: 15px;*/
}
div#helloBar p#helloUser span {
    margin-left: 8px;
}
div#helloBarCommerce p#helloUser span {
    margin-left: 15px;
}

table.dashed-table.qckRegTable input.form-input {
    width: 180px !important;
}

table.dashed-table .form-input {
    width: 180px;
}

/*Style for Shape Image(Inventory)
object {
  position: relative;
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border: 1px solid black;

  &amp;amp;::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: red url('http://placehold.it/200x200');
  }
}
*/
.imagePopup,
.errorImagePopup {
    position: absolute;
    padding: 8px;
    right: 100px;
    background-color: #C3DDE3;
    border: 1px solid #4B626C;
    border-radius: 4px;
    float: left;
    max-width: 100px;
    max-height: 100px;
    overflow: auto;
    /*opacity: 0;*/
    
    z-index: 1;
    display: block;
  /*  -webkit-box-shadow: 3px 3px 6px #999999;*/
    box-shadow: 3px 3px 6px #999999;
    transition: opacity 0.2s ease 0s;
 /*   -moz-transition: opacity 0.2s ease 0s; */
    /* transition: opacity 0.2s ease 0s;*/
}

/*div#sticky-actions {
    margin-bottom: -67px !important;
    margin-top: 20px;
}*/
div#statusWorkflow_sys p {
    font-family: montserrat !important;
    Color: #004a97 !important;
    font-weight: 500 !important;
    font-size: .8rem !important;
}
div[id$=changePress_l] span {
    font-family: montserrat !important;
    Color: #004a97 !important;
    font-weight: 500 !important;
    font-size: .8rem !important;
    padding-right: 30px;
}
div[id$="changePress_l"] {
    font-family: montserrat !important;
    Color: #004a97 !important;
    font-weight: bold !important;
    font-size: .8rem !important;
    padding-right: 30px;
}
div[id^=field][id$=changePress_l] {
    padding-left: 0% !important;
}
div[id^=attr][id$=changePress_l] .form-label {
    width: 0% !important;
}
#actionErrorMessagesBox {
    /* display: none; */
    
    background-color: transparent !important;
    margin-left: 10px;
    margin-right: 10px;
    border: none !important;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 90%;
}
ul.error-text {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #f49a99 none repeat scroll 0 0 !important;
    border: 2px solid red !important;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 15px 7px 15px;
    color: red;
}
div#actionErrorMessagesBox ul li {
    /*font-size: 16px;*/
    font-weight: bold;
    font-family: montserrat !important;
}
li.error-text {
    background: url(image/images/exclamation.png) no-repeat 0 0;
    background-size: 16px;
}
#globalErrorMessages ul.plain-list li {
    background: url(image/images/exclamation.png) no-repeat 0 0 !important;
    padding-left: 18px !important;
    background-size: 16px !important;
}

/*div#validationMessage_sys p i { 
    font-size: 16px !important;
    font-family: montserrat !important;
}*/
.errorMessages p {
    font-family: montserrat !important;
}
div#quoteNumber {
    font-family: montserrat !important;
    font-size: .8rem !important;
    color: #004a97 !important;
    font-weight: 500 !important;
    text-align: left;
}

/*Latha 01/16/18 Widen the error msg box*/
#actionErrorMessagesBox {
	width: 97% !important;
}

/*Ani 12/7: START - Setting Line item grid icons*/
.action-icon-bar .line-item-edit {
    /*background-image: url(https://rotometricsdev1.bigmachines.com/bmfsweb/rotometricsdev1/image/Icons/edit.png) !important;*/
    
    background-image: url(../Icons/edit.png) !important;
    height: 25px !important;
    width: 25px !important;
}
.action-icon-bar .line-item-delete {
    /*background-image: url(https://rotometricsdev1.bigmachines.com/bmfsweb/rotometricsdev1/image/Icons/delete.png) !important;*/
    
    background-image: url(../Icons/delete.png) !important;
    height: 25px !important;
    width: 25px !important;
}
table#line-item-grid td:nth-child(2) {
    width: 80px !important;
}
table#line-item-grid .line-item-grid-body .actions .field-wrapper {
    width: 80px !important;
}

/*Ani 12/7: END - Setting Line item grid icons*/
table.plain-button tbody {
    cursor: pointer !important;
}
input[id$=attachFile_l] {
    cursor: pointer;
    height: 40px;
}
.loginRedirect {
	display: none;
    height: 100% !important;
    width: 100% !important;
    z-index: 999;
    background: #004a97;
    /* outline: 9999px solid #3300ff; */
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0 !important;
    right: 0 !important;
}

.successMessage {
    background: #55ed8d none repeat scroll 0 0 !important;
    border: 2px solid #5e7f6a !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 15px 7px 15px;
    color: #5e7f6a;
}
.successMessage p {
    color: #003300;
    margin: 0 !important;
    font-family: montserrat;
    font-size: .9rem !important;
    font-weight: bold;
    font-style: normal !important;
}
div[id^=field][id$=selectedProductHTML_l] {
    padding-left: 0% !important;
}
div[id^=field][id$=selectedProductHTML_l] b {
    margin-left: -30%;
}
#uploadFileHTML_sys iframe {
    width: 100%;
}
#uploadFileIFrame {
    border: none;
}
div[id$="dummyHTMLDNONOTREMOVE_t"] {
    display: none;
}
div[id$=statusWorkflow_sys] {
    text-align: center;
}
iframe{
    overflow:hidden;
}

/*PC - Hide translation text JSON */
div#attribute-translationsTextJSON_sys.attribute.read-only {
	
	display: none!important;
}

/*** START: Hide all attributes in select Contacts configurator ***/


div#attribute-orgID.attribute{
	
	display: none!important;
}

div#attribute-contactNumber_sys.attribute{
	
	display: none!important;
}

div#attribute-primaryContactNumber_sys.attribute{
	
	display: none!important;
}

div#attribute-updatedPrimaryContactNumber_sys.attribute.read-only{
	
	display: none!important;
}


div#attribute-selectedContactJSON_sys.attribute{
	
	display: none!important;
}

div#attribute-selectedPrimaryContactJSON_sys.attribute{
	
	display: none!important;
}

div#attribute-updateContactResultsJSON_sys.attribute{
	
	display: none!important;
}

div#attribute-source_sys.attribute{
	
	display: none!important;
}
/*** END: Hide all attributes in select Contacts configurator ***/


#accountSelectionHTML, #contactSelectionHTML {
	overflow: hidden;
	padding-bottom: 5%;
}

div#attribute-contactSelectFirstRun_sys.attribute
{
	display: none!important
}

#accountSelectionTable, #quoteContactSelectionTable, #addressTable {
	padding-bottom: 3%;
}

div#attribute-updatePrimaryContactUtilResponse.attribute
{
	display: none!important
}

div#attribute-selectedCustomerJSON_sys.attribute
{
	display: none!important
}

/* hide the return to quote button, and show it with JS after appending it to hello bar *//*
.plain-button.invocation-button.button-invoke-return {
    display: none;
}*/

/*hide these too, and show with JS so they're not jumping around */
#selectCustomer, #selectContact {
    display: none;
    margin-right: 10px;
}
/*this attribute stores a JSON of the saved off email contacts in commerce*/
div#attr_wrapper_1_customerContactJSON_t {
    display: none;
}

#changePress {
    color: white !important;
}

div#materialCategoryHTML_usr label, div .group-option {
	color: #02528a !important;
}
div#accessoryCategoryHTML_usr label, div .group-option {
	color: #02528a !important;
}
div#availableItemsHTML_usr label, div .group-option {
	color: #02528a !important;
}
.action-icon-bar .line-item-reconfigure {
    background-image: url(../Icons/edit.png) !important;
    height: 25px !important;
    width: 25px !important;
}

.attribute-label-container .attribute-help {
    left: 0px;
    top: 20px;     
}

label.attribute-label,.form-label span{
    font-weight: bold !important;
    font-size: 0.9rem !important;
}

.productName {
    font-weight: bold;
}

#selectProduct {
    float: right;
    font-weight: bold;
    font-size: 0.75rem;
    padding-right: 10px;
}

#priceDetail {
    height: 50px !important;
}


#prodTreatment {
    height: 100px !important;
}

.productApplication {
    height: 30px !important;
}

#press_usr b {
    color: #004a97 !important;
    font-family: montserrat !important;
    font-weight: bold !important;
    font-size: 0.9rem !important
}

div[id^=readonly], span[id^=readonly] {
    font-family: montserrat ;
    font-size: .8rem ;
    color: #004a97 ;
    font-weight: 500 ;
}

#productComparison_usr input[type="checkbox"] {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin-right: 10px;
    float: right;
}

/*Setting Selected Customer Name attribute specifically in the Inventory page*/
#config-inventory_m #customerSelectionInventoryHTML_usr p {
    font-family: montserrat !important;
    Color: #004a97 !important;
    font-weight: bold !important;
    font-size: 0.9rem !important;
    line-height: 16px;
    margin: 0.1em;
}


.groupBorder .group-inner .column-0 {
    box-sizing: border-box;
   /*border: 5px solid black;*/
    width: auto !important;
}

.groupBorder .group-inner .column-0 .column-0{
    box-sizing: none;
    border: none;
}

.groupBorder .group-inner {
    padding-top: 10px;
}

/*#attribute-typeOfDie_usr, #attribute-specialShape_usr .attribute-inner {
    border-top: 5px solid black !important;
    padding-top: 15px;
}

#attribute-typeOfDie_usr .attribute-inner, #attribute-materialCategoryHTML_usr .attribute-inner {
    border-bottom: 5px solid black !important;
}*/

#attribute-materialCategoryHTML_usr .attribute-inner {
    padding-bottom: 35px;
}

#attribute-materialCategoryHTML_usr .attribute-help {
    top:250px;
}

#attribute-materialCategoryHTML_usr .attribute-help::before {
    content: 'Material Guide';
    white-space: nowrap;
    font-family: montserrat;
    font-weight: bold;
    font-size: 15px;
    color:black;     
}
#attribute-accessoryCategoryHTML_usr .attribute-inner {
    padding-bottom: 35px;
}
#attribute-availableItemsHTML_usr .attribute-inner {
    padding-bottom: 35px;
}
.groupBorder .group-header {
    white-space: nowrap;
}




/*Added by gautam on 10/July/2020*/

#attribute-selectBuyingType_usr, #attribute-typeOfDie_usr, #attribute-materialCategoryHTML_usr, #attribute-shape_usr, #attribute-specialShape_usr, #attribute-accessoryCategoryHTML_usr , #attribute-availableItemsHTML_usr
{
	position:relative !important;
}


/*https://css-tricks.com/almanac/selectors/e/empty*/
#attribute-selectBuyingType_usr:empty, #attribute-typeOfDie_usr:empty, #attribute-materialCategoryHTML_usr:empty,#attribute-shape_usr:empty, #attribute-specialShape_usr:empty, #attribute-accessoryCategoryHTML_usr:empty , #attribute-availableItemsHTML_usr:empty
{
   display: none;
}


#attribute-selectBuyingType_usr::after, #attribute-typeOfDie_usr::after, #attribute-materialCategoryHTML_usr::after, #attribute-shape_usr::after, 
#attribute-specialShape_usr::after, #attribute-accessoryCategoryHTML_usr:after , #attribute-availableItemsHTML_usr:after
{
		
  content:'';
  position:absolute;
  background-color:#75aae7;
  width: 100%;
  height: 3px;
  bottom: 0;
  left:0;
	
}

#attribute-specialShape_usr,#attribute-shape_usr
{
	margin:0px 0px 10px 0px;
	
}

#materialCategoryHTML_usr table
{
	
	position:relative !important;	
	border:0px solid black !important;
	border-top: 2px solid #9ec3ee !important;
}

#materialCategoryHTML_usr table tbody tr
{
	border-bottom:2px solid #9ec3ee !important;
}

#accessoryCategoryHTML_usr table
{
	
	position:relative !important;	
	border:0px solid black !important;
	border-top: 2px solid #9ec3ee !important;
}

#accessoryCategoryHTML_usr table tbody tr
{
	border-bottom:2px solid #9ec3ee !important;
}
#availableItemsHTML_usr table
{
	
	position:relative !important;	
	border:0px solid black !important;
	border-top: 2px solid #9ec3ee !important;
}

#availableItemsHTML_usr table tbody tr
{
	border-bottom:2px solid #9ec3ee !important;
}

label#accessoryCategory_sys_label{
 display:none;
}
input#accessoryCategory_sys{
 display:none;
}
label#availableItems_sys_label{
 display:none;
}
input#availableItems_sys{
 display:none;
}
label#selectedAccessoryCategory_usr_label{
 display:none;
}
input#selectedAccessoryCategory_usr{
 display:none;
}
label#selectedAccessoryItem_label{
 display:none;
}
input#selectedAccessoryItem{
 display:none;
}
div#attribute-selectedAccessoryItemLabel{
	 display:none;
}
#productComparisonAcc {
	text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif;
    font-size: 12px;
    
}
.leftAcc {
    
    float: left;
    height: 250px;
     background: #f0f0f0;
    margin: 2% 0% 1px 0;
}
.unreset #productComparisonAcc p {
    margin: 0em !important;
}
.productNameAcc {
    font-weight: bold;
	font-size: .85rem;
    background: linear-gradient(135deg, #3872ae 0%, #004a97 100%);
    color: white !important;
    font-weight: 500;
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans serif;
    padding: .5rem;
    text-align: center;
    width: auto;
}