/**
 * @description Estilos para el modal de mensajes 
 * @author dbarra@agetic.gob.bo
 */
@media screen and (min-width: 1px) and (max-width: 800px) {
  .notifications {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    left: 80%;
    background: transparent; }
  .MessageModal {
    top: 70px;
    right: 15px;
    display: flex;
    justify-content: center;
    position: relative;
    pointer-events: all;
    margin-top: 10px;
    font-size: 14px;
    float: right;
    padding: 15px 30px 15px 15px;
    width: 200px;
    border-radius: 5px;
    color: #FFF;
    -webkit-animation: slide .7s ease-in;
    -moz-animation: slide .7s ease-in;
    -o-animation: slide .7s ease-in;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .MessageModal img {
      cursor: pointer;
      position: absolute;
      right: 10px;
      filter: invert(1);
      border-radius: 50%;
      padding: 5px;
      width: 15px;
      height: 15px;
      border: 1px solid #000; }
  .success {
    background: #449935; }
  .error {
    background: #d31419; }
  .info {
    background: #4f0563; }
  .warning {
    background: #f9c100; }
  .remove {
    animation: slide-out .7s ease-in-out;
    -webkit-animation: slide-out .7s ease-in-out;
    -moz-animation: slide-out .7s ease-in-out;
    -o-animation: slide-out .7s ease-in-out; }
  @keyframes slide {
    0% {
      filter: opacity(0); }
    100% {
      filter: opacity(1); } }
  @-moz-keyframes slide {
    0% {
      filter: opacity(0); }
    100% {
      filter: opacity(1); } }
  @keyframes slide-out {
    0% {
      filter: opacity(1); }
    100% {
      filter: opacity(0); } }
  @-moz-keyframes slide-out {
    0% {
      filter: opacity(1); }
    100% {
      filter: opacity(0); } } }

@media screen and (min-width: 801px) {
  .notifications {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    left: 80%;
    background: transparent; }
  .MessageModal {
    top: 70px;
    right: 15px;
    display: block;
    position: relative;
    pointer-events: all;
    margin-top: 10px;
    font-size: 14px;
    float: right;
    padding: 15px;
    width: 200px;
    border-radius: 5px;
    color: #FFF;
    -webkit-animation: slide .7s ease-in;
    -moz-animation: slide .7s ease-in;
    -o-animation: slide .7s ease-in;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .MessageModal img {
      float: right;
      cursor: pointer;
      filter: invert(1);
      border-radius: 50%;
      padding: 5px;
      width: 15px;
      height: 15px;
      border: 1px solid #000; }
  .success {
    background: #449935; }
  .error {
    background: #d31419; }
  .info {
    background: #4f0563; }
  .warning {
    background: #f9c100; }
  .remove {
    animation: slide-out .7s ease-in-out;
    -webkit-animation: slide-out .7s ease-in-out;
    -moz-animation: slide-out .7s ease-in-out;
    -o-animation: slide-out .7s ease-in-out; }
  @keyframes slide {
    0% {
      filter: opacity(0); }
    100% {
      filter: opacity(1); } }
  @-moz-keyframes slide {
    0% {
      filter: opacity(0); }
    100% {
      filter: opacity(1); } }
  @keyframes slide-out {
    0% {
      filter: opacity(1); }
    100% {
      filter: opacity(0); } }
  @-moz-keyframes slide-out {
    0% {
      filter: opacity(1); }
    100% {
      filter: opacity(0); } } }
