/* BOUTON VALIDER */
table tr.button-valider {
  text-align: center;
  width: 100%;
  height: 40px;
}

button.valider {
  width: 105px;
  height: 30px;
  border: none;
  background-color: #e6197b !important;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 12px;
  border-radius: 0px;
}
button.valider:hover {
  background-color: #fff !important;
  color: #e6197b;
  border: solid #e6197b 2px;
  cursor: pointer;
}
button.valider:focus {
  outline: 0;
  cursor: pointer;
}

table.data tbody td {
  padding: 0.5em;
}

table.data tbody tr:nth-child(even) {
  background-color: #E5EFF1;
}

table.data tbody tr:nth-child(odd) {
  background-color: #FFF;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left;
  padding-left: 10px;
}

/* ICONS */
section.icons ul {
  width: 960px;
  text-align: right;
  margin-bottom: 17px;
}
section.icons ul li {
  display: inline-block;
}
section.icons ul button {
  width: 56px;
  height: 36px;
  margin-right: -13px;
  outline: none;
  border: none;
  background-size: 73%;
  background-position: 0;
}
section.icons ul button:hover {
  width: 56px;
  height: 36px;
  margin-right: -13px;
  outline: none;
  border: none;
  background-size: 73%;
  background-position: 0;
}

/* Loader */
div#loader {
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.5) center center fixed;
  background-size: cover;
  z-index: 9999;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  visibility: hidden;
}

#circularG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
  top: 45%;
}

.circularG {
  position: absolute;
  background-color: rgb(209, 0, 132);
  width: 14px;
  height: 14px;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.39s;
  -o-animation-duration: 1.39s;
  -ms-animation-duration: 1.39s;
  -webkit-animation-duration: 1.39s;
  -moz-animation-duration: 1.39s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
}

#circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
}

#circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  -ms-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
}

#circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}

#circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}

#circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 1.39s;
  -o-animation-delay: 1.39s;
  -ms-animation-delay: 1.39s;
  -webkit-animation-delay: 1.39s;
  -moz-animation-delay: 1.39s;
}

#circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 1.57s;
  -o-animation-delay: 1.57s;
  -ms-animation-delay: 1.57s;
  -webkit-animation-delay: 1.57s;
  -moz-animation-delay: 1.57s;
}

#circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 1.74s;
  -o-animation-delay: 1.74s;
  -ms-animation-delay: 1.74s;
  -webkit-animation-delay: 1.74s;
  -moz-animation-delay: 1.74s;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
/* on off button */
.onoff[type=checkbox]:not(:checked),
.onoff[type=checkbox]:checked {
  position: relative;
  left: -9999px;
}

.onoff[type=checkbox]:not(:checked) + label,
.onoff[type=checkbox]:checked + label {
  position: relative;
  padding-left: 75px;
  top: 12px;
  cursor: pointer;
  margin-left: -1.6em;
}

.onoff[type=checkbox]:not(:checked) + label:before,
.onoff[type=checkbox]:checked + label:before,
.onoff[type=checkbox]:not(:checked) + label:after,
.onoff[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
}

.onoff[type=checkbox]:not(:checked) + label:before,
.onoff[type=checkbox]:checked + label:before {
  left: 10px;
  top: -13px;
  width: 50px;
  height: 18px;
  background: #DDDDDD;
  border-radius: 15px;
  transition: background-color 0.2s;
}

.onoff[type=checkbox]:not(:checked) + label:after,
.onoff[type=checkbox]:checked + label:after {
  width: 12px;
  height: 12px;
  transition: all 0.2s;
  border-radius: 50%;
  background: #e6197b;
  top: -10px;
  left: 14px;
}

/* on checked */
.onoff[type=checkbox]:checked + label:before {
  background: #e6197b;
}

.onoff[type=checkbox]:checked + label:after {
  background: #DDDDDD;
  left: 42px;
}

.onoff[type=checkbox]:checked + label .ui,
.onoff[type=checkbox]:not(:checked) + label .ui:before,
.onoff[type=checkbox]:checked + label .ui:after {
  position: relative;
  left: -28px;
  width: 50px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  transition: all 0.2s;
}

.onoff[type=checkbox]:not(:checked) + label .ui:before {
  content: "non";
  left: -44px;
  color: #bbb;
  top: -12px;
}

.onoff[type=checkbox]:checked + label .ui:after {
  content: "oui";
  color: #fff;
  top: -12px;
}

