@charset "utf-8";
//通用雪碧图路径
$font-family-H:'Helvetica Neue',Tahoma,'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', STHeitiSC, sans-serif;
$font-family-A:"Helvetica Neue",Tahoma,"PingFang SC","Hiragino Sans GB",SimSun,STHeitiSC,sans-serif;

.search-date-time-component{
  display: inline-block;
  position: relative;
  .search-date-time-active{
    background-color: #f5f8fa !important;
    .search-date-time-label{
      &:hover{
        box-shadow:none;
      };
    }
  }
  .search-date-time-normal {
    &:hover {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
      background-color: #fff;
    }
  }
  .field-left{
    display: none !important;
  }
  .field-right{
    height: 0;
  }
  .ant-calendar-picker{
    padding-top: 0;
  }
  .date-time-search-status{
    height: 34px !important;
    &:hover {
      background-color: #fff;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
      .ant-input{
        background-color: #fff;
      }
    }
    .ant-input{
      height: 34px;
    }
  }
  .ant-calendar-picker:after{
    display: none;    
  }
  .date-time-content{
    z-index: 99999;
    box-shadow: 1px 2px 7px #ddd;
  }
  .search-date-time-hidden{
    width: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
  }
  .search-date-time-label{
    display: inline-block;
    border-radius: 2px;
    font-family: $font-family-H;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    color: #36434d;
    position: relative;
    cursor: pointer;
    &:hover {
      background-color: #fff;
    }
  }
}