body {
    font-size:12px;    
}
.navbar-static-top {
  margin-bottom:20px;
  background-color:#337ab7;
}
.navbar-inverse .navbar-brand {
  color:#ffffff;
}
.navbar-inverse .navbar-nav>li>a {
  color:#ffffff;
}
i {
  font-size:12px;
}

.nav > li > a {
  color:#787878;
}
  
footer {
  margin-top:20px;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#efefef;
}

/* count indicator near icons */
.nav>li .count {
  position: absolute;
  bottom: 12px;
  right: 6px;
  font-size: 9px;
  background: rgba(51,200,51,0.55);
  color: rgba(255,255,255,0.9);
  line-height: 1em;
  padding: 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}


/*tr {
   line-height: 5px;
   min-height: 5px;
   height: 5px;
}*/
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #e9e9e9;
white-space: nowrap;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{
    padding:8px;
    //line-height:0.5;
    vertical-align:top;
    border-top:1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    font-size: 12px;
    line-height:1.0;
    border-top: 0px solid #fff;
}

.custom-search-form{
    margin-top:5px;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #eee;
}

.glyphicon {
    top:-1;
}

.ui-widget-header {
    border: 1px solid #337ab7 !important;
    background: #337ab7 !important;
}

.ui-state-default .ui-icon {
 background-image: url("images/ui-icons_888888_256x240.png") !important; 
}






