body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  font-family: Helvetica;
}

.header {
  background-color: rgb(255,255,255);
  width: 100%;
  display: block;
  margin: 0;
  padding: 16px 12px 12px 16px;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-sizing: border-box;
}

.header text img{
  height: 28px;
  width: auto;
  float: left;
}

.header user {
  float: right;
  font-size: 14pt;
  color: rgba(0,0,0,.5);
}

.isi {
    width: 80%;
  margin-top: 0px;
  margin-left: 250px;
  margin-bottom: 40px;
  margin-right: 20px;
  display: inline-block;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.isian{
  margin-top: 100px;
  margin-left: 250px;
  margin-bottom: 40px;
  margin-right: 20px;
  display: inline-block;
}

.search {
  float: right;
  margin-top: 100px;
  margin-right: 20px;
}

.search input[type=text] {
  padding: 5px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px 0px 0px 4px;
}
.search button {
  padding: 6px 10px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  float: right;
  color: rgba(0,0,0,0.4);
  border-radius: 0px 4px 4px 0px;
}
.search button:hover {
  background: #ccc;
  color: rgb(255, 104, 104);
}
.search input:focus:valid {
    border-color: rgba(240, 84, 84, 1);
}

.list {
  margin: 10px;
  width: 180px;
  height: 280px;
  background-color: rgb(255,255,255);
  padding: 0px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  text-decoration: none;
}
.list:hover {
  box-shadow: 0 1px 10px rgba(0,0,0,.2);
}

.list img {
    height: 180px;
    width: 180px;
    align-items: center;
}

.judul{
  padding-top: 10px;
  padding-left: 5px;
  font-size: 9pt;
  font-family: Arial;
  color: black;
  height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
  .hal {
    padding-top: 0px;
    padding-left: 5px;
    font-size: 20pt;
    color: black;
  }
  .hal ha{
    font-size: 9pt;
  }
  .chat{
    float: right;
    color: black;
    padding-right: 5px;

  }
  
.tombol {
	padding-top: 20px;
}
.tombol a{
	text-decoration: none;
	font-family: Helvetica;
	color: white;
	font-size: 14px;
	padding: 6px 24px;
	background-color: rgb(255, 104, 104);
	border: none;
	border-radius: 6px;
}
.tombol a:hover {
	background-color: rgb(240, 84, 84);
}
.tombol a:focus {
	background-color: rgb(240, 84, 84);
}

/*tombol wide*/
.tombolw {
	padding-top: 20px;
}
.tombolw a{
	text-decoration: none;
	font-family: Helvetica;
	color: white;
	font-size: 14px;
	padding: 6px 8px;
	background-color: rgb(255, 104, 104);
	border: none;
	border-radius: 6px;
}
.tombolw a:hover {
	background-color: rgb(240, 84, 84);
}
.tombolw a:focus {
	background-color: rgb(240, 84, 84);
}
/* ------ */

.break {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.sidenav {
  list-style-type: none;
  margin-top: 0;
  top: 56px;
  padding-top: 16px;
  padding-left: 0;
  width: 220px;
  background-color: rgba(0,0,0,.04);
  height: 100%;
  position: fixed;
}

.sidenav a {
    list-style-type: none;
  padding: 14px 16px;
  text-decoration: none;
  color: rgba(0,0,0,0.4);
  display: block;
  font-family: "Helvetica";

}

.sidenav a:hover {
    color: rgb(255, 104, 104);
    background-color: rgba(0,0,0,.08);
}
.sidenav #active {
    color: rgb(255, 104, 104);
    background-color: rgba(230,230,230,1);
}
.sidenav #active:hover {
    color: rgb(255, 104, 104);
    background-color: rgba(224,224,224,1);
}
.sidenav #active te {
    color: rgb(255, 104, 104);
}

.sidenav a te {
    color: rgba(0,0,0,.5);
    padding-left: 10px;
    float: right;
    font-weight: 600;
}
.sidenav a:hover te {
    color: rgb(255, 100, 100);
}

.sidenav .closebtn {
  position: absolute;
  background-color: rgba(0,0,0,0);
  top: 0;
  right: 8px;
  font-size: 28px;
}
.sidenav .closebtn:hover {
  position: absolute;
  background-color: rgba(0,0,0,0);
  top: 0;
  right: 8px;
  font-size: 28px;
}

.pagination {
    margin-top: 60px;
    width: 100%;
  display: inline-block;
}
.pagination a {
  color: rgba(0,0,0,.5);
  float: left;
  font-weight: 600;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  background-color: rgba(0,0,0,.1);
}
.pagination a:hover {
    color: rgb(255, 104, 104);
    background-color: rgba(0,0,0,.2);
}
.pagination a.active {
    color: rgb(255, 104, 104);
    background-color: rgba(0,0,0,.2);
}
.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#alert {
  position: absolute;
  transform: translate(-4px,-4px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ddd;
  color: rgb(255, 104, 104);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media (max-width:751px) {
    .sidenav {
        width: 60px;
        font-size: 24px;
    }
    .sidenav a:hover {
        width: 150px;
        margin-right: 0px;
        background-color: rgba(230,230,230,1);
    }
    .sidenav a te {
        display: none;
        float: right;
        font-size: 18px;
        padding-left: 0px;
        color: rgba(255, 100, 100, 1);
    }
    .sidenav a:hover te {
        display: block;
        font-weight: bold;
    }

    .isian, .isi {
        margin-left: 100px;
        margin-right: 10px;
    }
    #alert {
      width: 20px;
      height: 20px;
      font-size: 18px;
    }
}