﻿*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
    outline: 0 !important;
}

* {
	margin: 0; 
	padding: 0; 
}


body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	padding-bottom: 20px;
	font-size: 14px;
	color: #333;
}

a { 
	color: #3B5998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited, 
a:active {
	text-decoration: none;
}

h1 { 
	font-size:26px; 
}

h2 { 
	font-size:17px;
}

h3 { 
	font-size:16px;
}

h4 { 
	font-size:15px; 
}

h5 { 
	font-size:14px; 
}

label { cursor: pointer; }

form label.topalign {
	width:99%;
	display:block;
	margin:0px 0px 4px 0px;
}

form label.leftalign {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 1em;
	margin-top: 0.5em;
	display: block;
}

form .form-input {
	margin-bottom: 10px;
}

form .form-input label {
	font-size: 13px;
}

form .form-input label sup {
	color: red;
}

form .form-input label .help {
	color: #aaa;
}
div.checkboxlist ul { list-style: none; }
div.checkboxlist ul li { margin: 7px 0px; }
div.checkboxlist ul li input { width: 15px; display: block; float:left; position: relative; top: 3px; }
div.checkboxlist ul li label { padding-left: 20px; display: block; }
div.checkboxlist ul li div { margin-left: 20px; clear: both; font-size: .9em; }

form input[type=text],
form input[type=password] {
    display: block;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 8px 7px;
	height: 36px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}

#container {
	width: 722px;
	margin: 0 auto;
	padding: 20px 35px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

#links {
	width: 722px;
	margin: 1em auto;
	
}

#links ul {
	float: right;
	list-style: none;
	list-style-type: none;
}

#links ul li {
	display: inline-block;
	margin-right: 12px;
	font-size: 13px;
}

#links ul li:last-child {
	margin-right: 0;
}

#container #header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	
}

#container #header #header-logo {
	z-index: 1;
	float: left;
	margin-bottom: -30px;
}

#container #header #header-logo #logo {
	display: block;
}

#container #header .header-title {
	z-index: -1;
	clear: both;
	position: relative;
	text-align: center;
	font-size: 22px;
	top: -20px;
}

#client-login {
	display: table;
	margin: 0 auto;
}

#client-login .client-login-title {
	margin-bottom: 15px;
	font-size: 16px;
}
  
#existing-client,
#coming-client {
	display: table-cell;
	border-left: 1px solid #ccc;
	padding: 15px 20px;
	width: 320px;
}

#existing-client {
	border-left: 0;
}

#coming-client {
	text-align: center;
}

#existing-client #input-email, 
#existing-client #input-password {
	width: 270px;
	font-size: 16px;
}

#existing-client #button-login,
#existing-client #password-forgot {
	width: 270px;
}

#existing-client #button-login  button[type="submit"],
#existing-client #password-forgot a {
	float: right;
}

#existing-client #button-login  button[type="submit"] {
	width: 120px;
}

#coming-client a.btn {
	width: 150px;
}

#client-form-wrapper {
	padding-top: 30px
}

.alert + #client-form-wrapper {
	padding-top: 15px
}

#client-form-wrapper .form-input {
	margin-bottom: 20px;
}

#client-form-wrapper .form-input input[type="text"], 
#client-form-wrapper .form-input input[type="password"] {
	width: 380px;
}

#client-form-wrapper .form-input:last-child {
	padding-left: 143px;
}

#client-form-wrapper .form-input .hint {
	display: block;
	padding-left: 143px;
	font-size: 11px;
	color: #666;
}

#client-register {
	padding-top: 20px;
}

#client-register input[type="text"], 
#client-register input[type="password"] {
	width: 340px;
}

#client-register #button-register {
	padding: 10px 0 0 143px;
	width: 340px;
}

#client-password-forgot {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 20px;
}

#client-password-forgot #input-email {
	width: 400px;
}

#client-password-forgot #input-password,
#client-password-forgot #input-password-confirm {
	width: 300px;
}

.alert + div#client-password-forgot {
	margin-top: 0 !important;
}

#my-details {
	list-style: none;
	background: #f4f4f4;
	margin: 15px 0;
	padding: 15px;
	line-height: 22px;
}

