.page-invoice .invoice {
  padding: 0 20px;
}
.page-invoice .invoice hr {
  border: none;
  border-bottom: 3px solid #f1f1f1;
  margin: 0 -20px;
}
.page-invoice .invoice-header {
  background: #f7f7f7;
  border-bottom: 8px solid #f1f1f1;
  margin: 0 -20px;
  padding: 20px;
  position: relative;
}
.page-invoice .invoice-header:before,
.page-invoice .invoice-header:after {
  content: " ";
  display: table;
}
.page-invoice .invoice-header:after {
  clear: both;
}
.page-invoice .invoice-header h3 {
  font-size: 19px;
  font-weight: 600;
  height: 55px;
  line-height: 23px;
  margin: 0 0 0 40px;
  padding: 0;
  word-wrap: none;
}
.page-invoice .invoice-header small {
  color: #a0a0a0;
  font-size: 12px;
}
.page-invoice .invoice-header .invoice-logo {
  display: block;
  height: 26px;
  width: 26px;
  margin: 12px 0 0 -40px;
  position: absolute;
}
.page-invoice .invoice-header address {
  border-left: 5px solid #e8e8e8;
  color: #959595;
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
  margin-top: 5px;
}
.page-invoice .invoice-date {
  font-size: 16px;
  font-weight: 600;
  margin-top: -5px;
}
.page-invoice .invoice-info,
.page-invoice .invoice-table {
  padding: 30px 0;
}
.page-invoice .invoice-info:before,
.page-invoice .invoice-table:before,
.page-invoice .invoice-info:after,
.page-invoice .invoice-table:after {
  content: " ";
  display: table;
}
.page-invoice .invoice-info:after,
.page-invoice .invoice-table:after {
  clear: both;
}
.page-invoice .invoice-recipient {
  font-size: 14px;
  line-height: 19px;
  height: 60px;
  padding-left: 70px;
}
.page-invoice .invoice-recipient:before {
  background: #f7f7f7;
  border-radius: 999px;
  color: #888888;
  content: "TO";
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  margin: 4px 0 0 -70px;
  position: absolute;
  text-align: center;
  width: 52px;
}
.page-invoice .invoice-total {
  background: #f7f7f7;
  color: #888888;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  white-space: nowrap;
  margin-top: 20px;
}
.page-invoice .invoice-total span {
  display: block;
  float: right;
  color: #555555;
  font-size: 24px;
}
.page-invoice .invoice-description {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  padding-top: 4px;
}
.page-invoice table {
  width: 100%;
}
.page-invoice table thead {
  background: #f7f7f7;
  color: #888;
  font-size: 12px;
}
.page-invoice table tbody tr {
  font-size: 14px;
}
.page-invoice table tbody tr + tr {
  border-top: 1px solid #f1f1f1;
}
.page-invoice table th,
.page-invoice table td {
  border-left: 1px solid #fff;
  font-weight: 600;
  padding: 7px 0 7px 15px;
  text-align: left;
  vertical-align: top;
}
.page-invoice table td {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .page-invoice .invoice {
    padding: 0 40px;
  }
  .page-invoice .invoice hr {
    border: none;
    border-bottom: 3px solid #f1f1f1;
    margin: 0 -40px;
  }
  .page-invoice .invoice-header {
    padding: 40px;
    margin: 0 -40px;
  }
  .page-invoice .invoice-header h3 {
    float: left;
  }
  .page-invoice .invoice-header address {
    margin: 6px 0 0 30px;
    float: left;
  }
  .page-invoice .invoice-date {
    float: right;
    margin-top: 6px;
  }
  .page-invoice .invoice-recipient,
  .page-invoice .invoice-total {
    width: 50%;
  }
  .page-invoice .invoice-recipient {
    float: left;
  }
  .page-invoice .invoice-total {
    float: right;
    margin-top: 0;
  }
}
body.page-invoice.page-invoice-print,
body.page-invoice.page-invoice-print * {
  color: #000000 !important;
}
.page-invoice.page-invoice-print .invoice {
  min-width: 768px;
  padding: 0 40px;
}
.page-invoice.page-invoice-print .invoice hr {
  border-bottom: 1px solid #aaa;
  margin: 0 -40px;
}
.page-invoice.page-invoice-print .invoice-header {
  padding: 40px;
  margin: 0 -40px;
  background: none;
  border-bottom: 2px solid #aaa;
}
.page-invoice.page-invoice-print .invoice-header h3 {
  float: left;
  margin: 0 !important;
}
.page-invoice.page-invoice-print .invoice-header address {
  margin: 6px 0 0 30px;
  float: left;
}
.page-invoice.page-invoice-print .invoice-header .invoice-logo {
  display: none !important;
}
.page-invoice.page-invoice-print .invoice-date {
  float: right;
  margin-top: 6px;
}
.page-invoice.page-invoice-print .invoice-recipient,
.page-invoice.page-invoice-print .invoice-total {
  width: 50%;
}
.page-invoice.page-invoice-print .invoice-recipient {
  float: left;
}
.page-invoice.page-invoice-print .invoice-recipient:before {
  color: #000;
  background: none;
}
.page-invoice.page-invoice-print .invoice-total {
  float: right;
  margin-top: 0;
  background: none;
  text-align: right;
}
.page-invoice.page-invoice-print .invoice-total span {
  margin-left: 15px;
}
.page-invoice.page-invoice-print table thead {
  background: none;
  border-bottom: 1px solid #aaa;
}
.page-pricing .page-pricing-header {
  margin: -22px -22px 22px -22px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.page-pricing .page-pricing-header img {
  left: 0;
  position: absolute;
  width: 100%;
}
.page-pricing .page-pricing-header .bg-overlay {
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-pricing .page-pricing-header .page-pricing-header-content {
  position: relative;
}
.page-pricing .page-pricing-header .page-pricing-header-content h1.page-title {
  padding: 40px 0 0 0;
  color: #fff;
  margin: 0 0 -40px 0;
}
.page-pricing .page-pricing-header .page-pricing-header-content .slogan {
  padding: 60px 0 40px 0;
  color: #fff;
}
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h3,
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h4 {
  padding: 0;
  margin: 0;
}
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h3 {
  line-height: 30px;
  font-weight: 600;
}
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h4 {
  padding-top: 10px;
  font-weight: 300;
}
.page-pricing .plans-panel {
  margin: 0 auto;
}
.page-pricing .plans-container {
  position: relative;
  margin: -1px;
}
.page-pricing .plans-container:before,
.page-pricing .plans-container:after {
  content: " ";
  display: table;
}
.page-pricing .plans-container:after {
  clear: both;
}
.page-pricing .plan-col {
  text-align: center;
  padding: 0;
  position: relative;
  margin-bottom: 22px;
}
.page-pricing .plan-header {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  line-height: 50px;
  white-space: nowrap;
  position: relative;
}
.page-pricing .plan-pricing {
  white-space: nowrap;
  padding: 20px 0;
}
.page-pricing .plan-currency {
  font-size: 24px;
  font-weight: 300;
}
.page-pricing .plan-value {
  font-size: 44px;
  font-weight: 300;
}
.page-pricing .plan-period {
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
}
.page-pricing .plan-features {
  padding: 0;
  margin: 0;
  border-top: none;
}
.page-pricing .plan-features > li,
.page-pricing .plan-features > a {
  margin: 0;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.page-pricing .plan-features > li {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: 0;
}
.page-pricing .plan-features > a {
  margin-top: -1px;
  font-size: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-pricing .trial {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 23px;
}
.page-pricing .trial a {
  font-size: 15px;
}
.ie8 .page-pricing .page-pricing-header .bg-overlay {
  display: none !important;
}
@media (min-width: 768px) {
  .page-pricing .plans-panel {
    background: #fafafa;
    border: 1px solid #e4e4e4;
    margin-bottom: 22px;
  }
  .page-pricing .plan-col {
    margin-bottom: 0;
  }
  .page-pricing .plan-col + .plan-col .plan-features > li {
    border-left-width: 0;
    -webkit-box-shadow: -1px 0 0 #e4e4e4;
    box-shadow: -1px 0 0 #e4e4e4;
  }
  .page-pricing .plan-col + .plan-col .plan-features > a {
    margin-left: -1px;
  }
}
.page-signin {
  padding-bottom: 40px;
}
.page-signin .signin-header {
  background: #fff;
  padding: 16px 0 16px 16px;
  position: relative;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
}
.page-signin .signin-header .logo {
  color: #555555;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-signin .signin-header .logo[href]:hover {
  opacity: .6;
}
.page-signin .signin-header .btn {
  position: absolute;
  right: 16px;
  top: 12px;
}
.page-signin .signin-header div {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: transparent !important;
}
.page-signin .form-header {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 40px 0;
}
.page-signin .panel {
  margin: 0 16px;
  padding: 20px;
}
.page-signin .signin-password {
  position: relative;
}
.page-signin .signin-password input {
  padding-right: 70px;
}
.page-signin .signin-password .forgot {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #555;
  background: #f1f1f1;
  border-radius: 2px;
  line-height: 25px;
  padding: 0 7px;
  font-size: 12px;
}
.page-signin .signin-password .forgot:hover {
  text-decoration: underline;
}
.page-signin .signin-with {
  margin: 0 14px;
  padding: 20px;
  text-align: center;
}
.page-signin .signin-with .header {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 20px 0;
}
.page-signin .signin-with .btn {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  text-align: center;
}
@media (min-width: 480px) {
  .page-signin .signin-header {
    padding-left: 0;
    text-align: center;
  }
  .page-signin .panel {
    width: 360px;
    margin: 0 auto;
    padding: 27px;
  }
  .page-signin .signin-with {
    width: 360px;
    margin: 0 auto;
  }
}
.page-search .search-text {
  color: #888;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 22px;
}
.page-search .search-tabs {
  margin-bottom: -2px;
}
.page-search .search-tabs:before,
.page-search .search-tabs:after {
  content: " ";
  display: table;
}
.page-search .search-tabs:after {
  clear: both;
}
.page-search .search-form {
  background: #fafafa;
  margin: -1px;
  padding: 16px 20px;
  position: relative;
}
.page-search .search-form .input-group-addon {
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 0;
}
.page-search .search-form input[type="text"] {
  border-bottom-width: 0;
  border-top-width: 0;
}
.page-search .search-form button {
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.page-search .search-classic {
  margin: -20px;
  padding: 0;
}
.page-search .search-classic li {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.page-search .search-classic li > * + * {
  margin-top: 10px;
}
.page-search .search-classic li + li {
  border-top: 1px solid #e4e4e4;
}
.page-search .search-classic .search-title,
.page-search .search-classic .search-tags,
.page-search .search-classic .search-content,
.page-search .search-classic .search-url {
  display: block;
}
.page-search .search-classic .search-title {
  font-size: 15px;
  font-weight: 600;
}
.page-search .search-classic .search-tags:before,
.page-search .search-classic .search-tags:after {
  content: " ";
  display: table;
}
.page-search .search-classic .search-tags:after {
  clear: both;
}
.page-search .search-classic .search-tags span,
.page-search .search-classic .search-tags a {
  display: block;
  float: left;
  line-height: 17px;
}
.page-search .search-classic .search-tags .search-tags-text {
  color: #aaa;
  font-size: 10px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}
.page-search .search-classic .search-tags .label,
.page-search .search-classic .search-tags .badge {
  font-size: 10px;
}
.page-search .search-classic .search-tags .label + .label,
.page-search .search-classic .search-tags .badge + .label,
.page-search .search-classic .search-tags .label + .badge,
.page-search .search-classic .search-tags .badge + .badge {
  margin-left: 5px;
}
.page-search .search-classic .search-url {
  color: #3a8b54;
  font-size: 11px;
  margin-top: 4px;
}
.page-search .search-users {
  margin: -20px;
}
.page-search .search-users table {
  margin: 0;
}
.page-search .search-users table th,
.page-search .search-users table td {
  padding-bottom: 14px;
  padding-top: 14px;
  vertical-align: middle;
}
.page-search .search-users .avatar {
  border-radius: 999999px;
  height: 30px;
  width: 30px;
}
.page-search .search-messages {
  margin-bottom: -20px;
  margin-top: -20px;
}
.page-search .search-messages .message {
  padding-bottom: 12px;
  padding-top: 12px;
}
.page-search .search-messages .message .date {
  top: 12px;
}
.page-404 {
  background: #f4b04f !important;
}
.page-500 {
  background: #e66454 !important;
}
.page-500 .error-text {
  margin-bottom: 80px !important;
}
.page-404,
.page-500 {
  text-align: center;
}
.page-404 .header,
.page-500 .header {
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.page-404 .header .logo,
.page-500 .header .logo {
  color: #555555;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  opacity: .6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .header .logo[href]:hover,
.page-500 .header .logo[href]:hover {
  opacity: 1;
}
.page-404 .header .demo-logo,
.page-500 .header .demo-logo {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #555555 !important;
}
.page-404 .error-code,
.page-500 .error-code {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: 140px;
  margin-top: 60px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.page-404 .error-text,
.page-500 .error-text {
  color: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
}
.page-404 .error-text .oops,
.page-500 .error-text .oops {
  font-size: 50px;
}
.page-404 .error-text .hr,
.page-500 .error-text .hr {
  background: #fff;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 5px;
  margin: 20px 0;
  width: 40px;
}
.page-404 .error-text .solve,
.page-500 .error-text .solve {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.page-404 .search-form,
.page-500 .search-form {
  display: inline-block;
  margin: 50px 0 80px 0;
}
.page-404 .search-form .search-input,
.page-500 .search-form .search-input,
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn {
  border: none;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 15px;
  height: 46px;
  line-height: 20px;
  padding: 13px 0;
}
.page-404 .search-form .search-input,
.page-500 .search-form .search-input,
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn,
.page-404 .search-form .search-input:active,
.page-500 .search-form .search-input:active,
.page-404 .search-form .search-btn:active,
.page-500 .search-form .search-btn:active,
.page-404 .search-form .search-input:focus,
.page-500 .search-form .search-input:focus,
.page-404 .search-form .search-btn:focus,
.page-500 .search-form .search-btn:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
.page-404 .search-form .search-input,
.page-500 .search-form .search-input {
  background: #fff;
  color: #555555;
  padding-left: 12px;
  padding-right: 12px;
  width: 220px;
}
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn {
  background: #444;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .search-form .search-btn:hover,
.page-500 .search-form .search-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}
.page-404 .search-form .search-btn:active,
.page-500 .search-form .search-btn:active {
  background: rgba(0, 0, 0, 0.7);
}
.timeline {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.timeline:before,
.timeline:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.timeline:before {
  width: 4px;
  top: 0;
  margin-left: -2px;
}
.timeline:after {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 999999px;
}
.tl-header {
  position: relative;
  width: 140px;
  padding: 8px 0;
  text-align: center;
  left: 0;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  border-radius: 2px;
}
.tl-header.now {
  margin-top: 0;
}
.tl-entry {
  margin-left: 30px;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 0;
  position: relative;
  margin-bottom: 40px;
}
.tl-entry:before,
.tl-entry:after {
  content: " ";
  display: table;
}
.tl-entry:after {
  clear: both;
}
.tl-entry:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: -3px;
  right: auto;
  border-radius: 999999999px;
  top: 20px;
}
.tl-body {
  position: relative;
  padding: 15px;
  margin: 0;
}
.tl-body:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 9px 8px 0;
  position: absolute;
  left: -9px;
  right: auto;
  top: 15px;
}
.tl-body:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -8px;
  right: auto;
  top: 16px;
}
.tl-time {
  position: absolute;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
  white-space: nowrap;
  color: #888;
  top: -22px;
  font-size: 13px;
}
.tl-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 999999px;
  left: -20px;
  right: auto;
  top: 4px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.tl-icon img {
  height: 100%;
  display: block;
}
.tl-wide {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .timeline:before,
  .timeline:after {
    left: 100px;
  }
  .tl-header {
    left: 100px;
    margin-left: -70px;
  }
  .tl-entry {
    margin-left: 100px;
    margin-bottom: 20px;
  }
  .tl-time {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 32px;
    top: 14px;
  }
  .timeline.centered:before,
  .timeline.centered:after {
    left: 50%;
    right: auto;
  }
  .timeline.centered .tl-header {
    left: 50%;
    right: auto;
  }
  .timeline.centered .tl-entry {
    margin-left: 50%;
    margin-right: 0;
  }
  .timeline.centered .tl-entry.left {
    margin-left: 0;
    margin-right: 50%;
    padding-left: 0;
    padding-right: 36px;
  }
  .timeline.centered .tl-entry.left:before {
    left: auto;
    right: -3px;
  }
  .timeline.centered .tl-entry.left .tl-body:before {
    border-width: 8px 0 8px 9px;
    left: auto;
    right: -9px;
  }
  .timeline.centered .tl-entry.left .tl-body:after {
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #fff;
    left: auto;
    right: -8px;
  }
  .timeline.centered .tl-entry.left .tl-time {
    left: 100%;
    right: auto;
    margin-left: 32px;
    margin-right: 0;
  }
  .timeline.centered .tl-entry.left .tl-icon {
    left: auto;
    right: -20px;
  }
}
.page-calendar {
  background: #fff !important;
}
.page-calendar #content-wrapper {
  padding: 0;
  position: static;
}
.page-calendar .cal-nav {
  border: 0px solid;
  border-bottom-width: 1px;
}
.page-calendar .cal-nav .navigation {
  position: absolute;
  padding-top: 46px;
  height: 46px;
  top: 89px;
  bottom: 0px;
  width: 100%;
  background: #f6f6f6;
}
.page-calendar .cal-nav .navigation.open {
  height: auto;
}
.page-calendar .cal-nav .navigation.open li.active:after {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.page-calendar .cal-nav .sections {
  padding: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: auto;
  margin: 0;
  width: 100%;
}
.page-calendar .cal-nav .sections li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.page-calendar .cal-nav .sections li.active {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid;
}
.page-calendar .cal-nav .sections li.active a {
  line-height: 46px;
  font-size: 15px;
}
.page-calendar .cal-nav .sections li.active:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  right: 16px;
  top: 8px;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-calendar .cal-nav .sections li.active .label,
.page-calendar .cal-nav .sections li.active .badge {
  margin-top: 13px;
  margin-right: 36px;
}
.page-calendar .cal-nav .sections .label,
.page-calendar .cal-nav .sections .badge {
  margin-top: 8px;
  margin-right: 16px;
}
.page-calendar .cal-nav .sections a {
  display: block;
  padding: 0px 10px;
  line-height: 24px;
  font-size: 12px;
  word-break: break-all;
}
.page-calendar .compose-btn {
  margin-top: 46px;
  border-bottom: 1px solid;
  padding: 16px;
}
.page-calendar .cal-select-folder {
  display: none;
}
.page-calendar .cal-select-folder.active {
  display: block;
}
.page-calendar .m-nav-icon {
  width: 16px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}
.page-calendar .cal-nav-header {
  margin-top: 25px;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 16px;
  font-weight: 600;
}
.page-calendar .cal-nav-lbl {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-right: 10px;
}
.page-calendar .cal-nav .add-more a {
  font-size: 12px;
}
.page-calendar .cal-nav li.divider {
  padding: 0;
  height: 1px;
  margin: 9px 0 3px 0;
}
.page-calendar .cal-controls {
  border-bottom: 1px solid #efefef;
  padding: 12px 16px;
}
.page-calendar .cal-controls .btn-group + .btn-group {
  margin-left: 12px;
}
.page-calendar .cal-controls .btn {
  font-size: 14px;
  line-height: 14px;
}
.page-calendar .cal-controls .btn .fa-caret-down {
  position: relative;
  top: -1px;
}
.page-calendar .cal-controls .pages {
  line-height: 30px;
  margin-right: 13px;
  color: #bbb;
}
@media (min-width: 992px) {
  .page-calendar .cal-controls .wide-btns .btn {
    width: 60px;
    text-align: center;
    display: inline-block;
  }
}
.page-calendar .cal-container-header {
  display: none;
  border-bottom: 1px solid #efefef;
  line-height: 35px;
  padding: 14px 16px;
  font-size: 20px;
  font-weight: 300;
}
.page-calendar .cal-container-header.show {
  display: block;
}
@media (min-width: 992px) {
  .page-calendar #content-wrapper {
    position: static;
  }
  .page-calendar .cal-nav {
    width: 240px;
    border-bottom: 0;
    position: fixed;
    border-right-width: 1px;
  
    top: 0px;
    bottom: 0px;
    overflow: scroll;
}
  .page-calendar .cal-nav.fixed {
    position: fixed;
  }
  .page-calendar .cal-nav.fixed:before {
    display: none !important;
  }
  .page-calendar .cal-nav:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 240px;
    border-right: 1px solid;
    z-index: -1;
  }
  .page-calendar .cal-nav .navigation {
    height: auto !important;
    padding-top: 0;
  }
  .page-calendar .cal-nav .navigation .label {
    font-size: 10px;
    line-height: 16px;
    padding: 0 4px;
    margin-top: 11px !important;
    margin-right: 16px !important;
  }
  .page-calendar .cal-nav .navigation li:after {
    display: none !important;
  }
  .page-calendar .cal-nav .sections li.active {
    position: static;
    top: auto;
    border: none;
  }
  .page-calendar .cal-nav .sections a,
  .page-calendar .cal-nav .sections li.active a {
    font-size: 12px;
    line-height: 24px;
  }
  .page-calendar .cal-select-folder {
    display: none !important;
  }
  .page-calendar .cal-container {
    margin-left: 240px;
  
    margin-top: 46px;
}
  .page-calendar .cal-container-header {
    display: block;
    margin-top: 46px;
  }
}
.page-calendar .cal-list {
  margin: 16px;
  padding: 0;
}
p.padding-sm.no-padding-hr {
    border-bottom: 1px solid #E5E5E5;
}

p.padding-sm.no-padding-hr.details {
    border: 0px;
}
.page-calendar .cal-item {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 12px 14px 12px 46px;
}
.page-calendar .cal-item:nth-child(2n-1) {
  background: #f6f6f6;
}
.page-calendar .m-chck,
.page-calendar .m-star {
  position: absolute;
}
.page-calendar .m-chck {
  left: 15px;
  top: 14px;
}
.page-calendar .m-star {
  left: 15px;
  top: 35px;
}
.page-calendar .m-star a {
  font-size: 15px;
  color: #bbb;
}
.page-calendar .m-star a:before {
  content: "\f006";
  font-family: FontAwesome;
}
.page-calendar .m-star a:hover {
  color: #ffab00;
}
.page-calendar .m-from,
.page-calendar .m-subject {
  margin-right: 80px;
}
.page-calendar .m-from a {
  color: #444;
}
.page-calendar .m-subject {
  margin-top: 5px;
}
.page-calendar .m-subject a {
  color: #777;
}
.page-calendar .m-date {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 80px;
  text-align: right;
  color: #aaa;
}
.page-calendar .cal-item.starred .m-star a:before {
  content: "\f005";
  color: #ffab00;
}
.page-calendar .unread .m-from,
.page-calendar .unread .m-subject {
  font-weight: 700;
}
@media (min-width: 992px) {
  .page-calendar .cal-item {
    padding-left: 220px;
    padding-right: 100px;
  }
  .page-calendar .m-star {
    left: 40px;
    top: 11px;
  }
  .page-calendar .m-from {
    position: absolute;
    overflow: hidden;
    width: 140px;
    left: 70px;
  }
  .page-calendar .m-subject {
    margin-top: 0;
    overflow: hidden;
  }
  .page-calendar .m-date {
    width: 150px;
  }
}
.page-calendar .m-details-star {
  color: #ffab00;
  margin-right: 12px;
  position: relative;
  display: block;
  float: left;
  top: 1px;
}
.page-calendar .m-details-star,
.page-calendar .m-details-star > * {
  font-size: 15px;
}
.page-calendar .m-details-star > * {
  line-height: 20px;
}
.page-calendar .label {
  position: relative;
  vertical-align: middle;
  top: -1px;
}
.page-calendar .cal-info {
  padding: 14px 16px;
  border-bottom: 1px solid #efefef;
}
.page-calendar .cal-info:before,
.page-calendar .cal-info:after {
  content: " ";
  display: table;
}
.page-calendar .cal-info:after {
  clear: both;
}
.page-calendar .cal-info .avatar {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 999999px;
  float: left;
}
.page-calendar .cal-info .from {
  display: block;
  float: left;
  margin-left: 10px;
}
.page-calendar .cal-info .name,
.page-calendar .cal-info .name a {
  color: #555555;
  font-size: 14px;
}
.page-calendar .cal-info .ecal,
.page-calendar .cal-info .ecal a {
  color: #aaa;
}
.page-calendar .cal-info .date {
  display: block;
  float: right;
  font-size: 14px;
  color: #aaa;
  margin-top: 9px;
}
.page-calendar .cal-message-body {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 16px;
}
.page-calendar .cal-attachments {
  padding: 20px 16px;
  margin: 20px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.page-calendar .cal-attachments li {
  list-style: none;
  margin: 0;
  padding: 10px;
}
.page-calendar .cal-attachments li:nth-child(2n-1) {
  background: #f6f6f6;
}
.page-calendar .message-details-reply {
  margin: 0 16px 50px 16px;
}
.page-calendar .new-cal-form {
  margin: 0 0 50px 0;
  padding: 20px 16px;
}
.page-faq .accordion-toggle {
  color: #555555;
}
.page-faq .form-faq {
  margin-top: 18px;
}
.page-profile .profile-full-name {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
  border-bottom-width: 2px;
  margin-bottom: 0;
  text-align: center;
}
.page-profile .profile-content .tab-content {
  background: #fff;
}
.page-profile .profile-block {
  margin-bottom: 18px;
  text-align: center;
}
.page-profile .profile-photo {
  padding: 6px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 999999px;
}
.page-profile .profile-photo img {
  display: block;
  max-width: 100%;
  border-radius: 999999px;
}
.page-profile .left-col > .panel .panel-heading {
  padding-left: 10px;
  padding-right: 10px;
}
.page-profile .left-col > .panel .panel-body {
  padding: 10px;
  padding-bottom: 0;
}
.page-profile .left-col .list-group-item {
  background: none !important;
  border: none;
  padding-bottom: 0;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
.page-profile .profile-skills .label {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.page-profile .profile-list-icon {
  width: 24px;
  text-align: center;
  font-size: 14px;
}
.page-profile .tl-header,
.page-profile .tl-icon,
.page-profile .tl-entry:before {
  box-shadow: 0 0 0 4px #fff !important;
}
.page-profile .widget-followers {
  margin: -20px;
}
.page-profile .widget-followers .follower {
  padding: 13px 20px;
}
.page-profile .profile-content-hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-profile .left-col {
    float: left;
    width: 220px;
  }
  .page-profile .right-col {
    overflow: hidden;
    padding-left: 20px;
  }
  .page-profile .profile-content {
    margin-top: 0;
  }
  .page-profile .profile-full-name {
    padding-left: 240px;
    padding-bottom: 50px;
    text-align: left;
  }
  .page-profile .profile-row {
    margin-top: -36px;
  }
  .page-profile .profile-block {
    margin-top: -70px;
  }
  .profile-content-hr {
    display: none;
  }
}



.wc-container .wc-time {
    cursor:move;
    height: 30px;
    overflow: hidden;
    top:0px;
    left: 0px;
    color: rgb(255, 255, 255);
    text-align: left; 
    padding: 0 10px; margin: 0; 
    font-size: 13px; 
    line-height: 30px;
    z-index: 9;
    position: absolute;
    right: 30px;
}

.wc-cal-event {
    text-align:center;
    cursor:pointer;
    color:#010101;
    border-bottom:0px;
}

#appointmentcontainer {
    position:absolute;
    left: 0px;
    right: 0px;
    top:0px;
    bottom:0px;
    padding: 30px 40px 0 10px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    border-radius: 2px;
}

.wc-cal-event .wc-title {
    text-align:left;
    padding:10px 0px 10px 0px;
    line-height:20px;
    top:0px;
    bottom:0px;
    position:absolute;
    left:0px;
    right:0px;
    overflow: hidden;
}

.wc-header {
    height: 42px;
      
}
.wc-header table {
    height: 28px;
    border-bottom: 0px;
}
.wc-header .wc-day-column-header {
    border-bottom: 1px solid #fff;
 
    height: 41px;
    text-align: center;
}

div.ui-widget-content table tbody tr td:nth-last-child(2) {
}

.wc-business-hours .wc-time-header-cell {
    text-transform: lowercase;
    color: rgb(68, 68, 68);  cursor: auto;                      font-size: 12px;
    padding: 2px 5px 9px;
}
.wc-grid-row-events .wc-day-column {
    border: 0px;
}
.wc-footer {
    border: 0px;  background: #F7F7F7;  background: -moz-linear-gradient(top, #F7F7F7 0%, #ECECEC 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#ECECEC));  background: -webkit-linear-gradient(top, #F7F7F7 0%,#ECECEC 100%);  background: -o-linear-gradient(top, #F7F7F7 0%,#ECECEC 100%);  background: -ms-linear-gradient(top, #F7F7F7 0%,#ECECEC 100%);  background: linear-gradient(top, #F7F7F7 0%,#ECECEC 100%);  
    height: 28px;  overflow: hidden;  
    border-top: 1px solid #C7C7C7;  z-index: 5;    box-shadow: inset -1px 0px 0px rgba(255,255,255,0.3), inset 1px 0px 0px rgba(255,255,255,0.3);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.wc-toolbar {              
}

.wc-toolbar .wc-nav
{
  float:left;
}

.wc-toolbar .wc-display{
  float: right;
}

.wc-toolbar button {
	margin-top: 0;
	margin-bottom: 0;
}

.wc-toolbar .wc-title, .wc-toolbar .wc-title-mobile{
  text-align: left;
  padding: 0 0 0 10px;
  margin:0;
  font-size: 14px;
  line-height: 42px;
}

.customer-appointment {
    border-radius: 3px;
}

.wc-toolbar .wc-title-mobile{
  display: none;
}

.wc-container table {
	border-collapse: collapse;
    border-spacing: 0;
}
.wc-container table td {
	margin: 0;
	padding: 0;
}

.wc-header table{
	width: 100%;
  table-layout:fixed;
}

.wc-grid-timeslot-header,
.wc-header .wc-time-column-header {
	width: 45px;	
}

.wc-header .wc-scrollbar-shim {
	width: 0px !important;	
	border-bottom: 1px solid #ccc;
}
.wc-header .wc-user-header{
	text-align: center;
	padding: 0.4em 0;
  overflow:hidden;
}
.wc-grid-timeslot-header {
	background: none;	
}
sup {
position: relative;
top: -3px;
}

table.wc-time-slots {
	/* width: 100%; */
	table-layout: fixed;
	cursor: default;
  
	overflow:hidden;
}

.wc-day-column {
	width: 13.5%;
	overflow: visible;
	vertical-align: top;
}

.wc-scrollable-grid .wc-day-column-first{
    border-left: 1px solid white;
}

.wc-day-column-inner {
	width: 100%;
	position:relative;	
}

.wc-no-height-wrapper{
	position:relative;	
  overflow: visible;
	height: 0px;
}


.wc-scrollable-grid .wc-day-column-last,
.wc-scrollable-grid .wc-day-column-middle{border-width: 0 0 0 1px; border-style: solid;}
.wc-scrollable-grid .wc-day-column-first{border-width: 0 0 0 1px; border-style: solid; }







.wc-cal-event {
	position: absolute;	
	text-align: center;
	/* overflow: hidden; */
	cursor: pointer;
	width: 100%;
	display: none;
}



.wc-container .ui-resizable-s {
	height: 10px;
	line-height: 10px;
	bottom: -2px;
	font-size: .75em;
}




.wc-time-slots {
	/* position: absolute; */	
	width: 100%;
}

.wc-column-odd,
.wc-column-even.ui-state-hover{background-image:none;border:none;}


.wc-header .wc-user-header{border-width:0;}

.wc-time-slots .wc-day-column.ui-state-default{background: #f4f4f4;border-left: 1px solid #fff;}
.wc-time-slots .wc-today.ui-state-active{background: #f4f4f4;border-left: 1px solid #fff;}
.wc-header .wc-today.ui-state-active.wc-day-column-middle{border-width:0;}
.wc-header .wc-today.ui-state-active.wc-day-column-first{border-left-width:3px;}
.wc-header .wc-today.ui-state-active.wc-day-column-last{border-right-width:3px;}

.wc-full-height-column{
	display:block;
/*  width:100%;*/
}



.wc-time-slot {
	border-bottom: 1px solid #fff;	
}

.wc-hour-header {
	text-align: right;
}
.wc-business-hours {
    border: none;
    background: none;
    height: 78px;
}

.wc-day-header-cell {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}



.wc-time-slot-header .wc-header-cell {
	text-align: right;
	padding-right: 10px;	
}

.wc-cal-event {
	position: absolute;	
	text-align: center;
	/* overflow: hidden; */
	cursor: pointer;
	color: #fff;
	display: none;
	background: transparent !important;
}


.wc-cal-event-delete {
    float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding-right: 4px;
}

.wc-cal-event-delete i {
    color: white;
    font-size: 13px;
    line-height: 26px;
    padding: 2px 4px 3px 4px;
    border: 1px solid white;
    border-radius: 13px;
}

.wc-cal-event.ui-resizable-resizing {

	cursor: s-resize;
}


.wc-container .ui-resizable-s {
	height: 10px;
	line-height: 10px;
	bottom: 0px;
	font-size: .75em;
	position: absolute;
	cursor: ns-resize;
	left: 0px;
	right: 0px;
}


.wc-container .ui-draggable-dragging {
   z-index: 1000;
}

.free-busy-busy{
  background:#666666;
}

div.wc-scrollable-grid { 
    overflow-x: hidden; 
    overflow-y: auto; 
    position: absolute;    
    border-right: 1px solid white;
    top: 88px;
    bottom: 0px;
}
div#event_edit_container {
    display: none;
}
td.wc-time-column-header { 
    height: 41px;
}

div.calendar-top {
    height: auto;
    margin-top: 46px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    background: #f6f6f6;
}
div.calendar-title {
    float: left;
}
div.calendar-controls {
    float: right;
}
div.wc-nav {
    height: 21px;
    padding: 10px 3px;
}
.wc-nav button {
    background: none; border: none; margin: 0px;
    outline: none;
}
div.appointment-data {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 30px;
    z-index: 10;
}
.appointment-indicator {
    background: #fff;
    border-radius: 11px;
    height: 19px;
    width: 19px;
    overflow: hidden;
    margin: 6px 5px;
    font-size: 0.66em;
    text-align: center;
    border: 1px solid white;
    line-height: 17px;
}

.appointment-indicator.inverted {
  background: #000;
  color: #fff !important;
  border: 1px solid black;
}

.annual-appointment-indicator {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    height: 19px;
    width: 19px;
    overflow: hidden;
    margin: 6px 5px;
    font-size: .95em;
    text-align: center;
    color: #F4B04F;
    line-height: 17px;
    position: absolute;
    top: 0px;
    right: 25px;
    border: 1px solid #F4B04F;
}
.annual-customer-indicator {
    border-radius: 13px;
    height: 21px;
    width: 21px;
    overflow: hidden;
    font-size: .95em;
    text-align: center;
    background: #F4B04F;
    line-height: 19px;
    position: absolute;
    top: 8px;
    right: 10px;
    border: 1px solid #F4B04F;
    color: #fff;
}
tr:hover .annual-customer-indicator {
  color: #F5F5F5;
}
.woa-customer-indicator {
  color: #E66454;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
}

.annual-customer-indicator + .woa-customer-indicator {
  right: 39px;
  top: 9px;
}

.position-relative {
  position: relative;
}
.align-right {
  text-align: right;
}
.appointment-indicator#initials {
    padding: 0px 0px 1px;
    font-weight: 700;
}
.appointment-indicator#trash {
    line-height: 16px;
    font-size: 14px;
}
.appointment-indicator#collections {
	font-size: 11px;
	line-height: 15px;
}

#appointmentcontainer.status0, .customer-appointment.status0 {
    background: #77b7c5;
}
#appointmentcontainer.status1, .customer-appointment.status1 {
    background: #d54848;
}
#appointmentcontainer.status2, .customer-appointment.status2 {
    background: #37ABC5;
}
#appointmentcontainer.status3, .customer-appointment.status3 {
    background: #36a766;
}
#appointmentcontainer.status4, .customer-appointment.status4 {
    background: #128EDE;
}
#appointmentcontainer.status6, .customer-appointment.status6 {
    background: #D59148;
}

