/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2853AC;
	background-color:#f4f4f4;
	background-color:#ffffff;
}

table, tr, td {
	margin:0px;
	padding:0px;
	border-spacing: 0;
	border-collapse: collapse;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: pre;
}
input {
	border:solid 1px #aaaaaa;
	margin:0px;
	padding:0px;
	padding-left:1px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.av-input-right {
	text-align:right;
	padding-right:3px;
}
.av-inlineblock {
	display: inline-block;
}

textarea {
	width:100%;
	min-width:100px;
	height:100%;
	min-height:30px;
}

a {
	text-decoration:none;
	color: #2853AC;
}

.version {
	color:#2853AC;
	font-size: 8px;
	margin-right:10px;
	font-weight:normal;
}

#databasecontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

/* Grapheur formulaires */
/*--- Colonne de gauche ----*/
#graph-leftcolumn {
	position:absolute;
	left:0px;
	top:34px;
	width:260px;
	bottom:20px;
}

/*--- Selecteur de voies ----*/
#channelselector {
	margin:0px;
	padding:1px;
	padding-left:5px;
	width:268px;
	height:100%;
	background-color:#ffffff;
	overflow-x:hidden;
	overflow-y:scroll;
	border: solid 1px #888888;
	text-overflow: ellipsis;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#channelselector ul {

}
#channelselector li.family {
	width:350px;
	color: #222222;
	font-family:Verdana, Geneva, sans-serif;
	overflow:hidden;
	clear:both;
}
#channelselector li div.familyonoff {
	width:14px;
	height:12px;
	font-size:10px;
	padding-top:2px;
	float:left;
	cursor:pointer;
}
#channelselector li div.familylib {
	width:260px;
	height:14px;
	font-weight:bold;
	float:left;
	padding-left:3px;
	overflow:hidden;
	text-overflow: ellipsis;
	cursor:pointer;
}
#channelselector li div.familylib:hover {
	background-color:#eeeeee
}
#channelselector ul .children {
	/*display:none;*/
	overflow:hidden;
	clear:both;
}
#channelselector li.channel {
	width:350px;
	height:14px;
	padding-bottom:1px;
	color: #8800ff;
	color: #00257a;
	font-family:Verdana, Geneva, sans-serif;
	clear:both;
	cursor:pointer;
}
#channelselector li.channel:hover {
	background-color:#89B1FF
}
#channelselector li div.channelno {
	width:30px;
	width: 40px;
	height:14px;
	padding-top:1px;
	float:left;
	color:#384F8E;
	font-size:10px;
	margin-left:10px;
	margin-left:0px;
	padding-right:2px;
	text-align:right;
}
#channelselector li div.channelno.bin {
	color: #930;	
}

#channelselector li div.channelno.bin:before {
	content: '';
	width: 0px;
	height: 0px;
	
  	border-left: 3px solid transparent;
  	border-right: 3px solid transparent;
 	border-top: 5px solid #7b75ff;
  
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-right: 10px;
	margin-top: -2px;
}

#channelselector li div.channellib {
	width:260px;
	width: 174px;
	
	height:14px;
	float:left;
	padding-left:3px;
	word-wrap:normal;
	word-wrap:break-word;
	
	word-break:keep-all;
	overflow:hidden;
	text-overflow: ellipsis;
	
	white-space: nowrap;
	
}
#channelselector li div.channelunit {
	width:30px;
	float:left;
	padding-top: 2px;
	font-size: 10px;
	color:#384F8E;
}

#channelselector .hide {
	display:none;
}
#channelselector .selected {
	background-color:#89B1FF;
}

/*--- Configuration des graphes ----*/
#graphedata {
	padding:1px;
	padding-left:5px;
	margin:0px;
	width:268px;
	height:100%;
	background-color:#ffffff;
	overflow-x:hidden;
	overflow-y:scroll;
	border: solid 1px #888888;
	text-overflow: ellipsis;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#graphedata ul, 
.synthparam ul {

}
#graphedata li.grchannel, 
.synthparam li.grchannel {
	width:250px;
	height:14px;
	padding-bottom:1px;
	color: #222222;
	font-family:Verdana, Geneva, sans-serif;
	clear:both;
	cursor:pointer;
	border:solid 1px transparent;
}
.synthparam li.grchannel {
	width:400px;
}

#graphedata li.grchannel:hover, 
.synthparam li.grchannel:hover {
	background-color:#89B1FF
}
#graphedata li div.channelno, 
.synthparam li div.channelno {
	width:40px;
	height:14px;
	float:left;
	color:#384F8E;
	font-size:10px;
	padding-top:1px;
	margin-left:0px;
	padding-right:5px;
	text-align:right;
}
.synthparam li div.channelno {
	width: 80px;
}

#graphedata li div.channelno.bin, 
.synthparam li div.channelno.bin {
	color: #930;
}
#graphedata li div.channelno.bin:before, 
.synthparam li div.channelno.bin:before {
	content: '';
	width: 0px;
	height: 0px;
	
  	border-left: 4px solid transparent;
  	border-right: 4px solid transparent;
 	border-top: 6px solid #7b75ff;
  
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-right: 10px;
	margin-top: -2px;
}

#graphedata li div.channellib, 
.synthparam li div.channellib {
	width:160px;
	height:14px;
	float:left;
	padding-left:3px;
	overflow:hidden;
	text-overflow: ellipsis;
	
	word-wrap:break-word;	
	word-break:keep-all;
	white-space: nowrap;
}
.synthparam li div.channellib {
	width:300px;
}
#graphedata li div.graphetype, 
.synthparam li div.graphetype {
	width: 28px;
	height:14px;
	float:left;
	padding-left:3px;
	overflow:hidden;
	text-overflow: ellipsis;
}
#graphedata li div.durfor, 
.synthparam li div.durfor {
	width: 10px;
	height:14px;
	float:left;
	padding-left:1px;
	overflow:hidden;
	text-overflow: ellipsis;
	background-image:url(../img/Fplein.png);
}
#graphedata li div.durfor.non, 
.synthparam li div.durfor.non {
	background-image:url(../img/Fbarre.png);
}
#graphedata .hide {
	display:none;
}
#graphedata .selected {
	background-color:#89B1FF;
}

#grapheurarea {
	position: absolute;
	top: 109px;
	left:290px;
	right:20px;
	bottom:20px;
	background-color:#ffffff;
	border:solid 1px #dddddd;
}
#graphconfiguration {
	position: absolute;
	top: 0px;
	left:290px;
	min-width:1150px;
	height:70px;
	border:solid 1px transparent;
}


/* ====================== MENU ============================ */

