@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-spaceous tr th {
  text-transform: uppercase;
  font-size: 13px;
  padding: 25px 15px !important;
}
.table-spaceous tr td {
  vertical-align: middle !important;
  padding: 15px !important;
  font-size: 14px !important;
}
.table-spaceous tr td.large {
  font-size: 16px !important;
}
.table-spaceous tr td.large small {
  font-size: 13px;
}
.table-spaceous tr td a {
  font-size: 14px;
  font-weight: bold;
  color: #2f4050;
  text-decoration: none !important;
}

.table-striped-double tbody tr:nth-child(4n+1), .table-striped-double tbody tr:nth-child(4n+2) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.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);
}

.row-paging {
  margin: -15px -20px 20px -20px;
  padding: 10px 0 11px 0;
  background-color: #fafafa;
  border-bottom: #f6f6f6;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}
.row-paging span {
  vertical-align: middle;
}
.row-paging.bottom {
  margin-top: 0;
  margin-bottom: -20px;
}

a.link {
  color: black;
  text-decoration: underline;
}
a.link:hover {
  color: #3694BB;
  text-decoration: underline;
}

.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;
}

table a {
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #3694BB;
  text-decoration: underline;
}

a.link {
  color: #3694BB;
  text-decoration: underline;
}
a.link:hover {
  color: #3694BB;
  text-decoration: underline;
}

.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;
}

.hidden {
  visibility: hidden;
}

::placeholder {
  color: #ccc !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc !important;
}

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

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

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

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

.pics-list .pic-container {
  padding: 5px;
  border: 1px solid #e7eaec;
  display: inline-block;
  margin: 1% 1.03% 0 0;
  width: 32%;
}
.pics-list .pic-container .pic-square {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.pics-list .pic-container .buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 5px 5px 5px;
}
.pics-list .pic-container .buttons .img-delete {
  float: left;
  cursor: pointer;
}
.pics-list .pic-container .buttons .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 #3694BB;
  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;
}

.menu-item-container {
  padding-bottom: 20px;
}
.menu-item-container:nth-child(odd) {
  padding-right: 10px;
  padding-left: 19px;
}
.menu-item-container:nth-child(even) {
  padding-left: 10px;
  padding-right: 19px;
}
.menu-item-container .menu-item {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #bec1c3;
  -webkit-transition: 0.5s border-color, 0.5s box-shadow;
  -moz-transition: 0.5s border-color, 0.5s box-shadow;
  -ms-transition: 0.5s border-color, 0.5s box-shadow;
  -o-transition: 0.5s border-color, 0.5s box-shadow;
  transition: 0.5s border-color, 0.5s box-shadow;
  cursor: pointer;
  background-color: white;
}
.menu-item-container .menu-item:hover, .menu-item-container .menu-item:active {
  border-color: #3694BB;
  box-shadow: 0 2px 20px 0 rgba(153, 153, 153, 0.65);
}
.menu-item-container .menu-item.selected {
  border-width: 3px;
  border-color: #3694BB;
}
.menu-item-container .menu-item.selected:hover, .menu-item-container .menu-item.selected:active {
  box-shadow: none;
}
.menu-item-container .col-form-label {
  font-size: 14px;
}
.menu-item-container input.qtty {
  text-align: center;
  border-width: 0 0 2px 0;
  border-color: #3694BB;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  padding: 0;
}
.menu-item-container input.qtty:disabled {
  opacity: 0.3;
}
.menu-item-container input.qtty::-webkit-inner-spin-button,
.menu-item-container input.qtty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.menu-item-container input.price {
  text-align: center;
  border-width: 0 0 2px 0;
  border-color: #3694BB;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  padding: 0;
  width: 70px;
  display: inline;
}
.menu-item-container input.price:disabled {
  opacity: 0.3;
}
.menu-item-container input.comments {
  text-align: left;
  border-width: 0 0 2px 0;
  border-color: #3694BB;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  padding: 0;
  width: 100%;
  display: inline;
}
.menu-item-container input.comments:disabled {
  opacity: 0.3;
}

.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 {
  width: 1% !important;
  flex: 1 1 auto;
}

.tt-hint {
  color: #3694BB;
}

.tt-menu {
  border: 1px solid #2f4050;
  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: #2f4050;
}

#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: #3694BB !important;
  border-color: #3694BB !important;
  z-index: 1000 !important;
}

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

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

.constant-info {
  background-color: #3694BB;
  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 #3694BB;
  cursor: pointer;
}

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

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

.edit-number input {
  text-align: center;
  max-width: 40px;
  padding-right: 10px;
  display: inline;
}

.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: 5px 10px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 14px;
  max-width: 80%;
  background: #f3f3f4;
  margin-bottom: 10px;
}
.sms .sms-content .chat-message.active {
  background: #1ab394;
  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: #1ab394;
  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: #3694BB;
  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;
  }
}
