﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(opensans.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(opensanssemibold.woff) format('woff');
}

html {
    height: 100%;
}

body {
    background: #FFF;
    height: 100%;
    font-family: Verdana, 'Microsoft YaHei', SimHei;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000;
}

::selection {
    color: #FFF;
    background: #1287db; /* WebKit/Blink Browsers */
}

::-moz-selection {
    color: #FFF;
    background: #1287db; /* Gecko Browsers */
}

form, img {
    border: 0;
    margin: 0;
    padding: 0;
}

    img.absmiddle {
        vertical-align: middle;
    }

div.subline {
    clear: both;
    margin: 10px;
    line-height: 150%;
}

div.con {
    margin-top: 10px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
}

    ol > li {
        margin-bottom: 10px;
    }

    ul.m5 li, ol.m5 li {
        margin-bottom: 5px;
    }

    ul.m10 li, ol.m10 li {
        margin-bottom: 10px;
    }

input.text, textarea.text, select.text {
    background: none repeat scroll 0 0 padding-box #fff;
    border: 1px solid #aaa;
    cursor: text;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .04em;
    margin: 0 0 25px;
    padding: 8px 5px;
    color: #444;
    font-family: Verdana,'Microsoft YaHei',Tahoma;
}

input[type=text], textarea, select {
    border-radius: 3px;
    border: solid 1px #979797;
    outline: none;
}

    input[type=text]:focus, textarea:focus, select:focus {
        border-color: #FD6C4E;
        box-shadow: #FD6C4E 0 0 5px;
    }

label {
    font-weight: normal;
    vertical-align: text-top;
}

input.text, textarea.text, select.text {
}

    input.text[readonly="readonly"] {
        border-color: #999;
        color: #666;
    }

select.text {
}

    input.text:focus, textarea.text:focus, select.text:focus {
    }

input.text[readonly="readonly"]:focus {
    border: 1px solid #999;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    color: #666;
}

input.editable {
}

input.noime {
    ime-mode: disabled;
}

input.submit, input.button, a.button {
    display: inline-block;
    border: 1px solid #28639E;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    border-radius: 2px;
    background-color: #1287DB;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 6px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-appearance: none; /*解决iphone safari上的圆角问题*/
}

    input.submit:active, button:active, a.button:active:active {
        background-color: #FD6C4E;
        color: #FFF;
    }

    input.submit, input.button, a.button:not(:last-of-type) {
        margin-right: 5px;
    }

        input.submit:hover,
        input.button:hover,
        a.button:hover {
            background-color: #0F82CA;
        }

        input.button:disabled,
        input.submit:disabled {
            background-color: #eee;
            border-color: #eee;
            box-shadow: none;
            cursor: progress;
            color: #666;
            letter-spacing: 0;
        }

    a.button.popup_delete {
        border-color: #b40f0f;
        background-color: #de2222;
    }

        a.button.popup_delete:hover {
            background-color: #c11b1b;
        }

    input.submit:active, a.button:active {
        /*padding: 3px 6px 1px 6px;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(255, 255, 255, 0.25) inset;
        background-color: #0F82CA;*/
    }

    a.button span.s {
        background: url("../static/img/weibook.png") no-repeat scroll -95px -220px transparent;
        display: block;
        height: 15px;
        width: 15px;
        margin: 3px;
    }

a {
    text-decoration: none;
    color: #1287db;
}

    a:hover {
        color: #ff8800;
    }

    a.button:hover {
        color: #fff;
    }

    a.btn.disabled {
        color: #777;
        background-color: #444;
    }

        a.btn.disabled:active {
            padding: 6px 15px;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
            background-color: #444;
        }

    a.btn {
        background-color: #1287DB;
        color:#FFF;
        border-radius: 2px 2px 2px 2px;
        border: 1px solid #28639E;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        margin: 0 5px;
        padding: 5px 10px;
    }

        a.btn:hover {
            background-color: #0F82CA !important;
        }

h1 {
    font-family: 'Microsoft YaHei', SimHei;
    font-size: 32px;
    letter-spacing: 2px;
    color: #444;
    margin: 10px auto;
}

h2 {
    font-family: 'Microsoft YaHei', SimHei;
    font-size: 20px;
    letter-spacing: 2px;
    color: #444;
    margin: 8px auto;
}

form li.input {
    clear: both;
    float: left;
    margin: 15px auto;
}

    form li.input div.left {
        float: left;
        font-size: 14px;
        font-weight: 600;
        margin-right: 15px;
        margin-top: 9px;
        text-align: right;
        width: 200px;
        color: #444;
    }

        form li.input div.left.require:before {
            content: "* ";
            color: red;
        }

    form li.input div.right {
        float: left;
        min-width: 230px;
    }

        form li.input div.right.check {
            margin-top: 8px;
        }

    form li.input div.display {
        font-size: 20px;
        padding-top: 4px;
    }

    form li.input div.right span.desc {
        display: block;
        color: #aaa;
    }

    form li.input div.right span.words {
        display: inline-block;
        font-size: 14px;
        margin-top: 9px;
    }

    form li.input div.right a.func {
        display: inline-block;
        margin-top: 10px;
    }

    form li.input div.right label {
        font-size: 14px;
    }

form li.error {
    background-color: #FCE9E9;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    font-weight: normal;
    color: #f24444;
    margin: 15px auto;
    text-shadow: 0 1px 0 #fff;
    line-height: 150%;
    clear: both;
}

    form li.error span.icon {
        float: left;
        width: 14px;
        height: 14px;
        background: url("img/weibook.png") no-repeat scroll -50px -221px transparent;
        margin: 3px;
    }

form li.success {
    background-color: #DDFBDE;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    font-weight: normal;
    color: #198E19;
    margin: 15px auto;
    line-height: 150%;
}

form li.submit {
    clear: both;
    float: left;
    margin: 10px 0 20px 210px;
    padding-top: 10px;
}

form li.input input.text,
form li.input select.text,
form li.input textarea.text {
    display: inline;
    margin-bottom: 8px;
}

.clearUI:after {
    content: "";
    display: block;
    clear: both;
}

/* 浏览器警告 */
#browserWarning {
    background: #FDF9C2;
    width: 100%;
    color: #333;
    padding: 8px;
    line-height: 150%;
}

/* 页头 */
div.nav_notice {
    background-color: #FEFA95;
    border-bottom: 1px solid #C6C463;
    color: #444444;
    padding: 5px 0;
}

#header_wrapper {
    background: #FFF;
    height: 150px;
    width: 100%;
    position: relative;
}

