@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:200,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700");
table#table-invoice tr.totals.first td {
  border-top: 1px solid #e7eaec;
  padding-top: 20px; }

table#table-invoice tr.totals td {
  border: 0; }
  table#table-invoice tr.totals td:last-of-type {
    font-size: 15px;
    font-weight: bold; }

table#table-invoice td {
  vertical-align: middle;
  font-size: 14px; }
  table#table-invoice td.nowrap {
    white-space: nowrap; }
  table#table-invoice td.prod_total {
    font-weight: bold; }
  table#table-invoice td.item {
    font-size: 15px; }

.note-editor.note-frame .note-editing-area .note-editable {
  min-height: 400px; }

img.edit-image {
  cursor: zoom-in; }

.btn-xs.dropdown-toggle::after {
  top: 3px; }

.address-label {
  border: 1px solid #e7eaec;
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #f7f7f7; }

#order-list td, #product-list td {
  vertical-align: middle;
  padding: 15px;
  font-size: 14px; }
  #order-list td.total, #product-list td.total {
    font-weight: bold; }
  #order-list td .link, #product-list td .link {
    font-weight: bold;
    text-decoration: underline; }

table.table-formula tr th {
  text-align: center; }

table.table-formula tr td, table.table-formula tr th {
  background: white; }

.table-hairsamples .hs-description {
  padding: 10px 20px;
  background: white;
  border: 1px solid #eee;
  margin-bottom: 7px;
  border-radius: 10px;
  font-size: 1rem; }

.table-hairsamples img {
  border-radius: 10px;
  height: 80px;
  width: auto;
  border: 1px solid #0263aa;
  padding: 5px;
  margin-right: 4px; }

.sms-top {
  min-width: 200px;
  padding: 0; }
  .sms-top li {
    border-bottom: 1px solid #eee;
    padding: 0; }
    .sms-top li:last-child {
      border: 0; }
    .sms-top li a {
      line-height: 1;
      display: block;
      padding: 10px; }

.count-info {
  padding-right: 0 !important; }
  .count-info:after {
    display: none !important; }
  .count-info .label {
    line-height: 12px;
    padding: 4px 7px;
    border-radius: 10px;
    position: absolute;
    left: -7px;
    right: auto;
    top: 10px; }

