/**
* ----------------------------------------------------------
*               	notificacionesKendo.css
* ----------------------------------------------------------
* Fecha de Creación: Martes 13 de Diciembre de 2022
* ----------------------------------------------------------
* Nombre de Archivo: notificacionesKendo.css
* ----------------------------------------------------------
* Descripción: Contiene los estilos específicos que modifican
* las notificaciones de Kendo.
* 
**/

@CHARSET "UTF-8";

/* Notifications Kendo */
.k-notification h3 {
    padding: 25px 10px 5px;
    font-size: 1em;
    line-height: normal;
}

.k-notification i {
    margin: 12px;
    float: left;
    margin-top: 22px;
}

.estiloNotificaciones{
	width: 300px;
	height: 130px;
}

.estiloNotificaciones .cerrar{
	margin: 0px;
	float: right;
	cursor: pointer;
	color: #fff;
}

.estiloNotificaciones h3, .estiloNotificaciones p{
	color: #fff;
}

.estiloNotificaciones p{
	text-indent: 0px !important;
	padding: 0px 12px 0px 12px;
}

.k-notification-loading{
	background-color: #52c664 !important;
	color: #fff;
	border-color: #52c664 !important;
}

.k-notification{
	white-space: normal !important;
}
/* Fin Notifications Kendo */
