@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a,
img,
span {
    margin: 0;
    padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-weight: inherit;
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img,
abbr,
acronym {
    border: 0;
}
a {
    text-decoration: none !important;
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
input[type="button"],
input[type="submit"] {
    border: 0;
}
ol,
ul,
li {
    list-style-type: none;
    list-style: none;
}
caption,
th {
    text-align: left;
}
img {
    vertical-align: middle;
    border: 0;
}

p {
    line-height: 1;
}
button,
a {
    cursor: pointer;
    outline: none;
}
q:before,
q:after {
    content: "";
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
* {
    box-sizing: border-box;
}
*::after,
*::before {
    box-sizing: border-box;
}
.right {
    text-align: right;
}

html,
body {
    height: 100%;
}

.pt10 {
    padding-top: 10px;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", "Arial, Geneva, sans-serif";
    background: #eee;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1;
    position: relative;
    min-width: 1250px;
    overflow: auto;
}

.main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

/*
 * header
 */
.main-header {
    position: relative;
    height: 50px;
    z-index: 1030;
    /*background: #3c8dbc;*/
    background: #222d32;
}
.main-header .logo {
    /*background-color: #367fa9;*/
    background-color: #222d32;
    color: #ffffff;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    display: block;
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    width: 165px;
    box-sizing: border-box;
    font-weight: 300;
    overflow: hidden;
}
.main-header .logo .logo-lg {
    display: block;
}
.main-header .logo .logo-mini {
    display: none;
}
.main-header .logo:hover {
    background-color: #357ca5;
}
.main-header .logo img {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.main-header .logo b {
    padding-left: 10px;
}
.main-header .sidebar-toggle {
    float: left;
    display: block;
    color: #fff;
    background-color: transparent;
    background-image: none;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
.main-header .sidebar-toggle:hover {
    background: #367fa9;
}

.main-header .msg,
.main-header .user {
    display: block;
    float: right;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.main-header .msg:hover,
.main-header .user:hover,
.main-header .user ul a:hover {
    background: #357ca5;
}
.main-header .msg .msg-num {
    background: #f0ad4e;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 9px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.main-header .user {
    padding: 0 20px;
    font-size: 16px;
}
.main-header .user ul {
    position: absolute;
    right: 0;
    top: 51px;
    left: 0;
    background: #3c8dbc;
    z-index: 1050;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.main-header .user ul i {
    padding-right: 10px;
}
.main-header .user ul a {
    display: block;
    height: 50px;
    color: #fff;
}
.main-header .user:hover ul {
    opacity: 1;
    height: 100px;
}

.main-header .user img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*
 * sidebar
 */

.main-sidebar {
    background-color: #222d32;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 165px;
    z-index: 810;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-size: 13px;
    overflow-y: scroll;
}
.main-sidebar::-webkit-scrollbar {
    width: 8px;
}
.main-sidebar::-webkit-scrollbar-track {
    background-color: rgba(250, 250, 250, 0.8);
}
.main-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.sidebar-menu li > a {
    position: relative;
}
.sidebar-menu > li > a {
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    display: block;
}
.sidebar-menu li a span {
    padding-left: 5px;
}
.sidebar-menu li > a > .pull-right-container {
    width: 12px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 15px;
    top: 19px;
    text-align: center;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.sidebar-menu li.active a > .pull-right-container {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 25px;
}
.sidebar-menu li.active > .treeview-menu {
    display: block;
}
.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
    margin: 0;
}
.sidebar-menu .treeview-menu > li > a > i {
    /* margin-right: 10px; */
}
.sidebar-menu .treeview-menu > li > a {
    padding-left: 15px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    display: block;
    /*  font-size: 14px; */
}
/*
 * Component: Sidebar Mini
 */

.sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
}

.sidebar-mini.sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
    box-sizing: border-box;
    overflow: hidden;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    height: 50px !important;
    line-height: 50px;
    padding-left: 15px;
    margin-left: -3px;
    background-color: inherit;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 50px !important;
    margin-left: 0;
    overflow: hidden;
}
.sidebar-mini.sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > .pull-right-container {
    float: right;
    width: auto !important;
    left: 180px !important;
    top: 10px !important;
}
.sidebar-mini.sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > .pull-right-container
    > .label:not(:first-of-type) {
    display: none;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right-container {
    display: none !important;
}
.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
}
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
}

/*
 * content-wrapper
 */
.content-wrapper {
    position: absolute;
    left: 165px;
    top: 50px;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: auto !important;
    padding: 15px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.sidebar-collapse .content-wrapper {
    left: 50px;
}

/*登录*/
.login {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #367fa9;
}
.login .form {
    width: 500px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -250px;
    box-sizing: border-box;
}
.login .title {
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.login .title img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.login .panel {
    background: #fff;
    padding: 30px;
}
.login .tip {
    font-weight: 300;
    margin-bottom: 25px;
    color: #000;
    font-size: 24px;
}
.login .group {
    position: relative;
    margin-bottom: 30px;
}
.login .group i {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 10;
    color: #999;
    font-size: 14px;
}

.login input {
    border: 1px solid #e5e5e5;
    text-indent: 30px;
    width: 100%;
    height: 34px;
    line-height: 32px;
    position: relative;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.login input:focus {
    border-color: #999;
}
.login button {
    border: none;
    height: 32px;
    line-height: 32px;
    width: 90px;
    text-align: center;
    background: #35aa47;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.login button i {
    margin-left: 5px;
}
.login button:hover {
    background: #1d943b;
}
.login .p1 {
    font-size: 18px;
    padding-bottom: 15px;
}
.login a {
    color: #337ab7;
    position: relative;
}
.login a:hover {
    color: #23527c;
}
.login a:before {
    content: "";
    display: block;
    width: 0;
    background: #777;
    position: absolute;
    height: 1px;
    bottom: -1px;
    left: 0;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.login a:hover:before {
    width: 100%;
}

.suggest-list {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 250px;
}
.suggest-list li {
    height: 32px;
    line-height: 32px;
    color: #344659;
    padding-left: 12px;
    cursor: pointer;
}
.suggest-list li:hover,
.suggest-list li.hover {
    background: #f4f4f4;
}

.max-text-span {
    display: inline-block;
    word-break: break-all;
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.date.form_date,
.date.form_date input.form-control,
.date.form_date .input-group-addon {
    background-color: white;
}
table {
    margin-top: 12px;
}
table td,
table th {
    vertical-align: middle !important;
}
table thead th {
    font-weight: bold;
    font-size: 14px;
    background: #dedede;
}

.pagination .go {
    float: left;
    padding: 4px 10px;
}
.pagination .go input {
    width: 30px;
    text-align: center;
    height: 24px;
}
table th .btn {
    margin: 2px;
}

.table-s th {
    font-size: 12px;
}
.table-s td {
    padding: 0 5px !important;
}
.table-s td .btn {
    margin: 3px;
    padding: 4px 0;
    width: 80px;
}
@media only screen and (max-width: 1400px) {
    .table-s td {
        height: 109px;
    }
}
form.form-inline .form-group {
    margin: 3px;
}

.dialog {
    position: fixed;
    left: 30%;
    top: 60px;
    padding-left: 300px;
    z-index: 9999;
    background: white;
    border-radius: 6px;
    border: 1px silver solid;
}
.file-selecter.uploading {
    display: block;
    background-image: url(/common/image/loading_2.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.webuploader-container input[type="file"] {
    opacity: 0;
    cursor: pointer;
}
.webuploader-pick {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset,
        0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #5bc0de;
    color: #fff;
    background-image: linear-gradient(to bottom, #5bc0de 0px, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

/* img upload css */
.file {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    border: solid 1px #c8d2d7;
    width: 200px;
    height: 150px;
}
.file input {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.file input,
.file > img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.file label {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.file .file-selecter {
    background: rgba(160, 170, 178, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}
.file .file-selecter .selecter {
    width: 60px;
    height: 94px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -47px;
}
.file .file-selecter .selecter img {
    display: block;
    width: 58px;
    margin: 0 auto 15px auto;
}
.file .file-selecter .selecter p {
    color: #fff;
}

.dialog .title {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    color: #344659;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 25px;
}
.dialog img.close {
    background-image: url("../images/icon/icon-close.png");
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 18px;
    opacity: 1;
}
