* {
    /* touch-action: pan-y; */
    touch-action: auto;
}
body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d8d8d8; /**#d8d8d8**/
}
body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eff0f4;
}
.list-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 63px;
}
.state-overview .state-value .value {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}
.state-overview .symbol i {
    font-size: 35px;
}
.state-overview .symbol {
    width: 30%;
}
.tr-btn-offset {
    margin-left: 3px;
}
.td-btn-offset {
    margin-right: 3px;
}

.label-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.label-danger {
    background-color: #f2dede;
    color: #fff;
}
.label-success {
    background-color: #dff0d8;
    color: #3c763d;
}
.label-primary {
    background-color: #d9edf7;
    color: #31708f;
}
.label-default {
    background-color: #424f63;
    color: #7a7676;
}
.label-active {
    color: #fff;
    background-color: #b83b5e;
}
.label-new {
    color: #fff;
    background-color: #71c9ce;
}
.adv-table table tr td {
    padding: 10px;
    vertical-align: middle;
}

.main-index .state-overview .state-value .title {
    font-size: 16px;
}
.main-index .state-overview .state-value .value {
    font-size: 25px;
}
.form-inline {
    width: auto !important;
    display: inline-block;
}
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoons.eot?gk8wr6");
    src: url("../fonts/icomoons.eot?gk8wr6#iefix") format("embedded-opentype"),
    url("../fonts/icomoons.ttf?gk8wr6") format("truetype"),
    url("../fonts/icomoons.woff?gk8wr6") format("woff"),
    url("../fonts/icomoons.svg?gk8wr6#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-work:before {
    content: "\e900";
    /*color: #fff;*/
}
.icon-company:before {
    content: "\e901";
    /*color: #fff;*/
}

.company-color {
    color: #5baece !important;
}
.people-color {
    color: #ff3315 !important;
}
.attch-color {
    color: #3d4eb3 !important;
}
.time-color {
    color: #20a16d !important;
}
.table:not(.not-hover) > tbody > tr:hover > td,
.table:not(.not-hover) > tbody > tr:hover > th {
    background-color: rgba(228, 236, 184, 0.8);
}
.g-watermark-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #FFF;*/
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}
.g-watermark-container span {
    display: inline-block;
    margin: 30px;
    font-size: 12px;
    color: rgba(99, 99, 99, 0.7);
    transform: rotate(12deg);
    -ms-transform: rotate(12deg); /* IE 9 */
    -moz-transform: rotate(12deg); /* Firefox */
    -webkit-transform: rotate(12deg); /* Safari 和 Chrome */
    -o-transform: rotate(12deg);
}
.left-side-inner ul {
    /*background-color: #353f4f;*/
}
section.panel {
    /*background-color: rgba(255,255,255, 0);*/
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    /*background-color: rgba(249,249,249,0.8);*/
    background-color: transparent;
}
.directory-list li {
    border: 1px solid #eff0f4;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
.hf_admin_paginate {
    display: flex;
    align-items: center;
}
.hf_admin_paginate > ul {
    margin-bottom: 0;
}
.pagination_jump_box {
    margin-left: 5px;
}
.pagination_jump {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.pagination_jump input {
    width: 50px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 0 3px;
    text-align: center;
    line-height: normal;
    border-radius: 4px;
}
.pagination_jump input:focus {
    outline: none;
}
.pagination_jump .btn {
    margin-left: 5px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    vertical-align: initial;
    background-color: #576fff;
}

.table-overflow {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-overflow > .table {
    margin-bottom: 0;
}
.table-overflow > .table > thead > tr > th,
.table-overflow > .table > tbody > tr > th,
.table-overflow > .table > tfoot > tr > th,
.table-overflow > .table > thead > tr > td,
.table-overflow > .table > tbody > tr > td,
.table-overflow > .table > tfoot > tr > td {
    white-space: nowrap;
}
.horizontal-form-group {
    display: flex;
    align-items: center;
}
.horizontal-form-group label.control-label {
    flex-shrink: 0;
    margin-right: 15px;
    min-width: 60px;
}
.custom-nav .sub-menu-list ul.third-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #353f4f;
}
.custom-nav .third-menu-list > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 80px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.custom-nav .third-menu-list > li > a:hover,
.custom-nav .third-menu-list > li > a:active,
.custom-nav .third-menu-list > li > a:focus {
    text-decoration: none;
    color: #65cea7;
    background: #2a323f;
}
.custom-nav .third-menu-list > li.active > a {
    color: #65cea7;
    background-color: #2a323f;
}
.sub-menu-list > li.menu-list > a {
    background: transparent url(/images/admin/plus-white.png) no-repeat 93% center;
}
.sub-menu-list > li.nav-active > a {
    background-color: #353f4f;
    background-image: url(/images/admin/minus.png);
    color: #65cea7;
}
.datetimepicker .table-condensed > thead > tr > th.prev,
.datetimepicker .table-condensed > thead > tr > th.next {
    width: 24px;
}
