body {
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #757575;
}
h1,h2,h3,h4,h5 {color: #333; }
h5 { font-size: 16px; }

.logo a {
    font-size: 20px;
    font-weight: 500;
    color: #757575;
    text-decoration: none;
    line-height: 50px;
}

.no-underline,a.no-underline,a.no-underline:hover { text-decoration: none; }

.required:after {
    content: "*";
    color: #CC0000;
    margin-left: 5px;
}
.page {
    margin-top: 30px;
}
.table {
    width: 100%;
}
.table .text-small {
    font-size: 10px;
}
.alert .more-text {
    display: none;
    padding: 10px;
    margin: 10px 0 5px;
    background-color: #fffdf1;
    border-left: 3px solid #faebcc;
}

table>tbody>tr.invoice.invoiced {
  background-color: #FFFF83;
}
table>tbody>tr.invoice.invoiced .update-invoice, table>tbody>tr.invoice.invoiced .delete-invoice {
  visibility:hidden;
}

table>tbody>tr.invoice.invoiced.paid {
  background-color: #b0ff9b;
}

th.level_1, td.level_1 {
    padding-left: 20px !important;
}
th.level_1.number, td.level_1.number {
    padding-left: 0px !important;
    padding-right: 20px !important;
}

.number {
    text-align: right;
    /*color: #1c91c0;*/
}
.chart {
    height: 300px;
}
.caption {
    color: #757575;
    font-size: 16px;
}
.sub-caption {
    color: #BDBDBD;
}
.indicator-caption {
    padding-top: 15px;
    color: #BDBDBD;
}
.indicator {
    font-size: 40px;
    color: #1c91c0;
}
.indicator.small {
    font-size: 20px;
    line-height: 40px;
}
.margin-top {
    margin-top: 30px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.fa-blue {
    color: #1c91c0;
}
.clearfix {
    clear:both;
}
footer {
    padding: 15px;
}
#sync_log {
    height: 200px;
    overflow: auto;
}