.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after { 
  display: table;
  content: " ";
}
.content-box {
  /* background: url(../images/serviceAppointments_bg.png) top center no-repeat; */
  min-height: 1193px;
  /* margin-top: 30px; */
  padding: 20px 50px;
}
.order-banner{
	background: url(../images/order-banner.png) top center no-repeat;
	margin: 20px 0;
	/* min-height: 300px; */
	background-size: 100%;
}
.search-banner{
	background: url(../images/result-bann.png) top center no-repeat;
	margin: 20px 0;
	/* min-height: 300px; */
	background-size: 100%;
}
.order-banner .order-banner-title,
.search-banner-title{
	padding: 80px 140px;
	font-weight: 700;
	font-size: 36px;
	color: #ffffff;
}
.header-title {
  /* padding: 20px; */
  padding-top: 0;
  border-bottom: solid #7893BE 2px;
}
.header-title span {
  padding: 10px 40px;
  padding-left: 0;
  /* border-bottom: 3px solid #d4000b; */
  color: #d4000b;
  font-size: 30px;
  min-width: 410px;
  display: inline-block;
}
.step-nav {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.step-nav .nav-pills {
  padding-left: 250px;
  padding-right: 150px;
}
.step-nav .nav-pills > li em {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  color: #245399;
  border: 1px solid #245399;
  /* background-color: #ccbd9b; */
}
.step-nav .nav-pills > li span {
  display: inline-block;
  padding: 0 15px;
  font-size: 20px;
}
.step-nav .nav-pills > li:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid #245399;
  right: 15px;
  width: 70px;
}
.step-nav .nav-pills > li:last-child:after {
  content: none;
}
.step-nav .nav-pills > li.completed,
.step-nav .nav-pills > li.active {
  color: #245399;
}
.step-nav .nav-pills > li.completed em,
.step-nav .nav-pills > li.active em {
  background-color: #245399;
  color: #FFFFFF;
}
.step-nav .nav-pills > li.completed:after {
  border-top-color: #245399;
}
.step-content .step-content-title {
  margin-bottom: 20px;
  /* text-align: center; */
}
.step-content .step-content-title:after {
  clear: both;
}
.step-content .step-content-title:before,
.step-content .step-content-title:after {
  display: table;
  content: " ";
}
.step-content .step-content-title h4 {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 14px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.step-content .step-content-title h4 span {
  font-size: 16px;
}
.step-content .step-content-title .input-group {
  border: 1px solid #ddd;
  width: 500px;
  padding: 4px;
  background-color: #fff;
}
.step-content .step-content-title .input-group .form-control,
.step-content .step-content-title .input-group .btn {
  border: 0;
  box-shadow: none;
  background-color: transparent !important;
  font-size: 16px;
}
.step-content .step-info {
  /* background-color: #eadec9; */
  text-align: center;
}
.step-content .step-info h4 {
  float: none;
}
.step-content .step-info h4 span {
  font-size: 16px;
}
.remarks {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  padding: 15px;
}
.remarks h4 {
  font-size: 18px;
}
.remarks .form-control {
  border: 0;
  font-size: 16px;
  box-shadow: none;
  padding-left: 0;
}
.step-action {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.step-action .btn {
  font-size: 18px;
  border: 0;
  border-radius: 0;
  padding: 15px;
  min-width: 200px;
  margin-right: 20px;
}
.step-action .btn.btn-default {
  color: #245399;
  background-color: #ffffff;
  /* opacity: 0.3; */
  border: solid 1px #245399;
}
.step-action .btn.btn-danger {
  background: #245399;
  color: #fff;
}
.step-action .btn.btn-primary {
  background: #3e97df;
}
.step-meta {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.75;
}
.step-meta h5 {
  font-size: 16px;
}
.business-group {
  height: 537px;
  overflow: auto;
  margin-bottom: 20px;
}
.business-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
.business-group::-webkit-scrollbar-track {
  background: rgba(204, 189, 155, 0.3);
  border-radius: 3px;
}
.business-group::-webkit-scrollbar-thumb {
  background: #ccbd9b;
  border-radius: 3px;
}
.business-group .table {
  margin-bottom: 0;
}
.table.table-bordered.horizontal {
  font-size: 16px;
}
.table.table-bordered.horizontal td {
  padding: 12px 18px;
  background-color: #fff;
  font-size: 16px;
}
.table.table-bordered.horizontal .btn {
  border-radius: 0;
  border: 0;
  font-size: 16px;
  padding: 10px 30px;
  background: #e0000f;
  color: #fff;
  min-width: 124px;
}
.table.table-bordered.horizontal .btn.selected {
  background: #e0000f;
  color: #fff;
  opacity: 0.3;
}
.btn-group {
  display: block;
  padding-left: 0;
  margin: 20px -10px;
  height: 520px;
  overflow-y: auto;
}
.btn-group > div {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-group .btn {
  padding: 15px;
  font-size: 16px;
  border-radius: 0;
  border-color: transparent;
  margin-bottom: 20px;
  border-width: 1px;
}
.btn-group .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  display: none;
}
.btn-group .btn.btn-default {
  background: #f1f2f3;
  box-shadow: none !important;
}
.btn-group .btn.btn-default:hover {
  background: #ebf4fb;
}
.btn-group .btn.btn-default.active {
  background: #ebf4fb;
  color: #3e97df;
  border-color: #3e97df;
}
.schedule-group .schedule .schedule-input .form-control {
  height: 46px;
  padding: 12px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
}
.schedule-group .schedule .schedule-panel {
  position: relative;
  padding: 15px 25px 35px 25px;
  margin-top: 20px;
  margin-bottom: 50px;
  height: 425px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.schedule-group .schedule .schedule-panel:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  top: -30px;
  left: 80px;
}
.schedule-group .schedule .schedule-panel .well-group {
  padding: 10px 5px;
}
.schedule-group .schedule .schedule-panel .well-group .well {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  box-shadow: none;
}
.schedule-group .schedule .schedule-panel .well-group .well i {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9a9a9a;
  color: #fff;
  display: none;
  font-style: normal;
  font-size: 12px;
  padding: 1px 5px;
}
.schedule-group .schedule .schedule-panel .well-group .well time,
.schedule-group .schedule .schedule-panel .well-group .well span {
  display: block;
  color: #666;
}
.schedule-group .schedule .schedule-panel .well-group .well em {
  font-style: normal;
  font-size: 26px;
  color: #245399;
  position: relative;
  bottom: -2px;
}
.schedule-group .schedule .schedule-panel .well-group .well time {
  font-size: 24px;
}
.schedule-group .schedule .schedule-panel .well-group .well span {
  font-size: 18px;
}
.schedule-group .schedule .schedule-panel .well-group .well.full {
  background-color: #eaeaea;
}
.schedule-group .schedule .schedule-panel .well-group .well.full i {
  display: block;
}
.schedule-group .schedule .schedule-panel .well-group .well.full em {
  color: #999;
}
.schedule-group .schedule .schedule-panel .well-group .well.selected {
  border: 1px solid #245399;
}
.schedule-group .schedule .schedule-panel .datepicker.datepicker-inline {
  width: 100%;
}
.schedule-group .schedule .schedule-panel .datepicker.datepicker-inline table {
  width: 100%;
  font-size: 18px;
}
.schedule-group .schedule .schedule-panel .datepicker.datepicker-inline table > thead > tr > th,
.schedule-group .schedule .schedule-panel .datepicker.datepicker-inline table > tbody > tr > td {
  border-radius: 0;
  font-weight: normal;
  line-height: 35px;
  border: 1px solid #fff;
}
.schedule-group .schedule .schedule-panel .datepicker.datepicker-inline table > tbody > tr > td {
  background-color: #ffffff;
  color: #333333;
}
.schedule-group .schedule .schedule-panel .datepicker.datepicker-inline table > tbody > tr > td.today {
  background: #ED5B56;
  color: #fff;
  border-radius: 8px;
}
.schedule-group .schedule .schedule-panel .datepicker.datepicker-inline table > tbody > tr > td.active {
  background: #245399;
  border-radius: 8px;
  color: #fff;
  text-shadow: none;
}
.form-horizontal {
  margin-bottom: 60px;
  margin-top: 40px;
}
.form-horizontal .control-label {
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
}
.form-horizontal .form-control {
  height: 42px;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
}
.form-horizontal .form-control + .btn.btn-default {
  position: absolute;
  top: 0;
  right: -140px;
  background-color: #ebf4fb;
  color: #3e97df;
  border-radius: 0;
  padding: 9px;
  font-size: 16px;
  border-color: #d7d7d7;
  width: 145px;
}
.form-horizontal .form-group {
  margin-bottom: 25px;
}
.modal-appointment .close {
  background-color: #e0000f;
  opacity: 1;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  z-index: 999;
}
.modal-appointment .modal-body {
  padding: 30px;
}
.modal-appointment .modal-body img {
  margin: 15px;
}
.modal-appointment .modal-body h3 {
  font-size: 20px;
  margin: 10px 0;
}
.modal-appointment .modal-body p {
  font-size: 16px;
}