#my-details li span {
	display: inline-block;
	width: 120px;
}

#my-saved-items,
#my-profiles {
	line-height: 34px;
	list-style: none;
	margin: 15px 0;
}

#my-saved-items li,
#my-profiles li {
	margin-bottom: 2px;
	background: #eee;
	font-size: 13px;
	padding: 0 10px;
	height: 34px;
}

#my-saved-items li:nth-child(odd),
#my-profiles li:nth-child(odd) {
	background: #ececec;
}

#my-saved-items li:nth-child(even),
#my-profiles li:nth-child(even) {
	background: #f4f4f4;
}

#my-saved-items li .remove {
	float: right;
}

#my-saved-items li .remove i {
	line-height: 36px;
}

#my-profiles li a {
	float: right;
	font-size: 12px;
	text-decoration: underline;
	color: #333;
}

#profiles-viewing {
	font-size: 13px; 
	line-height: 30px; 
}

#acc-tools {
	margin: 15px auto;
	text-align: justify;
}

#acc-tools:after {
	content: "";
	width: 100%;
	display: inline-block;
}

#acc-tools a {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 110px;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	font-size: 13px;
	color: #777;
	*display: inline;
	zoom: 1;
}

#acc-tools a span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	padding: 10px 12px 0 12px;
}

#acc-tools a span i {
	margin-top: 7px;
	display: block;
}

#acc-tools a:hover {
	text-decoration: none;
	color: #000;
}

#acc-tools a:hover span {
	text-decoration: none;
	background: #eee;
}

#all-profiles {
	border-collapse: collapse;
	margin-top: 15px;
	width: 100%;
}

#all-profiles th {
	background: #efefef;
	padding: 8px;
	text-align: left;
	border-bottom: 2px solid #fff;
	font-size: 13px;
}

#all-profiles td {
	padding: 6px;
	height: 34px;
	font-size: 13px;
	border-bottom: 2px solid #fff;
}

#all-profiles th.center,
#all-profiles td.center {
	text-align: center;
}

#all-profiles td .fa {
	font-size: 16px;
}

#all-profiles td .fa.fa-check {
	color: #333;
}

#all-profiles td .fa.fa-times {
	color: #aaa;
}

#all-profiles td.active.def a {
	color: #aaa;
}

#all-profiles td.active a:hover {
	color: #444;
}

#all-profiles td:last-child {
	font-size: 12px;
}

#all-profiles td:last-child a {
	margin-right: 5px;
	text-decoration: underline;
	color: #333;
}

#all-profiles td:last-child a i {
	margin-right: 5px;
}

#all-profiles tr:nth-child(odd) td {
	background: #ececec;
}

#all-profiles tr:nth-child(even) td {
	background: #f4f4f4;
}

#form-wizard {
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 100px;
}

#form-wizard:after {
	content: "";
	width: 100%;
	display: inline-block;
}


#form-wizard .form-wizard-item {
	position: relative;
	bottom: -59px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 120px;
	*display: inline;
	zoom: 1;
}

#form-wizard .form-wizard-item.active .form-wizard-item-num {
	background: #4A453B;
}

#form-wizard .form-wizard-item.active .form-wizard-item-text {
	color: #4A453B;
}

#form-wizard .form-wizard-item-num {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	font-weight: bold;
	background: #ccc;
	text-align: center;
	line-height: 32px;
	margin: 0 auto;
	color: #fff;
}

#form-wizard .form-wizard-item-text {
	display: block;
	margin-top: 5px;
	color: #ccc;
}

#client-new-profile {
	
}

#client-new-profile input[type="text"], 
#client-edit-profile input[type="text"],
#client-new-profile input[type="password"],
#client-edit-profile input[type="password"] {
	width: 295px;
}

#client-new-profile textarea,
#client-edit-profile textarea {
	border: 1px solid #ccc;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 8px 7px;
	width: 100%;
	height: 150px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: sans-serif;
	resize: none;
}

#client-edit-profile-photos {
	margin-bottom: 13px;
}

#client-edit-profile-photos:after {
	display: block;
	clear: both;
	content: "";
}

