body {
  padding: 0px;
  margin: 0px;
  min-width: 1170px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  background: #f0f2f3;
  /* min-height: 600px; */
  float: left;
  width: 100%;
}
button {
  cursor: pointer;
}
button:focus,
input:focus,
*:focus
{
  outline: 0;
}
hr {
  border: 0px;
  border-bottom: 1px solid #9a9a9a;
}
.hascustomscroll {
  overflow-x: hidden;
}

.z2header {
  background: #001534;
  float: left;
  width: calc(100% - 40px);
  padding: 0px 20px 0px 20px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  letter-spacing: 0.1px;
}
.z2header input:focus,
.z2header button:focus {
  outline: 0;
}
.z2header a,
#dropbg a
{
  text-decoration: none;
  color: #1e1e1f;
}
.z2header a:hover,
#dropbg a:hover {
  color: #000000;
}
.z2header ul li,
#dropbg ul li
{
  list-style: none;
}
a {
  color: #001533;
}
/* --- Mostafa Styles--- */
.z2dropdowns {
  position: relative;
  z-index: 20;
}
.z2dropbg .z2dropdowns {
  background-color: #FFF
}

.z2dropdowns .z2dropdowns-labeltext {
  text-decoration: none;
  display: block;
  padding: 19px 10px 19px 15px;
}

.z2dropdowns-labeltext:hover {
  background: #232d44 !important;
}

.z2dropdowns .triangle {
  float: right;
  margin-top: 7px;
}

.z2dropbg {
  background: rgba(0, 18, 59, 0.6);
  position: fixed;
  top: 0px;
  left: 0;
  right: 0px;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: none;
  max-height: 100vh;
  overflow: hidden;
}

.z2dropbg.active-bg {
  z-index: 10000;
}

.dropdown-rightalign {
  position: absolute;
  right: 0;
}

.dropdown-leftalign {
  position: absolute;
  left: 0;
}

.z2dropdowns .drop-recent,
.z2dropdowns .drop-user {
  top: 100% !important;
}

.z2dropdowns-labeltext {
  color: #FFF !important;
  text-decoration: none;
  display: block;
  padding: 19px 10px 19px 15px;
}

.active-dropdown-btn .z2dropdowns-labeltext {
  color: #1e1e1f !important;
}

.active-dropdown-btn .z2dropdowns-labeltext .usericon {
  color: #FFF !important;
}

.active-dropdown-btn .z2dropdowns-labeltext:hover {
  background-color: #FFF !important;
}

.z2dropdowns.active-dropdown-btn {
  background-color: #FFF !important;
  color: #1e1e1f !important;
  z-index: 200000 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.padding-user {
  padding: 8px !important;
}

.padding-user:hover .usericon {
  background: #2a3b91;
}

.products-box {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  color: #48484a;
  font-size: 1rem;
  left: 0px;
  top: 100%;
  width: 630px;
}

.z2dropdowns .products-msg {
  text-decoration: none;
  display: block;
  padding: 16.5px 15px;
}

.products-box .sub-menu .menu-item .menu-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 10px 30px 20px;
  cursor: pointer;
}

.products-box .sub-menu .menu-item .menu-box .menu-icon {
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 4px;
  margin-left: 20px;
  margin-right: 20px;
}

.products-box .sub-menu .menu-item .menu-box .menu-text {
  float: left;
  width: 80%;
  padding-left: 10px;
  padding-right: 60px;
}

.products-box .sub-menu .menu-item .menu-box .menu-text h5 {
  font-size: 1.1rem;
  color: #3d3d40;
  margin: 0px 0px 5px 0px;
  font-weight: 400;
}

.products-box .sub-menu .menu-item .menu-box .menu-action {
  width: 130px;
  align-self: flex-end;
  padding-right: 30px;
}

.products-box .sub-menu .menu-item .menu-box .menu-action a {
  align-self: flex-end;
  border-radius: 4px;
  padding: 5px 10px;
  width: 110px;
  font-weight: 300;
  font-size: 0.8rem;
  display: flex;
}

.products-box .triangle-right {
  margin: 0px 5px 0px 5px;
  float: left;
  transform: scale(0.7);
}

.products-box .sub-menu .menuprod-pr .menu-box:hover {
  background: #fff3f3;
}

.products-box .sub-menu .menuprod-si .menu-box:hover {
  background: #f3f3ff;
}

.products-box .sub-menu .menuprod-sc .menu-box:hover {
  background: #ebf3fd;
}

.products-box .sub-menu .menuprod-at .menu-box:hover {
  background: #fff5ed;
}

.products-box .z2prodselect-currentproduct {
  font-size: 80%;
  font-weight: 300;
  text-align: center;
}

.products-box .triangle-down {
  line-height: 1.5rem;
  margin-top: 2px;
}

.search-box {
  float: left;
  background: #f9f9fb;
  border-radius: 4px 0px 0px 4px;
  color: #575757;
  font-weight: 300;
  border: 0px;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0px;
  letter-spacing: 0.1px;
}

.search-box .z2drop-labeltext {
  padding: 10.2px 15px 10.2px 15px;
  float: left;
}

.drop-searchtype {
  top: 38px;
}
.z2-searchbox-curcat ul li .dropdown-item i {
margin-right: 5px;
}
/* --- End Mostafa Styles--- */
.headerleft {
  display: flex;
  align-items: center;
}
.headerright {
  float: right;
  text-align: right;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #d5daf3;
}
.headerright a {
  font-weight: 300;
  color: #d5daf3;
}
.header a {
  color: #ffffff;
  text-decoration: none;
}
.header a:visited {
  color: #ffffff;
  text-decoration: none;
}
.z2logo {
  float: left;
}
.z2prodselect {
  float: left;
  margin-left: 20px;
  margin-right: 40px;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 300;
  cursor: pointer;
}
.z2prodselect .z2drop-labeltext:hover {
  background: #232d44;
}
.z2prodselect .z2drop-labeltext {
  padding: 15px;
  float: left;
}
.z2prodselect-currentproduct {
  float: left;
}
.triangle-down {
  float: left;
  margin-left: 8px;
  margin-right: 6px;
  font-size: 0.3rem;
  display:inline-block;
  -webkit-transform:scale(2,1); /* Safari and Chrome */
  -moz-transform:scale(2,1); /* Firefox */
  -ms-transform:scale(2,1); /* IE 9 */
  -o-transform:scale(2,1); /* Opera */
  transform:scale(2,1); /* W3C */
}
.z2prodselect .triangle-down {
  line-height: 1.5rem;
  margin-top: 2px;
}
.header-level2 {
  background: #ffffff;
  border-bottom: 2px solid #d2d3d3;
  /* float: left; */
  width: 100%;
  clear: both;
  color: #001533;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-level2 a {
  color: #ffffff;
  text-decoration: none;
}
.header-level2 .breadcrumb {
  float: left;
  display: flex;
  align-items: center;
}
.header-level2 .actions {
  text-align: right;
  float: right;
  display: flex;
  align-items: center;
}
.pagecontent {
  clear: both;
/*    width: calc(100% - 20px);*/
/*    height: 500px;*/
/*    padding: 20px 0px 0px 20px;*/
/*    overflow: scroll;*/
/*    align-items: center;*/
/*    justify-content: center;*/
}
.pagecontenthastable {
  clear: both;
  width: calc(100% - 20px);
/*    height: 500px;*/
  padding: 20px 0px 0px 20px;
  overflow: scroll;
/*    align-items: center;*/
/*    justify-content: center;*/
}
.z2toolmenu {
  float: left;
  border-left: 1px solid #474748;
  margin-left: 20px;
}
.z2toolmenu li {
  list-style-type: none;
  display: inline;
  padding-right: 20px;
}

.z2head-features ul {
  padding: 0px;
  margin: 0px;
  margin-left: 5px;
  float: left;
}
.z2head-features ul li {
  list-style: none;
  margin: 0px;
  display: flex;
  float: left;
}
.z2head-features ul li a {
  padding: 15px 15px;
  color: #001533;
}
.z2head-features ul li a:hover {
  background: #eff4f8;
}

