﻿.moreInfoBox a { text-decoration: none; color: #5A769E; }
.moreInfoBox ul { list-style-type: none; }
.moreInfoBox li { margin-left: -25px; }

.box { padding: 5px; border: 1px solid #000000; margin: 5px;}

.nomisweb_pagecontent_nonav { width: 95%; }

.keywordPanel, .unitsPanel {    
    padding: 0px;
    padding-left: 15px;
    width: 250px;
}

.unitsPanel 
{
    margin-top: 15px;
}

.unitsItems 
{
    overflow: auto;
    overflow-y: none;
}
    
.keywordPanel 
{
}

.keywordPanelTitle, .unitsPanelTitle, .datasetPanelTitle 
{	
    font-size: 1.6em;
	padding-bottom: 5px;
	margin: 0px;
	margin-top: 10px;
    margin-bottom: 5px;
}

.datasetPanelTitle {
    display: flex;
    align-items: baseline;
    justify-content: space-between; /* Distributes space between and around items */
    width: 100%; /* Ensures the container takes the full width */
    margin-bottom: 2em;
}

.datasetTitleAndInput{
	display: flex;
    align-items: baseline;
}

.datasetPanelTitle h2 {
    margin: 0; /* Removes default margin to ensure proper alignment */
}

.searchTablesLabel{
	margin: 0em 0.2em 0em 1em;
	font-size: 0.7em;
}

#matchcount {
    margin-left: 10px; /* Adds some space between the input and the span */
    white-space: nowrap; /* Prevents the text from wrapping */
}
    
.keywordItem, .keywordItemSelected, .unitItem, .unitItemSelected {
    padding: 0em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    border-radius: 5px;
    color: #000000;
    margin: 0.1em;
}

.keywordItem input, .keywordItemSelected input, .unitItem input, .unitItemSelected input {
	margin-right: 0.5em;
}

.keywordItemSelected, .unitItemSelected {
    background: #CEDAE8;
}

.keywordItem input, .keywordItemSelected input {
	float: left;
	margin-top: 0.5em;
}

.keywordItem label, .keywordItemSelected label {
    cursor: pointer;
	display: block;
	margin-left: 2em;
}

.keywordItem:hover {
    background: #CEDAE8;
}

.keywordCheckbox {
    cursor:pointer;
}

.keywordItem, .keywordItemSelected {
    clear: left;
    width: 15em;
    padding-left: 0.5em;
}

#kwords {
	column-count:3;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
}

.keywordsHelp, .unitsHelp
{
    color: #555;
}

.datasetItem 
{    
    min-height: 4em;
    border: 1px solid #BFCDD4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 2em;
}

.moreInfoBox {
}

#otherglevbtn 
{
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 11px;
    cursor: pointer;
    color: blue;
    border: 0;
    background: 0;
}

#otherglevbtn:hover {
    color: indianred;
}

#otherglev 
{
    padding: 0px;
    background: #fafafa;
}

#glstatus 
{    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.datasetItemName {    
    font-size: 1.1em;
}

a.datasetItemName 
{
    font-size: 1.1em;
    text-decoration: underline;
    font-weight: normal;
}

a.datasetItemName:hover 
{    
    color: #BF3457;
}

.datasetItemCodelist
{    
    display: none;
    max-height: 50em;
    overflow-y: auto;
    overflow-x: none;
}

.moreInfoLink {
    color: #446475;
    cursor:pointer;
    padding-left: 5px;
    margin: 0px;
    text-decoration: underline;
}

.moreInfoLink:hover {
    text-decoration: underline;
}

.moreInfoLink:visited {
    color: #446475;  
}
    
.defaultCode 
{
    font-weight: bold;
}
    
.datasetItemLinks 
{    
    white-space: nowrap;
    height: 18px;
    float: right;
    width: 180px;
    text-align: right;
    background: transparent;
    position: relative;
    top: -20px;
}
    
.keywordSearchText, .tableSearchText
{    
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    padding-left: 5px;
}

.tableSearchText { margin-left: 0.1em !important; }

.dimensionSize 
{    
    border: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    background : #6B7880;
    padding: 2px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
}
    
     
.dimensionLabel 
{    
    font-weight: bold;
    margin-right: 10px;
    color: #446475;
    padding-left: 0px;
}

button.dimensionExpander
{
    border: 0;
    padding-left: 0;
    background: white;
}

button.dimensionExpander:hover
{
    text-decoration: none;
}
    
button.dimensionExpander .dimensionLabel
{
    text-decoration: underline;
}
    
button.dimensionExpander .dimensionLabel:hover
{
    color: #c00000;
}
    
button.dimensionExpander .dimensionSize
{
    text-decoration: none;
}
    
.moreInfoBoxItemLabel 
{
    padding-right: 15px;
    font-weight: bold;
    text-align: left;
}

#matchcount {
	float: right;
	font-size: 0.7em;
}