#popupmenu,
#sub-popup {
	position:absolute;
	top:0px;
	background-color:#ffffff;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	margin-top:14px;
	min-width:80px;
	left:0px;
	width:auto;
	display:none;
	z-index:500;
	border:solid 1px #bbbbbb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
}
#popupmenu ul,
#sub-popup ul {
}
#popupmenu li,
#sub-popup li {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	padding-left:4px;
	padding-right:4px;
}
#popupmenu li:hover,
#sub-popup li:hover {
	background-color:#dddddd;
}
#popupmenu li.title {
	background-color: #555555;
	color: #ffffff;
	margin-top: -2px;
	margin-left: -4px;
	margin-right: -4px;
}
#popupmenu li.selected {
	background-color: #cccccc;
}
#popupmenu li.separator,
#sub-popup li.separator {
	height:1px;
	background-color:#dddddd;
	margin-top:6px;
	margin-bottom:6px;
}
#popupmenu li.separator:hover,
#sub-popup li.separator:hover {
	background-color:transparent;
}
#popupmenu ul.title,
#sub-popup ul.title {
	margin-top:-2px;
	margin-left:-4px;
	margin-right:-4px;
	margin-bottom:2px;
}
#popupmenu li.title,
#sub-popup li.title {
	text-align:center;
	font-weight:bold;
	background-color:#aaaaaa;
	color:#ffffff;
	border-radius:3px 3px 0 0px;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	padding-bottom:2px;
}

#menu-barre {
	position:fixed;
	top:0px;
	left:0px;
	right:-10px;
	z-index:39;
	height:20px;
	padding-left:16px;
	padding-top:6px;
	margin-bottom:3px;
	padding-right:30px;
	font-size:12px;
	color:#2853AC;
	font-weight:bold;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	border-bottom:solid 1px #777777;
	border-right:solid 1px #777777;
	border-radius:0 0 5px 0;
	-moz-border-radius:0 0 5px 0;
	-webkit-border-radius:0 0 5px 0;
	-moz-box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
}

.av-pop-menu {
	position:fixed;
	display:none;
	top:27px;
	left:10px;
	background-color:#ffffff;
	padding:5px;
	z-index:51;
	z-index:551;
	width:auto;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	border-right:solid 1px #aaaaaa;
	border-left:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	cursor:pointer;
}
.av-pop-menu.scrollauto {
	max-height: 92vh;
	overflow-y: auto;
}
/* Scrollers */
.thinscrollbar ::-webkit-scrollbar {
    width: 4px;
	height: 4px;
}
/* Handle */
.thinscrollbar ::-webkit-scrollbar-thumb {
    background: #c8c8c8cc;
}
.av-pop-menu ul a {
	text-decoration:none;
	color:#2853AC;
}
.av-pop-menu li.item {
	padding:3px;
	font-size:12px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.av-pop-menu li.item-disabled {
	padding:3px;
	font-size:12px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#BBBBBB;
	cursor:default;
	display: none;
}
.av-pop-menu li.item:hover {
	background-color:#dddddd;
}
.av-pop-menu li.item-disabled:hover {
	background-color:transparent;
}
.av-pop-menu li.separator {
	height:1px;
	margin-top:4px;
	margin-bottom:4px;
	background-color:#aaaaaa;
	cursor:pointer;
}
.av-pop-menu li a {
	text-decoration:none;
	color:#2853AC;
}
.av-pop-menu.sub-menu {
	padding-left: 24px !important;
	border-radius:0 5px 5px 0 !important;
	-moz-border-radius:0 5px 5px 0 !important;
	-webkit-border-radius:0 5px 5px 0 !important;
}

.menu-title {
	padding-left:9px;	
	padding-right:9px;	
	padding-top:1px;
	padding-bottom:1px;
	border-radius:5px;
	border: solid 1px transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;	
}
.menu-title:hover {
	background-color:#aaaaaa;
}
.menu-title-select {
	﻿padding-left: 1px;
	padding-right: 9px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: solid 1px #aaaaaa;
}
.menu-title-select:before {

}
.menu-title-puce {
}
.menu-title-puce:after {	position:relative;
	content: "--";
	top:-1px;
	right:0px;
	font-size:8px;
	margin-left:4px;
	color: transparent;
	background-color:#f00;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 5px;
}

.av-pop-menu li.unchecked {
	padding-left:17px;
	padding-left:4px;
}
.av-pop-menu li.checked {
	
}
.av-pop-menu li.checked:before {
	content:"√ ";
	font-weight:bold;
}
.av-pop-menu li.hassubmenu {
	background-image: url(../img/hassubmenu.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	border-right: 5px solid transparent;	/* Pour offset à droite du background */
}

.item.checked, .item.unchecked {
	padding-top:2px;
	padding-bottom:2px;
}

.item.checked:before {
	content:"√ ";
	font-weight:bold;
}
.item.unchecked:before {
	content:"";
	padding-left:14px;
	font-weight:bold;
}

#sourcecode {
	position:fixed;
	top:70px;
	left:20px;
	right:20px;
	bottom:20px;
	word-break:normal;
	word-wrap:break-word;
	overflow-y:scroll;
	background-color:#ffffff;
	border:solid 3px #dddddd;
	padding:5px;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	z-index:200;
	display:none;
}
.source-code {
	display:none;
}

/* ======================== RINGS ========================== */

#ring-list-header {
	width:3000px;
}
#ring-list {
	position:absolute;
	left:0px;
	top:30px;
	margin-top:-3px;
	padding-left:10px;
	background-color:#ffffff;
	width:3000px;
	height:100%;
}

#ring-list ul {
	height:17px;
	background-color:#ffffff;
	width:100%;
	overflow:hidden;
}

#ring-list ul.header {
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	border-bottom:solid 1px #dddddd;
	background-color:#eeeeee;
}
#ring-list ul:hover {
	
}

#ring-list li {
	overflow:hidden;
	padding:1px;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	border:solid 1px #dddddd;
}
#ring-list ul.header li {
}

#ring-list li.cell,
#ring-list li.cell30,
#ring-list li.cell40,
#ring-list li.cell70,
#ring-list li.cell80,
#ring-list li.cell90,
#ring-list li.cell100,
#ring-list li.cell110,
#ring-list li.cell120,
#ring-list li.cell130,
#ring-list li.noframe {
	font-size:11px;
	height:14px;
	width:50px;
	max-width:50px;
	float:left;
	text-align:center;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;	
}
#ring-list li.cell30 {
	width:30px;	
	max-width:30px;
}
#ring-list li.cell40 {
	width:40px;	
	max-width:40px;
}
#ring-list li.cell70 {
	width:70px;	
	max-width:70px;
}
#ring-list li.cell80 {
	width:80px;	
	max-width:80px;
}
#ring-list li.cell90 {
	width:90px;	
	max-width:90px;
}
#ring-list li.cell100 {
	width:100px;
	max-width:100px;	
}
#ring-list li.cell110 {
	width:110px;
	max-width:110px;	
}
#ring-list li.cell120 {
	width:120px;
	max-width:120px;	
}
#ring-list li.cell130 {
	width:130px;
	max-width:130px;	
}
#ring-list li.noframe {
	border:solid 1px transparent;	
}

