.height-stable {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: 12px;
  height: 100%;
  width: 100wh;
  overflow: auto;
}

main {
  min-height: calc(100% - 80px);
}

.w-main-wrapper {
  min-height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header {
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid gainsboro;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1999;
  -webkit-box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
          box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
}

button {
  border: 0;
  padding: 0;
  background-color: #f0f0f0;
}

button:focus {
  outline: 0;
}

.open-side-btn {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hide-button {
  border: 1px #f0f0f0 solid;
  width: 26px;
  height: 23px;
  cursor: pointer;
}

.hide-button:hover {
  border: 1px #d0d0d0 solid;
  border-radius: 2px;
}

.hide-button .burger-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 auto;
  opacity: .7;
}

.hide-button .burger-btn .bbar {
  width: 19px;
  height: 2px;
  background-color: black;
  margin: 3px auto;
}

.hide-button .burger-btn:hover, .hide-button .burger-btn:focus {
  opacity: 1;
}

.logo img {
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
}

.nav-side {
  position: absolute;
  z-index: 2;
  top: 46px;
}

.side-details {
  display: none;
  min-width: 160px;
  min-height: 170px;
  left: 0px;
  top: 50px;
  border-left: 1px rgba(0, 0, 0, 0.15) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
  border-right: 1px rgba(0, 0, 0, 0.15) solid;
  border-radius: 1px;
  background-color: white;
  -webkit-box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 2px 12px rgba(15, 20, 24, 0.2);
          box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 2px 12px rgba(15, 20, 24, 0.2);
  padding: 20px;
}

.side-details a {
  list-style: none;
  line-height: 2.333rem;
  font-size: 1.166rem;
  display: block;
  color: #0071bc;
  text-decoration: none;
}

.side-details a:hover, .side-details a:focus {
  color: #004fec;
}

.rs {
  margin-left: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rs .rs-edge {
  margin: 0 25px;
}

.rs a {
  color: #5e5e5e;
  text-decoration: none;
  font-size: 1.166rem;
}

.rs a:hover, .rs a:focus {
  color: #3c3c3c;
  text-decoration: underline;
}

/* Dropdown Button */
.show {
  display: block;
}

.ms-c {
  position: absolute;
  left: 225px;
  top: 0px;
  background: #f0f0f0;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-search-wrapper {
  border: 1px solid #d0d0d0;
  background-color: white;
  border-radius: 17px;
  width: 470px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 1.166rem;
}

.breadcrumbs-wrapper {
  margin: 6px 25px;
}

.breadcw-atl {
  margin: 5px 0;
}

.cr-root {
  font-size: 1.125rem;
  color: #0071bc;
  font-weight: 400;
}

.cr-root:hover {
  color: #004fec;
}

.breadcrumbs {
  border-bottom: gainsboro 1px solid;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs p {
  font-size: 1.125rem;
  font-weight: 400;
}

.breadcrumbs .root-page {
  margin-right: 8px;
}

.breadcrumbs .root-page h2 {
  font-size: 1.125rem;
  color: #0071bc;
  font-weight: 400;
}

.breadcrumbs .root-page h2:hover {
  color: #004fec;
}

.breadcrumbs .middle-dot {
  font-size: 3rem;
  margin-right: 8px;
}

.breadcrumbs .current-page {
  font-size: 1.125rem;
  font-weight: 100;
  color: #282828;
}

footer {
  height: 30px;
  width: 100%;
  background-color: #f0f0f0;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 25px;
  font-size: 1.166rem;
}

footer .footer-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

footer .footer-item {
  margin-right: 20px;
}

footer a {
  color: #5e5e5e;
  text-decoration: none;
  font-size: 1.166rem;
}

footer a:hover, footer a:focus {
  color: #3c3c3c;
  text-decoration: underline;
}

.assets-container {
  float: right;
  background: white;
  margin: 5px 0 5px 10px;
  max-width: 360px;
  min-width: 250px;
  border: 1px solid gainsboro;
}

.assets-container .side-image {
  width: 100%;
  height: auto;
}

.assets-container .assets-object-title {
  padding: 4px 10px;
}

.assets-container .assets-object-title span {
  font-size: 1.125rem;
  font-weight: bold;
}

.assets-container .assets-mfg {
  padding: 10px;
}

.assets-container .assets-mfg span {
  font-size: 1.5rem;
  font-weight: bold;
}

.assets-container .assets-text {
  padding: 0 10px 5px;
}

.assets-container .assets-hl {
  width: 100%;
  border-bottom: 1px solid gainsboro;
  margin: 20px 0;
}

.assets-container .assets-mfg-text {
  padding: 0 10px 10px;
  line-height: 1.75rem;
  font-size: 1.166rem;
}

.assets-container .assets-mfg-url {
  text-decoration: none;
  color: #0071bc;
  padding-left: 3px;
}

.assets-container .assets-mfg-url:hover {
  color: #004fec;
}

.clhd {
  display: none;
}

.mg25 {
  margin: 25px;
}

.mg-b2 {
  margin-bottom: 2px;
}

.mg-b5 {
  margin-bottom: 5px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-t50 {
  margin-top: 50px;
}

.mg-l25 {
  margin-left: 25px;
}

.mg-l20 {
  margin-left: 20px;
}

.mg-r25 {
  margin-right: 25px;
}

.mg-l101 {
  margin-left: 101px;
}

.mg-l10 {
  margin-left: 10px;
}
.mg-r15 {
  margin-right: 15px;
}

.mg-r20 {
  margin-right: 20px;
}

.mg-b1 {
  margin-bottom: 1px;
}
.mg-t30 {
  margin-top: 30px;
}
.mg-t15 {
  margin-top: 15px;
}

.mg-t10 {
  margin-top: 10px;
}

.mg-b40 {
  margin-bottom: 40px;
}
.modal-body .attRowsConfig .tdAttTitle {
  width: 500px;
  font-size: 1.08rem;
}
.flex-sb-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-sb-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-fs-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-fs-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fx-se-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-c-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-fe-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w100 {
  width: 100%;
}

.ovx {
  overflow-x: auto;
}

.ftbold {
  font-weight: 600;
}

@media (max-width: 900px) {
  header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ms-c {
    left: 0;
    top: 45px;
    width: 100%;
    -webkit-box-shadow: 0 4px 2px -2px rgba(169, 169, 182, 0.55);
            box-shadow: 0 4px 2px -2px rgba(169, 169, 182, 0.55);
  }
  .main-search-wrapper {
    border-radius: 22px;
    height: 33px;
    width: calc(100% - 50px);
    margin-top: -5px;
  }
  .side-details {
    margin-top: 44px;
  }
  .breadcrumbs-wrapper, .breadcw-atl {
    margin-top: 50px;
  }
  .flatPage {
    margin-top: 30px;
  }
}

.breadcrumbswrk-wrapper {
  margin: 5px 0 3px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.breadcrumbswrk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumbswrk a {
  text-decoration: none;
}

.breadcrumbswrk h2 {
  font-size: 1.125rem;
  color: #0071bc;
  font-weight: 400;
}

.breadcrumbswrk h2:hover {
  color: #004fec;
}

.breadcrumbswrk .middle-dot, .breadcrumbswrk .middle-dot-root {
  font-size: 3rem;
  margin: 0 8px;
}

.breadcrumbswrk .root-page-home, .breadcrumbswrk .middle-dot-root {
  display: none;
}

.breadcrumbswrk .current-page {
  font-size: 1.125rem;
}

.w-crumbs-hl {
  border-bottom: 1px solid gainsboro;
  width: 100%;
}

.two-pane-wrapper {
  display: none;
  width: 100%;
  height: calc(100vh - 50px);
}

#id_w_tables_wrapper {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.left-nav-w-wrapper {
  background-color: #f6f6f6;
  border-right: 1px solid gainsboro;
}

.left-nav-w-wrapper .left-pane-w-container {
  width: 190px;
  padding: 20px;
}

.left-nav-w-wrapper .left-pane-w-container a {
  text-decoration: none;
}

.left-nav-w-wrapper .left-pane-title {
  font-size: 1.75rem;
  font-weight: 100;
  color: #282828;
  margin-bottom: 10px;
}

.left-nav-w-wrapper .left-pane-title:hover {
  color: #004fec;
}

.left-nav-w-wrapper .item-title-left-pane {
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.166rem;
  line-height: 2.5rem;
}

.left-nav-w-wrapper .item-title-left-pane .w-left-nav-item {
  color: #0071bc;
}

.left-nav-w-wrapper .item-title-left-pane .w-left-nav-item:hover {
  color: #004fec;
}

.left-nav-w-wrapper .item-title-left-pane .active-link {
  color: #999999;
}

.left-nav-w-wrapper .item-title-left-pane .active-link:hover {
  color: #999999;
}

.main-page-central-wrapper {
  width: 100%;
}

.work-central-btn-page {
  margin: 50px;
  width: 450px;
  margin: auto;
}

.workflow-start-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
  margin: 50px auto;
}

.workflow-start-page-wrapper .w-title {
  font-size: 3rem;
  font-weight: bold;
  color: #3c3c3c;
}

.search-work-main-wrapper {
  margin: 25px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}

.search-work-main-wrapper input {
  outline: none;
}

.search-work-main-wrapper .search-work-bar {
  border: none;
  width: 100%;
  font-size: 1.166rem;
  padding-left: 10px;
}

.search-work-main-wrapper:hover {
  border: 1px solid #999999;
  -webkit-box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 1px 13px rgba(11, 17, 24, 0.15);
          box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 1px 13px rgba(11, 17, 24, 0.15);
  -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
}

.btn-icon-w-search, .btn-icon-w-table-search {
  font-size: 1.166rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: white;
  background-color: gainsboro;
  border: 1px solid #d0d0d0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 60px !important;
  height: 40px;
  margin-right: -1px;
}

.btn-icon-w-search:hover, .btn-icon-w-table-search:hover {
  background-color: #999999;
  color: white;
  border: 1px solid #999999;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-icon-w-table-search {
  height: 34px;
}

.adminBtn-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adminBtn-wrapper a {
  text-decoration: none;
}

.w-item-wrapper {
  margin: 5px 0;
}

.btn-vendor-item-main, .btn-contact-item-main, .btn-customer-item-main, .btn-part-item-main {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 45px;
  border-radius: 8px;
  font-size: 1.5rem;
  color: white;
  border: 1px solid #0071bc;
  background-color: #0071bc;
}

.btn-vendor-item-main:hover, .btn-contact-item-main:hover, .btn-customer-item-main:hover, .btn-part-item-main:hover {
  background-color: #004fec;
  color: white;
  border: #004fec;
  -webkit-transition: .1s;
  transition: .1s;
}

.btn-contact-item-main {
  border: 1px solid #999999;
  background-color: #190b41;
}

.btn-contact-item-main:hover {
  background-color: black;
  border: black;
}

.btn-customer-item-main {
  border: 1px solid #1a9c36;
  background-color: #1a9c36;
}

.btn-customer-item-main:hover {
  background-color: #004b16;
  border: #004b16;
}

.btn-part-item-main {
  border: 1px solid #d22d2d;
  background-color: #d22d2d;
}

.btn-part-item-main:hover {
  background-color: #b30000;
  border: #b30000;
}

.w-central-page-title {
  margin: 10px 0;
  min-height: 35px;
  border-radius: 3px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.75rem;
  font-weight: 100;
  color: #282828;
  padding-left: 10px;
}

.w-top-nav-wrapper {
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 50px);
}

.w-search-create-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-search-create-wrapper .w-search-field-wrapper {
  width: 400px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}

.w-search-create-wrapper .w-search-field-wrapper input {
  outline: none;
}

.w-search-create-wrapper .w-search-field-wrapper .search-work-bar {
  border: none;
  width: 100%;
  font-size: 1.166rem;
  padding-left: 10px;
}

.w-search-create-wrapper .w-search-field-wrapper:hover {
  border: 1px solid #999999;
  -webkit-box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 1px 13px rgba(11, 17, 24, 0.15);
          box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 1px 13px rgba(11, 17, 24, 0.15);
  -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
}

.w-create-btn, .w-createQuote-btn, .w-createOrder-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 33px;
  border-radius: 20px;
  border: 1px solid #0071bc;
  background-color: #0071bc;
  color: #fcfcfc;
  text-align: center;
  font-size: 1.166rem;
}

.w-create-btn input, .w-createQuote-btn input, .w-createOrder-btn input {
  outline: none;
}

.w-create-btn:hover, .w-createQuote-btn:hover, .w-createOrder-btn:hover {
  color: white;
  background-color: #004fec;
  border: 1px solid #004fec;
  -webkit-transition: .3s;
  transition: .3s;
}

.w-createQuote-btn, .w-createOrder-btn {
  width: 200px;
}

.w-table-hLine {
  display: none;
}

.w-content-wrapper {
  width: 100vw;
  overflow-x: hidden;
}

.w-central-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-central-table-hl {
  margin: 10px 25px 0;
  width: calc(100% - 50px);
  border-top: 1px solid gainsboro;
}

.w-central-table-wrapper {
  margin: 0 25px;
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-ls, .w-table-vl, .w-rs, .w-companyTable-vl {
  min-height: calc(100vh - 210px);
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: hidden;
}

.w-rs-parts {
  min-height: calc(100vh - 180px);
  max-height: calc(100vh - 180px);
  /* harshita changed this from width: 100%*/
  min-width: 40%;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}

.w-ls {
  display: block;
  min-width: 55%;
  padding-right: 1px;
  overflow-x: auto;
}

.w-rfqLS {
  min-width: 70%;
}

.w-ls-narrow {
  min-width: 45%;
}

.w-ls-two {
  /* harshita changed this from 75%*/
  min-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1px;
}

.w-lsTwo-ls {
  min-height: calc(100vh - 210px);
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: auto;
  margin-right: 2px;
}

.w-lsTwo-ls .w-lsFolder-row {
  font-size: 1.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 0;
}

.w-lsTwo-ls .w-lsFolder-company {
  min-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
}

.w-lsTwo-ls .w-lsFolder-company:hover {
  background-color: #f0f0f0;
}

.w-lsTwo-rs {
  min-height: calc(100vh - 210px);
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: auto;
  padding: 0 1px 0 5px;
  width: 100%;
}

.w-centralTbl-rs {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.05rem;
}

.w-centralTbl-rs .notActiveRow-rs {
  background-color: white;
  border-bottom: 0.5px solid gainsboro;
  border-collapse: collapse;
}

.w-centralTbl-rs .notActiveRow-rs:hover {
  background-color: #f0f0f0;
}

.w-centralTbl-rs .notActiveRow-rs:active {
  background-color: #f0f0f0;
}

.w-centralTbl-rs .activeRow-rs {
  background-color: #d6ecfd;
}

.w-centralTbl-rs .w-avatarWrap {
  height: 10px;
  width: 10px;
  border: 1px solid dimgray;
  border-radius: 3px;
  background-color: #d0d0d0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
}

.w-centralTbl-rs .w-centralTbl-rs-td1 {
  padding: 8px 3px;
  max-width: 15px;
  min-width: 15px;
  width: 15px;
}

.w-centralTbl-rs .w-centralTbl-rs-td2 {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 135px;
  padding: 0 5px;
}

.w-centralTbl-rs .pd-5 {
  padding: 5px;
}

.w-centralTbl-rs .w-centralTbl-rs-td3 {
  padding-right: 5px;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.5px solid gainsboro;
  color: dimgray;
}

.w-centralTbl-rs .w-centralTbl-rs-td4 {
  color: dimgray;
  padding-right: 10px;
  text-align: right;
  border-right: 0.5px solid gainsboro;
}

.w-centralTbl-rs .w-centralTbl-rsLast {
  padding: 0 10px;
}

.w-central-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.125rem;
}

.w-central-table .notActiveRow {
  background-color: white;
  border-bottom: 0.5px solid gainsboro;
  border-collapse: collapse;
}

.w-central-table .notActiveRow:hover {
  background-color: #f0f0f0;
}

.w-central-table .notActiveRow:active {
  background-color: #f0f0f0;
}

.w-central-table .activeRow {
  background-color: #d6ecfd;
  padding: 30px;
}

.w-central-table .w-central-table-Num {
  width: 31px;
  padding: 3px 10px 3px 0;
}

.w-central-table .objectNum-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 15px;
  font-size: 1.08rem;
  height: 29px;
}

