.bg-tabs {
    background-color: ghostwhite
}


/*DATATABLE*/

.tabsearch {
    background-color: #e6e6ff;
    width: 100%;
    border: 0px;
}

.dataTables_length {
    white-space: nowrap;
}

.msg {
    font-weight: bold;
    margin-left: 10px;
}


/*
footer{
      position:fixed;
      bottom:0px;
      width: 100vw;
      height:5vh;
    }
    main{
      margin-bottom: 5vh;
    }
     DATATABLE 
    .left-col {
        float: left;
        width: 25%;
    }
    
    .center-col {
        float: left;
        width: 50%;
    }
    
    .right-col {
        float: left;
        width: 25%;
    }
    DATATABLE 
    .table-responsive{
      margin-top: 10px;      
    }	   
        .sb-sidenav-menu-heading{
      color: #3B5998 !important;
    }
*/