<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   /*@font-face {
	font-family: 'Montserrat';
    font-weight: 400;
	src: url(http://fonts.googleapis.com/css?family=Montserrat:400);
	src: local('Montserrat'), local('Montserrat'), url(http://fonts.googleapis.com/css?family=Montserrat:400) format('truetype');
}
    @font-face {
	font-family: 'Montserrat';
    font-weight: 700;
	src: url(http://fonts.googleapis.com/css?family=Montserrat:700);
	src: local('Montserrat'), local('Montserrat'), url(http://fonts.googleapis.com/css?family=Montserrat:700) format('truetype');
}

body {
	font-family: Montserrat, sans-serif !important;
	font-size: 15px !important;
}
label {
	font-family: Montserrat, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Montserrat, sans-serif !important;
}
h5 {
	margin-top:0px;
	margin-bottom: 4px;
}
b, strong {
	font-family: Montserrat, sans-serif !important;
	font-weight:normal !important;
}*/
.radio input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}
input[type="radio"], input[type="checkbox"] {
     width: 16px;
    height: 16px;
    margin-bottom:2px;
    margin-right: 2px;
    vertical-align:sub;
}
.radio label, .checkbox label {
    vertical-align: bottom;
}

.table thead tr th {
	background-color: #ff5a00;
	color: #fff;
	border-color: #ff5a00;
	font-weight: normal;
    text-overflow: ellipsis;
	vertical-align: top;
}


body {
    background: #f2f2f2 !important;
	position: relative;
	min-height: 800px;/*800px;*/
}

.btn {
    border-radius: 1px !important;
}

.navbar.navbar-fixed-top {
	border-bottom: 1px solid #ff5a00;
}

#footer {
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
	margin: 0px;
}

#wizard {
	padding-top: 20px;
	padding-bottom: 20px;
}

    #wizard div {
        float: left;
        width: 33.33%;
    }

.content.no-header {
	/*margin-bottom: 50px;*/
}

@media (max-width: 991px) {
	.navbar-brand {
		margin: 0 auto;
	}

        .navbar-brand img {
		min-width: 50px;
	}

    #footer .row div {
		text-align: center;
	}

    #wizard div img {
		width: 70px;
	}

    #wizard div a img {
		width: 70px;
	}
}

.booking h1, .booking p {
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
}

.booking p {
	padding-top: 10px;
}

.booking button {
	width: 100%;
	margin: 20px auto;
}

@media (max-width: 768px) {
  
    .booking .btn1 {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
  
    #btn1 {
        margin-top: 10px;
    }
}

.review h1 {
	font-size: 40px;
	text-align: center;
}
	
.review &gt; div:not(:last-child) {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.review .question {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 5px;
}

.review .answer {
	margin: 5px auto;
	text-align: center;
	font-size: 16px;
}

    .review .answer a:first-child, .review .answer a:last-child {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

    .review .answer a .icon-star {
	color: #ff5a00;
}

.dashboard .btn {
	font-size: 12px;
	margin-top: 12px;
}

.prof {
	border-bottom: 1px solid #ddd;
}

    .prof:last-child {
        border: 0;
}

    .prof img {
        width: 100%;
	border-radius: 4px;
}

    .prof .prof-img {
	max-width: 200px;
}

@media (max-width: 768px) {
    .prof .prof-desc {
		text-align: center;
	}
}

.prof .stars {
	text-align: center;
	color: #ff5a00 !important;
}

.prof span {
	text-align: center;
	display: block;
}

.prof .btn {
	font-size: 12px;
}

.ads {
	background-color: #777;
    width: 100%;
	height: 300px;
	margin-top: 20px;
}

.appi .panel .panel-body .row:last-child &gt; div {
	padding: 5px;
}


.star {
	margin-top: 5px;
	margin-left: 14px;
	color: #ff5a00;
}

.star-two {
	margin-top: 5px;
	margin-left: 8px;
	color: #ff5a00;
}

.star a {
	color: #777;
	text-decoration: underline;
	font-size: 16px;
}

.star p {
	width: 70%;
	margin-top: 0;
	color: #000;
	text-align: center;
}

.heart, .map-icon {
	position: relative;
	width: 70%;
	height: 20px;
	cursor: pointer;
	color: #ff5a00;
	margin-bottom: 10px;
	font-size: 30px;
	-webkit-user-select: none; 
  	-moz-user-select: none;
  	-ms-user-select: none;
  	-o-user-select: none;
  	user-select: none;    
}

.heart {
    right: 0;
    top: 0;
}

.map-icon {
	right: 0;
}

@media (max-width: 950px) {
    .heart, .map-icon {
		position: static;
	}
}

.heart .fa, .map-icon .fa {
    display: block;
	position: absolute;
	top: 3px;
	left: 6px;
	margin: 0 auto;
}

    .heart .fa:before {
	padding-right: 6px;
}

.heart .fa-heart-o {
	display: none;
	color: #777;
}

.map-icon a .fa {
	color: #ff5a00;
	margin-bottom: 10px;
	font-size: 36px;
	margin-left: 5px;
}

.profile-block div {
	margin-bottom: 20px;
}

.profile-info p {
	margin: 0;
	margin-bottom: 20px;
	font-size: 16px;
	clear: both;
}

    .profile-info p span {
        float: right;
        margin-right: 30px;
    }



.bg-7 {
	 width: 10.28% !important;
    padding: 0;
    margin-top: 20px;
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-right: 0;
    min-height: 400px;
    position: relative;
    float: left;
    border-radius: 3px;
    font-size: 13px;
    /*height: 100%;*/
}

.timeSlot-canvas {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex !important;
}

@media (max-width: 1199px) {
    .bg-7 {
		font-size: 12px !important;
	}

    .day-time a {
        font-size: 12px !important;
	}

    .service-offering-diolouge-ipad {
        font-size: 13px;
    }
}

.bg-7:last-child {
	border-right: 1px solid #ff5a00;
}

.week-day {
	background-color: #E9E9E9;
	color: #000000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.daytime {
	position: relative;
}

.day-time {
    padding: 5px;
    text-align: center;
}

    .day-time a {
	display: block;
	margin-bottom: 10px;
    color: #ff5a00;
}

.date-title {
	text-align: center;
	font-size: 15px;
}

    .date-title a {
	padding-right: 10px;
	padding-left: 10px;
}

.form-x .form-control {
	border: 1px solid #bdbdbd;
	width: 80%;
}

#accordion h4 i {
	float: right;
}

#accordion .panel-heading {
	margin-bottom: -15px;
}

