﻿/*
    自定义样式
    2017年11月24日09:54:24
    LHC
*/

/*覆盖ace body背景色*/
body {
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

/*滚动条*/
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}

/*辅助类*/
.w60 {
    width: 60%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.w12 {
    width: 120px;
}

.w-15 {
    width: 150px;
}

.w-18 {
    width: 180px;
}

.h-7 {
    height: 70px;
}

.h-10 {
    height: 100px;
}

.h-12 {
    height: 120px;
}

.h-18 {
    height: 180px;
}

.h-31 {
    height: 215px;
}

.bigger-125 {
    font-size: 125% !important;
}

.font-lighter {
    font-weight: lighter !important;
}

.color-success {
    color: #09bb07 !important;
}

.color-white {
    color: #fff !important;
}

.color-gray {
    color: #777 !important;
}

.color-red {
    color: #f00 !important;
	margin:0 2px;
}

.color-blue {
    color: #337ab7 !important;
}

.color-green {
    color: #69AA46 !important;
}

.color-yellow {
    color: #ff6f00 !important;
}

.indent2 {
    text-indent: 2em;
}

.cursor-pointer {
    cursor: pointer !important;
}

.bg-gray {
    background-color: #f3f3f3;
}

.bg-warning {
    padding: 15px;
    z-index: 99999;
    position: relative;
}

.bg-eaeff6 {
    background-color: #eaeff6;
}

.bg-menu-yellow > a {
    background-color: #ffd !important;
}

.bg-menu-yellow > ul > li > a {
    background-color: #ffe !important;
}

.bg-menu-purple > a {
    background-color: #def !important;
}

.bg-menu-purple > ul > li > a {
    background-color: #eef !important;
}

.bg-menu-lightgreen > a {
    background-color: #cff !important;
}

.bg-menu-lightgreen > ul > li > a {
    background-color: #dff !important;
}

.bigger-120 {
    font-size: 120%;
}

#bodydiv {
    margin-bottom: 45px;
}

.table {
    margin-bottom: 0;
}

    .table a {
        cursor: pointer;
    }

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > td,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > thead > tr > th {
        vertical-align: middle;
        text-align: center;
    }

.border-none {
    border: none !important;
}

.font-bold {
    font-weight: 600;
}

.overflow-hidden {
    overflow: hidden;
}

.required::after {
    content: "*";
    margin-left: -5px;
    color: red;
}

.required2::after {
    content: "*";
    color: red;
}

/*btn*/
.btn {
    border-radius: 2px !important;
}

.btn-group + .btn, .btn-group > .btn {
    border-width: 1px !important;
}
/*.btn {
    border-width: 3px;
    padding: 4px 10px;
}

.btn-sm {
    border-width: 2px;
    padding: 4px 8px;
}

.btn-xs {
    border-width: 0;
}

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    background-color: #337ab7 !important;
    border-color: #337ab7;
}

    .btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary:focus:active, .btn-primary:focus:hover, .btn-primary:hover, .open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:active, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
        background-color: #286090 !important;
    }

.btn-success, .btn-success.focus, .btn-success:focus {
    background-color: #5cb85c !important;
    border-color: #5cb85c;
}

    .btn-success.focus:hover, .btn-success:active:hover, .btn-success:focus:active, .btn-success:focus:hover, .btn-success:hover, .open > .btn-success.dropdown-toggle, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:active, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
        background-color: #449d44 !important;
    }

.btn-info, .btn-info.focus, .btn-info:focus {
    background-color: #5bc0de !important;
    border-color: #5bc0de;
}

    .btn-info.focus:hover, .btn-info:active:hover, .btn-info:focus:active, .btn-info:focus:hover, .btn-info:hover, .open > .btn-info.dropdown-toggle, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:active, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
        background-color: #31b0d5 !important;
    }

.btn-warning, .btn-warning.focus, .btn-warning:focus {
    background-color: #f0ad4e !important;
    border-color: #f0ad4e;
}

    .btn-warning.focus:hover, .btn-warning:active:hover, .btn-warning:focus:active, .btn-warning:focus:hover, .btn-warning:hover, .open > .btn-warning.dropdown-toggle, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:active, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
        background-color: #ec971f !important;
    }

.btn-danger, .btn-danger.focus, .btn-danger:focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

    .btn-danger.focus:hover, .btn-danger:active:hover, .btn-danger:focus:active, .btn-danger:focus:hover, .btn-danger:hover, .open > .btn-danger.dropdown-toggle, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:active, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
        background-color: #c9302c !important;
    }*/
/*ace btn 更正*/
/*.btn{
        padding: 4px 12px;
    }*/
/*row去负*/
.no-padding {
    margin-left: 0;
    margin-right: 0;
}

/*layer弹窗*/
/*.layui-layer-iframe {
    overflow-x: hidden;
}*/

/*****************子页面*/
.container-page {
    padding-top: 15px;
    width: 100%;
}

/*表单圆角*/
.form-control {
    border-radius: 1px;
}

kbd {
    cursor: pointer
}

/*panel*/
.panel, .panel-heading {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-left: 3px solid #3377bb;
}

    .panel-default > .panel-heading > h1,
    .panel-default > .panel-heading > h2,
    .panel-default > .panel-heading > h3,
    .panel-default > .panel-heading > h4,
    .panel-default > .panel-heading > h5 {
        color: #3377bb;
    }

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5, .panel-heading h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel-default .panel-heading a:link {
    color: #3c4f63;
}

