@charset "CP850";
html {
  top: 0;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #f9f9f9;
  color: #666666; }

body {
  top: 0;
  min-height: 100%;
  height: 120%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-family: Georgia, Norasi, Arial, serif;
  /*
  overflow: scroll;
  font-family: Arial, Helvetica, Sans-Serif;
 */
  font-size: 14px;
  /*
  line-height: 1.5em;
  background: #f9f9f9 url("./bg/egg_shell/bg.png");
  padding-bottom: 20px;
  */
}
:focus {
  outline: none;
}

a:link, a:visited {
  color: #222; }
a:hover, a:focus {
  color: #FF9814;
  text-decoration: none; }

a.bibliotheque:link, a.bibliotheque:visited {
  text-decoration: none;
  color: #D80E2F;
}
a.bibliotheque:hover, a.bibliotheque:focus {
  text-decoration: none;
}
table.bibliotheque {
  margin-left: 10px;
}
table.bibliotheque td {
  padding: 5px;
}

div.message_infos a:link, div.message_infos a:visited {
  color: #a00; }
div.message_infos a:hover {
  color: #FF9814;
  text-decoration: none; }

a:focus {
  color: #FF9814;
  text-decoration: none; }

p {
  margin: 1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: -0.05em; }
/*
h1, h2, h3, h4, h5, h6 {
  color: #d80e2f;
  margin-bottom: 0.5em; }
*/
h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

ol, ul {
  margin: 1em 0 1em 2em; }

ol ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

ul ol, ul ul {
  margin-top: 0;
  margin-bottom: 0; }

ol li {
  list-style: decimal; }
  ol li ol li {
    list-style: upper-alpha; }
    ol li ol li ol li {
      list-style: upper-roman; }

ul li {
  list-style: disc; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

em strong, strong em {
  font-weight: bold;
  font-style: italic; }

/*
input, select {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666; }
*/
/*input:focus { outline: #e7e9f9 solid 1px; }*/
input:focus {
  outline: #ffcc00 solid 2px; }
/*
input[type="text"], input[type="password"] {
  height: 20px;
  border: 1px solid #ffcc00; }
input[type="image"] {
  outline: none;
}
*/

/*
select {
  height: 20px;
  border: 1px solid #ffcc00; }
*/

option.choose {
  color: #fc0;
  font-weight: bold; }

input[type="password"], input[type="text"] {
  padding-left: 5px;
  padding-right: 5px; }

#global {
  background-color: #fff;
  padding-bottom: 80px;
  border: 4px solid #ddd;
  width:98%;
/*
  width: 1075px;
  margin: auto;
  position: relative;
  top: 10px;
  */
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }

#logo {
  position: relative;
  top: 0px;
/*
  width: 1075px;
  padding-top: 1px;
*/
  height: 61px;
  margin: auto;
  background: white url("./img/bg_logo_degrad.png") top repeat-x;
}

#flagbar {
  position: relative;
  top: -78px;
  border: 0px solid orange;
  /* total width+padding=1075 */
  width: 1040px;
  height: 12px;
  padding-left: 35px;
  margin: auto;
  text-align: left;
  z-index: 100;
  background: url("../pictos/chat-forum-parler-utilisateur-icone-7966-32.png") no-repeat 5px -8px; }

#webcomStatus {
  display: block;
  position: absolute;
  height: 15px;
  top: -21px;
  left: 135px;
  text-align: center;
  z-index: 100;
  margin: 0;
  padding: 0;
  line-height: 12px;
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 1px;
  color: #9aa0a3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }
  #webcomStatus.ko {
    border: 1px solid #9aa0a3;
    background: #eff216 url("../pictos/warning-icone-9394-16.png") no-repeat 0 0;
    left: 140px; }
  #webcomStatus.ok {
    border: 1px solid #9aa0a3;
    background: white url("../pictos/accept-check-green-ok-yes-icone-8805-16.png") no-repeat 3px 0px;
    left: 140px; }

#container {
  display: block;
/  position: relative;*/
  padding: 0;
  width: 100%;
  margin: auto;
  top: -5px;
  border: 0;
  padding-bottom: 60px; }

#content {
/*
  position: relative;
  display: block;
  */
  float:left;
  width: 100%;
  margin: auto;
  padding: 15px 0;
  padding-top: 0px;
  top: 0px;
  background: #fff;
  border: 0px solid red; }

#top-content {
/*
  position: absolute;
  top: 0;
  margin: 0;
  */
  float:left;
  width: 100%;
  text-align: center;
  left: 0;
  background: #fff;
  border: 0px solid red; }

#logo-text {
  display: block;
  width: 132px;
  height: 27px;
  background: url(../pictos/logo-text.png) no-repeat 5px 0;
  margin: 0 0 0 0;
  margin: auto;
  top: 5px;
  overflow: hidden; }

#text-top-content {
  float:left;
  width:100%;
  /*
  display: block;
  position: absolute;
  width: 750px;
  height: 70px;
  left: 0px;
  top: 30px;
  */
  overflow: auto;
  border: 0px solid red;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #9aa0a3; }
  #text-top-content.logged {
    border: 0px solid orange;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.3em; }

.flag {
  margin-top: 2px;
  margin-left: 8px;
  cursor: pointer; }

#login-div {
  display: block;
  z-index: 99;
  position: absolute;
  width: 268px;
  height: 166px;
  right: 14px;
  margin: 0 0 0 0;
  top: -60px;
  border: 1px solid silver;
  border-bottom: 1px solid #969696;
  overflow: hidden;
  background: url("../pictos/login_sogerep_fond_gris.png") bottom repeat-x;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

#login-header {
  z-index: 20; }

#login-div #picto {
  display: block;
  position: absolute;
  width: 48px;
  height: 56px;
  right: 13px;
  top: 4px;
  background: url("../pictos/login_sogerep_picto.png") no-repeat; }
