/*-------- NOTIFICACIONES  --------*/

.notification_message{
    margin: 5px 15px 5px 0 ;
    float: right;
    /*height:0px;*/
    /* width: 340px;*/
    overflow: hidden;
    background:#9cb6dc;
    opacity:0;
    word-wrap: break-word;

    width: 0px
}
.style_notificacion{

    width: 340px;
    /* min-height: 77px;*/
    border-radius: 4px;
    height: 100%;
    float: left;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.notification_message .cabecera_notificacion{
    width: 100%;
    float:left
}
.notification_message h3 {
    float: left;
    color: #313131 !Important;
    text-align: left;
    padding: 5px 7px 3px;
    font-weight: bold;
    width: 87.7%;
    font-size: 13px;
    margin-bottom: 0;
}
.wrap_sms_notifi{

}
.notification_message p {
    text-align: left;
    color: #313131;
    padding: 0px 7px;
    font-size: 12px;
    padding-bottom:7px;
}
.notification_message .cerrar_notificacion{
    background: url(/appimgnew/icons_notis_white/icon_clouse.png) no-repeat;
    cursor: pointer;
    float: right;
    background-size: 13px;
    width: 13px;
    height: 13px;
    margin: 4px;
    opacity: 0.6;
}
.icon_notificacion{
    width: 52px;
    height: 52px;
    background: url(/appimgnew/icons_notis_white/icon_info.png?1) #556580 no-repeat;
    background-position: 6px 6px !Important;
    background-size: 40px !Important;
    float: left;
}
.wrap_right_notificacion{
    float:right;
    width:285px;
}

.notification_message .success{ background: #8cd07b}
.notification_message .success .icon_notificacion{  background: url('/appimgnew/icons_notis_white/icon_success.png?3') #5e9451  no-repeat ;}

.notification_message .error{ background: #f96c6c; }
.notification_message .error .icon_notificacion{ background: url('/appimgnew/icons_notis_white/icon_error.png?3') #c33e3e no-repeat; }

.notification_message .warning{ background: rgb(255, 227, 121);}
.notification_message .warning .icon_notificacion{  background: url('/appimgnew/icons_notis_white/icon_warning.png?3') #e4c240    no-repeat ;}


#wrap-standar-notifications{
    position: fixed;
    width: 368px;
    right:0;
    z-index: 1000000;
    margin-top:30px;
    margin-right:20px;
}
.buttonNoti{
    float: right;
    padding: 10px;
    color: #fff;
    background: #27d974;
    cursor: pointer;
    margin: 12px 4px 5px;
    border-radius:4px;
    border:1px solid #ffffffa8
}
.buttonNotiCancel{
    float:right;
    background:#ff586c;
    margin-right:6px
}
