@charset "UTF-8";
/*----------------------------------------FavouriteBySet blade --------------------------*/
#favourite-theme.edit-products-wrap .input-fields .form-control.end_date {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

#favourite-theme.edit-products-wrap .input-fields .form-control.start_date {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.favourite_main_section .global-accordion .card {
  background: #F7F7F7;
}

.favourite_main_section .global-accordion .card-header {
  padding: 10px 30px;
}

.edit-products-wrap.favourite_main_section .form-control:disabled,
.edit-products-wrap.favourite_main_section .form-control[readonly] {
  background-color: #f7f7f7;
}

.edit-products-wrap.favourite_main_section .input-fields .dates-container .form-control {
  color: #8FB3BB;
  text-align: center;
}

.favourite_main_section .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 1px 2px;
}

.favourite_main_section .select2-container--default .select2-selection--multiple {
  padding-bottom: 0;
  border-color: #aaa;
}

.favourite_main_section .product-count .counter button {
  background: none;
  font-size: 19px;
}

.favourite_main_section .select2-container .select2-selection--multiple {
  min-height: 29px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

/*...........edit-products-wrap............*/
.text-right.hint_bookmarks.mb-3 {
  display: flex;
  justify-content: flex-end;
}

#theme-motiv-plus {
  font-weight: 700;
  font-size: 20px;
  margin-left: 5px;
  line-height: 1;
  margin-bottom: 2px;
}

.edit-products-wrap {
  padding: 50px 0;
}

