body {
    background-color: #000;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

div#main_canvas_container {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: "99";
    src: url('https://www.tzitzimitl.net/graph3d/99_percent_OCCUPY.ttf') format('truetype');
}




#Partager_Panel {
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	border: 4px solid rgba(255, 255, 255, 0.2);
	padding:10px;
	margin:10px;
	opacity:0;
	display:none;
	overflow:hidden;
	width:100px; /*635*/
	height:24px; /*210*/
	transform-origin:right top;
}

#Partager_Panel:hover {
	border: 4px solid rgba(48, 154, 206, 0.6);
}

#Ligne_Url_Perso{

}
#Ligne_Info_Modif{

}
#Info_Modif{
	padding:0px;
	margin:0px;
	color:white;
	font-family:"99";
	font-size:15pt;
	text-align:center;
	vertical-align:middle;
	height:50px;
}

#Partager_Panel_Layout{
	padding:0px;
	margin:0px;
	border-spacing:5px;
	width:630px;
	float:right;
}

.Choix_Adresse{
	font-family:"99";
	font-size:15pt;
	color:white;
	text-align:left;
}

.Choix_Adresse:hover, .Choix_Adresse input:checked + label {
	color:rgba(90, 210, 255, 0.8);
}

.Choix_Adresse label, .Choix_Adresse input{
	cursor:pointer;
}

.Choix_Adresse div{
	border:1px solid white;
}


.Choix_Adresse:hover div {
	border:1px solid rgba(90, 210, 255, 0.8);
}


.Adresse_Courte{
	font-family:Sans-serif;
	font-size:9pt;
	width:250px;
	height:15px;
    white-space:pre;
	overflow:hidden;
}

.Adresse_Complete{
	font-family:Sans-serif;
	font-size:9pt;
	width:340px;
	height:15px;
    white-space:pre;
	overflow:hidden;
	margin-right:20px;
}


#Partager_Panel_Layout td{
	padding:0px;
	margin:0px;
	border:0px;
}

#Bouton_Partager{
	font-family:"99";
	font-size:20pt;
	color:rgba(255,255,255,1);
	margin-bottom:5px;
	position:relative;
	bottom:8px;
	text-align:right;
	cursor:pointer;
}


#Bouton_Partager:hover{
	color: rgba(90, 210, 255, 0.8);
}



.Bouton_Reseau{
	display:inline-block;
	padding:0px;
	margin:10px 0px;
	width:50px;
	height:50px;
	cursor:pointer;
	border:none;
	background-repeat:no-repeat;
	background-position:top left;
}
.Bouton_Reseau:hover{
	background-position:top right;
	border:none;
}

#Bouton_Facebook{
	background-image:url("https://www.tzitzimitl.biz/graph3d/Facebook.png");
}

#Bouton_Twitter{
	background-image:url("https://www.tzitzimitl.com/graph3d/Twitter.png");
}

#Bouton_Google{
	background-image:url("https://www.tzitzimitl.eu/graph3d/Google.png");
}

#Bouton_Tumblr{
	background-image:url("https://www.tzitzimitl.fr/graph3d/Tumblr.png");
}

#Bouton_Mail{
	background-image:url("https://www.tzitzimitl.info/graph3d/Mail.png");
	margin-right:130px;
}


#Copier_Indication{
	font-family:Sans-serif;
	text-align:justify;
	font-size:10pt;
	width:210px;
	position:relative;
	bottom:80px;
	color:white;
	opacity:0;
}

#Copier_Indication span{
	display:inline-block;
	text-align:left;
	font-size:10pt;
	color:red;
}


#Boutons_Reseau_td{
	text-align:right;
}

#Infos_Panel{
	padding:0px;
	margin:0px;
	border:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:11;
	transform-origin:left top;
}

#Lien_Principal{
	position:absolute;
	top:0px;
	left:0px;
	z-index:12;
	padding:16px;
	opacity:0.8;
	border:0px;
}

#Lien_Principal:hover{
	opacity:1;
	border:0px;
}