#header {
    background: #FFF;
    height: 117px;
    padding-top: 32px;
    width: 100%;
    position: relative;
    z-index: 200;
    border-bottom: solid 1px #CCC;
}

    #header.shga {
        background-color: #315098;
    }

    #header.yq {
        /*background-color: #1d71b7;*/
    }

    #header.zongz {
        background: #008bde url('img/header_bg_2.png') top right no-repeat;
    }

    #header > div.container_12 {
        position: relative;
        height: 100%;
    }

    #header #logo {
        display: block;
        height: 50px;
        padding: 0;
        width: 280px;
        margin-top: 0;
        /*background: url(logo_yq.png) no-repeat;*/
        background-size: contain;
        float: left;
        margin-left: 10px;
    }

    #header.yq #logo img {
        /*border:solid 4px #FFF;
        margin-top:-4px;*/
    }

    #header #menu {
        height: 35px;
        padding-top: 5px;
    }

        #header #menu ul {
            float: left;
        }

        #header #menu > ul > li {
            position: relative;
            float: left;
            margin-right: 2px;
            height: 35px;
        }

            #header #menu > ul > li.selected {
            }

            #header #menu > ul > li > span,
            #header #menu > ul > li > a {
                color: #fff;
                display: block;
                font-size: 16px;
                padding: 4px 10px 2px;
            }

            #header #menu > ul > li > span {
                cursor: default;
            }

                #header #menu > ul > li > span.down:after {
                    background: url("../static/img/arrow.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
                    color: rgba(0, 0, 0, 0);
                    content: "...";
                }

            #header #menu > ul > li > a:hover {
                color: #ff3300;
            }

            #header #menu > ul > li.current > span {
                color: #ff3300;
                font-weight: bold;
            }

            #header #menu > ul > li > span.sys {
                color: #888;
            }

            #header #menu > ul > li.selected > span {
                color: #F04E1D;
            }

        #header #menu ul li ul {
            border: solid 1px #ccc;
            background-color: #fff;
            display: none;
            left: 0;
            padding: 0;
            position: absolute;
            top: 35px;
            width: 280px;
            z-index: 1000;
        }

            #header #menu ul li ul li {
                color: #fff;
                display: block;
                float: none;
            }

                #header #menu ul li ul li:first-of-type {
                    /* margin-top: 5px; */
                }

                #header #menu ul li ul li:last-of-type {
                    /* margin-bottom: 5px; */
                }

                #header #menu ul li ul li a {
                    display: block;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 14px;
                    padding: 6px 10px;
                    color: #333;
                }

                    #header #menu ul li ul li a.inline {
                        display: inline-block;
                    }

                    #header #menu ul li ul li a:hover {
                        background-color: #F04E1D;
                        color: #fff;
                    }

                #header #menu ul li ul li span {
                    display: block;
                    font-size: 14px;
                    font-weight: bold;
                    padding: 6px 10px;
                    color: #F04E1D;
                }

                    #header #menu ul li ul li span.inline {
                        display: inline-block;
                    }

                    #header #menu ul li ul li span.desc {
                        display: block;
                        font-size: 12px;
                        padding: 8px 10px;
                        color: #777;
                        font-weight: normal;
                    }

        #header #menu .inline:not(:last-child) {
            border-right: 1px solid #ddd;
        }

    #header #account {
        float: right;
        margin-top: 12px;
        white-space: nowrap;
        text-align: right;
    }

        #header #account a {
            color: #000;
        }

            #header #account a:hover {
            }

        #header #account > span {
            display: inline-block;
            padding: 0 16px;
        }

            #header #account > span:not(:last-child) {
                background: url(tab_divider.png) right center no-repeat;
            }

    #header.zongz #account {
        color: #bbb;
    }

#main_nav {
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 10px;
}

.sub_nav_wrapper {
    position: relative;
    height: 48px;
    /*position:sticky;
    top:49px;*/
}

.sub_nav_pnl {
    position: relative;
    padding-top: 8px;
    background-color: #FFF;
    z-index: 100;
    /*height:39px;*/
    /*position:sticky;
    top:49px;*/
}

    .sub_nav_pnl:after {
        content: "";
        display: block;
        clear: both;
    }

    .sub_nav_pnl.float {
    }

.nav_wrapper {
    border-bottom: solid 1px #CCC;
    position: relative;
    height: 39px;
}

    .nav_wrapper .nav_v5 {
        position: absolute;
        bottom: -1px;
    }

.nav_v5 {
    white-space: nowrap;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

#header .nav_v5 > li {
    font-size: 16px;
    line-height: 16px;
}


.nav_v5 > li {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}


    .nav_v5 > li:not(:last-child) {
        margin-right: 50px;
    }

.sub_nav_pnl .nav_v5 > li:not(:last-child) {
    margin-right: 30px;
}

.nav_v5 > li > a {
    padding: 2px 0 12px 1px;
    display: block;
    color: #000;
}

.nav_v5 > li.current > a {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
}

.nav_v5 > li:not(.current) > a:hover {
    padding-bottom: 10px;
    border-bottom: solid 2px #666;
}

/* 页脚 */
#footer {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    margin: 10px auto 40px;
    color: #888;
}

    #footer div.left {
        float: left;
        margin: 15px;
    }

        #footer div.left p {
            margin: 0 0 5px 0;
        }

            #footer div.left p:last-of-type {
                margin-bottom: 0;
            }

    #footer div.right {
        float: right;
        margin: 15px;
        text-align: right;
    }

        #footer div.right ul {
            margin-bottom: 5px;
        }

            #footer div.right ul li {
                display: inline-block;
            }

                #footer div.right ul li:not(:last-of-type)::after {
                    content: " | ";
                }

        #footer div.right div.copyright {
            font-size: 11px;
            color: #D0D0D0;
        }

    #footer a {
        color: #666;
    }


.aboutus {
    width: 550px;
    font-size: 14px;
    margin: 40px 0;
}

    .aboutus p {
        line-height: 170%;
        text-indent: 2em;
    }

    .aboutus li {
        margin-bottom: 15px;
    }


#main {
    /*
    height: auto !important; 
    margin: 0 auto -32px;
    min-height: 100%;
    width: 100%;
    */
    /*padding-top: 178px;*/
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

#promotion {
    background: #252525;
    height: 400px;
    width: 100%;
    position: relative;
}

#content {
    clear: both;
    padding: 0 0 25px;
    position: relative;
    background-color: #fff;
}

.content {
    border: 1px solid #ccc;
    clear: both;
    position: relative;
    background-color: #fff;
    margin-top: 10px;
}

.desc {
    font-size: 12px;
    color: #9B9B9B;
}

/* 表格相关 */
table {
    border: 0;
    border-collapse: collapse;
    margin: 10px 0 0 0;
    clear: both;
}

    table th {
        text-align: left;
        background-color: #444;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        padding: 5px;
    }

        table th a {
            color: #eee;
        }

    table td {
        border-bottom: solid 1px #ddd;
        padding: 5px;
    }

        table th.r, table td.r {
            text-align: right;
        }

        table th.c, table td.c {
            text-align: center;
        }

        table td.light {
            background-color: #eee;
        }

/* 树形导航 */
ul.nav_tree {
    float: left;
}

    ul.nav_tree li {
        margin: 10px 0;
        text-align: center;
    }

        ul.nav_tree li a {
            background-color: #1287db;
            display: block;
            padding: 10px 0px;
            font-family: 'Microsoft YaHei', SimHei, SimSun;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            color: #eee;
            border-radius: 5px;
        }

            ul.nav_tree li a:hover {
                background-color: #ff8800;
                color: #fff;
            }

/* 仪表盘 */
ul#dashboards {
    float: left;
    clear: both;
    -webkit-text-size-adjust: none;
}

    ul#dashboards li {
        float: left;
        padding: 0 0 10px 0;
    }

.sortable-placeholder {
    float: left;
    height: 175px;
    width: 300px;
    border: solid 5px #eee;
    margin-right: 10px;
    margin-bottom: 7px;
}

[data-type="holder"] {
    /*background: url("/static/images/gridx20.png") repeat scroll 0 0 rgba(255, 255, 255, 0);*/
    border: 1px solid #ccc;
    height: 180px;
    padding: 5px;
    position: relative;
}

