#module-x13pricenegotiator-single .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
#module-x13pricenegotiator-single .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
#module-x13pricenegotiator-single .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
#module-x13pricenegotiator-single .timeline > li:before,
#module-x13pricenegotiator-single .timeline > li:after {
  content: " ";
  display: table;
}
#module-x13pricenegotiator-single .timeline > li:after {
  clear: both;
}
#module-x13pricenegotiator-single .timeline > li:before,
#module-x13pricenegotiator-single .timeline > li:after {
  content: " ";
  display: table;
}
#module-x13pricenegotiator-single .timeline > li:after {
  clear: both;
}
#module-x13pricenegotiator-single .timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#module-x13pricenegotiator-single .timeline > li.timeline-inverted + li:not(.timeline-inverted),
#module-x13pricenegotiator-single .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

#module-x13pricenegotiator-single .timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

#module-x13pricenegotiator-single .timeline > li.timeline-inverted {
padding-left:90px;
}
#module-x13pricenegotiator-single .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
#module-x13pricenegotiator-single .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
#module-x13pricenegotiator-single .timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#module-x13pricenegotiator-single .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
#module-x13pricenegotiator-single .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#module-x13pricenegotiator-single .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
#module-x13pricenegotiator-single .timeline-badge.primary {
  background-color: #2e6da4 !important;
}
#module-x13pricenegotiator-single .timeline-badge.success {
  background-color: #3f903f !important;
}
#module-x13pricenegotiator-single .timeline-badge.warning {
  background-color: #f0ad4e !important;
}
#module-x13pricenegotiator-single .timeline-badge.danger {
  background-color: #d9534f !important;
}
#module-x13pricenegotiator-single .timeline-badge.info {
  background-color: #5bc0de !important;
}
#module-x13pricenegotiator-single .timeline-title {
  margin-top: 0;
  color: inherit;
}
#module-x13pricenegotiator-single .timeline-body > p,
#module-x13pricenegotiator-single .timeline-body > ul {
  margin-bottom: 0;
}
#module-x13pricenegotiator-single .timeline-body > p + p {
  margin-top: 5px;
}


.card-negotiation .card-block {
  padding: 35px;
}


#module-x13pricenegotiator-single .timeline-price span{
  font-size:0.8em;
}

#module-x13pricenegotiator-single .negotiation-accepted-large{
  font-size: 1.125rem;
  display: block;
}


@media (max-width: 991px) {
  .negotiator-bg,
  #module-x13pricenegotiator-list #content.card,
  #module-x13pricenegotiator-single .card{
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
  }


  .card-negotiation .card-block {
    padding:  5px;
  }

  .card-negotiation form button, #offerNewPrice {
    width: 100%; text-align: center;
    margin-bottom: 5px;
  }

  .card.card-negotiation {
    margin-bottom: 15px;
  }

  #module-x13pricenegotiator-single .timeline::before {
    display: none;
  }

  #module-x13pricenegotiator-single .timeline > li:not(.timeline-inverted) {
    padding-right: 5px;
  }

  #module-x13pricenegotiator-single .timeline > li > .timeline-panel {
    width: 85%;
  }

  #module-x13pricenegotiator-single .timeline > li > .timeline-badge {
    width: 20px; height: 20px;
    line-height: 20px; font-size: 10px;
    left: auto; right: 0;
    top: 30px;
  }

  #module-x13pricenegotiator-single .timeline > li.timeline-inverted + li:not(.timeline-inverted),
  #module-x13pricenegotiator-single .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: 0; padding-left: 0;
  }

  #module-x13pricenegotiator-single .timeline > li.timeline-inverted > .timeline-badge {
    left: 22px; right: auto;
  }

  #module-x13pricenegotiator-single .timeline-body {
    font-size: 12px;
  }
}

#negotations {
  margin: 15px 0;
}

#newOfferForm.hidden,
#negotations .hidden {
  display: none;
}

.negotiator-status{
  color: #FFF;
  padding: 3px 10px;
  font-size:0.9em;
}
.negotiator-success .alert,
.negotiator-success .alert ul,
.negotiator-errors .alert,
.negotiator-errors .alert ul{
  margin-bottom: 0px;
}

.negotiations-no-logged{
  margin:15px;
}

@media (min-width: 992px) {
  .negotiationTable th {
    width: 20%;
  }
  .negotiationTable th:first-child {
    width: 20px;
  }
  html .negotiations-table .negotiationTable__item--name {
    width: 30%;
  }
  html .negotiationTable__item--name {
    width: 50%;
  }
}

@media (max-width: 991px) {
  html .negotiationTable thead {
    display: none;
  }
  html .negotiationTable tr {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: 1px solid #dadada;
    margin: 0 0 15px;
  }

  html .negotiationTable tr:last-child {
    margin: 0;
  }

  html .negotiationTable tr:hover {
    background: #fff;
  }

  html .negotiationTable__item:first-child {
    display: none;
  }
  html .negotiationTable__item {
    display: block;
    border: 0;
    padding: 5px 12px;
  }
  html .negotiationTable__item--label:before {
    content: attr(data-label);
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
  }

  html .negotiationTable__item--orginalPrice,
  html .negotiationTable__item--negotiatedPrice {
    flex: 0 0 50%;
    max-width: 50%;
  }

  html .negotiationTable__item--negotiatedPrice {
    text-align: right;
  }

  html .negotiationTable__item--status {
    margin-right: auto;
  }


  html .negotiationTable__item-btn {
    flex: 0 0 100%;
    max-width: 100%;
    background: #f1f1f1;
    border-top: 1px solid #dadada;
    margin-top: 10px;
    padding: 10px 12px;
  }


  html .negotiationTable__item--name {
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  html .negotiations-table tr {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  html .negotiationTable__item--orginalPric,
  html .negotiationTable__item--negotiatedPrice {
    text-align: left;
  }
  html .negotiationTable__item--orginalPrice:before,
  html .negotiationTable__item--negotiatedPrice::before {
    display: block;
    margin: 0 0 5px;
    text-align: left;
  }
}

@media (max-width: 399px) {
  html .negotiationTable__item {
    font-size: 15px;
  }
}



.negotiationModal .productPage-negotiation-title {
  display: none;
}

.negotiationModal .card-block {
  padding: 0;
}


.negotiationModal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.negotiationModal .modal-title {
  padding-right: 20px;
}

.negotiationModal .alert {
  margin-bottom: 20px;
}


.quickview .negotiationModal {
  display: none;
}

.quickview .negotiationModal .modal-dialog {
  width: 100%;
}

.quickview .negotiationModal .modal-content {
  background: #fff;
  text-align: left;
  border-radius: 0;
  min-height: auto;
}

#negotiationsWrapper.loading .modal-dialog,
#negotiationsWrapper.collapse.loading {
  position: relative;
}

#negotiationsWrapper.loading .modal-dialog:before,
#negotiationsWrapper.collapse.loading:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff url('loader.gif') center center no-repeat;
  opacity: .5;
  z-index: 10;
}
