﻿@charset "utf-8";
.nodisplay, .invisible {display:none!important;}
#alertmsgcont {
  padding:5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#alertmsg h1 {
  padding:0px;
  margin:0px;
  width: 100%;
  height:26px;
  text-transform:uppercase;
  text-align: center;
  background: none;
}
#lignechamp{float:left;padding-left: 45px;}
#alertmsg h1 span {
  display:block;
  height:20px;
  padding:6px 0px 0px 0px;
  margin:0px 3px;
}
#alertbutton {
  margin:5px;
  text-align:center;
}
#alertmsg span.button {
  padding:5px 15px 0px;
  margin-top: 5px;
}
#alerttext {
  margin: 15px 0px;
  padding: 0 5px;
} 
#waiting_wait {
	z-index: 11100;
}

#waiting {
  border: 1px solid darkgrey;
  background-color: white;
  padding: 50px;
  z-index: 11101;
  text-align: center;
  font-size: 14px;
}

/* CSS Document */
@font-face {
    font-family: 'Roboto';
    src: url('roboto/web-fonts/regular/Roboto-Regular-webfont.eot');
    src: url('roboto/web-fonts/regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/web-fonts/regular/Roboto-Regular-webfont.woff') format('woff'),
         url('roboto/web-fonts/regular/Roboto-Regular-webfont.ttf') format('truetype'),
         url('roboto/web-fonts/regular/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('roboto/web-fonts/bold/Roboto-Bold-webfont.eot');
    src: url('roboto/web-fonts/bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/web-fonts/bold/Roboto-Bold-webfont.woff') format('woff'),
         url('roboto/web-fonts/bold/Roboto-Bold-webfont.ttf') format('truetype'),
         url('roboto/web-fonts/bold/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Meta';
    src: url('roboto/web-fonts/regular/Roboto-Regular-webfont.eot');
    src: url('roboto/web-fonts/regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/web-fonts/regular/Roboto-Regular-webfont.woff') format('woff'),
         url('roboto/web-fonts/regular/Roboto-Regular-webfont.ttf') format('truetype'),
         url('roboto/web-fonts/regular/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Meta';
    src: url('roboto/web-fonts/bold/Roboto-Bold-webfont.eot');
    src: url('roboto/web-fonts/bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/web-fonts/bold/Roboto-Bold-webfont.woff') format('woff'),
         url('roboto/web-fonts/bold/Roboto-Bold-webfont.ttf') format('truetype'),
         url('roboto/web-fonts/bold/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Meta';
    src: url('roboto/web-fonts/bold/Roboto-Bold-webfont.eot');
    src: url('roboto/web-fonts/bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto/web-fonts/bold/Roboto-Bold-webfont.woff') format('woff'),
         url('roboto/web-fonts/bold/Roboto-Bold-webfont.ttf') format('truetype'),
         url('roboto/web-fonts/bold/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
body{
	margin:0px;
	font-family: sans-serif, "Meta", "Roboto", Fallback, sans-serif;
	margin: 0px auto;
}
form {
}

div#topPart {
  width: 100%;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  padding: 0px;
  height: 120px;
  position: fixed;
  z-index: 11001;
  padding-right: 5px;
  box-sizing: border-box;
}

div#content {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 100vh;
  overflow:hidden;
}

div#content div#contentPart {
  position: relative;
  overflow: scroll;
  height: 100vh;
  margin-left: 0px;
  width: 100%;
  /*padding-left: 200px;*/
}

#logoPart {
  width: 200px;
  float: left;
  display: block;
  transition: 0.5s;
}

label[for=textarea14]{
  width:100%;
  margin-bottom:10px;
  font-size:15px;
}

#tetiere #logoPart img {
  display: block;
  margin: 0px auto;
  float: none;
  height: 100px;
}

#tetiere img {
  display: block;
  float: right;
  height: 40px;
}

#tetiere span {
  display: block;
  float: left;
}

/* #tetiere div.content {
  width: 1180px;
  margin: 0px auto;  
} */

#tetiere div.login {
  float: right;
  width: 200px;
  padding-top: 11px;
  font-size: 16px;
  margin-left: 0px;
  text-align:right;
  margin-right: 10px;
}

#btn-print{
  float: right;
  padding-top: 6px;
  padding-left: 3px;
}

#tetiere img#btn-deconnexion {
  clear: right;
  padding-right:20px;
  transition: 0.5s;
}

#logodroite {
	padding-right:20px;
	float:right;
	padding-top: 10px;
}

#center img#modifieProprietaire_{
  float: center;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 4px;
  margin-left: 10px;
  vertical-align: middle;
}

div#proprietaire
{
  display: inline-block;
  width:600px;
  padding-left:15px;
  margin-right: -80px;
}

#mainMenu {
  width:1180px;
	margin: 0px auto;
	margin-top: 20px;
}

div#mainMenu div#logo {
  float: left;
  width: 170px;
}

div#mainMenu div#logo img {
  height: 70px;
}

#btn-burger{
  float:left !important;
}

#btn-deconnexion{
  padding-right:50px;
  transition: 0.5s;
}

.widthReduit{
  width:60px !important;
  transition: 0.5s;
}
.imgReduit{
  width:0px !important;
  transition: 0.5s;
}
.paddingReduit{
  padding-left:60px !important;
  transition: 0.5s;
}
.paddingAugmente{
  padding-right: 190px !important;
  transition: 0.5s;
}
.noneSousmenu{
  display: none;
}

div#menu {
  margin-right: -17px;
  margin-bottom: -17px;
  height: 100vh;
  overflow: scroll;
  padding-top: 111px;
}

ul#topmenu {
  width: 200px;
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  list-style-type: none;
}