.w-central-table .objectNum-wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: white;
}

.w-central-table .objectNum-wrapper-convert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2bae0a;
  border: 1px solid #2bae0a;
  border-radius: 15px;
  font-size: 1.08rem;
  height: 29px;
}

.w-central-table .objectNum-wrapper-convert span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: white;
}

.w-central-table .w-central-table-td1 {
  padding-right: 5px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 110px;
}

.w-central-table .w-central-table-td2 {
  color: dimgray;
  padding: 10px;
  min-width: 90px;
  text-align: right;
  border-right: 0.5px solid gainsboro;
}

.w-central-table .w-central-table-td3 {
  color: dimgray;
  color: #0071bc;
  max-width: 40px;
  min-width: 40px;
  padding: 10px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.5px solid gainsboro;
}

.w-central-table .w-central-table-td3:hover {
  color: #004fec;
}

.w-central-table .w-central-table-td4 {
  color: dimgray;
  text-align: left;
  padding: 10px;
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.5px solid gainsboro;
}

.w-central-table .w-central-table-td5 {
  color: dimgray;
  padding: 0 5px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 135px;
  border-right: 0.5px solid gainsboro;
}

.w-central-table .w-central-table-td6 {
  color: dimgray;
  padding: 10px 15px 10px 5px;
  text-align: right;
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-central-table .w-span-inTable {
  color: #999999;
}

.w-central-table .trCentral-email {
  padding: 5px 15px 5px 10px;
  border-right: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-width: 170px;
  color: #0071bc;
}

.w-central-table .trCentral-email:hover {
  color: #004fec;
}

.w-central-table .trCentral-first {
  border-right: 0.5px solid gainsboro;
  padding: 6px 5px;
  max-width: 125px;
  min-width: 125px;
}

.w-central-table .trCentral-second {
  max-width: 120px;
  min-width: 120px;
}

.w-tableRFQ {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.08rem;
}

.w-tableRFQ .notActiveRow {
  background-color: white;
  border-bottom: 0.5px solid gainsboro;
  border-collapse: collapse;
}

.w-tableRFQ .notActiveRow:hover {
  background-color: #f0f0f0;
}

.w-tableRFQ .notActiveRow:active {
  background-color: #f0f0f0;
}

.w-tableRFQ .activeRow {
  background-color: #d6ecfd;
}

.w-tableRFQ .w-rfq-td1 {
  border-right: 1px solid #f6f6f6;
  max-width: 62px;
  min-width: 62px;
  width: 62px;
}

.w-tableRFQ .w-rfq-td1 .w-rfqTd1-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0071bc;
  max-width: 60px;
  min-width: 60px;
}

