/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.img-normal {
  max-width: 80px;
  max-height: 80px;
  padding: 5px;
}

.img-swiper {
  max-height: 80px;
  padding: 5px;
}

/*----------------數據表格---------------------*/
.ui-jqgrid-labels {
  height: 60px !important;
}

.ui-jqgrid tr.jqgrow td {
  padding: 10px 6px;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  background-color: unset;
}

.ui-jqgrid table {
  line-height: 22px;
}

.ui-jqgrid tr.ui-row-ltr td[aria-describedby$="_cb"] {
  text-overflow: clip;
}

/*----------------------詳情頁表格-----------------------*/
.main tr:hover {
  background: #eff4f7;
}

.main td {
  height: 40px;
}

.msp-icon-success {
  background: url(../common/img/icon_others_17.svg) center top no-repeat;
}

.msp-icon-fail {
  background: url(../common/img/icon_others_19.svg) center top no-repeat;
}

.msp-icon-abnormal {
  background: url(../common/img/icon_others_18.svg) center top no-repeat;
}

.toast-bottom-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}

/*忘記密碼界面 start*/
.panel-heading {
  border-color: unset;
  border-radius: 4px;
  border-bottom: unset;
}

.panel-default {
  border-color: #FFFFFF;
}

/*忘記密碼界面 end*/
.content-wrapper, .right-side, body {
  background-color: #F9F9F9;
}

/*修改按鈕顔色 start*/
/*button.btn-primary{*/
/*  background-color: #ff9400!important;*/
/*  border-color: #ff9400!important;*/
/*}*/
/*a.layui-layer-btn0 {*/
/*    background-color: #ff9400!important;*/
/*    border-color: #ff9400!important;*/
/*}*/

/*button.btn-default {*/
/*  background-color: #ffffff!important;*/
/*  border-color: #ff9400!important;*/
/*  color: #ff9400!important;*/
/*}*/
/*a.layui-layer-btn1 {*/
/*    background-color: #ffffff!important;*/
/*    border-color: #ff9400!important;*/
/*    color: #ff9400!important;*/
/*}*/

/*a.btn-primary{*/
/*  background-color: #ff9400!important;*/
/*  border-color: #ff9400!important;*/
/*}*/
/*a.btn-default {*/
/*  background-color: #ffffff!important;*/
/*  border-color: #ff9400!important;*/
/*  color: #ff9400!important;*/
/*}*/

/*.input-group-btn .btn-default {*/
/*  background-color: #f4f4f4!important;*/
/*  border-color: #ddd!important;*/
/*  color: #444!important;*/
/*}*/
/*修改按鈕顔色 end*/
.login-page {
  background-color: #F9F9F9 !important;
}

input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute; /* 避免占用 input 元素额外的 padding，正常情况下存在 display: none!; 就可以了 */
  right: 0;
}

/*解決ie10密碼框小眼睛問題*/
input::-ms-reveal {
  display: none;
}

/*條件輸入框*/
.condition-label-width-210 {
  width: 205px!important;
}
.condition-input-width-160 {
  width: 160px!important;
}
.condition-input-width-160 input {
  box-sizing: border-box;
  width: 160px!important;
}
.condition-input-width-160 select {
  box-sizing: border-box;
  width: 160px!important;
}
.condition-padding-left-100 {
  padding-left: 100px;
}