/* callback */
#appointmentcontainer.status7, .customer-appointment.status7 {
    background: #37ABC5;
}
.status7 .appointment-indicator {
    color: #37ABC5;
}

#appointmentcontainer.status8, .customer-appointment.status8 {
    background: #a946e8;
}
#appointmentcontainer.status9, .customer-appointment.status9 {
    background: #B349A5;
}
#appointmentcontainer.status11, .customer-appointment.status11 {
    background: #5E7790;
}
#appointmentcontainer.status12, .customer-appointment.status12 {
    background: #65E3FF;
}
#appointmentcontainer.status13, .customer-appointment.status13 {
    background: #36a766;
}
#appointmentcontainer.status14, .customer-appointment.status14 {
    background: #4a5052;
}
#appointmentcontainer.status15, .customer-appointment.status15 {
    background: #D2B48C;
}
#appointmentcontainer.status16, .customer-appointment.status16 {
    background: #D59148;
}
#appointmentcontainer.status17, .customer-appointment.status17 {
    background: #B349A5;
}

#appointmentcontainer.service23, .customer-appointment.service23 {
    background-color: #E7D33D;
}
.service23 .appointment-indicator {
    color: #E7D33D !important;
}
#appointmentcontainer.service24, .customer-appointment.service24 {
    background-color: #E7D33D;
    background: repeating-linear-gradient( -45deg, #E7D33D, #E7D33D 10px, #DCC93B 10px, #DCC93B 25px);
}
.service24 .appointment-indicator {
  color: #E7D33D !important;
}

