#datepicker {
    display: inline-block;
	font-family: Arial;
	font-size: 14px;
    text-align: center;
    outline: none;
    margin-left: 2px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 5px 8px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background-color: #00b000;
    border: none;
}

.datepicker[type="text"],
.datetimepicker[type="text"] {
        color: white;
}

.nav-container {
	width: 100%; 
	display: inline-block; 
	height: 50px;
	text-align: center;
}

.nav-select-date {
	width: 826px;
	line-height: 30px;
	float: center;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	clear: both;
}

.nav-select-date ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
}

.nav-select-date ul li {
	float: left;
	width: 115px;
	margin: 0 1px 0 0;
	padding: 2px;
	padding-top: 5px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #008000;
}

.nav-select-date ul li:hover {
	background-color: #00c000;
}

.nav-select-date ul li.active {
	background-color: #00a000;
}

@media only screen and (max-width: 870px) {
.nav-select-date ul li {
	font-size: 12px;
	height: 35px !important;
}
}

.nav-arrows span {
	width: 32px; 
	height: 28px;
	color: black;
	cursor: pointer;
	text-align: center;
	//font-size: 32px;
	//font-weight: bold;
	transition: 0.3s;
	padding-top: 10px;
	vertical-align: top;
	margin: 4px 0;
	border: 1px solid #aaa;
	background-color: white;
}

.nav-arrows span:hover {
	cursor: pointer;
	background-color: #00c000;
}

@keyframes fade {
	from { opacity: 0; }
	  to { opacity: 0.80; }
}
@-o-keyframes fade { /* Opera < 12.1 */
	from { opacity: 0; }
	  to { opacity: 0.80; }
}
@-ms-keyframes fade { /* Internet Explorer */
	from { opacity: 0; }
	  to { opacity: 0.80; }
}
@-moz-keyframes fade { /* Firefox < 16 */
	from { opacity: 0; }
	  to { opacity: 0.80; }
}
@-webkit-keyframes fade { /* Safari, Chrome and Opera > 12.1 */
	from { opacity: 0; }
	  to { opacity: 0.80; }
}

@media only screen and (max-width: 870px) {
.nav-arrows span {
	width: 24px; 
	height: 20px;
	padding-top: 2px;
}
}
.clear {
	clear: both;
}

@media only screen and (max-width: 870px) {
.nav-select-date {
	width: 100%;
}

.nav-month {
	display: none;
}

.nav-select-date ul {
	font-size: 13px;
}

.nav-select-date ul li {
	width: 100px;
}
}

.container-bar {
	position: absolute;
	left: 0;
	width: 85px !important;
	height: 100%;
}

/* ********************* NAVIGATION ********************** */

#navigation {
	display: div-inline;
    margin-bottom: 12px;
    padding: 0;
	text-align: center;
}

#navigation .nav {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% Arial, Helvetica, sans-serif;
    padding: 5px 8px 5px 8px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background-color: #00b000;
    margin-left: 2px;
    vertical-align: bottom;
}

#navigation .nav:hover {
    background-color: #008000;
}

#navigation .nav:active {
    position: relative;
    top: 1px;
}

/* ********************* CALENDRIER ********************** */

#calendar {
	display: div-inline;
	margin: 0 auto;
    position:relative;
}

.calendar-tickets .div-line {
	display: block;
    overflow: hidden;
	border-bottom: solid #aaa 1px;
	border-right: solid black 2px;
	height: 26px !important;
	width: 100%;
    margin: 0;
    padding: 0;
}

.calendar-tickets .div-line.title {
    font-weight: normal;
    color: white;
	background-image: linear-gradient(to bottom, #32c898, #2eb88c);
    padding: 5px 0;
    text-shadow: 2px 2px 3px #a0a0a0;
	font-size: 12px;
}

.calendar-tickets .div-line.title-legend {
	background-image: linear-gradient(to bottom, #32c898, #2eb88c);
}

.calendar-tickets .col-legend {
	display: inline;
	width: calc(60% - 2px);
	padding-top: 4px;
	float: right;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	border-left: solid black 2px;
	color: white;
}

.calendar-tickets .col-service {
	display: inline;
	float: left;
	height: 20px !important;
	font-size: 12px;
	max-width: 36%;
	padding: 4px 0 0 4px;
}

.calendar-tickets .col-hours {
	display: inline;
	float: right;
	width: 60%;
}

.calendar-tickets .title .hour {
	line-height: 32px !important;
}

.calendar-tickets .hour,
.calendar-tickets .hour-vip {
	display: inline-block;
	width: 34px;
	border-left: solid black 2px;
	line-height: 26px !important;
}
.calendar-tickets .hour-vip {
	width: 100%;
}

.calendar-tickets .hour.number {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffa0;
}

@media only screen and (max-width: 650px) {
.calendar-tickets .div-line.title {
    font-size: 11px;
}

.calendar-tickets .col-service {
	font-size: 11px;
}

.circuit {
	font-size: 11px;
}
.calendar-tickets .hour-vip {
	//width: 95%;
}
}

@media only screen and (max-width: 600px) {
.calendar-tickets .col-service {
	font-size: 10px;
}
}

.calendar-tickets .spaces {
	display: block;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.calendar-tickets .spaces.nohour {
	background: #f0f0f0;
}

.calendar-tickets .spaces.nospace {
	background-color: #ffa0a0;
}

.calendar-tickets .spaces.ok {
	font-weight: bold;
	background-color: #a0ffa0;
	transition: all .2s ease-in-out;
}

.calendar-tickets .spaces.ok:hover {
	cursor: pointer;
	background: #00a000;
}

.calendar-tickets .spaces.selected {
	background-color: #ffff00;
	transform: scale(1.3);
}

.calendar-tickets .spaces.selected:hover {
	background-color: #ffff00;
}

#calendar .div-line.cal-legend {
    display: div-inline;
	border: none;
	text-align: center;
	padding-top: 5px;
}

#calendar .col-service.cal-buy {
	width: 100%;
}

#calendar .col-hours.cal-legend {
	font-size: 12px;
	color: #666;
	font-style: italic;
}

.soldout:before {
	position: absolute;
    display: block;
	width: 270px;
	overflow:hidden;
    float: center;
    margin-left: 20px;
    margin-right: auto;
    top: 160px;
    padding: 20px;
    font-family: Arial,sans-serif;
    opacity:0.50;
    filter: alpha(opacity=50);
    -webkit-text-shadow: 0 0 2px #c00;
    font-family: 'Courier';
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 2px #c00;
    border: 2px solid #D23;
    color: #D23;
    background: #ffe0e0;
    z-index: 1;
    -webkit-transform: rotate(-10deg); /* Safari */
    -moz-transform: rotate(-10deg); /* Firefox */
    -ms-transform: rotate(-10deg); /* IE */
    -o-transform: rotate(-10deg); /* Opera */
    transform: rotate(-10deg);
            animation: fade 1s ease;
	     -o-animation: fade 1s ease; /* Opera < 12.1 */
	    -ms-animation: fade 1s ease; /* Internet Explorer */
	   -moz-animation: fade 1s ease; /* Firefox < 16 */
	-webkit-animation: fade 1s ease; /* Safari, Chrome and Opera > 12.1 */
}