#ring-list .sortcoll {
	cursor: pointer;
	text-decoration:underline;
}

#ring-list .margin-toplist {
	margin-top:50px;
}

#ring-graphe {
	position: fixed;
	top:50px;
	left:30px;
	right:30px;
	bottom:30px;
	border: solid 5px #999999;
	padding:10px;
	background-color:#ffffff;
	z-index:60;
	-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#ring-graphe-area {
	width:100%;
	height:100%;
}

#ring-inspector {
	position:absolute;
	top:40px;
	left:20px;
}
#ring-inspector table,
#ring-inspector td {
	padding:3px;
}


/* ======================= FORMS =========================== */
#forms-list {
	position:absolute;
	left:0px;
	top:30px;
	margin-top:-3px;
	padding-left:10px;
	background-color:#ffffff;
	width:100%;
	height:100%;
	height: auto;
}
#forms-list ul {
	height:17px;
	background-color:#ffffff;
	overflow:hidden;
}

#forms-list ul.header {
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	border-bottom:solid 1px #dddddd;
	background-color:#eeeeee;
}
#forms-list ul:hover {
	
}

#forms-list li {
	overflow:hidden;
	padding:1px;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	border:solid 1px #dddddd;
}
#forms-list ul.header li {
}

#forms-list li.cell,
#forms-list li.cell30,
#forms-list li.cell40,
#forms-list li.cell70,
#forms-list li.cell80,
#forms-list li.cell90,
#forms-list li.cell100,
#forms-list li.cell110,
#forms-list li.cell120,
#forms-list li.cell160,
#forms-list li.cell250,
#forms-list li.cell400,
#forms-list li.noframe {
	font-size:11px;
	height:14px;
	width:50px;
	max-width:50px;
	float:left;
	text-align:center;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;	
}
#forms-list li.cell30 {
	width:30px;	
	max-width:30px;
}
#forms-list li.cell40 {
	width:40px;	
	max-width:40px;
}
#forms-list li.cell70 {
	width:70px;	
	max-width:70px;
}
#forms-list li.cell80 {
	width:80px;	
	max-width:80px;
}
#forms-list li.cell90 {
	width:90px;	
	max-width:90px;
}
#forms-list li.cell100 {
	width:100px;
	max-width:100px;	
}
#forms-list li.cell110 {
	width:110px;
	max-width:110px;	
}
#forms-list li.cell120 {
	width:120px;
	max-width:120px;	
}
#forms-list li.cell160 {
	width:160px;
	max-width:160px;	
}
#forms-list li.cell250 {
	width:250px;
	max-width:250px;
	text-align:left;	
}
#forms-list li.cell400 {
	width:400px;
	max-width:400px;
	text-align:left;	
}
#forms-list li.cell250 {
	width:250px;
	max-width:250px;
	text-align:left;	
}
#forms-list li.noframe {
	border:solid 1px transparent;	
}
#forms-list li.noback {
	background-color: transparent;
}
#forms-list li.backwhite {
	background-color: #ffffff;
}
#forms-list li div.selectyes,
#forms-list li div.selectnot {
	width:10px;
	height:10px;
	background-color:#ffffff;
	border:solid 1px #bbbbbb;
	-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	text-align: right;
}
#forms-list li div.selectyes {
	background-color:#888888;
}

#forms-list .sortcoll {
	cursor: pointer;
	text-decoration:underline;
}

#forms-list .margin-toplist {
	margin-top:50px;
}
/* ===================== SYNOPTIQUE ============================= */

#synop-viewer {
	position:absolute;
	top:28px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#ffffff;
}
#synop-viewer.fitwindow img {
	max-width: 99.9vw;
	height: auto;
}
#synop-picture {
	border:none;
}
.synop-current {
	font-weight:bold;
}
#timer-refresh {
	width:40px;
	text-align:right;
	display:inline-block;
	font-weight:normal;
	font-size:10px;
	margin-left:20px;
}

#get-periode {
	margin:auto;
	width:200px;
	text-align:center;
	margin-top:1px;
	padding:10px;
	background-color:#ffffff;
	z-index:100;
	-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:0px 0px 10px 10px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 2px;
	border-top-style: solid;
}
#dialogue {
	position:absolute;
	width:100%;
	text-align:center;
	top:26px;
	margin:auto;
	z-index:100;
}

.av-closebox {
	position:absolute;
	right:-8px;
	top:-10px;
	width:18px;
	height:18px;
	border:solid 3px #000000;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 12px 12px 12px 12px;
	cursor:pointer;
	/*box-shadow:2px 2px 3px #808080;
	-moz-box-shadow:2px 2px 3px #808080;
	-webkit-box-shadow:2px 2px 3px #808080;*/
	-webkit-box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 1), 1px 1px 2px 2px rgba(0, 0, 0, 1);
}
.av-closebox:after {
	color:#000;
	margin-top:4px;
	margin-left:4px;
	content:"X";
}

.av-close_lightbox {
	position:absolute;
	right:-14px;
	top:-14px;
	width:24px;
	height:24px;
	cursor:pointer;
	background:url("/img/lightbox_close.png") no-repeat scroll 0 0 transparent;
	z-index:999;
}

.av-page-container {
	word-break:normal;
	word-wrap:break-word;
	min-height:12px;
	clear:both;
}

.av-page, .av-page-current {
	background-color:#dddddd;
	border:solid 1px #dddddd;
	text-align:center;
	font-size:10px;
	color:#444444;
	margin:0px;
	margin-right:5px;
	margin-top:3px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	cursor:pointer;
	-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
}
.av-page a, .av-page-current a {
	color:#444444;
	text-decoration:none;
}
.av-page-current {
	font-weight:bold;
	border:solid 1px #aaaaaa;
}
.av-page-prevnext {
	min-width:20px;
}
.av-page-disable {
	color:#dddddd;
	background-color:#eeeeee;
}
.av-page.lib {
	background-color: transparent;
	border:solid 1px transparent;
}
.av-hide {
	display:none;
}

/* ================================================== */
#translucide {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	opacity:0.3;
	display:none;
	z-index:40;
	background-image: url(/img/strip.gif);
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
#popup {
	position:fixed;
	top:20px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:20px;
	padding:5px;
	background-color:#ffffff;
	border:solid 6px #777777;
	-border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	display:none;
	z-index:41;
}

