@font-face {
  font-family: "publicsans";
  src: url("../fonts/publicsans/webfonts/PublicSans-Regular.ttf");
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}
* {
  padding: 0;
  margin: 0;
  font-family: poppins, publicsans, calibri, sans-serif;
  font-size: 1em;
}

.home_page {
  position: absolute;
  width: 50%;
  margin: 50px 25%;
  border: 1px solid #e2f3e1;
}
.home_page .header {
  width: 100%;
  font-family: calibri, sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #2a782e;
  background-color: #e2f3e1;
}
.home_page .header h3 {
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
}
.home_page .header form button {
  width: 100px;
  background-color: #993333;
  color: #fff;
  border: 1px solid #c14242;
}
.home_page .header form button:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 3px 5px 4px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.home_page .header form button:active {
  transform: scale(0.98, 0.98);
  box-shadow: none;
}
.home_page .body {
  padding: 0 5px;
  font-size: 0.9em;
}
.home_page .body table {
  width: 100%;
  margin-top: 5px;
}
.home_page .body table tr:hover {
  background-color: rgba(223, 246, 223, 0.5725490196);
}
.home_page .body table tr:hover td {
  font-weight: bold;
}
.home_page .body table tr td {
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}
.home_page .body table tr img {
  height: 50px;
}
.home_page .body table tr td {
  text-align: left;
}
.home_page .body table tr td:nth-child(1) {
  text-align: center;
  width: 1%;
}
.home_page .body table tr td:nth-child(2) {
  text-align: center;
}
.home_page .body table tr td button {
  width: 100%;
  height: 30px;
  line-height: 29px;
  border: 1px solid rgb(8, 83, 21);
  background-color: rgba(8, 83, 20, 0.189);
  cursor: pointer;
  outline: none;
  transition: box-shadow 200ms ease-in-out, color 350ms ease-in-out;
}
.home_page .body table tr td button a {
  color: rgb(8, 83, 21);
  text-decoration: none;
}
.home_page .body table tr td button:hover {
  background-color: rgb(8, 83, 21);
  box-shadow: 2px 5px 15px 1px rgb(157, 182, 162);
}
.home_page .body table tr td button:hover a {
  color: #fff;
}
.home_page .body table tr td button:active {
  background-color: rgb(8, 83, 21);
  box-shadow: none;
  color: #fff;
}

.site_index {
  margin: 50px 0 0 10px;
}
.site_index h4 {
  letter-spacing: 1px;
}
.site_index button {
  border: 1px solid rgb(83, 63, 8);
  background-color: rgba(83, 32, 8, 0.189);
  cursor: pointer;
  outline: none;
  transition: background-color 200ms ease-in-out;
}
.site_index button a {
  color: rgb(83, 25, 8);
  transition: color 350ms ease-in-out;
}
.site_index button:hover {
  background-color: rgb(131, 109, 13);
  box-shadow: 2px 5px 15px 1px rgb(180, 182, 157);
}
.site_index button:hover a {
  color: #fff;
}
.site_index button.audited {
  border: 1px solid rgb(8, 83, 21);
  background-color: rgba(8, 83, 20, 0.189);
}
.site_index button.audited a {
  color: rgb(8, 83, 18);
}
.site_index button.audited:hover {
  background-color: rgb(8, 83, 21);
  box-shadow: 2px 5px 15px 1px rgb(157, 182, 162);
}
.site_index button.audited:hover a {
  color: #fff;
}

