@charset "UTF-8";

.modal .hct-message-wrap {
  height: auto; }
.hct-message-wrap {
  display: table;
  width: 100%;
  height: 50vh; }
  .hct-message-wrap .cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .hct-message-wrap .cell p {
      margin-top: 20px;
      min-width: 100%; }
    .hct-message-wrap .cell .loading-img {
      position: static;
      transform: translate(0) !important; }
.hct-control {
  position: relative;
  text-align: right; }
  .hct-control .update {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .hct-control .btn {
    margin-left: 10px; }
.hct-add-menu {
  margin-top: 30px;
  border: 0;
  box-shadow: none; }
  .hct-add-menu .panel {
    margin-bottom: 20px; }
    /*
    .hct-add-menu .panel .incom {
      display: inline-block;
      margin-right: 6px;
      width: 22px;
      height: 20px;
      background: url(/images/common/ico-error2.png) no-repeat center;
      font-size: 0;
      vertical-align: middle;
      transform: translateY(-2px); }
    */
  .hct-add-menu .panel-heading {
    display: flex;
    background: #f6f6f6;
    border: 0;
    align-items: center;
    cursor: pointer; }
    .hct-add-menu .panel-heading h4 {
      width: 100%; }
      .hct-add-menu .panel-heading h4 a {
        display: block;
        height: 35px;
        background: no-repeat center right;
        background-image: url(/images/common/ico-drop_down.png);
        line-height: 35px;
        font-size: 18px;
        color: #333333;
        text-decoration: none; }
        .hct-add-menu .panel.on .panel-heading h4 a {
          background-image: url(/images/common/ico-drop_up.png); }

  .hct-add-menu .panel-body {
    display: none;
    padding: 12px 20px; }
    .hct-add-menu .panel.on .panel-body {
      display: block; }
    .hct-add-menu .hct-set-inner {
      margin-bottom: 20px; }
      .hct-add-menu .hct-set-inner:has(.switch_wrap) .txt.unit {
  margin-left: 10px; }
.hct-add-menu .hct-set-inner .switch_wrap {
  margin-left: 20px;
  font-size: 0; }
  .hct-add-menu .hct-set-inner .switch_wrap + .txt.unit {
    margin-left: 50px; }
	.hct-add-menu .hct-set-inner .switch {
		margin: 0 auto;
		position: relative;
		width: 55px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none; }
	.hct-add-menu .hct-set-inner .switch__checkbox {
		display: none; }
    .hct-add-menu .hct-set-inner .switch__checkbox:checked + label::before {
		background-image: none !important; }
    .hct-add-menu .hct-set-inner .switch__checkbox:checked + .switch__label .switch__inner {
		margin-left: 0; }
    .hct-add-menu .hct-set-inner .switch__checkbox:checked + .switch__label .switch__button {
		right: 0; }
    .hct-add-menu .hct-set-inner .switch__checkbox + label::before {
		background-image: none !important; }
	.hct-add-menu .hct-set-inner .switch__label {
		border: 2px solid #FFFFFF;
		border-radius: 20px;
		cursor: pointer;
		display: block;
		padding: 0 !important;
		overflow: hidden; }
	.hct-add-menu .hct-set-inner .switch__inner {
		display: block;
		width: 200%;
		margin-left: -100%;
		transition: margin 0.3s ease-in 0s; }
	.hct-add-menu .hct-set-inner .switch__inner:before, 
	.hct-add-menu .hct-set-inner .switch__inner:after {
		display: block;
		float: left;
		width: 50%;
		height: 30px;
		padding: 0;
		line-height: 30px;
		box-sizing: border-box; }
	.hct-add-menu .hct-set-inner .switch__inner:before {
		background-color: #A50034;
		content: "";
		color: #FFFFFF;
		padding-left: 10px; }
	.hct-add-menu .hct-set-inner .switch__inner:after {
		background-color: #9b9ca3;
		color: #999999;
		content: "";
		padding-right: 10px; }
	.hct-add-menu .hct-set-inner .switch__button {
		display: block;
		height: 20px;
		width: 20px;
		margin: 5px;
		background: #FFFFFF;
		position: absolute;
         	top: 20px;
		bottom: 0;
		right: 20px;
		border: 2px solid #FFFFFF;
		border-radius: 20px;
		transition: all 0.3s ease-in 0s; }
	.hct-add-menu .hct-set-inner .switch.vertical {
		display: inline-block;
		margin: 5px;
		padding-bottom: 20px;
  		width: 34px;
		height: 75px;
		vertical-align: top; }
	.hct-add-menu .hct-set-inner .switch.vertical .switch__label {
		height: 100%; }
	.hct-add-menu .hct-set-inner .switch.vertical .switch__inner {
		margin: 0;
		width: 100%;}
          .hct-add-menu .hct-set-inner .switch.vertical .switch__inner:before {
            content: "";
            padding-right: 10px;
            width: 100%;
            height: 56px;
            background-color: #9b9ca3;
            color: #999999; }
          .hct-add-menu .hct-set-inner .switch.vertical .switch__inner:after {
            content: "";
            padding-left: 10px;
            width: 100%;
            height: 56px;
            background-color: #A50034;
            color: #FFFFFF; }
          .hct-add-menu .hct-set-inner .switch.vertical .switch__checkbox:checked + .switch__label .switch__inner {
            margin-top: -200%; }
        .hct-add-menu .hct-set-inner .switch.vertical .switch__button {
          right: 0; }
        .hct-add-menu .hct-set-inner .switch.vertical .switch__checkbox:checked + .switch__label .switch__button {
          top: 0; }
	.hct-add-menu .hct-set-inner .switch.vertical .switch__inner_number {
		display: block;
		text-align: center;
		font-size: 14px; }
      .hct-add-menu .hct-set-inner .txt {
        position: relative;
        display: inline-block;
        margin-left: 20px;
        width: 150px;
        vertical-align: middle; }
        .hct-add-menu .hct-set-inner .txt.unit {
          width: auto;
          min-width: 40px; }
      .hct-add-menu .hct-set-inner .error-message {
        display: none;
        padding-left: 40px;
        min-width: 100%;
        color: #a50034; }
      .hct-add-menu .hct-set-inner .hct-set-header {
        display: flex;
        margin-bottom: 20px;
        align-items: center; }
        .hct-add-menu .hct-set-inner .hct-set-header.error {
          flex-wrap: wrap; }
          .hct-add-menu .hct-set-inner .hct-set-header.error .error-message {
            display: block; }  
          .hct-add-menu .hct-set-inner .hct-set-header.error .tit:after {
            left: -8px;
            margin-top: -10px;
            width: 20px;
            height: 20px;
            border-radius: 0;
            background: url(/images/common/ic_error.png) no-repeat center / 100% auto; }
        .hct-add-menu .hct-set-inner .hct-set-header.disabled {
          opacity: 0.4; }
          .hct-add-menu .hct-set-inner .hct-set-header.disabled .dropdown {
            border: none !important; }
            .hct-add-menu .hct-set-inner .hct-set-header.disabled .dropdown button.dropdown-toggle:after {
              display: none !important; }
        .hct-add-menu .hct-set-inner .hct-set-header .tit {
          position: relative;
          display: inline-block;
          padding-left: 18px;
          font-size: 16.5px;
          color: #5c6063;
          min-width: 260px; }
          .hct-add-menu .hct-set-inner .hct-set-header .tit:after {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -3px;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background-color: #5c6063; }
      .hct-add-menu .hct-set-inner .dropdown {
        display: inline-block;
        margin-left: 10px;
        min-width: 120px; }
        .hct-add-menu .hct-set-inner .dropdown.number {
          min-width: 80px; }
        .hct-add-menu .hct-set-inner .dropdown .dropdown-toggle {
          padding-right: 30px; }
        .hct-add-menu .hct-set-inner .dropdown .dropdown-item {
          white-space: nowrap; }
      .hct-add-menu .hct-set-inner .slider-wrap {
        position: relative;
        display: inline-block;
        margin-left: 10px;
        min-width: 220px;
        vertical-align: middle; }
        .hct-add-menu .hct-set-inner .slider-wrap .slider-input {
          border: 0;
          border-radius: 0;
          text-align: center; }
        .hct-add-menu .hct-set-inner .slider-wrap.range {
          width: 300px; }
          .hct-add-menu .hct-set-inner .slider-wrap.range .slider-input {
            float: left;
              width: 50%; }
        .hct-add-menu .hct-set-inner .slider-wrap.range .header:after {
          content: "";
          display: block;
          clear: both; }
          .hct-add-menu .hct-set-inner .slider-wrap.range .ui-widget.ui-widget-content {
            background-color: #e8e8e8; }
          .hct-add-menu .hct-set-inner .slider-wrap.range .ui-slider-range.ui-widget-header {
            background-color: #5c5d60; }
        .hct-add-menu .hct-set-inner .slider-wrap .controls {
          position: relative;
          padding: 6px 38px 10px; }
          .hct-add-menu .hct-set-inner .slider-wrap .controls .slider-inner {
            position: relative; }
            .hct-add-menu .hct-set-inner .slider-wrap.single .controls .slider-inner input[type="range"] {
              margin: 10px 0;
              width: 100%;
              height: 5px;
              border-radius: 5px;
              background-color: #5c5d60;
              -webkit-appearance: none; }
              .hct-add-menu .hct-set-inner .slider-wrap.single .controls .slider-inner input[type="range"]::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                width: 20px;
                height: 20px;
                border: 1px solid #c5c5c5;
                border-radius: 30px;
                background-color: #ffffff;
                box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
                cursor: pointer; }
            .hct-add-menu .hct-set-inner .slider-wrap.range .controls .slider-inner input[type="range"] {
              position: absolute;
              z-index: 2;
              width: 100%;
              height: 5px;
              pointer-events: none;
              -webkit-appearance: none;
              opacity: 0; }
            .hct-add-menu .hct-set-inner .slider-wrap .controls .slider-inner input[type="range"]::-webkit-slider-thumb {
              width: 20px;
              height: 20px;
              border: 0 none;
              border-radius: 0;
              background-color: red;
              cursor: pointer;
              pointer-events: all;
              -webkit-appearance: none; }
          .hct-add-menu .hct-set-inner .slider-wrap .controls .slider {
            position: relative;
            z-index: 1;
            margin: 10px;
            height: 5px; }
            .hct-add-menu .hct-set-inner .slider-wrap .controls .slider .track {
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              border-radius: 5px;
              background-color: #5c5d60; }
            .hct-add-menu .hct-set-inner .slider-wrap .controls .slider .range {
              position: absolute;
              left: 25%;
              right: 25%;
              top: 0;
              bottom: 0;
              height: 100%;
              border-radius: 5px;
              background-color: #e8e8e8; }
            .hct-add-menu .hct-set-inner .slider-wrap .controls .slider .thumb {
              position: absolute;
              top: -8px;
              z-index: 1;
              width: 20px;
              height: 20px;
              border: 1px solid #c5c5c5;
              border-radius: 30px;
              background-color: #ffffff;
              box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
              cursor: pointer; }
            .hct-add-menu .hct-set-inner .slider-wrap.range .controls .slider .thumb.lower {
              left: 25%;
              transform: translateX(-10px); }
            .hct-add-menu .hct-set-inner .slider-wrap.range .controls .slider .thumb.upper {
              right: 25%;
              transform: translateX(10px); }
          .hct-add-menu .hct-set-inner .slider-wrap .controls button {
            position: absolute;
            width: 24px;
            height: 24px;
            border: 1px solid #ccc;
            border-radius: 100%;
            background: no-repeat center / 10px auto #fff;
            font-size: 0; }
            .hct-add-menu .hct-set-inner .slider-wrap .controls button:hover {
              background-color: #f5f5f5; }
            .hct-add-menu .hct-set-inner .slider-wrap .controls button:active {
              background-color: #ccc; }
            .hct-add-menu .hct-set-inner .slider-wrap .controls .slide-down.min {
              left: 0;
              bottom: 0;
              background-image: url(/images/common/ico-minus.png); }
            .hct-add-menu .hct-set-inner .slider-wrap .controls .slide-up.min {
              left: 0;
              top: -10px;
              background-image: url(/images/common/ico-plus.png); }
            .hct-add-menu .hct-set-inner .slider-wrap .controls .slide-down.max {
              right: 0;
              bottom: 0;
              background-image: url(/images/common/ico-minus.png); }
            .hct-add-menu .hct-set-inner .slider-wrap .controls .slide-up.max {
              right: 0;
              top: -10px;
              background-image: url(/images/common/ico-plus.png); }
            .hct-add-menu .hct-set-inner .slider-wrap.single .controls .slide-up {
              right: 0;
              bottom: 10px;
              background-image: url(/images/common/ico-plus.png); }
            .hct-add-menu .hct-set-inner .slider-wrap.single .controls .slide-down {
              left: 0;
              bottom: 10px;
              background-image: url(/images/common/ico-minus.png); }
    .hct-add-menu .hct-set-wrap .hct-set-row {
      display: flex;
      margin-top: 10px;
      align-items: center; }
      .hct-add-menu .hct-set-wrap .hct-set-row:first-child {
        margin-top: 0; }
      .hct-add-menu .hct-set-wrap .hct-set-row.error {
        flex-wrap: wrap; }
        .hct-add-menu .hct-set-wrap .hct-set-row.error .error-message {
          display: block; }  
        .hct-add-menu .hct-set-wrap .hct-set-row.error .hct-set-item:first-child .txt:first-child:after {
          content: "";
          position: absolute;
          left: -30px;
          top: 50%;
          margin-top: -10px;
          width: 20px;
          height: 20px;
          background: url(/images/common/ic_error.png) no-repeat center / 100% auto; }
      .hct-add-menu .hct-set-wrap .hct-set-row.disabled {
        opacity: 0.4; }
        .hct-add-menu .hct-set-wrap .hct-set-row.disabled .dropdown {
          border: none !important; }
        .hct-add-menu .hct-set-wrap .hct-set-row.disabled .dropdown button.dropdown-toggle:after {
          display: none !important; }
    .hct-add-menu .hct-set-wrap .hct-set-state {
      display: inline-block;
      vertical-align: middle; }
      .hct-add-menu .hct-set-wrap .hct-set-state.disabled {
        opacity: 0.4; }
    .hct-add-menu .hct-set-wrap .hct-set-item {
      margin-right: 20px;
      padding: 0 15px; }
      .hct-add-menu .hct-set-wrap .hct-set-item .chart-area {
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle; }
	.hct-add-menu .hct-set-wrap:has(.outdoor-group-wrap) {
		margin-top: 20px; }
	.hct-add-menu .hct-set-wrap .outdoor-group-wrap {
		display: flex;
		/*margin: 20px 0 0 20px;*/
		max-width: 840px;
		align-items: center;
		gap: 15px;
		flex-wrap: wrap; }
	.hct-add-menu .hct-set-wrap .outdoor-group-item {
		flex: 1 1 calc(50% - 15px);
		display: flex;
		gap: 10px;
		align-items: center; }
	.hct-add-menu .hct-set-wrap .outdoor-group-item .field input {
		padding: 0 10px;
		min-width: 140px;
		height: 32px; }
    .hct-add-menu .hct-set-wrap .hct-time-item {
      display: inline-block;
      font-size: 0;
      vertical-align: middle; }
      .hct-add-menu .hct-set-wrap .hct-time-item .col {
        display: inline-block;
        text-align: center;
        vertical-align: middle; }
        .hct-add-menu .hct-set-wrap .hct-time-item .txt {
          display: block;
          margin: 0;
          padding-bottom: 4px;
          width: auto;
          font-size: 14px; }
        .hct-add-menu .hct-set-wrap .hct-time-item .dropdown {
          margin: 0 5px; }
        .hct-add-menu .hct-set-wrap .hct-time-item .unit {
          padding: 0 3px;
          font-size: 14px;
          vertical-align: bottom; }
    .hct-add-menu .panel-body .row {
      position: relative;
      margin: 0; }
  