#accordion .panel-collapse {
	//padding-top: 30px;
}

#accordion i {
	font-size: 18px;
}

#accordion .panel-body .row {
	margin-right: 15px !important;
	margin-left: 15px !important;
}

.review-top {
    border-bottom: 1px solid #ddd;
    //#ff5a00;
	margin-top: -16px;
	margin-bottom: -10px;
}

    .review-top &gt; div {
	padding-top: 16px;
	padding-bottom: 16px;
}

        .review-top &gt; div &gt; div {
}

@media (max-width:991px) {
    .review-top &gt; div:nth-child(1) &gt; div {
		margin: 0 auto;
		text-align: center;
	}

    .review-top &gt; div:nth-child(2) &gt; div {
		width: 270px;
		margin: 0 auto;
	}

    .review-top &gt; div:nth-child(3) &gt; div {
		margin: 0 auto;
		text-align: center;
	}
}

.review-top &gt; div:nth-child(1) &gt; div &gt; span, .review-top &gt; div:nth-child(3) &gt; div &gt; span {
	//text-align: center;
	font-weight: bold;
	display: block;
	//padding-bottom: 10px;
	line-height: 2.2;
}

.review-top &gt; div:nth-child(1) &gt; div &gt; a, .review-top &gt; div:nth-child(3) &gt; div &gt; a {
	//text-align: center;
	font-weight: bold;
	display: block;
	//padding-top: 10px;
	text-decoration: underline;
	line-height: 2.2;
}

.review-top &gt; div:nth-child(1) {
	padding-top: 25px;
}

.review-top &gt; div:nth-child(2) {
	border-right: 1px solid #ddd; 
	border-left: 1px solid #ddd; 
    min-height: 233px;
	padding-top: 20px;
}

    .review-top &gt; div:nth-child(2) span {
	min-width: 120px;
	display: inline-block;
}

    .review-top &gt; div:nth-child(2) &gt; div &gt; div {
	display: inline;
}

        .review-top &gt; div:nth-child(2) &gt; div &gt; div:after {
	content: "\A";
            white-space: pre;
}

@media (max-width: 780px) {
    .reviewer span {
		font-size: 24px !important;
	}

        .reviewer span:last-child {
		margin-bottom: 50px;
	}

    .review-body section {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 10px;
	}
}

@media (max-width: 991px) {
    .review-top &gt; div:nth-child(2) {
		border-right: 0 !important; 
        border-left: 0 !important;
	}

    .review-top &gt; div:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
}

@media (max-width: 1290px) {
	.star {
		margin-left: 4px;
	}
}

.reviewer img {
	width: 100%;
}
	
.reviewer span {
    display: block;
	text-align: center;
	font-size: 16px;
}

    .reviewer span.datex {
	font-size: 14px;
}

.review-each span {
	min-width: 70px;
	display: inline-block;
	font-size: 16px;
}

.review-each &gt; div {
	display: inline;
}

    .review-each &gt; div:after {
	content: "\A";
        white-space: pre;
}

.review-body section {
	background-color: #bbb;
	border-radius: 1px;
	margin-top: 10px;
	padding: 10px;
	margin-right: 8px;
}

.review-body {
	padding-bottom: 50px;
	padding-top: 50px;
	border-bottom: 1px solid #eee;
}

    .review-body:last-child {
	border-bottom: 0;
}

.yelp-block {
	width: 110px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 991px) {
    .yelp-block {
		margin: 0;
	}

    .reviewer {
		margin-bottom: 20px;
	}

    .review-each {
		margin-bottom: 20px;
	}
}

.yelp-logo {
    display: block;
	width: 100px;
}



.yelp-0 {
    background-position: -3px -303px;
}

.yelp-1 {
    background-position: -3px -324px;
}

.yelp-15 {
    background-position: -3px -345px;
}

.yelp-2 {
    background-position: -3px -366px;
}

.yelp-25 {
    background-position: -3px -387px;
}

.yelp-3 {
    background-position: -3px -408px;
}

.yelp-35 {
    background-position: -3px -429px;
}

.yelp-4 {
    background-position: -3px -450px;
}

.yelp-45 {
    background-position: -3px -471px;
}