[data-type="chart"] {
    position: absolute;
    z-index: 60;
    top: 25px;
    opacity: 0.8;
    height: 140px;
}

[data-type="title"] {
    display: block;
    color: #666;
    font-weight: bold;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 65;
}

[data-type="displayNumber"] {
    font-family: Tahoma, Verdana, Arial;
    font-weight: 200;
    font-size: 72px;
    z-index: 50;
    opacity: 0.3;
    margin: 20px 0 0 5px;
    color: #aaa;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
    left: 5px;
    top: 10px;
    position: absolute;
    overflow: hidden;
}

    [data-type="displayNumber"].ok {
        color: #ccc;
    }

    [data-type="displayNumber"].bad {
        color: #ff3300;
        text-shadow: none;
    }

[data-type="toolbar"] {
    bottom: 5px;
    position: absolute;
    right: 5px;
    z-index: 70;
}

    [data-type="toolbar"] a[data-type='button'] {
        cursor: pointer;
        margin-left: 5px;
        color: #aaa;
        font-size: 12px;
    }

        [data-type="toolbar"] a[data-type='button'].current {
            color: #888;
            font-weight: bold;
        }

[data-type="max"], [data-type="avg"], [data-type="min"] {
    font-size: 9px;
    position: absolute;
    z-index: 65;
    opacity: 0.6;
}

[data-type="max"] {
    right: 5px;
    top: 30px;
}

[data-type="avg"] {
    right: 5px;
    top: 78px;
}

[data-type="min"] {
    right: 5px;
    top: 130px;
}

[data-type="length"] {
    font-size: 12px;
    position: absolute;
    z-index: 55;
    opacity: 0.6;
    left: 5px;
    bottom: 5px;
}

[data-type="remove"] {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    width: 13px;
    height: 15px;
    background: url("img/weibook.png") no-repeat scroll -5px -220px transparent;
    cursor: pointer;
}

/* dashboards large */

.large [data-type="holder"] {
    height: 400px;
}

.large [data-type="chart"] {
    height: 350px;
}

.large [data-type="displayNumber"] {
    font-size: 130px;
    left: 10px;
}

.large [data-type="max"],
.large [data-type="avg"],
.large [data-type="min"],
.large [data-type="length"],
.large [data-type="toolbar"] a[data-type='button'] {
    font-size: 12px;
}

.large [data-type="max"] {
    top: 37px;
}

.large [data-type="avg"] {
    top: 188px;
}

.large [data-type="min"] {
    top: 334px;
}

.large [data-type="length"] {
    left: 10px;
    bottom: 10px;
}

.large [data-type="toolbar"] {
    right: 10px;
    bottom: 10px;
}

.large [data-type="title"] {
    font-family: 微软雅黑, 黑体;
    font-size: 24px;
    left: 10px;
    top: 10px;
}

/* dashboards medium */

.medium [data-type="holder"] {
    height: 250px;
}

.medium [data-type="chart"] {
    height: 200px;
}

.medium [data-type="displayNumber"] {
    font-size: 90px;
    left: 5px;
}

.medium [data-type="max"],
.medium [data-type="avg"],
.medium [data-type="min"],
.medium [data-type="length"],
.medium [data-type="toolbar"] a[data-type='button'] {
    font-size: 12px;
}

.medium [data-type="max"] {
    top: 37px;
}

.medium [data-type="avg"] {
    top: 112px;
}

.medium [data-type="min"] {
    top: 184px;
}

.medium [data-type="length"] {
    left: 8px;
    bottom: 8px;
}

.medium [data-type="toolbar"] {
    right: 8px;
    bottom: 8px;
}

.medium [data-type="title"] {
    font-family: 微软雅黑, 黑体;
    font-size: 18px;
    left: 8px;
    top: 8px;
}


/* 计数器 */
.counterboard_con {
    float: left;
    padding: 0 15px 15px 0;
}

.counterboard {
    background-color: #333;
    float: left;
    position: relative;
    border: 5px solid #555;
    min-width: 150px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .counterboard span.desc {
        display: block;
        color: #aaa;
        position: absolute;
        left: 5px;
        top: 5px;
    }

    .counterboard .number {
        font-family: Tahoma, Verdana, Arial;
        font-weight: 200;
        font-size: 48px;
        float: left;
        margin: 20px 12px 5px;
        color: #ccc;
    }


/* Narrow Navi */
div.narrow_nav {
    border-bottom: solid 1px #ccc;
    box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 0 5px;
    clear: both;
    display: inline-block;
}

.narrow_nav.nb {
    border-bottom: none;
    box-shadow: none;
}

div.narrow_nav.box, div.narrow_nav.float {
    background-color: #fff;
}

.narrow_nav ul {
    float: left;
    margin: 2px 0;
}

    .narrow_nav ul > li {
        float: left;
        margin-right: 5px;
    }

        .narrow_nav ul > li.check {
            margin-top: 2px;
        }

            .narrow_nav ul > li.check label {
                display: inline-block;
                margin-top: 1px;
            }

        .narrow_nav ul > li:last-of-type {
            margin-right: 0;
        }

        .narrow_nav ul > li > span {
            display: block;
            padding: 5px;
            font-weight: bold;
            color: #444;
            text-shadow: 0 1px 0 #fff;
        }

            .narrow_nav ul > li > span.light {
                color: #999;
            }

            .narrow_nav ul > li > span.gold {
                color: #ff3300;
            }

        .narrow_nav ul > li > a {
            display: block;
            padding: 5px;
            font-weight: bold;
            border-radius: 2px;
        }

            .narrow_nav ul > li > a:hover {
                background-color: #F04E1D;
                color: #fff;
            }

            .narrow_nav ul > li > a.current {
                background-color: #F04E1D;
                color: #fff;
                padding-left: 5px;
            }

            .narrow_nav ul > li > a.currentSelected {
                background: url("img/weibook.png") no-repeat scroll -2px -291px #F04E1D;
                color: #fff;
                padding-left: 20px;
            }

            .narrow_nav ul > li > a.button {
                padding: 2px;
                margin: 1px 0 0 2px;
                display: inline-block;
                height: 20px;
                width: 20px;
            }

            .narrow_nav ul > li > a.search {
                padding: 5px 12px 2px;
                margin-top: 1px;
            }

                .narrow_nav ul > li > a.search span.s {
                    background: url("img/weibook.png") no-repeat scroll -95px -220px transparent;
                    display: inline-block;
                    height: 15px;
                    width: 15px;
                }

        .narrow_nav ul > li select {
            font-size: 12px;
            margin: 1px 5px 0 0;
            min-width: 50px;
            padding: 4px 4px 4px 4px;
            min-height: 26px;
            border-radius: 2px;
        }

        .narrow_nav ul > li input[type='text'] {
            background-color: #fff;
            border-color: #ccc;
            height: 20px;
            z-index: 200;
            margin-top: 1px;
            padding: 2px;
            border-radius: 2px;
        }

        .narrow_nav ul > li input[type='checkbox'] {
            display: block;
            float: left;
            margin-top: 7px;
        }

.nav_tab {
    padding-left: 10px;
    border-bottom: solid 1px #ccc;
    margin-top: 10px;
}

    .nav_tab li {
        display: block;
        float: left;
        font-size: 14px;
        padding: 5px 10px;
        margin-right: 5px;
        margin-bottom: -1px;
    }

        .nav_tab li#select {
            padding: 4px;
        }

        .nav_tab li.current {
            background-color: #fff;
            border: solid 1px #ccc;
            border-width: 1px 1px 0 1px;
        }

        .nav_tab li a {
        }

            .nav_tab li a:hover {
                color: #ff3300;
            }

        .nav_tab li.current a, .nav_tab li.current span {
            color: #333;
            font-weight: bold;
        }

        .nav_tab li.func {
            margin-left: 20px;
        }

            .nav_tab li.func a {
                font-size: 12px;
                font-weight: bold;
            }

