/*CLOCK*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');

body{
	font-family: "Open Sans", sans-serif;
    color: #514d6a;
	font-size: 1.4em;
	margin-bottom: 60px;
}
.page-header{
	font-size: 1.4em;
	margin-top:15px;
	line-height: 30px;
	text-transform: uppercase;
}

.foto_profil{
	text-decoration: none;
	border-left:none!important;
}

.display-soal p{
	margin:0 0 2px;
}

.table-responsive{
	overflow-y:visible;
	overflow-x:visible;
}

.box-petunjuk{
	padding:20px;
	border:7px solid #eee;
}

.page-header>.pull-right{
	font-size: inherit;
	text-transform: none;
}

.navbar-brand>.app-title-name{
	font-weight: bold;
}

.navbar-brand>img{
	display:inline;
}

.navbar-lembaga-name{
	font-size:0.8em;
}

.card{
	border:1px solid #cbcbcb;
	padding: 15px;
	margin-bottom: 10px;
}
.card-title{
	color:#848484;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
.card-amount{
	font-size:3em;
	color:#0e0b20;
}
.card .fa{
	color:#c9c9c9;
}

.block {
    display:flex;
    flex-direction: column;
}

.table th{
	background: #f2f4f8;
}

.table td, .table th{
	border-top: 1px solid #dee2e6;
	padding: 0.75rem;
}

.table tr th{
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #e4e9f0;
}

.navbar-inverse{
	background-color:#009efb;
	border-color:#009efb;
}

.text {
    color: #1abc9c;
    font-size: 40px;
    font-family: 'Nunito Sans"', sans-serif;
    font-weight: 100;
    margin-top:2px;
    margin-bottom: 2px;
    text-align: center;
}

.digit {
    color: #999c9c;
    font-size: 150px;
    font-weight: 400;
    font-family: 'Nunito Sans"', sans-serif;
    margin: 2px;
    text-align: center;
}

.search-bar{
	width:auto;
	display: inline;
}
.tableform{
	border-collapse: collapse;
	width: 100%;
}
.tableform tr td{
	border-bottom: 1px solid #eee;
	padding:4px 6px;
}
.header{
	height: 100px;
	background:#abdcfd url("../images/header.png") no-repeat top left;
	background-size: 400px;
	border-bottom: 5px solid #156793;
}
#home-content{
	background:#FFF;
	min-height: 58vh;
	padding:20px 10px;
	border-bottom: 5px solid #156793;
}
.artikel-header{
	
}
.artikel-time{
	font-size:0.9em;
	color:#919191;
}
.bold{
	font-weight: 400;
}
.box{
	border:3px solid #eee;
	padding:10px;
}
.bigfont{
	font-size: 40px;
	font-weight: 400;
}
.mediumfont{
	font-size: 20px;
	font-weight: 400;
}
.greyfont{
	color:#cecece;
}
.center-title{
	border-bottom:1px solid #cecece;
	font-weight: 400;
	font-size: 1.2em;
}
.box-info{
	background-color: #fff;
}
.form-guide{
	margin-bottom:0px!important;
}
.waktu-big{
	font-size: 4em;
	font-weight: 400;
	margin:20px 0;
}
.modal-body>.form-group{
	margin:15px;
}
.tb-jawaban{
	width: 100%;
}
.tb-jawaban tr td{
	padding:5px;
	vertical-align: top;
}
.btn-jawaban{
	margin-top:10px;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 50%;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 13px 13px;
	font-size: 18px;
	line-height: 1.33;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border-color:#FFF;
}

.navbar-inverse .navbar-toggle{
	border-color:#FFF;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: transparent;
}

.footer {
	text-align: left;
	padding-left: 30px;
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 30px;
	line-height: 30px; /* Vertically center the text there */
	background-color: #f5f5f5;
	padding-bottom: 30px;
}

@media only screen and (max-width : 768px) {
	.navbar-inverse .navbar-nav>li>a{
		color:#fff;
	}
	.side-nav>li>ul>li>a{
		color:#fff;
	}
	.top-nav{
		border-top:1px solid #FFF;
	}
	h1.page-header>span.pull-right{
		float:none;
		display: block;
		margin-top:20px;
	}
	h1.page-header>span.pull-right>a{
		margin-bottom: 10px;
	}
	.paging-info{
		text-align: left;
		margin-top:-10px;
		margin-bottom: 30px;
	}
	.pricing-table{
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 768px) {
    .paging-info{
		line-height: 60px;	
	}
}