/*
 Copyright 2015 Carsten Rambow, elomagic, Karlsruhe Germany. All rights reserved.
*/

.hl7texteditor {
    font-family: monospace;
    width: calc(100% - 34px) ;
    height:200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dialog-hl7message {
    font-family: monospace;
    font-weight: bold;
    width: 100%;
    height: 100px;
    padding: 2px;
    border: 1px solid silver;
    overflow: scroll;
}

.footer {
    text-align: center;
    min-height: 0 !important;
}

.hl7-margin {
    margin: 10pt;
}

.dropmsgzone {
    max-height: 34px;
    overflow: hidden;
    resize: none;
}

.node-desc {
    white-space: nowrap;
}

.treegrid-header {
    font-weight: bold;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.node-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 0;
}

.item-claim {
    font-size: xx-small;
}

.cda-frame {
    display: block;
    width: 100%;
    height: 2048px;
    background-color: white;
    margin-top: 16px;
}

code.break-all {
    word-break: break-all;
}

.compare-msg-container{
    font-family: monospace;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 200px;
    margin-bottom: 10px;
    padding: 4px;
    overflow: auto;
}

.diff {
    white-space: nowrap;
    display: inline;
    cursor: default;
}

.diff-inserted {
    /*background-color: #5cb85c !important;*/
    color: #fff !important;
    border: 1px solid #125d12 !important;
    border-radius: .25em;
    padding: 1px 2px 1px 2px;
    cursor: pointer;
}
.diff-disparate {
    /*background-color: #f0ad4e !important;*/
    color: #fff !important;
    border: 1px solid #b57928 !important;
    border-radius: .25em;
    padding: 1px 2px 1px 2px;
    cursor: pointer;
}
.diff-huge-data {
    background-color: #5bc0de;
    color: #fff;
    border: 1px solid #266577;
    border-radius: .25em;
    padding: 1px 2px 1px 2px;
}
