#ssc-notification-container {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 450px;
  padding: 40px; }
  #ssc-notification-container .notification-container {
    display: block;
    margin-top: 10px; }
    #ssc-notification-container .notification-container .notification {
      display: block;
      padding: 20px;
      background-color: #FFF;
      border-radius: 5px;
      border-bottom: 1px #E0E0E0 solid;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
      background-color: #F5F5F5;
      position: relative; }
      #ssc-notification-container .notification-container .notification .close {
        position: absolute;
        top: 23px;
        right: 20px; }
        #ssc-notification-container .notification-container .notification .close i::before {
          margin: 0;
          font-size: 11px; }
      #ssc-notification-container .notification-container .notification .icn {
        float: left;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        background-color: #FFF;
        text-align: center;
        line-height: 30px;
        background-color: #03E8C2; }
        #ssc-notification-container .notification-container .notification .icn i::before {
          margin: 0;
          font-size: 14px;
          color: #FFF; }
      #ssc-notification-container .notification-container .notification .title {
        display: block;
        font-size: 13px;
        font-weight: normal;
        color: #868686;
        line-height: 30px;
        margin-bottom: 10px;
        margin-left: 55px; }
      #ssc-notification-container .notification-container .notification .message {
        display: block;
        font-size: 11px;
        color: #999;
        margin-left: 55px;
        font-family: "Montserrat-Light"; }
      #ssc-notification-container .notification-container .notification.subscription .icn {
        background-color: #08b7cc; }
      #ssc-notification-container .notification-container .notification.residence .icn {
        background-color: #b6899e; }
      #ssc-notification-container .notification-container .notification.building .icn {
        background-color: #b6899e; }
      #ssc-notification-container .notification-container .notification.point .icn {
        background-color: #b6899e; }
      #ssc-notification-container .notification-container .notification.beacon .icn {
        background-color: #b6899e; }
      #ssc-notification-container .notification-container .notification.organization .icn {
        background-color: #fcd98a; }
      #ssc-notification-container .notification-container .notification.message .icn {
        background-color: #de8d47; }
      #ssc-notification-container .notification-container .notification.report .icn {
        background-color: #bf790f; }

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