#reservationEndedModal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  #reservationEndedModal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

#reservationEndedModal .modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}


.reservationRemoveMargin{
	margin-top: 0px !important;
}


#reservation {
	z-index: 50;
	position: absolute;
	right: 0;
	top: 0;
	
	cursor: pointer;
	
    display: none;
    text-align: center;
    color: #fff;
    font-weight: 200;
	font-size: 16pt;
	background: #2071c5;
	width: 150px;
	padding: 5px 0px 0px 0px;
	margin-bottom: 15px;
	float: right;	
	
	
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#reservationSpace{
	height: 80px;
}

#reservation .clock-timer{
    font-weight: 400;
}

#reservation .clock-timer img{
	height: 18px;
	margin: 0px 3px 3px 0px;
}

#reservation .clock{
	background: #2071c5;
}

#reservation .clock-timer-description{
	display: none;
	padding-top: 8px;
	margin: 8px;
	font-size: 9pt;
	text-align: center;
	border-top: 1px solid #fff;
}

#reservation .showMore{
	font-size: 10pt;
}

#reservation .running {
    padding: 0px;
	margin: 0px 0px 0px;

}

#reservation .ended {
    display: none;
    padding: 0px;
}


/*

#reservation-badge .running .clock{
	border-bottom: 0px !important;
}

#reservation-badge .ended {
    display: none;
}

#reservation-badge {
	position: absolute;
	height: 15px;
	width: 40px;
	text-align: center;
	bottom: 0px;
	right: 2px;
	display: inline-block;
	line-height: 15px;
	text-align: center;
	font-weight: 100;
	font-size: 10px;
	outline: none;
	text-decoration: none;
}

#reservation-badge .clock-template {
	
}

#reservation-badge .ended {
	color: #ff2b2b;
}
*/

/* xs */
@media (max-width: 767px) {
	#reservation {
		z-index: 50;
		position: relative;
		float: none;
		clear: both;
		font-size: 12pt;
		width: 100%;
	}
	
	#reservation .clock-timer img{
		height: 14px;
		margin: 0px 3px 3px 0px;
	}
	
	#reservationSpace{
		display: none;
	}
	
	
	/*
	#reservation-badge {
		bottom: -2px;
		right: -6px;
		font-size: 8px;
	}
	*/
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
/*
	#reservation-badge {
		bottom: -15px;
		right: -3px;
	}
*/	
}

/* md */
@media (min-width: 992px) and (max-width: 1279px) {
	/*
	#reservation-badge {
		bottom: -30px;
		right: -5px;
		font-size: 10px;
	}
	*/
}

/* lg */
@media (min-width: 1280px) {

	
}