html, body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.nav li {
  list-style-type: none;
}

.lc{
  display: flex;
  width:15%;
  height: 100vh; /* 100% of the viewport height */
  background-color: #f0f0f0;
  float:Left;
}

.rc{
  width:85%;
  height: 100vh; /* 100% of the viewport height */
  background-color: #fff;
  float:left;
}

.nav{
  width:100%;
  margin-top:100px;
}

.nav a{
  display: block;
  width:100%;
  padding:20px 0;
  text-decoration:none;
  text-align:center;
  border-bottom:1px dotted #000;
}

a:hover{
  background-color: #007bff;
  color:#fff;
}

.my-custom-table {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 0;
}
.my-custom-table thead th {
  background-color: #007bff;
  color: white;
}
.my-custom-table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}
.my-custom-table tbody tr:hover {
  background-color: #e1e1e1;
}

.table_rap{
  margin:50px;
}

.guaposirenren{
  font-size:10px;
}

.ab_report{
  border-collapse: collapse;
  margin:10px;
}
.ab_report td, .ab_report th{
  border:1px solid #222;
}

.text-center{
  text-align:center !important;
}

.ab_report th, .ab_report td{
  font-size:10px;
}

.topcont{
  text-align:right;
  border:0 !important;
  padding:8px;
}
.bgblue{
  background-color: #0984e3;
  padding:0 5px;
  color:#fff;
}

.ic{
  width:90%;
  border:1px solid red;
}

.hwrap{
  text-align:center;
  margin-top:20px;
}

.logo{
  width:70px;
  height:70px;
}
.textwrap{
  margin:5px 0;
  line-height: 1.2em;
}
.textwrap span{
  display: block;
  
}

.rp{
  font-family: "Old English Text MT"; 
  font-size: 12pt;
}
.r{
  font-family: "Trajan Pro";
  font-size: 9pt;
}
.de{
  font-family: "Old English Text MT"; 
  font-size: 16pt;
}

.na{
  margin-top: 10px;
  font-size:10px;
  font-family: "Trajan Pro";
  text-decoration: underline;
}


.imgwrap{
  text-align:center;
  display:none;
}

.styled-form {
  display: flex;
  align-items: center;
  background-color: #fff; 
  padding: 10px 20px; 
  border-radius: 8px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.styled-select,
.styled-submit {
  font-size: 16px;
  padding: 10px; 
  border-radius: 4px; 
  border: 1px solid #ccc;
}
.styled-select {
  margin-right: 10px; 
  padding-left:40px;
  padding-right:40px;
  background-color: #f9f9f9; 
}

.styled-submit {
  background-color: #007BFF; 
  color: white; 
  cursor: pointer; 
  transition: background-color 0.3s;
}
.styled-submit:hover {
  background-color: #0056b3;
}

.sign {
  text-align:center;
  margin:30px 0;
}

.sign p{
  display: inline-block;
  margin-right:7%;
  font-weight:bold;
  font-size:12px;
}

.sign p span{
  display: block;
  text-align:center;
  font-weight:normal;
}
.tb{
  padding:8px;
}

.page-number{
  display:none;
}

@media print {
  @page {
      size: A4 landscape; /* Set paper size to A4 in landscape orientation */
      margin: 10mm; /* Adjust margins as needed */
      margin-top:2mm;
  }
  
  body {
      margin: 0; /* Remove default margin */
      padding: 0; /* Remove default padding */
      counter-reset: page;
  }

  .ic{
    width:86%;
  }

  .topcont{
    padding:5px;
  }

  .textwrap{
    margin:3px 0;
    line-height: 1em;
  }

  .page-number{
    display:block;
    font-size: 10px;;
  }

  .logo{
    width:50px;
    height: 50px;
  }

  

  .page-number:after {
    counter-increment: page;
    content: "Page " counter(page);
    position: fixed;
    bottom: 0;
    right: 10px;
  }

  .sign{
    margin:2px;
  }

  .sign p{
    margin-right:5%;
  }

  .hwrap{
    margin-top:0;
  }

 .renren{
  display:none;
 }

 .tb{
  padding:4px 15px;
 }

}