@charset "UTF-8";
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v17-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-condensed-regular - latin */
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans Condensed Regular"), local("FiraSansCondensed-Regular"), url("fonts/fira-sans-condensed-v4-latin-regular.woff2") format("woff2"), url("fonts/fira-sans-condensed-v4-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-condensed-500 - latin */
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 500;
  src: local("Fira Sans Condensed Medium"), local("FiraSansCondensed-Medium"), url("fonts/fira-sans-condensed-v4-latin-500.woff2") format("woff2"), url("fonts/fira-sans-condensed-v4-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
div {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 11px;
}

#menu {
  height: 30px;
  background-color: #000;
  background-position: center center;
  overflow: hidden;
}

.menu_cell {
  height: 30px;
  float: left;
  width: 130px;
  text-align: center;
}

.menu_cell:hover {
  background-color: #447b3b;
  background-position: center center;
}

.menu_cell a:hover {
  color: #fff;
}

.sticker {
  background: #447b3b;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0px;
}

.tab_day {
  background-color: #eee;
  border-radius: 3px 3px 3px 3px;
  padding: 10px;
  padding-top: 0px;
  font-size: 25px;
  font-weight: bold;
  color: #111;
  font-family: "Arial Black", Gadget, sans-serif;
  letter-spacing: -2px;
  margin-top: 0px;
}

.tab_day select {
  letter-spacing: normal;
}

.tab_day p {
  margin-bottom: 0px;
}

.tab a, .compte_table a {
  color: #447b3b;
  text-decoration: none;
}

#client_edit_demarche a {
  color: #333;
  background-color: #fff;
}

.menu_cell_select {
  background-color: #FFF;
  height: 30px;
  float: left;
  width: 130px;
  text-align: center;
}

