.app-header .navbar-brand {
    justify-content: start;
    padding-left: 22px;
}

.card-header h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 55%;
    padding-top: 8px;
    font-size: 1.4rem;
    font-weight: bold;
}

.form-group label {
    font-weight: bold;
}

dl.parties dd {
    margin-bottom: 20px;
}

label.option {
    position: relative;
    display: block;
    float: left;
    width: 30%;
    min-height: 180px;
    margin: 0 5px 20px 0;
    padding: 10px;
    border: 1px solid #dadce0;
    border-radius: 5px;
    transition: border .4s ease;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    background-color: #fff;
}

label.option:hover {
    border: 1px solid #009ee2;
}

label.option span.title {
    display: block;
    font-weight: bold;
}

label.option span.speed {
    display: block;
    text-align: center;
    font-size: 1.8em;
    margin: 5px 0;
}

label.option span.speed small {
    font-size: .6em;
}

/*label.option span.price {*/
/*    position: absolute;*/
/*    bottom: 40px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    display: block;*/
/*    color: #666;*/
/*}*/

label.option input[type="radio"] {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    margin: 20px auto 0;
}

@media(min-width: 1200px) {
    .box-cost {
        position: fixed;
        top: 135px;
        width: 300px;
    }
}

.box-cost .row {
    margin: 0;
}

.box-cost h4 {
    margin-bottom: 0;
}

.table-cost thead th {
    font-size: 1.2rem;
    background-color: transparent;
}

.table-cost .price, .cost-total {
    text-align: right;
}

.cost-total {
    font-weight: bold;
}

.datepicker {
    border: 1px solid #999;
}

.notes .well {
    margin-bottom: 20px;
}

.notes .well p {
    margin: 0;
}

.notes .author,
.notes .details {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: #666;
}

.notes .details {
    margin: 10px 0 0 0;
}

.notes .date {
    color: #999;
}

.note-editor,
.note-editable {
    background-color: #fff;
    min-height: 300px;
}

.btn-number {
    /*padding: 0 10px;*/
}