.edit-products-wrap .edits-wrapper .global-btn {
  font-size: 16px;
  padding: 4px 14px 3px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.btn.global-btn.style2.download_favourites_by_store {
  background-color: white;
}

.global-accordion .card {
  border: 0;
  background: #F4F4F4;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
}

.global-accordion .card-header {
  border: 0;
  padding: 0;
  background: none;
  padding: 7px 30px;
}

.global-accordion .card-header .card-link {
  display: inline-block;
  color: #474747;
  font-size: 18px;
  padding-left: 25px;
  position: relative;
}

.global-accordion .card-header .card-link::before {
  content: "";
  width: 13px;
  height: 10px;
  background: url(/images/select2-arrow.png?29438d40d3a2b6173737f09a5083e65e) center center no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

.global-accordion .card-header .card-link.active::before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.global-accordion .card-body {
  padding: 10px 15px;
}

.delete-item-square-button.global-btn {
  background-color: #fc1794;
  margin-left: 5px;
  z-index: 1000;
}

.checkmark-wrapper {
  position: absolute;
  top: 0px;
  left: 20px;
}

.edit-products-wrap .input-fields .form-control {
  border: 0;
  height: auto;
  color: #67ADA1;
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.edit-products-wrap .input-fields {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  flex-wrap: wrap;
}

.edit-products-wrap .input-fields span {
  display: inline-block;
}

.edit-products-wrap .input-fields .count {
  color: #979797;
  margin-left: 4px;
  margin-right: -2px;
}

.edit-products-wrap .input-fields .daterange-single2,
.edit-products-wrap .input-fields .daterange-single2-fb-theme,
.edit-products-wrap .input-fields .daterange-single2add {
  width: 100px;
}

.edit-products-wrap .form-control:disabled,
.edit-products-wrap .form-control[readonly] {
  background-color: #f0f0f0;
  pointer-events: none;
}

.edit-products-wrap .edit-button,
.edit-products-wrap .delete-button {
  padding: 0;
  line-height: 1rem;
  font-size: 29px;
  color: #8FB3BB;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

#placeholder-delete-wrapper {
  display: flex;
}

#delete-button-placeholder {
  width: 110px;
  height: 1px;
}

button.btn.remove-motive-button.delete-button {
  margin: 0 14px 0;
}

.edit-products-wrap .edit-button .save, .edit-products-wrap .delete-button .save {
  font-size: 16px;
  display: none;
}

.new_motive_save_delete {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}

.delete_new_motive_button {
  order: 1;
  margin: 0;
}

.edit-products-wrap .card-header {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.products-favourites-container .favourites-item-box {
  width: 100%;
  padding: 10px;
  position: relative;
}

form.favourite-theme-product-container,
.fundus-blade-product-container {
  max-width: 33%;
}

.products-favourites-container .favourites-item-box img {
  height: auto;
  max-width: none;
}

.edit-products-wrap .products-favourites-container .favourites-item-box .product-img {
  padding: 0;
}

.products-favourites-img {
  height: 200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  border-radius: 4px;
}

.products-favourites-detail {
  display: flex;
  flex-direction: column;
}

.products-favourites-container .favourites-item-box .title-year {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.products-favourites-container .favourites-item-box .title-year .year {
  font-size: 10px;
  line-height: 1.4;
}

.edit-products-wrap .products-favourites-container .favourites-item-box .title-year {
  flex: 1;
}

.products-favourites-container .favourites-item-box .status {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #8fb3bb;
  margin-right: 5px;
}

.products-favourites-container .favourites-item-box .status-count {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  line-height: 1;
  margin: auto 5px;
  font-size: 17px;
}

.counterAndCount {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.edit-products-wrap .products-favourites-container .product-count {
  min-width: 110px;
}

.edit-products-wrap .products-favourites-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.edit-products-wrap .products-favourites-container::before {
  display: none;
}

.edit-products-wrap .products-favourites-container .select2-container .select2-selection--single,
.edit-products-wrap .products-favourites-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
}

.edit-products-wrap .products-favourites-container .select2-container .select2-selection--single {
  border: 1px solid #cbcbcb;
}

.edit-products-wrap .products-favourites-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}

.prop-store .product-count .counter {
  min-width: 120px;
  justify-content: space-around;
  padding: 0 5px;
}

.prop-store .product-count .counter button {
  background: none;
}

.prop-store .funds-wrapper .product-dls-wrap .select-count {
  justify-content: flex-end;
}

.prop-store .funds-wrapper .add-fundus-form .product-count {
  margin-bottom: 12px;
}

.prop-store .funds-list .funds-wrapper .funds-name {
  align-items: center;
  background: #F7F7F7;
  border-radius: 3px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 0px;
}

.prop-store .funds-list .funds-wrapper .funds-name::before {
  content: "";
  width: 13px;
  height: 10px;
  background: url(/images/select2-arrow.png?29438d40d3a2b6173737f09a5083e65e) center center no-repeat;
  position: absolute;
  left: 28px;
  top: 17px;
  transform: rotate(-90deg);
  z-index: 1;
}

.prop-store .funds-list .funds-wrapper .funds-name .name {
  padding-left: 50px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  flex: 1;
}

.prop-store .funds-list .funds-wrapper .funds-name.open::before {
  transform: rotate(240deg);
}

.funds-list .funds-wrapper .remove-list {
  color: #8FB3BB;
  font-size: 14px;
}

#storeMail {
  color: #8FB3BB;
}

#spotted_fundus_mail_header {
  margin-bottom: 0;
}

#fundus_name_placeholder {
  font-weight: 500;
}

.nameAndSpottedLabelFundus {
  display: flex;
  margin-bottom: 5px;
}

