
/*.psud-research .left-facets * {
    font-family: 'Roboto', serif;
}*/
/** Classes css pour la page des resultats de recherche **/
.psud-research .result-container {
	width: 100%;
	padding: 1em 0 0 1em;
}

.psud-research #block-psud-content li .added-status .fa {
	margin-top: -3px;
}

.psud-research #block-psud-content li .added-status .fa-check {
	margin-left: -1px;
}

/** Component des resultats **/

.psud-research .result-menu-title{
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	font-family: 'Roboto', serif;
	font-weight: 700;
	line-height: 1.2;
}

.psud-research .results-mashup{
	margin-bottom: 1em;
	min-height: 50em;
}

.psud-research .results .frame-map{
	width: 100%;
	height: 15em;
	border: none;
}

.psud-research .results .results-info-recherche {
	margin-bottom: 1em;
	text-align: justify;
}

/** Component des facettes **/


.psud-research .left-facets{
	margin-top: 1em;
}
.psud-research .left-facets.open {
	width: 100%;
}

.psud-research .facet-menu-libelle {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.psud-research .left-facets .list {
	padding: 0;
	width: 100%;
}

.psud-research .left-facets .list .parent, .psud-research .full-facets .list .parent {
	font-size: 1.2em;
	font-weight: bold;
}

.psud-research .left-facets .list .parent.selection, .psud-research .full-facets .list .parent.selection, #clean-facet {
	padding: 0.4em 0.8em 0.4em 0.8em;
	text-align: center;
	vertical-align: middle;
	color: white;
	max-width: 100%;
	text-transform: uppercase;
}

.psud-research .left-facets .list ul li a, .psud-research .full-facets .list ul li a {
	font-size: 0.85em;
	color: #7a9ac4;
}

.psud-research .left-facets .list ul li, .psud-research .full-facets .list ul li {
	margin-bottom: 0.15em;
}

.psud-research .left-facets .facet-menu > .parent {
	font-size: 1.08em;
}

.psud-research .left-facets .facet-menu ul {
	margin-top: 0.5em;
}

.psud-research .left-facets .facet-menu.open-facet li ,.psud-research .left-facets .filter-menu li {
	display: block;
	width: 112%;
}

.psud-research .left-facets .list ul, .psud-research .full-facets .list ul {
	padding-left: 0;
	width: 80%;
}

.psud-research .left-facets .close-facet li{
	display: none;
}
.psud-research .left-facets .close-facet .chevron-close-facet{
	display: none;
	cursor: pointer;
}
.psud-research .left-facets .open-facet .chevron-open-facet{
	display: none;
	cursor: pointer;
}

.psud-research .filter-libelle {
	font-size: 1.18em;
}

.psud-research .filter-selected .filter-libelle {
	font-size: 1em;
}

.psud-research .left-facets .list ul li.ma-selection, .psud-research .left-facets .list ul li.ma-selection, .psud-research .full-facets .list ul li.ma-selection {
	display: block;
	font-size: 0.85em;
}


.psud-research .block-filter a, .psud-research .block-facet a {
	text-decoration: none;
}

.psud-research .block-filter .filter-libelle:hover, .psud-research .block-facet .facet-libelle:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

.psud-research .number_facets_results {
	width: 10%;
}

