/* CSS Document */

.text1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
padding-top:20px;
padding-left:20px;
}

.text2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
padding-top:150px;
}

.text3{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
line-height:18px;
}

.text3:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#00BCFF;
text-decoration:none;
font-weight:bold;
line-height:18px;
}

.annual-Report{ /*--background: #000425;--*/ /*--border-radius: 20px;--*/color: #fff; padding: 15px;width:auto;  margin: 10px 0; list-style: none;} 
.annual-Report li{ border-right: 1px solid #f1f1f1 ;    display: inline-block;
    padding: 0 12px; position: relative;}
    .annual-Report li a{ color: #fff; text-decoration: none; display: block;}  
.annual-Report .subAnnual-Report{border-radius: 10px; display: none; max-height: 200px; overflow: auto; position: absolute; z-index: 9999; background: #fff;width: 200px;padding: 0; margin: 0; list-style: none; left: 0;}
.annual-Report li:hover .subAnnual-Report{ display: block;}
.annual-Report .subAnnual-Report li{ padding: 15px; display: block; border: none; border-bottom: 1px solid #f1f1f1;color: #000;}
.annual-Report .subAnnual-Report li a{color: #000; display: block;}
.annual-Report .subAnnual-Report li:hover{background: #f1f1f1;}

/* Style the tab */
.tab {
    overflow: hidden;
        float: left;
    
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s; border-radius: 15px;
    font-size: 17px;border: 1px solid #01b4f9;
    background-color: #01b4f9; margin: 2px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #fff;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #fff;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;text-align: left;    float: left;
    width: 100%;
  }

  .pdf-table th,.pdf-table td{ border: 1px solid #e1e1e1; padding: 10px }
   .pdf-table th{ color: #fff; font-size: 14px }