.funds-name .is_spotted_icon-container {
  display: none;
  font-weight: 500;
  margin-top: -1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.funds-wrapper .funds-name .name .is_spotted_icon-container p {
  color: white;
  line-height: 19px;
  font-size: 12px;
  text-shadow: 0 0 BLACK;
}

.spottedIconContainerFundusFavourites {
  display: none;
}

/*.............favourite-fundus.................*/
.favourite-funds {
  padding: 50px 0;
}

.funds-list .funds-wrapper {
  margin-bottom: 10px;
}

.delete_new_motive_button {
  order: 2;
  margin: 0;
}

.funds-list .funds-wrapper .funds-name {
  background: #F4F4F4;
  padding: 10px 30px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
  flex-wrap: wrap;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.funds-wrapper .funds-name .name h6 {
  font-size: 16px;
  color: #8FB3BB;
  margin-bottom: 0;
}

.funds-wrapper .funds-name .name h6 a {
  color: #8FB3BB;
}

.funds-wrapper .check_container {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.funds-wrapper .check_container .checkmark {
  display: block;
  position: static;
}

.funds-wrapper .funds-name .name p {
  margin: 0;
  color: #474747;
  font-size: 14px;
  font-weight: 500;
}

.funds-wrapper .btns {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-end;
}

.funds-wrapper .btns .global-btn {
  margin-left: 5px;
  font-size: 12px;
  padding: 3px 14px;
  line-height: 1;
}

.funds-wrapper .funds-detail-ac .card {
  background: #ffffff;
  padding: 8px 30px;
  border-radius: 3px;
  border: 0;
  margin-bottom: 10px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
}

.edit-products-wrap .funds-wrapper .funds-detail-ac .card .card-header {
  border: 0;
  padding: 0;
  background: none;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}

.funds-wrapper .funds-detail-ac .card .card-link {
  color: #474747;
  font-size: 18px;
  padding-left: 25px;
  position: relative;
}

.funds-wrapper .funds-detail-ac .card .card-link::before {
  content: "";
  width: 13px;
  height: 10px;
  background: url(/images/select2-arrow.png?29438d40d3a2b6173737f09a5083e65e) center center no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
  transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
}

.funds-wrapper .funds-detail-ac .card .card-link.active::before,
.funds-wrapper .funds-detail-ac .card .card-link[aria-expanded=true]::before {
  transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
}

.funds-wrapper .funds-detail-ac .card .card-link span {
  color: #979797;
  margin-left: 10px;
}

.funds-wrapper .funds-detail-ac .card .card-link span.motiv-after-dates {
  color: #474747;
}

.funds-wrapper .funds-detail-ac .card .card-link .tage {
  color: #67ADA1;
  display: block;
  text-align: right;
}

.funds-wrapper .funds-detail-ac .card .card-link .date-tage {
  padding-right: 5px;
}

.funds-wrapper .funds-detail-ac .card .card-link .favourite-name {
  padding-left: 5px;
}

.funds-wrapper .funds-detail-ac .card .card-link .date {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.funds-wrapper .funds-detail-ac .card .checkmark {
  border: 0;
  z-index: 99;
  position: relative;
  background-color: white;
}

.funds-wrapper .funds-detail-ac .card-body {
  padding: 20px 0 0;
}

.funds-wrapper .product-wrap {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}

.funds-wrapper .product-wrap .product-img img {
  width: 100%;
}

.funds-wrapper .product-dls-wrap .product-dls {
  margin-top: 23px;
}

.funds-wrapper .product-dls-wrap .select-count {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.funds-wrapper .product-dls-wrap .product-count {
  margin-left: 5px;
}

.funds-wrapper .product-dls-wrap .product-name h5 {
  font-size: 18px;
  font-weight: 400;
}

.funds-wrapper .product-dls-wrap .product-name p {
  color: #000000;
  font-size: 12px;
}

.funds-wrapper .product-dls-wrap .dls-left,
.funds-wrapper .product-dls-wrap .dls-right {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

#favourite-theme .select2-container--default .select2-search--inline .select2-search__field,
#favourite_funds .select2-container--default .select2-search--inline .select2-search__field {
  display: none;
}

#favourite-theme .select2-container .select2-selection--multiple .select2-selection__rendered,
#favourite_funds .select2-container .select2-selection--multiple .select2-selection__rendered {
  margin-bottom: 0;
}

#favourite_funds .product-count .counter {
  padding: 3px 10px;
}

.edit-products-wrap .products-favourites-container .favourites-item-box .update-btn button,
#favourite_funds .update-btn button {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 2px;
  margin: 0;
  margin-top: 4px;
}

#favourite_funds .products-favourites-container .favourites-item-box .title-year {
  flex: 1;
}

.edit-products-wrap .dates-container {
  border-right: 1px solid #674c47;
  padding-right: 10px;
  margin-right: 10px;
}

.edit-products-wrap .dates-container .dates-wrapper {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.edit-products-wrap .dates-container .remove-add-btn {
  border: 0;
  background: #8FB3BB;
  color: #ffffff;
  padding: 0 5px;
  line-height: 0.8;
  border-radius: 100%;
  outline: none;
  display: none;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-left: 4px;
}

.edit-products-wrap .edit-mode .dates-container .remove-add-btn {
  display: block;
}

.edit-products-wrap .dates-container .wrapper {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.edit-products-wrap .fundus-dates-container {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap-reverse;
}

.edit-products-wrap .fundus-dates-wrap {
  border-right: 1px solid #474747;
  padding-right: 10px;
  margin-right: 10px;
  min-width: 220px;
}

.edit-products-wrap.favourite_main_section .products-favourites-container .favourites-item-box .product-detail {
  align-items: flex-start;
}

#favourite-theme.edit-products-wrap .name-count {
  display: flex;
  align-items: flex-start;
}

.favourite-funds.prop-store .funds-wrapper .product-wrap {
  padding: 10px 0 10px 0;
  margin-left: 25px;
  margin-right: 18px;
  margin-bottom: 0;
  border-top: 1px solid #D7D7D7;
}

.favourite-funds.prop-store .funds-wrapper .product-wrap > .row {
  margin: 0 -10px;
}

.favourite-funds.prop-store .funds-wrapper .product-wrap > .row > .col-sm-2,
.favourite-funds.prop-store .funds-wrapper .product-wrap > .row > .col-sm-10 {
  padding: 0 10px;
}

.favourite-funds.prop-store .add-fundus-form .product-dls-wrap {
  padding-top: 0;
}

.favourite_main_section.edit-products-wrap .group-theme-button {
  display: none;
}

.favourite_main_section.edit-products-wrap .edit-mode .group-theme-button {
  display: block !important;
  margin-top: -2px;
  z-index: 11;
}

#favourite-theme.favourite_main_section .global-accordion .card {
  background: #ffffff;
}

#favourite-theme.favourite_main_section .global-accordion .card.card-add-template,
#favourite-theme.favourite_main_section .card.card-add-template .input-fields .form-control {
  background: #F7F7F7;
}

