#outstanding-column .customer-row {
  margin-right: -30px !important; }

#outstanding-column .customer-wrapper {
  background-color: #f8f8f0;
  margin-bottom: 15px;
  margin-right: 15px;
  width: calc(50% - 15px) !important;
  padding: 10px 15px; }
  #outstanding-column .customer-wrapper .customer-category {
    height: 25px;
    margin-bottom: 5px; }
    #outstanding-column .customer-wrapper .customer-category img, #outstanding-column .customer-wrapper .customer-category span {
      vertical-align: middle; }
    #outstanding-column .customer-wrapper .customer-category span {
      color: #B1B1B1;
      font-size: 1.14286em; }
      @media (max-width: 1200px) {
        #outstanding-column .customer-wrapper .customer-category span {
          font-size: 1em; } }
  #outstanding-column .customer-wrapper .img-wrapper {
    height: 200px;
    text-align: center; }
  #outstanding-column .customer-wrapper .customer-img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  #outstanding-column .customer-wrapper .customer-info-wrapper {
    margin-top: 5px;
    height: 66px; }
    #outstanding-column .customer-wrapper .customer-info-wrapper .logo-wrapper {
      width: 65px;
      height: 65px;
      margin-right: 10px;
      text-align: center;
      background-color: #FFF;
      box-shadow: rgba(0, 0, 0, 0.1) 1px 1px; }
    #outstanding-column .customer-wrapper .customer-info-wrapper img.customer-logo {
      max-width: 100%;
      max-height: 100%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    #outstanding-column .customer-wrapper .customer-info-wrapper .customer-name-wrapper {
      width: calc(100% - 75px);
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    #outstanding-column .customer-wrapper .customer-info-wrapper h2.customer-name {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-height: 32px;
      /* Fallback for non-webkit */
      font-weight: normal;
      margin: 0;
      font-size: 1.14286em;
      line-height: 1;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #696969; }
      #outstanding-column .customer-wrapper .customer-info-wrapper h2.customer-name a {
        color: #696969; }
        #outstanding-column .customer-wrapper .customer-info-wrapper h2.customer-name a:hover {
          text-decoration: none; }
    #outstanding-column .customer-wrapper .customer-info-wrapper div.customer-address-wrapper {
      width: 100%; }
      #outstanding-column .customer-wrapper .customer-info-wrapper div.customer-address-wrapper span.customer-address {
        display: block;
        font-size: 1em;
        color: #B1B1B1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }

/*# sourceMappingURL=outstanding.css.map */