ul#topmenu li {
  display: block;
  float: none;
  margin: 0px;
  font-size: 15px;
  color:white;
  font-weight: normal;
  cursor: pointer;
}

ul#topmenu li span {
  padding-bottom: 20px;
  padding-top: 22px;
  padding-left: 50px;
  margin-left: 10px;
  display: block;
}

ul#topmenu li:HOVER {
  color: rgba(231, 233, 233, 1);
}

ul#topmenu li div ul {
  padding: 0px;
  margin: 0px;
}

ul#topmenu li div ul li {
  padding-left: 0px;
}

ul#topmenu li div ul li span {
  background: none!important;
  padding-left: 0px;
  color: #333333;
  font-size: 12px;
}

ul#topmenu li div ul li:HOVER {
  color: #333333;
}

li#topmenu_topmenuplanning span {
  background: url('../img/menu/menu_selection_off.png') no-repeat left;
}

li#topmenu_topmenuplanning:HOVER span {
  background: url('../img/menu/menu_selection_on.png') no-repeat left;
}

li#topmenu_topmenuentite span {
  background: url('../img/menu/menu_annuaire_off.png') no-repeat left;
}

li#topmenu_topmenuentite:HOVER span {
  background: url('../img/menu/menu_annuaire_on.png') no-repeat left;
}

li#topmenu_topmenureporting span {
  background: url('../img/menu/menu_data_off.png') no-repeat left;
}

li#topmenu_topmenureporting:HOVER span {
  background: url('../img/menu/menu_data_on.png') no-repeat left;
}

li#topmenu_topmenuoperation span {
  background: url('../img/menu/menu_reporting_off.png') no-repeat left;
}

li#topmenu_topmenuoperation:HOVER span {
  background: url('../img/menu/menu_reporting_on.png') no-repeat left;
}

li#topmenu_topmenututo span {
  background: url('../img/menu/menu_tuto_off.png') no-repeat left;
}

li#topmenu_topmenututo:HOVER span {
  background: url('../img/menu/menu_tuto_on.png') no-repeat left;
}

li#topmenu_topmenuutilisateurfront span {
  background: url('../img/menu/menu_communication_off.png') no-repeat left;
}

li#topmenu_topmenuutilisateurfront:HOVER span {
  background: url('../img/menu/menu_communication_on.png') no-repeat left;
}

li#topmenu_topmenurecherche span {
  background: url('../img/menu/menu_search_off.png') no-repeat left;
}

li#topmenu_topmenurecherche:HOVER span {
  background: url('../img/menu/menu_search_off.png') no-repeat left;
}
li#topmenu_topmenuadministration span {
  background: url('../img/menu/menu_administration_on.png') no-repeat left;
}

li#topmenu_topmenuadministration:HOVER span {
  background: url('../img/menu/menu_administration_off.png') no-repeat left;
}

li#topmenu_topmenuadministration:HOVER span {
  background: url('../img/menu/menu_administration_off.png') no-repeat left;
}

li#topmenu_topmenustats span {
  background: url('../img/conso.png') no-repeat left;
  background-size: 30px;
}

img#logoGauche2 {
  margin: 45px;
  width: 100px;
}

div.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}
fieldset{
  border:0px;
}

div#center {
  float: none;
  clear: both;
  padding-top: 120px;
  padding-bottom: 50px;
  margin-left:210px;
}

label {
  width: 220px;
  display: inline-block;
}

/*bandeaux*/
/* div#menuContainer {
  width: 1010px;
  height: 33px;
  margin-bottom: 10px;
  float: left;
  background-color: white;
}

ul.menu, ul.menu li{
  margin:0px;
  padding:0px;
}

ul.menu {
  list-style-type:none;
  display:block;
  width:100%;
  margin-top: 10px;
}

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:block;
  float:left;
  display:block;
  color:black;
  text-transform:uppercase;
  background:white;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 40px;
  min-width: 110px;
  font-size: 14px;
  text-align: left;
  overflow: visible;
  background: url(../img/downMenu.gif) right no-repeat;
}

ul.menu li:first-child span {
  border-left: none;
}

ul.menu span {
  cursor: pointer;
}

ul.menu span:hover, ul.menu a:active, ul.menu span.button:hover, ul.menu span.button:active {
  background-color:#e8e8e8;
}

ul.menu #current, ul.menu li.current span.button {
  background:#ffa855 !important;
}

ul.menu ul.menu {
  width : 200px;
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 28px;
}

ul.menu ul.menu li.menuitem {
  padding:2px;
  width:200px;
  float: none;
  display: block;
  overflow:visible;
  clear:both;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 25px;
  text-align:left;
  border-bottom:1px solid var(--style-color2);
}

.poppin{
  position:fixed; 
  display:block ; 
  display:none; 
  background-color:white; 
  width:60%;  
  background:white; 
}


ul.menu ul.menu li.menuitem:last-child {
  border-bottom:none;
}

ul.menu ul.menu li.menuitem span {
  display:block;
  float: none;
  background-color: #e8e8e8;
  color: black;
  text-transform: none;
  background: none;
  font-weight:bold;
  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: 0px;
}

.topMenu .icon{
  padding:10px 0px !important;
}
.topMenu .icon div{
  border-left:#ffa855 solid 2px;
  height:46px;
  width:100px;
  background:url(../img/icon.png) center no-repeat !important;
} */
.form {
	margin:30px 0px;
}

select {
  width: 268px;
  border: 0px;
  color:#666;
	font-size:18px;
  padding:9px;
  background: url(../img/select.gif) no-repeat right #F1F1F1;
  /*border: 2px inset #FDFDFD;*/
  border: 1px solid #C8C8C8;
  padding-right: 22px;
  -webkit-appearance: none;
}