#Liens_Esprit_Critique{
	padding:5px;
	margin:5px;
	border:none;
	border-radius:100px;
	float:left;
	background:rgba(255,255,255,0.5);
	overflow:hidden;
	width:115px;
}



.Lien_Reseau_img {
	width:50px;
	padding:0px 3px;
	opacity:0.7;
	border:0px;
}

.Lien_Reseau_img:hover {
	opacity:1;
	border:0px;
}

.Lien_Reseau_img:active, .Lien_Reseau_img:focus, .Lien_Reseau_img:visited, #Lien_Principal:active, #Lien_Principal:focus, #Lien_Principal:visited, a img, a:hover img, a:active img, a:focus img, a:visited img {
	border:0px;
}

#Liens {
	float:left;
	border:none;
	margin:0px;
	padding:0px;
	width:265px;
}

#Liens td {
	vertical-align:middle;
	text-align:center;
}

#Phrase_div{
	padding:10px 20px;
	font-family:"99";
	font-size:16pt;
	color:white;
	height:20px;
	visibility:hidden;
}

#Indic_Dim_div{
	padding:0px 20px;
	font-family:"99";
	font-size:30pt;
	color:white;
	visibility:hidden;
}

#Nom_input{
	color:red;
	font-family:"99";
	font-size:16pt;
	background:transparent;
	border:1px solid gray;
}

#Nom_input:hover {
	border:1px solid white;
}

#Nom_input:focus {
	border: 1px solid rgba(48, 154, 206, 0.3);
}


div {
	display:inline-block;
}


img {
	padding:0px;
	margin:0px;
	border:0px;
}
	



.Etiquette_axe {
	position:absolute;
	display:block;
	margin:0px;
	padding:0px;
}


.Etiquette_axe_div {
	margin:0px;
	padding:1px 6px;
	max-width:200px;
	border-radius:10px;
	cursor:pointer;
	font-size:18pt;
	font-family:"99";
	text-align:center;
	text-shadow: -2px 0 0 rgba(0, 0, 0, 0.8), 
             2px 0 0 rgba(0, 0, 0, 0.8),
             0 -2px 0 rgba(0, 0, 0, 0.8),
             0 2px 0 rgba(0, 0, 0, 0.8);
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.Etiquette_axe_div:hover{
	box-shadow:0 0 1em white, 0 0 10px white;
}


.Eetiquette_axe_text {
	text-align:center;
	margin:10px 0px;
	padding:0px;
	word-wrap:break-word;
	width:130px;
	height:55px;
	font-size:17pt;
	font-family:"99";
	background:transparent;
	vertical-align:middle;
	border:1px solid gray;
	overflow:hidden;
    resize: none;
}

.Eetiquette_axe_text:hover {
	border:1px solid white;
}

.Eetiquette_axe_text:focus {
	border: 1px solid rgba(48, 154, 206, 0.3);
}

.Eetiquette_axe {
	text-align:center;
	margin:0px;
	padding:5px;
	word-wrap:break-word;
	border:1px solid rgba(0,0,0,0);
	width:130px;
	min-height:60px;
	height:60px;
}

div#Axe_X_A, #EAxe_X_A{
	color:#FF0000;
}
div#Axe_X_B, #EAxe_X_B {
	color:#00FFFF;
}
div#Axe_Y_A, #EAxe_Y_A {
	color:#00FF00;
}
div#Axe_Y_B, #EAxe_Y_B {
	color:#FF00FF;
}
div#Axe_Z_A, #EAxe_Z_A {
	color:#6060FF;
}
div#Axe_Z_B, #EAxe_Z_B {
	color:#FFFF00;
}

#Options_Panel {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:10;
	padding:0px;
	margin:0px;
	opacity:0;
	display:none;
	transform-origin: right bottom;
	text-align:right;
}


.Bouton_Option {
	display:inline-block;
	padding:0px;
	margin:10px 0px;
	width:50px;
	height:50px;
	cursor:pointer;
	border:none;
	background-repeat:no-repeat;
	opacity:0.7;
	vertical-align:bottom;
}

