@font-face {
  /**
  font-family: 'Titillium Web';
  src: url("fonts/TitilliumWeb-Regular.ttf") format("truetype"),
       url("fonts/TitilliumWeb-Regular.woff") format("woff"); 
  */
  font-family: "Arial";
  font-weight: normal;
  font-style: normal;
}
::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

.placeholder {
  opacity: 0.5;
  font-style: italic;
}

body {
  overflow-y: hidden;
  font: 14px Arial;
  -webkit-text-size-adjust: 100%;
}

div,
textarea {
  max-height: 100000px;
}

ul,
ol {
  text-align: left;
}

html,
button,
input,
select {
  vertical-align: baseline;
}

select,
textarea,
input,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-size: 100%;
}

select:focus,
textarea:focus,
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  font-size: 100%;
}

select {
  background: white;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  background-color: #808080;
}

textarea {
  padding: 4px;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}

a {
  text-decoration: underline;
  color: #00b7ff;
}

.centerDiv {
  margin: 0 auto;
  width: 100px;
}

.verticalCenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.clickable {
  cursor: pointer;
  border: 2px solid transparent;
}

.clickable:active {
  border: 2px inset;
}

.clickableHoverBg:hover {
  background: #E9C895;
}

.topClickable {
  cursor: pointer;
  border: 2px solid transparent;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.topClickable:active {
  border: 2px inset;
}

.scrollbarThin {
  scrollbar-width: thin;
}

.pageTop {
  height: 48px;
  width: 100%;
  background: #232f3e;
  color: white;
  border-bottom: solid #d4d4d4 1px;
  display: table;
  position: fixed;
  top: 0px;
  left: 0px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.pageTopSpacer {
  height: 48px;
  width: 100px;
}

.pageBase {
  position: fixed;
  top: 48px;
  left: 0px;
  background: #ffffff;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.pageCol {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0px;
}

.pageCell {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
}

.menuCol {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: -260px;
  transition: transform 0.3s ease;
  z-index: 1000;
}

.menuShown {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
  width: 260px;
}

.menuCell {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #202020;
  background-color: #f3f3f3;
  border-right: solid 1px #232f3e;
}

.menu {
  padding: 6px;
  line-height: 1.75;
}

.page {
  line-height: 1.26;
  padding-left: 4px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 6px;
}

.infoCol {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease;
}

.infoCell {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
}

.info {
  line-height: 1.26;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
}

.mainMenuItem {
  cursor: pointer;
  margin-top: 14px;
  margin-left: 4px;
  margin-bottom: 10px;
  color: #202020;
  font: 600 100% Arial;
  line-height: 1;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mainMenuItem:hover {
  color: #C5570F;
}

.mainmMenuItem:active {
  color: #fea022;
}

.mainMenuItemHot {
  cursor: pointer;
  margin-top: 14px;
  margin-left: 4px;
  margin-bottom: 10px;
  color: #f17d2e;
  font: bold 110% Arial;
  line-height: 1;
}

.mainMenuItemHot:hover {
  color: #c5570f;
}

.mainmMenuItemHot:active {
  background: #ffb032;
}

.mainMenuLabel {
  text-align: center;
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  color: #202020;
  font: bold 100% Arial;
}

.menuItem {
  cursor: pointer;
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  color: black;
  font: bold 110% Arial;
  border: 2px solid transparent;
}

.menuItem:hover {
  color: #ffc040;
}

.menuItem:active {
  border: 2px inset;
}

.menuLabel {
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  color: #232f3e;
  font: italic bold 110% Arial;
}

.intro {
  background: #eeeeee;
  overflow: auto;
  padding: 6px;
  margin-bottom: 6px;
  border: 1px solid #FFCBA9;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: dropDown2 0.3s;
  -webkit-animation: dropDown2 0.3s;
  -moz-animation: dropDown2 0.3s;
  -o-animation: dropDown2 0.3s;
  animation: dropDown2 0.3s;
}

.help {
  margin-top: 4px;
  margin-right: 8px;
  border-top: 1px solid #d3d7cf;
  animation: dropDown2 0.3s;
  -webkit-animation: dropDown2 0.3s;
  -moz-animation: dropDown2 0.3s;
  -o-animation: dropDown2 0.3s;
  animation: dropDown2 0.3s;
}

.sectionTitle {
  text-align: center;
  font: bold 100% Arial;
  color: #c94e1b;
}

.disabledItem {
  font-style: italic;
  color: #a8a6a1;
}

.debugMsg {
  font-size: 90%;
  color: white;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.backButtonDiv {
  display: table-cell;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-right: 6px;
  width: 44px;
  vertical-align: middle;
  text-align: center;
}

.topTitle {
  display: table-cell;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-right: 6px;
  width: 100%;
  vertical-align: middle;
  text-align: right;
  font: bold 110% Arial;
  color: white;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.menuButtonDiv {
  display: table-cell;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  width: 44px;
  vertical-align: middle;
  text-align: center;
}

.topButton {
  font: bold 130% Arial;
  color: #fea022;
  display: table-cell;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  vertical-align: middle;
}

.pageTitle {
  font: bold 120% Arial;
  color: #c94e1b;
  margin-top: 6px;
  margin-bottom: 10px;
  text-align: center;
}

.pageSubTitle {
  font: bold 110% Arial;
  color: #c94e1b;
  margin-bottom: 8px;
}

.messagePopup {
  display: block;
  position: fixed;
  top: 64px;
  left: 260px;
  padding: 16px;
  background: #ffffff;
  overflow: auto;
  border: 2px solid #f26c6c;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
}

.tickleDOM {
  display: block;
  position: fixed;
  top: 4px;
  left: 260px;
  background: #232f3e;
  color: #232f3e;
  overflow: auto;
}

.appIcon {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  width: 120px;
  overflow: hidden;
}

.popupTitle {
  font: bold 110% Arial;
  color: #c94e1b;
  margin-top: 6px;
  margin-bottom: 10px;
  text-align: center;
  padding-right: 60px;
  padding-left: 60px;
}

.logoDiv {
  display: table-cell;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-right: 6px;
  /* background:black;
  background-image:url('images/logoSmall.png'); */
  width: 70px;
  height: 32px;
  vertical-align: middle;
  text-align: center;
}

.tableHeader {
  color: #c94e1b;
  font: bold 110% Arial;
  text-align: center;
}

.stableHeader {
  color: grey;
  font: bold 100% Arial;
  text-align: center;
  border: 1px solid gray;
}

.stableCell {
  border: 1px solid gray;
  padding-right: 4px;
  padding-left: 4px;
}

.link {
  cursor: pointer;
  color: #00b7ff;
  text-decoration: underline;
}

.more {
  cursor: pointer;
  font-weight: bold;
  color: #00b7ff;
}

.commandLink {
  display: inline-block;
  cursor: pointer;
  color: #00b7ff;
  text-decoration: underline;
}

.thumbnail {
  /* width:40px; */
  /* height:40px; */
  margin: 4px;
  display: flex;
  justify-content: center;
}

.centeredImage {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.buttonBar {
  margin-top: 4px;
  margin-bottom: 4px;
  border: none;
  border-bottom: 2px;
  border-bottom-style: solid;
  border-color: #fea022;
}

.checkbox,
.radio {
  width: 19px;
  height: 25px;
  padding: 0px; /* Removed padding to eliminate color bleeding around image */
  display: block;
  clear: left;
  float: left;
}

.checkmarkWrapper {
  display: inline-block;
  position: relative;
  line-height: 0px;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
}

.fieldSpace {
  /* margin-top:8px; */
  margin-top: 4px;
}

.fieldLabel {
  font: bold 100% Arial;
  color: #2f4f4f;
  line-height: 1;
  margin-bottom: 0px;
}

.roundedField {
  /* margin-top:2px; */
  border: 1px solid gray;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 1.5rem;
}

.roundedField:has(img) {
  height: auto;
}

.roundedField:disabled {
  border-style: dashed;
}

.checkboxRounded {
  height: 1rem;
}

.selectArrow {
  background: url("images/selectArrow.png") no-repeat right white;
}

.fieldNormal {
  background: white;
}

.fieldError {
  background: #ffcbc2;
}

.fieldModified {
  background: #f9f3c1;
}

.objList {
  margin-top: 6px;
  border-top: 1px solid #FFCBA9;
  width: 100%;
}

.objListHeader {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px ridge #eeeeee;
}

.filterLabel {
  font: bold 110% Arial;
  color: #c94e1b;
}

.limitLabel {
  margin-top: 6px;
  font: bold 100% Arial;
  color: #ce5c00;
}

.myButton {
  display: inline-block;
  font: 600 100% Arial;
  color: black;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #f8f9fa;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  border: 1px solid #e9ecef;
  cursor: pointer;
  transition: all 0.2s ease;
}

.myButton:hover {
  display: inline-block;
  font: 600 100% Arial;
  color: black;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #e9ecef;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  transform: translateY(-1px);
  border: 1px solid #dee2e6;
  cursor: pointer;
}

.myButton:focus {
  display: inline-block;
  font: 600 100% Arial;
  color: black;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #e9ecef;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #de8d00;
  outline: none;
  cursor: pointer;
}

.myButton:active {
  display: inline-block;
  font: 600 100% Arial;
  color: black;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #dee2e6;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  border: 1px solid #ced4da;
  transform: translateY(0px);
  cursor: pointer;
}

.myButtonDisabled {
  display: inline-block;
  font: italic 200 100% Arial;
  color: #333333;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #f8f9fa;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  border: 1px solid #e9ecef;
  opacity: 0.6;
  cursor: not-allowed;
}

.myButtonHot {
  display: inline-block;
  font: 600 100% Arial;
  color: white;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #de8d00;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  transition: all 0.2s ease;
}

.myButtonHot:hover {
  display: inline-block;
  font: 600 100% Arial;
  color: white;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #c67d00;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  transform: translateY(-1px);
  cursor: pointer;
}

.myButtonHot:focus {
  display: inline-block;
  font: 600 100% Arial;
  color: white;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #c67d00;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.25);
  outline: none;
  cursor: pointer;
}

.myButtonHot:active {
  display: inline-block;
  font: 600 100% Arial;
  color: white;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #b56f00;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  transform: translateY(0px);
  cursor: pointer;
}

.myButtonHotDisabled {
  display: inline-block;
  font: italic 200 100% Arial;
  color: white;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background: #de8d00;
  min-width: 4em;
  text-align: center;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  opacity: 0.4;
  cursor: not-allowed;
}

.myButtonSmall {
  display: inline-block;
  font: 600 100% Arial;
  color: black;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #f8f9fa;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  border: 1px solid #e9ecef;
  cursor: pointer;
  transition: all 0.2s ease;
}

.myButtonSmall:hover {
  display: inline-block;
  font: 600 100% Arial;
  color: black;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #e9ecef;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  transform: translateY(-1px);
  border: 1px solid #dee2e6;
  cursor: pointer;
}

.myButtonSmall:focus {
  display: inline-block;
  font: 600 100% Arial;
  color: black;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #e9ecef;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  box-shadow: 0 0 0 2px rgba(222, 141, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 2px rgba(222, 141, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 2px rgba(222, 141, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #de8d00;
  outline: none;
  cursor: pointer;
}

.myButtonSmall:active {
  display: inline-block;
  font: 600 100% Arial;
  color: black;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #dee2e6;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  border: 1px solid #ced4da;
  transform: translateY(0px);
  cursor: pointer;
}

.myButtonSmallDisabled {
  display: inline-block;
  font: italic 200 100% Arial;
  color: #333333;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #f8f9fa;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  border: 1px solid #e9ecef;
  opacity: 0.6;
  cursor: not-allowed;
}

.myButtonHotSmall {
  display: inline-block;
  font: 600 100% Arial;
  color: white;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #de8d00;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.myButtonHotSmall:hover {
  display: inline-block;
  font: 600 100% Arial;
  color: white;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #c67d00;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  transform: translateY(-1px);
  cursor: pointer;
}

.myButtonHotSmall:focus {
  display: inline-block;
  font: 600 100% Arial;
  color: white;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #c67d00;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  box-shadow: 0 0 0 2px rgba(222, 141, 0, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 2px rgba(222, 141, 0, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 2px rgba(222, 141, 0, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  outline: none;
  cursor: pointer;
}

.myButtonHotSmall:active {
  display: inline-block;
  font: 600 100% Arial;
  color: white;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #b56f00;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  transform: translateY(0px);
  cursor: pointer;
}

.myButtonHotSmallDisabled {
  display: inline-block;
  font: italic 200 100% Arial;
  color: white;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background: #de8d00;
  border: none;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  opacity: 0.4;
  cursor: not-allowed;
}

.myButton2 {
  display: inline-block;
  cursor: pointer;
  font: 600 100% Arial;
  color: black;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faa51a", endColorstr="#f47a20");
}

.myButton2:disabled {
  cursor: none;
  font-weight: lighter;
  background: #a8a6a1;
}

.myButton2:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f88e11", endColorstr="#f06015");
}

.myButton2:focus {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f88e11", endColorstr="#f06015");
}

.myButton2:active {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  color: #fcd3a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47a20", endColorstr="#faa51a");
}

.myButton3 {
  display: inline-block;
  cursor: pointer;
  font: 600 100% Arial;
  color: black;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  background: #9a9a9a;
  background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#848484));
  background: -moz-linear-gradient(top, #bababa, #848484);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bababa", endColorstr="#848484");
}

.myButton3:disabled {
  cursor: none;
  font-weight: lighter;
  background: #a8a6a1;
}

.myButton3:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  background: #d4d4d4;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#d0d0d0));
  background: -moz-linear-gradient(top, #d8d8d8, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8", endColorstr="#d0d0d0");
}

.myButton3:focus {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  background: #d4d4d4;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#d0d0d0));
  background: -moz-linear-gradient(top, #d8d8d8, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8", endColorstr="#d0d0d0");
}

.myButton3:active {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  color: #fcd3a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#848484), to(#bababa));
  background: -moz-linear-gradient(top, #848484, #bababa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#848484", endColorstr="#bababa");
}

.hotButton {
  display: inline-block;
  cursor: pointer;
  font: 600 100% Arial;
  color: black;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#fa2010), to(#f41008));
  background: -moz-linear-gradient(top, #fa2010, #f41008);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa2010", endColorstr="#f41008");
}

.hotButton:disabled {
  cursor: none;
  font-weight: lighter;
  background: #a8a6a1;
}

.hotButton:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f82010), to(#f01008));
  background: -moz-linear-gradient(top, #f82010, #f01008);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f82010", endColorstr="#f01008");
}

.hotButton:focus {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f82010), to(#f01008));
  background: -moz-linear-gradient(top, #f82010, #f01008);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f82010", endColorstr="#f01008");
}

.hotButton:active {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  color: #fcd3a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f42010), to(#fa1008));
  background: -moz-linear-gradient(top, #f42010, #fa1008);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f41008", endColorstr="#fa1008");
}

.myCircleButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: black;
  margin: 2px 4px;
  padding: 8px;
  background: #f8f9fa;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}

.myCircleButton:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: black;
  margin: 2px 4px;
  padding: 8px;
  background: #e9ecef;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  cursor: pointer;
  transform: translateY(-1px);
  border: 1px solid #dee2e6;
}

.myCircleButton:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: black;
  margin: 2px 4px;
  padding: 8px;
  background: #e9ecef;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.25), 0 3px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #de8d00;
  outline: none;
}

.myCircleButton:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: black;
  margin: 2px 4px;
  padding: 8px;
  background: #dee2e6;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #ced4da;
  transform: translateY(0px);
}

.myCircleButtonDisabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: italic 200 100% Arial;
  color: #333333;
  margin: 2px 4px;
  padding: 8px;
  background: #f8f9fa;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #e9ecef;
  opacity: 0.6;
  cursor: not-allowed;
}

.myCircleButtonSmall {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: black;
  margin: 2px 4px;
  padding: 4px;
  background: #f8f9fa;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}

.myCircleButtonSmall:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: black;
  margin: 2px 4px;
  padding: 4px;
  background: #e9ecef;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  cursor: pointer;
  transform: translateY(-1px);
  border: 1px solid #dee2e6;
}

.myCircleButtonSmall:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: black;
  margin: 2px 4px;
  padding: 4px;
  background: #e9ecef;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(222, 141, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 2px rgba(222, 141, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 2px rgba(222, 141, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #de8d00;
  outline: none;
}

.myCircleButtonSmall:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: black;
  margin: 2px 4px;
  padding: 4px;
  background: #dee2e6;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #ced4da;
  transform: translateY(0px);
}

.myCircleButtonSmallDisabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: italic 200 100% Arial;
  color: #333333;
  margin: 2px 4px;
  padding: 4px;
  background: #f8f9fa;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #e9ecef;
  opacity: 0.6;
  cursor: not-allowed;
}

.myCircleButtonGreen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #16a34a;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
}

.myCircleButtonGreen:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #15803d;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  cursor: pointer;
  transform: translateY(-1px);
  border: 1px solid #15803d;
}

.myCircleButtonGreen:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #15803d;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  border: 1px solid #15803d;
  outline: none;
}

.myCircleButtonGreen:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #14532d;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #14532d;
  transform: translateY(0px);
}

.myCircleButtonGreenDisabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: italic 200 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #16a34a;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 0.4;
  cursor: not-allowed;
}

.myCircleButtonHot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #de8d00;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
}

.myCircleButtonHot:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #c67d00;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  cursor: pointer;
  transform: translateY(-1px);
  border: 1px solid #15803d;
}

.myCircleButtonHot:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #c67d00;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  border: 1px solid #15803d;
  outline: none;
}

.myCircleButtonHot:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #b56f00;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #14532d;
  transform: translateY(0px);
}

.myCircleButtonHotDisabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: italic 200 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 8px;
  background: #de8d00;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 0.4;
  cursor: not-allowed;
}

.myCircleButtonSmallHot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 4px;
  background: #de8d00;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
}

.myCircleButtonSmallHot:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 4px;
  background: #c67d00;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  cursor: pointer;
  transform: translateY(-1px);
  border: 1px solid #15803d;
}

.myCircleButtonSmallHot:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 4px;
  background: #c67d00;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.5), 0 3px 6px rgba(0, 0, 0, 0.25);
  border: 1px solid #15803d;
  outline: none;
}

.myCircleButtonSmallHot:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 4px;
  background: #b56f00;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #14532d;
  transform: translateY(0px);
}

.myCircleButtonSmallHotDisabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: italic 200 100% Arial;
  color: white;
  margin: 2px 4px;
  padding: 4px;
  background: #de8d00;
  width: 2em;
  height: 2em;
  border: 1px solid #e9ecef;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 0.4;
  cursor: not-allowed;
}