.titlebread-sub2-tinylink {
  text-decoration: none;
  color: #1362a5;
  font-size: 1rem;
  margin-left: 20px;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#z2-2cols {
  min-height: calc(100vh - 167px);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#z2-2cols-leftpanel {
  width: 260px;
  min-width: 260px;
  background: #f0f2f3;
  border-right: 1px solid #cacbcc;
}
#z2-2cols-rightpanel {
  width: 100%;
  flex: 1;
  background: #e6edf0;
}
#z2-2cols-sub-2cols {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#z2-2cols-sub-2cols-left {
  flex: 1;
}
#z2-2cols-sub-2cols-right {
  width: 325px;
}
.z2-leftpanel-ullinks {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
}
.z2-leftpanel-ullinks li .z2iconfont {
  float: left;
  margin-right: 20px;
  font-size: 19px;
}
.z2-leftpanel-ullinks li a {
  text-decoration: none;
  padding: 10px 20px 10px 30px;
  /* width: calc(100% - 50px);
  float: left; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  color: #373333;
}
.z2-leftpanel-ullinks li a img {
  float: right;
}
.z2-leftpanel-ullinks li a.active {
  background: #ffffff;
  border-top: 1px solid #cacbcc;
  border-bottom: 1px solid #cacbcc;
  color: #2e2e2e;
  font-weight: 500;
}
.z2-leftpanel-ullinks li:first-child a.active {
  border-top: 1px solid #ffffff;
}
.z2-leftpanel-ullinks li:last-child {
  margin-bottom: 20px;
}
.z2-leftpanel-ullinks li a.active:hover {
  background: #ffffff;
}
.z2-leftpanel-ullinks li a:hover {
  background: #e5e5e5;
}
.ulllinks-text {
  flex: 1;
}
#z2-2cols-sub-2cols-left {
  padding: 15px;
}
#z2-2cols-sub-2cols-right {
  padding: 15px 15px 15px 0px;
}
.lastchecked {
  font-size: 0.85rem;
  color: #5b5a5a;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.lastchecked .z2iconfont {
  display: inline-block;
  margin-right: 7px;
}
a.z2iconfont {
  color: #5b5a5a;
}
.z2iconfont {
  float: left;
}

.z2-boxstyle1 {
  background: #ffffff;
  width: calc(100%);
  border: 1px solid #b2afaf;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.42);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.42);
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.42);
}
.z2-boxstyle1-header {
  display: flex;
  align-items: center;
  padding: 20px 20px 0px 20px;
}
.z2-boxstyle1-header .z2partscore {
  font-size: 2rem;
}
.z2-boxstyle1-header-left {
  font-size: 1.4rem;
  font-weight: 300;
  flex: 1;
  text-align: left;
  display: flex;
  align-items: center;
}
.z2-boxstyle1-header-left .z2iconfont {
  margin-right: 15px;
  font-weight: 300;
  color: #4a4a4a;
}
.z2-boxstyle1-content {
  padding: 0px 20px 20px 20px;
  margin-top: 20px;
}
.z2-boxstyle1-content.hastable {
  margin-top: 20px;
  padding: 0px 0px 0px 0px;
}
.partscore-contain {
  display: flex;
  align-items: center;
}
.partscore-sm {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 10px;
}
.partscore-num {
  font-size: 1.3rem;
}
.z2-scorecard {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.scorecard-parts .z2-scorecard-each{
  width: calc(33.3333333334% - 40px);
  max-width: 280px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.scorecard-parts .z2-scorecard-each:nth-child(3n) {
  margin-right: 0px;
}

.z2-scorecard-each {
  border-radius: 4px;
  background: #efeeee;
  border: 1px solid #bbbbbb;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.z2-scorecard-each:hover {
  background: #f7f5f5;
  border: 1px solid #a2a1a1;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.42);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.42);
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.42);
}
.z2-scorecard-each-title {
  font-weight: 400;
}
.ui-accordion-header .z2iconfont {
  margin-right: 10px;
}
.circletag {
  border-radius: 16px;
  padding: 8px 15px;
  font-size: 0.9rem;
  font-weight: 400;
  background: #424242;
  float: left;
  color: #ffffff;
}
.z2-scorecard .circletag {
  margin-top: 5px;
  line-height: 18px;
  border: none;
}
.z2-scorecard-each .icon-More-Information {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.85rem;
}

.z2-risk-green { background: #2b7c27; }
.z2-risk-yellow { background: #a56c11; }
.z2-risk-red { background: #af1515; }
.z2-risk-blue { background: #2376c0; }

.z2-scorecard-each.risk-green:hover {
  background: #e9f9ec;
  border: 1px solid #96af96;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(101, 123, 96, 0.42);
  -moz-box-shadow: 0px 1px 0px 0px rgba(101, 123, 96, 0.42);
  box-shadow: 0px 1px 0px 0px rgba(101, 123, 96, 0.42);
}
.z2-scorecard-each.risk-yellow:hover {
  background: #f9f9e9;
  border: 1px solid #adaf96;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(117, 123, 96, 0.42);
  -moz-box-shadow: 0px 1px 0px 0px rgba(117, 123, 96, 0.42);
  box-shadow: 0px 1px 0px 0px rgba(117, 123, 96, 0.42);
}
.z2-scorecard-each.risk-red:hover {
  background: #f9eae9;
  border: 1px solid #af9996;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(123, 96, 96, 0.42);
  -moz-box-shadow: 0px 1px 0px 0px rgba(123, 96, 96, 0.42);
  box-shadow: 0px 1px 0px 0px rgba(123, 96, 96, 0.42);
}
.z2-boxstyle1-content-msg {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0px 35px 0px 38px;
  color: #373333;
}
.partdetail-img {
  height: 253px;
  display: flex;
  align-items: center;
  padding: 20px;
  width: calc(100% - 40px);
}
.partdetail-img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.partdetail-cleaninfo {
  text-align: center;
  float: left;
  width: 100%;
}
.partdetail-bleedinfo {
  text-align: center;
  float: left;
  width: 100%;
}
.partdetail-supinfo-logo {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100px;
  margin: 30px 0px 20px 0px;

}
.obs-curve-contain {
  background: #f4fcff url("../img/bg_curve.png");
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dddddd;
  position: relative;
  padding-top: 40px;
}
.obs-curve {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.obs-curve-labels {
  background: #cfdde2;
  border-top: 1px solid #a8b2b6;
  border-bottom: 1px solid #a8b2b6;
  float: left;
  width: 100%;
}
.obs-curve-label-each {
  float: left;
  text-align: center;
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  color: #3b3f3f;
}
.curve-label-1 { width: 21%; }
.curve-label-2 { width: 43%; }
.curve-label-3 { width: 22%; }
.curve-label-4 { width: 13%; }
.obs-curve-bars-contain {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  height: 70%;
  left: 10%;
}
.obs-curve-bars-intro {
  position: absolute;
  left: 0%;
  height: 100%;
}
.obs-curve-bars-today {
  position: absolute;
  left: 23%;
  height: 93%;
  bottom: 0;
}
.obs-curve-bars-last {
  position: absolute;
  left: 100%;
  height: 100%;
}
.obs-curve-vertline {
  border-left: 1px solid #000000;
  height: 100%;
  width: 2px;
  bottom: 0px;
  position: absolute;
}
.obs-curve-text {
  transform: translate(-50%,-50%);
  padding-bottom: 50px;
  font-weight: 600;
}

.obs-curve-bars-today .obs-curve-text {
  padding-bottom: 40px;
  font-size: 0.8rem;
  font-weight: 600;
}
.obs-curve-vertline:before {
  content: " ";
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background: #000000;
  display: block;
  margin-left: -4px;
}
.obs-curve-bars-last .obs-curve-vertline {
  border-left: 1px solid #fa3b43;
}
.obs-curve-bars-last .obs-curve-text {
  color: #db161f;
}
.obs-curve-bars-last .obs-curve-vertline:before {
  background: #fa3b43;
}
.obs-curve-bars-intro .obs-curve-vertline {
  border-left: 1px solid #51a9bb;
}
.obs-curve-bars-intro .obs-curve-text {
  color: #367d8b;
}
.obs-curve-bars-intro .obs-curve-vertline:before {
  background: #51a9bb;
}

.carousel-distlogos-contain {
  width: 100%;
  position: relative;
  height: 60px;
  overflow: hidden;
  padding: 0px 0px 20px 0px;
}
#z2-carousel {
  /*max-width: 100%;*/
  margin: 0 auto;
  overflow: hidden;
  /*width: 100%;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
#z2-carousel img {
  max-height: 35px;
}
#z2-carousel ul {
  list-style: none;
  display: flex;
  position: absolute;
  margin: 0px 45px;
  padding: 0px;
  width: calc(100% - 90px);
  overflow: hidden;

}
#z2-carousel li {
  display: inline-flex;
  margin-right: 60px;
  align-items: center;
}
.z2-carousel-btns {
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: none;
}

.z2-carousel-btns button {
  height: 50px;
  background: #f7f7f7;
  border-radius: 4px;
}
.z2-carousel-btns.next {
  right: 0px;
}
.partdetail-cleaninfo .z2-boxstyle1-content{
  float: left;
  width: calc(100% - 40px);
}
.z2-graybox {
  float: left;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  width: calc(50% - 47px);
  padding: 20px;
  text-decoration: none;
  border: 1px solid #ffffff;
}
.z2-graybox:first-child {
  margin-right: 10px;
}
.z2-graybox-bignum {
  font-size: 3rem;
}
.z2-graybox:hover {
  background: #f7f7f7;
  border: 1px solid #dad7d7;
}
.z2-graybox-rows {
  float: left;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  padding: 20px;
  text-decoration: none;
  border: 1px solid #ffffff;
  text-align: left;
}
.z2-graybox-text {
  margin-bottom: 3px;
}
.z2-graybox-rows:first-child {
  margin-bottom: 10px;
}
.z2-graybox-rows .z2partscore {
  font-size: 1rem;
}
.z2-graybox-rows:hover {
  background: #f7f7f7;
  border: 1px solid #dad7d7;
}
.z2mpn-partlink {
  color: #1362a5;
  text-decoration: none;
  display: block;
}
.partdetail-cleaninfo table {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  table-layout: fixed;
}
.partdetail-cleaninfo table td {
  padding: 5px 10px;
}
.partdetail-cleaninfo table td.tdfeature {
  width: 60%;
  color: #5f5f5f;
}
.partdetail-bleedinfo .z2-boxstyle1-content {
  padding: 0px;
  width: 100%;
}
.partdetail-bleedinfo .z2-boxstyle1-content table {
  text-align: left;
}
.partdetail-bleedinfo .z2-boxstyle1-content-table td.z2-boxstyle1-td-colheader {
  width: 50%;
}
.softlink {
  color: #757575;
  text-decoration: none;
}

.z2-boxstyle1-content-table {
  width: 100%;
  table-layout: fixed;
}
.z2-boxstyle1-content-table tr:first-child td {
  border-top: 1px solid #d8d8d8;
}
.z2-boxstyle1-content-table td {
  padding: 8px 10px 8px 20px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1rem;
}
.z2-boxstyle1-content-table td.z2-boxstyle1-td-colheader .icon-More-Information {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 0.75rem;
}
.z2-boxstyle1-content-table td.z2-boxstyle1-td-colheader {
  background: #f7f7f7;
  width: 250px;
  border-right: 1px solid #d8d8d8;
  color: #252525;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.td-colheader-text {
  max-width: calc(100% - 23px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.td-singline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}


.ui-resizable-s {
  background: #2f3136;
  height: 3px;
  bottom: -3px;
  margin: 0 auto;
}
.ui-resizable-s:after {
  content: "drag to enlarge";
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 0.6rem;
  margin-top: 5px;
  color: #686868;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.03rem;
}
#z2parametric-all {
  float: left;
  margin: 20px;
  display: none;
}
#z2parametric-contain {
  width: calc(100% - 2px);
  min-width: 1170px;
  background: #e7e7e7;
  border: 1px solid #2f3136;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.z2parametric-each {
  min-width: 190px;
  min-height: 205px;
  background: #ffffff;
  display: flex;
  border-bottom: 1px solid #bab8b8;
  width: 16.6666666666666666667%;
  flex-direction: column;
  margin-bottom: -1px;
}
.z2parametric-each:last-child {
  flex: 1;
}
.z2parametric-each:nth-child(6n) .z2parametric-each-content {
  border-right: 0px;
}
.z2parametric-each-header {
  background: #304453;
  color: #ffffff;
  padding: 10px;
  border-right: 1px solid #8386a0;
}

.z2parametric-each:nth-child(6n) .z2parametric-each-header {
  border-right: 0px;
}
.z2parametric-each-header span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 190px;
  display: block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.z2parametric-each-content {
  padding: 10px;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  border-right: 1px solid #bab8b8;
  flex: 1;
  font-size: 0.7rem;
}
.z2parametric-each-content .z2slidervalues {
  font-weight: normal;
}
.z2parametric-each-content .z2sliderrange {
  margin: 10px 10px 30px 10px;
}

.z2parametric-each-content .widget {
 max-width: 295px;
}

.z2parametric-each-content .widget label {
  width: calc(100% - 25px);
  text-align: left;
  font-size: 0.8rem;
  padding: 4px 8px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 190px;
  opacity: 0;
}
.z2parametric-each-content .widget label.ui-state-active {
  background: #f6f6f6;
}
.z2parametric-each-content .widget label:active {
  background: #dedede;
}


.z2parametric-each-content .widget .ui-widget .ui-icon {
  display: block;
  margin-right: 5px;
  float: left;
  margin-top: -1px;
}


.z2tag {
  /* border-radius: 8px;
  padding: 2px 8px;
  font-size: 0.6rem;
  float: left;
  margin-left: 5px; */
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 0.7rem;
  float: left;
  margin-left: 5px;
  color: #ffffff;
}

.z2tag:first-child {
  margin-left: 0px;
}

.z2tag-plain {
  background-color: #5b5b5b;
  /* border: 1px solid #5b5b5b;
  color: #5b5b5b;
  font-weight: 400; */
}

