/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto-thin";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
#offer-window .header {
  /*        width: calc(100% - 40px);
          margin: 20px;
          heigth: 60px;*/
  background-color: #f7f7f7;
  border-bottom: 1px solid #cccccc;
  height: 63px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#offer-window .header .titel {
  font-size: 14px;
  position: relative;
  background: #ffffff;
  height: 63px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  top: 0px;
  padding: 20px 15px;
  width: auto;
  display: inline-block;
  margin-left: 5%;
}
#offer-window .header .close-button {
  position: absolute;
  cursor: pointer;
  width: 63px;
  height: 63px;
  right: 0px;
  top: 0px;
  background: url(/offer-window/media/images/img_close-black.png) no-repeat scroll center center #e8e4e4;
  border: 1px solid #ccc;
}

#offer-window {
  /*    font-family: $roboto-regular;*/
  font-family: Helvetica, Arial, sans-serif;
}
#offer-window .header .close-button {
  border: none !important;
  border-left: 1px solid #cccccc !important;
  border-bottom: 1px solid #ccc !important;
}
#offer-window .content {
  width: calc(100% - 40px);
  margin: 60px 20px 20px;
  height: 400px;
}
#offer-window .content .description {
  font-size: 14px;
  line-height: 20px;
}
#offer-window .content .form {
  margin: 20px 0;
}
#offer-window .content .form input[type=text] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  background: #f5f3f7;
  background-image: url(../media/images/search_1.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
}
#offer-window .content .no-offers-found {
  position: absolute;
  transition: display 0.1s ease-out;
}
#offer-window .content .offers-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 316px);
}
@media screen and (min-width: 768px) {
  #offer-window .content .offers-list {
    height: 306px;
  }
}
#offer-window .content .offers-list .film-item {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}
#offer-window .content .offers-list .film-item:hover {
  background: #f8f8f8;
}
#offer-window .content .offers-list .film-item:hover.offer-not-available {
  background-color: #f5f3f7;
}
#offer-window .content .offers-list .film-item.offer-not-available {
  background-color: #f7f7f7;
}
#offer-window .content .offers-list .film-item .image-container {
  width: auto;
  min-height: 92px;
  position: relative;
  margin-right: 25px;
  min-width: 140px;
  cursor: pointer;
  background: #f7f7f7;
}
#offer-window .content .offers-list .film-item .image-container img {
  width: 140px;
  height: 92px;
}
#offer-window .content .offers-list .film-item span.film6-button-icon {
  position: absolute;
  right: 0;
  background-color: #fff;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  /*                    background-image: url(../images/icon_edit_item.svg) !important;
                      background-size: 13px !important;
                      background-color: white !important;
                      background-position: center;*/
}
#offer-window .content .offers-list .film-item span.film6-button-icon img {
  width: auto;
  height: auto;
}
#offer-window .content .offers-list .film-item .offer-not-available-info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  position: absolute;
  top: 75px;
  background: rgba(0, 0, 0, 0.6901960784);
  width: 100%;
  padding-left: 5px;
}
#offer-window .content .offers-list .film-item .offer-not-available-info .offer-not-available-dot {
  width: 13px;
  height: 13px;
  background-color: red;
  border: 1px solid #61010d !important;
  position: relative;
  display: inline-block;
  border-radius: 13px;
}
#offer-window .content .offers-list .film-item .offer-not-available-info .offer-not-available-text {
  display: inline-block;
  padding-left: 7px;
  font-size: 12px;
  color: #FFFFFF;
  overflow: hidden;
  height: 17px;
}
#offer-window .content .offers-list .desc-container {
  width: 65%;
  cursor: pointer;
}
#offer-window .content .offers-list .desc-container h3.title {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 6px;
}
#offer-window .content .offers-list .desc-container .Title {
  font-weight: 600;
  font-size: 14px;
  padding-top: 10px;
}
#offer-window .content .offers-list .desc-container p {
  font-size: 14px;
  color: #868181;
  margin: 0;
}
#offer-window .content .offers-list .desc-container span.film-duration {
  color: black;
}
#offer-window .content .offers-list button.film-add-button {
  cursor: pointer;
  width: 11%;
  height: auto;
  /*                background-repeat: no-repeat;
                  background-image: url(/profile/media/images/icon_arrow.svg);
                  background-color: transparent;
                  background-position: center center;*/
  transform: rotate(90deg);
  opacity: 0.5;
  border: 0;
}
#offer-window button.film6-button {
  cursor: pointer;
  position: absolute;
  right: 50px;
  bottom: 30px;
  color: #000;
  background: #333;
  padding: 10px 95px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}
#offer-window .no-films-found {
  display: none;
  font-size: 14px;
}

div#offer-window {
  width: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10001;
  height: 100%;
  padding: 30px;
  color: #000;
  /*
      .content .offers-list {
          height: 360px;
          margin-bottom: 20px;
      }*/
}
div#offer-window .buttons-bottom-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
div#offer-window .buttons-bottom-wrapper .btn-black,
div#offer-window .buttons-bottom-wrapper .btn-white {
  padding: 10px 60px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: Helvetica, Arial, sans-serif;
  background: #fff;
  border: 1px #000 solid;
}
div#offer-window .buttons-bottom-wrapper .btn-black:hover,
div#offer-window .buttons-bottom-wrapper .btn-white:hover {
  background: #848282;
}
div#offer-window .buttons-bottom-wrapper .btn-black {
  background: #404040;
  border: 1px solid #404040;
  color: #fff;
}
div#offer-window div#offer-window {
  margin-top: 0;
}
div#offer-window .header .titel {
  margin-left: 7.3%;
}
div#offer-window .content {
  width: calc(100% - 80px);
  margin: 60px auto 20px;
  height: 400px;
  border-left: 0px solid #d4d4c7;
  border-right: 0px solid #d4d4c7;
}
div#offer-window button.offer6-button {
  display: none;
}
div#offer-window .content .form input[type=text] {
  outline: none;
}
div#offer-window .content .offers-list .film-item button.film-add-button {
  background-position: 28% 17%;
}

div#offer-window-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0.75;
}

body.show-editor div#offer-window {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  div#offer-window {
    max-width: 930px;
    height: 600px;
    position: absolute;
  }
}

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