/**
 * style.css
 * xunfan
 */

/******************************** common ********************************/
html, body {
    width: 100%;
    height: 100%;
    background: #F5F7F9;
}

a {
    color: #222d32;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
}

a:hover, a:focus, a:active {
    color: #1a2226;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
}

label {
    padding-right: 15px;
}

input[type=file] {
    display: none;
}

[v-cloak] {
    display: none;
}

/******************************** app ********************************/

#app {
    width: 100%;
    height: 100%;
}

#app.app {
    width: auto;
    height: auto;
    background: #F5F7F9;
}

#app #footer {
    z-index: 0;
    position: fixed;
    width: auto;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding: 8px 15px;
    margin-left: 0;
    background: transparent;
}

/******************************** page ********************************/
.page {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 15px 10px 52px;
}

.page .page-header {
    position: fixed;
    width: 100%;
    height: 38px;
    line-height: 36px;
    margin: -15px -10px 0 -10px;
    padding: 0 15px;
    z-index: 99;
    background: #FFFFFF;
    border-bottom: 1px solid #dee2e6;
}

.page .page-body {
    display: block;
    overflow: hidden;
    margin-top: 32px;
}

.page .page-footer {
    height: auto;
    padding: 0 15px;
}

.page .page-header .breadcrumb {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
}

.page .page-header .breadcrumb i {
    font-size: 15px;
    padding-right: 10px;
}

.page .page-header .breadcrumb li {
    color: #777777;
    font-size: 14px;
}

.page .page-header .breadcrumb > li + li:before {
    content: '>\00a0';
    margin-left: 5px;
}

.page .page-header .pagemenu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page .page-header .pagemenu ul.el-menu li.el-menu-item {
    height: 36px;
    line-height: 36px;
}

.page .page-header .pagemenu ul.el-menu li.el-menu-item a i {
    margin-right: 3px;
    margin-top: -3px;
}

.page .page-header .pagemenu ul.el-menu li.el-submenu .el-submenu__title {
    height: 36px;
    line-height: 38px;
}

.page .page-header .pagemenu ul.el-menu > .el-menu-item.is-active,
.page .page-header .pagemenu ul.el-menu > .el-submenu.is-active .el-submenu__title {
    border-bottom: 2px solid #222d32;
}

.el-menu--collapse .el-menu .el-submenu, .el-menu--popup {
    min-width: 138.8px;
}

/***********************************************widget css*************************************************/

.widget {
    display: block;
    margin-bottom: 15px;
    padding: 5px 20px 10px;
    background: #FFFFFF;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget.bordered {
    border: 1px solid #dcdee2;
}

.widget.widget-search {
    border-bottom: 1px solid #E2E9EA;
}

.widget.widget-table {

}

.widget.widget-form {
    /*border: 0;*/
}

.widget.widget-render {
    /*-webkit-box-shadow: 0 0 5px #00a65a;*/
    /*-moz-box-shadow: 0 0 5px #00a65a;*/
    /*box-shadow: 0 0 5px #00a65a;*/
    /*border: 1px solid #4caf50;*/
    border: 1px solid #F1F1F1;
}

.widget.widget-noborder {
    border: 0;
}

.widget .widget-header {
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0;
    background: url("../img/widget_header_bottom_line.png") bottom repeat-x;
}

.widget .widget-header h5 {
    float: left;
    overflow: hidden;
    color: #222d32;
    margin: 0;
    height: 40px;
    line-height: 39px;
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

.widget .widget-header .icon {
    float: left;
    overflow: hidden;
}

.widget .widget-header .icon i.fa-icon {

}

.widget .widget-header h5 i {
    float: left;
    font-size: 17px;
    width: 24px;
    height: 39px;
    line-height: 40px;
    text-align: center;
}

.widget .widget-header h5 .title {
    float: left;
    font-size: 15px;
    font-weight: 700;
    margin-left: 15px;
}

.widget .widget-header h5 .stitle {
    float: left;
    font-size: 13px;
    color: #4b646f;
    font-weight: 700;
    margin-left: 10px;
    line-height: 40px;
}

.widget .widget-header .info {
    float: right;
}

.widget .widget-body {
    display: block;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    overflow: hidden;
}

.widget .widget-footer {
    display: block;
    overflow: hidden;
    padding: 10px 0px 5px 0px;
}

.widget .widget-footer .links {
    display: inline-block;
}

/*********************************************** form *************************************************/

form h5.title {
    color: #222d32;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 5px;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #222d32;
}

form h5.title i {
    width: 20px;
    margin-right: 13px;
    text-align: center;
}

form .form-group {
    padding: 10px 0 15px 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #DDDDDD;
}

form.form-inline .form-group {
    padding: 5px 5px 10px 0;
    border-bottom: 0;
}

form.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

form .form-group .form-control {
    /*color: #000000;*/
    border-radius: 0;
    border: 1px solid #a7b5bc;
    border-right-color: #ced9df;
    border-bottom-color: #ced9df;
    font-size: 0.9rem;
}

form .form-group .form-control:hover,
form .form-group .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(34, 45, 50, 1);
    -moz-box-shadow: inset 0 1px 1px rgba(34, 45, 50, 1);
    box-shadow: inset 0 1px 1px rgba(34, 45, 50, 1);
    border: 1px solid #222d32;
}