.container {
  width: 100%;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
}
.container table tr:hover {
  background-color: rgba(150, 249, 185, 0.45);
}
.container-head {
  position: fixed;
  height: 3.2%;
  width: 100%;
  background-color: rgb(8, 83, 21);
  text-indent: 10px;
}
.container-head p {
  height: 100%;
  line-height: 30px;
  text-align: start;
  color: #f3cb1b;
}
.container-body {
  position: fixed;
  top: 30px;
}
.container-left {
  width: 20%;
  height: 100%;
  background-color: rgb(8, 83, 21);
  position: fixed;
}
.container-left button {
  width: 100%;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  text-align: left;
  text-indent: 5%;
  border: none;
  border-top: 1px solid #4e684f;
}
.container-left button:nth-last-child(1) {
  border-bottom: 1px solid #4e684f;
}
.container-left button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.container-right {
  width: 80%;
  height: 100%;
  overflow: auto;
  position: fixed;
  left: 20%;
}
.container-right #resultSection {
  padding: 10px;
  height: 93.9%;
  overflow: auto;
  align-items: center;
}
.container-right #resultSection select {
  height: 30px;
}
.container-right #resultSection button {
  height: 30px;
  width: 100px;
}
.container-right #resultSection .vendor_selection {
  width: 100%;
  font-size: 14px;
}
.container-right #resultSection .vendor_selection select {
  min-width: 30%;
  height: 30px;
  line-height: 30px;
  border: 1px solid rgb(8, 83, 21);
  outline: none;
}
.container-right #resultSection .vendor_selection button {
  height: 30px;
  line-height: 29px;
  border: 1px solid rgb(8, 83, 21);
  background-color: rgb(8, 83, 21);
  cursor: pointer;
  outline: none;
  transition: box-shadow 200ms ease-in-out, color 350ms ease-in-out;
  color: #fff;
}
.container-right #resultSection .vendor_selection button:hover {
  background-color: rgb(8, 83, 21);
  box-shadow: 2px 5px 15px 1px rgb(157, 182, 162);
  color: #fff;
}
.container-right #resultSection .vendor_selection button:active {
  background-color: rgb(8, 83, 21);
  box-shadow: none;
  color: #fff;
}
.container-right #resultSection .vendor_list {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.container-right #resultSection .vendor_list tr td {
  width: 10%;
  text-align: center;
}
.container-right #resultSection .vendor_list tr td:nth-child(1) {
  width: 90%;
  text-indent: 1%;
  text-align: left;
}
.container-right #resultSection .vendor_ledger {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.container-right #resultSection .vendor_ledger tr td {
  text-align: right;
  width: 10%;
}
.container-right #resultSection .vendor_ledger tr td:nth-child(1) {
  text-align: left;
  width: 2%;
}
.container-right #resultSection .vendor_ledger tr td:nth-child(4) {
  text-align: left;
  width: 38%;
  text-indent: 1%;
}
.container-right #resultSection .vendor_ledger tr td button {
  width: 100% !important;
  cursor: pointer;
}
.container-right #resultSection .vendor_ledger tr td button:hover {
  background: rgba(191, 121, 63, 0.54);
}
.container-right #resultSection .vendor_invoices {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.container-right #resultSection .ledger_selection {
  width: 100%;
  font-size: 14px;
}
.container-right #resultSection .ledger_selection select {
  min-width: 30%;
  height: 30px;
  line-height: 30px;
  border: 1px solid rgb(8, 83, 21);
  outline: none;
}
.container-right #resultSection .ledger_selection button {
  height: 30px;
  line-height: 29px;
  border: 1px solid rgb(8, 83, 21);
  background-color: rgb(8, 83, 21);
  cursor: pointer;
  outline: none;
  transition: box-shadow 200ms ease-in-out, color 350ms ease-in-out;
  color: #fff;
}
.container-right #resultSection .ledger_selection button:hover {
  background-color: rgb(8, 83, 21);
  box-shadow: 2px 5px 15px 1px rgb(157, 182, 162);
  color: #fff;
}
.container-right #resultSection .ledger_selection button:active {
  background-color: rgb(8, 83, 21);
  box-shadow: none;
  color: #fff;
}
.container-right #resultSection .ledger_list {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.container-right #resultSection .ledger_list tr td {
  width: 10%;
  text-align: center;
}
.container-right #resultSection .ledger_list tr td:nth-child(1) {
  width: 90%;
  text-indent: 1%;
  text-align: left;
}
.container-right #resultSection .ledger_records {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.container-right #resultSection .ledger_records tr td {
  text-align: right;
  width: 10%;
}
.container-right #resultSection .ledger_records tr td:nth-child(1) {
  text-align: left;
  width: 2%;
}
.container-right #resultSection .ledger_records tr td:nth-child(4) {
  text-align: left;
  width: 38%;
  text-indent: 1%;
}
.container-right #resultSection .ledger_records tr td button {
  width: 100% !important;
  cursor: pointer;
}
.container-right #resultSection .ledger_records tr td button:hover {
  background: rgba(191, 121, 63, 0.54);
}
.container-right #resultSection .trialbalance {
  width: 100%;
  font-size: 14px;
}
.container-right #resultSection .trialbalance tr td {
  text-align: right;
  width: 10%;
}
.container-right #resultSection .trialbalance tr td:nth-child(1) {
  text-align: center;
  width: 2%;
}
.container-right #resultSection .trialbalance tr td:nth-child(2) {
  text-align: left;
  width: 38%;
  text-indent: 1%;
}
.container-right #resultSection .trialbalance tr td button {
  width: 100% !important;
  cursor: pointer;
}
.container-right #resultSection .trialbalance tr td button:hover {
  background: rgba(191, 121, 63, 0.54);
}
.container-right #resultSection .balancesheet {
  width: 100%;
  font-size: 14px;
}
.container-right #resultSection .balancesheet tr td {
  text-align: right;
  width: 10%;
}
.container-right #resultSection .balancesheet tr td:nth-child(1) {
  text-align: left;
  width: 40%;
  text-indent: 1%;
}
.container-right #resultSection .balancesheet tr td button {
  width: 100% !important;
  cursor: pointer;
}
.container-right #resultSection .balancesheet tr td button:hover {
  background: rgba(191, 121, 63, 0.54);
}
.container-right #resultSection #annex13 {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 14px;
}
.container-right #resultSection #annex13 tr td {
  text-align: right;
  width: 10%;
}
.container-right #resultSection #annex13 tr td:nth-child(1) {
  text-align: center;
  width: 2%;
}
.container-right #resultSection #annex13 tr td:nth-last-child(1) {
  width: 2%;
}
.container-right #resultSection #annex13 tr td:nth-child(2) {
  text-align: left;
  width: 29%;
  text-indent: 1%;
}
.container-right #resultSection #annex13 tr td:nth-child(3) {
  text-align: center;
  width: 5%;
}
.container-right #resultSection .table_creditor {
  width: 100%;
  margin: 10px 0 0 0;
  font-family: calibri;
  font-size: 14px;
}
.container-right #resultSection .table_creditor tr td {
  text-align: right;
  width: 10%;
}
.container-right #resultSection .table_creditor tr td:nth-child(1) {
  text-align: center;
  width: 2%;
}
.container-right #resultSection .table_creditor tr td:nth-child(2) {
  text-align: left;
  width: 28%;
  text-indent: 1%;
}
.container-right #resultSection .table_creditor tr td:nth-child(3) {
  text-align: center;
}
.container-right #resultSection .table_creditor tr td:nth-last-child(1) {
  cursor: pointer;
  background-color: rgba(8, 83, 20, 0.242);
  transition: box-shadow 200ms ease-in-out, background-color 350ms ease-in-out;
}
.container-right #resultSection .table_creditor tr td:nth-last-child(1) button {
  color: rgb(8, 83, 21);
  font-size: 0.8em;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  transition: color 350ms ease-in-out;
}
.container-right #resultSection .table_creditor tr td:nth-last-child(1):hover {
  background-color: rgb(8, 83, 21);
  box-shadow: 2px 5px 15px 1px rgb(157, 182, 162);
}
.container-right #resultSection .table_creditor tr td:nth-last-child(1):hover button {
  color: #fff;
}
.container-right #resultSection .table_creditor tr td:nth-last-child(1):active {
  background-color: rgb(8, 83, 21);
  box-shadow: none;
}
.container-right #resultSection .table_debtor {
  width: 100%;
  margin: 10px 0 0 0;
  font-family: calibri;
  font-size: 14px;
}
.container-right #resultSection .table_debtor tr td {
  text-align: right;
  width: 10%;
}
.container-right #resultSection .table_debtor tr td:nth-child(1) {
  text-align: center;
  width: 2%;
}
.container-right #resultSection .table_debtor tr td:nth-child(2) {
  text-align: left;
  width: 28%;
}
.container-right #resultSection .table_debtor tr td:nth-child(3) {
  text-align: center;
}
.container-right #resultSection .table_debtor tr td:nth-last-child(1) {
  cursor: pointer;
  background-color: rgba(8, 83, 20, 0.242);
  transition: box-shadow 200ms ease-in-out, background-color 350ms ease-in-out;
}
.container-right #resultSection .table_debtor tr td:nth-last-child(1) button {
  color: rgb(8, 83, 21);
  font-size: 0.8em;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  transition: color 350ms ease-in-out;
}
.container-right #resultSection .table_debtor tr td:nth-last-child(1):hover {
  background-color: rgb(8, 83, 21);
  box-shadow: 2px 5px 15px 1px rgb(157, 182, 162);
}
.container-right #resultSection .table_debtor tr td:nth-last-child(1):hover button {
  color: #fff;
}
.container-right #resultSection .table_debtor tr td:nth-last-child(1):active {
  background-color: rgb(8, 83, 21);
  box-shadow: none;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal .modal-content .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .modal-content .close:hover {
  color: #bc0e0e;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content .close:focus {
  color: #bc0e0e;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content #model_data button {
  padding: 0 10px;
  height: 30px;
  line-height: 29px;
  border: 1px solid rgb(8, 83, 21);
  background-color: rgb(8, 83, 21);
  cursor: pointer;
  outline: none;
  transition: box-shadow 200ms ease-in-out, color 350ms ease-in-out;
  color: #fff;
  font-size: 0.8em;
}
.modal .modal-content #model_data button:hover {
  background-color: rgb(8, 83, 21);
  box-shadow: 2px 5px 15px 1px rgb(157, 182, 162);
}
.modal .modal-content #model_data button:active {
  background-color: rgb(8, 83, 21);
  box-shadow: none;
}/*# sourceMappingURL=app.css.map */