/**
 * Background
 */
.app {
  margin-top: 10px;
  padding-left: 0; }
  .app label {
    cursor: initial; }

.debug {
  background: red; }

.txt_red {
  color: red !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.customer-border-bottom {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.button {
  background: rgba(72, 40, 130, 0.5);
  color: #fff;
  padding: 3px;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px; }
  .button:hover {
    background: rgba(72, 40, 130, 0.4); }

.customer .row:not(.no-margin) {
  margin-bottom: 20px; }

.customer .switch {
  float: left; }

.customer .switch1 {
  float: center; }

.customer .button-contact, .customer #button-contact {
  background: #6946aa !important;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: 2px 4px;
  display: inline-block;
  width: 114px;
  cursor: pointer;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  float: right; }

.customer label, .customer input, .customer button, .customer select, .customer textarea {
  font-size: 12px; }

.customer .ui-tabs-nav .ui-state-active > a, .customer .ui-tabs-nav .ui-state-active > a:link {
  color: #fff !important; }

.customer input[type="text"], .customer input[type="date"], .customer input[type="number"], .customer textarea, .customer select {
  font-family: 'Open Sans';
  border: none;
  resize: none;
  outline: none;
  border-radius: initial;
  box-shadow: none;
  width: 100%;
  margin-bottom: 0; }
  .customer input[type="text"].input-price, .customer input[type="date"].input-price, .customer input[type="number"].input-price, .customer textarea.input-price, .customer select.input-price {
    text-align: right; }

.customer textarea {
  background-color: #fff !important;
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px; }
  .customer textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(72, 40, 130, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(72, 40, 130, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(72, 40, 130, 0.6); }

/**
 * TOP
 */
#customer-show-top {
  background: #fff;
  position: relative;
  margin-bottom: 10px; }
  #customer-show-top .informations {
    position: relative;
    background: #6946aa;
    color: #fff;
    font-weight: lighter;
    font-size: calc(9px + 0.2vw);
    padding: 8px; }
  #customer-show-top .click-info {
    cursor: pointer;
    font-size: 15px; }
  #customer-show-top h1 {
    text-transform: uppercase;
    font-size: calc(7px + 0.5vw);
    font-weight: bold;
    line-height: normal; }
  #customer-show-top .color {
    width: 30px;
    height: 30px;
    background: #c00;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 3px; }
  #customer-show-top .address {
    display: inline-block;
    padding-right: 15px;
    margin-left: 7px; }
  #customer-show-top .infos {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
  #customer-show-top .infos2 {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
  #customer-show-top .infosRGPD {
    max-height: 44px;
    max-width: 30%; }
    #customer-show-top .infosRGPD i {
      margin: 10px 15px 15px 0;
      float: left; }
  #customer-show-top div.stop_sms > i.fa-ban.stop_sms_off {
    color: #bebebe; }
  #customer-show-top .pull-infos .rotate-chev-1 {
    transform: rotate(90deg);
    transition: .3s; }
  #customer-show-top .pull-infos .rotate-reset-chev-1 {
    transform: rotate(0deg);
    transition: .3s; }
  @media screen and (max-width: 1050px) {
    #customer-show-top .pull-relations {
      margin-left: 8px !important; }
      #customer-show-top .pull-relations .count {
        position: absolute;
        display: block;
        right: 0px;
        top: 2px;
        background: #dd464d;
        padding: 1px 4px;
        border: 1px solid #fff;
        border-radius: 8px;
        font-size: 8px;
        text-align: center;
        line-height: initial;
        color: #fff; }
      #customer-show-top .pull-relations i.fa {
        padding-left: 0px; }
    #customer-show-top .rotate-chev-2 {
      transform: rotate(90deg);
      transition: .3s; }
    #customer-show-top .rotate-reset-chev-2 {
      transform: rotate(0deg);
      transition: .3s; } }
  @media screen and (min-width: 1050px) {
    #customer-show-top .pull-relations {
      margin-left: 8px !important; }
      #customer-show-top .pull-relations .count {
        position: absolute;
        display: block;
        right: 15px;
        top: 4px;
        background: #dd464d;
        padding: 1px 4px;
        border: 1px solid #fff;
        border-radius: 8px;
        font-size: 10px;
        text-align: center;
        line-height: initial;
        color: #fff; }
      #customer-show-top .pull-relations i.fa {
        padding-left: 10px; } }
  #customer-show-top .account-tooltip {
    color: #482882 !important; }
  #customer-show-top .pull-infos, #customer-show-top .pull-relations {
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 8px;
    margin-top: 2px; }
    #customer-show-top .pull-infos a, #customer-show-top .pull-relations a {
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
    #customer-show-top .pull-infos strong, #customer-show-top .pull-relations strong {
      margin-right: 5px; }
    #customer-show-top .pull-infos.pull-selected, #customer-show-top .pull-relations.pull-selected {
      background: #fff; }
      #customer-show-top .pull-infos.pull-selected a, #customer-show-top .pull-relations.pull-selected a {
        color: #482882; }
  #customer-show-top .click-infos, #customer-show-top .click-contacts-associes {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100; }
  #customer-show-top .click-infos-inside, #customer-show-top .click-contacts-associes-inside {
    border: 2px solid #482882;
    background-color: #fff;
    padding: 10px;
    width: 100%; }
    #customer-show-top .click-infos-inside .fa, #customer-show-top .click-contacts-associes-inside .fa {
      color: #6946aa;
      font-size: 18px; }
      #customer-show-top .click-infos-inside .fa:hover, #customer-show-top .click-contacts-associes-inside .fa:hover {
        cursor: pointer;
        color: #482882; }
      #customer-show-top .click-infos-inside .fa.fa-mobile, #customer-show-top .click-contacts-associes-inside .fa.fa-mobile {
        font-size: 20px; }
    #customer-show-top .click-infos-inside .calendar-abs, #customer-show-top .click-infos-inside .calc-abs, #customer-show-top .click-contacts-associes-inside .calendar-abs, #customer-show-top .click-contacts-associes-inside .calc-abs {
      right: 35px; }
    #customer-show-top .click-infos-inside .simple_select_container, #customer-show-top .click-contacts-associes-inside .simple_select_container {
      margin: 0; }
      #customer-show-top .click-infos-inside .simple_select_container input, #customer-show-top .click-contacts-associes-inside .simple_select_container input {
        margin: 0;
        color: #555; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block {
    position: relative;
    padding-left: 0; }
    #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block h1 {
      padding-bottom: 10px;
      padding-left: 5px; }
    #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block a, #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block p, #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block span {
      position: absolute;
      top: 20%; }
    #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block a, #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block p {
      color: #482882;
      font-size: calc(5px + 0.5vw); }
    #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block input {
      position: absolute;
      margin-bottom: 5px;
      right: 1%;
      top: 18%;
      font-size: 13px; }
      #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block input#customer_parent_add {
        top: 4%; }
    #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block p {
      top: 15%;
      right: 13%; }
    #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block a {
      text-decoration: underline !important;
      font-style: italic;
      right: 15%; }
    #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block span {
      top: 20%;
      right: 13%; }
  #customer-show-top .click-contacts-associes-inside .block-co-assoc, #customer-show-top .click-contacts-associes-inside .block-co-rattach {
    padding: 0 10px 10px 10px; }
  #customer-show-top .click-contacts-associes-inside .block-co-assoc:first-child, #customer-show-top .click-contacts-associes-inside .block-co-rattach:first-child {
    padding-left: 0; }
  #customer-show-top .click-contacts-associes-inside .box-co-assoc, #customer-show-top .click-contacts-associes-inside .box-co-rattach {
    width: 100%;
    height: 250px;
    border: 1px solid #6946aa;
    margin: 0 0 30px 0; }
    #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-assoc-top, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-assoc-top {
      position: relative;
      height: 20%;
      width: 100%;
      padding: 1% 2%;
      background-color: #6946aa;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
      #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-assoc-top .fa, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-assoc-top .fa {
        position: absolute;
        color: #fff;
        top: 15px; }
        #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-assoc-top .fa.fa-pencil, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-assoc-top .fa.fa-pencil {
          right: 30px; }
        #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-assoc-top .fa.fa-times, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-assoc-top .fa.fa-times {
          right: 5px; }
        #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-assoc-top .fa:hover, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-assoc-top .fa:hover {
          opacity: 0.8; }
    #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-rattach-top, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-rattach-top {
      position: relative;
      height: 25%;
      width: 100%;
      padding: 1% 2%;
      background-color: #6946aa;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
      #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-rattach-top:after, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-rattach-top:after {
        content: "";
        background: #f0f0f0;
        position: absolute;
        bottom: 0;
        left: 2%;
        right: 2%;
        height: 2px;
        width: 96%; }
      #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-rattach-top .fa, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-rattach-top .fa {
        position: absolute;
        color: #fff;
        top: 15px; }
        #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-rattach-top .fa.fa-pencil, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-rattach-top .fa.fa-pencil {
          right: 30px; }
        #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-rattach-top .fa.fa-times, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-rattach-top .fa.fa-times {
          right: 5px; }
        #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-rattach-top .fa:hover, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-rattach-top .fa:hover {
          opacity: 0.8; }
    #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-top-new, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-top-new {
      height: 35%; }
      #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-top-new .fa.fa-check, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-top-new .fa.fa-check {
        right: 30px; }
      #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-top-new .fa.fa-times, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-top-new .fa.fa-times {
        right: 5px; }
    #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-content, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-content {
      height: 75%;
      width: 100%;
      padding: 1%; }
      #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-content table, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-content table {
        padding: 2% 0;
        height: 100%;
        width: 100%; }
        #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-content table tr, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-content table tr {
          border-bottom: 1px solid #f0f0f0; }
          #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-content table tr td:first-child, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-content table tr td:first-child {
            width: 30%; }
      #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-content .switch, #customer-show-top .click-contacts-associes-inside .box-co-assoc .box-co-content .switch1, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-content .switch, #customer-show-top .click-contacts-associes-inside .box-co-rattach .box-co-content .switch1 {
        float: none; }
  #customer-show-top .customer-commentaires div {
    padding-left: 10px; }
  #customer-show-top label {
    font-weight: bold; }
  #customer-show-top .customer-sub-informations {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px; }
    #customer-show-top .customer-sub-informations .fa {
      color: #482882;
      font-size: 18px; }
    #customer-show-top .customer-sub-informations .col-md-3 {
      padding-left: 15px;
      border-left: 3px solid rgba(72, 40, 130, 0.5); }
    #customer-show-top .customer-sub-informations input.cmn-toggle-round + label {
      margin: 2px; }
  #customer-show-top .customer-top-informations {
    margin-bottom: 0; }
  #customer-show-top .switch, #customer-show-top .switch1 {
    vertical-align: middle; }
  #customer-show-top .premier-contact-coordonnees, #customer-show-top .premier-contact-etat-civil, #customer-show-top .troisieme-contact-financement, #customer-show-top .troisieme-contact-email, #customer-show-top .troisieme-contact-site, #customer-show-top .troisieme-contact-services {
    background-color: #f0f0f0;
    padding: 10px; }
    #customer-show-top .premier-contact-coordonnees .header-premier-contact, #customer-show-top .premier-contact-etat-civil .header-premier-contact, #customer-show-top .troisieme-contact-financement .header-premier-contact, #customer-show-top .troisieme-contact-email .header-premier-contact, #customer-show-top .troisieme-contact-site .header-premier-contact, #customer-show-top .troisieme-contact-services .header-premier-contact {
      border-bottom: 2px solid #6946aa;
      margin-bottom: 5px; }
      #customer-show-top .premier-contact-coordonnees .header-premier-contact h1, #customer-show-top .premier-contact-etat-civil .header-premier-contact h1, #customer-show-top .troisieme-contact-financement .header-premier-contact h1, #customer-show-top .troisieme-contact-email .header-premier-contact h1, #customer-show-top .troisieme-contact-site .header-premier-contact h1, #customer-show-top .troisieme-contact-services .header-premier-contact h1 {
        display: inline-block;
        padding-bottom: 10px; }
      #customer-show-top .premier-contact-coordonnees .header-premier-contact i.fa, #customer-show-top .premier-contact-etat-civil .header-premier-contact i.fa, #customer-show-top .troisieme-contact-financement .header-premier-contact i.fa, #customer-show-top .troisieme-contact-email .header-premier-contact i.fa, #customer-show-top .troisieme-contact-site .header-premier-contact i.fa, #customer-show-top .troisieme-contact-services .header-premier-contact i.fa {
        display: inline-block;
        color: #6946aa;
        margin: 5px; }
        #customer-show-top .premier-contact-coordonnees .header-premier-contact i.fa:hover, #customer-show-top .premier-contact-etat-civil .header-premier-contact i.fa:hover, #customer-show-top .troisieme-contact-financement .header-premier-contact i.fa:hover, #customer-show-top .troisieme-contact-email .header-premier-contact i.fa:hover, #customer-show-top .troisieme-contact-site .header-premier-contact i.fa:hover, #customer-show-top .troisieme-contact-services .header-premier-contact i.fa:hover {
          cursor: pointer;
          color: #482882; }
    #customer-show-top .premier-contact-coordonnees .ac3_multiselect input, #customer-show-top .premier-contact-etat-civil .ac3_multiselect input, #customer-show-top .troisieme-contact-financement .ac3_multiselect input, #customer-show-top .troisieme-contact-email .ac3_multiselect input, #customer-show-top .troisieme-contact-site .ac3_multiselect input, #customer-show-top .troisieme-contact-services .ac3_multiselect input {
      background: #fff !important;
      background-image: url(../../images/chevron_updown.png) !important;
      background-size: 7px !important;
      background-position: right 5px top 50% !important;
      background-repeat: no-repeat !important;
      padding-right: 17px !important;
      color: #555; }
    #customer-show-top .premier-contact-coordonnees .ac3_multiselect span, #customer-show-top .premier-contact-etat-civil .ac3_multiselect span, #customer-show-top .troisieme-contact-financement .ac3_multiselect span, #customer-show-top .troisieme-contact-email .ac3_multiselect span, #customer-show-top .troisieme-contact-site .ac3_multiselect span, #customer-show-top .troisieme-contact-services .ac3_multiselect span {
      display: none; }
    #customer-show-top .premier-contact-coordonnees select, #customer-show-top .premier-contact-coordonnees input, #customer-show-top .premier-contact-etat-civil select, #customer-show-top .premier-contact-etat-civil input, #customer-show-top .troisieme-contact-financement select, #customer-show-top .troisieme-contact-financement input, #customer-show-top .troisieme-contact-email select, #customer-show-top .troisieme-contact-email input, #customer-show-top .troisieme-contact-site select, #customer-show-top .troisieme-contact-site input, #customer-show-top .troisieme-contact-services select, #customer-show-top .troisieme-contact-services input {
      background: #fff !important;
      border: none;
      outline: none;
      resize: none;
      width: 100%;
      height: 27px;
      padding: 5px; }
    #customer-show-top .premier-contact-coordonnees select, #customer-show-top .premier-contact-etat-civil select, #customer-show-top .troisieme-contact-financement select, #customer-show-top .troisieme-contact-email select, #customer-show-top .troisieme-contact-site select, #customer-show-top .troisieme-contact-services select {
      background-image: url(../../images/chevron_updown.png) !important;
      background-size: 7px !important;
      background-position: right 5px top 50% !important;
      background-repeat: no-repeat !important;
      padding-right: 17px !important; }
  #customer-show-top .premier-contact-etat-civil .customer-table {
    display: none; }
    #customer-show-top .premier-contact-etat-civil .customer-table td:first-child {
      width: 30%; }
  #customer-show-top .premier-contact-etat-civil .rotate-chev-etat {
    transform: rotate(180deg);
    transition: .3s; }
  #customer-show-top .premier-contact-etat-civil .rotate-reset-etat {
    transform: rotate(0deg);
    transition: .3s; }
  #customer-show-top .troisieme-contact-email .customer-table td:first-child, #customer-show-top .troisieme-contact-site .customer-table td:first-child, #customer-show-top .troisieme-contact-services .customer-table td:first-child {
    width: 15%; }
  #customer-show-top .troisieme-contact-email .rotate-chev-etat, #customer-show-top .troisieme-contact-site .rotate-chev-etat, #customer-show-top .troisieme-contact-services .rotate-chev-etat {
    transform: rotate(180deg);
    transition: .3s; }
  #customer-show-top .troisieme-contact-email .rotate-reset-etat, #customer-show-top .troisieme-contact-site .rotate-reset-etat, #customer-show-top .troisieme-contact-services .rotate-reset-etat {
    transform: rotate(0deg);
    transition: .3s; }
  #customer-show-top .premier-contact-coordonnees .rotate-chev-coord {
    transform: rotate(180deg);
    transition: .3s; }
  #customer-show-top .premier-contact-coordonnees .rotate-reset-coord {
    transform: rotate(0deg);
    transition: .3s; }
  #customer-show-top .premier-contact-coordonnees .add_num, #customer-show-top .premier-contact-coordonnees .add_mail {
    text-decoration: underline; }
    #customer-show-top .premier-contact-coordonnees .add_num a, #customer-show-top .premier-contact-coordonnees .add_mail a {
      color: #482882; }
  #customer-show-top .premier-contact-coordonnees .customer-table td:first-child {
    width: 15%; }
  #customer-show-top .troisieme-contact-financement .rotate-chev-coord {
    transform: rotate(180deg);
    transition: .3s; }
  #customer-show-top .troisieme-contact-financement .rotate-reset-coord {
    transform: rotate(0deg);
    transition: .3s; }
  #customer-show-top .troisieme-contact-financement .add_num, #customer-show-top .troisieme-contact-financement .add_mail {
    text-decoration: underline; }
    #customer-show-top .troisieme-contact-financement .add_num a, #customer-show-top .troisieme-contact-financement .add_mail a {
      color: #482882; }
  #customer-show-top .troisieme-contact-financement .customer-table {
    display: none; }
    #customer-show-top .troisieme-contact-financement .customer-table td:first-child {
      width: 15%; }
  #customer-show-top .block .customer-table td:first-child {
    width: 30%; }
  #customer-show-top .hide-tel {
    display: none; }

