html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #f5f5f5 !important;
  color: #555;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body.staging_ubook_no .navbar {
  border-top: 5px solid blue;
}

ol ul {
  list-style-type: disc;
}

hr {
  margin: 10px 0;
}

p, a, span {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
  text-rendering: optimizelegibility;
}

.error-handler {
  padding: 5px;
  margin-top: -10px;
  color: #b94a48;
  position: absolute;
  right: 0;
  top: 18px;
}

.error-handler p {
  margin: 0;
}

.muted {
  color: #c0c0c0;
}

.not-bold {
  font-weight: normal
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
  background: #f5f5f5;
  background-color: #f5f5f5;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #f5f5f5;
  position: relative;
  z-index: 2;
}

.navbar-inner,
.navbar-fixed-top {
  background: rgba(255, 255, 255, 0.85);
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
  /*-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: rgba(255,255,255, 255) !important;
}

.navbar .brand {
  padding: 15px 0px 5px 22px;
}


.navbar .nav,
.navbar-form {
  margin-top: 15px;
  margin-left: -5px !important;
}

.navbar-search {
  margin-top: 20px;
}

.navbar .nav > li {
  font-size: 14px !important;
  font-weight: bold !important;
}

.navbar .nav > li > a:hover,
.navbar .nav > li.active a,
.stylist-header-menu > li > a:hover {
  color: #F15151 !important;
}

.navbar .nav > li > a {
  padding: 8.5px;
}

.navbar .nav {
  margin-top: 17px;
}

.navbar .nav > .active > a,
.stylist-header-menu > li > a:hover {
  color: #2a8fd3;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
}

.navbar .nav > .active > a:hover {
  background: transparent;
  color: #555;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar .nav > .active > a:hover {
  color: #000;
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
  background: transparent;
}

.navbar .nav li > .dropdown-menu .divider {
  margin: 5.5px 1px;
}

.navbar-form .btn {
  width: 120px;
}

.branchlist-container {
  max-height: 235px;
  overflow-y: auto;
}

.branchlist-container>li>a {
  display: inline-block;
  padding: 3px 20px;
  clear: both;
  white-space: nowrap;
  color: #333333;
}

.branchlist-container > li > i {
  color: #F15151;
}

.branchlist-container>li>a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

#footer {
  background: #fff;
  position: absolute !important;
  width: 100%;
  margin-top: 30px;
}

#footer .footer-nav {
  margin-top: 20px;
  float: left;
}

a:hover {
  text-decoration: none;}

.main-cont {
   height: 593px;
}

.landing-image img {
  max-width: 100%;
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
  left: -225px;
  position: relative;
}

.hero-input {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.hero-box {
  position: relative;
  z-index: 100;
}

.hero-input .container {
  top: 200px;
}

.hero-input input {
  font-size: 16.5px;
  height: 35px;
}

.hero-input .hero-search-box {
  width: 929px;
  margin: 0 auto;
}

.hero-input .s-location {
  width: 500px;
}

.hero-input .s-city {
  width: 262px;
}

.hero-input .search-btn {
  width: 120px;
  padding: 11.5px 19px;
}

.hero-input .search-btn a,
.hero-input .search-btn a:hover {
  color: #fff;
}

.hero-input .title {
  font-size: 3.3em;
  padding: 10px 20px 0 0;
  text-align: left;
  font-weight: bold !important;
}

.hero-input .title,
.hero-input .sub-title {
  text-shadow: 0 0px 15px rgba(0, 0, 0, 0.85), 0 -1px 1px rgba(0 , 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
}

.hero-input .sub-title,
.sub-title {
  font-size: 25.5px;
  line-height: 35px;
  padding: 0 3.5px 10px;
  margin: 6px 0 0;
}

.hero-input .title,
.title,
.sub-title {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-weight: normal;
  /*font-family: 'Oxygen', sans-serif;*/
}

.title {
  text-align: center;
  color: #555;
  font-size: 35px;
  padding: 10px 20px;
}

.title.big {
  font-weight: normal;
  font-size: 4.2em;
}

.title.text-left {
  text-align: left;
}

.title.text-right {
  text-align: right;
}

.title.no-indent {
  padding-left: 0;
  padding-right: 0;
}

/* breadcrumb */
.breadcrumb {
  padding: 10px 15px;
  margin: 20px 0;
}

#ForgotPassword.fade.in,
#modal_about.fade.in,
#modal-update-service-category.fade.in,
#modal-add-service-category.fade.in,
#EditCover.fade.in,
#EditProfilePic.fade.in {
  top: 30%;
}


#UpdateEmployee.fade.in,
#NewEmployee.fade.in,
#NewClient.fade.in,
#EditContact.fade.in,
#UpdateService.fade.in {
  top: 22%;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.4;
}


.modal.large {
  width: 700px;
  margin-left: -350px;
}

.modal-backdrop {
  .opacity: 0.4;
}

.modal .modal-header .nav-tabs {
  margin-bottom: -9px;
  border: 0;
}

.modal .modal-body table.table {
  margin-bottom: 0 !important;
  border: 0;
}

.modal .modal-body .table tr:first-child,
.modal .modal-body .table tr:first-child td {
  border-top: 0;
}

.modal .form-horizontal .control-group {
  margin-bottom: 10px;
}

.modal .modal-body .table tr td input {
  margin-bottom: 0;
}

.modal .modal-body .table tr td:first-child {
  padding-left: 20px;
}

.modal .modal-header .nav-tabs> .active>a,
.modal .modal-header .nav-tabs> .active>a:hover {
  border: 1px solid #eee;
}

.modal .modal-header .nav-tabs>.active>a,
.modal .modal-header .nav-tabs>.active>a:hover,
.modal .modal-header .nav-tabs>.active>a:focus {
  border-bottom: 1px solid transparent;
}

.modal h3.title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #555;
  text-align: left;
  padding: 2.5px 0;
}

.modal-body {
  overflow-x: hidden;
}

.modal form,
.modal-body form,
.modal-body form ul,
.modal-body form ul li.control-group:last-child,
.modal .form-horizontal .control-group:last-child {
  margin-bottom: 0;
}

.modal-body form ul li.control-group {
  margin-bottom: 11px;
}

.modal-body .control-group .controls p,
.modal-body form ul li.control-group .controls p {
  margin-top: 5.5px;
}

.modal-body .day-off{
  padding: 10px;
}

.modal-body .day-off > #holiday-date-picker {
  display: block;
  float: left;
}

.modal-body .day-off > #holiday-date-picker > .ui-datepicker {
  width: 21em;
}

.modal-body .day-off > #holiday-date-picker > .ui-datepicker .ui-datepicker-header {
  border:none;
  padding: .75em 1em;
}

.modal-body .day-off > #holiday-date-picker > .ui-datepicker .ui-datepicker-prev,
.modal-body .day-off > #holiday-date-picker > .ui-datepicker .ui-datepicker-next,
.modal-body .day-off > #holiday-date-picker > .ui-datepicker .ui-datepicker-prev-hover,
.modal-body .day-off > #holiday-date-picker > .ui-datepicker .ui-datepicker-next-hover {
  top:12.5px;
}

.modal-body .day-off > #holiday-date-picker > .ui-datepicker .ui-datepicker-prev-hover,
.modal-body .day-off > #holiday-date-picker > .ui-datepicker .ui-datepicker-next-hover {
  cursor: pointer;
}

.modal-body .day-off > .date-pane {
  width: 23em;
  border: 1px solid #ccc;
  float: left;
  min-height: 282px;
  margin-left: 10px;
  margin-bottom: 0;
}

.modal-body textarea {
  margin-bottom: 0;
}

.modal-footer {
  padding: 9px 10px 10px;
}

.spacer {
  padding: 10px;
}

.spacer-10 {
  padding: 5px;
}

.spacer-5 {
  padding: 2.5px;
}

.full-width {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  *width: 100%;
}

.seperator,
.modal > .modal-body .seperator {
  border-top: 1px solid #e1e1e1;
  height: 1px;
  display: block;
  margin: 15px 0;
  position: relative;
  text-align: center;
}

