#app-container{
  background-color:#031045;
  padding-top:0px;
  padding-right:50px;
  padding-bottom:0px;
  padding-left:30px;

  font-family: '微软雅黑';
  font-size: 14px;
  color: #ccc;
}

#app-container .head-container{
  padding-top:5px;
  margin-top: 0px;
}

.el-input__inner::-webkit-input-placeholder {
  color: #fff;
}

#app-container .el-row {
  padding-top: 10px;
}
#app-container .role-span {
  font-weight: bold;
  color: #CCC;
  font-size: 15px;
}
#app-container .el-tree {
  position: relative;
  cursor: default;
  background: transparent !important;
  color: #78dfff ;
}
#app-container .box-card{
  background-color:#031045;
}

#app-container .form-label{
  margin-left:10px;

}

#app-container .el-carousel__item{
  height: 350px;
}
#app-container .el-message-box__wrapper {
  z-index: 9999999;
}
#app-container .img-out-show {
  z-index: 99;
}

#app-container .el-checkbox {
  color: #CCC;
}

#app-container .el-table__fixed::before {
  height: 0;
}

.el-table__fixed-body-wrapper {
  position: absolute;
  left: 0;
  top: 37px;
  overflow: auto;
  z-index: 3;
  width:100%;
}

.el-table--scrollable-y .el-table__body-wrapper {
  overflow: hidden;
}

#app-container .el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
  color:#CCC;
}

#app-container .el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #53a6e8 ;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}

#app-container .el-checkbox__inner::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 1px solid #0067b9;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  width: 3px;
}

#app-container .el-radio__input.is-checked .el-radio__inner {
  color: #000;
  background-color: #031045;
  border: 1px solid #0067b9;
}

#app-container .el-radio__label {
  color: #0067b9;
}

#app-container .el-input__inner {
  background-color: #000f4a;
  border: 1px solid #78dfff;
  color: #CCC;
}

#app-container .el-input__inner:hover {
  background-color: #000f4a;
  border: 1px solid #78dfff;
}
#app-container .el-input__prefix,
#app-container .el-input__suffix {
  color: #CCC;
}
#app-container .el-date-editor .el-range-input {
  background-color: transparent;
}

#app-container .el-date-editor .el-range__icon {
  color: #CCC;
}
#app-container .el-date-editor .el-range-separator {
  color: #CCC;
}
#app-container .el-date-editor .el-range-input {
  color: #CCC;
}
#app-container .el-date-editor .el-range__close-icon {
  color: #CCC;
}
#app-container  > span:nth-child(1) .el-input__inner {
  background-color: #000f4a ;
  border: 1px solid #78dfff ;
}
#app-container .el-tag.el-tag--info {
  background-color: #001979 ;
  border-color: #78dfff ;
  color: #CCC;
}
#app-container .el-input__inner {
  background-color: #000f4a ;
  border: 1px solid #78dfff ;
  color: #CCC ;
}
#app-container .el-select .el-input .el-select__caret {
  color: #78dfff ;
}


#app-container .el-table .el-table__row {
  color: #333;
  background-color: #DBE4F0;
}

#app-container .el-table .selected-row {
  background: #f0f9eb ;
}

#app-container .el-table .selected-row>td {
  background: #f0f9eb ;
}

#app-container .el-table, .el-table__expanded-cell {
  background-color: #DBE4F0;
}

#app-container .el-table th {
  font-weight: normal;
  font-size: 14px;
  text-align: -internal-center;

}
#app-container .el-table th {
  font-size: 14px ;
}
#app-container .el-table tr:first-child th {
  border-top: 1px solid #B8D6EC;
  background-color: #0067B9;
}
#app-container .el-table tr:first-child th *{
  background-color: #0067B9;
  color: #EEE;
}

#app-container .el-table__header th {
  border-top: 1px solid #B8D6EC;
  background-color: #0067B9;
}
#app-container .el-table__header th *{
  background-color: #0067B9;
  color: #EEE;
}

#app-container .el-table tr th:first-child {
  border-left: 1px solid #B8D6EC;
}

#app-container .el-table th {
  border-right: 1px solid #B8D6EC ;
  border-bottom: 1px solid #B8D6EC ;
}

#app-container .el-table tr:first-child td {
  border-top: 1px solid #B8D6EC ;
}
#app-container .el-table tr td:first-child {
  border-left: 1px solid #B8D6EC;
}

#app-container .el-table td {
  border-right: 1px solid #B8D6EC;
  border-bottom: 1px solid #B8D6EC;
}

/* 翻页器样式开始 */
.el-pagination{
  background-color: #DBE4F0;
  border-top:1px solid #B8D6EC;
  white-space: nowrap;
  padding: 2px 5px;
  color: #333;
  font-weight: 100;
}


