.cmsmap img /*pour gérer l'incompatibilité bootstrap*/
{
  max-width: none !important;
}

.prmGmapContainer
{
	background-color: #eff0f2;
	border-radius: 6px;
	position:relative;
	height: 195px;
	margin-bottom: 15px;
}
.prmGmapContainer:after {
	content: "";
	border-style: solid;
	border-width: 13px 13px 13px 13px;
	border-color: #0044cc transparent transparent transparent;
	position: absolute;
	left: 20px;
	height: 0;
	width: 0;
	-webkit-transform: rotate(360deg);
	margin-bottom: 15px;
}
.saveMap
{
	border-radius: 0 6px 6px 6px;
}
.addMarker
{
	border-radius: 6px 0 6px 6px;
}
.mapmarkerPanel, .mapcontrolPanel
{
	height: 160px;
}

[type="checkbox"].gmap:not(:checked).cmstoggle,
[type="checkbox"].gmap:checked.cmstoggle {
	position: absolute;
	left: -9999px;
}
[type="checkbox"].gmap:not(:checked).cmstoggle + label,
[type="checkbox"].gmap:checked.cmstoggle + label {
	position: relative;
	padding-left: 75px;
	cursor: pointer;
}
[type="checkbox"].gmap:not(:checked).cmstoggle + label:before,
[type="checkbox"].gmap:checked.cmstoggle + label:before,
[type="checkbox"].gmap:not(:checked).cmstoggle + label:after,
[type="checkbox"].gmap:checked.cmstoggle + label:after {
	content: '';
	position: absolute;
}
[type="checkbox"].gmap:not(:checked).cmstoggle + label:before,
[type="checkbox"].gmap:checked.cmstoggle + label:before {
	left:0; top: -3px;
	width: 65px; height: 30px;
	background: #DDDDDD;
	border-radius: 15px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}
[type="checkbox"].gmap:not(:checked).cmstoggle + label:after,
[type="checkbox"].gmap:checked.cmstoggle + label:after {
	width: 20px; height: 20px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	border-radius: 50%;
	background: #7F8C9A;
	top: 2px; left: 5px;
}

/* on checked */
[type="checkbox"].gmap:checked.cmstoggle + label:before {
	background:#34495E; 
}
[type="checkbox"].gmap:checked.cmstoggle + label:after {
	background: #39D2B4;
	top: 2px; left: 40px;
}

[type="checkbox"].gmap:checked.cmstoggle + label .ui,
[type="checkbox"].gmap:not(:checked).cmstoggle + label .ui:before,
[type="checkbox"].gmap:checked.cmstoggle + label .ui:after {
	position: absolute;
	left: 6px;
	width: 65px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
[type="checkbox"].gmap:not(:checked).cmstoggle + label .ui:before {
	content: "non";
	left: 32px
}
[type="checkbox"].gmap:checked.cmstoggle + label .ui:after {
	content: "oui";
	color: #39D2B4;
}
[type="checkbox"].gmap:checked.cmstoggle + label {
	color: #39D2B4;
	font-weight: bold;
}
[type="checkbox"].gmap:focus.cmstoggle + label:before {
	border: 1px dashed #777;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -1px;
}





[type="checkbox"].gmap:not(:checked),
[type="checkbox"].gmap:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"].gmap:not(:checked) + label,
[type="checkbox"].gmap:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"].gmap:not(:checked) + label:before,
[type="checkbox"].gmap:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 2px;
	width: 17px; height: 17px;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"].gmap:not(:checked) + label:after,
[type="checkbox"].gmap:checked + label:after {
	content: '✔';
	position: absolute;
	top: 0; left: 4px;
	font-size: 14px;
	color: #09ad7e;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"].gmap:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
[type="checkbox"].gmap:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"].gmap:disabled:not(:checked) + label:before,
[type="checkbox"].gmap:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="checkbox"].gmap:disabled:checked + label:after {
	color: #999;
}
[type="checkbox"].gmap:disabled + label {
	color: #aaa;
}
/* accessibility */
[type="checkbox"].gmap:checked:focus + label:before,
[type="checkbox"].gmap:not(:checked):focus + label:before {
	border: 1px dotted blue;
}

.btn-admin
{
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #39D2B4;
	background-image: -moz-linear-gradient(top, #9BE9D9, #39D2B4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9BE9D9), to(#39D2B4));
	background-image: -webkit-linear-gradient(top, #9BE9D9, #39D2B4);
	background-image: -o-linear-gradient(top, #9BE9D9, #39D2B4);
	background-image: linear-gradient(to bottom, #9BE9D9, #39D2B4);
	background-repeat: repeat-x;
	border-color: #39D2B4 #39D2B4 #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9BE9D9', endColorstr='#ff39D2B4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-admin:hover
{
	color: #ffffff;
	background-color: #39D2B4;
}
/*
.marqueur:before
{
	content: "";
	border-style: solid;
	border-width: 13px 13px 13px 13px;
	border-color: transparent transparent #39D2B4 transparent;
	position: relative;
	float: right;
	height: 0;
	width: 0;
	-webkit-transform: rotate(360deg);
	top: -25px;
	margin-right: 20px;
}
*/
.infobox-wrapper
{
    display:none;
}
.infobox
{
    border:2px solid black;
    margin-top: 8px;
    background:#333;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding: .5em 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow:0 -1px #000000;
    -webkit-box-shadow: 0 0  8px #000;
    box-shadow: 0 0 8px #000;
}