.picture_element {
  display: inline-block;
  position: relative;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.9em;
  overflow: visible;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .picture_element {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 128px;
    max-height: 200px;
  }
  .picture_element img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_element {
    margin-right: 22.5px;
    margin-bottom: 22.5px;
    width: 90px;
    max-height: 150px;
  }
  .picture_element img {
    max-width: 90px;
    max-height: 90px;
  }
}
.picture_element:hover {
  background-color: #fefefe;
  color: #000;
  border: 1px solid #0d47a1;
}
@media screen and (min-width: 1025px) {
  .picture_element .picture_draggable {
    visibility: hidden;
  }
}
.picture_element:hover .picture_draggable {
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .picture_element .picture_delete {
    visibility: hidden;
  }
}
.picture_element:hover .picture_delete {
  visibility: visible;
}
.picture_picture {
  display: inline-block;
  position: relative;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.9em;
  overflow: visible;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .picture_picture {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 128px;
    max-height: 200px;
  }
  .picture_picture img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_picture {
    margin-right: 22.5px;
    margin-bottom: 22.5px;
    width: 90px;
    max-height: 150px;
  }
  .picture_picture img {
    max-width: 90px;
    max-height: 90px;
  }
}
.picture_picture:hover {
  background-color: #fefefe;
  color: #000;
  border: 1px solid #0d47a1;
}
@media screen and (min-width: 1025px) {
  .picture_picture .picture_draggable {
    visibility: hidden;
  }
}
.picture_picture:hover .picture_draggable {
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .picture_picture .picture_delete {
    visibility: hidden;
  }
}
.picture_picture:hover .picture_delete {
  visibility: visible;
}
.picture_selected {
  border: 1px solid #0d47a1;
  background-color: #2196f3;
  color: #fff;
}
.picture_selected:hover {
  border: 1px solid #0d47a1;
  background-color: #2196f3;
  color: #fff;
}
.picture_draggable {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #0d47a1;
  border-radius: 2px;
}
@media screen and (min-width: 1025px) {
  .picture_draggable {
    cursor: move;
    right: -5px;
    top: -5px;
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_draggable {
    cursor: move;
    right: -5px;
    top: -5px;
    padding: 5px;
  }
}
.picture_draggable_cursor {
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .picture_draggable_cursor {
    height: 25px;
    width: 25px;
  }
  .picture_draggable_cursor .material-icons {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_draggable_cursor {
    height: 25px;
    width: 25px;
  }
  .picture_draggable_cursor .material-icons {
    font-size: 25px;
  }
}
.picture_draggable_cursor .material-icons {
  color: #23282d;
}
.picture_content {
  overflow: hidden;
}
.picture_content img {
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
@media screen and (min-width: 1025px) {
  .picture_content {
    width: 128px;
    max-height: 200px;
  }
  .picture_content img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_content {
    width: 90px;
    max-height: 150px;
  }
  .picture_content img {
    max-width: 90px;
    max-height: 90px;
  }
}
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid #23282d;
  background: #fff;
  color: #000000;
  padding: 1em;
  min-height: 150px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dtp > .dtp-content {
  background: #f7f5e7;
  max-width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 520px;
  position: relative;
  left: 50%;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #0d0e10;
  color: #f7f5e7;
  text-align: center;
  padding: 0.3em;
}
.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #23282d;
  text-align: center;
  color: #f7f5e7;
  padding: 10px;
}
.dtp div.dtp-date > div {
  padding: 0;
  margin: 0;
}
.dtp div.dtp-actual-month {
  font-size: 1.5em;
}
.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 0.9;
}
.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9;
}
.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: #f7f5e7;
}
.dtp div.dtp-picker {
  padding: 1em;
  text-align: center;
}
.dtp div.dtp-picker-month,
.dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center;
}
.dtp div.dtp-picker-month {
  padding-bottom: 20px!important;
  text-transform: uppercase!important;
}
.dtp .dtp-close {
  position: absolute;
  top: 0.5em;
  right: 1em;
}
.dtp .dtp-close > a {
  color: #000000;
}
.dtp .dtp-close > a > i {
  font-size: 1em;
}
.dtp table.dtp-picker-days {
  margin: 0;
  min-height: 251px;
}
.dtp table.dtp-picker-days,
.dtp table.dtp-picker-days tr,
.dtp table.dtp-picker-days tr > td {
  border: none;
}
.dtp table.dtp-picker-days tr > td {
  font-weight: 700;
  font-size: 0.8em;
  text-align: center;
  padding: 0.5em 0.3em;
}
.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #f7f5e7 !important;
}
.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
  color: #000000;
  text-decoration: none;
  padding: 0.4em 0.5em 0.5em 0.6em;
  border-radius: 50%!important;
}
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #23282d;
  color: #f7f5e7;
}
.dtp table.dtp-picker-days tr > th {
  color: #39424a;
  text-align: center;
  font-weight: 700;
  padding: 0.4em 0.3em;
}
.dtp .p10 > a {
  color: #000000;
  text-decoration: none;
}
.dtp .p10 {
  width: 10%;
  display: inline-block;
}
.dtp .p20 {
  width: 20%;
  display: inline-block;
}
.dtp .p60 {
  width: 60%;
  display: inline-block;
}
.dtp .p80 {
  width: 80%;
  display: inline-block;
}
.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #000000;
  font-weight: 500;
  padding: 0.7em 0.5em;
  border-radius: 50%!important;
  text-decoration: none;
  background: #f7f5e7;
  font-size: 1em;
}
.dtp .dtp-actual-meridien a.selected {
  background: #f7f5e7;
  color: #000000;
}
.dtp .dtp-picker-time > .dtp-select-hour {
  cursor: pointer;
}
.dtp .dtp-picker-time > .dtp-select-minute {
  cursor: pointer;
}
.dtp-select-hour-text {
  font-size: 1.5em;
}
.dtp-select-hour-text-active {
  fill: #f7f5e7;
}
.dtp-select-hour-text-inactive {
  fill: #000000;
}
.dtp-select-hour-text-inactive .disabled {
  fill: #B8061D;
}
.dtp-select-hour-active {
  fill: #23282d;
}
.dtp-select-hour-inactive {
  fill: transparent;
}
.dtp .dtp-buttons {
  padding: 0 1em 1em 1em;
  text-align: right;
}
.dtp.hidden,
.dtp .hidden {
  display: none;
}
.dtp .invisible {
  visibility: hidden;
}
.dtp .left {
  float: left;
}
.dtp .right {
  float: right;
}
.dtp .clearfix {
  clear: both;
}
.dtp .center {
  text-align: center;
}
div.pi_div_multicontent {
  padding: 0;
}
div.pi_div_multicontent.pi_multicontent_desktop {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  div.pi_div_multicontent.pi_multicontent_desktop {
    display: none;
  }
}
div.pi_div_multicontent.pi_multicontent_mobile {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  div.pi_div_multicontent.pi_multicontent_mobile {
    display: none;
  }
}
.td-wrap,
.td-wrap * {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.td-wrap svg {
  width: 100%;
}
.td-input {
  cursor: pointer;
}
.td-wrap {
  display: none;
  font-family: sans-serif;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  color: #000000;
}
.td-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.td-clock {
  width: 156px;
  height: 156px;
  border-radius: 156px;
  box-shadow: 0 0 0 1px #23282d, 0 0 0 8px rgba(0, 0, 0, 0.05);
  position: relative;
  background: #f7f5e7;
  margin: 0 auto;
  text-align: center;
  line-height: 156px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.td-clock:before {
  position: absolute;
  content: "";
  top: -10px;
  margin-left: -10px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: #f7f5e7;
  color: #000000;
  border-left: 1px solid #23282d;
  border-top: 1px solid #23282d;
  border-top-left-radius: 4px;
}
.td-init .td-deg {
  -webkit-animation: slide 1s cubic-bezier(0.7, 0, 0.175, 1) 1.2s infinite;
}
.td-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.td-svg-2 {
  position: absolute;
  top: 18px;
  left: 18px;
  bottom: 18px;
  right: 18px;
}
.td-wrap.td-show {
  display: block;
}
.td-deg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.td-medirian {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.td-medirian span {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -20px;
  font-size: 0.8em;
  opacity: 0;
  font-weight: bold;
}
.td-medirian .td-icon-am {
  top: 40px;
}
.td-medirian .td-icon-pm {
  bottom: 40px;
}
.td-medirian .td-icon-am.td-on {
  top: 26px;
  opacity: 1;
}
.td-medirian .td-icon-pm.td-on {
  bottom: 26px;
  opacity: 1;
}
.td-select {
  position: absolute;
  top: 4px;
  left: 32px;
  right: 32px;
  bottom: 22px;
}
.td-select svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.td-select:after {
  position: absolute;
  background: #f7f5e7;
  color: #000000;
  width: 36px;
  height: 36px;
  box-shadow: 0 0 0 1px #23282d;
  border-radius: 60px;
  top: -16px;
  left: 50%;
  margin-left: -18px;
  border-bottom-left-radius: 0;
  content: "";
  transform: rotate(-45deg);
  cursor: pointer;
}
.td-clock .td-time {
  font-weight: bold;
  position: relative;
}
.td-clock .td-time span {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  text-align: center;
  margin: 6px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: 2em;
  border-radius: 6px;
}
.td-clock .td-time span.on {
  color: #23282d;
}
.td-n {
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1) 0s;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1) 0s;
}
.td-n2 {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/*

@-webkit-keyframes td-rubber {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}



.td-rubber {
    -webkit-animation-name: td-rubber;
    animation-name: td-rubber;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

*/
@-webkit-keyframes td-alert {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes td-alert {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.td-alert {
  -webkit-animation-name: td-alert;
  animation-name: td-alert;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* effects */
@-webkit-keyframes td-bounce {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  60% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  70% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  80% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes td-bounce {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  20% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  60% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  70% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  80% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.td-bounce {
  -webkit-animation-name: td-bounce;
  animation-name: td-bounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes td-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes td-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.td-fadein {
  -webkit-animation-name: td-fadein;
  animation-name: td-fadein;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes td-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes td-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.td-fadeout {
  -webkit-animation: td-fadeout 0.3s forwards;
  animation: td-fadeout 0.3s forwards;
}
@-webkit-keyframes td-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes td-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.td-dropdown {
  -webkit-animation-name: td-dropdown;
  animation-name: td-dropdown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.td-bulletpoint,
.td-bulletpoint div,
.td-lancette,
.td-lancette div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.td-bulletpoint div:after {
  position: absolute;
  content: "";
  top: 14px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
}
.td-lancette {
  border: 2px solid #DFF3FA;
  border-radius: 100%;
  margin: 6px;
}
.td-lancette div:after {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  bottom: 50%;
  border-radius: 10px;
  background: #DFF3FA;
  content: "";
}
.td-lancette div:last-child:after {
  top: 36px;
}
.pobject-selector {
  display: flex;
  flex-flow: row;
  gap: 5px;
  padding: 5px;
  justify-content: center;
  border: 1px solid black;
}
.pobject-selector .object-id {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.pobject-selector .name {
  flex: 1 auto;
}
.notification_holder {
  position: fixed;
  bottom: 0;
  overflow: visible;
  left: 0;
  z-index: 2000;
}
.notification {
  padding: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  font-style: bold;
  -webkit-transition: -webkit-box-shadow 1s ease;
  -moz-transition: -moz-box-shadow 1s ease;
  transition: box-shadow 1s ease;
  text-align: left;
}
.notification_info {
  background-color: #437DD4;
  border: 1px solid #052F6D;
  color: #052F6D;
}
.notification_info.notify_animation {
  box-shadow: 0px 0px 10px 10px #437DD4;
}
.notification_error {
  background-color: #990000;
  border: 1px solid #CC5C5C;
  color: #f0d1d1;
}
.notification_error.notify_animation {
  box-shadow: 0px 0px 10px 10px #990000;
}
.notification_success {
  background-color: #5ABD55;
  border: 1px solid #045100;
  color: #045100;
}
.notification_success.notify_animation {
  box-shadow: 0px 0px 10px 10px #5ABD55;
}
.notification_warning {
  background-color: #FF5300;
  border: 1px solid #FFA073;
  color: #FFA073;
}
.notification_warning.notify_animation {
  box-shadow: 0px 0px 10px 10px #FF5300;
}
.dp-skin-pageit {
  font-size: 100%;
}
.dp-skin-pageit .ui-widget {
  background: #23282d;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.dp-skin-pageit .ui-datepicker {
  padding: 0;
}
.dp-skin-pageit .ui-datepicker-header {
  margin-top: 5px;
  border: none;
  border-top: 1px solid #000000;
  /* stroke */
  border-bottom: 1px solid #000000;
  /* stroke */
  background: #39424a;
  /* layer fill content */
  color: #f7f5e7;
  /* text color */
  font-weight: bold;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.dp-skin-pageit-button {
  background-color: #f7f5e7;
  -webkit-mask-size: 80% 80%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-size: 80% 80%;
  mask-repeat: no-repeat;
  mask-position: center center;
  cursor: pointer;
}
.dp-skin-pageit .ui-datepicker .ui-datepicker-prev {
  mask: url('../../../../templates/main/img/action/prev.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/prev.svg');
  background-color: #f7f5e7;
  -webkit-mask-size: 80% 80%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-size: 80% 80%;
  mask-repeat: no-repeat;
  mask-position: center center;
  cursor: pointer;
}
.dp-skin-pageit .ui-datepicker .ui-datepicker-next {
  mask: url('../../../../templates/main/img/action/next.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/next.svg');
  background-color: #f7f5e7;
  -webkit-mask-size: 80% 80%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-size: 80% 80%;
  mask-repeat: no-repeat;
  mask-position: center center;
  cursor: pointer;
}
.dp-skin-pageit .ui-datepicker table {
  margin: 0;
}
.dp-skin-pageit .ui-datepicker th {
  color: #f7f5e7;
  font-size: 0.9em;
  text-transform: uppercase;
}
.dp-skin-pageit .ui-datepicker td {
  border-top: 1px solid #23282d;
  border-right: 1px solid #23282d;
  padding: 0;
  background: #eee;
}
.dp-skin-pageit .ui-datepicker td:last-child {
  border-right: none;
}
.dp-skin-pageit td .ui-state-default {
  border: none;
  text-align: center;
  padding: 0.7em 0;
  margin: 0;
  font-weight: bold;
  color: #000000;
  /* text color */
  background-color: #f7f5e7;
  /* layer fill content */
}
.dp-skin-pageit td.ui-state-disabled .ui-state-default {
  background: #eae5c1;
  color: #000000;
}
.dp-skin-pageit td .ui-state-hover {
  background-color: #eae5c1;
  /* layer fill content */
}
.dp-skin-pageit td .ui-state-active {
  background: #23282d;
  /* layer fill content */
  color: #f7f5e7;
}
.dp-skin-pageit .ui-state-focus .ui-icon {
  background-image: none;
}
.dp-skin-pageit .ui-widget-header .ui-icon {
  background-image: none;
}
.hidden_content {
  display: none;
}
.pointer {
  cursor: pointer;
}
#flipbookcontainer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 300;
  background-color: #292929;
}
#flipbook_close {
  position: fixed;
  top: 10px;
  right: 10px;
}
#flipbook_close .material-icons {
  border: 3px solid #fff;
  font-size: 50px;
}
.dialog_holder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1400;
  display: none;
  overflow: auto;
}
.dialog {
  margin: 100px auto !important;
  min-width: 40%;
  background-color: #fff;
  color: #000;
  max-width: 1000px;
}
.dialog.fullscreen {
  position: absolute;
  display: flex;
  max-width: 100%;
  max-height: 100vh;
  margin: 0 !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  flex-flow: column;
  overflow-y: auto;
}
.dialog.fullscreen > .dialog_html {
  flex: 1 auto;
}
.dialog.fullscreen > .dialog_html.dialog_html_scrollable {
  overflow-y: auto;
}
@media screen and (min-width: 1025px) {
  .dialog {
    min-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .dialog {
    min-width: 320px;
  }
}
/*
.dialog_title {
    font-size: 1.5em;
    text-align: left;
    margin-top: -@dim_content_padding;
    margin-left: -@dim_content_padding;
    margin-right: -@dim_content_padding;
    padding: @dim_content_padding;
    margin-bottom: @dim_content_padding;
    background-color: @cl_contrast;
    color: @cl_contrast_font;
}

.dialog_text {
    font-size: 1.1em;
    text-align: left;
    margin-bottom: @dim_content_padding;
}

.dialog_input_label {
    .dialog_text;
}

.dialog_input {
    width: 100%;
    padding: @dim_content_padding/2;
    margin-top: @dim_content_padding/2;
}*/
.dialog_buttons {
  text-align: right;
  padding: 10px;
}
.dialog_button {
  margin-left: 20px;
  display: inline-block;
  /*padding: @dim_content_padding;
    background-color: @cl_contrast;
    color: @cl_contrast_font;
    cursor: pointer;
    margin-left: @dim_content_padding;

    &:hover {
        background-color: @cl_contrast_d;
    }*/
}
/*
.dialog_button_delete {
    background-color: @cl_delete;
    color: @cl_delete_font;
    &:hover {
        background-color: @cl_delete_d;
    }
}

.dialog_button_large {
    padding: @dim_content_padding;
    background-color: @cl_contrast;
    color: @cl_contrast_font;
    cursor: pointer;
    margin-left: @dim_content_padding;
    margin-right: @dim_content_padding;
    margin-bottom: @dim_content_padding/2;

    &:hover {
        background-color: @cl_contrast_d;
    }
}
*/
.dialog_picture {
  max-width: 100%;
  max-height: 500px;
  margin: 0 auto;
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.dialog_search_list {
  max-height: 500px;
  overflow-y: auto;
  border-top: 1px solid #23282d;
  border-bottom: 1px solid #23282d;
  margin-top: 10px/2;
}
.dialog_search_item {
  padding: 10px;
  /*background-color: @cl_base;
    color: @cl_base_font;*/
  cursor: pointer;
  /*
    border-top: 1px solid @cl_contrast;
    border-bottom: 1px solid @cl_contrast;
    border-left: 2px solid @cl_contrast;
    border-right: 2px solid @cl_contrast;

    &:hover {
        background-color: @cl_base_d;
    }*/
}
