@font-face {
  font-family: "DIN Next W01 Bold";
  src: url("../fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?iefix") format("eot");
}
@font-face {
  font-family: "DIN Next W01 Bold";
  src: url("../fonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?iefix");
  src: url("../fonts/9949035f-6226-4080-a14a-bf7d94ffb1e1.woff") format("woff"), url("../fonts/6241bd09-15c2-485e-9796-9db8d0aa6974.ttf") format("truetype"), url("../fonts/af94da3e-4232-416a-b6bc-f39f85dd5db6.svg#af94da3e-4232-416a-b6bc-f39f85dd5db6") format("svg");
}
@font-face {
  font-family: "DIN Next W01 Regular";
  src: url("../fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?iefix") format("eot");
}
@font-face {
  font-family: "DIN Next W01 Regular";
  src: url("../fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?iefix");
  src: url("../fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff"), url("../fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf") format("truetype"), url("../fonts/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a") format("svg");
}
body {
  width: 100%;
  background: #fafafa url(../Images/background.jpg) center top no-repeat;
  font-family: Arial;
  font-size: 13px;
}
input[type=text],
input[type=password],
select,
textarea {
    color: #666;/*84868f;*/
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    min-height: 20px;
    padding: 2px 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-radius: 3px;
    box-sizing: border-box;
    width: 190px;
}
textarea {
    margin-bottom: -2px;
}
select {
    padding: 0;
}
hr.sep {
  border-bottom: 1px solid #ccc;
  border-top:0;
  border-right:0;
  border-left:0;
}
.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0px;
}
.clear.dotted {
  height: 1px;
  margin: 10px 0;
  background: url(../Images/sepa_dotted.png) 0 0 repeat-x;
}
.container {
  width: 1240px;
  margin: 0 auto;
}
.container > .header {
  height: 49px;
  background: transparent url(../Images/background_header.png) left bottom no-repeat;
  padding: 11px 15px 0;
}
.container > .header #banniere {
  width: 100%;
}
.container > .header #banniere #logo {
  text-indent: -9999px;
  display: block;
  float: left;
  background: url(../Images/logo.png) 0 0 no-repeat;
  width: 233px;
  height: 43px;
}
.container > .header #banniere .zone_recherche {
  margin-top: 5px;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #373941;
  margin-left: 30px;
  font-family: "DIN Next W01 Bold";
}
.container > .header #banniere .zone_recherche input[type=text] {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  height: 25px;
  line-height: 25px;
}
.container > .header #banniere .zone_recherche #chercher {
  display: inline-block;
  border: none;
  width: 26px;
  height: 25px;
  text-indent: -9999px;
  background: transparent url(../Images/btn_recherche.png) 0 0 no-repeat;
  cursor: pointer;
}
.container > .header #banniere .zone_recherche a {
  color: #373941;
  text-decoration: none;
  font-family: "DIN Next W01 Regular";
}
.container > .header #banniere #bouton_admin {
  display: block;
  float: right;
  height: 9px;
  margin-top: 10px;
}
.container > .header #banniere #bouton_admin input {
  display: block;
  float: left;
  border: none;
  height: 9px;
  text-indent: -9999px;
  background-color: transparent;
  cursor: pointer;
}
.container > .header #banniere #bouton_admin input.btn_admin {
  width: 37px;
  background: url(../Images/btn_admin.png) 0 0 no-repeat;
}
.container > .header #banniere #bouton_admin input.btn_stat {
  width: 26px;
  background: url(../Images/btn_stat.png) 0 0 no-repeat;
}
.container > .header #banniere #bouton_admin input.btn_crm {
  width: 34px;
  background: url(../Images/btn_crm.png) 0 0 no-repeat;
}
.container > .header #banniere #bouton_admin input.btn_deco {
  width: 80px;
  background: url(../Images/btn_deconnexion.png) 0 0 no-repeat;
}
.container > .header #banniere #bouton_admin .sepa {
  display: block;
  float: left;
  margin: 0 9px;
  width: 2px;
  height: 9px;
  background: url(../Images/sepa_btn.png) 0 0 no-repeat;
}
.content {
  background: white;
  /* -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); */
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  color: #373941;
}
.fancybox-skin {
    background-color: white;
}
.fancybox-overlay .content {
    padding: 0;
    margin: 0;
}
.content #ici {
  height: 19px;
  padding: 0 9px;
  margin-bottom: 6px;
}
.content #ici .info_fiche {
  display: block;
  float: left;
  color: #6f93b7;
  line-height: 19px;
}
.content #ici .info_fiche input[type=text] {
  width: 30px;
  /* height: 17px; */
  border: 1px solid #dddddd;
  text-align: center;
  font-weight: bold;
  color: #6f93b7;
}
.content #ici .nav_fiche {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
}
.content #ici .nav_fiche li {
  display: block;
  float: left;
  line-height: 19px;
  color: #6f93b7;
  margin: 0 0 0 10px;
  padding: 0;
  width: auto;
  height: 19px;
}
.content #ici .nav_fiche li a {
  text-decoration: none;
  color: #6f93b7;
}
.content #ici .nav_fiche li.supprimer {
  color: #a43548;
}
.content #ici .nav_fiche li.supprimer a {
  color: #a43548;
}
.content #ici .nav_fiche li.sepa {
  width: 1px;
  background: url(../Images/sepa_nav_fiche.png) 0 0 no-repeat;
}
.content .societe {
  width: 452px;
  padding: 0 20px 10px 0;
  height: 370px;
  background: url(../Images/shadow_societe.png) right top no-repeat;
  background-position-y: 40px;
  display: block;
  float: left;
  color: #373941;
}
.content table {
  /* padding: 0 5px 0 6px; */
  padding: 0;
  /* border-bottom: 1px solid #ededed; */
  /* width: inherit; */
}
.content table tr {
  height: 25px;
}
.content table tr th {
  height: 25px;
  vertical-align: middle;
}
.content table tr td {
  /* height: 25px;*/
  vertical-align: top;
  padding: 3px 3px 4px 0;
}
.content table tr td:first-child {
  padding: 3px 3px 4px;
}
.content table tr td input[type=text] {
  width: 150px;
  /* color: #84868f; */
  padding: 2px 3px;
}
.content table tr td input[type=text].date {
  width: 80px;
}
/* .content table.projet_table tr th, .content table.contact_table tr th {
    width: 79px;
} */
.content table tr th.tel,
.content table tr td input[type=text].tel {
  width: 90px;
}
.content table tr th.mail,
.content table tr td input[type=text].mail {
  /*width: 109px;*/
  /* width: 270px; */
  width: 150px;
}
.content table tr th.fonc,
.content table tr td input[type=text].fonc {
  width: 200px;
}
.content table tr th.fonc::placeholder,
.content table tr td input[type=text].fonc::placeholder {
   color: #999;
 }

 .content .projet_table tr td input[type="text"].proj {
   width: 200px;
 }
 .content .requete_table tr td input[type="text"].interlocuteur {
    width: 200px;
}
 .content .requete_table tr td input[type="text"].sujet {
    width: 615px;
}
/* .content table tr th.ic, .content table tr td input[type=text].ic {
    width: 49px;
}
.content table tr th.prod, .content table tr td input[type=text].prod {
  width: 145px;
}
.content table tr th.statut, .content table tr td input[type=text].statut {
  width: 70px;
}
.content table tr th.proj, .content table tr td input[type=text].proj {
  width: 185px;
} */
.content table tr td select {
  /* width: 177px; */
  width: 200px;
}
.content table tr td select.ic {
  width: 55px;
}
.content table tr td select[id="ID_StatutProjet"] {
    width: 90px;
}
.content table tr td select[id="ID_StatutRequete"] {
    width: 90px;
}
.content table tr td select[id="ID_Contact"] {
    width: 170px;
}
.content table tr th.civilite,
.content table tr td select.civilite {
  width: 52px;
  /* width: auto; */
}