.seperator:after,
.modal > .modal-body .seperator:after {
  content: attr(data-message);
  color: #c0c0c0;
  padding: 10px;
  background: #f0f6f6;
  display: inline-block;
  position: relative;
  top: -20px;
}

hr.division {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 -1px;
}

hr.division.gray {
  border-top-color: #b2b2b2;
}

hr.division.light-gray {
  border-top-color: #e0e0e0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);*/

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

  border: 1px solid #d6d6d6;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select:focus {
  border-color: rgba(0, 0, 0, 0.30);
  outline: 0;
  outline: thin dotted \9;
  background: #fff !important;
  /* IE6-9 */
  /*
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[disabled]:focus,
select[disabled]:focus,
textarea[disabled]:focus,
input[readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  background: #eeeeee !important;
  background-color: #eeeeee !important;
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus,
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
  width: 100%;
  display: block !important;
}

textarea,
.border-box {
  -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
  box-sizing: border-box !important;
}

/* for social button and btn */
.input-resize {
  width: 164px;
}

.pagination ul,
.btn,
.btn-success,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-info,
.btn-primary,
.input-append .add-on,
.input-prepend .add-on,
.label,
.badge {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn.btn-link,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  background: transparent;
  text-decoration: none;
  border: 1px solid transparent;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn.disabled,
/*.btn-success.disabled,
.btn-info.disabled,
.btn-primary.disabled,
.btn-warning.disabled,
.btn-error.disabled,*/
.btn[disabled] {
  background: #e9e9e9;
}

.btn,
.input-append .add-on,
.input-prepend .add-on {
  background: #e6e6e6;
  *background: #e6e6e6;
  border-color: #ccc;
}

.btn {
  background: #fff;
  *background: #fff;
}

.btn:hover,
.btn:active {
  background: #bfbbbb;
  *background: #bfbbbb;
  border-color: #bfbbbb;
}

.btn-success {
  background: #4ABD56;
  *background: #4ABD56;
  border-color: #44b550;
}

.btn-success:hover,
.btn-success:active,
.btn-success.disabled,
.btn-success[disabled] {
  background: #44b550;
  *background: #44b550;
  border-color: #3cad47;
}

.btn-primary {
  background: #2BA0DA;
  *background: #2BA0DA;
  border-color: #158ac4;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #2495C1;
  *background: #2495C1;
  border-color: #2495C1;
}

.btn-warning {
  background: #ffb752;
  *background: #ffb752;
  border-color: #e69e39;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background: #eda848;
  *background: #eda848;
  border-color: #eda848;
}

.btn-danger {
  background: #d15b47;
  *background: #d15b47;
  border-color: #b82a11;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background: #c3513d;
  *background: #c3513d;
  border-color: #c3513d;
  color: #fff;
}

.btn-inverse {
  background: #555;
  *background: #555;
  border-color: #444;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background: #111;
  *background: #111;
  border-color: #111;
}

.btn-info {
  background: #87c9f4;
  *background: #87c9f4;
  border-color: #69acd9;
}

.btn-info:hover,
.btn-info:active,
.btn-info.disabled,
.btn-info[disabled] {
  background: #69acd9;
  *background: #69acd9;
  border-color: #69acd9;
}

.btn.btn-facebook {
  background: #29447e;
  color: #fff;
  border-color: #29447e;
}

.btn.btn-facebook:hover,
.btn.btn-facebook:active,
.btn.btn-facebook.disabled,
.btn.btn-facebook[disabled] {
  background: #1c3976;
  *background: #1c3976;
  border-color: #1c3976;
}

.btn.btn-purple {
  background: #d49fc9;
  color: #fff;
  border-color: #ce90c1;
}

.btn.btn-purple:hover,
.btn.btn-purple:active,
.btn.btn-purple.disabled,
.btn.btn-purple[disabled] {
  background: #ce90c1;
  *background: #ce90c1;
  border-color: #c98fbc;
}

.btn.iconbtn {
  position: relative
}

.btn.iconbtn > [class^="icon-"],
.btn.iconbtn > [class*=" icon-"] {
  position: absolute;
  left: 17px;
}

.btn-link [class^="icon-"]:before,
.btn-link [class*=" icon-"]:before,
.btn [class^="icon-"]:before,
.btn [class*=" icon-"]:before {
  width: auto;
}

.btn-group > .tooltip + .btn,
.btn-group > .popover + .btn{
    margin-left:-1px;
}

.tooltip {
  font-size: 14px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  width: 17.5px;
  text-align: center;
}

/* custom modal effect */
/*.modal-backdrop.fade {
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  -webkit-transform: translateY(-20px) perspective( 600px );
  -moz-transform: translateY(-20px) perspective( 600px );
  -ms-transform: translateY(-20px) perspective( 600px );
  -o-transform: translateY(-20px) perspective( 600px );
  transform: translateY(-20px) perspective( 600px );
}

.modal-backdrop.in {
  -webkit-transform: translateY(0) perspective( 600px );
  -moz-transform: translateY(0) perspective( 600px );
  -ms-transform: translateY(0) perspective( 600px );
  -o-transform: translateY(0) perspective( 600px );
  transform: translateY(0) perspective( 600px );
}*/

/* popover, dropdown-menu, pager, modal custom reset */
.modal,
.popover,
.dropdown-menu,
.pager li>a,
.pager li>span,
.nav-tabs>li>a {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-weight: normal;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.popover-content {
  padding: 0 6.5px;
  font-size: 12px;
}

.popover-content ul {
  margin: 0;
}

.popover-content ul li,
.popover-content ul li a {
  display: block;
  color: #555;
}

.popover-content ul li a:hover {
  color: #0088cc;
}

.popover-content ul li {
  padding: 2.5px 0;
}

.popover .popover-content p {
  border-bottom: 1px solid #d3d3d3;
}

.popover .popover-content p:last-child {
  border-bottom: 0;
}

.popover .popover-content a,
.popover .popover-content a:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.showinfo + .popover {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.showinfo + .popover.top .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.55);
}
/* border color */
.well.title-bar.border-gray,
.border-gray {
  border: 1px solid #eee;
}

/* search-list */
.search-list li {
  margin-bottom: 25px;
/*  webkit-transition:all 0.25s linear;
  -moz-transition:all 0.25s linear;
  -o-transition:all 0.25s linear;
  transition:all 0.25s linear;*/
}

/*.search-list li:hover {
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.15);
}*/


.search-list li.suggested .image-container,
.search-list li.user-list .image-container {
  float: left;
  height: 180px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.search-list li.suggested .image-container:after,
.search-list li.user-list .image-container:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 5px;
  background: #fafafa;
  font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight:normal;
  font-style:normal;
  content: "\F03E";
  font-size: 65px;
  line-height: 170px;
  color: #c0c0c0;
}

.search-list li.suggested .image-container img,
.search-list li.user-list .image-container img {
  position: relative;
  z-index: 2;
}

.search-list li.suggested .box,
.search-list li.user-list .box {
  width: auto;
  overflow: hidden;
}

.search-list li.suggested {
  background: #fff7ec;
}

.search-list li.suggested .box.suggested-box .title,
.search-list > li.user-list .box .title {
  padding: 7px 0;
  margin: 5px 0;
}

.search-list > li.user-list .box .title {
  font-size: 24px;
}

.search-list li.suggested .box.suggested-box .title {
  font-size: 18px;
}

.search-list li.suggested .box.suggested-box .title span {
  font-size: 14px;
  font-weight: normal;
}

.search-list li.suggested .box.suggested-box .title,
.search-list > li.user-list .box .title,
.search-list > li .title {
  line-height: 20px;
  font-weight: 700;
  color: #555;
  text-align: left;
}

.search-list > li .title {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.search-list > li.suggested .desc,
.search-list > li.user-list .desc {
  font-size: 18px;
  margin-bottom: 5px;
  font-family: 'Oxygen', sans-serif;
}

.search-list > li.suggested .box-content,
.search-list > li.user-list .box-content {
  margin: 0 10px;
}

/* time tableb */
.time-table-cont {
  margin: 10px 10px 0;
  display: block;
  position: relative;
}

.time-table-cont:last-child {
  margin-bottom: 10px;
}

.time-table-refresh {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
  text-align: center;
  border: 1px solid #e1e1e1;
}

.time-table-refresh .refresh {
  position: absolute;
  top: 35.5%;
  font-size: 4em;
  color: #c0c0c0;
}

.time-table {
  width: 100%;
  border: 0;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.time-table caption {
  font-size: 14px;
  font-weight: bold;
  padding: 3px 6px;
  text-align: left;
  background: #E9EAED;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.time-table tr {
  border-top: 1px solid #ccc;
}


.time-table tr td.day,
.time-table tr td.night {
  text-align: center;
  padding: 0;
  border-left: 1px solid #ccc;
  font-size: 12px;
}

.time-table tr td.day {
  background: #fff;
}

.time-table tr td.night {
  background: #F6F7F8;
}

.time-table tr td a,
.time-table tr td p,
.time-table tr td.day p,
.time-table tr td.night p {
  display: block;
  padding: 2.5px 5px;
  margin: 0;
}

.time-table tr td a:hover {
  text-decoration: none;
}

.time-table tr td a:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.time-table tr td:first-child {
  border-left: 0;
}

.search-details > .form-horizontal {
  margin: 10px 15px;
}

.search-details > .form-horizontal ul {
  margin: 10px !important;
}

.search-details > .form-horizontal .controls {
  margin-left: 100px;
}

.search-details > .form-horizontal .controls select {
  height: 27px;
  width: 170px !important;
}

.search-details > .form-horizontal .controls input,
.search-details > .form-horizontal .controls select {
  width: 230px;
  padding: 2px 3px;
}

.search-details > .form-horizontal .controls .price {
  width: 76px;
}

.search-details > .form-horizontal .controls input,
.search-details > .form-horizontal .controls select,
.search-details > .form-horizontal .control-group > .control-label {
  position: relative;
}

.search-details > .form-horizontal .control-group {
  margin-bottom: 5px;
}

.search-details > .form-horizontal .control-group > .control-label {
  width: auto;
  padding-top: 3px;
}

/* for map */
#search_result_map,
#directory_map {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.margin {
  margin: 10px;
}

.margin-bottom-reset {
  margin-bottom: 0;
}

/* elipsis */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.relative {
  position: relative;
}

/* no hover */
.no-hover:hover {
  background: transparent;
  background-color: transparent;
  background-image: none;
  cursor: default;
}

/* cover photo template */
#scroll-bottom .cover-container {
  position: relative;
  height: auto;
  min-height: 100%;
}

.cover-container {
  background-color: rgba(0,0,0,.75);
  max-width: 100%;
  max-height: 100%;
  min-height: 400px;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  background-position: 50%!important;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
}


.cover-container:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 30%;
}

.cover-img {
  text-align: center;
  vertical-align: top;
  bottom: 0;
  top: 0;
  width: 980px;
}

.cover-img img {
  height: auto;
  width: 100%;
  min-width: 1419px;
  max-width: 100%;
  position: absolute;
  left: -20%;
}

.edit-cover {
  position: absolute;
}

.edit-cover .btn {
  bottom: 11px;
}

.gradient {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 200px;
}

.profile-container,
.about-box {
  position: absolute;
  bottom: 20px;
  z-index: 10;
}

/* for about */
.about-box {
  left: 0;
  right: 0;
  bottom: 10px;
}

.profile-cover {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
}

.profile-cover > .img-circle {
  margin-right: 0;
  padding: 0;
}

.profile-cover .backdrop > .img-circle.large:after,
.profile-cover .backdrop > .img-circle.small:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 10px;
  font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight:normal;
  font-style:normal;
  content: "\F03E";
  color: #f3f3f3;
  text-align: center;
}

