/* ###############################################################################################/
//###     SITE GeHo Resa (User)                                                                ###/
//###     site.css                                                                             ###/
//###     Style global                                                                         ###/
//###     Version 0.3.2  (11/06/2012)                                                          ###/
//############################################################################################## */

/* ### GLOBAL ### */
* {
  outline: 0; /* Pas de pointillés autour de Flash sous IE */
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  width: 100%;
  margin: 0; 
  padding: 0;
  font-size: 16px;
  text-align: justify;
  color: #002953;
  background-color: #ECECEC;
}

.clearfix { /* Debug float IE7 */
  clear: both;
  height: 0;
  overflow: hidden;
}

/* ### CONTENEUR GLOBAL ### */
#main {
  z-index: 1;
  position: relative;
  width: 942px;
  margin: 10px auto 0 auto;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #2d69a5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 4px #CCCCCC;
  -moz-box-shadow: 0px 0px 4px 4px #CCCCCC;
  box-shadow: 0px 0px 4px 4px #CCCCCC;
}

/* ### HEADER ### */
#header {
  padding: 10px 0 0 10px;
  position: relative;
}

#header_logo {
  width: 192px;
  height: 100px;
  float: left;
  background-image: url("../_img/header_geho.png");
  background-repeat: no-repeat;
}

#header_spacer {
  width: 940px;
  height: 0px;
}

/* ### HEADER INFOS ### */
#header_infos {
  height: 60px;
  margin: 0 10px 0 210px;
  text-align: right;
}

#header_infos .titre {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  line-height: 38px;
  text-shadow: 1px 1px 2px #A6A6A6;
  color: #0E6CBB;
}

#header_infos .titre_degrade {
  position:absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../_img/title_gradient.png) repeat-x;
}

#header_infos .soustitre {
  font-size: 20px;
}

#menu_container {
  height: 29px;
  margin: 10px 10px 0 192px;
  padding-left: 50px;
  background-image: url("../_img/bg_menu.png");
  background-repeat: repeat-x;
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#menu li {
  float: left; /* IE */
}

#menu .menu_item {
  cursor: pointer;
  height: 17px;
  margin: 5px 0;
  padding: 1px 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  font-family : Times New Roman, Times, serif;
  text-shadow: 1px 1px 1px #BFBFBF;
  line-height: 16px;
  vertical-align: middle;
  list-style-image: none;
  border: 1px solid tranparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;    
}
 
#menu .menu_item:hover {
}
 
#menu .menu_item a {
  color: #000000;
}
 
#menu .menu_item a:hover {
  color: #000000;
}

.menu_item.bleu {
}

.menu_item.bleu:hover {
  background-color: #D8E4F0;
}

.menu_item.vert {
}

.menu_item.vert:hover {
  background-color: #D8F0E3;
}

.menu_item.rouge {
}

.menu_item.rouge:hover {
  background-color: #F0D8D8;
}

/* ### CORP ### */
#corp {
  clear: both;
  width: 940px;
  margin: 0 0 0 0;
  position: relative;
  padding: 10px 0 0 0; 
}

/* ### GAUCHE ### */
#left_container {
  width: 168px;
  float: left;
}

/* ### RECAP ### */
#recap_container {
  height: 510px;
  margin: 0 0 10px 10px;
  padding: 5px 5px;
  font-size: 14px;  
}

#recap_top {
  height: 182px;
}

#recap_bottom {
  height: 310px;
  text-align: center;
}

#recap_container .titre,
#recap_container .soustitre {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

#recap_container .titre {
  text-align: center;
  font-size: 14px;  
  line-height: 18px;
}

#recap_container .soustitre {
  text-align: left;
  height: 16px;
  font-size: 14px;  
  line-height: 14px;
  text-align: center;
  margin-top: 2px; 
}

#recap_container .zonelibelle,
#recap_container .zoneinfos,
#recap_container .zoneinfosnotes {
  padding: 2px 2px;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  margin-top: 2px; 
}

#recap_container .zonelibelle,
#recap_container .zoneinfos {
  text-align: center;
}

#recap_container .zoneinfosnotes {
  text-align: left;
  height: 60px;
}

#recap_container #recapdate,
#recap_container #recapservice {
  text-align: center;
  margin-bottom: 6px;
}

#recap_container .daylibelle {
  height: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  color: #FF3333;
}

#recap_container .resalibelle,
#recap_container .value {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
}

#recap_container .resalibelle {
  float: left;
}

#recap_container .value {
  float:right;
}

