
.correspondance-reconciliation-detail-block {
    display: flex;
    color: black;
}

.correspondance-reconciliation-detail-block .detail-style {
    margin: 10px;
    padding: 15px;
    width: 98%;
}

.correspondance-reconciliation-detail-block .detail-style div.detail-title {
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-weight: bold;
}

.correspondance-reconciliation-detail-block .detail-style div.detail-item {
    padding: 0px;
}

.correspondance-reconciliation-detail-block .detail-style div.detail-item:nth-child(odd) {
    background-color: #fafafa;
}

.correspondance-reconciliation-detail-block .detail-style div.detail-item-title {
    text-overflow: ellipsis;
    color: black;
    text-align: center;
    font-weight: bold;
}
.correspondance-reconciliation-detail-item-title {
    color: black;
    font-weight: bold;    
}

.correspondance-reconciliation-detail-block .detail-style div.detail-item-title-value {
    color: black;
}

.correspondance-reconciliation-detail-block .detail-item-action {
    color: black;
}

.correspondance-reconciliation-detail-block .detail-style div.detail-item-value {
    text-align: left;
    background-color: #fefefe;
}
div.correspondance-reconciliation-detail-item-value {
    text-align: left;
    background-color: #fefefe;
}
.correspondance-reconciliation-info-button {
    right: 0px;
    position: absolute;
    font-size: 30px;
    color: #00aeef;
}

.correspondance-reconciliation-detail-block-large {
    margin: 5px 0px;
    background-color: #fefefe;
    padding: 15px 5px;
    width: 100%;
}
.correspondance-reconciliation-info-header, .correspondance-reconciliation-popup-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.correspondance-reconciliation-cancel-button, .correspondance-reconciliation-open-search {
    color: red;
}
.correspondance-reconciliation-open-search {
    right: 5px;
}
.correspondance-reconciliation-blue-line {
    border: none;
    height: 2px;
    background-color: #00aeef;
    margin: 5px 0;
}

.correspondance-reconciliation-info-presentation, .correspondance-reconciliation-info-toRefine, .correspondance-reconciliation-info-almostIdentical, .correspondance-reconciliation-info-noReliableMatch, .correspondance-reconciliation-info-completed {
    margin-bottom: 10px 
}
.correspondance-reconciliation-hr-dashed {
    border-top: 1px dotted gray;
    width: 95%;
    text-align: center;
}
.correspondance-reconciliation-popup-content-2, .correspondance-reconciliation-popup-content-1, .correspondance-reconciliation-popup-content-3, .correspondance-reconciliation-popup-content-4, .correspondance-reconciliation-popup-content-5 {
    margin-top: 10px;
}

.correspondance-reconciliation-popup-content-2-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.correspondance-reconciliation-info-content, .correspondance-reconciliation-popup-content {
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.correspondance-reconciliation-popup-content-identity {
    padding: 5px;
}
.correspondance-reconciliation-popup-content-card {
    width: 100%;
    height: 60px;
    background-color: #f0f8ff;
    margin-top: 5px;
}

.correspondance-reconciliation-popup-content-patients-found {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 5px;
}
.correspondance-reconciliation-ack-button {
    width: inherit;
}
.detail-reconciliation-ack-container-noReliableMatch {
    text-align: center;
}

.correspondance-reconciliation-disabled {
    background-color: grey !important;
}
.correspondance-reconciliation-noReliableMatch {
    text-align: center;
    margin-top: 10px;
}
.correspondance-reconciliation-popup-content-comment {
    display: inline-block;
    width: 100%;
    height: 60px;
    border: 1px solid #00aeef;
    margin-top: 5px;
}
.correspondance-reconciliation-popup-content-search {
    display: inline-block;
    width: 100%;
    height: 150px;
    margin-top: 5px;
    color: #00aeef;
}
.detail-correspondance-reconciliation-ack-container {
    clear: both;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
}

.detail-correspondance-reconciliation-ack-button-noReliableMatch {
    text-align: center;
}

.detail-correspondance-reconciliation-ack-button {
    width: 250px;
    height: 40px;
    background-color: #25AAE1;
    border: none;
    color: white;
    font-size: 16px;
    margin-left: 20px;
}

.detail-correspondance-reconciliation-ack-button i.fa-spin {
    font-size:20px;
}

.detail-correspondance-reconciliation-ack-button i.fa-check-circle, .detail-correspondance-reconciliation-ack-button i.fa-comment-dots, .detail-correspondance-reconciliation-ack-button i.fa-book, .detail-correspondance-reconciliation-ack-button i.fa-object-ungroup, .detail-correspondance-reconciliation-ack-button i.fa-comments, .detail-correspondance-reconciliation-ack-button i.fa-times {
    padding-right: 20px;
}

.correspondance-reconciliation-panel-counter-decoration {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-style: solid;
    border-bottom-width:  2px;
    padding-top: 5px;
    transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out, color 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: transform 0.5s ease-in-out, color 0.5s ease-in-out; /** Firefox **/
    -o-transition: transform 0.5s ease-in-out, color 0.5s ease-in-out; /** Opera **/
}


.correspondance-reconciliation-panel-counter-decoration.almostIdentical {
    border-bottom-color: #00aeef;
    transform: translate(0px,0);
    -webkit-transform: translate(0px,0); /** Chrome & Safari **/
    -o-transform: translate(0px,0); /** Opera **/
    -moz-transform: translate(0px,0); /** Firefox **/
}


.correspondance-reconciliation-panel-counter-decoration.toRefine {
    border-bottom-color: #da9442;
    transform: translate(calc(200%),0);
    -webkit-transform: translate(calc(200%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(200%),0); /** Opera **/
    -moz-transform: translate(calc(200%),0); /** Firefox **/
}
.correspondance-reconciliation-panel-counter-decoration.noReliableMatch {
    border-bottom-color: #bf1e2d;
    transform: translate(calc(400%),0);
    -webkit-transform: translate(calc(400%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(400%),0); /** Opera **/
    -moz-transform: translate(calc(400%),0); /** Firefox **/
}
.correspondance-reconciliation-panel-counter-decoration.completed {
    border-bottom-color: #45ac50;
    transform: translate(calc(600%),0);
    -webkit-transform: translate(calc(600%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(600%),0); /** Opera **/
    -moz-transform: translate(calc(600%),0); /** Firefox **/
}

.detail-correspondance-reconciliation-ack-button-cancel {
    background-color: #ef3e36
}

.separator-patient-merge {
    border-top: 1px solid rgb(37, 170, 225);
    padding-top: 5px;
}
.separator-patient-merge-margin {
    margin-top: 5px;
}
.radio-patient-merge {
    margin-top: 25px;
}

.completed
{
    color:#45ac50;
}
.almostIdentical
{
    color:#00aeef;
}
.toRefine
{
    color:#da9442;
}
.noReliableMatch
{
    color:#bf1e2d;
}
.patien-merge-disabled {
    background-color: gray;
}
.border-patient-merge {
    border: 1px solid #262262;
}
.patient-merge-list {
    padding-left: 10px;
}