.donotprint {
/*	display:block;*/
}
.onlyforprint {
	display:none;
}

.googlecharttop {
	top:0px;	
}
#headerprint {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:50px;
	text-align:center;
	color:#111111;
	font-size:16px;
	z-index:1000;
}

/* ================================================== */
/* COLOR */
.av-blue {
	background-color:#4A66B8;
}
.av-blue-light {
	background-color:#A3ADD8;
}
.av-roundframe {
	border:solid 1px #555555;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.av-shadow {
	-moz-box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
	box-shadow: 1px 1px 3px rgba(000,000,000,0.3);
}
.av-shadow-large {
	-moz-box-shadow: 0px 0px 30px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 30px rgba(000,000,000,0.3);
	box-shadow: 0px 0px 30px rgba(000,000,000,0.3);
}
.av-shadow-medium {
	-moz-box-shadow: 0px 0px 20px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 20px rgba(000,000,000,0.3);
	box-shadow: 0px 0px 20px rgba(000,000,000,0.3);
}
.av-error {
	color:#AA0000;
}
.av-bold {
	font-weight:bold;
}
.av-underline {
	text-decoration: underline;
}
.av-table-bordergray td {
	border: solid 1px #999;
	border-collapse:collapse;
}
.av-cursor-pointer {
	cursor:pointer;
}
.av-filet-h {
	background-color:#dddddd;
	height:1px;
}
.av-filet-v {
	background-color:#dddddd;
	width:1px;
}
.av-font-9 {
	font-size:9px;
}
.av-font-10 {
	font-size:10px;
}
.av-font-12 {
	font-size:12px;
}
.av-float-left {
	float:left;
}
.av-float-right {
	float:right;
}
.av-textright {
	text-align:right;
}
.av-textleft {
	text-align:left;
}
.av-textcenter {
	text-align:center;
}

/* BUTTON */
.av-button,
.av-button-30,
.av-button-40,
.av-button-50,
.av-button-60,
.av-button-80,
.av-button-100,
.av-button-110,
.av-button-120,
.av-button-130,
.av-button-dimmed,
.av-button-left,
.av-button-middle,
.av-button-right,
.av-button-leftright {
	font-family:Verdana, Geneva, sans-serif;
	width:40px;
	height:auto;
	font-size:10;
	background-color:#4A66B8;
	color: #ffffff;
	text-align:center;
	margin:0px;
	padding:2px;
	border:solid 1px #aaaaaa;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
.av-button.off,
.av-button-30.off,
.av-button-40.off,
.av-button-50.off,
.av-button-60.off,
.av-button-80.off,
.av-button-100.off,
.av-button-110.off,
.av-button-120.off,
.av-button-130.off,
.av-button-dimmed.off,
.av-button-left.off,
.av-button-middle.off,
.av-button-right.off,
.av-button-leftright.off {
	color: #4A66B8;
	background-color:#ffffff;
}
.av-button-30 {
	width:30px;
}
.av-button-40 {
	width:40px;
}
.av-button-50 {
	width:50px;
}
.av-button-60 {
	width:60px;
}
.av-button-80 {
	width:80px;
}
.av-button-100 {
	width:100px;
}
.av-button-110 {
	width:110px;
}
.av-button-120 {
	width:120px;
}
.av-button-130 {
	width:130px;
}
.av-button-h20 {
	height: 20px;
	padding-bottom: 6px;
}
.av-button-dimmed {
	background-color:#B1B4D5;
}
.av-button-left {
	width:100px;
	background-color:#6181D3;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
}
.av-button-middle {
	width:100px;
	background-color:#6181D3;
	border-radius:0 0 0 0;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;	
}
.av-button-right {
	width:100px;
	background-color:#6181D3;
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	
}
.av-button-leftright {
	width:100px;
	background-color:#6181D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.av-button-on {
	font-weight:bold;
}

.av-button-mode-on {
	background-color:#4A66B8;
}
.av-button-mode-on:before {
	position:relative;
	content: "";
	float:left;
	top:4px;
	left:0px;
	font-size:8px;
	margin-right:-8px;
	color: transparent;
	background-color:#ffffff;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 5px;
}
.av-button-white, .av-button-white-dots {
	font-family:Verdana, Geneva, sans-serif;
	width:40px;
	height:auto;
	font-size:10;
	background-color:#ffffff;
	color: #444444;
	text-align:center;
	margin:0px;
	padding:1px;
	padding-left: 3px;
	padding-right: 3px;
	border:solid 1px #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
.av-button-white:hover {
	color: #000000;
}
.av-button-white-dots {	
	height: 10px;
	width: 10px;
	line-height: 10px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border:solid 1px #dddddd;
	font-size: 10px;
	margin: auto;
}
.av-button-white-dots.lib {
	padding-top: 2px;
	padding-bottom: 2px;
	
}
.av-button-white-dots:hover {
	border:solid 1px #666666;
}

.av-check, .av-check-60, .av-check-80, .av-check-100 {
	width:100px;
	height:auto;
	font-size:10;
	margin:0px;
	background-color:#4A66B8;
	color: #ffffff;
	text-align:center;
	padding:2px;
	padding-left:10px;
	border:solid 1px #aaaaaa;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
.av-check-on {
	background-image:url(/img/check.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}

.av-button-small {
	font-family:Verdana, Geneva, sans-serif;
	width:40px;
	height:auto;
	font-size:10;
	background-color:#cccccc;
	padding:1px;
	padding-left:3px;
	padding-right:3px;
	color: #111111;
	text-align:center;
	margin:0px;
	padding:0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}

#ring-svg {
	top:0px;
	left:0px;
	width:400px;
	height:600px;
}
#ring-svg.adjust {
}

#ring-svg .segment {
	fill:#DDD;
	stroke:#000000;
	stroke-width:1px;
}
#ring-svg .segment-key {
	
}
#ring-svg .segment:hover,
#ring-svg .segment-key:hover {
	cursor:pointer;
}
#ring-svg .segment-current {
	fill:#DDD;
	stroke:#4A66B8;
	stroke-width:3px;
}
#ring-svg .default {
	stroke-width:1px;
}
#ring-svg .default:hover {
	cursor:pointer;
}
#ring-svg .default-current {
	stroke-width:3px;
}
.roundbox-grey {
	background-color:#eeeeee;
	border:solid 1px #888888;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

/* ======================= RING DEFAULT =========================== */
#default-list {
	background-color:#ffffff;
	width:100%;
	min-height:80px;
}
#default-list ul {
	height:17px;
	background-color:#ffffff;
	overflow:hidden;
}