form .form-group .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}

form .form-group .form-control.form-control-ruler {
    background: url("../img/ruler.gif") left 15px repeat-x;
}

form .form-group label.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 0.9rem;
}

form .form-group label.control-value {
    margin-left: 15px;
}

form .form-group .checkbox,
form .form-group .radio {
    position: relative;
    display: block;
}

form .form-group .control-group {
    display: block;
    overflow: hidden;
}

form .form-group .control-group .checkbox,
form .form-group .control-group .radio {
    margin-top: 7px;
}

form .form-group .select2-container .select2-selection--single,
form .form-group .select2-container--default .select2-selection--multiple {
    height: auto;
    min-height: 34px;
    border-radius: 0;
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

form .form-group .sampleimg {
    text-align: center;
    vertical-align: middle;
}

form .form-group .sampleimg img {
    max-width: 150px;
    max-height: 150px;
}

form .form-group-btn {
    padding: 5px 0;
    margin: 0 -10px;
    text-align: center;
    background: #F5F5F5;
    border-bottom: 0;
}

form.form-inline .form-group.row {
    width: auto;
    padding-left: 15px;
    padding-right: 10px;
}

form.form-inline .form-group.row .col-xs-2,
form.form-inline .form-group.row .col-xs-3,
form.form-inline .form-group.row .col-xs-4,
form.form-inline .form-group.row .col-xs-6,
form.form-inline .form-group.row .col-xs-8,
form.form-inline .form-group.row .col-xs-9 {
    width: auto;
    padding-left: 0;
    padding-right: 10px;
}

/***********************************************table css*************************************************/

.table thead tr th,
.table tbody tr td {
    border-bottom: 1px solid #4b646f;
}

.tablelist {
    margin-bottom: 0;
}

.tablelist thead tr {
    color: #F1F1F1;
    background: #222d32;
}

.table-hover > tbody > tr:hover {
    background: #FCFCFC;
}

.table > thead > tr > td, .table > thead > tr > th {
    padding: 10px 8px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    font-size: 14px;
    vertical-align: middle;
    border-top: 1px solid #ECECEC;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ECECEC;
}

.table-bordered > thead > tr > th:first-child,
.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > td:first-child,
.table-bordered > tbody > tr > td:last-child {
    border-left: 1px solid #4b646f;
}

.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > td:last-child {
    border-right: 1px solid #4b646f;
}

.table-bordered > thead > tr:first-child > th,
.table-bordered > tbody > tr:first-child > td {
    border-top: 1px solid #4b646f;
}

.table-bordered > tbody > tr > td.border-bottom,
.table-bordered > tbody > tr:last-child > td {
    border-bottom: 1px solid #4b646f;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eff5f5;
}

.tablelist tbody tr:last-child {
    border-bottom: 1px solid #4b646f;
}

.table-inc thead tr th.no {
    width: 35px;
}

.table-inc thead tr th.check {
    width: 35px;
}

.table-inc thead tr th.op {
    max-width: 300px;
}

.table-inc tbody tr.bgc {
    background: #eff5f5;
}

.table-inc tbody tr td.log {
    color: #ff8200;
}

.table-inc .checkbox, .table-inc .radio {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #F5F8FA;
}

.table-center > thead > tr > td, .table-center > thead > tr > th {
    text-align: center;
}

.table-stats > tbody > tr > td > span.num {
    display: block;
    color: #222d32;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
}

.table-bordered {
    border: 1px solid #4b646f;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #4b646f;
}

/***********************************************buttton*************************************************/

.btn {
    box-shadow: none;
    border-radius: 0;
}

.btn i {
    margin-right: 2px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:disabled {
    background-color: #222d32;
    border-color: #222d32;
}

.btn-primary:hover {
    background-color: #121a24;
    border-color: #121212;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #121a24;
    border-color: #121212;
}

.btn-outline-primary,
.btn-outline-primary:focus,
.btn-outline-primary:disabled {
    color: #222d32;
    border-color: #222d32;
}

.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #121a24;
    border-color: #121212;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #121a24;
    border-color: #121212;
}

/***********************************************pagination*************************************************/

.pagination {
    float: right;
    margin-bottom: 0;
}

.pagination .page-item .page-link,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    font-size: 16px;
    padding: 5px 10px;
    color: #222d32;
    border: 1px solid #222d32;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    background: #EEF3F7;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
    color: #FFFFFF;
    background: #222d32;
}