.ac3_multiselect_list label {
  display: inline;
  padding-left: 5px; }

.ac3_multiselect_list input {
  margin-left: 8px; }

.block {
  padding: 10px; }
  .block h1 {
    font-size: 18px;
    color: #6946aa;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 5px; }

.customer-table {
  width: 100%; }
  .customer-table td {
    border-bottom: 1px solid #f0f0f0;
    padding: 3px;
    font-size: 12px;
    height: 22px;
    line-height: 22px; }

.customer-all-searches .simple_select_container, .customer-all-searches input[name="secteurs_lfi_input"] {
  float: none; }

.customer-all-searches #customer-search .search-container {
  width: 100%;
  background: #e0e0e0;
  padding: 5px 5px 0 5px;
  margin-top: 5px; }
  .customer-all-searches #customer-search .search-container.main_rech {
    border: 2px solid #482882; }

.customer-all-searches #customer-search .search-title {
  font-size: 12px;
  min-height: 26px;
  line-height: 22px; }
  .customer-all-searches #customer-search .search-title > .row {
    display: flex; }
    .customer-all-searches #customer-search .search-title > .row div.no-padding {
      margin: auto; }
  .customer-all-searches #customer-search .search-title span {
    padding-left: 2%; }
  .customer-all-searches #customer-search .search-title .search-actions a:not(.button) {
    padding: 0 4px; }
  .customer-all-searches #customer-search .search-title .search-actions .button {
    margin-right: 4px;
    margin-bottom: 4px; }
  .customer-all-searches #customer-search .search-title .search-actions .fa {
    vertical-align: middle; }
  .customer-all-searches #customer-search .search-title .fa.fa-flag {
    color: #6946aa;
    padding: 1%;
    font-size: 15px;
    cursor: pointer; }
    .customer-all-searches #customer-search .search-title .fa.fa-flag.main {
      color: #482882;
      cursor: initial; }

