@font-face {
  font-family: 'Helvetica Neue LT Std Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std Roman'), url('HelveticaNeueLTStd-Roman.woff') format('woff');
  }

@font-face {
  font-family: 'Helvetica Neue LT Std Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std Bold'), url('HelveticaNeueLTStd-Bd.woff') format('woff');
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, rgba(73, 164 , 42, .075) 50%, rgba(48, 142, 206, .075) 50%);
  /* background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%); */
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.carousel-link {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 72px;
  background-color: #fff;
  color: green;
  padding: 12px 32px;
  text-decoration: none;
}

/* * {
  box-sizing: border-box;
} */
.slider {
  /* width: 300px; */
  text-align: center;
  overflow: hidden;
}

.slides {
  display: flex;
  
  overflow-x: auto;
  /* scroll-snap-type: x mandatory; */
  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  /* background: rgba(0, 0, 0, .1); */
  /* background: black; */
  /* border-radius: 10px; */
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  /* width: 300px; */
  /* height: 400px; */
  margin-right: 50px;
  border-radius: 10px;
  background: #fff;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
/* .slides > div:target {
  transform: scale(0.8);
} */
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}
/* img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.slider > a {
  display: inline-flex;
  /* width: 1.5rem;
  height: 1.5rem; */
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #000;
}

/* Don't need button navigation */
/* @supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
} */

.toolbar {
  z-index: 1;
  /* background-color: rgba(255,255,255,0.9); */
  /* backdrop-filter: blur(20px); */
  align-items: center;
  height: 84px;
  /* border-bottom: 1px solid rgba(0,0,0, 0.1); */
  /*box-shadow: 0 2px 2px -2px rgba(0,0,0,.2), 0 3px 4px 2px rgba(0,0,0,.12), 0 2px 6px 2px rgba(0,0,0,.1);*/
  position: -webkit-sticky; /* For macOS/iOS Safari */
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
}

.toolbar-logo {
  max-height: 84px;
  height: 84px;
  max-width: auto;
  width: auto;
  overflow: hidden;
  margin-right: 12px;
}

.toolbar-span {
  min-height: 0px;
  height: auto;
  display: inline-flex;
  align-items:flex-end;
}

.hide {
  visibility: hidden !important;
}

.show-on-hover:hover > .hide {
  visibility: visible !important;
}

html, body {
  height: 100%;
}

html * {
  font-family: "Helvetica Neue LT Std Roman";
  scroll-behavior: smooth;
}

* , *:before, *:after{ 
  box-sizing:border-box; 
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  -ms-box-sizing:border-box;
}

body {
  margin: 0;
  display: flex;
  height: 100%;
  flex-flow: column;
  /* background-color: #e1e1e1; */
  /*background-color: rgb( 246, 249, 252 );*/
  /*background-size: cover;*/
  background-image: url('./agpy_bg.png');
  background-size: cover;
  /* background-size: auto; */
  background-repeat: no-repeat;
  /* background-repeat: repeat-x repeat-y; */
  /*text-shadow: white 0px 0px 10px;*/
}

input:placeholder-shown + label {
  visibility: hidden;
}

select:placeholder-shown + label {
  visibility: hidden;
}

textarea:placeholder-shown + label {
  visibility: hidden;
}

input[type="select"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
input[type="select"]:focus:before,
input[type="select"]:valid:before {
  content: "";
}

/*
input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}
*/

.card-padding {
  padding: 16px;
}

.padding {
  padding: 16px;
}

.padding-left {
  padding-left: 16px;
}

.padding-right {
  padding-right: 16px;
}

.padding-left-right {
  padding-left: 16px;
  padding-right: 16px;
}

.padding-top-bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}

.children-margin-top > * {
  margin-top: 12px;
}

.spaced-bold {
  font-weight: bold;
  letter-spacing: 2px;
}