div.calendar {
  width: 289px;
  float: none;
  display: inline-block;
}

div.calendar select.day,div.calendar select.hour,div.calendar select.minute {
  width: 50px;
  padding-left:1px;
  padding-right:1px;
}

div.calendar select.month {
  width: 60px;
  padding-left:1px;
  padding-right:1px;
}

div.calendar select.year {
  width: 70px;
  padding-left:1px;
  padding-right:1px;
}

div.mesure div.calendar {
  width:379px;
}

/*input*/
input[type='text'], input[type='password'], input[type='number']{
	background-color: #F1F1F1;
    border: 1px solid #C8C8C8;
	/*border: 2px inset #FDFDFD;*/
	/*background:url(../img/input.jpg) center no-repeat;*/
	padding:9px;
	width:249px;
	color:#666;
	font-size:18px;
}


textarea{
	color:#666;
	border:none;

  background-color: #F1F1F1;
  border: 1px solid #C8C8C8;

	/*background-color: #F1F1F1;
	border: 2px inset #FDFDFD;*/
	padding:9px;
	width:249px;
	height: 150px;
	font-size:12px;
}

input[type='text'].in_small{
	color:#666;
	border:none;
	background:url(../img/in_small.jpg) center no-repeat;
	padding:8px;
	width:60px;
	font-size:17px;
}

/*tableaux*/
.liste{
  overflow: auto;
  background:#e8e8e8;
  padding-bottom: 30px;
}
div.liste table {
  text-align:center;
  margin: 0px auto;
  width:97%;
  border-collapse:collapse;
}
div.liste td {
  border:1px solid #d5d5d5;
  background:#FFF;
  padding: 4px;
  padding-bottom: 0px;
}
div.liste tr.colored td{
  background: #f9f9f9;
}
div.liste th {
  padding: 10px; 
  padding-bottom: 0px;
  text-align: center;
}

div.liste th div.header {
  width: 100%;
  background-color:#e8e8e8;
  text-align: center;
}

/*label space*/
div.label_space {
  padding-top:10px;
  float:left;
  width:33%;
}
div.label_space label {
  padding-left:50px;
}
div.label_space input {
  margin-left:50px;
}

label {
  margin-top: 5px;  
}




/*boutons*/
div.goDetail span.button {
  background:url(../img/right.jpg) center no-repeat;
  display:block;
  padding:10px 25px;
}
div.finTourneeButtons span.button{
  background-size:100px 50px;
  margin-right:6px;
}
#saveReglement,{
  margin-right: 70px;
}
#goCherche {
  margin-right: 85px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#validateDelivery {
  float:left;
}



/*POP IN(S)*/
#messageDialog,#finTournee{
  border-color: var(--style-color1);
  width: 280px;
  
}
#messageDialog span.button,#messageDialog label, #messageDialog select, #messageDialog .custom-select-label{
  float:left;
  margin-left:30px;
}
#messageDialog #quitterMessage {

  padding-left:73px;
  padding-right:72px;
}
#messageDialog #retard5{
  padding-left:35px;
  padding-right:35px;
}
#messageDialog label, #messageDialog select, #messageDialog .custom-select-label {
  padding-left:16px;
}


/*custom select*/
.custom-select, .custom-select-label{
  height: 2em;
  line-height: 2em;
  position: relative;
  width: 100%;
  display: block;
}

.custom-select{
  margin-bottom: -30px;
  z-index: 2;
  opacity: 0;
  width: 200px;
  height: 40px;
  margin-left: 1px;
  -webkit-appearance: none; /* Done because Webkit hates letting you style select boxes */
}

.custom-select-label{
  padding-left: 0.5em;
  background: var(--style-color2);
  margin: 0px;
  width: 200px;
  overflow: hidden;
  height: 36px;
  padding-top: 4px; 
}

.custom-select-label:after{
  content: '';
  display: block;
  border: 6px solid transparent;
  border-top-color: #222;
  position: absolute;
  top: 50%;
  right: 0.5em;
  color: white;
  margin-top: -3px;
}

div.tabPanel ul.tabPanel {
  padding-top: 25px;
}

div.tabPanel {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  margin-top: 25px;
}

div.tabPanel ul.tabPanel li {
  width: auto;
  margin-right: 10px;
  height: 51px;
  display: block;
  float: left;
}

div.tabPanel ul.tabPanel li span.button {
  padding-top: 10px;
  padding-left: 10px;
  width: 170px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: none;
  background-color: #CACACA;
  margin-bottom: 5px;
  font-size: 19px;
  float: none;
  display: block;
  margin: 0;
}

div.tabPanel ul.tabPanel li.selected span.button {
  display: block;
  float: none;
  font-size: 19px;
  margin: 0px;
  padding-top: 8px;
  padding-left: 8px;
  width: 170px;
  padding-right: 8px;
  padding-bottom: 8px;
  text-align: center;
  background: none;
  background-color: white;
  color: #CACACA;
  border: 2px solid;
}

div.tabPanel div.tab {
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
}

div.form-edit-left{
  width: 49%;
  float:left;

}

div.form-edit-right {
  width:49%;
  float:right;
}

div#edit-left-user, div#edit-right-user {
  width: 48%;
  float:left;
}

div#edit-right-user {
  width: 48%;
  margin-left: 4%;
}

