﻿/* 公用样式 start */
html, body {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    margin: 0 auto;
    background: #FFF;
    color: #222;
    font-family: Microsoft YaHei, SimSun, Arial;
}

/*.container{
    padding:0 auto;
    margin:0 auto;
    text-align: center;
    background-color: #EAEBEE;
}*/
.header, .content, .footerAD, .footer {
    width: 100%;/*    padding-left: 150px;
                padding-right: 150px;*/
    margin: 0 auto;
    padding: 0 auto;
}

/* 公用样式 end */

/*header样式 start*/
.header {
    background-color: #259cc9;
    height: 75px;
    line-height: 75px;
}
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}
.header .top-menu {
    color: #fff;
    display: none;
}
.header .userinfo-dropdown-btn {
    font-size: 14px;
    color: #FFF;
    background: none;
    border: none
}
.header .userinfo-head-img {
    height: 25px;
    width: 25px;
    text-align: right;
}
.header .platform {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 23px;
    border-radius: 20px;
    background-color: #1F7FAB;
}
.header .userinfo-dropdown {
}

/*header样式 end*/

/*footer样式 start*/
.footer {
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #D0D5D9;
    background-color: #777e91;
}
.footer a {
    font-size: 14px;
    color: #D0D5D9;
}

/*footer样式 end*/

/*content样式 start*/
.content {
    padding-top: 25px;
    padding-bottom: 26px;
}

/*content样式 end*/

/*content-block样式 start*/
.content-block {
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-height: 479px;    /*margin:0px -5px 0px -5px;*/
}
.content-block>.title {
    border: 0px;
    height: 80px;
    color: #222;
    padding: 20px 20px 20px 65px;
    line-height: 80px;
    border-bottom: solid 1px #d3d3d3;
}
.content-block>.title>h4{
    font-size:22px;
}
.content-block>.title>h4>small {
    margin-top: 16px;
}
.content-block>.title>span {
    float: right;
}
.content-block>.info {
    padding: 20px;
    min-height: 300px
}

/*content-block样式 end*/

/*个人设置样式 start*/
.user-config-left {
    padding: 0px;
    padding-right: 10px;
}
.user-config-center {
    padding: 0px;
    padding-left: 10px;
}
.left-menu-title {
    padding: 15px 0px 15px 22%;
    background-color: #f7fbfc;
    border-bottom: solid 1px #EDF1F2;
    cursor: pointer;
}
.left-menu-title i {
    color: #828D9D;
}
.user-config-left .list-group-item {
    height:45px;
    color:#333;
    padding:12px 15px;
    padding-left: 30%;
    border: 0px;
}
.user-config-left .list-group-item:first-child {
    border-radius: 0px;
}
.user-config-left .list-group-item:last-child {
    border-radius: 0px
}
.user-config-left .list-group-item.active, .user-config-left .list-group-item.active:hover, .user-config-left .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #54AEDA;
    border-color: #337ab7;
}

/*个人设置样式 end*/

/*行间距样式 start*/
.margin-bottom {
    margin-bottom: 25px;
}

/*行间距样式 end*/

/*图标 start*/
.icon-bg-lg-success {
    background: url(/asset/images/common/icon.png) left -227px no-repeat;
    background-size: auto;
    height: 123px;
    width: 123px;
    margin: 0 auto;
    padding: 0 auto;
}

/*图标 end*/

/*按钮统一样式 start*/
.btn-lg, .btn-group-lg > .commonbtn {
    background: #54AEDA;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    line-height: 20px;
    color: #fff;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline-offset: 0px;
}
.row .commonbtn:hover {
    background: #269DCA;
    color: #fff;
}
/*按钮统一样式 end*/

/*去掉IE浏览器输入框删除按钮 start*/
input::-ms-clear { display: none; }
/*去掉IE浏览器输入框删除按钮 end*/


/*重写bootstrap样式*/
.dropdown{
  padding-right: 30px;
  padding-left: 50%;
  float: right;
  overflow: visible;
  margin-right: -30px;
}
.popover {
    font-size: 12px;
}
.left-menu-title {
font-weight:bolder
}
.left-menu-title .glyphicon {
top:2px;
right:6px;
font-size:16px;
}

/*重写bootstrap样式*/


/*鼠标滑过用户头像弹出层*/
 .dropdown:hover .userinfolist {
    display:block;
}
.userinfolist {
    width: 145px;
    text-align: left;
    -moz-box-shadow: 2px 4px 5px #999;
    -webkit-box-shadow: 2px 4px 5px #999;
    box-shadow: 2px 4px 5px #999;
    display: none;
    position: absolute;
    right: 6px;
    top: 75px;
    z-index: 999;
} 
.usercard {
    width: 145px;
    height: 90px;
    background: url(/asset/images/drop-bg.png) no-repeat;
}
.usercard img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 2px #fff;
    margin: 22px 15px 20px 16px;
}
.userinfo_menu{
    padding:0;
    margin:0;
}
.userinfo_menu li {
    height: 49px;
    border-bottom: 1px solid #DCDCDC;
    line-height: 49px;
    text-align: center;
    background: #fff;
    list-style: none;
}
.userinfo_menu li a {
    width:145px;
    height:49px;
    display:block;
    color:#333;
    outline:none;
}
.userinfo_menu li a:visited {
    color:#333;
    text-decoration:none;
    outline:none;
}
.userinfo_menu li a:hover {
    color:#333;
    outline:none;
    text-decoration:none;
}
.userinfo_menu li:hover {
    background: #F5F5F5;
}
.plr10{
    padding-left:10px;
    padding-right:10px;
}