span.pressure-wash-icon {
  display: block;
  height: 8px;
  width: 8px;
  background: #65E3FF;
  border-radius: 8px;
  margin: 6px 4.5px 3px;
  position: relative;
}

span.pressure-wash-icon:after {content: "";border-width: 5px 3px;border-style: solid;border-color: transparent transparent #65E3FF transparent;position: absolute;top: -8px;left: 1px;}

.customer-appointment {
	color: #fff !important;
}
.status0 .appointment-indicator {
    color: #77b7c5;
}
.status1 .appointment-indicator {
    color: #d54848;
}
.status2 .appointment-indicator {
    color: #37ABC5;
}
.status3 .appointment-indicator {
    color: #36a766;
}
.status4 .appointment-indicator {
    color: #128EDE;
}
.status6 .appointment-indicator {
    color: #D59148;
}
.status8 .appointment-indicator {
    color: #a946e8;
}
.status9 .appointment-indicator {
    color: #B349A5;
}
.status10 .appointment-indicator {
    background: none;
    border: 1px solid transparent;
    color: #fff;
}
.status11 .appointment-indicator {
    color: #5E7790;
}
.status12 .appointment-indicator {
    color: #65E3FF;
}
.status13 .appointment-indicator {
    color: #36a766;
}
.status14 .appointment-indicator {
    color: #4a5052;
}
.status15 .appointment-indicator {
    color: #D2B48C;
}
.status16 .appointment-indicator {
    color: #D59148;
}
.status17 .appointment-indicator {
    color: #B349A5;
}

#appointmentcontainer.flagged {
  box-shadow: inset 0px 0px 0px 3px #D54847, inset 0px 0px 0px 4px rgba(255,255,255, 0.5);
}