.onoff[type=checkbox]:focus + label:before {
  border: 1px dashed #777;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
}

/* Button radio */
label.labelRadio {
  margin-left: -16px;
}

input.btnRadioStyle[type=radio] {
  visibility: hidden;
  left: 18px;
  position: relative;
}

input.btnRadioStyle[type=radio] + label:before {
  display: inline-block;
  width: 33px;
  height: 28px;
  top: 18px;
  left: 0;
  content: " ";
  vertical-align: middle;
  background: transparent url(/images/dialogBox/icone-radio-off.png) 0 -6px no-repeat;
  background-size: 127%;
  padding-right: 0px;
}

input.btnRadioStyle[type=radio]:checked + label:before {
  background: transparent url(/images/dialogBox/icone-radio.png) 0 -6px no-repeat;
  background-size: 127%;
}

input.btnRadioStyle[type=radio]:disabled + label:before {
  background: transparent url(/images/dialogBox/icone-radio-disabled.png) 0 -6px no-repeat;
  background-size: 127%;
}

input.btnRadioStyle[type=radio]:last-child + label:before {
  margin-left: 4px;
}

/* Bouton Checkbox */
input[type=checkbox] {
  background: #fff;
  border: 1px solid #e6197b;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 4px;
  left: 6px;
  margin-right: 11px;
  height: 12px;
  width: 12px;
  outline: none;
}

input[type=checkbox]:checked {
  background: url(../images/pictos/new/checkboxChecked.png) top center no-repeat;
  background-size: 100%;
  -webkit-appearence: none;
  -moz-appearance: none;
}

input.disabled[type=checkbox]:checked {
  background: url(../images/pictos/new/checkboxDisabledChecked.png);
  background-size: 100%;
  -webkit-appearence: none;
  -moz-appearance: none;
}

input.disabled[type=checkbox] {
  background: url(../images/pictos/new/checkboxDisabled.png);
  background-size: 100%;
  -webkit-appearence: none;
  -moz-appearance: none;
}

/* Bulle aide */
input.bulle-aide {
  position: absolute;
  right: 134px;
  height: 28px;
  margin-top: -6px;
}

/*
#fenetreMonDossierListe table tbody tr td input.bulle-aide:nth-of-type(2){
    margin-top: -15px !important;
}
*/
[data-tooltip]:before {
  left: 155%;
}

[data-tooltip]:after {
  left: 53%;
}

/* NEW ONGLETS */
nav#onglets {
  text-align: left;
  font-size: 13px;
  line-height: 40px;
  margin-bottom: 25px;
  margin-left: 30px;
}
nav#onglets ul {
  color: #000;
}
nav#onglets ul li {
  display: inline-block;
  margin-right: 0.8em;
}
nav#onglets ul li a {
  color: #000;
  font-weight: normal;
}
nav#onglets ul li a:link {
  text-decoration: none;
}
nav#onglets ul li a:hover {
  cursor: pointer;
  color: #e6197b;
}
nav#onglets ul li.active a {
  border-bottom: 2px solid #e6197b;
  font-weight: 600;
  padding-bottom: 3px;
}

nav.cancelMarginBottom {
  margin-bottom: 0px !important;
}

img.croixClose {
  width: 28px;
  margin-left: 945px;
  margin-top: 5px;
}
img.croixClose:hover {
  cursor: pointer;
}

/* Tableau TH avec entete grise */
table.tableThEntete {
  border-collapse: collapse;
  margin-bottom: 30px;
}
table.tableThEntete thead th {
  background: #e6197b;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e6197b;
}
table.tableThEntete tbody tr:nth-of-type(odd) {
  background: #f1f1f1;
}
table.tableThEntete tbody tr td {
  height: 30px;
  /*    line-height:30px; */
  font-size: 12px;
  border: 1px solid #adadad;
  font-weight: normal;
}
table.tableThEntete tbody tr.enteteTabGris td {
  background: #dadada;
  font-weight: bold;
  text-align: center;
}
table.tableThEntete tbody tr.enteteTabGris:hover td {
  background: #dadada;
}

