/*.slot-radio-buttons label{
	padding-left: 40px!important;
}
.slot-radio-buttons .radio input[type="radio"]{
	margin-top:10px!important;
}*/
.glyphicon-refresh.glyphicon-spin{
 -webkit-animation: spin 5s infinite linear;
  -moz-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
    
}
.c-box {
    background: none repeat scroll 0 0 #fff;
    height: 185px;
    position:absolute;
    bottom: 50px;
    left: 55px;
    
    /*left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -75px;
    position: fixed;*/

    padding: 30px;
    width: 330px;
    z-index: 99999;
    border-radius:4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.c-box .form-type-textfield{
	margin-bottom: 10px;
}
.c-box  .form-submit{
	margin-top:0px;
}.box-for-popup.panel{
	background: none;
	box-shadow: none;
}
.box-for-popup.panel .panel-body{
	padding:0;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(389deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.currently_closed{
	background: #FFEAEA;border-bottom: 1px solid #c0c0c0;
}
.currently_open{
	background: #D3EAD0;border-bottom: 1px solid #c0c0c0;
}
.limit_exhausted{
	background: #FFF8EA;
	border-bottom: 1px solid #c0c0c0;
}
.limit_exhausted .status-box{
	background: #E5D0A7;
	font-size: 2em; line-height: 39px; width: 39px; margin: 0px auto; text-align: center;border:1px solid #E5D0A7;color:#fff;border-radius: 20px;-moz-border-radius: 20px;-ms-border-radius:20px;-webkit-border-radius: 20px;;
}
.currently_open .status-box{font-size: 2em; line-height: 39px; width: 39px; margin: 0px auto; text-align: center;background: #95D18E;border:1px solid #95D18E;color:#fff;border-radius: 20px;-moz-border-radius: 20px;-ms-border-radius:20px;-webkit-border-radius: 20px;}
.currently_closed .status-box{font-size: 2em; line-height: 39px; width: 39px; margin: 0px auto; text-align: center;background: #E5A5A5;border:1px solid #E5A5A5;color:#fff;border-radius: 20px;-moz-border-radius: 20px;-ms-border-radius:20px;-webkit-border-radius: 20px;}
/*.reservation-steps-container {
	clear:both;
	margin: 15px auto;
	width: 100%;
	background: #fff;
	padding: 15px 30px;
	border-bottom: 4px solid #dcdfe2;
}

.reservation-steps {
	margin: 0;
	padding: 0;
}

.reservation-steps li.steps{ 
  	display: inline-block;
    font-size: 18px;
    list-style: outside none none;
    padding: 5px 20px;
    background: #edeff0;
    color: #515e6c;
    position: relative;
    height: 45px;
	line-height: 35px;
}
.reservation-steps li.steps:first-child {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.reservation-steps li.steps:last-child {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
} 

.reservation-steps li.steps::after {
	display: block;
	content: ' ';
	position: absolute;
	top: 18px;
	right: 15px;
	width: 6px;
	height: 10px;
	background: url('../images/icon-arrow-dark.png') no-repeat center;
}

.reservation-steps li.steps.active-step::after {
	background: url('../images/icon-arrow.png') no-repeat center;
}

.reservation-steps li.active-step {
	opacity:1;
	background: #1bbc9b;
	color: #fff;
}


#frontend-reservation-form label {
	font-weight: normal;
	color: #515e6c;
}

.form-control:focus {
	border-color: #1bbc9b!important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(27,188,155,.6)!important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(27,188,155,.6)!important;
}

#frontend-reservation-form .panel {
	border: 0;
	border-radius: 0;
}

#frontend-reservation-form .panel .panel-heading {
	color: #fff;
	background: #1bbc9b;
	border: 0;
	border-radius: 0;
	padding: 15px;
}

#frontend-reservation-form .panel .panel-body {
	padding: 15px 0 0;
}

.container-inline-date .date-padding {
	padding: 0;
	float: none;
}

.form-item-fieldset-reservation-date-reservation-date-date label {
	display: none;
}

#edit-reservation-slot-info td:first-child {
	width: 50px;
}

.radio input[type="radio"] {
	margin-left: 15px!important;
	margin-top: 4px!important;
}

.btn.next-btn, .btn.back-btn {
	margin: 15px 0 35px;
	display: block;
	width:150px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	border: 0;
}


.btn.next-btn:hover, .btn.back-btn:hover {
	background: #99a1a9;
	color: #fff;
}

.btn.back-btn:hover {
	background: #fff;
	color: #99a1a9;
}

.btn.next-btn {
	float:right;
	background: #1bbc9b;
	color: #fff;
}

.btn.back-btn {
	float:left;
	background: #99a1a9;
	color: #fff;
}

.admin-filters {
    list-style:none;
}

.admin-filters li {
    float:left;
    list-style:none;
}

.admin-filters li .container-inline-date .date-padding {
    float: left;
    padding: 0px;
}

.admin-filters li .form-item .form-item {
    padding:0px;
}


/* Date Picker */
.slot-radio-buttons label{
	padding-left: 40px;
}
.slot-radio-buttons input{
	margin-top:10px!important;
}
#ui-datepicker-div {
	width: 25em;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.ui-datepicker .ui-datepicker-header {
	padding: 1em;
	border:0;
	background: #1bbc9b;
	border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: .8em;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	position: static;
	margin-left: 0;
	margin-top: 0;
}

.ui-widget-header .ui-icon {
	background-image: url('../images/sprite-arrows.png');
	background-position: left center;
	width: 1.8em;
	height: 1.8em;
	opacity: 0.8;
}

.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover {
	border: 0!important;
	background: transparent!important;
}

.ui-widget-header .ui-state-hover .ui-icon {
	opacity: 1;
}

.ui-datepicker .ui-datepicker-prev {
	left: 8px;
}

.ui-datepicker .ui-datepicker-next {
	right: 8px;
}

.ui-datepicker .ui-datepicker-next span {
	background-position: -25px center;	
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker td a {
	padding: .8em;
	text-align: center;
	color: #99a1a9;
}

.ui-datepicker th {
	color: #99a1a9;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #edeff0;
	background: #edeff0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
	border: 1px solid #99a1a9;
	background: #99a1a9;
	color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #1bbc9b;
	background: #1bbc9b;
	color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid #fbe344;
	background: #fbe344;
	color: #555;
}*/