/* Firefox */
@-moz-document url-prefix() {
}

/* Edge */
@supports (-ms-ime-align:auto) {
}

#Bouton_Autorotate{
	background-position:top left;
	background-image:url("https://www.tzitzimitl.org/graph3d/Rotation.png");
}

#Bouton_Moi{
	background-position:top left;
	background-image:url("https://www.tzitzimitl.be/graph3d/Moi_Tzi.png");
}
#Bouton_Clivage{
	background-position:top left;
	background-image:url("https://www.tzitzimitl.biz/graph3d/Clivage.png");
}

#Bouton_Decor{
	background-position:top right;
	background-image:url("https://www.tzitzimitl.com/graph3d/Decor.png");
}
#Bouton_Bulles{
	background-position:top right;
	background-image:url("https://www.tzitzimitl.eu/graph3d/Bulles.png");
}
#Bouton_Orgas{
	background-position:top left;
	background-image:url("https://www.tzitzimitl.fr/graph3d/Orgas.png");
}
#Bouton_Liste_Orgas{
	background-position:top left;
	background-image:url("https://www.tzitzimitl.fr/graph3d/Liste_Orgas.png");
}

#Bouton_Ideologies{
	background-position:top right;
	background-image:url("https://www.tzitzimitl.eu/graph3d/Ideologies.png");
}

#Bouton_Liste_Ideos{
	background-position:top left;
	background-image:url("https://www.tzitzimitl.eu/graph3d/Liste_Ideos.png");
}
#Bouton_Axe_X{
	background-position:top right;
	background-image:url("https://www.tzitzimitl.fr/graph3d/Axe_X.png");
}
#Bouton_Axe_Y{
	background-position:top right;
	background-image:url("https://www.tzitzimitl.info/graph3d/Axe_Y.png");
}
#Bouton_Axe_Z{
	background-position:top right;
	background-image:url("https://www.tzitzimitl.org/graph3d/Axe_Z.png");
}
#Bouton_Gauche{
	background-image:url("https://www.tzitzimitl.be/graph3d/Tourne_Gauche.png");
}
#Bouton_Droite{
	background-image:url("https://www.tzitzimitl.biz/graph3d/Tourne_Droite.png");
}
#Bouton_Retourner{
	background-image:url("https://www.tzitzimitl.com/graph3d/Retourner.png");
}

#Bouton_Recentrer{
	background-image:url("https://www.tzitzimitl.eu/graph3d/Recentrer.png");
}

#Bouton_Aide{
	background-position:top left;
	background-image:url("https://www.tzitzimitl.fr/graph3d/Aide.png");
}

.Bouton_Option:hover {
	opacity:1;
}


.Bouton_Vue {
	cursor:pointer;
	opacity:0.7;
}
.Bouton_Vue:hover {
	opacity:1;
}


.cache_moitie{
	width:48px;
	overflow:hidden;
	margin-right:-1px;
	vertical-align:middle;
}

.cache_moitie img{
	float:right;
}






#Touches_Rotation{
	vertical-align:middle;
}
.table_minimum{
	vertical-align:middle;
	border-spacing:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
	display:inline-block;
}

#Aide_Panel {
	width:800px;
	height:630px;
	position: absolute;
	top: calc(50% - 330px);
	left: calc(50% - 430px);
	z-index:15;
	background-color: rgba(0, 0, 0, 0.9);
	border: 4px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding:20px;
	display:none;
	opacity:0;
	transform-origin: center center;
}

#Aide_Panel_Layout {
	width:100%;
	border-spacing:0px;
	margin:0px;
	border:none;
	color:rgb(220,220,220);
}

#Titre_Aide_Layout {
	width:100%;
	height:100%;
}
#Bouton_Fermer_Aide_td{
	vertical-align:top;
	text-align:right;
	width:38px;
}

#Bouton_Fermer_Aide{
	cursor:pointer;
}