.customer-all-searches #customer-search .search-footer {
  padding: 5px 0; }

.customer-all-searches #customer-search .critere-sms, .customer-all-searches #customer-search .critere-email {
  display: inline; }
  .customer-all-searches #customer-search .critere-sms p, .customer-all-searches #customer-search .critere-sms div, .customer-all-searches #customer-search .critere-email p, .customer-all-searches #customer-search .critere-email div {
    display: inline-block;
    display: inline-flex; }
  .customer-all-searches #customer-search .critere-sms > p, .customer-all-searches #customer-search .critere-email > p {
    padding: 4px;
    vertical-align: top; }

.customer-all-searches #customer-search .critere-email {
  padding-right: 10px; }

.customer-all-searches #customer-search .search-criteres {
  background: #fff;
  padding: 5px; }
  .customer-all-searches #customer-search .search-criteres .search-critere-line {
    width: 100%; }
  .customer-all-searches #customer-search .search-criteres label.search-critere-label {
    width: 140px;
    margin: 0 1% 0 1%;
    padding: 0;
    font-weight: bold;
    display: inline-block;
    display: inline-flex;
    font-size: 12px;
    vertical-align: top; }
  .customer-all-searches #customer-search .search-criteres .search-critere-value {
    width: 50%;
    margin: 0 3 0 3%;
    padding: 0 0 0 5px;
    word-wrap: break-word;
    display: inline-block;
    /*display: inline-flex;*/ }
  .customer-all-searches #customer-search .search-criteres .search-critere-stars {
    display: inline;
    width: 10%; }
    .customer-all-searches #customer-search .search-criteres .search-critere-stars .stars {
      vertical-align: top;
      display: inline-block;
      width: 50px; }
      .customer-all-searches #customer-search .search-criteres .search-critere-stars .stars .fa {
        color: orange;
        font-size: 0.9rem; }
      .customer-all-searches #customer-search .search-criteres .search-critere-stars .stars .fa:hover {
        opacity: 1; }

