/* サイドメニューのホバー時に幅が広がる */
#sidebar {
  width: 48px;
  overflow: hidden;
  transition: width 0.3s;
}

#sidebar:hover {
  width: 220px;
}

/* テキスト部分をアイコンと重ならないように配置 */
.menu-text {
  opacity: 0;
  transition: opacity 0.3s;
  margin-left: 16px;
  white-space: nowrap;
}

.menu-legal{
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.menu-chilled{
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

/* ホバー時にテキストを表示 */
#sidebar:hover .menu-text {
  opacity: 1;
}
#sidebar:hover .menu-legal {
  opacity: 1;
}
#sidebar:hover .menu-chilled {
  opacity: 1;
}

.original-active{
  color: #009688;
}

.icons-input{
  font-size:20px; 
  float: left;
}
 /* 「ー」のとき、ホバーされている場合にメニューを表示 */
 #sidebar:hover .menu .list .ml-menu {
  display: block;
}

.img-size{
  width: 300px;
  height: 200px;
}

.icon-help{
  font-size: 130%; 
  position: relative; 
  top: 4px; 
  cursor:pointer;
  color: #009688;
  padding: 0px 0px 0px 3px;
}

.parking_gray_out{
  background-color: #b8b8b8;
}

.link-disabled{
  pointer-events: none !important;
}

.link-style-btn{
  cursor: pointer !important;
  border: none !important;
  background: none !important;
}
.link-style-btn:hover{
  text-decoration: underline !important;
}

.table-bg {
  background-color: #fff;
}

.table-text {
  color: #009688;
}

.table-mouse-hover tr:hover td {
  background-color: #CCEAE7;
}

fieldset {
  border: 1px solid #009688;
  margin-bottom: 1em;
  padding: 16px 20px;
}

.snd-nav {
  background-color: #81bdb7;
  top: 70px;
  width: 100%;
  z-index: 1;
  position: fixed;
}

.snd-text {
  color: #fff;
  margin: 0px 0px 0px 55px;
}

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

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

.justify-content-right {
   display: flex;
   justify-content: flex-end;
}

.border{
  border-top-width: 1px;
  border-color: #009688;
  border-top-style: solid;
}

.parking-list-btn{
  width: 150px;
}

.parking-text {
  padding: 24px 20px;
}

.required {
  color: red;
}

.required-text {
  color: red;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
}

.contract-left-block{
  background-color: #009688;
  color: #fff;
  width: 300px;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 1px 0px;
}

.contract-right-block{
  border:1px solid #009688;
  width: 500px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 1px 0px;
}

.quotation-right-block{
  border:1px solid #009688;
  width: 100%;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 1px 0px;
}

.input-readonly{
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #cdcbcb;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.blook-input-group{
  width: 30%;
}

.block-status-active{
  width: 110px;
  padding: 10px 5px 10px 5px;
  margin: 5px 10px 10px 0px;
  background-color: #009688;
  color: #fff;
  font-size: 80%;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16),0 2px 10px rgba(0, 0, 0, 0.12);
}

.block-status{
  width: 110px;
  padding: 10px 5px 10px 5px;
  margin: 5px 10px 10px 0px;
  color: #000;
  font-size: 80%;
  text-align: center;
  border: 1px solid #9E9E9E;
}

.block-schedule{
  width: 40%;
  margin: 0rem 0rem 0rem 0.25rem;
  height:24px;
}

.car-model-table{
  border:1px solid #009688;
  width: 100%;
}

.car-model-tr{
  background-color: #009688;
  color:#fff;
}

.car-model-th{
  border:1px solid #FFF;
  padding: 5px;
}

.car-model-td{
  border:1px solid #009688;
  padding: 5px;
}

.car-model-icon{
  font-size: 18px;
}

.car-model-label{
  top:5px;
}