.accessIcon {
  width: 3em;
  margin-left: 4px;
  margin-right: 4px;
}

.iconButton {
  display: inline-block;
  font: 600 100% Arial;
  color: black;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 1px;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.iconButton:hover {
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #cccccc;
}

.iconButton:focus {
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #cccccc;
}

.iconButton:active {
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: #aaaaaa;
}

.comboInput {
  background: url(images/dropList.png) no-repeat right;
  width: 100%;
}

.dropbtn {
  position: relative;
  display: inline-block;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding: 4px;
  border: 2px solid #ffcba9;
  background: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropMenu {
  padding: 4px;
  border: 2px solid #ffcba9;
  opacity: 1;
  background: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-entry {
  color: black;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 6px;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}

.dropdown-entry:hover {
  background: #ddd;
}

.dropdown-show {
  display: block;
}

.evenRow {
  background: #fff7e8;
}

.oddRow {
  background: #eff0f1;
}

.box {
  background: #eeeeee;
  overflow: auto;
  padding: 4px;
  margin-top: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.boxBorder {
  border: 1px solid #FFCBA9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.boxHeader {
  font-weight: bold;
  color: #2f4f4f;
  margin-bottom: 8px;
}

.expandBoxHeader {
  text-decoration: underline;
  font-weight: bold;
  color: #2f4f4f;
  margin-bottom: 8px;
}

.expandHeader {
  margin-right: 8px;
  color: #e37a34;
  font-style: italic;
}

.expandBoxContent {
  margin-top: 6px;
}

.animated {
  animation: dropDown2 0.3s;
  -webkit-animation: dropDown2 0.3s;
  -moz-animation: dropDown2 0.3s;
  -o-animation: dropDown2 0.3s;
  animation: dropDown2 0.3s;
}

.animateLeft {
  animation: slideRight 0.3s;
  -webkit-animation: slideRight 0.3s;
  -moz-animation: slideRight 0.3s;
  -o-animation: slideRight 0.3s;
  animation: slideRight 0.3s;
}

.animateRight {
  animation: slideLeft 0.3s;
  -webkit-animation: slideLeft 0.3s;
  -moz-animation: slideLeft 0.3s;
  -o-animation: slideLeft 0.3s;
  animation: slideLeft 0.3s;
}

.fileField {
  background: #f8f8f8;
  overflow: auto;
  padding: 4px;
  margin-top: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid black; /* #FFCBA9; */
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tabSheet {
  margin-top: 8px;
}

.tab {
  cursor: pointer;
  position: relative;
  top: 0px;
  display: inline-block;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: none;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 4px;
  height: 20px;
}

.tabNormal {
  background: #d3d2d0;
}

.tabSelected {
  background: white;
}

.tabError {
  background: #ffcbc2;
}

.tabModified {
  background: #f9f3c1;
}

.tabContent {
  position: relative;
  top: -1px;
  z-index: 2;
  border: 1px solid gray;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  padding: 4px;
  margin-bottom: 4px;
  overflow: auto;
}

.modalHeader {
  font: italic bold 120% Arial;
  margin-top: 4px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}

.closeButton {
  float: right;
  margin-right: 8px;
}

.optionSelected {
  font: bold 100% Arial;
  color: #c94e1b;
  text-decoration: underline;
}

.popupOverlay {
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  -moz-opacity: 0.1;
  opacity: 0.1;
  filter: alpha(opacity=10);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.popupBase {
  display: block;
  position: absolute;
  top: 48px;
  left: 5px;
  width: 90%;
  padding: 16px;
  background-color: transparent;
  text-align: center;
}

.popupBox {
  display: inline-block;
  text-align: left;
  padding: 16px;
  background: white;
  border: 2px solid #fea022;
  max-width: 90%;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation: popIn 0s;
  -moz-animation: popIn 0s;
  -ms-animation: popIn 0s;
  animation: popIn 0s;
}

.popupContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  width: 100%;
  padding: 6px;
}

.popupMessage {
  text-align: left;
}

.docPage {
  padding-right: 5px;
}

.docPageRef {
  cursor: pointer;
  color: #00b7ff;
  text-decoration: underline;
}

.docPopupRef {
  cursor: pointer;
  color: #00b7ff;
  text-decoration: underline;
}

.pulsate {
  animation-name: opacity-pulsate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  right: 0px;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

@keyframes opacity-pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes border-pulsate {
  0% {
    border-color: rgb(245, 121, 0);
  }
  50% {
    border-color: rgba(245, 121, 0, 0);
  }
  100% {
    border-color: rgb(245, 121, 0);
  }
}
@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes popIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes popIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fontGrow {
  0% {
    font-size: 10%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontGrow {
  0% {
    font-size: 10%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontGrow {
  0% {
    font-size: 10%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontGrow {
  0% {
    font-size: 10%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes dropDown2 {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
  }
}
@-moz-keyframes dropDown2 {
  0% {
    opacity: 0;
    -moz-transform: scaleY(0.1);
  }
  100% {
    opacity: 1;
    -moz-transform: scaleY(1);
  }
}
@-o-keyframes dropDown2 {
  0% {
    opacity: 0;
    -o-transform: scaleY(0.1);
  }
  100% {
    opacity: 1;
    -o-transform: scaleY(1);
  }
}
@keyframes dropDown2 {
  0% {
    opacity: 0;
    transform: scaleY(0.1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-150%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-150%);
  }
}
.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 105% Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #bfdc7a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfdc7a), to(#8ebf45));
  background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -moz-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -ms-linear-gradient(top, #bfdc7a, #8ebf45);
  background-image: -o-linear-gradient(top, #bfdc7a, #8ebf45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before,
.ribbon-green:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0px;
}

.ribbon-green:after {
  right: 0px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0px;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.container16x9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.container4x3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio */
}

.container3x2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}

.container8x5 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62.5%; /* 8:5 Aspect Ratio */
}

.container1x1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.Carousel {
  display: flex;
  flex-direction: row;
  border-radius: 4px;
}
.Carousel img[role=button] {
  border-radius: 8px;
  margin: 4px;
}
.Carousel img[role=button]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0066cc, 0 0 8px rgba(0, 102, 204, 0.3);
  transform: scale(1.02);
}
.Carousel img[role=button]:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.Carousel .thumbnail {
  margin: 2px 1px;
  border-radius: 4px;
}
.Carousel .thumbnail:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0066cc;
  z-index: 10;
  position: relative;
}
.Carousel .thumbnail:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.Carousel .thumbnail img {
  border-radius: 3px;
  display: block;
}
.Carousel .thumbnail img:hover {
  transform: scale(1.02);
}
.Carousel .clickable[role=button] {
  margin: 2px;
  border-radius: 50%;
}
.Carousel .clickable[role=button]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0066cc;
  z-index: 10;
  position: relative;
}

.Carousel2 {
  border-radius: 4px;
}
.Carousel2:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0066cc;
  z-index: 10;
  position: relative;
}
.Carousel2 .prod,
.Carousel2 .clickable[role=button] {
  margin: 2px;
  border-radius: 5px;
}
.Carousel2 .prod:focus,
.Carousel2 .clickable[role=button]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0066cc;
  z-index: 10;
  position: relative;
}
.Carousel2 .prod:hover,
.Carousel2 .clickable[role=button]:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.Carousel2 .myCircleButtonSmall:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0066cc;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  .Carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menuCol {
    left: -100vw;
    width: 100vw;
    /* height: 100vh; */
    /* position: fixed; */
  }
  .menuShown {
    transform: translateX(100vw);
  }
  .menuCell {
    width: 100%;
  }
}
.asst-message-bubble {
  padding: 8px;
  margin-top: 6px;
  border-radius: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  max-width: 100%;
  font-size: max(1em, 16px);
}
.asst-message-bubble.asst-user {
  background-color: #e8f4f8;
  margin-left: 20%;
}
.asst-message-bubble.asst-assistant {
  background-color: #f0f0f0;
  margin-right: 20%;
}
.asst-message-bubble.asst-error {
  background-color: #fee;
  border: 1px solid #fcc;
  margin-right: 20%;
  color: #c00;
}
.asst-message-bubble pre,
.asst-message-bubble code {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.asst-typing-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  margin-top: 6px;
  margin-right: 20%;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.asst-typing-indicator .typing-dots {
  display: flex;
  gap: 5px;
}
.asst-typing-indicator .typing-dots span {
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
  animation: typingBounce 1.4s ease-in-out infinite;
}
.asst-typing-indicator .typing-dots span:nth-child(1) {
  animation-delay: 0s;
}
.asst-typing-indicator .typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.asst-typing-indicator .typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typingBounce {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-6px);
    opacity: 1;
  }
}
.send-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.send-button:hover:not(:disabled) {
  transform: scale(1.05);
}
.send-button:active:not(:disabled) {
  transform: scale(0.95);
}
.send-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.bell-ring {
  animation: ringBell 0.5s ease-in-out;
  transform-origin: top center;
}

@keyframes ringBell {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-12deg);
  }
  30% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-12deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  90% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.asst-compact-bar {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: white;
  border-radius: 24px;
  border: 1px solid #d0d0d0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  gap: 8px;
}
.asst-compact-bar:focus-within, .asst-compact-bar.focused {
  border-color: #de8d00;
  box-shadow: 0 0 0 3px rgba(222, 141, 0, 0.15);
}
.asst-compact-bar .asst-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  resize: none;
  font-size: max(1em, 16px);
  line-height: 1.4;
  padding: 0;
  min-height: 24px;
  max-height: 80px;
  font-family: inherit;
}
.asst-compact-bar .asst-input::placeholder {
  color: #999;
  font-style: normal;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.asst-compact-bar .asst-input:focus::placeholder {
  opacity: 0;
}
.asst-compact-bar .asst-ai-icon {
  transition: opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease, width 0.2s ease;
  flex-shrink: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  margin-right: 8px;
  width: auto;
}
.asst-compact-bar:focus-within .asst-ai-icon, .asst-compact-bar.focused .asst-ai-icon, .asst-compact-bar.has-text .asst-ai-icon {
  opacity: 0;
  transform: scale(0);
  margin-right: 0;
  width: 0;
  overflow: hidden;
}
.asst-compact-bar .send-button {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
.asst-compact-bar:focus-within .send-button, .asst-compact-bar.focused .send-button, .asst-compact-bar.has-text .send-button {
  opacity: 1;
  transform: scale(1);
}

.asst-messages-container {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.asst-messages-container.expanding {
  animation: asstSlideDown 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.asst-messages-container.collapsing {
  animation: asstSlideUp 0.2s ease-out forwards;
}

.asst-action-bar.expanding {
  animation: asstSlideDown 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.asst-action-bar.collapsing {
  animation: asstSlideUp 0.2s ease-out forwards;
}

.asst-alert-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: asstPulse 2s infinite;
}

@keyframes asstPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
.asst-disclaimer {
  font-size: 0.8em;
  color: #888;
  padding: 4px 12px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  text-align: center;
}
.asst-disclaimer a {
  color: #de8d00;
  text-decoration: underline;
}

.asst-compact-bar:focus-within ~ .asst-disclaimer,
.asst-compact-bar.focused ~ .asst-disclaimer {
  opacity: 1;
  max-height: 40px;
  padding: 8px 12px;
}

.asst-expanded-content {
  transform-origin: top;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.asst-expanded-content.expanding {
  animation: asstSlideDown 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.asst-expanded-content.collapsing {
  animation: asstSlideUp 0.2s ease-out forwards;
}

@keyframes asstSlideDown {
  from {
    opacity: 0;
    transform: scaleY(0.9) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
@keyframes asstSlideUp {
  from {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scaleY(0.9) translateY(-10px);
  }
}
@media (max-width: 768px) {
  .asst-compact-bar {
    padding: 10px 14px;
  }
  .asst-compact-bar .asst-input {
    font-size: max(1em, 16px);
  }
  .asst-disclaimer {
    font-size: 0.75em;
  }
}
.footer {
  width: 100%;
  background: #bababa;
  font: 100% Arial;
  color: #3e3e3e;
}

.menuRedItalic {
  color: red;
  font-style: italic;
  font-size: 80%;
  margin-left: 12px;
}

.user-selection {
  display: inline-block;
  cursor: pointer;
  width: 200px;
  padding: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  vertical-align: top;
  margin: 0px;
}

.user-selection:hover {
  background: #e8e8f8;
}

.userImageDiv {
  margin-top: 8px;
  object-fit: contain;
  display: block;
  text-align: center;
  width: 100%;
  height: 128px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.assistentDiv {
  padding: 8px;
  background: #7FFF7E;
}