@font-face {
  font-family: "Panton";
  src: url(/fonts/Panton.otf);
}

@font-face {
  font-family: "PantonIcon";
  src: url(/fonts/PantonIcons.otf);
}

@font-face {
  font-family: "PantonIconA";
  src: url(/fonts/PantonIconsA.otf);
}

@font-face {
  font-family: "PantonIconB";
  src: url(/fonts/PantonIconsB.otf);
}

@font-face {
  font-family: "PantonIconC";
  src: url(/fonts/PantonIconsC.otf);
}

@font-face {
  font-family: "PantonIconD";
  src: url(/fonts/PantonIconsD.otf);
}

body {
  font-family: "Verdana", sans-serif;
  font-size: 10pt;

  background-image: url("/images/planet-bg.png");
  background-repeat: no-repeat;
  background-position: 10px 100px;
  background-attachment: fixed;
}

::selection {
  color: #FFF;
  background: #A19486;
}

::-moz-selection {
  color: #FFF;
  background: #A19486;
}

#contenu {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#dbgInf {
  /* float: right; */
  background-color: #E12D2D;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 9pt;

  padding: 5px !important;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}

#envInf {
  background-color: #E12D2D;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 8pt;

  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}

#infIcn {
  display: inline-block;
  color: #FFFFFF;
  font-family: "PantonIcon";
  font-size: 8pt;
}

#dbgInf:hover {
  box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
}

#dbgDmp {
  display: none;

  color: #333;
  background-color: #eee;
  border: solid;
  border-color: #E12D2D;
  padding: 5px !important;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
}

pre {
  font-family: Consolas, monospace;
}

#menu {
  width: 230px;
  display: inline-block;
}

#ssmenu {
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  color: rgb(93, 79, 68);
  font-weight: bold;
  font-size: 11pt;
  text-align: center;
  font-family: Panton, Arial;
}

#ssmenu p {
  background: rgb(234, 231, 221);
  border-radius: 0.25em;
  margin: 0.25em auto;
  padding: 0.25em;
}

#ssmenu ul, #ssmenu li {
  padding-left: 0px;
  color: #000000;
  text-align: left;
  font-size: 10pt;
  font-weight: normal;
  list-style: outside none none;
  line-height: 2.2em;
}

#ssmenu li {
  line-height: 2.2em;
  border-top:1px dotted rgb(161, 148, 134);
  border-bottom:1px dotted rgb(161, 148, 134);
}

#ssmenu li + li {
  border-bottom: 1px dotted rgb(161, 148, 134);
  border-top: medium none;
}

#ssmenu a {
  margin-left: 5px;
  text-decoration: none;
  color: #000000;
  display: block;
}

#ssmenu a {
  margin-left: 5px;
  text-decoration: none;
  color: #000000;
  display: block;
}

#ssmenu li:hover,
#ssmenu li:active,
#ssmenu li:focus {
  background-color: rgba(234, 231, 221, 0.25);
}

#titre {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 178px;
}

#logintitre {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 178px;
}

#surtitreDeb {
  display: inline-block;
  color: rgb(93, 79, 68);
  font-family: Panton, Arial;
  font-size: 26pt;
  height: 38px;
}

#surtitreFin {
  display: inline-block;
  color: rgb(220, 145, 27);
  font-family: Panton, Arial;
  font-size: 26pt;
  font-weight: bold;
  height: 38px;
}

#surtitreIcn {
  display: inline-block;
  color: rgb(220, 145, 27);
  font-family: "PantonIcon";
  font-size: 26pt;
  height: 38px;
}

#surtitre img {
  margin-right: 2px;
}

#soustitre {
  color: rgb(93, 79, 68);
  font-family: Panton, Arial;
  font-size: 8pt;
  margin-left: 70px;
  margin-bottom: 20px;
}

#soustitre a {
  text-decoration: none;
  color: rgb(93, 79, 68);
}

#copyright {
  font-family: Panton;
  font-weight: bold;
  font-size: 8pt;
  color: rgb(93, 79, 68);
  text-align: center;

  width: 150px;

  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;

  padding-top: 0.1em;
}

#loginform {
  padding: 1.9em !important;

  background-color: rgb(214, 207, 189);

  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;

  border-radius: 0.25em;
}

#loginform label{
  font-weight: bold;
  text-align: left;
  width: 80px;
}

#loginform .formgroup {
  text-align: center;
  margin-top: 10px;
}

#loginform .formbutton {
  text-align: center;
  margin-top: 25px;
}

#loginform .formlabel, #loginform .formfield {
  color: rgb(93, 79, 68);
  display: inline-block;
  width: 145px;
}

#loginform .formlabel {
  text-align: left;
}

#loginform .formfield {
  text-align: right;
}

input, button {
  font-family: "Verdana", sans-serif;
  font-size: 10pt;
}

#loginform input {
  border: 0 none;
}

