﻿.k-grid .k-textbox {
  width: 70% !important;
  min-width: 90px !important;
}

.k-grid-edit-row > td > .k-numerictextbox {
  width: 80% !important;
  min-width: 60px !important;
}

.k-grid .k-dropdown {
  width: 90% !important;
  min-width: 90px !important;
  background: 0 0;
}

.requireFieldDiv {
  color: red;
  font-weight: 700;
  width: auto;
  text-align: left !important;
  max-width: 565px !important;
}

.payment-info .info {
  color: inherit;
  background-color: inherit;
  background-image: inherit;
  border: 0;
}


.info {
  color: #00529b;
  background-color: #bde5f8;
  /*background-image: url(info.png);*/
}

.success {
  color: #4f8a10;
  background-color: #dff2bf;
  /*background-image: url(success.png);*/
}

.warning {
  color: #9f6000;
  background-color: #feefb3;
  /*background-image: url(warning.png);*/
}

.error {
  color: #d8000c;
  background-color: #ffbaba;
  /*background-image: url(error.png);*/
}

.custom-word-wrap {
  word-wrap: break-word;
  word-break: break-all;
}

.qty-msg {
  font-weight: 700;
  visibility: hidden;
}

.mpg-custom-inputs-customer-info {
  text-align: left;
  font-size: 14px;
}

/*.mpg-custom-inputs-customer-info label {*/
/*  width: 80px;*/
/*  display: inline-block;*/
/*}*/

/*.mpg-custom-inputs-customer-info span {*/
/*  font-weight: 700;*/
/*}*/

.header-selectors-wrapper {
  padding-top: 8px;
}

.customAddressButtons {
  padding: 5px 5px 5px 5px !important;
}

.hintRightLabel {
  text-align: left;
  width: auto;
  font-size: 12px;
  font-style: italic;
  color: #5a5aed;
}

.hintRightDiv {
  background-color: transparent;
  display: inline-block;
  width: auto;
  text-align: left;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #d6d9d2;
  padding: 4px;
}

.hintTopLabel {
  text-align: left;
  width: auto;
  font-size: 12px;
  font-style: italic;
}

.hintTopDiv {
  background-color: #f8f8bc;
  display: inline-block;
  width: auto;
  text-align: left;
  margin-bottom: -4px;
  border-radius: 5px;
  border: 1px solid #d6d9d2;
  padding: 4px;
}

.hintBottomLabel {
  text-align: left;
  width: auto;
  font-size: 12px;
  font-style: italic;
}

.hintBottomDiv {
  background-color: #f8f8bc;
  display: inline-block;
  width: auto;
  text-align: left;
  margin-bottom: 2px;
  border-radius: 5px;
  border: 1px solid #d6d9d2;
  padding: 4px;
}

.requiredFieldTopDiv {
  display: inline-block;
  width: auto;
  text-align: left;
  margin-bottom: -4px;
  border-radius: 5px;
  padding: 4px;
}

.custom-word-wrap {
  word-wrap: break-word;
  word-break: break-all;
}

.loadingFields {
  color: #f78f1f !important;
  border: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
}

div.growlUI {
  background: url(/Plugins/Mpg.AddressFields/Content/Images/warning-icon-16x16.png) no-repeat 10px 10px;
}

div.growlUI h1,
div.growlUI h2 {
  color: #fff;
  padding: 4px 5px 5px 35px;
  text-align: left;
}

.btn-search-address-field-admin {
  text-align: right !important;
  padding-right: 80px;
}

#validationForm .label-wrapper {
  display: table;
  float: left !important;
  min-height: 28px;
}

#SelectCopyExistingId {
  width: 190px;
}

#copyValidationFields {
  padding: 0 0 !important;
  margin-left: -20px;
}

#divValidationContent {
  padding-bottom: 1px !important;
}

.edit-address > .inputs.custom-attributes > label {
  width: 120px !important;
}

.edit-address > #divAddressAttributes > .inputs.custom-attributes > label {
  width: 120px !important;
}

.edit-address > .inputs.custom-attributes > .field-validation-error {
  margin-right: 47%;
}

.edit-address > #divAddressAttributes > .inputs.custom-attributes > .field-validation-error {
  margin-right: 47%;
}

