/* main elements */
html {
	--lettris-bg-color: #acafb2;
	--lettris-bg-color1: rgba(124,170,231,0.6);
	--lettris-text1-color: green;
	--lettris-bg-color2: #3CEEFD;
	--darkgreen: #2A6D28;
	--lightgreen: #2E782D;
	--darkgrey: #685F5D;
	--brown: #73471A;
	--lightsand: #FCF912;

	--inp-green-color: #7db223;
        --inp-pink-color: #E5005D;
        --inp-blue-color: #567EC0;
        --inp-yellow-color:#C2D358;

        --inp-pink-transparent-color:  rgba(229,0,93,0.75);
        --inp-blue-transparent-color:  rgba(86,126,192,0.75);
        --inp-orange-transparent-color:  rgba(214,130,3,0.75);
        --inp-yellow-transparent-color:  rgba(194,208,91,0.75);
}

#lettristheme1{

        --inp-title-color: var(--inp-blue-color);
        --inp-redirect-label-color: var(--inp-yellow-color);
        --inp-edit-bg-color : var(--inp-blue-transparent-color);
        --inp-link-color : var(--inp-blue-color);
        --inp-overlink-color : var(--inp-blue-color);

}

#lettristheme2{

        --inp-title-color: var(--inp-yellow-color);
        --inp-redirect-label-color: var(--inp-pink-color);
        --inp-edit-bg-color : var(--inp-yellow-transparent-color);
        --inp-link-color : var(--inp-blue-color);
        --inp-overlink-color : var(--inp-yellow-color);
}

/************************************************************************ DEBUT MEDIA QUERY DESKTOP DPI **********************************************/

/************************************************************************ DEBUT FONTES DESKTOP DPI *************************************/

@media only screen and (-webkit-min-device-pixel-ratio : 1),
only screen and (min-device-pixel-ratio : 1) { 
	
body,div,td {
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 6px;
}


#appTitle {
	
text-align: center;
font-size: calc(1.7em + 1.5vmin);
color: white;
    text-transform: uppercase;
    font-weight: bold;

    text-align: center;
    left: 50%;
	}
.appInfo {
  font-size: 1em;
}
#appDesc > h3 {
	font-size : 1.2em;
}

#histo{
  color:black;
  border-radius:25px;
  font-size : 1.2em;
  padding: 30px;
  background-color: rgba(200, 200, 200, 0.95);
  overflow: hidden;
  vertical-align: top;
  border-radius: 20px;
  color:#222222;

}

#userInfo, #_title_fc_fr_toulouse_inp_alumnios_domain_UserInfo_id {
 	font-size: 1em;
}
.dijitTitlePaneTextNode {
    font-size: 1.1em;
}


#menu h2 {
	font-size: 0.6em;
	}
	
#_c_fr_toulouse_inp_alumnios_domain_UserInfo_redirectionMail_id {
	font-size: 1em;
}

.rgpdNote{
	font-size: 1em;
	}


a {
	font-size: 1em;
}

.submit input, #fc_fr_toulouse_inp_alumnios_domain_UserInfo_submit{
	border:0px;
	font-size: 0.9em;
	height: 1.2em;
}


--h1-font-size: 1.2em;
--h2-font-size: 0.7em;
--h3-font-size: 0.6em;
--h4-font-size: 0.5em;


/************************************************************************ FIN FONTES DESKTOP DPI ****************************************/


.
}
/************************************************************************ FIN MEDIA QUERY DESKTOP DPI **********************************************/


/************************************************************************ DEBUT MEDIA QUERY HDPI **********************************************/
/************************************************************************ DEBUT FONTES HDPI *********************************************/
/**
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi) 
*/

@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {
	body, div, td {
		font-size: 2vw;
	}
	.appInfo {
		font-size:  2vw;/** Trop gros sur le macbook Alexei 3vw; */
	}
	#appDesc>h3 {
		color: #888;
		font-size: 2vw;
	}
	#userInfo, #_title_fc_fr_toulouse_inp_alumnios_domain_UserInfo_id {
		font-size: 3.5vw;
	}
	.dijitTitlePaneTextNode {
    	font-size: 3.6vw;
	}
	#appTitle {
		font-size: calc(1.7em + 1.5vmin);
	}
	#appTitle a {
		text-decoration: none;
	}
	#menu h2 {
		font-size: 3vw;
	}
	#_c_fr_toulouse_inp_alumnios_domain_UserInfo_redirectionMail_id {
		font-size: 3vw;
	}
	.rgpdNote {
		font-size: 3vw;
	}
	
	a {
		font-size: 1em;
	}
	submit input, #fc_fr_toulouse_inp_alumnios_domain_UserInfo_submit{
		font-size: 3.2vw;
		height: 3.4vw;
	}
	
	--h4-font-size:3vw;
	--h3-font-size:4vw;
	--h2-font-size:5vw;
	--h1-font-size:4vw;			
	 #logosvg {
    width: 20vw;
    height: 20vw;
}

	#inplogo {
	float : left;
	width : 21vw;
	padding: 0vw;
	margin: -6vw 0px 0px -3vw;
	}
