﻿html {
    height: 100%;
}
.footer {
    background-color: #d9edf7;
    bottom: 0;
    color: #31708f;
    left: 0;
    position: absolute;
    right: 0;
}
body {
    margin: 0;
    min-height: 100%;
    /* padding-bottom: 6rem; */
    position: relative;
}

.alert.alert-info { margin: 0;}
.ticketsystem #brand img{max-width:100%}
.ticketsystem #navigation{background:#efefef}
.ticketsystem #navigation .main-nav > li > a{
	color:#000
}
.ticketsystem #navigation .main-nav > li > a:hover{color:#fff; background: #ec1c24 none repeat scroll 0 0;border: 1px solid #ec1c24;}
.ticketsystem .btn-list .btn {background:#111111;}
.ticketsystem .btn-list .btn:hover{background:#ec1c24;} 
.ticketsystem .alert-info{background:#111111 !important}
.ticketsystem .message.success{
	margin-top: 60px;
	font-size: 16px;
	padding: 15px;
}
.ticketsystem .message.success:before {
  background: rgba(0, 0, 0, 0) url("../images/look-here.gif") no-repeat scroll 0 0 / 100% auto;
  content: "";
  display: block;
  height: 73px;
  margin: auto;
  position: absolute;
  top: 20px;
  width: 89px;
}
.ticketsystem .background-green{background:#ec1c24}
.ticketsystem .btn.btn-primary{background:#111}
.ticketsystem .btn.btn-primary:hover{background:#ec1c24}
.ticketsystem .btn.btn-danger{background:#999}
.ticketsystem .btn.btn-danger:hover{background:#ec1c24}
.ticketsystem .callout.callout-info{background:#111 !important; border-color: #111 !important;} 

.ticketsystem .box-content {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ticketsystem .box {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  margin-top: 6px;
  position: relative;
  width: 100%;
}
.ticketsystem #main .box.box-bordered.box-color .box-title {
  border-color: #3ABC4A;
}
.ticketsystem #main .box.box-color .box-title {
  background: #3ABC4A none repeat scroll 0 0;
}
.ticketsystem #main .box .box-title {
  border-bottom: 0 solid #ddd;
  padding: 7px 10px;
}
.ticketsystem h3.block {
  color: #fff;
  text-align: center;
}

.ticketsystem .box-content.nopadding {
  min-height: 300px;
}
.ticketsystem .box-content.staff-select {
  min-height: 144px;
overflow-y: scroll;
  overflow-x: hidden;
}
.ticketsystem .parent-service h3 {
  color: #ccc;
  text-align: center;
  text-transform: uppercase;
}
.ticketsystem .services-main-div {
  clear: both;
}
.ticketsystem .services-item {
  background: #fafafa none repeat scroll 0 0;
  border-color: #ccc #ccc #ccc -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  float: left;
  margin-bottom: -1px;
  padding: 10px;
  width: 100%;
}

.box-footer.clearfix {
  background: #ccc none repeat scroll 0 0;
  display: none;
}
.book-now,.book-now:hover {
  background: #eee none repeat scroll 0 0;
  color: #000;
  display: block;
  float: right;
  margin: 9px;
  padding: 15px;
  text-align: center;
  width: 100px;
  text-decoration: none;
}
.service-selected {
  padding: 13px;
}
.services-name.pull-left span {
  display: block;
  opacity: 0.5;
}
.services-checkbox {
  padding-left: 10px;
  padding-right: 10px;
}
.services-name.pull-left > lable {
  text-transform: capitalize;
}
.ticketsystem table {
  width: 100%;
}
.ticketsystem table td {
  padding: 10px;
  text-align: center;
}
.preweek ,.nextweek{
  color: #ccc;
  font-size: 24px;
}
.calendar-day.current {
  color: #ccc;
  text-decoration: none;
}
.calendar-day {
  color: #23a600;
  text-decoration: none;
   cursor: auto;
}
.calendar-day:hover {
  color: #ccc;
  text-decoration: none;
}
.ticketsystem table td:last-child, .ticketsystem table td:first-child {
    vertical-align: top;
}
.day-time-anchor, .day-time-anchor:hover {
    color: #fff;
    text-decoration: none;
}
.day-time {
 background-color: #cecece;
 color: #eeffff;
 margin-top: 2px;
 padding: 10px;
}

.day-time *:hover{
background-color: #acacac;
}
.day-time-anchor:before,.day-time-anchor:after {
	color: #fff;
    text-decoration: none;
}
.form-horizontal .control-group input[type="text"], .form-horizontal .control-group input[type="email"], .form-horizontal .control-group input[type="password"], .form-horizontal .control-group textarea, .form-horizontal .control-group select {
  background: #fff none repeat scroll 0 0;
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  color: #adadad;
  font-family: "proxima-nova",Arial,Helvetica,sans-serif;
  font-size: 16px;
  padding: 7px 15px;
  width: 100%;
}
.booking_party,.booking_list,.booking_date,.booking_time,.booking_shift {
    display: inline-block;
    padding: 0;
}
.booking_party > li,.booking_list > li,.booking_date > li,.booking_time > li,.booking_shift > li {
    border: 1px solid #ccc;
    display: table-cell;
    list-style: outside none none;
    width: 1%;
}

.booking_party button,.booking_list button,.booking_date button,.booking_time button,.booking_shift button {
    border: medium none;
    padding: 12px 27px;
}
/* */ 

/* .stepwizard {
  max-width: 800px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 0;
} */
.stepwizard-row {
    display: table;
    width: 100%;
   /* max-width: 900px;*/
    margin: 0 auto;
    text-align: center;
}
.stepwizard-step {
    display: table-cell;
    width: 1%;
	position:relative;
}
.stepwizard-step .btn {
    width: 40px;
    height: 40px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 50%;
	padding:6px;
}
.stepwizard-step .btn-primary {color: #fff;background: #40bf40;border: #40bf40;}
.stepwizard-step a:before {
    content: "";
    max-width: 300px;
    height: 2px;
    background: #ddd;
    display: block;
    position: absolute;
    right: -50%;
    left: 58%;
    top: 20px;
}
.stepwizard-step.line-done a.btn:before {background:  #40bf40;}
.single-service h3{font-size:16px; padding-left:10px; padding-right:20px;display:inline-block;margin:0;vertical-align: middle;font-weight: 600;margin-bottom: 5px}
.setup-content .inner-content {
    padding: 15px 15px;
   /* max-width: 700px;*/
    margin: 0px auto 0;
    background: #fff;
/*
    overflow: auto;
    height: 315px;
*/
}
.stepwizard-step:last-child a:before {display: none;}
.single-service span {display: inline-block;max-width: 15%;width: 100%;}
.single-service i.fa {font-size: 27px;display: inline-block;padding: 3px 0 0;vertical-align: middle;}
.stepwizard-step p {margin: 10px 0 0;font-size: 16px;}

.top-box {margin-top: 30px;}
.business-detail {
    padding: 0;
    list-style: none;
    text-align: center;
    text-align: right;
    padding-right: 15px;
}
.detail1-box img {max-width: 120px;}

.business-time {
    background: #f2f6f6;
    padding: 15px;
    max-width: 345px;
	margin-bottom: 30px;
}
.business-time h3 {margin-top: 0;font-size: 22px;}
.business-detail h3 a {color: #000;}
.business-time td, .business-time th {
    display: table-cell;
    border: 1px solid #ddd;
    width: 1%;
    padding: 3px 5px;
}
.services-details {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ccc;
}
.services-details .card{
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
}
.box-appt-holder h3.dashboard-appt-header {
    float: none;
    margin: 0;
    padding: 10px;
    line-height: initial;
    color: #111;
    font-weight: 600;
}
.inner-content > h3 {
    font-weight: 600;
    color: #111;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.service-color {
    height: 50px;
    max-width: 50px;
    border-radius: 50%;
    background: #000;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #ddd;
    flex: 0 0 50px;
}
.service-color img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.box-appt-holder p {
    padding-right: 0;
    text-align: center;
}
.dashboard-appt-header img {
    max-height: 60px;
    max-width: 100%;
}

/*.dctimTab ul option:first-child {
    border: 0;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

/*.dctimTab ul li.select_time:first-child,
.dctimTab ul li:first-child:hover {background: transparent; color: #333;}*/
.dctimTab ul#timeValues {text-align: center;padding-top:15px;}
.dctimTab ul#timeValues li {
    display: inline-block;
    border: 1px solid;
    margin: 5px;
    padding: 7px;
    max-width: 100px;
    width: 100%;
}
.dctimTab ul#timeValues li.select_time{border-color: transparent;background:#01a955;color:#fff;}
.dctimTab ul#timeValues li:hover, .dctimTab ul#timeValues li.blocked {border-color: transparent;background:#787878;color:#fff;}
.dctimTab ul#timeValues li.blocked{pointer-events: none;}

@media(max-width: 991px){
		.business-time {max-width: 440px;margin: 30px auto;}
		.event-title{margin-right:0;}
	
}
@media (max-width: 770px){
html,body{overflow-y: auto !important; border:1px solid transparent; height:100%;}

}

@media (max-width: 767px){
	.business-time {max-width: 100%;width: 100%;margin: 0 auto;}
	.stepwizard {padding: 16px 0;}
	.setup-content .inner-content {padding-bottom:50px;}
	.stepwizard-step p{font-size:14px;}
	.single-service{align-items: start;gap: 12px}
  .single-service h3{flex: 1}
}
.session_choosen_area input[type="radio"],
.checkbox input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;margin-top: 0px;}
.custom-service{padding: 10px 0;}
.single-service.custom-service h3{width: 60%;    padding-left: 0;}
.appointmentForm .session_choosen_area label {
    padding-left: 0;
    padding-right: 15px;
}
.session_choosen input.form-control {
    box-shadow: none;
    padding-left: 0;
    margin-top: 0;
    background: transparent;
}
.session_choosen_area {
    margin-top: 30px;
    display: inline-block !important;
    width: 100% !important;    
    border-radius: 5px;
}

.session_choosen {
    background: #eee;
    padding: 15px;
}

.appointmentForm ul li{margin-bottom: 0px}
.appointmentForm ul li .intl-tel-input .selected-flag{height: 40px}
.appointmentForm ul li{}
#swal2-title{font-size: 18px}

/*==27January2022==*/
.single-service.custom-service h3 label {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}
.single-service {
    align-items: baseline;
}
.single-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
/*==27January2022==*/

.content-column {
    flex: 1;
    padding-right: 10px;
}
.content-column p {
    padding-left: 10px;
}