@charset "UTF-8";
#products_listing th, #customers_listing th {
  background-color: #fff !important;
  text-transform: uppercase;
  padding-left: 10px; }

#customers_listing .listing_content img {
  max-width: none;
  width: 40px;
  height: 20px; }

#products_listing_header {
  border-bottom: 3px solid #f0f0f0 !important; }
  #products_listing_header table {
    width: 100%; }

#piges_listing_header {
  border-bottom: 3px solid #f0f0f0 !important; }
  #piges_listing_header table {
    width: 100%; }
    #piges_listing_header table tbody > tr > th {
      text-transform: uppercase;
      padding: 10px; }

#prospect_listing_header {
  border-bottom: 3px solid #f0f0f0 !important; }
  #prospect_listing_header table {
    width: 100%; }

#vente_listing_header {
  border-bottom: 1px solid #482882 !important; }
  #vente_listing_header table {
    width: 100%; }

.rappro-home {
  color: #482882; }

.table_schedule select {
  width: 50px; }

.listing_content #listing_data tbody .selected-row {
  background: #e3d9f3 !important;
  color: #3c2862 !important;
  border-bottom: 1px dotted #7649c7 !important; }

.listing_content th {
  font-weight: normal;
  text-transform: none; }

.listing_content .dropdown {
  visibility: visible;
  position: relative;
  top: 0px; }
  .listing_content .dropdown .dropdown-menu {
    margin-top: 7px; }
  .listing_content .dropdown a {
    text-transform: none !important; }
  .listing_content .dropdown .dropdown-submenu ul {
    top: -7px !important; }

#listing_data td {
  padding: 10px;
  line-height: 16px;
  position: relative; }
  @media screen and (min-width: 1023px) and (max-width: 1085px) {
    #listing_data td {
      padding: 5px;
      font-size: 11px; } }

.fa-tel {
  display: inherit;
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
  margin-right: 5px; }

.display-live-picto {
  display: flex;
  width: 100%;
  height: 30%;
  justify-content: space-between; }

.container-live-picto {
  display: flex;
  align-items: center; }

.live-picto {
  vertical-align: 1px;
  padding-right: 3px;
  font-weight: bold;
  background-color: white;
  border-radius: 2em;
  min-width: 2em;
  padding: 0 0.5em;
  margin: 5px;
  opacity: 0.83; }