/************************************************************************ FIN FONTES HDPI **********************************************/
	
}
/************************************************************************ FIN MEDIA QUERY HDPI **********************************************/

.

body,div,td {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
}
#statsInfos{
	width:400px;
}

body,html {
   background-color: var(--lettris-bg-color);
   height:100%; 
   overflow:scroll;
   font-family: sans-serif;
}


body {
	text-align: center;
	
	--inp-green-color: #7db223;
	--inp-pink-color: #E5005D;
	--inp-blue-color: #567EC0;
	--inp-yellow-color:#C2D358;
	
	--inp-pink-transparent-color:  rgba(229,0,93,0.75);
	--inp-blue-transparent-color:  rgba(86,126,192,0.75);
	--inp-orange-transparent-color:  rgba(214,130,3,0.75);
	--inp-yellow-transparent-color:  rgba(194,208,91,0.75);
}

#lettristheme1{
	
	--inp-title-color: var(--inp-blue-color);
	--inp-redirect-label-color: var(--inp-yellow-color);
	--inp-edit-bg-color : var(--inp-blue-transparent-color);
	--inp-link-color : var(--inp-blue-color);
	--inp-overlink-color : var(--inp-blue-color);
	
}

#lettristheme2{
	
	--inp-title-color: var(--inp-yellow-color);
	--inp-redirect-label-color: var(--inp-pink-color);
	--inp-edit-bg-color : var(--inp-yellow-transparent-color);
	--inp-link-color : var(--inp-blue-color);
	--inp-overlink-color : var(--inp-yellow-color);
}


#appDesc {
 text-align: justify;
 top: 9vmin; /* 40 7vmin*/
 font-size: 2.7vmin;
 color: #223344;
 background: rgba(124,170,231,0.6);
 border-radius:25px;
 font-style: normal;
}

#privacy {
 text-align: justify;
 top: 9vmin; /* 40 7vmin*/
 font-size: 2vmin;
 color: #FF0FF10;
 background: rgba(55,55,55,0.95);
 border-radius:25px;
 font-style: normal;
}


.cursors > div:hover {
    opacity: 0.25;
}
.cursors > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 10px 2px;
    text-align: center;
}


a[title]:hover:after {
  content: attr(title);
  position: absolute; 
	color:#E17F18;
font-size:35px;
background-color:rgba(231,170,124,0.6);
border-radius:25px;

}

.bigarrow, .bigarrow:hover {
 cursor: url("https://lettris.fr/blue-mouse-pointer.png"), auto;
}



#content {
	position:absolute;
	z-index:10000;
	left: 1vmin;
	width:80%;
	margin-left: 10%;
}


table#screenshots {
	top: 24vmin;
	width:100%;
	display: grid;
}

table#screenshots, table#screenshots td, table#screenshots tr {
    background: transparent;
padding: 1vmin;
border: 1px transparent;
border-collapse: collapse;
color: transparent;
margin-top: 0;
margin-bottom: 5vw;
}

table#screenshots thead {
    font-weight: bold;
    font-style: italic;
    border: 1px transparent;
    border-collapse: collapse;
    background-color: transparent;
}


.screenshot {
    width: 100%;
    height: 60vw;
    border-radius: 20px;
    border: 5vw transparent;
}

#appDesc > h3 {
	color:#888;
}

.appInfo {
    padding: 30px;
    background-color: rgba(200, 200, 200, 0.95);
    overflow: hidden;
    vertical-align: top;
	border-radius: 20px;
	color:#222222;
	
}


.dijitTitlePaneTextNode {
	font-weight: bold;
	color: black; 
}
#_c_fr_toulouse_inp_alumnios_domain_UserInfo_redirectionMail_id {
	background-color : white;
	font-weight: bold;
	display : inline;
}
#_c_fr_toulouse_inp_alumnios_domain_UserInfo_redirectionMail_id  >label {
	width: max-content;
	color : var(--inp-redirect-label-color);
}

.rgpdNote{
    color: black;
}

#7DB225
div#_title_fc_fr_toulouse_inp_alumnios_domain_UserInfo_id.dijitTitlePane div.dijitTitlePaneTitle.dijitOpen div.dijitTitlePaneTitleFocus span.dijitTitlePaneTextNode {
	
	color:rgba(229,0,93,1);
}
/**Ajustement de la hauteur du input adresse de redirection **/
#widget__redirectionMail_id > div:nth-child(2){
        background-color: white;
}

