﻿/**
 * 私信
 * @阿杜
 */
.search {
    margin-top: 30px;
}
.msg-status-bar li {
    border: 1px solid #eee;
    display: inline-block;
    text-align: center;
    color: #000;
    padding:0;
    margin:0;
}
.msg-status-bar li a{
    color: #000;
    text-decoration: none;
    cursor:pointer;
    display: inline-block;
    padding:8px 20px 8px 20px;
}
.msg-status-bar li.active,
.msg-status-bar li:hover {
    background-color: #416781;
    color: #fff;
}
.msg-status-bar li.active a,
.msg-status-bar li:hover a{
    color:#fff;
}
.msg-list{
    padding: 20px 20px 40px;
    background-color: #fff;
    font-size: 1.1em;
}
.msg-list li {
    padding: 15px 0 5px 10px;
    border-bottom: 1px dashed #ddd;
}
.msg-list li span,.msg-list li a {
    margin-right:10px;
}
.msg-list li  a.link-user{
    color: #2a6496 !important;
}
.msg-list li a.link-user:hover{
    color: #428bca !important;
}
.msg-list li small {
    color: #ccc;
    margin-left: 30px;
}
.msg-type-list{
    background-color: rgb(52,96,123);
}
.msg-type-list a{ 
    color:#fff;
}
.msg-type-list a{
    padding:10px 0;
}
.msg-type-list li{
    width: 120px;
    text-align: center;
}
.msg-type-list .active,.msg-type-list li a:hover,.msg-type-list li a:focus{
    background-color: rgb(45,80,102);
}
.msg-type-list .navbar-nav{
    margin-top: 0;
}

.msg-list-item .user-photo {
    float: left;
    margin-right: 15px;
}
.user-photo img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.msg-info {
    overflow: hidden;
    float:left;
    width:70%;
}
.msg-info h4 {
    color: #2a6496;
    font-weight: 700;
    margin-top: 3px;
    font-size:17px;
}
.msg-content{
    padding: 5px 0 0 0;
}
.msg-content p{
    margin :0;
    color:#333;
    font-family: Arial, '宋体';
    font-size:15px;
}
.msg-content li{
    border-bottom: 1px dashed #ddd;
}
a.msg-content-link{
    text-decoration:none;
    display:inline;
    margin-right:0 !important;
    padding:0 !important;
}
.teamer-tag {
    padding: 2px 10px;
    background-color: #2a6496;
    border-radius: 3px;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 100;
}
.msg-info small {
    color: #2a6496;
    font-weight: 700;
    display: block;
    margin: 15px 0 10px;
    font-size: 1.1rem;
}
.msg-info .tag-disc {
    float: none;
    height: 30px;
    line-height: 30px;
}
.msg-info.tag-disc span {
    color: #2a6496;
    margin-right: 20px;
}
.msg-handler {
    float: right;
    width: 100px;
    height: 80px;
}
.msg-handler span {
    width: 125px;
    display: inline-block;
    text-align: center;
    font-size: 1.3em;
    color: #aaa;
    margin-top: 10px
}
.msg-handler-btn{
    width: 130px;
    text-align: center;
    float: right;
}
.msg-handler div:first-child{
    margin-bottom: 10px;
}
.msg-handler .btn{
    width: 115px;
    color: #aaa;
}
.msg-handler .btn:hover{
    color: #fff;
    background-color: #416781;
}
.msg-handler .btn i{
    margin-right: 5px;
}
.msg-bottom{
    height: 30px;
    padding: 10px 0;
    color: #919191;
}
.msg-bottom p{
    display: inline;
    font-family: Arial, 'Microsoft YaHei';
    font-size: 14px;
    line-height: 20px;
    margin:5px 0;
}
.msg-detail .navigator{
    width: 100%;
    height: 40px;
    position: relative;
    margin: 20px 0 10px 0;
    background: #fff;
    padding-left:35px;
}
.msg-detail .navigator h3,h4{
    font-size:18px;
    display:inline;
    line-height:40px;
    font-family: Arial, 'Microsoft YaHei';
    font-weight: bold;
    width: auto;
    word-spacing: 0px;
    color:#34607B;
}
.msg-detail .navigator h4{
    color:#34607B;
}
.msg-detail .navigator span{
    padding:0 5px 0 5px;
    line-height:40px;
    font-size:18px;
}
.msg-detail .msg-content{
    background-color: #fff;
    margin-bottom:10px;
    padding:10px 70px 20px 70px;
    text-indent:3em;
}
.msg-detail .msg-content p{
    font-family: Arial, '宋体';
    font-size: 17px;
    color: #000;
}
.msg-detail ul.msg-list{
    padding:5px 20px 5px 20px !important;
    margin-bottom:0 !important;
}
.msg-detail .msg-content ul{
    padding:10px 0 30px 0 !important;
    background-color:#F2F2F5;
    overflow-y:scroll;
    max-height:500px;
}
.msg-detail .msg-content li{
   border:none;
}
.msg-detail ul.msg-list li{
    padding: 6px 0 5px 15px;
    text-decoration:none;
    font-family:Arial,'Microsoft YaHei';
    font-size:14px;
    font-weight:normal;
    color:#555;
}
.msg-detail ul li span,
.msg-detail ul li span a{
    color:#2a6496;
    margin:0;
    padding:0;
    text-decoration:none;
}
.msg-detail ul li span a:hover{
    color:#08AB9F;
}
.msg-detail .msg-handler,
.msg-detail .msg-handler .msg-handler-btn{
    width:250px;
    height:35px;
}
.talk-msg-handler{
    width:600px !important;
}
.msg-detail .msg-handler{
    margin-top:10px;
    margin-right: 65px;
}
.msg-detail .msg-handler .msg-handler-btn div{
    float:left;
    margin:0 5px 0 5px;
}
.msg-detail .msg-handler .talk-msg-handler-btn div{
    float:right;
    margin:0 5px 0 5px;
}
.msg-detail .msg-handler .talk-msg-handler-btn .btn{
    width: auto !important;
    min-width:115px;
}
.msg-detail .msg-reply{
    width:100%;
    padding:15px 70px 15px 70px;
    display:block;
    height:60px;
    position:relative;
    background-color: #F5F8F9;
}
.msg-detail .msg-reply input{
    width:100%;
    line-height:27px;
    position:relative;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bubble-item{
    border:none;
}
.bubble-item {
    padding: 10px 16px 0;
}
.bubble-item .bubble-user{
    width: 50px !important;
    height: 50px !important;
    position: relative;
}
.bubble-item .bubble_user img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 0;
    display: inline;
}
.bubble-item .bubble_box{
    min-height:50px;
}
.bubble-item .bubble-l .bubble_user {
    float: left;
}
.bubble-l .bubble_user img{
    float:left;
}
.bubble-l .bubble_box{
    float:left;
}
.bubble-item .bubble-r .bubble_user {
    float: right;
}
.bubble-r .bubble_user img{
    float:right;
}
.bubble-r .bubble_box{
    float:right;
}
.bubble-l .bubble_cont{
    margin-left: 13px;
    background: #d7ebfe;
    border: 1px #b7d4ef solid;
}
.bubble-r .bubble_cont{
    margin-right: 13px;
    background: #d7ebfe;
    border: 1px #b7d4ef solid;
}
.bubble-item .bubble_cont {
    min-height:45px;
    position: relative;
    max-width: 438px;
    _width: 438px;
    padding: 11px 16px 11px 16px;
    margin-top: 3px;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}
