.btn-tag-rounded {
    margin-bottom: 3px!important;
    padding-top: 3px!important;
    padding-bottom: 3px!important;
    color: #666666;
    border: 1px solid #ededed !important;
}
.btn-tag-rounded:hover {
    border: 1px solid #ededed !important;
    background: #eeeeee !important;
}
.btn-tag-rounded.selected {
    background-color: #999999;
    color: white;
    font-weight: bold;
    border:1px #999999 solid;
}
.btn-tag-rounded.selected:hover, .btn-tag-rounded.selected:focus {
    background-color: #888888 !important;
    color: white;
}
.page-content-wrapper {
    background: #fafafa;
}
.jumbotron-wrapper {
    background: #ededed !important;
}
.progress-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fafafa;
}
.progress-circle-indeterminate {
    position: absolute;
    top: 200px;
    left: 48%;
}
.tab-total {
    font-size:15px;
    margin-bottom: 0;
    margin-top: 5px;
}
.page-link {
    color: #999999;
}
.page-item.active .page-link {
    background-color: #999999;
    border-color: #999999;
}
@media (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61.333333%;
    -ms-flex: 0 0 61.333333%;
    flex: 0 0 61.333333%;
    max-width: 61.333333%;
  }
}