#favourite-theme.favourite_main_section .input-fields .form-control {
  background: #ffffff;
}

.shooting-period-date .card.active .fundus-dates .start_date .form-control.inputbgColor,
.shooting-period-date .card.active .fundus-dates .end_date .form-control.inputbgColor {
  background: #ffffff !important;
}

.shooting-period-date .fundus-dates .start_date .form-control,
.shooting-period-date .fundus-dates .end_date .form-control {
  border: 1px solid transparent;
  height: 22px;
  width: 110px;
  min-width: 50px;
  color: #8FB3BB;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  background: #ffffff;
  font-weight: 400;
  text-align: center;
}

.shooting-period-date .card.active .fundus-dates .start_date .form-control,
.shooting-period-date .card.active .fundus-dates .end_date .form-control,
.send-message-favoriten-fundus .shooting-period-date .fundus-dates .start_date .form-control,
.send-message-favoriten-fundus .shooting-period-date .fundus-dates .end_date .form-control {
  font-size: 16px;
  border: 1px solid #979797;
  min-width: 114px;
}

/* ----------------Add border to input fields when favourites by set cards are opened-------*/
.card.edit-mode .input-fields .end_date,
.card.edit-mode .input-fields .start_date {
  font-size: 16px;
  border: 1px solid #979797;
  text-align: center;
  height: 22px;
}

.card.edit-mode .input-fields .edit-funds-name {
  font-size: 16px;
  border: 1px solid #979797;
  text-align: left;
  height: 22px;
  padding-left: 10px;
}

.edit-products-wrap .input-fields .edit-funds-name {
  margin-top: 2px;
  color: #474747;
  text-align: left;
  padding-left: 3px;
  text-align: left;
}

/*---------------Prevent MERKLISTE from getting a border---------------------*/
.card.edit-mode.card-add-template .input-fields .edit-funds-name {
  padding-left: 5px;
  font-size: 16px;
  border: none;
}

/*--------------------------END-----------------------------------------------*/
.shooting-period-date .fundus-dates-wrap .fundus-dates {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 3px;
  position: relative;
}

