.wrapper-print{
    padding: 0px;
    margin-top: 0px !important;
}

.wrapper-print .content{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 50px;
    margin-right: 50px;
}

#mask-panel {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.05;
  background-color: #fff;
  z-index: 9998;
}

.table-report{
  border-spacing: 2px;
  border-color: #888;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.table-report th{
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 0 5px;
  font-size: 12px;
}

.table-report td{
  white-space: nowrap;
  padding: 0 5px;
  font-size: 13px;
}

.title_doc{
  font-size: 16px;
  font-weight: bold;
}

.table-report{
  border-spacing: 2px;
  border-color: #888;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.table-report-print{
  width: 100%;
  border-spacing: 2px;
  border-color: #000;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.table-report-print th{
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 0 5px;
  font-size: 11px;
}

.table-report-print td{
  vertical-align: top;
  padding: 0 5px;
  font-size: 11px;
}

.table-report-footer{
  width: 100%;
  margin-top: 10px;
}

.table-report-footer td{
  vertical-align: top;
  text-align: center;
  padding: 0 5px;
  font-size: 11px;
}

.tabel-laporan td{
  vertical-align: top;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    padding-left: 0px !important;
}
