body {
    background-color: #ffffff;
    font-family: 微软雅黑,Microsoft YaHei,Arial,'Times New Roman',SimHei;
}

.is-number {
    font-family: Arial,'Times New Roman',SimHei;
}

.wrapper {
    width: 100%;
}

.page-wrapper {
    min-height: 720px;
    background-color: #fff;
}

/*@media(min-width:768px) {
    .page-wrapper {
        position: inherit;
        margin: 30px 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}*/

@media(max-width:768px) {
    .navbar-fixed-top {
        position: relative;
    }

    .sidebar-toggler {
        display: none;
    }
}

.main-content {
    min-height: 695px;
}

    .main-content .modal-footer {
        text-align: left;
        height: 80px;
        line-height: 80px;
        padding: 0;
    }

    .main-content .modal-body label {
        font-weight: normal;
    }

    .main-content .modal-header {
        text-align: left;
        height: 60px;
        line-height: 60px;
    }

.navbar-header {
    float: none;
}

.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 {
            padding: 15px;
            min-height: 50px;
        }

    .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 {
            padding: 3px 20px;
            min-height: 0;
        }

            .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 {
        width: 310px;
        min-width: 0;
    }

    .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 {
        right: 0;
        left: auto;
    }


/*
 * Side menu toggler
 */

.menu-toggler {
    display: none;
}


.menu-toggler {
    display: block;
    float: left;
}


    .menu-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #888;
    }


/*
 * Sidebar
 */


#sidebar-area .nav > li.active {
    background-color: rgba(238, 238, 238, 0.38) !important;
}

/*#sidebar-area .nav a.active { 
    background-color: rgba(238, 238, 238, 0.38) !important;
}*/


.sidebar a {
    /*	color: #CACACA; */
    z-index: 1000;
}

.sidebar .nav-second-level,
.sidebar .nav-second-level .nav-third-level {
    /*background-color: #f8f8f8;*/
}


/*
 * Sidebar-closed 
 */
@media(min-width:768px) {
    body.sidebar-closed .wrapper .sidebar {
        width: 45px;
    }

    body.sidebar-closed .wrapper #sidebar li.sidebar-search:hover .custom-search-form {
        display: table;
    }

    body.sidebar-closed .wrapper #sidebar li.sidebar-search:hover .search-icon {
        display: none;
    }

    body.sidebar-closed .wrapper #sidebar .sidebar-search .custom-search-form {
        display: none;
    }

    body.sidebar-closed .wrapper #sidebar .sidebar-search .search-icon {
        display: table;
        padding-top: 8px;
    }
}


@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        width: 250px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.nav > li > a {
    color: white !important;
    height: 55px;
}

.login-user {
    /*background-image:url(../../app-resources/images/login-user.png);
    background-repeat:no-repeat;
    -moz-background-size:100% 100%;  
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"; 
    background-size:100% 100%;*/
    background-color: #ff4d00;
    height: 146px;
}

.sidebar-closed .login-user {
    /*background-image:url(../../app-resources/images/login-user-copy.png);
    background-repeat:no-repeat;
    -moz-background-size:100% 100%;  
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"; 
    background-size:100% 100%;*/
    background-color: #ff4d00;
    height: 146px;
}

.sidebar-nav {
    font-family: 'Microsoft YaHei Regular', 'Microsoft YaHei';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
}

    .sidebar-nav .login-user-below {
        background: linear-gradient(to bottom, #ff4d00, #e91e1e);
        min-height: 594px;
        /*background-image:url(../../app-resources/images/login-user-below.png);
         background-repeat:no-repeat;
         -moz-background-size:100% 100%;  
         filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')"; 
         background-size:255px 100%;   */
    }

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f105";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar a .fa.active-arrow:before {
    content: "\f107";
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        width: 250px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .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 {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

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 {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #efe9e9 !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

footer.main-footer {
    padding: 10px 0 10px 10px;
    height: 50px;
    border-top: 1px solid #dddddd;
    font-size: 12px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 0px;
    background-color: #f5f4f0;
    display: block;
}

    footer.main-footer .footer-text {
        display: inline-block;
        margin-top: 7px;
        float: left;
    }

    footer.main-footer .go-up {
        float: right;
        margin-top: 0px;
        margin-right: 30px;
        display: none; /* need height judgement feature*/
    }


.text-bold {
    font-weight: 600 !important;
}

.chart {
    height: 220px;
}


html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

.admin-wrapper,
.admin-wrapper .navbar,
.admin-wrapper .navbar .sidebar,
.admin-wrapper .navbar .sidebar .sidebar-nav,
.admin-wrapper .navbar .sidebar .sidebar-nav .login-user-below,
.admin-wrapper .page-wrapper,
.admin-wrapper .page-wrapper .main-content {
    height: 100%;
}

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #fed5a9;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
    border-right-color: #d4d4d4;
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background-color:none;
}

.scroller {
    /*white-space: pre-line;*/
    overflow-y: hidden;
    position: relative;
    height:100%;
}