#tromoveservice label {
  font-weight: bold;
  width: initial;
}
#tromoveservice input,
#tromoveservice select {
  background-color: #fff;
  border: 1px solid #ededed;
  color: #281e1e;
  display: block;
  font-size: 20px;
  padding: 8px 12px;
  width: 100%;
}
#tromoveservice input[type=checkbox],
#tromoveservice select[type=checkbox] {
  margin: 0;
  width: 50px;
}
#tromoveservice input:-moz-placeholder,
#tromoveservice select:-moz-placeholder {
  color: #ededed;
}
#tromoveservice input::-moz-placeholder,
#tromoveservice select::-moz-placeholder {
  color: #ededed;
  opacity: 1;
}
#tromoveservice input:-ms-input-placeholder, #tromoveservice input::-webkit-input-placeholder,
#tromoveservice select:-ms-input-placeholder,
#tromoveservice select::-webkit-input-placeholder {
  color: #ededed;
}
#tromoveservice .btn {
  font-size: 20px;
}
#tromoveservice .btn.btn-secondary {
  background-color: #ededed !important;
}
#tromoveservice .btn.btn-secondary:focus, #tromoveservice .btn.btn-secondary:hover {
  background-color: #d7d7d7 !important;
}
#tromoveservice .btn.btn-outline-dark:focus, #tromoveservice .btn.btn-outline-dark:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
#tromoveservice .detail-popup-container {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10001;
}
#tromoveservice .detail-popup-container .popup-place {
  background-color: #95c11f;
  margin: auto;
  padding: 20px 40px 40px;
  position: relative;
  top: 10%;
  width: 80vw;
}
#tromoveservice .detail-popup-container .popup-place .popup-close {
  cursor: pointer;
  font-size: 26px;
  position: absolute;
  right: 15px;
  top: 15px;
}
#tromoveservice .detail-popup-container .popup-place .popup-close:focus, #tromoveservice .detail-popup-container .popup-place .popup-close:hover {
  color: #ededed;
}
#tromoveservice .detail-popup-container .popup-place .popup-header {
  font-family: Lato, sans-serif;
  font-size: 34px;
  margin-bottom: 2rem;
}
#tromoveservice .detail-popup-container .popup-place .popup-body img {
  max-height: 70vh;
  max-width: 100%;
}
#tromoveservice .tab-menu {
  font-weight: bold;
}
#tromoveservice .tab-menu .tab-link {
  background-color: #ededed;
  display: inline-block;
  padding: 9px 30px;
}
#tromoveservice .tab-menu .tab-link.active {
  background-color: #95c11f;
}
#tromoveservice .tab-content {
  background-color: #95c11f;
  color: #281e1e;
  padding: 40px;
}
#tromoveservice .tab-content .tab-panel:not(.active) {
  display: none;
}
#tromoveservice .tab-content .tab-panel[data-tab=state1] .row.knr .line {
  border-bottom: 1px solid #281e1e;
  height: 25px;
  margin-top: 23px;
  width: 25px;
}
#tromoveservice .tab-content .tab-panel[data-tab=state1] .row.knr .info_icon_box {
  max-height: 85px;
  position: relative;
  width: initial;
}
#tromoveservice .tab-content .tab-panel[data-tab=state1] .row.knr .info_icon_box:focus img:last-of-type, #tromoveservice .tab-content .tab-panel[data-tab=state1] .row.knr .info_icon_box:hover img:last-of-type {
  width: 613px;
}
#tromoveservice .tab-content .tab-panel[data-tab=state1] .row.knr .info_icon_box img {
  margin-top: 12px;
  width: 65px;
}
#tromoveservice .tab-content .tab-panel[data-tab=state1] .row.knr .info_icon_box img:last-of-type {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 100%;
  transition: width 300ms ease-in;
  translate: -50% 0;
  width: 0;
  z-index: 999;
}
#tromoveservice .tab-content .tab-panel[data-tab=state2] .row.spin-cards .spin-card {
  align-items: center;
  background-color: transparent;
  border: 1px solid #281e1e;
  cursor: pointer;
  display: flex;
  height: 130px;
  justify-content: center;
  padding: 25px;
  transition: transform 250ms ease;
  width: 100%;
}
#tromoveservice .tab-content .tab-panel[data-tab=state2] .row.spin-cards .spin-card:focus img, #tromoveservice .tab-content .tab-panel[data-tab=state2] .row.spin-cards .spin-card:hover img {
  transform: scaleX(0);
}
#tromoveservice .tab-content .tab-panel[data-tab=state2] .row.spin-cards .spin-card:focus span, #tromoveservice .tab-content .tab-panel[data-tab=state2] .row.spin-cards .spin-card:hover span {
  animation: spin-span 500ms forwards 150ms;
}
@keyframes spin-span {
  100% {
	transform: scaleX(1);
  }
}
#tromoveservice .tab-content .tab-panel[data-tab=state2] .row.spin-cards .spin-card img {
  height: 80px;
  position: absolute;
  transition: transform 350ms;
}
#tromoveservice .tab-content .tab-panel[data-tab=state2] .row.spin-cards .spin-card span {
  font-size: 25px;
  position: absolute;
  transform: scaleX(0);
}
#tromoveservice .tab-content .tab-panel[data-tab=state3] p {
  font-size: 20px;
}
#tromoveservice .tab-content .tab-panel[data-tab=state3] p:first-of-type {
  font-size: 25px;
}
#tromoveservice .tab-content .tab-panel .row .add-pin:after {
  background-image: url(/typo3conf/ext/tromoveservice/Resources/Public/Images/checked_pin.png);
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  translate: 0 -50%;
  width: 30px;
}
#tromoveservice .tab-content .tab-panel .row [data-image=select] input {
  left: -100vw;
  position: absolute;
}
#tromoveservice .tab-content .error-message,
#tromoveservice .tab-content .summary {
  background-color: #f2dede;
}

#ui-datepicker-div.tromoveservice {
  background-color: #fff;
  border: 1px solid #ededed;
}
#ui-datepicker-div.tromoveservice .ui-datepicker-header .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
#ui-datepicker-div.tromoveservice .ui-datepicker-header .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}
#ui-datepicker-div.tromoveservice .ui-datepicker-header .ui-icon {
  cursor: pointer;
  margin: 0;
  position: static;
  text-align: center;
  text-indent: 0;
}
#ui-datepicker-div.tromoveservice .ui-state-active {
  background-color: #ededed;
}