#client-edit-profile-photos .thumb {
	float: left;
	position: relative;
	border: 1px solid #ccc;
	padding: 3px;
	margin-right: 7px;
	margin-bottom: 7px;
	border-radius: 3px;
}

#client-edit-profile-photos .thumb img {
	vertical-align: top;
}

#client-edit-profile-photos .thumb .del {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: #fff;
	opacity: .65;
	text-align: center;
	font-size: 10px;
	color: #000;
}

#client-edit-profile-logo {
	margin-bottom: 20px;
}

#client-edit-profile-logo .thumb {
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 150px;
	padding: 4px;
	margin-bottom: 5px;
}

#client-edit-profile-logo .thumb img {
	vertical-align: top;
}

#client-edit-profile-logo .remove a i {
	margin-right: 5px;
}


#client-edit-profile-photos .thumb:hover .del {
	display: block;
}

#client-edit-profile-photos .thumb .del i {
	opacity: 1;
	line-height: 22px;
}

#client-edit-profile-pricelist {
	margin-bottom: 20px;
}

#client-edit-profile-pricelist .pricelist-action {
	margin-bottom: 5px;
}

#client-edit-profile-pricelist .pricelist-action a i {
	margin-right: 5px;
}

#client-new-profile #button-next-step {
	margin-left: 11em;
	width: 340px;
}

#client-new-profile #button-next-step  button[type="submit"] {
	float: right;
	width: 140px;
}

#client-edit-profile .buttons {
	margin-left: 11em;
	width: 340px;
}

#client-new-profile #categories-form #profile-categories-search  {
	display: block;
	margin-bottom: 15px;
}

#profile-categories-select-list {
	display: block;
	padding: 2px;
	height: 400px;
	overflow-y: scroll;
	list-style: none;
	border: 1px solid #ccc;
}

#profile-categories-select-list li {
	overflow: hidden;
	display: block;
	height: 31px;
	padding: 6px 8px;
	background: #eee;
	margin-bottom: 2px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#profile-categories-select-list li:last-child {
	margin-bottom: 0;
}

#profile-categories-select-list li:hover {
	background: #ddd;
	cursor: pointer;
}

#profile-categories-select-list li.hide {
	display: none;
}

#profile-categories-select-list li.active {
	background: #666;
	color: #fff;
}

#profile-categories-select-list li i {
	margin-top: 3px;
	display: none;
}

#profile-categories-select-list li.active i {
	display: block;
}

#client-new-profile #new-profile-categories {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	overflow: hidden;
}

#client-new-profile #new-profile-categories #categories-container {
	width: 2080px;
}

#client-new-profile #new-profile-categories #categories-container ul {
	float: left;
}

#client-new-profile #new-profile-categories #categories-container ul:nth-child(n+2) li {
	border-left: 0;
}

#client-new-profile #new-profile-categories #categories-container ul li {
	border: 1px solid #ddd;
	display: block;
	width: 270px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	font-size: 13px;
	border-bottom: 0;
	cursor: pointer;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 );
}

#client-new-profile #new-profile-categories #categories-container  ul li:last-child {
	border-bottom: 1px solid #ddd !important;
}

#client-new-profile #new-profile-categories #categories-container  ul li:hover {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top, #fefefe 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f9f9f9',GradientType=0 );
}

#client-new-profile #new-profile-categories #categories-container  ul li.active {
	background: #ddd;
}

#client-new-profile #new-profile-categories #categories-container  ul li span {
	display: inline-block;
	width: 175px;
}

#client-new-profile #new-profile-categories #categories-container  ul li i {
	vertical-align: middle;
	line-height: inherit;
	font-size: 12px;
	color: #aaa;
}

#client-new-profile #new-profile-opening-hours {
	border: 1px solid #ccc;
	border-radius: 4px;
	display: none;
}

#client-new-profile #new-profile-opening-hours.active {
	display: block;
}

#client-new-profile #new-profile-opening-hours #input-hours-range {
	padding: 20px;
	float: left;
}

#client-new-profile #new-profile-opening-hours #input-hours-range p {
	margin-bottom: 10px;
}

#client-new-profile #new-profile-opening-hours #input-hours-range #day-active {
	font-weight: bold;
	font-size: 18px;
}