#Titre_Aide{
	font-family:"99";
	font-size:24pt;
	text-align:center;
	vertical-align:top;
	padding:0px;
	padding-bottom:20px;
	color:white;
}
#Titre_Aide span{
	font-size:14pt;
}

#References{
	width:100%;
}

#References img{
	opacity:0.7;
	cursor:pointer;
}

#References img:hover{
	opacity:1;
}

.Texte {
	text-align:justify;
	font-size:12pt;
	padding:20px;
}

.Texte p {
	text-indent: 10px;
}

.Texte a, .Texte a:active, .Texte a:visited{
	color: rgba(90, 210, 255, 0.7);
	text-decoration:none;
}

.Texte a:hover{
	color: rgba(90, 210, 255, 1);
}


.Onglet{
	text-align:center;
	font-family:"99";
	font-size:15pt;
	border-bottom: 4px solid rgba(48, 154, 206, 0.6);
	margin:5px;
	position:relative;
	cursor:pointer;
	color: rgb(220,220,220);
}

.Onglet:hover {
	color: rgba(90, 210, 255, 1);
}

.Onglet_Actif{
	text-align:center;
	font-family:"99";
	font-size:15pt;
	border: 4px solid rgba(48, 154, 206, 0.6);
	border-bottom: 4px solid transparent;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding:5px;
	color: rgba(90, 210, 255, 1);
}

.Corps_Onglet{
	font-family:sans-serif;
	font-size:11pt;
}

#Onglet_Contenu_2{
	width:100%;
	padding:20px 0px;
}


#Onglet_Contenu_2 img{
	vertical-align:middle;
	opacity:0.8;
}
#Onglet_Contenu_2_Layout_2 td{
	padding-bottom:5px;
}

#Onglet_Contenu_2_Layout{
	display:inline-block;
	width:330px;
	height:100%;
	vertical-align:top;
}
#Onglet_Contenu_2_Layout_2{
	display:inline-block;
	width:431px;
	height:100%;
	vertical-align:top;
	margin-left:15px;
	padding-left:15px;
	border-left:2px solid gainsboro;
}

.pointilles_bas{
	border-bottom:1px dashed rgba(255,255,255,0.3);
}


#Onglet_Contenu_3 {
	padding:0px;
	padding-top:10px;
}

#Aide_Tweak_Layout td{
	vertical-align:top;
}

#Suite_Tweak{
	font-size:11pt;
	display:inline-block;
	padding-left:15px;
	margin-left:5px;
	height:100%;
	text-align:justify;
	border-left:2px solid gainsboro;
}

#Suite_Tweak p{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:5px;
}

#Image_Partage{
	width:100%;
	text-align:center;
}

.Texte_Modif {
	text-align:justify;
	font-size:12pt;
}


#Onglet_Contenu_4 {
	padding-top:10px;
	height:100%;
}

#Tweak_Panel {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
	background-color: rgba(0, 0, 0, 0.7);
	border: 4px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding:10px;
	margin:10px;
	display:none;
	opacity:1;
	transform: scale(0.9);
	transform-origin: left bottom;
}

#Liste_Ideos_Panel {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
	background-color: rgba(0, 0, 0, 0.7);
	border: 4px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding:10px;
	margin:10px;
	display:none;
	opacity:1;
	transform: scale(0.9);
	transform-origin: left bottom;
	width:300px;
}

#Liste_Orgas_Panel {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
	background-color: rgba(0, 0, 0, 0.7);
	border: 4px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding:10px;
	margin:10px;
	display:none;
	opacity:1;
	transform: scale(0.9);
	transform-origin: left bottom;
	width:300px;
}

#Liste_Orgas_Liste {
	margin-top:5px;
	padding-right:5px;
	height:500px;
	overflow-y: scroll;
}

#Liste_Ideos_Liste {
	margin-top:5px;
	padding-right:5px;
}

#Liste_Ideos_Liste img, #Liste_Orgas_Liste img {
	padding-left:5px;
}

#Liste_Ideos_Liste_table, #Liste_Orgas_Liste_table {
	width:290px;
}