.resacount_container {
}

#recap_container #couvcont,
#recap_container #couvmidi,
#recap_container #couvsoir {
  margin-bottom: 2px;
}

#recap_container .resaferme {
  text-align: center;
}

#edit_bottom {
  display: block;
  width: 600px;
  text-align: left;
  margin: 0 auto 60px auto;
}

#edit_tables {
  display: block;
  margin: 0 auto; 
  text-align: center;
  padding: 10px 0 0 0;
}

.edit_zone {
  display: inline-block;
  width: auto;
  min-width: 260px;
  min-height: 54px;
  padding: 0 0 5px 5px;
}

#edit_buttons {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px 0 10px 0;
  width: 640px;
  text-align: center;
  vertical-align: middle;
}

#titre_tablesdispo {
  float: left;
}

#decompte {
  float: right;
  font-size: 12px;
  font-weight: bold;
  color: #002D59;
  margin-top: 8px;
}

.tabletypes_container {
/*   display: inline-block; */
  float: left;
  margin: 0 auto 10px auto;
}

.tabletypes_titre {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.tablecell_edit {
  display: block;
  float: left;
  width: 66px;
  height: 56px;
  text-align: center;
  margin: 0 6px 0 6px;
}

.tablecell,
.tablecell_recap {
  width: 34px;
  height: 34px;
  display: inline-block;
  font-size: 1px;
  line-height: 1px;
  text-align: center;
}

.tablecell {
  float: none;
}

.tablecell_recap {
  float: left;
}
  
.table_selected {
  background-color: #D8E4F0;
}

.tableinfos {
  width: 28px;
  height: 24px;
  margin: 6px auto;
  font-size: 11px;
  line-height: 11px;  
  text-align: center;
  background-color: transparent;
}

.table-carree,
.table-ronde {
  background: url(../_img/sprites-tables.png) no-repeat;
  width: 34px;
  height: 34px;
}

.table-carree {
  background-position: 0 0;
}

.table-ronde {
  background-position: -34px 0 ;
}

/* ### CONTENU ### */
#contenu {
  width: 740px;
  min-height: 510px;
  padding: 5px 5px;
  margin: 0 0 10px 180px;
}

/* ### FOOTER ### */
#footer {
  width: 920px;
  height: 64px;
  margin: auto;
}

#footer_copyright {
  padding-top: 16px;
  font-size: 10px;
  line-height:10.5pt;
  text-align: center;
  color: #00376F;
}

/* ### LOGIN ### */
#login_container {
  display: block;
  width: 400px;
  margin: 30px auto;
  padding: 10px 10px;
  background-color: #FFFFFF;
  border: 1px solid #2d69a5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 5px #AAAAAA;
  -moz-box-shadow: 0px 0px 5px 5px #AAAAAA;
  box-shadow: 0px 0px 5px 5px #AAAAAA;
}

#login {
  display: block;
  width: 220px;
  margin: 30px auto;
  padding: 30px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #2fba3c;
}

#login #error {
  display: block;
  text-align: center;
  font-size: 12px;
  width: 100%;
}

.login label {
  color: #555;
  font-size: 16px;
  font-weight: bold;
}

.login .input {
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  height: 26px;
  vertical-align: middle;
  padding: 2px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 2px;
  border: 1px solid #aaaaaa;
  background: #fbfbfb;
  outline: none;
}

.login .input:focus {
  border: 1px solid #707070;
}

.login .resterconnecte label {
  font-weight: normal;
  font-size:12px;
  line-height:19px;
  font-weight:normal;
}

/* ### EDITEUR RESA ### */
#edit_resa {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

#edit_left {
  float: left;
  width: 236px;
  text-align: left;
}

#edit_right {
  float: right;
  vertical-align: top;
  width: 322px;
  text-align: left;
  margin-bottom: 10px;
}

#edit_clients {
  display: block;
  width: 322px;
  text-align: left;
}

#select_clients {
  width: 320px;
  height: 238px;
  overflow: auto;
  margin-bottom: 10px;
  border: 1px solid #2D69A5;
}

#ajax_loading {
  width: 66px;
  height: 66px;
  margin: 80px auto 0 auto;
  background-image: url(../_img/ajax-loading.gif);
}

#ajax_working,
#ajax_error,
#ajax_ok {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

#ajax_working { background-image: url(../_img/ajax-working.gif); }
#ajax_error { background-image: url(../_img/ajax-error.png); }
#ajax_ok { background-image: url(../_img/ajax-ok.png); }

