/*

primary: #333333
secondary: #22caff;
border: #dbdbdb

*/

body {
	height:100%;
	overflow: auto;
	padding-top: 100px;
	font-weight:400;
	color: #333333;
	-webkit-font-smoothing: antialiased;	  
	 position: relative;
	 background: #ffffff;
	font-family: "Helvetica Neue","Inter", Helvetica, Arial, sans;
}

.nav-back {
	margin-right: 10px;
	
}

.powered-by {
	color: #a0a0a0 !important;
	font-size:11px;
}

.text-reset, .text-reset p, .text-reset div  {
	font-size:14px !important;
	font-weight:normal !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
   font-weight:300;
}

h1, .h1 {
	font-size:26px;
	font-weight:400;
}

h2 .h2 {
	font-size:18px;
}

@media (max-width: 768px) {
	h1 {
		font-size:22px;
	}
	
	h4, .h4 {
	font-size:16px;
	}

}


h1 > span, .h1 > span, 
h2 > span, .h2 > span {
	font-weight:300;
}

.main {
	font-weight:400;
}

b, strong, .strong {
	font-weight:600;
}

.progress {
    display:none;
}


hr {

	margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #dbdbdb;
	
}

.yellow-text, .orange-text { color: #333333 !important;}


*/
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.no-wrap {
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow: hidden;
}


a, a:link, a:hover, a:focus, a:visited {
   color: #333333;
   text-decoration: none;	
}

.main a,.main a:hover,.main a:focus,.main a:visited {
   color: #333333;
   text-decoration: none;	
}
a:hover, a:focus {
   color: #333333;
   text-decoration: none;	
}

.btn:active {
   -webkit-box-shadow:none !important;
   box-shadow:none !important;

}

.btn {
	border-radius: 6px;
	text-transform: none !important;
    transition: border .25s linear,color .25s linear,background-color .25s linear;	
	padding-left:25px;
	padding-right:25px;
}


.btn-default, a.btn-default {
	background: #f3f3f3;
	color:#333333;
}

.btn.btn-default{
	border:1px solid #dbdbdb;
	
}


.input-group-addon {
	font-weight:300;
}

.input-group-mobile-btn {
	display:none;
}

	@media (max-width: 1023px) {

		 .input-group-btn, .input-group .form-control {
			display: block;
			margin-bottom: 10px;
			clear: both;
		}
		.input-group {
			position: relative;
			display: block;
			border-collapse: separate;
		}
		.input-group-addon {
			display:none;
		}
		
		.input-group-mobile-btn {
			display:block;
		}
		
	}


.btn:active, .btn:focus {
    box-shadow:none;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	background: #f3f3f3;
}

.btn-raised, .btn-primary {
	border:0;

   -webkit-box-shadow:none !important;
   box-shadow:none !important;
   /*
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
	*/
	text-transform: normal;
}

.btn-primary {
	background: #333333 !important;
	color: #ffffff !important;
	text-transform: normal !important;
	font-weight:400;

}

.btn-primary:hover, .btn-primary:active {
	background: #000000 !important;
}

.btn-secondary {
	background: #90CAF9  !important;
	color:#ffffff !important;
	font-weight:400;
}

.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{
	background: #333333  !important;
	color:#ffffff !important;
}

.btn-lg {
	font-weight:400;
}

.btn-lg:not(.btn-block) {
	min-width:260px;
}

.btn-price {
	min-width:130px;
}


.text-primary , .text-primary  a {
	color:#333333 !important;
}

.text-separator {
    background: none;
    height: 34px;
    position: relative;
    text-align: center;
	font-size:14px;
	font-weight:400;
}

	.text-separator  .text-separated {
		background-color: none;
		color: #727272;
		display: inline-block;
		padding: 8px;
	}
	
	.text-separator > hr {
		margin: -18px auto 10px !important;
		width: 100%;
	}
	


.jumbotron, .well, .panel, .card {
	background: #ffffff;
}

.jumbotron, .well, .panel, .card, .button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	border: 1px solid #dbdbdb !important;
}


.card {
	color: #333333;
}

.sub-bg {
	background:transparent !important;
}



.back-to-top {
	display: none;
}

.app-navbar {
    
	border:0 !important;
	background-color: #ffffff  !important;
    background: #ffffff  !important;
	color: #333333 !important; 
	margin-bottom: 20px;
	z-index:10;
	padding-left: 20px;
	border-bottom: 1px solid #dbdbdb !important;
	
}

