/* nav */

.blocker {
  z-index: 100;
}

.main-content {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

nav.mypage .mypage-nav-header {
  position: relative;
}
.c.navigation.main .nav-menu .logo img {
  width: auto;
  height: 2.5rem;
}
nav .other-buttons {
  position: absolute;
  top: 7px;
  right: 0;
}

nav .other-buttons .o.button {
  border-color: #d00 !important;
  background: #d00 !important;
  color: #fff !important;
}

@media screen and (max-width: 64em) {
  .c.navigation.main .nav-menu .logo img {
    width: auto;
    height: 1.5rem;
  }

  nav .other-buttons {
    width: 100%;
    top: 56px;
  }

  nav .other-buttons .o.button {
    width: 100%;
  }
}

/* -------common--------- */

.swiper-pagination {
  position: relative;
}

.swiper-pagination span {
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: rgb(221, 0, 0);
}

.slbCloseBtn {
  animation: none !important;
  font-size: 2em !important;
  line-height: 2.8rem !important;
  position: absolute !important;
  right: 0 !important;
  top: -5px !important;
  color: #555 !important;
  text-align: center !important;
}

.c.search.bar .search-bar-suggestions ul {
  padding: 0 !important;
  text-align: left;
}
.c.search.bar .search-bar-suggestions ul li {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.c.navigation.meta .meta-links .my-messe .my-messe-dropdown-button a {
  padding: 5px 16px;
}

body.messe-theme-dark .c.navigation.main.module-theme-400 .hc.sub-item {
  height: 95px;
  align-items: center;
}

body.messe-theme-dark .c.navigation.main.module-theme-400 .hc.sub-item .sub-item-label {
  line-height: 95px !important;
  display: inline-block;
  text-align: center;
}

body.messe-theme-dark .c.navigation.main.module-theme-400 .hc.sub-item {
  width: calc(90% / 3 - 4px);
}

.c.navigation.main .inner-container.grid-container {
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}

.c.navigation.flyout.is-open {
  padding-top: 1.5rem;
}

.c.navigation.flyout .grid-container {
  padding-bottom: 1.5rem;
}

.c.navigation.flyout > .grid-x {
  justify-content: center;
}

h1.big-logo {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}

a.close {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBzdHlsZT0iZmlsbDogI2JlYmViZTsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTM4IDEyLjgzbC0yLjgzLTIuODMtMTEuMTcgMTEuMTctMTEuMTctMTEuMTctMi44MyAyLjgzIDExLjE3IDExLjE3LTExLjE3IDExLjE3IDIuODMgMi44MyAxMS4xNy0xMS4xNyAxMS4xNyAxMS4xNyAyLjgzLTIuODMtMTEuMTctMTEuMTd6IiAvPg0KICAgIDxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIgLz4NCjwvc3ZnPg==);
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block;
}

.c.form.login-form .form-login-form-teaser {
  justify-content: center;
}

.c.form.login-form .user-type {
  text-align: left !important;
}

.user-type .user-type-splitter {
  width: 2px;
  background-color: #ddd;
  display: inline-block;
  margin: 0 5px;
}

.c.form.login-form .user-type input[type='radio'] {
  display: none;
}

.c.form.login-form .user-type input[type='radio'] + label {
  cursor: pointer;
}

.c.form.login-form .user-type input[type='radio']:checked + label {
  font-weight: bold;
  color: #dd0000;
}

.es-btn {
  min-width: 50px;
  padding: 0.425rem 0.5rem;
  /* margin: 0 0 1rem; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 0.25s ease-out, border-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out, color 0.25s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  box-sizing: border-box;
}

.es-btn:hover {
  background: #fff;
  color: rgb(221, 0, 0);
}

.es-btn.is-white:hover {
  background: #000;
  color: #fff;
}
.es-btn.is-blue:hover {
  background: #fff;
  color: rgb(37, 141, 236, 1);
}
.es-btn.is-black:hover {
  background-color: #666;
  color: #fff;
}

.is-blue {
  background-color: rgb(37, 141, 236, 1);
  color: white;
  border: 2px solid rgb(37, 141, 236, 1);
}
.is-red {
  background-color: rgb(221, 0, 0);
  color: white;
  border: 2px solid rgb(221, 0, 0);
}
.is-white {
  background-color: rgb(255, 255, 255);
  color: black;
  border: 2px solid #000;
}
.is-black {
  background-color: black;
  color: white;
}

.is-black.disabled {
  background-color: #c1c1c1;
  cursor: not-allowed;
}

.border2pxWhite {
  border: 2px solid #fff !important;
}

.translation-icons {
  text-align: center;
  margin: 0 auto;
  padding-right: 50px;
  display: flex;
  align-items: center;
}

.translation-icons .translation-item {
  margin: 0 4px;
  position: relative;
}

.translation-item.active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  border: 2px solid #fff;
  width: 29px;
}

.flag-icon {
  width: 30px;
  display: block;
  height: 22px;
  margin-top: 2px;
}

/* -------common--------- */
/* -------confirm_dialog--------- */
.kbuild_confirm_container {
  border-radius: 5px;
  background: #fff;
  width: 100vw;
  max-width: 340px;
}
.kbuild_confirm_container .confirm_title {
  background: #f1f1f1;
  width: 100vw;
  max-width: 340px;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  display: flex;
}
.kbuild_confirm_container .confirm_content {
  padding: 10px;
  word-wrap: break-word;
}

.kbuild_confirm_container .confirm_button_container {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 10px;
}

.kbuild_confirm_container .confirm_button_container .confirm_button_confirm {
  border-radius: 3px;
  float: right;
  padding: 5px 10px;
  background-color: rgb(221, 0, 0);
  color: #fff;
}
.kbuild_confirm_container .confirm_button_container .confirm_button_cancel {
  border-radius: 3px;
  margin-left: 5px;
  float: right;
  padding: 5px 10px;
  border: 1px solid #c1c1c1;
}
/* -------confirm_dialog--------- */
/* -------header--------- */
.header_back {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0px;
  left: 0px;
  visibility: inherit;
  z-index: 20;
}
.header_back::after {
  content: '';
  opacity: 0.5;
  background: #000;
  width: 100px;
  height: 100px;
  visibility: inherit;
  z-index: 21;
}

/* -------header--------- */

.c.search.filter.singlechoice {
  padding-top: 0 !important;
}

.search-results-select h3 > span {
  margin-bottom: 8px;
  display: block;
}

.search-results-select h3.active > span {
  color: #dd0000;
}

.search-results-select h3.active > div {
  background-color: #dd0000;
}

body.messe-theme-dark .module-theme-100 .o.form.select > .mdc-select,
body.messe-theme-dark .module-theme-100.o.form.select > .mdc-select {
  height: 48px;
}

.c.search.results .number-of-results {
  display: flex;
  margin: 0;
}
.c.search.results .number-of-results h3 {
  flex: none;
  width: 50%;
}

/* -------search product--------- */

.search-product-items {
  display: flex;
}

.search-product-items .items__product {
  margin-bottom: 30px;
  margin-left: 5px;
  box-sizing: border-box;
}

.search-product-items .items__product .product__media {
  position: relative;
  border: 2px solid #ddd;
}

.search-product-items .items__product .product__media .media__image {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.search-product-items .items__product .product__media .media__image.type--video::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  background-color: #000;
  z-index: 1;
}

.search-product-items .items__product .product__media .media__image.type--video::after {
  content: '\f144';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.search-product-items .items__product .product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 1.5rem; /* fallback */
  max-height: 6rem; /* fallback */
  height: 3rem;
}

.search-product-items .items__product .product__info {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.search-product-items .items__product .product__info .info__price {
  font-size: 1rem;
  color: #111;
  font-weight: bold;
}
.search-product-items .items__product .product__info .info__minorder {
  font-size: 1rem;
  color: #111;
  font-weight: 600;
}
.search-product-items .items__product .product__info .info__companyname {
  font-size: 13px;
}

/* -------search exhibitor--------- */

.search-exhibitor-items {
  display: flex;
}

.search-exhibitor-items .items__exhibitor {
  box-sizing: border-box;
  width: 100%;
}

.search-exhibitor-items .items__exhibitor .exhibitor_wrap {
  display: flex;
}

.search-exhibitor-items .items__exhibitor:not(:first-child)::before {
  content: '';
  display: block;
  padding: 20px 0;
}

.search-exhibitor-items .items__exhibitor::after {
  content: '';
  display: block;
  padding: 20px 0;
  border-bottom: 2px solid #ddd;
}

.search-exhibitor-items .items__exhibitor:last-child::after {
  border-bottom: none;
}

.search-exhibitor-items .items__exhibitor .exhibitor_wrap .exhibitor__media {
  position: relative;
  width: calc(25% - 1.875rem);
}
.search-exhibitor-items .items__exhibitor .exhibitor_wrap .exhibitor__info {
  flex: 1;
  position: relative;
  width: 100px;
  padding: 0 15px;
}

.search-exhibitor-items .items__exhibitor .exhibitor_wrap .exhibitor__info .info__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
}

.search-exhibitor-items .items__exhibitor .exhibitor_wrap .exhibitor__info .info__row .info__name {
  font-weight: bold;
  padding-right: 10px;
  color: #000;
  word-break: break-all;
  flex: 1;
}

.search-exhibitor-items .items__exhibitor .exhibitor__media .media__image {
  position: relative;
  z-index: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #ddd;
}

.search-exhibitor-items .items__exhibitor .exhibitor__media .media__image.type--video::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  background-color: #000;
  z-index: 1;
}

.search-exhibitor-items .items__exhibitor .exhibitor__media .media__image.type--video::after {
  content: '\f144';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.search-exhibitor-items .items__exhibitor .exhibitor__info .info__jointype {
  font-size: 0.7rem;
  color: #888;
  line-height: 1rem;
}
.search-exhibitor-items .items__exhibitor .exhibitor__info .info__item {
  font-size: 0.7rem;
  color: #888;
  line-height: 1rem;
  padding-bottom: 0.5rem;
}
.search-exhibitor-items .items__exhibitor .exhibitor__info .info__summary {
  font-size: 13px;
  line-height: 1.1rem;
  color: #111;
}

.exhibitor-product-images .item {
  position: relative;
  /* border: 1px solid #c1c1c1; */
  float: left;
  margin: 20px 20px;
  width: calc((100% - 120px) / 3);
  padding-bottom: calc((100% - 120px) / 3);
  /* background: #000; */
}
.exhibitor-product-images .item .inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.exhibitor-product-images .item .inner:hover .layer {
  margin-bottom: 0;
}

.exhibitor-product-images .item .layer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #000;
  margin-bottom: -40px;
  opacity: 0.7;
  transition: all 200ms;
}

@media screen and (min-width: 1201px) {
  .c.search.results .number-of-results {
    margin: 0;
  }

  .c.search.results .number-of-results h3 {
    flex: none;
    width: auto;
  }

  .search-product-items .items__product {
    margin-left: 5px;
    width: calc((100% - 15px) / 4);
  }

  .search-product-items .items__product:nth-child(4n + 1) {
    margin-left: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .c.search.results .number-of-results {
    margin: 0;
  }

  .c.search.results .number-of-results h3 {
    flex: none;
    width: auto;
  }

  .search-product-items .items__product:nth-child(3n + 1) {
    margin-left: 0px;
  }

  .search-product-items .items__product {
    margin-left: 5px;
    width: calc((100% - 10px) / 3);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .c.search.results .number-of-results {
    margin: 0;
  }

  .c.search.results .number-of-results h3 {
    flex: none;
    width: auto;
  }

  .search-product-items .items__product:nth-child(2n + 1) {
    margin-left: 0px;
  }
  .search-product-items .items__product {
    margin-left: 5px;
    width: calc((100% - 5px) / 2);
  }

  .exhibitor-product-images .item {
    background: #c1c1c1;
    float: left;
    margin: 0 20px 45px 20px;
    width: calc((100% - 80px) / 2);
    padding-bottom: calc((100% - 80px) / 2);
    height: 'auto';
  }
}

@media screen and (max-width: 480px) {
  .c.search.results .number-of-results {
    margin: 0;
  }

  .c.search.results .number-of-results h3 {
    flex: none;
    width: auto;
  }

  .search-product-items .items__product {
    width: 100%;
  }

  .exhibitor-product-images .item {
    background: #c1c1c1;
    float: left;
    margin: 0 0 65px 0;
    width: 100%;
    padding-bottom: 100%;
    height: 'auto';
  }
}

/*---------------mypage/myinfo--------------------*/
.comapny-logo-image {
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comapny-logo-image img {
  max-width: 100px;
  max-height: 100px;
}

.comapny-logo-name {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 102px);
  padding: 0px 0px 0px 20px;
}
.file-item span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comapny-catalog-name {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 0px 0px 20px;
}

.days-input-block {
  display: flex;
  align-items: center;
}
.days-input-title {
  width: 13rem;
  display: flex;
  align-items: center;
}
.days-input-block .w100 {
  width: 100%;
}
/*------------------login--------------*/
div#login {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

div#login section {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c2c2c2;
  box-shadow: 4px 4px 0px #0000001a;
}

div#login .c.form.login-form.has-teaser.has-login {
  width: 80vw;
}

.login-form label.error {
  margin-left: 0;
}

.c.form.login-form .form-login-form-login > .form-content {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 40em) {
  div#login {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  div#login .c.form.login-form.has-teaser.has-login,
  div#login section.c.cell {
    width: 90vw;
  }

  .c.form.login-form .form-login-form-login > .form-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dmag-logo > img {
    margin-bottom: 0.6rem;
  }
}

