@charset "UTF-8";
/* Container */
@media (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.nopadding {
  margin-left: 0;
  margin-right: 0;
}
.nopadding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#accept_terms h3 {
  font-size: 18px;
  font-weight: bold;
}

.swal2-confirm {
  background: #002B52;
}
.swal2-confirm:hover {
  background: #001f3b;
}

div:where(.swal2-icon).swal2-info {
  color: #002B52 !important;
  border-color: #002B52 !important;
}

.access_control_box svg {
  width: 20px;
  height: auto;
}
.access_control_box svg.accept > *, .access_control_box svg.accept > g > * {
  stroke: #788c37 !important;
}
.access_control_box svg.decline > *, .access_control_box svg.decline > g > * {
  stroke: #8c3737 !important;
}

#terminalbox .terminal-waiting-box {
  padding-top: 180px;
  min-height: 560px;
}
#terminalbox h2 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 80px;
}
#terminalbox .loader {
  color: #002B52;
  font-size: 70px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  display: block;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}
#terminalbox .dot1 {
  animation: visibility 2s linear infinite;
}
#terminalbox .dot2 {
  animation: visibility2 2s linear infinite;
}
#terminalbox .dot3 {
  animation: visibility3 2s linear infinite;
}
@keyframes visibility {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes visibility2 {
  0% {
    opacity: 0;
  }
  21% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes visibility3 {
  0% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  44% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#terminalbox .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #104160;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
#terminalbox .checkmark {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 20px auto 40px;
  box-shadow: inset 0px 0px 0px #104160;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
#terminalbox .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #104160;
  }
}

#fields_setup h2 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}

.add-info-box {
  border: 1px solid #ececec;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.add-info-box h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.add-info-box .text {
  font-size: 14px;
}

#pause_subscription h1 {
  font-size: 20px;
  font-weight: bold;
}
#pause_subscription .modal-body {
  padding: 20px;
}
#pause_subscription small {
  font-size: 11px;
  font-style: italic;
}
#pause_subscription button[type=submit] {
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #ec971f;
  border-color: #d58512;
  border-bottom: 3px solid #cd841c;
  color: #fff;
}
#pause_subscription button[type=submit]:hover {
  background: #d68d25;
}

#cancel_subscription h1 {
  font-size: 20px;
  font-weight: bold;
}
#cancel_subscription .modal-body {
  padding: 20px;
}
#cancel_subscription small {
  font-size: 11px;
  font-style: italic;
}
#cancel_subscription button[type=submit] {
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #ec1e1e;
  border-color: #d51212;
  border-bottom: 3px solid #cd1c1c;
  color: #fff;
}
#cancel_subscription button[type=submit]:hover {
  background: #d62525;
}

.membership-dropdown {
  min-width: 160px !important;
}
.membership-dropdown li a {
  font-size: 14px;
}
.membership-dropdown svg {
  width: 14px;
  padding-top: 1px;
  margin-bottom: -2px;
  height: auto;
}
.membership-dropdown svg.pause {
  cursor: pointer;
}
.membership-dropdown svg.pause > *, .membership-dropdown svg.pause > g > * {
  stroke: #ffb412 !important;
}
.membership-dropdown svg.stop {
  cursor: pointer;
}
.membership-dropdown svg.stop > *, .membership-dropdown svg.stop > g > * {
  stroke: #ff1212 !important;
}
.membership-dropdown svg > *, .membership-dropdown svg > g > * {
  stroke: #2e2e2e !important;
}

.cat-checkout-headline {
  font-size: 15px !important;
  padding: 12px 14px !important;
  font-weight: bold !important;
  cursor: auto !important;
  background: #f8f8f8 !important;
}
.cat-checkout-headline:hover {
  color: #333 !important;
}

.onboarding-problems {
  font-weight: bold;
  color: #3b2727;
  border-radius: 5px;
  background: #fdc4c4 !important;
}
.onboarding-problems ul {
  list-style: disc;
  padding-left: 15px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
.onboarding-problems ul li {
  line-height: 19px;
}
.onboarding-problems .bottom-text {
  font-weight: normal;
  margin-top: 10px;
}

.adyen-pending-informations {
  line-height: 21px;
  border-radius: 5px;
  background: #f8f3c9 !important;
  font-size: 15px;
}

.cashier-choose-name {
  background: #fff;
  padding: 25px 15px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}
.cashier-choose-name:hover {
  cursor: pointer;
  background: #f0f2f3;
}
.cashier-choose-name .explain {
  font-size: 12px;
  margin-top: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 16px;
}

.weekday-arrow {
  float: right;
  padding-top: 5px;
  color: #a5a5a5;
}
@media only screen and (max-device-width: 480px) {
  .weekday-arrow {
    display: none;
  }
}

.fc-day-header:hover .weekday-arrow {
  color: #000;
}
.fc-day-header.active-bg .weekday-arrow {
  color: #000;
}

.choose-cashier-name-head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 35px;
}

.same_count_as_yesterday_cashier {
  text-align: left;
  color: #000;
  cursor: pointer;
  float: right;
}
.same_count_as_yesterday_cashier .btn-blue {
  border: 1px solid #003A52;
  color: #003A52;
  line-height: 30px;
  padding: 0 8px;
  margin-top: 0px;
}
.same_count_as_yesterday_cashier .btn-blue:hover {
  background: #003A52;
  color: #fff;
}

.radiocustom.margin-top {
  margin-top: 20px;
}
.radiocustom input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radiocustom input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: -0.4em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radiocustom input[type=radio]:checked + .radio-label:before {
  background-color: #4bc0c0;
  box-shadow: inset 0 0 0 4px #fff;
}
.radiocustom input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #4bc0c0;
}
.radiocustom input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.radiocustom input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.radiocustom .small-text {
  margin-left: 42px;
  font-size: 12px;
  line-height: 18px;
  width: 400px;
  font-weight: normal;
}

.radiocustom-small input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radiocustom-small input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.4em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radiocustom-small input[type=radio]:checked + .radio-label:before {
  background-color: #4bc0c0;
  box-shadow: inset 0 0 0 4px #fff;
}
.radiocustom-small input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #4bc0c0;
}
.radiocustom-small input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.radiocustom-small input[type=radio] + .radio-label {
  font-weight: normal;
}
.radiocustom-small input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.radiocustom-small .small-text {
  margin-left: 42px;
  font-size: 12px;
  line-height: 18px;
  width: 450px;
  font-weight: normal;
}

.advanced-btn {
  margin-left: 40px;
  margin-bottom: 8px;
  margin-top: 0px;
  cursor: pointer;
  color: #959595;
  font-size: 12px;
}

.optimized-model-options {
  margin-left: 40px;
  margin-bottom: 25px;
}
.optimized-model-options.nbb {
  margin-bottom: 0px;
}
.optimized-model-options .wrap {
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 10px 10px 0px 10px;
}
.optimized-model-options .wrap.remove-border-bottom {
  border-bottom: 0px;
  border-radius: 3px 3px 0px 0px;
}
.optimized-model-options .wrap.remove-border-radius-top {
  border-radius: 0px 0px 3px 3px;
}
.optimized-model-options .wrap .head {
  margin-bottom: 20px;
  font-weight: 600;
}

.terminal-provider {
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #2e2e2e;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
}
.terminal-provider:hover {
  background: #eeeeee;
}

.tag-add {
  background: #f6f6f6;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.tag-add:hover {
  background: #e5e5e5;
}

.tag-ck-editor-added {
  background: red;
}

.fstResultItem, .fstChoiceItem, .fstMultipleMode .fstQueryInput, .fstNoResults {
  font-size: 14px !important;
}

.fstQueryInput {
  margin-top: 0px !important;
}

.fstChoiceItem {
  background-color: #5cd9ad;
  border: 1px solid #5cd9ad;
}

.fstMultipleMode.fstActive .fstResults {
  max-height: 150px;
}

.fstMultipleMode .fstControls {
  width: 350px !important;
}

.closed_day_top {
  background: #FF7373;
  z-index: 9999;
  font-size: 11px;
  text-align: center;
  padding: 5px 8px;
  float: right;
  margin-top: -33px;
  margin-right: -10px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-device-width: 480px) {
  .closed_day_top {
    display: none !important;
  }
  .closed_day_top .computer {
    display: none !important;
  }
  .closed_day_top .mobile {
    display: block !important;
  }
}
.closed_day_top .computer {
  display: block;
}
.closed_day_top .mobile {
  display: none;
}

.closed-day-bg {
  border-bottom: 3px solid #ff7373 !important;
}
.goback-btn {
  background: #0e5877 !important;
  color: #fff !important;
}

#preview_email .modal-dialog {
  min-width: 1000px;
}

.customer_group_box {
  border: 2px solid #ececec;
  padding: 10px 15px;
  margin-top: 5px;
  border-radius: 5px;
}

.export-head {
  background: #f4f4f4;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -40px;
  margin-bottom: 25px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: bold;
}

.collected-inventory-status {
  font-weight: bold;
  font-size: 25px;
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
.collected-inventory-status .left {
  float: left;
}
.collected-inventory-status .right {
  float: right;
}

#edit_journal .modal-body, #add_journal .modal-body {
  padding: 0px;
}
@media only screen and (max-device-width: 480px) {
  #edit_journal label, #add_journal label {
    margin-bottom: 0px;
  }
}

.owncodeinput, .receipt_giftcard_name_box {
  margin-top: 10px;
  display: none;
}

.receipt_giftcard_service_box {
  margin-bottom: 10px;
  display: none;
}

.predefined-amount-eye {
  font-size: 20px;
  margin-top: 15px;
}

.hide_agreement_line {
  display: none;
}

.active_staff_percent {
  background: #34A56F !important;
  border: 1px solid #34A56F !important;
  color: #fff !important;
}

.quickmenu-point {
  float: left;
  background: #ececec;
  border-radius: 5px;
  padding: 6px 8px 1px 8px;
  margin-right: 5px;
}
.quickmenu-point:hover {
  background: #003A52;
}
.quickmenu-point:hover i {
  color: #fff;
}
.quickmenu-point:hover i.icon-warning {
  color: #fff;
}
.quickmenu-point i {
  color: #003A52;
  font-size: 17px;
}
.quickmenu-point i.icon-warning {
  color: #d51b1b;
}

@media only screen and (max-device-width: 480px) {
  #journal_log .modal-body {
    padding: 30px 15px;
  }
  #journal_log .journal-edit-head {
    font-size: 12px;
  }
  #journal_log .table:not(.not-responsive) > tbody > tr:not(.category) > td {
    text-align: left;
  }
  #journal_log .table:not(.not-responsive) > tbody > tr:after {
    height: 0px;
  }
  #journal_log .table:not(.not-responsive) {
    margin-top: 1px;
  }
  #journal_log .table:not(.not-responsive) > tbody > tr:not(.category) > td {
    border: 0px;
  }
}
#journal_log .journal-edit-head {
  font-weight: bold;
}
#journal_log table {
  margin-bottom: 20px;
}
#journal_log table:last-child {
  margin-bottom: 0px;
}
#journal_log .modal-body {
  max-height: 600px;
  overflow-x: scroll;
}
#journal_log h1 {
  margin-bottom: 20px;
  margin-top: -15px;
}
#journal_log .journal-edit-head {
  background: #fff;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
}
#journal_log .journal-edit-head .arrow {
  float: right;
}
#journal_log .journal-data {
  display: none;
}

#voucherbox .modal-dialog {
  min-width: 650px;
}

#move_later_times {
  z-index: 9999 !important;
}

.mbh-applied {
  margin-top: 40px;
}

.move-head-bar {
  position: fixed;
  bottom: 10px;
  display: none;
  left: 30%;
  z-index: 999;
  background: #196082;
  width: 60%;
  height: 40px;
  padding: 13px 5px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.move-head-bar .close-b {
  float: right;
  color: #fff;
  font-size: 16px;
  margin-top: -2px;
  padding-right: 10px;
  cursor: pointer;
}

#chooseBookType .modal-dialog {
  min-width: 800px;
}

@media only screen and (min-device-width: 768px) {
  #show_sale_denmark .modal-dialog {
    min-width: 800px !important;
  }
}
#show_sale_denmark .client_data {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}
#show_sale_denmark .client_data_content {
  line-height: 18px;
}
#show_sale_denmark .table tbody tr td:last-child {
  padding-right: 12px;
}
#show_sale_denmark .table tbody tr td:first-child:not(.image) {
  padding-left: 12px;
}

.latest-combination {
  margin-bottom: 5px;
  border: 1px solid #ececec;
}
.latest-combination ul li {
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
}
.latest-combination ul li .extra-line {
  font-weight: normal;
  font-size: 11px;
  margin-top: 3px;
}
.latest-combination ul li:after {
  padding-left: 2px;
  padding-right: 5px;
}
.latest-combination ul li:first-child {
  margin-top: 5px;
}
.latest-combination ul li:last-child {
  margin-bottom: 10px;
  margin-top: 5px;
}
.latest-combination ul li:last-child:after {
  content: "";
}
.latest-combination ul li a {
  color: #48a6a6;
  border: 1px solid #ececec;
  padding: 3px 10px;
  font-weight: normal;
  border-radius: 5px;
}
.latest-combination ul li a:hover {
  background: #ececec;
  color: #2e2e2e;
}
.latest-combination ul li.head {
  width: 100%;
  border-top: 1px solid #ececec;
  margin-top: -5px;
}
.latest-combination ul li.head:after {
  content: "";
}

.latest-customers {
  margin-bottom: 5px;
  display: none;
}
.latest-customers li {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 8px;
  font-size: 12px;
}
.latest-customers li:after {
  padding-left: 2px;
  padding-right: 5px;
}
.latest-customers li:last-child:after {
  content: "";
}
.latest-customers li a {
  color: #669696;
}
.latest-customers li.head {
  width: 100%;
  border-top: 1px solid #ececec;
  margin-top: -5px;
}
.latest-customers li.head:after {
  content: "";
}

.journal-image {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ececec;
  border-radius: 5px;
  width: 200px;
}
.journal-image .delete-image {
  width: 50%;
  float: left;
  border-right: 1px solid #ececec;
  text-align: center;
  padding: 5px;
}
.journal-image .delete-image a {
  color: #2e2e2e;
}
.journal-image .rotate-image {
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px;
}
.journal-image .rotate-image a {
  color: #2e2e2e;
}

/*.fc-view-container {
  width: auto;
}

.fc-view-container .fc-view {
  overflow-x: scroll;
}

.fc-view-container .fc-view > table {
  width: 2500px;
}*/
.header-noti {
  top: 0px !important;
  margin-right: 2px;
  padding: 3px 6px !important;
}
@media only screen and (max-device-width: 480px) {
  .header-noti {
    top: -3px !important;
  }
}