.loading-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.image-close {
  margin-right: 2px;
  margin-top: 2px;

  position: absolute;
  top: 0px;
  right: 0px;

  border: 1px solid rgb(36, 67, 175);
  border-radius: 4px;

  background: rgb( 255, 255, 255, 0.5 ) !important;
}

.primary {
  color: rgb(36, 67, 175);
}
.primary-bg {
  background-color: rgb(36, 67, 175);
}

.red-bg {
  background-color: red;
}

.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;
  }
}

.accent {
  color: #ff5722;
}
.accent-bg {
  background-color: #ff5722;
}

.text-headline {
  letter-spacing: 1px !important;
  font-weight: 700;
  font-family: "Helvetica Neue LT Std Roman";
  font-size: 36px;
  line-height: 42px;
}

.text-title {
  letter-spacing: 1px !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  font-family: "Helvetica Neue LT Std Roman";
}

.link {
  color: #333;
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue LT Std Roman";
  font-weight: 300;
  vertical-align: middle;
  line-height: normal;
  letter-spacing: 1px;
}

.link:hover {
  border-bottom: 3px solid #000;
}

.active {
  border-bottom: 3px solid black;
}

.text-body {
  letter-spacing: 1px;
  /* font-size: 18px !important; */
  /* line-height: 24px !important; */
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 32px !important;
  font-family: "Helvetica Neue LT Std Roman";
  -webkit-appearance: none;
  font: inherit;
}

.text-subtitle {
  letter-spacing: 1px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.84);
  font-weight: 300 !important;
  font-family: "Helvetica Neue LT Std Roman";
}

.grey {
  color: rgba(0, 0, 0, 0.54);
}

.error-font {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: red;
}

.body-font {
  letter-spacing: 1px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  /*background-color: rgb(0,0,0); */
  /*background-color: rgba(116, 53, 53, 0.7);*/
  background-color: rgba(0,0,0,0.5);
  backdrop-filter: blur(3px);
}

.transparent-modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0,0); 
}

.modal-content {
  position: relative;
}

.modal-content > * {
  animation: segway 0.4s;
  animation-iteration-count: 1;
  /*animation-timing-function: cubic-bezier(0.42,0,0.58,1);*/
  animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

.close {
  position: absolute;
  top: 0px;
  right: 0px;
  /*
  top: 64px;
  right: 35px;
  */
  /*border: 1px solid rgba(255,255,255, 0.5);
  border-radius: 50%;*/
  background: none;
  /*backdrop-filter: blur( 5px );*/
  color: rgba( 255, 255, 255, 0.5 );
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#toast {
  visibility: hidden; 
  min-width: 250px; 
  margin-left: -125px; 
  background-color: #333; 
  color: #fff; 
  text-align: center; 
  border-radius: 10px; 
  padding: 16px; 
  position: fixed; 
  z-index: 1; 
  left: 50%; 
  bottom: 30px; 
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 0.5s;
  animation: fadein 0.5s, fadeout 0.5s 0.5s;
}



.input {
  letter-spacing: 1px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  margin-top: -.0625em;
  -webkit-appearance: none;
  font: inherit;
  background: 0 0;
  color: currentColor;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  outline: 0;
  /*padding: .4375em 0;*/
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  text-align: inherit;
  caret-color: rgb(36, 67, 175);
}

.subtitle-input {
  letter-spacing: 1px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 24px !important;
  margin-top: -.0625em;
  -webkit-appearance: none;
  font: inherit;
  background: 0 0;
  /*color: currentColor;*/
  border: none;
  border-bottom: 1px solid #a1a1a1;
  outline: 0;
  padding: 0;
  /*padding: .4375em 0;*/
  /*width: 100%;
  max-width: 100%;*/
  vertical-align: bottom;
  text-align: inherit;
  caret-color: rgb(36, 67, 175);
}

.title-input {
  letter-spacing: 1px !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  font-family: "Helvetica Neue LT Std Roman";

  line-height: 24px !important;
  margin-top: -.0625em;
  -webkit-appearance: none;
  font: inherit;
  background: 0 0;
  color: currentColor;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  outline: 0;
  padding: 0;
  /*padding: .4375em 0;*/
  /*width: 100%;
  max-width: 100%;*/
  vertical-align: bottom;
  text-align: inherit;
  caret-color: rgb(36, 67, 175);
}

.input:focus, .title-input:focus, .subtitle-input:focus {
  border-bottom: 1px solid rgb(36, 67, 175);
}

.form-field {
  padding: .4375em 0;
  border-top: .84375em solid transparent;
  text-align: left;
  font-family: "Helvetica Neue LT Std Roman";
  display: inline-flex;
  align-items: baseline;
  box-sizing: border-box;
  width: 100%;
  animation-name: cdk-text-field-autofill-end;
}

.select:focus {
  border-bottom: 1px solid rgb(36, 67, 175);
}

.select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #a1a1a1;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  outline: 0;
  font-family: "Helvetica Neue LT Std Roman";
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

.subtitle-select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #a1a1a1;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  outline: 0;
  font-family: "Helvetica Neue LT Std Roman";
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 24px !important;
  font-weight: 400 !important;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  /*max-width: 100%;*/
  width: 100%;
  text-overflow: ellipsis !important;
}