.payment_method {
  background: white;
  width: 330px;
  margin: auto;
  text-align: center;
  border: 1px solid #e7eaec;
  border-radius: 10px;
  padding: 15px 10px;
  transition: border-color .3s, box-shadow .3s, scale .3s, opacity .3s;
  cursor: pointer;
  margin-bottom: 5px; }
  .payment_method.inline {
    border: 0;
    pointer-events: none;
    padding: 15px 0;
    text-align: left;
    display: inline-block; }
  .payment_method .cc-icon {
    height: 30px;
    margin-right: 20px; }
  .payment_method .cc-number {
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.1rem; }
    .payment_method .cc-number:before {
      content: '\f111\f111\f111\f111\0020\f111\f111\f111\f111\0020\f111\f111\f111\f111\0020';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: .5rem;
      vertical-align: middle;
      display: inline-block;
      letter-spacing: 1px;
      margin-right: 3px; }
  .payment_method .cc-exp {
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 300;
    color: #808080; }
  .payment_method.nohover {
    pointer-events: none; }
  .payment_method:hover {
    border-color: #514f4d; }
  .payment_method.active {
    border-color: #002D48;
    outline: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    transform: scale(1.05); }
  .payment_method.inactive {
    opacity: .6; }

.btn-status {
  border-style: solid;
  border-width: 1px 1px 1px 10px;
  background-color: white;
  font-size: 13px; }
  .btn-status.orange {
    border-color: #eca27e; }
  .btn-status.green {
    border-color: #53a080; }
  .btn-status.blue {
    border-color: #0263aa; }
  .btn-status.black {
    border-color: #282424; }
  .btn-status.red {
    border-color: #FF9AA2; }

.dropdown-menu {
  max-height: 50vh;
  overflow-y: scroll; }

.dropdown-toggle {
  position: relative;
  padding-right: 30px; }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    right: 19px;
    top: 7px;
    margin-left: 15px;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    border: 0; }

.note-editor.note-frame {
  border: 1px solid #eee;
  font-size: .9rem; }
  .note-editor.note-frame p {
    font-size: .9rem; }
  .note-editor.note-frame * {
    color: black !important; }
  .note-editor.note-frame h1 {
    font-size: 1.5rem;
    font-weight: 600; }
  .note-editor.note-frame h2 {
    font-size: 1.2rem;
    font-weight: 400; }

a.link {
  color: #0263aa;
  text-decoration: underline; }
  a.link:hover {
    color: #0263aa;
    text-decoration: underline; }

.nowrap {
  white-space: nowrap; }

.text-disabled {
  color: #eee !important; }

.text-success {
  color: #0263aa !important; }

.fc-event-container a.fc-event {
  color: #fff !important; }

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #676a6c;
  color: white; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn,
  .btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
    .btn-group-justified .btn .btn,
    .btn-group-justified .btn-group .btn {
      width: 100%; }
    .btn-group-justified .btn .dropdown-menu,
    .btn-group-justified .btn-group .dropdown-menu {
      left: auto; }

.btn-group .btn {
  transition: none; }
  .btn-group .btn:hover, .btn-group .btn.active:hover {
    background-color: #676a6c;
    color: white !important; }

.dashboard-header {
  padding: 20px; }

.wrapper-content {
  padding: 10px 0; }

.ibox {
  border: 1px solid #e7eaec;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

input[type='text']::placeholder, textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc !important;
  opacity: 1;
  /* Firefox */ }

input[type='text']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc !important; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc !important; }

.hidden {
  visibility: hidden; }

p.bigger {
  font-size: 15px; }

.product-desc {
  white-space: nowrap; }

.product-name {
  overflow: hidden;
  text-overflow: ellipsis; }

.pics-list.full .pic-container {
  display: block;
  width: 100%; }
  .pics-list.full .pic-container .pic-square {
    background-size: cover; }
    .pics-list.full .pic-container .pic-square .handle {
      display: none; }

.pics-list .pic-container {
  padding: 5px;
  border: 1px solid #e7eaec;
  display: inline-block;
  margin: 5px 0.03% 0 0;
  width: 33%; }
  .pics-list .pic-container .pic-square {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .pics-list .pic-container .btns {
    padding: 10px 5px 5px 5px; }
    .pics-list .pic-container .btns .img-delete {
      float: left;
      cursor: pointer; }
    .pics-list .pic-container .btns .img-featured {
      float: right;
      cursor: pointer; }

.variants-list .pic-container {
  padding: 5px;
  border: 1px solid #e7eaec;
  display: block;
  margin: 5px 0;
  width: 100%;
  overflow: hidden; }
  .variants-list .pic-container .pic-square {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 15px; }
    .variants-list .pic-container .pic-square img {
      width: 100%; }
  .variants-list .pic-container .btns {
    padding: 10px 5px 5px 5px; }
    .variants-list .pic-container .btns .img-delete {
      float: left;
      cursor: pointer; }
    .variants-list .pic-container .btns .img-featured {
      float: right;
      cursor: pointer; }

.popover {
  z-index: 9999 !important; }

.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.tabs-container {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important; }

.tabs-container .nav-tabs {
  background: none;
  border: 0;
  border-bottom: 1px solid #e7eaec; }

.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-radius: 0; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-bottom: 5px solid #0263aa;
  border-radius: 0; }

.nav-tabs .nav-link {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 5px solid #bec1c3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-control {
  height: 35px; }

.form-control-sm {
  height: 31px;
  font-size: 12px; }

input[type="text"], input[type="number"] {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.input-group-addon, .input-group-text {
  background-color: #f3f3f3;
  font-size: 12px !important; }

.input-group-sm .input-group-addon {
  font-size: 12px; }

.input-group-prepend span, .input-group-append span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.md-skin .nav-tabs > li > a {
  padding: 8px 20px;
  background-color: #f3f3f4; }

.nav-tabs .nav-link:not(.active):focus, .nav-tabs .nav-link:not(.active):hover {
  border-color: #e7eaec; }

#n_attachment {
  background-color: transparent;
  height: 20px;
  width: 100%;
  float: left;
  font-size: 11px;
  padding: 0;
  margin-bottom: 5px;
  border: 0; }

fieldset.item_options.error {
  border-color: #ed5565 !important; }

input.error {
  border-color: #ed5565 !important; }

.checkbox-inline {
  display: inline-block; }

.select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 35px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 0.9rem;
  padding: 4px 12px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ccc; }

.typeahead {
  border-width: 0 0 2px 0;
  padding: 5px;
  width: 100%;
  font-size: 16px; }

.twitter-typeahead {
  display: block !important;
  /*    width:1% !important;
    flex: 1 1 auto;*/ }

.tt-hint {
  color: #0263aa; }

.tt-menu {
  border: 1px solid #0263aa;
  margin-top: 2px;
  padding: 0;
  font-size: 0.9rem;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(153, 153, 153, 0.9); }
  .tt-menu .tt-suggestion {
    padding: 5px; }
    .tt-menu .tt-suggestion.tt-cursor {
      /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
      color: #fff;
      background-color: #0263aa; }

#invoice-sections li, #invoice-sections .dd-dragl {
  border-radius: 0;
  padding: 10px 6px;
  cursor: pointer;
  background: white; }
  #invoice-sections li .dots, #invoice-sections .dd-dragl .dots {
    display: inline-block;
    width: 10px;
    text-align: center; }
  #invoice-sections li .jset_name, #invoice-sections .dd-dragl .jset_name {
    pointer-events: none; }

#invoice-sections li.active {
  background-color: black;
  border-color: black; }
  #invoice-sections li.active .btn {
    color: #676a6c; }
  #invoice-sections li.active h5 {
    color: #6a6c6f; }

#invoice-sections li.over {
  background-color: #0263aa !important;
  border-color: #0263aa !important;
  z-index: 1000 !important; }

.fa-arrows-v {
  cursor: row-resize; }

.fa-ellipsis-v {
  cursor: w-resize;
  margin-right: 5px; }

.constant-info {
  background-color: #0263aa;
  color: white;
  padding: 5px 15px; }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.invoice-table tr.menu td {
  border-top: 1px solid #e7eaec !important;
  text-align: left !important;
  padding: 8px 8px 0 8px !important; }

.invoice-table tr td {
  padding: 4px 8px !important;
  border: none !important; }

input.editable-field {
  border-width: 0 0 2px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #676a6c; }

.editable-field {
  border-bottom: 2px dotted #0263aa;
  cursor: pointer;
  display: inline; }

.editable-field-multiline {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #0263aa;
  cursor: pointer; }

.editable-row:hover {
  background-color: #e7eaec; }

.edit-number input {
  text-align: center;
  max-width: 60px;
  padding-right: 0;
  padding-left: 0;
  display: inline-block; }

.edit-textarea {
  width: 100%; }
  .edit-textarea textarea {
    width: 100% !important;
    height: 100px !important;
    border: 1px solid #e7eaec; }

.edit-text input {
  width: 100% !important;
  padding-left: 10px; }

.sms {
  background: #fff; }
  .sms .sms-content {
    padding: 15px 15px; }
    .sms .sms-content .chat-date {
      opacity: 0.6;
      font-size: 10px;
      font-weight: normal; }
    .sms .sms-content .author-name {
      font-weight: bold;
      margin-bottom: 3px;
      font-size: 11px; }
    .sms .sms-content .chat-message {
      padding: 7px 10px;
      border-radius: 6px;
      border: 1px solid #0263aa;
      font-size: 14px;
      line-height: 14px;
      max-width: 80%;
      background: white;
      margin-bottom: 10px;
      color: black; }
      .sms .sms-content .chat-message.active {
        background: #0263aa;
        color: #fff; }
    .sms .sms-content .left {
      text-align: left;
      clear: both; }
      .sms .sms-content .left .chat-message {
        float: left; }
    .sms .sms-content .right {
      text-align: right;
      clear: both; }
      .sms .sms-content .right .chat-message {
        float: right; }
  .sms .sms-form {
    padding: 10px 10px; }
    .sms .sms-form input, .sms .sms-form button {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }

.customer-sms {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: block;
  background: #0263aa;
  vertical-align: middle;
  text-align: center;
  color: #fff !important;
  border-radius: 50%;
  position: relative; }
  .customer-sms .badge {
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 15px;
    z-index: 999;
    border-radius: 50%;
    min-width: 24px; }

.customer-order {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: block;
  background: #1ab394;
  vertical-align: middle;
  text-align: center;
  color: #fff !important;
  border-radius: 50%;
  position: relative; }

.form-control.hosted-field {
  height: 35px; }

.form-control-static {
  border: 0 !important;
  padding-left: 0;
  background: none; }

.confirm:disabled {
  background-color: #b0b0b1;
  cursor: no-drop; }

#cc_existing .col-6:nth-child(odd) {
  padding-right: 5px; }

#cc_existing .col-6:nth-child(even) {
  padding-left: 5px; }

#cc_existing .cc_existing_card {
  cursor: pointer;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 10px;
  border: 1px solid #e7eaec;
  overflow: hidden; }
  #cc_existing .cc_existing_card.selected {
    border-color: #0263aa;
    background: white; }
  #cc_existing .cc_existing_card .cc_icon {
    font-size: 45px;
    float: left;
    margin-right: 10px;
    margin-left: 10px; }
  #cc_existing .cc_existing_card .cc_details {
    float: left;
    margin-top: 8px; }
    #cc_existing .cc_existing_card .cc_details .cc_expiration {
      margin-left: 10px; }
    #cc_existing .cc_existing_card .cc_details .cc_name {
      font-size: 14px;
      color: #7b7e80; }

@media print {
  .page-break {
    page-break-before: always; }
  .gray-bg, .bg-muted {
    background-color: white; } }
