
@charset "ISO-8859-1";

.legendeSalle legend {
	font-weight: bold;
}

#planSalleVisu {
	border-width: 0;
}

.clearer {
	clear: both;
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 0;	
}

.mapBox {
	margin: auto;
	text-align: center;
}

.mapBox .subTitleAdmin {
	text-transform: uppercase;
	background: #CCCCCC none repeat scroll 0 0;
	color: #000000;
	font-weight: bold;
	height: 20px;
	padding: 4px 15px;
	text-align: left;
	clear: both;
}


.mapBox .headerBox {
	color: black;
	padding: 4px;
	font-weight:bold;
}



.mapBox .mainLoading {
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}



.mapBox .mapTitle strong {
	float: left;
}

.mapBox .mapTitle .retourSalle {
	float: right;
	color:#44A2D4;
	font-weight:normal;
	text-decoration: underline;
}
.mapBox .mapTitle .retourSalle:hover {
	background: #44A2D4 none repeat scroll 0 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 3px;
}


/* Plan global */
.mapBox .mapBody map area[nohref] {
	cursor: not-allowed;
}


/* L�gende */
.mapBox .legendeSalle {
	margin: 0;
	background: #FFF
		url(//admin.digitick.com/image_aff/bg_degLightMirror.gif)
		repeat-x scroll 0 0;
	float: left;
	height: 100%;
	padding: 10px;
	text-align: left;
	width: 180px;
	border-width: 0;
}

.mapBox .legendeSalle .legendeTitle {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 2px dotted #CCCCCC;
}

.mapBox .legendeSalle ul {
	clear: both;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.mapBox .legendeSalle li {
	border-bottom: 2px dotted #CCCCCC;
	/*display:			block;*/
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
	list-style-type: none;
}

.mapBox .legendeSalle li img {
	float: left;
	margin: 0 10px;
}

.mapBox .legendeSalle li span {
	
}












.mapBox .jaugeSalle {
	padding: 0;
}

.mapBox .jaugeSalle .jaugeContent {
	height: 48px;
	padding: 0 10px;
	background: #CCCCCC
		url(//admin.digitick.com/image_aff/jauge_bord_bg.gif) repeat-x
		scroll 0 0;
}

.mapBox .jaugeSalle .jaugeContent div {
	float: left;
	height: 48px;
}

.mapBox .jaugeSalle .jaugeContent .jaugeBordGauche {
	background: transparent
		url(//admin.digitick.com/image_aff/jauge_bord_gauche.gif)
		no-repeat scroll 0 0;
	width: 8px;
}

.mapBox .jaugeSalle .jaugeContent .jaugeBordDroit {
	background: transparent
		url(//admin.digitick.com/image_aff/jauge_bord_droit.gif)
		no-repeat scroll 0 0;
	width: 8px;
}

.mapBox .jaugeSalle .jaugeContent .jaugeNiveau {
	background: transparent
		url(//admin.digitick.com/image_aff/jauge_bg.gif) repeat-x scroll
		0 0;
	font-weight: bold;
	width: 986px;
}

.mapBox .jaugeSalle .jaugeContent .jaugeNiveau .jaugeQuota,
.mapBox .jaugeSalle .jaugeContent .jaugeNiveau .jaugeReste {
	height: 24px;
	margin-top: 8px;
	padding-top: 8px;
	text-align: center;
}

.mapBox .jaugeSalle .jaugeContent .jaugeNiveau .jaugeQuota {
	background: transparent
		url(//admin.digitick.com/image_aff/jauge_rouge.gif) repeat-x
		scroll 0 0;
}

.mapBox .jaugeSalle .jaugeContent .jaugeNiveau .jaugeReste {
	background: transparent
		url(//admin.digitick.com/image_aff/jauge_verte.gif) repeat-x
		scroll 0 0;
}











/* Grille */

.mapBox .mapContent {
	float: left;
}

.mapBox .mapContent .mapMessager {
	clear: left;
}

.mapBox .boxPlan {
	background: #FFFFFF none repeat scroll 0 0;
	border: 10px solid #666666;
	display: block;
	min-height: 480px;
	overflow: auto;
	text-align: center;
}

.mapBox .boxPlan #positionReference {
	background: #000000 none repeat scroll 0 0;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.mapBox .boxPlan #navigation {
	background: #FFFFFF none repeat scroll 0 0;
	text-align: center;
}

.mapBox .boxPlan table {
	width: auto;
	border-collapse: collapse;
	margin: 0px auto;
}

.mapBox .boxPlan table td,
.mapBox .boxPlan table th {
	background: #FFFFFF none repeat scroll 0 0;
	width: 14px;
	height: 14px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 8px;
}

.mapBox .boxPlan table th {
	background: #97A8B6 none repeat scroll 0 0;
	cursor: pointer;
}

.mapBox .boxPlan table th.corner,
.mapBox .boxPlan table th.row {
	width: 28px;
}

.mapBox .boxPlan table th.corner {
	background: #97A8B6
		url(//admin.digitick.com/image_aff/ico_cornerExcel.gif) no-repeat
		scroll 8px 3px;
}

.mapBox .boxPlan table th.rowLeft {
	cursor: e-resize;
}

.mapBox .boxPlan table th.rowRight {
	cursor: w-resize;
}

.mapBox .boxPlan table th.colTop {
	cursor: s-resize;
}

.mapBox .boxPlan table th.colBottom {
	cursor: n-resize;
}

.mapBox .boxPlan table th#cornerTopLeft {
	cursor: se-resize;
}

.mapBox .boxPlan table th#cornerTopRight {
	cursor: sw-resize;
}

.mapBox .boxPlan table th#cornerBottomLeft {
	cursor: ne-resize;
}

.mapBox .boxPlan table th#cornerBottomRight {
	cursor: nw-resize;
}





/* Panneau droit */


.mapBox .boxInfo {
	display: block;
	float: left;
	width: 219px;
	font-size: 11px;
	text-align: left;
}

.mapBox .boxInfo .headerBox {
	clear: right;
	padding-left: 10px;
	text-transform: uppercase;
}
.mapBox .boxInfo h3 {
	margin: 0;
	background: transparent url(../../commun/images/map/headerBox_bg.gif) scroll repeat-x 0 0;
	color: white;
	text-align: left;
	font-size: 12px;
}

.mapBox .mapSelection {
	display: block;
	width: 100%;
	background: #CCCCCC url(../../commun/images/bg_degStrong.gif) repeat-x scroll 0 0;
}

.mapBox .mapSelection #selection {
	margin: 0;
	background-color: #CCC;
	padding: 5px;
}

.mapBox .mapSelection #selection #placeBloc {
	display: block;
	background: #666699
		url(../../commun/images/bg_degBlue.gif) repeat-x
		scroll 0 0;
	padding: 5px;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
}

.mapBox .mapSelection #selection #placeBloc span {
	display: block;
}


.mapBox .mapSelection #selectionCount {
	margin: 0 auto;
	width: 100%;
	background-color: #999;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
}
.mapBox .mapSelection #selectionCount strong {
	font-weight: normal;
}

