@charset "utf-8";

body {
  margin: 0px;
  margin: 0px auto;
}

body * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.text-bold {
  font-weight: bold;
}

#head {
  background: #F6F6F6;
}

#mainMenu {
  margin: 0px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid gainsboro;
}

div#mainMenu div#logo {
  height: 100px;
  float: left;
  cursor: pointer;
}

div#mainMenu div#logo img {
  height: 100px;
}

div.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}

fieldset {
  border: 0px;
}

div#center {
  margin: 0px auto;
  float: none;
  clear: both;
  margin: 15px auto 15px auto;
}

.error {
  font-weight: bold;
  color: red;
}

div.screenWidth {
  width: 1250px;
}

label {
  width: 176px;
  display: inline-block;
}

#menulogo {
  width: 100%;
  margin: 0 auto;
  height: 100px;
}

/* FILTRE ,INFORMATION, VIGNETTE*/

div.stackPanel {
  background: white;
}

#divActions {
  margin: 0 auto;
}

#filtre {
  width: 660px;
  height: 180px;
  border: 1px solid gainsboro;
  float: right;
  position: relative;
}

#information,
.vignette {
  width: 400px;
  height: 180px;
  border: 1px solid gainsboro;
  float: left;
  position: relative;
}

div.listeboutons {
  text-align: center;
}

div.listeboutons span[id^=btn] {
  display: inline-block;
}

.vignette {
  min-height: 235px;
  height: 300px;
  margin: 7px;
}


.titreimage {
  position: relative;
  height: 42px;
  border: 1px solid #03735B;
  margin: -1px;
  background-color: #03735B;
}

.titreimage h1 {
  width: 100%;
  float: right;
  background-color: #03735B;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 2px 0;
  font-weight: initial;
  line-height: 39px;
  clear: both;
}

.titreimage img {
  position: absolute;
  top: 0;
  left: 0;
}

.container-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 10px;
}

.vignette span {
  margin: 5px;
  background: #FF7200 !important;
}

.vignette .h2stat {
  margin: 20px 20px 0 20px;
  font-size: 13px;
}

.vignette .h2stat h2 {
  font-size: 30px;
  margin: 0;
}

.vignette .h2stat h2 a {
  font-size: 30px;
  margin: 0;
  text-decoration: none;
  color: black;
}

.vignette .h3stat {
  margin-left: 0px;
  text-align: center;
}

h1.titrerubrique {
  /*text-transform:uppercase;*/
  font-size: 16px;
  text-align: center;
}

h2.titrerubrique {
  font-size: 15px;
  text-align: center;
}

#filtre label {
  float: left;
  text-align: right;
  font-size: 13px;
  color: #2C2C2C;
  width: 125px;
  margin: 7px 2px 0 5px;
  padding: 0;
}

#filtre input[type=text] {
  float: left;
  width: 164px;
  height: 18px;
  padding: 0;
  border: 1px solid #2C2C2C;
  background-color: #FFF;
  color: #2C2C2C;
  margin: 5px 0 5px 5px;
  font-size: 12px;
}

#filtre select {
  float: left;
  width: 166px;
  height: 20px;
  padding: 0;
  margin: 5px 0 5px 5px;
  border: 1px solid #2C2C2C;
  background-color: #FFF;
  color: #2C2C2C;
  font-size: 12px;
}

#filtre h1,
#information h1 {
  background-color: #FF7200;
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 2px 0;
  font-weight: initial;
}

#information h1 {
  background-color: #999999;
}

#filtre .buttons {
  margin: 0 auto;
  width: 295px;
}




/* FOOTER */

#footer {
  background-color: #03735B;
  color: white;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*bandeaux*/
div#menuContainer {
  width: 85%;
  height: 33px;
  background-color: #03735B;
  float: right;
  margin-top: 36px;
}

#menudivtopmenu_topmenuadmin {
  margin: -44px 0px;
}

ul.menu,
ul.menu li {
  margin: 0px;
  padding: 0px;
}

ul.menu {
  list-style-type: none;
  line-height: 3px;
}

