﻿.rspPaneTabIcon
 {
    background: url(../App_Imagenes/mad_imagenes.png) no-repeat;
    background-position: 0px -739px;
 }
 .rspPaneTabContainer
 {
     float:right !important;
 }
.chat_barra_inferior 
{
    display: block; 
    position: fixed;
    bottom: 0;    
    text-align: right;
    width : 99%;
    height: 35px;
}
.chat_contenedor_inferior 
{
    display: block; 
    position: fixed;
    bottom: 0;
    text-align: right;
    width : 87%;
    height: 285px;
}
.chat_fieldset 
{
    width: 100%;
    height: 549px;
    padding: 0px;
    margin: 0px;
    /*display: block;*/
}
.chat_userName
{
    cursor : pointer;
}
.chat_userName a:link
{
    text-decoration:none;
    cursor : pointer;
}
.chat_tarjeta
{
    width: 330px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #C5C5C3;    

    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    box-shadow: 0px 0px 15px #9D9D9D;
    
    background: url("../App_Imagenes/bkg.jpg") repeat scroll 0 0 #E5E5E3;
}
.chat_tar_dependencia
{
    font-size: 1.15em;
    font-weight: bold;
    color: #FFF;
    padding: 4px 2px;
    
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    box-shadow: 0px 0px 5px #9D9D9D;
    
    background: #5ea600; /* Old browsers */
    background: -moz-linear-gradient(top,  #5ea600 0%, #8fc400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ea600), color-stop(100%,#8fc400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5ea600 0%,#8fc400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5ea600 0%,#8fc400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5ea600 0%,#8fc400 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5ea600 0%,#8fc400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea600', endColorstr='#8fc400',GradientType=0 ); /* IE6-9 */    
}
.chat_tar_unidad
{
    font-size: .85em;
    font-weight: bold;
    color: #FFF;
    padding: 4px 2px;
        
    background: #28343b; /* Old browsers */
    background: -moz-linear-gradient(top,  #28343b 0%, #717e87 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28343b), color-stop(100%,#717e87)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #28343b 0%,#717e87 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #28343b 0%,#717e87 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #28343b 0%,#717e87 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #28343b 0%,#717e87 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#717e87',GradientType=0 ); /* IE6-9 */
}
.chat_tar_nombres
{
    text-align: right;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Ubuntu'; 
    padding-top: 10px;
}
.chat_tar_apellidos
{
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 'Ubuntu'; 
}
.chat_tar_cargo
{
    text-align: right;    
    font-size: .95em;
    color: #AF460F;    
}
.chat_tar_correo
{    
    font-size: .97em;
    font-style: italic;
    font-family: Times New Roman;
    color: #6A767D;
    text-align: right;
}
.chat_tar_foto
{
    width: 70px;
    height: 70px;
    margin: 4px;
    
    border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    -webkit-border-radius: 35px 35px 35px 35px;
    box-shadow: 0px 0px 6px #9D9D9D;
    
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
}
.chat_tar_fecha
{
    color: #828E95;
    font-size: 0.85em;
    font-stretch: expanded;
    text-align:left;
    margin: 10px 0 2px 2px;
    font-family: Arial;
}

.chat_burbuja_emisor .burbuja_foto
{
    width:35px;
    text-align:center;
    vertical-align: top;
}
.chat_burbuja_emisor img{
    height: 40px;
    margin: 2px 0 2px 3px;
}

.chat_burbuja_emisor div {
    padding: 2px 3px;
    margin : 3px 2px 3px 7px;
    font-size: .9 em;
    color: #373e4d !important;
    position: relative;
    float: left;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    width: 100px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    white-space: pre-wrap;
    word-wrap: break-word;
    /*word-break: break-all;*/
    line-height: 1.5;
    background-color: #EFF3DE;
    border: 1px solid #E0E4CF;
}

.chat_burbuja_emisor div:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid;
    
    border-color: transparent #E0E4CF transparent transparent ;
    top: 2px;
    right: 100%;    
}

.chat_burbuja_receptor td
{
    padding-right: 1px;    
}

.chat_burbuja_receptor div {
    padding: 2px 3px;
    margin : 3px 10px 3px 2px;
    color: #373e4d !important;
    position: relative;
        
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    line-height: 1.5;
    background-color: #E8F0FF;
    border: 1px solid #D1D9E8;
    width: 145px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    white-space: pre-wrap;
    word-wrap: break-word;
    /*word-break: break-all;*/
}

.chat_burbuja_receptor div:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid;
    
    border-color: transparent transparent transparent #D1D9E8;
    top: 2px;
    left: 100%;    
}
.chat_conversacion
{
    /*border-bottom: 1px solid #DEDEDE;*/
    height: 88%;
    overflow-y: scroll; 
    overflow-x: hidden; 
}
.chat_conversacionPie 
{
    background-color: transparent !important;
}
.chat_txtMensajeContainer 
{
    background-image: none !important;
    background-color: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    border-top: 1px solid !important;
}
.chat_txtMensaje 
{
    display: inline-block;
    width: 88%;
}
.chat_txtMensaje textarea
{
    resize: none;
    margin:0px 0px;
    padding:3px 4px;
    height: 14px;
    max-height: 70px;
    line-height:16px;
    overflow-y: hidden;
    overflow-x: hidden;
    font-size: 10px;
    font-family: verdana;
    border: none !important;
    width: 95%;
}
.chat_btnIconos
{
    cursor: pointer;
    width: 18px;
    height: 17px;
    display: inline-block;
    background: url(../App_Imagenes/mad_imagenes.png) no-repeat transparent;
    background-position: -1px -890px;
    margin: 0;
}
.chat_btnIconos:hover
{
    background-position: 0px -910px;
}
.chat_listaEmoticones 
{
    background-color: White;
}
.chat_listaEmoticones span
{
    margin: 5px !important;
    border: 1px solid transparent !important;
}
.chat_listaEmoticones span:hover
{
    border: 1px solid #C5C5C5 !important;
    cursor: pointer !important;
}
.chat_foto_circular
{
    border-radius:9px 0;
    -moz-border-radius: 9px 0;
    -webkit-border-radius: 9px 0;
    border: 1px solid #D1D1CF;
    
    box-shadow: 0px 0px 4px #D0D0D0;    
}
.chat_icono_administrador
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../App_Imagenes/mad_imagenes.png) no-repeat transparent;
    background-position: -1px -927px;    
}

.chat_icono_supervisor
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../App_Imagenes/mad_imagenes.png) no-repeat transparent;
    background-position: 0px -947px;    
}
.chat_icono_tramitador
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../App_Imagenes/mad_imagenes.png) no-repeat transparent;
    background-position: 0px -964px;    
}
.chat_icono_operador
{
    display: none !important;
}
.chat_usersTotal
{
    font-size: 7pt;
}