.enter-address > .edit-address > .inputs.custom-attributes > label {
  width: 326px !important;
}

.enter-address > .edit-address > #divAddressAttributes > .inputs.custom-attributes > label {
  width: 326px !important;
}

.enter-address > .edit-address > .inputs.custom-attributes > .field-validation-error {
  margin-right: 14%;
}

.enter-address > .edit-address > #divAddressAttributes > .inputs.custom-attributes > .field-validation-error {
  margin-right: 14%;
}

.loading {
  color: #d2c9c9;
  font-weight: 600;
  font-size: 16px;
}

.loading:before {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  max-width: 12em;
  white-space: nowrap;
  color: orange;
  animation: loading 5s linear infinite;
}

@keyframes loading {
  0% {
    max-width: 0;
  }
}

#thover {
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: #1d1b1b;
}

#tpopup {
  position: absolute;
  width: 800px;
  height: 380px;
  background: #fff;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  padding: 60px 0;
  margin-left: -379px;
  margin-top: 150px;
  text-align: center;
  box-shadow: 0 0 10px 0 #000;
}

#tclose {
  position: absolute;
  background: #000;
  color: #fff;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 8px;
  font-weight: 700;
  font-family: "Arial Black", Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 0 4px 0 #e6e6e6;
  z-index: 1000;
}

.headerButtons {
  margin-top: -60px;
  background-color: #bfbfbf;
  text-align: left;
  padding-left: 5px;
  padding-top: 3px;
  width: 100%;
  position: absolute;
  margin-left: 0;
}

.bodyCustom {
  width: 50%;
  text-align: left;
}

#bodyName {
  font-family: sans-serif;
}

.footerButtons {
  height: 70px;
  text-align: center;
  padding-left: 40%;
  padding-top: 5px;
  bottom: 0;
  background-color: #bfbfbf;
  position: absolute;
  width: 100%;
  margin-left: 0;
}

#popfooter .footerButtons {
  padding: 15px 5px;
  text-align: right;
}

.spanTitle {
  font-size: 20pt;
}

.spanSubtotal {
  font-size: 14pt;
}

.spnRemoveItem {
  color: #d36c12;
  font-weight: 700;
}

.ico-cart2 {
  background: url(../../Content/Images/Custom/header-link-5.png) left center no-repeat;
  padding-left: 30px;
  padding-right: 0;
}

.greenCheckMark {
  background: url(/Plugins/Mpg.Custom/Content/Images/Custom/check.png) left center no-repeat;
  padding-left: 60px;
  height: 35px;
}

.deleteCheckMark {
  background: url(../../Content/Images/Custom/deleted.png) left center no-repeat;
  padding-left: 60px;
  height: 35px;
}

.cart-qty2 {
  position: inherit;
  top: inherit;
  right: inherit;
  width: inherit;
  height: inherit;
  line-height: inherit;
  font-size: inherit;
  color: #c03 !important;
}

#customSubTotal {
  color: #cc7b07;
}

.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  display: table-cell;
  padding: 3px 10px;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: 700;
}

.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: 700;
}

.divTableBody {
  display: table-row-group;
}

.btnContinue {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(102, 102, 102), rgb(136, 136, 136));
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px !important;
  font-family: Arial;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnContinue:hover {
  background-image: linear-gradient(rgb(102, 102, 102), rgb(102, 102, 102), rgb(136, 136, 136));
  text-decoration: none;
}

.btnGoToCart {
  background-image: linear-gradient(#fff,#ca8302,#f38702);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px !important;
  font-family: Arial;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnGoToCart:hover {
  background: url(../Content/Images/Custom/nop_orangebutton_hover.png);
  text-decoration: none;
}

#tblCartItem {
  width: 700px;
  height: 69px;
}

#trPicture {
  height: 47px;
}

#tdPicture {
  width: 181px;
  height: 166px;
}

#tdPictureMessage {
  width: 348px;
  height: 70px;
  font-size: 20pt;
  font-family: sans-serif;
  font-weight: 500;
  color: #7b7976;
  text-align: left;
}

#trName {
  height: 54px;
}

#tdName {
  width: 300px;
  height: 54px;
  text-align: left;
  font-size: 13pt;
  font-weight: 700;
  color: #63635c;
  padding-bottom: 1em;
}

#tdName2 {
  width: 100px;
  height: 54px;
}