#default-list ul.header {
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	border-bottom:solid 1px #bbbbbb;
	background-color:#dddddd;
}
#default-list ul:hover {
	cursor:pointer;
}

#default-list li {
	overflow:hidden;
	padding:1px;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	border:solid 1px #dddddd;
}
#default-list ul.header li {
	text-align:center;
}

#default-list li.cell,
#default-list li.cell50,
#default-list li.cell70,
#default-list li.cell80,
#default-list li.cell90,
#default-list li.cell120,
#default-list li.cell160,
#default-list li.cellmax, 
#default-list li.noframe {
	font-size:11px;
	height:14px;
	width:50px;
	max-width:50px;
	float:left;
	text-align:left;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;	
}
#default-list li.cell50 {
	width:50px;	
	max-width:50px;
}
#default-list li.cell70 {
	width:70px;	
	max-width:70px;
}
#default-list li.cell80 {
	width:80px;	
	max-width:80px;
}
#default-list li.cell90 {
	width:90px;	
	max-width:90px;
}
#default-list li.cell120 {
	width:120px;	
	max-width:120px;
}
#default-list li.cell160 {
	width:160px;	
	max-width:160px;
}
#default-list li.cellmax {
	width:150px;
	max-width:150px;	
}
#default-list li.noframe {
	border:solid 1px transparent;	
}

/* ======================= RING DATA SEGMENT =========================== */

#ring-data-seg-list {
	position: relative;
	background-color:#ffffff;
	width:100%;
	min-height:80px;
	max-height:650px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#ring-data-seg-list .waiting {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0p;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	background-image: url('/img/waiting.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00000011;
}
#ring-data-seg-list ul {
	height:17px;
	background-color:#ffffff;
	overflow:hidden;
	width: auto;
}
#ring-data-seg-list ul.selected {
	background-color: #eeeeee;
}
#ring-data-seg-list ul.selected .segnum {
	font-weight: bold;
}

#ring-data-seg-list ul.header {
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	border-bottom:solid 1px #bbbbbb;
	background-color:#dddddd;
	position: absolute;
	width: auto;
}
#ring-data-seg-list ul:hover {
	cursor:pointer;
}

#ring-data-seg-list li {
	overflow:hidden;
	padding:1px;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	border:solid 1px #dddddd;
}
#ring-data-seg-list ul.header li {
	text-align:center;
}
#ring-data-seg-list ul.header li.on {
	text-decoration: underline;
}

#ring-data-seg-list li.cell,
#ring-data-seg-list li.cell30,
#ring-data-seg-list li.cell40,
#ring-data-seg-list li.cell50,
#ring-data-seg-list li.cell60,
#ring-data-seg-list li.cell70,
#ring-data-seg-list li.cell80,
#ring-data-seg-list li.cell90,
#ring-data-seg-list li.cell100,
#ring-data-seg-list li.cell110,
#ring-data-seg-list li.cell120,
#ring-data-seg-list li.cellmax,
#ring-data-seg-list li.noframe {
	font-size:11px;
	height:14px;
	width:50px;
	max-width:50px;
	float:left;
	text-align:left;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;	
}
#ring-data-seg-list li.cell30 {
	width:30px;	
	max-width:30px;
}
#ring-data-seg-list li.cell40 {
	width:40px;	
	max-width:40px;
}
#ring-data-seg-list li.cell50 {
	width:50px;	
	max-width:5px;
}
#ring-data-seg-list li.cell60 {
	width:60px;	
	max-width:60px;
}
#ring-data-seg-list li.cell70 {
	width:70px;	
	max-width:70px;
}
#ring-data-seg-list li.cell80 {
	width:80px;	
	max-width:80px;
}
#ring-data-seg-list li.cell90 {
	width:90px;	
	max-width:90px;
}
#ring-data-seg-list li.cell100 {
	width:100px;	
	max-width:100px;
}
#ring-data-seg-list li.cell110 {
	width:110px;	
	max-width:110px;
}
#ring-data-seg-list li.cell120 {
	width:120px;	
	max-width:120px;
}
#ring-data-seg-list li.cellmax {
	width:150px;
	max-width:150px;	
}
#ring-data-seg-list li.center {
	text-align:center;	
}
#ring-data-seg-list li.noframe {
	border:solid 1px transparent;	
}
#ring-data-seg-list li .trash {
	width: 9px;
	height: 11px;
	background-image: url(../img/trash.png);
	background-repeat:no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -1px;
	margin-top: 1px;
}

/* ======================= RING DATA DEFAUT =========================== */
#ring-data-def-list {
	background-color:#ffffff;
	width:100%;
	min-height:80px;
	max-height:450px;
	overflow-y:scroll;
	overflow-x: auto;
}
#ring-data-def-list ul {
	height:17px;
	background-color:#ffffff;
	overflow:hidden;
	width: 1587px;
	width: 1700px;
}
#ring-data-def-list ul.noback {
	background-color:transparent;
}
#ring-data-def-list ul.currentdefault {
	background-color:#dfefff;
}
#ring-data-def-list ul.currenthisto {
	color:#93F;
}

#ring-data-def-list ul.header {
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	border-bottom:solid 1px #bbbbbb;
	background-color:#dddddd;
}
#ring-data-def-list ul:hover {
	cursor:pointer;
}

#ring-data-def-list li {
	overflow:hidden;
	padding:1px;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	border:solid 1px #dddddd;
}
#ring-data-def-list ul.header li {
	text-align:center;
}
#ring-data-def-list ul.header li.bordered {
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
}

