.event_list_timestamp{
   margin-top:10px;
}

.event_list_timestamp .label-info{
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 900;
}

.event_list_timestamp .timestamp{
    width:60px;
    height:60px;
    padding-top:8px;
    text-align: center;
}

.event_list_content{
    line-height: 25px;
    word-wrap:break-word;
    word-break:break-all;
}
.event_page_audio .portlet-body{
    padding-top:0px!important;
    padding-bottom:0px!important;
}

.event_page_audio .media-body a{
      display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.side .event_page_audio .media-body a {
    -webkit-line-clamp: 2;
}

.event_page_audio .portlet-body .row{
    margin-top:10px;
}

.event_page_audio{
    height:111px;
}

.event_page_recommend .portlet-body{
    padding-top:10px!important;
    padding-bottom:10px!important;
}

.event_page_audio audio{
    padding:0px;
    margin-top:0px;
    background-color: #95B9C7;
    margin-bottom:20px;
}

.event_detail_signup{
    margin-bottom:-10px;
}

.event_detail_signup .search-content-1 .search-container > ul .search-item{
    border-bottom:1px solid #e3e3e3;
}

.event_detail_signup .search-content-1 .search-container > ul .search-item > div{
    margin-top:10px;
    margin-bottom:10px;
}


.event_detail_signup li img {
    float: left; 
    height: 30px;
    width: 30px;
    margin-right:10px;
    margin-left:-10px;
    border-radius: 50% !important;
}

.event_detail_signup .event_detail_signup-success {
}

.event_detail_signup .event_detail_signup-success .search-item{
    margin-top:0px;
}

.event_detail_signup .event_detail_signup-success .search-item > div > span:nth-of-type(odd){
    float:left;
    font-weight:100;
    color:#696969;
}

.event_detail_signup .event_detail_signup-success .search-item > div > span:nth-of-type(even){
    float:left;
    margin-top:5px;
    font-size:14px;
    line-height:20px;
}
.signup-email{

    word-break: break-all;
}

.event_detail_comment{
    margin-bottom:10px;
}

.event_detail_comment .search-content-1 .search-container > ul .search-item{
    border-bottom:1px solid #e3e3e3;
    margin-top:15px;
}

.event_detail_comment .search-content-1 .search-container > ul > li a{
    margin-top:6px;
}

.event_detail_comment .search-content-1 .search-container > ul > li span{
    font-size:14px;
    margin-top:5px;
}

.event_detail_comment .event_detail_comment-content{
    margin-top:10px;
    font-weight: 100;
    line-height:25px;
}

.event_detail_comment .event_detail_comment-creply{
    margin-top:5px;
    font-weight: 100;
    line-height:25px;
    margin-bottom:10px;
}
.event_detail_comment .event_detail_comment-creply a{
    color:#d3d3d3;
}


.event_detail_comment li img {
    float: left; 
    height: 30px;
    width: 30px;
    margin-right:10px;
    border-radius: 50% !important;
}


.event_side_card{
    margin-top:10px;
}

.event_side_card > span{
    height: 30px;
    top:10px!important;
}

.event_side_card img{
    height: 30px;
    width: 30px;
    margin-right:5px;
    border-radius: 50% !important;
}

.event_side_card > a{
    padding-top:6px;
    max-width:180px;
      display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.event_detail_tab .tabbable-line > .nav-tabs > li.active {
    background: none;
    border-bottom: 4px solid #6699cc;
    position: relative;
}

.event_detail_tab .tabbable-line > .nav-tabs > li:hover {
    background: none;
    border-bottom: 4px solid #E5F2FF;
}

.event_detail_note .note-info{
    border-left-color: #6699cc;
}

.event_detail_note span{
    line-height:25px;
}

.event_detail_content span{
    line-height:25px;
    /* font-weight: 100; */
}

.event_submit_radio{
    padding: 0px;
}

.event_submit_radio .mt-radio {
    display: inline-block;
    margin-bottom:5px;
    width:120px;
}

.event_submit_radio .dot-divide{
    margin-bottom:7px!important;
    border-color:#EEEEEE;
}


.event_promotion_signup .event_promotion_signup-qrcord img{
    margin-top:10px;
    width:100px;
}

.event_promotion_signup .event_promotion_signup-button{
    left:10px;
}

.event_promotion_signup .event_promotion_signup-button >div> button:nth-of-type(odd){
    margin-top:10px;
    width:90%;
}

.event_promotion_signup .event_promotion_signup-button >div> button:nth-of-type(even){
    width:90%;
    margin-top:32px;
}

.event_promotion_signup table>tbody>tr >td{
    border:0px;
    font-weight:100;
}

.event_promotion_signup table{
    margin-top:10px;
}

.event_promotion_signup table>tbody>tr >td:nth-child(1){
    color:#939393;
}

.event_promotion_signup .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.event_promotion_signup .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.event_promotion_signup .event_promotion_logo{
    max-height:200px;
    max-width:200px;
}

/*invitation*/
.invitation_box{
    width: 360px;
    height: 500px;
    border: 5px solid #671600;
    position: relative;
}
.invitation_bottom{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #671600;
    color: #fff;
    font-size: 24px;
}
.invitation_bottom img{
    display: block;
    margin: 10px auto 5px;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
}
.invitation_box h2{
    line-height: 60px;
    padding-top: 10px;
    font-size: 32px;
    color: #671600;
    text-align: center;
    margin: 0;
}
.invitation_con{
    padding: 0 12px;
}
.invitation_con div.name{
    line-height: 30px;
    padding-bottom: 5px;
    font-size: 16px;
}
.invitation_con div.name span{
    font-size: 20px;
    color: #671600;    
}
.invitation_con div.hello{
    line-height: 30px;
    font-size: 16px;
}
.invitation_con div.topic{
    line-height: 40px;
    font-size: 20px;
    color: #671600;
}
.invitation_con ul{
    list-style: none;
    padding: 0;
}
.invitation_con ul li{
    padding-left: 36px;
    line-height: 36px;
    position: relative;
    font-size: 16px;
    color: #666;
}
.invitation_con ul li span{
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
.line-height-25 img{
    display: block;
    height: auto;
    max-width: 100%;
}
.p_relative{
    position: relative;
}
.send_btn{
    width: 100%;
    border-radius: 3px !important;
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
}

@media (max-width: 1200px) {
    .event_side_card > a{
        max-width:120px;
    }
}

@media (max-width: 991px) {
    .event_side_card > a{
        max-width:180px;
    }
}

@media (max-width: 767px) {
    .event_side_card{
        margin-top:8px;
    }
    .event_side_card > a{
        max-width:360px;
    }
    .invitation_box{
        width: 320px;
        height: 500px;
    }
}

@media (max-width: 579px) {
    .event_side_card{
        margin-top:10px;
    }
    .event_side_card > a{
        max-width:180px;
    }
}