@charset "utf-8";
body.main-content {
    padding-top:70px;
    background:#fff;
}

body.site-content {
    background:none;
}

.navbar-inverse {
    background: #00a0e9;
    border: none;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #00a0e9;
}

.site-content .navbar-inverse .navbar-brand,
.site-content .navbar-inverse .navbar-nav > li > a {
    color: #00a0e9;
}
.site-content .navbar-inverse .navbar-nav > li > a:hover,
.site-content .navbar-inverse .navbar-nav > li > a:focus {
    color: #81bed9;
    text-decoration: underline;
}

.site-content .navbar-inverse {
    background: none;
    border: none;
    margin: 0;
}


#side-bar {
    position: sticky;
    top:70px;
}
#global-content-container{
    border-left: 1px solid #eee;
}
.main {
    min-height:calc(100vh - 70px);
    padding-left: 10px;
}
.navbar-inverse .dropdown-menu {
    min-width: 300px;
}




/*
 * 作者：王燕燕
        	时间：2017-05-10
        	描述：pc端登录页面
 */


/*登录--头部*/

.wy-header {
    height: 40px;
    line-height: 25px;
    margin: 15px 0px 0px 0px;
    padding-bottom: 15px;
    color: #ccc;
}

.wy-header a {
    color: #00a0e9;
}

.wy-header a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

.wy-fl {
    float: left;
}

.wy-fr {
    float: right;
}


/*登录--背景*/

.wy-login-bgcolor {
    height: 587px;
    background: #00a0e9;
}

.wy-login-bgimg {
    height: 587px;
    background: url(../images/login-bg.png) no-repeat center center;
    /* FF IE7 */
    _background-image: none;
    /* IE6 */
}


/*登录--登录框*/

.wy-login-bgimg .container {
    position: relative;
}

.wy-login-box {
    position: absolute;
    right: 0px;
    width: 330px;
    top: 110px;
    border: 0px;
    padding: 0px;
    background: none;
}

.wy-login-box .panel-body{
    background-color: rgba(255,255,255,.4);
    _filter: Alpha(opacity=30);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    padding: 20px;
}

.wy-login-box h2 {
    margin-bottom: 0;
    padding: 15px;
    background-color: rgba(0,0,0,.3);
    _filter: Alpha(opacity=30);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    font-family: "微软雅黑";
}

.wy-login-box .panel-body a{ color: #fff;}

.wy-login-box a:focus,
a:hover {

    text-decoration: underline;
}

.wy-login-box em {
    font-style: normal;
    font-size: 12px;

}

.wy-login-box .input-group {
    margin-bottom: 10px;
}


/*登录--尾部*/

.wy-footer {
    color: #585858;
}

body {
    background: #f0f0f0;
    font-size: 14px;
    color: #333333;
}

#side-bar .list-group-item a.active {
    color:#fff;
}

.div3-content{
    margin-left: 25px;
}
.div2-content{
    margin-left: 25px;
}
.div1-content, .other-province-content{
    margin-left: 20px;
}

.div3-content .glyphicon, .other-province-content .glyphicon{
    font-size:10px;
    color:#5bc0de;
}

#set-job{
    margin-left: 10px;
    height: 360px;
    width: 190px;
    overflow-y: auto;
    overflow-x: hidden;
}
#set-job .panel-body{
    z-index: -1;
    /*防止内容溢出*/
}

/*设置管理门店*/
#set-manage-stores{
    height: 360px;
    width: 377px;
    overflow-y: auto;
    overflow-x: hidden;
}
#set-manage-stores .panel-body{

}
/*设置岗位的头部*/
#panel-heading-set-job{
    position: fixed;
    width: 189px;
    z-index: 1;
    border-right: 1px solid #ddd;
}
/*设置门店管理的头部*/
#panel-heading-set-manage-stores{
    position: fixed;
    width: 376px;
    border-right: 1px solid #ddd;
    z-index: 9999;
}

/*权限设置摸态框*/

.modal-body-setjobs .row:nth-child(odd) {
    background-color: #f9f9f9;
    /*border-top: 0px !important;*/
}

.modal-body-setjobs .row {
    padding: 10px 0px;
}

.td-first-col {
    width: 150px;
    font-size: 16px;
    text-align: left;
    padding-left: 30px !important;
}

/*权限设置悬浮框效果*/
.flowbox-title-hover {
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #fff !important;
    background: #fff;
}

.flowbox-title {
    /*width: 120px;*/
    padding: 5px;
    position: relative;
    border: 1px solid transparent;
}

.flowbox {
    position: absolute;
    top: 32px;
    left: 0px;
    min-width: 250px;
    margin-top: -5px;
    margin-left: -1px;
    padding: 10px;
    display: none;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 1;
}

#set-right-table td {
    text-align: left;
    width: 280px;
}
.hidden-text {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.img-click {
    font-size:10px;
    color:#5bc0de;
}

.el-dialog-sm .el-dialog {
    max-width: 570px;
}

.el-dialog-lg .el-dialog {
    width: 60%;
}

.el-dialog-md .el-dialog {
    width: 50%;
}