﻿.container_GroupChat
{
    background: none repeat scroll 0 0 #D0D3D8;
    bottom: 0;
    left: 60px;
    padding: 0;
    position: fixed;
    width: calc(100% - 311px);
    z-index: 100;
}

	.NoSidebar .container_GroupChat,
	.ClosedSidebar .container_GroupChat
	{
		width: 100%;
	}
	
    .container_GroupChat.opened
    {
        padding-bottom: 81px;
    }

.chatbar
{
    background: none repeat scroll 0 0 #f5f5f5;
    border-top: 1px solid #c3c7cb;

    display: block;
    padding: 4px 20px;

    width: calc(100% - 40px);
}
    .container_GroupChat .chatbar
    {
        left: 249px;
        padding-right: 0;
        width: calc(100% - 514px);
    }

		.NoSidebar .container_GroupChat .chatbar,
		.ClosedSidebar .container_GroupChat .chatbar
		{
			width: calc(100% - 249px);
		}
    .compact .chatbar
    {

    }
    .chatbar .container_textarea
    {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #c3c7cb;
        border-radius: 5px;
        display: inline-block;
        height: 18px;
        line-height: 18px;
        min-width: 400px;
        vertical-align: middle;
        width: 534px;
        overflow:visible;

    }
        .isTyping .chatbar .container_textarea
        {
            height:60px;
        }

        .chatbar .error
        {
            background: none repeat scroll 0 0 #fff;
            border-color: #c3c7cb #c3c7cb -moz-use-text-color;
            border-image: none;
            border-radius: 5px 5px 0 0;
            border-style: solid solid none;
            border-width: 1px 1px 0;
            left: -1px;
            line-height: 30px;
            padding: 0 6px;
            position: absolute;
            top: -31px;
        }
            .chatbar .error:before
            {
                background: none repeat scroll 0 0 #fff;
                border-left: 1px solid #c3c7cb;
                bottom: -3px;
                content: "";
                display: block;
                height: 3px;
                left: -1px;
                position: absolute;
                width: 100%;
            }
    .chatbar textarea
    {
        color: #1e242b;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 14px;
        height: 18px;
        line-height:18px;
        font-weight:300;
        resize:none;
    }
        .isTyping .chatbar textarea
        {
            height:60px;
        }
    .chatbar label
    {
        color: #1e242b;
        display:inline-block;
        font-size: 14px;
        line-height: 30px;
        margin-left: 15px;
        vertical-align:bottom;
        opacity:.75;
        font-weight:300;
    }
    
    .chatbar .btn_closeChat
    {
        display:none;
    }
    .container_GroupChat .chatbar
    {
        bottom:-65px;
        transition:bottom 1000ms ease-in;
    }
        .container_GroupChat.opened .chatbar
        {
            bottom:0;
        }
        .container_GroupChat .chatbar .btn_closeChat
        {
            font-size:12px;
            color:#6E757B;
            float:right;
            margin-right:275px;
            display:inline;
        }

.container_GroupChat .chatbar
{
    position:static;
}
    .container_GroupChat.opened .chatbar
    {
        position:fixed;

    }       


.GroupChat
{
    overflow:hidden;
    position:relative;
    background:#e6eaef;
    flex-grow:1;
    width:100%;
    height:auto;
}
    .GroupChat.isTyping
    {
        padding-bottom:83px;
    }
    .GroupChat > p
    {
        padding: 20px;
    
    }
    .GroupChat .msg_newgroup
    {
		box-sizing: border-box;
		color:#fff;
        position: absolute;
        z-index: 1;
		padding:30px;
		overflow: hidden;

    }
		
		.GroupChat .msg_newgroup a{
			color:rgb(242, 193, 97);
		}
        .compact .GroupChat .msg_newgroup{
            width:100%;
        }
        .GroupChat .msg_newgroup p
        {
			box-sizing: border-box;
            height:100%;
			margin: 0 auto;
			overflow: hidden;
            text-align: center;
            width: 100%;
        }
        .GroupChat.isTyping .msg_newgroup
        {
            display:none;
        }
    .GroupChat .msg_nomessages
    {
        position: absolute;
        top: 10px;
        z-index: 2;
    }
        .GroupChat.isTyping .msg_nomessages
        {
            display:none;
        }
    .compact .GroupChat
    {
        padding-right:0;
    }
    .GroupChat .customScroll i.customScrollHandle
    {
        background:rgba(29,33,42, .5);
    }

        .container_GroupChat .GroupChat
        {
            height:35px;
            transition:height 600ms ease-in;
            background:none;
        }
            .container_GroupChat.opened .GroupChat
            {
                height:481px;
            }

    .GroupChat.onpage .groupChats > li
    {

    }

    .container_groupChatMessages
    {
        overflow:hidden;
    }
        .container_GroupChat .container_groupChatMessages
        {
            height:446px;
        }


.groupChats
{
    position:relative;
}


.clanChats > li
{
    display:block;
}

