﻿.alarmasChat .botonesAcceso span { text-decoration: none; color: black; font-size: 11px; background: white; margin-right: 2px; padding: 1px 6px; text-align: center; display: block; float: right; }

.alarmasChat .botonesAcceso span:hover, .alarmasChat .botonesAcceso span.seleccionado { background: #dddddd; cursor: pointer; }

.alarmasChat .botonesAcceso span:active { position: relative; top: 1px; }

#contenedorAlarmas > div, #contenedorChat > div { padding: 5px; }

#contenedorAlarmas { width: auto; max-height: 250px; float: left; }
#contenedorAlarmas .contenedorMensajesAlarmas { overflow: auto; max-height: 200px; }
#contenedorAlarmas { background: #dddddd; font-size: 11px; position: fixed; right: 0; bottom: 0; margin-bottom: 20px; margin-left: 0px; margin-right: 0px; padding: 0px; float: left; display: none; min-width: 250px; min-height: 35px; height: 300px; border-top: 1px solid #d0d1d3; border-left: 1px solid #d0d1d3; }

#contenedorAlarmas h5 { float: left; }
#contenedorAlarmas div.alarma { padding: 1px; margin-bottom: 3px; }

#contenedorAlarmas div.alarma div.checkMensaje { float: right; background: url(../../img/iconos/iconoHecho15x15_2.png) no-repeat; width: 15px; height: 15px; text-decoration: none; background-repeat: no-repeat; cursor: pointer; }

#contenedorAlarmas div.alarma div.mensaje { padding: 7px; background-repeat: repeat-x; background-position: top left; background-color: white; border: #d0d1d3 1px solid; margin-bottom: 3px; display: none; margin-right: 20px; }

.botonAlarmasChatEncendido { background-color: #FFF1D2 !important; }

#contenedorChat .btnLimpiar, #contenedorAlarmas .btnLimpiar { height: 24px; width: 24px; background: url(../../img/chat/Clean_24x24_2.png) no-repeat; float: right; }

#contenedorAlarmas .btnAceptarTodasNotificaciones { height: 24px; width: 24px; background: url(../../img/iconos/check_22x22_2.png) no-repeat; float: right; }

.divHerramientas { height: 35px; }
#contenedorAlarmas h5 { border: none; }
#btnMostrarAlarmas { background: white; background-image: url(../../img/alarmasChat/iconoInferiorAlarma.png); }
#btnMostrarChat { background: white; background-image: url(../../img/alarmasChat/iconoInferiorChat.png); }
#btnMostrarChat, #btnMostrarAlarmas { background-position: 5px 3px; background-repeat: no-repeat; padding-left: 27px;}
#btnMostrarChat:hover, #btnMostrarAlarmas:hover { background-color: #DDD; }