.w-tableRFQ .w-rfq-td1 .w-rfqTd1-div:hover {
  color: #004fec;
}

.w-tableRFQ .w-rfq-td2 {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
}

.w-tableRFQ .w-rfq-PN {
  max-width: 125px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid gainsboro;
  border-radius: 4px;
  background-color: #fffbb3;
  padding: 1px 2px;
}

.w-tableRFQ .w-rfq-Title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 8px 0 2px;
  max-width: 250px;
}

.w-tableRFQ .w-rfq-PN-plus {
  font-size: 1.166rem;
  border: 1px solid gainsboro;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-color: #ccffb3;
  white-space: nowrap;
  overflow: hidden;
}

.w-tableRFQ .w-rfq-td3 {
  padding: 0 10px 0 8px;
  max-width: 185px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-table-vl, .w-companyTable-vl {
  border-right: 1px solid gainsboro;
}

.w-rs {
  min-width: 400px;
  width: 100%;
  display: none;
}

.w-rs-container {
  margin: 0 0 10px 0;
  border: 1px solid rgb(220, 220, 220);
  border-top: none;
}

.w-itemsTbl-container {
  border: none;
}

.w-container-wide {
  min-width: 500px !important;
}

.w-rs-header-sticky {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  top: 0;
  margin: 0 -10px;
  z-index: 4;
}

.w-rs-container-header-sticky {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  border-bottom: 1px solid gainsboro;
  -webkit-box-shadow: 0 1px 10px rgba(101, 101, 110, 0.15);
          box-shadow: 0 1px 10px rgba(101, 101, 110, 0.15);
  border-top: 1px solid gainsboro;
  top: -2px;
  z-index: 4;
}

.w-itemsTbl-header {
  border-bottom: 1px solid gainsboro;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 1px solid white;
  z-index: 4;
}

.w-details-summary-person {
  font-size: 1.5rem;
  margin: 5px 10px 0 10px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w-itemsTbl-company {
  font-size: 1.833rem;
  margin: 0 10px 2px 10px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w-details-summary-company {
  font-size: 1.166rem;
  margin: 3px 10px 5px;
  color: #999999;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 15px;
}

.w-parts-summary {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.w-detailsCompnay {
  margin: 12px 10px;
}

.w-summaryDrop-wrapper {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-summaryDrop-wrapper .w-summaryDrop {
  border: 1px solid gainsboro;
  color: #004fec;
  border-radius: 4px;
  font-size: 1.125rem;
  padding: 2px;
}

.w-summary-hSpacer {
  height: 8px;
}

.w-summary-title {
  font-size: 1rem;
  margin-bottom: 1px;
  color: #999999;
}

.w-summaryAdmin {
  margin-right: 5px;
  font-size: 1.125rem;
  color: #999999;
}

.w-summary-ordNum, .w-summary-date, .w-summary-total, .w-summary-total-items, .w-summary-subtotal-item, .w-summary-subtotal-prop, .w-summary-items-subtotal-prop, .w-summary-customerPO, .w-summary-transactionID, .w-quote-fob, .w-vendorPO-fob, .w-quote-items-subtotal-prop, .w-quote-total-items, .w-po-fob, .w-po-items-subtotal-prop, .w-po-total-items {
  font-size: 1.125rem;
  color: #002266;
  max-width: 120px;
  margin-right: 5px;
  word-wrap: break-word;
}

.txt-up {
  text-transform: uppercase;
}

.quote-fob-wrapper, .vendorPO-fob-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-summary-userEmail {
  font-size: 1.166rem;
  margin-bottom: 1px;
  color: #002266;
  padding: 3px 4px 0 0;
  word-wrap: break-word;
  max-width: 220px;
}

.w-summary-items-subtotal-prop, .w-quote-items-value .w-po-items-value {
  margin-right: 0;
}

.w-summary-subtotal-prop {
  margin-right: 0px;
}

.w-summary-total-items {
  font-size: 1.1rem;
}

.w-quote-total-items, .w-quote-items-subtotal-prop, .w-po-total-items, .w-po-items-subtotal-prop {
  font-size: 1.1rem;
  padding-top: 2px;
}

.w-details-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  background-color: #fcfcfc;
  padding: 8px;
  margin-right: -10px;
  border-radius: 6px;
  font-size: 1.1rem;
}

.w-details-print a {
  text-decoration: none;
  color: #0071bc;
  line-height: 1.833rem;
}

.w-details-print a:hover {
  color: #004fec;
}

.w-deleteObject {
  position: relative;
}

#id_objectDelete-ButtonsWrapper {
  display: none;
  position: absolute;
  width: 350px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: -198px;
  top: 20px;
}

.w-details-user-delete {
  color: #d22d2d;
  padding-top: 2px;
}

.w-details-user-delete:hover {
  color: #b30000;
}

.w-table-deleteText {
  background-color: #fcfcfc;
  margin: 3px 0;
  color: #d22d2d;
}

.w-table-convertText {
  background-color: #fcfcfc;
  margin: 3px 0;
  color: #004fec;
}

.w-table-deleteText:hover {
  color: #b30000;
}

.w-table-convertText:hover {
  color: #004fec;
}

.w-summary-hl {
  border-bottom: 1px solid gainsboro;
}

.w-summary-row {
  margin: 10px 10px 5px 20px;
}

.w-items-summary-row {
  background-color: #f6f6f6;
  background-color: #fcfcfc;
  padding: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(121, 121, 140, 0.55);
          box-shadow: 0 1px 4px rgba(121, 121, 140, 0.55);
}

.w-items-summary-row:hover {
  background-color: #f6f6f6;
}

.summaryItemText {
  color: #002266;
  font-weight: 600;
}

.w-ship-bill-row {
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.w-ship-address, .w-bill-address, .w-order-notes, .w-quotes-terms-wrapper, .w-pos-terms-wrapper {
  font-size: 1.125rem;
  line-height: 1.7rem;
  margin: 10px 10px;
  border: 1px solid gainsboro;
  background-color: white;
  border-radius: 6px;
  padding: 5px 10px;
}

.w-ship-address p, .w-bill-address p, .w-order-notes p, .w-quotes-terms-wrapper p, .w-pos-terms-wrapper p {
  text-overflow: ellipsis;
  overflow: hidden;
}

.w-bill-address {
  margin-top: 0px;
}

.action-item {
  font-size: 1.25rem;
  color: green;
  padding-bottom: 2px;
}

.notes-order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.note-text-container {
  margin: 0px 0 20px 25px;
  padding: 0 0;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.125rem;
}

.note-text-container .note-date-order {
  margin-right: 5px;
  color: #999999;
}

.noteDelete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.08rem;
}

.noteDelete-x {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1px 4px;
  line-height: 1.3rem;
  color: #999999;
}

.noteDelete-x:hover {
  cursor: pointer;
  color: white;
  border-color: #b30000;
  background-color: #d22d2d;
}

.note-text-message {
  border: 1px solid #d6ecfd;
  border-radius: 10px 0 0 10px;
  background-color: #d6ecfd;
  color: black;
  padding: 5px 10px;
  line-height: 1.7rem;
}

.w-modalItemsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.w-summary-item-header-item-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  color: #0071bc;
}

.w-summary-item-header-item-edit #id_item_edit:hover {
  cursor: pointer;
  color: #004fec;
}

.w-summary-item-header-item-edit #id_item_delete {
  cursor: pointer;
  border: 1px solid gainsboro;
  border-radius: 3px;
  padding: 4px;
  margin-left: 5px;
  color: #d22d2d;
}