.z2tag-blue {
  background-color: #26649b;
  /* border: 1px solid #335190;
  color: #335190;
  font-weight: 400; */
}

.z2tag-green {
  background-color: #2b8841;
  /* border: 1px solid #399055;
  color: #2b8841;
  font-weight: 400; */
}

.z2tag-red {
  background-color: #e91717;
  /* border: 1px solid #e91717;
  color: #e91717;
  font-weight: 400; */
}

.z2tag-orange {
  background-color: #aa7a11;
  /* border: 1px solid #aa7a11;
  color: #aa7a11;
  font-weight: 400; */
}
.z2message {
  padding: 10px 15px;
  border-radius: 4px;
  margin: 10px 0px;
  width: calc(100% - 30px);
}
.z2message-normal {
  background: #e8e8e8;
  border: 1px dotted #a9a9a9;
  color: #636161;
  font-weight: 300;
}
.z2message .z2iconfont {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}
.z2message h5 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 1rem;
}
.z2message-text {
  margin-left: 22px;
}

.z2head-features li .triangle-down {
  float: right;
  margin-top: 6px;
}
#dropbg .z2message-text a,
.z2message-text a
{
/*    color: #1362a5;*/
  text-decoration: underline;
}
#comparecur {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #001335;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  font-size: 0.7rem;
  margin-left: 7px;
  padding: 0px;
}
.comparecur {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #001335;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  font-size: 0.7rem;
  margin-left: 7px;
  padding: 0px;
}

/* Top right actions and user area */
.usercompany {
  float: right;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 15px;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.action-recent a.z2drop-labeltext:hover {
  background: #232d44;
  color: #ffffff;
}
/*
.action-recent:active {
  background: #ffffff;
  color: #1d2d46;
}
*/
.action-recent a.z2drop-labeltext {
  text-decoration: none;
  display: block;
  padding: 19px 10px 19px 15px;
}
/*
.action-recent:active a {
  color: #1d2d46;
  font-weight: 300;
}
*/
.action-recent .triangle {
  float: right;
  margin-top: 7px;
}

/* Search box */
.z2-searchbox {
  position: relative;
}
.z2-searchbox-curcat {
  float: left;
  background: #f9f9fb;
  border-radius: 4px 0px 0px 4px;
  color: #575757;
  font-weight: 300;
  border: 0px;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0px;
  letter-spacing: 0.1px;
}
.z2-searchbox-curcat .z2drop-labeltext {
  padding: 10.5px 15px 10.5px 15px;
  float: left;
}
.z2-searchbox-curcat:hover {
  background: #fbfbff;
}
.z2-searchbox-curcat:hover {
  background: #ffffff;
}
.z2-searchbox-curcat .triangle {
  margin-top: 6px;
  margin-right: 0px;
}
.z2-curcat-actual {
  float: left;
}
#txtMainBarSearch {
  padding: 10px 10px 10px 15px;
  font-size: 1rem;
  font-weight: 100;
  min-width: 250px;
  float: left;
  border: 0px;
  color: #575757;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.txtMainBarSearch {
  padding: 10px 10px 10px 15px;
  font-size: 1rem;
  font-weight: 100;
  min-width: 250px;
  float: left;
  border: 0px;
  color: #575757;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
#btnautoSearch {
  font-weight: 100;
  padding: 7px 10px;
  font-size: 1.3rem;
  border-radius: 0px 4px 4px 0px;
  float: left;
  border: 0px;
}
#btnautoSearch:hover {
  background: #f9f9fb;
}
#btnautoSearch:active {
  background: #ffffff;
  font-size: 1rem;
  padding: 10px 12.5px;
}

.startpage-recent .btn-uploadbom {
  display: flex;
  align-items: center;
}

.startpage-recent .btn-uploadbom img {
  margin-right: 3px;
}

/* Modal */
.z2modal.z2modal-bomexit {
  display: none;
}
.z2modal {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  min-width: 500px;
  min-height: 150px;
  border-radius: 8px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}
.z2modal h3 {
  margin-bottom: 5px;
}
.z2modal button {
  cursor: pointer;
}
.z2modal button:focus {
  outline: 0;
}
.z2modal-dualbtn .z2modal-buttons {
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.z2modal-dualbtn button:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.05);
}
.z2modal-dualbtn button {
  font-size: 1.1rem;
  border: 0px;
  padding: 10px;
  min-width: 120px;
  border-radius: 4px;
}
.z2modal-dualbtn .z2modal-buttons .z2modal-btn-lower {
  background: #333333;
  color: #ffffff;
  margin-right: 5px;
}
.z2modal-dualbtn .z2modal-buttons .z2modal-btn-upper {
  background: #001534;
  color: #ffffff;
}


/* Dropdowns */
#dropbg {
  background: rgba(0, 18, 59, 0.6);
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  display: none;
  max-height: 100vh;
  overflow: hidden;
}
.dropactive {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.drop-child {
  position: absolute;
  -webkit-box-shadow: 0px 4px 3px -1px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 4px 3px -1px rgba(0,0,0,0.19);
  box-shadow: 0px 4px 3px -1px rgba(0,0,0,0.19);
  display: none;
}
.drop-searchtype {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 0px;
  color: #1e1e1f;
  font-size: 1rem;
  left: 0px;
  top: 38px;
  width: 200px;
}
.drop-searchtype ul {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.drop-searchtype ul {
  text-align: left;
  margin: 0px;
  padding: 10px 0px;
}
.drop-searchtype ul li {
  text-align: left;
  margin: 0px;
}

.drop-searchtype ul li:hover {
  background: #f4f3f3;
}

.drop-searchtype ul li a {
  display: block;
  padding: 10px 25px;
}
.z2-searchbox-curcat.dropcloned {
  border-radius: 4px 0px 0px 0px;
}
.drop-recent {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 0px;
  color: #48484a;
  font-size: 1rem;
  right: 0px;
  top: 56px;
  width: 350px;
}
#dropbg .action-recent {
  background: #ffffff;
}
#dropbg .z2-searchbox-curcat {
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}
#dropbg .action-recent a.z2drop-labeltext:hover {
  background: #ffffff;
}
.drop-recent ul {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.drop-recent ul {
  text-align: left;
  margin: 0px;
  padding: 10px 0px;
}
.drop-recent ul li {
  text-align: left;
  margin: 0px;
}

.drop-recent ul li:hover {
  background: #f4f3f3;
}

.drop-recent ul li a {
  display: flex;
  padding: 10px 25px;
  max-width: 300px;
  overflow: hidden;
}

.drop-recent ul li a img {
  margin-left: 5px;
  margin-right: 20px;
  max-height: 20px;
}
.drop-recent .recent-type {
  margin-left: 15px;
  text-transform: lowercase;
  font-weight: 300;
  font-size: 0.7rem;
  color: #5d5e64;
  display: inline;
  font-style: italic;
  margin-top: 5px;
}

.drop-z2prods {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  color: #48484a;
  font-size: 1rem;
  left: 0px;
  top: 56px;
  width: 630px;
}
#dropbg .z2prodselect {
  background: #ffffff;
  color: #000000;
}
#dropbg .z2prodselect div.z2drop-labeltext:hover {
  background: #ffffff;
}
#dropbg .z2prodselect.dropcloned {
  margin: 0px;
}
.drop-z2prods ul {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.drop-z2prods ul {
  text-align: left;
  margin: 0px;
}
.drop-z2prods ul li {
  text-align: left;
  margin: 0px;
}

.drop-z2prods ul li:hover {
  background: #f4f3f3;
}



#dropbg .drop-z2prods .sub-menu .menu-item .menu-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 10px 30px 20px;
  cursor: pointer;
}
/*
#dropbg .drop-z2prods .sub-menu .menu-item:first-child .menu-box {
  padding-top: 20px;
}
*/
#dropbg .drop-z2prods .sub-menu .menu-item:last-child .menu-box {
  padding-bottom: 35px;
}
#dropbg .drop-z2prods .sub-menu .menu-item .menu-box .menu-icon {
float: left;
width: 10%;
text-align: center;
  margin-top: 4px;
  margin-left: 20px;
  margin-right: 20px;
}

#dropbg .drop-z2prods .sub-menu .menu-item .menu-box .menu-icon img {
width: 100px;
}
#dropbg .drop-z2prods .sub-menu .menu-item .menu-box .menu-text {
float: left;
width: 80%;
padding-left: 10px;
padding-right: 60px;
}
#dropbg .drop-z2prods .sub-menu .menu-item .menu-box .menu-action {
width: 130px;
  align-self: flex-end;
  padding-right: 30px;
}
#dropbg .drop-z2prods .sub-menu .menu-item .menu-box .menu-action a {
  align-self: flex-end;
  border-radius: 4px;
  padding: 5px 10px;
  width: 110px;
  font-weight: 300;
  font-size: 0.8rem;
  display: flex;
}

#dropbg .drop-z2prods .sub-menu .menu-item .menu-box .menu-text p {
  font-size: 0.9rem;
  margin: 0px
}

#dropbg .drop-z2prods .sub-menu .menu-item .menu-box .menu-text h5 {
  font-size: 1.1rem;
  color: #3d3d40;
  margin: 0px 0px 5px 0px;
  font-weight: 400;
}

.bg-new {
background-color: #e1ebf2;
}

#dropbg .drop-z2prods .sub-menu .menuprod-pr .menu-box:hover {
  background: #fff3f3;
}

#dropbg .drop-z2prods .sub-menu .menuprod-si .menu-box:hover {
  background: #f3f3ff;
}

#dropbg .drop-z2prods .sub-menu .menuprod-sc .menu-box:hover {
  background: #ebf3fd;
}

#dropbg .drop-z2prods .sub-menu .menuprod-at .menu-box:hover {
  background: #fff5ed;
}

#dropbg p.m-0 { font-weight: 300; }
#dropbg .z2prodselect.dropcloned .z2prodselect-currentproduct {
  font-size: 80%;
  font-weight: 300;
  text-align: center;
}
#dropbg .z2prodselect.dropcloned .z2drop-labeltext {
  padding: 15px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-menu .z2prodicon {
  zoom: 0.5;
}

