/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 mars 2015, 10:59:24
    Author     : laurentdubois
*/
#database-details{
    float: none;
    width: 100%;
    text-align: justify;
}
#chamo-quick-search, #chamo-quick-search-serial {
 clear:both;
 margin:auto;
}
.chamo-quick-search-content {
  width : 80%;
}
.chamo-quick-search-input {
  margin-left:10%;
  margin-top:1.6em;
  margin-bottom:1.5em;
  width: 65%;
  float : left;
  line-height:2;
}
.chamo-quick-search-input input{
  width:93%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #969393 1px solid;
  background-color: #ebebeb;
  color: #000000;
  padding-left: 25px;
  height: 20px;
}
.chamo-quick-search-input input.form-text{
background: #ebebeb url(../images/menu/search.png) center right no-repeat;
background-size: 14px 14px;
background-position: 1% 5px;
}
#chamo-quick-search .form-item, #chamo-quick-search-serial .form-item{
  margin:0;
}
.chamo-quick-search-buttons {
  width:20%;
  float:left;
  margin-top:1.6em;
  margin-bottom:1.5em;
  line-height:2;
}
input.ucl-btn{
  padding:.2em 1em;
}
.tabs {
  clear:both;
}
div#ucl-menu > div#ucl-menu-title span{
	float  : left;
	width  : 18px;
	height : 18px;
	cursor : auto;
	font-size:0;
}
div.menu-link > div.menu-title span, div.menu-link > div.menu-title span.collapsed{ background : url(../images/collapsed.gif) no-repeat center left;float:right; }
div.menu-link > div.menu-title span.collapsed{ background : url(../images/expanded.gif) no-repeat center left; float:right; }

div.menu-title span{
        float  : right;
        width  : 18px;
        height : 18px;
        cursor : auto;
        font-size:0;
}
div.menu-title span, div.menu-title span.collapsed{ background : url(../images/collapsed.gif) no-repeat center left;float:right; }
div.menu-title span.collapsed{ background : url(../images/expanded.gif) no-repeat center left; float:right; }

.toggle span{
        float  : left;
        width  : 18px;
        height : 18px;
        cursor : auto;
        font-size:0;
}
.toggle span, .toggle span.collapsed{ background : url(../images/collapsed.gif) no-repeat center left; }
.toggle span.collapsed{ background : url(../images/expanded.gif) no-repeat center left;  }

.toggle{
	list-style:none;
}

div#lcTree {
 margin: auto;
}
div#lcTree li span{
top:2px;
}
 #db-content {
  clear:both;
}
ul#db-list			{list-style:none; margin:20px 0; padding:0;}
ul#db-list li		{font-size:small; border-bottom:1px solid #D7D6D5; margin:0; padding:5px 7px; line-height:1.5;}

div#db-details.db-details {
        width:90%;
        margin:auto;
        text-align: justify;
        margin-top: 25px;
        margin-bottom: 25px;
}

div.menu-info {
        width:91%;
        margin:auto;
        font-weight:normal;
        margin-bottom:20px;
}

div.menu-info .ucl-more-info-block{
	text-align:justify;
	margin-top:15px;
	margin-bottom:15px;
        font-weight:normal;
}

.database-snippet {
    background-color: whitesmoke;
    border-bottom: 3px solid white;
    padding: 1.5em;
}

div.list-item{
    padding:5px;
}
div.glossary-separator{
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: solid 1px #0396c8;
}

.databases-domain-block h3{
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: solid 1px #0396c8;
    padding-bottom: 8px;
}

.tabs-glossary li a:hover{
    cursor: pointer;
}

ul.tabs-domain{
    width: 100%;
}

ul.tabs-domain li {
    display:table;
    width : 31%;
    margin: 5px;
    float:left;
    height: 50px;
    text-align: center;
    border: 1px solid #0396c8;
}
ul.tabs-domain li a {
    vertical-align: middle;
    display: table-cell;
}
ul.tabs-domain li a.facetapi-tabs-active{
    background-color: #0396c8!important;
    color: #fff!important;
}
/*
ul.tabs-domain li[float="left"] + li {
    float:none;
}
*/