/* On gere en css la taille des libelle des facettes (selectionnees ou non) */
.psud-research .filter-menu .libelle_filters, .psud-research .facet-menu .libelle_facets{
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

/* Pour les facets selectionnees on met a 100% car pas de contrainte */
.psud-research .facet-menu .facet-selected .libelle_facets{
	width: 100%;
	line-height: 17px;
}
/* Pour les facets non selectionnees on met a 80% car il faut afficher la croix de negation */
.psud-research .filter-menu .filter-unselected .libelle_filters, .psud-research .facet-menu .facet-unselected .libelle_facets {
	max-width: 95%;
}

.psud-research .facet-libelle, .psud-research .filter-libelle {
	display: inline-block;
	width: 80%;
	cursor: pointer;
}

.psud-research .block-facet .facet-menu-libelle .fa {
	margin-top: 0.45em;
	cursor: default;

}

.psud-research .facet-libelle a, .psud-research .filter-libelle a {
	width: 100%;
}

.psud-research .facet-unselected .number_facets_results {
	display: inline-block;
}

.psud-research .facet-unselected span {
	text-decoration:inherit;
}


/* Input de recherche query */

.psud-research .search_solr_form {
	margin-bottom: 0.5em;
	border: solid 1px #bbbbbb;
	position: relative;
}

.psud-research .search_solr_input{
	outline: none;
}


.psud-research .sous_menu_solr_mobile button {
	vertical-align: middle;
	right: 40%; /*on se positionne au milieu */
	position: fixed !important;
	opacity: 1 !important;
	text-align: center !important;
	z-index: 100 !important;
	bottom: 16px;
}

/** Filtre specifique sur les ages pour les activites **/
.psud-research .bloc-filter-specific-activite-age{
	margin-bottom: 1em;
}

/** On met une taille minimun pour la carte (pour le responsive)**/
/*.psud-research #results-mashup-content-map-content{
    min-height: 28em;
}*/
.psud-research .count-result-total{
	margin-bottom: 0.5em;
}


.psud-research .results-a-la-une-mashup{
	margin-bottom: 1em;
}

.psud-research .results-a-la-une-mashup h6{
	padding-left: 0.5em;
	padding-bottom: 0.2em;
}

.psud-research .results-a-la-une-mashup-content{
	display: inline-flex;
	width: 100%;
	margin-top: 0.5em;
}


.psud-research .a-la-une-results-mashup-content-data {
	display: inline-flex;
	font-size: 1.0em;
}

.psud-research .results-mashup-content-map-with-content {
	flex: auto;
	/*min-width: 12em; !* min: taille d'une cartouche *!*/
	/*max-width: 36em; !* max: taille de 3 cartouches *!*/
}



.psud-research .a-la-une-results-cartouche{
	margin-bottom: 0.34em;
	height: 15em;
	width: 12em;
}
.psud-research .a-la-une-article{
	position: relative;
	padding: 0.8em 0.5em 0.8em 0.5em;
	height: 100%;
}

.psud-research .a-la-une-article img{
	max-height: 4em;
}


.psud-research .a-la-une-article a:hover {
	text-decoration: none;
}

.psud-research .a-la-une-results-cartouche {
	margin-left: 0.2em;
	margin-right: 0.2em;
	border-radius: 2px;
	border: 1px solid #e0dddd;
}

.psud-research .a-la-une-cartouche-visuel {
	text-align: center;
	margin-bottom: 1em;
	max-height: 12em;
}

.psud-research .a-la-une-article .a-la-une-description h2 {
	color: #0e6489;
	font-size: 1.0em;
	max-width: 100%;
	font-family: 'Roboto', serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: initial;
}

.psud-research .a-la-une-description-bottom{
	position: absolute;
	display: inline-block;
	bottom: 0;
}

.psud-research .a-la-une-description-bottom  h4 {
	display: inline-block;
	color: #8bcde9;
	font-size: 0.8em;
	font-family: 'Roboto', serif;
	/*font-weight: 700;*/
	/*line-height: 1.2;*/
	text-align: justify;
}

.psud-research .a-la-une-article .a-la-une-description-bottom time{
	/*position: absolute;*/
	right: 1.8em;
	color: #a2a5a7;
	font-size: 0.8em;
}

.psud-research .a-la-une-results-cartouche article:hover {
	background-color: #f7f7f7;
}

#content > .white-bg > .container {
	width : 1600px ;
}

.page-research .search_solr button.submit {
	background: #EEEEEE;
	height: unset;
	width: 49%;
}

.geocommon-ol-bottomright-mouse-position {
    color: white;
	width: 100px;
	text-align: center;
	background-color: #011c3b;
}

#clean-facet
{
    visibility: hidden;
}

.added-status
{
    visibility: hidden;
}

table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

.centered {
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	z-index: 10;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	z-index:1;
}

