

.input-search{
    width: 300px;
    height: 40px;
    font-size: 20px;
    text-indent: 10px;
  
}
.magpotim{
    max-width: 101%;
}
.content-search{
    width: 100%;
    z-index: 1;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: 0;
    background: rgba(0,0,0,0.3);
    display: none;
}

.content-table{
    margin-top: 1%;
    width: 67%;
    max-height: 200px;
    height: auto;
    background: rgba(0,0,0,0.3);
    margin-left: 73%;
    overflow-y: visible;
    overflow-x: hidden;
}

.content-table table{
    width: 100%;
}

tbody tr td a{
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;

}

tbody tr td a:hover{
    background-color: rgba(0,0,0,0.3);
    color: #7EDDC6;
}

#table_length, #table_filter, #table_info, #table_paginate{
    display: none;
}









@media only screen 


and (max-device-width : 991px) 
{




    .content-search{
      
        background: transparent;
   
    }
    

 
.content-table{
    margin-top: 12%;
    width: 101%;
 
    

    margin-left: 0%;
  
}



tbody tr td a{
    display: block;
    padding: 10px;
    color: white;
    margin-left: -10%;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
}













}