﻿
/* dashboard states */
.zrq-bnav {
    font-family: 'MyriadPro-Light';
    position: relative;
    z-index: 1;
    display: inline-block;
}

    .zrq-bnav .nav-block-orange {
        background: #f37b53;
    }

    .zrq-bnav .nav-block-yellow {
        background: #FFB400;
    }

    .zrq-bnav .nav-block-blue {
        background: #0DAED3;
    }

    .zrq-bnav .nav-block-green {
        background: #74B749;
    } 

    .zrq-bnav .nav-block-red {
        background: #de577b;
    }

    .zrq-bnav .nav-block-purple {
        background: #9d4a9c;
    }

    .zrq-bnav .nav-block-grey {
        background: #77808a;
    }
    /*---new add--*/
    .zrq-bnav .nav-light-blue {
        background: #61b9ff;
    }

    .zrq-bnav .nav-light-green {
        background: #00a489;
    }

    .zrq-bnav .nav-deep-terques {
        background: #0bc0cb;
    }

    .zrq-bnav .nav-light-purple {
        background: #847cc5;
    }

    .zrq-bnav .nav-light-yellow {
        background: #e5bc64;
    }

    .zrq-bnav .nav-deep-gray {
        background: #434343;
    }

    .zrq-bnav .nav-light-brown {
        background: #ab8465;
    }

    .zrq-bnav .nav-deep-red {
        background: #b33062;
    }

    .zrq-bnav .nav-olive {
        background: #959801;
    }

    .zrq-bnav .nav-deep-thistle {
        background: #9e7698;
    }

.zrq-fix-view .zrq-bnav-block.double {
    width: 251px !important;
}

.zrq-fix-view .zrq-bnav-block.long {
    width: 251px !important;
    height: 235px !important;
}

    .zrq-fix-view .zrq-bnav-block.long .value {
        padding-top: 30px !important;
        display: inline-block;
    }

        .zrq-fix-view .zrq-bnav-block.long .value i {
            font-size: 120px;
            margin-left: 30px;
        }

.zrq-fix-view .zrq-bnav-block {
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 300;
    height: 120px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin: 0 10px 10px 0; /* 0 1% 1% 0; */
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 120px !important;
    z-index: 1;
}


.zrq-bnav .zrq-bnav-block.double {
    width: 28%;
}

.zrq-bnav .zrq-bnav-block {
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 300;
    height: 114px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin: 0 10px 10px 0; /* 0 1% 1% 0; */
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 17%;
    z-index: 1;
    text-align: left;
    vertical-align: top;
}

    .zrq-bnav .zrq-bnav-block i {
        font-size: 50px;
        margin-top: 20px;
        display: inline-block;
    }

    .zrq-bnav .zrq-bnav-block:last-child {
        margin-right: 0;
    }

    .zrq-bnav .zrq-bnav-block a {
        color: white;
        font-size: 18px;
        font-weight: 400;
        height: 90%;
        line-height: 16px;
        overflow: hidden;
        padding: 5px 10px;
        position: absolute;
        text-overflow: ellipsis;
        vertical-align: top;
        width: 88%;
        text-decoration: none;
    }

        .zrq-bnav .zrq-bnav-block a i {
            transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
        }

        .zrq-bnav .zrq-bnav-block a .info {
            transition: all 0.4s ease-in-out 0s;
            -moz-transition: all 0.4s ease-in-out 0s;
            -webkit-transition: all 0.4s ease-in-out 0s;
            -o-transition: all 0.4s ease-in-out 0s;
        }

        .zrq-bnav .zrq-bnav-block a:hover i {
            transform: rotate(83deg);
            -moz-transform: rotate(83deg);
            -webkit-transform: rotate(83deg);
            -o-transform: rotate(83deg);
            font-size: 140px;
            opacity: 0.2;
            filter: alpha(opacity=20);
        }

    .zrq-bnav .zrq-bnav-block.long a:hover i {
        font-size: 200px;
    }

    .zrq-bnav .zrq-bnav-block.long a {
        height: 96%;
    }

    .zrq-bnav .zrq-bnav-block a:hover .info {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        font-size: 40px;
        opacity: 0.6;
        /*filter:alpha(opacity=60);*/
    }

    .zrq-bnav .zrq-bnav-block:hover {
        opacity: 0.8;
    }

    .zrq-bnav .zrq-bnav-block.double a {
        width: 94%;
    }

    .zrq-bnav .zrq-bnav-block .info {
        font-size: 24px;
        position: absolute;
        right: 10px;
        top: 45px;
    }

    .zrq-bnav .zrq-bnav-block .status, .zrq-bnav .zrq-bnav-block .tile-status {
        background-color: transparent;
        bottom: -10px;
        font-size: 14px;
        left: 10px;
        min-height: 30px;
        position: absolute;
    }

