html {
  overflow-y: scroll;
  overflow-x: hidden;
}

#main-logo {
  width: 88px;
}

.hama-color {
  color: #f04137;
}

.bg-dark {
  background-color: #f04137 !important;
}

#logo-project-title {
  font: 400 12px Roboto, Arial, sans-serif;
  margin-left: 8px;
  padding-top: 14px;
  vertical-align: text-top;
  display: inline-block;
}

p.text-in-card {
  clear: both;
  margin-bottom: 0;
}

.help-info-dimm,
.color-dimmed {
  font-size: 13px;
  color: #999;
}

.element-dimmed {
  opacity: 0.5;
}

.dotted-red-border {
  border-top: 1px dotted #f04137;
}

.close-select-btn {
  font-size: 18px;
  padding-right: 10px;
  display: block;
  cursor: pointer;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
}

[data-toggle*=popover-pointer],
[data-toggle*=popover-click] {
  cursor: pointer;
}

[data-toggle*=popover-help] {
  cursor: help;
}

.popover-icon {
  float: left;
  padding: 0.7rem 0 0.75rem 0.7rem;
  color: #212529;
}

.popover-icon-on-left {
  float: left;
  max-width: 248px;
}

.popover-body-custom-with-icon {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.popover-body-custom {
  padding: 0.5rem 0.75rem 0.5rem 0.3rem;
  color: #212529;
}

.tt-menu, .gist {
  text-align: left;
}

.closed-late {
  color: #da3e3e;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #44b444;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
ul.timeline > li.task-late:before,
ul.timeline > li.task-status-2:before {
  border: 5px solid #da3e3e;
}
ul.timeline > li.task-finished:before,
ul.timeline > li.task-status-5:before,
ul.timeline > li.task-status-6:before {
  border: 5px solid #a3a3a3;
}
ul.timeline > li.answer-kind-0::before {
  border: 5px solid #007bff;
}
ul.timeline > li.answer-kind-1::before {
  border: 5px solid #a3a3a3;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  margin-top: 4px;
  margin-left: -1px;
  padding: 17px 11px;
  font-size: 1rem;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #007bff;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover, .tt-suggestion span:hover {
  cursor: pointer;
  color: #fff;
  background-color: #007bff;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #007bff;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}

.typeahead-suggestion-details {
  font-size: 13px;
}

/*color: grey;* */
.popover-icon {
  float: left;
  padding: 0.7rem 0 0.75rem 0.7rem;
  color: #212529;
}

.popover-icon-on-left {
  float: left;
  /*padding-left: .30rem;*/
  max-width: 248px;
}

.popover-body-custom-with-icon {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.popover-body-custom {
  padding: 0.5rem 0.75rem 0.5rem 0.3rem;
  color: #212529;
}

#main-logo {
  width: 88px;
}

.align-center {
  text-align: center;
}

.hama-color {
  color: #f04137;
}

.bg-dark {
  background-color: #f04137 !important;
}

#logo-project-title {
  font: 400 12px Roboto, Arial, sans-serif;
  margin-left: 8px;
  padding-top: 14px;
  vertical-align: text-top;
  display: inline-block;
}

/* Timeline START */
ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #44b444;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

ul.timeline > li.task-late:before,
ul.timeline > li.task-status-2:before {
  border: 5px solid #da3e3e;
}

ul.timeline > li.task-accept:before,
ul.timeline > li.task-status-7:before {
  border: 5px solid #007bff;
}

.closed-late {
  color: #da3e3e;
}

ul.timeline > li.task-finished:before,
ul.timeline > li.task-status-5:before,
ul.timeline > li.task-status-6:before {
  border: 5px solid #a3a3a3;
}

ul.timeline > li.answer-kind-0::before {
  border: 5px solid #007bff;
}

ul.timeline > li.answer-kind-1::before {
  border: 5px solid #a3a3a3;
}

/* Timeline END */
/* Answer start */
.answer-author {
  font-weight: bold;
  font-size: 0.8rem;
  color: #007bff;
}

.answer-date {
  font-weight: bold;
  font-size: 0.8rem;
  color: #007bff;
  text-align: right;
}

p.text-in-card {
  clear: both;
  margin-bottom: 0;
}

.help-info-dimm {
  font-size: 13px;
  color: gray;
}

.color-dimmed {
  font-size: 13px;
  color: gray;
}

.color-dimmed {
  font-size: 13px;
  color: #a3a3a3;
}

.element-dimmed {
  opacity: 0.5;
}

.dotted-red-border {
  border-top: 1px dotted #f04137;
}

/* Answer end */
/* TypeAhead.js start */
/* scaffolding */
/* ----------- */
html {
  overflow-y: scroll;
  *overflow-x: hidden;
}

/*.container {*/
/*    max-width: 750px;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*}*/
.tt-menu,
.gist {
  text-align: left;
}

/* base styles */
/* ----------- */
/*font: normal normal normal 18px/1.2 "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;*/
/*color: #292f33;*/
/*color: #03739c;*/
/*text-decoration: none;*/
/*text-decoration: underline;*/
.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

/*margin: 30px 0 0 0;*/
/* site theme */
/* ---------- */
.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  margin-top: 4px;
  margin-left: -1px;
  padding: 17px 11px;
  font-size: 1rem;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover, .tt-suggestion span:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */
#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center;
}

.user-group {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  /*padding-left: 15px;*/
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}

.typeahead-suggestion-details {
  font-size: 13px;
}

/*color: grey;*/
/*.typeahead-suggestion-details:hover {*/
/*    color: white;*/
/*}*/
/* TypeAhead.js end */
.main-legend {
  padding-top: 20px;
  font-size: 0.8rem;
}

.task-path {
  font-size: 1rem;
  font-weight: bold;
  color: darkgray;
  margin-bottom: 15px;
  max-width: 90%;
}

.task-clock-last-edit {
  color: #007bff;
}

.task-clock-finish {
  color: grey;
}

.task-clock-deadline {
  color: orangered;
}

/* Firefox */
.vertical-align-middle {
  vertical-align: middle;
}

#comment-form .error {
  color: orangered;
  font-size: 0.7rem;
}