@media print, screen and (min-width: 64em) {
  div#login {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  div#login .c.form.login-form.has-teaser.has-login,
  div#login section.c.cell {
    width: 700px;
  }
}

/*------------------list--------------*/
@media print, screen and (max-width: 40em) {
  table.es-table tfoot,
  table.es-table thead {
    display: none;
  }

  table.es-table td,
  table.es-table th,
  table.es-table tr {
    display: block;
  }

  table.es-table td.block-none,
  table.es-table th.block-none,
  table.es-table tr.block-none {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  table.es-table td {
    border-top: 0;
  }

  table.es-table td.small-none,
  table.es-table th.small-none,
  table.es-table tr.small-none {
    display: none;
  }
}

.number-of-results h3.t.as-headline.active {
  border-bottom: 0.25rem solid #dd0000;
}

.c.search.bar.as-type-normal:not(.is-focused) .search-bar-field button.subscribe-button {
  cursor: pointer;
  background-color: #dd0000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 1.2rem;
}

.youtube-iframe {
  border: 0;
  width: 100%;
}

.blocker {
  top: 120px;
  height: calc(100% - 120px);
  background-color: rgba(0, 0, 0, 0.4);
}

.bottom-link {
  color: #d92b2b;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0px;
  color: #d92b2b;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}

.bottom-link::after {
  content: '\f30b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-left: 3px;
}

.btn-brochure-download {
  color: rgb(221, 0, 0);
  cursor: pointer;
}

.btn-brochure-download.disabled {
  font-weight: 500;
  color: #c1c1c1;
  cursor: not-allowed;
}

.image-placeholder {
  background-image: url('/assets/images/logo/K-BUILD_01.png');
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border-radius: 12px;
  border: 1px solid #ccc;
}

@media print, screen and (max-width: 64em) {
  .blocker {
    top: 56px;
    height: calc(100% - 56px);
  }
}

/** start image **/

img.file-small.square {
  width: 70px;
  height: 70px;
}

/** end image **/

/** start modal **/

.modal {
  max-width: none;
  border-radius: 15px;
  padding: 0px;
  width: 80vw;
  margin-top: 50px;
}

.modal .modal-header {
  background-color: #f2eeee;
  border-radius: 15px 15px 0 0;
  padding: 23px 34px 18px 34px;
}

.modal .modal-header h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #000;
}

.modal a.close-modal {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBzdHlsZT0iZmlsbDogI2JlYmViZTsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTM4IDEyLjgzbC0yLjgzLTIuODMtMTEuMTcgMTEuMTctMTEuMTctMTEuMTctMi44MyAyLjgzIDExLjE3IDExLjE3LTExLjE3IDExLjE3IDIuODMgMi44MyAxMS4xNy0xMS4xNyAxMS4xNyAxMS4xNyAyLjgzLTIuODMtMTEuMTctMTEuMTd6IiAvPg0KICAgIDxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIgLz4NCjwvc3ZnPg==);
  background-size: cover;
  background-position: center;
  top: 20px;
  right: 27px;
}