.yelp-5 {
    background-position: -3px -492px;
}




.icol {
	padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
	border-bottom: 1px solid #ddd;
}

    .icol:last-child {
	border-bottom: 0;
}

.icol1 span {
	display: block;
}

.icol2 a {
	text-align: center;
	text-decoration: underline;
	display: block;
}

.icol2 .book-appt-button a {
	text-align: center;
	text-decoration: none !important;
	display: block;
}

@media (max-width: 991px) {
    .icol2 .book-appt-button a {
		width: 120px;
        position: relative;
        right: 30px;
	}
}

@media (max-width: 767px) {
    .icol2 .book-appt-button a {
		width: 100% !important;
        position: relative !important;
        right: 0px !important;
	}
}

.icol2.prof {
	border: 0;
    /*padding: 7px;*/
}

.icol3 span {
	display: block;	
}

.icol4 .review-each {
	margin-top: 10px;
}

.icol4 .review-each span {
	min-width: 90px;
	font-size: 14px;
}

.icol34 .review-body {
	padding-top: 0;
	margin-top: 20px;
}

    .icol34 .review-body i {
	font-size: 20px;
	color: white;
	position: absolute;
	right: 10px;
	top: -5px;
	background: red;
	border-radius: 25px;
	display: block;
	width: 30px;
	height: 30px;
	padding-left: 12px;
	padding-top: 5px;
}

.icol4 .star {
	margin-left: 4px;
}

@media (max-width: 991px) {
    .icol4 {
		padding-top: 20px;
	}

    .prof-img {
		padding: 0 !important;
	}
}

@media (max-width: 1288px) and (min-width: 992px) {
	.icol4 .star {
		margin-left: 1px;
	}

	.icol4 .review-each span {
		min-width: 64px;
		font-size: 12px;
	}

	.icol4 .review-each i {
		//min-width: 70px;
		font-size: 14px;
	}
}

.showmore {
	float: right;
	width: 30% !important;
    margin-right: 0px !important;
}
.showmore:hover {
	color: #ffffff !important;
}

.addClients {
	float: left;
	margin-left: 0px;
    margin-top: 20px;
}

.sortby {
	position: absolute;
    right: 50px;
	top: -24px;
}

    .sortby a {
	text-decoration: underline;
}
	
    .sortby .sort {
}

    .sortby .numbers {
	margin-right: 690px;
}

.activeSort {
	text-decoration: underline;
    font-weight: bold;
}

.revnumber a {
	font-size: 13px;
	text-decoration: underline;
}

@media (max-width: 570px) {
    .sortby, .sortby a {
		font-size: 12px;
	}
}

.payment img {
	width: 100%;
	max-width: 100px;
}
	
dl dt {
	clear: left;
	float: left;
	margin: 0;
	padding: 0px;
	font-weight: normal;
}

dl dd {
	margin-left: 180px;
	padding: 0px;
	text-align: right;
    min-width: 60px;
}

dl dd.first { 
	border-top: 1px solid #999; 
}

dt:after {
	content: ": $";
	position: absolute;
	right: 70px;
}

.dl dt {
    width: 140px;
}

.dl dd {
	margin-left: 130px;
	text-align: left;
}

    .dl dd:before {
	content: ": ";
}

.dl dt:after {
	content: "";
}

    .pay hr {
	border-top: 1px solid #000;
	padding: 0;
	margin: 0;
}


.btn-space {
	width: 100%;
	margin-left: 0;
    margin-right: 0;
}

.spanbold {
	padding-top: 6px;
	font-weight: bold;
}

.margintop {
	margin-top: 30px;
}

.no-service {
	color: #808080;
    text-align: center;
    margin-top: 20%;
    margin-left: 0;
    font-size: 23px;
}

.no-timeslot {
	color: #808080;
    margin-left: 0;
    font-size: 13px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .no-timeslot {
        font-size: 11px;
    }
    .client-panel {
	width: 100% !important;
}
    .client-panel img{
	width: 60% !important;
}
}

.client {
	padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.client-panel {
	width: 80%;
    margin-bottom:10px !important;
}
.client-panel .row{
	padding:10px;
}
.client-panel h4{
	margin:0px !important;
}
.client-panel i{
	color: #ff5a00;
}
.client:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.client p {
	margin: 20px 0 10px 0;
}

.client button {
	margin-top: 20px;
}

.alphabet ul {
	list-style: none;
}

.alphabet li {
	float: left;
	width: 3.63%;
}

.alphabet a:hover {
	color: #999;
}

.client-search {
	margin-top: 20px;
}

    .client-search input {
	width: 80%;
	float: left;
    display: inline-block;
    }

    .client-search a {
    display: inline-block;
	float: left;
	height: 38px;
	width: 38px;
	padding: 6px;
    cursor: pointer;
}

        .client-search a:hover {
	color: #999;
}

    .client-search i {
	font-size: 24px;
}

.ccc4 .btn {
    float: right;
}

@media (max-width: 767px) {
    .client .prof .prof-img {
		max-width: 90px;
	}

    .client .ccc1 {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
    }
  
    .client .ccc2 {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}

    .client .ccc3 {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}

    .client .ccc4 {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
    }
        
        .client .ccc4 button {
		margin-left: auto;
	}

        .client .ccc4 a {
            float: none;
            margin-bottom: 10px;
	}
}

 
.ccs {
	padding: 1%;
}

    .ccs .ccs-block {
	box-shadow: rgba(0,0,0,.2) 0px 0px 4px;;
	padding: 10px;
    background-color: #fff;
}

        .ccs div p {
	margin: 0;
}

            .ccs div p:first-child {
                font-size: 15px;
	margin-bottom: 10px;
    text-align: center;
                font-weight: 700;
}

            .ccs div p:last-child {
	font-size: 16px;
	font-weight: bold;
	color: #ff5a00;	
    text-align: center;
}

.clearfix {
  *zoom: 1;
 }

 .clearfix:before,
 .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
   clear: both;
}



