@CHARSET "UTF-8";
#suividecourse_maps  div.gm-style-iw  p
 {
	margin:0;
}
div.gm-style-iw > div {
 width:auto !important;
}
body {
	margin:0;
	padding:0;
	font-family:Tahoma;
}
html {
	margin:0;
	padding:0;
}

#back {
	position: absolute;
	top: 18px;
	margin: 0 0 0 10px;
	float: left;
}

#widget {
	margin: 8px 60px;
}
#suividecourse_body {
	width:100%;
	height:100%;
}
.suividecourse_configuration_left{
	width:30%;
	float:left;
	line-height:38px;
	min-width:307px;
}

#info_course_header {
	position:absolute;
	left: 150px;
	top: 5px;

	font-family:Tahoma;
	color:white;
}

.suividecourse_configuration_left a{
	width: 33px;
	display: block;
	float: left;
	line-height: 37px;
}


.suividecourse_left {
	width:30%;
	height:100%;
	float:left;
}

.suividecourse_configuration_right{
	width:69%;
	float:left;
	text-align:left;
}
.suividecourse_right {
	width:69%;
	height:100%;
	position:relative;
	float:left;
}

#suividecourse_configuration{
	text-align:center;
	padding-bottom:4px;
	position: relative;
	float:left;
	width: 100%;
}

#icone_aide{
	margin-top: 4px;
	width: 15px;
}

#suividecourse_maps{
	height:100%;
	width:100%;
	position:relative;
	padding-left:10px;
}
#map {
	height:100%;
	border-radius:3px;
}

#inl_onglet_ice {
	float:right !important;
    padding-top: 4px;
    padding-right: 10px;
}


#inl_onglet_ice > a {
	margin: 0;
}
#inl_sous_header {
	width: 100% !important;
}
.inl_header {
	position: relative !important;
}

#suividecourse_participants{
	height:100%;
	overflow:auto;
	padding-left:10px;
}
.list_selected {
	display:none;
}

#participants {
	width:100%;	
}
/*
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th,td {
	padding :0;
}*/

#grayBack 
{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: black;
     z-index: 1999;
     opacity: 0.5;
}
#customPopup 
{
     position: fixed;
     display: none;
     left: 50%;
     top: 50%;
     z-index: 2000;
     padding: 20px;
     width: 609px;
     background-color: #EEEEEE;
     line-height: 16px;
     color: #202020;
     border : 3px outset #555555;
     border-radius: 10px;
}
#customPopup span {
	padding-left: 38px;
	background: url('/bundles/imlice/images/information.png') no-repeat;
	min-height: 32px;
	line-height: 32px;
	display:inline-block;
	float:left
}

#customPopup p {
	float: left;
	margin: 0;
	line-height: 32px;
	padding-left: 4px;
}

#conf {
	overflow:hidden;
	line-height: 38px;
}

.pastille {
	display:inline-block;
	padding: 5px;
	margin-left: 2px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #ffc100;
	background: -moz-linear-gradient(top, #ffc100 0%, #ff9e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc100), color-stop(100%,#ff9e00));
	background: -webkit-linear-gradient(top, #ffc100 0%,#ff9e00 100%);
	background: -o-linear-gradient(top, #ffc100 0%,#ff9e00 100%);
	background: -ms-linear-gradient(top, #ffc100 0%,#ff9e00 100%);
	background: linear-gradient(top, #ffc100 0%,#ff9e00 100%);
	color:white;
	line-height:normal !important;
}
#content_course {
	width:100%;
	overflow:hidden;
	position:relative;
	height:85%;
	max-height:885px;
}

.tooltip {
	position: relative;
}

.tooltip span {
	position: absolute;
	top : 0px;
	left: 35px;
	border: 2px solid grey;
	border-radius: 10px;
	background : black;
	color: white;
	display : block;
	width : 500px;
	z-index : 100;
	text-align : left;
	line-height : normal;
	padding: 10px;
	opacity: 0.8;
}

.tooltip span h1 {
	font-size: 1.2em;
	margin-left: 30px;
}

#logo_ice_map {
	width : 200px;
	height: auto;
	position:absolute;
	bottom: 20px;
	right: 45px;
	opacity: 0.4;

}