.customer-all-searches #customer-search .pageSubHeading {
  font-size: 15px;
  padding-left: 5px;
  color: #482882;
  text-transform: uppercase;
  font-weight: bold; }

.customer-all-searches #customer-search .table-striped.table-critere {
  border-top: 2px solid #482882; }

.customer-all-searches-docs {
  background: #fff;
  padding: 10px 0; }

.customer-all-searches,
.customer-bien-propose,
.customer-bien-propose-table-baisse-prix,
.customer-bien-propose-table-suivi,
.customer-all-searches-offre,
.customer-all-searches-immocloud,
.customer-all-searches-suivi,
.customer-all-searches-agenda,
.customer-all-searches-signature,
.customer-all-searches-zimbra {
  background: #fff;
  padding: 10px; }
  .customer-all-searches > h4,
  .customer-bien-propose > h4,
  .customer-bien-propose-table-baisse-prix > h4,
  .customer-bien-propose-table-suivi > h4,
  .customer-all-searches-offre > h4,
  .customer-all-searches-immocloud > h4,
  .customer-all-searches-suivi > h4,
  .customer-all-searches-agenda > h4,
  .customer-all-searches-signature > h4,
  .customer-all-searches-zimbra > h4 {
    width: 50%;
    display: inline-block;
    text-transform: uppercase;
    color: #482882;
    font-size: 14px;
    margin: 2px 0 10px 0; }
  .customer-all-searches > a > span,
  .customer-bien-propose > a > span,
  .customer-bien-propose-table-baisse-prix > a > span,
  .customer-bien-propose-table-suivi > a > span,
  .customer-all-searches-offre > a > span,
  .customer-all-searches-immocloud > a > span,
  .customer-all-searches-suivi > a > span,
  .customer-all-searches-agenda > a > span,
  .customer-all-searches-signature > a > span,
  .customer-all-searches-zimbra > a > span {
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
    text-align: right;
    display: inline-block;
    color: #482882;
    font-weight: bold; }
  .customer-all-searches .fa,
  .customer-bien-propose .fa,
  .customer-bien-propose-table-baisse-prix .fa,
  .customer-bien-propose-table-suivi .fa,
  .customer-all-searches-offre .fa,
  .customer-all-searches-immocloud .fa,
  .customer-all-searches-suivi .fa,
  .customer-all-searches-agenda .fa,
  .customer-all-searches-signature .fa,
  .customer-all-searches-zimbra .fa {
    color: #482882;
    font-size: 18px; }
  .customer-all-searches .fa:hover,
  .customer-bien-propose .fa:hover,
  .customer-bien-propose-table-baisse-prix .fa:hover,
  .customer-bien-propose-table-suivi .fa:hover,
  .customer-all-searches-offre .fa:hover,
  .customer-all-searches-immocloud .fa:hover,
  .customer-all-searches-suivi .fa:hover,
  .customer-all-searches-agenda .fa:hover,
  .customer-all-searches-signature .fa:hover,
  .customer-all-searches-zimbra .fa:hover {
    opacity: 0.7; }
  .customer-all-searches .fa-map-marker:hover,
  .customer-bien-propose .fa-map-marker:hover,
  .customer-bien-propose-table-baisse-prix .fa-map-marker:hover,
  .customer-bien-propose-table-suivi .fa-map-marker:hover,
  .customer-all-searches-offre .fa-map-marker:hover,
  .customer-all-searches-immocloud .fa-map-marker:hover,
  .customer-all-searches-suivi .fa-map-marker:hover,
  .customer-all-searches-agenda .fa-map-marker:hover,
  .customer-all-searches-signature .fa-map-marker:hover,
  .customer-all-searches-zimbra .fa-map-marker:hover {
    opacity: 1; }

