/*common css begin*/

body {
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif !important;
}

.cnm .docs-footer {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  margin-top: 1.2em;
  color: #767676;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.cnm .clearfix {
  clear: both !important;
}

.cnm a {
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.cnm .doc-navbar {
  margin-bottom: 0px;
}

.cnm label.error {
  color: red;
}

.cnm .margin-0 {
  margin: 0 0;
}

.cnm .padding-0 {
  padding: 0 0;
}

.cnm .over-flow-hide {
  overflow: hidden;
}

/*common css end*/

/*nav css begin*/

.cnm nav {
  border-radius: 0;
  background: #0071c5;
  border-width: 0 0 1px 0;
  border-color: #0062a8;
  box-shadow: 0 0.8em 0.8em rgba(0, 0, 0, 0.15);
}

.cnm .nav .open > a,
.cnm .nav .open > a:hover,
.cnm .nav .open > a:focus {
  background-color: #0083d7 !important;
  cursor: pointer;
}

.cnm .nav .dropdown-menu > li > a {
  line-height: 3 !important;
}

.cnm .navbar-header > a,
.cnm .navbar-nav > li > a,
.cnm .dropdown-menu > li > a {
  cursor: pointer;
  color: #FFFFFF !important;
}

.cnm .nav .dropdown-menu {
  background-color: #0062a8 !important;
}

.cnm .nav .dropdown-menu > li > a:hover,
.cnm .nav .dropdown-menu > li > a:focus {
  background-color: #00aeef !important;
}

/*nav css end*/

/*short cut nav css begin*/

.cnm .short-cut-nav {
  padding: .5em;
  margin-bottom: 1.5em;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) #ffffff;
}

.cnm .short-cut-nav ul {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .cnm .short-cut-nav ul li {
    width: 48%;
    line-height: 2em;
  }
}

/*short cut nav css end*/

/*search-form css begin*/

@media (max-width: 992px) {
  .cnm .search-form .form-group input {
    width: 110px;
  }
}

@media (max-width: 768px) {
  .cnm .search-form .form-group input {
    width: 100%;
  }
}

/*sear-form css end*/

/*data table css begin*/

.cnm .data-table {
  margin-bottom: 1.2em;
}

.cnm .data-table .data-head {
  border: 1px solid #ddd;
}

.cnm .data-table .row {
  margin-left: 2px;
  margin-right: 2px;
  line-height: 2;
}

.cnm .data-table .row .form-group {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .cnm .data-table .row input[type=checkbox] {
    height: 2em;
    width: 2em;
    float: right;
  }

  .cnm .data-table .data-body {
    border: 1px solid #ddd;
    border-radius: 0.3em;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 768px) {
  .cnm .data-table .data-body {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .cnm .data-table .row input[type=checkbox] {
    margin-right: 0.5em;
  }
}

.cnm .bg-table {
  background-color: #96BDA2  !important;
}

.cnm .bg-sub-table {
  background-color: #559370  !important;
}

/*data table css end*/

/* message css begin*/

.cnm .msgNum {
  background-color: #bb0c0d;
  border-radius: 10px;
  height: 20px;
  padding: 3px 0;
  position: absolute;
  right: 4px;
  top: 2px;
  width: 20px;
}

.cnm .msg-pop {
  width: 400px;
  color: #666;
}

.cnm .msg-pop-hd {
  border-bottom: 1px solid #eee;
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
}

.cnm .msg-pop-hd a {
  float: right;
  height: 28px;
  overflow: hidden;
}

.cnm .msg-pop-hd .title {
  font-weight: bold;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.cnm .msg-pop-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  border-radius: 4px 4px 0 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.cnm .msg {
  float: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.cnm .msg .link {
  display: block;
  float: none;
  padding: 10px 80px 10px 10px;
  line-height: 1.5;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  word-break: break-word;
}

.cnm .msg .link .title {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}

.cnm .msg .date {
  position: absolute;
  top: 11px;
  right: 6px;
  color: #aaa;
  font-size: 12px;
}

.cnm .msg .mark-read {
  color: #aaa;
  display: block;
  font-size: 12px;
  position: absolute;
  right: 12px;
  text-decoration: none;
  top: 11px;
}

.cnm .msg-pop-action {
  margin-top: -1px;
  border-top: 1px solid #eee;
  border-radius: 0 0 4px 4px;
}

.cnm .msg-pop-action a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #4298ba;
  font-size: 12px;
  background: #f7f7f7;
}

/* message css end*/

/* canvas css start*/

.canvas {
  height: 400px;
  width: 100%;
}

.canvas-gap {
  margin-top: 10px;
}

/* canvas css end*/