.shooting-period-date .fundus-dates-wrap .period-date {
  line-height: 15px;
  background: #f9f9f9;
  padding: 4px 7px;
  margin: 0 6px 0 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  color: #979797;
  min-width: 160px;
  text-align: center;
  border: 1px solid transparent;
}

.shooting-period-date .fundus-dates-wrap .period-date.period-color {
  border: 1px solid #FC1794;
  color: #FC1794;
  position: relative;
}

.shooting-period-date .fundus-dates-wrap .period-date.period-color:after {
  content: "Diesen Drehzeitraum hast du verändert. Passe wenn nötig Abhol- und Rückgabedaten an.";
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  line-height: 16px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
  min-width: 250px;
  padding: 10px;
  border-radius: 6px;
  top: -3px;
  left: 103%;
  display: none;
}

.shooting-period-date .fundus-dates-wrap .period-date.period-color:hover:after {
  display: block;
}

.shooting-period-date .fundus-dates-wrap .fundus-dates .start_date {
  min-width: 96px;
}

.shooting-period-date .fundus-dates-wrap .edit-button {
  font-size: 20px;
  height: 25px;
  width: 22px;
  text-align: left;
}

.global-modal.send-message-favoriten-fundus .modal-content h4 {
  color: #8FB3BB;
  font-weight: 400;
}

.fundus-message-text {
  width: 100%;
  border: 1px solid #979797;
  border-radius: 4px;
  height: 90px;
  outline: none;
  padding: 10px;
}

.global-modal.send-message-favoriten-fundus .modal-content .message-bx-inner {
  background: #f0f0f0;
  min-height: 40px;
  width: 90%;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 4px 10px;
}

.global-modal.send-message-favoriten-fundus .modal-content .message-bx-inner p {
  color: #474747;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.global-modal.send-message-favoriten-fundus .modal-content .message-bx-inner p.message-date {
  text-align: right;
  font-size: 12px;
}

.global-modal.send-message-favoriten-fundus .modal-content .message_bx2 .message-bx-inner p {
  color: #fff;
}

.global-modal.send-message-favoriten-fundus .modal-content .message_bx2 .message-bx-inner {
  background: #8fb3bb;
}

.global-modal.send-message-favoriten-fundus textarea.form-control {
  border: 1px solid #979797;
  border-radius: 4px;
  background: #fff;
}

.shooting-period-date .fundus-dates .start_date .form-control::-moz-placeholder, .shooting-period-date .fundus-dates .end_date .form-control::-moz-placeholder {
  color: #8FB3BB;
  opacity: 1;
}

.shooting-period-date .fundus-dates .start_date .form-control::placeholder,
.shooting-period-date .fundus-dates .end_date .form-control::placeholder {
  color: #8FB3BB;
  opacity: 1;
}

.shooting-period-date .fundus-dates .start_date .form-control:-ms-input-placeholder,
.shooting-period-date .fundus-dates .end_date .form-control:-ms-input-placeholder {
  color: #8FB3BB;
}

.shooting-period-date .fundus-dates .start_date .form-control::-ms-input-placeholder,
.shooting-period-date .fundus-dates .end_date .form-control::-ms-input-placeholder {
  color: #8FB3BB;
}

.fundus-dates-desc {
  font-size: 12px;
  color: #8FB3BB;
  margin-top: 0px;
  opacity: 0;
}

.fundus-dates-desc.active {
  opacity: 1;
  display: flex !important;
}

.shooting-period-date .fundus-dates-desc .start-date-txt {
  min-width: 107px;
}

.shooting-period-date .fundus-dates-desc .end-date-txt {
  text-align: right;
  min-width: 104px;
}

.shooting-period-date .fundus-dates-desc .period-date-txt {
  min-width: 188px;
  text-align: center;
  color: #979797;
}

.send-message-favoriten-fundus .shooting-period-date h5 {
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #979797;
  padding-bottom: 4px;
}

.send-message-favoriten-fundus .dategroup {
  margin-bottom: 24px;
}

.message-fundus-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-fundus-btn .global-btn {
  padding: 4px 14px 3px;
}

