/* 左侧子菜单 */
.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  color: #fff;
  background: #D3D3D3;
}

.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #808080;
}

.abow .el-dialog__header {
  padding: 20px 20px 10px !important;
  background-color: rgba(70,100,180,1) !important;
  text-align: center !important;;
  color: #FFFFFF !important;;
}

.abow .el-dialog__title {
  line-height: 24px !important;
  font-size: 18px !important;
  color: #FFFFFF !important;
}

/* 弹框 */
.dialog_temp .el-dialog__header {
  padding: 20px 20px 10px !important;
  background-color: rgba(70,100,180,1) !important;
  text-align: center !important;;
  color: #FFFFFF !important;;
}

.dialog_temp .el-dialog__title {
  line-height: 24px !important;
  font-size: 18px !important;
  color: #FFFFFF !important;
}

.el-dialog__body {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.dialog_temp .el-icon-close:before {
  content: "\E6DB" !important;
  color: #FFFFFF !important;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #777;
}

/* 工具栏 */
.toolbar {
 /* margin-top: 10px; */
  /* margin-left: 5px; */
  float: left;
}

.connec_style {
    padding-top: 5px;
    width: 120px;
    height: 50px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    background-color: #FFFFFF;
  }

  .connec_item {
    background-color: #FFFFFF;
    padding-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .connec_item:hover {
    padding-left: 10px;
    background-color: #1EAAFA;
    color: #FFFFFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .connec_item:active {
    padding-left: 10px;
    background-color: #1EAAFA;
    color: #FFFFFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.system {
  margin: 0 auto;
}

.footer {
  float: right;
}

/*模态框*/
.modal-dialog {
  top: 20%;
}

.modal-title {
  margin: 0;
  text-align: left;
  line-height: 1.42857143;
}


/* 对话框 自适应高度,超出高度显示滚动条 */
.el-dialog__body {
  overflow: auto;
}

/* 分页栏的位置 */
.footer {
  display: inline-block;
  margin-top: 20px;
  text-align: right;
}

/* 右键菜单 */
.v-contextmenu .v-contextmenu-item {
  font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
  padding: 5px 14px;
  line-height: 1;
  color: #333;
}

.v-contextmenu .v-contextmenu-item.v-contextmenu-item--hover {
  font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
  color: #FFF;
  background-color: darkgray;
  /* color: rgb(74, 74, 74); */
}

.v-contextmenu {
  width: 200px;
}

.plugin_body {
/*  height:calc(70vh);
  height: -moz-calc(70vh);
  height: -webkit-calc(70vh); */
  /*height: 600px;*/
  height: 100%;
  width: 100%;
  /*overflow: auto;*/
}
.title_div {
  margin-left: 100px;
  margin-right: 100px;
}

/**
登陆页
 */
.login_logo {
  font-size: 26px;
  font-family:PingFang-SC-Bold,PingFang-SC;
  font-weight:bold;
  color:rgba(255,255,255,1);
  text-align: center;
  height: 15%;
  width: 100%;
  margin-bottom: 5%;
}

.login_body {
  height: 60%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  padding-top: 15%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 15%;
}

.login_body .el-input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 0px;
  border: 1px solid #CCCCCC;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  /* padding: 0 15px; */
  -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

.login-container {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100% 100%;
}

.login_form {
  width: 450px;
  height: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  /* border: 1px solid #EAEAEA; */
}

.opera_btn_item{
  width: 30px;
  display: inline-block;
  height: 40px;
}
.opera_btn_item:hover{
  width: 30px;
  display: inline-block;
  height: 30px;
  background: rgba(220,220,220,1);
}
