/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
/* Only write css here that overrides the styling from cart.less */

.invoice .dataOverview tbody tr td {
  padding-top: 0;
  padding-bottom: 0;
  width: 44%;
  min-height: 155px;
}
.invoice .dataOverview tbody tr .paymentIconWrapper img,
.invoice .dataOverview tbody tr .paymentIconWrapper span {
  display: inline-block;
  vertical-align: middle;
}
.invoice .time {
  max-width: 300px;
  margin: 20px auto 0;
}
.invoice .time table tr td {
  border: 1px solid #e6ebf0;
  padding: 5px 10px;
}
@media only screen and (min-width : 768px) {
  .invoice .dataOverview tbody tr td {
    width: auto;
  }
}
/* Invoice styles (hierheen verplaatst vanuit 2e invoice.less) */

#invoiceTemplate {
  overflow: hidden;
}
#invoiceTemplate .panel {
  margin: 10px 0 20px;
}
#invoiceTemplate .panel .title {
  font-weight: bold;
}
#invoiceTemplate .costs {
  overflow: hidden;
  margin: 10px 0;
}
#invoiceTemplate .costs .singleRow {
  overflow: auto;
  position: relative;
}
#invoiceTemplate .costs .singleRow .title {
  font-weight: bold;
}
#invoiceTemplate .costs .singleRow .price {
  position: absolute;
  right: 0;
  text-align: right;
}
#invoiceTemplate .costs .singleRow .price span.valuta {
  float: left;
}
#invoiceTemplate .promotions {
  margin: 10px 0;
  font-weight: bold;
}
#invoiceTemplate .promotions > .title {
  width: 48%!important;
}
#invoiceTemplate .promotions .promotion {
  font-weight: normal;
  position: relative;
}
#invoiceTemplate .promotions .promotion .price {
  top: 0;
}
#invoiceTemplate .promotions .promotion .title {
  font-weight: normal;
}
@media only screen and (min-width : 768px) {
  #invoiceTemplate .panel {
    width: 30%;
    min-height: 80px;
    padding-left: 1.9%;
  }
  #invoiceTemplate .panel.companyData {
    padding-left: 0;
    border-right: 0 none;
  }
  #invoiceTemplate .panel.first {
    padding-left: 0;
  }
  #invoiceTemplate .panel.last {
    padding-right: 0;
    border-right: 0 none;
  }
  #invoiceTemplate .costs {
    overflow: auto;
    margin: 10px 0 0 0;
  }
  #invoiceTemplate .costs .singleRow {
    clear: both;
  }
  #invoiceTemplate .costs .singleRow .title {
    float: left;
    width: 34%;
    margin: 0 1% 0 51%;
  }
  #invoiceTemplate .costs .singleRow .price {
    position: relative;
    text-align: right;
    float: left;
    width: 7%;
  }
}
