
main {font-size: 16px;}
body {font-family: Helvetica Neue,Helvetica,Arial,sans-serif;}
table#summary {min-height : 50px !important;}


.app-bar {
    background-image: url(../images/nomenclature_index_bck.gif) !important;
    background-color: #803e3e;
}

#wb-info .gc-contextual {
    background-color: #803e3e;
    background-image: url("../images/nomenclature_index_bck.gif") !important;
}

#wb-info .gc-contextual a{
    font-size: 1.0em;
}

/*preferences inline*/
.display-inline {
display: inline;
}

.pdng-top-0 {
padding-top: 0;
}


.splash h2 {
    color: #803e3e;
}

footer {
    background: #ccc;
}

footer>.container {
    background: #eee;
}

.top-row {
    background: #eee;
    max-width: 100%;
    height: 100%;
}

.panel-browse { @extend .panel-body;
    background: #eee !important;
}

.indx-div-height {
    height: 80px !important;
}

/*the 3 padding are used in the preference panel*/
.pdng-lft-0 {
    padding-left: 0;
}

.pdng-rht-0 {
    padding-right: 0;
}

.pdng-center {
    padding-top: 50px;
}

/*rules for the tree*/
ul.tree_no_padding {
    padding-left: 0;
}

ul.tree {
    padding-left: 20px;
}

ul.tree li.right:before, ul.tree_no_padding li.right:before {
    content: "\25B6 \0020";
}

ul.tree li.down:before, li.down:before {
    content: "\25bc \0020";
}

ul.tree {
    padding-left: 30px;
}

ul.tree li.right, ul.tree li.down {
    list-style-position: inside;
    text-indent: -10px;
}

ul.tree li.before {
    list-style-position: outside;
    text-indent: -10px;
    padding-left: 20px;
}

ul.nested-disc {
    list-style-type: disc;
}

.wb-tabs [role="tablist"]>li {
    background: #fff;
}

.wb-tabs [role="tablist"]>li.active {
    background: #eee;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

/*rule for the detail Browse page - nested definition list*/
.clr-none {
    clear:none !important;
}
.pddg-tp-0 {
    padding-top:0px !important;
}

.nojs {
    display: none;
}

.browse-detail-concept-title {
    background: #eee !important;
    margin: 0 !important;
}

.err-app-name {
    color: #FFF;
    font-size: 28px;
    margin-bottom: 6px;
    margin-top: 8px;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
}

.glyphicon-info {
    color: #803e3e;
    font-size: 4.5em;
    margin-bottom: 8px;
}