.product-picture {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 118px;
  height: 77px; }
  .product-picture a {
    background: url("../../../../images/product-picture-shadow.png") left bottom repeat-x;
    position: absolute;
    display: block;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    padding: 40px 5px 5px 5px;
    text-shadow: 0px 0px 2px #000; }

.product-alert {
  background: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  margin-top: -86px;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px; }
  .product-alert.warning {
    color: #f0ff00;
    /*color: #5b5b5b;*/ }
  .product-alert.important {
    color: #ff9600;
    /*color: #5b5b5b;*/ }

.product-alert-light {
  background: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  margin-top: -135px;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px; }
  .product-alert-light.warning {
    color: #f0ff00;
    /*color: #5b5b5b;*/ }
  .product-alert-light.important {
    color: #ff9600;
    /*color: #5b5b5b;*/ }

.listing-actions {
  position: relative;
  white-space: nowrap;
  width: 80px; }
  .listing-actions .actions-btn {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    display: inline-block;
    color: #666666 !important; }
    .listing-actions .actions-btn:hover {
      color: #5e34a9 !important; }
  .listing-actions ul.actions-more {
    z-index: 100;
    left: 48%; }
  .listing-actions ul.actions-more-piges {
    z-index: 100;
    left: 65%; }

.fa-listing {
  font-size: 18px;
  color: #6946aa;
  cursor: pointer;
  margin-right: 10px; }

.fa.fa-gear.action {
  color: #6946aa; }

ul.actions-more {
  display: none;
  position: absolute;
  bottom: 0px;
  top: 0px;
  overflow: hidden;
  background: #482882;
  text-align: center; }
  ul.actions-more li {
    display: inline-block;
    margin-left: -12px;
    height: 100%;
    vertical-align: top; }
    ul.actions-more li a {
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s;
      display: flex;
      display: -webkit-flex;
      background: #482882;
      padding: 0px 20px;
      text-transform: capitalize;
      font-size: 12px;
      height: 100%;
      color: #fff !important;
      cursor: pointer; }
      @media screen and (min-width: 1023px) and (max-width: 1085px) {
        ul.actions-more li a {
          padding: 0px 13px;
          font-size: 13px; } }
      ul.actions-more li a span {
        display: inline-block;
        margin: auto;
        text-transform: uppercase; }
      ul.actions-more li a:hover {
        background: #6946aa !important; }
  @media screen and (min-width: 1023px) and (max-width: 1085px) {
    ul.actions-more li:first-child a {
      padding-left: 35px; } }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #3b3b3b;
  font-weight: bold; }

.listing_content table tr.even, table.table_content tr.even, table tr.productListing-even, tr.productListing-even, .even {
  background: #fff !important;
  border-bottom: 1px solid #f0f0f0 !important; }

.listing_content table tr.odd, table.table_content tr.odd, table tr.productListing-odd, tr.productListing-odd, .odd {
  background: #fff !important;
  border-bottom: 1px solid #f0f0f0 !important; }

table tr.odd:hover, table tr.even:hover {
  background: #e0e0e0 !important; }

.nb_caractere {
  border-radius: 0px;
  border: 0px none !important;
  width: 40px; }

.images-pub {
  border: 2px;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2px; }

.input-mail input {
  border: 0;
  border-radius: 0; }

.input-mail textarea {
  border: 0;
  border-radius: 0;
  width: 600px; }

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
  padding-left: 17px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
  background-position: 0 -18px; }

label.css-label {
  background-image: url(../../images/checkbox.png) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

table tbody .main {
  font-weight: bolder;
  color: #6946aa; }

table tbody .actions-btn-edit:not(.open):hover {
  opacity: 0.5; }

table tbody .actions-btn-suppr:not(.open):hover {
  opacity: 0.5; }

table tbody .actions-btn-save:not(.open):hover {
  opacity: 0.5; }

table tbody .actions-btn-suppr i {
  color: #482882;
  font-size: 1.66em; }

table tbody .actions-btn-save i {
  color: #482882;
  font-size: 1.66em; }

.dataTableHeadingContent {
  padding: 10px; }

table.table_content {
  background-color: #f3f3f3; }

.edit_action .accordion_actions table.table_content {
  background-color: #fff !important; }
  .edit_action .accordion_actions table.table_content td input, .edit_action .accordion_actions table.table_content td select {
    width: 220px !important;
    margin: 5px 0px !important; }
  .edit_action .accordion_actions table.table_content td .input_container {
    width: 100% !important; }

.edit_action .accordion_actions legend {
  margin-bottom: 5px !important; }

.edit_action .accordion_actions table.table_content tbody tr:nth-child(even) {
  background: #fff !important; }

input[type="color"] {
  width: 50px !important; }

#page_content_footer {
  background-color: transparent;
  font-weight: bold; }

.align-header thead tr th {
  padding: 10px;
  text-align: left !important; }

/*
** Page Mes emails types : Enlever le hover sur la liste
 */
.infoBoxContents table tr.even:hover {
  background: #fff !important; }

.infoBoxContents select {
  margin: 10px; }

.infoBoxContents table tr td ul li {
  color: #5e3f98; }

.table_content select {
  margin: 10px 0; }

#HeaderTitle {
  color: #482882; }

/*
** Page Mes médias : couleur du lien flydoc (management.scss)
 */
#info_flydoc a:hover span {
  color: #482882 !important; }

#info_flydoc a:visited span {
  color: #6946aa !important; }

/*
**  Page Signature
 */
.ac3_table {
  font-family: "Open Sans";
  background-color: #fff; }
  .ac3_table table thead th {
    height: 5vh;
    border-bottom: 2px solid #482882;
    color: #482882;
    font-weight: normal;
    text-transform: uppercase; }
  .ac3_table table thead div.th-inner {
    border-left: none;
    font-size: calc(8px + 0.2vh + 0.2vw);
    font-weight: 600;
    text-overflow: ellipsis; }
  .ac3_table table tbody tr {
    border-bottom: 1px solid #F0F0F0 !important; }
  .ac3_table table tbody td + td {
    border-left: none; }
  .ac3_table table tbody tr:last-child td {
    border-bottom: none; }
  .ac3_table table tbody tr:last-child {
    border-bottom: 1px dotted #482882; }
  .ac3_table table tbody tr:nth-child(even):hover {
    background: #e0e0e0 !important; }
  .ac3_table table tbody tr:nth-child(odd):hover {
    background: #e0e0e0 !important; }
  .ac3_table table tbody img {
    cursor: pointer; }

.ac3_table.ui-state-default {
  background: #fff !important; }

/*
** Page : Mes documents ( Management)
 */
.ui-widget-content .ui-state-default {
  font-size: 13px; }

/*
** Registre des mandats
 */
#registre_mandat_header {
  border-bottom: 1px solid #482882;
  width: 100%; }
  #registre_mandat_header .ui-state-default a, #registre_mandat_header .ui-state-default a:link {
    color: #482882 !important; }

.registre_mandat tbody td {
  text-align: left;
  padding: 10px 5px; }

/*
** Piges
 */
.actions-btn-lien-web:not(.open):hover {
  opacity: 0.5; }

/*
** Prospection
 */
.productListing-sectionHeader {
  font-weight: bolder;
  color: #5e34a9;
  background-color: #f3f3f3; }

.productListing-odd:hover {
  background: #e0e0e0 !important; }

.productListing-even:hover {
  background: #e0e0e0 !important; }

#madivprospect_listing .selected-row {
  background: #e0e0e0 !important;
  color: #3c2862 !important;
  border-bottom: 1px solid #7649c7 !important; }

#prospect_action .selected-row {
  background: #e3d9f3 !important;
  color: #3c2862 !important;
  border-bottom: 1px dotted #7649c7 !important; }

#prospect_action table thead th {
  border-bottom: 1px solid #482882 !important; }

/*
** Contacts : messages envoyés // stats_send_mail
 */
#stats_mail table thead th {
  border-bottom: 1px solid #482882 !important; }

#stats_mail table tbody td {
  padding: 10px 0; }

/*
** Page : Ma configuration (pour le listing) ( Management)
 */
.tabs_motor_mode_expert ul.nav.nav-list {
  font-size: 13px; }
  .tabs_motor_mode_expert ul.nav.nav-list li.active a {
    color: #482882;
    font-weight: bold;
    border-left: 4px solid #482882; }
    .tabs_motor_mode_expert ul.nav.nav-list li.active a:hover {
      color: #fff; }

#tableHeadingConfig {
  text-transform: uppercase;
  color: #fff;
  background-color: #482882;
  padding: 10px; }

#subTitleConfig {
  background-color: #f3f3f3;
  border-bottom: 2px solid #482882;
  text-transform: uppercase; }

.dataTableContent {
  font-size: 13px; }

#title_config {
  font-weight: bold !important; }

.table_footer_fix {
  width: 99%;
  background-color: #fff;
  border-top: 2px solid #f0f0f0; }
  .table_footer_fix div {
    padding: 11px;
    text-transform: uppercase;
    font-weight: bold; }

.table_footer_sticky {
  position: fixed;
  width: 84%;
  background-color: #fff;
  bottom: 51px;
  border-top: 2px solid #f0f0f0; }
  .table_footer_sticky div {
    padding: 11px;
    text-transform: uppercase;
    font-weight: bold; }

.listing_reference {
  background-color: red;
  padding: 0px 3px; }

.lightListing_multiExpertise,
.listing_multiExpertise,
.photoListing_multiExpertise,
.mapListing_multiExpertise {
  position: absolute;
  top: 0;
  left: 125px;
  padding: 5px;
  font-size: 11px;
  color: #fff;
  text-shadow: 0px 0px 1px #000; }
  .lightListing_multiExpertise.listing_multiExpertise,
  .listing_multiExpertise.listing_multiExpertise,
  .photoListing_multiExpertise.listing_multiExpertise,
  .mapListing_multiExpertise.listing_multiExpertise {
    left: 85px; }
  .lightListing_multiExpertise.photoListing_multiExpertise, .lightListing_multiExpertise .mapListing_multiExpertise,
  .listing_multiExpertise.photoListing_multiExpertise,
  .listing_multiExpertise .mapListing_multiExpertise,
  .photoListing_multiExpertise.photoListing_multiExpertise,
  .photoListing_multiExpertise .mapListing_multiExpertise,
  .mapListing_multiExpertise.photoListing_multiExpertise,
  .mapListing_multiExpertise .mapListing_multiExpertise {
    top: 3px;
    left: 30px;
    font-size: 13px; }

.mapListing_multiExpertise {
  position: absolute;
  top: 3px;
  left: 95px;
  padding: 5px;
  font-size: 13px;
  color: #fff;
  text-shadow: 0px 0px 1px #000; }

.light_header table tbody tr td {
  width: 10px;
  padding: 10px; }

/* Evan */
form[name="tab_res"] #chiffres_cles tr:nth-child(even) td {
  background-color: #f0f0f0 !important; }

form[name="tab_res"] tr th {
  text-align: left;
  font-weight: bold !important; }

form[name="tab_res"] tr:first-child th {
  text-align: center; }

form[name="tab_res"] td {
  border: 1px solid #ddd; }

form[name="tab_res"] > * {
  width: 99.5% !important; }

form[name="tab_res"] #listing_data tr th {
  text-align: left;
  font-weight: bold !important; }

form[name="tab_res"] #listing_data td {
  color: #333 !important; }

form[name="tab_res"] #listing_data .expander span b {
  color: #333 !important; }

form[name="tab_res"] .div_table_repo_nego {
  overflow-x: scroll; }

.report_box .barre_action_center > .barre_action_container {
  width: 90px !important; }

.report_box i.fa {
  color: #fff;
  font-size: 18px;
  margin-top: 9px; }

/* Fin EVan */
/* Management -> Paramètrage logiciel -> (mes) Critères */
.config_criteres_v4 ul#switch_buttons {
  margin-top: 3px; }
  .config_criteres_v4 ul#switch_buttons .input_container_radio {
    padding-top: 5px;
    text-transform: uppercase;
    border: none; }
    .config_criteres_v4 ul#switch_buttons .input_container_radio label.unactive {
      background: #6946aa;
      color: #fff; }
      .config_criteres_v4 ul#switch_buttons .input_container_radio label.unactive:hover {
        background: #482882; }
  .config_criteres_v4 ul#switch_buttons .text_radio {
    padding: 10px;
    border-radius: 0; }

.config_criteres_v4 #switch_buttons .search input[type=text] {
  box-shadow: none;
  background-color: #fff !important;
  padding-left: 30px !important; }

.config_criteres_v4 #switch_buttons li a:before, .config_criteres_v4 #switch_buttons li a:after {
  margin: -14px 0 0;
  background: #482882; }

.config_criteres_v4 #switch_buttons .search a:after {
  left: 27px;
  width: 3px;
  height: 7px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.config_criteres_v4 #switch_buttons .search a:before {
  width: 13px;
  height: 13px;
  border: 2px solid #482882;
  background: transparent;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.config_criteres_v4 table.tableaux_criteres {
  width: 100%;
  font-size: 13px !important; }
  .config_criteres_v4 table.tableaux_criteres tbody input[type="text"], .config_criteres_v4 table.tableaux_criteres tbody select {
    margin: auto; }
  .config_criteres_v4 table.tableaux_criteres tbody input[type="checkbox"] {
    margin: 0; }
  .config_criteres_v4 table.tableaux_criteres tbody .main {
    color: #6946aa;
    font-weight: normal;
    padding: 2px 0 2px 10px; }
  .config_criteres_v4 table.tableaux_criteres tbody .fa.fa-gear, .config_criteres_v4 table.tableaux_criteres tbody .fa.fa-lock {
    vertical-align: middle; }
  .config_criteres_v4 table.tableaux_criteres tbody .fa.fa-lock {
    cursor: help; }
  .config_criteres_v4 table.tableaux_criteres thead tr.ui-state-default.ui-state-default.ui-widget-content.ui-state-default.ui-widget-header.ui-state-default th {
    text-align: center;
    font-weight: bold !important;
    background: #482882 !important;
    color: #fff !important; }

#param_statuts_oblig_dialog ul {
  font-size: 13px;
  position: relative;
  padding: 0 15px;
  list-style: none; }
  #param_statuts_oblig_dialog ul.ui-tabs-nav {
    padding: 0;
    border: none; }
    #param_statuts_oblig_dialog ul.ui-tabs-nav li {
      padding: 0 10px;
      display: inline-block;
      margin: 0px 1px 0px 0px;
      top: 0; }
      #param_statuts_oblig_dialog ul.ui-tabs-nav li a {
        height: 30px;
        line-height: 30px;
        padding: 0; }
  #param_statuts_oblig_dialog ul li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #6946aa;
    position: relative;
    padding: 0 10px;
    top: 0; }
    #param_statuts_oblig_dialog ul li a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      outline: none; }
    #param_statuts_oblig_dialog ul li:hover, #param_statuts_oblig_dialog ul li.active {
      background: #482882;
      font-weight: bold; }
    #param_statuts_oblig_dialog ul li.ui-corner-top {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    #param_statuts_oblig_dialog ul li.ui-state-default {
      background: #6946aa !important; }
      #param_statuts_oblig_dialog ul li.ui-state-default a {
        font-weight: normal; }
      #param_statuts_oblig_dialog ul li.ui-state-default a:link {
        color: #fff; }
    #param_statuts_oblig_dialog ul li.ui-state-default.ui-state-active {
      background: #482882 !important; }
      #param_statuts_oblig_dialog ul li.ui-state-default.ui-state-active a, #param_statuts_oblig_dialog ul li.ui-state-default.ui-state-active a:link {
        font-weight: bold; }
    #param_statuts_oblig_dialog ul li.ui-state-default.ui-state-hover {
      background: #482882 !important; }

#param_statuts_oblig_dialog input[type="checkbox"] {
  margin: 0 5px; }

#param_statuts_oblig_dialog i.fa.fa-lock {
  padding: 0 3px 0 5px;
  vertical-align: middle; }

/* Management -> Paramètrage logiciel -> (mes) Critères FIN */
/* Popup Management -> Paramètrage logiciel - > Origines*/
form[name="origine"] table th.dataTableHeadingContent {
  text-align: center; }

/* Popup Management -> Paramètrage logiciel - > Origines FIN*/
/* Management -> Paramètrage logiciel -> (mes) Documents */
.admin_document .ui-state-default.ui-state-default.ui-widget-content.ui-state-default.ui-widget-header.ui-state-default {
  background: #f9f9f9;
  color: #6946aa;
  border-bottom: 1px solid #f7f4fb; }

.admin_document td {
  height: 27px; }

.admin_document .ui-state-hover, .admin_document .ui-widget-content .ui-state-hover {
  border: none;
  background: #eee;
  font-weight: bold;
  color: #6946aa; }

.admin_document .btn-help {
  margin-left: 5px;
  color: #fff;
  padding: 10px;
  background: #482882;
  text-shadow: none; }
  .admin_document .btn-help i {
    padding-right: 5px; }

.admin_document #dhtmlgoodies_tree {
  height: 100%; }

.admin_document .listing_content table tr.even, .admin_document table.table_content tr.even, .admin_document table tr.productListing-even, .admin_document tr.productListing-even, .admin_document .even {
  background: #eee !important; }

/*
** ui accordion
 */
#accordion .ui-state-default.ui-helper-reset, #docs_accordion .ui-state-default.ui-helper-reset, #scripts_accordion .ui-state-default.ui-helper-reset {
  background: #5a3e8f;
  text-shadow: none;
  border: none; }

#accordion .ui-accordion-header.ui-state-default a, #docs_accordion .ui-accordion-header.ui-state-default a, #scripts_accordion .ui-accordion-header.ui-state-default a {
  color: #fff;
  font-weight: bold; }

#accordion .ui-accordion-header.ui-state-hover a, #docs_accordion .ui-accordion-header.ui-state-hover a, #scripts_accordion .ui-accordion-header.ui-state-hover a {
  color: #fff; }

#accordion .ui-accordion-header.ui-state-active, #docs_accordion .ui-accordion-header.ui-state-active, #scripts_accordion .ui-accordion-header.ui-state-active {
  border: none;
  background: #5a3e8f; }
  #accordion .ui-accordion-header.ui-state-active a, #docs_accordion .ui-accordion-header.ui-state-active a, #scripts_accordion .ui-accordion-header.ui-state-active a {
    color: #6946aa; }

#accordion h3, #docs_accordion h3, #scripts_accordion h3 {
  font-size: 1.1em;
  line-height: 18px;
  height: 40px; }

.ac3-accordion .ui-icon {
  display: none; }

.ac3-accordion a {
  padding-left: .5em !important; }

.ac3-accordion h3 span.icon-angle:after {
  content: "\f105";
  font-family: "FontAwesome"; }

.ac3-accordion h3.ui-state-active span.icon-angle:after {
  content: "\f107"; }

/* Management -> Paramètrage logiciel -> (mes) Documents FIN */
.assit_listing {
  cursor: pointer !important; }

/* Historique des alertes emails Contacts -> Historiques des alertes emails */
.header_acquereur_listing td {
  font-size: 18px;
  padding: 20px;
  background-color: #482882;
  color: #fff; }
  .header_acquereur_listing td a {
    color: #fff; }
    .header_acquereur_listing td a i {
      color: #fff; }

.sous_header_acquereur_listing {
  text-transform: uppercase;
  border-bottom: 2px solid;
  font-weight: normal;
  color: #482882;
  background-color: #fff; }

.action_footer_acquereur_listing {
  width: 100%;
  bottom: 0 !important;
  height: 50px;
  background-color: #ffffff;
  z-index: 999; }
  .action_footer_acquereur_listing #barre_action .barre_action_center {
    width: 88% !important; }

.table_content .ui-state-highlight, .table_content .ui-widget-content .ui-state-highlight, .table_content .ui-widget-header .ui-state-highlight {
  border: none !important; }

.listing_content table, table.table_content {
  background: #fff; }

div#vente_listing_header th.dataTableHeadingContent {
  text-align: center !important; }

li.hide_button_action {
  display: none !important; }
