.ChatTable
{
    margin: 0 auto 15px;
}
.ChatTdContainer
{
    padding:0px 15px;
}
.ChatUsersContainer
{
    padding:0px !important;
    background:#e6e7e8;
}
.ChatDiv
{
    display: block;
    width: 690px;
    padding:10px 10px 0px;
    border:15px solid #e6e7e8;
}
.ChatHeader,
.TiposUsuarioContainer,
.ChatFooter
{
    background:#f1f1f2;
    padding:15px;
    margin-bottom:10px;
}
.ChatHeader h1, 
.ChatHeader h1 span 
{
    color: #0098da !important;
    margin: 0px !important;
}
.ChatHeader h2,
.ChatHeader h2 span
{
    color:#373435 !important;
    font-size:17px;
}
.InstruccionesChatContainer
{
    color:#373435 !important;
    font-size:14px;
}
.TipoUsuarioDiv
{
    padding: 0px 5px 0px 35px;
    position:relative;
    font-size:15px;
}
.TipoUsuarioDiv::before 
{
    border-radius: 50px;
    content: "";
    display: block;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 0px;
    transition: all 0.5s ease 0s;
    width: 20px;
    border:4px solid #ffffff;
}
.UsuarioInvitado::before 
{
    background: #b2c86c none repeat scroll 0 0;
}
.UsuarioModerador::before 
{
    background: #91d8f7 none repeat scroll 0 0;
}
.UsuarioParticipante::before 
{
    background: #d2d3d5 none repeat scroll 0 0;
}
.ChatRoomDiv
{
    display: block;
    width: 640px;
    height: 400px;
    margin: 0 auto;
    overflow: auto;
    background-color: #FFFFFF;
}

.ChatRoomMessageDiv
{
    padding: 15px 10px;
    width: auto;
    margin: 10px;
    background:#91d8f7;
    color:#373435;
    font-size:15px;
}

.ChatRolUser
{
    background-color: #d2d3d5;
}

.ChatRolGuest
{
    background-color: #b2c86c;
}
.TitleUserColumn
{
    background:#d2d3d5;
    font-size:18px;
    padding:8px 12px;
}


.MessageSenderLabel
{
    font-weight: bold;
}

.MessageDateLabel
{
    display: block;
    text-align: right;
    color: #373435;
    font-size: 12px;
}
.MessageUserContainer
{
    display:table-cell;
    padding:0px 10px;
}
.AdminToolsDiv
{
    display: block;
    text-align: right;
    color: #333333;
    font-size: 14px;
}

.AdminToolsDiv a
{
    color: #F89100;
}

.NoBold
{
    font-weight: normal !important;
}
.ChatFooter {
    padding-bottom: 1px;
}


.ChatRoomInputDiv textarea
{
    margin: 0px 12px 5px 18px;
    width: 530px;
    border: 2px solid #727375;
    padding:8px
}

.BackHyperLink
{
    display: block;
    margin-bottom: 10px;
}



.ChatUsersDiv
{
    float: left;
    margin: 0 auto 20px auto; /*padding: 5px;*/
    padding: 0 !important; /*width: 270px;*/
    width: 295px !important;
    height: 604px; /*border-radius: 0px 7px 7px 0px;*/
    overflow: auto;
    font-size: 10px;
}

.ChatUsersDiv div
{
    display: block;
    white-space: nowrap;
    margin-bottom: 4px;
}
.ChatUsersRepeater
{
    padding:0px 0px 20px 20px;
}
.ChatUsersListDiv
{
    border-bottom:1px solid #373435;
    padding:10px 5px 0px;
}
.ChatUsersListDiv .row
{
    margin:0px !important;
}
.ChatUsersListDiv .row .Left
{
    width:150px;
    font-size:15px;
}
.ChatUsersListDiv .row .Right
{
    width:80px;
}
.BotonHabilitarUsuarios a
{
    display:block;
    padding:5px 8px;
    background:#91d8f7;
    color:#1b566a !important;
    font-size:15px;
    text-decoration:none;
}
.ChatUsersSlideDiv
{
    float: right;
    width: 25px;
    height: 42px;
    background-color: #AAAAAA;
    cursor: pointer;
    text-align: center;
}

.InactiveUser
{
    color: #666666;
    font-style: italic;
}

.UserInfoLabel
{
    font-weight: bold;
}

.AutoScrollLabel
{
    font-size: small;
    padding:3px 0px 12px;
}

.InfoMessageDiv
{
    font-size: small;
}

.Desaprobar
{
    background-color: #f3fde5;
    border-bottom: 1px solid #91b462;
    border-top: 1px solid #91b462;
}

.PreviewMessageDiv
{
    border-bottom: 1px solid #BBBBBB;
    font-size: small;
}

.PreviewMessageDiv span
{
    font-style: italic;
}

.ReloadDiv, .AutoScrollLabel
{
    padding: 15px 25px;
}