#client-new-profile #new-profile-opening-hours #input-hours-range  #day-active.inactive {
	color: #ccc;
}

#client-new-profile #new-profile-opening-hours #list-of-days {
	border-right: 1px solid #ccc;
	list-style: none;
	width: 180px;
	float: left;
}

#client-new-profile #new-profile-opening-hours #list-of-days li {
	padding: 7px 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#client-new-profile #new-profile-opening-hours #list-of-days li.active {
	background: #ffffd0;
}

#client-new-profile #new-profile-opening-hours #list-of-days li:first-child {
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
}

#client-new-profile #new-profile-opening-hours #list-of-days li:last-child {
	border-bottom: 0;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
}

#client-new-profile #new-profile-opening-hours #list-of-days li:hover {
	background: #eee;
}

#client-new-profile #new-profile-opening-hours #list-of-days li input[type="checkbox"] {
	float: right;
	cursor: pointer;
	position: relative;
	top: 4px;
}

#client-new-profile #new-profile-opening-hours-check {
	margin-bottom: 0;
}

#client-new-profile #new-profile-opening-hours-check.active {
	margin-bottom: 20px;
}

#client-new-profile #new-profile-opening-hours-check input[type='checkbox'] {
	margin-right: 7px;
	margin-top: 3px;
	cursor: pointer;
	display: block;
	float: left;
}
#client-new-profile #new-profile-opening-hours-check label {
	display: block;
	float: left;
}

#client-new-profile input.time {
	width: 100px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 8px 7px;
	height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



#client-new-profile .fieldset,
#client-edit-profile .fieldset {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

#client-new-profile .fieldset h4,
#client-edit-profile .fieldset h4,
#client-new-profile .fieldset p,
#client-edit-profile .fieldset p {
	margin-bottom: 10px;
}

#client-new-profile #new-profile-providings {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
}

#client-new-profile #new-profile-providings h4 {
	margin-bottom: 5px;
}

#client-new-profile #new-profile-providings p {
	margin-bottom: 10px;
}

#client-new-profile #new-profile-providings #providings-autocomplete {
	margin-bottom: 10px;
}

#client-new-profile #pictures-form #youtube-video-url {
	width: 400px;
}

#client-new-profile #new-profile-social-media {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px;
}

#client-new-profile #new-profile-social-media h4 {
	margin-bottom: 5px;
}

#client-new-profile #new-profile-social-media p {
	margin-bottom: 10px;
}



#client-new-profile #new-profile-social-media #social-media-service-url {
	float: left;
	width: 400px;
	margin-right: 10px;
}

#client-new-profile #new-profile-social-media #add-social-media-button {
	height: 36px;
}

#client-edit-profile #edit-profile-social-media #profile-social-media-list:not(:empty),
#client-new-profile #new-profile-social-media #profile-social-media-list:not(:empty) {
	margin-top: 15px;
}

#client-new-profile #client-new-profile-payment {	
	margin-bottom: 20px;
}

#client-new-profile #client-new-profile-payment h3 {
	margin-bottom: 15px;
}

#client-new-profile #client-new-profile-payment-options {
	
}

#client-new-profile #client-new-profile-payment-options .option {
	margin-bottom: 5px;
	font-size: 13px;
}

#client-new-profile #client-new-profile-payment-options .option label {
	margin-left: 8px;
}

#client-new-profile #client-new-profile-payment-options .option label,
#client-new-profile #client-new-profile-payment-options .option input {
	vertical-align: middle;
}

#client-new-profile #client-new-profile-payment .payment-options {
	display: none;
}

#client-new-profile #client-new-profile-payment .payment-options.active {
	display: block;
	padding-top: 20px;
}

#client-new-profile #client-new-profile-payment .payment-options .payment-option {
	display: none;
}

#client-new-profile #client-new-profile-payment .payment-options .payment-option p {
	text-align: left;
	font-size: 13px;
}

#client-new-profile #client-new-profile-payment .payment-options.payment-option-paypal > .payment-option-paypal,
#client-new-profile #client-new-profile-payment .payment-options.payment-option-deposit > .payment-option-deposit {
	display: block;
}