.no-wrap {
  white-space:nowrap;
}

.icon-button {
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  vertical-align: baseline;
  /*width: 40px;
  height: 40px;*/
  outline:none;
  -webkit-tap-highlight-color: transparent;

  padding: 0;
  min-width: 0;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.filled-button:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  cursor: pointer;
}

.filled-button {
  text-decoration: none;
  font-family: "Helvetica Neue LT Std Roman";
  font-size: 16px;
  position: relative;
  font-weight: 400;
  
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
  /*background-color: #ff5722;*/
  /*background: linear-gradient(165deg, #ff5722 0%, #ff5722);*/
  color: white;
  border: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  padding: 12px 16px;
  /*line-height: 36px;*/
  border-radius: 10px;
  overflow: visible;
  letter-spacing: 1px;
}

.outlined-button {
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue LT Std Roman";
  font-weight: 400;  
  font-size: 16px;
  background: none;
  /* border-radius: 10px; */
  /* padding: 0px 16px; */
  /* line-height: 36px; */
  vertical-align: middle;
  letter-spacing: 1px;
}

.outlined-button:hover {
  /*text-decoration: underline;*/
  cursor: pointer;
}

.hollow-button-grey {
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue LT Std Roman";
  font-weight: 500;
  font-size: 16px;
  /*color: #ff5722;*/
  background: rgba(10, 10, 10, .1);
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  /*line-height: 36px;*/
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
}

.hollow-button-green {
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue LT Std Roman";
  font-weight: 500;
  font-size: 16px;
  /*color: #ff5722;*/
  background: rgba(0, 255, 0, .1);
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  /*line-height: 36px;*/
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
}

.hollow-button-red {
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue LT Std Roman";
  font-weight: 500;
  font-size: 16px;
  /*color: #ff5722;*/
  background: rgba(255, 0, 0, .1);
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  /*line-height: 36px;*/
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
}

.hollow-button {
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue LT Std Roman";
  font-weight: 500;
  font-size: 16px;
  /*color: #ff5722;*/
  background: rgba(36, 67, 175,.1);
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  /*line-height: 36px;*/
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
}

.hollow-button:hover, .hollow-button-green:hover, .hollow-button-grey:hover, .hollow-button-red:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  cursor: pointer;
}

.upload-box {
  padding: 24px;
  border: 2px dashed #ff5722;
  border-radius: 10px;
}

.displaced {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
}

.grid::after {
  content: "";
  flex: auto;
}

#divForInputWidth, #divForTitleInputWidth, #divForSubtitleInputWidth {
  width: auto;
  display: inline-block;
  visibility: hidden;
  /*z-index: 1000009000000000000000000000000;*/
  position: fixed;
  overflow: visible;
}