.el-pagination__total {
  color: #333;
}


.el-pagination__editor.el-input .el-input__inner  {
  background-color: #B8D6EC ;
  border: 1px solid #78dfff ;
  color: #666 ;
}
.el-pagination__editor.el-input .el-input__inner:hover {
  background-color: #B8D6EC ;
  border: 1px solid #78dfff ;
  color: #333 ;
}

.el-pagination .el-select .el-input .el-input__inner  {
  background-color: #B8D6EC ;
  border: 1px solid #78dfff ;
  color: #666 ;
}

.el-pagination .el-select .el-input .el-select__caret {
  background-color: #B8D6EC ;
  border: 1px solid #78dfff ;
  color: #333 ;
}

#app-container .el-table.el-input .el-input__inner  {
  background-color: #B8D6EC ;
  border: 1px solid #78dfff ;
  color: #333 ;
}
#app-container .el-table.el-input .el-input__inner:hover {
  background-color: #B8D6EC ;
  border: 1px solid #78dfff ;
  color: #333 ;
}

#app-container .el-table .el-select .el-input .el-input__inner  {
  background-color: #B8D6EC ;
  border: 1px solid #78dfff ;
  color: #333 ;
}

#app-container .el-table .el-select .el-input .el-select__caret {
  background-color: #B8D6EC ;
  border: 1px solid #78dfff ;
  color: #333 ;
}


.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: center center no-repeat #B8D6EC !important;
  background-size: 16px;
  cursor: pointer;
  margin: 0;
  color: #303133 !important;
  width: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.el-icon-arrow-left:before {
  content: "\E6DE";
  color: #fff;
}
.el-pagination button:disabled {
  color: #B8D6EC;
  background-color: transparent;
  cursor: pointer;
}

#app-container  .el-pager li.active {
  color: #409EFF !important;
  cursor: default !important;
}

.el-pager li {
    background: #DBE4F0 !important;
    -webkit-box-sizing: border-box !important;
}

#app-container  .el-pager li.btn-quicknext,
#app-container .el-pager li.btn-quickprev {
  line-height: 28px;
  color: #CCC;
}

.el-pagination__jump {
  color: #000;
}

.el-pager .more::before {
  line-height: 30px;
  color: #000;
}

/* 翻页器样式结束 */

.bottom-button {
  display: inline-block;
  height: 30px;
  width: 75px;
  border: 1px solid #03adfd;
  box-shadow: 0px 0px 4px #03adfb;
  background-color: #001c82;
  color: #00ffff;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.bomttom-button-group {
  float: right;
  line-height: 35px;
  height: 35px;
  margin-right:10px;
  background-color: transparent;
}
.alarm-info {
  height: 100px;
  background-color: #000c3b;
  color: #00ffff;
  padding: 15px 25px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
.alarm-info > p > span {
  width: 220px;
  display: inline-block;
  text-align: left;
}
.alarm-info-readme {
  text-indent: 53px;
  font-size: 12px;
  color: #00ffff;
  height: 90px;
  background-color: #000c3b;
  line-height: 90px;
}
.speed {
  text-align: left;
  color: #5baccc;
  margin-left: 25px;
}
.el-radio {
  color: #5baccc;
}
.alarm-info-img > img {
  display: inline-block;
  width: 100%;
  height:400px;
  float: left;
}
.alarm-info-video > video {
  display: inline-block;
  float: left;
  width: 455px;
  height: 280px;
  margin-left: 15px;
}

.alarm-info-img{
  width: 900px;
}
.alarm-info-video {
  display: inline-block;
  width: 500px;
  height: 400px;
  font-size: 14px;
}

.showBox {
  position: absolute;
  width: 1000px;
  height: 600px;
  top: 3px;
  left: 15%;
  z-index: 1999;
}

.el-dialog {
  background: #031045;
  -webkit-box-sizing: border-box;
}

.el-dialog__header {
  text-align: left;
  padding: 0px 0px 0px;
  width:100%;
  height: 24px;
  color: #00ffff;
  display: inline-block;
  line-height: 24px;
  background-color: #001979;
  border-radius: 2px;
  font-size: 16px;
  text-indent: 22px;
  font-family: '黑体' ;
}

.el-dialog__body{
  background-color: #000c3b;
}

  .dialog-content {
    display: inline-block;
    text-align: center;
    background-color: #000c3b;
    width: 100%;
    height: 300px;
    padding: 0px 0px;
    overflow-y: auto;
  }

.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #00ffff;
  background-color: #000C3B ;
  display: block;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #CCC;
}

.el-dialog__headerbtn {
  position: absolute;
  top: 2px;
  right: 20px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
}