.menuprod-pr .menu-action a { background: #fff3f3; }
.menuprod-si .menu-action a { background: #f3f3ff; }
.menuprod-sc .menu-action a { background: #ebf3fd; }
.menuprod-at .menu-action a { background: #fff5ed; }

.menuprod-pr:hover .menu-action a { background: #f6d9d9; }
.menuprod-si:hover .menu-action a { background: #ddddf6; }
.menuprod-sc:hover .menu-action a { background: #cbe1fd; }
.menuprod-at:hover .menu-action a { background: #fde3ce; }

.menu-action .triangle-right {
  margin: 0px 5px 0px 5px;
  float: left;
  transform: scale(0.7);
}
.icon-partrisk {
  background: url('../img/sprite_z2home.png') no-repeat 0 0;
width: 61px;
height: 38px;
}
.icon-supplierinsight {
background: url('../img/sprite_z2home.png') no-repeat -97px 0;
width: 43px;
height: 38px;
}
.icon-supplychainwatch {
background: url('../img/sprite_z2home.png') no-repeat -187px 0;
width: 62px;
height: 38px;
}
.icon-alerttracker {
background: url('../img/sprite_z2home.png') no-repeat -287px 0;
width: 63px;
height: 38px;
}

.drop-productlines {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  padding: 0px;
  color: #48484a;
  font-size: 1rem;
  left: 0px;
  top: 48px;
  width: 930px;
  height: 65vh;
  min-height: 400px;
}
#dropbg .drop-productlines {
  display: flex;
}
#dropbg .z2head-productlines {
  background: #ffffff;
}

#dropbg li.z2head-productlines {
  list-style: none;
  margin: 0px;
  display: flex;
  float: left;
}
#dropbg li.z2head-productlines a {
  padding: 15px 15px;
  color: #48484a;
}
#dropbg li.z2head-productlines .triangle-down {
  float: right;
  margin-top: 6px;
  color: #48484a;
}

#dropbg .z2prodlist-catlist {
  width: 430px;
  float: left;
  overflow: scroll;
}
#dropbg .z2prodlist-catsub {
  width: 500px;
  float: left;
  background: #efeff4;
  overflow: scroll;
  padding-bottom: 25px;
}

#dropbg .z2prodlist-catsub h3 {
  padding: 0px 30px;
  font-size: 1.5rem;
}
#dropbg .z2prodlist-catsub ul {
  padding: 0px;
}
.drop-productlines ul {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.drop-productlines ul {
  text-align: left;
  margin: 0px;
  padding: 10px 0px;
}
.drop-productlines ul li {
  text-align: left;
  margin: 0px;
}

.drop-productlines .z2prodlist-catlist ul li:hover {
  background: #f4f3f3;
}

.drop-productlines ul li.productlevel2li:hover {
  background: none;
}
#dropbg .drop-productlines ul li a {
  display: flex;
  padding: 10px 30px;
  overflow: hidden;
}
#dropbg .popularlevel2link.productlevel2link {
  display: block;
  padding: 0px 30px;
  font-weight: 400;
}
#dropbg .productlevel2link {
  display: block;
  padding: 5px 30px;
  font-weight: 500;
}
#dropbg .productlevel3link,
#dropbg .productlevel3link.prodhassub {
  display: flex;
  padding: 0px 0px 0px 30px;
  cursor: pointer;
}
#dropbg .productlevel3link.prodhassub .triangle-down {
  float: none;
}
#dropbg .drop-productlines .productlevel4link {
  display: block;
  padding: 0px 0px 0px 50px;
  font-size: 0.9rem;
}
.drop-productlines ul li.popularlevel2li {
  margin-bottom: 0px;
}
.drop-productlines ul li.productlevel2li{
  margin-bottom: 30px;
}
.drop-productlines ul.productlevel1 {
  padding: 20px 0px 20px 0px;
  font-size: 1.1rem;
}
.drop-productlines .productlineimg {
  margin-right: 20px;
  max-height: 20px;
  width: 20px;
  height: 20px;
}
.drop-productlines .productlevel1li a {
  display: block;
}
#dropbg .z2prodlist-catsub ul.prodlevel4ul {
  display: none;
  padding: 10px 0px 30px 0px;
}
#dropbg .z2prodlist-catsub a:hover {
  background: #f4f3f3;
}
#dropbg .drop-productlines ul li a.productlevel3link.prodnosub {
  padding: 0px 0px 0px 30px;
}


.userarea .z2drop-labeltext {
  float: right;
  padding: 8px 8px 8px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.userarea:hover {
  background: #232d44;
}
.userarea:hover .usericon {
  background: #2a3b91;
}
.drop-user {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  padding: 50px 0px;
  color: #48484a;
  font-size: 1rem;
  right: 0px;
  top: 56px;
  width: 350px;
}
#dropbg .userarea {
  background: #ffffff;
  color: #48484a;
}
#dropbg .usericon {
  background: #2a3b91;
  color: #ffffff;
}

.drop-user ul li a {
  display: flex;
  padding: 10px 25px;
  max-width: 300px;
  overflow: hidden;
}

.drop-user ul li a img {
  margin-left: 5px;
  margin-right: 20px;
}
.userarea-splash {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 10px 30px 40px;
  display: flex;
  align-items: center;
}
.userarea-username {
  line-height: 1.5rem;
  color: #000000;
  font-weight: 500;
}
.userarea-email {
  font-size: 0.9rem;
}
.userarea-links {
  line-height: 1.6rem;
  font-size: 1rem;
  background: #f2f4f5;
  padding: 20px 40px;
}
.userarea-links a{
  font-weight: 400;
}

.userarea-bigcircle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #19256b;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  font-size: 2rem;
  margin-right: 10px;
}
#dropbg .userarea .z2drop-labeltext {
  padding: 0px;
  font-size: 1.1rem;
}

.header-rightaction {
  border: 0px;
  float: right;
  padding: 5px 10px;
  font-size: 0.85rem;
  background: #001533;
  color: #d9e2ef;
  font-weight: 100;
  text-align: center;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}
.z2head-actions {
  margin-right: 30px;
  display: flex;
}
.header-rightaction:hover {
  background: #232d44;
}
.header-rightaction:focus {
  outline: 0px;
}
.header-rightaction img {
  margin-right: 7px;
}

.startpage {
  color: #1a1b1c;
  /* padding-top: 10vh;
  padding-bottom: 100px; */
}
.startpage-all {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 90px;
}
.startpage-all h2 {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0px 0px;
  padding: 0px;
}
.startpage-all .z2-searchbox {
  margin: 30px 0px 50px 0px;
  border: 2px solid #1a1b1c;
  border-radius: 8px;
  overflow: hidden;
}
.startpage-all #txtMainBarSearch {
  border-left: 1px solid #1a1b1c;
  border-right: 0px;
  padding: 15px;
  min-width: 320px;
  font-size: 1.1rem;
}
.startpage-all .z2-searchbox-curcat {
  padding: 4px;
  font-size: 1.1rem;
}
.startpage-all #btnautoSearch {
  padding: 10px;
  font-size: 1.6rem;
}
#txtMainBarSearch:focus {
  outline: 0;
}
#dropbg .z2-searchbox-curcat.dropcloned {
  border-radius: 8px 0px 0px 0px;
}