.logo {
  width: 54px;
  height: 54px;
  /*border-radius: 50%;*/
  flex-shrink: 0;
  object-fit: scale-down;
  /*border-radius: 10px;*/
}

.catalog-image {
  object-fit: scale-down;
  /*height: 200px;*/
  height: 100%;
  width: 100%;
  /*border-radius: 10px;*/
}

.image-container {
  background: none;
  width: 100%;
  height: auto;
  /*height: 200px;*/
}

.height-image-container {
  background: none;
  width: auto;
  height: 100px;
}

.search-bar-container {
  border: 1px solid #a1a1a1;
  border-radius: 24px;
  background: #fff;
  padding: 10px;
}

.search-bar {
  letter-spacing: 1px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  /*margin-top: -.0625em;*/
  -webkit-appearance: none;
  font: inherit;
  background: transparent;
  color: currentColor;
  border: 0;
  outline: 0;
  /*padding: .4375em 0;*/
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  text-align: inherit;
  caret-color: rgb(36, 67, 175);
}

.border-top {
  border-top: 1px dashed rgba( 0, 0, 0, .3 );
}
.border-bottom {
  border-bottom: 1px dashed rgba( 0, 0, 0, .3 );
}
.border-right {
  border-right: 1px dashed rgba( 0, 0, 0, .3 );
}
.border-left {
  border-left: 1px dashed rgba( 0, 0, 0, .3 );
}

.border-image {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.border-image:hover {
  border: 1px solid rgb(36, 67, 175);
}

.headline {
  font-weight: 500;
  letter-spacing: 1px;
}

.link-text {
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue LT Std Roman";
  font-weight: 400;
  /*color: #000;*/
  vertical-align: middle;
  line-height: normal;
  letter-spacing: 1px;
}

.margin {
  margin: 12px;
}

.margin-top-large {
  margin-top: 24px;
}

.margin-top {
  margin-top: 12px;
}

.margin-left {
  margin-left: 12px;
}

.margin-left-large {
  margin-left: 24px;
}

.margin-right-large {
  margin-right: 24px;
}

.margin-right {
  margin-right: 12px;
}

.margin-bottom-small {
  margin-bottom: 6px;
}

.margin-bottom {
  margin-bottom: 12px;
}

.margin-bottom-large {
  margin-bottom: 24px;
}

.children-margin-left-large>* {
  margin-left: 24px;
}

.row-wrap {
  display: flex;
  flex-flow: wrap;
}

.row {
  display: flex;
  flex-flow: row;
}

.column {
  flex-flow: column;
}

.column-reverse {
  display: flex;
  flex-flow: column-reverse;
}

.label {
  font-weight: 500;
}

.text-center {
  text-align: center;
}

.dark-chip {
  border: 1px solid #ccc;
  background-color: rgba( 0, 0, 0, 0.1 );
  backdrop-filter: blur( 5px );
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  /*
  padding-top: 6px;
  padding-bottom: 6px;
  */
  border-radius: 25px;
  /*max-width: 240px;*/
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.chip {
  border: 1px solid #e0e0e0;
  background-color: #e5e5e5;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  /*
  padding-top: 6px;
  padding-bottom: 6px;
  */
  border-radius: 15px;
  /*max-width: 240px;*/
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.shadow {  
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)!important;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)!important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3)!important;
    -webkit-background-clip: padding-box!important;
    -moz-background-clip: padding-box!important;
    background-clip: padding-box!important;
}

.card {
  padding: 16px;
  border-radius: 2px;
  display: block;
  background: #fff;
  border: 1px solid rgba( 0, 0, 0, .1 );
  backdrop-filter: blur( 20px );
  color: rgba(0,0,0,.87);
  font-family: "Helvetica Neue LT Std Roman";
}

