
/* agenda */
  div.pembungkus-agenda {
    width: 80%;
    margin: 0px 0px 0px 60px;
    background: white;
  }

  .agenda {
    border-left: 2px solid #00316f;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #333;
/*    margin: 0px auto;*/
    margin-left: 20px;
    width: 100%;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    padding: 20px;
    list-style: none;
    text-align: left;
  }

  .agenda .acara {
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
  }

  .agenda .acara p{
    font-size: 12px;
    line-height: 12px;
    text-align: justify;
  }

  .agenda .acara h3{
    font-size: 12px;
  }
  .agenda .acara h3 a{
  	color: black;
  }
  .agenda .acara:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  .agenda .acara:before,
  .agenda .acara:after {
    position: absolute;
    display: block;
    top: 0;
  }

  .agenda .acara:before {
    left: -85.5px;
    top: 11px;
    text-align: center;
    color: #2e2b71;
    content: attr(tanggal);
    font-size: 11px;
    line-height: 12px;
    font-weight: 900;
    width: 42px;
    min-width: 35px;
    padding: 1px;
    /* background: white; */
    /* box-shadow: 0 0 0 1px #673ab7; */
	}

  .agenda .acara:after {
    /*background-image: url(assets-new/img/icon-agenda.png);*/
    box-shadow: 0 0 0 2px #ededed;
    background: #e56a24;
    left: -28px;
    top: 15px;
    height: 13px;
    width: 13px;
    border-radius: 10px;
    content: "";
  }

/*notifikasi*/


/* agenda */
  
  div.pembungkus-agenda {
    width: 80%;
    margin: 0px 0px 0px 60px;
    background: white;
  }

  .pembungkus_notifikasi {
    border-left: 2px solid #00316f;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #333;
/*    margin: 0px auto;*/
    margin-left: 10px;
    width: 100%;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    padding: 20px;
    list-style: none;
    text-align: left;
  }

  .pembungkus_notifikasi .notifikasi {
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
  }

  .pembungkus_notifikasi .notifikasi p{
    font-size: 12px;
    line-height: 12px;
    text-align: justify;
    color: #6e6e6e;
    margin: 10px 0;
  }

  .pembungkus_notifikasi .notifikasi h3{
    font-size: 12px;
    line-height: 12px;
    font-weight: 200;
    margin: 10px 0;
  }
  .pembungkus_notifikasi .notifikasi h3 a{
    color: black;
  }
  .pembungkus_notifikasi .notifikasi:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  .pembungkus_notifikasi .notifikasi:before,
  .pembungkus_notifikasi .notifikasi:after {
    position: absolute;
    display: block;
    top: 0;
  }

  .pembungkus_notifikasi .notifikasi:before {
    left: -85.5px;
    top: 11px;
    text-align: center;
    color: #2e2b71;
    content: attr(tanggal);
    font-size: 11px;
    line-height: 12px;
    font-weight: 900;
    width: 42px;
    min-width: 35px;
    padding: 1px;
    /* background: white; */
    /* box-shadow: 0 0 0 1px #673ab7; */
  }

  .pembungkus_notifikasi .notifikasi:after {
    /*background-image: url(assets-new/img/icon-agenda.png);*/
    box-shadow: 0 0 0 2px #ededed;
    background: #e56a24;
    left: -28px;
    top: 15px;
    height: 13px;
    width: 13px;
    border-radius: 10px;
    content: "";
  }

