/*
table, td, th {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 15px;
}*/
table {
  border-spacing: 0px;
}

.mainTable {
  /*background: white;
  border: 2px solid black;
  border-bottom: 0px;
  width: 100%;
  margin-bottom: 10px;*/
  margin: 10px auto;
  font-size: 12px;
  border-bottom: 1px solid #000;
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
}

.mainTable th, .showPaymentsTable th, .unpaidEntriesTable th {
  padding: 2px 20px 2px 2px;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.mainTable td, .showPaymentsTable td, .unpaidEntriesTable td {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: #000 1px solid;
  padding: 2px 20px 2px 5px;
}

.totalsTable {
  /*background: white;
  border: 2px solid black;
  border-bottom: 0px;
  margin: 50px 10px 0px auto;*/
  margin: 49px 0px 0px 0px;
  font-size: 12px;
  border: 1px solid #000;
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
}

.totalsTable td {
  padding: 5px 20px 5px 5px;
  border-bottom: 1px solid #000;
}

.unpaidEntriesTable {
  /*background: white;
  border: 2px solid black;
  border-bottom: 0px;
  margin-right: auto;
  margin-left: 10px;*/
  margin: 0px;
  font-size: 12px;
  border-bottom: 1px solid #000;
  border-collapse: collapse;
  background-color: #fff;
  width: 70%;
}

.showPaymentsTable {
  /*background: white;
  border: 2px solid black;
  border-bottom: 0px;
  margin: 0px 40px 10px 10px;*/
  margin: 0px;
  font-size: 12px;
  border-bottom: 1px solid #000;
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
}

.childTable {
  border: 0px;
  background: white;
  width: 100%;
}

.finalRefundTable {
  border: 1px solid #c1d6e4;
}

/*.childTable td {
    width: 9.09%;
}
.mainRefundTable td {
    width: 9.09%;
}*/
th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid black;
}

.no-bottom-border {
  border-bottom: 0px;
}

.td-top-border {
  border-top: 2px solid black;
  border-bottom: 0px;
}

.redText {
  color: red;
}

.redItalicText {
  color: lightcoral;
  font-style: italic;
}

.blueText {
  color: blue;
}

.boldText {
  font-weight: 700;
}

.balanceText {
  font-weight: 700;
  color: black;
}

.pagination {
  float: left;
}

.pagination li {
  display: inline;
}

/*.pagination li button {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination li button.active {
    background-color: dodgerblue;
    color: white;
}

.pagination li button:hover:not(.active) {background-color: #ddd;}*/
.modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.6);
  height: 1727px;
  width: 1425px;
  position: fixed;
  left: 0px;
  top: 0px;*/
  z-index: 1001;
  background: rgba(51, 87, 108, 0.5);
}

.modal-close {
  font-weight: 700;
  position: absolute;
  right: 5px;
  top: 6px;
  color: #fff;
  border: 0px;
  background: #33566c;
}

.modal-close:hover {
  color: #efb06c;
}

.modal-wrap {
  height: 100%;
  outline: 0px;
  width: 100%;
  overflow: visible;
  text-align: left;
}

.modal-data {
  display: block;
  text-align: left;
}

.header {
  height: 30px;
  line-height: 30px;
  width: 100%;
  color: #fff;
  background: #33576c;
  font-weight: 700;
}

.message {
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 12px;
  padding-bottom: 0px;
  font-weight: 600;
}

.actions {
  float: right;
  padding: 0 30px;
  text-align: right;
  margin-right: 0px;
  margin-top: 0px;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.modal-main {
  border: 2px solid #ddd;
  text-align: left;
  position: fixed;
  background: white;
  width: 514px;
  height: 151px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 25px;
  z-index: 1002;
}

.close {
  color: Black;
  float: right;
}

.close:hover {
  color: cyan;
  cursor: pointer;
}

.eq-button {
  padding: 7px 24px;
  border: 0;
  color: #fff;
  text-decoration: underline;
  border-radius: 10px;
  font-size: 17px;
  background-color: #4c8ea7;
  float: right;
  /*margin-right: 50px;*/
}

.eq-button:hover {
  background-color: #ccc;
  color: #4c8ea7;
}

.eq-button:focus {
  border-radius: 10px;
}

.paginationButton {
  padding: 7px 24px;
  border: 0;
  color: #fff;
  border-radius: 10px;
  font-size: 17px;
  background-color: #4c8ea7;
  margin-right: 5px;
}

.paginationButton:hover, .paginationButton.active {
  background-color: #ccc;
  color: #4c8ea7;
}

.view-change-button {
  margin-top: 13px;
}

.delete-refund-button {
  padding: 5px 20px;
  border: 0;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  background-color: #efb06c;
}

.delete-refund-button:hover {
  background-color: #ccc;
  color: #4c8ea7;
}

.add-refund-button {
  padding: 5px 20px;
  border: 0;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  background-color: #4c8ea7;
}

.add-refund-button:hover {
  background-color: #ccc;
  color: #4c8ea7;
}

.save-for-later-button {
  float: unset;
  background-color: #efb06c;
  margin-right: 20px;
}

.finalize-refund-button {
  float: unset;
  background-color: #d46363;
}

.submit-refunds-button {
  float: unset;
}

.edit-refunds-button {
  float: unset;
  background-color: #4c8ea7;
  margin-right: 20px;
}

.submit-button {
  float: unset;
  background-color: #efb06c;
  margin-right: 0px;
}

/*
.close-modal-button{
    background: rgba(0, 0, 0, 0);
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 20px;
    margin: 0px 5px auto 0px;
    float: right;
    color: black;
}

.close-modal-button:hover{
    background: black;
    color: white;
}*/

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