*
{
  margin-top: 0px;
}
html body{
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', 'Tahoma', sans-serif;
  
background: #f1f2f7;
   
}
.tableb
{
  background-color: white;
  border-radius: 3px;
}
body::-webkit-scrollbar {
 display: none;
}
#newbutton
{
  margin-left: 800px;
  border-radius: 10px;
  background-color: #d4cb1e;
}
#newbutton:hover
{
background-color: yellow;
}


.tableb
{
  width:100%;
  margin-top: 20px;
 box-shadow: 3px 3px 20px rgb(0 0 0 / 30%);
}

.outborders
{
    width: 96%;
    height: auto;
 
  margin-top: 30px;
  margin-left: 2%;
  margin-bottom: 30px;
  margin-right: 2%;
  
}

.toppos
{
  padding-top: 10px;
  padding-bottom: 10px;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 0%, rgba(41,14,52,1) 100%);
}
#home
{
  margin-left: 10px;
}
#tio
{
  margin-left: 100px;
}
#abc
{
  width: 100%;
}

.tophead
{
 box-shadow: 0 6px 9px rgba(0,0,0,0.36), 0 3px 6px rgba(0,0,0,0.23);
background: white;


 padding-bottom: 15px;
 margin-bottom: 10px;
}

#hov:hover {background-color:#dce8df;}
#hov
{

}
#tyear
{
  margin-left: 3%;
}
#h1
{
  font-size: 20px;
  padding-top: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
}
#hd1
{
  font-size: 17px;
   font-weight: 900;
   width:4%;
}
#hd2
{
  font-size: 17px;
   font-weight: 900;
  width:6%;
}
.dataTables_scroll
{
    overflow:auto;
}
#hd3
{
  font-size: 17px;
   font-weight: 900;
   width:15%;
}
#hd4
{
  font-size: 17px;
   font-weight: 900;
   width:10%;
}
#hd5
{
  font-size: 17px;
   font-weight: 900;
   width:10%;
}
#hd6
{
  font-size: 17px;
   font-weight: 900;
    width:10%;
}
#hd7
{
  font-size: 17px;
   font-weight: 900;
  width:4%;
}

#hd8
{
  font-size: 17px;
   font-weight: 900;
width: 5%;
   
  
}
#hd9
{
  font-size: 17px;
   font-weight: 900;
  width: 5%;
}
#hd10
{
  font-size: 17px;
   font-weight: 900;
   width: 15%;
  
}
#hd11
{
  font-size: 17px;
   font-weight: 900;
   width: 7%;
  
}



.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;

  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color:     #FF8C00;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #17b322;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
.tit1
{
 width: 20%;
 
  float: left;
}
.tit2
{
  margin-left: 22%;
  
 
}

.dataTables_wrapper .dt-buttons {
 margin-left: 30px;
}

div.dt-button.buttons-columnVisibility.active {
 background: black;
}

 tbody > tr:hover > .freez,  
tbody >tr:hover > .freez2, 
tbody> tr:hover > .freez3{
             background-color:#f5f5f5 !important;
        }
table{
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed; // ***********add this
  word-wrap:break-word; // ***********and this
}

