*{
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', sans-serif;
}
/* yang atas di tambah: box-sizing: border-box; */

a {
	text-decoration: none;
}

.float-left {
	float: left;
}

.content {
	margin-top: 40px;
}

.container {
	width: 100%;
	margin:0 auto;
}
/* .container= width: 1140px; > untuk lebar layar container */
/* margin: 0 (atas bawah) auto (kiri kanan) */

.container::after{
	content: "";
	display: block;
	clear: both;
}

.bg-light {
	background-color: #fefefe;
}


.clearfix {
	clear:both;
}

.page-login{
	width: 100%;
	height: 100vh;
	background-color: #2E8BC0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box {
	border: 1px solid #ddd;
	background-color: #fff;
}

/*=====================INDEX======================*/

.header {
	border-bottom: 3px solid #5dade2  ;
}

.header a {
	color: #333;
}

.header a:hover {
	color:  #5dade2 ;
}

.header-logo {
	float: left;
	line-height: 50px;
	padding: 5px 0;
}

.header-logo img {
	margin-right: 10px;
	float: left;
}

.header-logo h2 {
	float: left;
}

.header-menu {
	float: right;
}

.box-header {
	color: #0eb5bf;
	font-size: 25px;
	/*font-weight: bold;*/
	text-align: center;
	padding: 7px;
	border-bottom: 1px solid #ddd;
	background-color: #ECECEC;
}

/* ================= DROPDOWN FIX SESUAI HTML ================= */

.header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-menu li {
  position: relative;
}

