
      /* .table>tbody>tr>td,
      .table>tbody>tr>th,
      .table>tfoot>tr>td,
      .table>tfoot>tr>th,
      .table>thead>tr>td,
      .table>thead>tr>th {
          line-height: 19px;
      }

      table.dataTable thead tr th i,
      table.dataTable thead tr td i {
          display: none;
          width: 4px;
          height: 9px;
          margin-left: 3px;
      }
      table.dataTable thead tr th.sorting i,
      table.dataTable thead tr td.sorting i {
          display: inline-block;
          background: url('../images/sort_both.png') no-repeat center right;
          background-origin: content-box;
      }

      table.dataTable thead tr th.sorting_asc i,
      table.dataTable thead tr td.sorting_asc i {
          display: inline-block;
          background: url('../images/sort_asc.png') no-repeat center right;
          background-origin: content-box;
      }

      table.dataTable thead tr th.sorting_desc i,
      table.dataTable thead tr td.sorting_desc i {
          display: inline-block;
          background: url('../images/sort_desc.png') no-repeat center right;
          background-origin: content-box;
      } */

      * {
        outline: none !important;
    }

    *:active {
        outline: none !important;
    }

    .form-control {
        display: inline-block !important;
    }

    .float-left {
        float: left;
    }

    .float-right {
        float: right;
    }

    ul.inline {
        margin-left: 30px;
    }

    ul.inline li {
        display: inline;
        padding: 12px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

    ul.inline li:hover {
        background: #61a8ee;
    }

    ul.inline li.selected:hover {
        background: #fff;
    }

    ul li {
        list-style-type: none;
    }

    ul.left-title {
        border: solid 1px;
        padding-left: 0;
    }

    ul.left-title li {
        padding: 15px 30px;
        cursor: pointer;
    }

    ul.left-title li:hover {
        background: #8abdf0;
        color: #fff;
    }

    ul.left-title li.left-selected:hover {
        background: #398de3;
    }


    .left-selected {
        background: #398de3;
        color: #fff;
    }

    html {
        min-width: 1380px;
    }
#header_ajax {
        width: 100%;
        height: 70px;
        line-height: 70px;
        background: #fff;
        color: #1E90FF;
        padding: 0 20px;
        position: fixed;
        top: 0;
        z-index: 99;
        font-size: 16px;
    }
    .main-title {
        min-height:80px;
    }
    #left_menu {
        position: fixed;
        top: 0;
        left: 0;
        color: #fff;
        background-color: #011A46;
        width: 220px;
        height: 100%;
        z-index: 100;
    }

    #main {
        margin-top: 70px;
        margin-left: 220px;
        padding: 20px;

    }

    .title {
        width: 220px;
        height: 80px;
        font-size: 18px;
        line-height: 80px;
        position: relative;
        cursor: pointer;
    }

    .title:hover,
    .title:focus {
        background: #1E90FF;
    }

    .selected {
        background: #011A46;
        color: #fff;
    }

    .selected-menu {
        background: #1E90FF;
        color: #fff;
    }

    .title img:nth-child(1) {
        width: 33px;
        margin-left: 22px;
        margin-right: 10px;
        margin-top: -3px;
    }

    .title img.title-right {
        position: absolute;
        top: 32px;
        right: 20px;
    }

    .menu {
        display: none;
        background: #021d4d;
    }

    .menu a {
        display: block;
        color: #fff;
        padding-left: 69px;
        padding-bottom: 10px;
        font-size: 16px;
        height: 52px;
        line-height: 52px;
    }

    .menu a:hover {
        background: #0c6dce;
    }
