@charset "utf-8";
/* The Modal (background) */
.title {
	color:#575656;
	background-color:#e7f3fe;
	box-shadow:0px 0px 15px rgba(53, 44, 44, 0.5);
	border-left: 6px solid #2196F3;
	text-shadow: 0px 0px 15px rgba(53, 44, 44, 0.5);
	}
.title2 {
	color:#575656;
	text-align: center;
	text-shadow: 0px 0px 15px rgba(53, 44, 44, 0.5);
}
	
.batas {
	background: rgba(255, 255, 255, 0.80);
	box-shadow:0px 0px 15px rgba(53, 44, 44, 0.5);
	height: 1850px;
	}	
	
.batas2 {
	background: rgba(255, 255, 255, 0.80);
	box-shadow:0px 0px 15px rgba(53, 44, 44, 0.5);
	}	

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 25px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position:relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 25%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 1px 16px;
    background-color: #5cb85c;
    color: white;
}

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 10px;
  width: 95%;
  text-align: center;
  background: rgba(50, 50, 50, 0.50);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

form {
    border: 3px solid #f1f1f1;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

div {
    margin-bottom: 15px;
    padding: 4px 12px;
}

.notes {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
	font-size:11px;
	color:#2196F3;
	box-shadow:0px 0px 15px rgba(53, 44, 44, 0.5);
}

.footer {
 	background-color: #e7f3fe;
    border-top: 3px solid #2196F3;
	width: 100%;
	bottom : 0px;
	font-size:12px;
	text-align:center;
	color:#2196F3;
	margin-bottom:0;
	text-decoration: none;
	background: rgba(50, 50, 50, 0.90);
	box-shadow:0px 0px 15px rgba(53, 44, 44, 0.9);
	}
	
body {margin:0;}

.main {
  padding: 16px;
  text-align: justify;
  margin-top: 30px;
  height: 1100px;
}

/* Style the tab */
div.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 1100px;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 8px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 80%;
    border-left: none;
    height: 1100px;
}
.main1 {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.main2 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}
.sidenav {
  overflow: hidden;
  color: #f2f2f2;
  top: 0;
  left: 0;
  background-color: rgba(95, 95, 95, 0.7);
  box-shadow:0px 0px 15px rgba(53, 44, 44, 0.7);
  position: fixed;
  margin-top:80px;
  border-radius: 5px;
  margin-left:10px;
  width: 190px;
  height: 80%;
}
.sidenav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 14px 40px;
  text-decoration: none;
  font-size: 14px;
}
.sidenav b {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 14px;
}
.sidenav p {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 12px;
}
.sidenav a:hover {
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1.0), 0 0 20px rgba(255,255,255,1), 0 0 30px rgba(255,255,255,1);
	width: 100%;
}
.note {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
	height: 278px;
	text-align: left;
	padding: 8px;
}
/* CSS Document */