html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}



.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
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: 20px 20px 15px 20px;
}
.activity-letter{ width:90%; margin-top:10px;  border: 1px solid #ccc;}
.activity-letter_box{border-top: 4px solid #028e33;  background-color: #fffef1;  padding: 0px 30px 15px;}
.activity-msg-list{border-bottom:1px dashed #ccc;padding: 10px }
.activity-msg{border:1px solid #ccc;margin:15px 10px 10px;float:left;padding:10px;width:47%; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}

/** for table head fixed **/
.table-fixed-header > thead,
.table-fixed-header > tbody,
.table-fixed-header > thead > tr,
.table-fixed-header > tbody > tr,
.table-fixed-header > tbody > tr > td,
.table-fixed-header > thead > tr > th {
    display: block;
}
.table-fixed-header > thead > tr:after,
.table-fixed-header > tbody > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fixed-header > tbody {
    height: 500px;
    overflow-y: scroll;
}


.table-fixed-header > tbody > tr > td,
.table-fixed-header > thead > tr > th {
    width: 19.2%;
    float: left;
}

/**小间距按钮**/
.btn-padding-sm {
	padding:6px 3px;
}

/**加载提示**/
.my-loading {height: 20px;display:none;}

/**备注换行显示**/
.width92 {
    width: 92%;
    float: right;
    color: #8d8d8d;
    text-align: left;
}

