﻿/* EDIT INTERFACE */

/* for system messages to stay on top of window while scrolling down*/

#systemMessages.affix {
    position: fixed;
    top: 0;
    width: 200%;
}

div.en span.lhead {
    color: #3E6388;
}

div.ed span.lhead {
    color: #3f3f88;
}

div.fr span.lhead {
    color: #603C77;
}

div.ru span.lhead {
    color: #775631;
}

div.es span.lhead {
    color: #8C4269;
}

div.zh span.lhead {
    color: #485326;
}

div.ar span.lhead {
    color: #581F1F;
}

span.standardized, li.standardized {
    color: #660066; /* #FF0066;*/
    font-weight: 600;
}

div.en span.term, ul.en li.term,
div.en span.title, ul.en li.title,
div.en span.preferred, ul.en li.preferred {
    color: #0063C6;
}

div.ed span.term, ul.ed li.term,
div.ed span.title, ul.ed li.title,
div.ed span.preferred, ul.ed li.preferred {
    color: #0000c7;
}

div.fr span.term, ul.fr li.term,
div.fr span.title, ul.fr li.title,
div.fr span.preferred, ul.fr li.preferred {
    color: #6B16A5;
}

div.ru span.term, ul.ru li.term,
div.ru span.title, ul.ru li.title,
div.ru span.preferred, ul.ru li.preferred {
    color: #C46700;
}

div.es span.term, ul.es li.term,
div.es span.title, ul.es li.title,
div.es span.preferred, ul.es li.preferred {
    color: #C51487;
}

div.zh span.term, ul.zh li.term,
div.zh span.title, ul.zh li.title,
div.zh span.preferred, ul.zh li.preferred {
    color: #628200;
}

div.ar span.term, ul.ar li.term,
div.ar span.title, ul.ar li.title,
div.ar span.preferred, ul.ar li.preferred {
    color: #892210;
}

span.suggestion, li.suggestion, li.feedback, span.feedback {
    color: black; /* #660033; */
    font-style: italic;
}

span.deprecated, li.deprecated {
    text-decoration: line-through;
}

/* could this be span? */
div.entry span.add-on {
    width: 80px;
}

div.entry input.inputElement {
}

/*
div.entry input[type="text"]
{
    width: 600px;
}
*/

div.entry textArea {
    min-width: 600px;
}

/* duplicates tagging */

/* this should be set to hidden display */
div.duplicateRecord {
    background-color: #EFEFEF; /*#E8EEF4 */ /*Lightgray*/
    /*text-decoration: line-through;*/
    float: left;
    width: 100%;
}

div.hidden {
    display: none;
}
/*
div.duplicateRecord div
{
    background-color: Red;
}
*/
/* analysis term styling */

span.perfectMatch {
    background-color: Green;
}

span.capitalizationDiscrep {
    background-color: Yellow;
}

span.compoundMatch {
    background-color: Lime;
}

/* term level styling */

span.superseded, span.obsolete, span.avoid, span.deprecated, li.deprecated, span.deleted {
    text-decoration: line-through;
}

span.deleted {
    color: Red;
}

span.wrongVariant {
    color: Purple;
    text-decoration: line-through;
}

/* highlight dupes */

div.Details {
    margin-bottom: 10px;
}

div.headerRecord {
    background-color: #E8EEF4;
    float: left;
}

.singleD {
    /*color:Green;*/
}

.twoD {
    color: Green;
}

.threeD {
    color: Orange;
}

.highD {
    color: Red;
}

div#accordion h3 {
    cursor: pointer;
}

    div#accordion h3.potentialDupe {
        font-style: italic;
    }

/* for graph-up */

td.d {
    width: 50px;
    text-align: center;
    text-decoration: none;
}

td.yellow {
    background-color: Yellow;
}

td.red {
    background-color: Red;
}

td.orange {
    background-color: Orange;
}

div.detailsLink {
    cursor: pointer;
}

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-size: .85em;
    font-family: Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000000;
}