/* リーシングレポート */
.between-position{
  position:relative;
}
.between-position:after{
  content:"";
  clear:both;
  display:block;
}
.between-left{
  float:left;
}
.between-right{
  float:left;
  position:absolute;
  right:0;
}
.sum-report-f{
  font-size: 150%;
  color:#FFA500;
  font-weight:bold;
}
.sum-report-d{
  font-size: 150%;
  color:#f46839;
  font-weight:bold;
}
.sum-report-n{
  font-size: 100%;
  color:#000;
}
.p-report-topbox{
  width: 100%;
  border:1px solid #009688;
  margin: 0px 0px 15px 0px;
}

.p-report-header{
  padding: 0.25rem 1rem;
  margin: 0rem 0rem 0rem 0rem;
  border-left: 4px solid #009688;
}

.p-report-stbox{
  width: 40%;
  border-right:1px solid #009688;
}

.p-report-ndbox{
  width: 60%;
}

.p-report-trbox1{
  width: 25%;
  text-align: center;
  border-right:1px solid #009688;
}

.p-report-trbox2{
  width: 30%;
  text-align: center;
  border-right:1px solid #009688;
}

.p-report-trbox3{
  width: 30%;
  text-align: center;
}

.p-report-fobox{
  border-bottom:1px solid #009688;
  padding: 15px 0px 10px 0px;
}

.p-report-height{
  height: 100%;
}

.p-report-left-block{
  background-color: #009688;
  color: #fff;
  width: 150px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 1px 0px;
}

.p-report-right-block{
  border:1px solid #009688;
  width: 100px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 1px 0px;
}

.ls-select {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.ls-select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.ls-select select::-ms-expand {
    display: none;
}
.ls-select.custom {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.ls-select.custom::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.ls-select.custom select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.exclusive-url {
  padding: 2px 0px 0px 5px;
}

/* ステップバー */

.progressbar {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 0px 15px;
}
.progressbar .item {
    position: relative;
    width: 32.8%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 26px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

.progressbar .item.active {
    z-index: 1;
    background: #009688;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #009688;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

.progressbar .item.passage {
  z-index: 1;
  background: #009688;
  opacity: 0.6;
  color: #FFF;
}

.judge_label {
  border: 2px solid #009688;
  border-radius: 5px;
  width: 300px;
  text-align: center;
  padding: 10px 45px 35px 0px;
  margin: 0px 30px 0px 0px;
}

.judge_button:not(:checked) + label:before {
  display: none;
  border: 0px solid #009688;
}

.judge_button:checked + label:after {
  display: none;
  border: 0px solid #009688;
}

.judge_button:checked + label {
  color: #FFF;
  background-color: #009688;
}

.th-checkbox-ctrl{
  padding: 5px 0px 0px 10px !important;
}

.empty-update-checkbox{
  top:7px !important;
}

/** 解約書 **/
.cancellation-table{
  border: 1px solid #000; 
  width:100%;
}

.reflect-y{
  transform: scaleY(-1);
}

.sort-on{
  color: #009688;
  font-size: 15px;
  line-height: 0px !important;
}

.sort-off{
  font-size: 15px;
  line-height: 0px !important;
  color: #d2cdcd;
}

.flex-container{
  display: flex;
    align-items: center;
}

.click-cursor {
  cursor: pointer;
}

.click-pointer{
  pointer-events:none;
}

.loader-position{
  position: absolute;
  top: 100%;
  left: 43%;
}

@media screen and (max-width: 767px) {
  .progressbar .item {
      font-size: 11px;
      line-height: 1.4;
      padding: 10px 0;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
      border-width: 25px;
      border-left-width: 12px;
  }
  .judge_label {
    border: 2px solid #009688;
    border-radius: 5px;
    width: 300px;
    text-align: center;
    padding: 10px 45px 35px 0px;
    margin: 0px 0px 10px 0px;
  }
  }

@media screen and (max-width: 1170px) {
  .snd-nav {
      margin: -1px 0px 0px 0px;
      width: 100%;
      top: 7rem;
      left: 0rem;
      opacity: 0.5;
      position: relative;
  }
}