/* 布局 */
a ,a:hover{
    color: #296afa;
    text-decoration: none;
}
.text-primary{
    color: #296afa;
}
.btn-primary,.label-primary{
    background-color: #296afa;
    border-color: #296afa;
}
.btn-primary-outline,.label-primary-outline {
    color: #296afa;
    border-color:  #296afa;
}
.btn-primary-outline.active,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline:focus,
.btn-primary-outline:hover,
.open>.dropdown-toggle.btn-primary-outline,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.label-primary-outline.active,
.label-primary-outline.focus,
.label-primary-outline:active,
.label-primary-outline:focus,
.label-primary-outline:hover,
.open>.dropdown-toggle.label-primary-outline,
.label-primary.active.focus,
.label-primary.active:focus,
.label-primary.active:hover,
.label-primary:active.focus,
.label-primary:active:focus,
.label-primary:active:hover,
.open>.dropdown-toggle.label-primary.focus,
.open>.dropdown-toggle.label-primary:focus,
.open>.dropdown-toggle.label-primary:hover
{
    background-color:#296afa;
    border-color: #296afa;
}
.table.table-hover thead{
    background: #6090fc;
    color: #fff;
}
/*.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: 2.5;*/
/*}*/
.lyui-control-indicator{
    top:8px;
}
.lyui-control input:checked~.lyui-control-indicator{
    background-color: #6090fc;
    border-color: #6090fc;
}
.mygroup{
    background: #fff;
    border-radius: 0;
    padding:0;
}
.form-group{
    margin-bottom: 5px;
}
.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active
{
    background: #fff;
    box-shadow: 0 0 10px #296afa;
    -moz-box-shadow: 0 0 10px #296afa;
    -webkit-box-shadow: 0 0 10px #296afa;
}
.navbar-brand{
    height: 52px;
}
@media (min-width: 768px) {
    .main-nav .container-fluid {
        padding-left: 0px;
    }
    .main-nav .navbar-header {
        width: 220px;
        overflow: hidden;
        padding:0 15px 0 25px;
    }
    .main-nav .navbar-header .navbar-brand {
        font-size: 26px;
    }
    #sidebar {
        padding: 0px;
        position: absolute;
        top:  50px;;
        bottom: 0;
        overflow: auto;
        background: #eee;
        width: 221px;
    }
    #sidebar .navside {
        border-radius: 0;
    }
    #main {
        padding: 0px;
        position: absolute;
        top:  51px;
        bottom: 0;
        right: 0;
        left: 220px;
        width: auto;
        background: #f4f5fa;
        min-width: 1050px;
    }

    /* 面包屑导航 */
    #main .breadcrumb {
        border-radius: 0;
        margin-bottom: 0;
        background: #f8f8f8;
    }
    #main .breadcrumb li {
        padding: 3px 0 2px 0;
    }
    #main .navbar {
        border-radius: 0;
    }

    /* 标签切换 */
    .ct-tab-nav {
        min-height: 20px;
        background: #fff;
        border-left: 0;
        border-top: 0;
    }
    .ct-tab-nav .navbar-left {
        border-right: 1px solid #eee;
    }
    .ct-tab-nav .navbar-right {
        border-left: 1px solid #eee;
    }
    .ct-tab-nav .nav>li>a {
        padding: 9px 10px;
        background: #fff;
        margin-bottom: -1px;
        border-bottom: 1px solid #eee;
    }
    .ct-tab-nav .nav>li>a:hover {
        background-color: #eee;
    }
    .ct-tab-nav .nav>li>a .close {
        float: none;
        font-size: 18px;
        line-height: 16px;
        margin-left: 2px;
    }
    .ct-tab-wrap {
        width: auto;
        overflow: hidden;
        display: inline-block;
        overflow: hidden;
        position: absolute;
        left: 45px;
        right:0;
    }
    .ct-tab-wrap .ct-tab {
        position: relative;
        left: 0;
        right: 0;
        width: auto;
    }
    .ct-tab-wrap .ct-tab>li.active>a {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        padding: 9px 9px 11px;
        border-bottom: 0;
        background-color: #fff !important;
    }
    .dashboard {
        padding-top: 20px;
    }
    .ct-tab-nav {
        margin-top: 0px;
    }
    .ct-tab-content>.tab-pane {
        position: absolute;
        top: 41px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .ct-tab-content #home {
        position: absolute;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: scroll;
        margin-bottom: 20px;
        padding-bottom: 20px;
        background: #fff;
    }
    .ct-tab-content #home .panel-body {
        height: 300px;
        overflow-y: scroll;
    }
}
@media (max-width: 768px) {
    #sidebar,
    #main {
        padding: 0;
    }
    .tips_box_one{
        background: #f4f5fa!important;
    }
    .main-nav .container-fluid {
        padding: 0px;
    }
    #main .breadcrumb {
        border-radius: 0;
        margin-bottom: 0;
        background: #f8f8f8;
    }
    .dashboard {
        padding-top: 20px;
    }
}