#client-new-profile #complete-form .thumb {
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 150px;
	padding: 4px;
}
#client-new-profile #complete-form .thumb .empty {
	width: 140px;
	height: 110px;
	background: #eee;
	text-align: center;
}
#client-new-profile #complete-form .thumb .empty i {
	position: relative;
	color: #888;
	top: 45px;
}
#client-new-profile #complete-form .thumb .empty.hide {
	display: none;
}

#client-new-profile #complete-form .fileupload-loading {
	display: none;
	width: 28px;
	height: 16px;
	margin-top: 5px;
	background: transparent url('../images/loading.gif') no-repeat 0 0;
}

#client-new-profile #complete-form .fileupload-loading.loading {
	display: block;
}

#client-new-profile #photo-file-upload .fileupload-loading.loading,
#client-new-profile #pricelist-file-upload .fileupload-loading.loading {
	display: inline-block;
	position: relative;
	height: 14px;
	top: 2px;
}

#client-new-profile #complete-form #logo-thumbnail {
	width: 170px;
}

#client-new-profile #complete-form #logo-thumbnail .thumb {
	width: 150px;
	height: 120px;
}

#profile-pricelist-wrapper .alert {
	margin-bottom: 15px;
}

#profile-pricelist-wrapper .pricelist-box {
	padding: 10px;
	background: #eee; 
	margin-bottom: 15px;
}

#profile-pricelist-wrapper .pricelist-box .pricelist-file-name {
	margin-bottom: 10px;
}

.select {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding: 5px 10px;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #bbb;
}

ul#profile-social-media-services {
	list-style: none;
}

ul#profile-social-media-services li {
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #eee;
	font-size: 13px;
	margin-bottom: 2px;
	padding: 0 10px;
}

ul#profile-social-media-services li a {
	text-decoration: underline;
	color: #333;
}

ul#profile-social-media-services li a.remove {
	text-decoration: none;
	float: right;
}

ul#profile-social-media-services:not(:empty) {
	margin-top: 10px;
}

.profile-uploaded-photos-gallery {
	/* padding-top: 5px; */
}

.profile-uploaded-photos-gallery .thumbnail {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 16px;
	margin-top: 16px;
	width: 140px;
	padding: 4px;
	float: left;
}

.profile-uploaded-photos-gallery .thumbnail img {
	vertical-align: top;
}

.profile-uploaded-photos-gallery .thumbnail:nth-child(4n) {
	margin-right: 0;
}

.profile-uploaded-photos-gallery .thumbnail .empty {
	width: 130px;
	height: 100px;
	background: #eee;
	text-align: center;
}

.profile-uploaded-photos-gallery .thumbnail .empty i {
	position: relative;
	font-size: 20px;
	color: #888;
	top: 40px;
}

.profile-uploaded-photos-gallery .thumbnail .empty.hide {
	display: none;
}

.profile-uploaded-photos-gallery .removable {
	position: relative;
}

.profile-uploaded-photos-gallery .removable .remove {
	position: absolute;
	display: none;
	bottom: 10px;
	right: 10px;
}

.profile-uploaded-photos-gallery .removable:hover .remove {
	display: block;
}


#profile-social-media-list {
	list-style: none;
}

#profile-social-media-list li {
	margin-bottom: 2px;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	background: #f0f0f0;
	font-size: 13px;
}

#profile-social-media-list li .right {
	display: inline-block;
	font-size: 12px;
	color: #888;
}

.hours-select {
	list-style: none;
}

.hours-select li {
	float: left;
	margin-right: 5px;
}

.hours-display {
	margin-bottom: 10px;
}

.hours-display .hours {
	display: table-row;
	margin-bottom: 3px;
	font-size: 13px;
}

.hours-display span {
	display: table-cell;
	padding-right: 9px;
}

.hours-display .weekday {
	font-weight: bold;
}

.hours-display a.remove-hours {
	margin-left: 6px;
}


#client-edit-profile-tabs {
	width:100%;
    display:inline-block;
	border-bottom: 1px solid #bbb;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-top: 15px;
}

#client-edit-profile-tabs ul:after {
	display: block;
	clear: both;
	content: "";
}

#client-edit-profile-tabs ul li {
	margin: 0px 4px;
	float: left;
	list-style: none;
}