.end_time_completed_by {
  margin-top: 30px;
}
@media only screen and (max-device-width: 480px) {
  .end_time_completed_by {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.end_time_completed_by .htext {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -10px;
}

.datenormalline, .daynameline, #todaybtn {
  font-size: 12px;
}

.right-loader {
  width: 200px;
  margin: 30% auto 0 auto;
}

.settingZoom button, .hideBookings button {
  margin-right: 10px;
  padding-right: 10px !important;
  padding-top: 12px !important;
}

.ck-editor__editable_inline {
  min-height: 400px;
}

.product-search-added {
  background: #fafafa;
  border: 1px solid #ececec;
  margin-top: 3px;
  overflow-x: scroll;
}
.product-search-added ul li {
  padding: 15px;
  border-bottom: 1px solid #ececec;
}
.product-search-added ul li:last-child {
  border-bottom: 0px;
}
.product-search-added ul li .name {
  width: 65%;
  float: left;
}
.product-search-added ul li .amount {
  width: 20%;
  float: left;
}
.product-search-added ul li .add {
  width: 15%;
  text-align: right;
  color: #3DB87C;
  float: left;
}
.product-search-added ul li .add a {
  color: #FF7373;
}

.product-search {
  background: #fafafa;
  border: 1px solid #ececec;
  margin-top: 15px;
  max-height: 160px;
  display: none;
  overflow-x: scroll;
}
.product-search ul li {
  padding: 15px;
  border-bottom: 1px solid #ececec;
}
.product-search ul li:last-child {
  border-bottom: 0px;
}
.product-search ul li .name {
  width: 85%;
  float: left;
}
.product-search ul li .add {
  width: 15%;
  text-align: right;
  color: #3DB87C;
  float: left;
}

.cprBlur, .blurText {
  color: transparent;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.wait_time_text {
  margin-top: 11px;
  font-weight: normal;
  background: rgb(247, 247, 247);
  background: linear-gradient(90deg, rgb(247, 247, 247) 0%, rgb(247, 247, 247) 43%, rgb(255, 255, 255) 100%);
  padding: 0px 10px;
}
@media only screen and (max-device-width: 480px) {
  .wait_time_text {
    padding: 4px 10px;
  }
}

.cal-line-user {
  border-bottom: 1px solid #f1f1f1;
  padding: 7px 10px 7px 10px;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}
.cal-line-user:hover {
  background: #fbfbfb;
  cursor: pointer;
}
.cal-line-user:last-child {
  border-bottom: 0px;
}

.cal-line-head {
  font-size: 16px;
  padding: 10px 10px 5px 10px;
}

.cal-user {
  margin-top: 9px;
  height: auto;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 0 8px #e3e3e3;
  text-align: left;
}

.cal-user-week {
  margin-top: 34px;
  height: auto;
  z-index: 99999;
  background: #fff;
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
}
.cal-user-week.closed-div {
  margin-top: 9px;
}

.fc-day-header {
  cursor: pointer;
}
.fc-day-header:hover, .fc-day-header.active-bg {
  background: #fff;
}

.giftcard-color {
  background: #2e2e2e;
  border-radius: 5px;
  width: 60px;
  height: 120px;
  float: left;
  margin-right: 15px;
  border: 2px solid #2e2e2e;
  cursor: pointer;
}
.giftcard-color .active {
  background: #4CC0C0;
  padding: 5px;
  bottom: 2px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  width: 56px;
  text-align: center;
}

.report_list .report_type {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}
.report_list .report_type a {
  font-size: 15px;
}
.report_list .report_type:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.nav-tabs.profile li a {
  padding: 12px 1px;
}
.nav-tabs.profile li:last-child a {
  padding: 12 0px 12px 2px;
}

.client-informations {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  line-height: 20px;
}

.res-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  margin: 0px auto 7px auto;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #3DB87C;
}

.fc-resource-cell:hover {
  background: #fff !important;
}
.fc-resource-cell .imagediv {
  width: 35px;
  height: 35px;
  background-size: cover;
  margin: 0px auto 7px auto;
  border: 1px solid #3DB87C;
  border-radius: 100%;
}

.payAmountBox {
  width: 80% !important;
  float: left;
}
@media only screen and (max-device-width: 480px) {
  .payAmountBox {
    width: 55% !important;
  }
}

.depositum_table tbody tr td {
  padding: 6px 10px !important;
}

.createInvoiceSale {
  width: 18% !important;
  margin-left: 2%;
  float: left;
  border: 1px solid #ececec !important;
  font-size: 14px !important;
}
@media only screen and (max-device-width: 480px) {
  .createInvoiceSale {
    width: 41% !important;
  }
}

.space-between-booking {
  left: 6px !important;
  right: 6px !important;
}

.editRole:hover {
  text-decoration: underline;
  cursor: pointer;
}

.marginbottonpaytype {
  margin-top: -30px !important;
}
@media only screen and (max-device-width: 480px) {
  .marginbottonpaytype {
    margin-top: 0px !important;
  }
}

@media only screen and (max-device-width: 480px) {
  .datePickerCalendar .daynameline {
    display: none;
  }
}

.oddeven_box {
  margin-bottom: 15px;
}
.oddeven_box h3 {
  font-size: 20px;
}
.oddeven_box p {
  font-size: 13px;
}

.mt-5 {
  margin-top: 5px;
}

ol {
  margin: 0;
  padding: 0;
  padding-left: 30px;
}

.negativeResult, .positiveResult {
  color: #d51c1c;
}

ol.sortable, ol.sortable ol, ol.sortable_employee, ol.sortable_employee ol, ol.sortable_department, ol.sortable_department ol, ol.sortable_journal_field, ol.sortable_journal_field ol, ol.sortable_shortcuts ol {
  margin: 0 0 0 0px;
  padding: 0;
  list-style-type: none;
}

.sortable li, .sortable_addon li, .sortable_employee li, .sortable_department li, .sortable_journal_field li, .sortable_shortcuts li {
  margin: 1px 0 0 0;
  padding: 0;
}
.sortable li.border, .sortable_addon li.border, .sortable_employee li.border, .sortable_department li.border, .sortable_journal_field li.border, .sortable_shortcuts li.border {
  margin: 0;
}

.sortable_employee .movecursor, .sortable_journal_field .movecursor {
  cursor: move;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .movecursor, .sortable_journal_field .movecursor {
    cursor: auto;
  }
}
.sortable_employee .service-wrap, .sortable_journal_field .service-wrap {
  background: #fff;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.sortable_employee .service-wrap.border, .sortable_journal_field .service-wrap.border {
  border: 1px solid #ececec;
}
.sortable_employee .service-wrap:hover, .sortable_journal_field .service-wrap:hover {
  background: #fcfcfc;
}
.sortable_employee .service-wrap .handle, .sortable_journal_field .service-wrap .handle {
  margin-right: 15px;
  float: left;
}
.sortable_employee .service-wrap .handle i, .sortable_journal_field .service-wrap .handle i {
  color: #525252;
}
.sortable_employee .service-wrap .handle i:hover, .sortable_journal_field .service-wrap .handle i:hover {
  color: #000;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .service-wrap .handle i, .sortable_journal_field .service-wrap .handle i {
    display: none;
  }
}
.sortable_employee .service-wrap .sname, .sortable_journal_field .service-wrap .sname {
  float: left;
  width: 35%;
}
.sortable_employee .service-wrap .sname a, .sortable_journal_field .service-wrap .sname a {
  color: #2e2e2e;
}
.sortable_employee .service-wrap .sname a:hover, .sortable_journal_field .service-wrap .sname a:hover {
  text-decoration: underline;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .service-wrap .sname, .sortable_journal_field .service-wrap .sname {
    width: 70%;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.sortable_employee .service-wrap .sname .email, .sortable_journal_field .service-wrap .sname .email {
  margin-top: 5px;
  font-size: 11px;
}
.sortable_employee .service-wrap .departments, .sortable_journal_field .service-wrap .departments {
  float: left;
  width: 50%;
  line-height: 16px;
  font-size: 13px;
  text-align: left;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .service-wrap .departments, .sortable_journal_field .service-wrap .departments {
    display: none;
  }
}
.sortable_employee .service-wrap .rolel, .sortable_journal_field .service-wrap .rolel {
  float: right;
  width: 10%;
  text-align: right;
  vertical-align: top;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .service-wrap .rolel, .sortable_journal_field .service-wrap .rolel {
    font-size: 12px;
    width: 25%;
  }
}
.sortable_employee .category-wrapper, .sortable_journal_field .category-wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .category-wrapper ol li i, .sortable_journal_field .category-wrapper ol li i {
    display: none;
  }
}
.sortable_employee .service-category-wrap, .sortable_journal_field .service-category-wrap {
  padding: 15px 10px;
  font-weight: 600;
  font-size: 14px;
}
.sortable_employee .service-category-wrap .handle, .sortable_journal_field .service-category-wrap .handle {
  margin-right: 15px;
  float: left;
  color: #525252;
}
.sortable_employee .service-category-wrap .handle i:hover, .sortable_journal_field .service-category-wrap .handle i:hover {
  color: #000;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .service-category-wrap .handle i, .sortable_journal_field .service-category-wrap .handle i {
    display: none;
  }
}
.sortable_employee .service-category-wrap .sname, .sortable_journal_field .service-category-wrap .sname {
  float: left;
  width: 35%;
}
.sortable_employee .service-category-wrap .sname a, .sortable_journal_field .service-category-wrap .sname a {
  color: #2e2e2e;
}
.sortable_employee .service-category-wrap .sname a:hover, .sortable_journal_field .service-category-wrap .sname a:hover {
  text-decoration: underline;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .service-category-wrap .sname, .sortable_journal_field .service-category-wrap .sname {
    width: 90%;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.sortable_employee .service-category-wrap .sname .email, .sortable_journal_field .service-category-wrap .sname .email {
  margin-top: 5px;
  font-size: 11px;
}
.sortable_employee .service-category-wrap .departments, .sortable_journal_field .service-category-wrap .departments {
  float: left;
  width: 50%;
  line-height: 16px;
  font-size: 13px;
  text-align: left;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .service-category-wrap .departments, .sortable_journal_field .service-category-wrap .departments {
    display: none;
  }
}
.sortable_employee .service-category-wrap .rolel, .sortable_journal_field .service-category-wrap .rolel {
  float: right;
  width: 10%;
  text-align: right;
  vertical-align: top;
}
@media only screen and (max-device-width: 480px) {
  .sortable_employee .service-category-wrap .rolel, .sortable_journal_field .service-category-wrap .rolel {
    font-size: 12px;
  }
}

.sortable_department .movecursor {
  cursor: move;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .movecursor {
    cursor: auto;
  }
}
.sortable_department .service-wrap {
  background: #fff;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .service-wrap {
    padding-bottom: 0px;
  }
}
.sortable_department .service-wrap.border {
  border: 1px solid #ececec;
}
.sortable_department .service-wrap:hover {
  background: #fcfcfc;
}
.sortable_department .service-wrap .handle {
  margin-right: 15px;
  float: left;
}
.sortable_department .service-wrap .handle i {
  color: #525252;
}
.sortable_department .service-wrap .handle i:hover {
  color: #000;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .service-wrap .handle i {
    display: none;
  }
}
.sortable_department .service-wrap .sname {
  float: left;
  width: 35%;
}
.sortable_department .service-wrap .sname a {
  color: #2e2e2e;
}
.sortable_department .service-wrap .sname a:hover {
  text-decoration: underline;
}
.sortable_department .service-wrap .sname .mobile-address {
  display: none;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .service-wrap .sname {
    width: 70%;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .sortable_department .service-wrap .sname .mobile-address {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-style: italic;
  }
}
.sortable_department .service-wrap .sname .email {
  margin-top: 5px;
  font-size: 11px;
}
.sortable_department .service-wrap .departments {
  float: left;
  width: 50%;
  line-height: 16px;
  font-size: 13px;
  text-align: left;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .service-wrap .departments {
    display: none;
  }
}
.sortable_department .service-wrap .rolel {
  float: right;
  width: 10%;
  text-align: right;
  vertical-align: top;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .service-wrap .rolel {
    font-size: 12px;
    width: 25%;
  }
}
.sortable_department .category-wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .category-wrapper ol li i {
    display: none;
  }
}
.sortable_department .service-category-wrap {
  padding: 15px 10px;
  font-weight: 500;
  font-size: 14px;
}
.sortable_department .service-category-wrap .handle {
  margin-right: 15px;
  float: left;
  color: #525252;
}
.sortable_department .service-category-wrap .handle i:hover {
  color: #000;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .service-category-wrap .handle i {
    display: none;
  }
}
.sortable_department .service-category-wrap .sname {
  float: left;
  width: 35%;
}
.sortable_department .service-category-wrap .sname a {
  color: #2e2e2e;
}
.sortable_department .service-category-wrap .sname a:hover {
  text-decoration: underline;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .service-category-wrap .sname {
    width: 70%;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.sortable_department .service-category-wrap .sname .email {
  margin-top: 5px;
  font-size: 11px;
}
.sortable_department .service-category-wrap .departments {
  float: left;
  width: 50%;
  line-height: 16px;
  font-size: 13px;
  text-align: left;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .service-category-wrap .departments {
    display: none;
  }
}
.sortable_department .service-category-wrap .rolel {
  float: right;
  width: 10%;
  text-align: right;
  vertical-align: top;
}
@media only screen and (max-device-width: 480px) {
  .sortable_department .service-category-wrap .rolel {
    font-size: 12px;
    width: 30%;
  }
}

.sortable .movecursor, .sortable_addon .movecursor, .sortable_shortcuts .movecursor {
  cursor: move;
}
@media only screen and (max-device-width: 480px) {
  .sortable .movecursor, .sortable_addon .movecursor, .sortable_shortcuts .movecursor {
    cursor: auto;
  }
}
.sortable .service-wrap, .sortable_addon .service-wrap, .sortable_shortcuts .service-wrap {
  background: #fff;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.sortable .service-wrap:hover, .sortable_addon .service-wrap:hover, .sortable_shortcuts .service-wrap:hover {
  background: #fcfcfc;
}
.sortable .service-wrap .handle, .sortable_addon .service-wrap .handle, .sortable_shortcuts .service-wrap .handle {
  margin-right: 15px;
  float: left;
}
.sortable .service-wrap .handle i, .sortable_addon .service-wrap .handle i, .sortable_shortcuts .service-wrap .handle i {
  color: #525252;
}
.sortable .service-wrap .handle i:hover, .sortable_addon .service-wrap .handle i:hover, .sortable_shortcuts .service-wrap .handle i:hover {
  color: #000;
}
@media only screen and (max-device-width: 480px) {
  .sortable .service-wrap .handle i, .sortable_addon .service-wrap .handle i, .sortable_shortcuts .service-wrap .handle i {
    display: none;
  }
}
.sortable .service-wrap .sname, .sortable_addon .service-wrap .sname, .sortable_shortcuts .service-wrap .sname {
  float: left;
  width: 55%;
}
.sortable .service-wrap .sname a, .sortable_addon .service-wrap .sname a, .sortable_shortcuts .service-wrap .sname a {
  color: #2e2e2e;
}
.sortable .service-wrap .sname a:hover, .sortable_addon .service-wrap .sname a:hover, .sortable_shortcuts .service-wrap .sname a:hover {
  text-decoration: underline;
}
@media only screen and (max-device-width: 480px) {
  .sortable .service-wrap .sname, .sortable_addon .service-wrap .sname, .sortable_shortcuts .service-wrap .sname {
    width: 90%;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.sortable .service-wrap .stime, .sortable_addon .service-wrap .stime, .sortable_shortcuts .service-wrap .stime {
  float: left;
  width: 25%;
}
@media only screen and (max-device-width: 480px) {
  .sortable .service-wrap .stime, .sortable_addon .service-wrap .stime, .sortable_shortcuts .service-wrap .stime {
    font-size: 12px;
    width: 50%;
  }
}
.sortable .service-wrap .sprice, .sortable_addon .service-wrap .sprice, .sortable_shortcuts .service-wrap .sprice {
  float: right;
  width: 15%;
  text-align: right;
}
@media only screen and (max-device-width: 480px) {
  .sortable .service-wrap .sprice, .sortable_addon .service-wrap .sprice, .sortable_shortcuts .service-wrap .sprice {
    font-size: 12px;
  }
}
.sortable .category-wrapper, .sortable_addon .category-wrapper, .sortable_shortcuts .category-wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media only screen and (max-device-width: 480px) {
  .sortable .category-wrapper ol li i, .sortable_addon .category-wrapper ol li i, .sortable_shortcuts .category-wrapper ol li i {
    display: none;
  }
}
.sortable .service-category-wrap, .sortable_addon .service-category-wrap, .sortable_shortcuts .service-category-wrap {
  padding: 15px 10px;
  font-weight: 500;
  font-size: 14px;
}
.sortable .service-category-wrap .handle, .sortable_addon .service-category-wrap .handle, .sortable_shortcuts .service-category-wrap .handle {
  margin-right: 15px;
  float: left;
  color: #525252;
}
.sortable .service-category-wrap .handle i:hover, .sortable_addon .service-category-wrap .handle i:hover, .sortable_shortcuts .service-category-wrap .handle i:hover {
  color: #000;
}
@media only screen and (max-device-width: 480px) {
  .sortable .service-category-wrap .handle i, .sortable_addon .service-category-wrap .handle i, .sortable_shortcuts .service-category-wrap .handle i {
    display: none;
  }
}
.sortable .service-category-wrap .sname, .sortable_addon .service-category-wrap .sname, .sortable_shortcuts .service-category-wrap .sname {
  float: left;
  width: 55%;
}
@media only screen and (max-device-width: 480px) {
  .sortable .service-category-wrap .sname, .sortable_addon .service-category-wrap .sname, .sortable_shortcuts .service-category-wrap .sname {
    width: 80%;
  }
}
.sortable .service-category-wrap .sinfo, .sortable_addon .service-category-wrap .sinfo, .sortable_shortcuts .service-category-wrap .sinfo {
  float: right;
  width: 35%;
  text-align: right;
}
@media only screen and (max-device-width: 480px) {
  .sortable .service-category-wrap .sinfo, .sortable_addon .service-category-wrap .sinfo, .sortable_shortcuts .service-category-wrap .sinfo {
    width: 15%;
  }
}

@media only screen and (max-device-width: 480px) {
  .opening-hours .workhours-h1-mobile, .salereport .workhours-h1-mobile, .workinghours .workhours-h1-mobile {
    margin-bottom: 10px;
    float: left;
  }
}
@media only screen and (max-device-width: 480px) {
  .opening-hours .text-right, .salereport .text-right, .workinghours .text-right {
    text-align: left;
  }
}
@media only screen and (max-device-width: 480px) {
  .opening-hours .btn-halfwidth, .opening-hours .btn-halfwidth-select, .salereport .btn-halfwidth, .salereport .btn-halfwidth-select, .workinghours .btn-halfwidth, .workinghours .btn-halfwidth-select {
    width: 49% !important;
    margin-right: 1% !important;
    margin-top: 5px;
    float: left;
    font-size: 13px;
  }
  .opening-hours .btn-halfwidth:last-child, .opening-hours .btn-halfwidth-select:last-child, .salereport .btn-halfwidth:last-child, .salereport .btn-halfwidth-select:last-child, .workinghours .btn-halfwidth:last-child, .workinghours .btn-halfwidth-select:last-child {
    margin-right: 0% !important;
  }
}
@media only screen and (max-device-width: 480px) {
  .opening-hours .btn-halfwidth-select, .salereport .btn-halfwidth-select, .workinghours .btn-halfwidth-select {
    height: 41px !important;
  }
}
@media only screen and (max-device-width: 480px) {
  .opening-hours .btn-fullwidth, .salereport .btn-fullwidth, .workinghours .btn-fullwidth {
    width: 100% !important;
    margin-right: 0px !important;
    margin-top: 5px;
    font-size: 13px;
  }
}
@media only screen and (max-device-width: 480px) {
  .opening-hours .btn-group, .salereport .btn-group, .workinghours .btn-group {
    margin-bottom: 8px;
    width: 100%;
  }
}
@media only screen and (max-device-width: 480px) {
  .opening-hours .btn-group .dropdown-toggle, .salereport .btn-group .dropdown-toggle, .workinghours .btn-group .dropdown-toggle {
    width: 100%;
  }
}
@media only screen and (max-device-width: 480px) {
  .opening-hours .datepicker-today .previous, .opening-hours .datepicker-today .next, .salereport .datepicker-today .previous, .salereport .datepicker-today .next, .workinghours .datepicker-today .previous, .workinghours .datepicker-today .next {
    width: 50px;
  }
}
@media only screen and (max-device-width: 480px) {
  .opening-hours .datepicker-today .tdy, .salereport .datepicker-today .tdy, .workinghours .datepicker-today .tdy {
    width: 100px;
  }
}
@media only screen and (max-device-width: 480px) {
  .opening-hours .datepicker-today .dateOpening, .salereport .datepicker-today .dateOpening, .workinghours .datepicker-today .dateOpening {
    width: 145px;
  }
}

.fc-license-message {
  display: none;
}

.fc-resource-cell {
  cursor: pointer;
}

#loadingBox {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  height: 100%;
  font-size: 60px;
  color: #fff;
  padding-top: 23.5%;
  background: rgba(46, 46, 46, 0.5);
}

.step h2:hover {
  color: #2e2e2e;
  cursor: pointer;
}

#widget .booking .step .content #datepicker .datepicker table .day.disabled {
  background: #f9f9f9 !important;
  color: #999 !important;
}

/* Forms */
form.row {
  margin: 0 !important;
}

.form-horizontal .control-label {
  padding-top: 15px;
  padding-right: 0;
}

.form-group {
  line-height: 40px;
  margin: 0 !important;
}
.form-group .control-label {
  padding-top: 0;
}

label {
  font-weight: 600;
  margin-bottom: 10px;
}

.form-control {
  background: #FFF;
  height: 41px;
  line-height: normal;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border-radius: 3px;
  font-size: 14px;
  cursor: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .form-control {
    font-size: 16px;
    height: 50px;
  }
}

select.form-control {
  background-image: url(../img/select-arrow.png);
  background-position: top 10px right 10px;
  background-size: 18px;
  border-bottom: 1px solid #e4e4e4 !important;
  background-repeat: no-repeat;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 0.5;
}

.input-group-addon {
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #DDD;
  border-radius: 3px;
}

.form-control[type=number] {
  -moz-appearance: textfield;
}

.form-control[type=number]::-webkit-inner-spin-button,
.form-control[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.form-inline .form-control {
  padding-right: 40px;
}

/* checkboxes */
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 20px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #DDD;
}

.control input:checked ~ .control__indicator {
  background: #002B52;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.control__indicator_check {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #e6e6e6;
}

.control--radio .control__indicator_check {
  border-radius: 2px;
}

.control:hover input ~ .control__indicator_check,
.control input:focus ~ .control__indicator_check {
  background: #DDD;
}

.control input:checked ~ .control__indicator_check {
  background: #002B52;
}

.control input:disabled ~ .control__indicator_check {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator_check:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator_check:after {
  display: block;
}

.control--checkbox .control__indicator_check:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator_check:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator_check:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 10px;
}

.control--radio input:disabled ~ .control__indicator_check:after {
  background: #7b7b7b;
}

.control__indicator_check:after {
  content: "\e934";
  position: absolute;
  display: none;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  margin-top: -9px;
  font-family: "Linearicons";
  margin-left: -2px;
}

/* Notify */
.alert {
  border: none;
  border-radius: 3px;
  z-index: 9999 !important;
}
.alert .close {
  position: absolute;
  top: 12px;
  right: 15px;
}
.alert.alert-success {
  background: #4BC0C0;
  color: #FFF;
}

/* Switchery */
.switchery {
  top: -1px;
  margin-right: 5px;
}

.switch-sec {
  height: 15px;
  width: 25px;
}
.switch-sec small {
  width: 15px;
  height: 15px;
}

/* Timepicker */
.ui-timepicker-list li {
  font-size: 14px;
  padding: 10px;
}

/* iCheck */
.icheckbox_flat-green {
  margin-right: 10px;
}

/* bootstrap select */
.bootstrap-select .dropdown-toggle {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.bootstrap-select .dropdown-toggle:hover {
  background: #fff !important;
}
.bootstrap-select .dropdown-toggle:focus {
  border-color: #6D6EED !important;
  box-shadow: none !important;
  background: #fff !important;
  outline: none !important;
}

#calendar .popover-title {
  margin: 17px 25px 0px 25px;
  padding-bottom: 10px;
}
#calendar .popover .divider {
  margin: 5px 0 10px 0px;
}
#calendar .popover-content {
  padding: 10px 25px 17px 22px;
}
#calendar .popover-content label {
  margin-bottom: 5px;
}
#calendar .popover-content .label {
  padding: 3px 6px;
}

