@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */
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;
}

.cf {
  clear: both;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* https://css-tricks.com/box-sizing/
   Box-sizing tricks */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**********************************************************************
 *  Généralités
 **********************************************************************/
body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin: 1em;
  background: #f1f3f4;
  line-height: 1.3em;
}

img {
  border: 0;
}

header {
  position: relative;
  height: 20px;
  margin-bottom: 10px;
}
header h1 {
  float: left;
  font-size: 15px;
  color: #25783D;
}
header h1 a {
  color: #25783D;
}
header h2 {
  float: left;
  font-size: 15px;
  color: #777;
  padding-left: 0.4em;
  margin-left: 20px;
}
header h2 a.close {
  position: relative;
  font-size: 9px;
  top: -2px;
  left: 10px;
  border: 1px solid transparent;
  padding: 2px;
}
header h2 a.close:hover {
  border-color: #ccc;
}
header a#logout {
  float: right;
}

#projects-overview > a {
  display: block;
  position: relative;
  float: left;
  width: 180px;
  height: 120px;
  background: #f9f9f9;
  margin: 10px 20px;
  text-overflow: hidden;
}
#projects-overview > a > p {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}

.label {
  text-align: right;
  white-space: nowrap;
}

.error {
  margin: 0em;
  padding: 0em;
  font-weight: bold;
  color: #CC0000;
}

.errok {
  margin: 0em;
  padding: 0em;
  font-weight: bold;
  color: #008800;
}

p.small {
  font-size: 0.875em;
  margin: 0em;
  padding: 0em;
}

small {
  font-size: 0.875em;
  letter-spacing: -1px;
}

.screen_only {
  display: inline;
}

.print_only {
  display: none;
}

hr.line {
  border: 0em;
  border-top: 1px solid;
}

ul.simple_list {
  margin: 0em;
  list-style-type: square;
  padding-left: 1.5em;
}

a {
  color: #656768;
}
a i {
  font-size: 16px;
  display: inline-block;
  margin: 2px;
}

i.action {
  cursor: pointer;
}
i.bordered {
  border: 1px solid #888;
  border-radius: 100%;
  padding: 2px 2px 1px 2px;
  background: #f6f6f6;
}

.red {
  color: #a00;
}

.green {
  color: #50c878;
}

.orange {
  color: #ff8c00;
}

.theme {
  color: #25783D;
}

div.separator {
  border-bottom: 0.1em black dashed;
  width: 81.7em;
  float: left;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}

td.odd {
  background-color: #ECF3FE;
}

a.linkProduct {
  color: #999;
  text-decoration: none;
}

div.section {
  background-color: #DDDDDD;
  font-weight: bold;
  font-size: 10px;
  padding: 3px;
  text-align: left;
}

th {
  text-align: left;
  font-size: 11px;
  padding: 3px;
  background-color: #EEEEEE;
}

th.sel {
  background-color: #D7F9DB;
}

div#page_frame {
  border: 1px solid #bbb;
  background: #fff;
  margin-left: 0;
  padding: 15px 10px 10px 10px;
}

footer {
  width: 100%;
  font-size: 11px;
  color: #ccc;
  margin-top: 30px;
  text-align: center;
}
footer a {
  color: #ccc;
}

div.input {
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 11px;
  text-align: center;
  left: 5px;
  width: 120px;
  display: inline;
}

.fa-hidden {
  color: transparent;
}

/*** Login box ****/
div.loginbox {
  margin: auto;
  width: 28em;
  height: 12em;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  overflow: visible;
}

#loginWindow {
  width: 450px;
  max-width: 80%;
  margin: 15% auto 15% auto;
  padding: 25px 0 20px 0;
  border-radius: 6px;
  background: #eaebed;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
