
.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.wellHeader{
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 4px solid #17a2b8;
    border-radius: 4px;
    margin-top: 1px;
}
.wellBody{
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 0px;
    padding: 5px;
}
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.bd-sidebar {
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 0px solid #bee5eb;
}

@media (min-width: 768px){
    .bd-sidebar {
        border-right: 1px solid #bee5eb;
    }    
}
/*@media (min-width: 768px){
    .bd-sidebar {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1000;
        max-height: calc(100vh - 4rem);
    }
}*/
.odd tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
div.dataTables_wrapper div.dataTables_filter{
   text-align: left !important;
}
#usersTable_wrapper .row:first-child >:first-child{
   display:none !important;
}
.dataTables_scrollHeadInner {width:100% !important;}
.dataTables_scrollBody {width:100% !important;}
.dataTables_scrollHeadInner table{width:100% !important;}
.dataTables_scrollBody table{width:100% !important;}
