

    .tb-mobile-responsive{
        display: table;
    }

    .tb-mobile-responsive > thead{
        display: table-header-group;
    }
    .tb-mobile-responsive > tbody> tr{
        display: table-row;
    }

    .tb-mobile-responsive >tfoot{
        display: table-footer-group;
    }
    .tb-mobile{
        display: none;
    }
 
    .custom-alert {
        margin-top: -138px !important;
     }

 /*quando for acessado via mobile*/
 @media (max-width:767px)
 {
  
    .custom-alert {
        margin-top: -60% !important;
     }
    .modal-body
    {
        padding:0 !important;
    }
    .magin-top-36{
        margin-top: -36px !important;
    }
    .tb-mobile-responsive,
    .tb-mobile-responsive > tbody> tr,
    .tb-mobile-responsive > tbody,
    .tb-mobile-responsive >tfoot,
    .tb-mobile-responsive >tfoot> tr,
    .tb-mobile-responsive >tfoot> tr >th

    {
        display: block;
       
    }
    .tb-mobile-responsive > tbody> tr> td
    {
        width: 99.9%;
        display: block;
        clear: both;
        font-size: 11px;
        font-weight: normal;
        
    } 

    .tb-mobile-responsive > thead{
        display: none;
    }
    
    .tb-mobile-responsive > tbody> tr   
    {
        border: 0.5px solid #e7eaec;
        margin-bottom: 50px;
    }

    .tb-mobile-responsive > tbody> tr >td   
    {
     background: #fcfcfc;
    }   
    

    .padding-5-mobile{
        padding: 5px;
    }

    .nav-tabs > li > a {
        padding-left: 10px;
    }
   
    .tb-mobile{
        display: inline;
        margin-right: 5px;
    }

   
   
}
 
.bhoechie-tab{
    margin-bottom: 50px;
}
.panel-body-fisica {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    padding-left: 5px;
}

@media (max-width:700px)
{

    .list-group-item
    {
        float: left;
        padding: 5px;
        width: 33%;
        font-size: 10px;
     
    }

    .no-padding-mobile{
        padding: 0 !important;
    }

    .panel-body-fisica {
         
        padding:0px;
        
    }
    div.bhoechie-tab-container{
        width: 91% !important;
    }

    /*.bhoechie-tab-content{
        max-height: 400px;
        overflow: auto;
    }*/
   
}