/* ===========================================
== Styles PRINCIPAL 
============================================= */
/* == IMPORT == */
/* ==== VARIABLES import ========== */
/* ==== MIXIN import ========== */
/* ===========================================
1-Gabarit
2-Bandeau
3-Navigation
4-Tableaux
Autres
=========================================== */
/* ===========================================
1-Gabarit
=========================================== */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #444444;
  background: url(../images/background.png) repeat-x top left;
}

#wrapper {
  width: 100%;
}

#container {
  margin-top: 70px;
  padding-top: 0;
}

#connexion_plateforme {
  background: none repeat scroll 0 0 #EEEEEE;
  border-radius: 10px 10px 10px 10px;
  margin: auto;
  padding: 10px 20px 25px;
  width: 400px;
}

#disconnect {
  display: none;
}

.lineClear {
  clear: both;
}

.contenu {
  margin: 5px 15px;
  padding: 0 15px 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  clear: both;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
}

form {
  margin: 0;
}

input[type="text"],
input[type="search"],
select {
  /*background: #ffffff;
  border: 1px solid #a9a9a9;
  color: #000000;
  */
}

.contenu.rubriqueUne input[type="text"],
.contenu.rubriqueUne input[type="search"],
.contenu.rubriqueUne select {
  color: #a0004c;
}

.contenu.rubriqueDeux input[type="text"],
.contenu.rubriqueDeux input[type="search"],
.contenu.rubriqueDeux select {
  color: #2C2274;
}

.contenu.rubriqueTrois input[type="text"],
.contenu.rubriqueTrois input[type="search"],
.contenu.rubriqueTrois select {
  color: #7c9400;
}

.contenu.rubriqueQuatre input[type="text"],
.contenu.rubriqueQuatre input[type="search"],
.contenu.rubriqueQuatre select {
  color: #e0a20c;
}

.contenu.rubriqueQuatre input[type="text"],
.contenu.rubriqueQuatre input[type="search"],
.contenu.rubriqueQuatre select {
  color: #e80f0f;
}

input[type="submit"], input[type="button"] {
  border: none;
  color: #ffffff;
  padding: 5px 4px 4px 4px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  cursor: hand;
}

