@font-face {
    font-family: 'glyphicons_tl';
    src: url('fonts/glyphicons_tl-halflings-regular.eot');
    src: url('fonts/glyphicons_tl-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/glyphicons_tl-halflings-regular.woff') format('woff'),
         url('fonts/glyphicons_tl-halflings-regular.ttf') format('truetype'),
         url('fonts/glyphicons_tl-halflings-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*evite la lag de 300ms sur le tap mobile
ne fonctionne pas sous firefox mais il ne possait pas la probleme
de toute facon
*/
html {
  touch-action: manipulation;
}

.glyphicon-plus-sign::before {
  content: "\e081";
  font-family: "glyphicons_tl";
}

button.clear_input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #7e7665;
  cursor: pointer;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 14px;
  transform: rotate(-45deg);
  z-index:100;	
}
.respsearch button.clear_input 
{
    top: 17px;
}

button.clear_input:focus,
button.clear_input:active
{
  box-shadow: none;
  outline:none;

}

button.clear_input::-moz-focus-inner {
   border: 0;
}
input[type="button"]::-moz-focus-inner {
   border: 0;
}

input[type="button"]{
   outline:none;
}

/*partie tooltip*/
.tooltip {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1070;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px;
    right: 5px;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0;
}

.tetierev3_container
{
	background-color:#fff;
	position: fixed;
	top: 0;
	z-index: 80;
	height:50px;
	font-size:13px;
    left: 0;
    right: 200px;
}

.tetierev3
{
	background-color:#fff;
	font-family: "roboto_condensed";
	font-size: 1em;
	line-height: normal;
	color: #404953;
	//max-width:1280px;
	width:100%;
	height:50px;
	position: relative;
	//margin-left:auto;
	//margin-right:auto;
	display:block;

}
.tetierev3_row
{
	display:table;
	width:100%;
	min-width: 300px;
}
.tetierev3 .hidden {
	display: none !important;
	visibility: hidden !important;
	z-index: 0 !important;
}

/*logo*/
.tetierev3 .logo {
	height: 50px;
	padding: 0;
	position: relative;
	width: 243px;
	margin-right: 10px;
	float:left;
	z-index:98;
	//display:table-cell;
	display: block;
}



.tetierev3 .logobnf {
 /*   background-image: url("images/Logo_BnF.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100% auto;*/
    cursor: pointer;
    height: 50px;
    width: 110px;
    visibility: visible;
    margin: 0;
}

.tetierev3 a.logogallica:link ,
.tetierev3 a.logogallica :visited
{
  /*  background-image: url("images/Logo_Gallica.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100% auto;*/
    cursor: pointer;
    height: 50px;
    width: 130px;
    visibility: visible;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 3px;
}


.tetierev3 .logo a, .tetierev3 .logo a img {
	float: left;
	top: 12px !important;

}

.tetierev3 .link_container
{
	height:50px;
	width:150px;
	float: left;;
	padding-right:20px;
	display:table-cell;
}

.tetierev3 .respsearch .link_container
{
	display:none;	
	width: 100%;
}

/*langue*/
.tetierev3 .lang {
	float: left;
	width:50px;
	height:20px;
	border-left: 2px solid #73716f;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
	margin-top:14px;
}
.tetierev3 .lang > a {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	width:35px;
	height:20px;
	text-align:center;
	text-decoration:none;
	color: #343b43;
	margin-top: 5px;
	font-weight:700;
	font-size:1.25em;
	top:-5px;
}
.tetierev3 .lang > a::after {
	color: #343b43;
	font-family: 'glyphicons_tl';
	content: '\e114';
	position: relative;
	font-size: 0.7em;
	width:20px;
	height:20px;
	font-weight: normal;
	position: absolute;
	top: 0px;
	line-height: 20px;
}
.tetierev3 .lang-layer {
	position: absolute;
	background: #343b43;
	width: 112px;
	padding: 10px 28px 10px 30px;
	right: 0;
	top: 51px;
	z-index: 405;
	display: none;
}
.tetierev3 .lang-layer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tetierev3 .lang-layer ul li {
	margin: 0;
	padding: 0;
}
.tetierev3 .lang-layer ul li a {
	color: #d6d6d6;
	text-decoration:none;
}
/*blog*/
.tetierev3 .blog {
	float: left;
	width:60px;
	border-left: 2px solid #73716f;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
	font-size:1.25em;
	font-weight:700;
	text-transform:uppercase;
	height: 20px;
    	line-height: 2em;
    	margin-bottom: 0;
    	margin-top: 14px;
    	padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 0;
}

.tetierev3 .blog  > a {
	text-decoration:none;
	color: #343b43;
	position:relative;
	top:-6px;
	
}

/*recherche*/
.tetierev3 .rech_wrapper
{
	height: 50px;
	display: block;
	position: relative;
	width: calc( 100% - 260px);
	float: left;
}

.tetierev3 .rech_positionner
{
	height: 50px;
	display: block;
	position: relative;
	width: 100%;
	max-width: 1090px;
	//float: left;
	margin-left:auto;
	margin-right:auto;
}

.tetierev3 .rech_container
{
//	display:inline;
	height:50px;
	display: block;
	//display:table-cell;
	position:relative;
	width:calc( 100% - 170px);
	max-width: 920px;
	float: left;
}

.tetierev3 .search
{
	display:table;
	height:50px;
	position:relative;
	width:100%;
}

.tetierev3 .search .skin-select
{
	float:left;
	height:50px;
	width: 125px;
	display:table-cell;
}
/*
.tetierev3 .search .skin-select span.selecttext {
  color: #343b43;
  float: right;
  font-size: 1em;
  font-weight: 700;
  height: 50px;
  line-height: 3.7em;
  padding-left: 0;
  text-align: right;
  width: 200px;
  z-index: 20;
}
*/



.tetierev3 .search .skin-select span.selecttext {
	width: 140px;
	padding-left: 0;
	z-index: 20;
	color: #343b43;
	font-size: 1.25em;
	line-height: 3.05em;
	font-weight:700;
	height:50px;
       text-align: right;
 	float: right;
	text-transform:uppercase;
	display:none;
 }

.tetierev3 .search .skin-select span::after {
	color: #343b43;
	font-family: 'glyphicons_tl';
	content: '\e114';
	position: relative;
	font-size: 0.6em;
	width:30px;
  	text-align:left;
    	font-weight: 400;
       font-style: normal;
	overflow:hidden;
	padding:7px;
}

.tetierev3 .search .skin-select select
{
	border: none;
	background: none;
	outline: none;
	//opacity: 0;
      //filter: alpha(opacity=0);
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	z-index: 14;
	font-family:"roboto_condensed";
	width: 125px;
	padding-left: 0;
	z-index: 20;
	color: #343b43;
	font-size: 1.25em;
	line-height: 3.05em;
	font-weight:700;
	height:50px;
       text-align: right;
 	float: right;
	text-transform:uppercase;
	padding-right:20px;
}

	

/*Simple way to remove drop down arrow from select in Chrome and Mozilla
for firefox -moz-appearance: none;
for chrome  -webkit-appearance:none;
for IE10*/
.tetierev3 .search .skin-select select::-ms-expand 
{
    display: none;
}

.tetierev3 .search .skin-select::after {
	color: #343b43;
	font-family: 'glyphicons_tl';
	content: '\e114';
	position: relative;
	font-size: 1.0em;
	width:30px;
  	text-align:left;
    	font-weight: 400;
       font-style: normal;
	//overflow:hidden;
	padding:7px;
	bottom:33px;
	left:100px;
}




.tetierev3 .search .skin-select select option,
.tetierev3 .search .skin-select select option:checked
{
	color: #343b43;
	width:120px;
}

.tetierev3 .respsearch .search .skin-select select option,
.tetierev3 .respsearch .search .skin-select select option:checked
{
	width:110px;
}


.tetierev3 .search .typeahead-container
{
	display:table-cell;
	float:left;
	position:absolute;
	left: 170px;
	right: 50px;
}

.tetierev3 .respsearch .search .typeahead-container
{
	left: 7%;
	right: 7%;
	top:50px;
}

.tetierev3 .search .typeahead-input-group 
{
	display:inline;
	width:100%;
}

.tetierev3 .search .typeahead-query
{
	display:inline;
	width:100%;

}

.tetierev3 .search .typeahead-container input
{
	margin-top:10px;
	height:30px;
	width:100%;
	font-size:1em;
}
.tetierev3 a.recherche-avancee:link, 
.tetierev3 a.recherche-avancee:visited {
	float: left;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #343b43;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	width: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	padding-top: 5px;
}

.tetierev3 a.recherche-avancee span
{
	height:50px;
}
.tetierev3 .respsearch a.recherche-avancee:link span,
.tetierev3 .respsearch a.recherche-avancee:visited span
{
	font-size: 0.875rem !important;
	font-family: "roboto_condensed";
	height:20px;
	text-transform: initial;
	padding-top: 20px;
	font-weight:normal;
}
.tetierev3 a.recherche-avancee span.glyphicon-plus::before {
	content: "\2b";
	font-family: 'glyphicons_tl';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: 1px;
	font-size:1em;
}
.tetierev3 a.recherche-avancee span.glyphicon-plus
{
    display: none;
}

.tetierev3 .search button[type="submit"] 
{
	width: 40px;
	height: 50px;
	font-size: 1.4em;
	background: transparent;
	font-family: 'glyphicons_tl';
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	border-radius: 0px;
	float:left;
	z-index:20;
	display:table-cell;
	position:absolute;
	right:0;
}

.tetierev3 .respsearch .search button[type="submit"]
{
	width: 60%;
	margin-right:20%;
	margin-left:20%;
	top: 90px;
	height: 23px;
	background-color: #404953;
	color: white;
	font-family: 'roboto_condensed';
	font-size: 0.75rem;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 15px;
}

.tetierev3 .respsearch .search button[type="submit"] span
{
	font-family: 'roboto_condensed';
	font-size: 0.75rem;
	font-weight: normal;
	text-shadow: none;
}

.tetierev3 .search button[type="submit"] .icon-search,
.tetierev3 .search button[type="submit"] .icon-search:before
{
	font-family: 'glyphicons_tl';
	content: "\e003";
	margin: 0;
	padding: 0;
	width: 40px;
	height: 50px;
	line-height:50px;
}

.tetierev3 .respsearch button[type="submit"] .icon-search,
.tetierev3 .respsearch button[type="submit"] .icon-search:before
{
	font-family: 'roboto_condensed';
	content: "OK";
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height:50px;
	font-size:1.1em;
}

/*resp search*/
.tetierev3 button.resp_search_toggle
 {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    float: right;
    font-family: "pictos";
    font-size: 1.0em;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 40px;
    z-index: 20;
    display:none;	
}

.tetierev3 button.resp_search_toggle .icon-search,
.tetierev3 button.resp_search_toggle .icon-search::before
{
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: 40px;
}

.tetierev3 button.resp_search_toggle .icon-search::before
{
    font-family: "glyphicons_tl";
    content:"\e003";
}

.tetierev3 button.resp_search_toggle .icon-searchtoggle,
.tetierev3 button.resp_search_toggle .icon-searchtoggle::before
{
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: 40px;
    font-size:1.2em;	
}

.tetierev3 button.resp_search_toggle .icon-searchtoggle::before
{
    font-family: "glyphicons_tl";
    content:"\e003";
}


.tetierev3 button.resp_search_toggle .icon-burger,
.tetierev3 button.resp_search_toggle .icon-burger::before
{
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    width: 40px;
}

.tetierev3 button.resp_search_toggle .icon-burger::before
{
    font-family: "glyphicons_tl";
    content:"\e62c";
}

.tetierev3 .respsearch
{
	background-color: #fff;
	position: fixed;
	height: 206px;
	display: block;
	top:50px;
	left:15%;
	right:15%;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    z-index: 100;
    border: 1px solid black;

}

.tetierev3 .respsearch .search .skin-select
{
	width: 100% !important;
	padding-left: 7%;
	padding-right:7%;
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	font-size: 0.75rem;
}


.tetierev3 .respsearch .skin-select span.selecttext {
	font-size: 0.75rem;
 }
/*menu selection*/
.selection {
  border-left: 2px solid #73716f;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-size:1.25em;
  font-weight: 700;
  height: 20px;
  line-height: 1.25em;
  margin-bottom: 0;
  margin-top: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  width: 106px;
}



.tetierev3 .selection a.bouton:link,
.tetierev3 .selection a.bouton:visited {
	color: #404953;
	text-decoration: none;
	text-transform:uppercase;
	font-family: "roboto_condensed";
	font-weight: 800;
	font-size:1.0em;
}
.tetierev3 .selection button.bouton 
{
	color: #404953;
	text-decoration: none;
	text-transform:uppercase;
	font-family: "roboto_condensed";
	font-weight: 800;
	font-size:1.0em;
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:none;
	padding:0;
	text-shadow: unset;
}
.tetierev3 .selection .menu_selection {
	background: none no-repeat scroll left 16px #343b43;
	color: #fff;
	display: none;
	padding-top: 13px;
	padding-bottom: 20px;
	padding-right: 17px;
	padding-left: 0px;
	position: absolute;
	right: 100px;
	top: 51px;
	z-index: 100;
}
.tetierev3 .selection .menu_selection::before {
	content: '\e253';
	font-family: 'glyphicons_tl';
	font-size: 1em;
	color: #343b43;
	position: absolute;
	top: -7px;
	height: 7px;
	width: 8px;
	right: 95px;
	line-height: 7px;
}

.tetierev3 .selection .menu_selection ul.menu {
	list-style: none outside none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}

.tetierev3 .selection .menu_selection ul.menu li {
	border-right: 1px solid #fff;
	list-style-image: none;
	list-style-type: none;
	width: 200px;
	margin-left: 15px;
	padding-right: 10px;
}

.tetierev3 .selection .menu_selection ul.menu li span.nolink {
	font-weight: 700;
	text-transform: uppercase;
}
.tetierev3 .selection .menu_selection ul.menu li.expanded ul.menu {
	display: block;
	padding-top: 14px;
}
.tetierev3 .selection .menu_selection ul.menu li ul li.leaf {
	list-style-image: url("images/icon_flech.png");
	list-style-type: square;
	line-height: 15px;
	border-right: none;
}

.tetierev3 .selection .menu_selection ul.menu li ul li.leaf a{
	text-decoration:none;
	color: #fff;
}


.tetierev3 .selection .menu_selection ul.menu a:focus
{
	font-size:1.1em;
}

.typeahead-container .typeahead-result > .dropdown-menu {
  display: block;
  width: 100%;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

@media (max-width: 1023px) 
{

    .tetierev3 .respsearch a.recherche-avancee:link, .tetierev3 .respsearch a.recherche-avancee:visited {
        width: 100%;
        text-align: center;
    }

    .tetierev3_container {
        right: 35px;
    }

    .tetierev3 .respsearch .link_container {
        display: block;
        width: 100%;
    }

	.tetierev3 .respsearch .search .skin-select {
		font-size: 0.75rem;
        height: 30px;
	}

    .tetierev3 .respsearch .search .skin-select::after {
        left: 100%;
        margin-left: -20px;
	}
	.tetierev3 .respsearch .search .skin-select select{
		width: 100%;
		font-weight: normal;
		text-align: left;
	}

	.tetierev3 .selection .menu_selection {
		right: 100px;
	}

	.tetierev3 .search .skin-select span.selecttext
	{
	    padding-top: 5px;
	}
	.tetierev3 button.resp_search_toggle
	{
	    display:block;	
	}

	.tetierev3 .rech_wrapper
	{
	    display:none;	 
	}

	.tetierev3 .respsearch .rech_container
	{
		display:block;
		height: 150px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
	}

    .tetierev3 .link_container 
    {
        display: none;
    }

}
@media (max-width: 850px) 
{
    .tetierev3 .respsearch a.recherche-avancee:link, .tetierev3 .respsearch a.recherche-avancee:visited 
    {
        width: 100%;
        text-align: center;

    }

    .tetierev3 .selection .menu_selection::before {
 	   right: 200px;
	}
	.tetierev3 .selection .menu_selection {
		right: 20px;
	}

	.menu_accueil.tablet ul li a:link, .menu_accueil.tablet ul li a:visited {
	    font-size: 0.9em;
	    margin-left: 20px;
	    margin-right: 20px;
    }
    
    .tetierev3 .respsearch .link_container {
        display: block;
        width: 100%;
    }

}

@media (max-width: 719px) 
{

	.tetierev3 .lang {
	    margin-right: 20px;
	}

	.tetierev3 .link_container {
	   display: none;
	}

	.tetierev3 a.recherche-avancee:link, .tetierev3 a.recherche-avancee:visited {
	    width: 50px;
	}
	.tetierev3 .respsearch a.recherche-avancee:link, .tetierev3 .respsearch a.recherche-avancee:visited {
        width: 100%;
        text-align: center;
	}
	.tetierev3 .selection .menu_selection ul.menu li {
		width: 183px;
    }
    
    .tetierev3 .respsearch .link_container {
        display: block;
        width: 100%;
    }


}

@media (max-width: 650px) 
{
	.tetierev3 .selection .menu_selection {
		display:none;
	}
	.tetierev3 
	{
		padding-left:0;
	}
	
	.tetierev3 .link_container
	{
	    display:none;	
	}

	.tetierev3 .respsearch .link_container
	{
	    display:block;	
	}
	.tetierev3 .selection .menu_selection ul.menu {
	    display: block;
	}
	.tetierev3 .selection .menu_selection {
	    top: 90px;
	    height:340px;
	    overflow: scroll;
	}
	.tetierev3 .selection .menu_selection ul.menu li.expanded ul.menu {
    		padding-bottom: 10px;
    }
    .tetierev3 .respsearch .link_container {
        display: block;
        width: 100%;
    }

    .tetierev3 .respsearch a.recherche-avancee:link, .tetierev3 .respsearch a.recherche-avancee:visited {
        width: 100%;
        text-align: center;
	}



}

 

.twitter-typeahead
{
    display: block !important;
}

.tt-menu{
    width: 100%;
}

.menu_tetiere .recherche .typeahead-container a {
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}

.menu_tetiere .tt-menu > .dropdown-menu {
    border-radius: 0;
    display: block;
    width: 100%;
}

.tt-dataset-suggest {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 200px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%; 
    width:100%;	
    z-index: 1000;
}

.tt-dataset-suggest > li > a {
    clear: both;
    color: #333;
    font-weight: 400;
    font-size: 0.93em;
    line-height: 1.42857;
    white-space: nowrap;
    text-decoration:none;	
    padding: 3px 20px;
    position: relative;
    display: block;
    z-index: 50;
}
.tt-dataset-suggest > li > a:hover
{
    color: #FFF;
    background-color: #337ab7;

}

group1,
group2{
    display:none;	
}

group1.first,
group2.first{
    text-shadow: none;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
    display:block;	
}

 