#ring-data-def-list li.cell,
#ring-data-def-list li.cell20,
#ring-data-def-list li.cell30,
#ring-data-def-list li.cell40,
#ring-data-def-list li.cell50,
#ring-data-def-list li.cell60,
#ring-data-def-list li.cell70,
#ring-data-def-list li.cell80,
#ring-data-def-list li.cell90,
#ring-data-def-list li.cell100,
#ring-data-def-list li.cell120,
#ring-data-def-list li.cellmax,
#ring-data-def-list li.noframe {
	font-size:11px;
	height:14px;
	width:50px;
	max-width:50px;
	float:left;
	text-align:left;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;	
}
#ring-data-def-list li.cell20 {
	width:14px;	
	max-width:20px;
}
#ring-data-def-list li.cell30 {
	width:30px;	
	max-width:30px;
}
#ring-data-def-list li.cell40 {
	width:40px;	
	max-width:40px;
}
#ring-data-def-list li.cell50 {
	width:50px;	
	max-width:50px;
}
#ring-data-def-list li.cell60 {
	width:60px;	
	max-width:60px;
}
#ring-data-def-list li.cell70 {
	width:70px;	
	max-width:70px;
}
#ring-data-def-list li.cell80 {
	width:80px;	
	max-width:80px;
}
#ring-data-def-list li.cell90 {
	width:90px;	
	max-width:90px;
}
#ring-data-def-list li.cell100 {
	width:100px;	
	max-width:100px;
}
#ring-data-def-list li.cell120 {
	width:120px;	
	max-width:120px;
}
#ring-data-def-list li.cellmax {
	width:170px;
	max-width:200px;	
}
#ring-data-def-list li.cellmax.comment {
	width:184px;
	max-width:200px;	
}
#ring-data-def-list li.cell70.cellmax {
	width:240px;
	max-width:240px;	
}
#ring-data-def-list li.cell70.cellmax.comment {
	width: 268px;
	max-width:268px;	
}
#ring-data-def-list li.center {
	text-align:center;	
}
#ring-data-def-list li.right {
	text-align:right;	
}
#ring-data-def-list li.noback {
	background-color:transparent;
}
#ring-data-def-list li.dftfirstcol {
	text-align:center;
}
#ring-data-def-list li.dftfirstcol .av-button-small {
	opacity: 0;
}
#ring-data-def-list ul:hover li.dftfirstcol .av-button-small {
	opacity: 1;
}
#ring-data-def-list li.noframe {
	border:solid 1px transparent;	
}

#ring-data-def-list .histodft {
	padding-left:17px;
	border-left:solid 1px #dddddd;
	background-color:#f4f4f4;
	color:#444444;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
/* ======================= CUTTER HEAD =========================== */
#cutter-head-inspector {
	position:absolute;
	top:40px;
	left:20px;
}
#cutter-head-inspector table, #cutter-head-inspector td {
	padding:3px;
}
#cutter-head-svg {
	top:0px;
	left:0px;
	width:420px;
	height:420px;
	margin-top:10px;
	background-image:url(/img/RoueDeCoupe.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cutter-head-inspector .istool {
	cursor:pointer;
	fill-opacity:0.3;
	fill: blue;
	stroke:none;
}
#cutter-head-inspector .ishover {
	fill-opacity:1.0;
	stroke:red;
	stroker-opacity:1.0;
	stroke-width:2px;
}

/* Liste des outils */
#tools-list {
	background-color:#ffffff;
	width:200px;
	height:620px;
	margin-top:10px;
	overflow-x:hidden;
	overflow-y:auto;
}
#tools-list ul {
	height:17px;
	background-color:#ffffff;
	overflow:hidden;
}

#tools-list ul.header {
	position:absolute;
	top:40px;
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	border-bottom:solid 1px #bbbbbb;
	background-color:#dddddd;
}
#tools-list ul.current {
	font-weight:bold;
}
#tools-list ul:hover {
	cursor:pointer;
}

#tools-list li {
	overflow:hidden;
	padding:1px;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	border:solid 1px #dddddd;
}
#tools-list ul.header li {
	text-align:center;
}

#tools-list li.cell, #tools-list li.cell150, #tools-list li.cellmax, #tools-list li.noframe {
	font-size:11px;
	height:14px;
	width:50px;
	max-width:50px;
	float:left;
	text-align:left;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;	
}
#tools-list li.cell150 {
	width:150px;	
	max-width:150px;
}
#tools-list li.cellmax {
	width:124px;
	max-width:124px;	
}
#tools-list li.noframe {
	border:solid 1px transparent;	
}
#tools-list li.center {
	text-align:center;
	
}


/* Liste des évenements */
#tools-evt-list {
	background-color:#ffffff;
	width:100%;
	height:420px;
	margin-top:10px;
	min-height:80px;
	overflow-x:hidden;
	overflow-y:auto;
}
#tools-evt-list ul {
	height:17px;
	background-color:#ffffff;
	overflow:hidden;
}

#tools-evt-list ul.header {
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	border-bottom:solid 1px #bbbbbb;
	background-color:#dddddd;
}
#tools-evt-list ul.current {
	font-weight:bold;
}
#tools-evt-list ul:hover {
	cursor:pointer;
}

#tools-evt-list li {
	overflow:hidden;
	padding:1px;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	border:solid 1px #dddddd;
}
#tools-evt-list ul.header li {
	text-align:center;
}

#tools-evt-list li.cell,
#tools-evt-list li.cell70,
#tools-evt-list li.cell90,
#tools-evt-list li.cell120,
#tools-evt-list li.cellmax,
#tools-evt-list li.noframe {
	font-size:11px;
	height:14px;
	width:50px;
	max-width:50px;
	float:left;
	text-align:left;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;	
}
#tools-evt-list li.cell70 {
	width:70px;	
	max-width:70px;
}
#tools-evt-list li.cell90 {
	width:90px;	
	max-width:90px;
}
#tools-evt-list li.cell120 {
	width:120px;	
	max-width:120px;
}
#tools-evt-list li.cellmax {
	width:150px;
	max-width:150px;	
}
#tools-evt-list li.noframe {
	border:solid 1px transparent;	
}
#tools-evt-list li.center {
	text-align:center;	
}


/* ---------- Google Map ----------- */

#googlemap-inspector {
	position:absolute;
	top:28px;
	left:0px;
	bottom:0px;
	width:100%;
}
 #map-canvas {	
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:100%;	
	margin: 0px;
	padding: 0px;
	z-index:40;
}
#map-infos {
	position: absolute;
	margin: 0px;
	padding: 10px;
	bottom:20px;
	right:44px;
	width:300px;
	min-height:150px;
	background-color:#ffffff;
	border: solid 2px #888888;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	z-index:50;
}
#map-infos table,
#map-infos table tr,
#map-infos table td {
	padding: 5px;
	border: solid 1px #BBBBBB;
}

#map-infos div {
	min-height: 14px;
}
.map-button-tbm, .map-button {
	margin-right:20px;
	padding-left:10px;
	padding-right:10px;
}
.map-puce {
	width:5px;
	height:5px;
	min-height: 5px !important;
	padding:0px;
	margin:0px;
	margin-top:4px;
	float:right;
	background-color:#B00;
	border: solid 1px #888888;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.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;
}

#debugger {
	position:fixed;
	display:none;
	right:10px;
	top:10px;
	text-align:left;
	padding:4px;
	min-width:200px;
	min-height:100px;
	background-color:#eeeeee;
	border:solid 2px #bbbbbb;
	-webkit-border-radius:5px;
	z-index:200;
}

/* ========================= SHARED AREA =============================*/
#shared-area-container {
	position:absolute;
	top:28px;
	left:0px;
	bottom:0px;
	right:0px;
	padding:5px;
	padding-top:0px;
	background-color:#ffffff;
}

