/*
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 : 21 nov. 2016, 14:03:38
    Author     : antoine
*/

.cl-control {
    background: #f4f4f4 url("img/gplaypattern.png") repeat scroll 0 0;
    border-bottom: 2px solid #cccccc;
    box-shadow: 0 2px 1px #f2f2f2;
}

@media (max-width: 768px) {
	.cl-control {
		height: 170px !important;
	}
	
	.cl-wrapper {
		padding-bottom: 170px !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.cl-control {
		height: 110px !important;
	}
	
	.cl-wrapper {
		padding-bottom: 110px !important;
	}
}

.cl-control-title {
    font-size: 1.5em;
    color: #a30303;  // Rouge IREPS
    font-family: "Open Sans",arial,verdana,sans-serif;
    font-weight: bold;
}

.cl-list {
    line-height: normal;
}

.cl-listitem {
    color: #a30303;
}
.cl-listitem-selected {
    background-color: #f5f5f5; 
    //background-color: #f9df9a; 
}

.cl-listitem-component {
    color: #333;
    text-decoration: none;
}
.cl-listitem-component:hover {
    color: #a30303;
    text-decoration: none;
}
.cl-list-popup-title {
    background: #f4f4f4 url("img/gplaypattern.png") repeat scroll 0 0;
}
.cl-list-popup .cl-list-popup-item-organisme {
    padding-left: 15px;
    color: #a30303;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
}
.cl-list-popup-button {
    padding-top: 10px;
    padding-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
}

input.typeahead {
    border-color: #FF8318;
}

.leaflet-popup-content > h4 {
    color: #a30303;
    font-weight: bold;
    text-align: center;
}
.leaflet-popup-content > h5 {
    color: #FF8318;
    font-weight: bold;
    text-align: center;
}
.leaflet-popup-content > a {
    text-align: center;
    color: #000;
    font-weight: bold;
}
.leaflet-popup-content > a:hover {
    color: #A3030A;
    text-decoration: none;
}
.multiselect-container li.active>a,
.multiselect-container li.active>a:focus,
.multiselect-container li.active>a:hover {
    color:#222;
    background-color:#FAD492;
}
.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
    color: #222;
    background-color:#FAD492;
}

.cl-cluster-icon-rouge {
    background-image: url('img/marker-red-cluster.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 32px;
    width: 32px;
}
.cl-cluster-icon-orange {
    background-image: url('img/marker-orange-cluster.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 32px;
    width: 32px;
}
.cl-cluster-count {
    position: absolute;
    height: 32px;
    width: 32px;
    text-align: center;
    margin-top: 8px;
}

.multiselect-container.dropdown-menu {
	left: unset;
	right: 0;
}