ul.menu div {
  width: 150px;
  top: 20px;
  left: 0px;
  position: relative;
}

ul.menu li {
  display: block;
  float: left;
  list-style-type: none;
  overflow: visible;
}

ul.menu li span {
  display: inline-block;
  color: #FFF;
  font-size: 15px !important;
  font-weight: initial;
  background: none;
  margin: 0;
  margin: 5px 20px;
  padding: 10px 30px;
  letter-spacing: inherit !important;
  border: 0 !important;
  text-transform: inherit !important;
  min-width: 75px !important;
}

ul.menu li:first-child span {
  border-left: none;
}

ul.menu span {
  cursor: pointer;
}

ul.menu span:hover,
ul.sousmenuadmin span:hover,
ul.menu a:active,
ul.menu span.button:hover,
ul.menu span.button:active {
  background-color: #F6F6F6;
  color: black;
}

ul.menu #current,
ul.menu li.current span.button {
  background: #ffa855 !important;
}

ul.menu ul.menu {
  width: 200px;
  border: 1px solid gainsboro;
  background-color: #03735B;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 25px;
}

ul.menu ul.menu li.menuitem {
  padding: 2px;
  width: 200px;
  float: none;
  display: block;
  overflow: visible;
  clear: both;
  padding-top: 10px;
  padding-bottom: 0;
  height: 25px;
  text-align: left;
  border-bottom: 1px solid #FFF;
}


ul.menu ul.menu li.menuitem:last-child {
  border-bottom: none;
}

ul.menu ul.menu li.menuitem span {
  display: block;
  float: none;
  color: #FFF;
  text-transform: none;
  background: none;
  font-weight: normal;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  border: none;
  overflow: visible;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 5px;
}

ul.menu ul.menu li.menuitem:first-child span {
  padding-top: 7px;
}

/*tableaux*/
.typedeliste {
  font-weight: bold;
  font-size: 18px;
}

.modeletable {
  width: 100%;
  border: 1px solid gainsboro;
  /*  border-left: 2px solid gainsboro;*/
}

.headertable {
  width: 100%;
  position: relative;
  background: #03735B;
  color: white;
  padding: 0 7px;
  box-sizing: border-box;
  border: 1px solid gainsboro;
  height: 42px;
}

.headertable h2 {
  display: inline-block;
  font-weight: normal;
  font-size: 18px !important;
  margin: 10px auto;
}

h2.h2center {
  text-align: center;
  border: 1px solid gainsboro;
  margin: 15px 27px 6px;
}

.millesime,
.tarifPartenaire,
.remisePartenaire,
.tarifAdherent,
.tarifNonAdherent {
  width: 32%;
  float: left;
  display: inline-block;
  overflow: hidden;
}

.millesime,
.tarifPartenaire,
.tarifAdherent {
  margin-right: 17px;
}

.cotation {
  width: 65%;
  float: right;
  display: inline-block;
  overflow: hidden;
}

#TMILLESIME th.col-2 {
  min-width: 139px;
}

#TTARIF tr,
#TTARIFADHERENT tr,
#TTARIFNONADHERENT tr,
#TREMISE tr {
  height: 41px;
}


.liste {
  background: white;
  padding-bottom: 2px;
}

div.liste table {
  margin: 0px auto;
  width: 99%;
  border-collapse: collapse;
  background: white;
}

td span.button {
  min-width: 0px;
  display: inline-block;
  margin: 5px auto;
}

div.liste td:not(:last-child) {
  border-right: 1px solid gainsboro;
}

div.liste td {
  padding: 4px;
}

div.liste tr td {
  min-width: 45px;
}

div.liste tr.colored td {
  background: #EEEEEE;
}

div.liste tr.individuidnull td {
  color: red;
}

#TMILLESIME span[id^=td_] {
  cursor: pointer;
  text-decoration: underline;
}

#TTARIF td.col-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

div.liste th {
  padding: 4px 25px 4px 4px;
  text-align: left;
  position: relative;
}

div.liste th:not(:last-child) {
  border-right: 1px solid gainsboro;
}