#Arrowleft, #ArrowRight, .ui-datepicker-trigger, .moreLink, .sort,{
    cursor: pointer !important;
    font-size:22px;
    vertical-align: middle;
}
#Arrowleft {
    margin-right:20px
}
#ArrowRight {
    margin-left:20px
}

    .description {
    height: 5.1em;
    overflow: hidden;
    width: 600px;
}

.full {
    height: auto;
}

/*styles copied from Providerlist.css*/

.lcoldesc {
	margin-top: 10px;
}

    .lcoldesc button {
	display: block;
        width: 100px;
        margin-left: -33%;
}

.providernumb {
	position: absolute;
    left: 50px;
	top: -24px;
}

@media (max-width: 767px) {
    .providernumb {
		margin-top: -20px;
	}
}
	
@media (max-width: 991px) {
    .lcoldesc button {
	display: block;
	margin-left: 0px;
	}
}

.star {
	margin-left: 2px !important;
	font-size: 16px !important;
}

    .star i {
	font-size: 16px !important;
}

    .star a {
	margin-left: 10% !important;
	font-size: 14px !important;
}

@media (max-width: 767px) {
    .star, .star i, .stara {
		font-size: 10px !important;
	}
}


 {
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    max-width: 500px;
    border-radius: 0px;
    margin-bottom: 6px;   
    font-size: 12px;
}

.review-top {
	border-bottom: 1px solid #ddd;
	margin-top: -16px;
	margin-bottom: -10px;
}

    .review-top &gt; div {
	padding-top: 16px;
	padding-bottom: 16px;
}

        .review-top &gt; div &gt; div {
}


@media (max-width:991px) {
    .review-top &gt; div:nth-child(1) &gt; div {
		margin: 0 auto;
		text-align: center;
	}

    .review-top &gt; div:nth-child(2) &gt; div {
		width: 270px;
		margin: 0 auto;
	}

    .review-top &gt; div:nth-child(3) &gt; div {
		margin: 0 auto;
		text-align: center;
	}
}

.review-top &gt; div:nth-child(1) &gt; div &gt; span, .review-top &gt; div:nth-child(3) &gt; div &gt; span {
	font-weight: bold;
	display: block;
	line-height: 2.2;
}

.review-top &gt; div:nth-child(1) &gt; div &gt; a, .review-top &gt; div:nth-child(3) &gt; div &gt; a {
	font-weight: bold;
	display: block;
	text-decoration: underline;
	line-height: 2.2;
}

	
.review-top &gt; div:nth-child(1) {
	padding-top: 25px;
}

.review-top &gt; div:nth-child(2) {
	border-right: 1px solid #ddd; 
	border-left: 1px solid #ddd; 
	min-height: 233px;
	padding-top: 20px;
}

    .review-top &gt; div:nth-child(2) span {
	min-width: 120px;
	display: inline-block;
}

    .review-top &gt; div:nth-child(2) &gt; div &gt; div {
	display: inline;
}

        .review-top &gt; div:nth-child(2) &gt; div &gt; div:after {
	content: "\A";
            white-space: pre;
}

@media (max-width: 780px) {
    .reviewer span {
		font-size: 24px !important;
	}

        .reviewer span:last-child {
		margin-bottom: 50px;
	}

    .review-body section {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 10px;
	}
}

@media (max-width: 991px) {
    .review-top &gt; div:nth-child(2) {
		border-right: 0 !important; 
        border-left: 0 !important;
	}

    .review-top &gt; div:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
}

@media (max-width: 1290px) {
	.star {
		margin-left: 4px;
	}
}

.reviewer img {
	width: 100%;
}

.reviewer span {
	display: block;
	text-align: center;
	font-size: 16px;
}

    .reviewer span.datex {
	font-size: 14px;
}

.review-each span {
	min-width: 120px;
	display: inline-block;
	font-size: 16px;
}

.review-each &gt; div {
	display: inline;
}

    .review-each &gt; div:after {
	content: "\A";
        white-space: pre;
}

.review-body section {
	background-color: #bbb;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px;
	margin-right: 8px;
}

.review-body {
	padding-bottom: 0px;
	padding-top: 15px;
	border-bottom: 1px solid #eee;
}

    .review-body:last-child {
	border-bottom: 0;
}

.yelp-block {
	width: 110px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 991px) {
    .yelp-block {
		margin: 0;
	}

    .reviewer {
		margin-bottom: 20px;
	}

    .review-each {
		margin-bottom: 20px;
	}
}

.yelp-logo {
    display: block;
	width: 100px;
}


.yelp-0 {
    background-position: -3px -303px;
}

.yelp-1 {
    background-position: -3px -324px;
}

.yelp-15 {
    background-position: -3px -345px;
}