a:link {
    color: #2200C1;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

nav {
    width: 100%;
}

div.logo {
    float: left;
    width: 9%;
    padding-top: 3px;
    padding-left: 12px;
}

div.up1 {
    width: 7%;
    margin-top: 10px;
    float: left;
    color: #7A7394;
    font-size: 22px;
    font-weight: bold;
}

div.up2 {
    padding-top: 5px;
    margin-top: 0px;
    font-size: 18px;
    float: right;
}

#brandbar {
    background-color: #C2C6CF;
    background-image: url("https://www.un.org/common/images/brandbarbkgd.jpg");
    background-repeat: repeat-x;
    height: 1.9em;
}

    #brandbar #searchfrm {
        margin-bottom: 0;
        margin-top: 0;
        text-align: right;
    }

        #brandbar #searchfrm .textbox {
            font-size: 90%;
            width: 12em;
        }

        #brandbar #searchfrm .button {
            font-size: 70%;
            max-height: 25px;
        }

    #brandbar .unicon {
        padding-right: 0.4em;
        padding-top: 0.2em;
    }

div.searchBox {
    float: left; /* was right ??? */
    width: 75%; /* was 80% */
    /*padding: 10px 0 0 0;*/
}

    div.searchBox input#Query {
        width: 300px;
    }

div.entry label, div.meta label {
    font-size: 15px;
    color: #666666;
}

div.meta {
    margin-bottom: 20px;
}

div.record {
    float: left;
    /*max-width: 70%;*/
    min-width: 70%;
    margin-left: 20px;
}

span.hl, em {
    color: Red;
    font-style: normal;
}

a.portalLink {
    display: none;
}

xref.portalLink, xref.externalLink, span.portalLink {
    cursor: pointer;
    color: #666666;
    text-decoration: underline;
}

div.recordDetails {
    float: left;
    width: 95%;
    margin-left: 20px;
}

    div.recordDetails a {
        color: #666666;
    }

    div.recordDetails h2 {
        margin-top: 15px;
    }

a.dbLink {
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

div.record h1 {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 20px;
}

td.labelColumn {
    width: 25%;
}

tr.term td {
    font-weight: bold;
    color: #666666;
}

span.termnote, span.termsource {
    color: #333333;
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 20px;
}

td.label {
    width: 25%;
}

td.highlight, span.highlight, li.highlight {
    /*background-color: #E8EEF4;*/
    border: 1px solid red; /*#666666;*/
    cursor: pointer;
}

div.language {
    width: 100%;
}

div.entry table, div.meta table {
    border: none;
    width: 100%;
    vertical-align: top;
}

div.record div.closeMe, div.record div.feedbackLink {
    display: none;
}

div.entry tr {
    width: 100%;
}

div#formFeedback div.closeMe {
    float: right;
}
/*
div.entry td
{
    width: 80%
}
div.entry td.label
{
    width: 20%;
}
*/
div.entry label {
    width: 100px;
}

div.noResults img {
    padding-left: 15px;
}

div.noResults a {
    text-decoration: none;
    color: #666666;
    font-weight: bold;
}

div.entry div.resultSep {
    margin-bottom: 10px;
}

div.entry label {
    font-weight: normal;
}

td.content {
    width: 80%;
}

div.titleList {
    float: left;
    max-width: 300px;
    min-width: 220px;
    border-right: 1px solid #EFEFEF;
}

    div.titleList h2 {
        color: #666666;
        font-size: 18px;
        padding: 0 0 0 20px;
    }

    div.titleList img, div.results img {
        border: none;
    }

img.recordIcon {
    margin-top: 5px;
}

div.titleList li, div.titleList a {
    font-size: 15px;
    color: #333333;
    /**display: block;**/
    cursor: pointer;
    text-decoration: none;
    clear: right;
    padding-bottom: 5px;
    overflow: hidden;
    list-style-type: circle;
    border: none;
}

div.titleList li {
    background-repeat: no-repeat;
    background-position: 0em 0em;
    padding-left: 18px;
    background-image: url(document_a4.png);
}

div.titleList ul {
    overflow: auto;
    list-style: disc;
    list-style-type: circle;
    color: Red;
}

div.titleList li {
    line-height: 1.2em;
}

div.hiddenMenu, h2.hiddenMenu {
    display: none;
}

div.showMenu {
    display: inline;
}