#loginform input[type="submit"], #loginform input[type="reset"], #loginform button {
  font-family: Panton, Verdana, sans-serif;
  font-weight: bold !important;
  font-size: 10pt !important;
  color: #000;

  padding: 4px !important;
  border: 0 none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;

  background: rgb(93, 79, 68);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #FFF;
}

#loginform input[type="submit"]:hover, #loginform input[type="reset"]:hover, #loginform button:hover {
  background: rgba(93, 79, 68, 0.75);
  box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
}

button[disabled=disabled], input[type="submit"][disabled=disabled], p.boutons_resume button:disabled, a.button:disabled {
  background:#ccc !important;
  cursor:no-drop !important;
}

input[type="submit"], input[type="reset"], button, a.button {
  font-family: Panton, Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt !important;
  color: #000;

  padding: 4px;
  border: 0 none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;

  background: rgb(93, 79, 68);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #FFF;

  text-align: center;
  text-decoration: none;
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover, a.button:hover {
  background: rgba(93, 79, 68, 0.75);
  box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
}

.tinybutton {
  font-family: Verdana, sans-serif;
  font-size: 7pt !important;

  padding: 0.33em;
}

.smallbutton {
  height: 24px;
  width: 24px;
  padding: 1px;
}
a.smallbutton {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: -1px;
}

.msgerr{
  padding: 25px !important;

  margin-left: auto;
  margin-right: auto;
  width: 550px;

  background-color: rgba(255, 187, 187, 0.25);
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;

  font-size: 1em;
  font-weight: bold;
  color: #BB0000;
  text-align: center;
}

.msginf{
  padding: 25px !important;

  margin-left: auto;
  margin-right: auto;
  width: 550px;

  background-color: rgba(234, 231, 221, 0.666);
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;

  font-size: 1em;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

#corps {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
  /* width: 650px; */
  width: 750px;
}

#corps h1 {
  font-family: Panton, Arial;
  font-weight: bold;
  font-size: 16pt;
  color: rgb(220, 145, 27);

  margin-bottom: 1em;
  margin-top: 1em;
}

#corps p {
  margin-bottom: 2em;
}

#corps .important  {
  color: #BB0000;
  font-weight: bold;
  margin-bottom: 2em;
}

#corps p a {
  color: #000000;
}

#corps label{
  text-align: left;
  width: 80px;
}

#corps h2 {
  margin-top: 15px;
  margin-left: 20px;
  font-weight: bold;
}

#corps h3 {
  margin-top: 15px;
  margin-left: 40px;
}

#corps .formgroup {
  margin-top: 15px;
  margin-left: 20px;
}

#corps .formtitle {
  margin-top: 15px;
  margin-left: 20px;
  font-weight: bold;
}

#corps .formbutton {
  /* width: 630px; */
  width: 730px;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: right;
}

#corps .formlabel, #corps .formsublabel, #corps .formfield, #corps .formsubbutton {
  display: inline-block;
}

#corps .formsubtitle {
  margin-top: 15px;
  margin-left: 40px;
}

#corps .formlabel {
  width: 220px;
  margin-left: 20px;
  text-align: left;
  vertical-align: top;
}

#corps .formsublabel {
  margin-left: 20px;
  text-align: left;
  width: 25px;
}

#corps .formsubbutton {
  text-align: left;
  vertical-align: top;
}

#corps .formfield {
  text-align: left;
  max-width: 385px;
}

#corps .formfield select{
  min-width: 200px;
}

#corps .formfield select[multiple] {
  height: 350px;
}

#popup h1 {
  font-family: Panton, Arial;
  font-weight: bold;
  font-size: 14pt;
  color: rgb(220, 145, 27);

  margin-bottom: 1em;
}

#popup p {
  margin-bottom: 2em;
}

#popup .important  {
  color: #BB0000;
  font-weight: bold;
  margin-bottom: 2em;
}

#popup p a {
  color: #000000;
}

#popup .formgroup {
  margin-top: 15px;
  margin-left: 20px;
}

#popup .formtitle {
  margin-top: 15px;
  margin-left: 20px;
  font-weight: bold;
}

#popup .formbutton {
  margin-top: 25px;
  text-align: right;
}

#popup .formlabel, #popup .formsublabel, #popup .formfield {
  display: inline-block;
}

#popup .formsubtitle {
  margin-top: 15px;
  margin-left: 40px;
}

#popup .formlabel {
  width: 220px;
  margin-left: 20px;
  text-align: left;
  vertical-align: top;
}

#popup .formsublabel {
  margin-left: 20px;
  text-align: left;
  width: 25px;
}

#popup .msgerr {
  width: 450px;
}

.clickable {
  cursor: pointer;
  cursor: hand;
}

.tablescroll .tablescrollheadercol {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px 0 0 5px;
}

.tablescroll .tablescrollbody {
  display: inline-block;
  overflow-x: scroll;
  overflow-y: visible;
  border-radius: 0 5px 5px 0;
}

.tablescroll .tablescrollbody thead:first-child tr:first-child th:first-child {
  border-radius: 0 0 0 0;
}

