/**
 *@author dannydai
 **/

/**首页自适应**/

/**给所有table增加自适应方法**/
.table-container
{
width: 100%;
overflow-y: auto;
_overflow: auto;
margin: 0 0 1em;
}
/**IOS下的table滚动条不明显，显化**/
.table-container::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}

.m_navbar {
    display: none;
}

#hamburger {
    box-sizing: border-box;
    display: none;
    width: 70px;
    height: 45px;
    position: fixed;
    top: 164px;
    left: 0;
    z-index: 4;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #fff;
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    left: 20px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;

    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
    top: 10px;
}

html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
}

html.mm-opening #hamburger:before {
    -webkit-transform: rotate(45deg);
}

html.mm-opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
}

@media all and (min-width: 1000px) {
    #hamburger {
        display: none;
    }

    .d_navbar {
        display: block;
    }

    .d_logo {
        padding: 22px 25px;
    }
}

@media all and (max-width: 1000px) {
    .d_logo {
        padding: 22px 80px;
    }

    .d_navs {
        display: none;
    }

    .dcenter-nav{
        display: none;
    }

    #hamburger:before, #hamburger:after, #hamburger span {
        background: #ffffff;
    }

    .d_content {
        padding-top: 0px;
    }

    .modal.in .modal-dialog {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

/**侧边订阅模块**/
#reg_totop, #reg_wx, #reg_rtx, #reg_mail {
    z-index: 2;
    width: 50px;
    height: 50px;
    right: 10px;
    position: fixed;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

#reg_wx {
    top: 360px;
    _margin-top: 360px
}

#reg_wx a {
    background: url(../img/side_reg.png) 0 -0px;
    right: 0;
    float: left;
    width: 50px;
    height: 50px;
    text-indent: -9999px
}

#reg_wx a:hover {
    background: url(../img/side_reg.png) -50px -0px
}

#reg_rtx {
    top: 412px;
    _margin-top: 412px
}

#reg_rtx a {
    background: url(../img/side_reg.png) 0 -50px;
    width: 50px;
    height: 50px;
    right: 0;
    float: left;
    text-indent: -9999px
}

#reg_rtx a:hover {
    background: url(../img/side_reg.png) -50px -50px
}

#reg_mail {
    top: 464px;
    _margin-top: 464px
}

#reg_mail a {
    background: url(../img/side_reg.png) 0 -150px;
    width: 50px;
    height: 50px;
    right: 0;
    float: left;
    text-indent: -9999px
}

#reg_mail a:hover {
    background: url(../img/side_reg.png) -50px -150px
}

#reg_totop {
    top: 516px;
    _margin-top: 516px;
    background: url(../img/side_reg.png) 0 -101px;
    width: 50px;
    height: 50px
}

#reg_totop:hover {
    background: url(../img/side_reg.png) -50px -101px
}

.reg_wx, .reg_rtx {
    position: relative;
    z-index: 2
}

.reg_wx a:hover .reg_wxh, .reg_rtx a:hover .reg_rtxh {
    display: block
}

.reg_wx .reg_wxh {
    position: absolute;
    display: none;
    left: -280px;
    top: -200px;
    width: 275px;
    height: 355px;
    background: url(../img/reg_wx.png) 0 -2px no-repeat
}

.reg_rtx .reg_rtxh {
    position: absolute;
    display: none;
    left: -280px;
    top: -200px;
    width: 275px;
    height: 360px;
    background: url(../img/reg_rtx.png) no-repeat
}

.recent {
    padding-left: 0px;
    margin-left: 0px;
}

.recent-content .btn {
    font-size: 10px !important;
    margin-top: 5px;
}

.recent-meta {
    font-size: 10px;
    color: #999;
}

.recent {
    list-style-type: none;
    margin: 0px;
    font-size: 11px;
    line-height: 16px;
}

.recent img {
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
}

.recent li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

/* Sparkline tooltip */

.jqstooltip {
    width: auto !important;
    height: auto !important;
    border-radius: 5px;
    padding: 4px 6px !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 0 !important;
}

/* Main */

.mainbar .container {
    max-width: 100% !important;
    width: 100% !important;
}

/* Page head */

.mainbar .page-head {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    padding: 8px 20px;
    border-bottom: 1px solid #fff;
    box-shadow: inset 0px 1px 1px #fff;
}

.mainbar .page-head h2 {
    font-weight: normal;
    font-size: 20px;
}

/* Matter */

.mainbar .matter {
    padding: 15px 0px;
}

/* Widget */

.widget {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #fafafa url('../img/cream.png') repeat;
}

.widget p {
    margin: 3px 0px 5px 0px !important;
    line-height: 20px;
}

