html,
body {
  min-width: 1205px;
  height: 100%;
  margin: 0;
  font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 14px !important;

  overflow: hidden;

}

body {
  /*min-width: 1366px;*/
}

button {
  outline: none !important;
}

.panel-heading {
  padding: 11px 15px;
}

.scale_panel {
  width: 10px !important;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.scaleBar .dragBtn {
  position: absolute;
  height: 50px;
  width: 10px;
  background-color: #d3d8dc;
  cursor: pointer;
}

.dragBtn span {
  font-size: 16px;
  position: absolute;
  top: 50px;
  left: 0px;
  display: none;
}

.scaleBar {
  background-repeat: repeat-x;
  background-position: 100% 0;
  background-color: #eaeef1;
  width: 10px !important;
  height: 100%;
  position: relative;
  font-size: 0px;
}

.scaleBar div {
  background-repeat: repeat-x;
  background-color: #eaeef1;
  width: 10px !important;
  position: absolute;
  height: 0px;
  left: 0;
  top: 0;
}

.pRelative {
  position: relative;
}

.h100p {
  height: 100%;
}

.btn.btn-primary,
.btn.btn-default,
.btn.btn-danger,
.btn.btn-gray {
  min-width: 60px;
  height: 30px;
  padding: 0;
}

.btn.btn-danger {
  background-color: #ff5c68;
  border-color: #ff5c68;
}

.btn.btn-primary {
  background-color: #00bcff;
  border-color: #00bcff;
}

.btn.btn-gray {
  color: #fff;
  background-color: #495264;
  border-color: #495264;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
  color: #fff;
  background-color: #343947;
  border-color: #252832;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #00b1f0;
  border-color: #00b1f0;
}

.srp-table .srp-table_th,
.srp-table .srp-table_tr {
  cursor: default !important;
}

.srp-table .srp-table_tr .err-item {
  color: red;
}

.srp-table .srp-table_tr .table-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  width: 310px;
}

.srp-table .srp-table_tr .table-operation>span {
  cursor: pointer;
}


.btn.btn-danger:hover,
.btn.btn-danger:focus {
  background-color: #ff4d5a;
  border-color: #FF4D59;
}

/* .btn.btn */

/* .btn[disabled], .btn[disabled]:hover {
    color: #fff!important;
    background: #b6b9c2!important;
    border-color: #b6b9c2!important;
    background-image: linear-gradient(to right, #b6b9c2, #b6b9c2)!important;
} */

input::-ms-clear {
  display: none;
}

.app-container {
  width: 100%;
  height: 100%;
}

.container {
  /* display: flex;
  flex-direction: row; */
  position: relative;
  width: 100%;
  height: 100%;
}

.float-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

input.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

input.form-control::-moz-placeholder {
  color: #b3b3b3;
}

input.form-control:-moz-placeholder {
  color: #b3b3b3;
}

input.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}

input {
  border-radius: 0px !important;
}

.padding-left {
  padding-left: 15px
}

.padding-right {
  padding-right: 15px;
}

.margin-top {
  margin-top: 15px;
}

.margin-bottom {
  margin-bottom: 15px;
}

/**********************************************************************************/
.head {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  /* width: 100%; */
  height: 60px;
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
  background: linear-gradient(to right, #333744, #4a5064);
  color: #00d8ff;
  z-index: 4;
}

.head .home {
  display: inline-block;
  border-right: solid 1px #272a37;
  width: 60px;
  height: 60px;
  text-align: center;
}

.head .home:hover {
  background: #4a5064;
}

.head .avatar {
  float: right;
  padding: 18px;
  border-left: solid 1px #343a45;
}

.tree-ul .tree-ul {
  padding-left: 17px;
}

.head .home span,
.head .avatar span {
  display: block;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
}

.head .home span {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  top: 18px;
  cursor: pointer;
}

.head .home span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
}

.head .avatar span {
  background: url("../images/icon_avatar.png");
}

.head .title {
  display: inline-block;
  height: 60px;
  color: #00d8ff;
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;

  vertical-align: top;
}