div.form-edit-left label, div.form-edit-right label {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.form-edit-left input, div.form-edit-right input {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.form-edit-left select, div.form-edit-right select {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

span.readOnly {
  color: #666;
  font-size: 18px;
}

div.form-edit-left div.calendar, div.form-edit-right div.calendar {
  display: inline-block;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

table thead tr th div.header {
  float: none;
}

table thead tr th div.icons {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 2px;
  margin-top: 2px;
  height: 30px;
  max-width: 100px;
}


table thead tr th div.icons img.button {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  float: none;
  width: 45%;
  height: 30px;
}

table thead tr th div.icons img.filter {
  background: url(../img/table_filter_noselect.gif) no-repeat center;
}

table thead tr th div.icons img.filter-on {
  background: url(../img/table_filter_select.gif) no-repeat center;
}

table thead tr th div.icons img.sort-none {
  background: url(../img/table_sort_no.gif) no-repeat center!important;
}

table thead tr th div.icons img.sort-asc {
  background: url(../img/table_sort_downtop.gif) no-repeat center!important;
}

table thead tr th div.icons img.sort-desc {
  background: url(../img/table_sort_topdown.gif) no-repeat center!important;
}

div.filter {
  border: 2px solid #e8e8e8;
  width: 250px;
  background-color: white;
  min-height: 155px;
  z-index: 100;
  margin-top: 32px;
  margin-left: -10px;
  overflow: auto;
  max-height: 300px;
  height: auto;
}

div.filter span.filterclose {
  background: none;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 8px;
  margin-right: 5px;
}

div.filter span.filtervalidate {
  background: #02569c;
  text-transform: uppercase;
  color: white;
  line-height: 29px;
  font-size: 14px;
  display: block;
  margin: 0px auto;
  float: none;
  width: 150px;
  padding-top: 0px!important;
}

div.filter span.filtervalidate img {
  display: none;
}

div.innerfilteralpha {
  width: 240px;
  height: 90px;
}

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;
}

h1 {
  margin-left: 15px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 25px;
  margin-right: 0px;
  margin-left: 0px;
  color: #272213;
}

h1.borderBottom{
  border-bottom: 1px solid #272213;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h2 {
  border-top: 1px solid #272213;
  padding-right: 15px;
  padding-left: 15px;
  color: var(--style-color2);
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-top: 15px;
}

fieldset.search {
  padding: 0px;
  padding-left: 15px;
  padding-right: 0px;
}

fieldset.search label {
  width: 100px;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  padding-top: 10px;
}

fieldset.search input {
  margin-left: 0px;
}

fieldset.search input[type=radio] {
  float: left;
  clear: left;
  margin-top: 6px;
}

/* span.button {
  margin-left: 10px;
  margin-top: 20px;
  padding: 5px 10px;
  background: none;
  background-color: var(--style-color1);
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  text-align: center;
  min-width: 120px;
  display: block;
  float:right;
} */

span#btn-contact {
  float:right;
  color:var(--style-color2);
  margin-top:-18px;
}

span#btn-interog {
  float:right;
  color:var(--style-color2);
  margin-top:-18px;
  font-size:20px;
  font-weight:bold;
  margin-right:-29%;
}
div.infoDroit {
  float: right;
  width: 800px;
  margin-top: 9px;
  text-align: center;
  color:var(--style-color2);
}  

span#addDirDel {
  background-color: var(--style-color3);
}

span#cancel{
  background-color: var(--style-color3);
}

fieldset.search span.button {
  margin-left: 10px;
  margin-top: 20px;
  padding: 5px 10px;
  background: none;
  background-color: var(--style-color1);
  font-size: 15px;
}

span#btn-import{
  margin-top: 8px;
}
span#btn-export {
  margin-right: 134px;
}      

span#btn-excel{
  margin-right: 17px;
  margin-top: 25px;
  padding: 5px 10px;
  background: none;
  background-color:#00569D;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  text-align: center;
  min-width: 120px;
  display: block;
  float: right;
}             
span#btn-printbadge{
  background-color: var(--style-color2);
  border: 1px solid rgb(255, 253, 255);
  display: inline-block;
  cursor: pointer;
  color: rgb(255, 255, 255);
  margin-top:8px;
  font-size: 17px;
  padding: 5px 15px;
  text-decoration: none;
  float: right;
  margin-right: 11px;
}       
span#btn-printcontact{
  background-color: var(--style-color2);
  border: 1px solid rgb(255, 253, 255);
  display: inline-block;
  cursor: pointer;
  color: rgb(255, 255, 255);
  margin-top:8px;
  font-size: 17px;
  padding: 5px 15px;
  text-decoration: none;
  float: right;
  margin-right: 11px;
}                                          

span#btn-nouveau{
  background: url(../img/menu/creer.png) no-repeat left;
  color:transparent;
  line-height:34px;
  margin-top: 0px;
  margin-right:-33px;
}

img[id^=btn-reset],img[id^=btn-new] {
	padding: 0px!important;
	min-width: auto!important;
	background-color: white!important;
	margin-bottom: 10px!important;
}
/*span#btn-validerCompartiment,span#btn-validerUtilisateur,span#btn-validerOperation,span#btn-validerVentilation{
  margin-right: 505px;
  margin-top: -20px;
}*/

span#btn-retourListe,span#btn-modeEdition,span#btn-modeLecture {
  position:absolute;
  top:59px;
  right:115px;
  background-color: white;
  border:1px solid black;
  border-radius:10px;
  padding:5px;
  padding-left:32px;  
  font-weight:bold;
  font-size:15px;
}
div.menuenregistrement-top{
  width:100%;
  background:white;
  border-bottom: 1px solid #272213;
  padding-bottom: 10px;
  position: fixed;
  top: -25px;
}
div.titrepopin{
  margin-top:50px; 
}

#pieces {
  margin:0px;
  width:503px;
}

span#btn-modeLecture{
  top:20px;
  background: url(../img/lecture.png) no-repeat left;
  background-size: 20px;
  background-position-x: 5px;
}

span#btn-retourListe{
  background: url(../img/retour.png) no-repeat left;
  background-size: 20px;
  background-position-x: 5px;
}

