@import "mainv31.ie9.2.css";
@import "mainv31.ie9.1.css";

.section-user-management .custom-table-row .header-val {
  word-wrap: break-word;
}

.section-user-management .trash-icon {
  background: url(../images/usermanagement_trash.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
  cursor: pointer;
}

.section-user-management .reject-icon {
  float: left;
  background: url(../images/usermanagement_reject.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.section-user-management .approve-icon {
  margin-left: 33px;
  background: url(../images/usermanagement_approve.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.section-user-management .edit-icon {
  background-size: contain;
  width: 15px;
  height: 18px;
  cursor: pointer;
}

.section-user-detail-information {
  padding-left: 30px;
}

.section-user-detail-information .company-name {
  font-weight: bold;
}

.section-user-information label,
.section-add-user label {
  font-weight: bold;
}

.section-user-information .role,
.section-add-user .role {
  float: left;
  padding-right: 20px;
}

.section-user-information .role input[type="radio"],
.section-add-user .role input[type="radio"] {
  margin: -4px 0px 0 0;
}

.section-user-information .role label,
.section-add-user .role label {
  font-weight: 500;
}

.section-user-information .contact-email,
.section-add-user .contact-email {
  margin-top: 8px;
}

.section-edit-account {
  padding-left: 35px;
}

.section-edit-account h1 {
  font-size: 32px;
  color: #666;
}

.section-edit-account h2 {
  font-size: 20px;
  color: #666;
  margin-top: 10px;
}

.section-edit-account .account-information {
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
  padding: 15px;
}

.section-edit-account .account-information .row:not(:first-child) {
  margin-top: 10px;
}

.section-edit-account .account-information .inline {
  margin-right: 30px;
}

.section-edit-account .account-information .value {
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
}

.section-edit-account .inline-error {
  padding: 5px 0;
  color: red;
}

.section-edit-account .button-wrapper {
  margin-top: 10px;
  margin-right: 5px;
}

.section-edit-account .button-wrapper .cancel {
  display: inline-block;
  height: 25px;
}

.checkbox-container {
  background-color: #eeeeee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 130px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.checkbox-container .loop-count-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.checkbox-container .cart-delete-select-checkbox {
  text-align: right;
}

.accutech .side-navigation li.nav_selected a {
  color: #18478D;
}

.side-navigation {
  margin-top: 25px;
}

.side-navigation ul {
  padding-left: 0px;
  list-style: none;
}

.side-navigation li {
  font-size: 12px;
  margin-top: 6px;
}

.side-navigation li.nav_selected {
  font-weight: bold;
}

.side-navigation li.nav_selected a {
  color: #000000;
}

.side-navigation li:not(:first-child) .title {
  margin-top: 30px;
}

.side-navigation .nav_column {
  padding-right: 0px;
  border-right: 2px solid #cccccc;
  min-height: 500px;
}

.side-navigation .title_holder h3 {
  margin: 0px;
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
}

.spec-listing {
  padding-left: 0px;
}

.spec-listing table {
  width: 100%;
}

.spec-listing table tbody tr {
  border-bottom: 1px dotted #666;
}

.spec-listing table tbody tr:first-child {
  border-top: 1px solid #cccccc;
}

.spec-listing table tbody tr:last-child {
  border-bottom: none;
}

.spec-listing table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.spec-listing table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
  padding-bottom: 10px;
}

.spec-listing table tbody tr td {
  vertical-align: center;
  font-size: 14px;
  padding: 5px 0px 5px 15px;
}

.spec-listing table tbody tr td:first-child {
  background: #f7f7f7;
  width: 240px;
  padding-right: 15px;
  font-weight: bold;
  text-align: right;
}

.suggested-products {
  clear: both;
  overflow: hidden;
}

.suggested-products h3 {
  color: #666;
}

.suggested-products ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.suggested-products ul li {
  /* Required only for block elements like <li>'s */
  border-left: 1px dotted #cccccc;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  width: 238px;
}

.suggested-products ul li:first-child {
  border-left: none;
}

.suggested-products ul li:nth-child(4) {
  border-right: none;
}

.tooltip {
  outline: none;
}

.tooltip .ms-search-tooltip {
  margin-left: -283px;
}

.tooltip span {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  display: none;
  line-height: 16px;
  margin-left: -160px;
  padding: 10px;
  text-align: left;
  text-transform: none;
  width: 271px;
  z-index: 200;
  bottom: 48px;
  height: auto;
}

.tooltip:hover span {
  background: #666;
  border: 1px solid #666;
  color: #fff;
  display: inline;
  font-weight: normal;
  position: absolute;
  white-space: normal;
  border-radius: 5px;
}

.page-orderConfirmationPage .tooltip span {
  bottom: 48px !important;
  left: 0 !important;
}

.page-order .page-heading .tooltip span,
.page-order-approval-details .page-heading .tooltip span {
  margin-left: 0 !important;
}

.jcarousel .tooltip span {
  margin-left: -50px;
  width: 198px;
}

#paymentDetailsForm .card-info .tooltip span {
  margin-left: 0;
}

#placeOrderForm1 .tooltip span {
  margin-left: 0;
  bottom: 10em;
}

.arrow-down {
  position: absolute;
  right: 5px;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0078c1;
}

.arrow-up {
  position: absolute;
  right: 5px;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0078c1;
}

.color-grey {
  color: #666;
}

.display-inline-block {
  display: inline-block;
}

.display-none {
  display: none;
}

.display-table {
  display: table;
}

.text-transform-capitalize {
  text-transform: capitalize;
}

.truncate-line {
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
  white-space: nowrap;
}

.font-12 {
  font-size: 12px;
}

.sortable {
  cursor: pointer;
}

.section-my-account-body {
  padding-left: 30px;
}

.list-style-none {
  list-style: none;
  padding: 0;
}

.hr-text {
  border-bottom: 1px solid #eeeeee;
  height: 20px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.hr-text span {
  background-color: #fff;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px 0 0;
  position: relative;
  top: 9px;
}

.table-row {
  display: table;
  width: 100%;
}

.table-row > div {
  display: table-cell;
}

.table-row > div.vertical-bottom {
  vertical-align: bottom;
}

.table-row > div:first-child {
  padding-right: 10px;
}

.table-row > div:last-child {
  padding-left: 10px;
}

.dynamic-form input:-ms-input-placeholder,
.dynamic-form input:-ms-input-placeholder,
.dynamic-form input::-ms-input-placeholder,
.dynamic-form input::-moz-placeholder,
.dynamic-form input::-webkit-input-placeholder,
.table-row input:-ms-input-placeholder,
.table-row input:-ms-input-placeholder,
.table-row input::-ms-input-placeholder,
.table-row input::-moz-placeholder,
.table-row input::-webkit-input-placeholder {
  color: #DADCDE;
}

.dynamic-form input::placeholder,
.dynamic-form input:-ms-input-placeholder,
.dynamic-form input::-ms-input-placeholder,
.dynamic-form input::-moz-placeholder,
.dynamic-form input::-webkit-input-placeholder,
.table-row input::placeholder,
.table-row input:-ms-input-placeholder,
.table-row input::-ms-input-placeholder,
.table-row input::-moz-placeholder,
.table-row input::-webkit-input-placeholder {
  color: #DADCDE;
}

.dynamic-form .calendar-icon,
.table-row .calendar-icon {
  cursor: pointer;
  height: 15px;
  right: 9px;
  width: 15px;
}

.dynamic-form select,
.dynamic-form .date-field,
.table-row select,
.table-row .date-field {
  cursor: pointer;
}

.ellipsis-multi-line {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  width: 100%;
}

.ellipsis-multi-line:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.ellipsis-multi-line:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

input::-webkit-input-placeholder {
  color: #777777;
}

input:-ms-input-placeholder {
  color: #777777;
}

input::placeholder {
  color: #777777;
}

.userLogin .updatePwdForm #updatePwd-pwd,
.userLogin .updatePwdForm #updatePwd-checkPwd {
  width: 92%;
}

.userLogin .updatePwdForm .eye-toggle-container {
  width: 8%;
}

.userLogin .updatePwdForm .updateButton {
  margin-top: 4px;
}

.userLogin .updatePwdForm .error {
  margin-top: 4px;
}

.upsell-wrapper {
  padding: 10px;
}

.warning-message {
  background: #f7f7f7;
  margin-top: 25px;
  padding: 15px;
}

.server-error {
  position: absolute;
  top: 2%;
  left: 2%;
}

.server-error .message {
  padding-left: 3px;
}

@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
}

body {
  font-family: "Arial", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  body.page-cartPage,
  body.page-singleStepCheckoutSummaryPage {
    background-color: #f4f4f4;
  }
}

@media screen and (max-width: 767px) {
  body.page-productList .main,
  body.page-search .main {
    display: none;
  }
}

body.page-productLandingPage,
body.page-quoteConfirmationPage {
  display: none;
}

@media screen and (max-width: 767px) {
  #page {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  input,
  textarea {
    -webkit-user-modify: read-write-plaintext-only;
  }
}

.header-secondary,
.main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.header-secondary:before,
.header-secondary:after,
.main:before,
.main:after {
  content: " ";
  display: table;
}

.header-secondary:after,
.main:after {
  clear: both;
}

@media (min-width: 768px) {
  .header-secondary,
  .main {
    width: 970px;
  }
}

.email-icon {
  background: url("../images/email_icon.png") no-repeat scroll center right;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  background-size: contain;
}

.print-icon {
  background: url("../images/print.png") no-repeat scroll center right;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.download-icon {
  background: url("../images/download.png") no-repeat scroll center right;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.local-inventory-icon {
  background: url("../images/icon_search_active.png") no-repeat scroll center right;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.two-column-left-rail .main,
.two-column .main,
.one-column .main {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .two-column-left-rail .main,
  .two-column .main,
  .one-column .main {
    margin-bottom: 0px;
    width: 100%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  #globalMessages {
    margin-left: 14px;
    margin-right: 14px;
  }

  #globalMessages .alert {
    margin-bottom: 10px;
  }
}

.main-container {
  padding-top: 200px;
  text-align: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.version {
  font-size: 14px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  position: absolute;
  top: 10px;
  right: 10px;
}

img[src=""] {
  visibility: hidden;
}

.logo {
  margin-top: 15px;
}

.links a {
  color: white;
  margin-right: 5px;
  margin-top: 20px;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #ed7c6c;
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  font-size: 100%;
  padding: .5em 1em;
  text-decoration: none;
}

.browsehappy {
  text-align: center;
  margin: 0;
  background: #fff8e2;
  color: #000;
  padding: 0.5em 0;
}

.show-grid {
  margin-bottom: 15px;
}

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2);
}

.cancel {
  background: #d2d2d2 !important;
  background: linear-gradient(-180deg, #d1d1d1, #d2d2d2) !important;
  color: #666 !important;
  border-color: #999 !important;
}

.bold {
  color: #666;
  font-weight: bold;
}

.float-left {
  float: left;
}

.calendar-icon {
  background: url(../images/calendar.png) no-repeat center;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 45px;
  bottom: 10px;
}

.bulk-date-input {
  padding: 6px 6px;
  font-size: 13px;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=mainv31.css.map */