table, th, td {
  padding: 5px;
  border: none;
  border-collapse: collapse;
  text-align: center; }
  table tbody tr:nth-child(even), th tbody tr:nth-child(even), td tbody tr:nth-child(even) {
    background: #e8e8e8; }

.error {
  color: red; }

.btn {
  height: 30px;
  line-height: 30px;
  background: #42b0d3;
  color: #fff;
  padding: 0 15px;
  display: inline-block; }

.btn_def {
  height: 30px;
  line-height: 30px;
  background: #ccc !important;
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 15px; }

.isMust {
  position: relative;
  font-size: 14px;
  color: red;
  left: -10px; }

.siderPanel_bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 251px;
  background: #f9f9f9;
  border-right: 1px solid #dddddd;
  background: #f4f4f4;
  display: block;
  height: 100%;
  z-index: 0; }

.siderPanel {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 50px;
  overflow-y: auto;
  width: 250px; }
  .siderPanel .level1Menu {
    margin-bottom: 0; }
  .siderPanel .siderNav li {
    position: relative;
    display: block; }
    .siderPanel .siderNav li a {
      color: #3c3c3c;
      margin-right: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .siderPanel .buttonBox {
    width: 100%; }
    .siderPanel .buttonBox a {
      height: 30px;
      display: block;
      background: #ccc;
      line-height: 30px;
      padding: 0 25px;
      box-sizing: border-box;
      color: #fff;
      background: linear-gradient(#42b0d3, #2f9cbf);
      box-shadow: 5px 5px 15px #b6d1da;
      border-radius: 4px;
      margin: 5px; }
      .siderPanel .buttonBox a .iconfont {
        padding-right: 5px; }
  .siderPanel .dropdown-collapse {
    position: relative;
    width: 100%; }
    .siderPanel .dropdown-collapse .iconfont {
      position: absolute;
      right: 15px; }
  .siderPanel .level1Menu .in {
    display: block !important; }
  .siderPanel .level1Menu .active {
    color: #0b97c3;
    font-size: 14px;
    font-weight: bold; }
  .siderPanel .level1Menu > li ul {
    display: none;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease; }
  .siderPanel .level1Menu > li > a {
    background-color: #f4f4f4;
    height: 45px;
    display: block;
    line-height: 45px;
    padding: 0 10px;
    border-bottom: 1px solid white;
    border-top: 1px solid #e7e7e7;
    color: #337ab7; }
  .siderPanel .level1Menu > li > ul {
    display: none; }
  .siderPanel .level1Menu .level2Menu {
    background: #e5e5e5; }
    .siderPanel .level1Menu .level2Menu > li > a {
      height: 40px;
      display: block;
      line-height: 40px;
      border-bottom: 1px solid #cbcbcb;
      padding: 0 15px; }
    .siderPanel .level1Menu .level2Menu > li > ul {
      display: none; }
    .siderPanel .level1Menu .level2Menu .level3Menu {
      background: #d8d8d8; }
      .siderPanel .level1Menu .level2Menu .level3Menu > li > a {
        height: 35px;
        display: block;
        line-height: 35px;
        border-bottom: 1px solid #cbcbcb;
        padding: 0 20px;
        font-size: 12px; }
      .siderPanel .level1Menu .level2Menu .level3Menu > li > ul {
        display: none; }

.mainPanel {
  min-height: 100%;
  margin-left: 251px;
  position: relative;
  top: 101px;
  padding-bottom: 30px; }

.topNav {
  position: fixed;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: #42b0d3;
  padding: 0 15px;
  color: #565656;
  z-index: 2; }
  .topNav .logo {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px; }
    .topNav .logo .iconfont {
      padding-right: 5px;
      font-size: 25px; }
  .topNav .navbar {
    float: left;
    width: auto;
    margin-left: 10%; }
    .topNav .navbar .navItem {
      margin-right: 15px;
      height: 30px;
      line-height: 30px;
      margin-top: 10px;
      color: #fff;
      padding: 5px 15px;
      font-size: 16px;
      border: 1px solid #0b97c3;
      border-radius: 20px;
      font-weight: bold; }
      .topNav .navbar .navItem:hover, .topNav .navbar .navItem.active {
        text-decoration: none;
        background: #0b97c3;
        box-shadow: 0 0 5px #0b97c3; }
  .topNav .logout {
    float: right;
    color: #fff; }
    .topNav .logout a {
      font-size: 16px;
      color: #fff; }

.panelheading {
  position: fixed;
  top: 50px;
  overflow: hidden;
  vertical-align: middle;
  font-weight: 700;
  color: #42b0d3;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 5px 0; }
  .panelheading .title {
    display: inline-block;
    background: #f1f0f0;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    padding: 0 15px;
    margin-top: 10px; }
    .panelheading .title .iconfont {
      display: none; }
  .panelheading .arrow {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    height: 32px;
    margin-top: 10px; }
    .panelheading .arrow image {
      display: block; }
  .panelheading .tip {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: red;
    margin-left: 30px; }
  .panelheading h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
    color: #565656;
    background: #f1f0f0; }
  .panelheading .iconfont {
    font-size: 25px; }

.dropdown {
  position: absolute;
  background: #42b0d3;
  right: 30px;
  top: 10px;
  font-size: 16px;
  font-weight: bold;
  z-index: 99999999; }
  .dropdown .btn {
    border: none; }
  .dropdown a {
    color: #fff; }
  .dropdown .iconfont {
    font-size: 20px;
    padding-right: 5px; }

.dropdown-menu {
  background-color: #42b0d3; }
  .dropdown-menu li a:hover {
    background-color: #156a86;
    color: #fff; }

.pdhem {
  padding: 0 0.5em; }

.pd1em {
  padding: 0 1em; }

.pd2em {
  padding: 2em; }

.pd3em {
  padding: 3em; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.pr30 {
  padding-right: 30px; }

.pl30 {
  padding-left: 30px; }

.selectBox {
  margin: 15px; }

.selectItem {
  background: #7f7f7f;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 4px; }
  .selectItem.active {
    background: #42b0d3; }
  .selectItem:hover {
    cursor: pointer; }
  .selectItem input {
    display: none; }

.contentView {
  position: fixed;
  top: 100px;
  left: 250px;
  right: 0;
  bottom: 0;
  height: auto; }
  .contentView iframe {
    width: 100%;
    height: 100%; }

.bg_ccc {
  background: #ccc; }

.fl {
  float: left; }

.fr {
  float: right; }

/*# sourceMappingURL=style.css.map */