/* 全局 */
body {
    font-family: 'Microsoft YaHei','Helvetica Neue',sans-serif,SimHei;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
}
body.admin_index_index {
    /*overflow: hidden;*/
}

/* TAB */
.nav-tabs.nav>li>a {
    padding: 8px 25px;
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: none;
    border: 0;
}
.nav-tabs{
    border: 0;
}
.nav-tabs>li>a{
    border: 0;
    color: #555
}
.nav-tabs>li{
}
.nav-tabs.nav>li>a:hover,
.nav-tabs.nav>li.active>a {
    border-bottom: 3px solid #296afa;
    color: #296afa;
    padding-bottom:8px;
}
@media (max-width: 768px) {
    .nav-tabs.nav>li>a {
        padding: 8px 18px 11px 18px;
    }
}


/* 主导航 */
.navbar-header-default {
    display: none;
}
.navbar-header-inverse {
    background: #296afa;
}
.navbar-header-inverse .navbar-brand span {
    color: #fff !important;
}
.main-nav {
    color: #fff;
    margin-bottom: 0;
    background-color: #fff;
    border-width: 0;
}
.main-nav .navbar-collapse {
    border-color: #ccc;
}
.main-nav .navbar-nav li a {
    font-size: 14px;
}
.main-nav .navbar-nav>li>a {
    border: 0;
    color: #000;
}
.main-nav .navbar-nav>li>a:hover,
.main-nav .navbar-nav>li.active>a,
.main-nav .navbar-nav>li.active>a:focus,
.main-nav .navbar-nav>li.active>a:hover,
.main-nav .navbar-nav>li.open>a,
.main-nav .navbar-nav>li.open>a:focus,
.main-nav .navbar-nav>li.open>a:hover{
    background-color: #f4f5fa;
    color: #296afa;
}
@media (min-width: 768px) {
    .main-nav .nav>li>a {
        padding: 15px 15px 16px 15px;
    }
}
@media (max-width: 768px) {
    .main-nav .navbar-toggle {
        border: 0;
    }
    .main-nav .navbar-toggle:focus,
    .main-nav .navbar-toggle:hover {
        background-color: #2699ed;
    }
    .main-nav .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .main-nav .navbar-nav .open .dropdown-menu>li>a {
        background-color: #296afa;
        border-color: #fff;
        color: #fff;
    }
    .main-nav .navbar-nav .open .dropdown-menu>li>a:hover  {
        background-color: #fff;
        border-color: #fff;
        color: #333;
    }
}


/* 左侧导航 */
#sidebar .navside.navside-default {
    border: 0;
    margin-top: 20px;
}
#sidebar .navside.navside-default .navside-first {
    font-size: 14px;
}
#sidebar{
    border-right: 1px solid #d5d5d5;
}
#sidebar,
#sidebar .navside.navside-default .navside-first>li>ul {
    background: #296afa;
}
#sidebar .navside.navside-default .navside-nav.navside-second>li>a:hover {
    color: #296afa;
    background-color: #fff;
    border-radius: 1000em;
    width: 80%;
    margin-left: 20px;
    padding-left: 0;
}
#sidebar .navside.navside-default .navside-nav.navside-second>li>a:hover .fa{
    margin-left: 20px;
    color: #296afa;
}
#sidebar .navside.navside-default .navside-first>li>ul a {
    color: #fff;
}
#sidebar .navside.navside-default .navside-first>li>a {
    background: #296afa;
    color: #fff;
    border: 0;
}
#sidebar .navside.navside-default .nav>li>a .fa {
    color: #fff;
    padding-right: 8px;
}
#sidebar .navside.navside-default .navside-nav>.active > a,
#sidebar .navside.navside-default .navside-nav>.active > a .fa,
#sidebar .navside.navside-default .navside-nav>.active > a:hover {
    color: #296afa;
    background-color: #fff;
    border-radius: 1000em;
    width: 80%;
    margin-left: 20px;
    padding-left: 0;
}


/* 页面底部版权 */
.footer {
    position: fixed;
    left: 220px;
    right: 0;
    bottom: 0;
}
.footer .navbar {
    min-height: 10px;
    border-radius: 0px;
    margin-bottom: 0px;
}
.footer .navbar .navbar-brand {
    padding: 1px 5px;
    height: 17px;
    font-size: 12px;
    color: #999;
}
.footer .navbar .navbar-nav > li:first-child > a {
    padding-left: 0px;
}
.footer .navbar .navbar-nav > li > a {
    color: #999;
    font-size: 11px;
    padding: 0px 10px;
}
#main .breadcrumb{
    background: #f4f5fa;
    display: none;
}
.tab-content{
    padding:20px;
}
@media (max-width: 1500px) {
    .tab-content{
        padding:0px;
    }
}
.panel-body{
    /*    background: #fff;
        border-radius: 10px;
        padding: 15px 0;*/
}
.panel{
    border:0px;
}
.builder.listbuilder-box{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 2px 2px 10px #afafaf;
    -moz-box-shadow: 2px 2px 10px #afafaf;
    -webkit-box-shadow: 2px 2px 10px #afafaf;
}
.builder-container{
    background: #fff;
    border-radius: 10px;
}
.navside-second li {
    margin: 2px 0;
}
.builder .builder-container .builder-data-empty{
    background-color: #fff!important;
}
.pagination{
    margin-left: 10px;
}
.form-type-list{
    padding: 20px;
}
.form-type-list .form-group{
    margin-bottom: 15px;
}
.bottom_button_list .left{
    width: 60px!important;
}
.builder-tabs{
    margin-bottom: 10px;
}