#login-div #phrase.fr {
  display: block;
  position: absolute;
  width: 159px;
  height: 33px;
  left: 15px;
  top: 15px;
  background: url("../pictos/login_sogerep_phrase_fr.png") no-repeat; }
#login-div #phrase.en {
  display: block;
  position: absolute;
  width: 159px;
  height: 33px;
  left: 15px;
  top: 15px;
  background: url("../pictos/login_sogerep_phrase_en.png") no-repeat; }

#login-zone {
  z-index: 18;
  display: block;
  position: relative;
  width: 262px;
  height: 97px;
  padding-top: 4px;
  top: 61px;
  left: 1px;
  margin: 0 0 0 0;
  overflow: hidden;
  border: 2px solid white;
  background: url("../pictos/login_sogerep_fond_rouge.png");
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }

#error-login-zone {
  z-index: 1;
  display: block;
  position: relative;
  width: 255px;
  height: 95px;
  margin: 0 0 0 0;
  overflow: hidden;
  border: 0px solid #d80e2f;
  background: url("img/body.png") #f9f9f9;
  color: #d80e2f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

#main-menu-container {
/*  position: absolute;
  top: 108px;
  */
  float:left;
  width: 100%;
  height: 46px;
  background: white url("img/bg_shadow_menu2.png") center -7px !important; }

#menu-container {
  position: absolute;
  /* top: 110px; */
  top: 0px;
  margin: 0;
  width: 100%;
  height: 34px;
  text-align: center; }
  #menu-container:empty {
    height: 0;
    background: white; }

#main-content {
/*
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-bottom: 140px;
  top: 159px;*/
  margin: 0;
  margin: auto;
  margin-bottom: 85px;
  left: 0;
  border: 0;
  background: #fff;
  padding-top: 30px;
}

#errorMessageDiv {
  display: block;
  border: 0px solid green;
  margin-bottom: 15px;
  margin: auto;
  line-height: 15px;
  text-align: center; }
  #errorMessageDiv:empty {
    border: 0px solid red;
    margin: 0;
    line-height: 0px; }

#dynamic-content {
  border: 0px solid red;
  min-height: 300px;
  background: none; }
  #dynamic-content:empty {
    /*min-height:300px;*/
    background: url("img/spinner.gif") no-repeat center;
    /*background: url('img/spinner.gif') center;*/ }

#help-content div.h1, #main-content div.h1, #centreImpressionInformations div.h1, #centreImpression div.h1, #dynamic-content div.h1,.modal-header div.h1 {
  font-size: 22px;
  color: #d80e2f;
  border-bottom: 1px solid #9aa0a3;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
  padding-left: 20px;
  background: url("img/puce_sogerep_10x17.png") no-repeat 2px 0px; }

#help-content div.h1:empty, #main-content div.h1:empty, #centreImpression div.h1:empty, #centreImpressionInformations div.h1:empty, #dynamic-content div.h1:empty {
  line-height: 0;
  border: 0;
  margin: 0;
  padding: 0; }

div.dashboardContainer {
  border: 0px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0; }
  div.dashboardContainer:first-of-type {
    /*margin-top: 10px;*/
    /*box-shadow: 2px 2px 10px rgba(100,100,100,0.3);*/ }

#edition-intervenant div.h2, #help-content div.h2, #centreImpression div.h2, #dynamic-content div.h2 {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e8e8e8;
  font-weight: normal;
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 8px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6); }

#edition-intervenant div.dashboardContainer div.h2, #help-content div.dashboardContainer div.h2, #centreImpression div.dashboardContainer div.h2, #dynamic-content div.dashboardContainer div.h2 {
  margin-left: 0px;
  padding-left: 10px; }

#help-content div.h3, #centreImpression div.h3, #centreTeleversement div.h3, #centreImpressionInformations div.h3, #dynamic-content div.h3 {
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 0px; }

#centreImpression div.h3,
#centreTeleversement div.h3,
#centreImpressionInformations div.h3 {
  font-family: Georgia,serif;
  background-color: #eee;
  margin-bottom: 10px; }

div.pvok {
  width: 500px;
  margin: auto;
  padding: 5px;
  text-align: center;
  border: 2px solid #76a947;
  background-color: #f8f6e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }

div#uploadPVReceptionContainer {
  padding-left: 10px;
  padding-right: 10px;
  border: 0; }
  div#uploadPVReceptionContainer div#uploadPVReceptionLabel {
    font-style: italic;
    text-align: center; }

div.h4 {
  font-family: Georgia,serif;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  margin-left: 10px;
  margin-bottom: 5px; }

#centreImpression div.h4 {
  margin-left: 30px;
  text-decoration: underline; }

#help-content p, #dynamic-content p {
  margin: 0;
  padding: 0;
  text-align: justify;
  padding-left: 10px;
  margin-bottom: 10px; }

#header {
  color: #eee;
  font-size: 11px;
  position: relative;
  top: 0px;
  width: 1075px;
  height: 20px;
  margin: auto;
  text-align: center;
  background-color: #eee;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

#footer {
  /*float:left;*/
  width:100%;
  color: #ddd;
  font-size: 11px;
  position: fixed;
  bottom: 0;
  margin: 0;
/*  width: 1075px;*/
  height: 85px;
  padding-top: 25px;
  text-align: center;
  left: 0;
  background: #9aa0a3 url("bg/gray_sand/bg.png");
  z-index:999;
}

.hover {
  cursor: pointer; }

#footer a:link, #footer a:visited {
  color: #ddd; }
#footer a:hover, #footer a:focus {
  color: #ddd;
  text-decoration: none; }