.app-navbar h1 {
	margin-top:8px !important;
	margin-bottom:6px !important;
}
	@media (max-width: 768px) {
		.app-navbar h1 small {
			display:none;
		}
	}

.navbar {
	border-bottom:1px solid #dbdbdb;
	
}

img[data-sizes="auto"] { display: block; }

footer r, footer a, footer a:hover {
	color: #333333
}
footer {
	padding:25px 0 25px 0;
	font-weight:400;
	
}


.app-container {
	position: relative;
}

.scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 600px;
}


.btn:focus, button:focus,
.btn:active, button:active {
	outline:0 !important;
}

.btn-book-now {
	margin: 0;
	min-width:100px
}

.input-group-addon {
	background:#fff;
}

.nomargin, .no-margin{
	margin:0px !important;
}
.nopadding, .no-padding{
	padding:0px !important;	
}
ul.nav-pills.affix,
ul.nav-tabs.affix {
	top: 10px; 
}

.description{
	font-weight:300;
	width: 100%;
    text-align: justify;
}


.form-group > .input-group > .input-group-addon > .form-group {
	margin:0;
}

.form-label-icon {
	color: #dbdbdb;
}



.form-control {
    color: #333333;
    outline: 0;
    vertical-align: middle;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
}

.form-control:focus {
    border-color: #22caff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.2);
}

.form-control, .form-group-default {
    border: 1px solid #dbdbdb;
}

.ajs-primary {
	background: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	
	color: #dbdbdb;
	
}

.alert {
    margin:0;
}

.toggle-handle {
	background:#dbdbdb !important;
	border: 1px solid #dbdbdb !important;
}


.alert-default {
	border: 1px solid #dbdbdb !important;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.vertical-bottom {
    display: table-cell;
    vertical-align: bottom;
}



.vspace {
	margin-top:15px;
	margin-bottom:15px;
}

.card .btn-primary {
	text-align:center;
	margin-top: 120px;
}

.card-size-small .home-partials-image {
	height:250px;
}


.flash {
	position:relative;
	z-index:900 !important;
	display:block;
}



legend {
	font-size:18px;
	font-weight:400;
	border:0;
}

.panel-title {
	font-size:20px;
	color: #333333;
	font-weight:500;
}

.panel-heading, .panel.panel-default .panel-heading {
    background-color: inherit  !important;
	color: inherit !important;
}

.panel-heading  {
}


.panel-footer  {
	background:inherit;
}


.nav-pills>li>a:hover,
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background: #dbdbdb;
}


.breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
	font-weight:400;
}


.list-inline>li {
    margin-bottom: 8px;
}



.label {
	text-shadow: none !important;
}

.label {
    font-size: 90%;
	padding:3px 6px;
	border-radius: 2px;
	margin-right:4px;
	margin-left:4px;
	font-weight:400;
}


.label-discount {
	background: #FFE57F;
	color:#000000;
}


.fade {
   opacity: 0.5;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.card a, a span.rating {
	color:#333333;
}

.card.promo-click {
	cursor:pointer;
}

.card, .well {
    border: 0;
	margin-bottom:16px;
	
}


.vendor-name{
	margin-top:10px;
	font-size:24px;
	font-weight:400;
	color: #333333;
}



.vendor-row, .vendor-row-inverse {
	border-bottom:1px solid #dbdbdb; 
	padding-bottom:15px;
}

.vendor-row-inverse {
	background: #f3f3f3;
}


.vendor-footer, .card-footer {
	position:absolute;
	bottom:0px;
	width:100%;
	padding: 25px;
}



.about .description {
    
	font-weight:300;	
}

.vendor-list .description
 {
    overflow: hidden;
    height: 90px;
	font-weight:300;
	padding-top:5px;
}

.vendor-list img {
	width:100%;
	height:100%;
}

.vendor-list .image-overlay  {
	color: #ffffff;
}

	

.service-name-row {
	font-size:15px;

}

.service-name {
	font-weight:500;
	color: #333333;
	padding-top:4px;
	font-size:15px;
	
}

.service-description {
	font-weight:300;
	font-size:13px;
	margin-top: 0.1em;
}

.btn-service-more{
	margin-top: 15px;
	margin-left:5px;;
}
	
.service-list {
	background: #f3f3f3 ;
}
	
.service-list .service {
    border: none;
    border-top: 1px solid #dbdbdb;
    padding: 8px 4px;
    background: #fff;
    cursor: pointer;
}
	@media (max-width: 768px) {
		.service-list .service {
			padding: 4px 4px;
			}
	}
.service-list .service:last-of-type{
	

}

.service .service-select {
	margin:0;
	padding:4px 15px;
	margin-left:1em;
}

.service-list a {
	text-decoration:none;
	color:#333333;
}

.service-list .service:hover {
	transition: all 0.25s cubic-bezier(.25,.8,.25,1);
	background: #f3f3f3;
}

@media (max-width: 768px) {
	.service-buttons {
			text-align: left !important;
			margin: 0.5em 0;
	}
}

.cart-open {
	margin-left:1em;
}

.cart-employee-selector {
	margin:8px;
}

#cart-date-selector {
	padding:0px;
	border: 0;

}

