/*
 * Base structure
 */

.header {
    background-color: #ffffff;
    min-width: 1200px;
}

/* Move down content because we have a fixed navbar that is 50px tall */
.page-container {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
    overflow: auto;
}

/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, .3);*/
}

.navbar-fixed-bottom {
    bottom: 10px;
    width: 180px;
    color: #a0a8b9;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    position: fixed;
    top: 80px;
    width: 180px;
    bottom: 50px;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #fff;
    border-right: 1px solid #eee;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.main {
    min-width: 1200px;
    height: 100%;
    padding: 60px 30px 0 210px;
}

.navbar {
    min-height: 80px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid img {
    width: 100px;
    height: 50px;
    margin-left: 40px;
    margin-top: 15px;
}

.navbar-header {
    width: 180px;
    background-color: #fd9c2f;
    height: 80px;
}

.navbar-right {
    line-height: 80px;
    margin-right: 0;
    position: absolute;
    right: 40px;
}

.navbar-right .head-label {
    float: right;
}

.navbar-right .head-label .name-label {
    padding: 0 10px;
}

.navbar-right .head-label .form-control {
    border: 0;
    margin-top: 23px;
    box-shadow: none;
}

.navbar-right .head-label .roleListPull {
    background-color: #fff;
    line-height: 40px;
    padding: 15px 15px 0 15px;
    border: 1px solid #eaedf3;
}

.navbar-right .head-label .roleList {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
}

.navbar-right .head-label .roleList:last-child {
    border-bottom: 2px solid #eaedf3;
}

.navbar-right .head-label .text-label {
    margin-right: 5px;
    color: #72788d;
}

.navbar-right .head-label .roleListSet {
    cursor: pointer;
    font-size: 14px;
    border-top: 1px solid #eaedf3;
    color: #72788d;
}

.navbar-right .head-label .pullIcon {
    width: inherit;
    height: inherit;
    margin-top: 0;
    margin-left: 5px;
    cursor: pointer;
}

.navbar-right .head-label .seticon {
    width: 15px;
    height: 15px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    vertical-align: sub;
}

/*.navbar-right .head-label .nameLabel{*/
/*color: #76a6ef;*/
/*}*/
.navbar-right .glyphicon {
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.navbar-right .logout {
    cursor: pointer;
}

.navbar-collapse {
    padding-right: 15px !important;
    margin-left: 180px !important;
    background-color: #fff;
    color: #a4a9ae;
}

.navbar-collapse a {
    color: #a4a9ae;
}

.titleName {
    line-height: 80px;
    float: left;
    margin-left: 30px;
    font-size: 30px;
}

@media (min-width: 1440px) {
    .navbar-fixed-bottom {
        bottom: 0;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px;
    /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
    margin-top: 30px;
}

.nav-sidebar>li>a {
    padding-right: 20px;
    padding-left: 20px;
    color: #bdbdbd;
}

.nav-sidebar>a:hover {
    color: #d9d9d9;
    background-color: #303030;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
    background-color: #d64635;
    color: #fff;
}

.subNavMenuUl {
    padding: 10px 0px 10px 18px;
    list-style: none;
}

/*.subNavMenu a:hover{*/
/*font-size: 18px;*/
/*}*/

.subNavMenu {
    display: block;
}

.subNavMenu .selectGroup {
    color: #fd9c2f;
}

.subNavMenu a {
    color: #a4a9ae;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 56px;
    padding: 5px 10px 5px 50px;
    position: relative;
    text-decoration: none;
}

.subNavMenu a img {
    left: 18px;
    position: absolute;
    top: 20px;

}

.leftMenu {
    position: fixed;
    top: 50px;
    width: 220px;
    bottom: 50px;
    left: 0;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.accordion-toggle {
    display: block;
}

.panel-title>a {
    text-decoration: none;
}

.panel-default>.panel-heading {
    color: #a4a9ae;
    background-color: #2c353c;
    padding: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-default>.panel-heading:hover {
    background-color: #222a2f;
    color: #a4a9ae;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-title {
    font-size: 12px;
    font-weight: 300;
    font-family: "Microsoft YaHei", helvetica, arial, sans-serif;
}

.panel-title a {
    padding: 10px 20px;
}

.panel-title i:first-child {
    padding-right: 15px;
}

.panel-body {
    background-color: #2c353c;
    padding: 0px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: none;
}

.panel-default {
    border-color: #2c353c;
}

.panel-group .panel {
    border-radius: 0px;
}

/*
 * Main content
 */

body {
    background-color: #eaedf3;
}

footer {
    background-color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #a4a9ae;
}

/* Primary panel theme */
.panel-skwy {
    border: none;
}

.panel-skwy>.panel-heading {
    border-radius: 4px 4px 0 0;
    background: #242a30;
    color: #fff;
}

.panel-title .selectLabel {
    text-align: left;
    font-size: 10px;
}

.panel-skwy>.panel-body {
    background: #FFFFFF;
    padding: 10px;
}