@media (min-width: 768px) and (max-width: 1280px) {
    .zrq-fix-view .zrq-bnav-block.long {
        height: 237px !important;
    }
}

/*  tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .zrq-fix-view .zrq-bnav-block.long {
        height: 237px !important;
    }

    .zrq-bnav {
        z-index: 1 !important;
    }
}

/* Landscape phones and down */
@media (max-width: 767px) {

    /*zyf*/
    .zrq-bnav .zrq-bnav-block, .zrq-bnav .zrq-bnav-block.double {
        width: 49%;
    }

        .zrq-bnav .zrq-bnav-block:last-child {
            margin-right: 1%;
        }

        .zrq-bnav .zrq-bnav-block a {
            width: 94%;
        }

    .zrq-fix-view .zrq-bnav-block.long {
        height: 237px !important;
    }

    .zrq-bnav {
        z-index: 1 !important;
    }
}

/* Landscape phones and down */
@media (max-width: 430px) {

    /*zyf*/
    .zrq-bnav .zrq-bnav-block, .zrq-bnav .zrq-bnav-block.double {
        width: 49%;
    }

        .zrq-bnav .zrq-bnav-block:last-child {
            margin-right: 1%;
        }

        .zrq-bnav .zrq-bnav-block a {
            width: 94%;
        }

    .zrq-fix-view .zrq-bnav-block {
        width: 124px !important;
    }

        .zrq-fix-view .zrq-bnav-block a {
            width: 84% !important;
        }

    .zrq-bnav {
        z-index: 1 !important;
    }
}

/* Landscape phones and down */
@media (max-width: 385px) {

    /*zyf*/
    .zrq-bnav .zrq-bnav-block, .zrq-bnav .zrq-bnav-block.double {
        width: 49%;
    }

        .zrq-bnav .zrq-bnav-block:last-child {
            margin-right: 1%;
        }

        .zrq-bnav .zrq-bnav-block a {
            width: 94%;
        }

    .zrq-fix-view .zrq-bnav-block {
        width: 124px !important;
    }

        .zrq-fix-view .zrq-bnav-block a {
            width: 84% !important;
        }

    .zrq-bnav {
        z-index: 1 !important;
    }
}

/* Landscape phones and down */
@media (max-width: 320px) {

    /*zyf*/
    .zrq-bnav .zrq-bnav-block, .zrq-bnav .zrq-bnav-block.double {
        width: 49%;
    }

        .zrq-bnav .zrq-bnav-block:last-child {
            margin-right: 1%;
        }

        .zrq-bnav .zrq-bnav-block a {
            width: 94%;
        }

    .zrq-fix-view .zrq-bnav-block {
        width: 124px !important;
    }

        .zrq-fix-view .zrq-bnav-block a {
            width: 84% !important;
        }

    .zrq-bnav {
        z-index: 1 !important;
    }
}







.widget-body.form form {
    margin: 0px !important;
    padding: 0px !important;
}