.yelp-2 {
    background-position: -3px -366px;
}

.yelp-25 {
    background-position: -3px -387px;
}

.yelp-3 {
    background-position: -3px -408px;
}

.yelp-35 {
    background-position: -3px -429px;
}

.yelp-4 {
    background-position: -3px -450px;
}

.yelp-45 {
    background-position: -3px -471px;
}

.yelp-5 {
    background-position: -3px -492px;
}

.colored-title {
    color: #ff5a00;
    font-size: 14px;
}

/*
    CSS class that can be used to introduce space between two 
    rows (class = "row")
    */
.row-spacer {
    margin-top: 8px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.yocale-color-text {
    color: #ff5a00;
    font-size: 14px;
}

.yocale-color-text-18 {
    color: #ff5a00;
    font-size: 18px;
}

/*

Note: This css should be the last css includes in this file    
    
*/
/* Start */
.margin-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-photo-upload a {
    width: 168px;
    margin-top: 10px;
}

.address-centered {
    text-align: center;
}

#book-appointment-modal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
}
#book-appointment-modal .modal-body {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}
.ccc2 h3 {
    text-align: left !important;
}

.content.no-header {
    margin-top: 0px !important;
}

/*
    These overriden DHTMLX css style makes the scheduler event 
    to not to cross the boundary (height-wise) of its size defined by
    the timespan of it.
    */
.dhx_body {
    padding-top: 0px !important;
}

.dhx_title {
    padding-top: 0px !important;
    height: 18px !important;
    padding-bottom: 3px !important;
}

.dhx_body {
    /* This fix does not work, as it seems to be making the schedule height static, equivalent to 1 hour duration  */
/*    height: 9px !important; */
}



@media (max-width: 768px) {
    .profile-photo-upload a {
        width: 168px !important;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .profile-photo-upload a {
        width: 115px;
        padding-left: 15px;
    }
}

location-name {
    text-align: left !important;
}

 
.provider-email {
    max-width: 10px;
}
 
.upload-photo {
    margin: 5px auto;
    width: 164px;
}
 
@media (max-width: 1199px) {
    .upload-photo {
        width: 127px;
    }
}
 
@media (max-width: 991px) and (min-width: 800px) {
    .upload-photo {
        width: 164px;
    } 
}
 
.next-button {
    margin-top: -40px;
}

@media (max-width: 991px) {
    .next-button {
        margin-top: 0px;
    }
}
 
@media print {
    .print {
        display: none;
    }
}

.navbar-static-top {
    z-index: 11 !important;
}
/* It's for making the icons appear in Firefox */
@font-face { 
    font-family: 'FontAwesome'; 
    src: url('/Content/font/fontawesome-webfont.ttf'); 
}
/* End */



@media (max-width: 767px) {
    .choose-yocale-option {
        width: 240px;
    }

    .setMylocale-btn {
        margin-top: 10px;
    }

    #printBtn {
        margin-top: 10px;
    }

    #inviteBtn {
        margin-top: 10px;
        margin-left: 0px;
    }
}
/*changing the grid view for business calendar page*/
@media (max-width: 1199px) {
	.businessProviders {
		max-height: 100px !important;
        padding-left: 20px;
	}

    .staff-menu-title {
        padding-left: 20px;
	}
}

/*Color coding services*/

 .preview {
    width: 100%;
    height: 74px;
    background-color: #ff5a00;
    border-radius: 1px;
    padding: 10px;
        cursor: pointer;
}
    
.colorpicker {
    position: absolute;
    display: none;
    z-index: 1000;
    border: 1px solid #ddd;
    background-color: white;
}
/*changing the grid view for business calendar page*/
@media (max-width: 1110px) {
    .y-attachDoc-row tr {
        font-size: 10px;
    }
}

myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
}

/*Manage schedule link on provider and business calendar*/
.manage-schedule-link {
    padding-bottom: 10px;
        text-decoration: underline;
    font-weight: 600;
    }

/*New booking link on provider and business calendar*/
.new-booking-link {
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    }
.new-booking-link #add-booking-link{
    padding: 10px;
    background-color: #14cc61;
    color: #fff !important;
    border-radius: 5px;
    border-bottom: none !important;
    }
.new-booking-link #add-booking-link:hover{
    border: none !important;
    }
.new-booking-link a{
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 3px solid transparent;
    }
    .new-booking-link a:hover {
        border-bottom: 3px solid #ff5a00;
    }
#btn-new-schedule {
    padding-bottom: 10px;
    font-weight: 600;
    cursor: pointer;
    width:160px;
    }

    #btn-new-schedule a:hover {
        border-bottom: 3px solid #ff5a00;
    }

.offering-checkbox input[type="checkbox"] {
    float: left;
}

.offering-checkbox input {
    float: left;
    clear: both;
}

/*Question mark image for tooltips*/
.y-question-mark-image {
    display: inline-block;
}
.y-question-mark-image img {
    display: inline-block;
    text-align: center;
    margin-left: 3px;
    height: 16px;
    width: 16px;

}
/*Service offering pages on smaller screens has labels for price,duration and cleanuptime(for each location)*/
.y-serviceInfoLabels {
    display: none;
}