.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  border-right: 1px solid #e0e0e0;
  width: 180px;
  background: #e6e6e6;

  z-index: 1;
}

.sidebar a,
.sidebar a:hover,
.sidebar a:visited,
.sidebar a:link,
.sidebar a:active {
  text-decoration: none;
  color: inherit;
}

.content {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 180px;
  min-width: 1025px;
  overflow-x: hidden;
  background: #f2f2f4;
  z-index: 0;
}

.content.offset-right {
  /* right: 300px; */
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.content.offset-right>.heading {
  margin-right: 300px;
  -webkit-transition: margin-right .3s;
  -moz-transition: margin-right .3s;
  -ms-transition: margin-right .3s;
  -o-transition: margin-right .3s;
  transition: margin-right .3s;
}

.content.collapsed>.heading {
  margin-right: 60px;
}

/***********************************************************************************************/
.container .box {
  height: 100%;
  box-sizing: border-box;
}

.container .box.left {
  min-width: 320px;
  max-width: 320px;
  background-color: #f2f2f2;
}

.container .box.mid {
  flex-grow: 1;
  min-width: 320px;
  max-width: 500px;
  background-color: #298fcc;
}

.container .box.right {
  flex-grow: 1;
  min-width: 320px;
}

.title {
  padding-left: 10px;
  height: 50px;
  box-sizing: border-box;
  font-size: 28px;
  line-height: 50px;
}

.title button {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 24px;
  float: right;
  padding: 12px;
}

.search-container {
  padding: 10px;
  position: relative;
}

.search-container .search {
  padding: 3px 35px 3px 10px;
  outline: none;
  font-size: 18px;
  border: 2px solid #7a7a7a;
  background-color: white;
}

.search-container .search:hover {
  border-color: #171717;
}

.search-container .search:focus {
  border-color: #298fcc;
}

.search-container .search input {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-size: 18px;
}

.search-container .search button {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  padding: 9px;
}

/*.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  outline: none;
}*/
.primary-background-btn:hover {
  background-color: #3e9ad1;
}

.primary-background-btn:hover:active {
  background-color: #54a5d6;
}

.normal-background-btn:hover {
  background-color: #dadada;
}

.normal-background-btn:hover:active {
  background-color: #c2c2c2;
}

.clear-btn:hover {
  color: #298fcc;
}

.entities {
  margin-top: 20px;
}

.entity {
  display: table;
}

.entity:hover {
  background-color: #dadada;
}

.entity:hover:active {
  background-color: #c2c2c2;
}

.entity.active {
  background-color: #a1cae3;
}

.entity.active:hover {
  background-color: #7ab7db;
}

.entity.active:active {
  background-color: #65acd7;
}

.entity .p1 {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding-left: 10px;
  text-align: center;
}

.entity .p1 .person-icon {
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-color: #298fcc;
  color: transparent;
}

.entity .p2 {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 10px;
  width: 100%;
}

.tools {
  height: 50px;
}

.tools button {
  color: white;
  width: 70px;
  height: 50px;
  font-size: 24px;
  line-height: 24px;
  float: right;
  padding: 12px;
}

.tools button.last {
  font-size: 18px;
  line-height: 18px;
  padding: 15px;
  width: 50px;
}

.details {
  color: white;
}

.hidden {
  display: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tree-list {
  width: 180px;

  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /*background: #343743;*/
  color: #4d4d4d;
  font-size: 14px;
  /*border: solid 1px #000;*/
  cursor: pointer;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tree-list li {
  list-style: none;
}

.tree-list a {
  color: #4d4d4d;
}

.tree-list a:hover,
.tree-list a:visited,
.tree-list a:link,
.tree-list a:active {
  text-decoration: none;
  color: #4d4d4d;
}

.tree-list .tree-1,
.tree-list .tree-2,
.tree-list .tree-3 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tree-list .tree-1>li>a>div {
  font-weight: bold;
  font-size: 14px;
  height: 40px;
  padding: 10px 0px 10px 25px;
  line-height: 20px;
  background: #d3d8dd;
}

.tree-list .tree-1>.bottom>a>div {
  background: #e6e6e6;
}

.tree-list .tree-1>li>a>div:hover {
  height: 40px;
  padding: 10px 0px 10px 25px;
  line-height: 20px;
  background: #cce7ed;
  color: #333744;
}

.tree-list .tree-1>li span.toggled {
  top: 1px;
  margin-right: 12px;
  color: #646771;

  font-size: 8px;

  line-height: 0;
}

.tree-list .tree-1>li span.bottom {
  transform: rotate(90deg);
}

.tree-list .tree-2 {
  overflow: hidden;
}

.tree-list .tree-2>li>a>div {
  opacity: 0.8;
  height: 40px;
  padding-left: 28px;
}

.tree-list .tree-2>li>a>div svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  padding: 12px 12px;
  fill: #3e455a;
}

.tree-list .tree-2>li>a>div span {
  height: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
}

.tree-list .tree-2>li>a>div span.icon {
  float: left;
  margin-right: 12px;
}

.tree-list .tree-2>li>a>div span:first-child {
  font-size: 16px;
}

.tree-list .tree-2>li span {}

.tree-list .tree-2>li>a>div:hover {
  opacity: 1;
  background: #cce7ed;
}

.tree-list .tree-2 .active>a>div {
  color: #ffffff;
  background: linear-gradient(to right, #00bcff, #00d8ff);
}

.tree-list .tree-2 .active>a>div:hover {
  background: linear-gradient(to right, #00bcff, #00d8ff);
}

.tree-list .tree-2 .active>a>div svg use {
  fill: #fff;
}

.tree-list .tree-2 .active>a>div span {}

.tree-list span.remove {
  display: inline-block;

  height: 20px;
  line-height: 20px;

  float: right;
  /*margin-top: 3px;*/
  padding-right: 8px;

  font-size: 16px;
}

.tree-list span.up-down {
  display: inline-block;

  height: 20px;
  line-height: 20px;

  float: right;
  /*margin-top: 3px;*/
  padding-right: 3px;

  color: #fff;
  font-size: 16px;
}

.map-view {
  width: 100%;
  height: 100%;
}

.map-view .map-icon:after {
  position: absolute;
  top: 43%;
  right: 46%;
  width: 22px;
  height: 26px;
  content: '';
  color: #ff0000;
  z-index: 999;
  pointer-events: none;
  background: url('../leaflet/images/markers-soft.png') no-repeat 0 0;
}

.map-view .circle-marker-label {
  width: 96px;
  height: 50px;

  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: center;

  border-style: none;
  background: none;

  color: #fff;
  font-weight: normal;
  font-size: 14px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.map-view .circle-marker-label:before,
.map-view .circle-marker-label:after {
  border: none;
}

.select {
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 14px;
  padding-left: 14px;
}

.select:focus {
  border-color: #bbb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(187, 187, 187, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(187, 187, 187, .6);
}

.searchText {
  display: inline-block;

  position: relative;

  min-width: 120px;
  min-height: 26px;
}

.searchText input {
  width: 100%;
  height: 100%;
  border: solid 1px #ddd;
  color: #4d4d4d;
  padding-right: 14px;
  padding-left: 14px;
}

.searchText .glyphicon-search {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  cursor: pointer;
}

.searchText ul {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #808080;
  border: solid 1px #ddd;
  width: 100%;
  /*height: 100%;*/
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.searchText ul li {
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  border-bottom: solid 1px #ccc;
}

.searchText ul li:last-child {
  border-bottom: 0;
}

.searchText ul li:hover {
  background-color: #f5f5f5;
}

.searchText ul li.active {
  background-color: #f5f5f5;
}

.searchText .select-active {
  display: block;
  /*height: 60px;*/
}

.select-common {
  position: relative;
}

.select-common .input-notify {
  position: absolute;
  top: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #ff5c68;
  margin-left: 15px;
}

.select-common .input-notify.large {
  top: 40px;
}

.pull-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/********************show name if login people   styles*********************/
.show-people{
  float: right;
  position: relative;
  font-size: 14px;
  color: #ffffff;
}
.show-people .people-name{
  padding: 16px 14px;
  height: 60px;
  border-right: 1px solid #353b4e;
  line-height: 28px;
}

/********************lanauage switch styles*********************/
.language-switch {
  float: right;
  position: relative;
  z-index: 980;
  cursor: pointer;
}

.language-switch .language-icon {
  padding: 15px 12px;
  height: 60px;
  width: 60px;
}

.language-switch>.language-icon:hover {
  background: #52586e;
}

.language-switch .language-icon span {
  font-size: 12px;
  /* width: 36px;
  height: 36px; */
  right: 16px;
  bottom: 15px;
  position: absolute;
  font-weight: bold;
  color: #494e60;
}

.language-switch .icon_chinese_state {
  background: url("../images/icon_chinese.png") no-repeat center;
}

.language-switch .icon_english_state {
  background: url("../images/icon_english.png") no-repeat center;
}

.language-switch .icon_english_king {
  background: url("../images/icon_english_king.jpg") no-repeat center;
}

.lanauage-switch .language-icon span:before {
  color: #fff;
}

.language-switch .list-group svg {
  fill: #999;
}

.message-center {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 8px 15px;
  font-size: 30px;
  color: #fff;
  border-left: 1px solid #353b4e;
  float: right;
  cursor: pointer;
}

.message-center:hover {
  background: #52586e;
}

.language-switch ul {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  margin-right: -1px;
}

.language-switch ul li {
  width: 150px;
  height: 40px;

  margin-bottom: 0;
  padding: 0 0 0 35px;

  line-height: 40px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #f8f8f8;

  font-size: 12px;
  /* font-weight: bold; */
  /* text-align: center; */
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.language-switch ul li span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.language-switch ul li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.language-switch ul li span:first-child {
  padding-top: 1px;
  text-align: center;
}

.language-switch ul li:hover {
  background-color: #e6e6e6;
}

.language-switch ul li:last-child {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.language-switch .lanauage-switch:hover {
  background: #52586e;
}

.language-switch:hover>ul {
  display: block;
}

/******************* user center styles ***********************/
.user-center {
  float: right;
  position: relative;
  z-index: 990;
}

.svgOnload {
  height: 0px;
  width: 0px;
  position: absolute;
}

.user-center>.user-icon {
  width: 60px;
  height: 60px;

  padding: 8px 15px;

  font-size: 30px;
  color: #fff;
  border-left: 1px solid #353b4e;
  cursor: pointer;
}

.user-center>.user-icon:hover {
  background: #52586e;
}

.user-center>ul.user-list {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.user-center>ul.user-list>li {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f8f8f8;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
}

.user-center>ul.user-list>li>svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 12px 12px;
}

.user-center>ul.user-list>li>span {
  display: inline-block;
  width: 110px;
  height: 40px;
  
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-center>ul.user-list>li>span:first-child {
  width: 40px;
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
  color: #8a8a8a;
}

.user-center>ul.user-list>li:hover {
  background-color: #e6e6e6;
}

.user-center>ul.user-list>li:last-child {
  border-bottom: none;
}

.user-center>ul.user-list>li:last-child>span:first-child {
  color: #ff5c68;
}

.user-center>ul.user-list>li>.icon {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.user-center .icon.icon-exit {
  background: url("/svg/icon_exit.svg") no-repeat center top;
  background-size: 16px;
}

.user-center:hover>ul.user-list {
  display: block;
}

/********************* overlayer style ****************************/
.overlayer {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  overflow: auto;
}

.overlayer>div {
  height: 100%;
  padding-top: 150px;
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
  /* Safari 和 Chrome */
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  /* Safari 和 Chrome */
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

.overlayer>div>div {
  margin-left: auto;
  margin-right: auto;
}

.overlayer-show {
  visibility: visible;
  opacity: 1;
}

.overlayer-show>div {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.overlayer-pulse>div {
  -webkit-animation: pulse .1s;
  -moz-animation: pulse .1s;
  -ms-animation: pulse .1s;
  animation: pulse .1s;
}

/*********************** modal *******************************/
.modal-content {
  width: 100%;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

.modal-title {
  text-align: center;
}

.modal-header {
  border-bottom-color: #909090;
}

.modal-header .close {
  font-size: 43px;
  font-weight: lighter;
  position: absolute;
  right: 15px;
  top: 0px;
  display: block;
  padding-bottom: 27.5px;
  line-height: 1.1;
  height: 55px;
  margin-top: 0px;
}

.modal-header .close span {
  display: inline-block;
  height: 55px;
}

.modal-dialog {
  width: 100%;
  margin: 0 auto;
}

.modal-footer button,
.modal-footer .btn,
.btn-toolbar .btn-group .btn {
  width: 110px;
  height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
}

.modal-footer .btn:last-child {
  margin-left: 15px;
}

.modal-footer .btn.btn-primary,
.btn-toolbar .btn-group .btn.btn-primary {
  background: -webkit-gradient(linear, left 0, right 0, from(#00bcff), to(#00d8ff));
  /*  for safari */
  background-image: linear-gradient(to right, #00bcff, #00d8ff);
}

.modal-footer .btn.btn-primary:hover,
.btn-toolbar .btn-group .btn.btn-primary:hover {
  border: 0;
  background: -webkit-gradient(linear, left 0, right 0, from(#00b1f0), to(#00cbf0));
  /*  for safari */
  background-image: linear-gradient(to right, #00b1f0, #00CAF0);
}

.modal-footer .btn.btn-default,
.btn-toolbar .btn-group .btn.btn-default {
  color: #808080;
}

.modal-footer .btn.btn-default:hover,
.btn-toolbar .btn-group .btn.btn-default:hover {
  color: #808080;
  background-color: #f7f7f7;
}

/****************** 修改密码弹框 ************************/

.alter-pw-popup {
  width: 460px;
}

.alter-pw-popup .body {
  padding: 20px 20px 0 20px;
}

.alter-pw-popup .body .password-row {
  margin-bottom: 30px;
}

.alter-pw-popup .body .password-row.error {
  margin-bottom: 0;
}

/* .alter-pw-popup .body .password-row:last-child{
  margin-bottom: 0;
} */

.alter-pw-popup .body label {
  width: 100px;
  margin-top: 4.5px;
  margin-right: 10px;
  vertical-align: top;
  font-weight: normal;
  text-align: right;
}

.alter-pw-popup .body .column {
  display: inline-block;
  width: 310px;
}

.alter-pw-popup .footer {
  float: right;
  margin-right: 20px;
  margin-bottom: 20px;
}


/****************** 退出弹框 ************************/
.usr-exit {
  width: 320px;
  border-radius: 9px;
  background-color: #fff;
  text-align: center;
  padding: 28px 42px 25px 42px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.usr-exit>div {
  text-align: center;
  font-size: 16px;
  color: #808080;
}

.usr-exit .icon.icon-popup-exit {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/images/icon_popup_exit.png);
  background-size: 100% 100%;
  margin-bottom: 5px;
}

.usr-exit .btn-toolbar {
  margin-top: 25px;
  margin-left: 0;
}

.usr-exit button {
  width: 110px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
}

.usr-exit .btn-group {
  margin: 0;
}

.usr-exit .btn-group:last-child {
  margin-left: 16px;
}

.usr-exit .icon.icon_popup_delete {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  background: url("/images/icon_popup_delete.png");
  background-size: 100% 100%;
}

.confirm-popup {
  width: 220px;
}

.confirm-popup .icon {
  padding: 10px;
  text-align: center;
}

.confirm-popup .icon >i {
  font-size: 40px;
}

.confirm-popup .content {
  position: inherit;
  text-align: center;
  min-width: unset;
  background: #ffffff;
  font-size: 18px;
  color: #808080;
}

.icon.icon_popup_start {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  background: url("/images/icon_popup_start.png");
  background-size: 100% 100%;
}

.icon.icon_popup_pause {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  background: url("/images/icon_popup_pause.png");
  background-size: 100% 100%;

}

.icon_delete:before {
  color: #fa6262;
}

.icon.icon-delete {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/images/icon_delete.png");
  background-size: 100% 100%;
  cursor: pointer;
}

.btn-eqpManage {
  color: #fff;
  background-color: #5478f0;
  border-color: #5478f0
}

.btn-eqpOperate {
  color: #fff;
  background-color: #00bcff;
  border-color: #00bcff
}

.btn-guest {
  color: #fff;
  background-color: #13ce66;
  border-color: #11b75a
}

.btn-sysManage {
  color: #fff;
  background-color: #4a5064;
  border-color: #3f4455
}

.inputCheck {
  float: left;
  clear: left;
}

.inputCheck::before,
.inputCheck::after {
  display: table;
  content: " ";
  clear: both;
}

.inputCheck .has-feedback {
  padding-left: 15px;
  width: 232px;
  float: left;
}

.inputCheck .reminder {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  color: #ff5c69;
  padding-left: 14px;
  white-space: nowrap;
}

.inputCheck .control-label {
  text-align: right;
  padding-right: 0;
  height: 34px;
  line-height: 34px;
  color: #4d4d4d;
  font-size: 14px;
  width: 100px;
  float: left;
}

/*******************全选按钮样式**********************/

.checkbox-span {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom
}

.checkbox-input:focus+.checkbox-inner,
.checkbox-wrapper:hover .checkbox-inner,
.checkbox-span:hover .checkbox-inner {
  border-color: #2cbcfd
}

.checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #2cbcfd;
  content: "";
  -webkit-animation: antCheckboxEffect .36s ease-in-out;
  animation: antCheckboxEffect .36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden
}

.checkbox-wrapper:hover .checkbox:after,
.checkbox-span:hover:after {
  visibility: visible
}

.checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}

.checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  -webkit-transition: all .1s cubic-bezier(.71, -.46, .88, .6);
  transition: all .1s cubic-bezier(.71, -.46, .88, .6)
}

.checkbox-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.checkbox-indeterminate .checkbox-inner:after {
  content: " ";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  left: 2px;
  top: 5px;
  width: 8px;
  height: 1px
}

.checkbox-indeterminate.checkbox-disabled .checkbox-inner:after {
  border-color: rgba(0, 0, 0, .25)
}

.checkbox-checked .checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  -webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.checkbox-checked .checkbox-inner,
.checkbox-indeterminate .checkbox-inner {
  background-color: #2cbcfd;
  border-color: #2cbcfd
}

.checkbox-disabled {
  cursor: not-allowed
}

.checkbox-disabled.checkbox-checked .checkbox-inner:after {
  -webkit-animation-name: none;
  animation-name: none;
  border-color: rgba(0, 0, 0, .25)
}

.checkbox-disabled .checkbox-input {
  cursor: not-allowed
}

.checkbox-disabled .checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #f7f7f7
}

.checkbox-disabled .checkbox-inner:after {
  -webkit-animation-name: none;
  animation-name: none;
  border-color: #f7f7f7
}

.checkbox-disabled+span {
  color: rgba(0, 0, 0, .25);
  cursor: not-allowed
}

.checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block
}

.checkbox-wrapper+.checkbox-wrapper {
  margin-left: 8px
}

/* 5555555555555555555555 */
.checkbox+span,
.checkbox-wrapper+span {
  padding-left: 8px;
  padding-right: 8px
}

.checkbox-group {
  font-size: 12px
}

.checkbox-group-item {
  display: inline-block;
}

@media \0screen {

  .checkbox-checked .checkbox-inner:after,
  .checkbox-checked .checkbox-inner:before {
    font-family: anticon;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E632";
    font-weight: 700;
    font-size: 8px;
    border: 0;
    color: #fff;

    position: absolute;
    left: 2px;
    top: 3px;
  }
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.beauty-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.beauty-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.beauty-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}