div.sansfiltre th {
  padding: 4px;
  text-align: left;
}

div.form-edit-left,
div.form-edit-right,
div.form-editleft,
div.form-editright,
div.form-edit-left2,
div.form-edit-right2 {
  width: 49%;
  float: left;
  padding-top: 10px;
}

div.form-edit-right {
  width: 48%;
  margin-left: 4%;
}

div.form-edit-left label,
div.form-edit-right label,
div.form-edit-center label,
div.form-edit-left2 label,
div.form-edit-right2 label,
div.form-edit-center2 label {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}

div.form-edit-left input,
div.form-edit-right input,
div.form-edit-center input,
div.form-edit-left2 input,
div.form-edit-right2 input,
div.form-edit-center2 input {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 210px;
}

div.form-edit-left select,
div.form-edit-right select,
div.form-edit-center select,
div.form-edit-center2 select,
div.form-edit-left2 select,
div.form-edit-right2 select {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 215px;
  height: 22px;
}

div.form-edit-left div.calendar,
div.form-edit-right div.calendar,
div.form-edit-center div.calendar,
div.form-edit-left2 div.calendar,
div.form-edit-right2 div.calendar,
div.form-edit-center2 div.calendar {
  display: inline-block;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.form-edit-center2 label {
  width: 200px;
}

#facture_anneeprecedente {
  width: 20px;
}

label[for=facture_anneeprecedente] {
  width: 300px;
  font-weight: bold;
  margin-left: 26px;
  margin-bottom: 15px;
}

table thead tr {
  height: 41px;
  border-bottom: 1px solid gainsboro;
}

table thead tr th div.header {
  float: none;
  text-align: left;
  color: #03735B;
  font-weight: normal;
  display: inline-block;
}

table thead tr th div.icons {
  position: absolute;
  top: 11px;
  right: -25px;
  width: 50px;
}

table thead tr th div.icons img.button {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  float: none;
  width: 10px;
}

table tbody tr td img.button {
  margin: 0 2px;
}

div.filter {
  border: 2px solid #e8e8e8;
  width: 250px;
  background-color: white;
  height: 185px;
  z-index: 100;
  margin-top: 32px;
  margin-left: -10px;
  overflow: auto;
}

div.filter span.filterclose {
  background: none;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 8px;
  margin-right: 5px;
}

div.filter span.filtervalidate {
  background: #03735B;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  display: block;
  margin: 0px auto;
  float: none;
  width: 150px;
  padding-top: 5px !important;
}

div.filter span.filtervalidate img {
  display: none;
}

div.innerfilteralpha,
div.innerfilternumeric,
div.innerfilterlist {
  width: 240px;
  height: 85px;
}

div.innerfilterdate {
  width: 240px;
  height: 145px
}

div.innerfilterdate span.button {
  color: inherit;
  text-transform: inherit;
  text-align: left;
}

div.innerfilterdate .calendar {
  float: none;
  clear: both;
}

div.innerfilterdate select {
  width: auto !important;
}

div.filter select {
  width: 70px;
  margin-left: 10px;
  font-size: 12px;
  float: left;
}

div.filter input {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  width: 140px;
  margin-left: 10px;
}

/* PAGINATION */
div.tbl-results {
  margin-top: 5px;
  margin-left: 7px;
}

ul.tbl-paging {
  float: right;
  margin-right: 7px;
  margin-top: 5px;
}

ul.tbl-paging li.tbl-paging,
ul.tbl-paging li.tbl-paging-previous,
ul.tbl-paging li.tbl-paging-next {
  padding: 0 5px;
}

.tbl-paging a {
  color: black;
  text-decoration: none;
}

.tbl-paging a:hover {
  color: #FF7200;
}

.tbl-paging a.shown {
  color: #FF7200;
  font-weight: bold;
}

/* BUTTON */
span.button {
  padding: 5px 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  min-width: 120px;
  display: block;
}

span.button.button-autocomplete {
  display: inline;
}

span.button-autocomplete {
  color: #03735B;
  font-weight: bold;
}