#critere_search.bien-propose {
  position: relative; }

.customer-bien-propose {
  /********************************
    ***customer-bien-propose-table***
    *********************************/ }
  .customer-bien-propose .count {
    position: absolute;
    display: block;
    right: 1px;
    top: -8px;
    background: #dd464d;
    padding: 1px 4px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 9px;
    text-align: center;
    line-height: initial;
    color: #fff; }
  .customer-bien-propose.ui-widget-content {
    border: none; }
  .customer-bien-propose h6 {
    padding-left: 5px; }
  .customer-bien-propose .table_biens {
    width: 100%;
    margin-top: 10px;
    border-bottom: 2px solid #f0f0f0;
    font-size: 12px; }
    .customer-bien-propose .table_biens tr:first-child th {
      border-bottom: 2px solid #f0f0f0;
      padding-bottom: 5px;
      color: #6946aa; }
    .customer-bien-propose .table_biens tbody tr td {
      height: 65px; }
    .customer-bien-propose .table_biens .col_checkbox {
      width: 5%; }
    .customer-bien-propose .table_biens .col_img {
      width: 10%; }
    .customer-bien-propose .table_biens .col_ref {
      width: 25%; }
    .customer-bien-propose .table_biens .col_prix {
      width: 15%; }
    .customer-bien-propose .table_biens .col_avis {
      width: 15%; }
    .customer-bien-propose .table_biens .col_avancement {
      width: 30%; }
    .customer-bien-propose .table_biens .div_ref {
      width: 100%;
      display: inline-block; }
    .customer-bien-propose .table_biens .td-image {
      padding: 4px; }
      .customer-bien-propose .table_biens .td-image img {
        width: 100%; }
    .customer-bien-propose .table_biens .td-ref {
      text-align: center;
      display: inline-block;
      margin: 1px;
      white-space: nowrap;
      width: 100%;
      vertical-align: text-top; }
    .customer-bien-propose .table_biens .avancement_visite, .customer-bien-propose .table_biens .avancement_encours, .customer-bien-propose .table_biens .avancement_envoye, .customer-bien-propose .table_biens .avancement_refuse {
      color: #fff;
      text-transform: uppercase;
      font-weight: bolder;
      width: 80%;
      height: 30px;
      margin: 10% 10%;
      padding-top: 4%; }
    .customer-bien-propose .table_biens .avancement_visite {
      background-color: lightgreen; }
    .customer-bien-propose .table_biens .avancement_encours {
      background-color: orange; }
    .customer-bien-propose .table_biens .avancement_envoye {
      background-color: #a188ce; }
    .customer-bien-propose .table_biens .avancement_refuse {
      background-color: red; }
    .customer-bien-propose .table_biens .fa {
      padding: 0 0 0 5px; }
    .customer-bien-propose .table_biens .avis_client {
      cursor: pointer; }
    .customer-bien-propose .table_biens .fa.fa-star:hover, .customer-bien-propose .table_biens .fa.fa-star-o:hover {
      opacity: 1; }

.customer-all-searches-offre #accordion {
  float: none; }
  .customer-all-searches-offre #accordion a {
    color: #6946aa; }
  .customer-all-searches-offre #accordion .fa {
    color: #482882; }
    .customer-all-searches-offre #accordion .fa.fa-pencil, .customer-all-searches-offre #accordion .fa.fa-print {
      padding-right: 5px; }
  .customer-all-searches-offre #accordion .panel-heading {
    background: #e0e0e0 !important;
    border: none; }
    .customer-all-searches-offre #accordion .panel-heading .panel-title {
      font-weight: bold; }
  .customer-all-searches-offre #accordion .panel-body {
    border: 4px solid #e0e0e0; }
  .customer-all-searches-offre #accordion .panel {
    margin-bottom: 10px; }
  .customer-all-searches-offre #accordion .calendar-abs {
    right: 5px;
    top: 5px;
    margin-top: 0; }