#loginWindow img#logo {
  display: block;
  margin: 0 auto 4px auto;
  background: #fff;
  padding: 10px 15px 10px 15px;
  box-shadow: inset 1px 1px 2px #656768;
  border: 1px solid #CCC;
}
#loginWindow .reset {
  display: block;
  font-size: 10px;
  width: 100%;
  margin: 7px 0 15px;
  text-align: center;
}

/**********************************************************************
 *  Onglets
 **********************************************************************/
#topMenu {
  display: block;
  position: relative;
  height: 20px;
}

@media only screen and (max-width: 600px) {
  #topMenu {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  #topMenu > *   {
    z-index: 2;
  }
  #topMenu input {
    display: block;
    width: 40px;
    height: 28px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
    -webkit-touch-callout: none;
  }
  #topMenu span {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: #656768;
    border-radius: 3px;
    z-index: 2;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #topMenu span:first-child {
    transform-origin: 0% 0%;
  }
  #topMenu span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #topMenu input:checked ~ span {
    opacity: 1;
    background: #656768;
    transform: rotate(45deg) translate(1px, 3px);
  }
  #topMenu input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #topMenu input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-3px, 3px);
  }
  ul.tabBar {
    position: absolute;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #f1f3f4;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-font-smoothing: antialiased;
    z-index: 1;
  }
  ul.tabBar a {
    text-decoration: none;
    color: #656768;
    transition: color 0.3s ease;
  }
  ul.tabBar a:hover {
    color: #5DAD6E;
  }
  input:checked ~ .tabBar {
    transform: none;
  }
  input:checked ~ .tabBar li {
    padding: 10px 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 601px) {
  ul.tabBar {
    height: 22px;
    margin: 0 0 -2px 0;
    padding-left: 10px;
    list-style: none;
  }
  ul.tabBar a {
    color: #000;
    font-family: Lucida Grande, Verdana, Arial;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
  }
  li.tab {
    float: left;
    height: 21px;
    border: 1px solid #bbb;
    margin: 0px 3px 0px 0px;
    padding: 2px 5px 2px 5px;
    background-color: #BBB;
  }
  li.sel {
    cursor: arrow;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
  }
}
div.add-form {
  display: none;
  padding: 5px 10px;
  margin: 10px;
  background-color: #d0f0c0;
}
div.add-form h2 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

/**********************************************************************
 * Block-level elements with specific positionning / properties
 **********************************************************************/
.table_actions {
  font-size: 11px;
  margin: 0;
}
.table_actions > * {
  font-size: 11px !important;
}
.table_actions > label {
  vertical-align: initial !important;
}
.table_actions a.button {
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  color: #444;
  background: #eee;
  padding: 4px 5px;
}
.table_actions a.button:hover {
  cursor: pointer;
}
.table_actions a.button:active {
  background: #ccc;
}
.table_actions a.button > img {
  display: inline-block;
  margin: 4px 0 -3px 0;
}

div#page_selector {
  float: right;
  padding: 2px;
  color: #999;
  font-size: 11px;
  display: inline-block;
  line-height: 25px;
}
div#page_selector > a {
  color: #999;
  display: inline-block;
  margin-right: 5px;
}
div#page_selector > a.sel {
  color: #25783D;
  font-weight: bold;
}

img.sortindicator {
  float: right;
}

li.title {
  background: #ccc;
}

fieldset {
  position: relative;
  background: #eaebed;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 8px;
  padding: 0 10px 10px 10px;
}
fieldset img {
  vertical-align: top;
}
fieldset h2 {
  font-size: 12px;
  margin: 10px 0;
  padding: 0;
  color: #999;
  text-align: center;
  width: 100%;
}
fieldset ul li {
  margin-left: 20px;
}

details {
  width: 900px;
  background: #f0f0f3;
  margin-top: 10px;
  border-radius: 10px;
  padding-left: 30px;
}
details summary {
  outline: none;
  margin-left: 100px;
  color: #777;
}

