body {
  /* add sorting icons to gridview sort links */
}
body > .header .logo {
  font-family: inherit;
}
body > .header .navbar .nav > li > a > .badge {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 75%;
}
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  background: none;
  color: inherit;
}
body .user-panel > .info {
  padding-left: 10px;
}
body a.asc:after,
body a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
body a.asc:after {
  content: "\e151";
}
body a.desc:after {
  content: "\e152";
}
body .sort-numerical a.asc:after {
  content: "\e153";
}
body .sort-numerical a.desc:after {
  content: "\e154";
}
body .sort-ordinal a.asc:after {
  content: "\e155";
}
body .sort-ordinal a.desc:after {
  content: "\e156";
}
body .grid-view th {
  white-space: nowrap;
}
body .hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
body .error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
body .table .bootstrap-datetimepicker-widget {
  z-index: 9999;
}


/* 合同加盖公章 */
.seal-content{
  width: 300px;
  min-height: 60px;
  vertical-align: bottom;
  word-wrap: break-word;
  position: relative;
}
.seal-result{
  width: 160px;
  height: 160px;
  right: 5px;
  bottom: 0px;
  position: absolute;
  opacity:0.8;/*  透明度 */
  /*transform: rotate(-10deg);  旋转角度 */
}




/**
polar 风格导航栏
 */
.skin-black .main-header .logo {
  background-color: #ffb402;
  color: #000;
  border-bottom: 0 solid transparent;
  border-right: 1px solid #ffb402
}
.skin-black .main-header .logo:hover {
  background-color: #ffb402
}
.skin-black .main-header .logo .logo-lg1 {
  border-radius:20px;
  border: 2px solid;
  width: 150px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px 3px 10px;
}
.skin-black .main-header .logo span b {
  color: #0e00cb;
}

@media (max-width:767px) {
  .skin-black .main-header .logo {
    background-color: #ffb402;
    color: #000;
    border-bottom: 1px solid;
    border-right: none;
    padding-top: 0px;
  }

  .skin-black .main-header .logo span {
    border-radius:20px;
    border: 2px solid;
    width: 150px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 10px 3px 10px;
  }
  .skin-black .main-header .logo span b {
    color: #0e00cb;
  }
  .skin-black .main-header .logo:hover {
    background-color: #ffb402
  }
}




.login-logo {
  background-color: #ffb402;
  color: #000;
  border-right: none;
  margin-bottom: 50px;
}

.login-logo span {
  border-radius:30px;
  border: 2px solid;
  width: 150px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px 3px 10px;
}
.login-logo span b {
  color: #0e00cb;
}

.login-page,.register-page{background:#ffb402}

.login-box,.register-box {
  padding-top: 50px;
  width: 360px;
  margin: 7% auto
}
.login-box .header {
  height: 30px;
  border-bottom: 2px solid;
  font-size: 18px;
}




@media (max-width:768px) {
  .login-box,.register-box {
    width: 90%;
    margin-top: 20px
  }
}

.login-box-body,.register-box-body {
  background: #ffd267;
  padding: 20px;
  border-top: 0;
  color: #666
}

.login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
/*  background-color: #f5f5f5;*/
  color: #000;
  border-top: 2px solid #000;
  padding-top: 8px;
}