.widget hr {
    margin: 8px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

.widget .table {
    margin: 0px;
    width: 100%;
}

.widget .table .btn {
    font-size: 11px !important;
}

.widget .table-bordered {
    border-radius: 0px;
    border: 0px;
}

.widget .table-bordered th {
    border-bottom: 1px solid #ddd !important;
}

.widget .table-bordered td {
    border-top: 0px !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px !important;
}

.widget .table-bordered td:first-child, .widget .table-bordered th:first-child {
    border-left: 0px;
}

.widget .table-bordered thead:first-child tr:first-child > th:first-child,
.widget .table-bordered tbody:first-child tr:first-child > td:first-child {
    border-radius: 0px;
}

.widget.wblack {
    background: #fafafa url('../img/black.png') repeat;
    color: #ddd;
    border: 1px solid #222;
}

.widget.wblack hr {
    border-top: 1px solid #444;
    border-bottom: 1px solid #222;
}

.widget.wblack a {
    color: #aaa;
}

.widget.wblack a:hover {
    color: #888;
}

.widget .padd, .modal-body {
    padding: 13px 15px;
}

.widget .widget-head, .modal-header {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-shadow: 0px 1px #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
}

.widget.wblack .widget-head {
    background-color: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
    background: -webkit-linear-gradient(top, #333, #111);
    background: -moz-linear-gradient(top, #333, #111);
    background: -ms-linear-gradient(top, #333, #111);
    background: -o-linear-gradient(top, #333, #111);
    background: linear-gradient(top, #333, #111);
    text-shadow: 0px 1px #000;
    border-bottom: 1px solid #555;
    border-top: 1px solid #666;
    box-shadow: inset 0px 1px 1px #444;
    color: #ccc;
}

.widget .widget-head .widget-icons i {
    font-size: 14px;
    margin: 0px 4px;
}

.widget .widget-head .widget-icons a {
    color: #aaa;
}

.widget .widget-head .widget-icons a:hover {
    color: #999;
}

.widget.wblack .widget-head .widget-icons i {
    font-size: 14px;
    margin: 0px 4px;
}

.widget .widget-foot, .modal-footer {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 0px 1px #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ccc;
    padding: 8px 15px;
    font-size: 12px;
    color: #555;
    box-shadow: inset 0px 1px 1px #fff;
}

.widget.wblack .widget-foot {
    background-color: #111;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
    background: -webkit-linear-gradient(top, #222, #111);
    background: -moz-linear-gradient(top, #222, #111);
    background: -ms-linear-gradient(top, #222, #111);
    background: -o-linear-gradient(top, #222, #111);
    background: linear-gradient(top, #222, #111);
    text-shadow: 0px 1px #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #222;
    color: #aaa;
    box-shadow: inset 0px 1px 1px #444;
}

/* Widget white extras */

.widget .nav-tabs > li a {
    padding: 5px 10px;
}

.widget .nav-tabs {
    margin-bottom: 5px;
}

.widget .tab-content {
    margin-bottom: 10px;
}

/* Widget black extras */

.widget.wblack .btn-inverse {
    border: 1px solid #212121;
}

.widget.wblack a.btn-primary, .widget.wblack a.btn-primary:hover,
.widget.wblack a.btn-warning, .widget.wblack a.btn-warning:hover,
.widget.wblack a.btn-danger, .widget.wblack a.btn-danger:hover,
.widget.wblack a.btn-success, .widget.wblack a.btn-success:hover,
.widget.wblack a.btn-info, .widget.wblack a.btn-info:hover,
.widget.wblack a.btn-inverse, .widget.wblack a.btn-inverse:hover {
    color: #fff;
}

.widget.wblack .form-actions {
    border-radius: 5px;
    background-color: #111;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
    background: -webkit-linear-gradient(top, #222, #111);
    background: -moz-linear-gradient(top, #222, #111);
    background: -ms-linear-gradient(top, #222, #111);
    background: -o-linear-gradient(top, #222, #111);
    background: linear-gradient(top, #222, #111);
    border: 1px solid #111;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.widget.wblack h2,
.widget.wblack h3,
.widget.wblack h4,
.widget.wblack h5,
.widget.wblack h6 {
    color: #ddd;
}

.widget.wblack blockquote {
    border-left: 3px solid #555;
}

.widget.wblack .pagination ul > li > a, .widget.wblack .pagination ul > li > span {
    background-color: #111;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
    background: -webkit-linear-gradient(top, #222, #111);
    background: -moz-linear-gradient(top, #222, #111);
    background: -ms-linear-gradient(top, #222, #111);
    background: -o-linear-gradient(top, #222, #111);
    background: linear-gradient(top, #222, #111);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    border: 1px solid #161616;
}

.widget.wblack .pagination ul > li > a:hover {
    background: #222;
}

.widget.wblack .table td {
    border-top: 1px solid #222;
}

.widget.wblack .table tr:hover {
    background: rgba(255, 255, 255, 0.1);
}

.widget.wblack .nav-tabs > .active > a, .widget.wblack .nav-tabs > .active > a:hover {
    background: #222;
}

.widget.wblack .nav-tabs {
    margin-bottom: 5px;
    border-bottom: 1px solid #222;
}

.widget.wblack .nav-tabs > li a {
    padding: 5px 10px;
    background-color: #111;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
    background: -webkit-linear-gradient(top, #222, #111);
    background: -moz-linear-gradient(top, #222, #111);
    background: -ms-linear-gradient(top, #222, #111);
    background: -o-linear-gradient(top, #222, #111);
    background: linear-gradient(top, #222, #111);
    border: 1px solid #222;
    border-bottom: 0px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    color: #ccc;
    font-weight: bold;
    margin-right: 5px;
}

.widget.wblack .nav-tabs > li a:hover {
    background: #222;
}

.widget.wblack .nav-tabs > li.active {
    border-bottom: 0px;
}

.widget.wblack .nav-tabs > li.active a {
    color: #fff;
    background: #333 url('../img/back.png');
    border-bottom: 0px;
}

.widget.wblack .nav-tabs > li.active a:hover {
    background: #333 url('../img/back.png');
    border-bottom: 0px;
}

.widget.wblack .tab-content {
    margin-bottom: 10px;
}

/* Current status */

.current-status {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.current-status .bold {
    font-size: 13px;
    margin-left: 8px;
}

.current-status li {
    padding: 10px 0px;
}

/* Today datas */

.today-datas {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0px;
}

.today-datas li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 10px 20px;
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    background: #f8f8f8 url("../img/cream.png") repeat;
    text-shadow: 0px 1px #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0px 0px 3px #fff;
    max-width: 100%;
    text-align: center;
    /*按钮效果*/
    cursor: pointer;
}

.today-datas li .datas-text {
    font-size: 11px;
    padding: 7px 0px 0px 0px;
    font-weight: normal;
}

/* Slider */

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.7em;
    height: 0.7em;
    cursor: default;
    border-radius: 50px;
    background: #fafafa !important;
    border: 1px solid #ccc !important;
    box-shadow: 0px 1px 1px #999 !important;
}

.ui-slider-horizontal {
    height: .3em;
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 1px #333 !important;
    background: #f3f3f3 !important;
    border-radius: 3px;
}

.ui-slider-vertical {
    height: 100px;
    width: 0.3em;
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 1px #333 !important;
    background: #f3f3f3 !important;
    border-radius: 3px;
}

/* Chart */

#bar-chart, #bar-chart-black, #curve-chart, #live-chart, #pie-chart, #pie-chart2, #pie-chart3 {
    height: 250px;
    max-width: 100%;
}

#pie-chart, #pie-chart2, #pie-chart3 {
    max-width: 300px;
    margin: 10px auto;
}

/* Widget-Content */

.widget-content .error .form-inline button {
    margin-left: -2px;
    padding: 8px 12px;
}

.chats {
    padding-left: 0px;
    margin-left: 0px;
}

.recent {
    padding-left: 0px;
    margin-left: 0px;
}

.widget-foot .form-inline button {
    margin-left: -3px;
    padding: 7px 12px;
}

.widget-content .form-inline button {
    margin-left: 0px;
    padding: 7px 12px;
}

.buttons button {
    margin-top: 10px;
}

.widget-content ol#slist {
    padding: 0px;
}

.task i {
    display: inline-block;
    width: 30px;
    height: 17px;
    background: #ccc;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    line-height: 17px;
}

.pagination li a {
    color: #777;
}

/* Footer */

footer {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    padding: 10px 0px;
    color: #777;
    font-size: 12px;
    border-top: 3px solid #ddd;
}

footer .container {
    max-width: 100% !important;
}

footer a, footer a:visited {
    color: #444;
}

footer a:hover {
    color: #333;
    text-decoration: underline;
}

footer .copy {
    font-size: 11px;
}

.d_view {
    width: auto
}

.panel-default > .panel-heading {
    background-color: #D9EDF7
}

.dcenter-nav > .panel-default > .panel-heading {
    background-color: #e9e9e9;
    font-weight: 800
}

.d_container .d_row {
    margin-bottom: 15px
}

.d_btn_area .pull-left {
    margin-bottom: 15px
}

.d_btn_area .pagination {
    margin: 0
}

.dcenter-nav {
    margin-left: 10px
}

.d_navs {
    min-width: 600px
}

.djwatermarked {
	position: relative;
}
.djwatermarked embed, .djwatermarked object {
	position: relative;
	z-index: 2;
}
.djwatermark{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0px;
	pointer-events: none;
	background-repeat: repeat;
	opacity: 0.1;
}