#btnautoSearch:focus {
  outline: 0;
}
.startpage-recent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
/*    width: 100%;*/
  font-size: 0.8rem;
  text-align: left;
  color: #46474c;
  line-height: 1.4rem;
  margin-left: 80px;
}
.startpage-recentdiv {
  width: 33%;
}
.startpage-recent a {
  color: #46474c;
  text-decoration: underline;
}
.startpage-recent-head {
  font-weight: 500;
}
.startpage-recent-each {
  max-width: 70%;
/*    background: red;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.isstartpage {
  background: #f0f2f3 url("../img/lines_bottom.png") repeat-x;
  background-position: bottom;
  min-height: calc(100vh - 108px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BOM Upload */
#bomuploaddiv {
  display: none;
  background: #f0f2f3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border-bottom: 3px solid #001335;
}
.bomupload-header {
  background: #f8f8f8;
  border-bottom: 1px solid #cacbcc;
  padding: 10px 20px 10px 20px;
  float: left;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bomupload-header-left {
  float: left;
/*    display: flex;*/
  align-items: center;
  width: 33%;
}
.bomupload-header-left h2 {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.bomupload-header-left h2 .z2iconfont {
  margin-right: 20px;
  margin-top: 2px;
  float: left;
}
.bomupload-header-right {
  float: right;
  text-align: right;
  width: 33%;
}
.bomupload-header-right .la-close{
  font-size: 1.9rem;
  cursor: pointer;
}
.bomupload-steps {
  background: #2c2d34;
  padding: 10px 30px;
  float: left;
  clear: both;
  width: calc(100% - 60px);
  position: absolute;
  border-top: 1px solid #0c3a55;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 30;
  width: 33%;
}
.step-instruction {
/*    color: #f0f2f3;*/
  float: left;
  padding: 12px 20px;
}
.bu-step {
  border-radius: 24px;
  float: left;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  color: #616473;
  font-size: 0.9rem;
  font-weight: 300;
  margin-right: 25px;
  min-width: 110px;
}
.bu-step.active .bu-step-num {
  background: #0071b0;
  border: 1px solid #0071b0;
  color: #ffffff;
}

.bu-step.active .bu-step-desc {
  font-weight: 400;
}
.bu-step-num {
  font-size: 1rem;
  font-weight: 400;
  background: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cdcdcd;
}
.bomupload-steps-line {
  float: left;
/*    margin-left: -160px;*/
}
.bomupload-steps-line:after {
  content: "";
  background-color: #c6c9ca;
  width: 300px;
  margin-left: 40px;
  height: 3px;
  display: block;
  margin-top: 16px;
}
.bomupload-rightactions {
  float: right;
  text-align: right;
}
#bomdropzone.dz-clickable .bomupload-next {
  cursor: pointer;
}
.bomupload-steps .bomupload-next,
.bomupload-steps .bomupload-back {
  width: 150px;
}


.bomupload-next,
.bomupload-back
{
  background: #075c8d;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 12px 20px;
  border: 1px solid #39779b;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
}
.bomupload-back {
  background: #e6e9ea;
  border: 1px solid #d2d2d2;
  color: #323131;
  display: none;
}
.bomupload-next:disabled,
.bomupload-back:disabled {
  background: #dde3e4;
  border: 1px solid #d2d2d2;
  color: #888c8b;
  cursor: default;
}
.forcenextbtm {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.bomupload-full {
  display: flex;
  flex-direction: column;
/*    height: 100vh;*/
}
.bomupload-full button:focus {
  outline: 0;
}
.bomupload-full .bu-step:last-child {
  margin-right: 0px;
}
.bomupload-next:hover {
  background: #434552;
}
.bomupload-next:disabled:hover,
.bomupload-back:disabled:hover {
  background: #434552;
}
.bomupload-map-askheader {
  width: calc(100% - 70px);
  margin: 30px 20px 20px 20px;
  padding: 0px 0px 0px 20px;
  font-size: 1.1rem;
  color: #37373a;
  display: flex;
  align-items: center;
}
.bomupload-map-askheader label {
  clear: both;
  width: 100%;
  float: left;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.bomupload-dragdrop {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 30px;
  margin-bottom: 150px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bomupload-header-select {
  font-size: 1rem;
  background: #ffffff;
  color: #37373a;
  margin-left: -1px;
  padding: 5px;
}
.bomupload-map-selectcol span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 20px);
  display: block;
  float: left;
}
.bomupload-map-selectcol {
/*    padding: 20px 10px; */
  float: left;
  display: block;
  width: calc(100% - 20px);
}
.bomupload-maptable thead tr td.colmapped,
.bomupload-maptable thead tr td.bomupload-colhover.colmapped
{
  background: #c4edd0;
}
.bomupload-maptable tbody tr td.colmapped,
.bomupload-maptable tbody tr td.bomupload-colhover.colmapped
{
  background: #e6ffe6;
}
/*
.bomupload-map-selectcol:hover {
  background: #a0d8ff
}
*/
.bomupload-maptable thead tr td.bomupload-colhover {
  background: #a0d8ff;
  cursor: pointer;
}

.bomupload-maptable tbody tr td.bomupload-colhover {
  background: #e8f6ff;
  cursor: pointer;
}

.bommap-removemap {
  width: 100%;
  padding-top: 5px;
  float: left;
  text-align: center;
}

.bommap-removemapbtn {
  font-size: 0.8rem;
  margin-top: 10px;
  border: 0px;
  padding: 10px;
  min-width: 120px;
  border-radius: 4px;
  background: #333333;
  color: #ffffff;
}
.addcustomtype-div {
  width: 100%;
}
.addcustomtype {
  background: #e9e9ea;
  border: 0px;
  width: 100%;
  font-size: 0.9rem;
}

.addcustomtype:focus {
  outline: 0;
}

.bomupload-settingsmaindiv {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  float: left;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.bomupload-settings-row {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.bomupload-settings-left {
  float: left;
  width: calc(50% - 5px);
  margin-right: 10px;
}
.bomupload-settings-right {
  float: left;
  width: calc(50% - 5px);
}
.bomupload-settings-each {
  min-height: 85px;
  float: left;
  width: calc(100% - 60px);
}
.bomupload-selectfolder-link {
  cursor: pointer;
}
.bomupload-selectfolder-link:hover {
  background: #d9dbe3;
}
.bomupload-settings-full {
  width: 100%;
  float: left;
  text-decoration: none;
}
.bomupload-optionalsettings.bomupload-settings-full{
  padding: 0px;
}
.bomupload-step3-optionalones:hover{
  background: #d9dbe3;
}

.bomupload-step3-optionalones {
  padding: 20px 30px;
  border-radius: 8px;
  cursor: pointer;
}
.bomupload-settings-each-lgtext {
  font-size: 1.3rem;
}
a.bomupload-selectfolderlink {
  text-decoration: none;
}
.bomupload-settings-each,
.bomupload-settings-full
{
  border-radius: 8px;
  background: #e3e4e7;
  padding: 20px 30px;
  position: relative;
}
.bomupload-settings-each-text {
  font-size: 80%;
  color: #32343c;
}
.bomupload-settings-each-contain {
  margin-bottom: 20px;
  font-size: 80%;
  color: #32343c;
}
.bomupload-settings-namefield {
  padding: 5px;
  font-size: 1.3rem;
  min-width: 260px;
}
.bomupload-settings-reqtext {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-align: right;
  font-size: 70%;
  font-style: italic;
  color: #949697;
}
.z2modal-selectfolder {
  transform: none;
  display: none;
  text-align: left;
  min-width: auto;
}
.bomupload-settings-selectfol-smtit {
  border-top: 1px solid #d5d7dc;
  border-bottom: 1px solid #d5d7dc;
  font-size: 0.8rem;
  margin: 10px 0px;
  padding: 5px 0px;
}
.bomupload-settings-more {
  float: left;
  width: calc(100% - 130px);
  margin-top: 10px;
  padding: 10px 100px 50px 30px;
  font-size: 1.4rem;
  display: none;
}
.bomupload-settings-more-each input,
.bomupload-settings-more-each select
{
  font-size: 1rem;
}
.bomupload-settings-more-each {
  display: flex;
  flex-direction: column;
  width: 50%;
  float: left;
}
#bomdropzone {
  width: 80% !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bomdropzone .dz-message {
  font-size: 1.2rem;
  color: #2f3031;
  line-height: 1.8rem;
}

#bomdropzone .dz-message span.bomupload-emph {
  text-decoration: underline;
}

#bomdropzone .dz-message .fa-cloud-upload-alt {
  font-size: 3.3rem;
  margin-bottom: 20px;
  color: #515360;
}

#bomdropzone .dz-message span.bomupload-smtext {
  font-size: 0.9rem;
}

.bomupload-map-direction {
  background: #e6e9ea;
  font-size: 0.9rem;
  border-radius: 4px;
  float: right;
  padding: 10px 20px;
  line-height: 1.2rem;
  color: #606060;
  clear: both;
  display: flex;
  align-items: center;
}
.bomupload-map-direction img {
  margin-right: 9px;
  margin-top: -3px;
}
.bomupload-map-askheader-3 {
  flex: 1;
}

/* BOM Map Table */
.bomupload-maptable {
  width: calc(100% - 50px);
  margin: 10px 20px 20px 20px;
  font-family: 'Roboto Mono', monospace;
  color: #606060;
  border-top: 1px solid #829db8;
  border-left: 1px solid #829db8;
  border-bottom: 1px solid #829db8;
  overflow: scroll;
}

.bomupload-maptable thead tr td {
  font-family: "Roboto", sans-serif;
  background: #c4dced;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  min-width: 175px;
  border-right: 1px solid #829db8;
}
.bomupload-maptable tbody tr td.row {
  text-align: center;
}
.bomupload-maptable tbody tr td {
  font-weight: 300;
  color: #29292c;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background: #ffffff;
  border-right: 1px solid #829db8;
}
.bomupload-maptable tbody tr td div {
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 175px;
  white-space: nowrap;
}
.bomupload-maptable thead tr td .fa-caret-down {
  margin-left: 5px;
}
.bomupload-maptable thead tr td.row,
.bomupload-maptable tbody tr td.row {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  text-align: center;
}
#dropbg .bomupload-head-cloned.leftside,
#dropbg .bomupload-colmapoptions.leftside
{
  -webkit-box-shadow: -4px 4px 3px -1px rgba(0,0,0,0.19);
  -moz-box-shadow: -4px 4px 3px -1px rgba(0,0,0,0.19);
  box-shadow: -4px 4px 3px -1px rgba(0,0,0,0.19);
}
#dropbg .bomupload-head-cloned.rightside,
#dropbg .bomupload-colmapoptions.rightside
{
  -webkit-box-shadow: 4px 4px 3px -1px rgba(0,0,0,0.19);
  -moz-box-shadow: 4px 4px 3px -1px rgba(0,0,0,0.19);
  box-shadow: 4px 4px 3px -1px rgba(0,0,0,0.19);
}
#dropbg .bomupload-head-cloned {
  background: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  z-index: 2;
}
.bomupload-colmapoptions {
  background: #ffffff;
  min-width: 300px;
  padding: 20px;
  position: absolute;
  background: #ffffff;
}
.bommap-collist {
  margin: 0px;
  padding: 0px;
}
.bommap-collist li a {
  border-radius: 16px;
  padding: 5px 10px;
  background: #e5e8fb;
  margin-bottom: 7px;
  width: calc(100% - 20px);
  float: left;
  display: flex;
  align-items: center;
}
.bommap-collist li a.bommap-coltype-default:hover {
  background: #dbdef6
}
.bommap-collist li a.bommap-coltype-customer:hover {
  background: #d8d8d8
}
.bommap-collist li a img {
  margin-right: 10px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
.bommap-collist li a.bommap-coltype-customer {
  background: #e9e9ea;
}
/*
.bomupload-maptable tbody tr.voidrow td {
  color: #d4d4df;
}
*/

.z2actionbtnA {
  background: #ffffff;
  border: 1px solid #b8c2ca;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rohs-compliant img,
.rohs-notcompliant img {
  margin-right: 5px;
}
.rohs-compliant {
  color: #096b19;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.rohs-notcompliant {
  color: #ce1515;
  white-space: nowrap;
}
.z2actionbtnA:hover {
  background: #eaf4fb;
/*    border: 1px solid #8898a5;*/
}
.z2actionbtnA img {
  margin-right: 7px;
}
.z2actionbtnA .z2iconfont {
  margin-right: 7px;
}
#z2page-head {
  float: left;
  width: calc(100vw - 40px);
  padding: 0px 20px 0px 20px;
}
.z2page-head-title {
  display: flex;
  width: 100%;
  align-items: center;
}
.z2page-head-title h1 {
  font-size: 1.6rem;
  font-weight: 400;
  float: left;
  flex: 1
}
.z2page-head-title button {
  float: right;
  margin-left: 15px;
}
#z2page-head-bar {
  /* float: left;
  width: calc(100vw - 40px);
  min-width: calc(1170px - 40px); */
  padding: 0px 20px 0px 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #cacbcc;
  display: flex;
  align-items: center;
  min-height: 62px;
}
#z2page-head-bar h1 {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
}
#z2page-head-bar h1 .z2iconfont {
  margin-right: 20px;
  float: left;
}
.z2page-head-tabs {
  padding: 0px;
  margin: 0px;
  position: relative;
  align-self: normal;
  display: flex;
  align-items: center;
}
.z2page-head-tabs li {
  list-style: none;
  display: inline-flex;
  height: calc(100% - 2px);
  border-bottom: 2px solid #f8f8f8;
  font-size: 1rem;
}

.z2page-head-tabs li:first-child {
  margin-right: 5px;
}
.z2page-head-tabs li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  float: left;
  padding: 0px 15px;
  height: 100%;
}
.z2page-head-tabs li a:hover{
  border-bottom: 2px solid #787879;
  background: #f0eded;
}
.z2page-head-tabs li a.active:hover{
  border-bottom: 2px solid #001333;
  background: #f8f8f8;
}
.z2page-head-tabs li.active {
  border-bottom: 2px solid #dc970e;
  font-weight: 500;
}
.z2page-head-tabs li.active a {
  cursor: default;
  pointer-events: none;

}
.titlebreadright {
  margin: 0px 10px;
}
.titlebread-sub2 {
  font-size: 1.3rem;
  font-weight: 300;
}

.triangle-down
.z2colfiltereach {
  transform: scale(0.5,1) translate(50%,0%);
  -webkit-transform: scale(0.5,1) translate(50%,0%);
}
.justtriangle {
  position: relative;
}

.z2colfiltereach {
  transform: none;
  -webkit-transform: none;
  display: block;
  font-size: 0.8rem;
}

/* Z2 Table Related */
#z2tableA-contain {
  width: 100%;
  float: left;
  overflow-y: hidden;
  padding-bottom: 30px !important;
}
/*
.simplebar-content-wrapper {
  border-left: 1px solid #b8c2ca;
}
*/
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  margin-right: 18px;
}
.sticky-wrap {
  border-left: 1px solid #b8c2ca;
}

.z2actionbtnleft {
  float: left;
}
.z2foot {
  height: 20px;
  width: calc(100vw - 40px);
  padding: 5px 20px 15px 20px;
  position: fixed;
  bottom: 0;
  background: #e8e6e6;
  border-top: 1px solid #aeaeae;
  display: flex;
  z-index: 10;
/*    min-width: 1170px; */
  /* align-items: center; */
  justify-content: space-between;
}

.hoverrows tbody tr:not(.not_hovered):hover td {
  background: #ffffe2;
}

