body{
    margin:0px;
}

.navbar{
    width:100%;
    height:60px;
    background:  #3f4d56;
}

.logo {
    width: 62px;
    height: 35px;
    margin-top: 12px;
    margin-left: 9px;
}

.hidething{
  display: none;
  visibility: none;
  width: 0px;
  height: 0px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 96%;
    margin-left: 28px;
    margin-bottom: 50px;
}
td, th {
    border: 1px solid #000000;
    text-align: center;
    padding: 0px;
    height: 26px;
}
tr:nth-child(even) {
background-color: #dddddd;
}

.reTitle{
    text-align: center;
}

.menuIcon {
    width: 30px;
    margin-top: 4px;
}


.addIcon{
    width: 30px;
    display: right;
}

.printx{
        width: 30px;

}


.editInfo{
   
 width: 27px;
    height: 17px;
  cursor: pointer;
  
  }

.dropInfo{
 width: 27px;
    height: 17px;
      cursor: pointer;

}




    /* Menu Section*/
   .menu {
    background-color: #33333300;
    overflow: hidden;
}

.menu a {
    color: white;
    padding: 2px 9px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

    .menu a:hover {
      background-color: #ddd;
      color: black;
      
     }

    /* Style the search bar */
    .search-container {
      float: right;
      padding: 10px;
    }

    .search-container input[type="text"] {
      padding: 8px;
      border: none;
      border-radius: 4px;
      width: 200px;
      transition: width 0.3s ease-in-out;
      text-align: center;

    }

    .search-container input[type="text"]:focus {
      width: 250px;
    }

    .search-container button {
    background-color: #4489ec;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
    .search-container button:hover {
      background-color: #45a049;
    }

    /* Dropdown style (optional) */
    .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-content {
      display: none;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 1;
 
    }

    .dropdown:hover .dropdown-content {
      display: block;
      position: fixed;

     }

    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
     text-align: center;

     }

    .dropdown-content a:hover {
      background-color: #ddd;
    }



    @media print {
       .menu {
          visibility: hidden;
       }
    }

     @media print {
       .navbar {
          visibility: hidden;
       }
    }




@page {
size: auto;
margin: 10px;
   }


           @media print {
body
         {
margin: 20px;      
margin-left: -3px; 

}
      }
  
 
@media print {
.onlyhideforPr
{
display: none;
width: 0px;
height: 0px;
visibility: none;
} 
}


.logoForPrint{
  width: 0px;
  height: 0px;
  visibility: none;
  display: none;
}




           @media print {
.logoForPrint         {
 
  margin-left: 25px;
  width: 79px;
  height: 54px;
  margin-top: -110px;
  visibility: visible;
  display: block;

}
      }


      .dateOnlyForPrint{
display: none;
visibility: none;


      }



                 @media print {
.dateOnlyForPrint
         {
visibility: visible;
display: block;
 font-size:20px;
  float: right;
      margin-right: 10px;
      margin-bottom: 10px;
 
 }
      }


                 @media print {

      .reTitle{
 padding-top: 50px; 
 margin-bottom: -18px;
  font-size: 20px;
  color: rgb(55, 54, 54);
      }
    }


    

    .reTitle {
    text-align: center;
    margin-top: -35px;
}

tr:nth-child(even) {
    background-color: #bfc7da;
}


 .coName{
  display: none;
  visibility: none;
  
 }




 @media print {

 .coName{
  display: block;
  visibility: visible;
    width: 250px;
  margin-top: -40px;
  margin-bottom: -4px;
   }
}

.list-group {
   width: 181px;
   background: #ffffff;
   display: grid;
   font-size: 22px;
   margin-top: 3px;
  line-height: 35px;
   margin-left: 27px;
   text-align: center;
   color: rgb(177, 2, 2);
   position: absolute;
 }

a.list-group-item {
    color: #000000;

}

 

.searchIcon {
    width: 34px;
    position: absolute;
    height: 31px;
    margin-left: -42px;
    margin-top: -1px;
}

   