html,
body {
    height: 100%;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    color: black;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 50px;
}

.wrap > .container {
    padding: 65px 15px 20px;
}

.footer {
    height: 60px;
	background: #2e2e2e url(/images/other/footerBg.png) repeat;
}

.friendly-link {
    height: 44px;
    line-height: 54px;
    color: #808080;
    text-align: center;
    overflow: hidden;
}

.friendly-link a {
    color: #9D9D9D;
    margin: 0 10px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.badge {
    display: inline-block;
    min-width: 20px;
    padding: 3px 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.user-card {
    margin-bottom: 15px;
}

.action{
    /* border-bottom: #eee solid 1px; */
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.grey{
    color: #999;
}

.top {
    font-size: 12px;
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid rgba(119, 119, 119, 0.29);
    color: rgba(119, 119, 119, 0.97);
    border-radius: 19px;
    margin-left: 4px;
    padding: 0px 9px;
}

.reprint {
    font-size: 12px;
    background: #0A7C0A none repeat scroll 0 0;
    border: 1px solid #5bc0de;
    color: #fff;
    margin-left: 4px;
    padding: 2px 7px;
}

.dot {
    margin: 0 10px;
}

.lu-label {
    clear: both;
    float: left;
    display: block;
    width: 120px;
    color: rgb(153, 153, 153);
    text-align: right;
}

.lu-info {
    float: left;
    margin-left: -5px;
}

#back-to-top {
    position: fixed;
    right: 10px;
    bottom: 41px;
    background: rgba(230, 126, 34, 0.6);
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    z-index: 1;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.back-to-top {
    padding: 16px 7px;
}

.support-author {
    padding: 25px;
    margin-bottom: 0px;
    border-left: 4px solid #f57e42;
    box-sizing: border-box;
    clear: both;
    margin-top: 10px;
}

.btn-pay {
    border-color: #f57e42;
    background: #f57e42;
}

.text-center {
    text-align: center;
}

.text-red {
    color: red;
}

.fa.fa-diamond, .fa.fa-rss, .fa.fa-newspaper-o, .fa.fa-hand-o-left{
    color: #f0ad4e;
}

.tag-list li {
    line-height: 2em;
    margin: 0 3px;
}

.auth-client {
	list-style: none;
	float: left;
}

/* Yii给必填项加星 */
div.required label:after {
    content: " *";
    color: red;
}

.navbar {
    background-color: #222831;
}

.navbar-inverse .navbar-brand{
    color: #00adb5;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

a:hover {
	text-decoration: none;
}

.panel {
    margin-bottom: 10px;
	border: 0px solid transparent;
}
.panel-heading {
    border-bottom: 0px solid transparent;
}
.panel-default {
    border-color: #ffffff;
}
.panel-body {
    padding: 0px;
}
ul {
    margin-top: 8px;
}
.form-group {
    margin-top: 12px;
}
