.autocomplete-section {
    margin-bottom: 20px;
}
.autocomplete-section label {
    color: #fff;
}
h6.panel-title {
    font-size: 12px;
}
#firstPerson {
    border: 1px solid #00005c;
}
#secondPerson {
    border: 1px solid #fdd5c7;
}
#firstDocument, #secondDocument {
    text-align: left;
    padding-left: 10px;
}

#firstDocument {
    width: 100%;
    background-color: #00005c;
    color: #FFFFFF
}
#secondDocument {
    width: 100%;
    background-color: #fdd5c7;
    color: #000000
}

.column-person {
    padding: 10px;
}
.column-person .panel {
    margin-bottom: 5px;
}
.drop-identifier {
    min-height: 50px;
}
.articles-table {
    width: 100%;
    margin-bottom: 0;
}
.column-transfer {
    width: 40px;
}
.first-list-ids .second-id {
    background: #dff0d8;
}

.second-list-ids .first-id {
    background: #d9edf7;
}
/* read.phtml */
.pref-form {
    background-color: #dff0d8 !important;
    color: #3c763d;
}

/* modify.phtml */
#sortable-form .glyphicon-minus, #sortable-form .glyphicon-star-empty, #sortable-person .glyphicon-trash {
    cursor: pointer;
}
.star {
    font-size: 1.2em;
    color: yellowgreen;
}
.user-star
{
    font-size: 1.2em;
    color: lightskyblue;

}
.trspace td {
    padding-bottom: 10px;
}

.form-inline .text-preprend {
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding:8px;
}

#docformlist .row-article-person, #recap-author-forms-deleted li, #recap-author-ids-deleted li, #recap-author-docs-deleted {
    background-color: #f2dede;
}

#firstPerson .transferred  {
    background: #dff0d8;
}

#secondPerson .transferred  {
    background: #d9edf7;
}

.transferred {
    background: #b7efb8;
}