
/* speech bubble ------------------------- */

div.bubble {
    display: inline;
}

.bubble h4 {
   font-size: 8px;
   line-height: 8px;
   text-decoration: underline;
}

.bubble
{
    font-family: 'myriadpro-regular', Helvetica, Arial, sans-serif;
    position: relative;
    min-height: 20px;
    vertical-align: bottom;
    padding: 3px 10px;
    margin: 0 0 1em 0;
    clear: both;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset rgba(255, 255, 255, 0.5) 0px 1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
}

.bubble:after {
   content: "";
   position: absolute;
   top: 70%;
   border-bottom: 5px solid black;
   border-bottom-color: inherit;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
}

.bubble.left:after {
   left: -4px;
   -ms-transform: rotate(-7deg);
   -webkit-transform: rotate(-7deg);
   transform: rotate(-7deg);
}
.bubble.right:after {
   right: -4px;
   -ms-transform: rotate(7deg);
   -webkit-transform: rotate(7deg);
   transform: rotate(7deg);
}

.bubble.right {
    float: right;
    text-align: right;
    margin-right: 10px;
    background: #e1e3e5;
    border-color: #e1e3e5;
    margin-left: 30px;
}

.bubble.left {
    float: left;
    text-align: left;
    margin-left: 10px;
    background: #f2f2f2;
    border-color: #f2f2f2;
    margin-right: 30px;
    font-size:16px;
}

.system-message {
    font-family: 'myriadpro-regular', Helvetica, Arial, sans-serif;

    float: none;
    display: block;
    width: fit-content;
    margin: .3em auto;
    height: auto;

    position: relative;
    clear: both;

    color: #999;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

/* proactive fix */
.channelme-widget-mid.proactive .bubble.left{
    margin-right: 10px;
}

.bubble-time {
    display: none;
}

.bubble-info{
    display: block;
    float: right;
    color: #777777;
    width: 55px;
    height: 25px;
    font-size: 12px;
    line-height:25px;
    text-align: right;
}

span.bubble-text{
    display: block;
    float: left;
    line-height: 25px;
    font-size: 16px;
    height: auto;
    font-family: 'myriadpro-regular', Helvetica, Arial, sans-serif;
}
span.bubble-text a[href] {
    word-break: break-all;
    hyphens: none;
}

span.bubble {
    height: auto;
}
.sent{
    font-size: 14px;
}
.received{
    font-size: 14px;
}

.color-info{
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border: 1px solid #bce8f1 !important;
}

.color-info p, strong{
    font-size: 14px !important;
    font-style: italic !important;
    margin: 0px;
}

.channel-info-box h3 {
    font-size: 1.4em;
    margin: .5em 0 0 0;
    color: #2C6480;
}

.channel-info-box h4 {
    font-size: 1.1em;
    margin: .5em 0 0 0;
}

.channel-info-box p {
    margin: 0 !important;
    line-height: 1.4;
}

.channel-info-box strong {
    font-style: normal !important;
}

.channel-info-box .visibility-notice {
    text-align: right;
    font-size: .8em;
    margin: 0;
    text-shadow: -1px -1px #EEE;
}

.channel-info-box details {
    padding-bottom: .5em;
}
.channel-info-box details summary {
    font-size: 1em;
    cursor: pointer;
    display: list-item !important;
    background: #C3D5DE;
    color: #2C6480;
    border-radius: 5px;
    padding: .3em .5em .1em .5em;
    margin-bottom: .3em;
}
.channel-info-box details summary:hover {
    background-color: #2C6480;
    color: #fff;
}
.channel-info-box details summary:focus {
    outline: none;
}