.mapBox .mapSelection #selectionCount #nbSelectedSeats {
	font-style: normal;
	font-weight: bold;
}


/* L�gende */
.mapBox .boxInfo .caption {
	clear: both;
	background:#CCCCCC url(../../commun/images/bg_degStrong.gif) repeat-x scroll 0 0;
	padding: 0;
}
.mapBox .boxInfo .caption ul {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	padding: 5px 0;
}
.mapBox .boxInfo .caption ul li {
	clear: right;
	display: block;
	padding: 0;
	text-align: left;
	font-size: 11px;
}

.mapBox .boxInfo .caption ul li ul {
	padding:0;
	vertical-align: middle;
}

.mapBox .boxInfo .caption ul li ul li {
	padding: 1px 1px 1px 5px;
}
	
.mapBox .boxInfo .caption ul li ul li:hover {
	background-color: #DDD;
}
.mapBox .boxInfo .caption ul li label {
	display: block;	/* pour que le padding s'applique � toutes lignes */
	cursor: default;
	min-height: 16px;
}
.mapBox .boxInfo .caption ul li span {
	float: right;
	display: block;
	border: 1px solid #888;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background-color: white;
}


.mapBox .miniMap {
	float: right;
	width: 100%;
}

.mapBox .miniMap #blocs {
	padding: 10px 0;
	background: #FFFFFF none repeat scroll 0 0;
	text-align: center;
}