.customer-all-searches-offre .box_suivi {
  position: relative;
  height: 98px;
  width: 100px; }
  .customer-all-searches-offre .box_suivi .thumb_border {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(105, 70, 170, 0.1);
    border: 1px solid rgba(105, 70, 170, 0.2); }
  .customer-all-searches-offre .box_suivi .thumb_offre, .customer-all-searches-offre .box_suivi .thumb_visite {
    position: absolute;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    top: 8%;
    right: 7%; }
  .customer-all-searches-offre .box_suivi .thumb_offre {
    background-color: #6946aa; }
  .customer-all-searches-offre .box_suivi .thumb_visite {
    background-color: #6946aa; }
  .customer-all-searches-offre .box_suivi .title {
    position: absolute;
    color: white;
    top: 41%;
    width: 100%;
    height: 90%;
    text-align: center;
    display: table; }
  .customer-all-searches-offre .box_suivi .title div {
    text-transform: uppercase;
    font-weight: bold; }

.customer-all-searches-offre .box_suivi_fleche {
  position: relative;
  height: 98px;
  width: 100%; }
  .customer-all-searches-offre .box_suivi_fleche p {
    height: 42px;
    height: 42px;
    line-height: 93px; }
    .customer-all-searches-offre .box_suivi_fleche p img {
      vertical-align: middle; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1050px) {
  .legende {
    margin-top: 50%;
    position: relative;
    padding-top: 5px; }
    .legende .rech_separate {
      border-left: 2px solid #482882;
      padding-left: 15px;
      margin-left: 15px; }
    .legende span {
      padding-left: 10px; }
      .legende span .fa, .legende span img {
        vertical-align: baseline; }
      .legende span .icon_home, .legende span .icon_building {
        height: 25px;
        width: 25px;
        display: inline-block;
        margin-bottom: 10px; } }

@media screen and (min-width: 1050px) {
  .legende {
    position: relative;
    padding-top: 5px; }
    .legende .rech_separate {
      border-left: 2px solid #482882;
      padding-left: 15px;
      margin-left: 15px; }
    .legende span {
      padding-left: 10px; }
      .legende span .fa, .legende span img {
        vertical-align: baseline; }
      .legende span .icon_home, .legende span .icon_building {
        height: 25px;
        width: 25px;
        display: inline-block;
        margin-bottom: 10px; } }

.carto {
  margin-top: 33px;
  position: relative;
  text-align: center;
  border: 2px solid #fff;
  z-index: 99; }

.floatable {
  position: fixed;
  top: 0;
  width: 48%;
  margin-top: 5px; }

.floatable-legende {
  width: 48%;
  position: fixed;
  top: 465px; }

#avancement_box > a span {
  color: #482882;
  margin-top: 8px;
  margin-right: 10px;
  position: relative;
  font-size: 22px;
  display: block;
  float: right; }
  #avancement_box > a span:hover {
    opacity: 0.8; }

.avancement_box > div {
  text-align: left;
  padding: 5px 0;
  margin: 5px;
  color: #482882 !important;
  background-color: #fff;
  border-bottom: 2px solid #482882;
  text-transform: uppercase;
  font-size: 21px !important; }

.avancement_box table.table_content thead th {
  border-bottom: 1px solid #f0f0f0;
  color: #6946aa !important;
  padding: 0 1em; }

.avancement_box table.table_content tbody td {
  padding: 0.5em 1em !important;
  text-align: left; }
  .avancement_box table.table_content tbody td.main {
    font-weight: normal;
    color: #555; }

#select_avis_client > a span {
  color: #482882;
  margin-top: 14px;
  margin-right: 10px;
  position: relative;
  font-size: 22px;
  display: block;
  float: right; }
  #select_avis_client > a span:hover {
    opacity: 0.8; }

#select_avis_client .notation_box {
  height: 40px; }

#select_avis_client h1 {
  color: #482882 !important;
  background-color: #fff;
  border-bottom: 2px solid #482882;
  text-transform: uppercase;
  font-size: 16px !important;
  margin: 5px 2px 14px 2px;
  padding: 0; }

#select_avis_client h2 {
  font-family: 'Open Sans';
  text-align: left;
  padding: 0;
  margin: 0 0 2px 2px;
  color: #482882 !important;
  background-color: #fff;
  border-bottom: 2px solid #482882;
  font-size: 13px !important; }

#select_avis_client .fa {
  font-size: 20px;
  padding-left: 10px; }
  #select_avis_client .fa.fa-ban {
    color: red; }
  #select_avis_client .fa.fa-check-circle {
    color: lightgreen; }
  #select_avis_client .fa.fa-eur {
    color: gold; }

#select_avis_client .commentaire_client {
  width: 96%;
  height: 60px;
  margin: 2% 2% 0 2%;
  border: 1px solid #482882; }

.target_avancement_client span {
  font-weight: bolder;
  font-size: 14px; }

.target_avancement_client div.dot {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background: red;
  display: inline-block;
  margin-right: 10px; }

/* ============================================================
  TOGGLE SWITCH
============================================================ */
#wrapper {
  min-width: 600px; }

.settings {
  display: table;
  width: 100%; }

.settings .row {
  display: table-row; }

.settings .question,
.settings .switch,
.settings .switch1 {
  display: table-cell;
  vertical-align: middle;
  padding: 10px; }

.settings .question {
  width: 600px;
  font-family: "Roboto Slab", serif;
  font-size: 20px; }

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input.cmn-toggle-round + label {
  padding: 2px;
  width: 40px;
  height: 25px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px; }

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #bebebe;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }

input.cmn-toggle-round + label:after {
  width: 21px;
  height: 21px;
  margin-top: 1px;
  margin-left: 1px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s; }

