.chat_ventana {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 200px;
    text-align: center;
    background: rgb(144 13 243 / 100%);
    z-index: 5000;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 1em;
    color: #FFFFFF;
}

.chat_ventana_nuevos {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 200px;
    text-align: center;
    z-index: 5000;
    font-size: 1em;
    color: #FFFFFF;
}
.chat_medio {
    background: rgba(0, 0, 0, 0.8);
    zoom: 1;
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.salas_sel{
    margin-left: 30px;
}

.cierra_chat {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url("/images/cerrar.png") no-repeat;
}

.borraitem{
float:right;
position:relative;
top: 0px;
right:0px;
}

#sala:hover{
cursor:pointer;
}

#sala_float{
    float: left;
    position: fixed;
    z-index: 999999999;
    bottom: 50px;
display: none;
}


.chat_cabecera {
    background-color: #f99d39;
    padding: 7px;
    color: #ffffff;
    border-right: 1px solid #f99d39;
    border-left: 1px solid #f99d39;
    width: 100%;
}

.chat_contenido {
    font-family: arial,sans-serif;
    font-size: 13px;
    color: #333333;
    height: 550px;
    overflow-y: auto;
    overflow-x: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    line-height: 1.3em;
    
}
.chat_input {
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    margin: 0px auto;
    width: 95%;
}
.sala_mitad{
    width: 450px;
    margin: 0px auto;
box-shadow: 0px 0px 7px 4px white;
border-radius: 5px;
overflow: hidden;
background-color: #FFFFFF;
border: 1px solid;
}

#chat_envio {
    width: 100%;
    height: 44px;
    padding: 3px 0pt 3px 3px;
    border: 1px solid #eeeeee;
    margin: 1px;
    overflow: hidden;
    text-align: initial;
    text-indent: initial;
    text-shadow: initial;
    text-transform: initial;
    word-spacing: initial;
    letter-spacing: initial;
    -moz-appearance: textarea;
    margin-block: 1px;
    border: 2px inset ThreeDLightShadow;
    padding-inline: 1px;
    background-color: -moz-Field;
    color: -moz-FieldText;
    font: medium -moz-fixed;
    text-rendering: optimizeLegibility;
    vertical-align: text-bottom;
    cursor: text;
    resize: both;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/*#sala_float.clicked{
    bottom:0px;
    -webkit-transition:1s;
 }
*/

#abrecierra{
    float: right;
}


 .me {
  width: 80%;
  min-height: 20px;
  float:right;
  clear: both;
  background-color: #34a1ef;
  border-radius: 10px 2px 2px 10px;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
overflow: hidden;
}

 .him {
  width: 80%;
  min-height: 20px;
  float:left;
  clear: both;
  background-color: #ddd;
  border-radius: 2px 10px 10px 2px;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
}

hr.divider
{
   margin-top: 0em;
   margin-bottom: 0em;
   border-width: 2px;
color: #FFFFFF;
}
.nchat{
    float: left;
    bottom: 50px;
    width: 20px;
    background: red;
    border-radius: 5px;
    margin-right: 5px;
    background: rgb(144 13 243 / 100%);
    border: 1px solid #FFFFFF;
}

.borra{position: relative;top:0px;}

.resizable {
    border: 1px dashed #000000;
    position: relative;
    min-height: 50px;
}
.ui-resizable-handle {
    width: 1px;
    height: 1px;
    background-color: #ffffff;
    border: 1px solid #000000;
    position: absolute;
}
.ui-resizable-nw {
    left: -5px;
    top: -5px;
    cursor: nw-resize;
}
.ui-resizable-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}
.ui-resizable-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}
.ui-resizable-se {
    bottom: -5px;
    right:-5px;
    cursor: se-resize;
}
.ui-resizable-n {
    top: -5px;
    left:50%;
    cursor: n-resize;
}
.ui-resizable-s {
    bottom: -5px;
    left: 50%;
    cursor: s-resize;
}
.ui-resizable-w {
    left:-5px;
    top:calc(50% - 5px);
    cursor: w-resize;
}
.ui-resizable-e {
    right:-5px;
    top:calc(50% - 5px);
    cursor: e-resize;
}
.draggable {
    cursor: move;
}