table .simple {
  margin-top: 0px;
  width: initial;

  border: none;
  box-shadow: none;
}

.simple tr, .simple td, .simple td:first-child, .simple th {
  border: none;
  background: none;
  padding: 2px;
}

.simple tr:hover {
  background: none;
}

table {
  margin-top: 15px;
  border-spacing: 0;
  width: 100%;

  border: 1px solid rgb(234, 231, 221);
  border-radius: 5px;

  box-shadow: 0 1px 1px rgb(234, 231, 221);
}

tr {
  background: rgba(255, 255, 255, 0.66);
}

tr:hover {
  background: rgba(234, 231, 221, 0.25);
}

td, th {
  border-left: 1px solid rgb(234, 231, 221);
  border-top: 1px solid rgb(234, 231, 221);
  padding: 10px;
}

th {
  background-color: rgba(234, 231, 221, 0.5);
  border-top: none;
}

thead:first-child tr:first-child th:first-child {
  /* border-right: 1px solid rgb(234, 231, 221); */
  /* border-bottom: 1px solid rgb(234, 231, 221); */
  border-radius: 5px 0 0 0;
  border-top: none;
  border-left: none;
}

tbody tr th:first-child {
  border-top: 1px solid rgb(234, 231, 221);
  border-left: none;
  border-radius: 0 0 0 0;
}

tbody tr td:first-child {
  border-top: 1px solid rgb(234, 231, 221);
  border-left: none;
}

tr:not(:first-child) td:first-child {
  border-left: none;
}

/* td:first-child, th:first-child {
  border-left: none;
  border-top: 1px solid rgb(234, 231, 221);
} */

/* th:first-child {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
} */

th:last-child {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

th:only-child {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

.tdbutton {
  text-align: center;
  white-space: nowrap;
}

.timeline {
  padding: 0px;
  margin-top: 15px;
  list-style-type: none;
  font-size: 0.75em;
  height: 200px;
  width: 650px;
}

.timeline li {
  position: relative;
  float: left;
  width: 1.8em;
  margin: 0 1px 0 0;
  height: 175px;
}

.timeline .data {
  background: rgba(234, 231, 221, 0.5);
  border-bottom: 3px solid rgb(93, 79, 68);
  position: relative;
  float: left;
  height: 175px;
}

.timeline .minmax {
  /*  background: #fff; */
  width: 50px;
  border-right: 1px solid rgb(93, 79, 68);
}

.timeline .minmax .label {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  height: 0;
  width: 100%;
  text-align: right;
  border: 0;
  font-size: 10px;
}

.timeline .minmax .labelvertical {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  height: 0;
  width: 100%;
  text-align: right;
  border: 0;
  font-size: 10px;
}

.timeline li a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.timeline li .label {
  display: block;
  position: absolute;
  bottom: -26px;
  width: 100%;
  height: 25px;
  text-align: center;
  color: #444;
  background: #fff;
}

.timeline li .labelvertical {
  display: block;
  position: absolute;
  bottom: -26px;
  width: 100%;
  height: 25px;
  text-align: center;
  color: #444;
  /*  background: #fff; */
}

.timeline li a .axe {
  height: 3px;
  display: block;
  position: absolute;
  bottom: -3px;
  border-right: 1px solid rgb(93, 79, 68);
  width: 100%;
}

.timeline li a .count {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: rgb(161, 148, 134);
  text-indent: -9999px;
  overflow: hidden;
}

.timeline .data:hover {
  background: rgba(234, 231, 221, 0.25);
}

.timeline li a:hover .count {
  background: rgb(182, 78, 33);
}

.calendar {
  background-color: #fff;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid rgb(93, 79, 68);
}

.calendar a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.calendar span {
  float: left;
  display: block;
  width: 25px;
  cursor: pointer;
  text-align: center;
}

.titleMonth {
  width: 100%;
  background-color: #eee;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  margin: none;
  padding: none;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

.separator {
  float: left;
  display: block;
  width: 25px;
}

.currentDay {
  font-weight: bold;
  background-color: #e0e0e0;
}

.hidden {
  display: none;
}

.pi-play {
  font-family: PantonIconC;
  font-style: normal;
}
.pi-play::before {
  content: "\004D";
}

.pi-stop {
  font-family: PantonIconA;
  font-style: normal;
}
.pi-stop::before {
  content: "\2BC0";
}

.pi-download {
  font-family: PantonIconD;
  font-style: normal;
}
.pi-download::before {
  content: "\0052";
}

.pi-exclamation-triangle {
  font-family: PantonIcon;
  font-style: normal;
}
.pi-exclamation-triangle::before {
  content: "\0069";
}

.pi-trash {
  font-family: PantonIconB;
  font-style: normal;
}
.pi-trash::before {
  content: "\006B";
}

.pi-wait {
  font-family: PantonIconB;
  font-style: normal;
}
.pi-wait::before {
  content: "\0041";
}

.pi-synth {
  font-family: PantonIconA;
  font-style: normal;
}
.pi-synth::before {
  content: "\0067";
}