/* fix tabs with angular */
.fix__tab-pane .tab-content > .active {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: white;
    margin-top: -1px;
}
.results-section{
    padding: 8px;
}
.line-through {
    text-decoration: line-through;
    color: #4E7559;
}
.own-error {
    color: #794848;
}

[ng-click] {
    cursor: pointer;
}
[ng-click]:hover {
    text-decoration: underline;
}
.modal[ng-click]:hover {
    text-decoration: none;
}

/*/staff/jobs/locuminvoice/:id/*/
tr.uploaded-document.void {
    text-decoration: line-through;
}

.bold {
    font-weight: bold;
}
.blue {
    color: #3E75A9;
}

.margT {
    margin-top: 10px;
}

.margT-lg {
    margin-top: 30px;
}
.full-width {
    width: 100%;
}
.btn-create-invoice, .btn-mark-as-unpaid, .btn-mark-as-paid-primary, .btn-resolve-dispute {
    display: block !important;
}
