/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
:root{
  --loading_gif:'';
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
#app{
  width:100%;
  height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body{
    width:100%;
    height:100%;
    overflow: auto;
}
body{
  min-width: 1030px;
}

/* 滚动条整体部分 */
::-webkit-scrollbar{
    width:5px;
    overflow: auto;
  }
  /* 滚动条里面的小方块，能向上向下移动（或向左向右移动） */
  ::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
  }
  /* 滚动条的轨道（里面装有Thumb） */
  /* ::-webkit-scrollbar-track{
    background-color: #F1F1F1;
  } */
  /* 滚动条的轨道的两端按钮，由于通过点击微调小方块的位置。 */
  ::-webkit-scrollbar-button{
    width:5px;
    height:5px;
    background-color: #F1F1F1;
  }
  ::-webkit-scrollbar-button:vertical:decrement{
    background-image: url('images/top.png');
    background-size: 100% 100%;
  }
  ::-webkit-scrollbar-button:vertical:increment{
    background-image: url('images/bottom.png');
    background-size: 100% 100%;
  }

:root {
  --el-rate-disable-void-color: #eff2f7;
  --el-rate-star-color: #FF635F;
  --el-rate-void-color:#b3b3b3;
}

  .el-popper.is-dark{
    color: #999999;
    background-color: #FFF;
    border-top: 1px solid #4486CC;
    border-left: 1px solid #4486CC;
    border-right: 1px solid #4486CC;
    border-bottom: 1px solid #4486CC;
  }
  .el-popper.is-dark .el-popper__arrow::before{
    background-color: #FFF;
    border-bottom: 1px solid #4486CC;
    border-right: 1px solid #4486CC;
  }

  .el-scrollbar__bar{
    display: none;
  }
  .el-dropdown-menu__item{
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .el-icon.el-input__icon{
    display: flex;
    align-items: center;
  }

  .el-icon.el-select__caret.el-input__icon{
    display: inline-block;
  }

  .el-checkbox__input.is-checked .el-checkbox__inner{
    border-color:#2974EA !important;
    background-color: #2974EA !important;
    border: 1px solid #2974EA !important;
  }
  .el-checkbox__inner:active{
    border-color:#2974EA !important;
  }
  .el-checkbox__inner:hover{
    border-color:#2974EA !important;
  }
  .el-checkbox__input.is-focus .el-checkbox__inner{
    border-color:#2974EA !important;
  }

  .el-table-column--selection .cell{
    text-align: center;
  }


  .el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color: #2974EA !important;
    border-color:#2974EA !important;
  }


  .el-form--inline .el-form-item:last-child{
    margin-right:0;
  }

  .el-transfer__buttons{
    display: inline-flex;
    flex-direction: column;
  }
  .el-transfer__buttons .el-button+.el-button{
    margin:0;
  }

  .el-transfer__buttons > button.el-button{
    min-height: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .el-transfer__buttons > button.el-button>span{
    display: flex;
    align-items: center;
  }



  .el-loading-spinner>.circular{
    display: none;
  }
  .el-loading-spinner>.el-loading-text{
    display: none;
  }
  .el-loading-spinner{
    background-image: var(--loading_gif);
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: 100%;
  }


  #downloads {
    display: none;
  }
  #print {
    display: none;
  }


  .is-message-box{
    z-index: 10001 !important;
  }

  .el-loading-mask.is-fullscreen{
    z-index: 10003 !important;
  }

  b{
    font-weight: bold !important;
  }