.mapBox .miniMap #blocs .chargementSalle p {
	margin: 0;
}

/* Grid Tools */

.mapBox .boxInfo .mapGridTools {
	float: right; 
	width: 100%;
}

.mapBox .boxInfo .mapGridTools .outilsPlan {
	margin: 0;
	list-style-type: none;
	background: #CCCCCC
		url(../../commun/images/bg_degStrong.gif) repeat-x
		scroll 0 0;
	padding: 5px;
}

.mapBox .boxInfo .mapGridTools .outilsPlan span {
	display: block;
	margin-bottom: 5px;
}

.mapBox .boxInfo .mapGridTools .outilsPlan input {
	border: 0 none;
	cursor: pointer;
	vertical-align: middle;
}

.mapBox .boxInfo .mapGridTools .outilsPlan label {
	margin-left: 5px;
	vertical-align: middle;
}



/* Tips */

.mapBox .boxInfo .mapTips {
	float: right;
	width: 100%;
	background: #CCCCCC
		url(../../commun/images/bg_degStrong.gif) repeat-x
		scroll 0 0;
}

.mapBox .boxInfo .mapTips #astuces {
	margin: 0;
	font-weight: bold;
	padding: 10px;
}














#tooltip {
	background: #fff;
	border: 1px solid #e0e0e0;
	text-align: left;
	min-width: 250px;
	padding: 5px!important;
}

#tooltip h3 {
	background: #CCCCCC none repeat scroll 0 0;
	color: #44A2D4;
	font-size: 16px;
	text-align: left;
	padding: 0 5px;
	white-space: nowrap;
}

#tooltip h3 .id,
#tooltip h3 .reservoir {
	font-weight: normal;
}

#tooltip div {
	font-size: 12px;
	padding: 5px;
}
#tooltip div.body {
	margin-top: 5px;
}

#tooltip ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tooltip ul li {
	/*height: 20px;
	line-height: 20px;*/
}
#tooltip ul li > strong {
	font-weight: normal;
}
#tooltip ul li span {
	font-weight: bold;
}

#tooltip ul li.note {
	padding: 5px;
	font-style: italic;
	color: #44A2D4;
}

#tooltip ul li.canalDeVente {
	margin-bottom: 5px;
}

#tooltip ul li.tarifs {
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	line-height: normal;
}

#tooltip ul li.tarifs strong {
	font-weight: bold;
}

#tooltip ul li.tarifs em {
	padding-left: 10px;
	color: #44A2D4;
}
#tooltip ul li.tarifs span {
	font-weight: normal;
}
#tooltip ul li.tarifs ul li strong {
	font-weight: normal;
}
#tooltip ul li.tarifs ul li span {
	font-weight: bold;
}


#tooltip ul li.tarifs.pricesGroup strong {
	font-weight: normal;
}
#tooltip ul li.tarifs.pricesGroup span {
	font-weight: bold;
}
#tooltip ul li.tarifs.pricesGroup span ul span {
	font-weight: normal;
}

#tooltip ul li.tarifs span.montant {
	font-weight: bold;
}

#tooltip ul li.placesCount {
	padding-top: 10px;
}
#tooltip ul li.placesCount ul {
	margin: 0;
	padding: 0;
}

#tooltip ul li ul {
	padding-left: 15px;
}
#tooltip ul li ul li strong {
	display: inline;
}

#tooltip ul li.reservoirs {
	padding-top: 5px;
	height: auto;
	line-height: normal;
}
#tooltip ul li.reservoirs * {
	display: inline;
}
#tooltip ul li.reservoirs strong {
	font-weight: bold;
	padding-right: 5px;
}
#tooltip ul li.reservoirs ul {
}
#tooltip ul li.reservoirs ul li {
	margin-right: 3px;
}



#tooltip div span.infoSiege {
	color: #44A2D4;
	font-style: italic;
	margin-top: 10px;
}







.boxTools {
	clear: both;
	overflow: auto;
	width: 100%;
}

