html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.container {
    width: 100%;
}
.wrap > .container {
    padding: 60px 15px 20px;
}
.collapse>div.btn-group {
    padding: 8px 0 0 5px;
}
.navbar-brand > img {
    display: -webkit-inline-box;
}
.navbar-brand{
    margin-top: -8px;
}
.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: 0 0 15px 0;
}


/*登陆页*/
.login-body {
    *background: url(../images/login-bg.png);
    background-color: #EDEDED;
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}
.site-login,.site-request-password-reset,.site-reset-password {
    background-color: #FFFFFF;
    padding: 0 40px 20px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    background:rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
    filter:Alpha(opacity=80); background:#fff;/*实现IE背景透明*/
}
.login-header-name{
    padding-top:5px;
    /*width: 60%;*/
    *margin: 1px auto;
    color: #072859;
    font-size: 1.8em;
    font-weight: bolder;
    text-align:justify;
}

.login-header > img{
    width: 32%;
    float: left;
}
.login-header{
    padding: 3% 0;
}
.modal-body>p>img{
    max-width: 98%;
}
span.redactor-invisible-space>img{
    max-width: 98%;
}
/*个人中心页样式*/
.user-profile-pic{
    padding: 20px 60px;
    border: 0;
}
.profile-picture{
    width: 120px;
    height: 120px;
    text-align: center;
}

.blue {
    color: #478fca!important;
}
.profile-info-row {
    position: relative;
}
.profile-info-name {
    position: absolute;
    width: 160px;
    text-align: right;
    padding: 6px 10px 6px 0;
    left: 0;
    top: 0;
    bottom: 0;
    font-weight: normal;
    color: #667e99;
    background-color: transparent;
    border-top: 1px dotted #d5e4f1;
}
.profile-info-row:first-child .profile-info-value {
    border-top: 0;
}
.profile-info-value {
    padding: 6px 4px 6px 6px;
    margin-left: 170px;
    border-top: 1px dotted #d5e4f1;
}

/* 设置课程系列样式 */
.series-item {
    height: 265px;
  padding: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1), 0 2px 10px rgba(0, 0, 0, .1);
  margin: 8px 0;
}
.series-item:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(7, 185, 57, 0.1), 0 2px 10px rgba(28, 147, 245, 0.1);
  transition: all .2s ease-in-out
}

.series-title {
  padding:5px 0;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  *white-space: nowrap;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.series-item a, .series-item a:hover {
  text-decoration: none;
}

.series-detail {
  text-align: center;
}

.series-description {
  padding: 5px 0;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 200px;
}

.series-description a {
  color: #8d8c91;
}

.series-description a:hover {
  color: #6a696c;
}

.series-price{
  padding:10px;
}

.table{
  font-size: 1.0em;
}
