﻿/******************Notificaciones******************/
#divNotificacion { position: fixed; z-index: 1002; bottom: 24px; left: 0px; -webkit-transition: width 250ms; -moz-transition: width 250ms; -o-transition: width 250ms; -ms-transition: width 250ms; transition: width 250ms; width: 100%; }
.notificacionControles { float: right; padding: 8px 3px 0 0; }
.notificacionContenido { display: block; }
.notificacionError { color: white; background: #D9031D; }
.notificacionAdvertencia { color: black; background: #EAC321; }
.notificacionInformacion { color: white; background: #105678; }
.notificacionRealizado { color: white; background: #379819; }
    .notificacionRealizado hr, .notificacionAdvertencia hr, .notificacionError hr, .notificacionInformacion hr { border-top: none; color: #DDD; }
.notificacionError, .notificacionAdvertencia, .notificacionInformacion, .notificacionRealizado { padding: 5px 5px 5px 20px; }
.notificacionCerrar, .notificacionAnclar { float: left; padding: 3px 8px; cursor: pointer; position: relative; top: -4px; }
.notificacionCerrar { cursor: pointer; width: 21px; height: 21px; display: block; }
    .notificacionCerrar::after { display: inline-block; content:""; width: 15px; height: 15px; background: white; position: relative; left: -5px; clip-path: path('m 9.83464,7.5 3.50161,-3.50161 c 0.4297,-0.4297 0.4297,-1.12638 0,-1.55643 L 12.55804,1.66375 c -0.4297,-0.4297 -1.12638,-0.4297 -1.55643,0 L 7.5,5.16536 3.99839,1.66375 c -0.4297,-0.4297 -1.12638,-0.4297 -1.55643,0 L 1.66375,2.44196 c -0.4297,0.4297 -0.4297,1.12638 0,1.55643 L 5.16536,7.5 1.66375,11.00161 c -0.4297,0.4297 -0.4297,1.12638 0,1.55643 l 0.77821,0.77821 c 0.4297,0.4297 1.12673,0.4297 1.55643,0 L 7.5,9.83464 l 3.50161,3.50161 c 0.4297,0.4297 1.12673,0.4297 1.55643,0 l 0.77821,-0.77821 c 0.4297,-0.4297 0.4297,-1.12638 0,-1.55643 z'); }
    .notificacionCerrar:hover { border-radius: 50%; background-color: #7b828a; }
.notificacionAnclar { display: none; background: url('../../img/iconos/pin.svg'); background-repeat: no-repeat; background-position: center center; width: 20px; height: 20px; }
.notificacionCerrar { margin-left: 3px; }