.boxTools .boxToolsOnglet {
	background: transparent
		url(//admin.digitick.com/image_aff/boxToolsOnglet.gif) no-repeat
		scroll 0 0;
	float: left;
	height: 27px;
	margin-left: 2px;
	overflow: auto;
}

.boxTools .boxToolsOnglet .boxToolsSep {
	background: transparent
		url(//admin.digitick.com/image_aff/boxToolsSep.gif) no-repeat
		scroll 0 0;
	float: left;
	height: 20px;
	margin: 3px 5px 0;
	width: 2px;
}

.boxTools .boxToolsOnglet .boxToolsFin {
	background: transparent
		url(//admin.digitick.com/image_aff/boxToolsFin.gif) no-repeat
		scroll 0 0;
	float: left;
	height: 100%;
	margin-left: 10px;
	width: 2px;
}

.boxTools .boxToolsOnglet .boxTool {
	cursor: pointer;
	float: left;
	height: 20px;
	margin-top: 4px;
	width: 21px;
}

.boxTools .boxToolsOnglet .boxToolsPen {
	margin-left: 12px;
}

.boxTools .boxToolsOnglet .boxToolsPenOff {
	background: transparent
		url(//admin.digitick.com/image_aff/boxToolsTools.gif) no-repeat
		scroll 0 0;
}

.boxTools .boxToolsOnglet .boxToolsPenOn {
	background: transparent
		url(//admin.digitick.com/image_aff/boxToolsTools.gif) no-repeat
		scroll 0 -20px;
}

.boxTools .boxToolsOnglet .boxToolsEraserOff {
	background: transparent
		url(//admin.digitick.com/image_aff/boxToolsTools.gif) no-repeat
		scroll 0 -40px;
}

.boxTools .boxToolsOnglet .boxToolsEraserOn {
	background: transparent
		url(//admin.digitick.com/image_aff/boxToolsTools.gif) no-repeat
		scroll 0 -60px;
}

.boxTools .boxTool {
	text-align: center;
	line-height: 20px;
}
.boxTools .boxTool span {
	display: none;
}

.boxTools .selectionBloc {
	float: left;
	margin: 4px 0 0 10px;
	width: 300px;
	text-align: center;
}

.boxTools .selectionBloc span {
	font-weight: bold;
	display: inline;
}

.mapBox .boxPlan table td.seat,
.mapBox .boxInfo .caption ul li span.seat {
	background-color: #6699CC;
	color: #000;
}


.mapBox .boxPlan table td.locked,
.mapBox .boxInfo .caption ul li span.locked {
	background-color: #FF0000;
}

.mapBox .boxPlan table td.sold,
.mapBox .boxInfo .caption ul li span.sold {
	background-image: url("/commun/images/ico_seat_sold.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

.mapBox .boxPlan table td.cart,
.mapBox .boxInfo .caption ul li span.cart {
	background-image: url("/commun/images/ico_seat_cart.gif");
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

.mapBox .boxPlan table td.kept,
.mapBox .boxInfo .caption ul li span.kept {
	background-image: url("/commun/images/ico_seat_kept.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.mapBox .boxPlan table td.unused,
.mapBox .boxInfo .caption ul li span.unused {
	background-color: #6699CC;
}

.mapBox .boxPlan .selected {
	background-color: #666;
	color: #fff;
}

.mapBox .boxPlan .maybeSelected {
	background-color: #ccc;
	color: #000;
	cursor: crosshair;
}

.mapBox .boxPlan .hover {
	background-color: #ccc;
	color: #000;
	cursor: pointer;
}


.mapBox .mapMessager {
	float: left;
	padding: 10px;
	font-size: 12px;
	font-style: italic;
}
.mapBox .mapMessager ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
.mapBox .mapMessager ul li {
	display: none;
	list-style-image: url("/commun/images/map/smallLoading.gif");
	vertical-align: middle;
}


.refPosition {
	margin: auto;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: black;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}




/* Erreurs */

.mapErrors {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 15px;
	color: red;
	font-size: 12px;
}

.mapErrors .logBox {
}


.mapErrors .logBox button {
	border: 1px solid #555;
	font-size: 10px;
}

.mapErrors .logBox ul {
    list-style-type: none;
    border: 1px dotted #111;
	background-color: #E3E3FF;
	display: none;
    padding: 5px;
	color: black;
    width: 300px;
    margin: 10px auto;
}

.mapErrors .logBox  ul span {
	text-align: center;
}



div.scrollingHotSpotLeft,
div.scrollingHotSpotRight {
	min-width:			0 !important;
	width:				10px !important;
}