.z2tableA {
  min-width: calc(100% - 40px);
  font-size: 0.85rem;
  /*width: calc(100% - 20px);*/
/*    table-layout: fixed;*/
  border-spacing: 0px;
}
table.z2tableA {
  border-bottom: 1px solid #b8c2ca;
  margin-left: 20px;
  opacity: 0;
}
.z2tableA thead.z2theadfixed {
  position: fixed;
  width: 100%;
  top: 0;
}
.z2tableA thead th {
  background: #d6dee4;
  padding: 15px 10px;
  border-top: 1px solid #b8c2ca;
  border-bottom: 1px solid #b8c2ca;
  border-right: 1px solid #b8c2ca;
  text-overflow: ellipsis;
/*    overflow: hidden;*/
  overflow: visible;
  font-weight: 500;
  position: relative;
}
.z2tableA thead th:last-child,
.z2tableA tr td:last-child,
.z2tableA thead .z2tableA-rowdata td:last-child
{
  border-right: 1px solid #b8c2ca;
}
.colclone .z2tableA-rowmsg td:last-child,
.colheadclone .z2tableA-rowmsg td:last-child
{
  border-right: 0px;
}
.z2actionmore::before {
  font-weight: 100;
}

.z2tableA-actionbar {
  padding: 10px 20px;
  background: #f0f2f3;
}
.z2tableA-actionbar button {
  margin-right: 10px;
}
.actionbar-left {
  float: left;
}
.actionbar-right {
  float: right;
  text-align: right;
}
.z2tableA thead th:first-child,
.z2tableA tr td:first-child,
.z2tableA thead .z2tableA-rowdata td:first-child
{
  border-left: 1px solid #b8c2ca;
}

