﻿html,
body,
#root {
	height: 100%;
}

.ant-select-tree-checkbox-inner-8EUo7qYZ {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	background-color: #ada6a6;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.editable-row .ant-form-explain {
	position: absolute;
	font-size: 12px;
	margin-top: -4px;
}

.ant-cascader-menu {
	height: auto;
}

.unit .ant-select-selection {
	border: none;
	box-shadow: none;
}
.unit .ant-select-arrow {
	color: rgba(188, 188, 188, 0.85);
}

.layout_content_background {
  margin: 24px 16px 0;
}
.service-card-title {
  color: rgba(255, 255, 255, 0.5);
}
.search-card-background {
  margin-bottom: 10px;
}
.describe-background {
  color: #b1906c;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: rgba(200, 200, 200, 0.1) !important;
}
.ant-alert-with-description {
  color: rgba(33, 33, 33, 0.7);
}
.ant-alert-with-description .ant-alert-message {
  color: rgba(33, 33, 33, 0.7);
}
.header {
  background: #000000;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .header {
    padding-left: 30px;
    padding-right: 15px;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}
.header .header_nav {
  flex: 1 0 30%;
  margin-left: 24px;
}
@media screen and (max-width: 720px) {
  .content {
    margin-top: 56px;
  }
}
@keyframes show {
  0% {
    height: 0px;
  }
  100% {
    height: 200px;
  }
}
.navbarBrand {
  height: 64px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.logo img {
  height: 100%;
  width: 100%;
}
.navbarBrand img {
  height: 54px;
}
@media screen and (max-width: 720px) {
  .navbarBrand img {
    width: 88px;
  }
}
span.navbarText {
  margin-left: 10px;
  margin-right: 0px;
  font-size: 24px;
  color: #a6adb4;
}
@media screen and (max-width: 1226px) {
  span.navbarText {
    display: none;
  }
}
.navbarContent {
  xs: 12;
  float: right;
  color: #a6adb4;
}
@media screen and (max-width: 720px) {
  .navbarContent .hello {
    display: none;
  }
}
.navbarContent .logout {
  margin-right: 18px;
}
@media screen and (max-width: 720px) {
  .navbarContent .logout {
    padding: 0 2px;
    margin-right: 10px;
  }
}
.moblie {
  color: #ccc;
  height: 100vh;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background: #000;
  z-index: 110;
  padding-top: 50%;
  text-align: center;
}
.layout_content {
  margin: 24px 16px 0;
}
.ant-menu-submenu > .ant-menu {
  background: #000c17;
}
.ant-menu {
  background: #181819;
}
.ant-layout-sider-light {
  background: #181819;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  background: #181819;
  box-shadow: 2px 1px 2px 1px #ece7e7;
}

.layout_content_background {
  margin: 24px 16px 0;
}
.service-card-title {
  color: rgba(255, 255, 255, 0.5);
}
.search-card-background {
  margin-bottom: 10px;
}
.describe-background {
  color: #b1906c;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: rgba(200, 200, 200, 0.1) !important;
}
.ant-alert-with-description {
  color: rgba(33, 33, 33, 0.7);
}
.ant-alert-with-description .ant-alert-message {
  color: rgba(33, 33, 33, 0.7);
}
.html,
body,
#root {
  background-color: #141414;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #ff6600;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #ff6600;
  -webkit-animation-name: diffZoomIn2 !important;
  animation-name: diffZoomIn2 !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: blue !important;
  color: #000000 !important;
}
input::-webkit-input-placeholder {
  color: #9b9b9b !important;
}
input::-moz-input-placeholder {
  color: #9b9b9b !important;
}
input::-ms-input-placeholder {
  color: #9b9b9b !important;
}
.form {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -160px 0 0 -160px;
  width: 320px;
  height: 320px;
  padding: 36px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.form button {
  width: 100%;
}
.form p {
  color: #cccccc;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.logo {
  text-align: center;
  cursor: pointer;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 40px;
  margin-right: 8px;
}
.logo span {
  vertical-align: text-bottom;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  color: #1890ff;
}
.ant-spin-container,
.ant-spin-nested-loading {
  height: 100%;
}

.layout_content_background {
  margin: 24px 16px 0;
}
.service-card-title {
  color: rgba(255, 255, 255, 0.5);
}
.search-card-background {
  margin-bottom: 10px;
}
.describe-background {
  color: #b1906c;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: rgba(200, 200, 200, 0.1) !important;
}
.ant-alert-with-description {
  color: rgba(33, 33, 33, 0.7);
}
.ant-alert-with-description .ant-alert-message {
  color: rgba(33, 33, 33, 0.7);
}
/* 上下浮动 */
.antd-pro-exception-exception .antd-pro-exception-content .antd-pro-exception-desc {
  color: #ff0000 !important;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

.layout_content_background {
  margin: 24px 16px 0;
}
.service-card-title {
  color: rgba(255, 255, 255, 0.5);
}
.search-card-background {
  margin-bottom: 10px;
}
.describe-background {
  color: #b1906c;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: rgba(200, 200, 200, 0.1) !important;
}
.ant-alert-with-description {
  color: rgba(33, 33, 33, 0.7);
}
.ant-alert-with-description .ant-alert-message {
  color: rgba(33, 33, 33, 0.7);
}
 {
  /* highcharts-button highcharts-button-pressed */
}
.highcharts-button .highcharts-button-disabled {
  display: 'none';
}
.highcharts-button .highcharts-button-disabled {
  display: 'none';
}
.highcharts-button .highcharts-button-disabled {
  display: 'none';
}
.highcharts-button .highcharts-button-normal {
  display: 'none';
}
.highcharts-button .highcharts-button-disabled {
  display: 'none';
}
.search_background {
  margin-bottom: 10px;
}
.user_footer_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 16px;
  background: #2E2E30;
  textAlign: right;
}