#shared-area-browser {
	margin-top:4px;
	margin-bottom:-2px;
	height:26px;
	background-color:#ffffff;
	z-index:10;
}
#browser-list {
	width:100%;
	height:100%;
	padding-top:2px;
	background-color:#ffffff;
	border-right:solid 1px #888888;
	z-index:10;
	overflow-x: hidden;
	overflow-y: scroll;
}
.border-bottom {
	border-bottom: solid 1px #aaaaaa;
}
.border-left {
	border-left: solid 1px #aaaaaa;
}
#browser-list ul {
	height:28px;
	background-color:#ffffff;
	width:99%;
	overflow:hidden;
}

#browser-list ul.header {
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	background-color:#eeeeee;
}
#browser-list ul:hover {
	background-color:#eeeeee;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#browser-list ul.header li {
	
}

#browser-list li {
	overflow:hidden;
	padding:1px;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
}

#browser-list li.cell-icon,
#browser-list li.cell-name,
#browser-list li.cell-size,
#browser-list li.cell-date,
#browser-list li.cell-max,
#browser-list li.noframe,
#browser-list li.cell-folder,
#browser-list li.cell-doc,
#browser-list li.cell-pdf,
#browser-list li.cell-zip,
#browser-list li.cell-img,
#browser-list li.cell-xls,
#browser-list li.cell-download {
	font-size:11px;
	height:26px;
	width:200px;
	max-width:200px;
	float:left;
	text-align:left;
	font-size:12px;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	border-collapse:collapse;
}

#browser-list li.cell-name {
	width:300px;
	padding-top:9px;
	padding-left:5px;
	max-width:340px;
	cursor:pointer;
}
#browser-list li.cell-name-on {
	font-weight:bold;
}

#browser-list li.cell-size {
	width: 65px;
	font-size:12px;
	text-align:right;
	padding-top:9px;
	padding-right:10px;
}
#browser-list li.cell-date {
	width: 130px;
	font-size:12px;
	text-align:right;
	padding-top:9px;
	padding-right:10px;
}
#browser-list li.cell-folder,
#browser-list li.cell-folder-new {
	width: 40px;
	heigt: 30px;
	background-image: url(/img/wfolder.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#browser-list li.cell-folder-new {
	background-image: url(/img/wfoldernew.png);
}
#browser-list li.cell-doc,
#browser-list li.cell-pdf,
#browser-list li.cell-zip,
#browser-list li.cell-xls,
#browser-list li.cell-img {
	width: 40px;
	background-image: url(/img/wdoc.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	cursor:pointer;
	margin-top: 7px;
}
#browser-list li.cell-pdf {
	background-image: url(/img/wpdf.jpg);
}
#browser-list li.cell-zip {
	background-image: url(/img/wzip.jpg);
}
#browser-list li.cell-xls {
	background-image: url(/img/docxls.jpg);
}
#browser-list li.cell-img {
	background-image: url(/img/docjpg.jpg);
}
#browser-list li.cell-download {
	width: 20px;
	heigt: 20px;
	background-image: url(/img/wdownload.png);
	background-repeat: no-repeat;
	background-position: center 6px;
	cursor:pointer;
}
#browser-viewer-name {
	height:20px;
	padding-left:10px;
	padding-top:5px;
	border-bottom:solid 1px #aaaaaa;
}

#browser-viewer {
	height:100%;
	padding:10px;
	padding-top:5px;
	overflow:hidden;
}
#browser-viewer img {
	width: 100%;
}
.browser-iframe {
	top:0px;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	border:0px;
}


#move-destination {
}

#move-destination ul {
	height:28px;
	background-color:#ffffff;
	width:99%;
	overflow:hidden;
}

#move-destination ul.header {
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
	background-color:#eeeeee;
}
#move-destination ul:hover {
	background-color:#eeeeee;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#move-destination ul.header li {
	
}

#move-destination li {
	overflow:hidden;
	padding:1px;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
}

#move-destination li.cell-icon,
#move-destination li.cell-name,
#move-destination li.cell-folder,
#move-destination li.cell-button {
	font-size:11px;
	height:26px;
	width:200px;
	max-width:200px;
	float:left;
	text-align:left;
	font-size:12px;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	border-collapse:collapse;
}

#move-destination li.cell-name {
	width:300px;
	padding-top:9px;
	padding-left:5px;
	max-width:340px;
	cursor:pointer;
}
#move-destination li.cell-name-disable {
	color:#aaaaaa;
}
#move-destination li.cell-name-on {
	font-weight:bold;
}

#move-destination li.cell-folder {
	width: 40px;
	heigt: 30px;
	background-image: url(/img/wfolder.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#move-destination li.cell-button {
	margin-top:5px;
	width: 60px;
}

.brw-folder {
	cursor:pointer;
}
.brw-document {
}
.brw-path {
	background-color:#ffffff;
}
.brw-path:hover {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#dddddd;
}

/*--- Selecteur de data formulaire ----*/
#data-form-list {
	margin:0px;
	padding:1px;
	padding-left:5px;
	width:230px;
	height:100%;
	background-color:#ffffff;
	overflow-x:hidden;
	overflow-y:scroll;
	border: solid 1px #888888;
	text-overflow: ellipsis;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#data-form-list ul {

}
#data-form-list div.item {
	height:18px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#data-form-list div.item:hover {
	background-color:#89B1FF
}
#data-form-list div.item-family {
	height:18px;
}
#data-form-list li.famille {
	width:180px;
	height:14px;
	margin:1px;
	padding:1px;
	padding-left:4px;
	color: #222222;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	clear:both;
	cursor:pointer;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#data-form-list li.libelle {
	width:170px;
	height:14px;
	margin:1px;
	padding:1px;
	padding-left:20px;
	color: #222222;
	font-family:Verdana, Geneva, sans-serif;
	clear:both;
	cursor:pointer;
	overflow:hidden;
	text-overflow: ellipsis;
	word-wrap:break-word;
	white-space: nowrap;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#data-form-list li.libelle-on {
	background-color:#CCD7FF;
}

#data-form-list li.check,
#data-form-list li.check-on {
	margin-top:3px;
	margin-right:2px;
	width:10px;
	height:10px;
	float:right;
	cursor:pointer;
	border-radius: 65px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:solid 1px #dddddd;
}
#data-form-list li.check:hover {
	border:solid 1px #555555;
}
#data-form-list li.check-on {
	background-color:#2853AC;
}
#data-form-list .item-family li.check-on {
	background-color:#cc3399;
}
#data-form-list li.check-on.family {
	background-color:#9673CC;
}
#data-form-list .hide {
	display:none;
}
#data-form-list .selected {
	background-color:#89B1FF;
}
.display-none {
	display:none;
}
.display-block {
	display:block;
}