.contenu.rubriqueUne input[type="submit"] {
  background: #c3055f;
  background: -moz-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c3055f), color-stop(100%, #a0004c));
  background: -webkit-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: -o-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: -ms-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: linear-gradient(to bottom, #c3055f 0%, #a0004c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueUne input[type="submit"]:hover {
  background: #ff1874;
  background: -moz-linear-gradient(top, #ff1874 0%, #c3055f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff1874), color-stop(100%, #c3055f));
  background: -webkit-linear-gradient(top, #ff1874 0%, #c3055f 100%);
  background: -o-linear-gradient(top, #ff1874 0%, #c3055f 100%);
  background: -ms-linear-gradient(top, #ff1874 0%, #c3055f 100%);
  background: linear-gradient(to bottom, #ff1874 0%, #c3055f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueDeux input[type="submit"] {
  background: #1ba1e2;
  background: -moz-linear-gradient(top, #1ba1e2 0%, #097cb3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1ba1e2), color-stop(100%, #097cb3));
  background: -webkit-linear-gradient(top, #1ba1e2 0%, #097cb3 100%);
  background: -o-linear-gradient(top, #1ba1e2 0%, #097cb3 100%);
  background: -ms-linear-gradient(top, #1ba1e2 0%, #097cb3 100%);
  background: linear-gradient(to bottom, #1ba1e2 0%, #097cb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueDeux input[type="submit"]:hover {
  background: #20c8ff;
  background: -moz-linear-gradient(top, #20c8ff 0%, #1ba1e2 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #20c8ff), color-stop(100%, #1ba1e2));
  background: -webkit-linear-gradient(top, #20c8ff 0%, #1ba1e2 100%);
  background: -o-linear-gradient(top, #20c8ff 0%, #1ba1e2 100%);
  background: -ms-linear-gradient(top, #20c8ff 0%, #1ba1e2 100%);
  background: linear-gradient(to bottom, #20c8ff 0%, #1ba1e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueTrois input[type="submit"] {
  background: #a4c400;
  background: -moz-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a4c400), color-stop(100%, #7c9400));
  background: -webkit-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: -o-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: -ms-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: linear-gradient(to bottom, #a4c400 0%, #7c9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueTrois input[type="submit"]:hover {
  background: #c4e100;
  background: -moz-linear-gradient(top, #c4e100 0%, #a4c400 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c4e100), color-stop(100%, #a4c400));
  background: -webkit-linear-gradient(top, #c4e100 0%, #a4c400 100%);
  background: -o-linear-gradient(top, #c4e100 0%, #a4c400 100%);
  background: -ms-linear-gradient(top, #c4e100 0%, #a4c400 100%);
  background: linear-gradient(to bottom, #c4e100 0%, #a4c400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueQuatre input[type="submit"] {
  background: #ffde00;
  background: -moz-linear-gradient(top, #ffde00 0%, #ffcc00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffde00), color-stop(100%, #ffcc00));
  background: -webkit-linear-gradient(top, #ffde00 0%, #ffcc00 100%);
  background: -o-linear-gradient(top, #ffde00 0%, #ffcc00 100%);
  background: -ms-linear-gradient(top, #ffde00 0%, #ffcc00 100%);
  background: linear-gradient(to bottom, #ffde00 0%, #ffcc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueQuatre input[type="submit"]:hover {
  background: #e6ca0e;
  background: -moz-linear-gradient(top, #e6ca0e 0%, #ffcc00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6ca0e), color-stop(100%, #ffcc00));
  background: -webkit-linear-gradient(top, #e6ca0e 0%, #ffcc00 100%);
  background: -o-linear-gradient(top, #e6ca0e 0%, #ffcc00 100%);
  background: -ms-linear-gradient(top, #e6ca0e 0%, #ffcc00 100%);
  background: linear-gradient(to bottom, #e6ca0e 0%, #ffcc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueCinq input[type="submit"] {
  background: #fb2d2d;
  background: -moz-linear-gradient(top, #fb2d2d 0%, #fb2d2d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fb2d2d), color-stop(100%, #fb2d2d));
  background: -webkit-linear-gradient(top, #fb2d2d 0%, #fb2d2d 100%);
  background: -o-linear-gradient(top, #fb2d2d 0%, #fb2d2d 100%);
  background: -ms-linear-gradient(top, #fb2d2d 0%, #fb2d2d 100%);
  background: linear-gradient(to bottom, #fb2d2d 0%, #fb2d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueCinq input[type="submit"]:hover {
  background: #e80f0f;
  background: -moz-linear-gradient(top, #e80f0f 0%, #fb2d2d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e80f0f), color-stop(100%, #fb2d2d));
  background: -webkit-linear-gradient(top, #e80f0f 0%, #fb2d2d 100%);
  background: -o-linear-gradient(top, #e80f0f 0%, #fb2d2d 100%);
  background: -ms-linear-gradient(top, #e80f0f 0%, #fb2d2d 100%);
  background: linear-gradient(to bottom, #e80f0f 0%, #fb2d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}
input[type="password"] {
  background: #ffffff;
  border: 1px solid #a9a9a9;  
  color: #000000;
}

.contenu.rubriqueZero h1 {
  color: #2C2274;
  border-bottom: 1px solid #2C2274;
}

.contenu.rubriqueUne h1 {
  color: #c3055f;
  border-bottom: 1px solid #c3055f;
}

.contenu.rubriqueDeux h1 {
  color: #1ba1e2;
  border-bottom: 1px solid #1ba1e2;
}

.contenu.rubriqueTrois h1 {
  color: #a4c400;
  border-bottom: 1px solid #a4c400;
}

.contenu.rubriqueQuatre h1 {
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}

.contenu.rubriqueCinq h1 {
  color: #fb2d2d;
  border-bottom: 1px solid #fb2d2d;
}


#im_lightbox .message h1 {
  padding-bottom: 2px;
}

#im_lightbox.rubriqueUne .message h1 {
  color: #c3055f;
  border-bottom: 1px solid #c3055f;
}

#im_lightbox.rubriqueDeux .message h1 {
  color: #1ba1e2;
  border-bottom: 1px solid #1ba1e2;
}

#im_lightbox.rubriqueTrois .message h1 {
  color: #a4c400;
  border-bottom: 1px solid #a4c400;
}

#im_lightbox.rubriqueQuatre .message h1 {
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}

#im_lightbox.rubriqueCinq.message h1 {
  color: #fb2d2d;
  border-bottom: 1px solid #fb2d2d;
}

/* ===========================================
2-Bandeau
=========================================== */
#header {
  min-height: 60px;
  position: fixed;
  top: -141px;
  width: 100%;
  z-index: 9999;
}

.forceTopMenu {
  top: -300px !important;
}

#bandeauTitre, #bandeau {
  height: 30px;
}

#bandeauTitre {
  background-color: #ffffff;
}

#bandeau {
  background: #2C2274;
  background: -moz-linear-gradient(top, #2C2274 0%, #2C2274 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2C2274), color-stop(100%, #2C2274));
  background: -webkit-linear-gradient(top, #2C2274 0%, #2C2274 100%);
  background: -o-linear-gradient(top, #2C2274 0%, #2C2274 100%);
  background: -ms-linear-gradient(top, #2C2274 0%, #2C2274 100%);
  background: linear-gradient(to bottom, #2C2274 0%, #2C2274 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  color: #ffffff;
}

#arche_mobile_bandeau {
  height: 30px;
  font-size: x-large;
  font-family: Poppins, serif;
  background-color: #ffffff;
}

/* ===========================================
3-Navigation
=========================================== */
.barreTopLeft, .barreTopRight {
  float: left;
  width: 50%;

}

a.openMenu {
 background: rgba(0, 0, 0, 0) url("../images/picto_topMenu.png") no-repeat scroll left top;
    color: #fff;
    display: inline-block;
    height: 24px;
    padding-left: 25px;
    position: relative;
    text-decoration: none;
    top: -9px;
    margin-left: 5px;
}

a.openMenu:hover {
  background: url("../images/picto_topMenu_OVER.png") no-repeat left top;
  color: #fff;
}

span.separat {
  display: inline-block;
  background: url("../images/topBarre_separat.png?id=1") no-repeat center center;
  width: 3px;
  height: 30px;
  margin-right: 5px;
}

.breadcrumb {
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 24px;
}

.breadcrumb a:hover {
  color: #fff600;
}

.breadcrumb a.tableauBord {
  background: url("../images/picto_BC_tableau-bord.png") no-repeat 0 2px;
}

#topMenu {
  min-height: 50px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  padding: 5px 5px 5px 10px;
  display: flex;
}

#topMenu .rubrique {
  margin-right: 0.4%;
  flex:auto;
}

#topMenu .enteteRubriq {
  background: #ff0000;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  padding-left: 42px;
  padding-top: 6px;
  height: 32px;
  margin-bottom: 3px;
}

#topMenu .rubrique.une .enteteRubriq {
  background: url("../images/picto_btn_data.png") no-repeat 0 0 #a0004c;
}

#topMenu .rubrique.deux .enteteRubriq {
  background: url("../images/picto_btn_agence.png") no-repeat 0 0 #097cb3;
}

#topMenu .rubrique.trois .enteteRubriq {
  background: url("../images/picto_btn_parametrage.png") no-repeat 0 0 #7c9400;
}

#topMenu .rubrique.quatre .enteteRubriq {
  background: url("../images/picto_btn_flotte-tel.png") no-repeat 0 0 #e0a20c;
}

#topMenu .rubrique.cinq .enteteRubriq {
  background: url("../images/picto_btn_outils.png") no-repeat 0 0 #e80f0f;
}

#topMenu ul,
#topMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topMenu ul li a {
  display: block;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  padding-left: 42px;
  padding-top: 10px;
  height: 30px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#topMenu .rubrique.une ul li a {
  background-color: #c3055f;
}

#topMenu .rubrique.une ul li a:hover {
  background-color: #ff1874;
}

#topMenu .rubrique.deux ul li a {
  background-color: #1ba1e2;
}

#topMenu .rubrique.deux ul li a:hover {
  background-color: #20c8ff;
}

#topMenu .rubrique.trois ul li a {
  background-color: #a4c400;
}

#topMenu .rubrique.trois ul li a:hover {
  background-color: #c4e100;
}

#topMenu .rubrique.quatre ul li a {
  background-color: #ffcc00;
}

#topMenu .rubrique.quatre ul li a:hover {
  background-color: #ffde00;
}

#topMenu .rubrique.cinq ul li a {
  background-color: #fb2d2d;
}

#topMenu .rubrique.cinq ul li a:hover {
  background-color: #fb4d4d;
}

#topMenu ul li a.autocorrectionUsagerMenu{
  background-image: url("../images/picto_autocorrection.png");
  background-size: 32px;
  background-position: 5px center;
}

#topMenu ul li a.planning {
  background-image: url("../images/picto_btn_planning.png");
}

#topMenu ul li a.anomalie {
  background-image: url("../images/picto_btn_anomalie.png");
}

#topMenu ul li a.flotteTel {
  background-image: url("../images/picto_btn_tel.png");
}
 #topMenu ul li a.salarieList {
   background-image: url("../images/picto_btn_salarie.png");
   background-position: 6px center;
   background-size: 26px;
 }
#topMenu ul li a.paramGlobaux {
  background-image: url("../images/picto_btn_paramglobaux.png");
}
#topMenu ul li a.paramComplements{
  background-image: url("../images/picto_btn_param_complements.png");
  background-size: 38px;
}

#topMenu ul li a.annuaire {
  background-image: url("../images/picto_btn_annuaire.png");
}
#topMenu ul li a.donneesOperateur {
  background-image: url("../images/picto_btn_donnees_operateur.png");
}
#topMenu ul li a.affFonction {
  background-image: url("../images/picto_btn_tuile.png");
}
#topMenu ul li a.affFonctionTablette {
  background-image: url("../images/picto_btn_tuile_tablette.png");
}
#topMenu ul li a.paramHoro {
  background-image: url("../images/picto_btn_horo.png");
}
#topMenu ul li a.addUser {
  background-image: url("../images/picto_btn_user.png");
}
#topMenu ul li a.gestGroupe {
  background-image: url("../images/picto_btn_groupe.png");
}
#topMenu ul li a.gestTickets{
  background-image: url("../images/picto_btn_ticket.png");
}
#topMenu ul li a.addAgence {
  background-image: url("../images/picto_btn_addagence.png");
}
#topMenu ul li a.syntheseAgence {
  background-image: url("../images/picto_btn_config_agence.png");
  background-position: 2px center;
  background-size: 30px;
}
#topMenu ul li a.listPlanning {
  background-image: url("../images/picto_btn_list_pl.png");
}
#topMenu ul li a.dashboard{
  background-image: url("../images/picto_dashboard.png");
  background-size: 34px;
  background-position: 2px center;
 }