.profile-cover .backdrop > .img-circle.large:after {
  font-size: 45px;
  line-height: 180px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.profile-cover .backdrop > .img-circle.small:after {
  font-size: 25px;
  line-height: 30px;
}

.profile-cover .img-circle > img {
  float: left;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  position: relative;
  display: block !important;
  z-index: 1;
}

.profile-cover:hover > .edit-photo {
  top: 0;
  background: rgba(0, 0, 0, 0.35);
}

.profile-cover > .edit-photo {
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 135px;
  right: 0;
  bottom: 0;
  margin: 5px;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2;
}

.profile-cover:hover > .edit-photo .edit-btn {
  opacity: 1;
}

.profile-cover > .edit-photo .edit-btn {
  position: relative;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.60);
  color: #fff;
  padding: 20px;
  top: 85px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
}

.profile-cover>.edit-photo .edit-btn [class^="icon-"]:before,
.profile-cover>.edit-photo .edit-btn [class*=" icon-"]:before {
  width: auto;
}

.profile-bio {
  float: left;
  color: #fff;
  margin-left: 18px;
}

.about-nav {
  text-align: center;
  position: relative;
}

.about-nav ul {
  margin-bottom: 0;
  display: inline-block;
}

.about-nav ul li {
  float: left;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}

.about-nav ul li a {
  display: block;
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  padding: 10px;
}

#navigate li a.active {
  color: #0088cc;
}

.profile-bio .name {
  font-weight: normal;
  font-size: 30px;
  white-space: nowrap;
}

.profile-bio p {
  font-size: 16px;
}

.profile-bio .name,
.profile-bio p {
  text-shadow: 0 0 4.5px rgba(0, 0, 0, 0.55);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
  text-rendering: optimizelegibility;
}

.profile-bio p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}


.profile-bio .btn {
  position: relative;
}

.navigator-cont {
  padding: 10px;
  position: relative;
}

.navigator-cont > .btn-group {
  margin-bottom: 0;
}

.navigator-cont > .btn-group .btn,
.navigator-cont > .btn {
  padding: 7px 15px;
  font-size: 16px;
}

.navigator-cont > .navigator-bar {
  display: block;
}

.navigator-cont > .navigator-bar li {
  float: left;
  font-size: 16px;
  padding: 7px 15px;
  margin: 0;
}

.navigator-cont > .navigator-bar li {
  border-right: 1px solid #fff;
}

.navigator-cont > .navigator-bar li:last-child {
  border-right: 0;
}


[class*="background-"] {
  background: #f2f2f2;
}

.background-white {
  background: #fff;
}

.background-dark {
  background: #555;
}

.background-gray {
  background: #c0c0c0;
  background-color: #c0c0c0;
}

.background-dark-gray,
.label-serving {
  background: #808080;
  background-color: #808080;
}

.vertical-list:hover .well.title-bar.red:after,
.background-red,
.label-waiting,
.label-busy {
  background: #DF5138;
  background-color: #DF5138;
}

.vertical-list:hover .well.title-bar.green:after,
.background-green,
.label-served,
.label-available {
  background: #4ABD56;
}

.vertical-list:hover .well.title-bar.orange:after,
.background-orange,
.label-no-show {
  background: #FFBD1E;
  background-color: #FFBD1E;
}

.label-new {
  background: #4FB7FD;
  background-color: #4FB7FD;
}

.label-cancel {
  background: #222;
  background-color: #222;
}

.label-cancel,
.label-serving,
.label-waiting,
.label-no-show,
.label-served,
.label-new {
  position: relative;
}

/*.label-cancel:after,
.label-serving:after,
.label-new:after,
.label-served:after,
.label-waiting:after,
.label-no-show:after {
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-left: 9.5px solid #FFBD1E;
  display: block;
  content: "";
  position: absolute;
  right: -9px;
  top: 0;
}

.label-cancel:after {
  border-left: 9.5px solid #fff;
}

.label-served:after {
  border-left: 9.5px solid #4ABD56;
}

.label-new:after {
  border-left: 9.5px solid #4FB7FD;
}

.label-waiting:after {
  border-left: 9.5px solid #DF5138;
}

.label-serving:after {
  border-left: 9.5px solid #808080;
}*/

.vertical-list:hover .well.title-bar.light-gray:after {
  background: #E5E5E5;
}

.vertical-list:hover .well.title-bar.lavender:after {
  background: #D49FC9;
}

