/*
	========================================
	COVID19 KOTA BIMA THEME
	========================================
	
	@author			: Fagmi Sutarno
	@version		: v1.0
	@date-create	: 02/02/2020
	@last-update	: -
*/

/*
	==================
	[1. IMPORT FONTS]
	==================
*/
/*@import url(font-awesome.min.css);*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto);*/
/*@import url(http://fonts.googleapis.com/css?family=Pacifico);*/
/*@import url(https://fonts.googleapis.com/css?family=Signika+Negative:400,300,600,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);*/
/**/

/* ===================
	[2. GLOBAL STYLE]   
   ===================
*/
html{
	position: relative;
	min-height: 100%;
}

body{
	/*font-family: 'Roboto Slab', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Signika Negative', sans-serif;*/
	font-size: 14px;
	margin: 0;
	padding: 0;
	position:relative;
	background: #f9f9f9;
	color: #333;
}
a{
	text-decoration: none !important;
}
a:hover, .btn{
	outline:none !important;
}
a:hover {
    color: #37456e;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
*{
 /* -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;*/
}
section{
	padding-top: 30px;
    padding-bottom: 30px;
}
/* ===================
	[3. NAVBAR]   
   ===================
*/
.bg-costum {
    background-color: #FFFFFF !important;
}
.navbar-light{
	z-index: 9999;
	box-shadow: 2px 0px 5px rgba(0,0,0,0.49);
}
.navbar-light .navbar-nav .nav-link{
	color: #000;
	font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #248bd6;
}
.navbar-light img.logo{
	display: inline-block;
	height: 66px;
	position: absolute;
	top: 0;
}
.navbar-expand-lg .navbar-nav{
	margin-left: 45px;
}

/* ===================
	[4. CARD]   
   ===================
*/

.card{
    background:#FFFFFF;
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 25px;
}

.header{
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color:#248bd6;
    letter-spacing: 1px;
    font-size:19px; 
    position:relative;
}

.count{
    font-size:30px;
    color:#3D9A8B;
    font-weight:500;    
    overflow:auto;
	text-align:center;
    position:relative;
}
.count p,
.status p,
.status_2 p{
    display:block;
    color:#000;
    font-weight: 400;
    font-size:12px;
}
.status div{
    width: 50%;
    font-size: 30px;
    float:left;
    color: #3D9A8B;
    font-weight: 500;
    text-align:center
}
.status_2 div{
    width: 33.333333%;
    font-size: 30px;
    float:left;
    color: #3D9A8B;
    font-weight: 500;
    text-align:center
}
.status{
    overflow:auto;
    padding:15px 0;
    font-size:15px;
    color:#59687f;
    font-weight:600;
    border-radius: 0 0 5px 5px;
}
.status_2{
    overflow:auto;
    padding:15px 0;
    font-size:15px;
    color:#59687f;
    font-weight:600;
    border-radius: 0 0 5px 5px;
}

.text-infografis-all {
    padding: 10px 0px 0px;
}
.text-infografis span.date, .text-infografis-all span.date {
    font-size: 12px;
    display: block;
    font-weight: 700;
    color: #828282;
}
.text-infografis span.author, .text-infografis-all span.author {
    font-size: 12px;
    display: block;
    font-weight: 700;
    color: #e67e22;
}
.text-infografis h3, .text-infografis-all h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
}
.modal-content{
    top: 50px;
}

/*.ekko-lightbox a {
    opacity: 1;
    text-decoration: none;
    padding: 10px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
}
.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right;
    background: #000;
    position: absolute;
    right: 10px;
}
.ekko-lightbox-nav-overlay a span {
    padding: 0 30px;
    background: #000;
    position: absolute;
}*/