.widget-body.form .control-group:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.widget-body.form .form-actions {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 20px !important;
    margin-bottom: -15px !important;
    margin-top: 20px;
    padding-left: 195px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.widget-body .dataTables_info, .widget-body .dataTables_paginate {
    margin-top: 5px !important;
    padding-bottom: 0px !important;
    margin-bottom: -4px !important;
}

.widget-body .table {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.widget-title > h4, .chats li.in .name {
    color: #fff;
}


/* widget container */
.sortable .widget .widget-title {
    cursor: move;
}

.widget {
    background: #fff;
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    border: 1px solid #404040;
}

.widget-title {
    background: #404040;
    height: 36px;
    max-height: 36px;
    overflow: hidden;
}

.widget.green {
    border: 1px solid #74B749;
}

    .widget.green .widget-title {
        background: #74B749;
    }

.widget.blue {
    border: 1px solid #4A8BC2;
}

    .widget.blue .widget-title {
        background: #4A8BC2;
    }

.widget.purple {
    border: 1px solid #9D4A9C;
}

    .widget.purple .widget-title {
        background: #9D4A9C;
    }

.widget.yellow {
    border: 1px solid #FFB400;
}

    .widget.yellow .widget-title {
        background: #FFB400;
    }

.widget.orange {
    border: 1px solid #F37B53;
}

    .widget.orange .widget-title {
        background: #F37B53;
    }

.widget.red {
    border: 1px solid #DE577B;
}

    .widget.red .widget-title {
        background: #DE577B;
    }

/*gray full*/

.widget.gray-full {
    border: 1px solid #575757;
}

    .widget.gray-full .widget-title, .widget.gray-full .widget-body {
        background: #575757;
        color: #fff;
    }

/*purple full*/

.widget.purple-full {
    border: 1px solid #9D4A9C;
}

    .widget.purple-full .widget-title, .widget.purple-full .widget-body {
        background: #9D4A9C;
        color: #fff;
    }

/*yellow full*/

.widget.yellow-full {
    border: 1px solid #FFB400;
}

    .widget.yellow-full .widget-title, .widget.yellow-full .widget-body {
        background: #FFB400;
        color: #fff;
    }

/*blue full*/

.widget.blue-full {
    border: 1px solid #4A8BC2;
}

    .widget.blue-full .widget-title, .widget.blue-full .widget-body {
        background: #4A8BC2;
        color: #fff;
    }

/*red full*/
.widget.red-full {
    border: 1px solid #DE577B;
}

    .widget.red-full .widget-title, .widget.red-full .widget-body {
        background: #DE577B;
        color: #fff;
    }

/*green full*/
.widget.green-full {
    border: 1px solid #74B749;
}

    .widget.green-full .widget-title, .widget.green-full .widget-body {
        background: #74B749;
        color: #fff;
    }

/*white full*/
.widget.white-full {
    border: 1px solid #fff;
}

    .widget.white-full .widget-title {
        border-bottom: 1px solid #ccc;
        color: #404040;
    }

        .widget.white-full .widget-title h4 {
            color: #404040;
            padding-left: 0;
        }

    .widget.white-full .tools a {
        color: #ccc;
    }

    .widget.white-full .widget-title, .widget.white-full .widget-body {
        background: #fff;
    }

        .widget.white-full .widget-body, .widget.white-full .widget-title .actions {
            padding-left: 0;
            padding-right: 0;
        }
/*-------*/

.widget-title > h4 {
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 11px 10px 15px;
    line-height: 12px;
    margin: 0;
    font-family: 'MyriadPro-Regular';
}

    .widget-title > h4 i {
        font-size: 14px;
        margin-right: 2px;
    }

.widget-title span.tools {
    float: right;
    margin: 2px 0 0;
    padding: 6px 5px 6px 10px;
}

    .widget-title span.tools > a {
        display: inline-block;
        margin-right: 5px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

        .widget-title span.tools > a:hover {
            text-decoration: none;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            opacity: .7;
        }

.widget-title .btn-group {
    margin-right: 5px;
    margin-top: -2px;
}

    .widget-title .btn-group .caret {
        margin-top: 8px;
        margin-left: 3px;
    }

.widget-body {
    padding: 15px 15px;
}


/* widget tabs */
.widget-tabs > .widget-body > .tabbable > .nav-tabs {
    /*position: relative;
    margin-top: -52px;
    display: inline-block;
    float: right;
    max-height: 40px;*/
    position: relative;
    margin-top: -49px;
    display: inline-block;
    float: right;
    max-height: 35px;
    overflow: hidden;
}

    .widget-tabs > .widget-body > .tabbable > .nav-tabs:hover {
        /*overflow: auto;*/
    }

    .widget-tabs > .widget-body > .tabbable > .nav-tabs > li {
        /*float: right;*/
        float: left;
        margin-right: 2px;
    }

.widget-tabs > .widget-body > .tabbable > .nav-tabs {
    border-bottom: none;
    /*margin-right: 5px;*/
}

    .widget-tabs > .widget-body > .tabbable > .nav-tabs > li > a {
        padding-top: 9px;
        padding-bottom: 7px;/* 10px */
        line-height: 17px;
        margin-left: 0px;
        margin-right: 0px;
        border-left: none !important;
        border-right: none !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #fff;
    }


.nav-tabs > li > a > i.close {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    background: #51b1c1;
    line-height: 20px;
    margin-left: 8px;
    margin-right: -5px;
    margin-top: -1px;
    border-radius: 50%;
}


.widget-tabs > .widget-body > .tabbable > .nav-tabs > li:last-child > a {
    border-right: 0;
}

.widget-tabs > .widget-body > .tabbable > .nav-tabs > li {
    margin-left: -1px;
}

    .widget-tabs > .widget-body > .tabbable > .nav-tabs > li > a:hover {
        margin-bottom: 0px;
        border-bottom: 0;
        margin-left: 0px;
        margin-right: 0px;
        border-left: 0;
        border-right: 0;
        /*background-color: rgba(256,256,256,0.6);*/
        opacity: 0.6;
        filter: alpha(opacity=60);
        color: #404040;
        border-top: 1px solid transparent;
    }

.widget-tabs > .widget-body > .tabbable > .nav-tabs > .active > a {
    color: #555555;
    cursor: default;
    background-color: #fff;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.widget-tabs .widget-body.form {
    padding: 0px;
}

    .widget-tabs .widget-body.form .tab-pane {
        padding: 15px;
        padding-top: 0px;
    }

    .widget-tabs .widget-body.form .nav-tabs {
        margin-top: -37px;
    }

/*tree view*/
.widget-body > .actions {
    float: right;
    margin: 6px 0 0;
    padding: 3px 5px 2px;
}


.widget-title > .tools, .widget-title > .actions {
    float: right;
    margin: 0;
    padding: 4px 5px 2px;
}

.widget-title .pagination.pagination-small {
    display: inline-block !important;
    float: right !important;
    margin: 5px 6px 0 0;
}

.widget-title > .actions > .btn.btn-mini {
    margin-top: 0px;
}

.widget-title > .actions > .btn-group > .btn.btn-mini {
    margin-top: 2px !important;
}

.widget-title > .actions > .btn-group > .btn.dropdown-toggle {
    margin-top: 2px;
}

.widget-title > .tools > a {
    color: #fff;
    text-decoration: none;
}

.widget-title div.tools {
    float: right;
    margin: 2px 0 0;
    padding: 6px 10px;
}



.nav-tabs.background-blue {
    padding-top: 6px;
    background-color: #EFF3F8;
    border: 1px solid #C5D0DC;
}

.nav-tabs.tab-color-blue li {
    display: inline-block;
    margin-right: 3px;
    color: white;
    background-color: #7DB4D8;
}

    .nav-tabs.tab-color-blue li > a {
        margin-right: 0px;
        display: inline-block;
        padding: 7px 10px;
    }

    .nav-tabs.tab-color-blue li.active > a {
        color: #555;
    }

    .nav-tabs.tab-color-blue li > a > .fa {
        margin-right: 3px;
    }

    .nav-tabs.tab-color-blue li > a > .fa-close {
        display: inline-block;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: transparent;
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
        margin: 0 -5px 0 3px;
    }

    .nav-tabs.tab-color-blue li > a > .close:hover {
        color: #ff5a5a;
        background: #e2e2e2;
    }

/*.nav-tabs.tab-color-blue > li:hover {
    color: black;
    background-color: white;
}*/

.nav-tabs.tab-color-blue > li > a:hover {
    background-color: #7DB4D8;
}

.nav-tabs.tab-color-blue > li.active > a:hover {
    background-color: white;
}

.custom-tab .nav-tabs > li > a {
    margin-right: 0;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 7px 10px;
}

.tab-content {
    padding: 0px;
    overflow: hidden;
    background-color: white;
}

.custom-tab > .tab-content {
    /*background-color: #FFFFFF;*/
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    padding: 10px;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
    background: white;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.nav-tabs > li {
    margin-bottom: -1px;
    margin-right: 3px;
}

.custom-tab > .nav-tabs {
    border: medium none;
    margin: 0;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }


.nav-tabs > li.active > a {
    border-color: #ddd #ddd transparent #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff;
    margin-right: -1px !important;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff;
}

.tabs-left.nav-tabs > li,
.tabs-right.nav-tabs > li {
    margin-right: 0;
    float: none;
    background: white;
}

.tabs-top.nav-tabs > li {
    background: white;
}


.nav-tabs.nav-ladder > li {
    margin-bottom: -1px;
    margin-right: -20px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: none;
    border-bottom: 30px solid #7381fe;
    height: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
}

.tabs-below .nav-tabs.nav-ladder > li {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 30px solid #7381fe;
    border-bottom: none;
}

.tabs-left .nav-tabs.nav-ladder > li {
    border-right: none;
    border-left: 20px solid transparent;
    border-top: none;
    border-bottom: 30px solid #7381fe;
    margin: 0 0 3px 0;
}

.tabs-right .nav-tabs.nav-ladder > li {
    border-right: 20px solid transparent;
    border-left: none;
    border-top: none;
    border-bottom: 30px solid #7381fe;
    margin: 0 0 3px 0;
}


.nav-tabs.nav-ladder > li:hover {
    border-top: none;
    border-bottom: 30px solid #3fb8ff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.tabs-below .nav-tabs.nav-ladder > li:hover {
    border-top: 30px solid #3fb8ff;
    border-bottom: none;
}

.nav-tabs.nav-ladder > li.active:hover {
    border-top: none;
    border-bottom: 30px solid #7381fe;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tabs-below .nav-tabs.nav-ladder > li.active:hover {
    border-top: 30px solid #7381fe;
    border-bottom: none;
}

.tabs-below .nav-tabs.nav-ladder > li > a {
    top: -30px;
}

.nav-tabs.nav-ladder > li > a,
.nav-tabs.nav-ladder > li > a:hover,
.nav-tabs.nav-ladder > li.active > a,
.nav-tabs.nav-ladder > li.active > a:hover,
.nav-tabs.nav-ladder > li.active > a:focus {
    background-color: transparent;
    border: none;
    /*padding: 6px 7px;*/
    color: white;
    /*max-width: 100px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .nav-tabs.nav-ladder > li > a > i.close {
        color: white;
        opacity: 1;
    }

        .nav-tabs.nav-ladder > li > a > i.close:hover {
            background: #ff3e84;
        }

.nav-tabs > li > a > i.close {
    -webkit-transition: 0.4s -webkit-transform;
    -moz-transition: 0.4s -moz-transform;
    -ms-transition: 0.4s -ms-transform;
    transition: 0.4s transform;
}

    .nav-tabs > li > a > i.close:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }



.nav-tabs.nav-ladder > li > a > i {
    opacity: 1;
    filter: alpha(opacity=100);
    color: white;
}

.nav-tabs.nav-ladder > li.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}


/*** 带控制按钮 ***/
.tabbable.zrq-tab-control {
    position: relative;
}

    .tabbable.zrq-tab-control > a.zrq-tab-add,
    .tabbable.zrq-tab-control > a.zrq-tab-prev,
    .tabbable.zrq-tab-control > a.zrq-tab-next {
        position: absolute;
        display: inline-block;
        height: 31px;
        width: 31px;
        top: 0;
        vertical-align: middle;
        text-align: center;
        margin-top: 3px;
        background-color: #939af3;
        color: white;
        line-height: 32px;
        box-sizing: border-box;
        border: 1px solid #e4e4e4;
        border-bottom: none;
        cursor: pointer;
    }

    .tabbable.zrq-tab-control > a.zrq-tab-prev {
        left: 0;
    }

    .tabbable.zrq-tab-control > a.zrq-tab-next {
        right: 0;
    }

    .tabbable.zrq-tab-control > .zrq-tab-scroll {
        margin: 0 31px;
    }

.tabbable > .zrq-tab-scroll {
    width: auto;
    overflow: hidden;
}

    .tabbable > .zrq-tab-scroll > ul.nav-tabs {
        width: 5000px;
        min-width: 100%;
        overflow: visible;
        border-color: transparent;
    }

.tabbable.zrq-tab-control > .zrq-tab-scroll > ul.nav-tabs {
    padding-top: 0px;
    margin-top: 3px;
}



/** 卡片 **/
.zrq-card {
    padding: 15px;
    /*margin-bottom: 20px;*/
    color: #fff;
    background: #24d0f4;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: #24d0f4;
}

    .zrq-card .zrq-card-info h4 {
        font-size: 10px;
        font-weight: 700;
        margin: 5px 0;
        color: #fff;
    }

    .zrq-card .zrq-card-info p {
        font-size: 24px;
        margin-bottom: 0;
    }

    .zrq-card .zrq-card-icon {
        font-size: 56px;
        height: 56px;
        width: 56px;
        text-align: center;
        line-height: 56px;
        margin-left: 15px;
        color: #000;
        position: absolute;
        right: 15px;
        top: 15px;
        opacity: .35;
        filter: alpha(opacity=35);
    }

    .zrq-card .zrq-card-link a {
        display: block;
        margin: 15px -15px -15px;
        padding: 7px 15px;
        background: url(../../Content/zrq/css/img/bk-0.4.png);
        background: rgba(0,0,0,.4);
        text-align: right;
        color: #fff;
        text-decoration: none;
    }

        .zrq-card .zrq-card-link a > span {
            font-size: 12px;
        }

        .zrq-card .zrq-card-link a > i {
            margin-left: 2px;
            font-size: 14px;
        }

        .zrq-card .zrq-card-link a:focus,
        .zrq-card .zrq-card-link a:hover {
            background: url(../../Content/zrq/css/img/bk-0.6.png);
            background: rgba(0,0,0,.6);
            color: #fff;
        }