.colleague-cont:hover .well.title-bar.light-blue:after {
  background: #87C9F4;
}

.colleague-cont {
  margin-bottom: 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.text-green {
  color: #4ABD56;
}

.text-blue {
  color: #87C9F4;
}

.text-orange {
  color: #FFBD1E;
}

.text-red {
  color: #DF5138;
}

.text-gray {
  color: #555;
}

.text-bold {
  font-weight: bold;
}

/* for word wrap */
.word-wrap {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

/* reset-padding */
.reset-padding {
  padding: 0;
}

/* pointer */
.pointer {
  cursor: pointer;
}

/* for vertical listing */
.vertical-list  {
  margin: 0 0 20px;
  font-size: 14px;
  position: relative;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.vertical-list:nth-last-child(0) {
  margin: 0;
}

.vertical-list p {
  margin: 8px 11px;
}

.vertical-list ul {
  margin: 0;
}

.vertical-list li  {
  padding: 11px;
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #ffffff;
}

.vertical-list li a {
  display: block;
}

.vertical-list li.active {
  background: #87C9F4;
}

.vertical-list li.active a,
.vertical-list li.active a:hover {
  text-decoration: none;
}

.vertical-list li.header {
  background: #555;
  color: #fff;
  padding: 5px 11px;
}

.vertical-list div {
  font-weight: bold;
}

.vertical-list .more {
  background: #eaf2ff;
  padding: 11px;
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
}

.vertical-list .more a {
  display: block;
  position: relative;
  text-decoration: none;
}

.vertical-list div .pull-right,
.vertical-list li .pull-right {
  font-weight: normal;
  display: inline-block;
}

.vertical-list div span a {
  display: block;
  padding: 0 8px;
  top: 0;
  position: relative;
  text-decoration: none;
}

.vertical-list div span a.btn:hover {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
  box-shadow: none;
}

.vertical-list div span a:hover,
.vertical-list div span .active  {
  background: #fff;
  color: #000;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2)
}

.vertical-list .accordion {
  margin-bottom: 0;
}

.vertical-list .accordion-inner {
  padding-left: 24px !important;
}

.vertical-list .accordion > .accordion-group {
  margin: 0;
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.vertical-list .accordion > .accordion-group .accordion-toggle {
  padding: 0 11px;
  line-height: 42.5px;
  text-decoration: none;
  display: inline-block;
  width: 74.489362%;
  vertical-align: middle;
}

.vertical-list .accordion > .accordion-group .accordion-heading:hover .accordion-toggle .caret {
  border-top-color: #005580
}

.vertical-list .accordion > .accordion-group .accordion-heading:hover .accordion-toggle .caret-right {
  border-left-color: #005580
}

.vertical-list .accordion > .accordion-group .accordion-heading .accordion-toggle .caret {
  border-top-color: #333;
}

.vertical-list .accordion > .accordion-group .accordion-heading .accordion-toggle .caret-right {
  border-left-color: #333
}

.vertical-list .accordion > .accordion-group .accordion-heading .accordion-toggle .caret,
.vertical-list .accordion > .accordion-group .accordion-heading .accordion-toggle .caret-right {
  vertical-align: middle;
}

.vertical-list .accordion > .accordion-group .accordion-heading > .btn {
  margin: 8px 11px 0 0;
}

.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner{
  padding: 5 11px 0;
  font-weight: normal;
}

.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .service-lenght {
  display: block;
}

.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner:hover .service-lenght {
  display: none;
}

.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .service-lenght span {
  display: inline-block;
  min-width: 50px;
}

.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner:hover .btn-group,
.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner:hover .btn-mini {
  display: inline-block;
}

.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .btn-group,
.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .btn-mini {
  display: none;
  position: absolute;
  right: 0;
}

.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .btn-group > .btn {
  position: relative;
}

.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .btn-group .btn-mini [class^="icon-"],
.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .btn-group .btn-mini[class*=" icon-"],
.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .btn-mini [class^="icon-"],
.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .btn-mini[class*=" icon-"] {
  margin-top: 1px;
}

.vertical-list .accordion > .accordion-group .accordion-body .accordion-inner .service-description {
  display: block;
  line-height: 20px;
  font-size: 12px;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  position: relative;
}

.vertical-list ul li > dl {
  margin: 0;
}

.vertical-list ul li > dl dt {
  width: 100px;
  text-align: left !important;
  text-overflow: inherit;
}

.vertical-list ul li > dl dd {
  margin-left: 110px;
}

/* for client serving and new client */
.vertical-list li .client-served > .pull-right {
  margin-top: 4px;
  font-style: italic;
}

.vertical-list li .client-served p,
.vertical-list li .client-served span {
  font-weight: normal;
}

/* vertical tabs */
.vertical-list .tabs {
  margin-left: -5px;
  margin-right: -5px;
  border-bottom: 1px solid #ddd;
  text-align: right;
  background: #f5f5f5;
  margin-top: -5px;
}

.vertical-list .tabs .list {
  display: inline-block;
  border-bottom: 0;
  font-size: 14px;
  margin-top: 5px;
  padding: 0;
  margin-right: 5px;
  margin-bottom: -1px;
  border: 1px solid transparent;
}

.vertical-list .tabs .list a {
  font-weight: normal;
  display: block;
  padding: 11px
}

.vertical-list .tabs .list.active a,
.vertical-list .tabs .list:hover a {
  color: #555;
}

.vertical-list .tabs .list.active,
.vertical-list .tabs .list:hover {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

.vertical-list .tab-content {
  margin-top: -5px;
}

/* for well paging */
/*.vertical-list .well.paging > .pager select,
.vertical-list .well.paging > .pager .btn {
  position: relative;
  top: 15px;
}*/

/* colleague list */
.colleague-list li {
  border: 1px solid #eee;
  display: inline-block;
  float: left;
  vertical-align: top;
  background: #fff;
  margin-bottom: 5px;
  position: relative;
  width: 219px;
  margin-left: 5.5px;
}

.colleague-list li .action-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  overflow: hidden;
}

.colleague-list li .action-bar.add {
  background: transparent;
  top: 0;
  border: 3px solid transparent;
}

.colleague-list li:hover .action-bar.add {
  border: 3px dashed #c0c0c0;
}

.colleague-list li .action-bar.add .add-emps {
  background: #f2f2f2;
  background-color: transparent;
  background-image: none;
  color: #c0c0c0;
  font-weight: bold;
  border: 1px solid transparent;
  display: block;
  line-height: 310px;
  font-size: 12px;
  text-align: center;
}

.colleague-list li .holder,
.colleague-list li .plus,
.colleague-list li img {
  width: 219px;
  height: 219px;
  margin: 0 auto;
  background: #fafafa;
  text-align: center;
}

.colleague-list li img,
.colleague-list li .holder,
.colleague-list li .plus {
  position: relative;
}

.colleague-list li img {
  z-index: 1;
}

.colleague-list li .plus:after,
.colleague-list li .holder:after {
  position: absolute;
  font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight:normal;
  font-style:normal;
  content: "\f067";
  left: 0;
  right: 0;
  top: 0;
  bottom: 25px;
  color: #c0c0c0;
  font-size: 90px;
}

.colleague-list li .plus:after {
  content: "\f067";
  line-height: 225px;
}

.colleague-list li .holder:after {
  content: "\F03E";
  line-height: 200px;
  font-size: 45px !important;
  color: #f3f3f3;
}

.colleague-list li .holder .water-marks {
  font-size: 100px;
  color: #c0c0c0;
  line-height: 200px;
}

.colleague-list li .btn-link {
  padding-left: 7px;
  padding-right: 7px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #fff;
}

.colleague-list li:hover .edit-colleague {
  opacity: 1;
}

.colleague-list li .edit-colleague {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 25px;
  left: 0;
  right: 0;
  font-size: 60px;
  line-height: 200px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.colleague-list li .edit-colleague a,
.colleague-list li .edit-colleague a:hover {
  color: #fff;
  display: block;
}

/* branch list */
.branch-list li img {
  float: left;
}

.branch-list li .branch-list-information {
  width: auto;
  overflow: hidden;
  padding: 0 5px;
}

.branch-list li .branch-list-information p,
.branch-list li .branch-list-information span {
  font-weight: normal;
  margin: auto;
}

.branch-list li a {
  display: inline-block;
}

/* for image-holder */
[class*="image-holder-"],
[class^="image-holder-"] {
  display: block;
}

[class*="img-"],
[class^="img-"] {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 5px;
}

.img-30x30,
.img-30x30 img {
  width: 30px;
  height: 30px;
}

.image-holder-30 .image-body {
  margin-left: 35px;
}

.img-50x50,
.img-50x50 img {
  width: 50px;
  height: 50px;
}

.image-holder-50 .image-body {
  margin-left: 55px;
}

.well.title-bar,
.well.paging {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 0;
  padding: 5px;
  margin-bottom: 0;
  position: relative;
}

.well.result {
  background: #fff9d7;
  border: 1px solid #E2C822;
}

.well.result .title {
  color: #d6b70c;
}

.well.result.title-bar:after,
.well.result.title-bar:hover:after {
  background: transparent;
}

.well.paging:after,
.well.title-bar:after,
.well.title-bar.red:after,
.well.title-bar.green:after,
.well.title-bar.orange:after,
.well.title-bar.light-gray:after,
.well.title-bar.light-blue:after,
.well.title-bar.lavender:after {
  content: "";
  position: absolute;
  /*background: #555;*/
  top: -4px;
  left: -1px;
  right: -1px;
  height: 4px;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  z-index: 0;
}

.table-cont:hover .well.paging:after,
.table-cont:hover .well.title-bar:after {
  /*background: #555;*/
  background: transparent;
}

.colleague-cont:hover .well.paging:after,
.vertical-list:hover .well.paging:after,
.well.paging:hover:after,
.vertical-list:hover .well.title-bar:after,
.well.title-bar:hover:after {
  background: #2a8fd3;
}

.well.title-bar .title,
.well.paging .title {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0 5px;
  line-height: 20px;
  margin: 10px 0;
}

.well.title-bar .title.big,
.well.paging .title.big {
  font-size: 2em;
  margin: 15px 0;
  padding: 10px 5px;
  font-weight: normal;
}

.well.title-bar .title.inline,
.well.paging .title.inline {
  display: inline-block;
  float: left;
}

.vertical-list .well.title-bar > .pager .title,
.well.paging > .pager .title {
  text-align: left;
  float: left;
}

.well.title-bar .title small {
  font-weight: normal;
  font-size: 14px;
  color: #555;
}

.well.title-bar .title > .btn-group,
.well.title-bar .title > input,
.well.title-bar .title > select,
.well.title-bar .title > .btn {
  float: right;
  margin-left: 7px;
}

.well.title-bar .title > .btn  {
  margin-top: -4px;
  border-width: 1px;
}

.
.title-bar .title > select {
  margin-top: 1px;
}

.well.title-bar .title .btn-group {
  position: relative;
  margin-top: -5px;
  top: 1px;
}

.well.title-bar .title .btn-group-offset-top-5,
.well.title-bar .btn-group-offset-top-5 {
  top: -5px;
}

.well.title-bar .title .btn-offset-top5,
.well .btn-offset-top15,
.well.title-bar .btn-group-offset-top-5 {
  position: relative;
}

.well.title-bar .title .btn-offset-top5 {
  top: 5px;
}

.well .btn-offset-top15 {
  top: 15px;
}

.well.title-bar .title .btn-group > input,
.well.paging > .pager .btn-group > input {
  position: relative;
  top: 5px;
  margin-left: -1px;
  margin-right: -1px;
}

.well.title-bar .title > input {
  margin-bottom: 0;
  margin-top: -5px;
}

.well.paging {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 0;
}

.well.paging > .pager {
  text-align: right;
  margin-bottom: -10px;
}

.well.paging > .pager form {
  margin-bottom: 0;
}

.well.paging > .pager ul,
.well.paging > .pager input {
  position: relative;
  top: 3px;
}

.well.paging > .pager ul + .btn {
  top: -8px;
  margin-right: 7px;
  position: relative;
}

.well.paging > .pager > .btn {
  margin-top: -16px;
  margin-right: 7px;
}

.well.paging .pager > .btn-group {
  margin: -16px 5px 0 -5px;
}

.well.paging > .pager ul,
.well.paging > .pager select,
.well.paging > .pager input {
  margin-right: 3px;
}

.well.paging > .pager select {
  position: relative;
  top: -3px;
}

.well > .pagination {
  margin: 0;
}

.pagination li.pages a:active,
.pagination li.pages a.active {
  background: #f5f5f5;
  color: #999;
  cursor: default;
}

.pagination {
  font-size: 11px;
}

.pagination ul>li [class^="icon-"]:before,
.pagination ul>li [class*=" icon-"]:before {
  width: auto;
}

/* for custom uploading image css */
.imageUpload {
  position:relative;
}

.imageUpload input[type="file"] {
  position:absolute;
  visibility: hidden;
  z-index: 1;
}

.imageUpload input[type="text"] {
  float: left;
}

.choosefile, .imageUpload span {
  position: relative;
}

.showOpt {
  position: relative;
}

/* table fixed */
table tr td input,
table tr td select {
  margin-bottom: 0;
}

table tr td img {
  margin-right: 5px;
}

.table-cont {
  /*padding-top: 5px;*/
}

.table tr td {
  vertical-align: middle;
  padding: 8px;
}

.table thead {
  background: #f0f0f0;
}

.table thead th:first-child {
  border-left: 0;
}

.table thead th {
  border-left: 1px solid #ccc;
}

.table-header {
  margin-bottom: -37px;
  position: relative;
  z-index: 1;
  border: 1px solid #eee;
  border-top: 0;
  border-bottom: 0;
  padding-right: 16px;
}

[class*="scroll-body"],
[class^="scroll-body"] {
  overflow-y: scroll;
  background: #f2f2f2;
  padding-top: 36px;
  border-bottom: 1px solid #eee;
}

#client-list thead tr th,
#client-list-sticky thead tr th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-fixed-header-layout {
  table-layout: fixed;
}

.table-header table,
.scroll-body table,
.tablesorter {
    width: 100%;
    border-collapse: 0;
    border-spacing: 0;
    table-layout: fixed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    margin-bottom: 0;
}

.scroll-body table,
.table {
  border: 1px solid #eee;
}

.table-header table th,
.table thead th {
  border-bottom: 1px solid #eee;
}

.table-header table th,
.scroll-body table tr td,
.table-fixed-layout table tr td {
    table-layout: fixed;
}

.table-header tr:last-child,
.scroll-body tr:last-child,
.table-fixed-layout tr:last-child {
  border-bottom: 1px solid #eee;
}

.table-header table th,
.scroll-body table tr td,
.table-fixed-layout th,
.table th {
  border-left: 1px solid #eee;
  vertical-align: middle;
}

.table-header table th:last-child,
.scroll-body table tr td:last-child {
    border-right: 1px solid #eee;
}

.tablesorter thead,
.table-overview thead {
  background: #f0f0f0;
}

.tablesorter thead th {
  border-left: 1px solid  #ccc;
}

.tablesorter thead th:first-child {
  border-left: 1px solid #eee;
}

.tablesorter tr td.table-title {
  font-weight: bold;
}

.tablesorter caption {
  border: 1px solid #eee;
  border-bottom: 0;
  background: #fff;
}

.tablesorter caption .well,
.tablesorter caption .well.title-bar.border-gray {
  border: 0;
}

.tablesorter-header,
.tablesorter thead th,
.tablesorter-sticky-visible .headerFixed .tablesorter-headerRow th {
  outline: 0;
  outline: none;
}

.tablesorter-sticky-visible caption {
  border-right: 0;
  border-bottom: 1px solid #eee;
}



.tablesorter-filter-row {
    visibility: hidden !important;
    display: none;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
  display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled,
.tablesorter-pager .disabled:hover {
  /* visibility: hidden */
  cursor: default;
  background: #fff;
  color: #000;
}

#loading-calendar {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fafafa;
  text-align: center;
}

#loading-calendar .loading-text {
  font-size: 25px;
  position: absolute;
  left: 46%;
  margin-top: 24.5%;
}

#s-calendar-agenda-sticky {
  left: 1px !important;
}

table.table-calendar {
  border-color: #eee;
  background: #f7f7f7;
  table-layout: fixed;
  position: relative;
  font-size: 12px;
}

table.table-calendar thead th,
table.table-calendar thead td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
}

table.table-calendar thead th {
  border-left: 1px solid #ddd;
  vertical-align: top;
  outline: 0;
}

table.table-calendar tr td {
  border-top: 1px dotted #ccc;
  padding: 2px 5px;
  border-left: 1px solid #ccc;
  white-space: nowrap;
}

table.table-calendar tr td:first-child {
  background: #fff;
  font-weight: bold;
  font-size: 12px;
  border: 0;
  color: #8b8b8b;
}

table.table-calendar thead th .btn-group {
   position: absolute;
   right: 0;
   top: 0;
   padding: 2px 0;
   cursor: pointer;
   border: 1px solid transparent;
}

table.table-calendar thead th .btn {
   opacity: 0.75
}

table.table-calendar thead th:first-child,
table.table-calendar tr td:first-child {
  width: 60px;
  text-align: center;
}

table.table-calendar tr:nth-child(4n-7) td:first-child {
  color: #000;
}

table.table-calendar thead th .date-for {
  font-size: 11px;
}


table.table-calendar tr td.date-today.selected,
table.table-calendar tr td.selected {
  background: rgba(0, 152, 229, 0.2) !important;
  border-top-color: #fff;
  cursor: pointer;
}

table.table-calendar tr td.available {
  background: #fff;
  cursor: pointer !important;
}

table.table-calendar tr td.available:hover {
  background: #f2f2f2;
}

table.table-calendar tr td.taken.online .sched-info-cont,
table.table-calendar.public tr td.taken .sched-info-cont,
table.table-calendar tr td.taken .sched-info-cont,
table.table-calendar tr td.off .sched-info-cont {
  position: absolute;
  width: 100%;
  left: -6px;
  right: 0;
  top: -13px;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  font-size: 11px;
  line-height: 130%;
  border: 1px solid #ccc;
  display: block;

}

table.table-calendar tr td.off .sched-info-cont {
  background: #fbe983;
}

table.table-calendar tr td.taken .sched-info-cont {
  background: #b6eba9;
}

table.table-calendar.public tr td.taken.expired .sched-info-cont {
  color: #8b8b8b;
}

table.table-calendar tr td.taken.online .sched-info-cont {
  background: #b6eba9 !important;
}

table.table-calendar.public tr td.taken .sched-info-cont {
  background: #9fe1e7;
}

table.table-calendar tr .sched-info-cont .schedule-info {
  padding:5px;
}

table.table-calendar tr td.notavailable,
table.table-calendar tr td.date-today.expired.notavailable,
table.table-calendar tr td.date-today.notavailable {
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  -webkit-background-size: 12.5px 12.5px;
  -moz-background-size: 12.5px 12.5px;
  background-size: 12.5px 12.5px;
}

table.table-calendar tr td.lunch,
table.table-calendar tr td.dayoff.lunch,
table.table-calendar tr td.date-today.lunch,
table.table-calendar tr td.date-today.off.lunch,
table.table-calendar tr td.date-today.dayoff.lunch,
table.table-calendar tr td.date-today.expired.dayoff.lunch {
  background-color: #f0e3dd;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  -webkit-background-size: 12.5px 12.5px;
  -moz-background-size: 12.5px 12.5px;
  background-size: 12.5px 12.5px;
}

table.table-calendar tr td.dayoff,
table.table-calendar tr td.date-today.expired.dayoff,
table.table-calendar tr td.date-today.dayoff{
  background-color: #caffef;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  -webkit-background-size: 12.5px 12.5px;
  -moz-background-size: 12.5px 12.5px;
  background-size: 12.5px 12.5px;
}

table.table-calendar tr td.date-today.expired {
  background: #f2f2f2;
}

table.table-calendar tr td.date-today,
table.table-calendar thead tr th.date-today {
  background: rgba(255, 245, 198, 0.80)
}


/*table.table-calendar tr:nth-child(4n+0) td,*/
/*table.table-calendar tr:nth-child(4n+0) th div */
table.table-calendar tr:nth-child(4n+0) td {
  border-bottom: 1px solid #c9c9c9;
}

table.table-calendar tr:nth-child(4n+0) td.selected {
  border-bottom-color: #fff;

}

table.table-calendar tr td.date-today .tg-nowmarker {
  width: 155px;
}

table.table-calendar .tg-nowmarker {
  position: absolute;
  margin-left: -5px;
  width: 100%;
  top: 0;
  height: 0;
  border-top: 1px solid #ff7f6e;
  overflow: hidden;
  z-index: 10;
  display: block;
}

table.table-calendar .tg-nowptr {
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff7f6e;
  display: block;
}

#tab-multiple-service input {
  margin-bottom: 0;
}