.w-summary-item-header-item-edit #id_item_delete:hover {
  color: #b30000;
}

.w-summary-item-title {
  font-size: 1.125rem;
  color: #0071bc;
  text-decoration: none;
  padding-bottom: 4px;
}

.w-modalItemTitle {
  display: block;
  font-size: 1.166rem;
  color: #0071bc;
  text-decoration: none;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w-modalPartTitle {
  font-size: 1.166rem;
  margin-bottom: 10px;
  margin-right: 15px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w-modalItemsEditDelete-wrapper {
  margin-bottom: 4px;
  max-width: 82%;
}

.w-summary-order-title {
  font-size: 1.166rem;
  color: #0071bc;
  text-decoration: none;
}

.order-lineNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0071bc;
}

.order-lineNum span, .order-lineNum .order-lineNum-Date {
  color: #282828;
}

.w-ordersSummary-table {
  padding: 5px 10px;
}

.w-itemsTbl {
  font-size: 1.084rem;
  border-collapse: collapse;
  width: 100%;
}

.w-itemsTbl .w-itemsTbl-topTr {
  text-align: left;
  border-bottom: 1px solid gainsboro;
}

.w-itemsTbl .w-itemsTbl-topTr th {
  padding: 0 5px;
}

.w-itemsTbl .w-itemsTbl-topTr .w-itemsTbl-thFirst {
  padding-left: 0;
}

.w-itemsTbl .w-itemsTbl-topTr .w-itemsTbl-thLast {
  text-align: right;
  padding-right: 0;
}

.w-itemsTbl .w-itemsTbl-tr {
  border-bottom: 1px solid gainsboro;
}

.w-itemsTbl .w-itemsTbl-tr:hover {
  background-color: #fffbb3;
}

.w-itemsTbl .w-itemsTbl-td1 {
  padding: 3px 5px;
  border-right: 1px solid #f6f6f6;
}

.w-itemsTbl .w-itemsTbl-td2 {
  max-width: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-itemsTbl .w-itemsTbl-td4 {
  max-width: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-itemsTbl .w-itemsTbl-first {
  padding-left: 0;
}

.w-itemsTbl .w-itemsTbl-tdLast {
  padding-right: 0;
  text-align: right;
  border-right: none;
}

.w-itemsTbl .w-itemsTbl-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.w-itemsTbl .w-tbl-moreParts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 15px;
  max-width: 16px;
  border: 1px solid gainsboro;
  border-radius: 3px;
  margin-left: 5px;
  background-color: #ccffb3;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
}

.w-itemsTbl .w-itemsTbl-link {
  color: #0071bc;
}

.w-summary-item-property-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7rem;
}

.w-modalLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2px;
}

.w-summary-item-shipping-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-height: 22px;
  font-size: 1.1rem;
}

.w-summary-prop, .w-summary-items-subtotal-prop {
  font-size: 1.1rem;
  min-width: 85px;
}

.w-quote-items-subtotal-prop, .w-po-items-subtotal-prop {
  padding-top: 2px;
  min-width: 85px;
  margin-right: 0;
}

.w-quote-item-label, .w-po-item-label {
  font-size: 1.1rem;
  min-width: 85px;
  padding-top: 3px;
}

.w-quote-items-value, .w-po-items-value {
  font-size: 1.1rem;
  max-width: 165px;
  min-width: 160px;
  padding-top: 3px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.w-summary-item-property {
  font-size: 1.1rem;
  color: #282828;
  font-weight: 100;
  min-width: 160px;
  text-transform: capitalize;
}

.w-summary-subtotal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.w-summary-subtotal-header .w-shipping-method {
  padding-bottom: 5px;
  color: green;
  font-size: 1.25rem;
  width: 150px;
}

.summary-quoteTable {
  width: 100%;
  margin: 10px 0;
  font-size: 1.08rem;
  border-collapse: collapse;
  background-color: white;
}

.summary-quoteTable th, .summary-quoteTable td {
  border: 1px solid #e6e6e6;
  padding: 2px 15px 2px 20px;
  text-align: right;
  border-spacing: 0;
  white-space: nowrap;
}

.summary-quoteTable th {
  font-weight: 100;
  font-size: 1.1rem;
}

.w-summary-subtotal, .w-summary-subtotal-prop {
  font-size: 1.1rem;
  min-width: 120px;
}

.modal-createForm {
  display: none;
  position: fixed;
  overflow-x: auto;
  top: -1px;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  background-color: white;
}

.modal-content {
  outline: 0;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
  background-color: white;
  border: 1px solid #f6f6f6;
  max-width: 1200px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  -webkit-animation-name: modalshow;
          animation-name: modalshow;
  -webkit-animation-duration: var(--modal-fade);
          animation-duration: var(--modal-fade);
}

.modalHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fcfcfc;
  height: 90px;
  max-height: 90px;
  margin-bottom: 25px;
  border-bottom: 1px solid gainsboro;
  z-index: 4;
}

.modalHeader #id_modalHeader_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modalHeader #id_modalHeader_top .modalHeader-topLS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.67rem;
  color: black;
}

.modalHeader #id_modalHeader_top .modalHeader-topLS .modalHeader-AddEdit {
  padding-right: 5px;
}

.modalHeader #id_modalHeader_top .modalHeader-topRS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modalHeader .modalHeader-bottom {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modalClose-Btn {
  font-family: 'Nunito', sans-serif;
  color: dimgray;
  padding: 2px 5px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}

.modalClose-Btn:hover {
  color: #282828;
  border-color: #999999;
}

.modalHeader-Name {
  font-size: 1.1rem;
  color: dimgray;
  padding-bottom: 2px;
}

.modalHeader-Company {
  font-size: 1.1rem;
  color: dimgray;
}

.modalDateStamp {
  color: dimgray;
  font-size: 1.05rem;
  min-width: 135px;
}

.modalHeader-DateOn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.05rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modalHeader-Created {
  padding-right: 5px;
}

.modalHeader-part {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fcfcfc;
  height: 90px;
  max-height: 90px;
  margin-bottom: 25px;
  border-bottom: 1px solid gainsboro;
  z-index: 4;
}
.modalHeader-product {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  max-height: 90px;
  border-bottom: 1px solid #d0d0d0;
  background: white;
  -webkit-box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
          box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
  z-index: 6;
}
.modal-hdrtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 25px;
}

.listTab {
  border-left: 1px solid gainsboro;
  border-top: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-radius: 6px 6px 0 0;
  background-color: #f6f6f6;
  font-size: 1.166rem;
  padding: 5px;
  width: 160px;
  text-align: center;
  color: #0071bc;
  text-decoration: none;
  height: 32px;
}

.listTab:hover {
  color: #004fec;
  background-color: #fffbb3;
}

.listTab:active {
  color: white;
  background-color: #1a9c36;
}

.modalHeader-LS {
  padding: 10px 10px 0 25px;
}