.item_clients {
  width: 200px;
  margin: 1px 1px 0 1px;
  padding: 1px 0 0 1px;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid transparent;

}

.item_clients:hover {
  cursor: pointer;
  border: 1px solid #2d69a5;
  background-color: #E4EFF8;
}

.item_clients span.nom {
  font-weight: bold;
}

/* ### FORMULAIRES ### */
.table_form,
.td_form,
.form_titre {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-collapse: collapse;
  background-color: #FFFFFF;
}

.td_form {
  padding: 20px;
  vertical-align: top;
}

.form_titre {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  border-color: #140DA8;
  padding: 4px 6px 4px 6px;
  text-shadow: 1px 1px 3px #000000;
  background: #3fa7de;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmYTdkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDY5YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #3fa7de 0%, #2d69a5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fa7de), color-stop(100%,#2d69a5));
  background: -webkit-linear-gradient(top,  #3fa7de 0%,#2d69a5 100%);
  background: -o-linear-gradient(top,  #3fa7de 0%,#2d69a5 100%);
  background: -ms-linear-gradient(top,  #3fa7de 0%,#2d69a5 100%);
  background: linear-gradient(top,  #3fa7de 0%,#2d69a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa7de', endColorstr='#2d69a5',GradientType=0 );
}

.form_label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  margin-top: 6px;
  color: #002D59;
}

.form_label .infos {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  color: #002D59;
}

.form_input,
.form_input_find,
.form_resanotes {
  overflow: hidden;
  height: 18px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 17px;
  padding-left: 2px;
  border: 1px solid #2d69a5;
}

.form_input_needed {
  border-color: #FF9900;
}

.form_resanotes {
  width: 230px;
  height: 70px;
  resize: none;
}

.form_input_find {
  width: 400px;
}

.form_input:focus,
.form_textarea:focus, 
.form_input_find:focus {
  border: 1px solid #000000;
}
      
/* ### STATUTS RESA ### */
.statutresa_R,  /* Réservé */
.statutresa_A,  /* Arrivé */
.statutresa_C,  /* Confirmé */
.statutresa_E,  /* Annulé */
.statutresa_P { /* Parti */
  background: url(../_img/sprites-statutresa.png) no-repeat;
  width: 58px;
  height: 16px;
}

.statutresa_R { background-position: 0 0; }
.statutresa_A { background-position: 0 -16px; }
.statutresa_C { background-position: 0 -32px; }
.statutresa_E { background-position: 0 -48px; }
.statutresa_P { background-position: 0 -64px; }

.statutresa_surbook { 
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 16px;
  width: 16px;
  height: 16px;
  background: url(../_img/icn_surbooking.png) no-repeat;
}


/* ### LIENS ### */
a:link, a:visited, a:active {
  color:#2D6F9F;
  text-decoration:none;
}

a:hover {
  color:#33CC33;
  text-decoration: none;
}

a img {
  border: none;
}

/* ### TEXTES ### */
.texte_normal {
  text-align: justify;
  color: #002C53;
}

.texte_tiny,
.texte_tiny_red,
.texte_tiny_green,
.texte_tiny_gray {
  font-size: 10px;
  text-align: justify;
}

.texte_tiny_red {
  color: #CC0033;
}

.texte_tiny_green {
  color: #00AD00;
}

.texte_tiny_gray {
  color: #666666;
}

.texte_big {
  font-size: 16px;
  font-weight: bold;
  color: #002C53;
}

.texte_message {
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  color: #002C53;
}

.centre {
  text-align: center;
}

.sunrise {
  font-size: 10px;
  color: #EC8D00;
  font-weight: bold;
}

.geho {
  color: #2D69A5;
  font-weight: bold;
}

.page_titre {
  display: block;
  width: 100%;
  height: 24px;
  margin-bottom: 22px;
  vertical-align: middle;
}

.page_titre .titre {
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0px 0px 2px #000000;
}

#page_boutons {
  position: absolute;
  width: 740px;
  bottom: 20px;
  text-align: center;
}

/* ### TOASTER ### */
.toaster_ok,
.toaster_er {  
  z-index: 999;
  width: inherit;
  margin-top: 1px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0px 0px 2px #000000;
}

.toaster_ok {
  background-color: #3C993C;
}

.toaster_er {
  background-color: #FF1A1A;
}

.toaster_mess_ok {
  color: #DBFFDB;
  font-weight: normal;
}

.toaster_mess_er {
  color: #FFD4D4;
  font-weight: normal;
}

/* ### TABLES et FORMULAIRES ### */
table,
fieldset {
  border-width: 0px;
  border-spacing: 0px;
  border-style: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table th,
table td {
  border-width: 0px;
  padding: 0px;
}

.tbl_container {
 margin: 0 10px 60px 10px; 
}

.tbl {
  width: 100%;
/*   border: 1px solid #A7A7A7; */
/*   border-collapse: collapse; */
/*   background-color: #FFFFFF; */
}

.tbl_titre {
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  line-height: 16px;
  padding: 0px 4px 0px 4px;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px #000;
}

.tbl_pretitre {
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  line-height: 16px;
  color: #000000;
  text-shadow: 1px 1px 0px #CCCCCC;
}

.tbl_ligne {
  color: #001F3E;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  padding: 0 4px 0 4px;
  border-bottom: 1px solid #dedede;
  cursor: default;
}

.tbl_ligne .icone {
  vertical-align: middle;
  height: 16px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  cursor: pointer;
}

.tbl_ligne_tr:hover td {
  background-color: #DEDEDE;
}

.tbl_ligne_paire {
  background-color: #FFFFFF;
}

.tbl_ligne_impaire {
  background-color: #FAFAFA;
}

/* ### MESSAGERIE ### -------------------------------------------------------------------------- */
#messagerie_container {
  width: 600px;
  border: solid 1px #999;
}

#messagerie_container .messtexte {
  text-align: left;
  font-size: 16px;
  color: #000000;
  background: #FFFFFF;
  margin: 4px 4px;
}

#messagerie_container .messdate {
  font-size: 12px;
}