.el-dialog--center .el-dialog__footer {
  text-align: inherit;
  background-color: #001c82;
  color: #00ffff;
  height:34px;
  line-height:34px;
  padding-top:0px;
  padding-bottom:0px;
  text-align: right !important;
}

.dialog-footer{
  text-align: right;
  margin-bottom:5px;
  margin-right:5px;
  height:32px;
  display: block;
}

.el-button {
  display: inline-block ;
  line-height: 1px ;
  min-height: 27px ;
  height:27px;
  white-space: nowrap ;
  cursor: pointer;
  background: #001C82;
  border: 1px solid #999;
  color: #CCC;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button--primary{
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
}

.el-icon-plus,.el-icon-edit,.el-icon-delete,.el-icon-download{
  background-color:transparent;
  color:#FFF;
}

.el-button--danger {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}

.el-button--warning {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #ffc833;
  border-color: #ffc833;
}
.el-button--success {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #42d885;
  border-color: #42d885;
}

.el-button--success.is-disabled, .el-button--success.is-disabled:active, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:hover {
  color: #FFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}

.el-button--warning:hover, .el-button--warning:focus {
  background: #ffc833;
  border-color: #ffc833;
  color: #fff;
}

.el-button--primary:focus, .el-button--primary:hover {
  background: #55A9D8;
  border-color: #CCC;
  color: #FFF;
}

.el-button+.el-button {
  margin-left: 10px;
  display: inline-block;
  border: 1px solid #CCC;
  box-shadow: 0px 0px 2px #CCC;
  background-color: #001C82;
  color: #CCC;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;

}
.el-button+.el-button:hover{
  margin-left: 10px;
  display: inline-block;
  border: 1px solid #EEE;
  box-shadow: 0px 0px 2px #EEE;
  background-color: #333;
  color: #EEE;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;

}


.bottom-button {
  display: inline-block;
  height: 30px;
  width: 75px;
  border: 1px solid #03adfd;
  box-shadow: 0px 0px 4px #03adfb;
  background-color: #001c82;
  color: #00ffff;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.bomttom-button-group {
  float: right;
  line-height: 35px;
  height: 35px;
  margin-right:10px;
  background-color: transparent;
}

.img-zoomer{
  background: url(../../../assets/images/photo-bg.png) repeat ;
}
.img-out-show{
  margin-left: 30px ;
}


.grid {
  columns: 3 auto;
  column-gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.color {
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.pop-enter-active {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}

.pop-enter {
  opacity: 0;
  transform: scale(0.9);
}

.pop-enter-to {
  opacity: 1;
  transform: scale(1);
}

.ks-imagezoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../../assets/images/photo-bg.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  font-size: 0;
}
/**
 * el-tree styles
 */

.el-tree {
  position: relative;
  cursor: default;
  background-color: #000c3b;
  color: #CCC;
  overflow-y: auto;
  height: 100%;
}

#alarmConfirmation .el-tree-node__content:hover {
  background-color: #f5f7fa;
}

.el-tree::-webkit-scrollbar {
  display: none ;
}

.el-tree-node:focus > .el-tree-node__content {
  background-color: #0a3b86 !important;
}


.el-tree-node__content:hover {
  background-color: #0a3b86 ;
}

.el-tree-node__content:hover {
  background-color: #0a3b86 ;
}

.el-dialog--center .el-dialog__footer {
  text-align: inherit;
  background-color: #001c82;
  color: #00ffff;
  height:34px;
  line-height:34px;
  padding-top:0px;
  padding-bottom:0px;
  text-align: right;
}


.el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #EEE;
  border-radius: 4px;
  border: 1px solid #53a6e8;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  text-align: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.el-message-box__header {
  position: relative;
  padding: 15px 15px 10px;
  color: rgb(0, 255, 255);
  background-color: rgb(0, 25, 121);
}

.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: rgb(0, 255, 255) !important;
}

.el-message-box__btns .el-button{
  width:70px;
  height:27px;
}


.el-message-box__content {
  padding: 10px 15px;
  color: #333;
  font-size: 14px;
  background-color: #DBE4F0;
}


.el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
  background-color: #EEE;
}

.login-form {
  border-radius: 6px;
  background: #EEE ;
  width: 385px ;
  padding: 25px 25px 5px 25px;
}

/*zhanghg 20210729 20:37 此样式要放在后面，勿随意移动位置*/
#app-container .el-pagination__editor.el-input .el-input__inner{
  background-color: #B8D6EC;
  border: 1px solid #78dfff;
  color: #333;
}

#app-container .el-pagination__sizes .el-input__inner{
  background-color: #B8D6EC;
  border: 1px solid #78dfff;
  color: #333;
}

.el-tree .el-button {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.el-tabs {
    margin-bottom: 0px !important;
}
