@charset "UTF-8";
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/lib/material-design-icons/font/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

html {
  font-family: Roboto, sans-serif, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑";
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}

main {
  flex: 1 0 auto;
}

#container {
  display: block;
}

@media only screen and (max-device-width: 800px) {
  #container {
    margin: 0;
  }
}
.header-logo {
  margin-left: 20px;
}

.footer-logo {
  width: 100px;
}

.loading {
  position: absolute;
  z-index: 999;
  border-radius: 10px;
  background-color: rgba(221, 229, 238, 0.8666666667);
  width: 140px;
  height: 140px;
  margin-left: -70px;
  margin-top: -70px;
  top: 50%;
  left: 50%;
}

.fix-menu-item {
  min-width: 150px;
}

.menu-selected {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}

.active-menu {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.img-uploader {
  display: block;
  height: 150px;
  border: 1px dotted #808080;
  margin-bottom: 10px;
  overflow: hidden;
}
.img-uploader .material-placeholder {
  width: 100%;
  height: 100%;
}
.img-uploader img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: scale-down;
}

.user-img-uploader {
  display: block;
  width: 100%;
  height: 150px;
  border: 1px dashed #808080;
}
.user-img-uploader img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.file-uploader {
  display: block;
  height: 50px;
  border: 1px dotted #808080;
  overflow: hidden;
  margin-bottom: 10px;
}

.separator {
  margin: 5px !important;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.card-image img {
  height: 100%;
}

.navigation-bar {
  margin: 10px;
}

.hand-cursor {
  cursor: pointer;
}

.card-img-placeholder {
  position: relative;
  margin: auto;
  height: 200px;
  background-color: #f5f5f5;
}
.card-img-placeholder img {
  display: block;
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.card-img-placeholder-2 {
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
}
.card-img-placeholder-2 img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-group {
  margin: 10px 0 10px 0;
}
.btn-group .btn, .btn-group .btn-large {
  margin: 10px 10px 0 0;
}

#qrcode {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
}

.chip {
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.icon-center {
  vertical-align: middle;
}

.dg .cr.function .property-name {
  width: 100%;
}

.breadcrumb-menu-text :before {
  color: lightgray !important;
}
.breadcrumb-menu-text span {
  color: grey !important;
}

.nav-flex {
  display: flex;
}

.nav-flex-grow {
  flex-grow: 1;
}

.footer-icon {
  line-height: 50px;
}
.footer-icon:hover {
  color: #ffb74d;
}

.footer-card-img {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
}
.footer-card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.modal.bottom-sheet {
  overflow: hidden;
}

.modal-footer.modal-nav {
  border-radius: 0;
  background-color: #fafafa;
  padding: 0;
  height: 65px;
  width: 100%;
  overflow: visible;
}

.modal-nav .input-field {
  height: 65px;
}

.property-checkbox {
  position: relative;
}

.property-item {
  margin-top: 10px;
}

.property-label {
  cursor: pointer;
}

.collapsible-body {
  padding: 0;
}

/* *Allow angular.js to be loaded in body, hiding cloaked elements until
 * *templates compile.  The !important is important given that there may be
 * *other selectors that are more specific or come later and might alter display. */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.collection {
  overflow: visible;
}

i .logo-img {
  height: 64px;
  max-width: 32px;
}

.brand-logo span {
  font-size: 1.5rem;
}

.help-cursor {
  cursor: help;
  color: #9e9e9e;
}

.help-cursor:hover {
  color: #009688;
}

.project-slide {
  width: 100%;
}
.project-slide .slides {
  background-color: #e0e0e0;
}
.project-slide .slides li {
  text-align: center;
}
.project-slide .slides li img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  background-size: contain !important;
  background-repeat: no-repeat;
}

.input-field-select {
  position: relative;
  margin-bottom: 1rem;
}

.footer-logo {
  height: 20px;
  width: auto;
}

label .required {
  color: red;
  margin-left: 5px;
}

.col-header {
  cursor: pointer;
}

.report-parameter-panel {
  margin: 15px 5px 0px 5px;
  padding: 10px;
  display: block;
  height: 400px;
  overflow: auto;
}

.icon-placeholder {
  height: 100px;
  background-color: #f5f5f5;
  text-align: center;
  color: #9e9e9e;
}

.icon-placeholder:hover {
  color: #03a9f4;
}

table.highlight tbody tr:hover {
  background-color: #eeeeee !important;
}

.select-dropdown.dropdown-content li:hover {
  background-color: #eeeeee !important;
}

.config-editor {
  display: block;
  width: 100%;
  height: 600px;
}

.radio {
  position: relative !important;
  margin: 20px 20px 20px 0;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.checkbox {
  margin-right: 20px;
}

.radio {
  margin-right: 20px;
}

*:focus {
  outline: 0;
}

.center-panel {
  max-width: 600px;
  margin: auto;
}
.center-panel img {
  width: 100%;
}

.no-scroll {
  overflow: hidden !important;
}

.images-panel {
  display: flex;
  height: 80px;
  background-color: #eeeeee;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 5px 0 10px 0;
}
.images-panel .image-box {
  width: 80px;
  height: 100%;
  border: 1px solid #e0e0e0;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.images-panel .image-box img {
  padding: 5px;
  min-width: 80px;
  width: 100%;
  object-fit: scale-down;
}
.images-panel .image-box i {
  min-width: 40px;
  text-align: center;
}
.images-panel .image-box:hover {
  border: 1px solid blue;
}

.image-panel {
  height: 150px;
  margin-top: 10px;
}

.files-panel, .jsons-panel {
  display: flex;
  height: 50px;
  background-color: #eeeeee;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 5px 0 10px 0;
}
.files-panel i, .jsons-panel i {
  width: 40px;
  border: 1px solid #e0e0e0;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.files-panel i:hover, .jsons-panel i:hover {
  border: 1px solid blue;
}

.file-panel {
  width: 100%;
  height: 100px;
  margin-top: 10px;
}

.json-panel {
  width: 100%;
  height: 200px;
  margin-top: 10px;
}

.card .row:last-child, .card-panel .row:last-child {
  margin-bottom: 0 !important;
}

label.active + span, label.active + div {
  margin-top: 5px;
}

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #e57373;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.spinner {
  margin: 20px auto 20px auto;
  width: 100px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #e57373;
  height: 100%;
  width: 7px;
  margin: 0 3px 0 0;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.visualization-slide {
  width: 100%;
}
.visualization-slide .slides {
  background-color: #e0e0e0;
}
.visualization-slide img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  background-size: contain !important;
  background-repeat: no-repeat;
}

#player {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.graphic-viewer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.graphic-viewer:focus {
  outline: none;
}

