@charset "UTF-8";
.loading {
  width: 160px;
  height: 56px;
  position: absolute;
  top: 45%;
  left: 50%;
  line-height: 56px;
  color: #fff;
  padding-left: 60px;
  font-size: 15px;
  background: #000 url("../assets/img/loading.gif") no-repeat 10px 50%;
  opacity: 0.7;
  z-index: 9999;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); }

.scroll-bar {
  display: none; }

.no-margin {
  margin-right: 0 !important;
  margin-left: 0 !important; }

::-webkit-scrollbar {
  display: none; }

.width100 {
  width: 100%; }

.item-notBlank1 {
  border: 1px solid #e76e70; }

@media (-webkit-min-device-pixel-ratio: 1), (min-device-pixel-ratio: 1) {
  .border-1px:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .border-1px:after {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7); } }

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-1px:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); } }

@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .border-1px:after {
    -webkit-transform: scaleY(0.33333);
    transform: scaleY(0.33333); } }

/*#tree{
  position:absolute;
  display:none;
  z-index: 9999;
}
.show-product{
  input:focus + #tree{
    display: block;
  }
}*/
/*附件上传样式*/
.file-wrap {
  height: 44px;
  background-color: #DCF2DE;
  float: left;
  position: relative;
  line-height: 16px;
  margin: 0 4px 1px 0;
  border-radius: 3px; }
  .file-wrap .file-loader {
    width: 100px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    background-image: url("../assets/img/loader.gif");
    background-repeat: no-repeat; }
  .file-wrap .content-padding {
    padding: 2px 2px 1px;
    width: 213px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .file-wrap .content-padding .file-name {
      -webkit-box-flex: .75;
      -webkit-flex: .75;
              flex: .75;
      width: 145px;
      height: 16px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #666; }
    .file-wrap .content-padding .file-delete {
      position: absolute;
      right: 6px; }
    .file-wrap .content-padding div {
      height: 16px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #B0B0B0;
      line-height: 160%;
      overflow: visible; }

/*去掉表单中标签加粗样式*/
.form-group {
  margin-bottom: 5px; }
  .form-group label {
    font-weight: lighter; }

.label-font {
  font-size: 13px;
  color: #666;
  font-weight: inherit; }

.register {
  background-color: #E4E8EF;
  min-height: 520px;
  /*日期图标的大小*/ }
  .register .terms {
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto; }
    .register .terms h5, .register .terms h6 {
      font-weight: 600; }
    .register .terms p {
      font-size: 12px; }
  .register .input-group-addon {
    padding: 3px 12px; }

.lx-content {
  width: 80%;
  margin: 0 auto; }
  .lx-content h4 {
    font-family: 微软雅黑;
    font-weight: bold; }

.lx-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-family: 微软雅黑;
  font-weight: bold; }
  .lx-nav li {
    list-style: none; }
    .lx-nav li a {
      text-decoration: none;
      color: #333;
      background-color: #D0E17D;
      padding: 5px 64px;
      box-shadow: 5px 5px 5px #CFCFCF;
      white-space: nowrap; }
    .lx-nav li .lx-active {
      background-color: #36A9CE; }

.form-horizontal .checkbox .ck-margin-left {
  margin-right: 24px;
  font-size: 13px;
  color: #666; }

.lx-item {
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 10px #888888;
  border: 1px solid #e5e5e5; }
  .lx-item .lx-title {
    font-size: 14px;
    margin-bottom: 8px;
    font-family: 微软雅黑;
    font-weight: bold; }
  .lx-item .lx-border-bottom {
    margin-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 8px; }
    .lx-item .lx-border-bottom .lx-sub-title {
      font-size: 14px;
      margin-bottom: 8px; }
  .lx-item .form-group label {
    padding-right: 0;
    font-size: 13px;
    color: #666; }
  .lx-item .form-group .item-notBlank {
    border-color: #e76e70; }
  .lx-item .form-group .item-notBlank:focus {
    border-color: #66AFE9; }
  .lx-item .form-group .sm-tip {
    width: 80px; }
  .lx-item .form-group .md-tip {
    width: 85px;
    margin-left: -5px; }
  .lx-item .form-group .xl-tip {
    width: 100px;
    margin-left: -20px; }
  .lx-item .form-group .max-tip {
    width: 160px; }
  .lx-item .checkbox-text {
    padding-right: 22px; }
    .lx-item .checkbox-text .input-sm {
      height: 25px; }
    .lx-item .checkbox-text input[type='text'] {
      width: 68%;
      margin-right: 10px;
      display: inline-block; }

.lx-footer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin: 20px 0px; }
  .lx-footer-btn .btn-primary {
    padding: 6px 40px;
    font-family: 微软雅黑;
    font-weight: bold; }

/* Move down content because we have a fixed navbar that is 50px tall
body {
  padding-top: 50px;
}
*/
.lx-navbar-color {
  background-color: #283744; }

/*
 * Global add-ons
 */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar .navbar-fixed-top {
  border: 0 !important; }

.nav a {
  color: #fff; }

/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
  display: none;
  background-color: #39435c !important; }

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee; } }

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px; }

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px; }

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  cursor: pointer;
  color: #f85214;
  background-color: #425164; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  color: #f85214;
  background-color: #283744;
  cursor: pointer; }

.circle {
  width: 10px;
  height: 10px;
  background: #1F8CEB;
  border-radius: 50px;
  float: left; }

.navbrand {
  width: 228.99px;
  height: 50px;
  color: #ffffff; }

/*
 * Main content
 */
.main {
  padding: 80px 20px 20px 20px; }

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px; } }

.main .page-header {
  margin-top: 0; }

/*主题面板*/
.panel-primary {
  border-color: #39435C; }

.panel-primary > .panel-heading {
  background-color: #39435C;
  border-color: #39435C; }

.bg-logo {
  background-image: url("../assets/img/syLogo.png"); }

/*用户信息*/
.user-panel {
  padding: 0 10px; }
  .user-panel .img-circle {
    width: 45px;
    height: 45px;
    border: 1px solid #444;
    max-width: 100% !important; }

.info {
  font-weight: 600;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 1;
  color: #eee; }
  .info a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
    color: #eee;
    /*.fa{
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      color: #7dcc93;
    }
    .fa-circle:before {
      content: "\f111";
    }*/ }

.margin-right {
  margin-right: 15px; }

.user {
  padding: 30px 40px 0; }
  .user .user-panel {
    margin-bottom: 20px; }
    .user .user-panel img {
      width: 45px;
      margin-right: 5px; }
  .user .user-form {
    background-color: #F0F3F4;
    padding: 30px; }
    .user .user-form form {
      margin-left: 100px; }
      .user .user-form form .form-group .lg-tip {
        width: 113px;
        margin-left: -32px; }

html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px; }

.login {
  background-color: #f9f9f9;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .login .img {
    padding: 15px 15px; }
  .login .content-logo {
    background-image: url("../assets/img/s.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 880px;
    height: 50px;
    top: 5%;
    position: relative; }
  .login .content-wrap {
    background-image: url("../assets/img/bg.gif");
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    margin: 0 auto;
    width: 880px;
    height: 480px;
    background-size: 100% 100%;
    position: relative;
    top: 5%; }
  .login .content {
    position: relative;
    top: 15%;
    left: 58%;
    width: 35%;
    height: 75%;
    background: rgba(248, 248, 248, 0.8);
    padding: 0;
    /* input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset;
      border: 1px solid #CCC!important;
    }
    .input{
      margin-bottom: 25px;
      width: 350px;
    }*/ }
    .login .content .title {
      font-size: 16px;
      /* padding-top: 25px;*/
      padding-top: 2%;
      font-family: "微软雅黑",tahoma,verdana,sans-serif;
      /*font-weight: bold;*/
      color: #555;
      padding-left: 2%;
      font-weight: bold;
      margin-left: 2%; }
    .login .content .form-group {
      margin-left: 2%; }
      .login .content .form-group .control-label {
        font-family: 微软雅黑;
        color: #fff;
        font-size: 16px; }
    .login .content .rember {
      float: right;
      margin-right: 25px;
      margin-bottom: 20px;
      margin-top: -10px;
      font-family: 微软雅黑;
      font-weight: bold; }
    .login .content button {
      font-family: 微软雅黑;
      font-weight: bold;
      width: 100%;
      color: #70bbe8;
      background-color: #005497;
      border-radius: 5px;
      border-style: solid;
      border-width: 3px;
      border-color: #fff; }
    .login .content #username {
      width: 268px;
      height: 35px;
      padding: 6px 3px 6px 25px;
      background-color: transparent;
      background-position-x: 0px;
      background-position-y: 0px;
      background-repeat: repeat;
      background-attachment: scroll;
      background-image: url("../assets/img/bgimg.gif");
      background-size: auto auto;
      background-origin: padding-box;
      background-clip: border-box; }
    .login .content #password {
      width: 268px;
      height: 35px;
      padding: 6px 3px 6px 25px;
      background-color: transparent;
      background-position-x: 0px;
      background-position-y: -138px;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-image: url("../assets/img/bgimg.gif");
      background-size: auto auto;
      background-origin: padding-box;
      background-clip: border-box; }
