﻿
/*顶部 头部样式*/
.page-header.navbar {
    height: 45px;
    min-height: 45px;
}

.logo-default h4 {
    line-height: 45px;
    margin: 0;
}

.page-header.navbar .page-logo {
    height: 45px;
}

.page-header.navbar .menu-toggler.sidebar-toggler {
    margin: 15px;
}

.page-header.navbar .page-top {
    height: 45px;
}

.page-header.navbar .search-form {
    margin: 6px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown {
    height: 45px;
}

#todo {
    margin: 0;
    padding: 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 18px;
    margin-top: 14px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    padding: 0 5px;
    height: 15px;
    line-height: 15px;
    margin: -20px -5px 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 6px;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
        margin: 0 0 0 5px;
        height: 30px;
        width: 30px;
    }

.page-header.navbar .search-form .input-group .input-group-btn .btn.submit > i {
    color: #32c5d2;
}

.badge-success {
    background-color: #ed6b75;
}
/*内容区域 */
.page-header-fixed .page-container {
    margin-top: 45px;
    padding: 0 5px;
    line-height: 28px;
}

.breadcrumb .fa {
    color: #337ab7;
}

.portlet.light > .portlet-title > .actions {
    padding: 3px 20px 6px 0 !important;
}
/*.page-breadcrumb.breadcrumb>li{
    display:block;
    float:left;
    border-left: 1px solid #fff;
}
.page-breadcrumb.breadcrumb {
    background: #fff;
}
.page-breadcrumb.breadcrumb>li{
    padding: 0 15px;
    background: #32c5d2;
    display: inline-block;
}
.page-breadcrumb.breadcrumb>li>a{
    color:#fff;
}
.page-breadcrumb.breadcrumb>li>span.active,.page-breadcrumb.breadcrumb>li>span.active a{
        color: #fff;
}*/
.page-head {
    margin-left: -15px;
}
/*body区域*/
.tiles-wrap.wookmark-initialised.animated li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tiles-wrap.animated.wookmark-initialised > li > p {
    margin: 0 !important;
}

    .tiles-wrap.animated.wookmark-initialised > li > p > span:first-of-type {
        display: inline-block;
        line-height: 34px;
    }

    .tiles-wrap.animated.wookmark-initialised > li > p > span:last-of-type a {
        color: #f36a5a;
    }

.page-footer .page-footer-inner {
    width: 100%;
    text-align: center;
}

/*table*/
.portlet.light > .portlet-title > .actions {
    padding: 0 20px 0 0;
}

.portlet.light > .portlet-title {
    min-height: 35px;
}

.btn {
    transition: none;
}

    .alert, .badge, .btn, .btn-group > .btn, .btn.btn-link:hover, .icon-btn, .label, .list-group1, .md-shadow-z-1, .note, .panel, .social-icons li > a, .social-icons.social-icons-color > li > a, .well {
        box-shadow: none;
    }

.portlet.light .portlet-body {
    margin-right: 20px;
}

.table-scrollable table th {
    text-align: center;
}

.btn.green-haze.btn-outline.btn-circle {
    border: 1px solid #eee !important;
}

.table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > td, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > thead > tr > th {
    white-space: normal !important;
    vertical-align: middle;
}

ul.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}
