body {
    padding-top: 50px;
    font-size: 12px;
}

body > .navbar .brand {
    margin-left: 0;
}

.dataTables_filter { 
    width: 125px 
}
.dataTables_filter input { width: 125px }
.dataTables_paginate {
    margin: 5px
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}
 
table.table thead .sorting { background: url('img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('img/sort_desc.png') no-repeat center right; }
 
table.table thead .sorting_asc_disabled { background: url('img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('img/sort_desc_disabled.png') no-repeat center right; }

table.table thead select { width: 115px }

.ui-tooltip, .qtip {
    max-width: 400px;
    max-height: 800px;
    overflow: auto;
}

.ontop { z-index: 1000000 !important; }

.qtip-bootstrap {
    font-size: 12px;
}

.pagination a {
    padding: 0px 10px 0px 10px;
}
.footer {
    text-align: center;
    color: gray;
}

#search-col {
    overflow: hidden;
}

#search-col.in {
    overflow: visible;
}

.jumbotron {
    margin: 60px 0; 
}
.jumbotron h1 {
    font-size: 60px;
    line-height: 1;
}
.jumbotron .lead {
    font-size: 24px;
    line-height: 1.25;
}

div.scrollable {
    overflow-x: scroll;
    overflow-y: hidden;
}

.pull-top {
    vertical-align:top;
}

h5.progress-label {
    padding-left: 5px;
    float: left;
}

.progress-slim {
    margin-bottom: 10px;
}