/* Popover */
.popover {
  border: none;
  border-radius: 10px;
  padding: 0;
  font-size: 12px;
  font-family: inherit;
  line-height: 20px;
  max-width: 400px;
  z-index: 99;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}
.popover .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.popover .arrow {
  top: 50%;
  border-right: none;
}
.popover .popover-title {
  background: none;
  margin: 25px;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 15px;
  border-radius: 3px 3px 0 0;
  border-bottom-color: #eee;
}
.popover .popover-content {
  padding: 25px;
  width: 350px;
}
.popover .popover-content label {
  width: 120px;
}

/*  Buttons */
.btn {
  outline: 0;
  border-radius: 8px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  background: #FFF;
  color: #555;
  line-height: 40px;
  border: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.btn:focus, .btn:active {
  outline: none !important;
}
.btn i {
  margin-right: 5px;
}
.btn .caret {
  margin-left: 5px;
}

.btn.loader i {
  display: none;
  font-size: 130%;
  margin: 0;
}
.btn.loader i.active {
  display: inline-block;
}

.btn.btn-sm {
  padding: 7.5px 14px;
  line-height: 25px;
}

.btn-lg {
  padding: 5px 25px;
}

.btn.btn-primary {
  background: #F34541;
  color: #FFF;
}
.btn.btn-primary:hover {
  background: #da3835;
  box-shadow: 0 5px 20px rgba(255, 115, 115, 0.3);
}

/*.alert.alert-info{
	background: rgba(103, 211, 232, .7);
}

.alert.alert-danger{
	background: rgba(246, 110, 49, .8);
	color: #fff;
}

.alert{
	font-size: 15px;
	text-align: center;
}

.alert.alert-warning{
	background: rgba(252, 247, 233, .8);
}*/
.btn.btn-success {
  background: #3DB87C;
  color: #FFF;
}
.btn.btn-success:hover {
  background: #33a56e;
  box-shadow: 0 5px 20px rgba(68, 173, 76, 0.3);
}

.btn.app-activate {
  margin-left: auto !important;
}
.btn.app-deactivate {
  margin-left: inherit !important;
}

.btn.btn-setting {
  border: 2px solid #ececec;
  color: #2e2e2e;
}
.btn.btn-setting.app {
  margin-left: auto;
  margin-right: 20px;
}
.btn.btn-setting:hover {
  background: #ececec;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin: 0;
}

.btn-outline {
  background: transparent !important;
  color: inherit;
  transition: all 0.5s;
}

.btn-primary.btn-outline {
  color: #FF7373;
}

.btn-success.btn-outline {
  color: #4BC0C0;
}

.btn-primary.btn-outline:hover {
  color: #fff;
  background: #FF7373 !important;
}

.btn-success.btn-outline:hover {
  color: #fff;
  background: #4BC0C0 !important;
}

.btn-full {
  width: 100%;
}

.btn-facebook {
  background: #3b5998;
  color: #FFF;
}
.btn-facebook i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.btn-facebook:hover {
  background: #2d4373;
  color: #FFF;
}
.btn-facebook:active, .btn-facebook:focus {
  color: #FFF;
}

/* Modals */
.modal-backdrop {
  background: #363d4d;
}
.modal-backdrop.in {
  opacity: 0.7;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#logmodal {
  z-index: 99999999999 !important;
}
@media (min-width: 768px) {
  #logmodal .modal-dialog {
    width: 350px;
  }
}
#logmodal .modal-dialog {
  height: 99%;
  right: 5px !important;
  position: fixed !important;
  margin-top: 5px;
}
#logmodal .modal-dialog .modal-content {
  height: 100%;
  padding: 15px;
}
#logmodal .modal-dialog .modal-content .modal-body {
  padding: 10px;
}
#logmodal .modal-dialog .modal-content .modal-body .wrapper {
  margin-bottom: 20px;
}
#logmodal .modal-dialog .modal-content .modal-body .wrapper .head {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#logmodal .modal-dialog .modal-content .modal-body .wrapper .content {
  font-size: 14px;
}
#logmodal .modal-dialog .modal-content .modal-body .wrapper pre {
  padding: 12px;
  line-height: 19px;
  background: #fff;
}

#leadmodal, #addleadmodal {
  z-index: 99999999999 !important;
}
@media (min-width: 768px) {
  #leadmodal .modal-dialog, #addleadmodal .modal-dialog {
    width: 350px;
  }
}
#leadmodal .modal-dialog, #addleadmodal .modal-dialog {
  height: 99%;
  right: 5px !important;
  position: fixed !important;
  margin-top: 5px;
}
#leadmodal .modal-dialog .modal-content, #addleadmodal .modal-dialog .modal-content {
  height: 100%;
  padding: 15px;
  overflow-y: auto;
  padding-bottom: 80px;
}
#leadmodal .modal-dialog .modal-content .modal-body, #addleadmodal .modal-dialog .modal-content .modal-body {
  padding: 10px;
}
#leadmodal .modal-dialog .modal-content .modal-body .wrapper, #addleadmodal .modal-dialog .modal-content .modal-body .wrapper {
  margin-bottom: 20px;
}
#leadmodal .modal-dialog .modal-content .modal-body .wrapper .head, #addleadmodal .modal-dialog .modal-content .modal-body .wrapper .head {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#leadmodal .modal-dialog .modal-content .modal-body .wrapper .content, #addleadmodal .modal-dialog .modal-content .modal-body .wrapper .content {
  font-size: 14px;
}
#leadmodal .modal-dialog .modal-content .modal-footer, #addleadmodal .modal-dialog .modal-content .modal-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 350px;
  background: #fff;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  z-index: 10;
}

#reject_journal_app .modal-body {
  font-size: 20px;
  line-height: 30px;
}
#reject_journal_app img {
  margin-bottom: 15px;
}
#reject_journal_app button {
  margin-top: 25px;
}

.intercom-down-message {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #002B52;
  border-radius: 50%;
  padding: 8px 10px 10px 10px;
  width: 50px;
  font-size: 30px;
  font-weight: bold;
  height: 50px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

#intercomdown p {
  font-size: 15px;
  line-height: 20px;
}
#intercomdown h1 {
  font-weight: bold;
  font-size: 23px;
}
@media (max-width: 767px) {
  #intercomdown .modal-content .modal-body {
    padding: 20px !important;
  }
}