@media (max-width: 767px) {
	.y-serviceInfoLabels {
		display: inline-block;
	}
}
/*My service providers menu dropdown*/
.y-booking-page-dropdown .dropdown-menu &gt; li{
    cursor: auto !important;
}
.y-myServiceProviders-menu-header {
    position:static;
    border-bottom:1px solid #eee;
    padding-top:5px;
    padding-bottom:5px;
}
.y-myServiceProviders-menu-header label {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
.y-myServiceProviders-menu {
    float: left;
    padding: 0px;
    border-bottom: #eee 1px solid;
    background: rgba(242, 242, 242, 0.08);
}
.y-myServiceProviders-menu:first-child {
    margin-top:10px;
}
    .y-myServiceProviders-menu img {
        width: 50px;
        float: left;
    }
        .y-myServiceProviders-menu {
        float: left;
        width: 100%;
        padding: 5px !important;
    }

    .y-myServiceProviders-menu div {
        display: inline-block; 
        margin-left: 10px; 
        height: 50px;
        float: left;
    }

    .y-myServiceProviders-menu article {
        float: left;
        width: 100%;
        padding: 5px !important;
        margin:2px !important;
    }
    .y-myServiceProviders-menu article a{
        float: left;
        width: 100%;
        font-size:11px;
        margin:0px;
        padding:0px;
        color: #cecece !important;
        text-decoration: underline;
    }
    .y-myServiceProviders-menu article section {
        display: inline-block; 
        margin-left: 10px;
        float: left;
    }
     .y-myServiceProviders-menu article section p{
        margin-bottom: 0px; 
        font-size: 11px;
        text-transform:uppercase;
    }  
     .y-myServiceProviders-menu article section h5{
        font-size:12px;
        color:#333;
    }
     .y-myServiceProviders-menu article section h6{
        font-size:11px;
        color:#b9b9b9;
    }
    .y-myServiceProviders-menu:after {
        content: "";
        clear: both;
        display: table;
    }
    .y-deleteProvider-button {
    width:10px;
    height:10px;
    position:absolute;
    top:10px;
    right:10px;
    background-color:black;
    display: none;
}
.y-deleteProvider-button{
     width:23px;
    height:22px;
    position:absolute;
    top:5px;
    right:8px;
    color:#ffffff;
    background-color:black;
    clear: both;
    font-weight:700;
    border:0px;
    border-radius:2px;
    opacity:0.5;
    display: none;
}

    .y-deleteProvider-button:hover {
        opacity:1;
    }
.y-myServiceProviders-menu:hover .y-deleteProvider-button{
        display:block;
    }

.y-editProvider-button{
    position:absolute;
    top:5px;
    right:5px;
    clear: both;
    display: none;
    margin:0px !important;
    padding:10px;
    font-size:11px !important;
   text-decoration: underline;
}
    .y-editProvider-button {
        cursor:pointer;
    }
    .y-myServiceProviders-menu:hover{
        background-color:#f7f7f7;
    }
.y-myServiceProviders-menu:hover .y-editProvider-button{
        display:block;
    }
    .myProviders-dropdown-menu {
    width: 390%;
    max-height:450px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}
       .help-dropdown-menu {
    overflow: hidden;
    padding: 0px;
}
/*Delete appointment modal message(Practitioner,time,date)*/

#deleteAppointment h3 {
    color: #ff5a00;
    line-height: 30px;
    text-shadow: 2px 2px 15px #bbb;
}

#deleteAppointmentOffline h3 {
    color: #ff5a00;
    line-height: 30px;
    text-shadow: 2px 2px 15px #bbb;
}

#deleteClassAppointment h3 {
    color: #ff5a00;
    line-height: 30px;
    text-shadow: 2px 2px 15px #bbb;
}

#deleteClassAppointmentOffline h3 {
    color: #ff5a00;
    line-height: 30px;
    text-shadow: 2px 2px 15px #bbb;
}

.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    background-color: #b7b7b7;
}


.businessProviders .nav-pills &gt; li.active &gt; a, .businessProviders .nav-pills &gt; li.active &gt; a:focus {
    background-color: #b7b7b7 !important;
    color: #fff !important;
    border-bottom: 3px solid #ff5a00;
    }

a.link {
    text-decoration: underline;
}
/*Photos Tab on Provider and Business profiles*/
.y-photo-upload-tab {
    margin-top: 10px;
    margin-bottom: 40px;
}

div.y-upload-photo {
    position: relative;
    max-width: 200px;
}

.y-upload-photo:hover img {
    opacity: 0.5;
}

div.y-upload-photo:hover input {
    display: block;
}

div.y-upload-photo input {
    /*background: url('/Content/images/img/delete-icon.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;*/ 
    width: 22px;
    height: 22px;
    background-color: #000000;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 25px;
    display: none;
    border: 0px;
    border-radius: 2px;
    font-weight: 600;
}

div.y-upload-photo:hover span {
    display: block;
}

div.y-upload-photo span {
    width: 70%;
    padding: 8px;
    position: absolute;
    top: 70px;
    left: 30px;
    text-align: center;
    display: none;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    opacity: 0.9;
    border: 1px solid #fff;
}

div.y-upload-photo span:hover {
    opacity: 1;
    border: 1px solid #ff5a00;
}

div.y-upload-other-photo {
    position: relative;
    max-height: 200px;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow-x: hidden;
}

.y-upload-other-photo img:hover {
    opacity: 0.5;
}

.y-upload-other-photo img {
    max-height: 168px;
}

div.y-upload-other-photo:hover input {
    display: block;
}

