
@font-face {
	font-family: 'Open Sans Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Bold'), url('../fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans Regular'), url('../fonts/OpenSans-Regular.woff') format('woff');
	}
@font-face {
	font-family: 'Open Sans SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('Open Sans SemiBold'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
	}
@font-face {
	font-family: 'Esphimere Bold';
	font-style: normal;
	font-weight: normal;
    src: url("../fonts/Esphimere Bold.otf") format("opentype");
}
@font-face {
	font-family: 'Exo Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Exo Bold'), url('../fonts/Exo-Bold.woff') format('woff');
}
@font-face {
font-family: 'Kelson Regular';
font-style: normal;
font-weight: normal;
src: local('Kelson Regular'), url('../fonts/Armasen - Kelson.woff') format('woff');
}


.m-btm-10 {
	margin-bottom: 10% !important;
}
.m-btm-12 {
	margin-bottom: 12% !important;
}


@media (max-width:768px){
	.m-btm-12{
		padding-bottom: 60%;
	}
}

thead{
    background-color: #818181;
    color: #fff;
}

/*Button*/
.btn-hijau{
    background: #04786d;
    border: 1px solid #04786d;
    box-shadow: 0 2px 2px 0 rgb(4, 120, 109), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    transition: 0.2s ease-in;
    color: #fff;
}

.page .pagination>li>a, 
.page .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}
.page-item.active .page-link {
    background-color: #045a4d !important;
    border-color: #04786d !important;
}

.dataTables_scrollBody {
	min-height: 300px;
}

@media (min-width:1360px){
	.container-fluid {
		max-width: 1500px;
	}
	.topbar .top-navbar {
		max-width: 1500px;
	}
}


@media (min-width:1600px){
	.container-fluid {
		max-width: 1700px;
	}
	.topbar .top-navbar {
		max-width: 1700px;
	}
}

@media (min-width:1920px){
	.container-fluid {
		max-width: 1700px;
	}
	.topbar .top-navbar {
		max-width: 1700px;
	}
}


/*CSS Header*/
	.topbar {
		background-image: url('../assets/images/bg-header.png');
		background-size: 100% 100% !important;
	}
	.topbar .navbar-header {
	    padding-top: 1%;
	    padding-bottom: 1%;
	}
	.page-wrapper {
	    /*padding-top: 50px;*/
	    padding-top: 40px;
	}
	.bg-page-titles{
	    background:#f6f6f6;    
	    margin-bottom: 3%;
	}
	.left-sidebar {
	    /*padding: 0 15px 0px;*/
	    padding: 0 13% 0px;
	}
	.page-titles h3{
		font-family: 'Open Sans Bold';
		color: #4d5453;
		text-transform: capitalize;
	}
	.sidebar-nav ul li:first-child a{
		/*padding-left: 0;*/
	}
	@media (max-width:768px){
		.logo-center .top-navbar .navbar-header{
		    /*position:absolute;*/
		    left:0;
		    right:0;
		    margin:0 auto
		}
		.topbar .top-navbar .navbar-header{
		    text-align:center;
		}
		.page-wrapper.mt-5{
			margin-top: 0 !important;
		}
		.topbar .navbar-header {
		    padding: 0;
		}
	}
/*CSS Header Selesai*/

/*CSS Footer*/
	footer.footer {
		z-index: 3;
	}
	footer.footer .foot-atas {
		background-image: url('../assets/images/bg-footer.png');
		text-align: left;
		background-size: 100% 100%;
		padding: 2% 0 0;
    	margin-bottom: 10px;
    	color: #fff;
    	font-size: 13.5px;
	}
	footer.footer .foot-atas h3{
		font-family: 'Open Sans Bold';
    	color: #fff;
	}
	footer.footer .foot-bawah {
		font-size: 12px;
	}

	@media (max-width: 768px) {
		footer.footer .foot-atas img {
			width: 100%;
			margin-bottom: 5%;
		}
		footer.footer .foot-atas h3 {
		    font-size: 18px;
		    margin-bottom: 0;
		}
	}
/*CSS Footer*/

/* Start CSS Left Sidebar*/
	.leftbar .list-group .list-group-item {
	    border-right: 0px;
	    border-left: 0px;
	    border-radius: 0px;
	    border-color: #ededed !important;
	}
	.leftbar .list-group .list-group-item:last-child {
		border-bottom: 0;
	}
	.leftbar .list-group a .list-group-item{
		font-family: 'Open Sans SemiBold';
	    color: #6c6c6c;
	    font-size: 14px;
	}
	.leftbar .list-group .list-group-item a .mdi img{
		margin-top: -2%;
	}
	.leftbar .list-group .list-group-item.active, 
	.leftbar .list-group .list-group-item:hover {
	    background: #fff !important;
	    /*background-color: #04786d !important;*/
	    border-left: 0.4em solid #bd9b23 !important;
	    padding-left: 14px;
	}

	.leftbar .d-flex {
		padding:10px 20px 20px 20px;
	}
	.leftbar .d-flex .foto-user img {
	    width: 60px;
	    height: 60px;
	    object-fit: cover;
	    border: 1px solid rgba(0, 0, 0, 0.1);
	}
	.leftbar .d-flex h4 {
		margin-top: 5px;
		margin-bottom: 0.1em;
		text-transform: capitalize;
	}
	.leftbar .d-flex img {
		width: 20px;
	}