.modal .modal-content {
  padding: 34px;
}

.modal-spinner {
  height: 42px;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #000;
  display: none;
}

.share-items {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.share-items > li {
  margin: 7px;
}

/** end modal **/

/** start buttons **/

body.messe-theme-dark .module-theme-100 .o.button.base.outline {
  border: 2px solid #dd0000;
  background-color: #fff;
  color: #dd0000;
}

body.messe-theme-dark .module-theme-100 .o.button.base.outline.disabled {
  border: 2px solid #777;
  color: #666;
  font-weight: 500;
}

body.messe-theme-dark .module-theme-100 .o.button.base.outline.disabled:hover {
  border: 2px solid #777;
  color: #666;
  background-color: #fff;
  font-weight: 500;
  cursor: not-allowed;
}

.c.toolbar > .inner {
  right: 160px;
  bottom: -3px;
}

@media print, screen and (max-width: 64em) {
  body.messe-theme-dark .c.navigation.main.module-theme-400 .hc.sub-item {
    height: 70px;
    align-items: center;
  }

  body.messe-theme-dark .c.navigation.main.module-theme-400 .hc.sub-item {
    width: 100%;
  }

  body.messe-theme-dark .c.navigation.main.module-theme-400 .hc.sub-item .sub-item-label {
    line-height: 1.6 !important;
    text-align: left;
  }

  .c.navigation.main .inner-container.grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #es-quick-banner {
    display: none;
  }

  .c.toolbar > .inner {
    right: -19px;
    bottom: 45px;
  }
}