.modal-content {
  position: relative;
  padding: 30px;
  border: none;
  background: #F1F5F9;
  border-radius: 8px !important;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.2);
}
.modal-content .close {
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 9999999;
  margin-top: 0;
  opacity: 1;
  text-shadow: none;
}
.modal-content .close i {
  color: #FFF;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .modal-content .close {
    top: 10px;
    right: 10px;
  }
  .modal-content .close i {
    font-size: 20px;
    color: #333;
  }
}
.modal-content .modal-header {
  border-bottom: none;
}
.modal-content .modal-body {
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .modal-content .modal-body {
    padding: 30px 0;
  }
}
.modal-content h5 {
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.modal-content p {
  margin-bottom: 10px;
}
.modal-content .modal-icon {
  font-size: 80px;
  margin-bottom: 30px;
  display: block;
}
.modal-content .modal-footer {
  background: transparent;
  text-align: center;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .modal.payment .modal-body {
    padding: 30px 15px;
  }
}
@media (min-width: 768px) {
  .modal.auto .modal-dialog {
    min-width: 600px;
  }
}
.modal.auto .modal-dialog .modal-content {
  padding: 0;
}
.modal.auto .modal-dialog .modal-content .modal-header {
  background: #FFF;
  padding: 10px 50px 0;
  border-radius: 8px 8px 0 0;
}
.modal.auto .modal-dialog .modal-content .modal-header .nav-tabs {
  border-bottom: 1px solid transparent;
  text-align: center;
  font-size: 0;
}
.modal.auto .modal-dialog .modal-content .modal-header .nav-tabs li {
  float: none;
  display: inline-block;
}
.modal.auto .modal-dialog .modal-content .modal-footer {
  background: #FFF;
}

.modal.full .modal-dialog {
  height: 95%;
}
@media screen and (min-width: 1025px) {
  .modal.full .modal-dialog {
    min-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .modal.full .modal-dialog {
    min-width: 95%;
  }
}
.modal.full .modal-dialog .modal-content {
  height: 100%;
  background: #fff;
  padding: 0;
}
.modal.full .modal-dialog .modal-content .container, .modal.full .modal-dialog .modal-content .container-fluid {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .modal.full .modal-dialog .nopadding .form-control.bl0 {
    border-left: 0;
  }
  .modal.full .modal-dialog .nopadding .form-control.br0 {
    border-radius: 0 !important;
  }
}

@media (min-width: 768px) {
  .modal.sms .modal-dialog {
    min-width: 500px;
  }
}
@media (max-width: 767px) {
  .modal.sms .modal-dialog {
    min-width: 98%;
  }
}
.modal.sms .modal-dialog .modal-content {
  background: none;
  box-shadow: none;
}
.modal.sms .modal-dialog .modal-content .sender {
  color: #FFF;
  font-size: 11px;
  padding: 0 0 8px 35px;
}
.modal.sms .modal-dialog .modal-content .message {
  background: #3C99F7;
  border-radius: 25px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 15px 10px;
  padding: 15px 20px;
  position: relative;
  color: #fff;
}
.modal.sms .modal-dialog .modal-content .message:before {
  content: "";
  border: solid 10px;
  border-color: transparent transparent #3C99F7;
  position: absolute;
  z-index: 1;
  bottom: 4px;
  left: -3px;
}
.modal.sms .modal-dialog .modal-content .message .image {
  position: absolute;
  bottom: 0px;
  left: -55px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
}

@media (min-width: 768px) {
  .modal.email .modal-dialog {
    min-width: 500px;
  }
}
@media (max-width: 767px) {
  .modal.email .modal-dialog {
    min-width: 98%;
  }
}
.modal.email .modal-dialog .modal-content {
  background: none;
  box-shadow: none;
}
.modal.email .modal-dialog .modal-content h3 {
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.modal.email .modal-dialog .modal-content .sender {
  background: #fff;
  padding: 12px 20px;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  color: #666;
}
.modal.email .modal-dialog .modal-content .sender:last-child {
  border-radius: 0 0 3px 3px;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
}
.modal.email .modal-dialog .modal-content .message {
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 20px;
  position: relative;
  color: #333;
}

/* Simple Color Picker */
.simplecolorpicker.icon,
.simplecolorpicker span.color {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.05);
}

.simplecolorpicker.icon:focus {
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.simplecolorpicker.picker {
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 3px;
  border-color: #ddd;
}

.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.simplecolorpicker span.color:focus,
.simplecolorpicker span.color[data-selected]:focus {
  outline: none;
}

/* Dropdowns */
.dropdown-menu {
  padding: 0;
  min-width: 200px;
  transition: all 0.25s;
  border: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 13px;
}
.dropdown-menu:not(.datepicker) {
  display: block;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 20px);
}
.dropdown-menu li a, .dropdown-menu li .head {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.dropdown-menu li .head {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 15px;
}
.dropdown-menu li:last-child a {
  border-bottom: none;
}
.dropdown-menu .divider {
  margin: 0;
  background-color: #eee;
}

.open > .dropdown-menu:not(.datepicker) {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.dropdown-menu-right {
  right: 15px;
}

/* Nav tabs */
.nav-tabs {
  border-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .nav-tabs {
    background: rgba(255, 255, 255, 0.6);
  }
}
.nav-tabs li {
  float: left;
  margin-right: 25px;
}
@media only screen and (max-device-width: 480px) {
  .nav-tabs li {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.nav-tabs li a {
  font-size: 13px;
  margin-right: 0;
  line-height: 30px;
  font-weight: 600;
  padding: 12px 2px;
  color: #666;
  border: none;
}
.nav-tabs li a:hover {
  background: transparent;
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.nav-tabs li a i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media only screen and (max-device-width: 480px) {
  .nav-tabs li a i {
    padding-left: 20px;
  }
}

@media only screen and (max-device-width: 480px) {
  .modal-tab-bar li {
    margin-right: 10px;
    margin-left: 0px;
  }
}

.closedDay {
  position: absolute;
  top: -2px;
  left: 50%;
  width: calc(100% - 20px);
  background: #FF7373;
  color: #fff;
  padding: 3px 8px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: transparent;
  border: none;
  border-bottom: 2px solid #141514;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
  }
}
.nav-tabs > li.active > a i, .nav-tabs > li.active > a:focus i, .nav-tabs > li.active > a:hover i {
  color: #141514;
}

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
}

.tab-content {
  padding: 20px;
}
.tab-content.product {
  padding: 20px 15px;
}

/* responsive nav-tabs */
.responsive-tabs.nav-tabs span.glyphicon {
  position: absolute;
  top: 20px;
  right: 35px;
}
.responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
  display: none;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs span.glyphicon {
    display: none;
  }
}
.responsive-tabs.nav-tabs > li {
  display: none;
  float: none;
  text-align: left;
}
.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0;
}
.responsive-tabs.nav-tabs > li.active {
  display: block;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left;
  }
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
  display: block;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: none;
  }
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
  display: none;
}
.responsive-tabs.nav-tabs.open > li {
  display: block;
}
.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0;
}
.responsive-tabs.nav-tabs.open > li:first-of-type a {
  border-radius: 2px 2px 0 0;
}
.responsive-tabs.nav-tabs.open > li:last-of-type a {
  border-radius: 0 0 2px 2px;
}

/* Lables */
.label {
  padding: 4px 8px;
}
.label.label-success {
  background: #4BC0C0;
}
.label.label-primary {
  background: #FF7373;
}

.text-success {
  color: #4BC0C0;
}

.text-primary {
  color: #FF7373;
}

/* Datepicker */
.datepicker {
  padding: 20px;
  border-radius: 2px;
}
.datepicker:before {
  border-color: transparent;
}
.datepicker table tr td, .datepicker table tr th {
  padding: 10px;
  border-radius: 2px;
}
.datepicker table tr th {
  font-weight: 700;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
  background: #42B849 !important;
  border-color: transparent;
  text-shadow: none;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  color: #ccc;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  background: #FF7373;
  border-color: transparent;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  text-shadow: none !important;
}

/* Progress Bars */
.progress {
  height: 5px;
  background: #eceeef;
  box-shadow: none;
  overflow: visible;
  position: relative;
}
.progress .progress-bar {
  height: 5px;
  box-shadow: none;
  border-radius: 4px;
}
.progress .progress-bar.progress-bar-success {
  background: #4BC0C0;
}
.progress .progress-bar.progress-bar-primary {
  background: #FF7373;
}
.progress .number {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  font-size: 16px;
}

/* Tables */
.table {
  margin-bottom: 30px;
  background: #FFF;
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  overflow: hidden;
}
.table thead tr td {
  padding: 20px 15px;
  font-weight: 600;
}
.table thead tr td:first-child {
  padding-left: 40px;
}
.table tbody tr td {
  padding: 10px;
  border-top: 1px solid #eee;
}
.table tbody tr td:first-child:not(.image) {
  padding-left: 40px;
}
.table tbody tr td:last-child {
  padding-right: 40px;
}
.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.table tbody tr.category {
  background: #54b4b5;
  color: #fff;
  font-size: 15px;
}
.table tbody tr.category span {
  font-weight: 600;
  color: #fff;
}
.table tbody tr.category i {
  color: #fff;
}
.table.table-hover > tbody > tr:not(.category) {
  cursor: pointer;
}
.table.table-hover > tbody > tr:not(.category):hover {
  background: #F9FBFC;
}
.table .service-color {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 3px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #eee;
}

.table-bordered > thead > tr > td:first-child, .table-bordered > tbody > tr > td:first-child {
  border-left: none;
}

@media (max-width: 767px) {
  .table:not(.not-responsive) {
    margin-top: 15px;
    border: none;
  }
  .table:not(.not-responsive) > thead {
    display: none;
  }
  .table:not(.not-responsive) > tbody > tr:after {
    content: "";
    display: block;
    height: 15px;
    background: #F1F5F9;
  }
  .table:not(.not-responsive) > tbody > tr:not(.category) > td {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    background: #FFF;
    border: 1px solid #eee;
    border-width: 0 1px 0 1px;
  }
  .table:not(.not-responsive) > tbody > tr > td:first-child {
    border-width: 1px 1px 0 1px;
    border-radius: 2px 2px 0 0;
    padding: 15px;
  }
  .table:not(.not-responsive) > tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 2px 2px;
    padding: 15px;
  }
  .table:not(.not-responsive) > tbody > tr > td .btn-success {
    width: 100%;
  }
  .table:not(.not-responsive) > tbody > tr > td .pull-right {
    float: none !important;
  }
}
/* Selectize */
.selectize-input {
  background: #FFF !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: none !important;
  border-radius: 1px !important;
  font-size: 13px !important;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.selectize-input.input-active {
  border-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) !important;
}
@media screen and (max-width: 767px) {
  .selectize-input {
    font-size: 16px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
}

.selectize-dropdown, .selectize-dropdown.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 1px !important;
  background: #FFF !important;
}
.selectize-dropdown .selectize-dropdown-content, .selectize-dropdown.form-control .selectize-dropdown-content {
  padding: 0 !important;
}
.selectize-dropdown .selectize-dropdown-content .clientName, .selectize-dropdown.form-control .selectize-dropdown-content .clientName {
  float: left;
  margin-right: 15px;
  padding: 5px;
}
.selectize-dropdown .selectize-dropdown-content .clientNumber, .selectize-dropdown.form-control .selectize-dropdown-content .clientNumber {
  float: left;
  padding: 5px;
  color: #999;
}
.selectize-dropdown .selectize-dropdown-content .highlight, .selectize-dropdown.form-control .selectize-dropdown-content .highlight {
  font-weight: 600 !important;
  background: none !important;
}
.selectize-dropdown .selectize-dropdown-content .create, .selectize-dropdown.form-control .selectize-dropdown-content .create {
  padding: 10px 18px !important;
}

.deleteExtraService {
  position: absolute;
  cursor: pointer;
  right: -15px;
  top: 0px;
  font-size: 15px;
  margin-top: -25px;
}
.deleteExtraService i {
  color: #ec7070;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: inline !important;
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "" !important;
}

/* Calendar */
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}

.fc-header {
  display: none;
  visibility: hidden;
}

.fc-content {
  margin: 0 -1px;
}

.fc-now-indicator {
  border-color: #eaa04c;
  opacity: 1;
  border: 1px solid #eaa04c;
}

.fc-event {
  cursor: default;
  line-height: inherit;
  padding: 3px 5px;
  border-radius: 5px;
  margin-bottom: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #4BC0C0;
  color: #333;
  font-size: 11px;
  line-height: 18px;
  transition: padding 0.25s;
  -webkit-transition: padding 0.25s;
  -webkit-transition: padding 0.25s;
}

.fc-event:hover {
  border-left: 4px solid #318181;
}

.fc-event.done {
  border-left: 4px solid #85d38f;
}

.fc-event.done:hover {
  border-left: 4px solid #5a9362;
}

.fc-event.otherbooking {
  border-left: 4px solid #505050;
}

.fc-event.otherbooking:hover {
  border-left: 4px solid #2d2d2d;
}

.fc-event.pending {
  border-left: 4px solid #E08F55;
}

.fc-event.pending:hover {
  border-left: 4px solid #a06438;
}

.fc-event.arrived {
  border-left: 4px solid #e4df34;
}

.fc-event.arrived:hover {
  border-left: 4px solid #959122;
}

.fc-event.noshow {
  border-left: 4px solid #d72c2c;
}

.fc-event.noshow:hover {
  border-left: 4px solid #961d1d;
}

.fc-event:hover {
  background: #FFF;
  color: #333;
}

.add-fee {
  margin-top: 20px;
  margin-left: 45px;
}

.fc-title {
  padding: 0 !important;
}

.fc-event .name {
  font-size: 12px;
}

.fc-event .fc-time {
  color: #090909;
  font-weight: 500;
}

.fc-time-grid-event .fc-time {
  font-size: 1em !important;
  margin-bottom: -5px !important;
}

.fc-event .type {
  padding-top: 10px;
}

.fc-event .type i {
  margin-right: 3px;
  color: rgba(0, 0, 0, 0.35);
}

.fc-event.blue {
  background: #62b6d0;
}

.fc-event.red {
  background: #d25a3c;
}

.fc .fc-axis {
  background: #ffffff;
  vertical-align: middle;
  padding: 0 4px;
  width: 50px !important;
  white-space: nowrap;
  border: none !important;
  font-size: 13px;
}
.fc .fc-axis span {
  color: #2e2e2e;
  font-weight: 600;
}

.fc-body > tr > .fc-widget-content {
  border: none !important;
}

.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc-resource-cell {
  text-align: center !important;
}

.fc-today.fc-day-header {
  background: #fcf9e7;
  border: 1px solid #beb992;
}

.fc-day-header {
  border-right: 1px solid #ececec !important;
  border-leflt: 1px solid #ececec !important;
}

.fc-past .bigclass, .fc-past .classday {
  color: #6f8090 !important;
}

.fc-day-header .bigclass {
  font-size: 24px;
  font-weight: 500;
  color: #2e2e2e;
  float: left;
  margin-left: 10px;
}
@media only screen and (max-device-width: 480px) {
  .fc-day-header .bigclass {
    margin-left: 0px;
  }
}

.fc-day-header .classday {
  font-size: 13px;
  font-weight: 500;
  color: #2e2e2e;
  float: left;
  margin-left: 5px;
  padding-top: 10px;
}

@media only screen and (max-device-width: 480px) {
  .fc-agendaSevenDay-view .fc-day-header .classday {
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
  }
}

.fc th {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  text-align: left;
  font-weight: 600;
  background: #ffffff;
}

.fc-week-number {
  font-weight: 700 !important;
}
.fc-week-number span {
  font-size: 11px;
}