#topMenu ul li a.miniform{
  background-image: url("../images/tuile_miniform.png");
  background-size: 34px;
  background-position: 2px center;
}
#topMenu ul li a.ticketsListe {
  background-image: url("../images/picto_btn_ticket.png");
}
#topMenu ul li a.menuActu {
  background-image: url("../images/iconmonstr-newspaper-3-48.png");
  background-size: 9%;
  background-position-x: 3px;
}

#topMenu ul li a.message {
  background-image: url("../images/ico-send-accueil.png");
}

#topMenu ul li a.message {
  background-image: url("../images/ico-send-accueil.png");
}

.btn {
  display: block;
  height: 30px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}

.btn:hover {
  color: #ffffff;
}

.contenu.rubriqueUne .btn {
  background: #c3055f;
  background: -moz-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c3055f), color-stop(100%, #a0004c));
  background: -webkit-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: -o-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: -ms-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: linear-gradient(to bottom, #c3055f 0%, #a0004c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueUne .btn:hover {
  background: #ff1874;
  background: -moz-linear-gradient(top, #ff1874 0%, #c3055f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff1874), color-stop(100%, #c3055f));
  background: -webkit-linear-gradient(top, #ff1874 0%, #c3055f 100%);
  background: -o-linear-gradient(top, #ff1874 0%, #c3055f 100%);
  background: -ms-linear-gradient(top, #ff1874 0%, #c3055f 100%);
  background: linear-gradient(to bottom, #ff1874 0%, #c3055f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueDeux .btn {
  background: #1ba1e2;
  background: -moz-linear-gradient(top, #1ba1e2 0%, #097cb3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1ba1e2), color-stop(100%, #097cb3));
  background: -webkit-linear-gradient(top, #1ba1e2 0%, #097cb3 100%);
  background: -o-linear-gradient(top, #1ba1e2 0%, #097cb3 100%);
  background: -ms-linear-gradient(top, #1ba1e2 0%, #097cb3 100%);
  background: linear-gradient(to bottom, #1ba1e2 0%, #097cb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueDeux .btn:hover {
  background: #20c8ff;
  background: -moz-linear-gradient(top, #20c8ff 0%, #1ba1e2 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #20c8ff), color-stop(100%, #1ba1e2));
  background: -webkit-linear-gradient(top, #20c8ff 0%, #1ba1e2 100%);
  background: -o-linear-gradient(top, #20c8ff 0%, #1ba1e2 100%);
  background: -ms-linear-gradient(top, #20c8ff 0%, #1ba1e2 100%);
  background: linear-gradient(to bottom, #20c8ff 0%, #1ba1e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueTrois .btn {
  background: #a4c400;
  background: -moz-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a4c400), color-stop(100%, #7c9400));
  background: -webkit-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: -o-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: -ms-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: linear-gradient(to bottom, #a4c400 0%, #7c9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueTrois .btn:hover {
  background: #c4e100;
  background: -moz-linear-gradient(top, #c4e100 0%, #a4c400 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c4e100), color-stop(100%, #a4c400));
  background: -webkit-linear-gradient(top, #c4e100 0%, #a4c400 100%);
  background: -o-linear-gradient(top, #c4e100 0%, #a4c400 100%);
  background: -ms-linear-gradient(top, #c4e100 0%, #a4c400 100%);
  background: linear-gradient(to bottom, #c4e100 0%, #a4c400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueQuatre .btn {
  background: #ffcc00;
  background: -moz-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #e0a20c));
  background: -webkit-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: -o-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: -ms-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: linear-gradient(to bottom, #ffcc00 0%, #e0a20c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.contenu.rubriqueQuatre .btn:hover {
  background: #ffde00;
  background: -moz-linear-gradient(top, #ffde00 0%, #ffcc00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffde00), color-stop(100%, #ffcc00));
  background: -webkit-linear-gradient(top, #ffde00 0%, #ffcc00 100%);
  background: -o-linear-gradient(top, #ffde00 0%, #ffcc00 100%);
  background: -ms-linear-gradient(top, #ffde00 0%, #ffcc00 100%);
  background: linear-gradient(to bottom, #ffde00 0%, #ffcc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}
.contenu.rubriqueCinq .btn {
  background: #fb2d2d;
  background: -moz-linear-gradient(top, #fb2d2d 0%, #fb2d2d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fb2d2d), color-stop(100%, #fb2d2d));
  background: -webkit-linear-gradient(top, #fb2d2d 0%, #fb2d2d 100%);
  background: -o-linear-gradient(top, #fb2d2d 0%, #fb2d2d 100%);
  background: -ms-linear-gradient(top, #fb2d2d 0%, #fb2d2d 100%);
  background: linear-gradient(to bottom, #fb2d2d 0%, #fb2d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}
.contenu.rubriqueCinq .btn:hover {
   background: #e80f0f;
  background: -moz-linear-gradient(top, #e80f0f 0%, #fb2d2d 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e80f0f), color-stop(100%, #fb2d2d));
  background: -webkit-linear-gradient(top, #e80f0f 0%, #fb2d2d 100%);
  background: -o-linear-gradient(top, #e80f0f 0%, #fb2d2d 100%);
  background: -ms-linear-gradient(top, #e80f0f 0%, #fb2d2d 100%);
  background: linear-gradient(to bottom, #e80f0f 0%, #fb2d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}


.btn span {
  display: block;
  height: 25px;
  padding: 5px 10px 0 40px;
  background-repeat: no-repeat;
  background-position: 2px -3px;
}

.btn.messagSal span {
  background-image: url(../images/picto_btn_messages-salarie.png);
}

.button {
  background: none repeat scroll 0 0 #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 5px 0;
  color: #333333;
  font-weight: bold;
  margin-bottom: 8px;
  cursor: pointer;
  padding: 5px 10px;
  text-decoration: none;
  border: medium none;
}

.button:hover {
  color: #de1018;
}

/*
button {
  padding: 8px 6px 7px 6px !important;
}*/

a:hover {
  color: #de1018;
}

.menu a {
  color: #FFFFFF;
  display: block;
  height: 30px;
  min-width: 93px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  text-decoration: none;
}

.menu li {
  background: none repeat scroll 0 0 #666666;
  border: 1px solid #CCCCCC;
  border-radius: 10px 10px 0 0;
  margin-left: -5px;
  color: #FFFFFF;
  float: left;
  text-align: center;
}

.menu {
  height: 25px;
  list-style: none outside none;
  padding-left: 20px;
}

/* ===========================================
4-Tableaux
=========================================== */
table.dataTable {
  border-collapse: collapse !important;
}

.rubriqueUne table.dataTable thead th, .rubriqueUne table.dataTable thead td {
  border-bottom: 1px solid #a0004c;
}

.rubriqueDeux table.dataTable thead th, .rubriqueDeux table.dataTable thead td {
  border-bottom: 1px solid #221a57;
}

.rubriqueTrois table.dataTable thead th, .rubriqueTrois table.dataTable thead td {
  border-bottom: 1px solid #7c9400;
}

.rubriqueQuatre table.dataTable thead th, .rubriqueQuatre table.dataTable thead td {
  border-bottom: 1px solid #7c9400;
}

.rubriqueCinq table.dataTable thead th, .rubriqueCinq  table.dataTable thead td {
  border-bottom: 1px solid #e80f0f;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: normal !important;
}

#flotte_length,
#flotte_filter {
  margin-bottom: 3px;
}

td .elemSearch {
  background: #fff200;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.15em 1em !important;
  margin-left: 1px !important;
}

/* ===========================================
Autres
=========================================== */
.login_plateforme_form label {
  display: inline-block;
  margin-left: 53px;
  width: 132px;
}

.login_plateforme_form {
  padding: 10px;
}

#im_lightbox {
  display: none;
}

#im_lightbox_coverpage {
  background-color: transparent;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 998;
}

.qq-upload-button > span {
  background: none repeat scroll 0 0 #000000;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 5px #000000;
  color: #FFFFFF;
  display: block;
  margin-left: 35%;
  padding: 10px;
  width: 156px;
}

#im_lightbox_container {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid black;
  font-size: 12px;
  height: auto;
  left: 50%;
  margin-left: -300px;
  margin-top: -200px;
  opacity: 1 !important;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 600px;
  z-index: 999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;
  -moz-box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=$color, Direction=$directionIE, Strength=$blur);
}

#im_lightbox_container .draggable{
	cursor: Move;
}

#im_lightbox_close {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: 16px;
}

#im_lightbox #im_lightbox_close {
  background: url(../images/btnClose_lightbox_R0.png) no-repeat center center;
}

#im_lightbox #im_lightbox_close:hover {
  background: url(../images/btnClose_lightbox_R0_OVER.png) no-repeat center center;
}

#im_lightbox.rubriqueUne #im_lightbox_close {
  background: url(../images/btnClose_lightbox_R1.png) no-repeat center center;
}

#im_lightbox.rubriqueUne #im_lightbox_close:hover {
  background: url(../images/btnClose_lightbox_R1_OVER.png) no-repeat center center;
}

#im_lightbox.rubriqueDeux #im_lightbox_close {
  background: url(../images/btnClose_lightbox_R2.png) no-repeat center center;
}

#im_lightbox.rubriqueDeux #im_lightbox_close:hover {
  background: url(../images/btnClose_lightbox_R2_OVER.png) no-repeat center center;
}

#im_lightbox.rubriqueTrois #im_lightbox_close {
  background: url(../images/btnClose_lightbox_R3.png) no-repeat center center;
}

#im_lightbox.rubriqueTrois #im_lightbox_close:hover {
  background: url(../images/btnClose_lightbox_R3_OVER.png) no-repeat center center;
}

#im_lightbox.rubriqueQuatre #im_lightbox_close {
  background: url(../images/btnClose_lightbox_R4.png) no-repeat center center;
}

#im_lightbox.rubriqueQuatre #im_lightbox_close:hover {
  background: url(../images/btnClose_lightbox_R4_OVER.png) no-repeat center center;
}

#im_lightbox.rubriqueQuatre #im_lightbox_close {
  background: url(../images/btnClose_lightbox_R5.png) no-repeat center center;
}

#im_lightbox.rubriqueQuatre #im_lightbox_close:hover {
  background: url(../images/btnClose_lightbox_R5_OVER.png) no-repeat center center;
}

.im_lightbox_confirm{
  margin:5px;
  border-radius: 5px;
}

.im_lightbox_cancel{
  margin:5px;
  border-radius: 5px;
}

#im_lightbox_container hr{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}

.formcritere label {
  display: inline-block;
  width: 103px;
}

.logo_bandeau {
  width: 121px;
  float: left;
}

.critere {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #CCCCCC;
  border-radius: 10px 10px 10px 10px;
  float: right;
  padding: 10px 20px;
  width: 600px;
  margin-right: 149px;
}

#trouve {
  background: url("../images/picto_loupe.gif") repeat scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  position: relative;
  top: 6px;
  width: 22px;
}

table {
  border-spacing: 0px;
  border-radius: 5px;
  border-collapse: collapse;
  width: 100%;
  display: inline-table;
}

/*
tr:nth-child(even) {
  background: #fefefe;
}

tr:nth-child(odd) {
  background: #ededed;
}
*/

th {
  color: #FFFFFF;
  padding: 5px;
  font-weight: normal;
}

.rubriqueUne th {
  background: none repeat scroll 0 0 #c3055f;
}

.rubriqueDeux th {
  background: none repeat scroll 0 0 #2C2274;
}

.rubriqueTrois th {
  background: none repeat scroll 0 0 #a4c400;
}

.rubriqueQuatre th {
  background: none repeat scroll 0 0 #ffcc00;
}

.rubriqueCinq th {
  background: none repeat scroll 0 0 #fb2d2d;
}

td {
/*  text-align: center;*/
  border: 1px solid #e9e9e9;
  /* padding: 15px 10px; */
}

.dataTables_info, .dataTables_paginate {
  /*height: 30px;*/
  font-size: 13px;
}

.dataTables_info {
  float: left;
  padding: 6px 5px 6px 20px;
}

.dataTables_paginate {
  text-align: right;
  padding: 1px 20px 1px 10px;
}

.dataTables_paginate .paginate_button {
  display: inline-block;
  height: 24px;
  width: auto;
  cursor: hand;
  cursor: pointer;
  padding-top: 4px;
}

.rubriqueUne .dataTables_paginate .paginate_button.previous {
  background: url("../images/picto_preced.png") no-repeat center center, #2c2274;
  background: url("../images/picto_preced.png") no-repeat center center, -moz-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #c3055f), color-stop(100%, #a0004c));
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -o-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -ms-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: url("../images/picto_preced.png") no-repeat center center, linear-gradient(to bottom, #c3055f 0%, #a0004c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.rubriqueUne .dataTables_paginate .paginate_button.next {
  background: url("../images/picto_suiv.png") no-repeat center center, #2c2274;
  background: url("../images/picto_suiv.png") no-repeat center center, -moz-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #c3055f), color-stop(100%, #a0004c));
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -o-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -ms-linear-gradient(top, #c3055f 0%, #a0004c 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, linear-gradient(to bottom, #c3055f 0%, #a0004c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.rubriqueDeux .dataTables_paginate .paginate_button.previous {
  background: url("../images/picto_preced.png") no-repeat center center, #2C2274;
  background: url("../images/picto_preced.png") no-repeat center center, -moz-linear-gradient(top, #2C2274 0%, #221a57 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #2C2274), color-stop(100%, #221a57));
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-linear-gradient(top, #2C2274 0%, #221a57 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -o-linear-gradient(top, #2C2274 0%, #221a57 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -ms-linear-gradient(top, #2C2274 0%, #221a57 100%);
  background: url("../images/picto_preced.png") no-repeat center center, linear-gradient(to bottom, #2C2274 0%, #221a57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.rubriqueDeux .dataTables_paginate .paginate_button.next {
  background: url("../images/picto_suiv.png") no-repeat center center, #2C2274;
  background: url("../images/picto_suiv.png") no-repeat center center, -moz-linear-gradient(top, #2C2274 0%, #221a57 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #2C2274), color-stop(100%, #221a57));
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-linear-gradient(top, #2C2274 0%, #221a57 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -o-linear-gradient(top, #2C2274 0%, #221a57 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -ms-linear-gradient(top, #2C2274 0%, #221a57 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, linear-gradient(to bottom, #2C2274 0%, #221a57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.rubriqueTrois .dataTables_paginate .paginate_button.previous {
  background: url("../images/picto_preced.png") no-repeat center center, #2c2274;
  background: url("../images/picto_preced.png") no-repeat center center, -moz-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #a4c400), color-stop(100%, #7c9400));
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -o-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -ms-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: url("../images/picto_preced.png") no-repeat center center, linear-gradient(to bottom, #a4c400 0%, #7c9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.rubriqueTrois .dataTables_paginate .paginate_button.next {
  background: url("../images/picto_suiv.png") no-repeat center center, #2c2274;
  background: url("../images/picto_suiv.png") no-repeat center center, -moz-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #a4c400), color-stop(100%, #7c9400));
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -o-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -ms-linear-gradient(top, #a4c400 0%, #7c9400 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, linear-gradient(to bottom, #a4c400 0%, #7c9400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.rubriqueQuatre .dataTables_paginate .paginate_button.previous {
  background: url("../images/picto_preced.png") no-repeat center center, #2c2274;
  background: url("../images/picto_preced.png") no-repeat center center, -moz-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #e0a20c));
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -o-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -ms-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: url("../images/picto_preced.png") no-repeat center center, linear-gradient(to bottom, #ffcc00 0%, #e0a20c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.rubriqueQuatre .dataTables_paginate .paginate_button.next {
  background: url("../images/picto_suiv.png") no-repeat center center, #2c2274;
  background: url("../images/picto_suiv.png") no-repeat center center, -moz-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #e0a20c));
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -o-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -ms-linear-gradient(top, #ffcc00 0%, #e0a20c 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, linear-gradient(to bottom, #ffcc00 0%, #e0a20c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}
.rubriqueCinq .dataTables_paginate .paginate_button.previous {
  background: url("../images/picto_preced.png") no-repeat center center, #fb2d2d;
  background: url("../images/picto_preced.png") no-repeat center center, -moz-linear-gradient(top, #fb2d2d 0%, #e80f0f 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #fb2d2d), color-stop(100%, #e80f0f));
  background: url("../images/picto_preced.png") no-repeat center center, -webkit-linear-gradient(top, #fb2d2d 0%, #e80f0f 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -o-linear-gradient(top, #fb2d2d 0%, #e80f0f 100%);
  background: url("../images/picto_preced.png") no-repeat center center, -ms-linear-gradient(top, #fb2d2d 0%, #e80f0f 100%);
  background: url("../images/picto_preced.png") no-repeat center center, linear-gradient(to bottom, #fb2d2d 0%, #e80f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.rubriqueCinq .dataTables_paginate .paginate_button.next {
  background: url("../images/picto_suiv.png") no-repeat center center, #fb2d2d;
  background: url("../images/picto_suiv.png") no-repeat center center, -moz-linear-gradient(top, #fb2d2d 0%, #e80f0f 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-gradient(left top, left bottom, color-stop(0%, #fb2d2d), color-stop(100%, #e80f0f));
  background: url("../images/picto_suiv.png") no-repeat center center, -webkit-linear-gradient(top, #fb2d2d 0%, #e80f0f 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -o-linear-gradient(top, #fb2d2d 0%, #e80f0f 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, -ms-linear-gradient(top, #fb2d2d 0%, #e80f0f 100%);
  background: url("../images/picto_suiv.png") no-repeat center center, linear-gradient(to bottom, #fb2d2d 0%, #e80f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}
.dataTables_paginate span a {
  background: #e2eef4;
  text-align: center;
}

.dataTables_paginate span a:hover {
  background: #fefab8;
}

.dataTables_paginate span a.current {
  background: #f99800;
}

.dataTables_wrapper .dataTables_paginate .next {
  color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .previous {
  color: transparent !important;
}

.recherche {
  background: url("../images/picto_loupe.gif") no-repeat scroll center top transparent;
  border: 1px solid #BBBBBB;
  box-shadow: 0 0 3px -1px;
  cursor: pointer;
  display: block;
  float: right;
  height: 0px;
  margin-top: -52px;
  padding: 24px 3px 3px;
  color: #555555;
  position: relative;
  right: 8px;
  width: 27px;
}

.recherche:hover {
  color: #de1018;
}

h1 a {
  text-decoration: none;
  font-size: 14px;
}

h1 .button {
  display: inline-block;
  width: 90px;
  text-align: center;
}

h1 .current {
  color: #de1018;
}

#critere > a {
  display: block;
}

.ui-datepicker {
  font-size: 10px !important;
}

.menu .current {
  box-shadow: 0 0 16px 0 #000000 inset;
}

.delai {
  background: none repeat scroll 0 0 #CCCCCC;
  border: 1px solid;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 5px 0 #555555 inset;
  cursor: pointer;
  display: block;
  width: 100%;
}

.delai:hover {
  color: #000 !important;
}

.catcurrent {
  border: 1px solid green !important;
}

#pagination span {
  border: 1px solid black;
  padding: 1px 4px;
  background: none repeat scroll 0% 0% #464646;
  cursor: pointer;
  margin: 3px;
}

#pagination {
  margin-top: 5px;
  text-align: center;
}

#pagination .currentp {
  border: 1px solid black;
  padding: 1px 4px;
  background: none repeat scroll 0% 0% #cccccc;
  cursor: pointer;
}

.inplace_save {
  height: 22px;
  width: 20px;
  margin-left: 6px;
  padding: 0;
  cursor: pointer;
  border: none;
  background: url("../images/ico-vert.png") no-repeat scroll left transparent;
}

.inplace_cancel {
  height: 22px;
  width: 20px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: url("../images/ico-rouge.png") no-repeat scroll center right transparent;
}

.bt_ticket {
  background: url("../images/design/bt_ticket.png") repeat scroll 0 0/100% auto transparent;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 60px;
}

.bt_loc {
  background: url("../images/design/bt_loc.png") repeat scroll 0 0/100% auto transparent;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 60px;
}

.bt_data {
  background: url("../images/design/bt_data.png") repeat scroll 0 0/100% auto transparent;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 60px;
}

.bt_param {
  background: url("../images/design/bt_param.png") repeat scroll 0 0/100% auto transparent;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 60px;
}

.bt_maj {
  background: url("../images/design/bt_maj.png") repeat scroll 0 0/100% auto transparent;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  width: 60px;
}

.bt_plus {
  background: url("../images/design/bt_plus.png") repeat scroll 0 0/100% auto transparent;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
  float: left;
}

.icon_texte {
  background: url("../images/design/bt_data.png") repeat scroll 0 0/100% auto transparent;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.icon_modif {
  background: url("../images/modif.png") repeat scroll 0 0/100% auto transparent;
  display: inline-block;
  height: 20px;
  width: 20px;
}

#detail_planning {
  background: url("../images/detail48.png") repeat scroll 0 0/100% auto transparent;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
  float: center;
}

.detailDonnees span {
  border: 2px solid #0083bb;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 #000;
  color: #0083bb;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  width: 71%;
}

.detailDonnees span:hover {
  color: #000;
}

.detailblock {
  display: inline-block;
  vertical-align: top;
}

#tabcarteGPS {
  width: 610px;
}

#tabgraphe {
  width: 520px;
}

.bt_plus_graphe_mois {
  background: url("../images/design/chart128b.png") repeat scroll 0 0/100% auto transparent;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  float: left;
}

.etat {
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon {
  width: 2px;
  height: 2px;
  display: inline-block;
}

.fc th {
  color: #ffffff;
}

.planning_actions_salarie input#subSalarie {
  color: #ffffff;
}

#bandeau select {
  margin-top: 2px;
}

div.blocLB {
  color: #ffffff;
}

#deco {
  display: block;
  float: right;
  margin-right: 50px;
  margin-top: 3px;
  padding: 2px;
  width: 21px;
  height: 20px;
  text-decoration: none;
  background: url(../images/picto_logout.png) no-repeat center center;
}

#deco:hover {
  background: #ff0000 url(../images/picto_logout.png) no-repeat center center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#fine-uploader,#fine-uploader-carte {
  height: 54px;
  margin: 0px;
  padding: 0px;
}

#fine-uploader div,#fine-uploader-carte div {
  margin: 0px;
  padding: 0px;
}

#fine-uploader .qq-upload-button div ,#fine-uploader-carte .qq-upload-button div {
  margin: 0px;
  padding: 10px;
  font-weight: bold;
}

#loading > img {
  left: 50%;
  margin-left: -200px;
  position: absolute;
  z-index: 10;
}
.ui-sortable-handle {
   background: #eee none repeat scroll 0 0;
    height: 87px;
    list-style: outside none inside;
    margin-bottom: 10px;
    padding: 10px;
    width: 600px;
	cursor: all-scroll;
	border: 1px solid #bbb;
	 background: #eee url("../images/cross.png") no-repeat scroll 95% center;
}
.ui-sortable-handle img {
    width: 87px;
}


.ui-sortable-handle div div {
    float: left;
    width: 87px;
	 margin-right: 20px;
	 cursor:url("../images/cursor_paint.png"), pointer;
}
.ui-sortable-handle span {
    font-size: 18px;
    position: relative;
    top: 26px;
	cursor: pointer;
}

.ui-sortable-helper{

 background: #ccc url("../images/cross_hover.png") no-repeat scroll 95% center;
}

.highlight{
height:50px;
background:#a7d6f1;
list-style:none;
margin:5px;
width:590px;
}

.ui-sortable-handle input[type="checkbox"] {
    margin-left: 234px;
    margin-top: 8px;
}

.act_master:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}



 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
 

 
}

.clear {
  clear:both;
}

.actu{
  background: #d3eaf3;
  padding: 30px;
  max-width: 1100px;
  margin: 30px auto;
}

.actu h2{
  color: #0083bb;
  border-bottom: 1px solid #0083bb;
  text-transform: uppercase;
}

.actu a{ color:#0083bb; text-decoration:none;font-weight:bold;}