.menu_cell_select a {
  color: #447b3b;
  display: block;
  height: 30px;
  padding: 7px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .menu_cell {
    width: 100px;
    font-size: 11px;
  }
  .menu_cell_select {
    width: 100px;
  }
}
.menu_cell a {
  display: block;
  height: 30px;
  padding: 7px;
  line-height: 15px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.submenu {
  display: none;
  width: 130px;
  margin-top: -14px;
  padding-top: 6px;
  border-radius: 0px 0px 5px 5px;
  background-color: #666;
  position: absolute;
  z-index: 61;
}

.menu_cell:hover .submenu, .menu_cell_select:hover .submenu {
  display: block;
}

.submenu a {
  display: block;
  z-index: 61;
  height: 18px;
  color: #fff;
  z-index: 61;
}

.submenu a:hover {
  background-color: #447b3b;
}

.scrolling {
  overflow: auto;
  border-left: 1px solid #999;
  margin-left: 160px;
}

h2 {
  font-size: 24px;
  color: #447b3b;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

input[type=checkbox] {
  vertical-align: middle;
}

.tab {
  background-color: #F5F6F8;
  padding: 10px;
  width: 100%;
}

.title {
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
  width: 220px;
  /*border:1px solid #BABABA;
  border-bottom:0px;*/
  background-color: #FFF;
  padding: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  color: #FFF;
  background-position: center center;
  margin-top: 16px;
}

.title_selected {
  background-color: #447b3b;
}

.tab_titles {
  background-color: #e6e6e6;
}

.tab_title {
  font-weight: bold;
  text-align: center;
  min-width: 100px;
  padding: 12px;
  font-size: 14px;
  color: #333;
  background-position: center center;
  float: left;
  cursor: pointer;
  border-bottom: #e6e6e6 solid 2px;
  transition: color ease-in-out 0.2s;
}

.tab_title:hover {
  color: #447b3b;
}

.tab_title_selected {
  border-bottom: #447b3b solid 2px;
  color: #447b3b;
}

.stdi:focus {
  border: 1px solid #8b8b8b;
  background-color: #FFF;
}
.stdi:focus.stdierror {
  border: 1px solid #f66;
}

.stdi:disabled {
  background-color: #eee;
  color: #aaa;
}

.stdi {
  border: 1px solid #BABABA;
  padding: 5px;
  background-color: #fff;
  color: #31592a;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.stdfield {
  margin-bottom: 5px;
}

.stdierror {
  border: 1px solid #f66;
}

input[type=button], input[type=submit] {
  font-size: 12px;
}

input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: 0;
}

.choices_btns {
  display: inline-flex;
  border: 1px solid #ccc;
  min-width: 220px;
  border-radius: 2px;
}
.choices_btns .choice_btn {
  padding: 8px;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.choices_btns .choice_btn.active {
  background: #447b3b;
  color: #fff;
  font-weight: bold;
}

.first_elt_ph {
  color: #BABABA;
}

.first_elt_ph option {
  color: #447b3b;
}

.first_elt_ph option:first-child {
  color: #BABABA;
}

#selecteur {
  height: 37px;
  background-color: #FFF;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
}

.selecteur_c {
  margin: 0;
  background-color: #fff;
  color: #000;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 28px;
  padding: 5px;
  background-color: #FFF;
}

.contenu_menu {
  float: left;
  width: 160px;
  background-color: #fafafc;
  color: #222;
  height: 650px;
}
.contenu_menu select.stdi {
  font-size: 13px;
}

.contenu_menu th {
  z-index: 50;
}

.contenu {
  background-color: #fafafc;
  overflow: hidden;
}

.scrolling {
  background-color: #fff;
}

.contenu_pager a {
  color: #CCC;
}

.contenu_pager {
  text-align: center;
  background-color: #333;
  color: #FFF;
  font-size: 11px;
  padding: 7px;
  border-top: 1px solid #999;
}

.filter_element {
  padding: 5px;
}

.filter_titre {
  font-size: 12px;
  font-weight: bold;
  color: #111;
  margin-bottom: 6px;
}

.filter_input {
  width: 140px;
  border: 1px solid #BABABA;
  background-color: #FFF;
  padding: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter_confirm {
  cursor: pointer;
}

.filter_multicheck {
  border-radius: 4px;
  width: 140px;
  background-color: #fff;
  color: #111;
  z-index: 60;
  border: 1px solid #EEEEEE;
}

.filter_multicheck .thistitre {
  padding: 4px;
  font-weight: bold;
  cursor: pointer;
}

.filter_multicheck .thischoix {
  display: none;
  padding: 9px;
  position: absolute;
  font-size: 9px;
  z-index: 60;
  column-count: 4;
}

.filter_multicheck .thischoix .thisadmin {
  background-color: #fcc;
  border-radius: 3px;
}

.filter_multicheck_hover {
  background-color: #CCC;
  border-radius: 4px 4px 0px 0px;
}

.filter_multicheck_hover .thischoix {
  display: block;
  background-color: #fff;
  width: 610px;
  border: 1px solid #CCC;
  border-radius: 0px 4px 4px 4px;
  box-shadow: 0px 0px 10px #CCC;
}

.filter_multicheck .thischoix input {
  margin-right: 8px;
}

.filter_multicheck .thisonechoix {
  width: 148px;
  margin: 1px;
  background-color: #fff;
}

.thisonechoix a {
  color: #000;
}

.button {
  padding: 5px;
  cursor: pointer;
  margin-right: 2px;
}

.largebtn {
  height: 40px;
  min-width: 200px;
}

.filter_confirm:hover, .button:hover, .button:active {
  box-shadow: 1px 1px 3px #777;
  background-color: #eceef6;
}

.button, .filter_confirm {
  background-color: #f3f4f9;
  color: #333;
  font-weight: bold;
  border: 0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #999;
  transition: 0.25s background-color ease-in-out;
}

.roundbtn {
  border-radius: 32px;
}

#add_task_notif {
  width: 170px;
  float: right;
  background-image: url("img/add_task_notif.png");
  background-repeat: no-repeat;
  background-position: 12px 8px;
  padding-left: 32px;
}

.filter_confirm {
  width: 146px;
  padding: 2px;
}

.cta {
  background-color: #71b666;
  color: #fff;
  box-shadow: 1px 1px 3px #333;
}

.cta:hover {
  background-color: #61ad55;
}

.table_line_o {
  border-bottom: 1px solid #666;
}

.stdtable {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.stdtable td {
  padding: 8px;
}

.stdtable tr, .table_line {
  background-color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.stdtable tr:hover, .table_line:hover {
  background-color: #81be77;
  color: #fff;
  box-shadow: 0px 0px 5px inset rgba(0, 0, 0, 0.2);
}

.table_line:hover a {
  color: #fff;
}

.stdtable td, .table_cell {
  border-bottom: 1px dashed #CCC;
}

.table_cell img {
  padding: 3px;
}

.table_detail {
  color: #999;
  font-size: 11px;
}

.hl {
  background-color: #F4F4F4;
}

.th {
  color: #333;
  font-weight: bold;
  font-size: 11px;
}

.th td {
  border-bottom: 1px solid #999;
}

.cat {
  background-color: #ecb200;
  padding: 3px;
  float: left;
  width: 57px;
  height: 42px;
  margin: 4px;
  border-radius: 5px 5px 5px 5px;
}

.catb {
  border: 1px solid #e49500;
  height: 37px;
  box-shadow: 0px 0px 5px #FFF;
  border-radius: 5px 5px 5px 5px;
  background-image: url(img/square.png);
}

.catb img {
  margin-top: 3px;
  border: 0;
  height: 32px;
  width: 32px;
  margin-bottom: 8px;
}

.stddiv {
  background-color: #fafafc;
  padding: 20px;
}

.editor {
  padding: 2px;
}

.tile {
  padding: 8px;
  margin: 8px;
  background-color: #f9f9fa;
  display: inline-block;
  box-shadow: #aaa 1px 1px 4px;
}

.tile h3 {
  padding: 0px;
  font-size: 14px;
  margin: 4px 0px 12px;
  text-transform: uppercase;
}

:focus {
  outline: 0;
}

.acc_table .col_rapport {
  font-size: 80%;
}

/***** RDV & PLANNING *****/
.stdlabel {
  float: left;
  width: 124px;
  padding-top: 9px;
}

.rdv_passe, .nonactif {
  background-color: #fcc;
}

#planning_table td, .planning_table td {
  vertical-align: top;
  width: 180px;
  text-align: center;
}

.planning_table .ths td {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.onerdv {
  text-align: left;
  border: 1px solid #CCC;
  background-color: #eee;
  margin-bottom: 10px;
}

.onerdv2 {
  margin-right: 1px;
  border-radius: 4px;
}

.onerdv .thisheure {
  padding: 12px;
  font-weight: bold;
  border-bottom: 1px dashed #CCC;
  text-align: center;
}

.onerdv .thiscontent {
  text-align: left;
  padding: 10px;
  background-color: #fff;
}

.onerdv_infos {
  background-color: #fff;
  width: 202px;
  padding: 5px;
  border: 1px solid #111;
}

.confirme .thiscontent, .rdv_table .confirme {
  background-color: #81be77;
  color: #fff;
}

.rdv_table .confirme:hover {
  background-color: #61ad55;
}

.rdv_oneheure {
  border-bottom: 1px solid #ccc;
  width: 228px;
  margin: auto;
  height: 52px;
  margin-bottom: 6px;
}

.btn_planning img {
  margin-left: 5px;
  margin-right: 5px;
}

/***** retards & absences *****/
.oneabsence {
  background-color: #fcc;
}

/**** Plus de filtre ****/
#plus_de_filtre {
  background-color: #EEEEEE;
  border: 1px solid #333;
  position: absolute;
  left: 161px;
  padding: 8px;
  display: none;
  margin-top: -450px;
}

.demarche_filtre {
  margin-bottom: 8px;
}

.map_marker_label {
  background-color: #fff;
  color: #000;
}

.info_proche {
  float: left;
  padding: 10px;
  background-color: #eee;
  width: 240px;
  margin-right: 10px;
}

#rdv_ville_choix {
  position: absolute;
  background-color: #fff;
}

.client_line.selected {
  background-color: #71b666;
}

#contenu_reel_acc_th_div img {
  margin-right: 8px;
}