/*font-weight: bold;*/
#comment-form .form-control.error {
  color: orangered;
  font-size: inherit;
  font-weight: normal;
}

.task-own .bg-light {
  background-color: #aedce6 !important;
}

.task-late-bubble {
  background-color: red;
}

.col-6-overflow-fix {
  overflow-y: hidden;
}

.h5-overflow-fix {
  font-size: 12px;
}

.taskEditCameraBtn {
  padding-top: 0;
  text-align: center;
}

.taskEditCameraBtn {
  padding-top: 30px;
  text-align: center;
}

.multiSelectChoiceError {
  color: red;
}

.selectForShop {
  width: 100%;
}

.taskEditCameraBtn {
  padding-top: 0;
}

.fileTileImage {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #d4d9df;
}

.fileTileDoc {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  width: 40px;
  height: 40px;
  background-color: #d4d9df;
  margin-bottom: 5px;
  padding-top: 12px;
  text-transform: uppercase;
  font-weight: 900;
  color: darkgray;
}

.media-body-files {
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
  line-height: 20px;
  color: #a3a3a3;
}

.media-body-files a {
  color: #a3a3a3;
  font-size: 12px;
}

.media-body-files a:hover {
  color: #007bff;
}

body {
  position: relative;
}

#photoBlendWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 76, 76, 0.95);
  background-blend-mode: multiply;
}

#photoBlend {
  z-index: 9998;
  color: #a3a3a3;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media-body-files-label {
  font-size: 12px;
  margin-bottom: 0;
}

.priority-border-low, .priority-border-0 {
  border-left: #dbdb00 20px solid;
}

.priority-border-mean, .priority-border-1 {
  border-left: #ffa500 20px solid;
}

.priority-border-high, .priority-border-2 {
  border-left: #f00 20px solid;
}

.priority-border-urgent, .priority-border-3 {
  border-left: #9370DB 20px solid;
}

.task-unread-card {
  background-image: url("/typo3conf/assets/Resources/Public/img/unread.png");
  background-size: auto 36px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.task-repeat-unread-card {
  background-image: url("/typo3conf/assets/Resources/Public/img/repeat-unread-icon.png");
  background-size: auto 36px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.task-repeat-card {
  background-image: url("/typo3conf/assets/Resources/Public/img/repeat-icon.png");
  background-size: auto 36px;
  background-repeat: no-repeat;
  background-position: right 8px bottom;
}

.task-repeat-icon {
  display: inline-block;
  width: 36px;
  height: 40px;
  background-position: left top;
  vertical-align: middle;
  margin: 0 5px 0 10px;
}

.filter-clear {
  cursor: pointer;
}

.input-group > .twitter-typeahead {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  height: 20px;
}

.input-group > .twitter-typeahead:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .twitter-typeahead > .tt-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control.tt-input:focus {
  z-index: 3;
}

.prepended-icon {
  height: 17px;
  margin-top: 4px;
  color: #cac6c6;
}

.modal-xl {
  width: 90%;
  max-width: 1200px;
}

.spin-background {
  background-image: url("/typo3conf/assets/Resources/Public/img/spin.gif");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position-x: 96%;
  background-position-y: 13px;
}

#navigatorMainBtn {
  padding: 10px;
  background-color: #6c757d;
  cursor: pointer;
}

#logo-navigator-title {
  font: 400 12px Roboto, Arial, sans-serif;
  margin-left: 8px;
  padding-top: 14px;
  vertical-align: text-top;
  display: inline-block;
  color: #fff;
  margin-top: -3px;
}