.modalHeader-LS .modalHeader-partLS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.67rem;
  color: black;
}

.modalHeader-LS .modalHeader-Title {
  padding-right: 5px;
  white-space: nowrap;
  min-width: 125px;
}

.modalHeader-LS .modalHeader-partTitle {
  margin-bottom: 15px;
  font-size: 1.166rem;
  max-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.modalHeader-RS {
  padding: 10px 25px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal-SaveClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-header-hr {
  height: 12px;
}

.modalHeader-Btn {
  border: 1px solid #0071bc;
  padding: 3px 10px;
  font-size: 1.08rem;
  border-radius: 12px;
  color: white;
  background-color: #0071bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modalHeader-Btn:hover {
  background-color: #004fec;
}

.modalHeaderBtn-square {
  margin-right: 12px;
  color: #0071bc;
  color: white;
  padding: 2px 5px;
  border: 1px solid #0071bc;
  border-radius: 3px;
  background-color: transparent;
  background-color: #0071bc;
}

.modalHeaderBtn-square:hover {
  color: white;
  border-color: #004fec;
  background-color: #004fec;
}

.modal-topSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.modal-topSection-part {
  margin-top: 0;
}

.partDescriptionContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 20px 112px;
}

.partDesc-title {
  font-size: 1.125rem;
  color: #999999;
  margin-right: 25px;
}

.partDescText {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.label-green {
  color: #006600;
}

.partDescribe-toggle {
  margin: 2px 5px 0 0;
}

.modal-hr {
  min-height: 8px;
}

.modal-topTwoLs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal-topTwoLs .modal-topTwo-addOn {
  margin: 0 0 0 8px;
  text-decoration: none;
  color: #0071bc;
  font-size: 1.1rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-topTwoLs .modal-topTwo-addOn:hover {
  color: #004fec;
}

.modal-topTwoLs .modal-topTwo-addOn span {
  font-size: 1.333rem;
  padding-right: 2px;
}

.plain-entry-wrapperCentered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -25px;
}

.attach-file-titleLong {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 7px 10px 0 130px;
}

.modal-boxTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.08rem;
  color: #006600;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.modal-boxTitle span {
  padding-left: 6px;
}

.modal-body {
  margin: 10px 25px;
}

.modal-body .plain-entry-wrapper, .modal-body .textarea-entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 7px 0;
}

.modal-body .plain-entry-wrapper .entry-item-label-vendor, .modal-body .textarea-entry-wrapper .entry-item-label-vendor {
  color: #999999;
  font-weight: 100;
}

.modal-body .plain-entry-wrapper .entry-box-field, .modal-body .plain-entry-wrapper .w-calendar-box-field, .modal-body .textarea-entry-wrapper .entry-box-field, .modal-body .textarea-entry-wrapper .w-calendar-box-field {
  height: 28px;
  width: 360px;
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: 1.1rem;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding-left: 5px;
}

.modal-body .plain-entry-wrapper .entry-box-field:hover, .modal-body .plain-entry-wrapper .w-calendar-box-field:hover, .modal-body .textarea-entry-wrapper .entry-box-field:hover, .modal-body .textarea-entry-wrapper .w-calendar-box-field:hover {
  border: 1px solid gainsboro;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.3);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.3);
  -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
}

.modal-body .plain-entry-wrapper .w-calendar-box-field, .modal-body .textarea-entry-wrapper .w-calendar-box-field {
  color: #999999;
}

.modal-body .entry-item-title, .modal-body .label-title, .modal-body .entry-item-label-vendor, .modal-body .attach-file-title, .modal-body .entry-itemPrice-title {
  min-width: 130px;
  max-width: 130px;
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 8px 0 0;
  text-align: right;
}

.modal-body .entry-itemPrice-title {
  min-width: 55px;
  height: 2px;
  padding: 0 6px 0 25px;
}

.modal-body .dropdown, .modal-body .dropdown-status, .modal-body .dropdown-quantity {
  width: 360px;
  height: 28px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 1.125rem;
  font-family: 'Roboto', 'Barlow', sans-serif;
  color: #282828;
  padding-left: 4px;
}

.modal-body .dropdown option, .modal-body .dropdown-status option, .modal-body .dropdown-quantity option {
  font-size: 1.08rem;
}

.modal-body .dropdown:hover, .modal-body .dropdown-status:hover, .modal-body .dropdown-quantity:hover {
  border: 1px solid gainsboro;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.3);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.3);
  -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
}

.modal-body #id_rfqQuantity {
  width: 100%;
  height: 28px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 1.1rem;
  font-family: 'Roboto', 'Barlow', sans-serif;
  color: #282828;
  padding-left: 4px;
}

.modal-body #id_rfqQuantity option {
  font-size: 1.08rem;
}

.modal-body #id_rfqQuantity:hover {
  border: 1px solid gainsboro;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.6);
  -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
}

.modal-body .dropdown-status {
  width: 200px;
}

.modal-body .w-checkbox {
  margin-top: 7px;
}

.modal-body .quantity-price-row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 31px;
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: 1.1rem;
}

.modal-body .textarea-order-form-control, .modal-body .textarea-user-form-control, .modal-body .textarea-order-add-note, .modal-body .textarea-add-note-edit, .modal-body .textarea-quoteTerms-form-control, .modal-body .textarea-partDescription {
  resize: vertical;
  width: 360px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: 1.1rem;
  padding: 5px;
  max-height: 105px;
  min-height: 60px;
  overflow: auto;
}

.modal-body .textarea-order-form-control:hover, .modal-body .textarea-user-form-control:hover, .modal-body .textarea-order-add-note:hover, .modal-body .textarea-add-note-edit:hover, .modal-body .textarea-quoteTerms-form-control:hover, .modal-body .textarea-partDescription:hover {
  border: 1px solid gainsboro;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.6);
  -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
}

.modal-body .textarea-quoteTerms-form-control {
  max-height: 300px;
  min-height: 105px;
}

.modal-body .textarea-partDescription {
  max-height: 500px;
  min-height: 90px;
}

.modal-body .textarea-order-add-note {
  max-height: 250px;
  min-height: 50px;
}

.modal-body .textarea-add-note-edit {
  background-color: #f6f6f6;
  margin-bottom: 55px;
}

.modal-body .textarea-entry-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal-body .order-form-section-divider, .modal-body .user-form-section-divider, .modal-body .quote-form-section-divider {
  background-color: #f6f6f6;
  border-top: 1px solid #d0d0d0;
  margin: 25px -25px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-body .order-form-section-divider span, .modal-body .user-form-section-divider span, .modal-body .quote-form-section-divider span {
  margin-left: 25px;
  font-size: 1.58rem;
  color: #3c3c3c;
}

.quote_diff_qty {
  width: 100px;
  height: 28px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 1.1rem;
  font-family: 'Roboto', 'Barlow', sans-serif;
  color: #282828;
  padding-left: 4px;
}

.quote_diff_qty option {
  font-size: 1.08rem;
}

.quote_diff_qty:hover {
  border: 1px solid gainsboro;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.6);
  -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
}

.quote_diff_price {
  height: 28px;
  width: 136px;
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: 1.1rem;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding-left: 5px;
}

.quote_diff_price:hover {
  border: 1px solid gainsboro;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(183, 183, 183, 0.6);
  -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
  transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
}

.btn-add-item {
  padding: 3px 8px;
  cursor: pointer;
  color: #0071bc;
  background-color: white;
  border: 1px solid #0071bc;
  border-radius: 12px;
  font-size: 1.08rem;
}

.btn-add-item:hover {
  color: #004fec;
  border: 1px solid #004fec;
  -webkit-transition: border-color ease-in-out 1s, -webkit-box-shadow ease-in-out 2s;
  transition: border-color ease-in-out 1s, -webkit-box-shadow ease-in-out 2s;
  transition: border-color ease-in-out 1s, box-shadow ease-in-out 2s;
  transition: border-color ease-in-out 1s, box-shadow ease-in-out 2s, -webkit-box-shadow ease-in-out 2s;
}

.modal-saveItem-Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -25px;
}

.modal-save-uploadBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.save-PartFileBtn {
  margin: 0 0 0 10px;
}

#id_order_removeQuote {
  color: white;
  margin-left: 7px;
  color: #d22d2d;
}

#id_order_removeQuote:hover {
  color: red;
  border: 1px solid red;
  padding: 1px 3px;
  border-radius: 3px;
}