div.y-upload-other-photo input {
    /*background: url('/Content/images/img/delete-icon.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;*/ 
    width: 22px;
    height: 22px;
    background-color: #000000;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 25px;
    display: none;
    border: 0px;
    border-radius: 2px;
    font-weight: 600;
}


/*Modal headers*/
.modal-header h3 {
    margin: 0px;
    font-size: 20px;
}

.btn-black-full {
    background: #000000;
    color: #ffffff;
    width: 100%;
    margin-right: 10px;
    padding: 6px !important;
}

.hiddenRow {
    padding: 0px !important;
    border: 0px !important;
}

.embed-profile-tab {
    margin: 0px !important;
    border: 0px !important;
}

    .embed-profile-tab .tab-content {
    padding: 10px;
    border: 0px !important;
}

    .embed-profile-tab .embed-profile-button {
        max-width: 175px;
    }

    .embed-profile-tab .embed-profile-button:hover {
        background: #000000;
    }

    
/* -- My Appointments page -- */
.y-appointment-main-panel {
    width: 70%;
    border-radius: 0px;
}

.y-appointment-month {
	font-size: 17px;
	padding: 6px;
	background-color: #d7d7d7;
    width: 70%;
}

.y-appointment-banner {
    width: 70%;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    margin: 10px 0px 10px 0px;
}

.y-appointment-image img {
	position: relative;
}

.y-appointment-image span {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 18px;
	opacity: 0.8;
	text-align: center;
    width: 75px;
}

.y-appointment-details span {
	font-size: 12px;
}

.y-appointment-details i {
	color: #ff5a00;
}
.y-appointment-details p{
    padding: 10px;
    margin: 0px !important;
    background: rgba(238, 238, 238, 0.5);
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 0.7);
    font-weight: 600;
    font-size: 11px;
}
.y-appointment-details text{
    color: #1379bf;
    font-size: 12px;
}
.y-appointment-panel {
	border-radius: 0px !important;
	margin-bottom: 5px !important;
    padding: 5px;
}

.y-appointment-month {
	font-size: 17px !important;
	background-color: #d7d7d7;
    padding: 6px;
    height: 35px;
}

@media (max-width: 1199px) {
    .y-appointment-main-panel {
        width: 80%;
    }

    .y-appointment-month {
        width: 80%;
    }

    .y-appointment-banner {
        width: 80%;
    }
}

/* -- Hamburger menu background color -- */
.navbar-collapse.in {
    background: #bdbdbd;
}

    .navbar-collapse.in .btn-login {
    padding: 15px 15px 10px;
        width: auto !important;
}

@media (max-width: 767px) {
    #saveSocialMedia {
        margin-bottom: 10px;
    }

    #btn-delete-schedule-event {
    width: 100%;
        margin-bottom: 10px;
}

    #deleteCancel {
    width: 100%;
    margin-left: 0px;
}

    #btn-delete-class-appointment-offline {
          width: 100%;
        margin-bottom: 10px;
    }

    #deleteClassCancel {
          width: 100%;
          margin-left: 0px;
   }

    .y-btn-cancel {
        width: 100%;
        margin-left: 0px !important;
    }

    #doNotCancelBtn {
          width: 100%;
          margin-left: 0px !important;
          margin-top: 10px !important;
   }

    #btn-delete-class-appointment {
    width: 100%;
        margin-bottom: 10px;
     }

    #cancel-appointment-modal-link-menu {
          width: 100%;
        margin-bottom: 10px;
        }

    #cancel-appointment-modal-link {
          width: 100%;
        margin-bottom: 10px;
        }

    #reshchedule-appointment-modal-link-menu {
        width: 100%;
        margin-bottom: 10px;
        }

    #reshchedule-appointment-modal-link {
        width: 100%;
        margin-bottom: 10px;
        }

    #add-document {
        width: 100%;
    }

    .y-btn-doc-close {
         width: 100%;
         margin-top: 10px !important;
         margin-left: 0px !important;
    }

    .y-appointment-image img {
        height: 100px;
}

    .y-newAppointment-link {
        float: left;
    }

    .sortby {
        right: 25px;
    }
}
.y-settings-title {
    font-weight: 700;
    display: inline;
}
.nav-stacked &gt; li a {
    line-height: 22px !important;
    font-weight:700;
    font-size: 14px;
    background: transparent;
    border-bottom: 3px solid transparent !important;
}
.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
        border-radius: 0px;
        background-color: transparent !important;
	    border-bottom: 3px solid #ff5a00 !important;
        border-color: #ff5a00 !important;
	    color: #ff5a00 !important;
}
.y-locationSet-error {
    color: #ff5a00 !important;
    line-height: 2em;
    font-size:13px;
    font-weight: 700;
    padding-bottom: 40px;
}

.navbar-collapse {
    max-height: 520px !important;
}
#cancelRunningLate {
    margin-top: 10px !important;
    margin-left: 0px !important;
}
/* -- Social Media widget on profile pages -- */
#dcsns-filter {
       float: right;
}
.stream li .section-intro a {
	font-size: 10px !important;
}
.stream li  {
	width: 283px !important;
}
    .stream li.dcsns-flickr .section-thumb img {
        max-width:104% !important
    }

#ulLocales {
    min-width: 215px;
}