input.cmn-toggle-round:checked + label:before {
  background-color: #482882; }

input.cmn-toggle-round:checked + label:after {
  margin-left: 16px; }

.calendar-abs, .calc-abs {
  position: absolute;
  float: right;
  right: 25px;
  margin-top: 5px; }

.suppr-abs, .question-abs, .suppr-tel-abs {
  position: absolute;
  right: 5px;
  top: 5px; }

.tel_bloctel {
  position: absolute;
  right: 80px;
  top: 5px; }

.sms-abs {
  position: absolute;
  right: 55px;
  top: 5px; }

.tel-voip-abs {
  position: absolute;
  right: 30px;
  top: 5px; }

.stop_sms {
  position: absolute;
  right: 30px;
  top: 5px; }

.input-container {
  position: relative;
  float: left;
  padding: 0;
  width: 100%; }

.too_many_tels, .too_many_mails {
  text-align: right;
  color: red;
  font-weight: bold; }

.customer-left label {
  font-weight: bold; }

.customer-left .customer-nav.ui-widget-header {
  background: transparent; }

.customer-left > .row.ui-widget-content {
  border: none;
  background: transparent; }

.customer-left > .ui-tabs {
  padding: 0 15px; }
  .customer-left > .ui-tabs.ui-widget {
    font-size: 12px; }
    .customer-left > .ui-tabs.ui-widget textarea {
      font-style: normal;
      font-size: 12px; }

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

.customer-left #tabs_biens ul.customer-nav, .customer-left #products_listing ul.customer-nav {
  padding: 0;
  border-bottom: 1px solid #a494c1; }
  .customer-left #tabs_biens ul.customer-nav.ui-tabs-nav, .customer-left #products_listing ul.customer-nav.ui-tabs-nav {
    border-bottom: 1px solid #a494c1; }

.customer-left .recommendation-tab .loading {
  width: 100%;
  text-align: center; }
  .customer-left .recommendation-tab .loading > img {
    margin: 50px auto;
    width: 50px; }

.customer-left .recommendation-tab ul {
  margin: 1em;
  border: 2px solid #482882;
  background: #FFF; }
  .customer-left .recommendation-tab ul > li {
    padding: 0.5em;
    margin: .2em auto;
    font-size: 13px; }
    .customer-left .recommendation-tab ul > li > span:first-of-type {
      font-weight: bold;
      min-width: 8em;
      padding-right: 1em; }
    .customer-left .recommendation-tab ul > li:first-of-type {
      border-bottom: 1px solid #f0f0f0;
      padding: 1em 0.5em; }
      .customer-left .recommendation-tab ul > li:first-of-type span {
        box-sizing: border-box;
        display: inline-block;
        padding: 0;
        width: 49%;
        text-align: center;
        font-weight: normal; }
        .customer-left .recommendation-tab ul > li:first-of-type span:first-of-type {
          border-right: 1px solid; }
      .customer-left .recommendation-tab ul > li:first-of-type .fa {
        margin: 0 10px;
        opacity: 1; }
        .customer-left .recommendation-tab ul > li:first-of-type .fa:hover {
          opacity: 1; }

.select_color_v4 ul li {
  border: none;
  float: right !important;
  width: 20px;
  height: 20px;
  margin: 3px !important; }
  .select_color_v4 ul li a {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 20px;
    height: 20px; }
  .select_color_v4 ul li > ul {
    background: #fff;
    top: -9px;
    padding: 6px 10px 10px 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.5); }
    .select_color_v4 ul li > ul li {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
      .select_color_v4 ul li > ul li:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }

.important {
  color: #482882;
  border-left: 2px solid rgba(72, 40, 130, 0.5);
  margin-left: 2%;
  padding-left: 2%; }

.customer-all-searches-suivi .filter-type-action {
  display: flex;
  width: 25%;
  margin: auto; }

.customer-all-searches-suivi #action_type_filter {
  display: flex;
  width: 40%;
  margin: auto !important; }

