/*!
 * Start Bootstrap - SB Admin 2 (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    background-color: #f8f8f8;
    font-family: 'Microsoft Yahei', Arial, sans-serif;
}

#wrapper { width: 100%; }

#page-wrapper {
    background-color: #fff;
    min-height: 568px;
    padding: 0 15px;
}

.page-footer {
    background-color: #f8f8f8;
    text-align: center;
}

.page-footer p { margin: 10px 0; }

@media (min-width: 768px) {
    #page-wrapper {
        border-left: 1px solid #e7e7e7;
        margin: 0 0 0 250px;
        padding: 0 30px;
        position: inherit;
    }
}

.navbar-top-links { margin-right: 0; }

.navbar-top-links li { display: inline-block; }

.navbar-top-links li:last-child { margin-right: 15px; }

.navbar-top-links li a {
    min-height: 50px;
    padding: 15px;
}

.navbar-top-links .dropdown-menu li { display: block; }

.navbar-top-links .dropdown-menu li:last-child { margin-right: 0; }

.navbar-top-links .dropdown-menu li a {
    min-height: 0;
    padding: 3px 20px;
}

.navbar-top-links .dropdown-menu li a div { white-space: normal; }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    min-width: 0;
    width: 310px;
}

.navbar-top-links .dropdown-messages { margin-left: 5px; }

.navbar-top-links .dropdown-tasks { margin-left: -59px; }

.navbar-top-links .dropdown-alerts { margin-left: -123px; }

.navbar-top-links .dropdown-user {
    left: auto;
    right: 0;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .sidebar-search { padding: 15px; }

.sidebar .sidebar-search img { max-width: 200px; }

.sidebar ul li { border-bottom: 1px solid #e7e7e7; }

.sidebar ul li a.active { background-color: #eee; }

.sidebar .arrow { float: right; }

.sidebar .fa.arrow:before { content: "\f104"; }

.sidebar .active > a > .fa.arrow:before { content: "\f107"; }

.sidebar .nav-second-level li,
.sidebar .nav-third-level li { border-bottom: 0 !important; }

.sidebar .nav-second-level li a { padding-left: 37px; }

.sidebar .nav-third-level li a { padding-left: 52px; }

@media (min-width: 768px) {
    .sidebar {
        margin-top: 51px;
        position: absolute;
        width: 250px;
        z-index: 1;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts { margin-left: auto; }
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline { color: #428bca; }

.btn-success.btn-outline { color: #5cb85c; }

.btn-info.btn-outline { color: #5bc0de; }

.btn-warning.btn-outline { color: #f0ad4e; }

.btn-danger.btn-outline { color: #d9534f; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover { color: #fff; }

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.chat li.left .chat-body { margin-left: 60px; }

.chat li.right .chat-body { margin-right: 60px; }

.chat li .chat-body p { margin: 0; }

.panel .slidedown .glyphicon,
.chat .glyphicon { margin-right: 5px; }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel { margin-top: 25%; }

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    height: 100%;
    width: 100%;
}

.dataTables_wrapper {
    clear: both;
    position: relative;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled { background: 0 0; }

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    color: rgba(50, 50, 50, .5);
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
}

.btn-circle {
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 1.428571429;
    padding: 6px 0;
    text-align: center;
    width: 30px;
}

.btn-circle.btn-lg {
    border-radius: 25px;
    font-size: 18px;
    height: 50px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 50px;
}

.btn-circle.btn-xl {
    border-radius: 35px;
    font-size: 24px;
    height: 70px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 70px;
}

.show-grid [class^=col-] {
    background-color: #eee !important;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.show-grid { margin: 15px 0; }

.huge { font-size: 40px; }

.panel-green { border-color: #5cb85c; }

.panel-green .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
}

.panel-green a { color: #5cb85c; }

.panel-green a:hover { color: #3d8b3d; }

.panel-red { border-color: #d9534f; }

.panel-red .panel-heading {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff;
}

.panel-red a { color: #d9534f; }

.panel-red a:hover { color: #b52b27; }

.panel-yellow { border-color: #f0ad4e; }

.panel-yellow .panel-heading {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.panel-yellow a { color: #f0ad4e; }

.panel-yellow a:hover { color: #df8a13; }

.badge {
    background-color: #b52b27;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.alertify { z-index: 9999; }

.red { color: red; }

input.error, .form-group textarea.error { border-color: #d9534f; }

input.error, .form-group textarea.error:focus { border-color: #c9302c; }

label.error {
    color: #d9534f;
    display: inline;
    margin-left: 5px;
}

/*ajax弹出框*/
.t-c{
    text-align: center;
}
.AjaxModal{
    width: 100%;
    background-color: rgba(51,51,51,0.2);
    position: fixed;
    top: 0;
    z-index: 10002;
}
.loadGif{
    margin: 0 auto;
    height: 40px;
    width: 40px;
    background: url('../../image/loading.gif') center no-repeat;
}
.alertify .dialog div nav .ok { background-color: #5cb85c !important; color:white !important}

.shopname {padding-left: 10px; line-height: 20px;}
.alertify-logs{ z-index: 9999;}

/*所有页面的页码数量隐藏*/
#dataTables-example_length{display: none}