div.innerfilterlist input {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  clear: left;
}

div.innerfilterlist label {
  margin-top: 5px;
  margin-bottom: 0px;
  width: 175px;
  text-align: left;
  float: left;
  display: block;
}

div.innerfilterlist {
  height: 130px;
  width: 100%;
  margin-bottom: 4px;
}

/* Boutons */
.ui-datepicker-trigger {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: -2px;
}


span[id^='btn'] {
  width: 120px;
}

.container-buttons span {
  width: auto !important;
}

/*span.button:not([id^='menutopmenu_topmenu']){
  margin-top:17px;
  background-color: #007F5E;
}*/

#btn-deconnexion {
  float: right;
  display: inline-block;
  color: black;
  text-transform: inherit;
  background-color: #F6F6F6;
  background-image: url(../img/deconnexionblack.png);
  background-repeat: no-repeat;
  background-position: 5px;
  border: 1px solid #FFF;
  letter-spacing: inherit !important;
  font-weight: normal;
  line-height: 22px;
  padding: 0px 0px 0 15px;
  height: 22px;
  margin: 5px 5px 0px 13px;
  font-size: 13px;
}

#btn-deconnexion:hover {
  background-image: url(../img/deconnexionwhite.png);
  background-color: #03735B;
  color: white;
}

#filtre span#btn-search {
  float: right;
  margin: 0;
  background: #FF7200 !important;
  font-size: 12px;
  font-weight: initial;
  margin-top: 10px;
}

span[id^=btn-enregistrer_] {
  float: right;
  background: #FF7200 !important;
  font-weight: initial;
  font-size: 12px !important;
  margin: 10px auto 10px 10px;
}

span[id=btn-enregistrer_selection] {
  width: 250px;
}

#filtre span#btn-reset,
span[id^=btn-return] {
  float: left;
  margin: 0;
  background: #DDDDDD !important;
  font-size: 12px;
  font-weight: initial;
  color: black;
  margin-top: 10px;
}

span[id^=btn-return] {
  float: right;
}


span[id^='btn-nouveau_'] {
  background: url(../img/ajoutblanc.png) no-repeat left #FF7200;
  background-position-x: 7px;
  float: left;
  margin: 10px 0 0 12.5px;
  font-size: 13px !important;
  font-weight: initial;
  height: 22px;
  line-height: 22px;
  width: 58% !important;
  text-indent: 23px;
  text-transform: none;
}

span[id^='btn-nouveau_back'] {
  background-image: none !important;
}

span[id^='btn-generer_'] {
  background: url(../img/ajoutblanc.png) no-repeat left #03735B;
  background-position-x: 7px;
  float: left;
  margin: 10px 0 0 12.5px;
  font-size: 13px !important;
  font-weight: initial;
  height: 22px;
  line-height: 22px;
  width: 99px !important;
  text-indent: 23px;
  text-transform: none;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

span[id^='btn-telecharger_'] {
  background-position-x: 7px;
  float: left;
  margin: 10px 0 0 12.5px;
  font-size: 13px !important;
  font-weight: initial;
  height: 22px;
  line-height: 22px;
  width: 99px !important;
  text-indent: 23px;
  text-transform: none;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}



span[id^='btn-ajout_'] {
  float: right;
  color: black;
  font-size: 12px;
  margin-top: 6px;
  padding-right: 15px;
  background: url(../img/ajoutnoir.png) no-repeat left white;
  background-position-x: 7px;
  text-align: center;
  text-indent: 40px;
  text-transform: none;
  width: 150px;
  height: 18px;
  line-height: 18px;
}

span#btn-enregister_selection {
  text-transform: none;
  width: 180px;
  margin-bottom: 46px;
}

/* IFRAME */

#btn-close-popinListeSites,
#btn-close-popinAdhesion,
#btn-close-popinQualisav,
#btn-close-popinFormExtranet,
#btn-close-popinDoc {
  position: absolute;
  top: 10px;
  right: 12px;
}

#framePopin,
#framePopinAdhesion {
  border: none;
}

