﻿@charset "UTF-8";
.cardText {
  text-align: right;
  color: #777;
  font-size: 0.9rem; }

.dashbordCard-1 {
  /*carousel-btn*/
  /*欄位擠出標題高度*/ }
  .dashbordCard-1 .itemNumber {
    padding: 3px 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.08);
    color: #666;
    font-weight: normal;
    margin-left: 5px; }
  .dashbordCard-1 .dashbordCard-li a {
    text-decoration: none; }
  .dashbordCard-1 .dashbordCard-li .el-card__body {
    padding: 10px 15px; }
  .dashbordCard-1 .dashbordCard-li .cardIcon-img {
    font-size: 3em;
    border-radius: 50%;
    color: #ccc; }
  .dashbordCard-1 .dashbordCard-li .cardIcon-text {
    font-size: 1.1em;
    font-weight: bold;
    color: #666; }
  .dashbordCard-1 .dashbordCard-li .cardAmount {
    font-size: 3em;
    font-weight: bold;
    padding: 10px;
    color: cornflowerblue; }
  .dashbordCard-1 .dashbordCard-li .cardStatus {
    font-size: 1.3em;
    font-weight: bold; }
  .dashbordCard-1 .dashbordCard-li:hover {
    cursor: pointer;
    background: rgba(100, 149, 237, 0.08); }
    .dashbordCard-1 .dashbordCard-li:hover .cardText {
      color: cornflowerblue;
      text-decoration: underline; }
  .dashbordCard-1 .el-carousel__indicators--outside {
    position: absolute;
    bottom: inherit;
    left: inherit;
    text-align: right;
    right: 0;
    top: 8px; }
    .dashbordCard-1 .el-carousel__indicators--outside .el-carousel__button {
      width: 20px;
      height: 4px;
      border-radius: 10px; }
  .dashbordCard-1 .el-carousel__item {
    top: 34px;
    height: calc(100% - 34px); }
  .dashbordCard-1 .el-carousel__arrow {
    top: 60%; }
    .dashbordCard-1 .el-carousel__arrow--right {
      right: 10px; }
    .dashbordCard-1 .el-carousel__arrow--left {
      left: 10px; }

/*過期文件欄位tab樣式*/
.infoTabBlock .el-tabs__nav {
  float: none;
  display: flex; }

.infoTabBlock .el-tabs__item {
  font-size: 1.2em;
  height: 45px;
  line-height: 45px;
  flex: 1;
  text-align: center;
  font-weight: 600; }
  .infoTabBlock .el-tabs__item .el-tag {
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 0;
    line-height: 18px;
    position: relative;
    top: -2px; }

.infoTabBlock .el-tabs--border-card {
  box-shadow: none; }

.infoTabBlock .infoTabContent {
  margin: 0;
  padding: 0; }
  .infoTabBlock .infoTabContent .hiddenMore {
    max-height: 142px;
    overflow-y: hidden; }
  .infoTabBlock .infoTabContent .el-table th {
    background: #eee;
    padding: 0;
    color: inherit; }

.infoTabBlock .infoTabMoreBtn {
  text-align: center;
  padding: 10px 0 0;
  cursor: pointer;
  color: #ccc;
  transition: 1s ease-in-out; }
  .infoTabBlock .infoTabMoreBtn:hover {
    color: dodgerblue; }
    .infoTabBlock .infoTabMoreBtn:hover .el-icon-arrow-down:after {
      content: '顯示更多';
      margin-left: 5px; }
    .infoTabBlock .infoTabMoreBtn:hover .el-icon-arrow-up:after {
      content: '隱藏';
      margin-left: 5px; }

/*原料更新欄位*/
.synchDataBlock-item .cardIcon {
  width: 65px;
  height: 65px;
  display: block;
  border-radius: 100%;
  border: 1px solid #ccc;
  font-size: 2.2em;
  line-height: 62px;
  text-align: center;
  color: yellowgreen; }

.synchDataBlock-item .cardAmount {
  font-size: 2.8em;
  font-weight: bold;
  color: yellowgreen;
  margin-bottom: 6px; }

.synchDataBlock-item .cardStatus {
  font-size: 1.5em;
  font-weight: 600;
  color: yellowgreen;
  margin-bottom: 3px; }

.synchDataBlock-item:hover {
  cursor: pointer;
  background: rgba(154, 205, 50, 0.1); }
  .synchDataBlock-item:hover .cardText {
    text-decoration: underline; }