.content .crm table tr td select[id="ID_TypeActivite"] {
  width: 140px;
}
.content .crm table tr td select.priorite {
  width: 80px;
}

.content table th {
  text-align: left;
  padding-left: 3px;
}
.content table tr.odd {
    /* background: #ededed; */
    background: #00000011;
}
/* .content table tr.even {
  background: white;
} */
.content table tr.visiteur {
    /* background: #ccc; */
  background: url('../Images/background4.png') repeat #f5cea8;
}
.content .contact {
  float: left;
  width: 100%;
  max-width: 838px;
}
.content .projet {
  margin-top: 15px;
}
.content .requete {
  margin-top: 15px;
  background-color: #ea815522;
}
.content .activite {
  margin-top: 15px;
}
.content .crm {
  margin-top: 15px;
}
.content .crm .titre_onglet {
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.content .crm .titre_onglet .titre_crm {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 24px;
  display: block;
  float: left;
  width: 190px;
  padding: 0 0 0 9px;
  margin: 0 1px 0 0;
  line-height: 29px;
  font-family: "DIN Next W01 Bold";
  color: white;
  font-size: 14px;
  cursor: pointer;
  background-color: #6f93b7;
}
.content .crm .titre_onglet .titre_crm#tous {
  margin: 0;
  background-color: #df7c04;
}
.content .crm .titre_onglet .titre_crm#conseil {
  background-color: #6f93b7;
}
.content .crm .titre_onglet .titre_crm#mobilite {
  background-color: #7fc2b9;
}
.content .crm .titre_onglet .titre_crm#it {
  background-color: #5cb188;
}
.content .crm .titre_onglet .titre_crm#logic {
  background-color: #439d39;
}
.content .crm .titre_onglet .titre_crm#gc {
  background-color: #aac447;
}
.content .crm .contenu_onglet {
  display: none;
  float: left;
  width: 100%;
  margin: 0 0 6px;
  padding-top: 10px;
  border-top: 3px solid #6f93b7;
}
.content .crm .contenu_onglet.contenu_onglet_selected {
  display: block;
}
.content .crm .contenu_onglet#onglet_tous {
  border-color: #df7c04;
}
.content .crm .contenu_onglet#onglet_conseil {
  border-color: #6f93b7;
}
.content .crm .contenu_onglet#onglet_mobilite {
  border-color: #7fc2b9;
}
.content .crm .contenu_onglet#onglet_it {
  border-color: #5cb188;
}
.content .crm .contenu_onglet#onglet_logic {
  border-color: #439d39;
}
.content .crm .contenu_onglet#onglet_gc {
  border-color: #aac447;
}
/* .content .crm .contenu_onglet table {
  width: 100%;
  border-bottom: none;
  max-height: 194px;
  display: block;
  overflow: auto;
} */
/* .content .crm .contenu_onglet table tr td input[type=text].date {
  width: 79px;
} */
/* .content .crm .contenu_onglet table tr td select.presta {
  width: 213px;
}
.content .crm .contenu_onglet table tr td select.solution {
  width: 199px;
}
.content .crm .contenu_onglet table tr td select.relance {
  width: 269px;
}
.content .crm .contenu_onglet table tr td select.type {
  width: 189px;
}
.content .crm .contenu_onglet table tr td select.ic {
  width: 59px;
}
.content .crm .contenu_onglet table tr td select.act_contact {
  width: 139px;
}
.content .crm .contenu_onglet table tr td select.produit,
.content .crm .contenu_onglet table tr td select.activite,
.content .crm .contenu_onglet table tr td select.priorite {
  width: auto;
} */
/* .content .contact table tr td textarea {    width: 180px;} */
.content .projet table tr td textarea {     width: 265px;}
.content .crm table tr td textarea,
.content .activite table tr td input#f_descriptifAct {   width: 538px;}