/* ### MODAL ALERT ### ------------------------------------------------------------------------- */
#popup_container {
  color: #000000;
  font-size: 15px;
  min-width: 300px;
/*   max-width: 480px; */
  background: #FFFFFF;
  border: solid 1px #999;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-box-shadow: 0px 0px 10px 1px #000000;
  -moz-box-shadow: 0px 0px 10px 1px #000000;
  box-shadow: 0px 0px 10px 1px #000000;
}

#popup_title_container {
/*   border: solid 1px #FFF; */
  cursor: default;
  margin: 0em;
}

#popup_title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.75em;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000000;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

#popup_icon.info,
#popup_icon.error,
#popup_icon.confirm,
#popup_icon.prompt,
#popup_icon.wait,
#popup_icon.messagerie {
  background: url(../_img/sprites-popup.png) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 4px;
}

#popup_icon.info { background-position: 0 0; }
#popup_icon.error { background-position: -16px 0; }
#popup_icon.confirm { background-position: -32px 0; }
#popup_icon.prompt { background-position: -48px 0; }
#popup_icon.wait { background-position: -64px 0; }
#popup_icon.messagerie { background-position: -80px 0; }

#popup_content {
  padding: 1em 1.75em;
  margin: 0em;
}

#popup_message {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#popup_panel {
  text-align: center;
  margin: 1em 0em 1em 0em;
}

#popup_prompt {
  margin: .5em 0em;
}

/* ### VUE CALENDRIER ### ---------------------------------------------------------------------- */
#cal_contener {
  overflow: hidden;
  width: 732px;
  margin: 0 auto 0 auto;
}

#cal_cadre {
  width: 728px;
  overflow: hidden;
  margin: 10px auto 60px auto;
  padding: 1px 1px 1px 1px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #FFFFFF;
}

#cal_contener .titre {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #808080;
}

#cal_lib_jours {
  width: 728px;
  margin: 0;
  padding: 0;
}

.cal_ligne {
  width: 728px;
  margin: 0;
  padding: 0;
}

#cal_lib_jours li {
  float : left;
  width : 102px; 
  list-style: none;
  margin: 0 1px 1px 1px;
  color: #FFFFFF;
  text-align: center;
}

.cal_ligne li {
  float : left; 
  width : 98px;
  height: 80px;
  padding-left: 4px;
  list-style: none;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  border: 1px solid #FFF;
  text-shadow: 1px 1px 1px #949494;
}

.cal_ligne li .mois_libelle {
  vertical-align: text-top;
  padding: 0;
  margin: 0 0 0 -2px;
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  
}

.cal_ligne li .mois_surbook {
  vertical-align: text-top;
  padding: 0;
  margin: 0;
  font-size: 10px;
}

.cal_ligne li:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #2d69a5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;   
}