.modal-showBtn {
  border: 1px solid #006600;
  border-radius: 3px;
  padding: 4px 15px;
  margin: 0 15px;
  background-color: transparent;
  color: #004b16;
  cursor: pointer;
}

.modal-showBtn:hover {
  background-color: #006600;
  color: white;
  border-color: #004b16;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#id_quote_quantityPrice_wrapper, #id_quote_quantityPrice_wrapper_2, #id_quote_quantityPrice_wrapper_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 2px;
}

.quote-quantity-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#id_quoteItem_Row_1, #id_quoteItem_Row_2, #id_quoteItem_Row_3 {
  color: white;
  padding: 3px 7px;
  color: #d22d2d;
}

#id_quoteItem_Row_1:hover, #id_quoteItem_Row_2:hover, #id_quoteItem_Row_3:hover {
  color: red;
}

#id_quoteItem_Row_1, #id_quoteItem_Row_2, #id_quoteItem_Row_3, #id_quote_quantityPrice_wrapper_2, #id_quote_quantityPrice_wrapper_3, #id_add_quantityRow_2, #id_add_quantityRow_3 {
  display: none;
}

#id_add_quantityRow_1, #id_add_quantityRow_2, #id_add_quantityRow_3 {
  color: #0071bc;
  margin: -2px 0 10px 130px;
}

.plain-entry-edit-wrapper {
  border: 1px solid #0071bc;
  background-color: #0071bc;
  padding: 5px;
  width: 798px;
  margin: -25px -30px 0;
  color: white;
}

.plain-entry-edit-wrapper .plain-entry-edit-text {
  margin: 15px 25px;
}

.plain-entry-edit-wrapper #id_customer_edit_order, .plain-entry-edit-wrapper #id_contact_edit_user {
  font-size: 1.833rem;
  font-weight: bold;
}

.plain-entry-edit-wrapper #id_company_edit_order, .plain-entry-edit-wrapper #id_company_edit_user {
  font-size: 1.166rem;
}

.textarea-entry-wrapper-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.w-modalItemsRow {
  background-color: #f6f6f6;
  background-color: #fcfcfc;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  margin: -25px -25px 20px;
  padding: 10px 25px;
}

.w-modalItemsRow:hover {
  background-color: #f2f9ff;
}

.w-table-editModalItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.viewerWrapper-summary {
  background-color: transparent;
}

#id_viewerWinOpen-summary {
  display: none;
}

#id_w_itemFiles {
  width: 100%;
  background-color: #fcfcfc;
  background-color: transparent;
  padding: 10px 0 10px 4px;
  margin-bottom: -10px;
}

.w-items-fileDelete {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: 1px solid gainsboro;
  border-radius: 3px;
  padding: 1px 4px;
  line-height: 1.3rem;
  color: #999999;
}

.w-items-fileDelete:hover {
  cursor: pointer;
  color: white;
  border-color: #b30000;
  background-color: #d22d2d;
}

.w-items-fileWrapper {
  font-size: 1.03rem;
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-partFileWrapper {
  font-size: 1.08rem;
  padding: 0 0 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fileUploadedTime {
  margin: 1px 15px 0;
}

.modalFileCredits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.125rem;
  color: #999999;
  line-height: 2rem;
  margin-right: 20px;
}

.fileCredits {
  min-width: 97px;
  text-align: right;
  margin-right: 10px;
  white-space: nowrap;
}

.fileURL {
  text-overflow: ellipsis;
  overflow: hidden;
}

.w-itemFiles-summarySee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: 2px;
  border: 1px solid gainsboro;
  border-radius: 3px;
}

.w-itemFiles-summaryHide {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: 2px;
}

.w-items-fileIcon {
  max-width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
  color: #0071bc;
  text-decoration: none;
  font-size: 1.166rem;
}

.w-items-fileIcon:hover {
  color: #004fec;
  cursor: pointer;
}

.w-partFileIcon {
  max-width: 255px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 7px;
  font-size: 1.166rem;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}

.summary-fileName-notActive {
  font-size: 1.08rem;
  padding: 5px;
  color: #0071bc;
}

.summary-fileName-notActive:hover {
  color: #004fec;
  cursor: pointer;
}

.summary-fileName-Active {
  font-size: 1.08rem;
  padding: 5px;
  margin-right: 5px;
  color: #999999;
}

.summary-fileName-Active:hover {
  cursor: none;
}

#id_modalEmbedFile {
  display: none;
}

.summaryViewer_Drawing {
  display: none;
  background-color: white;
}

.summaryViewer_Close {
  display: block;
}

#id_viewerClose {
  display: none;
  border: 1px solid #d22d2d;
  border-radius: 12px;
  padding: 1px 6px;
  margin-right: 5px;
  color: white;
  background-color: #d22d2d;
}

#id_viewerClose:hover {
  color: white;
  border-color: #b30000;
  background-color: #b30000;
  cursor: pointer;
}

.close_preview {
  display: none;
  border: 1px solid #d22d2d;
  border-radius: 12px;
  padding: 1px 6px;
  margin-right: 5px;
  color: white;
  background-color: #d22d2d;
}

.close_preview:hover {
  color: white;
  border-color: #b30000;
  background-color: #b30000;
  cursor: pointer;
}

.flashGreen {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  margin-top: -75px !important;
  opacity: 1;
  padding: 8px 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1.25rem;
}

.flashRed {
  background-color: #f0d8d8;
  border-color: #e9d6c6;
  color: #763c3d;
  margin-top: -75px !important;
  opacity: 1;
  padding: 8px 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1.25rem;
}

.flashGreen-part {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  margin-top: 3px !important;
  opacity: 1;
  padding: 8px 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1.25rem;
  white-space: nowrap;
}

.flashGreen-config {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  opacity: 1;
  padding: 8px 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1.25rem;
  white-space: nowrap;
}

.flashRed-part {
  background-color: #f0d8d8;
  border-color: #e9d6c6;
  color: #763c3d;
  margin-top: 3px !important;
  opacity: 1;
  padding: 8px 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1.25rem;
  white-space: nowrap;
}

.viewerCloseBtn-summary {
  display: none;
  border: 1px solid dimgray;
  border-radius: 12px;
  padding: 1px 6px;
  margin-right: 5px;
  color: white;
  background-color: dimgray;
}

.viewerCloseBtn-summary:hover {
  color: white;
  border-color: #3c3c3c;
  background-color: #3c3c3c;
  cursor: pointer;
}

.summaryViewer-Btn {
  font-size: 1.03rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.summaryViewerOpenBtn {
  text-align: center;
  border-radius: 12px;
  padding: 3px 8px;
  color: #5e5e5e;
  background-color: #0071bc;
  color: white;
}

.summaryViewerOpenBtn:hover {
  color: white;
  border-color: #004fec;
  background-color: #004fec;
}

.summaryViewerCloseBtn {
  text-align: center;
  border-radius: 12px;
  padding: 3px 8px;
  color: #5e5e5e;
  background-color: #d22d2d;
  color: white;
}

.summaryViewerCloseBtn:hover {
  color: white;
  border-color: #b30000;
  background-color: #b30000;
}

.w-items-fileLoader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-items-fileLoader:hover, .w-items-fileLoader:focus {
  color: #004fec;
}

.modal-body .modal-vr {
  border-left: 1px solid #f6f6f6;
  border-left: 1px solid gainsboro;
}

.modal-body .rs-imgConfig {
  padding: 0 5px 5px 15px;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
}

.fileUploadBtn {
  position: relative;
  overflow: hidden;
  border: 1px solid #0071bc;
  padding: 2px 7px;
  margin-top: 7px;
  font-size: 1.08rem;
  border-radius: 11px;
  color: #0071bc;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partFileUploadBtn {
  margin-top: 0px;
}

.fileUploadBtn input.uploadField {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 3px;
  opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
}

.attach-file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.attach-file-wrapper .attach-file-title {
  font-size: 1.166rem;
  padding-right: 10px;
  padding-top: 11px;
}

.attach-file-wrapper input {
  text-align: right;
}

#id_add_note_editOrder_Btn, #id_add_note_editQuote_Btn {
  float: right;
}

.w-deleteBtn_cancel, .w-deleteBtn_submit {
  font-size: 1.166rem;
  cursor: pointer;
  display: inline-block;
  color: white;
  padding: 0 12px;
  height: 39px;
}

