﻿body {
    padding-bottom:50px;
}
header {
    background:#000;
    text-align:center;
    padding:15px;
    margin-bottom:15px;
}
header .logo img {
    height:60px;
    margin-top: 8px;
    float: left; 
}
header .logo h2 {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}
#downloadbar { float: right; }
.fixedHead { position: fixed; top: 10px; right: 10px; z-index: 100;}
.search-box {
    position: relative;
    margin:0 0 15px 0;
}
.search-box input {
    padding-right: 30px;    
}
.search-box i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.table-responsive .bootgrid-table th {
    background:#fff;
}
.bootgrid-table td.loading, 
.bootgrid-table td.no-results {
    background:#282828 !important;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
  background-color: #59B553 !important;
}

.command-download.active {
    background-color: #4C8B2B;
    border-color: #223300;
    color: #ffffff;
}
#modal_viewer .btn-success.active {
    background-color: #4C8B2B;
    border-color: #223300;
    color: #ffffff;
}
footer {
    padding-top:15px;
    padding-bottom:15px;
    position:fixed !important;
    bottom:0;
    left:0;
    background:#000;
    z-index:5;
}
footer a {
    color:#fff !important;
}
.intro {
    padding-bottom:15px;
    background:#000;
}