/*!
* Plugin: jQuery AJAX-ZOOM, /axZm/extensions/axZmAppContainer/jquery.axZm.appContainerTemplates.css
* Copyright: Copyright (c) 2010-2021 Vadim Jacobi
* License Agreement: https://www.ajax-zoom.com/index.php?cid=download
* Extension Version: 1.1.0
* Extension Date: 2021-05-25
* URL: https://www.ajax-zoom.com
* Extension usage: https://www.ajax-zoom.com/examples/example32_modal.php
*/

.axZmAppContainerCounterDivider {
  display: inline-block;
  padding: 0 3px;
}

.axZmAppContainerCounterDivider::after {
  content: "/";
}

.axZmAppContainerCounterImage {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -1px 5px 0 0;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333333'%3E%3Cpath d='M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4.86 8.86l-3 3.87L9 13.14 6 17h12l-3.86-5.14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left;
}


.axZmAppContainer_tpl1-title,
.axZmAppContainer_tpl2-title,
.axZmAppContainer_tpl3-title,
.axZmAppContainer_tpl4-title {
  display: box;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*************************
*** DEFAULT TEMPLATE 1 ***
*************************/
.axZmAppContainer_tpl1-head {
  position: relative;
  height: 32px;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.axZmAppContainer_tpl1-main {
  position: relative;
  height: calc(100% - 32px);
  overflow: hidden;
}

.axZmAppContainer_tpl1-title {
  padding: 5px 40px 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.axZmAppContainerSwapHead .axZmAppContainer_tpl1-title{
  padding: 5px 10px 0 40px;
  text-align: center;
}

.axZmAppContainer_tpl1-closeButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 32px;
  height: 32px;
  font-family: Arial;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  transition: all .15s ease-out;
  transition: all .15s ease-out;
  transform: rotate(0deg);
}

.axZmAppContainerSwapHead .axZmAppContainer_tpl1-closeButton {
  right: auto;
  left: 0;
}

.axZmAppContainer_tpl1-closeButton::after {
  content: "\274C\fe0e";
}

.axZmAppContainer_tpl1-closeButton:hover {
  color: #ea0000;
}


/*************************
*** DEFAULT TEMPLATE 2 ***
*************************/
.axZmAppContainer_tpl2-head {
  position: relative;
  height: 32px;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;

  /* text-shadow: 1px 1px rgba(255, 255, 255, 0.5); */
}

.axZmAppContainer_tpl2-foot {
  position: relative;
  height: 24px;
  overflow: hidden;
  color: #333;
  background-color: #fff;
}

.axZmAppContainer_tpl2-main {
  position: relative;
  height: calc(100% - 56px);
  overflow: hidden;
}

.axZmAppContainer_tpl2-closeButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 32px;
  height: 32px;
  font-family: Arial;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  transition: all .15s ease-out;
  transition: all .15s ease-out;
  transform: rotate(0deg);
}

.axZmAppContainerSwapHead .axZmAppContainer_tpl2-closeButton {
  right: auto;
  left: 0;
}

.axZmAppContainer_tpl2-closeButton::after {
  content: "\274C\fe0e";
}

.axZmAppContainer_tpl2-closeButton:hover {
  color: #ea0000;

  /* transform: scale(1.5); */
}

.axZmAppContainer_tpl2-counter {
  display: inline-block;
  padding: 5px 10px 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.axZmAppContainerSwapHead .axZmAppContainer_tpl2-counter {
  float: right;
  padding: 5px 10px 0;
}

.axZmAppContainer_tpl2-title {
  padding: 2px 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

/*************************
*** DEFAULT TEMPLATE 3 ***
*************************/
.axZmAppContainer_tpl3 .axZmAppContainerContent {
  border-radius: 5px;

  /* border-width: 5px 10px 5px 10px; */

  /* border-color: #fff; */

  /* border-style: solid; */
}

.axZmAppContainer_tpl3-head {
  position: relative;
  height: 42px;
  padding: 5px;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;

  /* text-shadow: 1px 1px rgba(255, 255, 255, 0.5); */
}

.axZmAppContainer_tpl3-foot {
  position: relative;
  height: 34px;
  padding: 5px 0;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.axZmAppContainer_tpl3-main {
  position: relative;
  height: calc(100% - 76px);
  overflow: hidden;
}

.axZmAppContainer_tpl3-closeButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 32px;
  height: 42px;
  font-family: Arial;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  transition: all .15s ease-out;
  transition: all .15s ease-out;
  transform: rotate(0deg);
}

.axZmAppContainerSwapHead .axZmAppContainer_tpl3-closeButton {
  right: auto;
  left: 0;
}

.axZmAppContainer_tpl3-closeButton::after {
  content: "\274C\fe0e";
}

.axZmAppContainer_tpl3-closeButton:hover {
  color: #ea0000;

  /* transform: scale(1.5); */
}

.axZmAppContainer_tpl3-counter {
  display: inline-block;
  padding: 5px 10px 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.axZmAppContainerSwapHead .axZmAppContainer_tpl3-counter {
  float: right;
  padding: 5px 10px 0;
}

.axZmAppContainer_tpl3-title {
  padding: 2px 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

/*************************
*** DEFAULT TEMPLATE 4 ***
*************************/
.axZmAppContainer_tpl4 .axZmAppContainerContent {
  border-radius: 5px 5px 0 0;

  /* border-width: 5px 10px 5px 10px; */

  /* border-color: #fff; */

  /* border-style: solid; */
}

.axZmAppContainer_tpl4-head {
  position: relative;
  height: 42px;
  padding: 5px;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;

  /* text-shadow: 1px 1px rgba(255, 255, 255, 0.5); */
}

.axZmAppContainer_tpl4-title {
  max-height: 100%;
  padding: 5px 40px 5px 5px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.axZmAppContainer_tpl4-main {
  position: relative;
  height: calc(100% - 42px);
  overflow: hidden;
}

.axZmAppContainer_tpl4-closeButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 32px;
  height: 42px;
  font-family: Arial;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  transition: all .15s ease-out;
  transition: all .15s ease-out;
  transform: rotate(0deg);
}

.axZmAppContainerSwapHead .axZmAppContainer_tpl4-closeButton {
  right: auto;
  left: 0;
}

.axZmAppContainer_tpl4-closeButton::after {
  content: "\274C\fe0e";
}

.axZmAppContainer_tpl4-closeButton:hover {
  color: #ea0000;

  /* transform: scale(1.5); */
}

.axZmAppContainerSwapHead .axZmAppContainer_tpl4-title {
  padding: 5px 5px 5px 40px;
  text-align: center;
}


@media (max-width: 1023px), (max-height: 599px) {
  .axZmAppContainer_tpl4-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .axZmAppContainer_tpl4-title {
    font-size: 14px;
  }
}
