/** ----------------------------------------------------------------------------
 *                         Todos los derechos Reservados
 *                               Softipal S.A.S 2017
 *  ----------------------------------------------------------------------------
 *	Nombre:        notify-style.css
 *	Ruta:         /public/bower_components/bootstrap-notify-master/Personalized/notify-style.css
 *	Descripción:  Notificaciones personalizadas.
 *	Fecha:        02/11/2017
 *  Autor:        Luis Fernando Rivera Cortés.
 *  Versión:      1.0
 *  OD:           14417046
 *  ----------------------------------------------------------------------------
 *	 							Histórico de cambios
 *  ----------------------------------------------------------------------------
 *	Fecha        OD        Autor        Descripción
 *  ----------------------------------------------------------------------------
 *  02/11/2017   14417046   lfriveraco   Creación cabecera documentación.
 *  08/11/2017   14417046   lfriveraco   Se agrega z-indez para visualizar Notificaciones
 *  																		 sobre modales. 
 *  ----------------------------------------------------------------------------
 */


/* -----------------------------------------------------------------------------
 *  ESTILO PARA alertas tipo Avatar.
 * -----------------------------------------------------------------------------
 */
.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
    font-size: 80%;
}

/* -----------------------------------------------------------------------------
 *  ESTILO PARA ALERTAS TIPO CORREO.
 * -----------------------------------------------------------------------------
 */
@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700);
[data-notify="container"][class*="alert-pastel-"] {
    z-index: 1060 !important;
    background-color: rgb(255, 255, 238);
    border-width: 0px;
    border-left: 15px solid rgb(255, 240, 106);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    font-family: 'Old Standard TT', serif;
    letter-spacing: 1px;
}
[data-notify="container"].alert-pastel-info {
    border-left-color: rgb(255, 179, 40);
}
[data-notify="container"].alert-pastel-danger {
    border-left-color: rgb(255, 103, 76);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
    font-weight: 400;
}
