.toast-title {
  font-weight: 600; }

.toast-message {
  word-wrap: break-word;
  font-weight: 400; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 1; }
  .toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer; }

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 200px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  #toast-container:hover {
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  #toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #toast-container > div {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 5px 50px;
    width: 300px; }
    @media screen and (max-width: 240px) {
      #toast-container > div {
        padding: 8px 8px 8px 50px; } }
    @media all and (min-width: 241px) and (max-width: 480px) {
      #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em; } }
    @media all and (min-width: 481px) and (max-width: 768px) {
      #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em; } }
    #toast-container > div.rtl {
      direction: rtl;
      padding: 15px 50px 15px 15px;
      background-position: right 15px center; }
      @media screen and (max-width: 240px) {
        #toast-container > div.rtl {
          padding: 8px 50px 8px 8px; } }
      @media all and (min-width: 241px) and (max-width: 480px) {
        #toast-container > div.rtl {
          padding: 8px 50px 8px 8px; } }
      @media all and (min-width: 481px) and (max-width: 768px) {
        #toast-container > div.rtl {
          padding: 15px 50px 15px 15px; } }
  #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto; }
  #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 240px) {
    #toast-container .rtl .toast-close-button {
      left: -0.2em;
      right: 0.2em; } }
  @media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container .rtl .toast-close-button {
      left: -0.2em;
      right: 0.2em; } }
  @media screen and (max-width: 240px) {
    #toast-container .toast-close-button {
      left: -0.2em;
      right: 0.2em; } }
  @media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container .toast-close-button {
      left: -0.2em;
      right: 0.2em; } }
  #toast-container > .toast:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-left: -35px;
    top: -7px; }
  #toast-container > .toast-warning:before {
    content: "\f06a"; }
  #toast-container > .toast-error:before {
    content: "\f00d"; }
  #toast-container > .toast-info:before {
    content: "\f129"; }
  #toast-container > .toast-success:before {
    content: "\f00c"; }

.toast {
  background: #000000; }

.toast-success {
  background-color: #E8F5E9;
  border: 1px solid #81C784;
  color: #81C784 !important; }

.toast-error {
  background-color: #FFEBEE;
  border: 1px solid #E57374;
  color: #E57374 !important; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  border-color: #FFEB3B;
  background-color: #FFF9C4;
  color: #8a6d3b; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000; }

/*# sourceMappingURL=alertas.css.map */