.modal-red-logo {
  width: 88px;
}

.modal-logo-title {
  font: 400 12px Roboto, Arial, sans-serif;
  margin-left: 8px;
  padding-top: 14px;
  vertical-align: text-top;
  display: inline-block;
  color: #f04137;
}

.filter-shops-of-group-btn {
  cursor: pointer;
}

.card-link-style {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.card-link-style:hover {
  color: #0056b3;
  text-decoration: underline;
}

.group-switch-btn {
  cursor: pointer;
}

.group-all-switch-btn {
  display: none;
  margin-left: 62px;
  cursor: pointer;
}

.filter-shops-of-group-btn-static {
  width: 100%;
  padding: 8px 16px;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #000;
  cursor: pointer;
}

.filter-shops-of-group-btn-static:hover {
  text-decoration: none;
  color: #000;
  background-color: #d4d9df;
}

#greenLightToGo-error {
  font-size: 16px !important;
  font-weight: bold !important;
}

.non-breaking-pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  margin: 0 !important;
}

.copy-done-msg {
  display: none;
  color: #999;
  font-size: 12px;
}

.paginator-wrap {
  margin-left: 62px;
}

.custom-select-xs {
  height: calc(1em + 0.5rem + 2px);
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.2rem;
  font-size: 0.7rem;
}

.pagination-xs .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1;
}

.text-xs {
  font-size: 0.7rem;
}

ul.typo3-messages {
  padding-left: 0;
  margin-top: 20px;
  list-style: none;
}

ul.typo3-messages li {
  list-style: none;
}

.stackedit-button-wrapper {
  font-size: 14px;
}

.stackedit-button-wrapper img {
  width: 1.6em;
  height: 1.6em;
  vertical-align: bottom;
  margin-right: 0.33em;
}

.duration-picker-readonly-inline-item {
  background: none;
  border: none;
  width: 38px !important;
  padding: 2px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.bdp-label {
  font-size: 11px;
}

.duration-picker-readonly-inline .bdp-label {
  font-weight: normal;
  font-size: 10px;
}

.form-control-xs {
  height: calc(1em + 0.25rem + 2px);
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.cursor-pointer {
  cursor: pointer !important;
}

@media (max-width: 992px) {
  .h1-list-rwd {
    font-size: 1.8rem;
  }
  .h4-list-rwd {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .h1-list-rwd {
    margin-top: 15px;
  }
}
#observer-switch-button {
  background-color: #ffc107 !important;
  padding: 10px;
  cursor: pointer;
}

/*GREEN CHECKBOX*/
.checkbox .checkbox-input {
  opacity: 0;
}

.checkbox .checkbox-label {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  padding: 0;
  min-height: 0;
  transition: all 0.3s ease-in-out;
}

.checkbox .checkbox-label-icon, .checkbox .checkbox-label-switch {
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}

.checkbox .checkbox-label-text {
  padding-left: 6px;
  position: relative;
  display: inline-flex;
}

.checkbox .checkbox-input:disabled + .checkbox-label {
  opacity: 0.5;
}

.checkbox-type-toggle .checkbox-label {
  overflow: visible;
  padding-left: 36px;
}

.checkbox-type-toggle .checkbox-label:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  padding-left: 0;
  width: 36px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}

.checkbox-type-toggle .checkbox-label:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 5px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-in-out;
}

.checkbox-type-toggle .checkbox-input:checked + .checkbox-label:before {
  background-color: #44b444;
}

.checkbox-type-toggle .checkbox-input:checked + .checkbox-label:after {
  left: 19px;
}

.checkbox-type-toggle .checkbox-input:focus + .checkbox-label:before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.45);
}

.checkbox-type-toggle.checkbox-invert .checkbox-label:before {
  background-color: #44b444;
}

.checkbox-type-toggle.checkbox-invert .checkbox-label:after {
  left: 19px;
}

.checkbox-type-toggle.checkbox-invert .checkbox-input:checked + .checkbox-label:before {
  background-color: #d4d9df;
}

.checkbox-type-toggle.checkbox-invert .checkbox-input:checked + .checkbox-label:after {
  left: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9);
}

.checkbox-type-labeled-toggle .checkbox-label-switch {
  height: 24px;
  background-color: #f04137;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  line-height: 22px;
  text-align: center;
}

