/* --- INCLUDE DE COMPASS --- */
/* --- IMPORT DES MODULES SCSS --- */
/* line 1, ../scss/module/_pmaint.scss */
.pmaint_container {
  padding: 20px;
  text-align: center;
}

/* line 1, ../scss/module/_smaint.scss */
.smaint_container {
  padding: 50px;
  text-align: center;
}

/* line 1, ../scss/module/_error.scss */
.error_container {
  padding: 20px;
  text-align: center;
}

/* --- IMPORT DES BLOCKS SCSS --- */
/* line 1, ../scss/block/_param.scss */
#form_param_site_wait {
  display: none;
}

/* line 2, ../scss/block/_param.scss */
#form_param_parrain_wait {
  display: none;
}

/* line 1, ../scss/block/_clients.scss */
.open_client {
  cursor: pointer;
}

/* line 10, ../scss/block/_clients.scss */
#form_add_cashback_wait {
  display: none;
}

/* line 12, ../scss/block/_clients.scss */
.client_fiche_zone {
  /*display: none;*/
}

/* line 13, ../scss/block/_clients.scss */
.show_cash {
  /*display: none;*/
}

/* line 1, ../scss/block/_marchand.scss */
#form_catego_wait {
  display: none;
}

/* line 2, ../scss/block/_marchand.scss */
#form_add_march_wait {
  display: none;
}

/* line 3, ../scss/block/_marchand.scss */
.maint_wait {
  display: none;
}

/* line 5, ../scss/block/_marchand.scss */
#form_modif_march_wait {
  display: none;
}

/* line 1, ../scss/block/_categorie.scss */
.categorie_container {
  padding: 20px;
}
/* line 4, ../scss/block/_categorie.scss */
.categorie_container #categorie_zone {
  display: inline-block;
  vertical-align: top;
  width: 800px;
}
/* line 10, ../scss/block/_categorie.scss */
.categorie_container #categorie_zone .titre {
  font-weight: bold;
  font-size: 16px;
}
/* line 15, ../scss/block/_categorie.scss */
.categorie_container #categorie_zone .add_catego_open {
  cursor: pointer;
  margin-top: 20px;
  padding-left: 20px;
}

/* line 23, ../scss/block/_categorie.scss */
.catego_order_up, .catego_order_down {
  cursor: pointer;
}

/* line 2, ../scss/block/_blackliste.scss */
#blacklist .del_rule {
  cursor: pointer;
}

/* --- IMPORT DES POLICES DE CARACTERES --- */
@font-face {
  font-family: "Proximanova";
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#ProximanovaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 39, ../scss/main.scss */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
}

/******************************************************************************/
/* line 53, ../scss/main.scss */
[class^="icon-"], [class*=" icon-"] {
  background-image: url(../images/glyph.png);
}

/* line 58, ../scss/main.scss */
.cash_wait {
  display: none;
}

/* line 60, ../scss/main.scss */
.client_fiche_zone td:hover {
  background: #fff !important;
}

/* line 62, ../scss/main.scss */
#coche_modal {
  display: none;
}

/* line 63, ../scss/main.scss */
#modal_wait {
  text-align: center;
  display: none;
}

/* line 64, ../scss/main.scss */
#modal_message {
  text-align: center;
  display: none;
}

/* line 65, ../scss/main.scss */
#modal_error {
  text-align: center;
  display: none;
  color: red;
}

/* line 66, ../scss/main.scss */
.modal-footer {
  display: none;
}

/* line 67, ../scss/main.scss */
#ko_modal {
  display: none;
}

/* line 68, ../scss/main.scss */
#ok_modal {
  display: none;
}

.table tbody tr.disp td{
    background-color: green;
        color: #fff;
}

.table tbody tr.warning td{
    background-color: #FDF1B8;
}

tbody .alert-warning{
    background-color: #FDF1B8;
}

.table tbody tr.success td{
    background-color: #87E990;

}
tbody .alert-success{
    background-color: #87E990;
}

.table tbody tr.danger td{
    background-color: #E9383F;
}
tbody .alert-danger{
    background-color: #E9383F;
    color: #fff;
}

.table tbody tr.info td{
    background-color: #74D0F1;
}
tbody .alert-info{
    background-color: #74D0F1;
}


.recdispo{
    background-color: green !important;
    color: #fff;
}
.recdispo tr:hover, .recannule tr:hover{
    color: #000;
}

#infoBox {
  position: fixed;
  top: 10px;
  right: 30px;
  width: 450px;
  z-index: 2000; }

section.loader {
  display: inline-block;
  margin-left: 20px; }
  section.loader .double-blank {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border: solid 5px transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
    section.loader .double-blank::after {
      content: '';
      position: absolute;
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
      border: solid 4px transparent;
      border-top-color: #fff;
      border-bottom-color: #fff;
      opacity: 0.6;
      -moz-border-radius: 35px;
      -webkit-border-radius: 35px;
      border-radius: 35px;
      -moz-animation: spin-reverse 2s linear infinite;
      -webkit-animation: spin-reverse 2s linear infinite;
      animation: spin-reverse 2s linear infinite; }
  section.loader .double-blue {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border: solid 5px transparent;
    border-top-color: #137aab;
    border-bottom-color: #137aab;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
    section.loader .double-blue::after {
      content: '';
      position: absolute;
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
      border: solid 4px transparent;
      border-top-color: #ff6600;
      border-bottom-color: #ff6600;
      opacity: 0.6;
      -moz-border-radius: 35px;
      -webkit-border-radius: 35px;
      border-radius: 35px;
      -moz-animation: spin-reverse 2s linear infinite;
      -webkit-animation: spin-reverse 2s linear infinite;
      animation: spin-reverse 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }


label.checkswitch {
  position: relative;
  width: 70px;
  height: 20px;
  overflow: hidden;
  margin: 0;
  text-align: left; }
  label.checkswitch input {
    display: none; }
  label.checkswitch .state {
    position: absolute;
    top: 0;
    left: 0px;
    height: 18px;
    line-height: 18px;
    background: #fff;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    label.checkswitch .state.off {
      color: #d9534f;
      z-index: 2;
      padding-left: 32px;
      width: 68px; }
    label.checkswitch .state.on {
      color: #5cb85c;
      z-index: 1;
      padding-left: 15px;
      width: 10px; }
  label.checkswitch .btn_switch {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: solid 1px #ddd;
    z-index: 3;
    background-color: #d9534f;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  label.checkswitch input:checked + .off {
    z-index: 1;
    width: 10px; }
  label.checkswitch input:checked + .off + .on {
    z-index: 2;
    width: 68px; }
  label.checkswitch input:checked + .off + .on + .btn_switch {
    left: 42px;
    background-color: #5cb85c; }

      
  #biblio {
  margin-bottom: 100px; }
  #biblio #plupload #droparea {
    border: 4px dashed #ddd;
    height: 200px;
    text-align: center;
    font-size: 13px; }
    #biblio #plupload #droparea p {
      margin: 0;
      padding: 60px 0 0 0;
      font-weight: bold;
      font-size: 20px;
      color: #464646; }
    #biblio #plupload #droparea span {
      display: block;
      margin-bottom: 4px; }
    #biblio #plupload #droparea.hover {
      border-color: #83b4d8; }
  #biblio #plupload #browse {
    border: solid 1px #bbb;
    text-decoration: none;
    padding: 3px 8px;
    color: #464646;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  #biblio .media_line {
    position: relative;
    cursor: pointer; }
  #biblio .media_vignette {
    position: absolute;
    z-index: 1000;
    top: -200px;
    left: 200px;
    display: none; }