.appointment-indicator:hover {
    background: transparent;
    color: white;
}
.ui-dialog {
    position:absolute;
}
div.ui-widget-overlay.ui-front {
    -webkit-transition-delay: 0s;  
	-webkit-transition-duration: 0.15s;  -webkit-transition-property: opacity;  -webkit-transition-timing-function: linear;    box-sizing: border-box;  
    background: rgba(0, 0, 0, 0.4);  display: block;            opacity: 1;            
    position: absolute;                
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.ui-dialog.ui-widget-content {  background-color: #fff;      background-clip: padding-box;  outline: 0;
  
    border: none;  border-radius: 2px;  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.ui-dialog .ui-dialog-titlebar {  border-bottom: 1px solid #e5e5e5;  min-height: 16.43px;
    background: #f8f8f8;  padding: 12px 20px;  border-top-right-radius: 2px;  border-top-left-radius: 2px;
}
.ui-dialog-title {
    font-family: inherit;  font-weight: 500;  line-height: 1.1;  color: inherit;
    font-size: 17px;
    margin: 0;  line-height: 1.42857143;
}
.ui-dialog-titlebar-close {
	float: right;    
	font-weight: 700;  
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	color: #555;
	font-size: 20px;
	margin-top: 3px;
	outline: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding-left: 25px;
}
.ui-dialog-titlebar-close:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}
.ui-dialog-content {
    position: relative;  padding: 20px;
}
.ui-dialog-buttonpane {  text-align: right;  border-top: 1px solid #e5e5e5;
    padding: 12px 20px;  margin-top: 0;  background: #fff;  border-bottom-right-radius: 2px;  border-bottom-left-radius: 2px;
}
.ui-dialog-buttonpane .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0px;
}
.ui-dialog #notes, .ui-dialog #sidebar_notes {
    height: 100px;
}
.ui-dialog #comments, .ui-dialog #details {
    height: 130px;
}
.collection_list {
    cursor:pointer;
}

