#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;
}

#parameter_form .drive_state {
	
}

#parameter_form .drive_state .input-group {
	display: block;
    background: #eee;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 50px;
}

#parameter_form .drive_state .input-group label {
	float: left;
    margin-top: 3px;
}

#parameter_form .drive_state .input-group input {
	background: #FFF;
    border: none;
    width: 20px;
    height: 20px;
    float:left;
    margin:2px 10px 0 0;
}

#parameter_form .drive_state .input-group.active {
	background:#ddf0de;
}

#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;
	min-height: 107px;
}

#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;
}

#store_list {
	max-height: 325px;
    overflow: auto;
}

.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%;
}

@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;
}

/* ViewList */
#list_creneau.viewList {
	
}

#list_creneau.viewList td {
	width:230px;
	border:none;
	text-align:center;
}

#list_creneau.viewList td span {
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 10px;
    cursor:pointer;
}

#list_creneau.viewList td span.disabled {
	color: #ccc;
    cursor:not-allowed;
}

#table_dispo_head {
	overflow-x: auto;
    margin-bottom: 1rem;
}

#table_dispo span {
	display: inline-block;
    background: #ddd;
    padding: 8px 20px;
    border-radius: 30px;
    margin: 5px;
}

#table_creneau.viewList tr span {
	display:none;
	width:200px;
	text-align:center;
	font-weight: bold;
    text-transform: capitalize;
    cursor:pointer;
}

@media screen and (min-width:992px)
{
	#table_creneau.viewList tr span {
		width: calc( 33.333334% - 10px);
	}
}

@media screen and (max-width:991px)
{
	#table_creneau.viewList tr span {
		width: calc( 50% - 10px);
	}
}

@media screen and (max-width:360px)
{
	#table_dispo span {
		padding:8px 15px;
	}
}

#table_creneau.viewList tr td {
	text-align:left;
	border: none;
    background: #F4F4F4;
    border-radius: 4px;
    padding: 15px 10px;
}

#table_dispo_head.scroll4::-webkit-scrollbar {
  width: 5px;
  height:10px;
}
 
#table_dispo_head.scroll4::-webkit-scrollbar-thumb {
  background: #349aef;
  border-radius: 20px;
}

#table_dispo_head.scroll4::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

#list_creneau tr td span.active {
	border-bottom: 5px solid #349AEF;
}

#table_creneau.viewList tr td .indispo {
	display:none;
}

#table_creneau.viewList tr td .dispo {
	background:#ddd;
}

#table_creneau.viewList tr td .red {
	background-image:url('../img/full.png');
	background-color: #ddd;
	color:#999;
}

#table_creneau.viewList tr td .selected {
	background: #87D728;
    color: #FFF;
}

/* ORDER CRENEAU */
.order_creneau {
	background:#00aff0;
	color: #FFF;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.order_creneau i {
	float:left;
	position:relative;
}