form .btns {
  margin-top: 8px;
}

.rapport_alert img {
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: -4px;
}

.rapport_alert b {
  color: #e73838;
  margin-left: 16px;
  font-family: "Open Sans";
}

#login_body {
  background-color: #f0f2f0;
}

#login_logo {
  margin: 4px auto 48px;
  display: block;
}

#login_form_div {
  width: 436px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  color: #000;
  padding: 20px;
  box-shadow: 1px 1px 3px #CCC;
  font-family: "Fira Sans Condensed";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#login_form_div .stdi {
  border: none;
  color: #222;
  border-bottom: 1px solid #d1d5d1;
  border-radius: 0px;
  padding: 12px;
}
#login_form_div .stdi:focus {
  border-bottom: 2px solid #447b3b;
}
#login_form_div .button {
  border-radius: 3px;
  box-shadow: 1px 1px 3px #bbb;
  text-transform: uppercase;
  padding: 12px;
  margin-top: 12px;
}

.tva_select {
  width: 60px;
}

.categorie_select {
  width: 180px;
  margin-right: 3px;
}

.produit_select {
  width: 280px;
  margin-right: 3px;
}

#installations_list_client .produit_select {
  width: 240px;
}

.produit_qte {
  width: 30px;
  margin-right: 3px;
}