.header-menu li a {
  display: block;
  padding: 22px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.header-menu li:hover > a {
  background-color: #f2f2f2;
  color: #2E88C0;
}

.header-menu .has-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  border-radius: 4px;
  z-index: 999;
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu .has-dropdown:hover .dropdown-content {
  display: block;
}

.header-menu .has-dropdown .dropdown-content li {
  width: 100%;
}

.header-menu .has-dropdown .dropdown-content li a {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
}

.header-menu .has-dropdown .dropdown-content li a:hover {
  background-color: #2E88C0;
  color: #fff;
}

.banner {
	border: 1px solid;
	height: 70vh;
	
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner-text {
	padding: 25px 0;
	background-color: rgba(0,0,0, .7);
	color: #fff; 
	position: absolute;
	bottom: 0;
	width: 100%;
}

.section {
	padding: 100px 0;
}

.section h3 {
	padding-bottom: 25px;
	margin-bottom: 50px;
	position: relative;
}


.section h3::after {
	content: "";
	display: block;
	width: 60px;
	border: 3px solid red;
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
}

.section img {
	margin-bottom: 10px;
}

.section h4 {
	margin-bottom: 20px;
}

.col-4 {
	min-height: 200px;
	width: 23%;
	float: left;
	padding: 10px;
}
.col-44 {
	min-height: 200px;
	width: 70%;
	float: left;
	padding: 10px;
}
.thumbnail-box {
	border: 1px solid #ccc;
	width: 100%;
	min-height: 200px;
}
.thumbnail-boxx {
	border: 1px solid #ccc;
	width: 10%;
	min-height: 200px;
}

.thumbnail-img {
	height: 150px;
	
	background-repeat: no-repeat;
	background-size: cover;
}

.thumbnail-text {
	height: 55px;
	padding: 5px;
}

.thumbnail-link {
	color: #333;
}

.thumbnail-link:hover {
	color: #5dade2;
}

#jurusan {
	background-color: #f5f5f5;
}

footer {
	padding: 10px;
	background-color: #5dade2;
	color: #fff;
}





/*======================INDEX=============================*/

.box-headerhijau {
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 16px;
	border-bottom: 1px solid #ddd;
	background-color: #2ecc71;
}

.box-headertolak {
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 16px;
	border-bottom: 1px solid #ddd;
	background-color: #cd6155;
}

.box-headera {
	color: white;
	text-align: center;
	padding: 16px;
	border-bottom: 1px solid #ddd;
	background-color: #606060;
}

.box-body {
	padding: 16px;
	
}

.box-footer {
	border-top: 1px solid #ddd;
	background-color: #f2f2f2;
	padding: 16px; 
}

form {
	margin:15px 0;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
}

.form-group .input-control {
	padding: 7px 16px;
	width: 45%;
	box-sizing: border-box;
	font-size: 12px;
}



/*--- yang diatas (box-sizing:border-box) dihapus ---*/

.input-control {
	border-radius: 5px;
	border:1px solid #b9b9b9;
}

.input-controll {
	width: 20%;
	height: 20px;
	font-size: 12px;
	padding: 2px 16px;
	border-radius: 5px;
	border:1px solid #b9b9b9;
}

.input-controlbiru {
	border-radius: 5px;
	border:1px solid #b9b9b9;
	background-color: #d6eaf8;
	padding: 7px 16px;
	width: 45%;
	box-sizing: border-box;
	font-size: 14px;
}

.input-controlbirubold {
	border-radius: 5px;
	border:none;
	background-color: #d6eaf8;
	padding: 7px 19px;
	width: 26%;
	box-sizing: border-box;
	font-size: 25px;
}

.input-controlbirubold1 {
	border-radius: 5px;
	border:none;
	background-color: #d6eaf8;
	padding: 7px 12px;
	width: 20%;
	box-sizing: border-box;
	font-size: 12px;
}

.box-login {
	width: 400px;
}


/*---------------------------*/


.btn {
	margin-top: 30px;
	color: white;
	margin-bottom: 15px;
	width: 100%;
	border: none;
	padding:10px 16px;
	font-size: 16px;
	background: #48d33b;
	border-radius: 10px;

}

.btn:hover {
	background: #4fe541; 
	cursor: pointer;
	transition: 0.5s;
}
/*----------------------*/

.btn-kecil {
	margin-top: 30px;
	color: white;
	margin-bottom: 15px;
	width: 20%;
	border: none;
	padding:10px 16px;
	font-size: 16px;
	background: #2E88C0;
	border-radius: 10px;

}

.btn-kecil:hover {
	background: #469fd5;
	cursor: pointer;
	transition: 0.5s;
}

/*2E88C0*/
/*81fe76*/
/*------------------------*/


.btn-kecilmerah {
	margin-top: 30px;
	color: white;
	margin-bottom: 15px;
	width: 20%;
	border: none;
	padding:7px 10px;
	font-size: 10px;
	background: #e74c3c;
	border-radius: 5px;

}

.btn-kecilmerah:hover {
	background: #ec7063;
	cursor: pointer;
	transition: 0.5s;
}

.btn-kecilbiru {
	margin-top: 30px;
	color: white;
	margin-bottom: 15px;
	width: 20%;
	border: none;
	padding:7px 10px;
	font-size: 10px;
	background: #2E88C0;
	border-radius: 5px;

}

.btn-kecilbiru:hover {
	background: #3a9ad6;
	cursor: pointer;
	transition: 0.5s;
}

.btn-kecilorange {
	margin-top: 30px;
	color: white;
	margin-bottom: 15px;
	width: 20%;
	border: none;
	padding:7px 10px;
	font-size: 10px;
	background: #f39c12;
	border-radius: 5px;

}

.btn-kecilorange:hover {
	background: #f5b041;
	cursor: pointer;
	transition: 0.5s;
}

.btn-kecilungu {
	margin-top: 30px;
	color: white;
	margin-bottom: 15px;
	width: 20%;
	border: none;
	padding:7px 10px;
	font-size: 10px;
	background: #9b59b6;
	border-radius: 5px;

}

.btn-kecilungu:hover {
	background: #af7ac5;
	cursor: pointer;
	transition: 0.5s;
}

.btn-kecilhijau {
	margin-top: 30px;
	color: white;
	margin-bottom: 15px;
	width: 20%;
	border: none;
	padding:7px 10px;
	font-size: 10px;
	background: #2ecc71;
	border-radius: 5px;

}

.btn-kecilhijau:hover {
	background: #58d68d;
	cursor: pointer;
	transition: 0.5s;
}



.text-merah {
	color: #e74c3c;
}

/*----------------------*/

.dft {
	color: white;
	margin-bottom: 15px;
	width: 100%;
	border: none;
	padding:10px 16px;
	font-size: 16px;
	background: #3a75ea;
	border-radius: 10px;

}

.dft:hover {
	background: #4e88fb; 
	cursor: pointer;
	transition: 0.5s;
}

.cancel {
	color: white;
	width: 100%;
	border: none;
	padding:10px 16px;
	font-size: 16px;
	background:  #85929e;
	border-radius: 10px;

}

.cancel:hover {
	background: #aeb6bf; 
	cursor: pointer;
	transition: 0.5s;
}

.cancel-kecil {
	color: white;
	width: 20%;
	border: none;
	padding:10px 16px;
	font-size: 16px;
	background:  #85929e;
	border-radius: 10px;

}

.cancel-kecil:hover {
	background: #aeb6bf; 
	cursor: pointer;
	transition: 0.5s;
}

/*-----------MENU TOMBOL BARU-----------------*/


.tombol-kecilbiru {
	color: white;
	width: 10%;
	height: 20px;
	margin: 5px;
	height: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
	padding:9px 10px 9px 10px;
	font-size: 12px;
	background: #3498db ;
	border-radius: 5px;

}

.tombol-kecilbiru:hover {
	background: #5dade2 ; 
	cursor: pointer;
	transition: 0.5s;
}

.tombol-kecilhijau {
	color: white;
	width: 10%;
	height: 20px;
	margin: 5px;
	height: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
	padding:9px 10px 9px 10px;
	font-size: 12px;
	background: #1abc9c ;
	border-radius: 5px;

}

.tombol-kecilhijau:hover {
	background: #48c9b0; 
	cursor: pointer;
	transition: 0.5s;
}

.cancel-kecilkanan {
	float: right;
	color: white;
	width: 10%;
	height: 20px;
	margin: 5px;
	height: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
	padding:9px 10px 9px 10px;
	font-size: 12px;
	background: #1abc9c ;
	border-radius: 5px;

}

.cancel-kecilkanan:hover {
	background: #48c9b0; 
	cursor: pointer;
	transition: 0.5s;
}

/*--------------------finish TOMBOL BARU------------------*/


/*------------------------------*/
.text-center {
	text-align: center !important;
}

.alert {
	padding:10px 16px;
	border: 1px solid;
}

.alert-error {
	text-align: center;
	background-color: #FABEC0;
	border: 1px solid #E43D40;
	color: #E43D40;
}

.alert-success {
	text-align: center;
	background-color: #58d68d;
	border: 1px solid #239b56;
	color: #239b56;
}

/*---------------------------*/
.navbar {
	height: 60px;
	width: 100%;
	background-color: #2E88C0;
	position: fixed;
	top: 0;
	z-index: 1000;
}

/* cara navbar tetap (tidak ikut scroll) */
/* position: fixed;
	    top: 0;
	z-index: 1000; */

.navbar a {
	color: #fff;
}

.nav-brand {
	display: inline-block;
	padding:15px 0;
	margin-right: 140px;
}

.nav-menu {
	display: flex;
	list-style: none;
}

.nav-menu li a {
	margin-right: 10px;
	padding: 20px;
	display: inline-block;
}

.nav-menu li .dropdown {
	border: 1px solid #ddd;
	background-color: #fff;
	list-style: none;
	position: absolute;
	display: none; 
}
/*  display: none; > Untuk menghilangkan submenu dropdown */

.nav-menu li:hover {
	background-color: #145DA0;
}

.nav-menu li .dropdown a {
	color: #2E88C0;
}

.nav-menu li .dropdown li:hover a {
	color: #fff;
}

.nav-menu li:hover .dropdown {
	display: block;
}


/* tanda "panah bawah" submenu dropdown */
/* font awesome cdn | https://cdnjs.com/libraries/font-awesome | copy, lalu paste bawah link */
/* panggilannya : <i class="fa fa-caret-down"></i> */
/* kunjungi aja class-class untuk panggilan ini di...   https://fontawesome.com */


.content {
	padding: 80px 0 30px 0;
}

.footer {
	padding: 20px 0;
}







/* ------- search --------- */

.input-group input[type="text"] {
	width: 30%;
	padding: 10px;
	font-size: 12px;
	float: left;
	margin-bottom: 10px;
	border:1px solid #ddd;
}

.input-group input[type="text"]:focus {
	outline: none;
}

.input-group button {
	width: 10%;
	padding: 10px;
	font-size: 12px;
	float: left;
	border:1px solid #ddd;
	border-left: none;
}

/* ------- end search --------- */


/*-----panel identitas ID IZIN--------*/

.boxx{
	width: 500px;
	height: 35px;
	margin-top: 20px;
	font-family: arial;
	font-size: 15px;
}
.fll{
	float: left;
	width: 150px;
	line-height: 35px;
	margin-right: 3px;
}
.fontLabell{
	font-size: 15px;
	color: black;
}
.frr{
	float: right;
	margin-right: 60px;
}
.textBoxx{
	font-size: 15px;
	height: 35px;
	width: 270px;
	border: none;
	padding-left: 5px;
	border:1px solid  #AAAAAA;
}

.tombol {

}

.btn-getaktif {
	display: inline-block;
	margin: 5px;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 15px;
	height: 20px;
	width: 10%;
	border: none;
	padding:9px 10px 3px 10px;
	font-size: 11px;
	text-decoration: none;
	background: #2E88C0;
	border-radius: 5px;
}

.btn-getaktif:hover {
	background: #3a9ad6;
	cursor: pointer;
	transition: 0.5s;
}

.btn-getnone {
	display: inline-block;
	margin: 5px;
	height: 25px;
	margin-top: 30px;
	margin-bottom: 15px;
	height: 20px;
	width: 10%;
	border: none;
	padding:9px 10px 3px 10px;
	font-size: 11px;
	text-decoration: none;
	background: #99a3a4 ;
	border-radius: 5px;
}

.btn-getnone:hover {
	background: #b2babb ;
	cursor: pointer;
	transition: 0.5s;
}

.btn-warna {
	color: white;

}

/*-----panel identitas ID IZIN--------*/

/*--------IMAGE----------*/
.image {
	border:1px solid #ddd;
	padding: 5px;
}
.gambar {
	border:1px solid #ddd;
	padding: 5px;
	float: left;
	border-radius: 80px;
	width:10%;
}
.col-44 {
	min-height: auto;
	width: 90%;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 30px;
}
.col-44 .nama {
	font-size: 15px;
	font-weight: bold;
	margin-left: 140px;
}
.col-44 .jabatan {
	font-size: 12px;
	margin-left: 140px;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}













/*-------IMAGE--------*/
.box-gmaps {
	border: 1px solid;
	float: left;
	width: 75%;
}


.section .isiinfo {
	font-size: 15px;
}
.section .isiinfojudul {
	font-size: 18px;
}
.section .isiinfodetail {
	font-size: 14px;
}



.table {
	font-size: 13px;
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
}
.table th,
.table td {
	border: 2px solid #000;
	padding: 9px;
}
/*.table td:nth-child {
	background: #F2F4F4;
}*/




/*----------------------------------*/
@media screen and (max-width: 768px){
	.container {
		width: 100%;
	}
	.col-4 {
		width: 43%;
	}
	.thumbnail-text {
		font-size: 14px;
	}
	.header-logo {
		line-height: 50px;
		padding-left: 10px;
	}
	.header-logo img {
		width: 50px;
	}
	.header-logo h2 {
		font-size: 20px;
	}
	
	.banner {
		width: auto;
		height: 25vh;
	}
	.banner-text {
		padding: 5px 5px;
		background-color: rgba(0,0,0, .7);
		color: #fff; 
		position: absolute;
		bottom: 0;
		width: auto;
		font-size: 7px;
	}
	.section {
		padding: 20px 10px;
	}
	footer {
		padding: 5px;
		font-size: 8px;
	}
	.header-menu {
		float: left;
	}
	.header-menu li {
		float: left;
		list-style: none;
		padding: 5px 5px;
		font-size: 11px;
	}
	.section .isiinfo {
		font-size: 10px;
	}
	.section .isiinfojudul {
		font-size: 13px;
	}
	.box-gmaps {
		width: 100%;
	}
	.gambar {
		border:1px solid #ddd;
		padding: 5px;
		float: left;
		border-radius: 80px;
		width:25%;
	}
	
}