.global-modal.welcome .modal-content .message-fundus-btn button {
  margin-top: 0;
  max-width: 150px;
  min-width: 135px;
}

.message-fundus-btn .checkbox-option-style label {
  margin-bottom: 0;
  font-size: 12px;
  color: #000;
}

.message-fundus-btn {
  display: block;
}

.message-fundus-btn .btngroup2 {
  text-align: right;
  margin-left: auto;
}

.message-fundus-btn .checkbox-option-style {
  margin-bottom: 20px;
}

.modal-body.shooting-period-date .btn.global-btn.style2.cancel_send_request_to_store_popup,
.modal-body.shooting-period-date .btn.global-btn.send_message_to_fundus {
  width: 150px;
  margin-top: 0;
}

.edit-products-wrap.favourite_main_section .input-fields .name-count .form-control.edit-funds-name-first {
  font-weight: 500;
  text-transform: uppercase;
  color: #8FB3BB;
  width: 100px !important;
}

.shooting-period-date .fundus-dates-wrap .fundus-dates .zmdi {
  width: 16px;
  height: 16px;
  background: #8fb3bb;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 4px;
  margin-left: 10px;
}

.favourite-funds-children-header {
  display: flex;
  flex: 1;
  justify-content: space-between;
  position: relative;
}

.shooting-period-date .fundus-dates-wrap .fundus-dates.deactivated-dates .form-control, .shooting-period-date .fundus-dates-wrap .fundus-dates.deactivated-dates .period-date {
  opacity: 0.4;
  text-decoration: line-through;
}

.shooting-period-date .fundus-dates-wrap .fundus-dates.deactivated-dates .period-date {
  border: 1px solid transparent;
  color: #979797;
}

.shooting-period-date .fundus-dates-wrap .fundus-dates.deactivated-dates {
  position: relative;
}

.shooting-period-date .fundus-dates-wrap .fundus-dates.deactivated-dates:after {
  content: "";
  width: 90%;
  height: 23px;
  background: transparent;
  z-index: 9;
  position: absolute;
}

.shooting-period-date .fundus-dates-wrap .fundus-dates .spinner-border {
  width: 10px;
  height: 10px;
  border: 1px solid #686868;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: -11px;
}

.fundus-dates-errormsg {
  font-size: 12px;
}

.shooting-period-date .fundus-dates-wrap .fundus-dates.deactivated-dates .form-control,
.shooting-period-date .fundus-dates-wrap .fundus-dates .form-control.inputbgColor {
  background: #f0f0f0 !important;
  text-align: center;
}

.shooting-period-date .favourite-funds-children-dates .funds-name-none-edit {
  color: #474747;
}

.shooting-period-date .favourite-funds-children-dates .funds-name-none-edit span {
  color: #979797;
}

#favourite_funds .funds-wrapper .check_container {
  margin-left: 8px;
  z-index: 12;
}

#favourite-theme.favourite_main_section .global-accordion .card.card-add-template .products-favourites-container .favourites-item-box .product-detail {
  background: transparent;
}

.shooting-period-date .favourite-funds-children-header .clickdate_booking,
#favourite-theme .card .card-header .clickdate_booking {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

.funds-wrapper .funds-detail-ac.shooting-period-date .card.active .fundus-dates-container .fundus-dates-wrap {
  position: relative;
  z-index: 11;
}

#favourite_funds .funds-list .funds-wrapper.shop-space {
  margin-top: 30px;
}

#favourite_funds .funds-list .funds-wrapper.shop-space:nth-child(1) {
  margin-top: 0px;
}

#favourite-theme .card.edit-mode .card-header .card-link.active {
  z-index: 11;
}