.note-delete {
  position: absolute;
  right: 19px;
  margin-top: -52px;
}

.collection-actions {
  position: absolute;
  right: 19px;
  margin-top: -52px;
}

.collection-actions * {
  display: inline-block;
}

.ui-dialog h6.text-light-gray {
    text-transform: uppercase;
    margin: 5px 0 15px;
    padding: 0 11px;
}
.ui-dialog .col-sm-12 h6.text-light-gray {
    padding: 0;
}
.condition-report-container {
    max-height: 356px;
    overflow: auto;
}
div#eventextender {
    width: 250px;
    position: absolute;
    right: -249px;
    top: -49px;
    bottom: -56px;
    background-color: #FFFFFF;  background-clip: padding-box;  outline: 0;  z-index: 1100;  border: none;    
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);  
    box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #e5e5e5;
}
div#eventcontainer:after{
    clear: both;
    content: "";
    display: block;
}
#eventextender .ui-dialog-buttonpane {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#eventextender .ui-dialog-content {
    overflow: auto;
    position: absolute;
    top: 49px;
    bottom: 56px;
    left: 0px;
    right: 0px;
    padding: 0px;
}
#eventextender table {
    margin: 0px;
}
#eventextender tr:first-of-type td {
    border-top: 0px;
}
#eventextender tr td {
    padding: 0px;
    vertical-align: middle;
}
#eventextender tr td h5 {
    margin: 0px;
    padding: 12px 15px 5px;
}
#eventextender tr td p {
    margin: 0px;
    padding: 2px 15px 12px;
}
#eventextender tr {
    padding: 5px 15px;
}
#eventextender tr.list-header td {
    padding: 5px 15px;
}
#eventextender tr.list-header:hover td {
    background-color: transparent;
}
#appointmentcontainer[type='notes'] {
    background: #ffffbf;      
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(6%, #ffffbf)) 0 3px;      
    background: -webkit-linear-gradient(top, #d9eaf3 0%, #ffffbf 6%) 0 3px;      
    background: -moz-linear-gradient(top, #d9eaf3 0%, #ffffbf 6%) 0 3px;      
    background: -ms-linear-gradient(top, #d9eaf3 0%, #ffffbf 6%) 0 3px;      
    background: -o-linear-gradient(top, #d9eaf3 0%, #ffffbf 6%) 0 3px;      
    background: linear-gradient(top, #d9eaf3 0%, #ffffbf 6%) 0 3px;
    -webkit-background-size: 100% 24px;      
    -moz-background-size: 100% 24px;      
    -ms-background-size: 100% 24px;      
    -o-background-size: 100% 24px;      
    background-size: 100% 24px;
    color: rgb(41, 41, 41);
}
div[type='notes'] .appointment-indicator {
    background: none;
    color: rgb(119, 119, 119);
    border: 1px solid transparent;
}
.wc-container .wc-time span.notes {
    color: rgb(41, 41, 41);
}
#appointmentcontainer[type="notes"] .appointmentrow {
    line-height: 24px;
}
#appointmentcontainer[type='dns'] {
    background: rgba(0, 0, 0, 0.34);      
    background: repeating-linear-gradient( -45deg, rgba(0, 0, 0, 0.34),  rgba(0, 0, 0, 0.34) 10px,  rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.3) 25px);      
    color: rgb(255, 255, 255);
}
#appointmentcontainer.status10, .customer-appointment.status10 {
    background-color: red;
    background: repeating-linear-gradient( -45deg, rgb(213, 72, 72), rgb(213, 72, 72) 10px, rgb(199, 66, 66) 10px, rgb(199, 66, 66) 25px);
}
#appointmentcontainer.status13, .customer-appointment.status13 {
    background-color: red;
    background: repeating-linear-gradient( -45deg, #36a766, #36a766 10px, #31965C 10px, #31965C 25px);
}
#appointmentcontainer.status16, .customer-appointment.status16 {
    background-color: red;
    background: repeating-linear-gradient( -45deg, #D59148, #D59148 10px, #bf8342 10px, #bf8342 25px);
}
#appointmentcontainer.status17, .customer-appointment.status17 {
    background-color: red;
    background: repeating-linear-gradient( -45deg, #B349A5, #B349A5 10px, #ac3d9d 10px, #ac3d9d 25px);
}

div[type='dns'] .appointment-indicator {
    background: none;
    border: 1px solid transparent;
    color: #fff;
}
.ui-dialog.create .customer-list {
    position: absolute;
    max-height: 188px;
    width: auto;
    left: 11px;
    right: 11px;
    margin-top: 1px;
    z-index: 20;
    padding: 0px;
    height: auto;
    border: 1px solid #1d89cf;
    overflow: scroll;
}
.customer-list tr:first-of-type td {
    border-top: 0px;
}
.customer-list table {
    margin: 0px;
}
.customer-list table tbody tr td {
    padding: 5px 10px;
    vertical-align: middle;
}
.customer-list td h6:first-of-type {
    margin: 6px 0px 5px;
}
.customer-list td h6:last-of-type {
    margin: 5px 0px 6px;
}
.customer-list tr {
    cursor: pointer;
}
.customer-list td h5 {
    padding: 3px 0px 6px;
    margin: 0px;
}
.customer-list table tbody tr:hover td {
    background: #1d89cf;
}
.customer-list table tbody tr:hover td h5 {
    color: #fff;
}
.customer-list table tbody tr:hover td h6 {
    color: #ffffff;
}
.customer-list table tbody tr:hover td h6.text-muted {
    opacity: 0.8;
}
.calendar-switcher {
	display: none;	
}
div#week_select {
    max-height: 500px;
    overflow-y: auto;
    border-radius: 3px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #e4e4e4;
}