/*首页统计*/
.statistics_box{
    padding: 10px 20px;
    overflow: hidden;
}
.index_box{
    width: 30%;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    float: left;
    box-shadow: 2px 2px 10px #afafaf;
    -moz-box-shadow: 2px 2px 10px #afafaf;
    -webkit-box-shadow: 2px 2px 10px #afafaf;
    margin: 10px;
    /*display: none;*/
}
.index_box table{
    width: 100%;
    table-layout: fixed;
}
.index_box table td{
    padding:0 8px;
    width: 19%;
}
.index_box .index_box_title{
    font-size: 18px;
    text-align: center;
    width: 24%
}
@media (max-width: 768px) {
    .index_box{
        width: 95%;
    }
}
.index_box span{
    font-size: 24px;
    margin-right: 4px;
}

.box_bg_1{
    background-color: #6072fc; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #6072fc , #bb7cfe);
}
.box_bg_2{
    background-color: #bb7cfe; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #bb7cfe , #ea6673);
}
.box_bg_3{
    background-color: #ea6673; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #ea6673 , #f09264);
}
.box_bg_4{
    background-color: #f09264; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #f09264 , #cddc39);
}
.box_bg_5{
    background-color: #cddc39; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #cddc39 , #50cb4e );
}
.box_bg_6{
    background-color: #50cb4e; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #50cb4e , #009688);
}
.left_box{
    width:49.5%;
    float: left;
    margin-top: 10px;
}
.right_box{
    width: 49.5%;
    float: left;
    margin-left: 1%;
    margin-top: 10px;
}
.bottom_box{
    float: left;
    width: 100%;
}
.customer_chart{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    float: left;
    box-shadow: 2px 2px 10px #afafaf;
    -moz-box-shadow: 2px 2px 10px #afafaf;
    -webkit-box-shadow: 2px 2px 10px #afafaf;
}
.customer_top{
    overflow: hidden;
    margin-bottom: 10px;
}
.customer_title{
    float: left;
    font-weight: bold;
    line-height: 30px;
}
.customer_date{
    float: right;
}
.customer_rank{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    float: left;
    box-shadow: 2px 2px 10px #afafaf;
    -moz-box-shadow: 2px 2px 10px #afafaf;
    -webkit-box-shadow: 2px 2px 10px #afafaf;
    margin-bottom: 10px;
}
.headpic{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.headpic_small{
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.rank_box{
    width: 33%;
    text-align: center;
    float: left;
}
.rank_pic{
    position: relative;
    width: 100px;
    margin: auto;
}
.rank_mark{
    position: absolute;
    left: -10px;
    top: -30px;
}
.rank_title{
    width: 100px;
    margin:10px auto 0;
}
.rank_money span{
    color: #ea6673;
    font-size: 24px;
    margin-right: 4px;
}
.mt-40{
    margin-top: 40px;
}
.rank_other{
    overflow: hidden;
    margin-top:10px;
    border-top:1px solid #f0f0f0;
    padding-top:10px;
}
.rank_other div{
    float: left;
    line-height: 35px;
    margin-left: 10px;
}
.rank_other div:first-child{
    margin-right: 10px;
    width: 50px;
}
.rank_other div:nth-last-child(2){
    width: 80px;
}
.rank_other div:nth-last-child(1){
    float: right;
    margin-right: 10px;
}
.small_chart{
    margin: 30px 0;
    width: 49%;
    float: left;
}
.form.form-builder .checkbox-label{
    display: block;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
    margin:5px 0;
}
.tips{
    padding: 0px 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.tips_box_one{
    float: left;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 5px 10px;
}
.line{
    width: 50px;
    line-height: 20px;
    height: 20px;
    background: #777;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}
.circle{
    height: 20px;
    line-height: 20px;
}
.circle_title{
    position: absolute;
    left: 8px;
    top: 0;
}
@media (max-width: 768px) {
    .left_box,.right_box,.bottom_box{
        width: 100%;
    }
    .small_chart{
        width: 100%;
        margin: 15px 0!important;
    }
    .builder.formbuilder-box .form-builder .bottom_button_list{
        position: relative!important;
        left:0!important;
        right:0!important;
        top:0!important;
        bottom:0!important;
        background:#FFF!important;
    }
}

.datelist td{
    width:13.4%;
}