table.tableEditionsChoix {
  border-collapse: collapse;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 500px;
  border: 1px solid #e6197b;
}
table.tableEditionsChoix input:focus,
table.tableEditionsChoix select:focus {
  outline: 0;
}
table.tableEditionsChoix thead th {
  background: #e6197b;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e6197b;
}
table.tableEditionsChoix tbody tr {
  background: none;
}
table.tableEditionsChoix tbody tr td {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border: none;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
table.tableEditionsChoix tbody tr td:nth-of-type(1) {
  width: 140px;
  text-align: right;
}
table.tableEditionsChoix tbody tr td select.listeChoix {
  width: 80%;
}
table.tableEditionsChoix tbody tr td input.periode {
  width: 33%;
}
table.tableEditionsChoix tbody tr td div.divBtn input.btnRose {
  margin-bottom: 25px;
}
table.tableEditionsChoix .chosen-container a {
  height: 18px;
  line-height: 18px;
}
table.tableEditionsChoix .chosen-container span {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
}
table.tableEditionsChoix .chosen-container .chosen-results {
  font-size: 10px;
  font-weight: normal;
  text-align: left;
}
table.tableEditionsChoix .chosen-container-single .chosen-single div {
  top: -2px;
  right: -10px;
}
table.tableEditionsChoix .chosenBalance .chosen-container-single .chosen-single div {
  top: -2px;
  right: 0px;
}

table.tableEditionsDonnees {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 30px;
}
table.tableEditionsDonnees thead th {
  background: #e6197b;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e6197b;
}
table.tableEditionsDonnees tbody tr td {
  font-size: 11px;
  padding: 5px;
  border: 1px solid #adadad;
}
table.tableEditionsDonnees tbody tr td.tdVide {
  height: 8px;
}
table.tableEditionsDonnees tbody tr.fondGris td {
  /* background:#d5d5d5; */
  background:#FCCFB3;
}
table.tableEditionsDonnees tbody tr.enteteTabGris td {
  background: #dadada;
  font-weight: bold;
  text-align: center;
}
table.tableEditionsDonnees tbody tr.enteteTabGris:hover td {
  background: #dadada;
}
table.tableEditionsDonnees tr.total {
  background-color: #dadada;
  font-weight: bold;
  /* text-align:left; */
  border-top: 1px #f1f1f1 solid;
}
table.tableEditionsDonnees tr.total td {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #adadad;
}
table.tableEditionsDonnees tr.totalGeneral {
  background-color: #dadada;
  font-weight: bold;
  text-align: left;
  border-top: 2px #e6197b solid;
}
table.tableEditionsDonnees tr.totalGeneral td {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #adadad;
}
table.tableEditionsDonnees tr.totalGeneral td:nth-of-type(2),
table.tableEditionsDonnees tr.totalGeneral td:nth-of-type(3),
table.tableEditionsDonnees tr.totalGeneral td:nth-of-type(4),
table.tableEditionsDonnees tr.totalGeneral td:nth-of-type(5) {
  text-align: right;
}

table.tableSaisieDossier,
table#tabListeCompteTva {
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 60px;
}
table.tableSaisieDossier thead th,
table#tabListeCompteTva thead th {
  background: #e6197b;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e6197b;
}
table.tableSaisieDossier tbody tr td,
table#tabListeCompteTva tbody tr td {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #adadad;
  padding-right: 10px;
  padding-left: 10px;
}
table.tableSaisieDossier tbody tr td.tdVide,
table#tabListeCompteTva tbody tr td.tdVide {
  height: 8px;
}
table.tableSaisieDossier tbody tr.enteteTabGris td,
table#tabListeCompteTva tbody tr.enteteTabGris td {
  background: #dadada;
  font-weight: bold;
  text-align: center;
}
table.tableSaisieDossier tr.total,
table#tabListeCompteTva tr.total {
  background-color: #dadada;
  font-weight: bold;
  text-align: left;
  border-top: 1px #f1f1f1 solid;
}
table.tableSaisieDossier tr.total td,
table#tabListeCompteTva tr.total td {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #adadad;
}
table.tableSaisieDossier tr.totalGeneral,
table#tabListeCompteTva tr.totalGeneral {
  background-color: #dadada;
  font-weight: bold;
  text-align: left;
  border-top: 2px #e6197b solid;
}
table.tableSaisieDossier tr.totalGeneral td,
table#tabListeCompteTva tr.totalGeneral td {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #adadad;
}
table.tableSaisieDossier tr.totalGeneral td:nth-of-type(2),
table.tableSaisieDossier tr.totalGeneral td:nth-of-type(3),
table.tableSaisieDossier tr.totalGeneral td:nth-of-type(4),
table.tableSaisieDossier tr.totalGeneral td:nth-of-type(5),
table#tabListeCompteTva tr.totalGeneral td:nth-of-type(2),
table#tabListeCompteTva tr.totalGeneral td:nth-of-type(3),
table#tabListeCompteTva tr.totalGeneral td:nth-of-type(4),
table#tabListeCompteTva tr.totalGeneral td:nth-of-type(5) {
  text-align: right;
}