span#btn-modeEdition{
  top:20px;
  background: url(../img/enregistrer.png) no-repeat left;
  background-size: 20px;
  background-position-x: 5px;
}

span#btn-reset{
  background: url(../img/menu/reset.png) no-repeat left;
  color:transparent;
  line-height:34px;
}
span#btn-reset{
  margin-top: 39px;
  margin-right:-14px;

}
div.singleForm {
  border: 2px solid #e7e7e7;
  margin-top: 10px;
  padding: 10px;
}

div.validationButton {
  width: 100%;
  display: block;
  float: none;
}

.algolia-places {
    width: 510px;
    top: -20px;
}

div.calendarDiv {
  border-color: var(--style-color1);
  font-size: 12px;
  width: 250px;
 	position:absolute;
  background: #A2CAB9;
}

div.calendarDiv div.topBar {
  background-color: var(--style-color2);
  height: 20px;
  padding-top: 4px;
}

div.calendarDiv div.selectBox {
  font-size: 13px;
  color: #666666;
  font-weight:bold;
  border: 1px solid white;
}

div.calendarDiv td {
  border-color: var(--style-color1);
  font-size: 13px;
  color: #666666;
}

div.calendarDiv div.todaysDate {
  background-color: var(--style-color2);
  color: #666666;
  font-weight:bold;
  font-size: 13px;
  width: 246px;
  margin: 0px;
}

div.calendarDiv td.calendar_week_column {
  background-color: var(--style-color2)!important;
  color: #666666;  
  font-weight:bold;
}

div.calendarDiv td.activeDay {
  color: var(--style-color1);
  font-weight: bold;
}

div.calendarDiv div.monthYearPicker {
  background-color: #e8e8e8;
  border: 1px solid var(--style-color2);
  position: absolute;
  color: black;
  width: auto!important;
}

div.calendarDiv div.monthYearPicker div {
  padding-left: 10px;
  width: auto!important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

div.calendarDiv div.monthYearPicker div.monthYearActive {
  background-color: #666666;
}

div.calendarDiv div.selectBox {
  min-width: 43px;

}

div.calendarDiv div.selectBoxOver {
  background-color: var(--style-color1); 
  min-width: 43px;
}

div.calendarDiv div.selectBox img {
  position: absolute;
  right: 0px;
}

div.calendarDiv div.selectBoxOver img {
  position: absolute;
  right: 0px;
}

ul.tbl-paging {
  display: block;
  margin: 0px auto;
  text-align: center;
  margin-right: 18px;
  margin-top: 10px;
  float: right;
}

div.tbl-results {
  margin-left: 18px;
  margin-top: 10px;
}

ul.tbl-paging li.tbl-paging {
  margin-left: 5px;
  margin-right: 5px; 
}

ul.tbl-paging li.tbl-paging a, ul.tbl-paging li.tbl-paging-previous a, ul.tbl-paging li.tbl-paging-next a {
  text-decoration: none;
  color: black;
}

ul.tbl-paging li.tbl-paging a.shown, ul.tbl-paging li.tbl-paging-previous a.shown, ul.tbl-paging li.tbl-paging-next a.shown {
  font-weight: bold;
}

div.innerfilterlist input {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  clear: left;
}

div.innerfilterlist label {
  margin-top: 0px;
  margin-bottom: 5px;
  width: 175px;
  text-align: left;
  float: left;
  display: block;
}

div.innerfilterlist {
  height: 250px;
  width: 250px;
}

/* #######  TYPOLOGIE ####### */

div.editTypologie {
  background-color: white;
  padding: 5px 5px 5px 5px;
  margin: 7px;
  border: 1px solid #EEEEEE;
}

div.editTypologie h1{
  margin: 0;
  padding: 0;
  font-size: 16px;
}

div.editTypologie h1 a{
  color: var(--style-color2);
  text-decoration: none;
  margin: 5px;
  display: inline-block;
}

div.typologie-block{
  padding: 6px;
}

div.typologie-block .form-edit-left,
div.typologie-block .form-edit-right{
  margin-left: 0!important;
  width: 50%;
}

div.typologie-block .listeElementsTable{
  background-color: #e8e8e8;
  padding-bottom: 10px;
  margin: 5px;
}

hr.separator { border: 1px solid #e7e7e7; }

#rapport { display: none; background-color: var(--style-color2);}

#tabPanelDetailsMagasin { margin-left: 0 !important; margin-right: 0 !important;}
#tabPanelDetailsMagasin div.tab { padding-left: 0 !important; padding-right: 0 !important;}

span#tabPanelDetailsMagasin-tabbutton-2 {width:270px;}

div.formCritere { padding: 5px 0; }
div.formCritere label:first-child { width: 235px; }
div.formCritere label { width: 50px; }
div.formCritere span.button { margin-top: 0; float: none; display: inline-block; }

.rapport_produit table label { width: 35px; text-align: left; }
.rapport_produit table input[type=text] { width: 40px; text-align: center; }


div.fileName {
	padding: 3.5px 0 3.5px 0;
	display: inline-block;
	width: 128px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #C8C8C8;
	border-left: none;
	background-color: #FFFFFF;
}

div.uploadButton {
	display: inline-block;
	cursor: pointer;
	margin: 5px 0px 5px 0px;
	text-align: center;
	background-color: var(--style-color2);
	  font-size: 15px;
	  text-transform: uppercase;
	  color: white;
	  font-weight: bold;
	  min-width: 120px;
	  padding: 5px 10px;
}

table#TPRODUIT td {
  font-size: 14px;
}
table#TPRODUIT td.col-6 {
  font-size: 14px;
  width: 60px;
}
table#TPRODUIT td.col-5 {
  font-size: 14px;
  width: 60px;
}
table#TPRODUIT td.col-6 input {
  padding-left: 1px;
  padding-right: 1px;
}