.current-time {
  background-image: linear-gradient(#EAF7FC, #F3FBFE);
  border-radius: 3px;
  color: #2e2e2e;
  margin-left: 1px;
  position: relative;
  padding: 3px;
  font-size: 11px;
  cursor: pointer;
}

.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/*
.fc th.fc-today {
  box-shadow: inset 0 -2px 0 #6C6EEB;
}
*/
.btn-sm, .btn {
  border-bottom: 1px solid #e4e4e4;
}

.btn.btn-danger, .btn.btn-default {
  border: 1px solid #e4e4e4;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0px !important;
}

.fc-head-container {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: solid;
  border-color: #efefef;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #c8c8c8;
}

.fc-unthemed thead {
  border-top: 1px solid #f3f3f3;
}

.fc-head {
  background: #FFF;
}

.previewcolorservicebox {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  float: left;
  margin-top: 2px;
  margin-left: 5px;
}

.fc-bgevent {
  background: rgb(143, 223, 130);
  opacity: 0.3;
}

.fc-nonbusiness {
  background-color: #999;
  background-image: url(closedpattern.png);
  opacity: 0.9;
}

.fc-resource-cell {
  border-right: 1px solid #eceaea !important;
  padding: 8px 0px !important;
  font-size: 14px !important;
}
.fc-resource-cell:last-child {
  border-right: 0px !important;
}

/* STRIPE */
.StripeElement {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 1px;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  color: #fa755a;
  margin-top: 10px;
}

.openinghours tbody tr td {
  position: relative;
  cursor: pointer;
}
.openinghours tbody tr td i {
  font-size: 18px;
  color: #ccc;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}
.openinghours tbody tr td:hover i {
  opacity: 1;
  visibility: visible;
}

.service-col:nth-child(odd) {
  clear: left;
}

.client-flag-box {
  width: 315px;
}

.client-flag-box-create {
  width: 385px;
}

@media only screen and (max-device-width: 480px) {
  .client-flag-box {
    width: 255px;
  }
  .client-flag-box-create {
    width: 280px;
  }
}
.choose-product-checkout {
  margin-top: 70px;
  font-size: 25px;
  color: #C9C9C9;
}

.no-border-radius input, .no-border-radius select {
  border-radius: 0 !important;
}

.origprice {
  color: #c1c1c1;
}

.content-head {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 25px;
}

.choose_payment_type {
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.btn-danger-open {
  background: #c9302c;
  color: #fff;
}

.visible-mobile-only-app {
  display: none;
}

.integration .description {
  width: 215px;
  float: left;
  line-height: 18px;
  min-height: 82px;
}
.integration .app-buttons {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 10px;
  float: left;
}
.integration .app-buttons a {
  line-height: 35px;
}
.integration .app-buttons .btn-setting {
  width: 80px;
}

.integration-img {
  float: left;
  width: 50px;
  margin-bottom: 15px;
  margin-right: 20px;
}

.integration-icon {
  float: left;
  width: 30px;
  margin-bottom: 15px;
  margin-right: 40px;
  font-size: 50px;
  color: #4BC0C0;
}

.activate-app {
  width: 100px;
}

.servicelabel {
  width: 60px;
  float: left;
}

.servicename-desc {
  width: 600px;
  float: left;
}

.copy-btn-booking {
  position: absolute;
  color: #9E9E9E;
  right: 0px;
  margin-top: -60px;
  background: #fff;
  height: 59px;
  font-size: 20px;
  padding-top: 20px;
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 15px;
  margin-right: 18px;
}

#todaybtn {
  border-right: 1px solid #ececec;
}

.premium-modal {
  max-width: 500px !important;
  min-width: 500px !important;
}
.premium-modal .content {
  background: #fff;
  margin-top: 25px;
  padding-top: 5px;
}
.premium-modal h1 {
  font-style: italic !important;
  font-family: "Campton", sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  color: #104160;
}
.premium-modal p {
  font-size: 20px !important;
  font-weight: 100 !important;
  color: #666 !important;
  line-height: 30px !important;
  font-family: "Open Sans", sans-serif !important;
}

#update_card_sca, #ref_friend {
  z-index: 2147483005 !important;
}

#update_card_sca .modal-dialog, #ref_friend .modal-dialog {
  max-width: 750px;
  min-width: 750px;
}
@media only screen and (max-device-width: 480px) {
  #update_card_sca .modal-dialog, #ref_friend .modal-dialog {
    max-width: 95% !important;
    min-width: 95% !important;
  }
  #update_card_sca .modal-dialog h1, #ref_friend .modal-dialog h1 {
    font-size: 28px !important;
    text-align: left;
  }
  #update_card_sca .modal-dialog p, #ref_friend .modal-dialog p {
    font-size: 15px !important;
    text-align: left;
    line-height: 22px !important;
  }
  #update_card_sca .modal-dialog .modal-content, #ref_friend .modal-dialog .modal-content {
    padding: 15px !important;
  }
}
#update_card_sca .modal-dialog .content, #ref_friend .modal-dialog .content {
  background: #fff;
  margin-top: 25px;
  padding-top: 5px;
}
#update_card_sca .modal-dialog h1, #ref_friend .modal-dialog h1 {
  font-style: italic !important;
  font-family: "Campton", sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px;
  color: #5DBFA5;
}
#update_card_sca .modal-dialog p, #ref_friend .modal-dialog p {
  font-size: 18px;
  font-weight: 300 !important;
  color: #666 !important;
  line-height: 30px;
  font-family: "Open Sans", sans-serif !important;
}

.marketing_review_message_box {
  line-height: 21px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #555555;
}

.journal-modal {
  max-width: 650px !important;
  min-width: 650px !important;
}
@media only screen and (max-device-width: 480px) {
  .journal-modal {
    max-width: 95% !important;
    min-width: 95% !important;
  }
}
.journal-modal .content {
  background: #fff;
  margin-top: 25px;
  padding-top: 5px;
}
.journal-modal .modal-body {
  padding: 25px 30px;
}
@media only screen and (max-device-width: 480px) {
  .journal-modal .modal-body {
    padding: 10px;
  }
}
.journal-modal h1 {
  font-style: italic !important;
  font-family: "Campton", sans-serif !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  color: #5DBFA5;
  text-align: left;
  margin-bottom: 0px !important;
}
.journal-modal p {
  font-size: 20px !important;
  font-weight: 100 !important;
  color: #666 !important;
  line-height: 30px !important;
  text-align: left;
  font-family: "Open Sans", sans-serif !important;
}
.journal-modal .table tbody tr td:first-child:not(.image) {
  padding-left: 20px;
}
.journal-modal .table tbody tr td:last-child {
  padding-right: 20px;
}
.journal-modal table tr td {
  text-align: left;
}

.see_cal_head {
  padding-left: 0px !important;
}

@media only screen and (max-device-width: 480px) {
  .mobile-confirm-text-styling {
    line-height: 15px;
    width: 200px;
  }
  .premium-modal {
    max-width: 340px !important;
    min-width: 340px !important;
  }
  .premium-modal .btn {
    width: 80% !important;
  }
  .premium-modal .content {
    background: #fff;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
  }
  .form-control {
    font-size: 14px;
  }
  .tab-content {
    padding: 0px;
  }
  .copy-btn-booking {
    position: absolute;
    color: #9E9E9E;
    right: 0px;
    margin-top: -48px;
    margin-right: 30px;
    background: #fff;
    padding-top: 17px;
    height: 47px;
    padding-left: 16px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .servicelabel {
    width: 50px;
    float: left;
  }
  .servicename-desc {
    width: 200px;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 25px;
  }
  .integration-img {
    margin-bottom: 20px;
  }
  .activate-app {
    width: 100%;
  }
  .integration .iconbox {
    width: 55px;
    margin: auto;
  }
  .mobilemargin-bottom-appoint {
    margin-bottom: 15px;
  }
  .mobile-today-btn {
    width: 160px;
  }
  .mobile-today-btn-see-cal {
    width: 195px;
  }
  .see_cal_head {
    padding-left: 10px !important;
  }
  #nextbtn, #prevbtn {
    padding: 7.6px 10px;
  }
  .integration-icon {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .integration .app-buttons .btn-setting {
    width: 80px;
  }
  .integration {
    display: block !important;
  }
  .integration .description {
    width: 100% !important;
    float: left;
    line-height: 22px;
  }
  .integration .app-buttons {
    width: 100% !important;
    float: left;
    padding-top: 15px;
    border-top: 1px solid #ececec;
    margin-top: 20px;
  }
  .waittimebox-service {
    width: 100px !important;
  }
  .mt5m {
    margin-top: 5px;
  }
  .mt10m {
    margin-top: 10px;
  }
  .mt15m {
    margin-top: 15px;
  }
  .mtm10m {
    margin-top: -10px;
  }
  .mbm10m {
    margin-bottom: 0px;
  }
  .itemsCheckoutBox .item .product {
    width: 100%;
  }
  .itemsCheckoutBox .item .price {
    width: 100%;
  }
  .itemsCheckoutBox .item .product {
    display: table !important;
  }
  .itemsCheckoutBox .item .price {
    margin-top: 20px;
  }
  .checkout .right-panel .invoice .item {
    padding: 20px 0px !important;
  }
  .receipt-input {
    margin: 0px 10px;
  }
  .receipt-btn {
    width: 90% !important;
    margin-left: 5% !important;
    margin-top: 10px !important;
  }
  .mobile-nav ul li {
    padding-top: 2px;
  }
  .choose-product-checkout center {
    line-height: 30px;
  }
  .checkout .right-panel .footer {
    margin-left: -30px !important;
    padding: 0px 0px !important;
    width: 100% !important;
  }
  .checkout .left-panel .form-control {
    background-image: none !important;
  }
  #checkout .btn {
    border-radius: 0px;
  }
  .app-btn-hide-mobile {
    display: none;
  }
  .visible-mobile-only-app {
    display: block;
    float: left;
    width: 100%;
  }
  .modal.full .modal-dialog {
    height: 97%;
    width: 90%;
  }
  .productname {
    width: 150px !important;
    font-size: 12px;
    line-height: 15px;
  }
  .mobile-checkout-bottom-info .box {
    width: 33%;
    float: left;
    padding: 10px 0px;
  }
  .mobile-checkout-bottom-info .box .head {
    text-align: center;
    font-size: 13px;
    color: #2e2e2e;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .mobile-checkout-bottom-info .box .amount {
    font-size: 13px;
    color: #2e2e2e;
    text-align: center;
  }
  .discountbox {
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 4px 10px;
  }
  .discountbox .discount-field {
    width: 10%;
    float: right;
  }
  .discountbox .text {
    width: 90%;
    padding-top: 4px;
    float: left;
  }
  .checkoutInputField .input-group {
    display: inline;
  }
  .add-margin-mobile-waittime {
    margin-top: 10px;
  }
}
.checkout .item .product .quantity {
  float: left;
}

.waittimebox-service {
  width: 173px;
}

.fulltag a {
  padding-right: 5px;
  padding-left: 5px;
}

.dashboard-bullets {
  list-style: circle;
  margin-left: 16px;
  margin-top: 10px;
}
.dashboard-bullets li {
  line-height: 20px;
}

.custom-interval-box {
  margin-left: 0px;
  margin-top: 10px;
  float: right;
}
.custom-interval-box input {
  border-radius: 50px;
}

.new_campaign_type_link {
  color: #2e2e2e;
}

.new_campaign_type {
  background: #fff;
  border: 1px solid #ececec;
  padding: 75px 15px;
  text-align: center;
  font-size: 25px;
  border-radius: 8px;
}

.new_campaign_type:hover {
  border: 1px solid #B5B5B5;
}

.price_marketing {
  font-size: 25px;
}

.start_campaign {
  font-size: 19px;
  padding: 5px 0px;
}

.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(68, 148, 73, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 148, 73, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(68, 148, 73, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 148, 73, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(68, 148, 73, 0.4);
    box-shadow: 0 0 0 0 rgba(68, 148, 73, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(68, 148, 73, 0);
    box-shadow: 0 0 0 10px rgba(68, 148, 73, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(68, 148, 73, 0);
    box-shadow: 0 0 0 0 rgba(68, 148, 73, 0);
  }
}
.chooseBookingType {
  background: #fff;
  padding: 30px 0px;
  border: 1px solid #ececec;
  border-radius: 8px;
}
@media only screen and (max-device-width: 480px) {
  .chooseBookingType {
    border-radius: 3px;
  }
}

.chooseBookingType:hover {
  border: 1px solid #4bc054;
  cursor: pointer;
}

.closeChooseBookType {
  background: none;
  color: #fff;
  font-size: 13px;
}

.closeChooseBookType:hover {
  color: #fff;
  font-weight: bold;
}

#chooseBookType .modal-content, #teamEvents .modal-content, #chooseActionKreditDeleteSale .modal-content {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#chooseBookType .modal-body, #teamEvents .modal-body, #chooseActionKreditDeleteSale .modal-body {
  padding: 0px;
  background: none;
}

@media only screen and (max-device-width: 480px) {
  #chooseBookType .modal-content, #teamEvents .modal-content, #chooseActionKreditDeleteSale .modal-content {
    width: 350px;
  }
  #chooseBookType .modal-body, #teamEvents .modal-body, #chooseActionKreditDeleteSale .modal-body {
    padding: 120px 0px 0px 0px;
  }
}
.sidemenu ul li {
  margin-right: 35px;
  padding-top: 15px;
  float: left;
}
.sidemenu ul li:last-child {
  border-bottom: 0px;
}
.sidemenu ul li a {
  color: #2e2e2e;
}
.sidemenu ul li.active {
  font-weight: bold;
  padding: 15px 20px 20px 20px;
  background: #fff;
  border-radius: 5px 5px 0px 0px;
}
.sidemenu ul li:hover {
  cursor: pointer;
  text-decoration: underline;
}

