

/* This stylesheet is for displaying OGP entities with their code identifier values. */

/* Logo */

.logo, .left_logo {
    width: 10px;
    padding: 0px;
    vertical-align: top;
}

.dataset_logo {
    display: none;
}

.registry_logo {
    display: list-item;
    list-style-image: url('public/images/logo_small.gif');
    list-style-position: inside;
}

/* Version */

.dataset_version {

}

.registry_version {
    visibility: hidden;
}

/* Entities */

.entity_table {
    float: left;
    width: 100%;
}

.entity {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.report_table {
    font-size: 0.8em;
    border-collapse: collapse;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    table-layout: fixed;
}

.report_table tr td {
    padding: 2px;
    word-break: keep-all;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.report_table tr td:last-child {
    border-right: 1px solid black;
}

div.name {
    padding: 2px;
    margin-top: 5px;
    border: 1px solid black;
}

.blank {
    border-top: none !important;
    border-bottom: none !important;
}

.border_top {
    border-top: 1px solid black !important;
}

.border_bottom {
    border-bottom: 1px solid black !important;
}

.spacer_cell {
    width: 15%;
}

.standard_label {
    font-style: italic;
}

.child_label {
    /*font-weight: bold;*/
    font-style: italic;
}

.name {
    font-size: 1.2em;
    font-weight: bold;
}

.header {
    background: #DDDDDD;
}

.value {
    text-align: right;
}

.standard_label, .child_label, .blank {
    background: lavender;
}

.data {
    background: white;
}

.step {
    background: #663366;
    color: white;
}

.code {
    display: inline;
}

.urn {
    display: none;
}

.nestedIdentifier {
    float: right;
    color: blue;
}