.fournisseur_select {
  width: 200px;
  margin-right: 3px;
}

.installateur_select, .fournisseur_select {
  width: 200px;
  margin-left: 6px;
}

#contenu_reel_dashboard {
  margin-left: 0;
}

.sav_statut {
  display: inline-block;
  min-width: 50px;
}

.popover, .choices_popover {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0 0 2px #ccc;
}

.choices_popover label {
  white-space: nowrap;
  float: left;
  margin-right: 4px;
}
.choices_popover .button {
  clear: both;
  margin-top: 8px;
}

#menu_cell_dec {
  width: auto;
  float: right;
}

iframe {
  display: none;
  border: 0px;
}

.list_placeholder {
  max-width: 600px;
  text-align: center;
  margin: 40px auto;
  color: #222;
  font-size: 16px;
}

/**** pages des impressions ****/
.impression_pdf {
  padding: 10px;
  margin: 10px;
  width: 500px;
  background-color: #eee;
  border-radius: 4px;
}

.impression_pdf a {
  color: #111;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.impression_pdf img {
  vertical-align: middle;
}

/*
    Created on : 19 mars 2020, 15:13:12
    Author     : bloodsword
*/
.rdv_codepostal_wrapper {
  float: left;
}
.rdv_codepostal_wrapper .ac_choix {
  padding: 6px;
  cursor: pointer;
}

#rdv_ville_choix {
  display: none;
  border: 1px solid #ddd;
  width: 180px;
}

/* 
    Created on : 18 oct. 2019, 16:23:50
    Author     : vincent
*/
#form_edit_client .title {
  width: 180px;
}
#form_edit_client table {
  width: 100%;
}

#date_contrat {
  width: 90px;
}

#form_edit_client .fields {
  display: flex;
}
#form_edit_client .fields label {
  margin-left: 26px;
  margin-right: 8px;
}
#form_edit_client .fields select {
  max-width: 200px;
}

#client_partenaire_financier_wrapper td {
  padding-top: 16px;
}

#categorie_beneficiaire_wrapper {
  flex: 2;
}

#delegataire_wrapper {
  flex: 1;
}
#delegataire_wrapper select {
  max-width: 100px !important;
}

.client_installation {
  margin-bottom: 2px;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  padding: 8px 8px;
}
.client_installation .stdfield {
  margin: 0px;
}
.client_installation .detail_installation_wrapper {
  display: none;
  margin-top: 4px;
  margin-bottom: 4px;
}
.client_installation .toggle_btn {
  margin-left: 8px;
}

#client_documents_manquants label {
  float: left;
  margin-right: 12px;
}

#clients_comments {
  padding: 16px;
}

#contrat_com_documents_manquants {
  margin-left: 270px;
  margin-top: 8px;
  max-width: 620px;
}
#contrat_com_documents_manquants .button {
  display: inline-block;
}

.client_multiple_add {
  top: 52px;
  min-width: 620px;
  min-height: 300px;
  vertical-align: middle;
}
.client_multiple_add h3 {
  clear: both;
  margin: 4px;
}
.client_multiple_add .stdi {
  padding: 2px 4px;
  font-size: 10px;
}
.client_multiple_add .prix {
  width: 40px;
}
.client_multiple_add .qte {
  width: 28px;
}
.client_multiple_add .stdi_select {
  width: 120px;
}
.client_multiple_add .categorie {
  margin-bottom: 8px;
}