.z2tableA thead .z2tableA-rowdata td {
  background: #ffffff;
  padding: 8px 10px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z2tableA tbody tr td {
  background: #ffffff;
  padding: 8px 10px 5px 10px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.z2tableA .z2tableA-rowmsg td {
  text-align: left;
  padding: 5px 10px;
  background: #f4f8fb;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.z2tableA div.z2table-rowmsg-text,
.z2tableA div:first-child.z2table-rowmsg-text
{
  font-weight: 500;
  line-height: 1rem;
  line-height: 1.8rem;
/*
  position: fixed;
  left: 0;
*/
}
.z2table-rowmsg-text span {
  font-weight: 400;
}
.z2mpn-extradata {
  clear: both;
  width: 100%;
  margin-top: 8px;
}
.z2mpn-extradata-left {
  float: left;
}
.z2mpn-extradata-right {
  float: right;
}
.z2tableA a {
  color: #1362a5;
  text-decoration: none;
  display: block;
}
.z2tableA-singline {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.z2tableA-lifecycle-active, .lifecycle-active { color: #096b19; }
.z2tableA-lifecycle-obsolete, .lifecycle-obsolete { color: #ce1515; }
.z2tableA-lifecycle-activestar, .lifecycle-activestar { color: inherit; }


.z2partscore {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
.price-good { margin-left: 5px; }
.z2partscore-high {
  color: #205a26;
}
.z2partscore-medium {
  color: #aa7a11;
}
.z2partscore-low {
  color: #e91717;
}
.crossdifflink {
  width: 100%;
  clear: both;
  white-space: nowrap;
}
tbody .z2tableA-td-packing { text-align: center; }

.z2mpn-partlink:first-child, .z2tableA td a:first-child, .z2tableA td div:first-child {
  margin-bottom: 3px;
}
.z2mpn-partlink, .z2tableA a, .z2tableA td div
{
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 35px;
}

.z2tableA thead .z2tableA-td-check {
  width: 46px;
/*    max-width: 20px; */
  text-align: center;
  padding: 15px 21px 15px 20px;
}
.z2tableA tbody .z2tableA-td-check {
  width: 20px;
/*    max-width: 20px; */
  text-align: center;
/*    padding: 15px 20px;*/
}
/*
.z2tableA tr td:first-child {
  position: fixed;
}
*/
.z2tableA thead .triangle {
  float: none;
  position: absolute;
  margin-top: 5px;
  bottom: 0px;
  right: 0px;
  background: #c7d0d6;
  width: 7px;
  height: 10px;
  display: flex;
  padding: 3px;
  /* border: 1px solid #b8c2c9; */
  align-items: center;
  justify-content: center;
}
.sticky-thead table {
   border-bottom:2px solid #e1e1e1;
/*    table-layout: fixed;*/
}
/*
.sticky-thead table thead td {
  min-height: 75px;
  height: 75px;
}
.z2tableA table td {
  min-height: 75px;
  height: 75px;
}
*/
.sticky-wrap .sticky-thead { display: table; box-shadow: none; width: 100%; }
.sticky-wrap div table { border-spacing: 0px; margin-left: 20px; }
.z2tableA .z2tableA-td-mpn { width: 200px; min-width: 200px; max-width: 200px; }
.z2tableA .z2tableA-td-supplier { width: 150px; min-width: 150px; max-width: 150px; }
.z2tableA .z2tableA-td-crossgrade { width: 115px; min-width: 115px; max-width: 115px; }
.z2tableA .z2tableA-td-lifecycle { width: 100px; min-width: 100px; max-width: 100px; }
.z2tableA .z2tableA-td-pricing  { width: 97px; min-width: 97px; max-width: 97px; }
.z2tableA .z2tableA-td-leadtime  { width: 107px; min-width: 107px; max-width: 107px; }
.z2tableA .z2tableA-td-sellers { width: 87px; min-width: 87px; max-width: 87px; }
.z2tableA .z2tableA-td-partscore { width: 75px; min-width: 75px; max-width: 75px; text-align: center; }
.z2tableA .z2tableA-td-packing { width: 75px; min-width: 75px; max-width: 75px; text-align: center; }
.z2tableA .z2tableA-td-rohs  { width: 125px; min-width: 125px; max-width: 125px; }
.z2tableA .z2tableA-td-param { width: 125px; min-width: 125px; max-width: 125px; text-align: center; }
.z2tableA .z2tableA-td-crossdiff { width: 185px; max-width: 185px; }
.z2tableA .z2tableA-td-package { width: 100px; max-width: 100px; }
.crossgrade { margin-bottom: 3px; }
.crossgrade-each {
  width: 14px;
  height: 14px;
  margin-right: 1px;
  float: left;
}
.z2tableA tbody tr td.param-same
{
  background: #d2fded
}

.crossgrade-green { background: #32872c;
border: 1px solid #32872c; }
.crossgrade-grey { background: #e1e1e1;
border: 1px solid #bcbbbb; }
.crossgrade-orange { background: #87772c; border: 1px solid #87772c; }

.z2foot-actions { float: left; }
.z2foot-actions button { margin-right: 10px; }
.z2pagination { float: right; }

.z2actionmore {
  position: relative;
}
.z2filteroptions {
  cursor: pointer;
}
.z2tableA thead th.z2filterhover {
  background: #cbd7e1;
}
.z2drop1content {
  background: #ffffff;
  border: 1px solid #b8c2c9;
  position: absolute;
  top: 26px;
  left: -1px;
  z-index: 1;
  padding: 5px 0px;
  border-radius: 0px 4px 4px 4px;
  white-space: nowrap;
  display: none;
}
.z2drop1content a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.z2drop1content a:hover {
  background: #fafafa;
}


.z2filtercontent {
  background: #f1f1f1;
  border: 1px solid #b8c2c9;
  position: fixed;
  top: 14px;
  left: 0px;
  z-index: 1;
  font-size: 0.9rem;
  max-width: 258px;
  padding: 5px 0px;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.27);
  box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.27);
  display: none;
}

.z2filtercontent img {
  margin-right: 10px;
}

.z2filtercontent input[type='checkbox'] {
  margin-right: 10px;
  float: left;
}
.z2dropfiltersearch {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  justify-content: left;
}
.z2dropfiltersearch input[type='text'] {
  width: calc(100% - 26px);
  font-size: 0.9rem;
  padding: 3px;
}
.z2dropfilterplainlist {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  padding: 10px 5px;
  max-height: 280px;
  cursor: default;
}
.z2dropfilterlist {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  margin-top: 5px;
  padding-top: 8px;
  max-height: 280px;
  overflow-y: scroll;
  overflow-x: hidden;
  cursor: default;
  border-top: 1px solid #dbdbdb;
}
.z2dropfilterlist::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
  }
.z2dropfilterlist::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(0,0,0,0.5);
}
.z2dropfilterlist.noscroll::-webkit-scrollbar {
      width: 0px;
}
.simplebar-scrollbar.z2scrollwindows:before {
  border-radius: 0px;
}


.z2filtercontent a,
.z2filtercontent div.z2dropitem-each,
.z2dropfilterplainlist a,
.z2dropfilterplainlist div.z2dropitem-each
{
  text-decoration: none;
  padding: 5px 10px;
  color: #000000;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  text-align: left;
  flex-shrink: 0
}
.z2dropfilterlist label:hover,
.z2dropfilterplainlist label:hover {
  background: #fafafa;
}
.z2dropfilterlist label,
.z2dropfilterplainlist label {
  padding: 5px 0px 5px 10px;
  margin-right: 2px;
  max-width: 235px;
  width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.z2dropfilterlist label:after,
.z2dropfilterlist label.z2labellarge:after,
.z2dropfilterplainlist label:after,
.z2dropfilterplainlist label.z2labellarge:after
{
  pointer-events:none; /* let the click pass trough */
}
.z2dropfilterlist label.z2labellarge,
.z2dropfilterplainlist label.z2labellarge {
  display: flex;
  padding-top: 10px;
}
.z2filtercontent div.z2dropitem-each {
  font-size: 0.8rem;
}
.z2dropitem-each:hover {
  background: #fafafa;
}
.z2dropitem-each label {
  width: 100%;
}
.z2dropnowactive {
  border-radius: 4px 4px 0px 0px;
}
button.z2dropnowactive:hover {
  background: #ffffff
}
.z2dropnowactive:after {
  background: #ffffff;
  width: 100%;
  content: "";
  height: 2px;
  position: absolute;
  top: 26px;
  z-index: 1;
}

.z2pagination .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0px;
}
.z2pagination .pagination .page-item.active .page-link {
  background-color: #ffffff;
}
.z2pagination .pagination .page-item .page-link {
  color: #000;
/*    background-color: #e8e6e6;*/
  font-weight: 300;
/*    border-color: #DDD;*/
/*    border: 1px solid #DDD;*/
  position: relative;
  display: block;
  padding: 3px 10px;
  margin-left: -1px;
  line-height: 1.25;
  margin-top: 2px;
  text-decoration: none;
}

.z2pagination .pagination .page-item .page-link {
  color: #888888;
}
.z2pagination .pagination .page-item .page-link.pagenextprevactive {
  color: #000000;
}
.z2pageselect {
  background: #ffffff;
  font-size: 1rem;
}
.z2dropfilterlist label.z2sliderlabel {
  float: left;
}
.z2sliderrange {
  margin: 5px 20px 30px 20px;
}
.z2slidervalues {
  background: none;
  border: 0px;
  font-size: 0.8rem;
  font-weight: bold;
}
.z2dropfilterlist label.z2sliderlabel:hover {
  background: none;
}
.z2dropfilterlist .z2partscore{
  text-align: left;
  font-size: 1rem;
}

.colclone {
  position:fixed;
  padding: 0px;
  margin: 0px;
/*            opacity: 0.5;*/
  display: none;
  z-index: 110;
}
.colheadclone {
  position:fixed;
  padding: 0px;
  margin: 0px;
/*            opacity: 0.5;*/
  display: none;
  z-index: 120;
  border-bottom: 2px solid #e1e1e1;
}
.colclone table td, .colclone table th{
  box-sizing: border-box;
}
.sticky-wrap div table.z2clonedcolumns {
  margin-left: 0px;
}
.ui-slider-handle:focus {
  outline: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #a9b9c2;
  background: #d2e6f2;
  font-weight: normal;
  color: #323232;
}
.ui-button:focus {
  outline: 0
}
.divdifference {
  display: none;
}

.ui-tooltip, .z2tooltip-arrow:after {
  background: #ffffff;
/*    border: 2px solid white;*/
}
div.ui-tooltip.tooltip-info {
  padding: 40px;
  font-size: 1.2rem;
  background: #eeeeee;
  font-weight: 300;
}
div.ui-tooltip.tooltip-info .z2tooltip-arrow:after {
  background: #eeeeee;
}
div.ui-tooltip.tooltip-info .tooltip-textheader {
  font-weight: 400;
  margin-bottom: 20px;
}
div.ui-tooltip {
  padding: 10px 20px;
  color: #000000;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 500px;
  margin-right: 11px;
  z-index: 1000000 !important;
  box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.27);
}
  div.ui-tooltip-content{
      overflow: hidden;
      text-overflow: ellipsis;
  }
.z2tooltip-arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.z2tooltip-arrow.top {
  top: -16px;
  bottom: auto;
}
.z2tooltip-arrow.left {
  left: 20%;
}
.z2tooltip-arrow.left {
  bottom: 49%;
  left: auto;
    right: 100%;
  margin-right: -27px;
  transform: rotate(270deg);
}
.z2tooltip-arrow.right {
  bottom: 49%;
  left: 100%;
  margin-left: -27px;
  transform: rotate(90deg);
}
.z2tooltip-arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(250deg);
  transform: rotate(45deg);
  border: 1px solid #c5c5c5;
}
.z2tooltip-arrow.top:after {
  bottom: -20px;
  top: auto;
}
.z2tooltip-arrow.left:after {
  bottom: -20px;
  top: auto;
  margin-left: -4px;
}
.z2tooltip-arrow.right:after {
  bottom: -20px;
  top: auto;
  margin-left: 7px;
}

.perstttargetcontain {
/*    position: relative;*/
  overflow: auto;
}
.quickcrossdiff {
  width: calc(100% - 30px) !important;
  margin: 20px 15px 20px 15px !important;
  table-layout: fixed !important;
}
.z2tableA td div.perstooltip {
  overflow: initial;
}
.z2tableA td div.perstooltip table thead td  {
  padding-bottom: 10px !important;
  color: #444444 !important;
}
.z2tableA td div.perstooltip table td  {
  width: 50% !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0px;
}
.z2tableA td div.perstooltip {
  max-height: none !important;
  transform: translate(0%,-50%);
}
.z2tableA td div.perstooltip div {
  max-height: none !important;
}
.z2tableA tbody tr:hover td div.perstooltip table td {
  background: none;
}
.z2tableA td div.perstooltip table {
  position: static;
}
.z2tableA td div.perstooltip table tbody td {
  border: 0px;
  padding: 0px;
}
.quickcrossdiff-mpn {
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.quickcrossdiff-supp {
  font-size: 0.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.quickcrossdiff tbody tr td:first-child .quickcrossdiff-parameach {
  margin-right: 10px;
}
.quickcrossdiff-parameach {
  background: #f0f0f0;
  padding: 10px 15px;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.quickcrossdiff-paramtitle {
  font-size: 0.8rem;
  width: 100%;
  max-width: 100%;
  color: #444444;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.quickcrossdiff-paramvalue {
  font-size: 1.5rem;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ui-widget button.quickdiff-compare {
  width: 100%;
  background: #075c8d;
  color: #ffffff;
  font-size: 1rem;
  padding: 8px 12px;
  border: 1px solid #39779b;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
}

.ui-widget button.quickdiff-compare:hover {
  background: #0a73af;
}
.ui-widget {
  font-family: 'Roboto', sans-serif
}
.ui-accordion .ui-accordion-header.ui-state-active {
  background: #cbd3d7;
}
.ui-accordion .ui-accordion-header {
  background: #d9dfe2;
  color: #2e2a2a;
  font-size: 1.1rem;
}
.sidepanel {
  height: 100vh;
  min-height: 100vh;
  overflow: auto;
  background: white;
  min-width: 250px;
  position: absolute;
  right: 0px;
  display: none;
  -webkit-box-shadow: -2px 0px 5px 0px rgb(65, 73, 91);
  -moz-box-shadow: -2px 0px 5px 0px rgb(65, 73, 91);
  box-shadow: -2px 0px 5px 0px rgb(65, 73, 91);
}
.sidepanel-managecols {
  width: 50%;
  min-width: 600px;
  background: #f2f2f2;
}
.sidepanel-sellers {
  width: 50%;
  min-width: 700px;
  background: #f2f2f2;
}
.sidepanel-sendticket {
  width: 50%;
  min-width: 700px;
  background: #f2f2f2;
}
.sidepanel-contain {
  padding: 30px;
  width: calc(100% - 60px);
}
.sidepanel-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.sidepanel-header-right {
  text-align: right;
}
.sidepanelclose {
  background: #3c3c3c;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 7px;
  cursor: pointer;
}
.sidepanelclose:hover {
  background: #000000;
}
.sidepanel-header-mpn {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 3px;
}

.sidepanel-header-sup {
  font-size: 1.1rem;
}
.sidepanel-header-title {
  font-size: 1.1rem;
}
.sidepanel-content {
  margin-top: 30px;
}
.sidepanel .widget label {
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 0.8rem;
}
.z2inventorytable {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #c1bebe;
}
.sidepanel fieldset {
  margin-bottom: 10px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.2);
}
.sidepanel legend {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 7px;
}

.sidepanel-sendticket .sidepanel-header-sup {
  font-size: 1rem;
  font-weight: normal;
  clear: both;
  float: left;
  margin-top: 10px;
  line-height: 1.3rem;
  color: #2d2d2d;
  font-weight: 300;
}
.sidepanel-sendticket .sidepanel-header-mpn {
  float: left;
}
.sidepanel-sendticket .sidepanel-content {
  font-size: 1.1rem;
}

#dropbg .sidepanel-sendticket .sidepanel-header-sup a {
  color: #5c5a5a;
  text-decoration: underline;
}
.sidepanel-sendticket .sidepanel-header-mpn .z2iconfont {
  margin-left: 15px;
  float: right;
}
.sidepanel-section-each {
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.sidepanel-section-issuetypes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sendticket-issuetype-each {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  padding: 15px 20px 15px 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  line-height: 1.5rem;
  font-size: 0.9rem;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  margin-right: 5px;
  width: 25%;
}

.sendticket-issuetype-each:hover,
.sendticket-issuetype-each.active {
  background: #eaf4fb;
}

.sendticket-issuetype-each.active {
  border: 1px solid #a4b7c6
}

.sendticket-issuetype-each .z2iconfont {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.sendticket-issuetype-each img {
  margin: 2px 0px 9px 0px;
}
.sendticket-field {
  border-radius: 4px;
  padding: 12px;
  border: 1px solid #cbcbcb;
  font-size: 1rem;
  width: 100%;
  font-weight: 300;
  background: #ffffff;
}

.sidepanel-section-label {
  font-size: 1.1rem;
}
.sidepanel-section-details {
  margin-top: 10px;
}
.btn-submiticketsend {
  background: #075c8d;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 20px;
  border: 1px solid #39779b;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  width: 100%;
  margin-top: 15px;
}

.btn-submiticket:hover {
  background: #086ba4;
}

.sidepanel-sendticket-thanks {
  text-align: center;
  margin: 30px;
  padding: 50px 0px 0px 0px;
  color: #2a2a2a;
  display: none;
}
.sidepanel-sendticket-thanks .fa-check-circle {
  font-size: 9rem;
  text-align: center;
  margin-bottom: 30px;
  color: #2b2a2a;
}

.sidepanel-sendticket-thanks h3 {
  margin-bottom: 5px;
}

.sidepanel-sendticket-thanks .btn-z2blue  {
  margin-top: 45px;
  width: 100%;
}

.btn-z2blue {
  background: #075c8d;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 20px;
  border: 1px solid #39779b;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  margin-top: 15px;
  margin: 0 auto;
}

.btn-z2blue:hover {
  background: #086ba4;
}

#managecolumns .ui-icon, .ui-widget-content .ui-icon {
  background-image: url(../img/ui-icons_555555_256x240.png);
}
.fieldsettitle {
  margin: 7px 0px 10px 0px;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
}

.ui-accordion-header.ui-accordion-header-collapsed:hover {
  background: #cbd3d7;
}
.ui-accordion .ui-accordion-content {
  padding: 20px;
  background: #eaeaea;
}
.ui-visual-focus {
  box-shadow: none;
}

.z2inventorytable tbody tr:hover td {
  background: #eeffee;
}

.z2inventorytable thead td {
  background: #d9dfe2;
  color: #2e2a2a;
  padding: 20px 10px;
  text-align: center;
  border-right: 1px solid #c1bebe;
}
.z2inventorytable tbody td {
  background: #ffffff;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.z2inventorytable tr td:last-child {
  border-right: 0px;
}
.z2inventorytable thead td:last-child
.z2inventorytable tbody td:last-child {
  border-right: 0px;
}
.z2inventorytable tbody tr:last-child td {
  border-bottom: 0px;
}
.z2invtable-buy {
  text-align: center;
}
.z2invtable-dist img {
  max-height: 45px;
  max-width: 80%;
}
.z2invtable-price-act {
  display: inline-block;
  width: 67%;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.z2invtable-price-break {
  float: right;
}
.z2inventorytable tbody tr:hover td.pricebreakactive {
  background: #f7faf7;
}
.z2inventorytable tbody tr:hover td.invpricebreaktd {
  background: #f7faf7;
}
.z2inventorytable tbody td.pricebreakactive {
  background: #f7faf7;
  position: relative;
}
.z2inventorytable tbody td.pricebreakactive:after {
  content: "";
  height: 3px;
  background: #f7faf7;
  width: 100%;
  position: absolute;
  bottom: -2px;
  z-index: 1;
  left: 0px;
}
.z2inventorytable tbody td.invpricebreaktd {
  background: #f7faf7;
  padding: 20px;
  border-bottom: 2px solid #d7d7d7;
}
.z2inventorytable tbody td .z2pricebreaktbl {
  width: 50%;
  margin: 0 auto;
  font-size: 0.8rem;
}
.z2inventorytable tbody td .z2pricebreaktbl td {
  border: 0px;
  border-bottom: 1px dotted #cdcdcd;
  padding: 3px;
  text-align: left;
  background: none;
}
.z2inventorytable tbody td .z2pricebreaktbl tr:hover td {
  background: none;
}
.z2inventorytable tbody td .z2pricebreaktbl td:first-child {
  min-width: 50px;
}
.pricebreakdiv {
  display: none;
}
.pricebreakdiv-contain h5 {
  text-align: left;
  padding-bottom: 10px;
  font-size: 0.9rem;
  margin: 0px;
}
.pricebreakdiv-contain {
  padding: 10px 20px 20px 10px;
}
#dropbg a.z2buybtn {
  background: #108b11;
  color: #ffffff;
  line-height: 1rem;
  padding: 10px 20px;
  font-size: 0.9rem;
  border: 0px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dropbg a.z2buybtn:hover {
  background: #0f7610;
}
#dropbg a.z2invtable-price-break.disabled {
  color: #b1b1b3;
  cursor: default;
}

/* Dropzone for BOM Upload */
/*
* The MIT License
* Copyright (c) 2012 Matias Meno <m@tias.me>
*/
@-webkit-keyframes passing-through {
0% {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px); }
30%, 70% {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }
100% {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px); } }
@-moz-keyframes passing-through {
0% {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px); }
30%, 70% {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }
100% {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px); } }
@keyframes passing-through {
0% {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px); }
30%, 70% {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }
100% {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
0% {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px); }
30% {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); } }
@-moz-keyframes slide-in {
0% {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px); }
30% {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); } }
@keyframes slide-in {
0% {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px); }
30% {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); } }
@-webkit-keyframes pulse {
0% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
10% {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
20% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); } }
@-moz-keyframes pulse {
0% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
10% {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
20% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); } }
@keyframes pulse {
0% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
10% {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
20% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); } }
#bomdropzone, #bomdropzone * {
box-sizing: border-box; }

