@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.tableStyle {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.tableStyle td, .tableStyle th {
  border: 1px solid #ddd;
  padding: 4px;
  text-align: center;
}

.tableStyle tr:nth-child(even){background-color: #f2f2f2;}

.tableStyle tr:hover {background-color: #ddd;}

.tableStyle th {
  padding-top: 2px; 
  padding-bottom: 2px;
  text-align: center;
  background-color: #009688;
  color: white;
}
.myInput {
  background-image: url('../../img/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 7px 20px 4px 40px;
  border: 1px solid #ddd;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.colorBlue{
    color:#357ebd !important;
}
.tdTextLeft{
    text-align: left !important;
}
.tdTextRight{ 
    text-align: right !important;
}
.select100px{
    width:100%;
    max-width:100px;
}
.tabbleFont{
   font-size: 16px !important;
}
.printspan{
        display: none;
    }
.trBg1{
    background-color: #dff0d8 !important;
}
.fontBold{
    font-weight: bold !important;
}

.scrollbar{
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.scrollbarstyle1::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.scrollbarstyle1::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}
.scrollbarstyle1::-webkit-scrollbar-thumb{
    background-color: #F90;	
    background-image: -webkit-linear-gradient(45deg,
        rgba(255, 255, 255, .2) 25%,
        ransparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent)
}
.tableFixHead{
    overflow-y: auto; 
    height: 630px; 
}
.tableFixHead thead th { position: sticky; top: 0; }
.font18{
   font-size: 18px !important;
}
.font12{
   font-size: 12px !important;
}
.font14{
   font-size: 14px !important;
}
.table1  td, .table1 th{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}