@import url('https://fonts.googleapis.com/css?family=Fira+Sans:200,300,400,500');
body{
	font-family: "Fira Sans",Arial,sans-serif;
	font-weight: 300;
}

.box-stats{
	border:1px solid #ddd;
	border-radius: 5px;
	padding:10px;
}
.box-stats .fa{
	position:absolute;
	right:5px;
	font-size:5em;
	color:#ccc;
}
.box-stats .a{
	font-size:3em;
}

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

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

.digit {
    color: #999c9c;
    font-size: 150px;
    font-weight: 400;
    font-family: 'Roboto', 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;
}
.page-header{
	font-size: 2em;
	margin-top:15px;
}
.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;
}
.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: 10px 16px;
	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;
}

@media only screen and (max-width : 768px) {
	.navbar-inverse .navbar-nav>li>a{
		color:#fff;
	}
	.side-nav>li>ul>li>a{
		color:#fff;
	}
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}