/* 对话框 */
.dialog {
    margin: 50px auto;
    border-radius: 8px;
}

.login_dialog {
    width: 400px;
}

    .login_dialog input[type=text], .login_dialog input[type=password] {
        width: 222px;
    }

.dialog div.label {
    float: left;
    text-align: right;
    margin-right: 5px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}

.dialog div.display {
    font-size: 16px;
    padding: 8px;
}

.login_dialog div.label {
    width: 100px;
}

.dialog_title {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    font-family: 'Microsoft YaHei', SimHei;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 3px;
    padding: 8px 0;
}

.dialog_body {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 25px 20px;
}

    .dialog_body table {
        box-shadow: none;
    }

    .dialog_body td {
        border: 0 none;
    }

    .dialog_body div {
        margin-top: 4px;
        margin-bottom: 5px;
    }

    .dialog_body #login_button {
        float: left;
    }

.dialog .error_message {
    background-color: #FCE9E9;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #f24444;
    margin: 10px 0;
    text-shadow: 0 1px 0 #fff;
    line-height: 150%;
}

    .dialog .error_message:empty {
        visibility: hidden;
    }

    .dialog .error_message span.icon {
        float: left;
        width: 14px;
        height: 14px;
        background: url("img/weibook.png") no-repeat scroll -50px -221px transparent;
        margin: 3px;
    }


/* 控制台 */
#ConsoleContainer {
    height: 500px;
    min-width: 600px;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: "Courier New";
}

    #ConsoleContainer > div.p {
        margin: 4px 0;
        font-family: 'Lucida Console',"Courier New";
        clear: both;
    }

        #ConsoleContainer > div.p > ul {
            margin-left: 14px;
        }

    #ConsoleContainer > #Command {
        margin: 4px 0;
        border: 0;
        padding: 0;
        font-family: "Courier New";
        position: relative;
    }

        #ConsoleContainer > #Command > #progress {
            position: absolute;
            right: 10px;
            top: -3px;
            display: none;
        }

        #ConsoleContainer > #Command > #CommandInput {
            border: 0;
            width: 90%;
            font-family: 'Lucida Console',"Courier New";
            color: #eee;
            padding: 0;
            background-color: transparent;
        }

            #ConsoleContainer > #Command > #CommandInput:focus {
                outline: none;
            }

        #ConsoleContainer > #Command > #blank {
            font-size: 1px;
            height: 5px;
        }

.commands_hint {
    float: left;
}

    .commands_hint li {
        float: left;
        width: 200px;
        margin: 3px 0;
    }

.result_stat {
    font-size: 12px;
    margin: 10px 0 20px 0;
    color: #888;
}

/* 微博列表 */
.tweet {
    padding: 5px 0;
    text-align: left;
}

    .tweet:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .tweet.nobox {
        border: none;
        box-shadow: none;
    }

    .tweet .tweet_container {
        padding: 8px 45px 8px 90px;
        position: relative;
        min-height: 110px;
    }

    .tweet.fb .tweet_container {
        padding-left: 8px;
    }

    .tweet .tweet_container i {
        float: right;
        font-size: 20px;
        margin-right: 15px;
    }

.icon_sina {
    background: url("img/sinaminiblog-thumb.png") no-repeat 0 0 transparent;
    width: 25px;
    height: 25px;
}

.icon_tencent {
    background: url("img/tencentminiblog-thumb.png") no-repeat 0 0 transparent;
    width: 25px;
    height: 25px;
}

.icon_twitter {
    background: url("img/twitter-thumb.png") no-repeat 0 0 transparent;
    width: 25px;
    height: 25px;
}

.tweet .tweet_content {
    font-size: 16px;
    margin: 18px 8px 8px 45px;
    line-height: 150%;
    word-wrap: break-word;
}

.tweet div.tweet_author {
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    color: #999;
}

    .tweet div.tweet_author a {
        font-weight: normal;
        font-size: 14px;
        /*color: #1287DB;*/
    }

    .tweet div.tweet_author .time {
        color: #999;
    }

    .tweet div.tweet_author .from {
        color: #333;
    }

.relevant_users {
    margin-left: 40px;
    color: #999;
}

.tweet .relevant_users {
    margin-left: 45px;
}

.tweet .tweet_images {
    margin: 10px 10px 10px 45px;
    /*width: 300px;*/
    float: left;
}

.tweet .tweet_current_image {
    margin: 10px;
    z-index: 10;
}

    .tweet .tweet_current_image img {
        margin-bottom: 15px;
        margin-left: -5px;
    }

.tweet .tweet_image {
    background-color: #CCCCCC;
    float: left;
    margin: 5px;
    min-width: 50px;
    position: relative;
    text-align: center;
}

    .tweet .tweet_image img {
        max-width: 60px;
    }

        .tweet .tweet_image img.tweet_img,
        .tweet .tweet_image img.tweet_bimg {
            z-index: 25;
            display:block;
        }

    .tweet .tweet_image a.image_search {
        cursor: pointer;
        position: absolute;
        left: 2px;
        top: 2px;
        background-color: #1287DB;
        padding: 3px;
        display: none;
        z-index: 50;
        color: #fff;
        display:none;
    }

.tweet .tweet_stats, .article .tweet_stats {
    font-family: 'Helvetica','Microsoft YaHei';
    position: absolute;
    left: 0px;
    text-align: center;
    top: 10px;
    color: #000;
    border-radius: 3px;
    width: 100px;
    padding-top: 0;
    padding-bottom: 6px;
    overflow: hidden;
}

.tweet .action_pnl, .article .action_pnl  {
    position: absolute;
    top: 4px;
    right: 90px;
    padding: 2px;
    background-color: rgba(255,255,255,0.7);
}
.tweet .action_pnl, .article .action_pnl{
    display:none;
}
.tweet:hover .action_pnl, .article:hover .action_pnl{
    display:block;
}
.article:hover .fa{
    /*display:none;*/
}

    .tweet .action_pnl > a,.article .action_pnl > a {
        margin-left: 8px;
        font-size: 14px;
    }

.tweet .tweet_stats .left, .article .tweet_stats .left {
    height: 18px;
}

.tweet .tweet_stats .right a, .article .tweet_stats .right a {
    display: inline-block;
    margin-left: 5px;
}

.tweet .tweet_stats .g {
    color: #ccc;
}

.tweet .tweet_stats .bottom > div, .article .tweet_stats .bottom > div {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
}

.tweet .tweet_stats .d, .article .tweet_stats .d {
    float: right;
}

.tweet .tweet_note_type_pnl {
    display: none;
    position: absolute;
    left: 4px;
    top: 35px;
    width: 40px;
    padding: 5px;
}