/* ===================== TRACE ======================*/
#stroke-viewer {
	position:absolute;
	top:30px;
	left:0px;
	/*right:0px;
	bottom:0px;*/
	border:solid 1px transparent;
}
#stroke-viewer .point,
#stroke-viewer .linept {
	position:absolute;
	top:0px;
	left:0px;
	width:5px;
	height:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:solid 1px red;
	background-color:#ffffff;
	cursor:pointer;
	z-index:500;	
}
#stroke-viewer .linept {
	background-color:transparent;
}

#stroke-viewer .svg-path {
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.5;
}

#stroke-viewer .overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#stroke-viewer .object {
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	overflow: hidden;
	border:solid 1px transparent;
	background-color:#ffffff;
	z-index:38;	
}
#stroke-viewer .border {
	border:solid 1px #888888;
	padding:2px;
}
#stroke-viewer .corner {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#stroke-viewer .alright {
	text-align:right;
}
#stroke-viewer .edit {
	cursor:pointer;
}
#stroke-viewer .contour {
	border:solid 1px blue;
	cursor:pointer;
}
#stroke-viewer .contour:hover {
	border:solid 1px red;
	background-color:#eeeeee;
}
#stroke-viewer .delete {
	background-color:#DD0000;
	opacity:0.5;
}

#stroke-viewer .svgline {
	opacity: 0.01;
}

.stroke-scale50 {
	-webkit-transform: scale(0.50);
	-moz-transform: scale(0.50);
	-o-transform: scale(0.50);
	transform: scale(0.50);
	-moz-transform-origin: 0.0px 0.0px;
 	-webkit-transform-origin: 0.0px 0.0px;
	-o-transform-origin: 0.0px 0.0px;
 	transform-origin: 0.0px 0.0px;
}
.stroke-scale75 {
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	-moz-transform-origin: 0.0px 0.0px;
 	-webkit-transform-origin: 0.0px 0.0px;
	-o-transform-origin: 0.0px 0.0px;
 	transform-origin: 0.0px 0.0px;
}
.stroke-scale90 {
	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-o-transform: scale(0.90);
	transform: scale(0.90);
	-moz-transform-origin: 0.0px 0.0px;
 	-webkit-transform-origin: 0.0px 0.0px;
	-o-transform-origin: 0.0px 0.0px;
 	transform-origin: 0.0px 0.0px;
}
#script {
	position:fixed;
	left:300px;
	top:100px;
	width:500px;
	width:auto;
	height:300px;
	height:auto;
	margin-top:20px;
	background-color:#ffffff;
	border:solid 5px #aaaaaa;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	padding:10px;
	display:none;
	z-index:600;
}

#script textarea {
	width:100%;
	height:auto;
	border:solid 1px #dddddd;
}

.form-pucevert {
	width:8px;
	height:8px;
	margin-left:20px;
	margin-top:3px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:none;
	background-color:#070;
}

.inlineblock {
	display:inline-block;	
}

#iframeexport {
	display: none;
}

#synthliste {
	position: absolute;
	top: 100px;
	padding: 20px;
	border: solid 3px #999999;
	-webkit-border-radius: 5px;
	width: 700px;
	max-height: 500px;
	margin-left: 50%;
	left: -250px;
	background-color: #ffffff;
	z-index: 500;
}

/*--  Tableau synthese -- */
#graph_synth {
	position: absolute;
	top: 50px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#graph_synth .google-visualization-table {
	height: 100%;
}

#rightpanel {
	position:absolute;
	top: 43px;
	left: 906px;
	width: auto;
	min-width: 550px;
	min-width: 600px;
	min-height: 200px;
}
#rightpanel.extra2 {
	left: 1006px;
}
#rightpanel table {
	border: solid 1px #000000;
}
#rightpanel.forprint {
	top: 20px;
	left: 20px;
}

#scan_defauts {
	position: relative;
	top: 0px;
	left: 30px;
	width: auto;
	height: 500px;
	min-width: 800px;
}
#scan_defauts table th {
	border: solid 1px #888888;
	padding: 2px;
	background: #dddddd;
	font-size: 11px;
}
#scan_defauts table td {
	border: solid 1px #888888;
	padding: 2px;
	font-size: 11px;
}
#scan_defauts .scan_title {
	font-weight: bold;
}
#scan_defauts .scan_listedefauts {
	position: relative;
	left: 0px;
	margin-top: 20px;
	width: auto;
	max-width: 530px;
	min-height: 50px;
}
#scan_defauts .scan_listedefauts .segdefaut:hover {
	cursor: pointer;
	background-color: #eeeeee;
}
#scan_defauts .scan_listedefauts .selected,
#scan_defauts .scan_listedefauts .segdefaut.selected:hover {
	background-color: rgba(174, 199, 250, 0.37);
}
#scan_defauts .scan_listedefauts .selected td:nth-child(2) {
	font-weight: bold;
}
#scan_defauts .scan_listedefauts .constate {
	color: #cc0000;
}
#scan_defauts .scan_listedefauts .repare {
	color: #009900;
}
#scan_defauts .scan_posdefaut {
	position: absolute;
	right: 60px;
	top: 40px;
	width: 200px;
	min-height: 50px;
}
#scan_defauts .scan_posdefaut #segmentpict {
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 200px;
}
#scan_defauts .scan_posdefaut .scandefaut {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 1px red;
	background-color: #cccccc55;
	z-index: 12;
}
#scan_defauts .scan_posdefaut .scandefaut.repaired {
	border-color: #009900;
}

#scan_defauts .scan_listehisto {
	position: relative;
	left: 0px;
	margin-top: 20px;
	width: auto;
	min-height: 50px;
}
#scan_defauts .scan_listehisto .selected {
	background-color: rgba(174, 199, 250, 0.37);
}
#scan_defauts .scan_listehisto .selected td:first-child {
	font-weight: bold;
}
#scan_defauts .scan_listehisto .prevstatus {
	color: #888888;
}
#scan_defauts .scan_onedefaut {
	position: relative;
	left: 0px;
	margin-top: 20px;
	width: auto;
}
#scan_defauts .scan_listephotos {
	position: relative;
	left: 0px;
	margin-top: 20px;
	width: auto;
}
#scan_defauts .scan_onedefaut .comment {
	padding: 3px;;
}
#scan_defauts .scan_onedefaut .container {
	text-align: center;
}
#scan_defauts .scan_onedefaut .picture {
	margin: 5px;
}
#scan_defauts .scan_onedefaut .picture img {
	max-width: 350px;
}
#scan_defauts .scan_onedefaut .inter td {
	border-left-color: transparent;
	border-right-color: transparent;
}

mark {
	background-color: #ffffcc;
}