/*登录页*/
.single-body{
  background: url('../img/irongrip.png');
}
.single-box{
  margin:7% auto;
  width: 360px;
}
.single-box .box{
  padding:10px 20px;
}
label.required::before {
    color: #ff0000;
    content: "*";
    font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
label.ok {
    background: rgba(0, 0, 0, 0) url("../img/valid.gif") no-repeat scroll 0 0;
    padding-left: 16px;
}
label.error {
    color: #dd0000;
    margin-left: 6px;
    text-transform: none;
}
label.choice {
    font-weight: normal;
    text-transform: none;
    vertical-align: middle;
}


.sidebar-menu > li{
    border-bottom: 1px solid #444;
}

.sidebar-menu > li > a {
    display: block;
    padding: 9px 5px 9px 15px;
}
ul.sidebar-menu > li >a:hover{
    /*background-color:#eee;
    color:#666;*/
}
.skin-purple .sidebar-menu > li > a {
    /*border-left: 5px solid rgba(0, 0, 0, 0);*/
}
.skin-purple .sidebar-menu > li:hover > a, .skin-purple .sidebar-menu > li.active > a {
    /*background-color:#eee;*/
    /*color:#666;*/
    /*border-left-color: #605ca8;*/
}
.skin-purple .sidebar-menu > li.active > a {
    background-color:#2d89ef ;
    color: #ffffff;
}
.skin-purple .sidebar-menu > li > a:focus {
    background-color:#2d89ef ;
    color: #ffffff;
}
.sidebar-menu .treeview-menu {
    padding: 0 0 0 0px;
}
.sidebar-menu .treeview-menu > li {
    border-bottom: 1px solid #444;
}
.sidebar-menu .treeview-menu > li > a {
    display: block;
    font-size: 14px;
    /*padding: 5px 5px 5px 15px;*/
    /*padding: 10px 5px 10px 25px;*/
    padding: 9px 5px 9px 25px;
    border:none;
}
.sidebar-menu .treeview-menu > li > a:hover {
    background: #222d32;
}
/*修改底边栏的高度*/
.main-footer {
    padding: 6px 15px;
}
/*左边框收缩后的样式*/
.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    /*padding-bottom: 0px;
    padding-top: 0px;*/
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    /*padding: 12px 5px 12px 20px;*/
    padding: 9px 5px 9px 20px;
  }
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    /*top: 44px;*/
    top:38px;
  }
  /*修改左侧边栏宽度*/
.main-sidebar, .left-side{
    width: 180px;
}
/*解决菜单不显示的情况*/
@media (max-width: 767px){
    .skin-purple .main-header .navbar .dropdown-menu li a {
      color: #333;
  }
}


.content-wrapper, .right-side, .main-footer {
    margin-left: 180px;
}
.main-header .logo {
    width: 180px;
}
.main-header > .navbar {
    margin-left: 180px;    
}
/*顶部logo*/
span.logo-mini {
    color:#9acd32;
}
span.logo-lg{
    font-size: 18px;
    font-weight: bold;
    color: #ececfb;
}
span.logo-lg .color1{
    color:#ffcfbf;
}
span.logo-lg .color2{
    color:#bfdfff;
}
/*页头文字*/
.content-header h1{
    font-size: 18px;
}
.content-header .frm-header{
    position: absolute;
    right: 6px;
    top:4px;

}
.frm-header label{
    font-weight: normal;
}
/*内容区域*/
.content {

    padding: 10px 15px;
}
/*box样式*/
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    font-size: 16px;
}
/*表格*/
.table > thead > tr > th {
    background-color: #2a7ad2;
    color: #fff;
}
.table > thead > tr.info > th {
    color: #222;
}

/*jQuery验证标签*/

span.error{
    color: #dd0000;
}

.no-bold{
    font-weight: normal;
}

/*响应式布局*/
@media (max-width: 767px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(180px, 0);
    -ms-transform: translate(180px, 0);
    -o-transform: translate(180px, 0);
    transform: translate(180px, 0);
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
}

