
.error {
    background: #ffc4c4 !important;
}

.over {
    background: #eeeeee !important;
}

input.disabled {
    opacity: 0.3;
}

input[name="total"] {
    background: #fff !important;
    color: #000 !important;
    padding-left: 0 !important;
    border: 0 !important;
}

.caller-items {
    display: flex;
    flex-wrap: wrap;
}

.caller-items .call {
    padding: 2px 4px;
    background: #efefef;
    border-radius: 4px;
    margin: 4px;
    color: #007bff;
}


.histories {

}

.layout-title,
.history-title {
    padding: 0.5rem 1.5rem;
    font-size: 16px;
}

.history {
    padding: 10px 22px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(28,43,54,.075);
    margin-bottom: 30px;
    position: relative;
}

.history:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    height: 30px;
    border-left: 1px dashed gray;
}

.history:last-child:before {
    display: none;
}

.history__date {
    padding: 0.375rem 0.75rem;
}

.history-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -0.75rem 2px;
    font-size: 13px;
}

.history-item {

}

.history-item__title {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 4px;
}

.history-item__value {

}

.history-old {
    color: #c40000;
}

.history-new {
    color: green;
}

.table-resources td > div {
    padding-right: 20px;
}
