/*----------------------------------------------------------------
TITRE DE LA PAGE
------------------------------------------------------------------ */

.title_page {
    width: 100%;
    margin-top: 10px;
    margin-left: 5px;
    padding: 15px 15px 2px 10px;
    position: relative;  
    color: #7e7975;
}

.title_page h1 {
    font-size: 16px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
   	text-shadow: 0.5px 0.5px #000000;
}

.title_page h1 .log-in,
.title_page h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.title_page h1 .log-in {
    color: #ffffff;
    padding-right: 2px;
}

.title_page h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}


/*----------------------------------------------------------------
Table Style - STANDARD
------------------------------------------------------------------ */

table {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color:#2a2828;
	font-size:12px;
	text-shadow: 0.5px 0.5px 0px #f1f1f1;
	margin:5px;
	

	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:14px 18px 15px 18px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
table th:first-child{
	padding-left:10px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
}
table tr{
	
	padding-left:5px;
}
table tr td:first-child{
	padding-left:5px;
	border-left: 0;
}
.stdc table tr td:first-child{
	text-align: center;
	padding-left:5px;
	border-left: 0;
}
table tr td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
}
.odd {
	background-color: #fafafa;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background-color: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

.even {
	background-color: #f6f6f6;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background-color: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.odd:hover {
	background-color: #f2f2f2;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background-color: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.even:hover {
	background-color: #f2f2f2;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background-color: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/*----------------------------------------------------------------
Table Style -- Enveloppe de tableau div à deux colonnes
------------------------------------------------------------------ */
.table {
  display: table;
  width: 100%;
 padding:10px;
}
.table div {
  display: table-cell;
  width: 50%;
  
}

/*----------------------------------------------------------------
Table Style -- styles spéciaux
------------------------------------------------------------------ */

/* ENTETE DE LIGNE RETRACTABLE*/
tr.stdcolsp  {
	border-width: 1px;
	border-style:groove;
	font-weight:bold;
	font-size: 14px;
	padding: 10px;
	text-shadow: none;
	/*border-color:#c0c0c0;
	
	
	*/
}
th.stdcolsp {
	
	background: #d4e5f4; 
    background: -moz-linear-gradient(#d4e5f4, #bcd6ec);
    background: -ms-linear-gradient(#d4e5f4, #bcd6ec);
    background: -o-linear-gradient(#d4e5f4, #bcd6ec);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d4e5f4), to(#bcd6ec));
    background: -webkit-linear-gradient(#d4e5f4, #bcd6ec);
    background: linear-gradient(#d4e5f4, #bcd6ec);
    border: 1px solid #c3d8e9;
    color: #000000;
	padding:5px;
	
}

/* PREMIERE LIGNE DU TABLEAU*/
th.std_maintitle  {
	background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border-bottom: 1px solid #f4ab4c;
	border-top: 0px;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
	text-align: center;
	font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 15px; /* Same as height */
	height: 15px;
    text-align: center;
    font-weight: bold;
}

th:last-child.std_maintitle  {
border-right: 0px;
}

.bgc{
	background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
	 
	font-weight: bold;
    text-shadow: 0 1px rgba(255,255,255,0.3);
	
}

.stdc{
	text-align: center;
}

.std_desc {
	font-weight: bold;
}

/*----------------------------------------------------------------
Table Style -- Calendrier
------------------------------------------------------------------ */

tr.cal_dw{
	font-weight:bold;
	font-size: 11px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

tr.cal_dt{
	font-weight:bold;
	font-size: 11px;
	background-color: #fce6b4;
	
}

td.cal_dw{
border-top: 1px solid #ffffff;
border-bottom:1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
padding: 3px 8px 3px 8px;
text-align: center;

}

td.cal{
	padding: 3px;
	text-align: center;
	cursor:pointer;
}

td.cal_outofday{
	border: none;
	padding: 3px;
	text-align: center;
	background-color: #ededed;
}


td.cal_no{
	background-color: #ffffff;
}


/*----------------------------------------------------------------
Table Style -- Message d'information
------------------------------------------------------------------ */
td.std_titre_ok{	
	color:#000000;
	background-color: #80ff80;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid;
}

td.std_ok_logo{
	border: 1px solid #000000;
	height:52px;
	width:52px;
	background-color: #80ff80;
	padding:4px;
	text-align:center;
	background-image:url('https://www.booking4show.ch/console5/image/vu1.png');
	background-repeat:no-repeat;
	background-position:center;
}

td.std_ok{
	border: 1px solid #000000;
	background-color: #80ff80;
	padding:4px;
	vertical-align:middle;
	font-size: 14px;
	font-weight:bold;	
	color: #000000;
}


td.std_titre_error{	
	color:#000000;
	background-color: #ff1b20;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid;
}

td.std_error_logo{
	border: 1px solid #000000;
	height:48px;
	width:48px;
	background-color: #ff1b20;
	padding:4px;
	text-align:center;
	background-image:url('https://www.booking4show.ch/base/image/croix.png');
	background-repeat:no-repeat;
	background-position:center;
}

td.std_error{
	border: 1px solid #000000;
	background-color: #ff1b20;
	width:370px;
	padding:4px;
	vertical-align:middle;
	font-size: 14px;
	font-weight:bold;	
	color: #000000;
}


td.std_titre_question{	
	color:#000000;
	background-color: #ff8a12;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid;
}

td.std_question_logo{
	border: 1px solid #000000;
	height:52px;
	width:52px;
	background-color: #ff8a12;
	padding:4px;
	text-align:center;
	background-image:url('https://www.booking4show.ch/base/image/interrogation.png');
	background-repeat:no-repeat;
	background-position:center;
}


td.std_question{
	border: 1px solid #000000;
	background-color: #ff8a12;
	padding:4px;
	vertical-align:middle;
	font-size: 14px;
	font-weight:bold;	
	color: #000000;
}

td.std_titre_info{	
	color:#000000;
	background-color: #57b0ff;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid;
}

td.std_info_logo{
	border: 1px solid #000000;
	height:52px;
	width:52px;
	background-color: #57b0ff;
	padding:4px;
	text-align:center;
	background-image:url('https://www.booking4show.ch/console5/image/info.png');
	background-repeat:no-repeat;
	background-position:center;
}


td.std_info{
	border: 1px solid #000000;
	background-color: #57b0ff;
	padding:4px;
	vertical-align:middle;
	font-size: 14px;
	font-weight:bold;	
	color: #000000;
}


