.table-simple-spacing {
  border-collapse: separate;
  border-spacing: 0 .8em;
  width: 100%; }
  .table-simple-spacing thead {
    color: #482882;
    text-align: left; }
    .table-simple-spacing thead th {
      padding: .5em 1em; }
  .table-simple-spacing tbody tr td {
    border-top: 2px solid #6946aa;
    border-bottom: 2px solid #6946aa;
    padding: 1.5em 1em; }
    .table-simple-spacing tbody tr td:first-child {
      border-left: 2px solid #6946aa; }
    .table-simple-spacing tbody tr td:last-child {
      border-right: 2px solid #6946aa; }

.table-spacing-suvi {
  word-wrap: break-word;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .table-spacing-suvi thead {
    color: #482882;
    text-align: left; }
    .table-spacing-suvi thead th {
      padding: .5em 1em; }
  .table-spacing-suvi tbody tr .abs-red-point {
    position: absolute;
    left: -.5em;
    top: 85%;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    background: red; }
  .table-spacing-suvi tbody tr.first-tr td {
    position: relative;
    border-top: 2px solid #6946aa;
    padding: 1em 1em; }
    .table-spacing-suvi tbody tr.first-tr td:first-child {
      border-left: 2px solid #6946aa; }
      .table-spacing-suvi tbody tr.first-tr td:first-child:after {
        left: .5em; }
    .table-spacing-suvi tbody tr.first-tr td:last-child {
      border-right: 2px solid #6946aa; }
      .table-spacing-suvi tbody tr.first-tr td:last-child:after {
        width: 85%; }
    .table-spacing-suvi tbody tr.first-tr td:after {
      content: "";
      background: #f0f0f0;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 100%; }
  .table-spacing-suvi tbody tr.second-tr td {
    border-bottom: 2px solid #6946aa;
    padding: 1em 1em; }
    .table-spacing-suvi tbody tr.second-tr td:first-child {
      border-left: 2px solid #6946aa; }
    .table-spacing-suvi tbody tr.second-tr td:last-child {
      border-right: 2px solid #6946aa; }
  .table-spacing-suvi tbody tr.tr-no-desc td {
    position: relative;
    border-top: 2px solid #6946aa;
    border-bottom: 2px solid #6946aa;
    padding: 1em 1em; }
    .table-spacing-suvi tbody tr.tr-no-desc td:first-child {
      border-left: 2px solid #6946aa; }
    .table-spacing-suvi tbody tr.tr-no-desc td:last-child {
      border-right: 2px solid #6946aa; }
    .table-spacing-suvi tbody tr.tr-no-desc td .abs-red-point {
      top: 35%; }
  .table-spacing-suvi tbody tr.space-btwn-tr {
    height: 1em; }

.info {
  color: #6946aa;
  margin-left: .5em;
  font-size: 13px;
  font-weight: 600; }

.no-data {
  text-align: center;
  color: #482882;
  font-weight: bold; }

.search_request_v4 {
  background: #fff; }
  .search_request_v4 .table {
    border: 2px solid #a494c1;
    background: none; }
    .search_request_v4 .table th, .search_request_v4 .table td {
      border: none;
      padding: 2px; }
    .search_request_v4 .table .field input[type="text"], .search_request_v4 .table .field textarea, .search_request_v4 .table .field select, .search_request_v4 .table .field input[name$="_input"] {
      border: none;
      background-color: #f0f0f0;
      width: 97%;
      font-size: 12px; }
    .search_request_v4 .table .field .between input {
      font-size: 12px;
      width: 45%; }
    .search_request_v4 .table input[type="text"].double {
      width: 84%; }
    .search_request_v4 .table input[type="text"].double + button {
      border-radius: 0;
      border: none; }
    .search_request_v4 .table .field .between {
      border: none;
      border-radius: 0; }
    .search_request_v4 .table .field .between label {
      border: none;
      height: 27px; }
    .search_request_v4 .table .field select {
      border-radius: 0;
      font-size: 12px;
      margin-bottom: 4px; }
    .search_request_v4 .table .field-choice {
      border: none; }
    .search_request_v4 .table .hidden {
      display: none; }

@media screen and (min-width: 1050px) {
  .pull-infos {
    min-width: 130px;
    text-align: right; }
  .pull-relations {
    margin-left: 0 !important;
    min-width: 130px;
    text-align: right; }
  #customer-show-top .click-info {
    font-size: 13px !important; }
  .pull-infos, .pull-relations {
    min-width: 130px;
    font-size: 10px !important;
    padding: 10px 4px !important;
    text-align: right; } }

@media screen and (max-width: 1050px) {
  .pull-infos {
    min-width: 25px;
    text-align: center; }
  .pull-relations {
    margin-left: 0 !important;
    min-width: 25px;
    text-align: center; }
  #customer-show-top .click-info {
    font-size: 13px !important; }
  .pull-infos, .pull-relations {
    min-width: 25px;
    font-size: 10px !important;
    padding: 2px !important;
    text-align: center; } }

@media screen and (max-width: 1770px) {
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block p {
    right: 15%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block a {
    right: 18%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block span {
    right: 15%; } }

@media screen and (max-width: 1550px) {
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block p {
    right: 18%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block a {
    right: 21%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block span {
    right: 18%; } }

@media screen and (max-width: 1300px) {
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block p {
    right: 21%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block a {
    right: 24%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block span {
    right: 21%; } }

@media screen and (max-width: 1120px) {
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block p {
    right: 24%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block a {
    right: 27%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block span {
    right: 24%; } }

@media screen and (max-width: 1000px) {
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block p {
    right: 27%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block a {
    right: 30%; }
  #customer-show-top .click-contacts-associes-inside .header-contacts-assoc .block span {
    right: 27%; } }

@media screen and (max-width: 1200px) {
  .customer-bien-propose .table_biens .col_ref {
    width: 15%; }
  .customer-bien-propose .table_biens .col_prix {
    width: 25%; } }

@media screen and (max-width: 1450px) {
  #customers_telephone_1, #customers_telephone_2, #customers_telephone_3, #customers_telephone_4 {
    margin: 8px 0; }
  .tel_bloctel {
    top: 36px; }
  .sms-abs {
    top: 36px; }
  .tel-voip-abs {
    top: 38px; }
  .question-abs, .suppr-tel-abs {
    top: 38px; } }

@media screen and (max-width: 1200px) {
  .question-abs, .suppr-tel-abs {
    top: 38px; }
  .suppr-abs {
    top: 35px; }
  .tr-mail td:nth-child(2) input {
    margin: 6px 0; }
  .add_mail a {
    padding-top: 5px; } }

.suppr-bien-proposes {
  color: #482882;
  padding: 10px 0 0 10px;
  font-size: 12px; }
  .suppr-bien-proposes i {
    padding-right: 10px; }

.msg_manquants ~ li {
  list-style-position: inside; }

#tabs_recherche .count {
  position: absolute;
  display: block;
  right: 1px;
  top: -8px;
  background: #dd464d;
  padding: 1px 4px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 9px;
  text-align: center;
  line-height: initial;
  color: #fff; }

.customer-search-precisions textarea, .customer-sub-informations textarea {
  resize: vertical; }

.troisieme-contact-financement .customer-table #open_calc_fin {
  background: #6946aa !important;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: 2px 4px;
  display: inline-block;
  width: 114px;
  cursor: pointer;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center; }

/*----------------------------- WELCOME -----------------------------*/
@font-face {
  font-family: Roboto;
  src: url(https://fonts.googleapis.com/css?family=Roboto); }

.welcome-sided {
  margin-right: 100px !important; }

.welcome-container {
  padding: 0px;
  min-width: 100px !important;
  position: fixed;
  top: 11px;
  right: 20px;
  z-index: 999; }
  .welcome-container .welcome-bar {
    width: 100%;
    background: url("../../../../../admin-v2/welcome/images/background.png") no-repeat;
    background-size: contain; }
  .welcome-container .welcome-bloc {
    height: 96px;
    width: 100%;
    filter: opacity(100%);
    position: relative; }
    .welcome-container .welcome-bloc p {
      text-align: center; }
    .welcome-container .welcome-bloc p.text {
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      padding-top: 8px;
      filter: opacity(40%); }
    .welcome-container .welcome-bloc p.icon {
      filter: opacity(40%); }
    .welcome-container .welcome-bloc .badge {
      position: absolute;
      right: 28px;
      top: 15px;
      padding-right: 6px;
      padding-left: 6px;
      background-color: #df1021; }
  .welcome-container .welcome-message {
    cursor: pointer; }
    .welcome-container .welcome-message p.icon {
      padding-top: 23px;
      filter: opacity(40%); }
  .welcome-container .welcome-selected {
    background: url("../../../../../admin-v2/welcome/images/bg-bloc-selected.png") no-repeat;
    background-size: 92px 110px;
    width: 100px;
    height: 110px;
    position: absolute;
    left: 3px;
    top: -9px;
    display: none;
    filter: drop-shadow(10px 0px 10px #5a5a5a); }
  .welcome-container .welcome-profil {
    cursor: pointer;
    cursor: pointer; }
    .welcome-container .welcome-profil p.icon {
      padding-top: 14px; }
    .welcome-container .welcome-profil .badge {
      top: 8px; }
    .welcome-container .welcome-profil .welcome-selected {
      top: -17px; }
  .welcome-container .welcome-projet {
    cursor: pointer; }
    .welcome-container .welcome-projet p.icon {
      padding-top: 11px; }
    .welcome-container .welcome-projet .badge {
      top: 0px; }
    .welcome-container .welcome-projet .welcome-selected {
      top: -19px; }
  .welcome-container .welcome-iframe {
    position: absolute;
    top: -9px;
    right: 95px;
    height: 600px;
    width: 700px;
    border-radius: 10px;
    display: none;
    border: 0;
    background-color: #f1f1f1;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius: 10px;
    filter: drop-shadow(1px 0px 10px #5a5a5a); }

/* Pop-up alerte mail permettant d'indiquer que le contact ne souhaite pas recevoir d'emails */
div.dialogNotAcceptMailContainer {
  width: 300px; }
  div.dialogNotAcceptMailContainer p {
    margin-bottom: 5%; }
  div.dialogNotAcceptMailContainer a {
    width: 100%;
    display: block;
    font-weight: bold; }