#tab-multiple-service .remove-input {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 5px;
  right: 0;
  font-size: 16px;
  cursor: pointer;
}

#multiple-service {
  background: #f0f0f0;
}

#multiple-service thead tr th {
  border: 0;
}

#multiple-service tbody tr td:first-child {
  width: 200px;
  padding-left: 8px;
}

#multiple-service tbody tr td .control-group {
  margin-bottom: 0;
}

#multiple-service .input-medium {
  width: 115px;
}

#multiple-service .img-add-on {
  padding: 0;
  height: auto;
  overflow: hidden;
}

#multiple-service .img-add-on img {
  margin-right: 0;
  width: 28px;
  height: 28px;
}

/* calendar pagination */
#stylists-pagination {
  display: none;
  height: 0;
}

#stylists-pagination #btn-stylist-prev,
#stylists-pagination #btn-stylist-next {
  display: inline-block;
  position: absolute;
  width: 20px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  margin-top: 20px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}

#stylists-pagination #btn-stylist-prev:hover,
#stylists-pagination #btn-stylist-next:hover {
  background: rgba(0, 0, 0, 0.90);
}

#stylists-pagination #btn-stylist-prev.disabled,
#stylists-pagination #btn-stylist-next.disabled,
#stylists-pagination #btn-stylist-prev.disabled:hover,
#stylists-pagination #btn-stylist-next.disabled:hover,
#stylists-pagination #btn-stylist-prev.disabled:active,
#stylists-pagination #btn-stylist-next.disabled:active {
  background: rgba(0, 0, 0, 0.50);
  cursor: default;
}