/*changing the grid view for provider &amp; business calendar page,removing print-calendar-and today buttons on small screens*/
@media (max-width:450px) {
    .dhx_cal_today_button, #btnPrint, #btnOnSiteMap {
       visibility: hidden !important;
    }
}
@media (max-width:550px) {
#tabcontainer #tab2,#tabcontainer #tab3,#tabcontainer #tab4 {
       top:100px !important;
    }
}
#noty_topCenter_layout_container {
    top: 60px !important;
}
#SMSValidation .col-lg-8, #SMSValidation .btn2 {
    margin-bottom: 10px;
}
#SMSValidation .modal-body {
    height: 100% !important;
}
/*
  Booking appointment modal radio buttons to tabs CSS
*/
#booking-type-div {
    margin-top: 10px;
}
#booking-type-div .radio,#booking-type-div .checkbox{
    margin-top: 0px !important;
}
    #booking-type-div label {
    font-size: 15px;
    }
@media (max-width:550px) {
    #booking-type-div label {
    font-size: 12px;
    }
}
.y-green-btn {
    padding: 10px;
    background-color: #14cc61;
    color: #fff !important;
    border-radius: 5px;
    border-bottom: none !important;
    border: 0px !important;
}
.y-green-btn:hover {
    cursor: pointer;
}
.y-blue-btn {
    padding: 10px;
    background-color: #1379bf;
    color: #fff !important;
    border-radius: 5px;
    border-bottom: none !important;
    border: 0px !important;
}
.y-default-btn {
    padding: 10px;
    background-color: #ddd;
    color: #333 !important;
    border-radius: 5px;
    border-bottom: none !important;
    border: 0px !important;
}
.y-blue-btn:hover,.y-default-btn:hover {
    cursor: pointer;
}
.y-report-table {
    min-height:235px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.y-report-table::-webkit-scrollbar {
    width: 1em;
}
 
.y-report-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
 
.y-report-table::-webkit-scrollbar-thumb {
  background-color: #ff5a00;
  outline: 1px solid #ff5a00;
}
.y-report-table::-webkit-scrollbar {
    width: 4px;
}
.modal-open {
    overflow: auto !important;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    width: 100%;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
    border: 0px !important;
}
.ui-menu .ui-menu-item a:hover {
    text-decoration: none !important;
    width: 100% !important;
    padding: 2px .4em !important;
    line-height: 1.5 !important;
    min-height: 0 !important;
    font-weight: normal !important;
}
.popover {
    max-width: 600px !important;    
}


/* START New booking appointment modal CSS*/
.y-bookingM .modal-dialog {
    width: 30%;
}
.y-bookingM .modal-header {
    background: #037bb1;
}
.y-bookingM hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.y-bookingM .btn-toolbar{
    display: inline-block;
    float: right;}
.y-bookingM .btn-toolbar button{
    width:110%;    
}
.y-bookingM .tabbable .nav-tabs li a,.y-bookingM a {
    font-size:12px;
}
.y-bookingM label{
    font-size:12px;
    font-weight: 700;
    padding-top: 5px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.y-bookingM,.y-bookingM span{
    font-size:12px !important;
}
.y-bookingM-btn {
    float: right !important;
    background-color: #ddd !important;
    margin: -5px;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 2px 8px rgba(0,0,0,.28);
    color: #333 !important;
    border: 0px;
    border-radius: 1px !important;
    font-size: 12px;
}
.y-bookingM-status-dropdown {
    float: right;
    width: 100px;
}
.y-modal-payment-summary {
    background: #f5f5f5;
    padding: 0px 10px 15px 10px;
}
.y-bookingM .form-control {
    font-size: 12px !important;
    text-align: left;
    border: 1px solid rgba(221, 221, 221, 0.28) !important;
    border-radius: 1px;
    background: #f5f5f5;
}

/* START integrations tools CSS*/
.y-integrations a{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 180px;
    display: block;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}
.y-integrations a:hover {
    box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.2)
}
.y-integrations .y-integrations-connected {
        box-shadow: 0 1px 10px #14cc61;
}
.y-integrations .y-integrations-connected:hover {
        box-shadow: 0 1px 10px #14cc61 !important;
}
.y-integrations span {
    position: absolute;
    bottom: 10px;
    right: 23px;
    color: #fff;
    padding: 4px 10px;
    background: #ff5a00;
    border-radius: 15px;
    font-size: 12px;
}
.y-integrations .y-goToMeeting{
   background-image: url(/Images/integrations/go-to-meeting.png);
}
.y-integrations .y-joinMe{
   background-image: url(/Images/integrations/join-me.png);
}
 
.y-outlook {
    background-image: url(/Images/integrations/outlook.png);
}

/* START Intake Forms tool CSS*/
.y-intake-form-services-list {
    max-height: 130px;
    overflow-y: scroll;
}
.y-intake-form-services-list::-webkit-scrollbar {
    width: 4px;
}
.y-intake-form-services-list::-webkit-scrollbar-thumb {
    background-color: #ff5a00;
    outline: 1px solid #ff5a00;
}


.y-myAppointment-intake-forms-list{
       margin-top:10px;
}
    .y-myAppointment-intake-forms-list .dropdown-header {
        padding: 4px 7px !important;
        color:#1475b8;
        font-weight: 600;
    }
@media (max-width: 991px) {
        .col-xs-y {
 clear: both;
 width:250px !important;
}
}
</pre></body></html>