.tweet .tweet_topforwards {
    margin-top: 20px;
    margin-left: 75px;
    clear: both;
}

.tweet_topforwards > ul {
    width: 250px;
    float: left;
}

    .tweet_topforwards > ul > li:not(:last-of-type) {
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

.author {
    margin-left: 60px;
}

    .author li {
        margin-bottom: 8px;
    }

.show_intro {
    background-color: #fff;
    position: absolute;
    padding: 10px;
    border: solid 1px #ccc;
    display: none;
    width: 300px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 60;
}

    .show_intro li {
        margin-bottom: 8px;
    }

.tweet_author_intro {
    display: none;
}

.hidden_submit {
    display: none;
}
/* 网页文章列表 */
.article {
    text-align: left;
}

    .article:not(:last-of-type) {
        border-bottom: 1px solid #DDDDDD;
    }

.article_container {
    padding: 16px 45px 8px 90px;
    position: relative;
}

    .article_container.has_rank {
        margin-top:8px;
        padding: 8px 45px 8px 90px;
        min-height: 180px;
    }

.article .article_container i {
    float: right;
    font-size: 17px;
    margin-right: 15px;
}

.article .rank {
    top: 18px;
}


.article .article_title {
    font-size: 16px;
    margin-bottom: 8px;
    margin-left: 40px;
    line-height: 150%;
    word-wrap: break-word;
}

.article .article_author {
    font-size: 14px;
    color: #444;
    margin: 5px 0 15px 40px;
    display: inline-block;
}

.article .article_pubtime {
    font-size: 14px;
    color: #999;
    margin: 5px 0 15px 40px;
    display: inline-block;
}

.article .read_count, .article .like_count {
    font-size: 14px;
    color: #444;
    margin: 5px 0 15px 40px;
    display: inline-block;
}

.article .article_content {
    font-size: 16px;
    line-height: 1.7em;
    color: #444;
    margin-left: 40px;
}

    .article .article_content p {
        text-indent: 2em;
    }

.article .article_url {
    margin-top: 5px;
    margin-left: 40px;
    color: #00802A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
}

.rank, .influ {
    padding: 3px;
    border-radius: 3px;
    margin: 0 0 8px auto;
    font-size: 20px;
    width:55px;
}

    .rank > span, .influ > span {
        display: block;
        line-height: 24px;
        text-align: center;
        background-color: #FFF;
        width:50px;
        margin:0 0 0 auto;
    }

.rank {
    color: #EE422E;
}

.influ {
    color: #02ABBE;
}

.relevant {
    color: #fff;
    background-color: #ddd;
    border-radius: 2px;
    padding: 2px 5px;
    left: 4px;
    cursor: pointer;
    display:inline-block;
}

    .relevant.yes {
        background-color: #ff3300;
    }


.exclude {
    color: #fff;
    background-color: #ddd;
    border-radius: 2px;
    padding: 2px 5px;
    right: 4px;
    cursor: pointer;
    display:inline-block;
}

#topbar {
    position: relative;
    top: 0;
    z-index: 100;
}

    #topbar.float {
        border-bottom: 1px solid #ccc;
        margin: 10px 0;
        width: 100%;
    }

#sidebar {
    /*position: sticky;*/
    margin-top: 10px;
    top: 150px;
    bottom: 0;
    background-color: #FFF;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    /*width:300px;*/
    -ms-overflow-style: none;
    /*overflow:-moz-scrollbars-none;*/
}

    #sidebar::-webkit-scrollbar {
        width: 0px;
    }

    #sidebar:after {
        content: "";
        font-size: 0;
        visibility: hidden;
        clear: both;
    }

#TagUser,
#BotStatus,
#TagContent{
    border: solid 3px #666;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 8px;
    position: absolute;
    display: none;
}
    #TagContent #TabContentSummary {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 120px;
        color:#FF0000;
        vertical-align: top;
        white-space: nowrap;
    }
.service_status {
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 12px;
    color: #333;
    width: 150px;
    text-align: center;
}

    .service_status > span {
        display: inline-block;
        margin-bottom: 5px;
    }

/* 关键词相关 */
.keyword {
    cursor: pointer;
    float: left;
    margin: 4px;
    padding: 4px;
    color: #aaa;
    height: 14px;
    overflow: hidden;
}

.kw_white {
    border: solid 1px #eee;
}

.kw_black {
    border: solid 1px #000;
    background-color: #333;
    color: #fff;
}

.kw_segment {
    border: solid #aaa;
    border-width: 0 0 1px;
    padding: 4px 0;
    margin: 4px 6px;
}

    .kw_segment:hover {
        background-color: #272727;
    }

.kw_link {
    border: solid #aaa;
    border-width: 0 0 1px;
    padding: 4px 0;
    margin: 4px 6px;
    color: #37A0F1;
}

.kw_highlight {
    border: solid 1px #ff3300;
    background-color: #ff3300;
    color: #fff;
}

/* ---------- 分页器 --------------*/
.pager {
    clear: both;
    float: left;
    margin: 10px 5px;
}

    .pager > a, .pager > span, .pager input[type=submit], .pager button {
        display: inline-block;
        background-color: #eee;
        font-size: 14px;
        float: left;
        display: block;
        padding: 3px 8px;
        margin-right: 5px;
        border-radius: 2px;
        border: none;
        cursor: pointer;
    }

    .pager > span {
        cursor: default;
    }

        .pager > span.desc {
            background-color: transparent;
        }

    .pager > a:hover, .pager input[type=submit]:hover, .pager button:hover {
        background-color: #ccc;
        color: #1287db;
    }

    .pager > span.prev_page, .pager > span.next_page {
        color: #bbb;
        background-color: #eee;
    }

    .pager > a.prev_page, a.next_page {
    }

    .pager > span.current_page {
        background-color: #1287db;
        color: #fff;
        font-weight: bold;
    }


/* bar */
.barChart {
    width: 100%;
}

    .barChart li {
        margin-bottom: 10px;
    }

        .barChart li div.barHolder {
            width: 80%;
        }

        .barChart li div.bar {
            background-color: #1287db;
            color: transparent;
            font-size: 12px;
            font-weight: bold;
            padding: 3px 0;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            float: left;
            margin-right: 5px;
        }

        .barChart li div.odd {
            background-color: #ff4400;
            color: transparent;
        }

        .barChart li div.desc {
            color: #333;
            font-size: 12px;
            padding: 3px 5px 4px;
        }


/* 提示 */
.only_notice, .only_error {
    font-size: 16px;
    margin: 100px auto;
    padding: 20px;
    text-align: left;
    width: 400px;
    border: solid 1px #ccc;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
    line-height: 165%;
}

.only_notice {
    color: #555;
}

.only_error {
    color: #f24444;
}

.big_error {
    color: #f24444;
    font-family: Verdana;
    font-size: 12px;
    line-height: 2em;
    font-weight: bold;
    margin: 50px 10px;
}

/* 事件相关 */

#defTitle {
    float: left;
    margin-right: 20px;
}

#defDesc {
    background-color: #FAFAFA;
    float: right;
    margin: 10px 0;
    min-height: 47px;
    padding: 10px;
    width: 520px;
}

.defDescription img {
    margin: 0 5px 5px 0;
    display: block;
    float: left;
    border-radius: 5px;
}