#facturation-overview > div {
  min-width: 170px;
  width: 21%;
  margin: 2%;
  float: left;
}
#facturation-overview > div > p {
  font-weight: bold;
  margin-bottom: 6px;
  white-space: nowrap;
  color: #444;
}

.graph {
  clear: both;
}
.graph p {
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.graph .bar {
  border: 1px solid #656768;
  clear: both;
  padding: 1px;
}
.graph .bar span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (min-width: 601px) {
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .desktop {
    display: none;
  }
}
/*** SCSS Rules ***********************************************************************************************************************************************/
form.auto label {
  color: #777;
  margin: 6px 10px 0 0;
  white-space: nowrap;
  font-size: 12px !important;
  height: 1.25em;
  line-height: 1.25em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form.auto input[type=text], form.auto input[type=number], form.auto input[type=password], form.auto textarea {
  margin: 2px;
}
form.auto input[type=text], form.auto input[type=number], form.auto input[type=password], form.auto select, form.auto textarea, form.auto input[type=submit], form.auto input[type=button] {
  font-size: 12px !important;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 3px 4px;
  background: #f6f6f6;
  outline: none;
}
form.auto input[type=text]:focus, form.auto input[type=number]:focus, form.auto input[type=password]:focus, form.auto select:focus, form.auto textarea:focus, form.auto input[type=submit]:focus, form.auto input[type=button]:focus {
  box-shadow: 0 0 4px #25783D;
}
form.auto input[disabled=disabled] {
  border-color: #ddd;
}
form.auto input[type=checkbox], form.auto input[type=radio] {
  margin: 4px 4px 0 0;
}
form.auto .radioinput, form.auto .checkboxinput {
  display: inline-block;
}
form.auto .radioinput > div, form.auto .checkboxinput > div {
  display: inline-block;
  white-space: nowrap;
}
form.auto .radioinput > div > p, form.auto .checkboxinput > div > p {
  display: inline;
  margin-right: 12px;
}
form.auto select {
  margin-left: 0;
  font-size: 12px;
}
form.auto a.btn {
  display: block;
  color: #fff;
  background: #999;
  padding: 4px 6px;
  margin: 0 0 10px 382px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
form.auto .wrong {
  background: #CC0000;
  color: white;
}
form.auto .form_comment {
  font-size: 10.8px;
  margin-right: 0.3em;
  margin-top: 3px;
  margin-bottom: -0.2em;
  white-space: nowrap;
  height: 1em;
  color: #333333;
}
form.auto ol.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  border-left: 1px solid #666;
}
form.auto ol.sortable > li {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #F9F9F9;
}
form.auto ol.sortable > li .handle {
  position: absolute;
  margin: 8px 0 0 -20px;
  cursor: move;
}
form.auto ol.sortable + div.sortfoot {
  border: 1px dashed #ccc;
  border-left: 1px dashed #666;
  border-top: 0;
  background-color: #F9F9F9;
  margin-left: 30px;
  padding: 5px;
}
form.auto .listCheck {
  border: 1px solid #999;
  box-shadow: inset 1px 1px 2px #ccc;
  margin-left: 142px;
  width: 390px;
  height: 200px;
  padding: 4px;
  overflow: auto;
}
form.auto .listCheck label {
  position: absolute;
  left: 49px;
}
form.auto .listCheck > div {
  display: block;
}
form.auto .nestedaccordion > div {
  margin-left: 20px;
}
form.auto .nestedaccordion h3 {
  float: left;
  margin: 0;
  padding: 0;
  width: 30px;
  clear: both;
}
form.auto .nestedaccordion h3 a {
  text-decoration: none;
}
form.auto .nestedaccordion .handle {
  float: left;
  display: block;
  margin: 1px 0 -1px 0;
  width: 16px;
  height: 16px;
}
form.auto .checkaccordion h3 {
  font-weight: bold;
}
form.auto .checkaccordion ul {
  margin-left: 40px;
}
form.auto .fileInput div.file {
  width: 350px;
  height: 23px;
  overflow: hidden;
  background: #ccc;
  border: 2px solid #fff;
}
form.auto .fileInput p {
  width: 260px;
  height: 17px;
  overflow: hidden;
  float: left;
  background: #fff;
  margin: 2px;
  padding-left: 3px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
form.auto .fileInput div.new {
  float: left;
  width: 350px;
  margin: 1px;
  border: 1px dashed #999;
}
form.auto .hidden {
  display: none;
}
form.auto div.fu {
  float: left;
  width: 440px;
  height: 25px;
  border: 1px solid #ccc;
  background: #F6F6F6;
  font-family: Helvetica, Arial, sans-serif;
}
form.auto div.fu_fileInfo {
  width: 200px;
  text-overflow: hidden;
  float: left;
  margin: 6px;
}
form.auto div.fu div.field {
  width: 300px;
  height: 17px;
  overflow: hidden;
  float: left;
  background: #fff;
  margin: 2px;
  padding-left: 3px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
form.auto div.fu_progress {
  float: left;
  width: 220px;
  display: none;
}
form.auto div.fu_progress img {
  border: 0;
  float: left;
  margin: 2px;
}
form.auto div.progressValue {
  width: 100%;
  text-align: center;
  color: #666;
  margin-left: 20px;
}
form.auto div.progressBar {
  width: 200px;
  background: #ccc;
  height: 10px;
  margin-left: 20px;
}
form.auto div.progressLevel {
  background: red;
  height: 100%;
}
form.auto .inputColumn {
  display: inline-block;
}
form.auto .inputColumn:after {
  content: "";
  clear: both;
}
form.auto .inputColumn > p {
  display: inline;
}
form.auto .inputColumn > p:after {
  content: "";
  display: block;
  width: 0;
}
form.auto .inputRow {
  display: inline;
  white-space: nowrap;
  line-height: 22px;
}
form.auto .inputRow p {
  display: inline;
  margin: 2px 30px 0 5px;
}
form.auto .sliderContainer {
  display: inline-block;
  margin: 23px 15px 9px 0;
  width: 100%;
}
form.auto .sliderContainer .slider {
  width: calc(100% - 80px);
}
form.auto .sliderContainer .slider > .ui-slider {
  width: 100% !important;
}

table.data {
  font-size: 10.8px;
  width: 100%;
  border: 1px solid #ddd;
}
table.data td {
  padding: 0 3px;
  min-height: 30px;
}
table.data th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ddd;
  margin-left: 5px;
  height: 15px;
  color: #777;
  position: relative;
  font-weight: bold;
  letter-spacing: -1px;
  border-left: 1px solid #ccc;
}
table.data th:first-child {
  border-left: 0;
}
table.data th.sel a:after {
  content: "";
  background: url(/i/sort_DESC.png) no-repeat center center;
  width: 7px;
  height: 11px;
  position: absolute;
  right: 2px;
  top: 0;
}
table.data th.sel.ASC a:after {
  background-image: url(/i/sort_ASC.png);
}
table.data th a {
  color: #000;
  text-decoration: none;
}
table.data > tr, table.data > tbody > tr {
  border-top: 1px solid #f7f9fc;
  border-bottom: 1px solid #e8eaed;
  padding: 1px 3px;
}
table.data > tr.section td, table.data > tbody > tr.section td {
  padding: 2px;
  background: #666 !important;
  color: #fff;
  font-size: 9.6px;
}
table.data.static thead th {
  text-align: center;
}
table.data.static tr:nth-child(even) > td {
  background: #f1f4f7;
  border-top: 1px solid #f7f9fc;
  border-bottom: 1px solid #e8eaed;
}
table.data.static tr:nth-child(odd) > td {
  background: white;
}
table.data.static tr > td.error {
  background: #ffeae0;
}
table.data.static tr > td.ok {
  background: #e0f5ff;
}
table.data.static tr > td.warn {
  background: #ffe8b5;
}
table.data.formnewsletter label {
  display: none;
}
table.data.edit tr.row.editing {
  display: none;
  padding: 0;
}
table.data.edit tr.form {
  display: none;
}
table.data.edit tr.form.editing {
  display: table-row;
  table-padding: 10px;
}
table.data.edit tr.form .close {
  cursor: pointer;
  padding: 2px;
  margin-top: 1px;
}
table.data.edit tr.form .close:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
table.data.edit tr.form > td {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 0;
}
table.data.edit tr.form header {
  clear: both;
  text-align: right;
  background-color: #ddd;
  padding: 2px;
}
table.data.edit tr.form header h2 {
  float: left;
  color: #fff;
  text-shadow: 1px 1px 0 #999;
  margin: 1px;
  padding: 0;
}
table.data.edit tr.form header h2 img {
  margin: 2px 7px -2px -5px;
  opacity: 0.4;
  filter: Alpha(opacity=40);
}
table.data.edit tr:nth-child(4n+1) > td {
  background: #f1f4f7;
  border-top: 1px solid #f7f9fc;
  border-bottom: 1px solid #e8eaed;
}
table.data.collapsable .details {
  margin: 12px;
}
table.data.collapsable > tr:nth-child(4n+1) > td, table.data.collapsable > tbody > tr:nth-child(4n+1) > td {
  background: #f1f4f7;
  border-top: 1px solid #f7f9fc;
}
table.data.collapsable > tr:nth-child(4n+2) > td, table.data.collapsable > tbody > tr:nth-child(4n+2) > td {
  background: #f1f4f7;
  border-bottom: 1px solid #e8eaed;
}
table.data a.more {
  display: block;
  width: 9px;
  height: 9px;
  background: url(/i/+.png) no-repeat;
  margin: 2px auto -1px auto;
  text-align: center;
}
table.data a.more.open {
  background-image: url(/i/-.png);
}
table.data a.more.actionNeeded {
  position: absolute;
  display: block;
  top: 0;
  right: -50px;
  border-radius: 3px;
  background: #f6f6f6;
  background-image: none;
  width: 30px;
  height: 22px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #c00;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
table.data a.more.actionNeeded:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #f6f6f6;
  left: -7px;
  top: 4px;
}

table#recaptcha_table.recaptchatable.recaptcha_theme_clean {
  border-radius: 5px;
  background: #fff;
  border: none !important;
}

td.number {
  text-align: right;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-table-header {
  background: #eaebed;
  width: 860px;
  margin-bottom: 5px;
}
.form-table-header input {
  font-size: 12px;
  border: none;
  background: none;
  color: #222;
  margin: 5px;
}

@media only screen and (min-width: 601px) {
  form.auto label {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    text-align: right;
  }
  form.auto input[type=text], form.auto input[type=number], form.auto input[type=password], form.auto textarea, form.auto select, form.auto .radioinput {
    max-width: calc(100% - 180px);
  }
  #sortablelist {
    white-space: nowrap;
  }
  #sortablelist li.sortablelist {
    cursor: ns-resize;
  }
}
@media only screen and (max-width: 600px) {
  form {
    line-height: 24px;
  }
  form label {
    display: block;
    width: 90%;
    text-align: left;
    margin-left: 5%;
    font-size: 15px !important;
  }
  form input[type=text], form input[type=password], form textarea, form .radioinput {
    width: 90%;
    margin-left: 5%;
    font-size: 15px !important;
  }
  form select {
    width: 45%;
    margin-left: 5%;
    font-size: 15px !important;
  }
  form input[type=number] {
    width: 25%;
    margin-left: 5%;
    font-size: 15px !important;
  }
  form input[type=submit], form input[type=button] {
    margin-left: 5%;
    font-size: 15px !important;
  }
  .form-table-header {
    display: none;
  }
}