span.button-autocomplete {
  width: 20px;
  min-width: 20px;
  padding: 6px 1px 6px 10px;
  margin-top: 6px;
  margin-right: 0px;
  font-size: 14px;
  float: none;
  color:white;
  display: inline-block;
  background-color: var(--style-color2);
  
}

div#addPanel label {
  width: 130px;
}

div#addPanel input {
  margin-top: 5px;
  margin-bottom: 5px;
}

div#addPanel div.calendar {
  margin-top: 5px;
  margin-bottom: 5px;
}

span#addUserDelegate.button{
  margin-right: 19px;
}

#cke_editor1{
  width:50%;
}

#canvas {
  position: relative;
  
}

#clearSignature {
  position: absolute;
  right: 10px;
  z-index: 100;
  top: 10px;
}

div#page3{
  width: 267px;
  height: 156px;
  margin-top: -30px;
}

span#btn-save-special{
  margin-right: 18px;
}

span#btn-return-special{
  padding: 5px 10px 5px 10px;
}

label[for=enr5]{
  vertical-align: top;
}

span#menutopmenu_topmenuentite, span#menutopmenu_topmenuplanning, span#menutopmenu_topmenuutilisateurfront {
  margin-top: 0px;
  background: none;
}

li#topmenu_topmenututo {
  float: right;
}

span#menutopmenu_topmenututo {
  margin-top: 0px;
  background: none;
  width: 30px;
  min-width: 30px;
  margin: 0px;
  padding-right: 0px;
}

div#menudivtopmenu_topmenututo {
  width: 0px;
}

div.autoCompleteDiv ul li {
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}


div#tutoPanel {
  width: 500px;
  padding: 0px;
}


div#tutoPanel div.element {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

div#tutoPanel div.element div.content {
  padding: 15px;
  background-color: #EEEEEE;
  padding-bottom: 50px;
}

div#tutoList {
  max-height: 400px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: auto;
}


div#tutoList strong.menu {
  text-transform: uppercase;
  color: black;
}

div#tutoList div {
	padding-top: 10px;
	padding-bottom: 10px;
}

div#tutoPanel div.element div.content div {
  padding-top: 5px;
  padding-bottom: 5px;
}

div#tutoPanel div.footer label {
  width: 500px;
}

div#tutoPanel h2 {
  border-top: 0px none;
  cursor: pointer;
  padding-left: 35px;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

div#tutoPanel h2.done {
  background: url('../img/tutoOk.gif') no-repeat left;
}

div#tutoPanel div.btnannule {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0px;
}

div.accessIncorrect {
  font-size: 30px;
  padding: 30px;
  text-align: center;
  font-weight: bold; 
  color: var(--style-color1);
}

div.accessIncorrect a {
  color: black;
}

span#btn-modifclose{
	margin-top:15px;
}

div#qrCodePopin {
  width: 250px;
  height: 250px;
  overflow: auto;
}

div#qrCodePopin a {
  float: right;
}

div#qrCodePopin img#qrCodeImg {
  clear: both;
  display: block;
  margin: 10px auto;
  margin-top: 30px;
}

div#contactPopin, div#printContactPopin {
  width: 690px;
  height: 560px;
  overflow: auto;
}

div.popinContactDiv{
  width:150px;
  float:left;
}

div#printContactPopin .btnannule{
  float:right;
}
div#contactPopin a {
  float: right;
}

div#contactPopin h2 {
  padding: 0px;
  margin-bottom: 15px;
  margin-top: 0px;
  border: 0px none;
}

div#contactPopin label {
  width: 135px;
  margin-top: 5px;
  margin-right: 8px;
  margin-bottom: 5px;
}

div#contactPopin fieldset div.part {
  float: left;
  width: 50%;
}

div#contactPopin span.btn-radio {
  width: 135px;
  display: inline-block;
  padding-top: 8px;
}

div#contactPopin span.btn-radio label {
  width: 60px;
}

div#contactPopin div.halfBlock {
  width: 50%;
  float: left;
}

div#contactPopin div.fullBlock {
  width: 100%;
  float: none;
  clear: both;
}

div.choiceList {
  
}

div.choiceList span.button {
	background-color: var(--style-color3);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: inherit;
	float: none;
	display: inline-block;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: inherit;
  color:white;
}

fieldset#printContact div.part_left{
  float:left;
  width:300px;
  height:auto;
}

fieldset#printContact div.inLeft{
	border:solid 1px #d5d5d5;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 40px;
	line-height: 150%;	
}

fieldset#printContact div.part_right{
	width:300px;
  float:right;
}

#printContactPopin h3{
}

fieldset#printContact div.part{
 
}

fieldset#printContact div.lieu{
  border:solid 1px #d5d5d5;
  padding : 20px;
  line-height: 200%;  	
}

div.lieu span.choix{
  
}

div.popinContactDiv{
  
}


/*tableaux*/
.liste{
  overflow: visible;
  background:#e8e8e8;
  padding-bottom: 30px;
  clear: both;
}
div.liste table {
  text-align:center;
  margin: 0px auto;
  width:97%;
  border-collapse:collapse;
}
div.liste td {
  border:1px solid #d5d5d5;
  background:#FFF;
  padding: 4px;
  padding-bottom: 0px;
}
div.liste tr.colored td{
  background: #f9f9f9;
}
div.liste tr.coloredfinal td{
  background: #4286f4;
}
div.liste th {
  padding: 10px; 
  padding-bottom: 0px;
  text-align: center;
}

div.liste th div.header {
  width: 100%;
  background-color:#e8e8e8;
  text-align: center;
}