.defDescription span {
    border: 1px solid #1287DB;
    background-color: #1287DB;
    color: #eee;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 5px 5px 0;
    padding: 3px 5px 2px;
    border-radius: 5px;
}

#defTrendChart {
    height: 300px;
    background-color: #fff;
}

.defHotWords {
    float: left;
    margin-bottom: 5px;
}

    .defHotWords > li {
        background-color: #1287DB;
        border-radius: 7px 7px 7px 7px;
        color: #fff;
        float: left;
        margin: 2px;
        padding: 5px;
    }

        .defHotWords > li a {
            color: #fff;
        }

            .defHotWords > li a:hover {
                color: #fff;
            }


/* 报警提示 */
#alert {
    width: 80px;
    overflow: hidden;
    background-color: #333;
    border-bottom: solid 2px #f24444;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 rgba(255, 255, 255, 0) inset;
    left: 757px;
    padding: 3px 5px 5px;
    position: absolute;
    top: 0;
    z-index: 100;
}

    #alert a {
        color: #fff;
        font-weight: bold;
    }

        #alert a:hover {
            color: #ff8800;
        }

/* 微博账号相关 */
.male {
    background: url("icon.png") no-repeat scroll -300px 0 transparent;
    margin: 0 2px;
    width: 12px;
    height: 13px;
    vertical-align: text-bottom;
}

.female {
    background: url("icon.png") no-repeat scroll -300px -25px transparent;
    margin: 0 2px;
    width: 12px;
    height: 13px;
    vertical-align: text-bottom;
}

.ico_v {
    background: url("icon.png") no-repeat scroll -300px -50px transparent;
    display: inline-block;
    height: 14px;
    margin-left: 2px;
    vertical-align: text-bottom;
    width: 16px;
}

.ico_ent {
    background: url("icon.png") no-repeat scroll -300px -75px transparent;
    display: inline-block;
    height: 14px;
    margin-left: 2px;
    vertical-align: text-bottom;
    width: 16px;
}

.ico_star {
    background: url("icon.png") no-repeat scroll -300px -125px transparent;
    display: inline-block;
    height: 14px;
    margin-left: 2px;
    vertical-align: text-bottom;
    width: 13px;
}

.ico_member {
    background: url("icon.png") no-repeat scroll -325px -125px transparent;
    display: inline-block;
    height: 14px;
    margin-left: 2px;
    vertical-align: text-bottom;
    width: 14px;
}

/*---------- 定制搜索相关 -----------*/

#message {
    background-color: #FCF9D0;
    font-weight: bold;
    margin: 10px;
    padding: 8px 5px;
    display: none;
}

    #message span.error {
        color: #f24444;
    }

    #message span.success {
        color: #009900;
    }

    #message div.links {
        float: right;
    }

#toolbar {
    text-align: right;
    padding: 10px 0;
}

#toolbar {
    border-bottom: 1px solid #eee;
    position: relative;
}

    #toolbar #filterList {
        display: none;
        position: absolute;
        top: 43px;
        right: 0;
        z-index: 10;
        box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);
        background-color: #000;
    }

        #toolbar #filterList li {
            color: #eee;
            margin-bottom: 1px;
            padding: 5px 10px;
            overflow: hidden;
            cursor: pointer;
        }

            #toolbar #filterList li:hover {
                background-color: #333;
                color: #fff;
            }

#toolbar2 {
    border-top: 1px solid #ccc;
    margin-left: 185px;
    padding-top: 10px;
}

#queryBuilderCon {
    display: none;
    background-color: #fff;
    padding: 5px 5px 1px 5px;
    position: relative;
}

.selector {
    position: relative;
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 5px;
    min-height: 80px;
}

    .selector.alpha {
        padding-left: 0;
    }

    .selector:not(:last-of-type) {
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .selector > div.name {
        font-family: 微软雅黑, 黑体;
        font-size: 16px;
        margin-bottom: 20px;
    }

        .selector > div.name > a.disabled {
            cursor: default;
            color: #000;
        }

    .selector > .content {
        position: relative;
    }

    .selector > .desc {
        margin-left: 160px;
        padding: 10px 0;
        line-height: 200%;
    }


    .selector a.removeSelector {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        font-size: 16px;
        color: #aaa;
    }

#selectorKeyword > .content,
#selectorPerson > .content {
    border: solid #eee;
    border-width: 0 0 5px;
    padding: 0 0 5px;
    overflow: hidden;
}

    #selectorKeyword > .content:active,
    #selectorPerson > .content:active {
        border-color: #ccc;
    }

#selectorLocation,
#selectorPubTime,
#selectorForwards,
#selectorComments,
#selectorInteractions,
#selectorGender,
#selectorFollowers {
    display: none;
}


#selectorDomain > ul {
    float: left;
}

#selectorDomain ul li {
    float: left;
    margin-right: 50px;
    cursor: pointer;
}

    #selectorDomain ul li div {
        width: 80px;
        height: 16px;
        padding-top: 85px;
        font-weight: bold;
        text-align: center;
        color: #666;
        border-radius: 15px;
    }

        #selectorDomain ul li div#SinaMiniBlog {
            background: url('img/SinaMiniBlog-gray.png') 0 0 no-repeat;
        }

        #selectorDomain ul li div#TencentMiniBlog {
            background: url('img/TencentMiniBlog-gray.png') 0 0 no-repeat;
        }

        #selectorDomain ul li div#Twitter {
            background: url('img/Twitter-gray.png') 0 0 no-repeat;
        }

        #selectorDomain ul li div#SinaMiniBlog.selected {
            background-image: url('img/SinaMiniBlog.png');
            color: #1287DB;
        }

        #selectorDomain ul li div#TencentMiniBlog.selected {
            background-image: url('img/TencentMiniBlog.png');
            color: #1287DB;
        }

        #selectorDomain ul li div#Twitter.selected {
            background-image: url('img/Twitter.png');
            color: #1287DB;
        }

#selectorLocation #location0List,
#selectorLocation #location1List,
#selectorLocation #location2List {
    display: block;
    float: left;
    margin-right: 5px;
    font-family: 微软雅黑,黑体;
    font-size: 20px;
    font-weight: bold;
    color: #1287DB;
}

#selectorLocation #location1List,
#selectorLocation #location2List {
    display: none;
}

#selectorPubTime #startTime,
#selectorPubTime #endTime {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #1287DB;
    font-family: 微软雅黑,黑体;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 130px;
}

#selectorPubTime #setDefaultPubtime {
    display: none;
    margin: 10px 0 0;
    font-size: 12px;
}

.enteredKeyword,
.bigAddBtn {
    background-color: #1287db;
    border: solid 1px #1287db;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-family: 微软雅黑, 黑体;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    margin: 5px;
    padding: 0 9px;
    white-space: nowrap;
}

.bigAddBtn {
    font-weight: bold;
    background-color: #FFF;
    color: #1287db;
}

    .bigAddBtn:hover {
        font-weight: bold;
        background-color: #1287db;
        color: #FFF;
    }

    #selectorPerson .active, #selectorKeyword .active, .bigAddBtn.active {
        background-color: #ff3300 !important;
    }

        #selectorPerson .active a, #selectorKeyword .active a {
            color: #fff !important;
        }

#selectorKeyword .error,
#selectorPerson .error {
    background-color: #ff3300;
}