#Tweak_Panel:hover, #Liste_Ideos_Panel:hover, #Liste_Orgas_Panel:hover {
	border: 4px solid rgba(48, 154, 206, 0.6);
}


.Rotation_div{
	height:70px;
	vertical-align:bottom;
	text-align:center;
	background-repeat:no-repeat;
	background-image:url("https://www.tzitzimitl.info/graph3d/Rotation_Axe.png");
	background-position:top center;
}

.Scale_div{
	height:80px;
	margin:0px;
	vertical-align:bottom;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url("https://www.tzitzimitl.info/graph3d/Taille.png");
	font-family:"99";
	font-size:17pt;
	vertical-align:middle;
	text-align:center;
	filter: hue-rotate(90deg);
}

#Bouton_Fermer_Tweak_td, #Bouton_Fermer_Liste_Ideos_td, #Bouton_Fermer_Liste_Orgas_td, #Bouton_Visible_Bulle_td, #Bouton_Visible_Moi_td, #Bouton_Visible_GD_td, #Bouton_Visible_Axe_td{
	vertical-align:top;
	text-align:right;
	width:38px;
	margin-left:10px;
	cursor:pointer;
	opacity:0.5;
}
#Bouton_Fermer_Tweak_td:hover, #Bouton_Fermer_Liste_Ideos_td:hover, #Bouton_Fermer_Liste_Orgas_td:hover, #Bouton_Visible_Bulle_td:hover, #Bouton_Visible_Moi_td:hover, #Bouton_Visible_GD_td:hover, #Bouton_Visible_Axe_td:hover{
	opacity:0.8;
}

#Vues_Panel {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:9;
	padding:0px;
	margin:0px;
	opacity:0;
	display:none;
	width:60px;
	transform-origin: right bottom;
}

#Vues_Panel_Layout {
	margin:0px;
	margin-bottom:60px;
	border:none;
	border-collapse:collapse;
}



#Options_Panel_Layout {
	margin:0px;
	margin-right:10px;
	padding:0px;
	border:none;
	height:70px;
	border-collapse:collapse;
	word-break:keep-all ;
	page-break-inside: avoid;
	white-space: nowrap;
}
#Options_Panel_Layout tr {
	word-break:keep-all ;
	page-break-inside: avoid;
	white-space: nowrap;
}

#Bouton_Fermer_Partager{
	vertical-align:top;
	cursor:pointer;
	position:relative;
	bottom:7px;
	right:7px;
}



#Titre_Tweak_Layout, #Titre_Liste_Ideos_Layout, #Titre_Liste_Orgas_Layout {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	border:none;
	border-spacing : 0;
	border-collapse : collapse;
	width:100%;
	vertical-align:top;
}

#Titre_Tweak, #Titre_Liste_Ideos, #Titre_Liste_Orgas {
	display:block;
	text-align:center;
	vertical-align:middle;
	font-family:"99";
	font-size:20pt;
	color:white;
	padding:3px;
	text-decoration:none;
	width:100%;
	height:100%;
	background-position:3px 3px;
	background-repeat:no-repeat;
}

.Wikipedia:hover{
	background-image:url("https://www.tzitzimitl.org/graph3d/Wikipedia.png");
}
.Episode2:hover{
	background-image:url("https://www.tzitzimitl.be/graph3d/Episode2.png");
}
.Episode3:hover{
	background-image:url("https://www.tzitzimitl.biz/graph3d/Episode3.png");
}


#Titre_Tweak_td{
	text-align:center;
	vertical-align:middle;
	background:rgba(255,255,255,0.7);
	border-radius:10px;
	height:60px;
}



#Tweak_Panel_Layout, #Liste_Ideos_Panel_Layout, #Liste_Orgas_Panel_Layout{
	padding:0px;
	margin:0px;
	border:none;
	border-spacing : 0;
	border-collapse : collapse;	
}
#Tweak_Panel_Layout td, #Liste_Ideos_Panel_Layout td, #Liste_Orgas_Panel_Layout td {
	padding:0px;
	margin:0px;
}
.Ideo td, .Orga td {
	padding:3px;
	margin:3px;
}

