main {
    min-height: 100%;
    margin-bottom: -40px;
    padding-bottom: 70px;
}

#graph-container {
    position: relative;
}

#labels-container {
    position: absolute;
    top: 0;
    width: 180px;
}

.allocation-label {
    position: absolute;
}

.allocation-label a {
    font-size: 18px;
}

#filter td {
    padding: 5px;
}

#loading-indicator {
    position: absolute;
    left: 10px;
    top: 10px;
}

#loading-bar .bar {
    background: #fdffdc;
    height: 3px;
}

#loading-bar-spinner .spinner-icon {
    border-top-color: #fdffdc;
    border-left-color: #fdffdc;
}

#loading-bar .peg {
    -moz-box-shadow: #2c3e50 1px 0 6px 1px;
    -ms-box-shadow: #2c3e50 1px 0 6px 1px;
    -webkit-box-shadow: #2c3e50 1px 0 6px 1px;
    box-shadow: #2c3e50 1px 0 6px 1px;
}

/* Script page: move to separate file as it grows */
#inspect-result {
    white-space: pre;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* end of script page*/

.nowrap {
    white-space: nowrap;
}

.sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    padding: 52px 20px 20px;
    height: 100%;
    width: 250px;
}

.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-inner > .active > a, .nav-inner > .active > a:hover, .nav-inner > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.number {
    text-align: right;
}

.container-with-left-menu {
    margin-left: 240px;
}

.navbar-inverse{
    z-index: 1001;
}

.overview-menu {
    margin-left: 0;
    margin-bottom: 10px;
}

.form-group input.date, select {
    width: 85px;
    margin-left: 5px;
    margin-right: 5px;
}

.filter-container {
    margin-bottom: 10px;
}

.ui-datepicker-title select {
    color: black;
}

table.filter{
    width: auto;
}
table.filter td{
    border-top: none !important;

}

.date {
    text-align: center;
    width: 80px;
}

.date.middle {
    width: 100px;
}

input.small {
    width: 40px;
}

.gray {
    color: #aaa;
}

.green {
    color: #008800;
}

.pointer {
    cursor: pointer;
}

.right-align {
    text-align: right;
}

table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(desc.gif);
}

.info-th-link.sort-asc, .info-th-link.sort-asc:hover, .info-th-link.sort-asc:visited {
    background: url(asc.gif) no-repeat right 11px;
    padding: 0px 19px 0 0;
}

.info-th-link.sort-desc, .info-th-link.sort-desc:hover, .info-th-link.sort-desc:visited {
    background: url(desc.gif) no-repeat right 11px;
    padding: 0px 19px 0 0;
}


.width-auto {
    width: auto;
}

footer {
    width: 100%;
    background-color: rgb(245, 245, 245);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}