input#_redirectionMail_id.dijitReset.dijitInputInner {
         font-size: 26px;
         padding-top: 4px;
        padding-bottom: 4px;
}


#headerright {
  float: left;
  width: 50%;
  border: 5px solid  var(--inp-pink-color);
  border-radius: 50px;
  padding: 1.5vw;
}

#wrapper {
	
	/*min-width: 800px;
	max-width: 800px;*/
	margin-right: auto;
	margin-left: auto;

	/* fix max-width incompatibility in IE6 
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	*/
	
	display:block;
}

/* header and footer elements */

#main {
	overflow:hidden;
	display:box;
}

#menu {
	background: #eee;
	position:relative;
	float:left;  	
	left:0px;
	width:220px;
	margin-right:15px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	padding: 0px;
}


#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 6px;
	color:#FFFFFF;
}

#menu h2 {
	color: #fff;
	background: #648C1D;
	text-transform: uppercase;
	font-weight:bold;
}

#menu a {
	color: #a0b757;
	background: #efefef;
	text-decoration: none;
	padding: 2px 12px;
}

#menu a:hover {
	color: #efefef;
	background: #a0b757;
}

#footer {
	border:none;
	margin-top:15px;
	border-top:1px solid #999999;
}

#footer .new {
	float:left;
}

#footer a:link {color: var(--inp-link-color);}

.quicklinks {
	clear:both; 
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

label {
	width:100px;
	float:left;
	margin-left: 5px;
	margin-top: 0px;
}

input {
	height:20px;
}

input, textarea, select {
	border:1px solid #B3B3B3;
}

input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

submit {
	height:25px;
}


div .box {
	display:block;
	margin-left:105px;
}

/* menu elements*/

a.menu, a.menu:link, a.menu:visited {display:block; width:150px; height:25px;} 
	
/* text styles */

#headerright > div > h1:nth-child(1), #headerright > div > h3:nth-child(1), #appDesc {
	text-align: center;
}


#headerright > div > h1:nth-child(1) {
	font-size:34px;
}

h1,h2,h3 {
	font-family: Helvetica, sans-serif;
	color: var(--inp-title-color);
}

h1 {
	font-size: var(--h1-font-size);
	line-height: 26px;
}

h2 {
	font-size: var(--h2-font-size);
	
	line-height: 20px;
}

h3 {
	font-size: var(--h3-font-size);
	line-height: 21px;
	color:#555;
}

h4 {
	font-size: var(--h4-font-size);
	line-height: 20px;
}

.errors {
	color: red;
	font-weight: bold;
	display: block;
	margin-left: 105px;
}

a {
	text-decoration: underline;
	color: var(--inp-link-color);
}


a img {
	border: 0 none;
	vertical-align: middle;
}

tr:nth-child(odd) {
	background-color: #FFFFFF;
}

tr:nth-child(even) {
	background-color: #EFEFEF;
}

a:link {
	color: var(--inp-link-color);
}

a:hover {
	color: var(--inp-overlink-color);
}

a:active {
	color: var(--inp-link-color);
}

a:visited {
	color: var(--inp-link-color);
}

li {
	padding-top: 5px;
	text-align: left;
}

ul li {
	margin:0 0 0.25em 0;
	padding:0;
}
/* table elements */

table {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%
}

table table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table td,table th {
	padding: 2px;
	color : #222222;
	background: transparent;
	border: 0;
}

table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table th {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background: #999;
}

table thead {
	font-weight: bold;
	font-style: italic;
	background-color: #BBBBBB;
}

table a:link {color: #303030;}

.utilbox {width: 18px;}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

fieldset label {
	width: 70px;
	float: left;
	margin-top: 1.7em;
	margin-left: 20px;
}

fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset table {
	width: 100%;
}

fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color:#fff;
	border:none;
}

.table-buttons td {
	border:none;
}

.submit input {
	border: 1px solid #BBBBBB;
	color:#777777;
	padding:0px 7px;
	text-transform:uppercase;
	font-weight:bold;
	border-radius: 10px;
}
.submit input:hover{
	background-color:rgba(229,0,93,0.7);
	color: white;
}

.updated {
	background:#ecf1e5;
	font-size:11px;
	margin-left:2px;
	border:4px solid #ecf1e5;
}

.updated td {
	padding:2px 8px;
	font-size:11px;
	color:#888888;
}

.dijitArrowButton {
	height: 20px;
}

.dijitTextArea{
	min-height:5.5em !important;
	max-height:22em !important;
	overflow-y: auto !important;
	max-width: 175px;
}

.RichTextEditable{
	min-height:18em !important;
	max-height:18em !important;
}

.flag {
	height: 11px;
	width: 16px;
}