.panel-primary .panel-heading a:link,
.panel-success .panel-heading a:link,
.panel-info .panel-heading a:link,
.panel-warning .panel-heading a:link,
.panel-danger .panel-heading a:link {
    color: #eee;
}

.panel-default .panel-heading a:hover {
    color: #3377bb;
}

.panel-primary .panel-heading a:hover,
.panel-success .panel-heading a:hover,
.panel-info .panel-heading a:hover,
.panel-warning .panel-heading a:hover,
.panel-danger .panel-heading a:hover {
    color: #fff;
}



/*ace page*/
.page-header {
    margin-top: 10px;
}

/*三级联动select*/
.select-group {
    width: 100%;
}

    .select-group > .form-control {
        width: 33.333333%;
    }
/*标题中的下拉框*/
.title-select {
    height: 40px;
    font-size: 24px;
    padding: 0;
}

.jq-btn {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    border: none;
    white-space: nowrap;
}
.jq-btn i{
    margin-right:3px;
}
.jq-btn:hover{
    color:#fff;
    text-decoration:none;
}
/*查询、提交、确定*/
.cx-btn {
    background: #0db896;
}
/*添加*/
.tj-btn {
    background: #ee7727;
}
/*反馈、审核*/
.fs-btn {
    background: #208b9f;
}
/*查看反馈、查看进度、高级查询*/
.ck-btn,.ckfk-btn {
    background: #2c8fd3;
}
/*修改、编辑、返回*/
.xb-btn {
    background: #2fb1d9;
}
/*复核*/
.fh-btn {
    background: #5b7301;
}
/*驳回、删除*/
.bs-btn {
    background: #d9534f;
}
/*刷新*/
.sx-btn {
    background: #2aad5f;
}
.panel-default .panel-heading .jq-btn:link{
    color:#fff;
}
.ann {
    width: 100px;
    height: 35px;
    line-height: 35px;
}

.breadcrumbs {
    background: url('../images/blueslate_background.png') no-repeat;
    overflow: hidden;
background-size:100% 100%;
    min-height: 51px;
    line-height: 50px;
}
.breadcrumb > li, .breadcrumb > li.active {
    color: #fff;
    text-shadow: 2px 2px 2px #333;
    font-size: 18px;
}

.fixed-table-pagination .dropdown-menu {
    min-width: 56px;
}
.fixed-table-pagination .btn-group button, .fixed-table-pagination .open button{
    background-color: #2fb1d9 !important;
    border-color: #2fb1d9;
}
.fixed-table-pagination .dropdown-menu .active a, .fixed-table-pagination .dropdown-menu .active a:hover{
    background-color: #2fb1d9 !important;
}
.fixed-table-pagination .pager > li > a, .fixed-table-pagination .pagination > li > a {
    color: #2fb1d9;
    margin: 0 4px;
    border: 1px solid #2fb1d9;
    border-radius: 3px !important;
    font-size: 15px;
    padding: 5px 12px;
}
.fixed-table-pagination .pagination > li.active > a, .fixed-table-pagination .pagination > li.active > a:focus, .fixed-table-pagination .pagination > li.active > a:hover {
    background-color: #2fb1d9 !important;
    border-color: #2fb1d9;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.fixed-table-pagination .btn-default.focus:hover, .fixed-table-pagination .btn-default:active:hover, .fixed-table-pagination .btn-default:focus:active, .fixed-table-pagination .btn-default:focus:hover, .fixed-table-pagination .btn-default:hover, .fixed-table-pagination .fixed-table-pagination .btn.focus:hover, .fixed-table-pagination .btn:active:hover, .fixed-table-pagination .btn:focus:active, .fixed-table-pagination .btn:focus:hover, .fixed-table-pagination .btn:hover, .open > .btn-default.dropdown-toggle, .fixed-table-pagination .open > .btn-default.dropdown-toggle.focus, .fixed-table-pagination .open > .btn-default.dropdown-toggle:active, .fixed-table-pagination .open > .btn-default.dropdown-toggle:focus, .fixed-table-pagination .open > .btn-default.dropdown-toggle:hover, .fixed-table-pagination .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle.focus, .fixed-table-pagination .open > .btn.dropdown-toggle:active, .fixed-table-pagination .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover {
    background-color: #2fb1d9 !important;
    border-color: #2fb1d9;
}
.fixed-table-pagination .pagination, .fixed-table-pagination .pagination ul {
    margin: 0;
}
.fixed-table-pagination{
    /*margin-top:25px;*/
	padding:0 10px;
}
.bot_info {
    position: fixed;
    width: 410px;
    height: 93px;
    background: #ff9a10;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    z-index: 9999999;
    box-shadow: 0 0 12px #999;
}
.bot_info a{
    color:#fff;
}
.bot_info .gth img{
    width:50px;
}
.bot_info i{
    position:absolute;
    top:10px;
    right:15px;
    font-size:18px;
    color: #fff;
}
.bot_info .gth{
    margin:20px;
}
.bot_info .txt{
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}
.bot_info .txt em{
    font-style:normal;
    color:#f00;
    font-size:25px;
    margin:0 10px;
}