.w-deleteBtn_submit {
  border: 1px solid #d22d2d;
  background-color: #d22d2d;
  color: #fcfcfc;
}

.w-deleteBtn_submit .w-table-areYouSure {
  font-size: 0.8rem;
}

.w-deleteBtn_submit:hover {
  color: white;
  background-color: #b30000;
  border-color: #b30000;
}

.w-deleteBtn_cancel {
  border: 1px solid gainsboro;
  background-color: white;
  color: #282828;
}

.w-deleteBtn_cancel:hover {
  border-color: #d0d0d0;
  background-color: #d0d0d0;
  color: black;
}

#id_emailModal_wrapper {
  font-family: 'Roboto', 'Barlow', sans-serif;
  display: none;
}

#id_emailModal_wrapper .emailModal-content {
  position: absolute;
  top: 75px;
  right: 68px;
  width: auto;
  display: block;
  border-radius: 6px;
  z-index: 5;
  float: left;
  margin: 5px 0 0 0;
  background: white;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.7);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.7);
  width: 400px;
}

#id_emailModal_wrapper .emailModal-content .emailModal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  background-color: #002266;
  border: 1px solid #002266;
  border-radius: 6px 6px 0 0;
  margin-bottom: 12px;
}

#id_emailModal_wrapper #id_emailModal_headerTitle {
  font-size: 1.88rem;
  font-weight: bold;
  color: #999999;
  margin: 25px 15px;
}

#id_emailModal_wrapper #id_emailModal_CloseBtn {
  font-family: 'Nunito', sans-serif;
  text-align: right;
  padding: 4px 10px;
  font-size: 1rem;
  color: #999999;
}

#id_emailModal_wrapper #id_emailModal_CloseBtn:hover {
  color: #f0f0f0;
}

#id_emailModal_wrapper input {
  outline: none;
}

#id_emailModal_wrapper #id_emailModal_form {
  padding: 15px;
}

#id_emailModal_wrapper label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

#id_emailModal_wrapper .required-field::after {
  content: '*';
  margin-left: 3px;
}

#id_emailModal_wrapper .emailModal-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px;
  font-size: 1.08rem;
  font-family: 'Roboto', 'Barlow', sans-serif;
  border: 1px solid gainsboro;
  border-radius: 4px;
  margin-bottom: 20px;
}

#id_emailModal_wrapper .emailModal-form-control:hover {
  border: 1px solid #999999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 7px rgba(139, 139, 139, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 7px rgba(139, 139, 139, 0.6);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

#id_emailModal_wrapper textarea {
  resize: vertical;
  min-height: 110px;
  max-height: 300px;
}

#id_emailModal_wrapper .emailModal-ButtonsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

#id_emailModal_wrapper #id_emailModal_submit_Btn, #id_emailModal_wrapper #id_emailModal_cancel_Btn, #id_emailModal_wrapper .emailModal-preview-Btn-link {
  font-size: 1.166rem;
  font-family: 'Roboto', 'Barlow', sans-serif;
  cursor: pointer;
  display: inline-block;
  color: #fcfcfc;
  background-color: #0071bc;
  border: 1px solid #0071bc;
  border-radius: 4px;
  width: 65px !important;
  height: 32px;
}

#id_emailModal_wrapper #id_emailModal_submit_Btn a, #id_emailModal_wrapper #id_emailModal_cancel_Btn a, #id_emailModal_wrapper .emailModal-preview-Btn-link a {
  text-decoration: none;
  color: #0071bc;
}

#id_emailModal_wrapper #id_emailModal_submit_Btn a:hover, #id_emailModal_wrapper #id_emailModal_cancel_Btn a:hover, #id_emailModal_wrapper .emailModal-preview-Btn-link a:hover {
  color: #004fec;
}

#id_emailModal_wrapper #id_emailModal_submit_Btn:hover, #id_emailModal_wrapper #id_emailModal_cancel_Btn:hover, #id_emailModal_wrapper .emailModal-preview-Btn-link:hover {
  background-color: #004fec;
}

#id_emailModal_wrapper #id_emailModal_cancel_Btn {
  margin-left: 7px;
  color: #3c3c3c;
  background-color: #f0f0f0;
  border: 1px solid gainsboro;
}

#id_emailModal_wrapper #id_emailModal_cancel_Btn:hover {
  border: 1px solid #d0d0d0;
  background-color: gainsboro;
  color: black;
}

#id_emailModal_wrapper .emailModal-preview-Btn-link {
  margin-left: 7px;
  border: 1px solid gainsboro;
  border: 1px solid #d0d0d0;
  width: 195px !important;
  background-color: white;
  background-color: #fffbb3;
  color: #282828;
}

#id_emailModal_wrapper .emailModal-preview-Btn-link:hover {
  background-color: #f6f6f6;
  color: #004fec;
}

.file-badge {
  background-color:#fffbb3;
  display: inline-block;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w-central-table-number {
  width: 35px;
  padding: 5px;
}

.w-central-table-tags {
  text-align: left;
  padding: 10px;
  width: 320px;
  white-space: nowrap;
  overflow: hidden;
}

.w-central-table-date{
  text-align: left;
  padding: 10px;
  width: 30px;
  white-space: nowrap;
  overflow: hidden;
}

.number-files-badge{
  background-color: lightgreen;
}

.subCatHeader {
  border: 1px solid gainsboro;
  border-radius: 6px;
  min-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
}

.subCat {
  border: 1px solid gainsboro;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: inherit;
}

.subCat:hover {
  background-color: #fcfcfc;
}

.modal-body .brd-wd {
  border: 1px solid gainsboro;
  border-radius: 6px;
  padding: 10px;
}

.rstAll-img {
  padding-right: 5px;
  margin-bottom: 15px;
  color: #0071bc;
  cursor: pointer;
}

.rstAll-img:hover {
  color: #004fec;
}

.item-hover-beige:hover {
  background-color: #fdfbda;
}

.modal-body .fileNameConfig {
  max-width: 220px;
  text-align: left;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px;
  font-size: 1.08rem;
}
.modal-body .label-chbxr-config {
  padding-right: 10px;
  color: #0071bc;
}

.modal-body .label-chbxr-config:hover {
  color: #1a9c36;
}
.modal-body .label-chbx-config {
  color: #0071bc;
}

.modal-body .label-chbx-config:hover {
  color: #1a9c36;
}

.modal-body .imgConfigTbl {
  border-collapse: collapse;
  width: 100%;
}

.modal-body .imgConfigTbl .imgConfigTbl-tr {
  height: 40px;
  border-bottom: 1px solid gainsboro;
}

.modal-body .imgConfigTbl .imgConfigTbl-tr:hover {
  background-color: #fffbb3;
}


.entry-box-field, .w-calendar-box-field {
  outline: none;
  height: 28px;
  width: 360px;
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: 1.1rem;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding-left: 5px;
}


.item-hover-beige {
  background-color: beige;
}

.modal-body .specLabel-active {
  font-family: 'Roboto', 'Barlow', sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  padding-right: 10px;
}

.anotherValue {
  color: #0071bc;
  margin: 1px 5px;
  text-decoration: none;
}

.anotherValue:hover {
  color: #004fec;
}

.file-Btn {
  background-color: #0071bc;
  color: white;
}

.deleteLine {
  display: block;
  margin-left: 8px;
  color: #d22d2d;
  cursor: pointer;
}

.deleteLine:hover {
  color: #b30000;
}

.anotherLine {
  color: #0071bc;
  padding: 10px;
  text-decoration: none;
}

.anotherLine:hover {
  color: #004fec;
}


.modal-body .attr-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid gainsboro;
  border-radius: 6px;
  padding: 5px 5px 5px 10px;
  height: 45px;
  margin-bottom: 10px;
}

.modal-body .attr-active:hover {
  background-color: #f0f0f0;
}

.link-sm {
  font-size: 1rem;
  font-weight: 100;
  color: #0071bc;
}

.configTab-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid gainsboro;
  border-top: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-radius: 6px 6px 0 0;
  background-color: #f6f6f6;
  font-size: 1.166rem;
  padding: 5px;
  width: 160px;
  text-align: center;
  color: #999999;
  height: 32px;
  cursor: default;
}

.configTab-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-radius: 6px 6px 0 0;
  background-color: #fcfcfc;
  font-size: 1.166rem;
  padding: 5px;
  width: 160px;
  text-align: center;
  color: #0071bc;
  cursor: pointer;
  height: 32px;
}