table.loginTable {
  width: 100%; }
  table.loginTable td {
    font-size: 80%;
    padding: 5px; }
    table.loginTable td input {
      border: 0px solid #eee;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif; }
table.loginContent {
  padding: 0;
  margin: 0;
  margin-top: 3px;
  width: 100%; }
  table.loginContent td {
    line-height: 16px;
    font-size: 80%;
    text-align: left;
    padding-top: 3px;
    padding-left: 10px;
    color: #fafafa; }
    table.loginContent td.logout {
      text-align: right;
      padding-right: 10px;
      margin: 0;
      padding-top: 7px; }

/* TABLES */
tr.hover:hover {
  background-color: #e7e9f9 !important;
  cursor: default; }
  tr.hover:hover td {
    background-color: #e7e9f9 !important; }
tr.underlined {
  background-color: #e7e9f9 !important; }
tr.today {
  background-color: #f9f9f9 !important; }
tr.underlined td.indicator, tr.today td.indicator {
  background-color: #f00 !important; }

td.lefted {
  text-align: left; }
td.centered {
  text-align: center; }
td.righted {
  text-align: right; }
td.middled {
  vertical-align: middle; }
td.topped {
  vertical-align: top; }
td.bottomed {
  vertical-align: bottom; }

th {
  font-weight: bold; }

table.tbaipanel {
  margin-top: 5px;
  margin-bottom: 5px;
  /*margin-left: 50px;*/
  border-collapse: separate;
  border-spacing: 0px 5px; }
  table.tbaipanel td {
    padding: 3px; }

input.tbaiedit {
  width: 300px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin-right: 1px; }

select.tbaitabref {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px; }

table.tbaipanel td.libellechamp {
  text-align: right;
  width: 400px;
  line-height: 20px;
  padding-right: 30px; }
table.test {
  width: 600px;
  margin: auto; }
table.google th {
  text-align: center;
  border: 2px solid #f9f9f9;
  padding: 3px;
  height: 22px;
  background: url("./img/bg_th_degrad_rouge.png") repeat-x white; }
table.google td {
  border: 2px solid #f9f9f9;
  padding: 3px; }
table.google tr.even {
  background: #fff; }
table.google tr.odd {
  background: #f9f9f9; }

/* AFFICHAGE DES MESSAGES OK, WARNING, ERREUR, etc. */
.erreur, .warning, .infos {
/*  width: 650px; */
  margin: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif; }

.erreurNarrow, .warningNarrow, .infosNarrow {
  width: 300px;
  margin: auto;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px; }

.message_erreur, .message_warning {
  text-align: left;
  padding: 3px;
  margin-left: 17px;
  padding-left: 17px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  overflow: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.message_infos {
  text-align: left;
  padding: 3px;
  margin-left: 17px;
  padding-left: 17px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  overflow: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 2px #559725 solid;
  color: #559725; }

.message_erreur {
  border: 2px #D3061D solid;
  color: #D3061D; }

.message_warning {
  border: 2px #F8AF00 solid;
  color: #F8AF00; }

.message_boxed {
  text-align: left;
  padding: 3px;
  padding-left: 17px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  width: 80%;
  overflow: auto;
  border: 2px #3B6780 solid;
  color: #3B6780;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.img_infos, .img_erreur, .img_warning {
  position: relative;
  height: 35px;
  width: 35px;
  margin-bottom: -17px;
  z-index: 20; }

fieldset {
  position: relative;
  margin-top: 25px;
  border: 1px solid #eee;
  background-color: #f8f6e3;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px; }
  fieldset.edition-intervenant {
    padding: 5px;
    padding-top: 14px; }

  fieldset legend {
/*
    position: absolute;
    top: -1em;
    left: 0.5em;
    margin-left: 30px;
*/
    color: #666666;
    font-style: italic;
    letter-spacing: 2px;
    padding: 0 10px 0 10px;
    border: 1px solid #eee;
    background: white url("http://ajax.googleapis.com/ajax/static/modules/gviz/1.0/table/title-bg.gif") repeat-x left bottom; }

  fieldset.edition-intervenant legend {
    margin-left: 10px; }

table.form td {
  padding: 10px; }
table.form input, table.form select, table.form option {
  color: #666666;
  border: 1px solid #eee;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; }

div.detail-intervenant {
  position: relative;
  background-color: #FEFEEC;
  border: 2px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 5px;
  padding-right: 30px;
  width: 280px;
  /* height: 160px;  hauteur avec affichage de la liste des corps de mÚtier */
  height: 80px;
  /* hauteur sans affichage de la liste des corps de mÚtier */
  vertical-align: top;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.spinner {
  position: absolute;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  z-index: 999;
  background: #fff; }

.spinner-msg {
  width: 200px;
  height: auto;
  border: 0px dotted red;
  text-align: center;
  font-weight: normal; }

.spinner-img {
  /*
  background: url('img/LoadingProgressBar.gif') no-repeat;
  width: 24px;
  height: 24px;
  */
  background: url("img/spinner.gif") no-repeat center center;
  width: 200px;
  height: 30px;
  margin: 0 auto; }

.spinner-webcomHS {
  background: url("../pictos/prohibits-icone-7102-96.png") no-repeat center top;
  width: 100px;
  height: 100px;
  margin: 0 auto; }

div.infoDiv {
  border: 1px solid #76a947;
  height: auto;
  background-color: #fff;
  color: #76a947;
  text-align: center;
  padding: 5px; }
div.warningDiv {
  border: 1px solid #fc0;
  height: auto;
  background-color: #fff;
  color: #eb0;
  text-align: center;
  padding: 5px; }
div.errorDiv {
  border: 1px dotted #d80e2f;
  height: auto;
  background-color: #fff;
  color: #d80e2f;
  text-align: center;
  font-weight: bold;
  padding: 10px; }
div.emptyDiv {
  border: 0;
  padding: 0;
  margin: 0;
  height: 0;
  background: none;
  background-color: none; }

div.cacheDivModal {
  position: absolute;
  z-index: 9004;
  background-color: rgba(0, 0, 0, 0.1); }

.dotted {
  border: 1px dotted #9aa0a3; }

input.formCheckError, select.formCheckError, textarea.formCheckError, radio.formCheckError, checkbox.formCheckError {
  border: 1px solid #d80e2f; }

div.BAIWebcomCheckedFieldsError {
  display: block;
  float: left;
  margin: 0;
  padding-left: 21px;
  padding-right: 10px;
  padding-top: 2px;
  /* background: #EFF216 url('../pictos/warning-icone-9394-16.png') no-repeat 4px 4px; */
  background: url("../pictos/warning-icone-9394-16.png") no-repeat 0px 4px;
  color: #d80e2f;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
div.unknownUser {
  margin-top: 23px;
  height: 80px;
  border: 0px solid orange;
  color: #fdfdfd; }
  div.unknownUser .tryagain {
    color: #ffc800;
    cursor: pointer; }

input.money {
  text-align: right;
  width: 100px; }
input.smallInt {
  text-align: right;
  width: 50px; }
input.bigInt {
  text-align: right;
  width: 100px; }
input.date {
  width: 100px; }

div.sep1 {
  height: 10px; }
div.sep2 {
  height: 20px; }
div.sep3 {
  height: 30px; }
div#curTime {
  display: block;
  position: absolute;
  z-index: 100;
  left: 4px;
  top: -37px;
  width: 105px;
  height: 21px;
  padding-top: 7px;
  /* background: url('../pictos/fond_date.png') no-repeat; */
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.20em;
  color: #d80e2f;
  color: #9aa0a3; }

.lefted, .righted, .centered {
  text-align: center; }

.topped {
  vertical-align: top; }

.middled {
  vertical-align: middle; }

.bottomed {
  vertical-align: bottom; }

table#detailChantier td {
  padding: 2px; }

div.helpButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 0;
  /* background: url('../pictos/10.png') no-repeat; */
  background: white url("../pictos/minimalistica-red-icons-set/24x24/info.png") no-repeat 4px 4px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  padding: 4px;
  z-index: 100; }
div.rechercheMO {
  position: absolute;
  top: 6px !important;
  left: 461px !important; }
div.rechercheST {
  position: absolute;
  top: -14px !important;
  left: 980px !important; }

#choixAttestation {
  border: 0px solid orange;
  width: 880px;
  margin: auto;
  list-style: none !important; }
  #choixAttestation ul, #choixAttestation ol {
    padding: 0;
    margin: 0;
    list-style: none !important;
    line-height: 1em; }
  #choixAttestation li.choixAttestation {
    display: block;
    list-style: none !important;
    position: relative;
    border: 1px solid #9aa0a3;
    width: 840px;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    background-color: #FEFEEC;
    background-color: #fcfcfc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
  #choixAttestation li div.demande {
    cursor: pointer;
    position: relative;
    top: 15px;
    text-align: right;
    font-size: 10px; }

h4.choixAttestation {
  color: #9aa0a3;
  font-size: 14px;
  font-weight: bold;
  padding: 5px; }

#choixAttestation li div.date {
  position: relative;
  top: 0px;
  text-align: right;
  font-size: 10px; }

.missingDocument {
  background: url("../pictos/warning-icone-9394-16.png") no-repeat left top; }

div.togglersT, div.togglersF {
  display: inline;
  width: 300px;
  padding-left: 10px;
  padding-top: 5px;
  background: white url("img/arrow_right.gif") no-repeat 0px 9px; }
div.togglersT:hover, div.togglersF:hover {
  background: white url("img/arrow_right_over.gif") no-repeat 0px 9px;
  color: #cf7f18; }

table.edition-intervenant {
  border: 0px solid red;
  width: 450px;
  margin: auto; }
  table.edition-intervenant td {
    padding: 5px; }

/*
table.edition-intervenant input[type="text"]
	{
	width: 200px;
	}
*/
.disabled, .readonly {
  background-color: #f8f6e3;
  border: 0 !important; }

.wide {
  width: 460px; }

.mandatory .form-control:after {
  content: "*";
  color : "red";
  /* background-color: #f90; */ }

.demandeOK {
  background: url("../pictos/minimalistica-red-icons-set/24x24/check_mark.png") 6px 11px no-repeat;
  padding-left: 60px !important; }

.demandeKO {
  background: url("../pictos/minimalistica-red-icons-set/24x24/warning.png") 6px 11px no-repeat;
  padding-left: 60px !important; }

.demandeSTDBY {
  background: url("../pictos/minimalistica-red-icons-set/24x24/clock.png") 6px 11px no-repeat;
  padding-left: 60px !important; }

.demandeDISPO {
  background: url("../pictos/minimalistica-red-icons-set/24x24/page.png") 6px 11px no-repeat;
  padding-left: 60px !important; }

.demandeOVERFLOW {
  background: url("../pictos/minimalistica-red-icons-set/24x24/chart.png") 6px 11px no-repeat;
  padding-left: 60px !important;
  border: 1px solid #d80e2f !important; }

.demandeIMPOSSIBLE {
  background: url("../pictos/minimalistica-red-icons-set/24x24/chart.png") 6px 11px no-repeat;
  padding-left: 60px !important;
  border: 1px solid #d80e2f !important; }

.demandeNA {
  display: none !important; }

table.listeDocuments {
  border-collapse: collapse;
  border-spacing: 0px; }
  table.listeDocuments td {
    border: 0px solid #eee;
    padding: 5px;
    vertical-align: middle; }

/* Rubrique Intervenants */
div.elementsT, div.elementsF {
  border: 0px solid red;
  background-color: #fff; }
div.ongletH2 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  font-size: 12px;
  display: inline;
  position: relative;
  bottom: 2px;
  border: 1px solid #c7c3c6;
  border-bottom: 1px dotted #c7c3c6;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 2px;
  color: #888;
  background-color: #fdfdfd;
  cursor: pointer;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0; }
  div.ongletH2:hover {
    color: #888;
    background-color: #f9f9f9; }
div.ongletH2On {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  font-size: 12px;
  display: inline;
  position: relative;
  bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 2px;
  border: 1px solid #c7c3c6;
  border-bottom: 1px solid #81b44d;
  background-color: #9aa0a3;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

/* MON COMPTE - PRIMES HONORAIRES */
table#listeHonoraires {
  width: 900px;
  margin: auto; }
table#listePrimes {
  width: 900px;
  margin: auto; }
  table#listePrimes th {
    font-size: 80%; }
table#listeHonoraires th {
  font-size: 80%; }
table#listePrimes td, table#listeHonoraires td {
  font-size: 80%;
  border: 1px solid #eee;
  padding-left: 3px;
  padding-right: 3px; }
table#listePrimes td.noborder, table#listeHonoraires td.noborder {
  border: 0; }
table#dataTable {
  border: 0px solid #f00; }
  table#dataTable tr.even {
    background-color: #fff; }
  table#dataTable tr.odd {
    background-color: #fafafa; }
  table#dataTable tr.selected {
    background-color: #d6e9f8; }
  table#dataTable tr:hover {
    background-color: #e7e9f9; }
  table#dataTable td, table#dataTable th {
    border: 1px solid #EEE;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif; }
  table#dataTable td.leftEnforced {
    border-left: 2px dashed #ddd !important; }
  table#dataTable th {
    white-space: nowrap; }
    table#dataTable th.tac {
      text-align: center !important; }
    table#dataTable th.tal {
      text-align: left !important; }
    table#dataTable th.tar {
      text-align: right !important; }
    table#dataTable th.leftEnforced {
      border-left: 2px dashed #ddd !important; }
    table#dataTable th.rightEnforced {
      border-right: 0px solid #a00 !important; }
  table#dataTable td.tac {
    text-align: center !important; }
  table#dataTable td.tal {
    text-align: left !important; }
  table#dataTable td.tar {
    text-align: right !important; }
  table#dataTable td.rightEnforced {
    border-right: 5px solid #eee !important; }
  table#dataTable td.GL, table#dataTable td.GR, table#dataTable td.DO {
    background-color: #fcfcfc; }
  table#dataTable td.views {
    background-color: #fafafa; }
  table#dataTable tr:hover td.GL, table#dataTable tr:hover td.GR, table#dataTable tr:hover td.DO, table#dataTable tr:hover td.views {
    background-color: #e7e9f9; }
  table#dataTable th {
    padding-right: 3px;
    padding-left: 3px; }
  table#dataTable td {
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px; }
  table#dataTable th {
    background: white url(../js/jplarson-TableSorter-e2e8924/Demo/images/headerRowBG.gif) 100% 0 repeat-x; }
    table#dataTable th.sortAsc {
      background: white url(../js/jplarson-TableSorter-e2e8924/Demo/images/headerRowBGSortAsc.png) 100% 0 repeat-x; }
    table#dataTable th.sortDesc {
      background: white url(../js/jplarson-TableSorter-e2e8924/Demo/images/headerRowBGSortDesc.png) 100% 0 repeat-x; }

/* MODIFS GOOGLE STYLE */
.google-visualization-table-table * {
  font-size: 8pt; }

/* BUTTONS */
/*
button {
  margin: 8px;
  cursor: pointer; }
*/

.button1 {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff; }

.button1:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf; }