.no-left-shadow {
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.discount-field-box {
  margin-top: 5px;
}

.firstbullet {
  margin-top: 30px !important;
}

.bullets {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 10px;
  margin-top: 10px;
}
.bullets .check {
  float: left;
  width: 50px;
}
.bullets .check .fa {
  font-size: 16px;
}
.bullets .green {
  color: #104160;
}
.bullets .grey {
  color: #DBDBDB;
}
.bullets .redc {
  color: #c33a3a;
}
.bullets .text {
  float: left;
  text-align: left;
  width: 320px;
}

.benefit-ical-message {
  padding-top: 10px;
  font-style: italic;
}

.voucher-box-widget, .giftcard-box-widget, .discountcode-box-widget {
  width: 50%;
  float: left;
  background: #f1f5f9;
  color: #2e2e2e;
  border: 1px solid #f3f3f3;
  padding: 15px 5px;
  text-align: center;
}

.input-box {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  padding: 15px;
  border: 1px solid #ececec;
}
.input-box input[type=text] {
  width: 62%;
  float: left;
  margin-right: 3%;
}
@media screen and (max-width: 468px) {
  .input-box input[type=text] {
    width: 100%;
    margin-bottom: 10px;
  }
}
.input-box .validate {
  width: 35%;
  float: left;
  background: #2e2e2e;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: none;
  padding: 13px 6px;
  height: 40px;
  border-radius: 3px;
}
@media screen and (max-width: 468px) {
  .input-box .validate {
    width: 100%;
    padding: 19px 6px;
    height: 50px;
  }
}

.review-setup-left {
  padding: 50px 0px;
}
.review-setup-left p {
  line-height: 16px;
  margin-top: 0px;
  color: #333 !important;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
}
.review-setup-left ul {
  margin-left: 0px;
  margin-top: 0px;
}
.review-setup-left ul li {
  list-style: none;
  line-height: 16px;
  margin-left: 0px;
  margin-bottom: 10px;
}

.custom_message .custom-left-menu {
  padding: 30px 20px;
}
.custom_message .custom-left-menu p {
  line-height: 16px;
  margin-top: 15px;
  font-size: 12px;
}
.custom_message .custom-left-menu ul {
  margin-left: 15px;
}
.custom_message .custom-left-menu ul li {
  list-style: circle;
  line-height: 16px;
  margin-bottom: 10px;
}
.custom_message h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.custom_message .chars_left {
  color: #979797;
  margin-top: 10px;
}
.custom_message .modal-dialog {
  min-width: 60% !important;
}
@media only screen and (max-device-width: 480px) {
  .custom_message .modal-dialog {
    min-width: 95% !important;
  }
}

.ib3 {
  margin-top: 10px;
}

.voucher-box-widget, .giftcard-box-widget, .discountcode-box-widget {
  font-size: 13px;
}
.voucher-box-widget:hover, .voucher-box-widget.open, .giftcard-box-widget:hover, .giftcard-box-widget.open, .discountcode-box-widget:hover, .discountcode-box-widget.open {
  background: #3b9292;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0px 25px rgba(68, 173, 76, 0.2);
}

@media screen and (max-width: 468px) {
  .bullets .text {
    float: left;
    width: 180px;
  }
}
.priceabbfield {
  float: right;
}

@media screen and (max-width: 468px) {
  .priceabbfield {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #ececec;
    padding-top: 10px;
  }
}
.teamEventToggle > .btn.active {
  background: #36ca82;
  color: #fff;
}

.teamEventToggle .eventbox, .teamEventToggle .teambox {
  width: 193px;
  font-size: 15px;
  font-weight: 500;
}

.teamEventToggle .subtext_teamevent_box {
  font-size: 11px;
  margin-top: -15px;
}

.teamEventToggle > .btn:focus {
  outline: none !important;
}

.durationpriceboxsingle {
  text-align: right;
}

@media screen and (max-width: 468px) {
  .durationpriceboxsingle {
    text-align: left !important;
  }
}
.calGroupDays {
  margin-left: 10px;
}
@media screen and (max-width: 468px) {
  .calGroupDays {
    margin-left: 0px;
  }
}

.service-breaker {
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  height: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.grayedout h3 {
  color: #bfbebe;
}

.workhours-head {
  font-size: 17px;
  color: #757575;
  margin-bottom: 15px;
}
.workhours-head .total-hours {
  font-size: 16px;
  padding-top: 3px;
  color: #5e5e5e;
  font-weight: 500;
}

.giftcard-template-amount {
  background: #fbfbfb;
  border: 1px solid #dedede;
  text-align: center;
  padding: 15px;
  width: 24.2%;
  float: left;
  height: auto;
  color: #424242;
  margin-right: 1%;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.giftcard-template-amount:hover {
  background: #f3f3f3;
}
.giftcard-template-amount.checked {
  border: 1px solid #2e2e2e;
  background: #2e2e2e;
  color: #fff;
}
.giftcard-template-amount.last {
  margin-right: 0px;
}
@media only screen and (max-device-width: 480px) {
  .giftcard-template-amount {
    font-size: 13px;
    padding: 3px;
  }
}

/*#editAppointment, #newAppointment{
	.editBox{
		max-height: 710px; overflow-x: scroll;
		@media only screen and (max-device-width:480px){
    		max-height: 1000000;
    		overflow-x: auto;
    	}
	}
}*/
#editAppointment .modal-dialog, #newAppointment .modal-dialog {
  min-width: 1000px;
}
@media only screen and (max-device-width: 480px) {
  #editAppointment .modal-dialog, #newAppointment .modal-dialog {
    min-width: auto;
  }
}
#editAppointment .service-white-wrap, #newAppointment .service-white-wrap {
  background: #fff;
  padding: 10px 0px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: -2px 8px 5px -8px rgb(194, 194, 194);
  -moz-box-shadow: -2px 8px 5px -8px rgb(194, 194, 194);
  box-shadow: -2px 8px 5px -8px rgb(194, 194, 194);
}
#editAppointment .modal-content .modal-body, #newAppointment .modal-content .modal-body {
  padding: 10px 0px 35px 15px;
}
@media only screen and (max-device-width: 480px) {
  #editAppointment .modal-content .modal-body, #newAppointment .modal-content .modal-body {
    padding: 15px 0px 5px 0px;
  }
}
#editAppointment .modal-content .modal-body .tab-content, #newAppointment .modal-content .modal-body .tab-content {
  padding: 5px;
}
#editAppointment .service-info-right-box, #newAppointment .service-info-right-box {
  background: #fff;
  padding: 15px;
  position: relative;
  display: flex;
  height: 80vh;
  border-radius: 0px 8px 8px 0px;
  border-left: 1px solid #eaeff5;
}
@media only screen and (max-device-width: 480px) {
  #editAppointment .service-info-right-box, #newAppointment .service-info-right-box {
    height: auto;
  }
}
#editAppointment .service-info-right-box .editBoxFooter, #newAppointment .service-info-right-box .editBoxFooter {
  bottom: 0;
  width: 100%;
}
#editAppointment .service-info-right-box .editBoxFooter button, #newAppointment .service-info-right-box .editBoxFooter button {
  width: 49%;
}
#editAppointment .service-info-right-box .editBoxFooter .deletebooking, #newAppointment .service-info-right-box .editBoxFooter .deletebooking {
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-device-width: 480px) {
  #editAppointment .service-info-right-box .editBoxFooter .deletebooking, #newAppointment .service-info-right-box .editBoxFooter .deletebooking {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
#editAppointment .service-info-right-box .editBoxFooter .deleteEvent, #newAppointment .service-info-right-box .editBoxFooter .deleteEvent {
  font-size: 13px;
  width: 100%;
}
#editAppointment .service-info-right-box .editBoxFooter .content-service-right, #newAppointment .service-info-right-box .editBoxFooter .content-service-right {
  height: 80%;
  padding-top: 0px;
  overflow-y: scroll;
}
@media only screen and (max-device-width: 480px) {
  #editAppointment .service-info-right-box .editBoxFooter .content-service-right, #newAppointment .service-info-right-box .editBoxFooter .content-service-right {
    height: auto;
    overflow-y: visible;
  }
}
#editAppointment .service-info-right-box .editBoxFooter .content-service-right .b, #newAppointment .service-info-right-box .editBoxFooter .content-service-right .b {
  margin-bottom: 5px;
  font-weight: bold;
}
#editAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom, #newAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom {
  height: 20%;
  padding-top: 10px;
}
@media only screen and (max-device-width: 480px) {
  #editAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom, #newAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom {
    height: auto;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#editAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom .price-time, #newAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom .price-time {
  padding-bottom: 15px;
}
#editAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom .price-time .price, #editAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom .price-time .time, #newAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom .price-time .price, #newAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom .price-time .time {
  float: left;
  width: 50%;
}
#editAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom .delete-cancel-box, #newAppointment .service-info-right-box .editBoxFooter .content-service-right-bottom .delete-cancel-box {
  bottom: 0;
}

.export-sale-company-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  border: 2px solid #fff;
}
.export-sale-company-box:hover {
  border: 2px solid #d3d3d3;
  cursor: pointer;
}

.choose-accounting {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

#move_later_times .modal-body {
  padding: 30px 20px;
}

.question-box {
  background: #ececec;
  padding: 15px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}
.question-box:hover, .question-box.active {
  background: #2e2e2e;
  cursor: pointer;
  color: #fff;
}

.question-answer {
  border: 2px solid #2e2e2e;
  padding: 15px;
  line-height: 20px;
}

.helpdesk p.mainc {
  line-height: 20px;
}

.bulk_action_bar {
  position: fixed;
  display: none;
  bottom: 0px;
  background: #2e2e2e;
  padding: 20px 15px;
  color: #fff;
  font-size: 16px;
}
.bulk_action_bar .left {
  float: left;
}
.bulk_action_bar .left .head {
  margin-bottom: 5px;
}
.bulk_action_bar .left a {
  font-size: 14px;
}
.bulk_action_bar .right {
  float: right;
}
.bulk_action_bar .right .btn-danger {
  line-height: normal !important;
  padding: 10px !important;
  color: #fff;
  background-color: #c9302c;
  border: none !important;
}
.bulk_action_bar .right .btn-default {
  line-height: normal !important;
  padding: 10px !important;
  color: #000;
  background-color: #e2e2e2;
  border: none !important;
}

.content-info-box {
  background: #fff;
  padding: 10px;
  border-left: 4px solid #ececec;
  margin-bottom: 20px;
}
.content-info-box.success {
  background: #c2f2ab;
  border-left: 4px solid #6db44d;
}
.content-info-box.error {
  background: #f3acac;
  border-left: 4px solid #b54e4e;
}
.content-info-box.warning {
  background: #f3ebac;
  border-left: 4px solid #b5a94e;
}
.content-info-box.warning a {
  color: #7c7437;
  font-weight: bold;
}
.content-info-box p {
  font-size: 14px;
  line-height: 23px;
}

.app-store-wrapper .btn.btn-primary {
  background: #c53c3a;
}
.app-store-wrapper .btn.btn-primary:hover {
  box-shadow: none;
}
.app-store-wrapper .btn.btn-success:hover {
  box-shadow: none;
}

.app-header-box {
  background: #fff;
  padding: 30px 20px;
  border-bottom: 1px solid #ececec;
}
.app-header-box h1 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  float: left;
  width: 90%;
}
@media only screen and (max-device-width: 480px) {
  .app-header-box h1 {
    font-size: 20px;
  }
}
.app-header-box p {
  font-size: 15px;
  line-height: 22px;
  float: left;
  width: 85%;
}
@media only screen and (max-device-width: 480px) {
  .app-header-box p {
    width: 100%;
    font-size: 13px;
  }
}
.app-header-box .icon {
  float: right;
  font-size: 60px;
  color: #576267;
  margin-top: -35px;
}
@media only screen and (max-device-width: 480px) {
  .app-header-box .icon {
    display: none;
  }
}

#editBulkProducts .modal-dialog {
  min-width: 1000px;
}
#editBulkProducts .products-wrapper {
  max-height: 485px;
  overflow-x: scroll;
}

@media (min-width: 992px) {
  .bulk_action_bar {
    width: 910px !important;
  }
}
@media (min-width: 768px) {
  .bulk_action_bar {
    width: 690px;
  }
}
@media (min-width: 1200px) {
  .bulk_action_bar {
    width: 1110px !important;
  }
}
@media only screen and (max-device-width: 480px) {
  .checkCategoryBox, .productLineCheck {
    display: none;
  }
}
@media print {
  .col-print-1, .col-print-2, .col-print-3, .col-print-4, .col-print-5, .col-print-6, .col-print-7, .col-print-8, .col-print-9, .col-print-10, .col-print-11, .col-print-12 {
    float: left;
  }
  .col-print-12 {
    width: 100% !important;
  }
  .col-print-11 {
    width: 91.66666667% !important;
  }
  .col-print-10 {
    width: 83.33333333% !important;
  }
  .col-print-9 {
    width: 75% !important;
  }
  .col-print-8 {
    width: 66.66666667% !important;
  }
  .col-print-7 {
    width: 58.33333333% !important;
  }
  .col-print-6 {
    width: 50% !important;
  }
  .col-print-5 {
    width: 41.66666667% !important;
  }
  .col-print-4 {
    width: 33.33333333% !important;
  }
  .col-print-3 {
    width: 25% !important;
  }
  .col-print-2 {
    width: 16.66666667% !important;
  }
  .col-print-1 {
    width: 8.33333333% !important;
  }
  .h-print {
    display: none;
  }
  a[href]:after {
    content: "";
  }
  h1 {
    text-align: left;
  }
  .btn-group, .changeUrlOption, .dropdown-toggle, .settings-nav {
    display: none;
  }
  .table:not(.not-responsive) > tbody > tr:not(.category) > td {
    width: auto;
    display: revert;
    text-align: left;
    border-width: 1px;
  }
  .table tr td {
    text-align: left;
  }
  .btn {
    display: none;
  }
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -350px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -350px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal.left .modal-content, .modal.right .modal-content {
  border-radius: 0 !important;
  border: none;
  background: #fff !important;
}
.modal.left .modal-header, .modal.right .modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #f0f0f0;
  border-radius: 0px !important;
  font-size: 15px;
  font-weight: bold;
  padding: 19px 15px;
}
.modal.left .modal-footer, .modal.right .modal-footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
}
.modal.left .modal-body .col-sm-5, .modal.left .modal-body .col-sm-7, .modal.left .modal-body .col-sm-2, .modal.left .modal-body .col-sm-10, .modal.right .modal-body .col-sm-5, .modal.right .modal-body .col-sm-7, .modal.right .modal-body .col-sm-2, .modal.right .modal-body .col-sm-10 {
  width: 100%;
  text-align: left;
}
.modal.left .modal-body .mt-10, .modal.right .modal-body .mt-10 {
  margin-top: 0px;
}
.modal.left .modal-body .form-group, .modal.right .modal-body .form-group {
  line-height: 25px;
}
.modal.left .modal-body .client-flag-box-create, .modal.right .modal-body .client-flag-box-create {
  width: 500px;
}

#see_custom_email .modal-body {
  background: #fff;
}
#see_custom_email .modal-header {
  background: #fff;
}

#changes_booking .modal-body {
  background: #fff;
}
#changes_booking .modal-header {
  background: #fff;
}
#changes_booking .change-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#changes_booking .change-old {
  float: left;
  width: 45%;
  background: #f7f7f7;
  padding: 10px;
}
#changes_booking .change-arrow {
  float: left;
  width: 10%;
  padding: 10px 0px;
  text-align: center;
}
#changes_booking .change-new {
  float: left;
  width: 45%;
  background: #f7f7f7;
  padding: 10px;
}
#changes_booking .change-box {
  margin-bottom: 15px;
}
#changes_booking .service-changes {
  font-size: 17px;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
#changes_booking .service-change-wrapper {
  border: 1px solid #ececec;
  margin-bottom: 15px;
  padding: 10px 10px 0px 10px;
}
#changes_booking .service-change-wrapper .change-box.last-child {
  margin-bottom: 0px !important;
}

@media only screen and (max-device-width: 480px) {
  .searchField {
    display: none;
  }
}

.showSearch {
  display: none !important;
}
@media only screen and (max-device-width: 480px) {
  .showSearch {
    display: inline-block !important;
  }
}

.automation-marketing .box-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ececec;
}
.automation-marketing .box-wrap .head {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.automation-marketing .box-wrap .textalignleft {
  text-align: left;
}
.automation-marketing .box-wrap .fstElement, .automation-marketing .box-wrap .zipcode-box, .automation-marketing .box-wrap .select-picker-box {
  display: table;
  margin: auto;
}
.automation-marketing .box-wrap .input-text-box {
  display: table;
  margin: auto;
}
.automation-marketing .box-wrap .input-text-box input {
  float: left;
  width: 300px;
}
.automation-marketing .box-wrap .input-text-box .text {
  float: left;
  background: #f9f6f6;
  padding-bottom: 13px;
  padding-left: 10px;
  margin-top: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
.automation-marketing .box-wrap select, .automation-marketing .box-wrap input {
  width: 350px;
  margin-top: 10px;
}
.automation-marketing .box-wrap .muted {
  color: #b9b9b9;
}
.automation-marketing .box-wrap p {
  line-height: 20px;
}
.automation-marketing .box-wrap .remove {
  color: #b83d3d;
  background: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 19px;
  text-align: center;
  padding-top: 7px;
  margin-top: -15px;
  cursor: pointer;
  border-radius: 8px;
}
.automation-marketing .box-wrap .remove:hover {
  background: #b83d3d;
  color: #fff;
}
.automation-marketing .skiller-line {
  width: 2px;
  margin: auto;
  min-height: 50px;
  border-left: 2px dashed #d2d2d2;
}
.automation-marketing .skiller-line.short {
  min-height: 30px;
}
.automation-marketing .add-btn {
  width: 35px;
  border-radius: 50%;
  height: 35px;
  margin: auto;
  color: #d2d2d2;
  font-size: 30px;
  text-align: center;
  padding-top: 0px;
  padding-left: 1px;
  background: #fff;
  border: 2px solid #d2d2d2;
}
.automation-marketing .add-btn:hover {
  background: #003A52;
  color: #fff;
  cursor: pointer;
}
.automation-marketing .setup-btn {
  width: 180px;
  border-radius: 5px;
  margin: auto;
  color: #bababa;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1px;
  background: #fff;
  border: 2px solid #d2d2d2;
}
.automation-marketing .type-box {
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin-top: 15px;
}
.automation-marketing .type-box.active {
  background: #3DB87C;
  color: #fff;
}
.automation-marketing .type-box.active:hover {
  background: #3DB87C;
  color: #fff;
}
.automation-marketing .type-box.disabled.active {
  cursor: default !important;
}
.automation-marketing .type-box.disabled:not(.active) {
  background: #f8f8f8;
  cursor: not-allowed;
  color: #b7b7b7;
}
.automation-marketing .type-box .h {
  font-weight: bold;
  margin-bottom: 10px;
}
.automation-marketing .type-box .s {
  font-size: 11px;
  line-height: 15px;
}
.automation-marketing .type-box .i {
  font-size: 25px;
  margin-bottom: 10px;
}
.automation-marketing .type-box:hover {
  background: #ececec;
  cursor: pointer;
}

#accept-setup ul {
  margin-bottom: 20px;
  margin-top: 15px;
}
#accept-setup ul li {
  list-style: circle;
  font-size: 13px;
  margin-left: 20px;
  margin-bottom: 8px;
}

#add-condition h5 {
  margin-bottom: 10px;
}
#add-condition p {
  margin-bottom: 15px;
}
#add-condition .condition-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
}
#add-condition .condition-box .text {
  font-weight: bold;
}
#add-condition .condition-box:hover {
  background: #fafafa;
  border: 1px solid #69BD2C;
}
#add-condition .condition-box .icon {
  text-align: center;
  padding-bottom: 15px;
}
#add-condition .condition-box .icon i {
  font-size: 25px;
}
#add-condition .condition-box h5 {
  font-size: 20px;
  margin-bottom: 20px !important;
}
#add-condition .condition-box .small {
  font-size: 12px;
  margin-top: 10px;
  line-height: 16px;
}
#add-condition .condition-box.active {
  border: 1px solid #69BD2C;
}
#add-condition .condition-box.active .added {
  display: block;
}
#add-condition .condition-box .added {
  background: #69BD2C;
  color: #fff;
  padding-top: 5px;
  text-align: center;
  position: absolute;
  width: 30px;
  font-size: 19px;
  height: 30px;
  margin-top: -16px;
  margin-left: -16px;
  display: none;
}
#add-condition .modal-dialog {
  min-width: 710px;
}

