.flow_table .glyphicon {
  font-size: 14pt;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.transfer_p {
  color: blue;
}

.transfer_e {
  color: red;
}

.transfer_i {
  color: green;
}

.transfer_t {
  color: orange;
}

.glyphicon-credit-card {
  margin-left: 10px;
  color: #333333;
}

th {
  text-align: center;
}

th.rborder, td.rborder {
  border-right: 2px solid black !important;
}

.print-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #5bc0de;
  color: white;
  border: none;
  outline: none;
  bottom: 20px;
  right: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
  transition: background-color ease-in-out 0.3s;
  cursor: pointer;
  z-index: 1;
}

.tag-checkbox {
  border: 1px solid #aaa;
  padding: 5px 5px 5px 25px;
  margin: 5px 5px 0 0 !important;
}
.tag-checkbox input {
  margin-top: 3px;
}

.ddhm_page {
  width: 21cm;
  min-height: 29.7cm;
  padding: 0.5cm;
  margin: 1cm auto;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media print {
  .ddhm_page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}

/*# sourceMappingURL=main.css.map */
