﻿.gritter-item-wrapper{
    /*border:2px solid rgb(244, 244, 244);*/
    /*background:none !important;*/
    /*background-color:black;*/
    /*border-radius:6px;*/
}
.gritter-item-wrapper .gritter-item {    
    /*background-image:url('');*/    
    padding:0px 0px 0px 10px;
    font-size:14px;
    /*font-family:verdana;*/
    /*font-weight:500;*/
    /*opacity:0.6;*/
	text-align:start;

	border-style:solid;
	border-width:2px;
	border-bottom-right-radius:7px;
	}
.gritter-item-wrapper .gritter-top {    
    /*background-image:url('');*/    
}
.gritter-item-wrapper .gritter-bottom {    
    /*background-image:url('');*/    
}

    /*mensajes de jquery.gritter.min.js */
    .aceptar{    
		background-color: rgba(223, 240, 216, 0.8) !important;     /*dff0d8*/ 
    }
    .aceptar .gritter-item {
        color:#3c763d !important;
		border-color:#d6e9c6 !important;
    }
	.alerta{    
		background-color: rgba(252, 248, 227, 0.8) !important;     /*fcf8e3*/ 
    }
    .alerta .gritter-item {
        color:#8a6d3b !important;
		border-color:#faebcc !important;
    }
	.alarma{    
		background-color: rgba(242, 222, 222, 0.8) !important;     /*f2dede*/ 
    }
    .alarma .gritter-item {
        color:#a94442 !important;
		border-color:#ebccd1 !important;
    }
	.info{    
		background-color: rgba(217, 237, 247, 0.8) !important;     /*d9edf7*/ 
    }
    .info .gritter-item {
        color:#31708f !important;
		border-color:#bce8f1 !important;
    }
   

    /*mensajes de jquery.validate.js*/
    label[class*="alarma"]{
        color:#ff6a00 !important;
        background-color:transparent !important;
    }