#cart-date-selector .time-slots {
	border:1px solid #dbdbdb;
	padding:4px;
	margin-top: 8px;	
}

#cart-date-selector .date-select-cart ,
#cart-date-selector .date-noselect-cart   {
	text-align:center;
	
}

#cart-date-selector .cart-date-selector_head {
	font-size:20px;
	font-weight:600;
	padding:10px;
	padding-top:0;
}

#cart-date-selector .change_start_date {
	font-size:20px;
	cursor:pointer;
}

#cart-date-selector .change_start_date[data-date=""] {
	cursor:not-allowed;
}

#cart-date-selector .slot_time {
	padding:8px;
	margin:4px;
	min-width:64px !important;
}

.slot_time:hover {
	color: #ffffff;
	background: #333333;
}

.back-to-top {
	display:none !important;
}

.form-actions{
	margin-bottom: 15px;
	
}


.when {

	padding-bottom:8px;
}
.when .time {
    float:left;
	padding-right:15px;
	font-size: 40px;
    height: 40px;
    line-height: 30px;
    text-transform: uppercase;
	font-weight:300;
}

.when .date {
	height: 38px;
	font-weight:300;
}

.when .date .month, .when .date .weekday {
    display: block;
	text-transform: uppercase;
	font-weight:400
}

.checkout-confirm-employee-row{
	padding:0px 8px;
	font-size:13px;
	font-weight:300;
	margin-bottom:8px;
}

.clickable-row{
	cursor:pointer;
	z-index:1;
}


.full-height {
    height: 100% !important;
}
.vendor-list h3 {
	font-size:24px;
	font-weight:600;
	margin:0;
}

.price {
	font-weight:400;
	font-size:15px;
}

.full_price{
	text-decoration:line-through;
	margin-right: .5em;
	color: #c4c4c4;
	font-weight:300;
}

.text-discount {
	margin-right: .5em;
}


.text-muted {
	color: #aaaaaa;
}

.text-accent {
	color: #333333;
}

.bg-accent {
	background:#22caff;
}
	 .bg-accent h1 {
		 color:#ffffff;
		 font-weight:600;
	 }

.service .minutes {
	color: #aaaaaa;
	line-height:1.5em;
	font-weight: 300;
}

.list-group .list-group-item {
    padding: 8px;
}



.list-group-item.servicecategory-item {
	border:0 !important;
	padding:0 !important;
}

.list-group-item.servicecategory-item .well {
	margin-bottom:0;
}

.list-group-item.servicecategory-item .list-group-item{
	border-left:0;
	border-right:0;
}

.list-group-item.servicecategory-item .list-group-item::last{
	padding:0;
	height:5px;
}

code,
kbd,
pre,
.card,
.img-rounded,
.img-thumbnail,
.img-circle,
.form-control,
.dropdown-menu,
.nav-tabs a,
.nav-pills a,
.navbar,
.icon-bar,
.input-group-addon,
.input-lg,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li {
    border-radius:6px !important;
}



.promocode  {
    background-color: #ffffff;
    border: 1px dashed #dbdbdb;
    display: inline-block;
    font-weight: 500;
    margin: 10px 0 25px;
    padding: 4px 16px;
	color: #333;
}

.js-navigation .day-selection .scrollable-container .day.on .day-number, .js-navigation .day-selection .scrollable-container .day.on:hover .day-number {
	background: #ff5c39;
	color: #fff;
}

.js-navigation .day-selection .scrollable-container .day:hover .day-number {
	background: #f2f2f2;
}
.cart-day-date {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	line-height: 32px;
	text-align: center;
	padding: 0;
	display: block;
	margin: 0 auto;
	background: #f3f3f3;
	overflow: hidden;
}



.cart-date-active > div.cart-day-date {
	background: #333333;
	color: #fff;
}

.date-noselect-cart > div.cart-day-date {
	background: #ffffff;
	color: #dbdbdb;
}

.cart-date-table {
	width:100%;
	
}
.cart-date-table a {
	color: #333 !important;
}