﻿
/*=============================================
			Appointment modal Style
=============================================*/
.modal-content{
	border: 0;
	box-shadow: 0;
}
.th-appointment-modal{
	width: 370px;
	margin: 0 auto;
}
.th-appointment-modal .th-appointmentcounters .th-formappointment{border: 0;}


.timelinkbooked {
  background: #D61E19;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  border: none;
  outline: none;
  padding: 3px 9px;
	}

      a.book-hover:hover {
  background-color: #25B308;
}
.timelinkvacant {
  /*background: #25B308;*/
  background: #24addf;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  border: none;
  outline: none;
  padding: 1px 5px;
	}

.timelink {
  background: #242a2c;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  border: none;
  outline: none;
  padding: 3px 9px;
  margin: 10px 0 0 0;
	}
.timelink:hover {
  background: #37B7E5;
  color: #fff;	
	}

.btncss {
  background: #242a2c;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  border: none;
  outline: none;
  padding: 7px 19px;
  margin: 20px 0 0 0;
	}
.btncss:hover {
  background: #37B7E5;
  color: #fff;	
	}