#bomdropzone {
min-height: 400px;
border: 2px dotted rgba(0, 0, 0, 0.3);
background: white;
padding: 20px 20px; }
#bomdropzone.dz-clickable {
  cursor: pointer; }
  #bomdropzone.dz-clickable * {
    cursor: default; }
  #bomdropzone.dz-clickable .dz-message, #bomdropzone.dz-clickable .dz-message * {
    cursor: pointer; }
#bomdropzone.dz-started .dz-message {
  display: none; }
#bomdropzone.dz-drag-hover {
  border-style: solid; }
  #bomdropzone.dz-drag-hover .dz-message {
    opacity: 0.5; }
#bomdropzone .dz-message {
  text-align: center;
  margin: 2em 0; }
#bomdropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }
  #bomdropzone .dz-preview:hover {
    z-index: 1000; }
    #bomdropzone .dz-preview:hover .dz-details {
      opacity: 1; }
  #bomdropzone .dz-preview.dz-file-preview.dz-error .dz-image {
      background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
      border: 1px solid #999;
  }
  #bomdropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 50%;
    background: #ddffec;
  border: 1px solid #1e7243; }
  #bomdropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1; }
  #bomdropzone .dz-preview.dz-image-preview {
        z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 270px;
  font-size: 18px;
  min-width: 100%;
  max-width: 100%;
  padding: 1.8em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center; }
    #bomdropzone .dz-preview.dz-image-preview .dz-details {
      -webkit-transition: opacity 0.2s linear;
      -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
  #bomdropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 15px;
    border: none; }
    #bomdropzone .dz-preview .dz-remove:hover {
      text-decoration: underline; }
  #bomdropzone .dz-preview:hover .dz-details {
    opacity: 1; }
#bomdropzone .bomfileicon {
  margin-bottom: 10px;
}
  #bomdropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 270px;
    font-size: 18px;
    min-width: 100%;
    max-width: 100%;
    padding: 1.8em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
      line-height: 150%;
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
  }      #bomdropzone .dz-preview .dz-details .dz-size strong {
      font-weight: normal
  }
    #bomdropzone .dz-preview .dz-details .dz-size {
      margin-bottom: 1em;
      font-size: 12px; }
    #bomdropzone .dz-preview .dz-details .dz-filename {
      white-space: nowrap; }

      #bomdropzone .dz-preview .dz-details .dz-filename:not(:hover) {
        overflow: hidden;
        text-overflow: ellipsis;
width: 100%}
        #bomdropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
          border: 1px solid transparent; }
    #bomdropzone .dz-preview .dz-details .dz-filename span, #bomdropzone .dz-preview .dz-details .dz-size span {

      padding: 0 0.4em;
      border-radius: 3px; }
  #bomdropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px); }
  #bomdropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 270px;
    height: 270px;
    position: relative;
    display: block;
    z-index: 10; }
    #bomdropzone .dz-preview .dz-image img {
      display: block; }
  #bomdropzone .dz-preview.dz-error .dz-error-mark {
    display: none;
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
  #bomdropzone .dz-preview .dz-success-mark, #bomdropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px; }
    #bomdropzone .dz-preview .dz-success-mark svg, #bomdropzone .dz-preview .dz-error-mark svg {
      display: block;
      width: 54px;
      height: 54px; }
  #bomdropzone .dz-preview .dz-progress {
      margin-top: 50px !important;
  }
  #bomdropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  #bomdropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
  #bomdropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite; }
  #bomdropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden; }
    #bomdropzone .dz-preview .dz-progress .dz-upload {
      background: #333;
      background: linear-gradient(to bottom, #666, #444);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 0;
      -webkit-transition: width 300ms ease-in-out;
      -moz-transition: width 300ms ease-in-out;
      -ms-transition: width 300ms ease-in-out;
      -o-transition: width 300ms ease-in-out;
      transition: width 300ms ease-in-out; }
  #bomdropzone .dz-preview.dz-error .dz-error-message {
    opacity: 1;
  pointer-events: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* font-size: 1.3rem; */
  text-align: center;
  width: 100%;
display: block}
  #bomdropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto; }
  #bomdropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; }
    #bomdropzone .dz-preview .dz-error-message:after {
      content: '';
      position: absolute;
      top: -6px;
      left: 64px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #be2626;    top: -6px;
  left: 50%;
  transform: translateX(-50%); }

@media(min-width:1600px){
  .partdetail-cleaninfo table {
      width: 80%;
  }
  #z2-2cols-sub-2cols-right {
      width: 400px;
  }
  .z2-boxstyle1-td-colheader {
      width: 250px;
  }
  .z2tableA {
      font-size: 1rem;
  }
}

@media(min-width:1800px){

  .z2-scorecard {
      flex-wrap: nowrap;
  }
  .scorecard-parts .z2-scorecard-each:nth-child(3n) {
      margin-right: 10px;
  }
  .scorecard-parts .z2-scorecard-each:last-child {
      margin-right: 0px;
  }
  .partdetail-img {
      height: 155px;
  }

}

.edit-menu, .set-status {padding: 0 !important;}


/* Css For The Saved & Recent & User Area For Header */
.z2dropdowns {position: relative; z-index: 20;display:inline-block}
.z2dropbg .z2dropdowns {background-color: #FFF}
.z2dropdowns .z2dropdowns-labeltext {text-decoration: none;display: block;padding: 19px 10px 19px 15px;}
.z2dropdowns-labeltext:hover {background: #232d44 !important;}
.z2dropdowns .triangle {float: right;margin-top: 7px;}

.z2dropbg {
  background: rgba(0, 18, 59, 0.6);
  position: fixed;
  top: 0px; left: 0;
  right: 0px; bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: none;
  max-height: 100vh;
  overflow: hidden;
}

.z2dropbg.active-bg {z-index: 100000;}
.dropdown-rightalign {position:absolute;right: 0;}
.dropdown-leftalign {position:absolute;left: 0;}
.z2dropdowns .drop-recent,
.z2dropdowns .drop-user {top: 100% !important;}

.z2dropdowns-labeltext {
  color: #FFF !important;
  text-decoration: none;
  display: block;
  padding: 19px 10px 19px 15px;
}
.active-dropdown-btn .z2dropdowns-labeltext {color: #1e1e1f !important;}
.active-dropdown-btn .z2dropdowns-labeltext .usericon {color: #FFF !important;}
.active-dropdown-btn .z2dropdowns-labeltext:hover {background-color: #FFF !important;}
.active-dropdown-btn {background-color: #FFF;color: #1e1e1f !important;z-index: 200000;}

.active-dropdown-btn:hover {background-color: #FFF !important}


.padding-user:hover .usericon {
  background: #2a3b91;
}


.products-box {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  color: #48484a;
  font-size: 1rem;
  left: 0px;
  top: 100%;
  width: 630px;
}
.z2dropdowns .products-msg {text-decoration: none;display: block;padding: 16.5px 15px;}
.products-box .sub-menu .menu-item .menu-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 10px 30px 20px;
  cursor: pointer;
}
.products-box .sub-menu .menu-item .menu-box .menu-icon {
  float: left;
  width: 10%;
  text-align: center;
  margin-top: 4px;
  margin-left: 20px;
  margin-right: 20px;
}
.products-box .sub-menu .menu-item .menu-box .menu-text {
  float: left;
  width: 80%;
  padding-left: 10px;
  padding-right: 60px;
}
.products-box .sub-menu .menu-item .menu-box .menu-text h5 {
  font-size: 1.1rem;
  color: #3d3d40;
  margin: 0px 0px 5px 0px;
  font-weight: 400;
}
.products-box .sub-menu .menu-item .menu-box .menu-action {
  width: 130px;
  align-self: flex-end;
  padding-right: 30px;
}
.products-box .sub-menu .menu-item .menu-box .menu-action a {
  align-self: flex-end;
  border-radius: 4px;
  padding: 5px 10px;
  width: 110px;
  font-weight: 300;
  font-size: 0.8rem;
  display: flex;
}
.products-box .triangle-right {
  margin: 0px 5px 0px 5px;
  float: left;
  transform: scale(0.7);
}
.products-box .sub-menu .menuprod-pr .menu-box:hover {
  background: #fff3f3;
}
.products-box .sub-menu .menuprod-si .menu-box:hover {
  background: #f3f3ff;
}
.products-box .sub-menu .menuprod-sc .menu-box:hover {
  background: #ebf3fd;
}
.products-box .sub-menu .menuprod-at .menu-box:hover {
  background: #fff5ed;
}
.products-box .z2prodselect-currentproduct {
  font-size: 80%;
  font-weight: 300;
  text-align: center;
}
.products-box .triangle-down {
  line-height: 1.5rem;
  margin-top: 2px;
}

.search-box {
  float: left;
  background: #f9f9fb;
  border-radius: 4px 0px 0px 4px;
  color: #575757;
  font-weight: 300;
  border: 0px;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0px;
  letter-spacing: 0.1px;
}
.search-box  .z2drop-labeltext {
  padding: 10.2px 15px 10.2px 15px;
  float: left;
}
.drop-searchtype {
  top: 38px;
}
.saved-menu {
  z-index: 1000000;
  color: #333;
}
app-mini-partforecast .rohs-notcompliant {
    white-space: initial !important; 
}