.ck-content {
  line-height: 18px;
}

.event_workhour {
  left: 0% !important;
}
@media only screen and (max-device-width: 480px) {
  .event_workhour {
    display: none;
  }
}

.settingZoom .dropdown-menu > .active > a, .settingZoom .dropdown-menu > .active > a:focus, .settingZoom .dropdown-menu > .active > a:hover {
  background: #f0f0f0 !important;
  color: #2e2e2e;
}

.salary-setup input, .salary-setup select, .salary-week-creation input, .salary-week-creation select {
  border: 1px solid #c3c3c3;
  padding: 5px 8px;
  border-radius: 5px;
}
.salary-setup .left-text-col, .salary-week-creation .left-text-col {
  padding-top: 15px;
}
.salary-setup .left-text-col-select, .salary-week-creation .left-text-col-select {
  padding-top: 11px;
}
.salary-setup .left-text-col-s, .salary-week-creation .left-text-col-s {
  padding-top: 13px;
}

.goals-page .goals-area .status, .goals-page .goals-area .goal {
  font-size: 16px;
  float: left;
}
.goals-page .goals-area .skiller-type {
  width: 25px;
  float: left;
  text-align: center;
  font-size: 16px;
}
.goals-page .progress {
  height: 20px;
  margin-top: 10px;
  background: #eceeef;
  box-shadow: none;
  overflow: visible;
  position: relative;
  margin-bottom: 15px;
}
.goals-page .progress.small {
  height: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.goals-page .progress.small .progress-bar {
  height: 15px;
  background: #969696;
}
.goals-page .progress .progress-bar {
  height: 20px;
  box-shadow: none;
  line-height: 15px;
  border-radius: 4px;
  background: #003A52;
}
.goals-page .progress .progress-bar.progress-bar-success {
  background: #4BC0C0;
}
.goals-page .progress .progress-bar.progress-bar-primary {
  background: #FF7373;
}
.goals-page .progress .number {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  font-size: 16px; /* test */
}
.goals-page .is-loading .loadbar {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.2s shine linear infinite;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.shortcuts-page .sortable_shortcuts li:first-child {
  border-radius: 10px 10px 0px 0px;
}
.shortcuts-page .sortable_shortcuts .service-wrap {
  font-size: 16px;
  cursor: default;
}
.shortcuts-page .sortable_shortcuts .service-wrap .handle {
  cursor: move;
}
.shortcuts-page .sortable_shortcuts .service-wrap .sname {
  padding-top: 3px;
  font-size: 16px;
}
.shortcuts-page .sortable_shortcuts .service-wrap .sprice {
  padding-top: 1px;
  cursor: pointer;
}
.shortcuts-page .no-shortcuts-found {
  font-size: 16px;
}

.termsfeed-com---nb-interstitial {
  max-width: 40% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  top: 15% !important;
  border-radius: 5px !important;
}
@media only screen and (max-device-width: 480px) {
  .termsfeed-com---nb-interstitial {
    max-width: 100% !important;
  }
}

.termsfeed-com---nb-interstitial-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
}

.cc-pc-head-lang-select, .cc-cp-foot-byline {
  display: none !important;
}

.termsfeed-com---pc-dialog .cc-cp-foot-byline a, .termsfeed-com---palette-light .cc-cp-foot-byline {
  color: #f2f2f2 !important;
}

.earliersales-box .loader-spinner {
  margin-top: 30px;
}
.earliersales-box .no-earlier-sales-found {
  text-align: center;
  margin-top: 30px;
  font-size: 25px;
}
.earliersales-box .no-earlier-sales-found i {
  font-size: 40px;
  color: #b7b7b7;
  padding-bottom: 10px;
  width: 100%;
}

.sessions svg {
  width: 22px;
  height: auto;
}
.sessions svg > *, .sessions svg > g > * {
  stroke: #2e2e2e !important;
}

.integration .iconbox {
  width: 85px;
  float: left;
}
.integration .iconbox svg {
  width: 65px;
  height: auto;
}
.integration .iconbox svg > *, .integration .iconbox svg > g > * {
  stroke: #094b76 !important;
}

.journal-icon-box svg {
  width: 20px;
  height: auto;
}
.journal-icon-box svg > *, .journal-icon-box svg > g > * {
  stroke: #094b76 !important;
}

.header .btn.svg {
  display: inline-flex;
  align-items: center;
  padding: 1px 15px;
  gap: 8px;
}
.header .btn.svg.icon-only {
  padding: 11px 13px;
}
.header .btn.svg svg {
  width: 20px;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}
.header .btn.svg svg > *, .header .btn.svg svg > g > * {
  stroke: #094b76;
}
.header .btn.svg div {
  white-space: nowrap;
}
.header .btn-info:hover svg > *, .header .btn-info:hover svg > g > * {
  stroke: #fff !important;
}

.getstarted .process {
  top: 25px !important;
}

.customerlogin_box .btn-white {
  border: 1px solid #e4e4e4;
}
.customerlogin_box .btn-white svg {
  width: 70px;
}
.customerlogin_box .btn-white svg > *, .customerlogin_box .btn-white svg > g > * {
  stroke: #2e2e2e !important;
}
.customerlogin_box .btn-white div {
  font-weight: bold;
  font-size: 14px;
  margin-top: -15px;
}
.customerlogin_box .btn-white:hover {
  background: #f4f4f4;
}
.customerlogin_box .btn-white.logout svg {
  width: 70px;
}
.customerlogin_box .btn-white.logout svg > *, .customerlogin_box .btn-white.logout svg > g > * {
  stroke: #bb3a3a !important;
}
.customerlogin_box .btn-white.logout div {
  color: #bb3a3a;
}
.customerlogin_box .btn-white.logout:hover {
  background: #bb3a3a;
  color: #fff;
}
.customerlogin_box .btn-white.logout:hover div {
  color: #fff;
}
.customerlogin_box .btn-white.logout:hover svg {
  width: 70px;
}
.customerlogin_box .btn-white.logout:hover svg > *, .customerlogin_box .btn-white.logout:hover svg > g > * {
  stroke: #fff !important;
}
.customerlogin_box h1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.container .table a svg {
  width: 19px;
}
.container .table a svg > *, .container .table a svg > g > * {
  stroke: #002B52 !important;
}
.container .table a.text-danger svg > *, .container .table a.text-danger svg > g > * {
  stroke: #c9302c !important;
}
.container .table .product_category a svg {
  width: 19px;
}
.container .table .product_category a svg > *, .container .table .product_category a svg > g > * {
  stroke: #fff !important;
}
.container .table .product_category a.text-danger svg > *, .container .table .product_category a.text-danger svg > g > * {
  stroke: #c9302c !important;
}

.error404 svg {
  width: 250px;
}
.error404 svg > *, .error404 svg > g > * {
  stroke: #002B52 !important;
}
.error404 .btn-success {
  border: 2px solid #002B52 !important;
  background: none !important;
  color: #002B52 !important;
  width: 230px;
  font-size: 16px;
  font-weight: bold;
}
.error404 .btn-success:hover {
  background: #002B52 !important;
  color: #fff !important;
  box-shadow: none;
}
.error404 .logo {
  margin-top: 100px;
  width: 100px !important;
}
.error404 .logo > *, .error404 .logo > g > * {
  stroke: #002B52 !important;
}

.btn.btn-plw {
  background: #002B52;
  color: #fff;
}

.planway-pay-page .btn-plw {
  margin-top: 30px;
}
.planway-pay-page .content-header {
  background: rgba(0, 0, 0, 0.03);
  padding: 15px 30px;
  width: 100%;
}
.planway-pay-page .content-header h2 {
  font-size: 14px !important;
  font-weight: bold;
  color: #123156;
}
.planway-pay-page .content {
  border-radius: 0px !important;
}
.planway-pay-page .pay-block.not-visible .content {
  display: none;
}
.planway-pay-page .pay-block .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #d3d3d3;
}
.planway-pay-page .pay-block .content-header:last-child {
  border-bottom: 0px;
}
.planway-pay-page .pay-block .content-header h2 {
  flex-basis: 50%;
}
.planway-pay-page .pay-block .content-header .checked {
  flex-basis: 50%;
  text-align: right;
  color: #5d8d0e;
}
.planway-pay-page .pay-block .content-header .checked svg {
  width: 24px;
}
.planway-pay-page .pay-block .content-header .checked svg > *, .planway-pay-page .pay-block .content-header .checked svg > g > * {
  stroke: #5d8d0e;
}
.planway-pay-page .pay-block .content-header .wait {
  flex-basis: 50%;
  text-align: right;
  color: #7f7f7f;
}
.planway-pay-page .pay-block .content-header .wait svg {
  width: 24px;
}
.planway-pay-page .pay-block .content-header .wait svg > *, .planway-pay-page .pay-block .content-header .wait svg > g > * {
  stroke: #acacac;
}
.planway-pay-page .pay-block .adyen-terms-text {
  margin-top: 10px;
}
.planway-pay-page .pay-block .adyen-terms-text p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}
.planway-pay-page .pay-block .adyen-terms-text p.small {
  font-size: 12px;
  line-height: 16px;
}
.planway-pay-page .pay-block .adyen-terms-text p.cursive {
  font-style: italic;
}
.planway-pay-page .pay-block .price-explain-box {
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px;
  margin-top: 15px;
}
.planway-pay-page .pay-block .price-explain-box .external-link {
  margin-bottom: 10px;
}
.planway-pay-page .pay-block h2 {
  font-size: 17px;
  font-weight: bold;
}
.planway-pay-page .pay-block .type {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 14px;
}
.planway-pay-page .pay-block .percent-data {
  margin-top: 10px;
  font-size: 13px;
}
.planway-pay-page .pay-block.open .content-header .checked {
  display: none;
}
.planway-pay-page .pay-block.closed .content {
  display: none;
}
.planway-pay-page .pay-block.not-visible .content-header .checked, .planway-pay-page .pay-block.waiting .content-header .checked {
  display: none;
}
.planway-pay-page .pay-block.completed.open .content-header .checked {
  display: inline;
}
.planway-pay-page .pay-block.completed .content-header .wait {
  display: none;
}
.planway-pay-page .process-box {
  margin-top: 30px;
  display: none;
}
.planway-pay-page .process-box .process {
  margin-bottom: 5px;
  width: 100%;
}
.planway-pay-page .process-box .process .icon {
  float: left;
  margin-right: 15px;
}
.planway-pay-page .process-box .process .icon svg {
  width: 30px;
}
.planway-pay-page .process-box .process .icon svg > *, .planway-pay-page .process-box .process .icon svg > g > * {
  stroke: #86d308;
}
.planway-pay-page .process-box .process.loading .completed {
  display: none;
}
.planway-pay-page .process-box .process.loading .waiting {
  display: inline;
}
.planway-pay-page .process-box .process.loading .waiting > *, .planway-pay-page .process-box .process.loading .waiting > g > * {
  stroke: #8f8f8f !important;
}
.planway-pay-page .process-box .process.loading .text {
  color: #8f8f8f;
}
.planway-pay-page .process-box .process.done .completed {
  display: inline;
}
.planway-pay-page .process-box .process.done .waiting {
  display: none;
}
.planway-pay-page .process-box .process.done .dot {
  display: none;
}
.planway-pay-page .process-box .process .text {
  font-size: 20px;
  float: left;
  color: #5d9207;
  padding-top: 5px;
}
.planway-pay-page .process-box .process .text .dot1 {
  animation: visibility 2s linear infinite;
}
.planway-pay-page .process-box .process .text .dot2 {
  animation: visibility2 2s linear infinite;
}
.planway-pay-page .process-box .process .text .dot3 {
  animation: visibility3 2s linear infinite;
}

.preview-page {
  padding-top: 30px;
}
.preview-page .preview-header {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #7c7c7c;
}
.preview-page h1 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
}
.preview-page .preview {
  background: #fff;
  position: relative;
  width: 90%;
  float: right;
  margin: auto 23px auto auto;
  height: 730px;
  padding-top: 60px;
  border-radius: 50px;
  box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14), 0 10px 20px rgba(0, 21, 64, 0.05);
}
@media (max-width: 1200px) {
  .preview-page .preview {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .preview-page .preview {
    margin-top: 30px;
  }
}
.preview-page .preview iframe {
  overflow: hidden !important;
}
.preview-page .preview:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 2px solid #EFF1F5;
  border-radius: 50%;
}
.preview-page .preview .screen {
  border: 2px solid #EFF1F5;
  border-radius: 8px;
  width: 94%;
  padding: 0px 0;
  height: 600px;
  margin: auto;
  overflow: hidden;
}
.preview-page .preview .screen .message {
  background: #3C99F7;
  border-radius: 20px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 15px 10px;
  padding: 15px 20px;
  position: relative;
  color: #fff;
}
.preview-page .preview .screen .message:before {
  content: "";
  border: solid 10px;
  border-color: transparent transparent #3C99F7;
  position: absolute;
  z-index: 1;
  bottom: 4px;
  left: -3px;
}
.preview-page .preview .screen .message .image {
  position: absolute;
  bottom: 0px;
  left: -55px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
}
.preview-page .content h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.preview-page .content p {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 17px;
}
.preview-page .content .upload-box {
  border-radius: 15px;
  border: 3px dotted #ececec;
  padding: 30px;
  min-height: 200px;
  width: 250px;
  text-align: center;
  color: #696969;
  float: left;
}
.preview-page .content .upload-box.fullwidth {
  width: 100%;
}
.preview-page .content .upload-box svg {
  width: 120px;
  margin-bottom: 10px;
}
.preview-page .content .upload-box svg > *, .preview-page .content .upload-box svg > g > * {
  stroke: #57d4e2 !important;
}
.preview-page .content .upload-box:hover {
  border: 3px solid #002B52;
  cursor: pointer;
}
.preview-page .content .upload-box:hover svg > *, .preview-page .content .upload-box:hover svg > g > * {
  stroke: #002B52 !important;
}
.preview-page .active-logo-box {
  max-width: 165px;
  float: left;
  margin-left: 10px;
  object-fit: contain;
}
.preview-page .active-logo-box img {
  border-radius: 10px;
}
.preview-page .active-cover-box {
  width: 300px;
  margin-top: 10px;
  float: left;
  object-fit: contain;
}
.preview-page .active-cover-box img {
  border-radius: 10px;
}
.preview-page .remove-wrapper {
  color: rgb(171, 50, 50);
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.jazzy-gallery {
  padding-top: 30px;
}
.jazzy-gallery .preview-header {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #7c7c7c;
}
.jazzy-gallery h1 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
}
.jazzy-gallery .main .content {
  padding-bottom: 5px;
}
.jazzy-gallery .gallery-wrapper {
  margin-bottom: 25px;
  cursor: pointer;
}
.jazzy-gallery .gallery-wrapper img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.jazzy-gallery .gallery-wrapper .status {
  background: #f4f4f4;
  padding: 10px 5px;
  text-align: center;
}
.jazzy-gallery .gallery-wrapper .status svg {
  width: 15px;
}
.jazzy-gallery .gallery-wrapper .status svg > *, .jazzy-gallery .gallery-wrapper .status svg > g > * {
  stroke: #2e2e2e !important;
}