/* Finish CSS Left Sidebar*/

/*CSS Dashboard*/
	.card.jumlah_pendaftar  {
	    border-radius: 20px;
	}
	.jumlah_pendaftar .card-body{
		text-align: center;
		color: #625959;
		padding-bottom: 8%;
    	padding-top: 8%;
	}
	.jumlah_pendaftar .card-header{
		font-family: 'Open Sans Regular';
		text-align: center;
		text-transform: uppercase;
		font-size: 18px;
		color: #fff;
	    line-height: 1;
	        border-top-left-radius: 20px;
	        border-top-right-radius: 20px;
	}
	.jumlah_pendaftar p {
		font-family: 'Open Sans Bold';
		font-size: 100px;
		text-align: center;
		color: #4e5454;
    	text-shadow: 2px 2px #a7a2a2;
    	line-height: 1;
    	    margin-bottom: 0;
	}
	.jumlah_pendaftar .card-body span {
		/*font-family: 'Exo Bold';*/
		font-size: 22px;
	}

	.jumlah_pendaftar.hijau .card-header {
	/*background: linear-gradient(to right, #1868be, #01a4e2);
	background: -webkit-linear-gradient(left, #1868be, #01a4e2);
	background: -o-linear-gradient(right, #1868be, #01a4e2);
    background: -moz-linear-gradient(right, #1868be, #01a4e2);*/
    background: rgb(220,65,63);
background: linear-gradient(90deg, rgba(220,65,63,1) 0%, rgba(254,124,90,1) 100%);

	}
	.card.jumlah_pendaftar.hijau {
	    border-bottom: 10px solid #df4642;
	}
	.jumlah_pendaftar.emas .card-header {
	/*background: linear-gradient(to right, #32cb6a, #75f260);
	background: -webkit-linear-gradient(left, #32cb6a, #75f260);
	background: -o-linear-gradient(right, #32cb6a, #75f260);
    background: -moz-linear-gradient(right, #32cb6a, #75f260);*/
    background: rgb(250,141,16);
background: linear-gradient(90deg, rgba(250,141,16,1) 0%, rgba(249,204,59,1) 100%);
	}
	.card.jumlah_pendaftar.emas{
		border-bottom: 10px solid #fa9314;
	}
	.jumlah_pendaftar.black .card-header {
	/*background: linear-gradient(to right, #cf9e45, #fecc08);
	background: -webkit-linear-gradient(left, #cf9e45, #fecc08);
	background: -o-linear-gradient(right, #cf9e45, #fecc08);
    background: -moz-linear-gradient(right, #cf9e45, #fecc08);*/
    background: rgb(13,170,105);
background: linear-gradient(90deg, rgba(13,170,105,1) 0%, rgba(69,223,161,1) 100%);
	}
	.card.jumlah_pendaftar.black {
	    border-bottom: 10px solid #12af6e;
	}

	@media (max-width: 768px) {
		.jumlah_pendaftar h3 {
		    font-size: 24px;
		}
		.jumlah_pendaftar p {
			font-size: 70px;
		}
	}
/*CSS Dashboard Selesai*/

