header {
	margin-bottom:0.2em;
	z-index:5000;
}
.atas {	
	padding:0.8em;
	width:100%;
	text-align:left;
	background:#FDDA0D;	 
	background:-moz-linear-gradient(center top , #e62326, #f61d3b);
	background:-webkit-linear-gradient(center top , #e62326, #f61d3b);
	background:-ms-linear-gradient(center top , #e62326, #f61d3b);
	background:linear-gradient(center top , #e62326, #f61d3b);
	background:-o-linear-gradient(center top , #e62326, #f61d3b);
	/*position:fixed;*/
}
li {
    list-style-type: none;
}
ul {
    list-style-type: none;
}
.bg{
    background:#e62326;	
}
.align-middle{
	margin:0 auto;	
}
.gbr_artikel{
	width:350px;
	margin:0 0.8em 0.8em 0;	
}
.linkside:hover {
	text-decoration:underline !important;
}
.table-pengajar {
	height:550px;overflow: auto;
}

.scroll {
    max-height: 600px;
    overflow-y: auto;
}
.actv {
  background-color: #FDDA0D;
  color: white!important;
}
.sidebar {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f8f4f4;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #FDDA0D;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #FDDA0D;
  color: white;
}

/*@media screen and (max-width: 700px) {*/
/*  .sidebar {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    position: relative;*/
/*  }*/
/*  .sidebar a {float: left;}*/
/*  div.content {margin-left: 0;}*/
/*}*/

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:5;
}