#stylists-pagination #btn-stylist-prev {
  left: -20px;
}

#stylists-pagination #btn-stylist-next {
  right: -20px;
}

/* for branch table */
.table tr.row-hover:hover td {
  background: #f5f5f5;
}

/* custom width */
.grid770 {
  width: 960px;
  margin: 0 auto;
}


/*positioning*/
/* top, left, bottom, right */
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.ontop {
  top: 0;
}

.onbottom {
  bottom: 0;
}

.onbottom-360 {
  bottom: 360px;
}

.onleft {
  left: 0;
}

.onright {
  right: 0;
}

.ontop-0 {
  top: 0;

}

.ontop-10 {
  top: 10px;
}

.ontop-n-10 {
  top: -10px;
}

.ontop-70 {
  top: 70px;
  -webkit-transition: top 0.1s linear;
  -moz-transition: top 0.1s linear;
  -o-transition: top 0.1s linear;
  transition: top 0.1s linear;
}

.errorPage {
  background: url("../img/404.png") no-repeat;
  height: 517px;
  width: 500px;
  background-size: 100%;
  display: inline-block;
}

.mac {
  background: url('../new/img/salon_features/information_page.png') no-repeat;
  background-size: 100%;
}

.iphone5 {
  background: url('../new/img/salon_features/iphone.png') no-repeat;
  background-size: 100%;
  width: 475px;
  height: 531px;
  margin-bottom: 20px;
}