.pagination input[name=pageno] {
    float: left;
    width: 55px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #222d32;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0 1px 0 5px;
}

.pagination button#goPageNo {
    float: right;
    height: 32px;
    line-height: 16px;
}

/***********************************************adminlte*************************************************/

/* _input-group */
.input-group-text {
    border-radius: 0;
}

.page_link {
    color: #222d32;
}

/***********************************************elementui css*************************************************/

.el-message {
    z-index: 20000000;
}

.el-menu--horizontal > .el-menu-item {
    color: #565656;
}

.el-upload,
.el-upload-dragger {
    width: 100%;
}

.el-upload-file .el-upload-dragger {
    margin: 0;
    font-size: 24px;
    height: 34px;
    line-height: 28px;
}

.el-upload-file .el-upload-dragger i.el-icon-upload {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}

.el-upload-file .el-upload-dragger .el-upload__text {
    display: inline-block;
}

/*************************************** 1600以下分辨率适配 ***************************************/
@media screen and (max-width: 1600px) {

}


/*******************************************************************
 * index frame css
 ******************************************************************/

#header {
    position: relative;
}

#header .logo {
    float: left;
    width: 230px;
    text-align: center;
}

#header .logo img {

}

#header .navbar {
    padding: 0;
    width: auto;
}

#header .navbar .nav-link {
    color: #FFFFFF;
}

#header .navbar .nav-title {
    float: left;
    width: 420px;
    font-size: 25px;
    margin: 0 0 0 5px;
    color: #FFFFFF;
    letter-spacing: 5px;
}

#header .navbar .nav-menu {
    float: left;
    width: auto;
}

#header .navbar .nav-menu ul li {
    float: left;
    width: 90px;
    height: auto;
    margin: 0 2.5px;
    padding: 10px 0 0 0;
}

#header .navbar .nav-menu ul li:hover {

}

#header .navbar .nav-menu ul li.active {

}

#header .navbar .nav-menu ul li a {
    display: block;
    color: #ffffff;
    text-align: center;
}

#header .navbar .nav-menu ul li a span {
    display: block;
}

#header .navbar .nav-menu ul li a span i {
    font-size: 30px;
}

#header .navbar .nav-menu ul li a h5 {
    font-size: 14px;
    margin: 5px 0 0 0;
}

#header .navbar-nav a.user-pro {
    color: #FFFFFF;
}

#header .navbar-nav .user-panel {

}

#header .navbar-nav .user-panel .user-header {
    text-align: center;
    padding: 30px;
    background: #ffffff;
}

#header .navbar-nav .user-panel .user-header img {
    width: auto;
    height: 100px;
}

#header .navbar-nav .user-panel .user-footer {
    padding: 10px;
    background: #F1F1F1;
}

/************************* aside *************************/

.main-sidebar, .main-sidebar::before {
    width: 230px;
}

#aside {
    background-color: #222d32;
}

#aside .logo {
    position: fixed;
    top: 0;
    width: 230px;
    text-align: center;
}

#aside .logo img {
    /*opacity: .8;*/
    max-height: 30px;
}

#aside .sidebar {
    width: auto;
    padding-top: 38px;
    overflow: hidden;
}

#aside .sidebar .nav-header {
    z-index: 999;
    position: fixed;
    width: 230px;
    margin-bottom: 13px;
    color: #4b646f;
    background: #1a2226;
    /*border-bottom: 1px solid #4f5962;*/
}

#aside .sidebar .nav-show {
    display: block;
}

#aside .sidebar .nav-hide {
    display: none;
}

#aside .sidebar ul.nav {
    background: #2c3b41;
}

#aside .sidebar .nav-item .nav-link {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

#aside .sidebar .nav-item .nav-link.active {
    color: #F5F7F9;
}

#aside .sidebar .nav-item .nav-link.nav-link-title {
    background: #1e282c;
    border-left: 3px solid transparent;
}

#aside .sidebar .nav-item .nav-link.nav-link-title.active {
    color: #FFFFFF;
    border-left: 3px solid #F5F7F9;
}

#aside .sidebar .nav-item .nav-link i.nav-icon {
    font-size: 15px;
    margin-left: 0;
}