div.leftMenu img {
    border: none;
}

div.leftMenu, div.rMenu {
    border-right: 3px solid #EFEFEF;
    overflow: auto;
}

    div.leftMenu table {
        margin-bottom: 5px;
    }

    div.leftMenu ul, div.rMenu {
        list-style-type: none;
        padding-left: 10px;
        margin-left: 0px;
    }

        div.leftMenu li, div.rMenu li {
            font-size: 15px;
            color: #333333;
            cursor: pointer;
            text-decoration: none;
            min-height: 1.5em;
            background-position: left center;
            background-repeat: no-repeat;
        }

        div.leftMenu h2, div.rMenu h2 {
            font-size: 18px;
            font-weigth: bold;
            color: #666666;
            margin-bottom: 4px;
        }

    div.leftMenu div.facettingList {
        overflow: hidden;
    }

div.smallMenu {
    max-height: 200px;
    overflow: hidden;
}

h2.leftMenuHeading {
    background-image: url(arrow_expand.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

span.subCat {
    font-weight: bold;
    color: #666666;
}

ul.research li:hover {
    background-color: #E8EEF4;
}

ul.researchMore li {
    background-image: url(bullet_add.png);
    padding-left: 17px;
    background-position: left center;
    background-repeat: no-repeat;
}

    ul.researchMore li.moredbitem {
        background-image: url(db_add.png);
        padding-left: 17px;
        background-position: left center;
        background-repeat: no-repeat;
    }

ul.researchLess li {
    background-image: url(bullet_delete.png);
    padding-left: 17px;
    background-position: left center;
    background-repeat: no-repeat;
}

    ul.researchLess li.lessdbitem {
        background-image: url(db_delete.png);
        padding-left: 17px;
        background-position: left center;
        background-repeat: no-repeat;
    }

ul.research li {
    background-image: url(bullet_green.png);
    padding-left: 17px;
    background-position: left center;
    background-repeat: no-repeat;
}

div.rMenu {
    float: right;
    border-right: none;
    border-left: 3px solid #EFEFEF;
}

div.rightMenu {
    float: left;
    min-width: 130px;
    max-width: 15%;
}

    div.rightMenu ul, div.rightMenu ul li, div.rightMenut a, ul.subjects a:visited, ul.subjects a:active, ul.subjects a:link {
        list-style-type: none;
        list-style: none;
        overflow: hidden;
        font-size: 12px;
        margin-left: 0px;
        width: auto;
        padding-left: 10px;
        white-space: nowrap;
        text-decoration: none;
        color: #333333;
    }

li.subject, li.database {
    background-repeat: no-repeat;
    background-position: 0em 0.2em;
}

li.database {
    background-repeat: no-repeat;
    background-position: 0em 0.4em;
}

li.clearAll {
    background-color: #E8EEF4;
    background-image: url(cross.png);
}

li.selected {
    background-color: #E8EEF4;
    background-image: url(check_box.png);
}

td.selected {
    background-color: #E8EEF4;
}

li.selectedResearch {
    background-color: #E8EEF4;
}

li.quantity-0, li.quantity-1 {
    background-image: url(qc1.png);
}

li.quantity-2 {
    background-image: url(quantity_capsule_2.png);
}

li.quantity-3 {
    background-image: url(quantity_capsule_3.png);
}

li.quantity-4 {
    background-image: url(quantity_capsule_4.png);
}

li.quantity-5 {
    background-image: url(quantity_capsule_5.png);
}

li.clearAll {
    font-weight: bold;
    background-color: #E8EEF4;
}

ul.subjects a:hover, ul.databases a:hover {
    background-color: #E8EEF4;
}

div.leftMenu a, ul.databases a:visited, ul.databases a:active, ul.databases a:link {
    list-style-type: none;
    list-style: none;
    overflow: hidden;
    margin-left: 0px;
    width: auto;
    padding-left: 5px;
    text-decoration: none;
    color: #333333;
}

span.label a {
    color: #FFFFFF;
}

div.leftMenu li.label-info {
    color: #FFFFFF;
}

div.search {
    float: left;
}

div.switchOptions {
    float: left;
    padding-left: 10px;
    padding-top: 3px;
    cursor: pointer;
}

div.searchLense {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

div.searchOptions {
    float: left;
    width: 180px;
    padding-left: 10px;
}

div.research {
    font-weigth: bold;
    color: Red;
}

div.searchOptions ul {
    list-style-type: none;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 0;
}

div.resultsMngt {
    float: right;
    margin-right: 25px;
    margin-bottom: 10px;
}

div.paging {
    float: right;
}

    div.paging ul {
        list-style-type: none;
        padding-left: 10px;
        margin-left: 0px;
    }

    div.paging li {
        float: left;
        border-right: 1px solid #EFEFEF;
        margin-left: 5px;
    }

        div.paging li.current {
            border: 1px solid #666666;
            font-weight: bold;
        }

        div.paging li.label {
            margin-right: 10px;
            background-color: transparent;
            border-right: none;
        }

    div.paging a {
        text-decoration: none;
        color: #666666;
        cursor: pointer;
    }

div.displayResultsNumber {
    float: right;
}

div.resultsCount {
    padding-top: 5px;
}

div.querySuggestion {
    padding-top: 5px;
    padding-bottm: 10px;
    cursor: pointer;
}

span.aQuery {
    color: Red;
}

ul#menu img {
    border: none;
}

div.link {
    float: left;
    margin-right: 10px;
}

div.results {
    max-height: 1500px;
    overflow: auto;
}

div.result {
    padding: 0 0 3px 0;
}

    div.result a {
        cursor: pointer;
        text-decoration: none;
        color: Black;
    }

select {
    border: none;
}

div.resultSep {
    border-bottom: 1px solid #EFEFEF;
    clear: both;
}

div.resultId {
    width: 10%;
    float: left;
}

div.langres {
    margin-right: 5px;
    width: 13%;
    float: left;
    min-height: 30px;
    border-right: 1px solid #EFEFEF;
    margin-bottom: 5px;
    margin-top: 5px;
}

div.odd {
}

div.sort {
    border-right: none;
}

div.enResult {
    cursor: pointer;
}

.closeMe {
    float: right;
    width: 32px;
    margin-top: 15px;
    margin-right: 5px;
    cursor: pointer;
}

div.selectedRecord {
    background-color: #E8EEF4;
    border: 2px solid #666666;
}

.hover {
    background-color: #E8EEF4;
}

.smallResultSep {
    width: 20%;
    clear: right;
}

.smallResults {
    width: 200px;
    float: left;
}

.hiddenDetails {
    float: right;
    display: none;
}

.hiddenFeedback {
    float: right;
    display: none;
}

.showFeedback {
    position: fixed;
    width: 60%;
    border: solid 1px #666666;
    background: #F5F5F5;
    bottom: 1px;
    right: 10px;
    overflow: auto;
}

.showDetails {
    float: right;
    width: 70%;
    height: 600px;
}

.showDetails2 {
    position: fixed;
    height: 80%;
    border: solid 1px #666666;
    background: #F5F5F5;
    top: 20px;
    right: 20px;
    overflow: auto;
}

.smallFeedback {
    position: fixed;
    height: 35px;
    width: 130px;
    border: solid 1px #EFEFEF;
    background: #E8EEF4;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #666666;
    font-weight: bold;
    vertical-align: middle;
}

.reportError {
    position: fixed;
    height: 35px;
    width: 160px;
    border: solid 1px #EFEFEF;
    background: #E8EEF4;
    top: 10px;
    right: 162px;
    cursor: pointer;
    color: #666666;
    font-weight: bold;
    vertical-align: top;
}

div.content img, div.smallFeedback img, div.reportError img {
    float: left;
    padding-right: 5px;
}

div.htItem {
    float: left;
}

img.center {
    margin-left: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.content img.inline {
    float: none;
}

div.content ul li {
    list-style: none;
}

.smallFeedback img {
    margin-right: 10px;
    margin-left: 3px;
}

div.smallFeedback a {
    margin: 0;
    padding: 0;
}

div.sort {
    text-align: center;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
    cursor: pointer;
    min-height: 0;
}

div.scoreResult {
    width: 2%;
    text-align: center;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
    cursor: pointer;
    min-height: 0;
    float: left;
}

div.acronym {
    float: left;
    color: #666666;
    padding-right: 5px;
    margin-right: 5px;
    font-weight: bold;
    border-right: 2px solid #EFEFEF;
}

div.dbName, div.dbName a {
    float: right;
    color: #666666;
    font-size: 0.8em;
    text-decoration: none;
    cursor: pointer;
    margin-right: 5px;
    max-width: 100px;
    max-height: 80px;
    text-align: right;
    overflow: hidden;
}

    div.dbName a {
        float: right;
    }

div.subject {
    clear: both;
}

div.rightLink {
    float: right;
}

div.entry {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

div.column {
    width: 100%;
}

div.rightMenu {
    float: left;
    color: #333333;
    cursor: pointer;
    width: 200px;
    border-left: 3px solid #EFEFEF;
    margin-left: 10px;
}

div.line {
    border-bottom: 1px solid #EFEFEF;
}

div.content {
    float: left;
    margin: 20px;
    max-width: 1000px;
}

div.suggestionContent {
    float: left;
    margin: 20px;
    min-width: 965px;
    max-width: 1000px;
}

    div.suggestionContent label {
        color: #666666;
        font-weight: bold;
    }

div.searchSuggestion {
    cursor: pointer;
    color: #666666;
    font-weight: bold;
}

div.suggestionContent img {
    padding-top: 15px;
}

div.sendButton {
    float: right;
    margin-top: 20px;
    vertical-align: middle;
}

    div.sendButton label {
        color: #666666;
        font-weight: bold;
        cursor: pointer;
    }

div.formItem {
    float: left;
    color: #666666;
    margin-top: 15px;
    width: 100%;
}

    div.formItem label {
        min-width: 20%;
    }

div.feedbackItem {
    float: left;
    color: #666666;
    margin-top: 15px;
    width: 80%;
}

    div.feedbackItem label {
        font-weight: bold;
        width: 20%;
        float: left;
    }

    div.feedbackItem textarea, div.feedbackItem input {
        width: 65%;
    }

.feedbackLink {
    text-decoration: none;
    font-weight: bold;
    color: Black;
    vertical-align: middle;
    cursor: pointer;
    float: right;
    width: 32px;
    margin-top: 15px;
    margin-right: 10px;
}

div#formFeedback textarea {
    height: 3em;
}

div#formFeedback2 {
    font-size: 20px;
    text-align: center;
}

div.formItem label {
    font-weight: bold;
    width: 20%;
    float: left;
}

div.formItem textarea, div.formItem input {
    width: 65%;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page {
    width: 98%;
    min-width: 965px;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU
----------------------------------------------------------*/

ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 10px;
    position: relative;
    margin: 0;
    text-align: left;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 10px;
            font-weight: bold;
            text-decoration: none;
            background-color: #e8eef4;
            color: #666666;
            border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #666666;
        }

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: none;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: none;
        vertical-align: top;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        border: none;
    }

/* MISC
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 2px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
    background-color: #F5F5F5;
    width: 100%;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 1em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/*
----------------------------
some settings to structure data input for "Settings" tab
*/
fieldset div {
    float: left;
}

div.editor-label label {
    margin-left: 5px;
    margin-right: 25px;
}

/* prevent pointers in some of the references, e.g. text / other*/

li.noPointer, .noPointer, div.leftMenu li.noPointer, div.rMenu li.noPointer {
    cursor: auto;
}


li.noPointer span.mixedReference a {
    text-decoration:underline;
}

/* style top-toolbar, e.g. used for adding links in text fields*/

.topToolbar {
    position: fixed;
    min-width: 400px;
    background-color: #FFFAFB;
    padding-left: 20px;
    padding-right: 5px;
    border: 1px solid #666666;
}

.crossRefList {
    max-height: 400px;
    overflow-y: auto;
}

/* style button that will appear above to trigger editing*/

.editToolbar {
    position: fixed;
    border: 1px solid #666666;
    background-color: #FFFAFB;
    padding: 3px;
}

.editButton {
    cursor: pointer;
    position: fixed;
    border: 1px solid #666666;
    background-color: #FFFAFB;
    padding: 3px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}