/*label space*/
div.label_space {
  padding-top:10px;
  float:left;
  width:50%;
}
div.label_space label {
  padding-left:50px;
}
div.label_space input {
  margin-left:50px;
}

label {
  margin-top: 5px;  
}




/*boutons*/
div.goDetail span.button {
  background:url(../img/right.jpg) center no-repeat;
  display:block;
  padding:10px 25px;
}
div.finTourneeButtons span.button{
  background-size:100px 50px;
  margin-right:6px;
}
#saveReglement,{
  margin-right: 70px;
}
#goCherche {
  margin-right: 85px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#validateDelivery {
  float:left;
}



/* #######  TYPOLOGIE ####### */

div.editTypologie {
  background-color: white;
  width:550px;
  padding: 5px 5px 5px 5px;
  margin: 7px;
  border: 1px solid #EEEEEE;
}

div.editTypologie h1{
  margin: 0;
  padding: 0;
  font-size: 16px;
}

div.typologie-block{
  padding: 6px;
}

div.typologie-block .form-edit-left,
div.typologie-block .form-edit-right{
  margin-left: 0!important;
  width: 50%;
}

div.typologie-block .listeElementsTable{
  background-color: #e8e8e8;
  padding-bottom: 10px;
  margin: 5px;
}

hr.separator { border: 1px solid #e7e7e7; }


#tabPanelDetailsMagasin { margin-left: 0 !important; margin-right: 0 !important;}
#tabPanelDetailsMagasin div.tab { padding-left: 0 !important; padding-right: 0 !important;}

span#tabPanelDetailsMagasin-tabbutton-2 {width:270px;}

div.formCritere { padding: 5px 0; }
div.formCritere label:first-child { width: 235px; }
div.formCritere label { width: 50px; }
div.formCritere span.button { margin-top: 0; float: none; display: inline-block; }

.rapport_produit table label { width: 35px; text-align: left; }
.rapport_produit table input[type=text] { width: 40px; text-align: center; }


div.fileName {
	padding: 3.5px 0 3.5px 0;
	display: inline-block;
	width: 128px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #C8C8C8;
	border-left: none;
	background-color: #FFFFFF;
}


table#TPRODUIT td {
  font-size: 14px;
}
table#TPRODUIT td.col-6 {
  font-size: 14px;
  width: 60px;
}
table#TPRODUIT td.col-5 {
  font-size: 14px;
  width: 60px;
}
table#TPRODUIT td.col-6 input {
  padding-left: 1px;
  padding-right: 1px;
}


div#addPanel label {
  width: 130px;
}

div#addPanel input {
  margin-top: 5px;
  margin-bottom: 5px;
}

div#addPanel div.calendar {
  margin-top: 5px;
  margin-bottom: 5px;
}

span#addUserDelegate.button{
  margin-right: 19px;
}

#cke_editor1{
  width:50%;
}

#canvas {
  position: relative;
  
}

#clearSignature {
  position: absolute;
  right: 10px;
  z-index: 100;
  top: 10px;
}

div#page3{
  width: 267px;
  height: 156px;
  margin-top: -30px;
}

span#btn-save-special{
  margin-right: 18px;
}

span#btn-return-special{
  width:99px;
  min-width: 50px;
}

label[for=enr5]{
  vertical-align: top;
}

span#menutopmenu_topmenuentite, span#menutopmenu_topmenuplanning, span#menutopmenu_topmenuutilisateurfront {
  margin-top: 0px;
  background: none;
}

li#topmenu_topmenututo {
  float: right;
}

span#menutopmenu_topmenututo {
  margin-top: 0px;
  background: none;
  width: 30px;
  min-width: 30px;
  margin: 0px;
  padding-right: 0px;
}

div#menudivtopmenu_topmenututo {
  width: 0px;
}

div.autoCompleteDiv ul li {
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

div#tutoPanel {
  width: 500px;
  padding: 0px;
}

div#tutoPanel div.element {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

div#tutoPanel div.element div.content {
  padding: 15px;
  background-color: #EEEEEE;
}

div#tutoList {
  max-height: 400px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: auto;
}


div#tutoList strong.menu {
  text-transform: uppercase;
  color: black;
}

div#tutoList strong.bouton {
  text-transform: uppercase;
  color: white;
  padding: 5px;
  background-color: #DD2331;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

div#tutoList div {
	padding-top: 10px;
	padding-bottom: 10px;
}

div#tutoPanel div.element div.content div {
  padding-top: 5px;
  padding-bottom: 5px;
}

div#tutoPanel div.footer label {
  width: 500px;
}

div#tutoPanel h1 {
  background-color: #DD2331;
  padding-top: 0px;
  margin-top: 0px;
  color: white;
  padding: 10px;
  text-transform: uppercase;
}

div#tutoPanel li {
  list-style-type: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
}

div#tutoPanel h2 {
  border-top: 0px none;
  cursor: pointer;
  padding-left: 35px;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

div#tutoPanel h2.done {
  background: url('../img/tutoOk.gif') no-repeat left;
}

div#tutoPanel div.btnannule {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0px;
}

div.accessIncorrect {
  font-size: 30px;
  padding: 30px;
  text-align: center;
  font-weight: bold; 
  color: #DD2331;
}

div.accessIncorrect a {
  color: black;
}

div.infoDroit {
  float: left;
  width: 800px;
  margin-top: 8px;
  text-align: center;
}  

div.infoDroit a {
  color: white;
}

span#menutopmenu_topmenuavocatr,
span#menutopmenu_topmenusalle,
span#menutopmenu_topmenuspectacle,
span#menutopmenu_topmenuimport
 {
	padding-top: 0px;
  background: none;
  margin-top: 15px;
}

div#popinOpenIframe{
  width:200px;
  height:100px;
  text-align:center;
  top:30px !important;
}