div.editionsIcones input.icon, div.editionsIcones img {
  width: 43px;
  height: 43px;
}

div.divBtn {
  text-align: center;
}
div.divBtn input.btnRose {
  min-width: 140px;
  height: 30px;
  font-size: 11px;
  margin-top: 20px;
  background: #e6197b;
  border: none;
  font-weight: normal;
  border-radius: 0px;
  color: white;
  box-shadow: none;
  text-transform: uppercase;
  line-height: 0px;
}
div.divBtn input.btnRose:hover {
  background: #fff;
  border: 2px solid #e6197b;
  color: white;
  text-transform: uppercase;
  color: #e6197b;
  cursor: pointer;
  box-shadow: none;
}
div.divBtn input.icon {
  border: none;
  width: 26px;
  height: 26px;
  position: relative;
  top: 5px;
}
div.divBtn input.icon:hover {
  cursor: pointer;
}
div.divBtn input.iconPrint {
  background: url(../images/pictos/new/imprimer.png);
  background-size: 100%;
}
div.divBtn input.iconPrint:hover {
  background: url(../images/pictos/new/imprimer-hover.png);
  background-size: 100%;
}
div.divBtn input.iconExportPdf {
  background: url(../images/pictos/new/exportPDF.png);
  background-size: 100%;
}
div.divBtn input.iconExportPdf:hover {
  background: url(../images/pictos/new/exportPDF-hover.png);
  background-size: 100%;
}
div.divBtn p.btnRose {
  width: 160px;
  height: 26px;
  font-size: 11px;
  background: #e6197b;
  border: 2px solid #e6197b;
  margin: 0 auto;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
}
div.divBtn p.btnRose a {
  font-weight: normal;
  color: white;
  text-transform: uppercase;
}
div.divBtn p.btnRose:hover {
  background: #fff;
  border: 2px solid #e6197b;
  cursor: pointer;
  width: 160px;
  height: 26px;
  font-size: 11px;
  color: white;
  text-transform: uppercase;
  color: #e6197b;
}
div.divBtn p.btnRose:hover a {
  color: white;
  text-transform: uppercase;
  color: #e6197b;
}

div.divBtn {
  text-align: center;
}
div.divBtn input.btnRoseInverse, div.divBtn p.btnRoseInverse {
  min-width: 140px;
  height: 30px;
  font-size: 11px;
  margin-top: 20px;
  background: #fff;
  border: 2px solid #e6197b;
  font-weight: normal;
  border-radius: 0px;
  color: #e6197b;
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 0px;
}
div.divBtn input.btnRoseInverse:hover, div.divBtn p.btnRoseInverse:hover {
  background: #e6197b;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
}
div.divBtn input.btnRoseInverse:hover a, div.divBtn p.btnRoseInverse:hover a {
  color: #fff;
}
div.divBtn input a, div.divBtn p a {
  color: #e6197b;
  font-weight: normal;
}

button.btnRose {
  min-width: 170px;
  height: 30px;
  font-size: 11px !important;
  margin-top: 20px;
  background: #e6197b !important;
  border: none !important;
  font-weight: normal;
  color: white !important;
  text-transform: uppercase;
  border-radius: 0px;
}
button.btnRose:hover {
  background: #fff !important;
  border: 2px solid #e6197b !important;
  color: #e6197b !important;
  text-transform: uppercase;
  color: #e6197b;
  cursor: pointer;
}

select, input, textarea {
  font-family: inherit;
  font-size: 11px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

.rose {
  color: #e6197B;
}

.padding0 {
  padding: 0px !important;
}

.padding0LR {
  padding-left: 0px;
  padding-right: 0px;
}

table.tableEditionsDonnees tbody tr td.padding0LR {
  padding-left: 0px;
  padding-right: 0px;
}

input[readonly] {
  color: #666666;
}

#tabOptionsModeles tbody .bulle-aide {
	position: sticky;
	right: unset;
	float: right;
	margin-top: -10px;
}

.hidden {
  display: none;
}

/*# sourceMappingURL=main.css.map */