.list-group {
    margin-bottom: 0px;
}

.list-group .list-group-item:last-of-type {
    border-bottom: 0px;
}

.list-group .list-group-item:first-of-type {
    border-top: 0px;
}
@media (max-width: 991px) {
	.calendar-switcher {
		width: 100%;
		clear: both;
		padding: 5px 6px 10px 7px;
		display: block;
	}
	.page-calendar .cal-nav .navigation {
		display: none;
	}
	div.calendar-top {
		border-bottom: 0px;
	}
	div.wc-scrollable-grid {
	    top: 137px;
	}
}
@media (max-width: 750px) {
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
		width: 100% !important;
	}
	div#eventextender {
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		width: 100%;
		border-radius: 2px;
		height: auto;
		right: 0px;
		border: 0px;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
		position: fixed !important;
		top: 0px !important;
		bottom: 0px !important;
	}
	.ui-dialog-content {
		overflow: auto !important;
		position: absolute;
		height: auto !important;
		left: 0px !important;
		right: 0px !important;
		top: 49px !important;
		bottom: 56px !important;
	}
	.ui-dialog-buttonpane {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}	
}
@media (max-width: 601px) {
	.wc-toolbar .wc-title{
		display: none;
	}
	
	.wc-toolbar .wc-title-mobile{
		display: block;	
	}
}