#element-placeholder {
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url("/datacenter/res/img/background.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.main-1 {
  padding-left: 240px;
}

.main-2 {
  padding-left: 0;
}

@media only screen and (max-device-width: 800px) {
  .main-1 {
    padding: 0 !important;
  }
  .main-2 {
    padding: 0 !important;
  }
}
html {
  font-size: 10px;
}

@media screen and (min-width: 1770px) and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1660px) and (max-width: 1770px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1660px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
main {
  background-color: transparent !important;
  z-index: 99;
}

.cool-header {
  position: fixed;
  background-color: #0a1c41 !important;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #00e7ef, transparent) 10 100 10;
  z-index: 9999;
}

.cool-header {
  box-shadow: none;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.breadcrumb {
  font-size: 16px;
}

.page-header .nav-wrapper {
  height: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-header .nav-wrapper div {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
}
.page-header .nav-wrapper .logo {
  width: 13rem !important;
}
.page-header .nav-wrapper .logo img {
  vertical-align: middle;
  height: 3rem;
  margin-left: 0.4rem;
}
.page-header .nav-wrapper .time {
  width: 13rem !important;
  font-size: 1.4rem;
}
.page-header .nav-wrapper .title {
  text-align: center;
  padding-top: 1.2rem;
}
.page-header .nav-wrapper .title img {
  height: 2.6rem;
}
.page-header .nav-wrapper .title .en-name {
  display: block;
  height: 1rem;
  line-height: 0;
  margin-top: -0.4rem;
}
.page-header nav {
  background-image: url(/helloworld/res/img/bg/header-background.png);
  background-size: 100%;
  background-color: inherit;
  background-repeat: no-repeat;
  height: 9rem;
}

.card {
  margin: 0.75rem 0 0 0;
  background-color: rgba(26, 69, 162, 0.4);
  color: #e2edf2 !important;
}
.card .card-content {
  font-size: 1.125rem;
}
.card .card-content .card-title {
  font-size: 1.125rem;
}

.keyboard-focused .collapsible-header:focus {
  background-color: transparent !important;
}

.no-margin {
  margin: 0 !important;
}

.dark {
  background-color: #141414 !important;
  color: #8B8B8B;
}

.light {
  background-color: transparent !important;
  color: #909090;
}

.spinner > div {
  background-color: #2D54A4 !important;
}

.spinner + P {
  color: #2D54A4 !important;
}

.modal {
  border: 1px solid #373737;
}

.modal-main {
  padding: 0.5rem 1.25rem 0 1.25rem !important;
}

/*# sourceMappingURL=site.css.map */
