
/*! Copyright (C) SAS Advansearch. French legal entity with Registration number SIRET 82954404800012. All rights reserved. */

/*
 *  BODY base formatting
 */

* {margin: 0; padding: 0;}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  /* color: #444; */
}

footer {position: absolute; bottom: 0;}

#BODYcontainer {
  height: 100%;
  width: 100%;
}


/*  
DEV MODE see all objects with a border 
* { border: 1px solid black; }
*/


div.GLmargin, div.Gleft, div.Gmiddle, div.Gright,div.GRmargin {display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 12px;}
div.GLmargin {width: 3%;} 
div.Gleft {width: 21%; background: rgb(30, 144, 255); color: rgb(0,0,139); font-weight: bold;} /* {width: 21%; background: yellow;} */
div.Gmiddle {width: 50%;} /* background: green;} */
div.Gright {width: 21%; background: rgb(30, 144, 255); color: rgb(0,0,139); font-weight: bold;}
div.GRmargin {width: 3%;} 


.container {
  position: relative; /* to be able to have absolute positions inside the DIV for the child elements */
  width: 1400px;
  /* width: 100%; */
  margin: 0 auto; /* Centering the body content */
  padding: 0;
  z-index: 0;
  /* width: 1200px; */
  vertical-align: top;
}

.left {
  position: relative; /* to be able to have absolute positions inside the DIV for the child elements */
  float: left;
  padding: 0;
  vertical-align: top;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.centertext {
  text-align:center;
}

.lowercase {
  text-transform:lowercase;
}

.hidetext {
  text-indent: -9000px;
  text-transform: capitalize;
  font-size: 1%;
  width: 10px;
  heigth: 5px;
}

.hidetextmargin {
  text-indent: -9000px;
  text-transform: capitalize;
  font-size: 1%;
  width: 10px;
  heigth: 5px;
  margin: 25px
}

.noText {
    color: transparent;
    text-indent: -9999px;
    width: 25px; /* set width */
    height: 25px; /* fixed height */
    *margin-left: 9999px; /* IE6 only */
    font-size: 0px;
    line-height: 16px; /* retains height */
}

.formspace {
    margin: 2%
}

mytext { /* login form */
  font-size: 1em;
  margin-left: 35px;
}


/*
 *  Text fonts
 */
 
@font-face {
  font-family: 'Cookie';
  font-style: normal;
  font-weight: 400;
  src: url(syky-y18lb0tSbf9kgqS.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.googleCookie {
  font: 400 130px/0.8 'Cookie', Helvetica, sans-serif;
  color: rgb(0,0,0);
  text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
}



/*
 *  Login Form 
 */
body, html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
.bg-img-LOGIN {
  /* The image used */
  background-image: url("/static/images/compass.jpg");
  min-height: 500px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-img-LOGIN-chess {
  /* The image used */
  background-image: url("/static/images/chess/001.jpg");
  min-height: 700px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-img-CONTACT {
  /* The image used */
  background-image: url("/static/images/startup.jpg");
  min-height: 700px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-img-MULTIPLY {
  /* The image used */
  min-height: 100px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-img-HOME {
  /* The image used */
  background-image: url("/static/images/store.jpg");
  min-height: 500px;
  height: 60%;
  width: 60%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: center;
  margin: 0 auto;
}
img.homeIMG {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 60%;
  width: 60%;
}
.FORMcontainer {
  position: absolute;
  left: 5%;
  margin: 20px;
  min-width: 300px;
  max-width: 300px;
  padding: 16px;
  background-color: rgb(30, 120, 170);  /* nice blue; */
  color: white;
}
.FORMcontainerBIG {
  position: absolute;
  left: 5%;
  margin: 20px;
  min-width: 300px;
  max-width: 1000px;
  padding: 16px;
  background-color: green;
  color: white;
}
.FORMcontainerDEMO {
  position: absolute;
  left: 75%;
  margin: 20px;
  min-width: 310px;
  max-width: 310px;
  padding: 16px;
  background-color: orange;
  color: black;
}
.FORMcontainerCONTACT {
  position: absolute;
  left: 1%;
  margin: 1%;
  width: 90%;
  padding: 1%;
  background-color: rgb(30, 120, 170);  /* nice blue; */
  color: white;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
input[type=password]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
/* Set a style for the submit button */
.btn {
  background-color: white; /* rgb(27, 79, 114);  #4CAF50; */
  color: rgb(27, 79, 114); /* white; */
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.75;
}
.btn:hover {
  opacity: 1;
}
.squareText {
  background-color: white; /* rgb(27, 79, 114);  #4CAF50; */
  color: rgb(27, 79, 114); /* white; */
  padding: 16px 20px;
  border: none;
  width: 100%;
  opacity: 0.75;
}
/*
 * Formatting the HEADER area
 */
header {
  background-color: black;
  /* rgb(45, 170, 250); */
  /* rgb(27, 79, 114); */
  height: 35px;
  width: 100%;
  opacity: .9;
  margin-bottom: 10px;
}
header h1.logo {
  margin: 0;
  float: left;
  font-size: 1.7em;
  text-decoration: none;
  color: rgb(45, 170, 250);
  /* #f0f3f4; #fff; white; */
  /* text-transform: capitalize; */
}
header a {
  color: inherit;
  text-decoration: none;
} 
header h1 a { color: inherit; } 
header h1.logo:hover {
  color: #f0f3f4; /* #fff; white; */
  text-decoration: none;
  cursor:pointer; 
}
span.homepage {
  color:blue;
  text-decoration: none;
}
span.homepage a {
  color:blue;
  text-decoration: none;
}

/*
 *  Drop-down MENU
 */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
/*
 *  Collapsible
 */
.collapsible {
  background-color: #777;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.active, .collapsible:hover {
  background-color: #555;
}
.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.content {
  padding: 0 18px;
  display: none;
  /* max-height: 0; */
  overflow: hidden;
  /* transition: max-height 0.2s ease-out; */
  background-color: #f1f1f1;
}

/*
 * DIV CLASSES
 */
div.toggle {
  display: none;
}
div.toggleINVERSE {
  display: block;
}
div.commands {
  padding: 10px 0 30px 0;
  border-width:5px;  
  border-style:dotted;
  border-color: grey;
  background-color: white;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
div.about {
  padding: 10px 0 30px 0;
  background-color: #E6E6FA;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
div.h5 {
  font-size: 1.7em;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
  color:white;
  font-weight:bold;
  width: 100%;
  height: 50px;
  margin: 0;
  background-color: black;
  vertical-align:middle;
}
div.CONTAINSEP {
  border: 0px transparent;
  /* 3px solid blue; */
  position: relative;
  height: 100%;
}
div.LEFT {
  border: 0px transparent;
  /* 3px solid red; */
  position: absolute;
  margin-right: 1%;
  left: 1%;
  top: 1%;
  bottom: 1%;
  right: 80%;
  height: 100%;
}
div.RIGHT {
  border: 0px transparent;
  /* 3px solid green; */
  position: absolute;
  right: 1%;
  top: 1%;
  bottom: 1%;
  left: 20%;
  margin-left: 1%;
  height: 100%;
}
div.RIGHT2 {
  border: 0px transparent;
  position: relative;
  right: 10%;
  top: 90%;
  bottom: 10%;
  left: 90%;
  margin-left: 1%;
  height: 10%;
}
/*
 *  Balises TEXTES de titres
 */
h1 {
  font-size: 3em;
  margin-top: 50px;
  text-align: center;
}
h2 {
  font-size: 2.2em;
  margin-top: 40px;
  text-align: center;
  letter-spacing: -2px;
}
h3 {
  font-size: 1.7em;
  font-weight: 100;
  margin-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  color: #999;
}
h3left {
  font-size: 1.7em;
  font-weight: 100;
  text-align: left;
  letter-spacing: -1px;
  color: #999;
}
/*
 *  PARAGRAPH classes
 */
p.status  {
  color: rgb(25,143,236);
  font-weight:bold;
}
p.traitBOUTON  {
  font-weight:bold;
  /* width: 100%;
  height: 50px;
  margin: 0;
  background-color: #A9A9A9;
  color: #A9A9A9; */
  vertical-align:middle;
  text-align:left;
  color: #5E656A;
}
/*
 *    HTML TABLES classes
 */
table.dataframe {
  background-color: black;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px;
  border-style: solid;
  border-width: thick;
}
tr.generalHEADER {
  background-color: #C2C6CA;
  color: black;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
tr.dataframeBODY {
  background-color: white;
  text-align: right;
}
table.mobmenu {
  border-collapse: separate;
  border: 0;
}
tr.mobmenu {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  min-width:40px;
  min-height:40px;
}
td.mobmenu {
  padding:0 15px;
  min-width:40px;
  min-height:40px;
}
hr.mobmenu {
  border: 20px solid white;
  border-radius: 10px;
}
/*
 *    BUTTONS classes
 */
favorite {
    text-align: center;
}
.styleRED {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styleGREEN {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(0, 60, 5, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
.styleBLUE {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(0, 0, 220, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}
div.footer {
  /* position: absolute; 
  bottom: 0; */
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 15px;
  background-color: rgb(27, 79, 114);
  text-align: center;
  letter-spacing: -1px;
  color: white;
}
/*
#
#
#
§§§§§§§§§§§§§§ Boligrafo §§§§§§§§§§§§§§ */
h1 {
  font-size: 1.7em;
  padding-left: 3%;
}
h1w {
  font-size: 1.7em;
  padding-left: 7%;
  color: rgb(255,255,255);
}
h1c {
  font-size: 2em;
  font-weight: bold;
  color: rgb(0,0,0);
  padding-left: 30%;
}
/* <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'> */
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}
/*
 * Formatting the header area
 */
header {
  background-color: #DFB887;
  height: 35px;
  width: 100%;
  opacity: .9;
  margin-bottom: 10px;
}
header h1.logo {
  margin: 0;
  font-size: 2.0em;
  font-weight: bold;
  color: rgb(0,0,0);
  float: left;
}
header h1.logo:hover {
  color: blue;
  text-decoration: none;
}


/*
 * Centering the body content
 */
div.home {
  padding: 10px 0 30px 0;
  background-color: #E6E6FA;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}


div.about {
  padding: 10px 0 30px 0;
  background-color: #E6E6FA;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
div.mcalc {
  padding: 10px 0 30px 0;
  background-color: #E6E6FA;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
div.autoar {
  padding: 10px 0 30px 0;
  background-color: rgb(255,250,205);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
div.arcreate {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 100%;
  /* padding: 1px 0 3px 0; */
  background-color: rgb(46,134,193);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.arpage {
  display: inline-block;
  float: left;
  width: 795px;
  padding: 1px 0 3px 0;
  background-color: #E6E6FA;
  vertical-align: top;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.arbuts {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  width: 150px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.arlinks {
  display: inline-block;
  width: 870px;
  padding: 1px 0 3px 0;
  background-color: rgb(255,255,255);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.arlogo {
  display: inline-block;
  width: 125px;
  padding: 1px 0 3px 0;
  background-color: rgb(255,255,255);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.arcontact {
  border: 1px solid black;
  vertical-align:top;
  background-color: #E6E6FA;"
  width: 900px;
  padding: 1px 0 3px 0;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.Printable {
  width: 590px;
  padding: 1px 0 3px 0;
  background-color: rgb(255,255,255);
  border: 0px;
  vertical-align:top;
  vertical-align: top;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.SigLet {
  width: 500px;
  padding: 1px 0 3px 0;
  padding-left: 70%;
  font: 100 25px/0.6 'Arizonia', Helvetica, sans-serif;
  color: #2b2b2b;
  text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
}
pright {
  color: rgb(0,0,0);
  padding-left: 70%;
}
print {
  font-size: 0.7em;
  color: rgb(0,0,0);
  padding-left: 0%;
}
palinea {
  font-size: 1em;
  color: rgb(0,0,0);
  padding-left: 10%;
}
punder {
  font-size: 1em;
  text-decoration: underline;
  color: rgb(0,0,0);
}
h1:hover {
  color: blue;
  text-decoration: none;
}
h2 {
  font-size: 1em;
  padding-left: 3%;
}
h2w {
  font-size: 1em;
  padding-left: 1%;
  color: rgb(255,255,255);
}
h2home {
  font-size: 1em;
  font-weight: italic;
  color: grey;
  padding-left: 1%;
}
transpa {
  font-size: 2em;
  color: white;
  padding-left: 3%;
}
transpaB {
  font-size: 2em;
  color: rgb(45, 170, 250);
  padding-left: 3%;
}
h3 {
  font-size: 1.7em;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  color: #999;
}
h4 {
  color: blue; /* rgb(255,250,205); */
  text-decoration: none;
}
.menu {
  float: right;
  margin-top: 8px;
}
.menu li {
  display: inline;
}
.menu li + li {
  margin-left: 35px;
}
.menu li a {
  color: black; /* #444; #f0f3f4; #fff; white; */
  text-decoration: none;
}
.contactfield {
    height: 80px;
    width: 1000px;
}
.LetterBodyChange {
    height: 300px;
    width: 450px;
}
.CPOLI {
    height: 50px;
    width: 450px;
}
.formatfield {
    height: 60px;
    width: 600px;
}
div.malettre {
  background-color: rgb(255,255,255);
}
div.arfield {
  display: inline-block;
  width: 800px;
  height: 60px;
  padding: 1px 0 3px 0;
  background-color: rgb(255,255,255);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.arspace {
  display: inline-block;
  width: 60px;
  padding: 1px 0 3px 0;
  background-color: rgb(255,255,255);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.transpaB {
  display: inline-block;
  width: 60px;
  padding: 1px 0 3px 0;
  background-color: rgb(45, 170, 250);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.arbutton {
  display: inline-block;
  width: 140px;
  height: 60px;
  padding: 1px 0 3px 0;
  background-color: rgb(255,255,255);
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.letterMARGINS {
  display: inline-block;
  position: relative;
  padding: 2% 15% 5% 15%;  /* haut | droit | bas | gauche */
  background-color: rgb(255,255,255);
  border: 0px;
}
div.letterBIG {
  display: inline-block;
  vertical-align: top;
  width: 200%;
  padding: 2% 15% 5% 15%;  /* haut | droit | bas | gauche */
  background-color: rgb(255,255,255);
  border: 1px solid black;
}
div.showpage {
  border: 1px solid black;
  background-color: rgb(255,255,255);
  /* background-color: white; #E6E6FA; */
  width: 1000px;
  padding: 1px 0 3px 0;
  vertical-align:top;
  vertical-align: top;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
div.mycenter {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}
div.black {
  color:black;
  /* font-weight: bold; */ 
}
.transpatab {
    padding: 0px;
    margin: 0px;
    padding: 0;
    margin: 0;
    width: 95%;
    /* min-height: 567px; */
    border: 0px;
    border-collapse: collapse;
  }
.removeall { 
    all:unset; 
} 

div.acctres {
  text-align: center;
  width: 1100px;
  height: 100px;
  background-color: #98C9E594;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='87' ry='87' stroke='%232C4A8BFF' stroke-width='10' stroke-dasharray='15%2c 15%2c 1' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 87px;
}

div.acctform {
  width:150px;
  display:inline-block;
  text-align:center;
  font-weight: bold;
}

div.acctsep {
  width:20px;
  display:inline-block;
  text-align:center;
  color:white;
}


div.acctsepbig {
  width:100px;
  display:inline-block;
  text-align:center;
  color:white;
}

select.acctf {
  width:150px;
  display:inline-block;
  font: 100 25px/0.6 'Arizonia', Helvetica, sans-serif;
  font-size: 1em;
  color: rgb(240,248,255);
  background-color: #708090;
}

input.acctf {
  width:150px;
  display:inline-block;
  font: 100 25px/0.6 'Arizonia', Helvetica, sans-serif;
  font-size: 1em;
  color: rgb(240,248,255);
  background-color: #708090;
}

select.acctg {
  width:150px;
  display:inline-block;
  font: 100 25px/0.6 'Arizonia', Helvetica, sans-serif;
  font-size: 1em;
  color: white;
  background-color: green;
}

input.acctsmall {
  width:200px;
  display:inline-block;
  font: 100 15px/0.6 'Arizonia', Helvetica, sans-serif;
  font-size: 1em;
  color: white;
  background-color: green;
}

input.acctxt {
  width:300px;
  display:inline-block;
  color: rgb(240,248,255);
  background-color: #708090;
}

div.acctplus {
  display:inline-block;
  width: 30px;
  height: 30px;
  font: 100 30px/1.5 'Arizonia', Helvetica, sans-serif;
  font-size: 1.1em;
  background-color: #FFF0F5;
  color:white;
  font-weight: bold;
}

input.acctgo {
  width:1100px;
  height: 35px;
  font: 100 25px/0.6 'Arizonia', Helvetica, sans-serif;
  font-size: 1.5em;
  background-color: #483D8B;
  color:white;
  font-weight: bold;
}

input.acctvat {
  width:500px;
  height: 25px;
  font: 100 15px/0.6 'Arizonia', Helvetica, sans-serif;
  font-size: 1em;
  background-color: green;
  color:white;
  font-weight: bold;
}

label.bo {
  font-weight: bold;
}



/*
Chess themes composed of :
- a font face including unicode characters of chess pieces
- a background image and 3 cells colors in cgame, cgame.dark and cgamer:hover
PICK COLORS in these webpages:
https://www.w3.org/wiki/CSS/Properties/color/keywords#Extended_colors
https://www.w3schools.com/colors/colors_gradient.asp
https://www.w3schools.com/colors/colors_trends.asp
*/

@font-face {
  font-family: myFirstFont;
  src: url(Chrysanthi.ttf);
}

.cLegend {
  height:80px;
  width:80px;
  text-align:center;
  font-family: myFirstFont;
  font-size:150%;
  background-color:white;
}
.cgame {
  height:80px;
  width:80px;
  text-align:center;
  font-family: myFirstFont;
  font-size:400%;
  background-color:rgb(240,248,255,0.7); /* alice blue */
  /* 
  <span style="font-size:400%;">&#x265c;</span>
  font-size:16px;
  font-style:italic;
  */
}

.cgame.dark {
  background-color:rgb(176,196,222,0.7);   /* lightsteelblue */
}

.cgame.active {
  background-color:rgb(100,149,237);   /* cornflowerblue */
}

.cgame:hover {
  background-color:rgb(72,209,204,0.7); /* medium turquooise */  
}

div.cbg {
  background: url(images/chess/001.jpg); /* images/chess/001.jpg images/grass.jpg url(images/hiphop.jpg); */
  background-size: 640px 640px; /* 192px 128px; */
  background-repeat: no-repeat;
  width: 640px;
  height: 640px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
  vertical-align: top;
}

.vSPACER {
  /* display: inline-block; */
  width: 100%;
  height: 15px;
}

div.cMSG {
  width: 640px; /* 150px; */
  height: 150px;
  border:1px solid black;
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
  vertical-align: top;
  background-color: rgb(176,196,222,0.7);
  color: black;
  overflow: auto;
  /* white-space: nowrap; */
}

div.Ccommands {
  width: 90%;
  /* height: 32px; */
  padding: 10px 0 30px 0;
  border-width:5px;  
  border-style:dotted;
  border-color: grey;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
  vertical-align: top;
}

.CHESScontainer {
  position: relative; /* to be able to have absolute positions inside the DIV for the child elements */
  width: 100%;
  margin: 0 auto; /* Centering the body content */
  padding: 0;
  z-index: 0;
  vertical-align: top;
  /* background-color: grey; */
}






/* CHESS CLOCKS BEGIN */



/*
img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 600px;
    border: 4px solid #000000;
}
*/

.player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0 5px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.player__tile {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    color: #000000;
    max-width: 100px;
    border-radius: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 4px 4px 0 #000, 
                inset -4px 4px 0 #000, 
                inset -4px -4px 0 #000, 
                inset 4px -4px 0 #000;
            box-shadow: inset 4px 4px 0 #000, 
                inset -4px 4px 0 #000, 
                inset -4px -4px 0 #000, 
                inset 4px -4px 0 #000;
}

.player-2 {
    color: #FFFFFF;
    margin-top: 5px;
    background-color: #2D2C2C;
}

.player__digits {
    font-size: 1.5rem;
    font-weight: bold;
}

.timer__buttons {
    margin-bottom: 1em;
}

.timer__start-bttn, 
.timer__reset-bttn {
    width: 100%;
    display: block;
    color: #020202;
    min-height: 50px;
    max-width: 100px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 8px;
    letter-spacing: 2px;
    margin: 0 auto 5px auto;
    border: 4px solid #000000;
    font-family: 'FiraMono-Regular', monospace;
}

.timer__start-bttn {
    color: #FFFFFF;
    background-color: #0071D5;
}

.timer__start-bttn:hover {
    color: #000000;
    background-color: #FFFFFF;
}

.timer__reset-bttn:hover {
    color: #FFFFFF;
    background-color: #0071D5;
}


@media only screen and (orientation: landscape) and (max-width: 850px) {
    .player {
        max-width: 210px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 5px auto 0 auto;
    }
    .player__tile {
        max-width: 100px;
        max-height: 250px;
        margin: 0 3px 5px 3px;
    }
    .player__digits {
        font-size: 5rem;
    }
    .timer__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        max-width: 210px;
    }
    .timer__start-bttn, 
    .timer__reset-bttn {
        display: block;
        max-width: 100px;
        margin: 0 3px 5px 3px;
    }
}

@media only screen and (orientation: portrait) and (min-width: 100px) {
    .player__tile {
        height: 100px;
    }
    .player__digits {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 250px) {
    .player {
        margin: 1em auto 10px auto;
        max-width: 210px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .player__tile {
        height: 100px;
    }
    .player-2 {
        margin-top: 0;
    }
    .player__digits {
        font-size: 2rem;
    }
    .timer__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        max-width: 210px;
    }
    .timer__start-bttn, 
    .timer__reset-bttn {
        padding: .2em;
        font-size: 1rem;
    }
}


/* CHESS CLOCKS END */




/* §§§§§§§§§§§§§§§§§§§§§§§§§ */
/*    MULTIPLY    */
/* §§§§§§§§§§§§§§§§§§§§§§§§§ */


.QUESTIONcontainer {
  position: relative;
  left: 5%;
  margin: 20px;
  min-width: 300px;
  max-width: 1000px;
  padding: 16px;
  background-color: rgb(30, 120, 170);  /* nice blue; */
  color: white;
  font: 30px "Tahoma", Arial, Serif;	
  text-align : center;
}

.ANSWERcontainer {
  position: relative;
  left: 5%;
  margin: 20px;
  min-width: 300px;
  max-width: 300px;
  padding: 16px;
  background-color: rgb(250, 125, 5);  /* orange color; */
  color: white;
  font: 30px "Tahoma", Arial, Serif;	
  text-align : center;
}

.CORRECTcontainer {
  position: relative;
  left: 5%;
  margin: 20px;
  min-width: 300px;
  max-width: 300px;
  padding: 16px;
  background-color: rgb(50, 100, 30);  /* green color; */
  color: white;
  font: 30px "Tahoma", Arial, Serif;	
  text-align : center;
}


.MYLINKcontainer {
  position: relative;
  left: 5%;
  margin: 20px;
  min-width: 300px;
  max-width: 300px;
  padding: 16px;
  background-color: rgb(128, 128, 128);  /* gray color; */
  color: white;
  font: 30px "Tahoma", Arial, Serif;	
  text-align : center;
}


/* §§§§§§§§§§§§§§§§§§§§§§§§§ */
/*    CIRCLES with text inside    */
/* §§§§§§§§§§§§§§§§§§§§§§§§§ */

.outer {background-color:lightgray;}
.outer > * {
  display:inline-block;
  vertical-align:middle;
  background-color:lightgreen;
}

/* Main Container -  this controls the size of the circle */
.circle_container
{
	width : 256px;
	height : 256px;
	margin : 0;
	padding : 0;
/*	border : 1px solid red;  STANDARD WIDTH AND HEIGHT  128 */
}

/* Circle Main draws the actual circle */
.circle_main
{
	width : 100%;
	height : 100%;
	border-radius : 50%;
	border : 2px solid black;	/* can alter thickness and colour of circle on this line */
	margin : 0;
	padding : 0;
}

/* Circle Text Container - constrains text area to within the circle */
.circle_text_container
{
	/* area constraints */
	width : 70%;
	height : 70%;
	max-width : 70%;
	max-height : 70%;
	margin : 0;
	padding : 0;

	/* some position nudging to center the text area */
	position : relative;
	left : 15%;
	top : 15%;
	
	/* preserve 3d prevents blurring sometimes caused by the text centering in the next class */
	transform-style : preserve-3d;
	
	/*border : 1px solid green;*/
}

/* Circle Text - the appearance of the text within the circle plus vertical centering */
.circle_text
{
	/* change font/size/etc here */
	font: 30px "Tahoma", Arial, Serif;	
	text-align : center;
	
	/* vertical centering technique */
	position : relative;
	top : 50%;
	transform : translateY(-50%);