#aside .sidebar .nav-item .nav-link.nav-link-title i.right {
    top: .85rem;
}

/************************* mainer *************************/

#mainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    min-height: auto;
    padding-top: 70px;
    background: #F5F7F9;
}

#mainer iframe {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

#mainer iframe.active {
    display: block;
}

/************************* 框架 *************************/

/************* 框架：左右（上下） *************/
body.layout-frame-tlr {

}

body.layout-frame-tlr #header {
    z-index: 999;
    height: 70px;
    margin-left: 0;
}

body.layout-frame-tlr #header .logo {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    background: #121212;
}

body.layout-frame-tlr #header .logo img {
    max-height: 36px;
}

body.layout-frame-tlr #header .navbar {
    height: 70px;
    background: #222d32;
    border-bottom: 1px solid #222d32;
}

body.layout-frame-tlr #header .navbar .nav-link,
body.layout-frame-tlr #header .navbar .nav-title {
    color: #F1F1F1;
}

body.layout-frame-tlr #header .navbar .nav-menu {
    display: block;
}

body.layout-frame-tlr #header .navbar .nav-menu ul li {
    height: 70px;
}

body.layout-frame-tlr #header .navbar .nav-menu ul li:hover {
    background: #3f474e;
}

body.layout-frame-tlr #header .navbar .nav-menu ul li.active {
    background: #454d55;
    border-bottom: 3px solid #c2c7d0;
}

body.layout-frame-tlr #header .navbar .nav-menu ul li a {
    color: #F1F1F1;
}

body.layout-frame-tlr #header .navbar-nav a.user-pro {
    color: #F1F1F1;
}

body.layout-frame-tlr #aside {
    padding-top: 70px;
    z-index: 899;
}

body.layout-frame-tlr #aside .logo {
    height: 70px;
    line-height: 70px;
    display: none;
}

body.layout-frame-tlr #aside .logo img {
    max-height: 30px;
}

body.layout-frame-tlr #aside .sidebar {
    height: calc(100vh - (4.3rem + 1px));
}

body.layout-frame-tlr #aside .sidebar .nav-header {
    top: 70px;
}

body.layout-frame-tlr #aside .sidebar .nav-show {
    display: block;
}

body.layout-frame-tlr #aside .sidebar .nav-hide {
    display: none;
}

body.layout-frame-tlr #mainer {
    padding-top: 70px;
}

/************* 框架：左右（上下） *************/
body.layout-frame-ltb {

}

body.layout-frame-ltb #header {
    z-index: 899;
    height: 50px;
}

body.layout-frame-ltb #header .logo {
    display: none;
}

body.layout-frame-ltb #header .navbar {
    height: 50px;
    background: #ffffff;
    border-bottom: 1px solid #dee2e6;
}

body.layout-frame-ltb #header .navbar .nav-link,
body.layout-frame-ltb #header .navbar .nav-title {
    color: #212529;
}

body.layout-frame-ltb #header .navbar .nav-menu {
    display: none;
}

body.layout-frame-ltb #header .navbar .nav-menu ul li.active {
    background: #F1F1F1;
}

body.layout-frame-ltb #header .navbar .nav-menu ul li a {
    color: #212529;
}

body.layout-frame-ltb #header .navbar-nav a.user-pro {
    color: #212529;
}

body.layout-frame-ltb #aside {
    padding-top: 50px;
    z-index: 999;
}

body.layout-frame-ltb #aside .logo {
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

body.layout-frame-ltb #aside .logo img {
    max-height: 30px;
}

body.layout-frame-ltb #aside .sidebar {
    height: calc(100vh - (3.05rem + 1px));
}

body.layout-frame-ltb #aside .sidebar .nav-header {
    top: 50px;
}

body.layout-frame-ltb #aside .sidebar .nav-show {
    display: block;
}

body.layout-frame-ltb #aside .sidebar .nav-hide {
    display: block;
}

body.layout-frame-ltb #mainer {
    padding-top: 50px;
}

/************************* 1600以下分辨率适配 *************************/

@media screen and (max-width: 1600px) {
    .nav-title {
        display: none;
    }

    .navbar-custom-menu ul.nav li.tasks-menu {
        display: none;
    }
}

/************************* el-cascader *************************/
.el-cascader-panel .el-radio {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 10px;
}

.el-cascader-node__label {
    width: 157px;
}

.el-cascader-panel .el-radio__input {
    visibility: hidden;
}

.el-cascader-panel .el-cascader-node__postfix {
    top: 10px;
}

/************************* 768以上分辨率适配 *************************/

@media screen and (min-width: 768px) {
    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        margin-left: 230px;
    }
}

