#txt_maj_planning{
position: absolute;bottom: -3px;font-size: 0.8em;color: #666
}


.titre-planning{
	font-size: 16px;
	color: #000088;
}

#cyb-full-planning{
	position: relative;
}
.text_maj_planning {
	display: inline-block;
}

.cyb-bloc-planning{
	display: inline-block;
	box-sizing: border-box;
	width: 20%;
	padding-bottom: 5px;
	vertical-align: top;
	margin-bottom: 15px;
	user-select: none;
}
@media screen and (max-width: 530px){
	.cyb-bloc-planning{
		width: 50%;
	}
	#txt_maj_planning {
		bottom: -20px;
	}
	.text_maj_planning {
		display: block;
	}
}
@media screen and (min-width: 531px) and (max-width: 800px){
	.cyb-bloc-planning{
		width: 33.33%;
	}
}
.cyb-bloc-planning-padd{
	padding-right: 5px;
}
.cyb-multi-plannings{
	white-space: nowrap;
	overflow: hidden;
	padding-top: 3px;
}

.cyb-tab-planning{
	border: 0;	border-spacing: 1px;
	border-collapse: separate;
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
	}
.cyb-tab-planning td{
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
		position: relative;
	border-radius: 2px;
}

.cyb-tab-planning-title td{
	font-weight: bold;
	color: #000000;

	background: #feef8a;
	background: -moz-linear-gradient(top,  #feef8a 0%, #fab830 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feef8a), color-stop(100%,#fab830));
	background: -webkit-linear-gradient(top,  #feef8a 0%,#fab830 100%);
	background: -o-linear-gradient(top,  #feef8a 0%,#fab830 100%);
	background: -ms-linear-gradient(top,  #feef8a 0%,#fab830 100%);
	background: linear-gradient(to bottom,  #feef8a 0%,#fab830 100%);
	border-radius: 3px;
}

.cyb-tab-planning-jours td{
	color: #ffffff;

	background: #bcd7f4;
	background: -moz-linear-gradient(top,  #bcd7f4 0%, #69a1df 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcd7f4), color-stop(100%,#69a1df));
	background: -webkit-linear-gradient(top,  #bcd7f4 0%,#69a1df 100%);
	background: -o-linear-gradient(top,  #bcd7f4 0%,#69a1df 100%);
	background: -ms-linear-gradient(top,  #bcd7f4 0%,#69a1df 100%);
	background: linear-gradient(to bottom,  #bcd7f4 0%,#69a1df 100%);
}


.planning-close, .date_close{
	color: #000000;
	background: #ef4836;
	text-decoration: line-through;	cursor: pointer;
}
.planning-hotel-close{
	background: #EF4836;
}
.planning-open, .date_open{
	color: #000000;
	background: #c8f7c5;
	cursor: pointer;
}
.planning-hotel-open{
	background: #C8F7C5;
}


.date_oc {
	background-image: url('https://www.cybevasion.fr/planning-open-to-close-ef4836-c8f7c5.svg');
	background-size: 100% 100%;
}
.date_co {
	background-image: url('https://www.cybevasion.fr/planning-close-to-open-c8f7c5-ef4836.svg');
	background-size: 100% 100%;
}

.planning-disable{
		background-color: transparent;
	font-size: 0.8em;
}
.planning-close-ical::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(255,255,255,.5) 3px, rgba(255,255,255,.5) 6px);
	z-index: 0;
}
.planning-close-ical::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	background: #ef4836;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	z-index: 1;
}

.jour-planning {
	position: relative;
	z-index: 2;
}

/* Open vs Close */
.planning-open-to-close {
	background: #ef4836;
	background-image: url('https://www.cybevasion.fr/planning-open-to-close-ef4836-c8f7c5.svg');
	background-size: 100% 100%;
}
.planning-close-to-open {
	background: #c8f7c5;
	background-image: url('https://www.cybevasion.fr/planning-close-to-open-c8f7c5-ef4836.svg');
	background-size: 100% 100%;
}

/* Open/Close to close ICal */
.planning-open-to-close-ical {
	background: #ef4836;
	background-image: url('https://www.cybevasion.fr/planning-open-to-close-ical-ef4836-c8f7c5.svg');
	background-size: 100% 100%;
}
.planning-close-to-close-ical {
	background: #ef4836;
	background-image: url('https://www.cybevasion.fr/planning-close-to-close-ical-ef4836-c8f7c5.svg');
	background-size: 100% 100%;
}

/* Close ICal to Open/Close */
.planning-close-ical-to-open {
	background: #c8f7c5;
	background-image: url('https://www.cybevasion.fr/planning-close-ical-to-open-c8f7c5-ef4836.svg');
	background-size: 100% 100%;
	color: #000000}
.planning-close-ical-to-close {
	background: #ef4836;
	background-image: url('https://www.cybevasion.fr/planning-close-ical-to-close-ef4836-c8f7c5.svg');
	background-size: 100% 100%;
}

.planning-close-ical {
	background: #ef4836;
	background-image: url('https://www.cybevasion.fr/planning-close-ical-ef4836-c8f7c5.svg');
	background-size: 100% 100%;
}
.planning-close-ical::before, .planning-close-ical::after {
	display: none;
}

#planning-go-left{
	display: none;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 5px 0px 5px -3px #656565;
	box-shadow: 5px 0px 5px -4px #999;
	position: absolute;
	top: 50%;
	left: 0;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	z-index: 4;
}
#planning-go-left img{
/*
	position: absolute;
	top: calc(50% - 65px);
	left: 10px;
*/
}

#planning-go-right{
	background-color: rgba(255, 255, 255, .5);
	box-shadow: -5px 0px 5px -3px #656565;
	box-shadow: -5px 0px 5px -4px #999;
	position: absolute;
	top: 50%;
	right: 0;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	z-index: 4;
}
#planning-go-right img{
/*
	position: absolute;
	top: calc(50% - 65px);
	right: 10px;
*/
}

@media print{
	.cyb-tab-planning td{
		height: auto;
	}
	.planning-disable {
		color: #ddd;
	}
	.planning-close, .date_close {
		color: red;
	}
	.planning-open, .date_open {
		color: green;
	}
	.fleche_gauche, .fleche_droite {
		display: none !important;
	}
}