.button1:active {
  position: relative;
  top: 1px; }

div.buttonSubscribe {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100px;
  height: 21px;
  padding-top: 0px;
  /*permet le centrage vertical*/
  margin-right: 5px;
  text-align: center;
  color: #333;
  background: #fcc301;
  background: -webkit-linear-gradient(#fff381, #fcc301);
  background: -moz-linear-gradient(#fff381, #fcc301);
  background: -ms-linear-gradient(#fff381, #fcc301);
  background: -o-linear-gradient(#fff381, #fcc301);
  background: linear-gradient(#fff381, #fcc301);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9)";
  -moz-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9)";
  -ms-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9)";
  -o-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9)";
  text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9)";
  -webkit-box-shadow: "0 0 5px rgba(0, 0, 0, 0.4), 0 -1px 0 rgba(255, 255, 255, 0.1)";
  -moz-box-shadow: "0 0 5px rgba(0, 0, 0, 0.4), 0 -1px 0 rgba(255, 255, 255, 0.1)";
  -ms-box-shadow: "0 0 5px rgba(0, 0, 0, 0.4), 0 -1px 0 rgba(255, 255, 255, 0.1)";
  -o-box-shadow: "0 0 5px rgba(0, 0, 0, 0.4), 0 -1px 0 rgba(255, 255, 255, 0.1)";
  box-shadow: "0 0 5px rgba(0, 0, 0, 0.4), 0 -1px 0 rgba(255, 255, 255, 0.1)"; }
  div.buttonSubscribe div.text, div.buttonSubscribe input.text {
    -webkit-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9) !important";
    -moz-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9) !important";
    -ms-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9) !important";
    -o-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9) !important";
    text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.9) !important"; }
  div.buttonSubscribe div.text {
    -webkit-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.2)";
    -moz-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.2)";
    -ms-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.2)";
    -o-text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.2)";
    text-shadow: "0px 1px 0px rgba(255, 255, 255, 0.2)"; }
  div.buttonSubscribe:hover {
    color: #222;
    background: #555;
    -webkit-box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    -moz-box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    -ms-box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    -o-box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    background: -webkit-linear-gradient(#fff381, #fcc301);
    background: -moz-linear-gradient(#fff381, #fcc301);
    background: -ms-linear-gradient(#fff381, #fcc301);
    background: -o-linear-gradient(#fff381, #fcc301);
    background: linear-gradient(#fff381, #fcc301); }
  div.buttonSubscribe:active {
    color: #000;
    background: #444;
    background: -webkit-linear-gradient(#fff381, #fcc301);
    background: -moz-linear-gradient(#fff381, #fcc301);
    background: -ms-linear-gradient(#fff381, #fcc301);
    background: -o-linear-gradient(#fff381, #fcc301);
    background: linear-gradient(#fff381, #fcc301);
    -webkit-box-shadow: "1px 1px 5px rgb(100, 100, 100) inset, 0 1px 0 rgba(255, 255, 255, 0.5)";
    -moz-box-shadow: "1px 1px 5px rgb(100, 100, 100) inset, 0 1px 0 rgba(255, 255, 255, 0.5)";
    -ms-box-shadow: "1px 1px 5px rgb(100, 100, 100) inset, 0 1px 0 rgba(255, 255, 255, 0.5)";
    -o-box-shadow: "1px 1px 5px rgb(100, 100, 100) inset, 0 1px 0 rgba(255, 255, 255, 0.5)";
    box-shadow: "1px 1px 5px rgb(100, 100, 100) inset, 0 1px 0 rgba(255, 255, 255, 0.5)"; }

form#detailChantierDates input[type="text"].date {
  border: 0;
  width: 80px;
  text-align: right !important; }

.setValueDone, .modifIntervenantDone {
  background: white url("../pictos/accept-check-green-ok-yes-icone-8805-16.png") no-repeat 5px center; }

.setValueFailed, .modifIntervenantFailed {
  background: white url("../pictos/warning-icone-9394-16.png") no-repeat 3px 3px; }

div.fixBottomRight {
  font-size: 12px;
  padding: 3px;
  background-color: #FEFEEC;
  border-top: 1px solid #ccc;
  width: 100%;
  height: 18px;
  position: fixed !important;
  bottom: 0px !important;
  right: 0px !important;
  z-index: 9999 !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center; }
div#detailChantierDatesMessageDiv.error {
  border: 3px solid #d80e2f;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin: 0px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #FEFEEC;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

img.waste-small {
  width: 16px;
  height: 16px; }

td.pictoPrint {
  width: 30px; }

/* CENTRE D'IMPRESSION */
div#centreImpression h1 {
  font-size: 22px;
  color: #d80e2f;
  border-bottom: 1px solid #9aa0a3;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
  padding-left: 20px;
  background: url("img/puce_sogerep_10x17.png") no-repeat 2px 0px; }
div.uploadZone {
  width: 500px;
  border: 0;
  border-left: 2px solid #eee;
  border-bottom: 0px solid #eee;
  border-right: 0px solid #eee;
  margin-bottom: 20px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 10px;
  background-color: #fff; }
  div.uploadZone:empty {
    width: 500px;
    height: 0px;
    border: 0px solid #eee;
    margin-bottom: 0px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -ms-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: 0; }

/* MOOUPLOAD CSS */
.mooupload_error {
  color: #FF0000; }

.mooupload_noerror {
  color: #008000; }

.mooupload_btncontainer {
  background: #ddd;
  padding: 5px; }
  .mooupload_btncontainer button {
    border: 1px solid #C5C5C5;
    padding: 2px 5px 3px 20px;
    background-color: #F3F3F3;
    font-size: 12px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .mooupload_btncontainer button.addfile {
      background: #f3f3f3 url(./mooupload_imgs/add.png) 3px center no-repeat; }
    .mooupload_btncontainer button.start {
      background: #f3f3f3 url(./mooupload_imgs/accept.png) 3px center no-repeat; }
    .mooupload_btncontainer button:active {
      background-color: #FFF; }
  .mooupload_btncontainer div.progresscont {
    display: none;
    width: 100px;
    height: 11px;
    border: 1px solid #000;
    float: right;
    margin: 10px 80px 0 0;
    background-color: #FFFFFF; }

.mooupload_progressbar {
  text-align: center;
  font-size: 8px;
  display: block;
  width: 0px;
  height: 100%;
  line-height: 1.4em;
  color: #a00; }

.mooupload_off {
  background: white url(./mooupload_imgs/progress_grey.gif) center left repeat-x; }

.mooupload_on {
  background: white url(./mooupload_imgs/progress.gif) center left repeat-x; }

.mooupload_listview {
  width: 500px;
  background: #fff;
  font-size: 11px;
  padding-bottom: 10px; }
  .mooupload_listview ul {
    margin: 0;
    padding: 10px 0 20px 0px; }
  .mooupload_listview li {
    list-style-type: none;
    clear: both;
    line-height: 20px;
    padding-left: 20px;
    height: 20px; }
    .mooupload_listview li.header {
      font-weight: bold;
      border-bottom: 1px solid #8E8E8E;
      margin-bottom: 10px;
      color: #8E8E8E; }
    .mooupload_listview li div {
      display: block;
      margin-right: 10px;
      float: left; }
      .mooupload_listview li div.optionsel {
        width: 25px; }
  .mooupload_listview a.delete {
    display: block;
    width: 16px;
    height: 16px;
    background: white url(./mooupload_imgs/cancel.png) center center no-repeat; }
  .mooupload_listview li div.filename {
    width: 200px;
    overflow: hidden; }
  .mooupload_listview li div.filetype {
    width: 50px; }
  .mooupload_listview li div.filesize {
    text-align: right;
    width: 100px; }
  .mooupload_listview li div.result {
    margin-left: 20px; }

.mooupload_readonly {
  color: #828282; }

.transformed {
  font-family: Arial, Helvetica, sans-serif;
  border: 0 !important; }

div.fusionPDF {
  border: 3px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #666666;
  font-weight: bold;
  padding: 5px;
  width: 190px;
  height: auto;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 20px;
  background: #c8c8c8;
  background: -webkit-linear-gradient(#f0f0f0, #c8c8c8);
  background: -moz-linear-gradient(#f0f0f0, #c8c8c8);
  background: -ms-linear-gradient(#f0f0f0, #c8c8c8);
  background: -o-linear-gradient(#f0f0f0, #c8c8c8);
  background: linear-gradient(#f0f0f0, #c8c8c8);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: "0 0 5px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4)";
  -moz-box-shadow: "0 0 5px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4)";
  -ms-box-shadow: "0 0 5px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4)";
  -o-box-shadow: "0 0 5px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4)";
  box-shadow: "0 0 5px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4)";
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); }
  div.fusionPDF:hover {
    color: #555;
    background: #d2d2d2;
    -webkit-box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    -moz-box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    -ms-box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    -o-box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    box-shadow: "0 0 5px rgba(0, 0, 0, 0.9), 0 -1px 0 rgba(255, 255, 255, 0.6)";
    background: -webkit-linear-gradient(#f0f0f0, #c8c8c8);
    background: -moz-linear-gradient(#f0f0f0, #c8c8c8);
    background: -ms-linear-gradient(#f0f0f0, #c8c8c8);
    background: -o-linear-gradient(#f0f0f0, #c8c8c8);
    background: linear-gradient(#f0f0f0, #c8c8c8); }
  div.fusionPDF div.formDiv {
    /* float: left; */ }
div#conteneurImpayes {
  visibility: hidden;
  position: absolute;
  right: 290px;
  top: -31px;
  border: 1px solid #eee;
  background-color: #FEFEEC;
  padding: 5px; }
  div#conteneurImpayes:empty {
    visibility: hidden; }

table#tableImpayes {
  background-color: #fff;
  border: 0px solid #eee; }
  table#tableImpayes td {
    padding: 3px; }

div.paye {
  background: url(../pictos/classy-icons-set/16x16/green_button.png) no-repeat 0 0; }
div.impaye {
  background: url(../pictos/classy-icons-set/16x16/red_button.png) no-repeat 0 0; }
div.payeImpaye {
  background: url(../pictos/classy-icons-set/16x16/warning.png) no-repeat 0 0; }

table.primehono {
  border: 0;
  width: 100%;
  margin: auto;
  border-collapse: collapsed;
  border-spacing: 0px 5px; }
  table.primehono th {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #F0F0F0;
    color: #666666;
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center; }
  table.primehono td {
    background-color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    border: 1px solid #ddd; }
    table.primehono td:empty {
      background-color: transparent; }
    table.primehono td.noborder {
      border: 0; }
    table.primehono td.highlighted {
      padding-right: 10px; }
    table.primehono td.leftEnforced {
      border-left: 2px solid #ddd !important; }
  table.primehono th.leftEnforced {
    border-left: 2px solid #ddd !important; }
  table.primehono td.rightEnforced {
    border-right: 2px solid #ddd !important; }
table.detailChantierPrintCenter {
  margin-left: 20px;
  margin-bottom: 20px; }
  table.detailChantierPrintCenter th {
    font-weight: bold;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; }
  table.detailChantierPrintCenter td {
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; }
table.test th {
  text-align: center;
  border: 1px solid #eee;
  font-weight: bold;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }
table.test td {
  border: 1px solid #eee;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

div.warningNavigator {
  border: 0px solid green;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 8999;
  padding: 0px; }
div.warningNavigatorMessage {
  width: auto;
  border-top: 3px solid #da0;
  border-left: 3px solid #da0;
  border-right: 3px solid #da0;
  margin: auto;
  background: #fefeec url(../pictos/chat-forum-parler-utilisateur-icone-7966-48.png) no-repeat 20px center;
  padding: 10px;
  padding-left: 60px;
  text-align: center; }

svg.google {
  overflow: hidden;
  height: 80px;
  width: 480px; }

/* JP Larson table sorter*/
/*
table th.sortAsc {
	background:         #a8d4e3 url(http://www.jpl-consulting.com/projects/MooTools/TableSorter/images/headerRowBGSortAsc.png) 100% 0 repeat-x;
	color:              #fff;
}
table th.sortDesc {
	background:         #a8d4e3 url(http://www.jpl-consulting.com/projects/MooTools/TableSorter/images/headerRowBGSortDesc.png) 100% 0 repeat-x;
	color:              #fff;
}
*/
.uppercase {
  text-transform: uppercase; }

/*.uppercase {color: red;}*/
.listeVilles {
  z-index: 9999;
  display: visible;
  position: absolute;
  bottom: -20px;
  left: 120px;
  padding: 10px;
  width: 300px;
  background-color: #fff;
  border: 3px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: "0 0 20px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.6)";
  -moz-box-shadow: "0 0 20px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.6)";
  -ms-box-shadow: "0 0 20px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.6)";
  -o-box-shadow: "0 0 20px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.6)";
  box-shadow: "0 0 20px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.6)"; }
  .listeVilles span {
    cursor: pointer; }

.longListVilles {
  height: 200px;
  overflow-y: scroll; }

#dynamic-content div.listeVilles div.close {
  text-align: right;
  cursor: pointer;
  /*float: right;*/
  position: absolute;
  top: 8px;
  right: 3px; }
#dynamic-content div.listeVilles:empty {
  display: none; }
#dynamic-content div.listeVilles div.h2 {
  margin: 0px !important;
  padding: 0px !important;
  background-color: #d80e2f;
  color: #fff;
  padding-left: 10px !important;
  margin-right: 20px !important;
  text-shadow: none; }

tr.read td {
  font-weight: normal; }
tr.notread td {
  font-weight: normal;
  /*	font-weight: bold;
  	background-color: red;
  	color: white;
  */ }

#searchMOA {
  z-index: 9999;
  position: absolute;
  top: 115px;
  left: 60px;
  padding: 2px;
  min-width: 250px;
  max-height: 100px;
  overflow-y: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FdFdEb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 8px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 2px 2px 8px rgba(100, 100, 100, 0.5);
  -ms-box-shadow: 2px 2px 8px rgba(100, 100, 100, 0.5);
  -o-box-shadow: 2px 2px 8px rgba(100, 100, 100, 0.5);
  box-shadow: 2px 2px 8px rgba(100, 100, 100, 0.5);
  border: 1px solid #9aa0a3; }
  #searchMOA:empty {
    display: none; }
  #searchMOA div.suggest {
    padding: 0 3px 0 3px;
    margin: 0;
    cursor: pointer; }
    #searchMOA div.suggest:hover {
      /*color: #a00;*/
      background-color: #e7e9f9; }

div.disponible {
  text-align: center;
  background-color: #FEFEEC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px; }

/*
#nouveau_chantier input.nomprenom {
  width: 330px;
  text-align: center; }
#nouveau_chantier input.adresse {
  width: 420px;
  text-align: center; }
#nouveau_chantier input.codepostal {
  width: 70px;
  text-align: center; }
#nouveau_chantier input.ville {
  width: 287px; }
#nouveau_chantier input.centered {
  text-align: center; }
*/
input {
    border-radius:4px;
}
.clear {
  clear: both; }

div#handiUsageWarning {
  border: 1px dotted #d80e2f;
  height: auto;
  background-color: #fff;
  color: #d80e2f;
  text-align: center;
  font-weight: bold;
  padding: 10px; }
  div#handiUsageWarning:empty {
    display: none; }

input#ADH_B_PRIME {
  -webkit-box-shadow: inset 1px 1px 8px #cccccc;
  -moz-box-shadow: inset 1px 1px 8px #cccccc;
  -ms-box-shadow: inset 1px 1px 8px #cccccc;
  -o-box-shadow: inset 1px 1px 8px #cccccc;
  box-shadow: inset 1px 1px 8px #cccccc; }

span#ADH_B_PRIME {
  font-family: Verdana;
  font-size: 11px;
  font-color: #666666;
  font-weight: bold; }


table#listeIntervenants td {
  font-size: 9px;
}


.small {
  font-size: 80%; }

.italic {
  font-style: italic; }

.w50 {
  width: 50%; }

.w45 {
  width: 45%; }

.w33 {
  width: 33.333%; }

.w25 {
  width: 25%; }

.w10 {
  width: 10%; }

.left {
  float: left; }

.right {
  float: right; }

.p0 {
  padding: 0px; }

.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p25 {
  padding: 25px; }

.p30 {
  padding: 30px; }

.p35 {
  padding: 35px; }

.p40 {
  padding: 40px; }

.p45 {
  padding: 45px; }

.p50 {
  padding: 50px; }

.pl0 {
  padding-left: 0px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

.pl35 {
  padding-left: 35px; }

.pl40 {
  padding-left: 40px; }

.pl45 {
  padding-left: 45px; }

.pl50 {
  padding-left: 50px; }

.pt0 {
  padding-top: 0px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt45 {
  padding-top: 45px; }

.pt50 {
  padding-top: 50px; }

.pr0 {
  padding-right: 0px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr25 {
  padding-right: 25px; }

.pr30 {
  padding-right: 30px; }

.pr35 {
  padding-right: 35px; }

.pr40 {
  padding-right: 40px; }

.pr45 {
  padding-right: 45px; }

.pr50 {
  padding-right: 50px; }

.pb0 {
  padding-bottom: 0px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 45px; }

.pb50 {
  padding-bottom: 50px; }

.m0 {
  margin: 0px; }

.m5 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m20 {
  margin: 20px; }

.m25 {
  margin: 25px; }

.m30 {
  margin: 30px; }

.m35 {
  margin: 35px; }

.m40 {
  margin: 40px; }

.m45 {
  margin: 45px; }

.m50 {
  margin: 50px; }

.ml0 {
  margin-left: 0px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.ml45 {
  margin-left: 45px; }

.ml50 {
  margin-left: 50px; }

.mt0 {
  margin-top: 0px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mr0 {
  margin-right: 0px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mr45 {
  margin-right: 45px; }

.mr50 {
  margin-right: 50px; }

.mb0 {
  margin-bottom: 0px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.tac,
.centered {
  text-align: center; }

.tal,
.lefted {
  text-align: left; }

.tar,
.righted {
  text-align: right; }


/* forçage z-index datePicker */
div.datepicker_vista {
   z-index: 9999;
}

table.display {
    font-family: Arial,Helvetica,Arial;
    font-size: 0.8em;
}

#container {
    overflow: hidden;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.etat i {
    font-size : 1.2em;
}

.etat i.fa-file {
    font-size : 1.2em;
    color: blue;
}

.etat i.fa-clock-o {
    font-size : 1.2em;
    color: orange;
}

.etat i.fa-check-circle-o {
    font-size : 1.2em;
    color: green;
}

.etat i.fa-ban {
    font-size : 1.2em;
    color: red;
}

.row .transformed {
  min-height: 1.4em;
  font-size:1.2em;
  font-weight: bold;
}

.box-body form .row {
  border-bottom : 1px solid #e7e9f9;
  margin-bottom:6px;
}

.row {
  margin-bottom:5px;
}

.nav-tabs-custom {
    margin-bottom:50px;
}

.nav-tabs {
    background-color : #e1f1ff;
    border-bottom: 3px solid #3c8dbc;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.nav-tabs .active {
    background-color :#3c8dbc;
    border-bottom: 3px solid white;
    border-top: 3px solid #3c8dbc;
    border-left: 3px solid #3c8dbc;
    border-right: 3px solid #3c8dbc;
}

/*
#logo {
    width: 100%;
    height: 60px;
    background: url('/pictos/motif_test.png') no-repeat center;
    background-size: contain;
}
*/

.etat {
    border: 1px solid green;
    border-radius: 20px;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}