.checkbox-type-labeled-toggle .checkbox-label-switch-checked, .checkbox-type-labeled-toggle .checkbox-label-switch-unchecked {
  padding-left: 8px;
  padding-right: 8px;
  flex-grow: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-type-labeled-toggle .checkbox-label-switch-checked {
  order: 2;
  display: none;
}

.checkbox-type-labeled-toggle .checkbox-label-switch-unchecked {
  order: 1;
  display: block;
}

.checkbox-type-labeled-toggle .checkbox-input:checked + .checkbox-label .checkbox-label-switch {
  background-color: #44b444;
}

.checkbox-type-labeled-toggle .checkbox-input:checked + .checkbox-label .checkbox-label-switch .checkbox-label-switch-checked {
  order: 1;
  display: block;
}

.checkbox-type-labeled-toggle .checkbox-input:checked + .checkbox-label .checkbox-label-switch .checkbox-label-switch-unchecked {
  order: 2;
  display: none;
}

.checkbox-type-labeled-toggle .checkbox-input:focus + .checkbox-label .checkbox-label-switch {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.45);
}

.checkbox-type-labeled-toggle.checkbox-invert .checkbox-label-switch {
  background-color: #44b444;
}

.checkbox-type-labeled-toggle.checkbox-invert .checkbox-label-switch .checkbox-label-switch-checked {
  order: 1;
}

.checkbox-type-labeled-toggle.checkbox-invert .checkbox-label-switch .checkbox-label-switch-unchecked {
  order: 2;
}

.checkbox-type-labeled-toggle.checkbox-invert .checkbox-input:checked + .checkbox-label .checkbox-label-switch {
  background-color: #f04137;
}

.checkbox-type-labeled-toggle.checkbox-invert .checkbox-input:checked + .checkbox-label .checkbox-label-switch .checkbox-label-switch-checked {
  order: 2;
}

.checkbox-type-labeled-toggle.checkbox-invert .checkbox-input:checked + .checkbox-label .checkbox-label-switch .checkbox-label-switch-unchecked {
  order: 1;
}

.checkbox-type-icon-toggle .checkbox-label-icon {
  border-radius: 2px;
  width: 24px;
  height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  background-color: #d4d9df;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.checkbox-type-icon-toggle .checkbox-label-icon-checked {
  display: none;
}

.checkbox-type-icon-toggle .checkbox-label-icon-unchecked {
  display: inline-block;
}

.checkbox-type-icon-toggle .checkbox-input:checked + .checkbox-label .checkbox-label-icon {
  background-color: #44b444;
  color: #fff;
}

.checkbox-type-icon-toggle .checkbox-input:checked + .checkbox-label .checkbox-label-icon-checked {
  display: inline-block;
}

.checkbox-type-icon-toggle .checkbox-input:checked + .checkbox-label .checkbox-label-icon-unchecked {
  display: none;
}

.checkbox-type-icon-toggle .checkbox-input:focus + .checkbox-label .checkbox-label-icon {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.45);
}

.checkbox-type-icon-toggle.checkbox-invert .checkbox-label-icon {
  background-color: #44b444;
  color: #fff;
}

.checkbox-type-icon-toggle.checkbox-invert .checkbox-input:checked + .checkbox-label .checkbox-label-icon {
  background-color: #d4d9df;
  color: #333;
}

label.checkbox-label {
  margin-bottom: 0;
  font-size: 12px;
}

.vertical-align-text-top {
  vertical-align: text-top;
}

.fc-more-popover {
  max-height: 50%;
  overflow-y: auto;
}

.importTip {
  color: #666;
  font-size: 11px;
  display: block;
  line-height: 11px;
}

.originalTip {
  color: #666;
  font-size: 11px;
  line-height: 11px;
  display: none;
}

.missedShopsImportTable {
  font-size: 14px;
}

.swal-80percent {
  width: 80% !important;
}

.bs-select-all, .bs-deselect-all {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.bs-select-all:hover, .bs-deselect-all:hover {
  color: #212529;
  background-color: #a9aaad;
  border-color: #a4abad;
}

.bs-select-all {
  margin-right: 8px;
}

.spent-bigga .form-control-xs {
  font-size: 2rem;
  width: 90px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .originalTip {
    display: inline-block;
  }
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
.cloneMenuItem {
  margin-bottom: 10px !important;
}

.cloneData {
  display: block;
  font-size: 10px;
}

.cloneBtns {
  list-style: none;
  margin: 0;
}

.cloneBtns li {
  display: inline-block;
  font-size: 10px;
  cursor: pointer;
}

i.clone-remove {
  color: red;
}

i.clone-remove {
  color: red;
}

.clone-btn {
  cursor: pointer;
}

.final-selector {
  background: #00a29a;
}

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