#installations_list_client_vendus, #installations_list_client {
  min-height: 200px;
}

#client_notifications {
  max-height: 200px;
  overflow: auto;
}

#client_notifications table, .client_coms table {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  border-spacing: 0px;
  border-collapse: collapse;
}
#client_notifications table td, .client_coms table td {
  padding: 6px;
  border-bottom: 1px solid #ddd;
}
#client_notifications table input, .client_coms table input {
  border: 0px;
  box-shadow: none;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
#client_notifications table .lu input, .client_coms table .lu input {
  opacity: 0;
  transform: scale(0.8);
}

.right_actions {
  float: right;
  margin-top: 14px;
}

.facture_item_sous_produit .produit_prix {
  margin-right: 16px;
}

.litige_penalite input[type=text] {
  max-width: 100px;
}

.rappel {
  display: flex;
  margin-bottom: 4px;
}
.rappel .statut_rappel {
  width: 90px;
  margin-left: 4px;
}
.rappel .del_btn {
  margin-left: 4px;
}
.rappel .select_hour, .rappel .select_minutes {
  width: 48px;
  margin-left: 4px;
}
.rappel .rappel_date {
  width: 200px;
  margin-left: 16px;
}

#client_litiges_relances {
  margin-bottom: 32px;
}

#form_edit_lettre .pj {
  padding-right: 8px;
}

#client_edit_controle_qualite table {
  width: 100%;
}
#client_edit_controle_qualite table .stdi {
  margin-left: 16px;
  margin-right: 16px;
  width: 50%;
}

.installation_com_header {
  margin-top: 20px;
}
.installation_com_header input[type=button] {
  margin-left: 10px;
}

.client_installation .del_btn {
  float: right;
  margin-bottom: 12px;
}
.client_installation .sav_list {
  float: right;
  clear: right;
}
.client_installation .produit_prix {
  width: 72px;
  margin-left: 4px;
  margin-right: 8px;
}
.client_installation .detail_installation {
  width: 600px;
  margin-left: 16px;
}
.client_installation .date_installation_wrapper, .client_installation .detail_installation_wrapper {
  margin-top: 4px;
}

#total_produits_vendus {
  float: right;
  font-weight: bold;
  margin: 10px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 28 févr. 2020, 15:01:47
    Author     : vincent
*/
#client_edit_entretiens .fields {
  display: flex;
  flex-wrap: wrap;
  border-bottom: #e6e6e6 solid 1px;
  margin-top: 4px;
  padding-bottom: 8px;
}
#client_edit_entretiens .fields .stdfield {
  flex: 1;
}
#client_edit_entretiens .fields .stdfield .stdi {
  max-width: 150px;
  margin-left: 8px;
  display: inline-block;
}
#client_edit_entretiens #client_entretiens_list_wrapper {
  padding: 10px;
}
#client_edit_entretiens #client_entretiens_list {
  min-height: 120px;
  margin-bottom: 16px;
}
#client_edit_entretiens #client_entretiens_list .entretien {
  border-bottom: #e6e6e6 solid 1px;
  padding-bottom: 8px;
  padding-top: 8px;
}
#client_edit_entretiens #client_entretiens_list .entretien .stdi {
  max-width: 150px;
  margin-left: 8px;
  display: inline-block;
}
#client_edit_entretiens #client_entretiens_list .entretien input[type=checkbox] {
  margin-left: 24px;
}
#client_edit_entretiens #client_entretiens_list .entretien label {
  margin-left: 24px;
}

#rapports_table {
  width: 100%;
}
#rapports_table tr th {
  padding: 8px;
  text-align: left;
}
#rapports_table tr td {
  padding: 8px;
}

/* 
    Created on : 17 sept. 2019, 09:27:31
    Author     : vincent
*/
.resizable_dialog {
  position: absolute;
  top: 64px;
  left: 64px;
  background: #fff;
  box-shadow: 1px 1px 3px #777;
  resize: both;
  overflow: auto;
  transition: opacity 0.2s, transform 0.2s;
}
.resizable_dialog .dialog_title {
  min-height: 36px;
  background-color: #444;
  color: #fff;
  padding: 8px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  cursor: move;
}
.resizable_dialog .dialog_title img {
  float: right;
  cursor: pointer;
  padding: 2px;
  transition: 0.32s background ease-in-out;
}
.resizable_dialog .dialog_title img:hover {
  background: #666;
}

