@import url("../font/open-sans/v17-latin.css");
html {
  background-color: #f1f3f4;
  height: 100%;
  margin: 0px;
}

body {
  background-color: #f1f3f4;
  font-size: 13px;
  font-family: "Open Sans", "Microsoft Yahei", Arial, sans-serif;
  min-width: 1200px;
  height: 100%;
}
body a {
  text-decoration: none;
  background-color: transparent;
  color: #345295;
}
body a:hover {
  color: #5774b3;
}
body .nav-pills .nav-link:hover {
  color: #345295;
  background-color: #F0F0F0;
}
body .nav-pills .nav-link.active, body .nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #345295;
}
body .btn-primary {
  color: #fff;
  background-color: #345295;
  border-color: #345295;
}
body .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
body .clear {
  clear: both;
}
body .card .card-action {
  float: right;
}

body .header {
  height: 46px;
  background-color: #345295;
}
body .header .container-fluid {
  padding-left: 0px;
}
body .header .header-container {
  display: flex;
  justify-content: space-between;
}
body .header .header-left {
  display: flex;
}
body .header .header-left .btn-app-launcher {
  margin-right: 8px;
}
body .header .header-left .btn-app-launcher > a {
  font-size: 22px;
  color: #fff;
  padding: 0px 10px;
  line-height: 40px;
  background: transparent;
  border: none;
}
body .header .header-left .btn-app-launcher:hover {
  background-color: #1c3b80;
}
body .header .header-left .logo > a {
  line-height: 46px;
  font-size: 18px;
  color: #fff;
}
body .header .header-left .logo img {
  height: 18px;
  margin-bottom: 6px;
}
body .header .header-center {
  flex: 1;
  margin: 0 50px;
}
body .header .header-right {
  display: flex;
}
body .header .header-nav {
  height: 38px;
  margin-top: 8px;
}
body .header .header-nav > .dropdown {
  display: inline-block;
}
body .header .header-nav > .dropdown > a {
  line-height: 38px;
  height: 38px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
body .header .header-nav > .dropdown a {
  font-size: 13px;
}
body .header .header-nav > .dropdown:hover {
  background-color: #1c3b80;
  border-radius: 5px 5px 0 0;
}
body .header .header-nav > .dropdown:hover > a {
  color: #fff;
}
body .header .header-nav > .dropdown:hover a {
  font-size: 13px;
}
body .header .header-nav > a {
  line-height: 38px;
  height: 38px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}
body .header .header-nav > a:hover {
  background-color: #1c3b80;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
body .header .header-nav > .selected {
  background: #fff !important;
  color: #000 !important;
  border-radius: 8px 8px 0 0;
}
body .header .header-nav > .selected > a {
  color: #000 !important;
}
body .header .header-nav .typcn {
  margin-right: 8px;
}

body .toolbar {
  height: 49px;
  background-color: #fff;
  padding-top: 10px;
}
body .toolbar .nav .nav-item {
  margin-right: 15px;
}
body .toolbar .nav .nav-link {
  padding: 5px 10px;
}

body .app-launcher {
  display: none;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
  z-index: 1000000;
  background-color: #fff;
  width: 230px;
  min-width: 230px;
  max-width: 230px;
  outline: none;
  overflow-y: auto;
  visibility: visible;
  pointer-events: auto;
  top: 0;
  left: 0;
  right: auto;
  height: 100vh;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-duration: 0.18s;
  animation-duration: 0.18s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
body .app-launcher h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 16px 16px 32px 16px;
}
body .app-launcher .btn-close {
  float: right;
  margin: 16px 16px 32px 16px;
}
body .app-launcher .btn-close .typcn {
  font-size: 16px;
}
body .app-launcher .app-item {
  height: 46px;
  border: 1px solid #fff;
  padding: 8px;
  cursor: pointer;
  margin: 0px 8px 6px 8px;
}
body .app-launcher .app-item a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .app-launcher .app-item a .app-icon {
  font-size: 16px;
  line-height: 30px;
}
body .app-launcher .app-item a span {
  font-size: 16px;
  line-height: 30px;
  margin-left: 8px;
}
body .app-launcher .app-item:hover {
  border-color: #ccc;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 4px 4px 0px, rgba(0, 0, 0, 0.18) 0px 4px 4px 0px;
}

body .main-container {
  padding-top: 20px;
}

body .app-overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
  width: 0px;
  height: 0px;
  z-index: 1000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
body .app-overlay-loading {
  display: none;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  z-index: 9999;
}
body .app-overlay-loading img {
  width: 64px;
  height: 64px;
}

/*# sourceMappingURL=theme.css.map */