/* IE6 hacks */
* html .wc-no-height-wrapper{position:absolute;}
* html .wc-time-slot-wrapper{top:3px;}
* html .wc-grid-row-oddeven{top:2px;}
* html .wc-grid-row-freebusy{top:1px;}

/* IE7 hacks */
*:first-child+html .wc-no-height-wrapper{position:relative;}
*:first-child+html .wc-time-slot-wrapper{top:3px;}
*:first-child+html .wc-grid-row-oddeven{top:2px;}
*:first-child+html .wc-grid-row-freebusy{top:1px;}
*:first-child+html .wc-time-slots .wc-today{background:none;}

#eventextender.no-buttons .ui-dialog-content {
  bottom: 0;
}

#eventextender.no-buttons .ui-dialog-buttonpane {
  display: none;
}


.signature-container {
  position: relative;
  width: 100%;
  height: 280px;
  max-width: 600px;
}

.signature {
  width: 100%;
  height: 280px;
  cursor: pointer !important;
  border: 1px solid #d5d6d5;
  position: relative;
}

.signature-line {
  height: 1px;
  position: absolute;
  left: 40px;
  bottom: 60px;
  right: 40px;
  background: #D5D6D5;
  pointer-events: none;
}

img.signature-preview {
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
  padding: 7px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
