html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
	position:fixed;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	background-color:#FFF;
	margin:0;
	color:black;
	height:100%;
	width:100%;
}

a {
	color:white;
}

b { 
    font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

sub {
  vertical-align: sub;
  font-size: 0.7em;
}

h1 {
	font-size:1.5em;
	 font-weight: bold;
}

h2 {
	font-size:1.2em;
	 font-weight: bold;
}


i {
	font-style: italic;	
}

p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
	font-weight: normal;
	line-height: 1.3em;
}

#divErreur {
	position:absolute;
	font-size:2em;
	text-align:center;
	width:20em;
	left:50%;
	top:50%;
	transform:translate(-50% , -50%);
	animation: blinker 1s linear infinite;
}

#divMain {
	position:relative;
	width:calc(100% - 2em);
	height:calc(100% - 7em);
	padding:1em;
	margin:0;
	overflow-x:hidden;
	white-space: nowrap;
	background-color:white;
}

#divInfoCurseur {
	position:absolute;
	bottom:0em;
	box-sizing: border-box;
	height:5em;
	width:100%;
	border:1px solid #777;
	background-color:#EEE;
}

#divPanneauEnregistrementEnCours {
	box-sizing: border-box;
	text-align:center;
	position:relative;
	width:100%;
	border:1px solid black;
	background-color:#DDD;
	white-space: nowrap;
	padding:1em;
}

.tdInfoCurseur {
	border-right:1px solid #777;
	padding-top:0.5em;
	padding-left:1em;
	padding-right:1em;
	width:16em;
}

.outil {
	box-sizing: border-box;
	padding:0;
	display:inline-block;
	width:3em;
	height:3em;
	background-color: #EEE;
	background-size: 90%;
	background-repeat:no-repeat;
	background-position: center center;
	border:0.2em solid #000;
	outline:0.2em solid rgba(0,0,0,0);
	outline-offset: 0.2em;
	cursor:pointer;
	border-radius:0.4em;
	margin:0.05em;
}

.outil:hover {
	filter:brightness(120%);
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    color:red;
	border-color:red;
  }
}

#divLigneSelSource {
	position:relative;
	width:100%;
	height:1em;
}

#divBarresSelSource {
	display:inline-block;
	width:16em;
	height:1.5em;
	transform:translateY(0.4em);
}

#divSelSource {
	display:inline-block;
	border:1px solid grey;
	padding:0.2em;
	padding-bottom:0em;
	transform:translateY(0.2em);
	background-color:#EEE;
	cursor:pointer;
	position:relative;
}

#divSelSourceTxt {
	display:inline-block;
	max-width:30em;
	min-width:10em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	background-color:inherit;
}

#divBarreOutils {
	position:relative;
	height:3em;
	width:100%;
}


#divFlecheBasSelSource {
	margin-left:0.5em;
	display:inline-block;
	width:1em;
	height:1em;
	background-color:inherit;
	background-image:url("../images/icones/arrow-down.png");
	background-size:100%;
	background-repeat:no-repeat;
	background-position: center;
}

#divPanneauListeDevices {
	position:absolute;
	border:1px solid black;
	display:none;
	padding:0.5em;
	transform:translate(-0.25em,-1px);
	background-color:white;
	z-index:10;
}

#divSelSource:hover {
	background-color:#EFF;
}

.trListeDevices {
	height:2em;
	cursor:pointer
}

.trListeDevices:hover {
	background-color:#777;
	color:white;
}

.trListeDevices:active {
	background-color:#000;
	color:white;
}

.divCheckBox {
	display:inline-block;
	border:2px solid #333;
	background-color:#EEE;
	width:1.4em;
	height:1.4em;
	cursor:pointer;
	transform:translate(0,0.5em);
	border-radius: 0.3em;
}

.divCheckBox0 {
	display:inline-block;
	border:1px solid #333;
	background-color:#EEE;
	width:1.4em;
	height:1.4em;
	cursor:pointer;
	border-radius: 0.3em;
	transform:translate(0,1px);
}

.divCheckBoxTable {
	position:relative;
	display: table-cell;
	border:1px solid #333;
	background-color:#EEE;
	width:1.4em;
	height:1.4em;
	cursor:pointer;
	border-radius: 0.3em;
}

.dcbc {
	background-image: url("../images/icones/checkmark.png");
	background-size: contain;
}


.boutonRectLigne {
	text-align:center;
	display:inline-block;
	padding:0;
	margin:0.3em;
	line-height:2em;
	height:2em;
	border:1px solid #aaa;
	background-color:#555;
	cursor:pointer;
	border-radius:0.3em;
}

.boutonRectLigne:hover {
	filter: brightness(1.25);
}

.boutonRect {
	text-align:center;
	width:80%;
	padding:0;
	margin-left:10%;
	line-height:2em;
	height:2em;
	border:1px solid #aaa;
	background-color:#555;
	cursor:pointer;
	border-radius:0.3em;
}

.boutonRect:hover {
	filter: brightness(1.25);
}



.disabled {
	opacity:0.2;
	pointer-events:none;
}

.selectallowed {
	pointer-events:auto;
  -webkit-touch-callout: text; /* iOS Safari */
    -webkit-user-select: text; /* Safari */
     -khtml-user-select: text; /* Konqueror HTML */
       -moz-user-select: text; /* Firefox */
        -ms-user-select: text; /* Internet Explorer/Edge */
            user-select: text; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */	
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* The slider itself */
.slider {
	font-size:inherit;
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%;
    height: 0.6em; /* Specified height */
    background: #aaa; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.5; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {

	
	-webkit-appearance: none;
    appearance: none;
	width: 1.3em;
    height: 1.3em;
    border: 0;
    background: url('../images/icones/dot.png');
	background-size: cover; 
    cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 1.3em;
    height: 1.3em;
    border: 0;
    background: url('../images/icones/dot.png');
	background-size: cover; 
    cursor: pointer;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.2s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: rgba(255,255,200,0.9);
    color: black;
	min-width:8em;
	max-width:16em;
    position: absolute;
    padding: 1px 5px 2px 5px;
    top: 100%;
    left: 100%;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    visibility: hidden;
	text-align:center;
	pointer-events:none;
	z-index:1000;
}
[data-title] {
    position: relative;
	white-space: normal;
	z-index:1;
}