.configTab-ready:hover {
  color: white;
  background-color: #0071bc;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
}
.configTab-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #004b16;
  border-top: 1px solid #004b16;
  border-right: 1px solid #004b16;
  border-radius: 6px 6px 0 0;
  background-color: #004b16;
  font-size: 1.166rem;
  padding: 5px;
  width: 160px;
  text-align: center;
  color: #f6f6f6;
  height: 32px;
  cursor: default;
}

.modal-body .attr-inactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid gainsboro;
  border-radius: 6px;
  padding: 5px 5px 5px 10px;
  height: 45px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}

.modalListCatDes {
  margin: 5px 0 5px 0;
  font-size: 1.166rem;
  max-width: 500px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.75rem;
  text-align: justify;
}


.modalListCatAtt {
  margin: 0 0 5px 40px;
  font-size: 1.166rem;
  max-width: 500px;
  line-height: 1.75rem;
}

.modal-selectCat-Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal-body .optAttrDel-active {
  display: block;
  margin-left: 5px;
  color: #d22d2d;
  cursor: pointer;
}

.modal-body .optAttrDel-active:hover {
  color: #b30000;
}

.modal-body .optAttrAdd-active {
  margin-top: -8px;
}

.modal-body .optAttrAdd-active {
  margin-top: -8px;
}

.modal-body .imgConfigWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal-body .ls-imgConfig {
  padding: 0 5px 5px 0;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
  width: 800px;
}

.modal-body .label-attr-config {
  width: 100%;
  border-radius: 3px 3px 0 0;
  background-color: gainsboro;
  color: black;
  font-size: 1.167rem;
  padding: 4px 10px;
}


.modal-body .border-lrb {
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}

.MultiCheckBox {
	border:1px solid #e2e2e2;
	padding: 5px;
	border-radius:4px;
	cursor:pointer;
}

.MultiCheckBox .k-icon{ 
	font-size: 15px;
	float: right;
	font-weight: bolder;
	margin-top: -7px;
	height: 10px;
	width: 14px;
	color:#787878;
} 

.MultiCheckBoxDetail {
	display:none;
	position:relative;
  width: 100px;
  height: 100px;
  margin-top: 120px;
  right: 228px;
}

.MultiCheckBoxDetailBody {
  background-color: lightblue;
  overflow-y: hidden;
  height: 110px;
  overflow: scroll;
}

.MultiCheckBoxDetailBody {
	overflow-y:scroll;
    background-color:white;
}

.MultiCheckBoxDetail .cont  {
	clear:both;
	overflow: hidden;
	padding: 2px;
}

.MultiCheckBoxDetail .cont:hover  {
	background-color:#cfcfcf;
}

.MultiCheckBoxDetailBody > div > div {
	float:left;
}

.MultiCheckBoxDetailHeader {
	overflow:hidden;
	position:relative;
	height: 28px;
	background-color:#3d3d3d;
}

.MultiCheckBoxDetailHeader>input {
	position: absolute;
	top: 4px;
	left: 3px;
}

.MultiCheckBoxDetailHeader>div {
	top: 5px;
	left: 24px;
	color:#fff;
}



@-webkit-keyframes modalshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 1) {
  .left-nav-w-wrapper {
    display: none;
  }
}

@media screen and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1800px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .left-nav-w-wrapper {
    display: none;
  }
}

@media screen and (max-width: 1490px) and (-webkit-min-device-pixel-ratio: 1) {
  .w-central-table-wrapper {
    overflow-y: auto;
  }
  .w-central-table-td3 {
    display: none;
  }
}

@media (max-width: 1310px) {
  .breadcrumbswrk-wrapper .w-top-createBtn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .breadcrumbswrk .root-page-home, .breadcrumbswrk .middle-dot-root {
    display: block;
  }
  .w-tableRFQ .w-rfq-Title {
    max-width: 220px;
  }
}

@media (max-width: 1200px) {
  .w-table-row-wrapper, .w-table-rowContacts-wrapper {
    width: calc(100% + 0px);
  }
  .w-central-table .w-central-table-td1 {
    max-width: 125px;
  }
  .w-central-table .w-central-table-td5 {
    max-width: 125px;
  }
  .w-central-table .trCentral-second {
    max-width: 110px;
  }
  .modal-topSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
  .modal-body .modal-saveItem-Btn {
    margin-top: 3px;
  }
  .modal-body .textarea-quote-add-note-editQuote {
    margin-bottom: 3px;
  }
  .modal-body .plain-entry-wrapperCentered {
    margin-top: 5px;
  }
  .modal-hr {
    display: none;
  }
  .textarea-entry-wrapper-edit .textarea-add-note-edit {
    margin-bottom: 10px;
  }
}

@media (max-width: 930px) {
  .w-central-table .w-central-table-td6 {
    display: none;
  }
  .w-central-table .w-central-table-td5 {
    border-right: none;
  }
  .w-details-edit-btn {
    display: none;
  }
  .w-details-print-edit {
    display: none;
  }
  .w-rs {
    min-width: 360px;
  }
}

@media (max-width: 850px) {
  #id_emailModal_wrapper .emailModal-content {
    right: 20px;
  }
  .w-central-table .w-central-table-td3, .w-central-table .w-central-table-td4, .w-central-table .w-central-table-td5 {
    display: none;
  }
  .w-central-table .w-central-table-td2 {
    border-right: none;
  }
  .w-create-btn, .w-createOrder-btn, .w-createQuote-btn {
    display: none;
  }
}

@media only screen and (min-device-width: 736px) and (max-device-width: 830px) and (-webkit-min-device-pixel-ratio: 2) {
  .w-table-vl, .w-rs {
    display: none;
  }
  .w-crumbs-hl {
    margin-top: 5px;
  }
  .w-central-table .trCentral-first {
    border-right: none;
  }
  .w-rs {
    min-width: 330px;
  }
}

@media only screen and (min-device-width: 660px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
  .w-table-vl, .w-rs {
    display: none;
  }
  .w-ls {
    max-height: 100%;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
  }
  .w-central-page-title {
    display: none;
  }
  .w-search-create-wrapper {
    margin-top: 10px;
  }
  .w-crumbs-hl {
    display: none;
  }
  .w-central-table .notActiveRow .w-central-table-td6 {
    display: none;
  }
  .w-central-table .trCentral-first {
    border-right: none;
  }
}

@media (max-width: 640px) {
  .modal-topSection .modal-topTwoLs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .modal-topSection .modal-topTwoLs .plain-entry-wrapper {
    width: 100%;
  }
  .modal-topSection .modal-topTwoLs .modal-topTwo-addOn {
    margin: -5px 130px 10px;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 660px) and (-webkit-min-device-pixel-ratio: 2) {
  .w-table-vl, .w-rs {
    display: none;
  }
  .w-ls {
    max-height: 100%;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
  }
  .w-rs {
    min-width: 330px;
  }
  .w-central-page-title {
    display: none;
  }
  .w-search-create-wrapper {
    margin-top: 10px;
  }
  .w-crumbs-hl {
    display: none;
  }
  .workflow-start-page-wrapper {
    width: 325px;
  }
  .btn-icon-w-search {
    display: none;
  }
  .btn-contact-item-main, .btn-customer-item-main, .btn-vendor-item-main, .btn-part-item-main {
    width: 325px;
  }
  .w-central-table .notActiveRow .activeRow .w-central-table-td1 {
    max-width: 170px;
  }
  .w-central-table .notActiveRow .activeRow .w-central-table-td2 {
    border-right: none;
  }
  .w-central-table .notActiveRow .activeRow .w-central-table-td3, .w-central-table .notActiveRow .activeRow .w-central-table-td4, .w-central-table .notActiveRow .activeRow .w-central-table-td5, .w-central-table .notActiveRow .activeRow .w-central-table-td6 {
    display: none;
  }
  .w-central-table .trCentral-first {
    border-right: none;
  }
  .modal-topSection .modal-topTwoLs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #id_emailModal_wrapper .emailModal-content {
    width: 345px;
  }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 569px) and (-webkit-min-device-pixel-ratio: 2) {
  .w-table-vl, .w-rs {
    display: none;
  }
  .w-ls {
    max-height: 100%;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
  }
  .w-central-table .trCentral-first {
    border-right: none;
  }
  .w-central-page-title {
    display: none;
  }
  .w-search-create-wrapper {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=workflow.css.map */