.shadow-card {
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
  transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
  padding: 16px;
  border-radius: 5px;
  display: block;
  background: #fff;
  backdrop-filter: blur( 20px );
  color: rgba(0,0,0,.87);
  font-family: "Helvetica Neue LT Std Roman";
}

.pop-out-on-hover {
  transition: 0.15s;
}
.pop-out-on-hover:hover {
  transform: scale(1.05);
  box-shadow: 13px 24px 45px -21px rgba(0,0,0,0.41);
-webkit-box-shadow: 13px 24px 45px -21px rgba(0,0,0,0.41);
-moz-box-shadow: 13px 24px 45px -21px rgba(0,0,0,0.41);
  /* transform: scale(1.02); */
}

.green-on-hover {
  transition: 0.15s;
}
.green-on-hover:hover {
  background: green;
  color: #fff;
}
.green-on-hover:hover > .text-subtitle {
  color: #fff;
}

.tmp-element {
  visibility: hidden;
  white-space: pre;
}

.pointed {
  cursor: pointer;
}

fieldset {
  border: 1px dashed #d1d1d1;
  border-radius: 10px;
}

.border-on-focus {
  border: 0;
}

.border-on-focus:hover {
  color: rgb(36, 67, 175);
}

.display-table th {
  font-weight: bold !important;
}

.display-table th, .display-table td {
  border: 0;
}

.display-table {
  width: auto;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 4px;
  border: 0;
}

.display-table * {
  letter-spacing: 1px;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  -webkit-appearance: none;
  font: inherit;
}

/*
table {
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  border-spacing: 0;
}

table th, table td {
  border: 1px solid #d1d1d1;
  padding: 8px;
}
*/

table {
  /*
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  border-spacing: 0;
  */
    border: 1px solid rgba(0,0,0,.2);
    border-collapse: separate;
    border-left: 0;
    border-radius: 5px;
    border-spacing: 0px;
    overflow-x: auto;
}

table tr:first-child td:first-child {
  border-radius: 5px 0 0 0 !important;
}
table tr:first-child td:last-child {
  border-radius: 0 5px 0 0 !important;
}

table tr:first-child th:first-child {
  border-radius: 5px 0 0 0 !important;
}
table tr:first-child th:last-child {
  border-radius: 0 5px 0 0 !important;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px !important;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0 !important;
}

table th, table td {
  /*border: 1px solid rgba(0,0,0,.14);*/
  border-left: 1px solid rgba(0,0,0,.2);
  padding: 8px;
}

table th {
  color: rgba(0,0,0,.74);
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
}

table td {
  overflow-x: hidden;
  border-top: 1px solid rgba(0,0,0,.2);
  text-align: center;
}

.action-cell {
  width: 32px;
  max-width: 32px;
}

.space-between-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