#create-gallery-post .upload-box, #edit-gallery-post .upload-box {
  border-radius: 15px;
  border: 3px dotted #ececec;
  padding: 30px;
  min-height: 200px;
  width: 100%;
  text-align: center;
  color: #696969;
  float: left;
}
#create-gallery-post .upload-box.fullwidth, #edit-gallery-post .upload-box.fullwidth {
  width: 100%;
}
#create-gallery-post .upload-box svg, #edit-gallery-post .upload-box svg {
  width: 120px;
  margin-bottom: 10px;
}
#create-gallery-post .upload-box svg > *, #create-gallery-post .upload-box svg > g > *, #edit-gallery-post .upload-box svg > *, #edit-gallery-post .upload-box svg > g > * {
  stroke: #57d4e2 !important;
}
#create-gallery-post .upload-box:hover, #edit-gallery-post .upload-box:hover {
  border: 3px solid #002B52;
  cursor: pointer;
}
#create-gallery-post .upload-box:hover svg > *, #create-gallery-post .upload-box:hover svg > g > *, #edit-gallery-post .upload-box:hover svg > *, #edit-gallery-post .upload-box:hover svg > g > * {
  stroke: #002B52 !important;
}
#create-gallery-post .active-logo-box img, #edit-gallery-post .active-logo-box img {
  border-radius: 5px;
  margin-bottom: 20px;
  max-width: 60%;
}

#terms_accept {
  font-family: arial, sans-serif;
  padding-top: 25px;
  line-height: 25px;
  font-size: 16px;
}
#terms_accept table {
  margin: 0;
}
#terms_accept ul li {
  margin-bottom: 5px;
}
#terms_accept ul {
  margin-left: 0px;
  padding-left: 13px;
  list-style: disc;
}
#terms_accept p {
  margin-top: 0px;
}
#terms_accept h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (max-device-width: 480px) {
  #business_review .modal-body {
    margin-top: 50%;
  }
}

#jazzy_message .modal-body, #inactive_message .modal-body, #business_review .modal-body, #business_informations .modal-body, #invoice_data_confirm .modal-body {
  padding: 20px 40px;
}
#jazzy_message .review-user .review-box-rating, #inactive_message .review-user .review-box-rating, #business_review .review-user .review-box-rating, #business_informations .review-user .review-box-rating, #invoice_data_confirm .review-user .review-box-rating {
  margin-top: 25px;
  margin-bottom: 10px;
}
#jazzy_message .review-user .review-box-rating i, #inactive_message .review-user .review-box-rating i, #business_review .review-user .review-box-rating i, #business_informations .review-user .review-box-rating i, #invoice_data_confirm .review-user .review-box-rating i {
  font-size: 30px;
  cursor: pointer;
  color: #5fa12e;
}
#jazzy_message .review-user .textarea-box, #inactive_message .review-user .textarea-box, #business_review .review-user .textarea-box, #business_informations .review-user .textarea-box, #invoice_data_confirm .review-user .textarea-box {
  margin-top: 15px;
}
#jazzy_message .review-user .textarea-box i, #inactive_message .review-user .textarea-box i, #business_review .review-user .textarea-box i, #business_informations .review-user .textarea-box i, #invoice_data_confirm .review-user .textarea-box i {
  font-weight: 100;
}
#jazzy_message .review-user .textarea-box button, #inactive_message .review-user .textarea-box button, #business_review .review-user .textarea-box button, #business_informations .review-user .textarea-box button, #invoice_data_confirm .review-user .textarea-box button {
  margin-top: 10px;
  background: #5fa12e;
  font-weight: bold;
}
#jazzy_message .tp-box, #inactive_message .tp-box, #business_review .tp-box, #business_informations .tp-box, #invoice_data_confirm .tp-box {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  #jazzy_message .modal-dialog, #inactive_message .modal-dialog, #business_review .modal-dialog, #business_informations .modal-dialog, #invoice_data_confirm .modal-dialog {
    min-width: 700px;
  }
}
#jazzy_message .modal-content, #inactive_message .modal-content, #business_review .modal-content, #business_informations .modal-content, #invoice_data_confirm .modal-content {
  border-radius: 30px !important;
}
#jazzy_message h1, #inactive_message h1, #business_review h1, #business_informations h1, #invoice_data_confirm h1 {
  color: #393939;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 0px;
  line-height: 32px;
}
@media (max-width: 768px) {
  #jazzy_message h1, #inactive_message h1, #business_review h1, #business_informations h1, #invoice_data_confirm h1 {
    font-size: 18px !important;
    line-height: 27px;
  }
}
#jazzy_message h2, #inactive_message h2, #business_review h2, #business_informations h2, #invoice_data_confirm h2 {
  font-weight: bold;
  font-size: 17px;
  margin-top: 25px;
  margin-bottom: 5px;
}
#jazzy_message p, #inactive_message p, #business_review p, #business_informations p, #invoice_data_confirm p {
  color: #000;
  font-size: 16px;
  text-align: justify;
  line-height: 20px;
}
@media (max-width: 768px) {
  #jazzy_message p, #inactive_message p, #business_review p, #business_informations p, #invoice_data_confirm p {
    line-height: 20px;
    font-size: 15px;
  }
}
#jazzy_message ul, #inactive_message ul, #business_review ul, #business_informations ul, #invoice_data_confirm ul {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 15px;
}
#jazzy_message ul li, #inactive_message ul li, #business_review ul li, #business_informations ul li, #invoice_data_confirm ul li {
  line-height: 26px;
}
#jazzy_message .jazzy-btn, #inactive_message .jazzy-btn, #business_review .jazzy-btn, #business_informations .jazzy-btn, #invoice_data_confirm .jazzy-btn {
  background: #002B52;
  display: inline-block;
  padding: 20px 30px 20px 30px;
  color: #fff;
  margin-top: 15px;
  border-radius: 16px;
  font-size: 15px;
}
#jazzy_message .actions .action-button, #inactive_message .actions .action-button, #business_review .actions .action-button, #business_informations .actions .action-button, #invoice_data_confirm .actions .action-button {
  margin-top: 20px;
}
#jazzy_message .actions .reminder, #inactive_message .actions .reminder, #business_review .actions .reminder, #business_informations .actions .reminder, #invoice_data_confirm .actions .reminder {
  margin-top: 20px;
}
@media only screen and (max-device-width: 480px) {
  #jazzy_message .jazzy-btn, #inactive_message .jazzy-btn, #business_review .jazzy-btn, #business_informations .jazzy-btn, #invoice_data_confirm .jazzy-btn {
    width: 100%;
  }
  #jazzy_message .modal-body, #inactive_message .modal-body, #business_review .modal-body, #business_informations .modal-body, #invoice_data_confirm .modal-body {
    padding: 10px 25px;
  }
  #jazzy_message .modal-content, #inactive_message .modal-content, #business_review .modal-content, #business_informations .modal-content, #invoice_data_confirm .modal-content {
    border-radius: 15px !important;
  }
}

.business-informations-box {
  margin-top: 25px;
  margin-bottom: 25px;
}
.business-informations-box input {
  margin-bottom: 15px;
}
.business-informations-box label {
  padding-bottom: 0px;
  margin-bottom: 5px;
}

.mitid-page, .twofactor-page {
  /* Billedet i baggrunden (blur + cover) */
  /* (Valgfrit) en let mørk overlay for mere kontrast */
  /* Den hvide boks */
  /* Lidt typografi til demo */
}
.mitid-page .logo, .twofactor-page .logo {
  width: 200px;
  width: 100%;
  max-width: 200px;
  height: auto;
}
.mitid-page .hero, .twofactor-page .hero {
  position: relative;
  background: #155375;
  min-height: 100dvh; /* fuld højde inkl. mobile chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px; /* luft på små skærme */
  overflow: hidden; /* gem evt. blur-kanter */
  isolation: isolate; /* egen stacking context til z-index */
}
.mitid-page .hero__content, .twofactor-page .hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px; /* afstand mellem logo og card */
}
.mitid-page .hero__bg, .twofactor-page .hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(15px) brightness(0.9); /* blur + lidt dæmpning */
  will-change: transform, filter;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.mitid-page .hero::after, .twofactor-page .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.mitid-page .card, .twofactor-page .card {
  background: #fff;
  padding: 35px; /* som ønsket */
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  max-width: 450px;
  width: 100%;
}
.mitid-page .card h1, .twofactor-page .card h1 {
  margin: 0px 0 12px;
  font-size: 26px;
}
.mitid-page .card p, .twofactor-page .card p {
  margin: 0;
  line-height: 1.6;
  color: #333;
}
.mitid-page button, .twofactor-page button {
  margin-top: 25px;
  background: #0060e6 !important;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.mitid-page button:hover, .twofactor-page button:hover {
  background: #104a9e !important;
}

.twofactor-page button {
  margin-top: 15px !important;
  background: #2f4f7b !important;
  font-size: 15px;
}

.user-sales-table, .user-sales-table tbody, .user-sales-table tr {
  overflow: visible;
} /* tr respekterer ikke overflow i alle browsere */
.user-sales-table .dropdown-menu {
  z-index: 1060;
}

.mitid-btn svg {
  width: 45px;
  margin-left: 3px;
  height: auto;
}
.mitid-btn svg > *, .mitid-btn svg > g > * {
  stroke: #2e2e2e !important;
}

#business_informations .modal-body, #business_informations_page .modal-body, #invoice_data_confirm .modal-body {
  padding: 5px 25px !important;
}
#business_informations .modal-content, #business_informations_page .modal-content, #invoice_data_confirm .modal-content {
  border-radius: 15px !important;
}
#business_informations .confirm-verification-code, #business_informations_page .confirm-verification-code, #invoice_data_confirm .confirm-verification-code {
  border-top: 1px solid #d7cc7f;
  padding-top: 15px;
  margin-top: 15px;
}
#business_informations .confirm-verification-code label, #business_informations_page .confirm-verification-code label, #invoice_data_confirm .confirm-verification-code label {
  font-size: 13px;
  font-weight: normal;
}
#business_informations .confirm-verification-code input, #business_informations_page .confirm-verification-code input, #invoice_data_confirm .confirm-verification-code input {
  width: 150px;
  font-weight: bold;
}
#business_informations .company_number_verify, #business_informations_page .company_number_verify, #invoice_data_confirm .company_number_verify {
  display: inline-block;
  border-radius: 5px;
  background: #2e2e2e;
  padding: 5px 10px;
  color: #fff;
  margin-top: 8px;
}

.jazzy .choose-department-box {
  margin-bottom: 30px;
  cursor: pointer;
}
.jazzy .choose-department-box h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.jazzy .choose-department-box p {
  line-height: 18px;
}
.jazzy .choose-department-box .content {
  border-radius: 0px 0px 5px 5px;
}
.jazzy .choose-department-box img {
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 160px;
}
.jazzy .choose-department-box:hover .content {
  cursor: pointer;
}

@keyframes visibility {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes visibility2 {
  0% {
    opacity: 0;
  }
  21% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes visibility3 {
  0% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  44% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.required-select-text {
  color: red;
  padding-left: 15px;
  padding-top: 12px;
  float: left;
}

/* HTML: <div class="loader"></div> */
.loader-spinner {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 0 70%, rgb(0, 0, 0) 0) 50%/8% 100%, linear-gradient(90deg, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0) 0 70%, rgba(0, 0, 0, 0.75) 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}

.loader-spinner::before,
.loader-spinner::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.loader-spinner::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes l23 {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.linear-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

/* Vertical CSS */
.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

@media only screen and (max-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-130 {
    margin-top: 130px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-130 {
    margin-top: 130px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mt-xs-110 {
    margin-top: 110px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .mt-xs-130 {
    margin-top: 130px;
  }
  .mt-xs-140 {
    margin-top: 140px;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .mb-xs-110 {
    margin-bottom: 110px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mb-xs-130 {
    margin-bottom: 130px;
  }
  .mb-xs-140 {
    margin-bottom: 140px;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .pt-xs-110 {
    padding-top: 110px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-130 {
    padding-top: 130px;
  }
  .pt-xs-140 {
    padding-top: 140px;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .pb-xs-110 {
    padding-bottom: 110px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-130 {
    padding-bottom: 130px;
  }
  .pb-xs-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .mt-xxs-0 {
    margin-top: 0 !important;
  }
  .mt-xxs-10 {
    margin-top: 10px;
  }
  .mt-xxs-20 {
    margin-top: 20px;
  }
  .mt-xxs-30 {
    margin-top: 30px;
  }
  .mt-xxs-40 {
    margin-top: 40px;
  }
  .mt-xxs-50 {
    margin-top: 50px;
  }
  .mt-xxs-60 {
    margin-top: 60px;
  }
  .mt-xxs-70 {
    margin-top: 70px;
  }
  .mt-xxs-80 {
    margin-top: 80px;
  }
  .mt-xxs-90 {
    margin-top: 90px;
  }
  .mt-xxs-100 {
    margin-top: 100px;
  }
  .mt-xxs-110 {
    margin-top: 110px;
  }
  .mt-xxs-120 {
    margin-top: 120px;
  }
  .mt-xxs-130 {
    margin-top: 130px;
  }
  .mt-xxs-140 {
    margin-top: 140px;
  }
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxs-10 {
    margin-bottom: 10px;
  }
  .mb-xxs-20 {
    margin-bottom: 20px;
  }
  .mb-xxs-30 {
    margin-bottom: 30px;
  }
  .mb-xxs-40 {
    margin-bottom: 40px;
  }
  .mb-xxs-50 {
    margin-bottom: 50px;
  }
  .mb-xxs-60 {
    margin-bottom: 60px;
  }
  .mb-xxs-70 {
    margin-bottom: 70px;
  }
  .mb-xxs-80 {
    margin-bottom: 80px;
  }
  .mb-xxs-90 {
    margin-bottom: 90px;
  }
  .mb-xxs-100 {
    margin-bottom: 100px;
  }
  .mb-xxs-110 {
    margin-bottom: 110px;
  }
  .mb-xxs-120 {
    margin-bottom: 120px;
  }
  .mb-xxs-130 {
    margin-bottom: 130px;
  }
  .mb-xxs-140 {
    margin-bottom: 140px;
  }
  .pt-xxs-0 {
    padding-top: 0 !important;
  }
  .pt-xxs-10 {
    padding-top: 10px;
  }
  .pt-xxs-20 {
    padding-top: 20px;
  }
  .pt-xxs-30 {
    padding-top: 30px;
  }
  .pt-xxs-40 {
    padding-top: 40px;
  }
  .pt-xxs-50 {
    padding-top: 50px;
  }
  .pt-xxs-60 {
    padding-top: 60px;
  }
  .pt-xxs-70 {
    padding-top: 70px;
  }
  .pt-xxs-80 {
    padding-top: 80px;
  }
  .pt-xxs-90 {
    padding-top: 90px;
  }
  .pt-xxs-100 {
    padding-top: 100px;
  }
  .pt-xxs-110 {
    padding-top: 110px;
  }
  .pt-xxs-120 {
    padding-top: 120px;
  }
  .pt-xxs-130 {
    padding-top: 130px;
  }
  .pt-xxs-140 {
    padding-top: 140px;
  }
  .pb-xxs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxs-10 {
    padding-bottom: 10px;
  }
  .pb-xxs-20 {
    padding-bottom: 20px;
  }
  .pb-xxs-30 {
    padding-bottom: 30px;
  }
  .pb-xxs-40 {
    padding-bottom: 40px;
  }
  .pb-xxs-50 {
    padding-bottom: 50px;
  }
  .pb-xxs-60 {
    padding-bottom: 60px;
  }
  .pb-xxs-70 {
    padding-bottom: 70px;
  }
  .pb-xxs-80 {
    padding-bottom: 80px;
  }
  .pb-xxs-90 {
    padding-bottom: 90px;
  }
  .pb-xxs-100 {
    padding-bottom: 100px;
  }
  .pb-xxs-110 {
    padding-bottom: 110px;
  }
  .pb-xxs-120 {
    padding-bottom: 120px;
  }
  .pb-xxs-130 {
    padding-bottom: 130px;
  }
  .pb-xxs-140 {
    padding-bottom: 140px;
  }
}

/*# sourceMappingURL=custom.css.map */