.list_clanChat
{
    min-height:100%;
    background:#E8EBEF;
}
    .list_clanChat li
    {
        border-top:#c3c7cb 1px solid;
        padding:20px 21px;
        clear:both;
        min-height:30px;
        position:relative;
        list-style:none;
    }
    .list_clanChat .avatar
    {
        width:30px;
        height:30px;
        position:absolute;
        left:21px;
        top:20px;
        display:block;
    }
    .list_clanChat .content
    {
        margin-left:40px;
    }
    .list_clanChat .displayName
    {
        color: #1e242b;
        float: left;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 12px;
    }
	.list_clanChat .wallAction
    {
        color: rgb(71, 156, 228);
        float: left;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
    }
    .list_clanChat .body
    {
        clear: both;
        color: #1e242b;
        font-family: "Roboto",Arial,sans-serif;
        font-size: 15px;
        font-weight: 200;
        word-break: break-all;
    }
        .list_clanChat .body img
        {
            
        }

		#container_ClanContent .list_clanChat .body.fromserver
        {
            
        }

		#container_ClanContent .list_clanChat .body.fromlocal
        {
             color: rgba(255, 255, 255, 0.2);
        }

        #container_ClanContent .list_clanChat .date.fromserver
        {
            
        }

        #container_ClanContent .list_clanChat .date.fromlocal:before
        {
            background: url("/img/theme/bungienet/icons/icon_loading_timestamp.gif") no-repeat 0 0;
            content: "";
            display: inline-block;
            vertical-align: text-top;
            width: 36px;
            height: 10px;
            margin: 3px -200px 0 0;
        }

		#container_ClanContent .list_clanChat .date.fromlocal
        {
             color: rgba(255, 255, 255, 0.0);
        }



    .list_clanChat .date
    {
        float:right;
        font-family:'Roboto', Arial, sans-serif;
        color:#1e242b;
        font-size:11px;
        font-weight:200;
    }


.list_clanChat .post_urlLinkOrImage
{
    
    float: left;
    position: relative;
    text-align: right;
    margin:0;
    width:auto;
}
    .list_clanChat .post_urlLinkOrImage img {
	    -moz-box-sizing: border-box;
	    background: none repeat scroll 0 0 #EEEEEE;
	    border-radius: 2px 2px 2px 2px;
	    margin-top: 7px;
	    max-height: 250px;
	    position: relative;
	    width: auto !important;
	    z-index: 1;
	    -moz-transition:all .2s linear;
	    -webkit-transition: all .2s linear;
	    transition: all .2s linear;
        max-width:100%;
	    padding:5px;
	    border:1px solid #CCC;
    }
		    .list_clanChat .post_urlLinkOrImage img:hover {
			    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
		    }
.list_clanChat .post_urlLinkOrImage.gated {
    background: url("/img/theme/bungienet/icons/icon_img.png") no-repeat scroll 9px center #EEEEEE;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B0B0B0;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    height: 2em;
    margin: 10px 0 !important;
    overflow: hidden;
    padding: 4px 9px 2px 31px;
    width:400px;
}
	.list_clanChat .post_urlLinkOrImage.gated.video
	{
		background-image: url("/img/theme/bungienet/icons/icon_vid.png");
	}

	.list_clanChat .post_urlLinkOrImage.gated.video:hover
	{
		background-image: url("/img/theme/bungienet/icons/icon_vid_on.png");
	}

    .list_clanChat .post_urlLinkOrImage.gated:hover
    {
        background:url("/img/theme/bungienet/icons/icon_img_on.png") no-repeat 9px center #d1e7f1;
        border-color:#0096db;
    }
        .list_clanChat .post_urlLinkOrImage.gated:hover strong
        {
            color:#111;
        }
    
    .list_clanChat .body .post_urlLinkOrImage.gated > strong
    {
        color: #676767;
        font-size: 12px;
        font-weight: normal;
        float: left;
        display: block;
        vertical-align: middle;
        line-height: 2em;
    }
    .list_clanChat .post_urlLinkOrImage.gated > a
    {
        color:#5687b5;
        font-size:10px;
        display:inline;
        vertical-align:middle;
    }
    .list_clanChat .post_urlLinkOrImage.gated > img,
    .list_clanChat .post_urlLinkOrImage.gated > iframe
    {
        position:absolute;
        left:-9999px;
    }

.list_clanChat .post_urlLinkOrImage.image > .link_termsOfUse,
.list_clanChat .post_urlLinkOrImage.image > strong
{
    display:none; 
}

.list_clanChat .post_urlLinkOrImage .btn_hideImage
{
    background: url("/img/theme/bungienet/btns/btn_closeImage.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 13px;
    position: absolute;
    right: 4px;
    top: 10px;
    width: 13px;
    z-index:2;
}
    .opacity.csstransitions .list_clanChat .post_urlLinkOrImage .btn_hideImage
    {
        opacity:0.5;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }
    .opacity.csstransitions  .list_clanChat .post_urlLinkOrImage .btn_hideImage:hover
    {
        opacity:1;
    }

    
.mobile .chatbar label
{
    display:none;
}
.btn_submitMessage
{
    display:none;
    color: #0096db;
    font-size: 14px;
    line-height: 30px;
    margin-left: 15px;
    vertical-align:bottom;
    opacity:.75;
    font-weight:300;
}

.mobile .chatbar{
	position:relative;
}
	.mobile .btn_submitMessage
	{
		position: absolute;
		right: 12px;
		top: 10px;
		z-index: 2;

	}