
.vue-correspondence-header {
    width: 100%;
    background: #4959AE;
    line-height: 30px;
    border-bottom: 1px solid black;
}

.vue-correspondence-header-title {
    margin: 0px 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.vue-correspondence {
    border: 1px solid #ccc;
}

.vue-correspondence-actions-header {
    width: 100%;
    background-color: #EDEDED;
    border-bottom: 1px solid #ccc;
}

.vue-correspondence-actions {
    padding: 6px 14px;
    font-size: 14px;
}

.vue-correspondence-action {
    color: #337ab7;
    border: none;
}

    .vue-correspondence-action:focus, .vue-correspondence-action:active {
        outline: none;
        box-shadow: none;
    }

    .vue-correspondence-action:disabled {
        cursor: not-allowed;
        color: #337ab785
    }

.vue-correspondence-action-selected {
    font-weight: bold;
}

.vue-correspondence-results-container {
    line-height: 16px;
}

.vue-correspondence-results {
    max-height: 500px;
    overflow: auto;
}

.correspondence-item {
    padding-top: 10px;
    width: 100%;
}

.correspondence-item:not(:last-child) {
    border-bottom: 1px black dashed;
    padding-bottom: 10px;
}

.vue-correspondence-pagination {
    font-size: 12px;
}

.vue-correspondence-drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 65px;
    text-align: center;
    padding-top: 15px;
}

.vue-correspondence-results-no-results {
    text-align: center;
    line-height: 75px;
}