.stretch-stretch {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.center-stretch {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.center-start {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-end {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.end-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.end-center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.end-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.start-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.start-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.start-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.start-stretch {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.not-displayed {
  display: none;
}

.dropdown {
  position: relative;
}

/*
.dropdown:hover .dropdown-content {
  display: flex;
}
*/

.small-margin {
  margin: 4px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #f9f9f9;  
  z-index: 99999999999;
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

.dropdown-content > * {
  white-space: nowrap;
  word-wrap: none;
  text-decoration: none;
  overflow: hidden;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  display: flex;
  text-align: left;
  color: rgba(0,0,0,.87);

  font-family: "Helvetica Neue LT Std Roman";
  font-size: 14px;
  font-weight: 400;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

@media screen and (max-width: 599px) {
  .hide-xs {
    display: none;
  }
  .column-xs {
    display: flex;
    flex-flow: column;
  }
  .margin-top-xs {
    margin-top: 12px;
  }
  .margin-bottom-xs {
    margin-bottom: 12px;
  }
  .border-top-xs {
    border-top: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .start-start-xs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .start-stretch-xs {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .center-stretch-xs {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .start-center-xs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .start-end-xs {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .xs-100 {
    width: 100%;
  }
  .padding-right-xs {
    padding-right: 12px;
  }
}

@media screen and (min-width: 600px) {
  .start-center-gt-xs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .space-between-start-gt-xs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .gt-xs-50 {
    width: 50%;
  }
  .gt-xs-100 {
    width: 100%;
  }
  .hide-gt-xs {
    display: none;
  }
  .row-gt-xs {
    display: flex;
    flex-flow: row;
  }
  .start-stretch-gt-xs {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .start-start-gt-xs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .border-top-zero-gt-xs {
    border-top: 0;
  }
  .padding-left-half-gt-xs {
    padding-left: 8px;
  }
  .padding-right-half-gt-xs {
    padding-right: 8px;
  }
  .margin-left-gt-xs {
    margin-left: 12px;
  }
  .margin-right-gt-xs {
    margin-right: 12px;
  }
  .border-left-gt-xs {
    border-left: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .xs-100 {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .hide-sm {
    display: none;
  }
  .sm-100 {
    width: 100%;
  }
  .sm-80 {
    width: 80%;
  }
  .sm-50 {
    width: 48%;
  }
  .sm-60 {
    width: 60%;
  }
  .border-top-sm {
    border-top: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .center-stretch-sm {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  .left-filter-padding {
    padding: 16px;
  }
  .right-filter-padding {
    padding: 16px;
  }
}

@media screen and (min-width: 960px) {
  .center-start-gt-sm {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .center-stretch-gt-sm {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .start-stretch-gt-sm {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .stretch-stretch-gt-sm {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
  .gt-sm-50-max {
    max-width: 50%;
  }
  .gt-sm-60-max {
    max-width: 60%;
  }
  .margin-left-gt-sm {
    margin-left: 12px;
  }
  .border-radius-35-gt-sm {
    border-radius: 40px;
  }
  .left-filter-padding {
    padding: 16px 16px 16px 32px;
  }
  .right-filter-padding {
    padding: 16px 32px 16px 16px;
  }
  .hide-gt-sm {
    display: none;
  }
  .row-gt-sm {
    display: flex;
    flex-flow: row;
  }
  .start-start-gt-sm {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .start-center-gt-sm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .gt-sm-25 {
    width: 25%;
  }
  .gt-sm-33 {
    width: 33%;
  }
  .gt-sm-40 {
    width: 40%;
  }
  .gt-sm-50 {
    width: 50%;
  }
  .gt-sm-60 {
    width: 60%;
  }
  .gt-sm-70 {
    width: 70%;
  }
  .gt-sm-85 {
    width: 85%;
  }
  .gt-sm-80 {
    width: 80%;
  }
  .gt-sm-90 {
    width: 90%;
  }
  .border-left-gt-sm {
    border-left: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .border-right-gt-sm {
    border-right: 1px dashed rgba( 0, 0, 0, .2 );
  }
  .gt-sm-center-center {
    display: flex;
    place-content: center center;
  }
  table {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.animate {
  position: relative;
  -webkit-animation-name: enter_scale;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-timing-function: ease;
  
	-moz-animation-name: enter_scale;
  -moz-animation-duration: 0.25s;
  -moz-animation-timing-function: ease;
  
  -ms-animation-name: enter_scale;
  -ms-animation-duration: 0.25s;
  -ms-animation-timing-function: ease;
  
  -o-animation-name: enter_scale;
  -o-animation-duration: 0.25s;
  -o-animation-timing-function: ease;
  
  animation-name: enter_scale;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

@-webkit-keyframes enter_scale {
  from {bottom: 20px; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}

@keyframes enter_scale {
  from {bottom: 20px; opacity: 0;}
  to {bottom: 0px; opacity: 1;}
}

@keyframes segway {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
    
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@media print {
  .toolbar,
  .hidden-from-print,
  .hidden-from-print * {
      display: none !important;
  }
}