/*CSS Beranda*/
	#slider-ppdb .carousel-item {
	    height: 450px;
	}
	#slider-ppdb .carousel-caption {
	    right: 0;
	    bottom: 0px !important;
	    left: 0; 
	    background-color: rgba(0,0,0,0.5);
	    padding-left: 15%;
	    padding-right: 15%;
	    padding-bottom: 3%;
	}
	.banner-daftar {
		background-image: url('../assets/images/bg-footer.png');
		background-size: cover;
		margin: 4% 0;
		padding: 10px 30px;
	}
	.banner-daftar h3{
		color: #ebd947;
		font-family: 'Open Sans Bold';
		font-size: 25px;
    	margin: 7px 0px 3px;
	}
	.banner-daftar h1{
		color: #fff;
		font-size: 30px;
		font-family: 'Esphimere Bold';
		line-height: 1;
		margin-bottom: 0;
	}
	.banner-daftar button{
		margin-top: 13%;
		background-color: #dbb313;
    	color: #fff;
	}
	.banner-daftar button:hover{
    	background-color: #02abe2;
	}


	.judul-beranda {
		font-family: 'Open Sans Bold';
		position: relative;
		margin-bottom: 5%;
		font-size: 21px;
		color: #4d5453;
	}
	.judul-beranda:after {
	    background: #0f9682 none repeat scroll 0 0;
	    bottom: -10px;
	    content: " ";
	    height: 4px;
	    left: 0;
	    margin-left: 0;
	    position: absolute;
	    width: 50px;
	}

	.selengkapnya {
		text-align: center;
	}
	.selengkapnya button {
		font-family: 'Open Sans SemiBold';
		color: #17b79e;
		border:1px solid #17b79e;
		border-radius: 7px;
		background-color: transparent;
		font-size: 13px;
		padding: 8px 2em;
	}
	.selengkapnya button:hover {
		color: #fff;
		background-color:#17b79e;
	}
	.selengkapnya button:hover::after {
	    font-family: FontAwesome;
	    content: "\f101";
	    display: inline-block;
   		padding-left: 5px;
	    vertical-align: middle;
	    font-weight: normal;
	    color: #fff;
	    font-size: 12px;
	    transition: all 0.5s ease;
	}

	.list_berita_info {
		margin-bottom: 3%;
	}
	.list_berita_info h3 {
		font-family: 'Open Sans Bold';
		font-size: 16px;
		color: #576160;
		margin-top: 2.4%;
		text-transform: capitalize;
	}
	.list_berita_info .tanggal {
		font-family: 'Open Sans Regular';
		color: #15b69d;
		font-size: 12px;
		margin-bottom: 0.6%;
	}
	.list_berita_info .tanggal .fa{
		margin-right: 0.5%;
	}
	.list_berita_info p {
		font-family: 'Open Sans Regular';
		color: #808e8e;
		font-size: 14px;
		text-align: justify;
		line-height: 2;
	}
	.img-list_berita{
		width: 100%;
	    height: 155px;
	    object-fit: cover;
	    object-position: top;
	    display: inline-block;
	}
	.img-detail_berita{
		width: 100%;
	    height: 400px;
	    object-fit: contain;
	    object-position: top;
	    display: inline-block;
	}

	.list_pengumuman {
		border-bottom: 1px solid #e8e9ec;
	    padding-bottom: 3.1%;
	    margin-bottom: 5%;
	}
	.list_pengumuman:last-child {
		border-bottom: 0;
	}
	.list_pengumuman .col-md-3 {
		padding-right: 0;
	}
	.list_pengumuman .tanggal {
		font-family: 'Open Sans Bold';
		font-size: 36px;
		color: #0a816e;
		text-align: center;
		display: block;
		    line-height: 1;
	}
	.list_pengumuman .bulan {
		font-family: 'Open Sans SemiBold';
		color: #0a816e;
		font-size: 14px;
		text-align: center;
		display: block;
	}
	.list_pengumuman .judul {
		font-family: 'Open Sans Bold';
		color: #0a816e;
		font-size: 16px;
		text-transform: capitalize;
		margin-top: 2%;
	}
	.list_pengumuman .jam {
		font-family: 'Open Sans Regular';
		color: #15b69d;
		font-size: 12px;
		margin-bottom: 0.6%;
		line-height: 2.5;
	}
	.list_pengumuman .jam .fa{
		margin-right: 0.5%;
	}

	.rincian-biaya {
		margin-top: 10%;
	}
	@media (max-width: 768px) {
		.judul-beranda {
		    margin-bottom: 12% !important;
		    margin-top: 7%;
		}
		.list_pengumuman .col-md-3 {
			width: 25%;
		}
		.list_pengumuman .col-md-9 {
			width:75%;
		}

		.banner-daftar {
		    padding-top: 4%;
		    padding-bottom: 7%;
		}
		.banner-daftar img {
			display: none;
		}
		.banner-daftar h3 {
		    font-size: 16px;
		}
		.banner-daftar .text-right {
		    text-align: center!important;
		}
		.banner-daftar button {
		    margin-top: 10%;
		    font-size: 14px;
		}

	}
/*CSS Beranda Selesai*/

/*All Berita dan informasi*/
	#all_berita_info .list_berita_info{
		border-bottom: 1px solid #e8e9ec;
	    padding-bottom: 2%;
    	margin-bottom: 2%;
	}
	#all_berita_info .list_berita_info:last-child {
		border-bottom: 0;
	}
	#all_berita_info .list_berita_info h3 {
	    font-size: 18px;
	    margin-top: 1%;
	}
/*Selesai All Berita dan informasi*/

/*Post Detail*/
	#mypost h1.judul{
		font-family: 'Open Sans Bold';
		margin-top: 25px;
	    margin-bottom: 5px;
	    text-transform: capitalize;
	    font-size: 30px;
	}
	#mypost .tanggal {
		font-family: 'Open Sans Regular';
		color: #15b69d;
		font-size: 12px;
		margin-bottom: 0.6%;
		line-height: 3;
	}
	#mypost .deskripsi{
		text-align: justify;
    	line-height: 1.7;
    	margin-top: 1.5%;
	}

@media (max-width: 768px){
	.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
	    max-width: 40px;
	}
}