#framePopin::-webkit-scrollbar,
#framePopinAdhesion::-webkit-scrollbar {
  display: none;
}

#framePopinAdhesion input[id^=enr6],
#framePopinPartenaire input[id^=enr3],
#framePopinPartenaire input[id^=enr4] {
  width: 60px;
}

span#checkAll,
span#uncheckAll {
  cursor: pointer;
}

div.uploadButton {
  padding: 2px 0 2px 0;
  display: inline-block;
  background-color: #03735B;
  border: 1px solid #03735B;
  color: #FFFFFF;
  width: 115px;
  cursor: pointer;
  margin: 5px 0px 5px -5px;
  text-align: center;
}

div.fileName {
  padding: 2px 0 2px 0;
  width: 237px;
  display: inline-block;
  border: 1px solid #B1ACA2;
  background-color: #FFFFFF;
}

input[type='checkbox'] {
  top: 2px !important;
  position: relative;
}

p#lignerouge {
  color: red;
  position: absolute;
  top: 85px;
  right: 59px;
  font-size: 11px;
}

.historiser {
  text-decoration: line-through;
  text-decoration-color: red;
  display: none;
}

.annuler,
tr.annuler td {
  color: red !important;
}

span.annuler {
  padding: 0.5%;
}

table.nomargin {
  width: auto;
}

table.nomargin td {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: inherit !important;
}

.jqmWindow .form-edit-center {
  float: none !important;
  width: auto !important;
  display: block;
}

.jqmWindow.jqm600 .form-edit-center label,
.jqmWindow.jqm600 .form-edit-center select {
  width: 250px;
}

.jqmWindow.jqm600 .form-edit-center input[type=text],
.jqmWindow.jqm600 .form-edit-center input[type=file] {
  width: 246px;
}

p.danger {
  color: #dc3545;
  font-weight: bold;
  text-align: center;
}

.jqmWindow .form-edit-center p.danger {
  margin-top: 0;
}

table tr.active td {
  color: #FF7200;
}

table tr.notranslate {
  display: none;
}

label.mandatory {
  color: red;
}

#TSITES .col-8 {
  min-width: 58px !important;
}

div.floatbottom {
  position: fixed;
  width: 100%;
  background-color: #F6F6F6;
  margin: 0px;
  left: 0px;
  bottom: 0px;
  padding: 12px 0px;
  z-index: 1000;
  text-align: center;
  border: 1px solid #03735B;
}

div.autoCompleteDiv {
  width: 600px;
}

div#waitPopin {
  padding-top: 0;
}

p.error_page {
  text-align: center;
  font-size: 16px;
  padding: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

p.error_page a {
  font-size: 16px;
}


.checkAll {
  float: right;
  margin-top: 5px;
  margin-right: 7px;
}

img#btn-create-technicienPG,
img#btn-create-technicien {
  vertical-align: middle;
}

.titrerubrique2 {
  padding-left: 10px;
  font-size: 17px;
  color: #03735B;
}

.newfacture input[type=text] {
  width: 100px;
  height: 20px;
  border: none;
}

.newfacture #new_quantite {
  width: 50px !important;
}

.newfacture #new_remisedetail {
  width: 150px !important;
}

.newfacture select {
  width: 200px;
  height: 20px;
  border: none;
}

.newfacture {
  max-height: 300px !important;
  overflow-y: auto;
}

.totalfacturediv {
  text-align: right;
}

.totalfacturediv #total_ht,
.totalfacturediv #total_tva,
.totalfacturediv #total_ttc {
  display: inline-block;
  width: 140px;
  border: 1px solid gray;
  margin-top: 10px;
  margin-left: 5px;
}

#tab_newfacture tr#newline {
  background: #EEEEEE;
}

#btn-close-popinFacture {
  position: absolute;
  top: 10px;
  right: 12px;
}

div#sitefacturediverse {
  padding-left: 5px;
}

#popinFacture #libelle_facture,
#popinFacture #numero_commande {
  width: 150px;
}

#popinFacture #date_commande {
  width: 76px;
}

#popinFacture #prefixe_facture {
  width: 84px;
}