#table_creneau .dispo {
	background-color : #87D728;
}

#table_creneau .red {
	background-color : red;
    cursor: not-allowed;
}

#table_creneau .busy {
	background-color:orange;
}

#table_creneau .indispo {
	background-color : #d6d4d4;
}

#table_box {
	position: relative;
}

#table_box .disabled,
#add_vacation.disabled {
	display:none;
}

.clear {
	clear:both;
}
#parameter_form input[type="time"],#parameter_form input[type="number"], .hour_open input[type="time"], #vacation_form input[type="date"]{
	display: block;
    width: 100%;
    height: 31px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #F5F8F9;
    background-image: none;
    border: 1px solid #C7D6DB;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

#parameter_form .input-group input[type="time"]:first-child, #parameter_form .input-group input[type="number"]:first-child {
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

button[disabled].disabled:hover {
	border: 1px solid #d6d4d4;
	color: #777;
}

#table_creneau td {
	font-weight: bold;
	border: solid 1px #d6d4d4;
	text-align: center;
	font-size:15px;
}

#table_creneau td:first-child {
	min-width:110px;
}

#table_creneau .page-order table td {
	padding:9px 5px;
}

#table_creneau td.selected {
	border: 3px solid #333!important;
}

.buttondays {
	border: 1px solid #d6d4d4;
	border-radius: 5px;
	padding: 5px 8px 5px 8px;
	font-size: 14px;
	color: #777;
}

.buttondays:hover {
	background-color: #fff;
}

.buttondays i {
	font-weight: bold;
	font-size: 15px;
}

#nav_buttons .selected {
	visibility:hidden;
} 

.right_column {
	background-color: #D6D4D4;
}

.clickable {
	padding: 10px;
	background-color: #D6D4D4;
	margin-bottom: 5px;
}

.active_store {
	background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

#table_dispo, #creneau_selected {
	margin-top: 1rem;
}

#table_dispo {
	overflow-x: auto;
	margin-bottom: 1rem;
}

#creneau_selected, #shop_selected {
	padding: 20px;
	margin-bottom: 1rem;
}

#shop_selected {
	margin-bottom:0;
}

#shop_selected i,
#creneau_selected i {
	float:left;
}

#creneau_day, #creneau_hour, #shop {
	font-size: 15px;
}

#prev_days i {
	margin-right: 10px;
}

#next_days i {
	margin-left: 10px;
}


#next_days {
	text-align: right;
}

#next_days, #next_days i {
	float:right;
}

.light {
	color: #fff;
}

.background-light {
    background-color: #fff;
}

#creneau_selected.light {
	border-color: #fff;
}

#nav_buttons {
	margin-bottom: 10px;
    margin-top: 15px;
}

.tab-content .tab_padd_10 {
	margin-left:10px;
	width: calc(83.333334% - 10px);
}

.tab-content .store_list {
	padding-right: 15px;
    padding-left: 0;
}

.tab-content .store_list ul {
	padding-left:0;
	max-height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tab-content .store_list li {
	list-style:none;
	list-style-type:none;
	padding: 8px;
    border-bottom: 1px solid #eaedef;
    cursor:pointer;
}

.tab-content .store_list li.active {
	color: #fff;
    background-color: #00aff0;
    border-color: #00aff0;
}

.tab-content #openingdays .store_name {
	color:#00aff0;
}

#openingdays form h3, #storelisting h3 {
	text-align:center;
}


#openingdays .hour_open input:disabled {
	color:#999;
}

#table_dispo_overlay {
	position: absolute;
    background: #FFF;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display:none;
    opacity:0.9;
    background-image:url('../img/loader.gif');
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 20%;
}

#table_box #table_dispo,
#table_box #nav_buttons,
#table_box #table_legend,
#table_box #creneau_selected  {
	display: none !important;
}

#creneau_selected .titlecreneau {
	font-weight: bold;
	font-size: 1.2em;
}

#creneau_selected p {
	margin-bottom: 0;
}

@media screen and (min-width:992px)
{
	#table_box {
		margin-bottom:1rem;
		padding-left: 0;
    	padding-right: 0;
	}
	
	#creneau_selected {
		margin-top:0;
	}
}

#table_legend ul {
	list-style-type:none;
	list-style:none;
	margin-left:0;
	margin-bottom:10px;
	text-align: center;
}

#table_legend li {
	list-style-type: none;
    list-style: none;
    width: 70px;
    height: 25px;
    background: #d6d4d4;
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    text-align: center;
    line-height: 25px;
    color: #FFF;
}

#table_legend li:last-child {
		margin-right:0;	
}

#table_legend .vacation {
	background:red;	
}

#table_legend .busy {
	background:orange;
}

#table_legend .dispo {
	background:#87D728;
}

#table_legend {
	border: 1px solid #ddd;
    padding: 10px 10px 0;
    margin-bottom: 20px;
}

@media screen and (max-width:600px)
{
	#table_creneau td {
		font-weight:normal;
		font-size:13px;
		line-height:16px;
	}
	
	#table_legend li {
		margin-right:5px;	
	}
	
	#table_legend {
		padding:5px 5px 0;
	}
	
	#table_legend ul {
		margin-bottom: 5px;
	}
	
}

#choose_store_msg {
	margin-top:15px;
}
