.box_piutang {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 5px 15px;
  }
  .box_piutang .title {
    font-size: 13px;
    color: #958d9e;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    line-height: 1.4em;
   margin-top:5px;
  }
  .box_piutang .value {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #27173E;
    margin-top:8px;
  }
  .box_piutang .icon {
    position:bottom;
    letter-spacing: -0.02em;
    line-height: 1em;
    
  }

  .listview {
    display: block;
    padding: 0;
    margin: 0;
    color: #27173E;
    background:white;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    line-height: 1.3em;
    border-radius: 10px;
  }
  .select2-container--default .select2-selection--single{
   margin-top: 8px;
   color: #999;
    height: 37px;
    /* width: 148px;  */
    /* font-size: 1.2em;   */
    color:black;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    position: relative;
}
.text-red {  color: red;}
.text-bold { font-weight: bold; }