.enteredKeyword a:not(.fa) {
    color: #fff;
    font-family: 微软雅黑, 黑体;
    font-size: 20px;
    font-weight: normal;
    line-height: 15px;
}

.enteredKeyword a:hover {
    /*color: #ff3300;*/
}

#inputKeywords,
#inputNicks {
    background-color: #fff;
    border: 1px solid #fff;
    color: #555;
    font-family: 微软雅黑,黑体;
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
    padding: 5px 5px 0;
    height: 32px;
    resize: none;
    outline: none;
    overflow: hidden;
}

#selectorGender label {
    color: #FF8800;
    font-family: 微软雅黑,黑体;
    font-size: 20px;
    font-weight: bold;
}

#selectorGender > ul {
    float: left;
}

#selectorGender ul li {
    float: left;
    margin-right: 50px;
    cursor: pointer;
}

    #selectorGender ul li div {
        width: 80px;
        height: 16px;
        padding-top: 85px;
        font-weight: bold;
        text-align: center;
        color: #666;
    }

        #selectorGender ul li div#male {
            background: url('img/male-gray.png') 0 0 no-repeat;
        }

        #selectorGender ul li div#female {
            background: url('img/female-gray.png') 0 0 no-repeat;
        }

        #selectorGender ul li div#male.selected {
            background-image: url('img/male.png');
            color: #ff8800;
        }

        #selectorGender ul li div#female.selected {
            background-image: url('img/female.png');
            color: #ff8800;
        }

#selectorForwards .content,
#selectorComments .content,
#selectorPubTime .content,
#selectorFollowers .content {
    font-family: 微软雅黑,黑体;
    font-size: 20px;
    color: #aaa;
}

#selectorForwards #forwardsMin,
#selectorForwards #forwardsMax,
#selectorComments #commentsMin,
#selectorComments #commentsMax,
#selectorInteractions #interactionsMin,
#selectorInteractions #interactionsMax,
#selectorFollowers #followersMin,
#selectorFollowers #followersMax {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #1287DB;
    font-size: 20px;
    font-weight: bold;
    width: 140px;
}

    #selectorForwards #forwardsMin.error,
    #selectorForwards #forwardsMax.error,
    #selectorComments #commentsMin.error,
    #selectorComments #commentsMax.error,
    #selectorInteractions #interactionsMin.error,
    #selectorInteractions #interactionsMax.error,
    #selectorFollowers #followersMin.error,
    #selectorFollowers #followersMax.error,
    #selectorPubTime #startTime.error,
    #selectorPubTime #endTime.error {
        background-color: #ff3300;
        border-color: #ff3300;
        color: #eee;
    }

#popupLayerFrame {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    z-index: 201;
}

    #popupLayerFrame .popupMask {
        filter: alpha(opacity=60);
        opacity: .6;
        position: fixed;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background-color: #FFF;
        z-index: 189;
    }

#popupLayer {
    position: fixed;
    border: solid 1px #aaa;
    background-color: #fff;
    box-shadow: 0px 0px 15px #666;
    z-index: 190;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 650px;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
}

    #popupLayer .popup_title {
        font-size: 16px;
        font-weight: bold;
        height: 30px;
    }

    #popupLayer .popup_content {
        font-size: 14px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

#fullMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1300;
    overflow: hidden;
    display: none;
}

    #fullMask .background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .3;
        background-color: #000;
    }

    #fullMask .content {
        margin: 200px auto;
        color: #000;
        background-color: transparent;
        font-size: 26px;
        font-family: 微软雅黑, 黑体;
        text-align: center;
        border: none;
        width: 200px;
        height: 220px;
    }

        #fullMask .content.page_loading {
            border: 1px solid #666;
            border-radius: 15px;
            background-color: #FFF;
            width: 250px;
            height: auto;
            padding-top:15px;
            box-shadow:#666 0 0 20px;
        }
#popupEditEntity .title {
    margin-bottom: 24px;
}

#popupEditEntity .body {
    position: relative;
}

    #popupEditEntity .body .desc {
        margin-top: 16px;
        color: #999;
        font-size: 12px;
    }

#popupEditEntity input.text {
    display: inline;
    margin-bottom: 8px;
}

#popupEditEntity .t2 {
    margin: 0px 0 8px;
}

select.entity_category {
    display: inline;
    vertical-align: top;
}

.wait_show {
    display: none;
}

#popupEditEntity .optional_list {
    margin: 2px 10px 10px 0;
}

#alias {
}

#exclude {
}

    #alias > ul, #exclude > ul {
        float: left;
    }

.keyword_entity_list > li {
    white-space: nowrap;
}

.add_new_row {
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    clear: both;
}

.foot_toolbar {
    clear: both;
    padding: 5px;
    margin-top: 24px;
}

/*---------- 定制搜索结束 ----------*/

.top {
    font-size: 28px;
    font-style: italic;
    color: #999;
}

.top3 {
    font-size: 34px;
    color: #FF3300;
}

.top3_small {
    font-size: 16px;
    color: #FF3300;
}