.Ideo input, .Orga input {
	width:20px;
	height:20px;
	cursor:pointer;
}

.Ideo label, .Orga label {
	display:inline-block;
	cursor:pointer;
}

.Ideo input, .Orga input, .Ideo label, .Orga label {
	opacity:0.8;
}
.Ideo:hover input, .Orga:hover input, .Ideo:hover label, .Orga:hover label {
	opacity:1;
}

.Bouton_Modif_Bulle_td {
	cursor:pointer;
	opacity:0.5;
}

.Bouton_Modif_Bulle_td:hover {
	opacity:0.8;
}


#Liste_Ideos_Panel_Layout label, #Liste_Orgas_Panel_Layout label {
	color:white;
	font-family:"99";
	font-size:15pt;
	margin-left:10px;
	display:inline-block;
}


.Axe_Layout {
	text-align:center;
	padding:0px;
	margin:0px;
	border:none;
	border-spacing : 0;
	border-collapse : collapse;	
} 

div#Axe_X_div{
	background-image:url("https://www.tzitzimitl.com/graph3d/Axe_X_2D.png");
}

div#Axe_Y_div{
	background-image:url("https://www.tzitzimitl.eu/graph3d/Axe_Y_2D.png");
}

div#Axe_Z_div{
	background-image:url("https://www.tzitzimitl.fr/graph3d/Axe_Z_2D.png");
}



.Axe_div{
	margin:0px;
	padding:20px 0px;
	background-repeat:no-repeat;
	background-position:center center;
}


#Slider_Taille_Texte_td{
	height:50px;
	width:150px;
	background-image:url("https://www.tzitzimitl.info/graph3d/Taille_Textes.png");
	background-repeat:no-repeat;
	background-position:center center;
	vertical-align:middle;
	text-align:center;
	padding:0px;
	margin:0px;
	opacity:0.7;
}

#Slider_Taille_Texte_td:hover{
	opacity:1;
}

#Slider_Taille_Texte_td div{
	text-align:center;
	width:150px;
	position:relative;
	top:3px;
}

#Slider_Taille_Texte::-ms-fill-upper,#Slider_Taille_Texte::-ms-fill-lower{
    background-color: #FFFFFF;
}

#Slider_Taille_Texte{
	width:90px;
	height:40px;
	padding:0px;
	margin:0px;
	position:relative;
	right:3px;
	cursor:pointer;
}


input[type="range"].Translation::-ms-fill-upper, input[type="range"].Scale::-ms-fill-upper, input[type="range"].Rotation::-ms-fill-upper {
    background-color: #FFFFFF;
}
input[type="range"].Translation::-ms-fill-lower, input[type="range"].Scale::-ms-fill-lower, input[type="range"].Rotation::-ms-fill-lower {
    background-color: #FFFFFF;
}

input[type="range"].Translation::-ms-fill-upper, input[type="range"].Scale::-ms-fill-upper, input[type="range"].Scale::-ms-fill-upper {
    background-color: #FFFFFF;
}
input[type="range"].Translation::-ms-fill-lower, input[type="range"].Scale::-ms-fill-lower, input[type="range"].Scale::-ms-fill-lower {
    background-color: #FFFFFF;
}


input[type=range].Translation
{
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
	width:50px;
	height:310px;
	margin:0px;
	padding:0px;
}


input[type=range]:focus {
  outline: none;
}



input[type=range].Translation::-ms-track {
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 0 24px;
  color: transparent;
}

input[type=range].Scale::-ms-track, input[type=range].Rotation::-ms-track,input[type=range]#Slider_Taille_Texte::-ms-track {
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 19px 0;
  color: transparent;
}


input[type=range]::-ms-fill-lower {

  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {

  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background-color: rgba(255,255,255,0.7);
  cursor: pointer;
}


input[type=range].Scale
{
	width:120px;
	height:40px;
}


input[type=range].Rotation
{
	width:120px;
	height:40px;
}