/*图片列表*/
.img-item{
    float: left;
    border:1px solid #ddd;
    margin:6px;
    background: #f5f5f5;
    box-shadow: 0 0 6px 1px rgba(159, 159, 159, 0.4);
    position: relative;
}
.img-item p{
    padding-left:10px;
    margin:0;
}
.img-item p.title{
  padding:6px 10px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  -webkit-text-overflow:ellipsis;
}
.img-item .tools{
    position: absolute;
    right: 10px;
    top: 5px
}
.tools .btn{
    border: 0 none;
    box-shadow: none;
}
/*分页样式*/
.page-style {
    margin: 3px;
    padding: 3px;
    text-align: right;
}
.page-style a {
    border: 1px solid #eeeeee;
    color: #036cb4;
    margin: 2px;
    padding: 2px 5px;
    text-decoration: none;
}
.page-style a:hover {
    border: 1px solid #999999;
    color: #666666;
}
.page-style a:active {
    border: 1px solid #999999;
    color: #666666;
}
.page-style .current {
    background-color: #036cb4;
    border: 1px solid #036cb4;
    color: #ffffff;
    font-weight: bold;
    margin: 2px;
    padding: 2px 5px;
}
.page-style .disabled {
    border: 1px solid #eeeeee;
    color: #dddddd;
    margin: 2px;
    padding: 2px 5px;
}
ul.role{
  list-style-position: inside;
  padding-left: 0;
}
ul.role li label{
  font-weight: normal;
}

/*话题讨论列表*/
ul.comment-list li.media{
  border-bottom: 1px dashed #d4d4d4;
  color: #323232;
  position: relative;
  margin-top:0;
  padding:5px ;
  line-height: 25px;
}
.avatar img {
    width: 44px;
    background-color:#fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    padding:1px;
    transition: border 0.2s ease-in-out 0s;
}

ul.comment-list .media-heading{
    color: #888888;
    font-size: 16px;
    margin-bottom: 0;
}
.media-heading .top{
  color:#c00;
  margin-right: 4px;
}

ul.comment-list a{
  color:#444;
}
ul.comment-list a:hover{
  color:#605CA8;
  text-decoration: underline;
}
ul.comment-list .media-body .ft{
      /*margin-bottom: 10px;
      min-height: 28px;
      line-height: 1.6;*/
      padding:0 4px;
}
.media-body .cmt-txt{
  font-size: 16px;
}
.media-body .ft{
  color:#777;
}
.media-body .ft .fr{
  float: right;
}
.media-body .ft .related-info {
    margin-right: 10px;
}

/*回复列表*/
ul.msg-list li.media{
  border-bottom: 1px solid #d4d4d4;
  color: #323232;
  line-height: 1.6;
  margin-top:8px;
  /*margin-bottom: 10px;
  min-height: 53px;*/
  /*padding-left: 53px;*/
  position: relative;
}
.avatar img {
    width: 44px;
    background-color:#fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    padding:1px;
    transition: border 0.2s ease-in-out 0s;
}
 .media-heading .reply-btn {
    color: #72b939;
    float: right;
}
 .media-heading .username {
    color: #04489d;
    font-size: 14px;
    margin-right: 10px;
}
 .media-heading .to_truename {
    color: #aaa;
    font-size: 14px;
    margin-right: 10px;
}

 .media-heading .commment-time {
    color: #888888;
    font-size: 14px;
}
.media-body .cmt-txt{
      margin-bottom: 5px;
      min-height: 28px;
      line-height: 1.6;
}
.cmt-txt a {
    color: #72b939;
}
.cmt-txt p{
  padding:0;
}
.cmt-textarea {
    padding-bottom: 10px;
}
/*.media-list .reply-item {
    border-top: 1px dotted #d4d4d4;
    padding-top: 10px;
}*/

.msg-list  li.media  .media {
    border-top: 1px dotted #d4d4d4;
    padding-top: 10px;
}

/*内容*/
.news_time{
  color:#9a9a9a;
}
.news_time span{
  margin-right: 10px;
}

.news_content {
    height: auto !important;
    overflow: visible;
    padding: 12px 2px 15px 3px;
    color: #323232;
    /*font-size: 16px;*/
    line-height: 1.8;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.news_content h1,
.news_content h2,
.news_content h3,
.news_content h4,
.news_content h5,
.news_content h6{
  font-family: 'Microsoft Yahei';
}
.news_content img{
      /*display: block;*/
      height: auto;
      max-width: 100%;
      /*width: 95%;*/
}
.news_content p {
    font-size: 16px;
    line-height: 1.8;
    /*padding: 2px 0;*/
    /*text-indent: 2em;*/
    margin-bottom: 1em;
}
.news_content table {
    border: 1px double #cccccc;
    border-collapse: collapse;
}
.news_content table td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    cursor: pointer;
}
.news_content table p {
    font-size: 12px;
    padding: 0;
    text-indent: 0;
}
.news_content table caption {
    font: italic 30px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    padding: 0 0 5px;
    text-align: center;
}