.box {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.hide {
    display: none;
}

.focus {
    background-color: #eee !important;
}

/*div.progress {
    background: url("img/progress.gif") no-repeat scroll left top transparent;
    z-index: 51;
    position: absolute;
    width: 16px;
    height: 16px;
}*/

.opensans {
    font-family: 'Open Sans', Tahoma;
}

span.close {
    background: url("img/weibook.png") no-repeat scroll -115px -220px transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 14px;
    width: 14px;
    cursor: pointer;
    z-index: 10;
}


.red {
    color: #f24444;
}

.green {
    color: #1EA53B;
}

.blue {
    color: #37A0F1;
}

.gold {
    color: #ff8800;
}

.dark {
    color: #666666;
}

.gray {
    color: #999;
}

.lightgray {
    color: #ccc;
}

.highlight {
    color: #ff3300;
    font-weight: bold;
}

.mark {
    color: #f24444;
    background-color: #ffeeee;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.emoticon {
    vertical-align: top;
    margin: 0 4px;
}

.messagePos {
    position: fixed;
    width: 100%;
    height: 0;
    top: 150px;
    left: 0;
    z-index: 500;
}

    .messagePos .message {
        background-color: #FCF9D0;
        margin: auto;
        padding: 8px 10px;
        white-space: normal;
        display: none;
        text-align: center;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
        font-size: 12px;
        width: 300px;
        opacity: 1;
    }

        .messagePos .message.error {
            color: #fff;
            background-color: #ff0000;
        }

        .messagePos .message.success {
            color: #009900;
        }

        .messagePos .message div.links {
            float: right;
        }

.text.invalid, .text2.invalid, .number_only.invalid, select.invalid {
    border: solid 1px #f24444 !important;
    box-shadow: 0 0 3px #FB7C7C !important;
    background-color: #fce9e9 !important;
}

div.loading {
    width: 32px;
    height: 32px;
    background: no-repeat url(img/loading.gif);
    display: inline-block;
}

/* V5 Controls */
.search_pnl_v5 {
    position: relative;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.default_gradient {
    background: linear-gradient(top,#EE422E,#F73378);
    background: -moz-linear-linear-gradient(-45deg,#EE422E,#F73378);
    background: -o-linear-gradient(-45deg,#EE422E,#F73378);
    background: -webkit-linear-gradient(-45deg,#EE422E,#F73378);
    background: -ms-linear-gradient(-45deg,#EE422E,#F73378);
}

    .default_gradient.influ {
        background: linear-gradient(-45deg,#02ABBE,#0060CB);
        background: -moz-linear-linear-gradient(-45deg,#02ABBE,#0060CB);
        background: -o-linear-gradient(-45deg,#02ABBE,#0060CB);
        background: -webkit-linear-gradient(-45deg,#02ABBE,#0060CB);
        background: -ms-linear-gradient(-45deg,#02ABBE,#0060CB);
    }

.search_pnl_v5 .button {
    width: 37px;
    height: 38px;
    line-height: 34px;
    font-size: 18px;
    padding: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

.search_pnl_v5 .input_wrapper {
    margin: 0 33px 0 0;
    border: solid 1px #979797;
    height: 36px;
    background-color: #FFF;
}

.search_pnl_v5 input[type=text] {
    height: 34px;
    width: 93%;
    margin: 0;
    display: block;
    padding: 0 0 0 10px;
}

.time_slider.ui-slider {
    height: 3px;
    border: none;
    background: #4A4A4A;
}

.time_slider .ui-slider-range {
    display: none !important;
}

.time_slider.ui-slider-pips {
    margin-top: 1.4em;
    margin-bottom: 2.6em;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.time_slider.ui-widget-content .ui-slider-handle {
    width: 11px;
    height: 26px;
    border: solid 2px #FFF;
    border-radius: 0;
    background: none #FD6C4E;
    top: -12px;
    margin-left: -.4em;
    outline: none;
}

    .time_slider.ui-widget-content .ui-slider-handle:focus {
        outline: solid 1px #FD6C4E;
    }

.time_slider.ui-slider-pips .ui-slider-pip {
    top: 0;
}

.time_slider.ui-slider-pips .ui-slider-line {
    background: #FFF;
}

.time_slider.ui-slider-pips .ui-slider-label {
    top: 24px;
}

.time_slider.ui-slider-pips .ui-slider-pip-first .ui-slider-label {
    margin-left: -0.4em;
}

.time_slider.ui-slider-pips .ui-slider-pip-last .ui-slider-label {
    margin-left: -1.4em;
}

.ui-slider-pips .ui-slider-pip-selected-initial, .ui-slider-pips .ui-slider-pip-selected-initial-first, .ui-slider-pips .ui-slider-pip-selected-initial-second {
    color: #000;
}

a.large_v5 {
    color: #000;
    font-size: 14px;
    line-height: 38px;
    padding-left: 20px;
    background: url('large_ctrl_bg.png') no-repeat right -48px #FFF;
}

    a.large_v5:hover, #sidebar a.large_v5:hover {
        color: #1287db;
        border-color: #1287db;
    }

    a.large_v5 .fa {
        font-size: 18px;
        margin-right: 10px;
    }

input[type=text].large_v5, input[type=password].large_v5 {
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    border: solid 1px #CCCCCC;
}

.button_v5 {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    background-color: #00A4DD;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 20px;
    min-width: 60px;
}

    .button_v5:hover {
        color: #FFF;
        background-color: #65bedd;
    }

    .button_v5.disabled {
        background-color: #9B9B9B;
    }

select.large_v5 {
    height: 40px;
    padding: 0 35px 0 20px;
    font-size: 14px;
    outline: none;
    background: url('large_ctrl_bg.png') no-repeat right 13px #FFF;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    select.large_v5[disabled] {
        opacity: 0.5;
    }

    select.large_v5::-ms-expand {
        display: none;
    }

#sidebar .large_v5 {
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    border: solid 1px #CCCCCC;
}

#sidebar a.large_v5 {
    width: auto;
}

.button.large_v5 {
    line-height: 38px;
    height: 38px;
    padding: 0 20px 0 20px;
    outline: none;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
}


#sidebar fieldset {
    border: none;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}

    #sidebar fieldset legend {
        font-weight: bold;
        margin: 10px 0 12px 0;
        display: block;
        width: 100%;
    }

    #sidebar fieldset > :not(:last-child):not(legend) {
        margin-bottom: 10px;
    }

#sidebar .tweet_sources {
}

    #sidebar .tweet_sources > .grid_1 {
        margin: 0;
        width: 48%;
    }

    #sidebar .tweet_sources .large_check {
        padding-left: 20px;
        padding-right: 10px;
        overflow: hidden;
        white-space: nowrap;
        background-position-x: 4px;
    }

#sidebar .outside_china {
}

    #sidebar .outside_china > .grid_1 {
        margin: 0;
        width: 48%;
    }

    #sidebar .outside_china .large_check {
        padding-left: 20px;
        padding-right: 10px;
        overflow: hidden;
        white-space: nowrap;
        background-position-x: 4px;
    }

#sidebar .we_media_sources {
}

    #sidebar .we_media_sources > .grid_1 {
        margin: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 48%;
    }

    #sidebar .we_media_sources .large_check {
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        white-space: nowrap;
        background-position-x: 4px;
    }

/*@media (max-width: 960px) {
    #sidebar .tweet_sources .large_check span {
        display: none;
    }
}*/

#sidebar fieldset .action_pnl {
    float: right;
    margin-right: 10px;
}

    #sidebar fieldset .action_pnl a:not(.btn) {
        color: #1287DB;
        font-weight: normal;
    }

input[type=text].large_v5 {
    height: 38px;
    padding: 0 20px;
    font-size: 14px;
}

div.large_check {
    line-height: 36px;
    height: 36px;
    padding: 0 20px 0 20px;
    outline: none;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    cursor: default;
    display: block;
}

    div.large_check input[type=checkbox] {
        display: none;
    }

    div.large_check.checked {
        background: url('large_ctrl_bg.png') no-repeat right -105px;
        border-color: #979797;
    }

    div.large_check:focus {
        border-color: #979797;
        box-shadow: #979797 0 0 5px;
    }

    div.large_check:active {
        border-color: #FD6C4E;
        box-shadow: #FD6C4E 0 0 5px;
    }

    div.large_check .first_line {
        line-height: 22px;
    }

    div.large_check .second_line {
        font-size: 12px;
        line-height: 12px;
    }

    div.large_check i.fa {
        float: left;
        display: block;
        height: 38px;
        width: 24px;
        line-height: 38px;
        margin-right: 4px;
        text-align: center;
    }

/*@media(max-width: 960px) {
    div.large_check i.fa {
        display:none;
    }
}*/

/* Realtime */
.search_pnl_right {
    float: right;
}

.fa-cus-toutiao {
    width: 24px;
    height: 24px;
    background: url(ico_toutiao.png) no-repeat center center ;
    background-size:contain;

}

.fa-cus-baijia {
    width: 24px;
    height: 24px;
    background: url(ico_baijia.png) no-repeat center center;
    background-size: contain;
}

.fa-cus-souhu {
    width: 24px;
    height: 24px;
    background: url(ico_souhu.png) no-repeat center center;
    background-size: contain;
}

.fa-cus-wangyi {
    width: 24px;
    height: 24px;
    background: url(ico_wangyi.png) no-repeat center center;
    background-size: contain;
}

.fa-cus-tieba {
    width: 24px;
    height: 24px;
    background: url(ico_tieba.png) no-repeat center center;
    background-size: contain;
}

.fa-cus-zhihu {
    width: 24px;
    height: 24px;
    background: url(ico_zhihu.png) no-repeat center center;
    background-size: contain;
}