/* typehead */

.tt-dropdown-menu {
  min-width: 200px;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-dataset-accounts,
.tt-suggestion {
  margin-right: 0 !important;
}

.tt-dataset-clients .league-name {
  top: 5px;
  position: relative;
  left: 10px;
}

.tt-suggestion {
  display: block;
  padding: 2px 11px;
}

.tt-suggestion.tt-is-under-cursor {
  background-color: #2a8fd3;
}

.tt-suggestion.tt-is-under-cursor p {
  color: #fff;
}

.tt-suggestion p {
  margin: 0 !important;
  color: #555;
}

.tt-suggestion hr {
  margin: 5px 0 3px !important;
}

/* Skill Bars
=================================================================== */
.meter-bar h5 {
  margin-bottom:6px;
}

.meter-bar li {
  margin-bottom:12px;
  list-style: none;
  margin-left: -26px;
  padding-left: 0px;
}

.meter {
  height: 10px;
  position: relative;
  background: #f6f6f6;
  margin-top: 4px;
}

.meter > span {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.meter > span:after,
.animate > span > span li.current {
  background: #2fabe9;
}

/* affix */
.search-details.affix {
  top: 90px;
}

.tableHeading.affix {
  top: 140px;
  z-index: 1010;
}

.tableHeading.affix-top {
  top: 494px;
  position: absolute;
  bottom: auto;
}

/* for leaflet*/

.leaflet-popup-content-wrapper {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* for carousel */
.carousel {
  margin-bottom: 0;
}

.carousel-fade .carousel-inner {
  background: #000;
  position: fixed;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 1.2s linear;
  -moz-transition: opacity 1.2s linear;
  -o-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  opacity: 1;
  border: 0;
  margin-top: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 75px;
  line-height: 700px;
  font-size: 5em;
  filter: alpha(opacity=100);
  display: none;
}

.carousel-fade .carousel-control.left {
  left: 0;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.carousel-fade .carousel-control.right {
  right: 0;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}

.pricing-box {
  width: 291px;
  float: left;
  margin: 0;
  border-left: 0;
  text-align: center;
  color: #000;
}

.pricing-box:nth-child(2) {
  border-left: 1px solid #e8e8e8;
}

.pricing-box:first-child {
  border: 0;
  border-top: 1px solid transparent;
  text-align: left;
}

.pricing-box:first-child:nth-child(1) {
  background: transparent;
}

.pricing-box:first-child ul li {
  border: 1px solid transparent;
}

.pricing-box:first-child ul li:first-child {
  background: #fafafa;
  border: 1px solid transparent;
}

.pricing-box ul li {
  padding: 8px;
  border: 1px solid transparent;
}

.pricing-box ul li:nth-child(even) {
  background: #f0f0f0;
  border-top-color: #f0f0f0;
}

/* salon registration features slideshow */
.slider {
  width: 398px;
  height: 250px;
  top: 25;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

/* feature list */
ul.feature-list {
}

.feature-list li {
  color: #000;
  line-height: 30px;
  margin-bottom: 05px;
}

.feature-list li.big-title {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 15px;
}

.feature-list li div.title {
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  color: #000;
  padding: 0;
}

.feature-list li div {
  font-size: 16px;
  margin-left: 44px;
  line-height: 25px;
  color: #666;
}

.feature-list [class^=icon-]:before,
.feature-list [class*=" icon-"]:before {
  width: 45px;
  text-align: center;
  float: left;
  font-size: 25px;
  color: #51b6fa;
  margin-top: 5px;
}

.feature-list .icon-mobile-phone:before {
  font-size: 50px;
}

.salon-reg:hover:before {
  background: url('images/branch-icon-gray.png') no-repeat;
  background-size: 100%;
}

.navbar .nav>li>a.salon-reg {
  color: #4abd56;
}

.navbar .nav>li>a.salon-reg:hover {
  color: #000;
}

.salon-reg:before {
  background: url('images/branch-icon-hover.png') no-repeat;
  background-size: 100%;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -8px;
}

.social_icon {
  float: right;
  margin-top: 16px;
}

.social_icon a {
  display: inline-block;
  color: #777;
}

.social_icon [class^="icon-"],
.social_icon [class*=" icon-"] {
  font-size: 28px;
  padding: 2.5px;
}

.social_icon [class^="icon-"]:before,
.social_icon [class*=" icon-"]:before {
  width: auto;
}

/* notification area */
.notify-area {
  padding: 5px 0 0 10px;
}

.notify-area p {
  margin: 0;
}

.notify-img-box {
  width: 60px;
  height: 60px;
  float: left;
}

.notify-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 7px;
}

.notify-title span {
  font-size: 12px;
}

.notify-area > button {
  margin-top: 10px;
}

  /*screen\0 target IE 8, 9 and 10+ */
/* screen\0 for global styling */
@media screen\0 {
  .fadeToTop {
      visibility: visible !important;
    }
}


/* media query */
@media (min-width: 1200px) {

  .slider {
    width: 494px;
    height: 310px;
    top: 31px;
  }

  .navbar .nav {
    margin-top: 15px;
  }

  .input-resize {
    width: 239px;
  }

  .navbar .nav > li {
    font-size: 16px;
  }

  .navbar .nav > li > a {
    padding: 10px 15px;
  }

  .search-details > .form-horizontal .controls select {
    width: 240px !important;
  }

  /*.hero-input {
    margin-top: -450px;
  }*/

  .hero-input .hero-search-box {
    width: 978px;
  }

  .hero-input .s-location {
    width: 550px;
  }

  .hero-input .s-city {
    width: 262px;
  }

  .landing-image img {
    left: 0;
  }

  .cover-img {
    width: 100%;
  }

  .cover-img img {;
    left: -1px;
  }

  .colleague-list li .action-bar.add .add-emps {
    line-height: 260px;
  }

  .colleague-list li .plus:after,
  .colleague-list li .holder:after {
    font-size: 90px;
  }

  .colleague-list li .plus:after {
    content: "\f067";
    line-height: 175px;
  }

  .colleague-list li .edit-colleague,
  .colleague-list li .holder:after {
    line-height: 165px;
  }

  .colleague-list li {
    width: 180px;
    margin-left: 5.8px;
  }

  .colleague-list li .holder,
  .colleague-list li .plus,
  .colleague-list li img {
    width: 180px;
    height: 180px;
  }

  #search_result_map,
  #directory_map {
  width: 370px;
  height: 250px;
  overflow: hidden;
  }

  #directory_map {
    height: 370px;
  }

  .carousel-fade .carousel-control {
    opacity: 1;
    display: block;
  }

  .pagination {
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  /*.hero-input {
    margin-top: -480px;
  }*/
}

/* keyframes animation */
/* make keyframes that tell the start state and the end state of our object */

.refresh {
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
    animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(538.5deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(538.5deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to   {transform: rotate(538.5deg);}
}

@-webkit-keyframes fadeToTop { from { visibility: hidden;  top: -20px; } to { visibility: visible; top: 0;  } }
@-moz-keyframes fadeToTop { from { visibility: hidden; top: -20px; } to { visibility: visible; top: 0; } }
@-ms-keyframes fadeToTop { from { visibility: hidden; top: -20px; } to { visibility: visible; top: 0; } }
@keyframes fadeToTop { from { visibility: hidden; top: -20px; } to { visibility: visible; top: 0; } }


.fadeToTop {
  visibility: hidden;
  -webkit-animation: fadeToTop ease-in-out 0.2s ;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeToTop ease-in-out 0.2s;
  -ms-animation: fadeToTop ease-in-out 0.2s;
  animation: fadeToTop ease-in-out 0.2s;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  position: relative;
}

@-webkit-keyframes slideToRight { from {-webkit-transform: translateX(-400px); opacity:0;} to { -webkit-transform: translateX(0px); opacity:1; } }
@-moz-keyframes slideToRight { from {-moz-transform: translateX(-400px); opacity:0;} to { -moz-transform: translateX(0px); opacity:1; } }
@keyframes slideToRight { from {transform: translateX(-400px); opacity:0;} to { transform: translateX(0px); opacity:1; } }

@-webkit-keyframes removeSlideRight { from {-webkit-transform: translateX(0px); opacity:1;} to {-webkit-transform: translateX(-400px); opacity:0;} }
@-moz-keyframes removeSlideRight { from {-moz-transform: translateX(0px); opacity:1;} to {-moz-transform: translateX(-400px); opacity:0;} }
@keyframes removeSlideRight { from {transform: translateX(0px); opacity:1;} to {transform: translateX(-400px); opacity:0;} }

.slideToRight {
  opacity: 0;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  filter: alpha(opacity=100); /* for IE7 compatibility*/
}

.slidetoRight {
  -webkit-animation:  slideToRight linear 0.2s;  /* call our keyframe named slideToRight, use animattion ease-in and repeat it only 1 time */
  -moz-animation:  slideToRight linear 0.2s;
  animation:  slideToRight linear 0.2s;
}

.removeSlide {
  -webkit-animation:  removeSlideRight linear 0.2s !important;  /* call our keyframe named slideToRight, use animattion ease-in and repeat it only 1 time */
  -moz-animation:  removeSlideRight linear 0.2s !important;
  animation:  removeSlideRight linear 0.2s !important;
  opacity: 0;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  filter: alpha(opacity=100); /* for IE7 compatibility*/
}


@-webkit-keyframes fadeIn { from { opacity:0; -webkit-transform: translateY(-20px) } to { opacity:1; -webkit-transform: translateY( 0 ) } }
@-moz-keyframes fadeIn { from { opacity:0; -moz-transform: translateY(-20px) } to { opacity:1; -moz-transform: translateY( 0 ) } }
@keyframes fadeIn { from { opacity:0; transform: translateY(-20px) } to { opacity:1; transform: translateY( 0 ) } }

@-webkit-keyframes fade { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fade { from { opacity:0; } to { opacity:1; } }
@keyframes fade { from { opacity:0; } to { opacity:1; } }

.load-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in-out 1s;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in-out 1s;
    animation: fadeIn ease-in-out 1s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    filter: alpha(opacity=100); /* for IE7 compatibility*/
}

.fadeIn {
  opacity: 0;
  -webkit-animation: fade ease-in-out 1s;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fade ease-in-out 1s;
    animation: fade ease-in-out 1s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    filter: alpha(opacity=100); /* for IE7 compatibility*/
}

.fade.in {
  opacity: .99;
}

.fadeIn.one,
.load-in.one {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.fadeIn.two,
.load-in.two {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.fadeIn.three,
.load-in.three{
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.fadeIn.four,
.load-in.four{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.fadeIn.five,
.load-in.five{
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.fadeIn.six,
.load-in.six{
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.fadeIn.seven,
.load-in.seven {
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.fadeIn.eight,
.load-in.eight {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

.fadeIn.nine,
.load-in.nine {
    -webkit-animation-delay: 3.4s;
    -moz-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.fadeIn.ten,
.load-in.ten {
    -webkit-animation-delay: 3.7s;
    -moz-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

/* navbar 2 */

.navbar-2 {
    margin-top: 71px;
    z-index: 10;
    position: relative;
  }

  .navbar-2 .navbar-inner {
    height: 40px;
    background: #f0f0f0 !important;
    border: none;
  }

  .navbar-2 .navbar-inner .nav {
    margin-top: 0;
  }

  .navbar-2 .navbar-inner .nav a {
    font-weight: normal;
  }

  .addbuttonPadd {
    margin-bottom: 20px;
  }

  .addbuttonPadd125 {
    margin-bottom: 125px;
  }

 .dropdown.hover-sale-report:hover .dropdown-menu,
 .dropdown.hover-product-report:hover .dropdown-menu,
 .dropdown.hover-staff-report:hover .dropdown-menu,
 .dropdown.hover-service-report:hover .dropdown-menu,
 .dropdown.hover-register-report:hover .dropdown-menu,
 .dropdown.hover-setup:hover .dropdown-menu,
 .dropdown.hover-staff:hover .dropdown-menu,
 .dropdown.hover-stock-report:hover .dropdown-menu{
    display: block;
}

.dropdown.hover-service-report.selected .drop-title,
.dropdown.hover-product-report.selected .drop-title,
.dropdown.hover-sale-report.selected .drop-title,
.dropdown.hover-stock-report.selected .drop-title,
.dropdown.hover-service-report
.dropdown-menu
.selected a,
.dropdown.hover-product-report
.dropdown-menu
.selected a
 .dropdown.hover-sale-report,
.dropdown-menu
.selected a,
.navbar-2 .selected-report > a,
.navbar-2 .selected a,
.hover-setup.selected .drop-title,
.setup-dropdownn-menu .selected {
  color: #F15151 !important;
}

.profile-container .profile-bio .btn-success {
  background-color: #F15151;
  background: #F15151;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
}

/* fix for the scrollable modal*/
.modal-container {
   display: none;
   overflow-y: scroll;
   position: fixed;
   top: 0;
   right: 0;
   height: 100%;
   width: 100%;
   /*z-index: 2000; */
   z-index: 1050;
   background: rgba(0,0,0,0.4);
}

.modal-container .modal {
  margin: auto auto auto auto;
  margin-top: 4%;
  margin-bottom: 4%;
  position: static !important;
}

.modal-container .modal .modal-body {
  overflow-y: initial !important;
  position: relative;
  max-height: 100% !important;
}

.ubook-link-color,
.pagination ul li a {
  color: #F15151 !important;
  cursor: pointer !important;
}

.ubook-link-color:hover {
  color: #F77A7A;
}

.ubook-primary-btn,
.ubook-primary-btn:focus,
.ubook-primary-btn[disabled],
.ubook-primary-btn[disabled]:focus {
  background: #F15151;
  background-color: #F15151;
  border-color: #F15151 !important;
  color: #FFF !important;
  outline-color: #F15151;

  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
}

.ubook-primary-btn.bold {
  font-weight: bold;
}

.ubook-primary-btn:hover {
  background: #F77A7A;
  background-color: #F77A7A;
  border-color: #F77A7A !important;
}

.ubook-primary-btn:active {
  background: #DE0B0B;
  background-color: #DE0B0B;
  border-color: #DE0B0B !important;
}

.ubook-primary-btn.large {
  padding: 11px 19px;
  font-size: 16px;
}

.ubook-primary-btn.small {
  padding: 3px 10px;
  font-size: 12px;
}

.btn, .rounded-2 {
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  -khtml-border-radius: 2px !important;
}


/* message */
.messenger.messenger-fixed.messenger-on-top.messenger-theme-block {
  left: 10%;
  width: 80%;
  text-align: center;
  top: 71px;
  margin-left: 0px;
  z-index: 2000;
}

.messenger.messenger-fixed.messenger-on-top .messenger-message.message {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fcf8e3;
  border-color: transparent;
}

.messenger.messenger-fixed.messenger-on-top .messenger-message-inner {
  padding-top: 5px;
  padding-bottom: 5px;
}

.messenger.messenger-fixed.messenger-on-top .messenger-close {
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
  color: inherit;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  position: relative;
  top: 3px;
  left: 11px;
  font-size: 22px;
}

/*end of message*/

.dropdown ul.dropdown-menu > li > a:hover,
.dropup ul.dropdown-menu > li > a:hover,
.dropdown ul.dropdown-menu .branchlist-container > li > a:hover {
  background-color: transparent;
  background: transparent;
  color: #F15151 !important;
}

.dropdown ul.dropdown-menu .branchlist-container > li > a > i {
  padding-left: 10px;
}

/*removing the bootstrap nav text shadow*/

#wrap .navbar .nav > li > a {
   text-shadow: 0 0 0 #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

/* remove the background on well class*/
.colleague-cont:hover .well.paging:after,
.vertical-list:hover .well.paging:after,
.vertical-list:hover .well.title-bar:after,
.well.paging:hover:after,
.well.title-bar:hover:after {
  background: transparent;
}

.pagination {
  margin : 0 !important;
  margin-top: 10px !important;
  position: relative;
}