.close_dialog {
  opacity: 0;
  transform: scale(0.8);
}

#menu_cell_notif {
  width: 32px;
  padding: 5px;
  cursor: pointer;
}

#notifications {
  display: none;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #CCC;
  position: absolute;
  top: 42px;
  left: 4px;
  transition: opacity 0.2s, transform 0.2s;
  max-height: 80vh;
  overflow-y: auto;
}
#notifications .empty {
  padding: 16px;
}
#notifications .task_notif {
  border-bottom: solid 1px #eee;
  padding: 12px;
}
#notifications .task_notif span {
  border-radius: 4px;
  background-color: #447b3b;
  font-size: 9px;
  padding: 2px;
  color: #fff;
}
#notifications .task_notif b {
  padding-left: 8px;
}
#notifications .task_notif input {
  border: 0px;
  box-shadow: none;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
#notifications .task_notif input.closed {
  opacity: 0;
  transform: scale(0.8);
}
#notifications .task_notif p {
  padding: 0px;
}
#notifications .task_notif i {
  display: block;
  text-align: right;
  font-size: 9px;
}
#notifications .task_notif.lu span {
  background-color: #efefef;
  color: #111;
}
#notifications .task_notif.lu input {
  opacity: 0;
  transform: scale(0.1);
}
#notifications .task_notif:hover {
  background-color: #fcfcfc;
  box-shadow: inset 0px 0px 5px #eee;
  cursor: pointer;
}
#notifications .task_notif:last-child {
  border-bottom: 0px;
}
#notifications .reply_btn {
  background-color: #447b3b;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-decoration: none;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
  margin-left: 4px;
}
#notifications .reply_btn:hover {
  background-color: #81be77;
}

#nb_notifications {
  position: absolute;
  top: 2px;
  background: #ff1717;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 2px;
  font-size: 8px;
  animation: blinker 1s step-start infinite;
}

#menu_cell_notif:hover #nb_notifications {
  animation: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#menu_cell_notif:hover #nb_notifications {
  background: #fff;
}

#notifications.closed {
  opacity: 0;
  transform: scale(0.8);
}

#edit_task_notif_utilisateurs, #edit_task_notif_equipes {
  width: 200px;
  margin: 16px;
  margin-top: 0px;
}

#contenu_reel_dashboard {
  position: relative;
}
#contenu_reel_dashboard .tile {
  vertical-align: top;
}

#contenu_reel_dashboard table {
  width: 100%;
  border-collapse: collapse;
}
#contenu_reel_dashboard table .rapport_clr {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

#dashboard_rapports table td {
  padding: 4px;
}
#dashboard_rapports table tr:hover {
  background-color: #fff;
}

#dashboard_activities {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 640px;
  background-color: #484748;
  color: #fff;
  font-size: 1.2em;
  font-family: "Fira Sans Condensed";
  padding: 16px;
  height: calc(100vh - 106px);
  overflow-y: auto;
}
#dashboard_activities td {
  padding: 8px;
}
#dashboard_activities a {
  text-decoration: none;
  color: #447b3b;
  background: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}
#dashboard_activities .action {
  text-transform: capitalize;
}
#dashboard_activities .activity {
  vertical-align: top;
}
#dashboard_activities .activity .text {
  color: #ddd;
  font-style: italic;
  font-size: 0.9em;
}
#dashboard_activities .action_create {
  color: #6f6;
}
#dashboard_activities .action_delete, #dashboard_activities .failed {
  color: #f66;
}

#dashboard_activities_utilisateur {
  width: 220px;
}

#dashboard_activities_search {
  margin-bottom: 16px;
}

@media (max-width: 1000px) {
  #dashboard_activities {
    position: inherit;
  }
}
#form_edit_produit .sous_produits label {
  display: inline-block;
  margin-right: 6px;
}

/*
    Created on : 19 mars 2020, 16:39:04
    Author     : bloodsword
*/
#contenu_reel_prospect .actions {
  padding: 16px;
}

/*# sourceMappingURL=admin.css.map */