#tdNamePrice {
  width: 300px;
  height: 54px;
  text-align: center;
  font-size: 13pt;
  font-weight: 700;
  color: #63635c;
}

#trQty {
  height: 65px;
}

#tdQty {
  width: 10px;
  height: 65px;
  text-align: left;
  font-weight: 700;
  font-size: 12pt;
  color: #63635c;
}

#tdQtyRemove {
  width: 85px;
  height: 65px;
}

#tdQtyLast {
  width: 253px;
  height: 65px;
}

.loaderTimeGlass {
  background: url(../Content/Images/Custom/hourglass.gif);
}

.btnContinue {
  background: #666;
}

.btnContinue:hover {
  background: #6f6f6f;
}

.btnGoToCart {
  background: #f38702;
}

.btnGoToCart:hover {
  background: #f99c2a;
}

.footerButtons {
  padding: 10px 0 10px 320px;
}

.error,
.info,
.success,
.validation,
.warning {
  border: 1px solid;
  margin: 5px 60px 5px 60px;
  padding: 5px 5px 5px 5px;
  background-repeat: no-repeat;
  background-position: 10px center;
  margin-right: 4px;
}

.info {
  color: #00529b;
  background-color: #bde5f8;
  /*background-image: url(info.png);*/
}

.success {
  color: #4f8a10;
  background-color: #dff2bf;
  /*background-image: url(success.png);*/
}

.warning {
  color: #9f6000;
  background-color: #feefb3;
  /*background-image: url(warning.png);*/
}

.error {
  color: #d8000c;
  background-color: #ffbaba;
  /*background-image: url(error.png);*/
}

.custom-word-wrap {
  word-wrap: break-word;
  word-break: break-all;
}

.qty-msg {
  font-weight: 700;
  visibility: hidden;
}

.mpg-custom-inputs-customer-info {
  text-align: left;
  font-size: 14px;
}

/*.mpg-custom-inputs-customer-info label {*/
/*  width: 80px;*/
/*  display: inline-block;*/
/*}*/

/*.mpg-custom-inputs-customer-info span {*/
/*  font-weight: 700;*/
/*}*/

.header-selectors-wrapper {
  padding-top: 8px;
}

.customAddressButtons {
  padding: 5px 5px 5px 5px !important;
}

#liTopCartLink .flyout-cart {
  display: none;
  position: absolute;
  top: 38px;
  left: auto !important;
  right: 0 !important;
  z-index: 99999;
  width: 290px;
  border-width: 5px 1px 1px;
  border-style: solid;
  border-color: #333 #ccc #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.add-to-wishlist,
.compare-products {
  display: inline-block !important;
}

#allheaders,
#allparameters,
#authentication {
  display: none;
}

#ajaxspinner {
  display: none;
}

#urlvalue {
  width: 400px;
}

#outputpre {
  min-height: 200px;
  font-size: 85%;
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}

.string {
  color: green;
}

.number {
  color: #ff8c00;
}

.boolean {
  color: #00f;
}

.null {
  color: #ff00ff;
}

.key {
  color: red;
}

#headerpre {
  min-height: 100px;
  font-size: 85%;
}

.modal-dialog {
  right: auto;
  left: 0;
  width: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.modal-body {
  height: 550px;
}

.modal-content {
  padding: 20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 6px !important;
}

.completed {
  color: green;
  font-weight: 600;
}

.loading {
  color: #d2c9c9;
  font-weight: 600;
}

.failed {
  color: red;
  font-weight: 600;
}

.neverran {
  color: #d2c9c9;
  font-weight: 600;
}

.loading:before {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  max-width: 7em;
  white-space: nowrap;
  color: orange;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  0% {
    max-width: 0;
  }
}

@media (max-width: 1024px) {
  #thover {
    display: none !important;
  }

  #tpopup {
    display: none !important;
  }
}

@media (max-width: 1001px) {
  .error,
  .info,
  .success,
  .validation,
  .warning {
    margin: 0;
    padding: 8px;
  }

  .bar-notification {
    font-size: 11px;
  }

  .bar-notification .close:before {
    content: "✖";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 5px;
    top: 2px;
  }

  .bar-notification .close {
    background: 0 0;
    width: 22px;
    height: 22px;
  }
}