/* .content .crm .contenu_onglet table.activites tr td {
  vertical-align: top;
}
.content .projet table.projet_table tr td img,
.content .crm .contenu_onglet table.activites tr td img {
  margin: 0 5px;
  cursor: pointer;
} */
.content .crm .contenu_onglet .titre {
  background: none;
  color: #6f93b7;
  width: 176px;
  margin-bottom: 0;
}
.content .titre {
  padding-left: 9px;
  height: 23px;
  /* background: url(../Images/background_titre2.png) 0 0 no-repeat; */
  color: white;
  font: 15px/25px "DIN Next W01 Bold";
  /* font-size: 15px; */
  margin-bottom: 5px;
  text-transform: uppercase;
  /* background-color: #ea8155; */
  background-color: #e7a285;
  border-radius: 5px;
}
.content .societe .titre {
  margin-bottom: 10px;
}
/* .content .titre svg  */
svg.bi {
    margin: 3px 4px 0 0;
    vertical-align: top;
}
button svg.bi {
    margin: 0;
}
.titre_onglet svg.bi,
.menu_stat svg.bi {
    margin: 5px 4px 0 0;
}
.content .titre img {
  display: block;
  float: right;
  cursor: pointer;
}
.content .deux_colonnes,
.content .trois_colonnes {
  padding: 0 9px;
  display: block;
  float: left;
}
.content .deux_colonnes .gauche,
.content .trois_colonnes .gauche {
  width: 303px;
  display: block;
  float: left;
  margin-right: 14px;
}
.content .deux_colonnes .gauche .label,
.content .trois_colonnes .gauche .label {
  display: block;
  float: left;
  min-width: 64px;
  height: 19px;
  line-height: 19px;
  margin-bottom: 6px;
}
.content .deux_colonnes .gauche .controle,
.content .trois_colonnes .gauche .controle {
  display: block;
  float: left;
  height: 19px;
  width: 239px;
  margin-bottom: 6px;
}
.content .deux_colonnes .gauche .controle input,
.content .trois_colonnes .gauche .controle input {
  width: 237px;
  /* height: 17px;
  margin: 0;
  padding: 0; */
}
.content .deux_colonnes .gauche .controle select,
.content .trois_colonnes .gauche .controle select {
  width: 239px;
  margin: 0;
  /* padding: 1px 0; */
}
.content .deux_colonnes .gauche.medium,
.content .trois_colonnes .gauche.medium {
  /* width: 143px; */
  width: 130px;
  /* margin-right: 45px; */
}
.content .deux_colonnes .gauche.medium .controle,
.content .trois_colonnes .gauche.medium .controle {
  width: 148px;
}
.content .deux_colonnes .gauche.medium .controle input,
.content .trois_colonnes .gauche.medium .controle input {
  width: 140px;
}
.content .deux_colonnes .gauche.medium.bis,
.content .trois_colonnes .gauche.medium.bis {
  margin-right: 24px;
  width: 218px;
}
/* .content .deux_colonnes .gauche.medium.bis .label,
.content .trois_colonnes .gauche.medium.bis .label {
  margin-right: 6px;
} */
.content .deux_colonnes .droite,
.content .trois_colonnes .droite {
  display: block;
  float: left;
  /* width: 117px; */
}
.content .deux_colonnes .droite .label,
.content .trois_colonnes .droite .label {
  display: block;
  width: 117px;
  margin-top: 13px;
  margin-bottom: 6px;
}
.content .deux_colonnes .droite .controle,
.content .trois_colonnes .droite .controle {
  width: 117px;
  height: 19px;
  margin-bottom: 6px;
}
.content .deux_colonnes .droite .controle input,
.content .trois_colonnes .droite .controle input {
  width: 115px;
  height: 17px;
  padding: 0;
  margin: 0;
}
.content .deux_colonnes .droite .controle select,
.content .trois_colonnes .droite .controle select {
  width: 117px;
  height: 19px;
  padding: 1px 0;
  margin: 0;
}
.content .deux_colonnes .droite.medium,
.content .trois_colonnes .droite.medium {
  width: 177px;
}
.content .deux_colonnes .droite.medium .label,
.content .trois_colonnes .droite.medium .label {
  float: left;
  width: auto;
  margin-right: 6px;
  margin-top: 0;
  margin-bottom: 0;
  height: 19px;
  line-height: 19px;
}
.content .deux_colonnes .droite.medium .controle,
.content .trois_colonnes .droite.medium .controle {
  width: 148px;
}
.content .deux_colonnes .droite.medium .controle input,
.content .trois_colonnes .droite.medium .controle input {
  width: 146px;
}
.content .deux_colonnes .droite.medium.bis,
.content .trois_colonnes .droite.medium.bis {
  width: 192px;
}
.content .deux_colonnes .droite.small .label,
.content .trois_colonnes .droite.small .label {
  float: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  height: 19px;
  line-height: 19px;
}
.content .deux_colonnes .droite.small .controle,
.content .trois_colonnes .droite.small .controle {
  width: 13px;
  display: block;
  float: left;
  margin-right: 6px;
}
.content .deux_colonnes .droite.small .controle input,
.content .trois_colonnes .droite.small .controle input {
  width: 13px;
}
.content .trois_colonnes .gauche {
  width: 145px;
}
/* .content .trois_colonnes .gauche .label {
  margin-right: 6px;
} */
.content .trois_colonnes .gauche .controle {
  width: 70px;
}
.content .trois_colonnes .gauche .controle input {
  width: 68px;
}
.content .trois_colonnes .gauche.small {
  width: 132px;
  margin-right: 26px;
}
.content .trois_colonnes .gauche.small .label {
  margin-right: 0;
  min-width: 64px;
}
.content .trois_colonnes .gauche.small .controle {
  width: 68px;
}
.content .trois_colonnes .gauche.small .controle input {
  width: 66px;
}
.content .trois_colonnes .milieu {
  width: 144px;
  margin-right: 14px;
  display: block;
  float: left;
}
.content .trois_colonnes .milieu .label {
  display: block;
  float: left;
  height: 19px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-right: 6px;
}
.content .trois_colonnes .milieu .controle {
  width: 114px;
  display: block;
  float: left;
  height: 19px;
  margin-bottom: 10px;
}
.content .trois_colonnes .milieu .controle input {
  width: 112px;
  height: 17px;
  padding: 0;
  margin: 0;
}
.content .trois_colonnes .milieu.small {
  width: 149px;
  margin-right: 26px;
}
.content .trois_colonnes .milieu.small .controle {
  width: 68px;
}
.content .trois_colonnes .milieu.small .controle input {
  width: 66px;
}
.content .trois_colonnes .droite.small {
  width: 100px;
}
.content .trois_colonnes .droite.small .label {
  display: block;
  float: left;
  height: 19px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-right: 6px;
}
.content .trois_colonnes .droite.small .controle {
  display: block;
  float: left;
  height: 19px;
  margin-bottom: 10px;
  width: 68px;
}
.content .trois_colonnes .droite.small .controle input {
  width: 66px;
}
.content .une_colonne {
  padding: 0 9px;
  /* width: 434px; */
  display: block;
  float: left;
}
.content .une_colonne .label {
  display: block;
  float: left;
  height: 19px;
  line-height: 19px;
  margin-bottom: 6px;
  margin-right: 6px;
  min-width: 58px;
}
.content .une_colonne .controle {
  display: block;
  float: left;
  height: 19px;
  line-height: 19px;
}
.content .une_colonne .controle select {
  width: 335px;
  margin: 0;
  /* padding: 1px 0; */
}
.content .une_colonne .controle input {
  margin: 0;
  /* padding: 0; */
  width: 366px;
}
.content select.operateur,
.content .trois_colonnes .small select.operateur,
.content .deux_colonnes .small select.operateur {
  width: 40px;
}
.content .trois_colonnes .small select.operateur + input,
.content .deux_colonnes .small select.operateur + input {
  width: 64px !important;
}
.content .trois_colonnes .medium select.operateur,
.content .deux_colonnes .medium select.operateur {
  width: 63px;
}
.content .trois_colonnes .medium select.operateur + input,
.content .deux_colonnes .medium select.operateur + input {
  width: 76px !important;
}
.content .contact_table {
  display: block;
  overflow: auto;
  max-height: 355px;
}
.content .projet_table {
  display: block;
  overflow: auto;
  max-height: 133px;
}
.content .requete_table {
  display: block;
  overflow: auto;
  max-height: 133px;
}
.content .activite_table {
  display: block;
  overflow: auto;
  max-height: 185px;
  /* margin-bottom: 15px; */
}
/*background: #ddd;
border: 10px solid #fff;
float: left;
overflow: auto;
font-size: 0.9em;
position: fixed;
top: 52px;
z-index: 100;
width: 1250px;
margin: 52px auto 0 auto;
left: 50%;
margin-left: -625px;*/
#fade {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  /*--Transparence sous IE 8--*/

  left: 0;
  top: 0;
  z-index: 10;
}
#hideshow {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
}
.popup_block {
  background: #ddd;
  padding: 10px 20px;
  border: 10px solid #fff;
  float: left;
  width: 88%;
  height: 80%;
  position: fixed;
  top: 10%;
  left: 5%;
  /*margin:0 0 0 -250px; */

  z-index: 100;
}
.popup_block2 {
  background: #fff;
  border: 10px solid #fff;
  border-bottom: none;
  float: left;
  margin-left: -620px;
  left: 50%;
  font-size: 0.9em;
  position: fixed;
  top: 52px;
  width: 1220px;
  z-index: 100;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.popup_block2 .closepopup {
  background: #fff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 20px;
  padding-left: 6px;
  padding-top: 4px;
  position: absolute;
  right: 20px;
  top: -26px;
  width: 18px;
}
.popup_block2 .closepopup a {
  color: #000;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.popup {
    position: relative;
}
.popup #ici {
  height: 25px;
}
.popup #ici .info_fiche {
  float: none;
}
.popup .btn_recherche {
  /* margin-bottom: 4px; */
  position: absolute;
  right: 0;
}
.popup .btn_recherche.footer {
  bottom: 0;
}
.popup input[type="submit"].btn_recherche {
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #c3759f;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.popup .popup .titre {
  background-image: none;
  background: #6f93b7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.popup .contact .odd {
  background-color: #ededed;
}
.popup .projet .ic,
.popup .projet .prod,
.popup .projet .statut,
.popup .activite select.ic,
.popup .activite select.activite_label
{
  width: auto;
  height: auto;
}
.popup .crm .contenu_onglet {
  margin-bottom: 0;
  border: none;
}
.popup .crm .contenu_onglet .titre {
  background: #6f93b7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  /* margin: 20px 0 13px; */
  width: 1211px;
}
.content .popup .crm .contenu_onglet select.presta {
  width: 128px;
}
.content .popup .crm .contenu_onglet select.solution {
  width: 118px;
}
.content .popup .crm .contenu_onglet select.relance {
  width: 240px;
}
.content .popup .crm .contenu_onglet select.type {
  width: 160px;
}
.content .popup .crm .contenu_onglet select.ic {
  width: auto;
  height: 80px;
}
.content .popup .crm .contenu_onglet select.activite {
  width: auto;
  height: 80px;
}
.content .popup .crm .contenu_onglet select.crm-choice {
  width: 160px;
}
.popup .tooltip {
  color: #84868f;
  font-size: 9px;
  /* margin-bottom: 6px; */
  text-align: center;
  /* width: 100%; */
  margin: 10px 0 0;
}
/* .popup .tooltip.first {
  margin-top: 15px;
  text-align: left;
  float: left;
} */
.popup_block .popup {
  float: left;
  width: 100%;
  height: 90%;
  overflow: auto;
  background: #fff;
  /* margin:10px 0;
		padding:10px 0; */

  border: 1px solid #bbb;
}
.popup_block .popup label {
  display: block;
  width: 22%;
  text-align: right;
  float: left;
}
.popup_block .popup p span.label label {
  display: block;
  width: 95%;
  text-align: start;
  float: left;
}
.popup_block .popup .deux_colonnes_grand {
  /*border:1px #990 solid;*/

  width: 98%;
  position: relative;
  float: left;
  margin-bottom: 5px;
  clear: none;
}
.popup_block .popup .deux_colonnes_grand .gauche {
  float: left;
  width: 80%;
}
.popup_block .popup .deux_colonnes_grand .gauche .six_colonnes {
  /*border:1px #C66 solid;*/

  width: 98%;
  position: relative;
  clear: none;
  float: left;
  margin-bottom: 5px;
}
.popup_block .popup .deux_colonnes_grand .gauche .six_colonnes .gauche {
  float: left;
  width: 15%;
}
.popup_block .popup .deux_colonnes_grand .gauche .six_colonnes .milieu_gauche {
  float: left;
  width: 15%;
}
.popup_block .popup .deux_colonnes_grand .gauche .six_colonnes .milieu_milieu_gauche {
  float: left;
  width: 15%;
}
.popup_block .popup .deux_colonnes_grand .gauche .six_colonnes .milieu_milieu_droit {
  float: left;
  width: 15%;
}
.popup_block .popup .deux_colonnes_grand .gauche .six_colonnes .milieu_droit {
  float: left;
  width: 15%;
}
.popup_block .popup .deux_colonnes_grand .gauche .six_colonnes .droite {
  float: left;
  width: 15%;
}
.popup_block .popup .deux_colonnes_grand .droite {
  float: left;
  width: 15%;
  clear: none;
}
.popup_block .popup .deux_colonnes_petit {
  /*border:1px #990 solid;*/

  width: 35%;
  position: relative;
  float: left;
  margin-bottom: 5px;
}
.popup_block .popup #liste_parametre label {
  font-size: 0.7em;
}
img {
  cursor: pointer;
}