@media print, screen and (max-width: 40em) {
  .o.button.base {
    min-width: auto;
  }

  body.messe-theme-dark .c.navigation.main.module-theme-400 .hc.sub-item {
    height: 60px;
    max-width: 464px;
  }

  .c.navigation.main .inner-container.grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fullheight {
    min-height: auto;
  }
}

/** end buttons **/

/** start datepicker **/

.calendar-table thead {
  border: 0;
}

.calendar-table table tbody th,
.calendar-table table tbody td,
.calendar-table table thead th {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding: 5px;
}
.daterangepicker .cancelBtn.btn {
  min-width: 0;
  border-width: 2px;
}
.daterangepicker .applyBtn.btn {
  min-width: 0;
  border-color: rgb(221, 0, 0);
  background-color: rgb(221, 0, 0);
  color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: rgb(221, 0, 0);
}

/** end datepicker **/
/** start table **/

table.table-theme-gray {
  border-collapse: collapse;
}

table.table-theme-gray th,
table.table-theme-gray td::before {
  color: #000;
  background-color: #f6f6f6;
}

table.table-theme-gray th,
table.table-theme-gray td {
  border: 1px solid #d1d1d1;
}

table.table-theme-gray:not(.mobile-support) th,
table.table-theme-gray:not(.mobile-support) td {
  height: 46px;
}

table.table-theme-gray.no-vertical-border th,
table.table-theme-gray.no-vertical-border td {
  border-left: 0;
  border-right: 0;
}

@media print, screen and (max-width: 40em) {
  table.table-theme-gray.no-vertical-border th,
  table.table-theme-gray.no-vertical-border td {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
  }

  table.mobile-support:not(.table-theme-gray) tbody tr {
    border-top: 3px solid #000;
  }

  table.table-theme-gray tbody td:last-child,
  table.table-theme-gray tbody th:last-child {
    border-bottom: 1px solid #d1d1d1;
  }

  table tbody td.no-data {
    justify-content: center;
  }
}

/** end table **/

iframe#\:2\.container {
  visibility: hidden !important;
}