.motive-children-header {
  display: flex;
  flex: 1;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.edit-mode .motive-children-header .motive-children-header-left {
  z-index: 11;
  position: relative;
}

@media (max-width: 1200px) {
  .shooting-period-date .favourite-funds-children-dates .funds-name-none-edit {
    margin-bottom: 5px;
    margin-right: 47px;
  }
}
@media (max-width: 992px) {
  /*-------Theme Blade ----------*/
  form.favourite-theme-product-container,
  .fundus-blade-product-container {
    max-width: 50%;
  }
  #favourite-theme.edit-products-wrap .input-fields {
    display: flex;
    flex-direction: column-reverse;
  }
  #favourite-theme.edit-products-wrap .dates-container {
    margin: 2px 0 0 0;
    padding: 0;
    border: 0;
  }
  #favourite_funds.edit-products-wrap .fundus-dates-wrap {
    border: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------FavouriteBySet blade --------------------------*/
  .global-accordion .card-body {
    padding: 10px 0px;
  }
  #favourite-theme .global-accordion .card-header {
    padding: 7px 15px;
    display: block;
  }
  #favourite-theme .global-accordion .card-header .group-theme-button a {
    margin-right: -4.5px !important;
  }
  .funds-list .funds-wrapper .funds-name {
    padding: 15px;
    display: block;
    position: relative;
  }
  .favourite_main_section .check_container.parent_favourite_check_container {
    margin-left: 8px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  #favourite-theme.edit-products-wrap .input-fields .form-control {
    font-size: 16px;
  }
  #favourite-theme.edit-products-wrap .input-fields span {
    font-size: 16px;
  }
  .delete_new_motive_button {
    margin: 0 2px 0 10px;
  }
  #favourite-theme .global-accordion .card-header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .favourite_main_section .check_container.motive_check_container {
    display: block;
    margin-top: 15px;
    position: static;
  }
  #favourite-theme.favourite_main_section .global-accordion .card-header .card-link::before {
    top: 5px;
  }
  .favourite_main_section .products-favourites-container .favourites-item-box .product-detail,
  #favourite-theme.favourite_main_section .products-favourites-container .favourites-item-box, #favourite_funds.favourite_main_section .products-favourites-container .favourites-item-box {
    background: transparent;
  }
  button.btn.remove-motive-button.delete-button {
    margin: 0;
  }
  /*--------------------------------END FavouriteBySet blade --------------------------*/
  .shooting-period-date .fundus-dates-wrap .fundus-dates {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
    min-width: auto;
  }
  .shooting-period-date .fundus-dates-wrap .period-date {
    margin: 0 4px;
    min-width: 160px;
    padding: 4px 2px;
  }
  .shooting-period-date .fundus-dates .start_date .form-control, .shooting-period-date .fundus-dates .end_date .form-control,
  .send-message-favoriten-fundus .shooting-period-date .fundus-dates .start_date .form-control,
  .send-message-favoriten-fundus .shooting-period-date .fundus-dates .end_date .form-control {
    width: 100%;
    text-align: center;
  }
  .shooting-period-date .fundus-dates-desc .end-date-txt {
    min-width: 24%;
  }
  .shooting-period-date .fundus-dates-desc .start-date-txt {
    min-width: 26%;
  }
  .funds-wrapper .funds-detail-ac.shooting-period-date .card .card-link {
    padding-right: 0;
  }
  .shooting-period-date .fundus-dates-wrap .fundus-dates .start_date, .shooting-period-date .fundus-dates-wrap .fundus-dates .end_date {
    min-width: 70px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
  }
  .shooting-period-date .favourite-funds-children-dates .fundus-dates-container {
    flex-direction: column-reverse;
  }
  .shooting-period-date .info-message .info_icon {
    right: 25px;
    top: 14px;
  }
  .shooting-period-date .toggle_button {
    width: 0px;
    flex: 0 0 30px;
  }
  .funds-wrapper .funds-detail-ac.shooting-period-date .card .card-link {
    padding-left: 20px;
  }
  .shooting-period-date .fundus-dates-wrap .period-date.period-color:after {
    top: 103%;
    left: 0;
  }
  .global-modal.send-message-favoriten-fundus .modal-content {
    padding: 0;
  }
  .funds-wrapper .shooting-period-date.funds-detail-ac .card .card-link::before {
    top: 5px;
  }
  .favourite-funds-children-header .favourite-funds-children-header-left {
    position: relative;
  }
  .favourite-funds-children-header .checkbox.info-message {
    position: absolute;
    top: -13px;
    right: 0;
  }
  .favourite-funds-children-header .checkbox.info-message .check_container {
    right: 0;
  }
  #favourite-theme.edit-products-wrap .name-count .edit-funds-name {
    padding: 0 0 0 5px;
  }
  .edit-products-wrap .fundus-dates-wrap {
    border: 0;
  }
}
@media (min-width: 576.01px) and (max-width: 767px) {
  .motive-children-header {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .funds-wrapper .funds-detail-ac .card {
    padding: 15px;
  }
  .funds-wrapper .btns {
    margin-top: 15px;
  }
  .funds-wrapper .btns .global-btn {
    width: 100%;
  }
  .funds-wrapper .check_container {
    position: absolute;
    right: 10px;
    z-index: 99;
  }
  form.favourite-theme-product-container,
  .fundus-blade-product-container {
    width: 100%;
    max-width: 100%;
  }
  .favourite_main_section.edit-products-wrap .edit-mode .group-theme-button {
    right: 20px;
    flex-basis: 252px;
    display: flex !important;
    justify-content: flex-start;
    margin: 5px 0 0 24px;
    position: absolute;
    top: 19px;
  }
  .new_motive_save_delete {
    flex-basis: 250px;
    justify-content: flex-start;
  }
  .delete_new_motive_button {
    order: 5;
    margin: 0 7px 0 23px;
  }
  .apply_motive_button {
    order: 6;
  }
  .edit-products-wrap .edit-button .save, .edit-products-wrap .delete-button .save {
    margin-left: 23px;
  }
  .shooting-period-date .fundus-dates-wrap .period-date {
    order: 1;
    min-width: 83%;
    margin: 5px 0 2px 0;
    display: none;
  }
  .send-message-favoriten-fundus-body .fundus-dates-wrap .period-date {
    display: block !important;
    width: 100%;
  }
  .shooting-period-date .fundus-dates-wrap .fundus-dates {
    flex-wrap: wrap;
  }
  .shooting-period-date .fundus-dates-wrap .fundus-dates .start_date,
  .shooting-period-date .fundus-dates-wrap .fundus-dates .end_date {
    order: 4;
    width: 41%;
    margin-right: 1%;
  }
  .send-message-favoriten-fundus-body .fundus-dates-wrap .fundus-dates .start_date,
  .send-message-favoriten-fundus-body .fundus-dates-wrap .fundus-dates .end_date {
    order: 4;
    width: 49%;
    margin-right: 1%;
  }
  .shooting-period-date .toggle_button {
    order: 6;
    flex: 0;
    width: 35px;
  }
  .shooting-period-date .card.active .fundus-dates .start_date .form-control,
  .shooting-period-date .card.active .fundus-dates .end_date .form-control,
  .send-message-favoriten-fundus .shooting-period-date .fundus-dates .start_date .form-control,
  .send-message-favoriten-fundus .shooting-period-date .fundus-dates .end_date .form-control {
    min-width: 0;
  }
  .shooting-period-date .fundus-dates-desc .period-date-txt {
    min-width: 31%;
  }
  .delete_new_motive_button {
    position: absolute;
    right: 25px;
  }
}
@media (max-width: 360px) {
  .funds-wrapper .btns {
    display: block;
  }
  .favourite_main_section.edit-products-wrap .edit-mode .group-theme-button {
    position: static;
  }
  .delete_new_motive_button {
    position: static;
  }
  .edit-products-wrap .edit-button .save, .edit-products-wrap .delete-button .save {
    margin-left: 0;
  }
  .modal-body.shooting-period-date .btn.global-btn.style2.cancel_send_request_to_store_popup,
  .modal-body.shooting-period-date .btn.global-btn.send_message_to_fundus {
    width: 100%;
    margin-bottom: 5px;
  }
  .global-modal.welcome .modal-content .message-fundus-btn .send_request_to_store,
  .global-modal.welcome .modal-content .message-fundus-btn .cancel_send_message_to_fundus {
    min-width: 100%;
    margin-bottom: 3px;
    max-width: 0;
  }
  #favourite_funds.edit-products-wrap .fundus-dates-wrap {
    padding-right: 0;
  }
}
