/* -----------------------------------------------------------------------
 screen.css
----------------------------------------------------------------------- */

/* 60px to make the container go all the way to the bottom of the topbar */
body { padding-top: 20px; }

table .progress {
    margin-bottom: 0px !important;
}

.breadcrumb {
    border-color: #0081c2 !important;
}

.detail-view th {
    width: 180px !important;
}

.vtop {vertical-align: top;}
.vbottom {vertical-align: bottom;}
.vmiddle {vertical-align: middle;}

.footer {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    margin-top: 70px;
    padding: 20px 0;
    text-align: center;
}
.footer p {
    color: #777777;
    margin-bottom: 0;
}
.footer-links {
    margin: 10px 0;
}
.footer-links li {
    display: inline;
    padding: 0 2px;
}
.footer-links li:first-child {
    padding-left: 0;
}

.tabs-left > .nav-tabs {
    margin-right: 0px !important;
}

.c3 svg {
    font: 11px Trebuchet MS, Verdana, sans-serif !important;
}

.c3-xgrid, .c3-ygrid {
    stroke-dasharray: 0 !important;
}