.navbar .brand {
    font-size: 25px;
    font-weight: 200;
}
.navbar a#current-user-link {
    text-transform: none;
}
.navbar a[data-toggle="collapse"] {
    cursor: pointer;
    margin: 5px;
}
.navbar .in.collapse li {
    width: 100%;
}

.navbar .tabs {
    display: inline-block;
}
.if-customer {
    display: none
}
.if-via-address {
    display: none
}
.customer-code-invalid {
    display: none
}

.geocodelabel {
    color: #888888;
    margin-bottom: 0px;
}

.show-help {
    display: none
}

.job-state-draft, .order-state-draft, .asset-state-draft { color: gray; background: white }
.job-state-draft-template { color: gray; background: white }
.job-state-published, .job-state-unassigned, .order-state-published, .asset-state-preparation, .asset-state-repair { background: #e4eff7 }
.job-state-assigned { background: #f4f4f4; border: 2px dashed #aaa }
.job-state-inactive, .job-state-accepted, .job-state-scheduled, .order-state-scheduled, .asset-state-reserved { background: #f4f4f4 }
.job-state-in_transit, .job-state-on_station, .asset-state-provisioning { background: #eaeac9 }
.job-state-started, .order-state-active, .asset-state-in_use { background: #f3f3d1 }
.job-state-paused, .job-state-day_finished, .asset-state-unprovisioning { background: #dadabe }
.job-state-finished, .order-state-delivered, .asset-state-available { background: #daebcf }
.job-state-canceled, .job-state-declined, .order-state-canceled, .asset-state-out_of_order { background: #ebdacf }
.job-state-closed, .order-state-inactive, .asset-state-discarded { color: gray; background: #e4e4e4 }
.job-state-late, .order-state-late { color: #b94a48; font-weight: bold }
.job-state-error { 	color: #b94a48; background: #f2dede; }
.job-title, .report-title { font-size: 14px }
.clickable { cursor: pointer }

.icon-gray {
    background-image: url("/static/img/glyphicons-halflings-gray.png");
}

.icon-red {
    background-image: url("/static/img/glyphicons-halflings-red.png");
}
