body {
    padding-top: 58px;
}

.navbar-header {
    width: 100%
}

.pdb-blue {
    color: white;
    background-color: rgba(50, 88, 128, 1);
    border-bottom-color: rgba(50, 88, 128, .8);
    border-left-color: rgba(50, 88, 128, .8);
    border-right-color: rgba(50, 88, 128, .8);
    border-top-color: rgba(50, 88, 128, .8);
}

.success-text {
    color: #5cb85c;
}

.danger-text {
    color: #d9534f;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-danger {
    background-color: #d9534f;
}

#alert_zone {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 7px;
    float: right;
    margin: 9px 9px 0 0;
}

#alert_zone .alert {
    padding: 0;
    line-height: 2.2em;
    margin: 0;
}

.loading {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-align: center;
    color: rgba(50, 88, 128, .8);
}

.medium-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}

.small-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
}

.pdb-font {
    font-family: 'Roboto Condensed', sans-serif;
}

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

.status_table>tr>td {
    text-align: center;
}

/* For charts */
.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}
text.y.label {
    color: grey;
}

.area-green {
    fill: #d6e9c6;
}

.area-blue {
    fill: lightsteelblue;
}

thead td {
    color: rgb(50, 88, 128);
}

table {
    border-collapse:separate;
    border: 1px solid rgba(50, 88, 128, .6);
    border-radius:6px;
    -moz-border-radius:6px;
}

td, th {
    border-left:solid rgba(50, 88, 128, .6) 1px;
    border-top:solid rgba(50, 88, 128, .6) 1px;
}

/*
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top:solid rgba(50, 88, 128, .6) 1px;
}
*/

.table>tbody>tr>td:first-child {
    border: none;
}

td:first-child {
    border-top: none;
    border-left: none;
}

.margin-r {
    margin-right: 1em;
}

.outer-zone {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.inner-zone {
    border: 1px solid rgba(50, 88, 128, .3);
    border-radius:6px;
    -moz-border-radius:6px;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}

.status-zone-header {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 15px;
}

.block-holder {
    line-height: 1.5em;
    padding: 0 0 0 5px;
}

.status-blocks {
    display:inline-block;
    font-size: 13px;
    font-weight: 200;
}

.pad-top {
    padding-top: 15px;
}