/*tr:nth-child(odd){*/
/*    background-color: rgba(129, 196, 8,.3);*/
/*}*/

table{
  table-layout: auto;
table-layout: fixed;

}

.over,.overs{
  overflow: auto;

}

.overs{
  height: 35px!important;
}
.over{
  height: 450px!important;
}

.overs table,.over table{
 margin:0;

}
.modal{
  
    background-color: rgba(129, 196, 8,.3);  
}

/*thead{*/
/*    background-color: rgba(129, 196, 8,.7);*/
/*    color: #FFF;*/

/*}*/


.loader{

   background: url('../ajax-loader.gif') 50% 50% no-repeat #fff;
   cursor: wait;
   height: 100%;
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 9999;

}

.loader p{
  background: none;
color: rgb(129, 196, 8); 
  font-size: 22px;
  font-weight: 700;
  height: 700px;
  line-height: 700px;
  margin: 20px 0 2px;
  padding: 0;
  text-align: center;
}