#loader {
  horizontal-align: center;
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

canvas {
	background: #000000;
}

.layer-row-selected
{
	background-color: whitesmoke;
}

.layer-row-unselected
{

}

div[id^='boundlist-']
{
	border-radius: 10px;
}

div[id^='panel-']
{
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.layer-row-selected:hover, .layer-row-unselected:hover
{
	cursor: pointer; /* TODO Pourquoi cela ne fonctionne pas ? */
}

#geocoder_search
{
	position: absolute;
	z-index: 10;

	top: 20px;
	left: 20px;
}

#geocoder_search .x-form-trigger-wrap {
	border-radius: 10px;
}

#geocoder_search .x-form-text-wrap {
	border-radius: 10px;
}

.x-panel-header-default-vertical
{
	background-image: -webkit-linear-gradient(right,#f6f6f6,#f6f6f6 45%,#f6f6f6 46%,#f6f6f6 50%,#f6f6f6 51%,#f6f6f6);;
	color: white;
	border-width: 0;
}

.x-tool-img
{
	margin-top: 4px;
}

.help
{
	background-image: url(../images/help.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	border: none;
}

.help:hover
{
	cursor: pointer;
}


/** MAP MENU **/
.menu-right {

}

.menu-right .x-tab-bar-left > .x-tab-bar-body-default {
	padding: 0 !important;
}

.menu-right .x-tab-default-left {
	margin: 0 !important;
	padding: 0 !important;
}

.menu-right .x-tab-default-top.x-tab.x-tab-active, .menu-right .x-tab-default-left.x-tab.x-tab-active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.menu-icon {
	height: 48px !important;
	width: 48px !important;
}

.project-icon, .project-icon:hover, .query-icon, .query-icon:hover, .draw-icon, .draw-icon:hover {
	background: none !important;
}

.bottom-tool-coordinates-value {
	top: -3px !important;
}

.ol-unselectable.ol-control.close-map {
	border: 0 !important;
	border-radius: 0;
	background: none;
}

.close-map {
	top: .5em;
	right: .5em;
	cursor: pointer;
}

.ol-control.close-map button {
	cursor: pointer;
	width: auto;
	font-size: 13px !important;
	padding: 15px;
	padding-top: 12px;
	padding-bottom: 18px;
	border-radius: 0;
	border: 0;
}

.ol-control.close-map button i {
	font-size: 11px;
	position: relative;
	top: -1px;
	margin-right: 4px;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.close-map button {
	cursor: pointer;
}

.ol-popup {
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	-webkit-box-shadow: -4px 4px 15px -2px rgba(0,0,0,.75);
	-moz-box-shadow: -4px 4px 15px -2px rgba(0,0,0,.75);
	padding: 15px !important;
	border-radius: 10px !important;
	border: 1px solid #cccccc !important;
	background-color: #ffffffcc !important;
}

.ol-popup-closer {
	top: 2px !important;
	right: 8px !important;
	font-size: 12px;
	background-color: transparent !important;
	width: auto;
}

.ol-control button{
	color: #000;
	font-size: 1.5em;
	font-weight: 800;
	height: 1.5em;
	width: 1.5em;
	background-color: rgba(255,255,255,.8);
}
.ol-zoom {
	top: 2em;
	left: 2em;
}
.ol-control {
	position: absolute;
	background-color: rgba(0,0,0,.4);
	border-radius: 4px;
	padding: 4px;
}
.ol-control button:focus,.ol-control button:hover {
	text-decoration: none;
	color:white;
	background-color: rgba(80,80,80,.8)
}
.ol-control:hover {
	background-color: rgba(0,0,0,.4)
}
.open-map {
	left: 2em;
	bottom: 2em;
}

.panelLayers .x-panel-body{
	overflow-y: auto;
}

.panelLink .x-panel-header-default {
	background-color: grey;
	border: none;
	padding: 0px 10px;
}
.x-panel-body.sourcesWidget{
	background:rgba(48, 46, 46, 0.8) !important;
	color:white !important;
}