.bubble-item .bubble_arrow{
    width: 10px;
    height: 15px;
    position: absolute;
    top: 5px;
}
.bubble-l .bubble_arrow{
    float: left;
    left: -11px;
}
.bubble-r .bubble_arrow{
    float: right;
    right: -11px;
}
.bubble-item .bubble_arrow i{
    border-width: 4px;
    display: block;
    width: 8px;
    height:8px;
    border-style: solid;
}
.bubble-l .bubble_arrow i{
    margin-left: 3px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: #b7d4ef;
    border-right-color: #b7d4ef;
}
.bubble-r .bubble_arrow i{
    margin-right: 3px;
    border-bottom-color: transparent;
    border-left-color: #b7d4ef;
    border-top-color: #b7d4ef;
    border-right-color: transparent;
}
.bubble-item .bubble_arrow em{
    width: 6px;
    height: 6px;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    position: relative;
}
.bubble-l .bubble_arrow em{
    margin: 8px 0 0 6px;
    top: -15px;
    border-top-color: #d7ebfe;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #d7ebfe;
}
.bubble-r .bubble_arrow em{
    margin: 8px 0px 0px -1px;
    top: -15px;
    border-top-color: #d7ebfe;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: #d7ebfe;
}
.bubble-item  .bubble_cont .cont{
    display: inline;
    max-width: 410px;
    _width: 410px;
    
}
.bubble-l .bubble_cont .cont {
    float: left;
}
.bubble-r .bubble_cont .cont {
    float: right;
}
.bubble-item .bubble_cont .cont .page{
    line-height: 20px;
    color: #333;
    word-wrap: break-word;
    font-size: 13px;
    text-indent:0em;
}
.bubble-item .bubble_cont .cont .cont-img{
    max-width: 300px;
}