.navbar-nav  .user-image {
    border-radius: 50%;
    float: left;
    height: 25px;
    margin-right: 10px;
    margin-top: -2px;
    width: 25px;
}

/*上传头像*/
.upload-face:before,.upload-face:after {
    display: table;
    content: "";
    line-height: 0;
}
.upload-face:after {
    clear: both;
}
.upload-face {
    *zoom: 1;
}
/*上传区域*/
.upload-area {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 300px;
    height: 300px;
    background-color: #F5F5F5;
    border: 2px solid #E1E1E1;
}
.upload-area .file-tips {
    position: absolute;
    top: 170px;
    left: 0;
    padding: 0 15px;
    width: 300px;
    line-height: 1.4;
    font-size: 12px;
    color: #A8A8A3;
    text-align: center;
}
.preview {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background:#fff;
    display: none;
}
/*上传按钮图标*/
.userup-icon {
    display: inline-block;
    margin-top: 110px;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url("../img/userup_icon.png") no-repeat;
}

/*预览区域*/
.preview-area {
    float: left;
}
.preview-area a{
    text-decoration: none;
}
/*预览标题*/
.tcrop {
    clear: right;
    font-size: 14px;
    font-weight: bold;
}
.crop {
    background: url("../img/mystery.png") no-repeat scroll center center #EEEEEE;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
}
.crop170 {
    height: 170px;
    width: 170px;
}
.crop60 {
    height: 60px;
    margin-left: 20px;
    width: 60px;
}
.save-pic {
    clear: left;
    margin-right: 20px;
}
.btn-save{
  width: 86px;
  line-height: 40px;
  height: 40px;
  padding:0;
}

/* Top
---------------------------------------------------------------------*/

a#totop {
  background:url('../img/btn-backtop.png') no-repeat 0 0;
  
  display:block;
  width:57px;
  height: 43px;
  

/*  font-size:12px;
  opacity:0.9;
  -khtml-opacity: .9;
  -moz-opacity: 0.9;
  padding:3px 6px;*/
  position:fixed;
  right:10px; 
  bottom:20px;
  color:#666;
  text-decoration:none;
  cursor:pointer;
}
a#totop:hover, a#totop:focus, a#totop:active{
  color:#333;
  text-decoration:none;
}

/*搜索结果*/
/* div.result ul {
    list-style: outside none none;
}
div.result ul li {
    border-top: 1px dashed #cccccc;
    min-height: 100px;
    padding-left: 12px;
    position: relative;
    vertical-align: top;
}
div.result ul li.bottom {
    border-bottom: 1px dashed #cccccc;
}
div.result li img.avatar {
    cursor: pointer;
    height: 80px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 80px;
}
div.result .result-header {
    line-height: 20px;
    padding-top: 15px;
}
div.result .result-header a {
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}
.result-header .bookname {
    color: #3377aa;
    font-size: 14px;
}
div.result .result-content {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    word-break: break-all;
}
.result-content p {
    color: #666666;
    font-size: 12px;
    word-wrap: break-word;
}
.result-content strong {
    color: #ff0000;
    font-weight: bold;
} */


ul.result li.media{
  border-bottom:1px dotted #ccc;
}
ul.result .media-heading{
  font-size: 12px;
}
ul.result .media-heading span.title{
  font-size: 14px;
}
ul.result .media-body{
  font-size: 12px;
  color:#666;
  word-wrap: break-word;
}
ul.result .media-body strong {
    color: #f00;
    font-weight: bold;
}
.box-body{
  padding:0 15px;
}
.box-body> p {
    font-size: 16px;
    line-height: 1.75;
    /*padding: 2px 0;*/
    /*text-indent: 2em;*/
    margin-bottom: 1em;
}
.small-btn{
  border:1px solid #3C8DBC;
  padding:2px 4px;
  margin: 2px;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/*bs4 margin padding处理*/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}