.cal_ligne .liJourPrev {
  color: #4D4D4D;
  background-color: #F0F0F0;
  box-shadow: inset 0px 0px 4px 1px #DBDBDB;
  -webkit-box-shadow: inset 0px 0px 4px 1px #DBDBDB;
  -moz-box-shadow: inset 0px 0px 4px 1px #DBDBDB;
}

.cal_ligne .liJourNext {
  color: #001F59;
  background-color: #E6F1FF;
  box-shadow: inset 0px 0px 4px 1px #CAD6E6;
  -webkit-box-shadow: inset 0px 0px 4px 1px #CAD6E6;
  -moz-box-shadow: inset 0px 0px 4px 1px #CAD6E6;
}

.cal_ligne .liToday {
  background-color: #FFEFD6;
  box-shadow: inset 0px 0px 4px 1px #E6D7C1;
  -webkit-box-shadow: inset 0px 0px 4px 1px #E6D7C1;
  -moz-box-shadow: inset 0px 0px 4px 1px #E6D7C1;
  border: 1px solid #FFFFFF;
}

.cal_ligne .liClosed {
  cursor: default;
  color: #000000;
  background-color: #F0F0F0;
}

.cal_ligne .liClosed:hover {
  border: 1px solid #FFFFFF;
}

.cal_ligne .liAutreMois {
  color: #636363;
}

.cal_ligne .liAutreMois:hover {
  cursor: default;
}

.cal_ligne .cell_boutons {
  width: 94px;
  height: 0;
  margin: 0;
  text-shadow: none;
  visibility: hidden;
}

.cal_ligne .cell_boutons .bt_cell {
  cursor: pointer;
  width: 94px;
  height: 16px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
}

.cal_ligne .recap {
  display: block;
  width: 94px;
  height: 52px;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-shadow: none;
  color: #4d4d4d;
}

.cal_ligne .tranche_titre {
  width: inherit;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #949494;
}

.cal_ligne .resa_midi,
.cal_ligne .resa_soir,
.cal_ligne .resa_continu {
  width: inherit;
  margin: 3px 0 0px 6px;
  font-size: 12px;
  text-align: left;
}

.cal_ligne .resa_ferme {
  width: inherit;
  margin-top: 14px;
  text-align: center;
  color: #999999;
}

/* ### INPUT PERSO ### ------------------------------------------------------------------------- */
.SunInput {
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0;
}

.SunInput input {
  height: 20px;
  padding: 0 0 0 2px;
  margin: 1px 1px;
  font-size: 1em;
}

.SunInput .boutons {
  position: absolute;
  height: 20px;
  margin-top: 3px;
}

.SunInput .boutons .bt_plus,
.SunInput .boutons .bt_moins,
.SunInput .boutons .bt_date,
.SunInput .boutons .bt_dateclose {
  cursor: pointer;
  float: left;
  margin-right: 2px;
  width: 18px;
  height: 18px;
  background: url(../_img/sprites-input.png) no-repeat;
}      

.SunInput .boutons .bt_plus:hover,
.SunInput .boutons .bt_moins:hover,
.SunInput .boutons .bt_date:hover,
.SunInput .boutons .bt_dateclose:hover {
  background-color: #d3dde6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; 
}      

.SunInput .boutons .bt_plus {
  background-position: 0 0;
}      

.SunInput .boutons .bt_moins {
  background-position: -18px 0;
    
}
      
.SunInput .boutons .bt_plus_disabled {
  background-position: 0 -18px;
}      

.SunInput .boutons .bt_moins_disabled {
  background-position: -18px -18px;
}
      
.SunInput .boutons .bt_date {
  background-position: -36px 0;
}      

.SunInput .boutons .bt_dateclose {
  background-position: -54px 0;
}      

.form_checkbox {
  vertical-align: middle;
}

.smartspinner {
  padding: 2px 38px 2px 2px;
  background: url("../_img/btn_spinner_normal.png") no-repeat right;
  text-align: center;
  line-height: 1.1em;
  font-size: 1em;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #2d69a5;
  -webkit-box-shadow: inset 0px 0px 1px 2px #DDDDDD;
  -moz-box-shadow: inset 0px 0px 1px 2px #DDDDDD;
  box-shadow: inset 0px 0px 1px 2px #DDDDDD;
  background-color: #ffffff;
}

.smartspinner.up {
  background: url("../_img/btn_spinner_plus.png") no-repeat right;
  background-color: #ffffff;
  cursor:pointer;
}

.smartspinner.down {
  background: url("../_img/btn_spinner_moins.png") no-repeat right;
  background-color: #ffffff;
  cursor:pointer;
}
