/*================================================
  toast_ui
=================================================*/

.tui-select-box-input,
.tui-select-box-item-group-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  font-size: 14px;
  color: #1d1d1f;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
}

.tui-select-box-placeholder {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
}

.tui-select-box-icon {
  background: url("../images/inc/icon_arrow_down_16_01.png") center center no-repeat !important;
  width: 16px;
  overflow: hidden;
  text-indent: -9999px;
}

.tui-select-box-dropdown {
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  padding: 4px;
}

.tui-select-box-item {
  padding: 8px 16px;
  height: 48px;
  font-size: 14px;
  text-align: left;
}

.tui-select-box-input.tui-select-box-open {
  border: 1px solid #ff8318;
}

.tui-select-box-highlight {
  background: #f5f6f7;
  color: #ff8318;
}

/*================================================
    datetime
=================================================*/

.tui-datepicker {
  z-index: 1;
  border-radius: 2px;
  border: 1px solid #dbdbdb !important;
  box-shadow: 0 0 10px rgba(11, 11, 11, 0.1);
}

.tui-datepicker-input {
  width: 50%;
  border: 0;
  height: 48px;
}

.tui-datepicker-input input {
  border: 1px solid #dbdbdb;
  height: 48px;
  padding: 6px 27px 6px 10px;
  font-size: 14px;
}

.tui-calendar th,
.tui-calendar td {
  height: 30px;
  text-align: center;
  color: #999;
  line-height: 100%;
  background: #fff;
  border: 0;
  color: #1d1d1f;
}

.tui-calendar-header-info {
  display: none;
}

.tui-calendar .tui-calendar-header {
  border: 0;
}

.tui-calendar .tui-calendar-header-inner {
  padding: 17px 20px;
  height: 50px;
}

.tui-calendar-btn {
  width: 40px;
  height: 50px;
}

.tui-calendar .tui-calendar-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #1d1d1f;
  cursor: default;
  vertical-align: top;
}

.tui-datepicker .tui-is-selectable.tui-is-selected,
.tui-datepicker.tui-rangepicker .tui-is-selectable.tui-is-selected {
  background: transparent;
  color: #ff8318;
}

.tui-ico-date {
  width: 38px;
  height: 48px;
  background: url("../images/inc/icon-calendar.png") no-repeat center center !important;
  border-left: 1px solid #dbdbdb;
}

.tui-datepicker-input > .tui-ico-date {
  top: 0;
  right: 0;
  margin: 0;
}