#client-edit-profile-tabs ul li a {
	padding: 5px 8px;
	display: inline-block;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #bbb;
	border-bottom: 0;
	font-size: 13px;
	color: #4c4c4c;
	background: #f9f9f9;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
}

#client-edit-profile-tabs ul li a:hover {
	text-decoration: none;
	background-color: #e0e0e0;
	background-position: 0 -15px;
	color: #000;
}

#client-edit-profile-tabs ul li.active a, 
#client-edit-profile-tabs ul li.active a:hover {
	color:#4c4c4c;
	background:#fff;
	position: relative;
	top: 1px;
}

#client-edit-profile #edit-profile-social-media #social-media-service-url {
	float: left;
	width: 400px;
	margin-right: 10px;
}

#client-edit-profile #edit-profile-social-media #add-social-media-button {
	height: 36px;
}

.new-profile-form-wrap {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 20px;
}

.new-profile-form-wrap h4 {
	margin-bottom: 5px;
}

.new-profile-form-wrap p {
	margin-bottom: 10px;
}

.multiselectable { width:800px; display:block; overflow: hidden; width: 100%; }
.multiselectable select, .multiselectable div { width: 270px; float:left; font-size: 14px; }
.multiselectable div * { display: block; margin: 0 auto; }
.multiselectable div { display: inline; }
.multiselectable .m-selectable-controls { margin-top: 1.5em; width: 68px; }
.multiselectable .m-selectable-controls button { margin-top: 1em; width:32px; font-weight: bold; font-size: 22px; }


.youropia-select {
	position: relative;
	width: 250px;
	height: 36px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 10px;
}

.youropia-select.no-margin,
.youropia-select:last-child {
	margin-bottom: 0;
}

.youropia-select.youropia-select-lg,
.youropia-select.youropia-select-lg select {
	width: 400px;
}

.youropia-select select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 36px;
	opacity: 0;
}

.youropia-select .select-text {
	position: absolute;
	left: 12px;
	top: 8px;
	font-size: 13px;
}

.youropia-select .select-dropdown {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 26px;
	height: 26px;
	padding: 0px 16px;
	background: url('../images/dropdown.png') no-repeat center center;
	border-left: 1px solid #ccc;
}

.autocomplete-suggestions { 
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	overflow: auto; 
	border: 1px solid #ccc; 
	background: #FFF; 
}

.autocomplete-suggestion { 
	overflow: hidden; 
	padding: 5px 15px; 
	white-space: nowrap;
}

.autocomplete-selected { 
	background: #F0F0F0; 
}

.autocomplete-suggestions strong { 
	color: #1fadd7; font-weight: normal; 
}

.box {
	margin: 30px 0;
	
}

.box h2 {
	border-top: 1px solid #4A453B;
	margin-bottom: 20px;
	text-align: center;
} 

.box h2 span {
	display: inline-block;
	background: #fff;
	position: relative;
	padding: 0 8px;
	color: #4A453B;
	top: -13px;
}

.pagination {
	height: 32px;
	margin-top: 18px;
	margin-bottom: 3px;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination li {
	display: inline;
}

.pagination a {
	float: left;
	padding: 0 12px;
	line-height: 30px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-left-width: 0;
}

.pagination .active a {
	background-color: #f7f7f7;
}

.pagination a:hover {
	background-color: #eee;
}

.pagination .active a {
	color: #444;
	cursor: default;
}

.pagination .active a:hover  {
	background-color: #f7f7f7;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination li:only-child a {
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

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

.pagination-right {
	text-align: right;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

.alert ul {
	list-style-position: inside;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	line-height: 0;
	font-size: 0;
	width: 100%;
	height: 0;
	clear: both;    
}

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

.no-margin {
	margin: 0 !important;
}

.form-input-row {
	overflow: hidden; 
	padding: 10px; 
	background: #eee; 
	margin-bottom: 2px;
	font-size: 13px;
}

.form-input-row:last-child {
	margin-bottom: 0;
}

.form-input-row .row-title {
	float: left;
	width: 150px;
}

.form-input-row a {
	color: #333;
	text-decoration: underline;
}