.jqmWindow img[id^=btn-close]{
  float:right;  
}

#topmenu_topmenuavocatr {
	margin-left: 130px;
}


.divUpload {
  background-color: #F5F5F5;
  height: 374px;
  padding: 0px; 
}

.divDropUpload{
  padding: 0 20px;
  height: 250px;    
}

#lablogo{
float:left; 
padding-top: 11px;
}

.divDropUpload a:hover{
 background-color:#8CB460;
}

.divDropUpload input{
  display:none;
}

.divUpload ul{
  min-height: 100px;
  max-height: 100px;
  list-style:none;
  position: relative;
  top: -90px;
}

.divUpload ul li{
    display:block;
    float: left;
  text-align:center;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    max-width: 230px;
    min-width: 80px;
    width: 25%;
    background-color: #AAA;
    border-radius: 5px;
}
input[id^=upl_]{
  display:none !important;
}


.divUpload ul li input{
    display: none!important;
}

.divUpload ul li p{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

.divUpload ul li i{
  font-weight: normal;
  font-style:normal;
  color:#EEEEEE;
  display:block;
}

.divUpload ul li canvas{
  top: 15px;
  left: 32px;
}

.divUpload ul li span{
  width: 15px;
  height: 12px;
  cursor:pointer;
}

.divUpload ul li.working {
}

.divUpload ul li.working span{
  height: 16px;
  background-position: 0 -12px;
}

.divUpload ul li.error p{
    color:red;
}

label.labelITACA {
  font-weight: bold;
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
  width: 285px;
}

fieldset.checkbox,fieldset.itaca {
  margin:0px;
  padding:0px;
}

fieldset.itaca {
  margin:0px;
  padding:0px;
  padding-top: 10px;
  width: 280px;
  padding-left: 5px;
  background-color: #EEEEEE;
  margin-bottom: 10px;
}

fieldset.itaca label {
  width:100px;
}

fieldset.itaca input {
  width: 150px;
}

h4 {
  width:50%;
  float:left;
}

div.tableau_consommation {
  float:left;
  width:32%;
  margin:0px 5px 0px 0px;
}
div.mediaList div.item {
	width: 200px;
	padding: 10px;
	float: left;
	background-color: #EEEEEE;
	margin-right: 10px;
}

div.mediaList div.item img.button {
	float: right;
	display: block;
}

div.mediaList div.item div {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 115px;
}

div.mediaList div.item div img {
	max-width: 200px;
	float: none;
	margin: 0px auto;
	max-height: 115px;
	display: block;
	margin-bottom: 10px;
}

div.mediaList div.item textarea {
	width: 180px;
	height: 100px;
}

div.mediaList div.divUpload {	
	width: 200px;
	padding: 10px;
	float: left;
	background-color: #EEEEEE;
	margin-right: 10px;
  height: 310px;
}

#controlToggle li {
	list-style: none;
}
p {
	width: 512px;
}

/* avoid pink tiles */
.olImageLoadError {
	background-color: transparent !important;
}
#OpenLayers_Map_2_OpenLayers_Container{

		position: absolute;
    z-index: 749;
    left: 124px;
    top: 234px;
}

div.actionDiv span {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

li.optgroup span {
	display:block;
	float: none;
}

li.optgroup {
	width: 100%;
}

li.optgroup li {
	display:block;
	float: none;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.ms-options ul {
	float: none;
}


input[type=checkbox] {
	width: 20px;
	height: 20px;
}

div.innerfilternumeric,div.innerfilterlist{
  height:87px !important;
}

.div_pourcent {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 70px;
  color: white;
  background-color: red;
  font-weight: normal;
  position: absolute;
  left: 387px;
  top: 195px;;
  height: 25px;
  width: 24px;
  z-index: 1;
}
#pourcent_acteur {
  left: 592px;
  top: 195px;
}
#pourcent_evenement {
  left: 797px;
  top: 195px;
}
#pourcent_consommation {
  top: 272px;
}
#pourcent_mesure {
  top: 272px;
  left: 592px;
}
#pourcent_questionnaire {
  top: 272px;
  left: 797px;
}
#pourcent_global {
  top: 7px;
  left: 340px;
}
.text_pourcent {
  margin-top: 7px;
  display: inline-block;
  text-align: center;
}
.bg_orange {
  background-color: orange;
}
.bg_vert {
  background-color: green;
}
.color_red {
  color: red;
}
.color_green {
  color: green;
}
.color_orange {
  color: orange;
}

table#TOPERATIONS thead tr th:last-child {
  min-width: 150px;
}

table#TOPERATIONS thead tr th.col-3 {
  min-width: 45px;
}

label[for^=mesoperations] {
  width: 290px !important;
}

option:disabled {
	display: none;
}

#TEVENEMENT tr{
  cursor:pointer;
}

/*PAGINATION*/
.resultatpagination{
  font-weight: bold;
  float: right;
  padding-bottom:5px;
}

.pagination{
  font-size:10pt;
  color:#AAAAAA;
  text-align:right; 
  width: 100%;
  clear: both;
}

.pagination a {
  font-size:13pt;
  color:#AAAAAA !important; 
  text-decoration:none;
}
ul.pager{
  list-style:none;
}

li.pager-prev,li.pager-next,li.pager-item,li.pager-debut,li.pager-fin{
  display:inline-block;
  border: 1px solid #aaaaaa;
  padding: 7px 9px 9px 9px;;
  cursor:pointer;
  color:#aaaaaa;
  font-weight:bold;
}
li.pager-current{
  display:inline-block;
  border: 1px solid #aaaaaa;
  padding: 7px 9px 9px 9px;
  background:#00A5A2;
  font-weight:bold;
  color:white;  
}
/*PAGINATION*/