/*@font-face {
	font-family: 'CartoGothic Std Book';
	font-style: normal;
	font-weight: normal;
	src: local('../fonts/CartoGothic Std Book'), url('../fonts/CartoGothicStd-Book-webfont.woff') format('woff');
}*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
}
			
body {
	/*border-top: 5px solid #002E73;*/
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	color:#565a5c;
	border-top: 5px solid #f7b925; /* Aselinya #002E73*/
	background-color: #f6f4ec; /* Tambahan White yg bukan #FFF */
}

a:hover{
	text-decoration: none;
}

/*HEADER*/
header h2{
	margin: 0px 0px 11px 0px;
	padding:0;
	font-weight: normal;
	color: #565a5c; /* #4D4D4D #111; #999;*/
}	
header p{
	color: #003780;/*#888 #000*/; /*999*/
	font-size: 11pt;/*10pt;*/
	font-weight: bold;
}


/*MENU*/
/* Navbar margin-top tambahan*/
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    padding: 20px 0px 10px 0px;
}

.navbar-toggle  {
    background-color: #565a5c;
	margin-top:14px;
}
.navbar-toggle  .icon-bar {
	background-color: #fff;
}
.glyphicon-menu-down{
	padding-left: 10px;
	font-size: smaller;
}

.nav > li > a{
	padding: 8px 12px;
	/*margin-top: 18px;
	padding: 8px 15px;*/
	margin-top: 15px;
	color: #565a5c;
	position: relative;
	display: block;
	/*border-right: 1px solid #E1E1E1;*/
	font-weight: normal;
	/*text-transform: uppercase;*/
}	
.nav > li > a:focus, .nav > li > a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #565a5c; /*aselinya #00317B*/
}	
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #565a5c;
	border-color: #565a5c;
}	
.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	min-width: 160px;
	padding: 5px 0px;
}
.dropdown-menu > li > a {
	color: #565a5c;
}
.navbar-nav {
	margin: -0.5px -15px;
}
.dropdown-header {
	padding: 0;
}

#menu_bottom > .menu > li{
	list-style: none;
	margin:0;
	padding:0;
	margin-left: -40px;
}
/*
@media (max-width:320px) {

    .navbar {
		margin-bottom:0px;
		padding-bottom:10px;
	
}

@media (max-width:360px) {

    .navbar {
		margin-bottom:0px;
		padding-bottom:10px;
	
}


@media (max-width:768px) {
	nav{
		margin-left: 15px;
	}
	.nav{
	    overflow-x: hidden;
	}
	.glyphicon-menu-down{
		font-size: xx-small;
	}
	#dropdown-header-a{
		display: block;
		padding: 0;
		font-size: 12px;
		line-height: 1.42857143;
		color: #777;
		white-space: nowrap;
	}	
	.nav > li > a {
		margin: 0;
		padding: 8px 12px;
		border-bottom: 1px solid #eee;
		border-right: none;
	}

    .navbar {
		margin-bottom:-5px;
		padding-bottom:10px;
	
}
}
*/	

@media (max-width: 991px) {
	nav{
		margin-left: 15px;
	}
	.nav{
	    overflow-x: hidden;
		width:100%;
	}
	.glyphicon-menu-down{
		font-size: xx-small;
	}
	#dropdown-header-a{
		display: block;
		padding: 0;
		font-size: 12px;
		line-height: 1.42857143;
		color: #777;
		white-space: nowrap;
	}	
	.nav > li > a {
		margin: 0;
		padding: 8px 12px;
		border-bottom: 1px solid #eee;
		border-right: none;
	}
	.navbar {
	    margin-bottom:0px;
	    padding-bottom:25px;	
}
    .col-sm-9 p{
		padding-left: 21px;
	}
	
	#left-collumn.col-sm-3{
		font-weight:bold;
	}
		
}

/* Tambahan navbar rules #FFF */

    .navbar-wrapper {
        background-color: #FFF;
}

    .navbar {
        border-radius: 0px;
        background-color: #FFF;
}

@media (min-width: 992px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
	#dropdown-header-a{
		display: block;
		padding: 3px 20px;
		font-size: 13px;
		font-weight:300;
		line-height: 1.42857143;
		color: #777;
		white-space: nowrap;
	}
	
	.navbar {
	margin-bottom:0px;
	padding-bottom:20px;
}
    .col-sm-9 p{
		padding-left: 21px;
	}
	
	#left-collumn.col-sm-3{
		font-weight:bold;
	}
	
}

@media (min-width: 1200px) {
	.navbar {
		margin: 0;
		padding: 0;
	}
	.navbar .navbar-collapse {
		text-align: right;
	}
}
	
/*BODY*/	
.box-body{
	border: 1px solid #ddd;
	padding: 200px 0;
	margin-top: 10px;
	margin-bottom: 30px;
}
			
.box-body h1 {
	text-align: center;			
}
		
/*FOOTER*/
.footer2{
	background-color: #00A6F7; /* Aselinya #002E73*/
	padding: 30px;
	color: #fff;
	font-size: 10pt;
	margin: 0 auto;
	text-align: center;
}	
.footer2 a{
	color: #FFF;
	font-size: small;
}

.footer2.border {
    border: 5px solid red;
    height: 190px;
}
#footer3{
	background-color: #565A5C; /* aselinya #282F37 */
	color: white;
	padding: 10px;
	font-size: smaller;
}

h5, .h5 {
	font-size:12pt;
}
	
.btn-hubungi {
	width: 300px;
	background-color: #3089C5;
	color: #fff;
	font-weight: bold;
}
#footer_logo{
	position:relative;
	top: -5px;
}

@media (min-width: 1198px) {
	#footer_kontak{
		border-right: 1px solid #FFF;
		text-align:left;
		height: 180px;
	}
	#footer_navigasi
	{
		border-left: 1px solid #FFF;
		text-align:left;
		height: 180px;
	}
	#footer_navigasi > a
	{
		display: block;
	}	
	.btn-hubungi {
		margin-top: 20px;
	}
	#footer_tengah{
		display: none;
	}
}

@media (max-width: 1197px) {
	#footer_kontak, #footer_navigasi{
		border-right: none;
		border-top: 1px solid #FFF;
		margin-top: 10px;
	}	
	#footer_navigasi > a
	{
		display: inline;
		padding: 0 5px;
		/*border-right: 1px solid #2B5AA0;*/
	}
	#footer_navigasi > a:last-child
	{
		border-right: none;
	}	
	.btn-hubungi {
		margin-top: 10px;
	}	
	#footer_lebar{
		display: none;
	}
	#footer_kontak, #footer_navigasi{
		position:relative;
		top: 0px;
	}	
}

/*LINE*/
hr.line {
	border: 0;
	height: 3px;
	background: #BDC3C7; /* Aselinya #2B5AA0, Gradien dihilangkan jadi flat
	background-image: linear-gradient(to right, #ACC7EF, #2B5AA0, #ACC7EF);*/
}
hr.lineheader {
	border: 0;
	/*height: 40px;
	background: #002E73;*/
	height: 5px;
	background: rgba(86, 90, 92, 0.7);
	margin: 0;
}
hr.lineheader2 {
	border: 0;
	/*height: 40px;
	background: #0067B0;*/
	height: 10px;
	background: #BDC3C7;
	margin: 0;
}

@media (max-width: 768px) {
	hr.lineheader{
	height: 1px;
	background: #FFF;
	}
	hr.lineheader2 {
	height: 1px;
	background: #FFF;
	}
	
	.search {
		width:100%;
	}
	
	.col-sm-9 p{
		padding-left: 21px;
	}
	
	#left-collumn.col-sm-3{
		font-weight:bold;
	}
	
}
.hr1 {
	width: 35%;
	display: inline-block;
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, #002E73, #2B5AA0, #2B5AA0);	
	position: relative;
	top: 20px;
	content:'AAA';
	margin-right: 20px;
}
.hr2 {
	width: 35%;
	display: inline-block;
	border: 0;
	height: 3px;
	background-image: linear-gradient(to left, #002E73, #2B5AA0, #2B5AA0);	
	position: relative;
	top: 20px;
	margin-left: 20px;
}
.hr3 {
	width: 38%;
	display: inline-block;
	border: 0;
	height: 3px;
	background-image: linear-gradient(to left, #002E73, #2B5AA0, #002E73);	
}

.page-wrap {
	min-height: 100%;
	margin-bottom: -142px; 
}

.page-wrap:after {
	content: "";
	display: block;
}

.site-footer, .page-wrap:after {
	height: 142px; 
}

.site-footer {
	background: orange;
}

/*******
* TAMBAHAN
*/
@media (min-width: 997px) and (max-width: 1197px) {
	header {
		text-align: center;
		width: 950px;
	}  
	
	.col-sm-9 p{
		padding-left: 21px;
	}
	
	#left-collumn.col-sm-3{
		font-weight:bold;
	}
}

/* Override border untuk form-control */
.form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media(max-width: 768px) {
	.search{
		width: 100%;
		height: 60px!important;
		
		z-index: 1;
		border-radius: 2px;
		padding: 10px 9px;
		margin: -30px auto 0px;
		position: relative;			
	}
	.input-lg {
		font-size: 12px;
		padding: 10px!important;
		height: 40px!important;
	}
	.search-container{
		background: #2B5AA0;
		height: 40px;
		margin: -40px auto 0px;
	}
	
	.col-sm-9 p{
		padding-left: 21px;
	}
	
	#left-collumn.col-sm-3{
		font-weight:bold;
	}
}

/* Box Image di Footer */
.img-thumbnail{
    margin-bottom: 4%;
}

.box-one{
	height: 300px;
	border: 1px solid #b3b3b3;
}
.box-one table td {
	padding: 10px 0 0 10px;			
}
.box-one .bottom{
	background-color: #333;
	padding-bottom: 10px;
	color: #fff;
}
.box-one h3 {
	font-size: 14pt;
	background-color: #e5e5e5;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #b0b0b0 #b0b0b0 #b3b3b3;
	padding: 5px 10px;
	margin: 0;
	text-shadow: 0 1px 0 #fff;
}
			
.box-two{
	padding: 5px;
	padding-bottom: 0;
	border-right: 1px solid #2B5AA0;
}
.box-two .bottom{
	color: #A6A6A6;
	padding: 13.5px 0;
	font-weight: bold;
	background-color: #333;
	margin-top: 8px;
}

.box-three {
	margin: 0;
	padding: 0;
}
			
.box-berita h3, .box-agenda h3, .box-publikasi h3, .box-museum h3, .box-pengumuman h3, .box-tweets h3{
	margin:0;
	padding: 0;
	color: #A6A6A6;
	padding-bottom: 15px;
}
			
.box-berita div{
	margin:0;
	padding: 0;
	padding: 0 5px 0 2px;
}
						
.box-berita .caption{
	height: 78px;
}		
		
/*********************/
/*** Overrides Joomla CSS ***/

/*RIGHT MENU*/
#containerRight{
	width: 100%;
}
#right-menu {
	font-size: 10pt;
	font-weight: normal;
	text-transform: capitalize;
	
	line-height: 1.5;
	margin: 50px auto; 
}
#right-menu ul {
	background: #BDC3C7; /*#f7b925*/
	line-height: 30px;
	list-style-type: none;
	overflow: hidden;
	padding: 0px;
}
#right-menu ul a {
	margin-left: 10px;
	text-decoration: none;
	color: #fff;
}
#right-menu>li>a{
	color: #fff;
	background-color: #565A5C; /*#00A6F7*/
   	list-style-type: none;
    	padding-left: 20px;
	padding: 7px 12px;
	border-radius: 0;
}
#right-menu>li>a:hover {
	background-color: #00A6F7; /*#565A5C */
	color: #fff;
}
#right-menu li:hover {
	background: #f7b925; /*#BDC3C7 */
}
#right-menu li {
	border-bottom: 1px solid #FFF; /*inital value 1px solid #102770*/
}

#right-menu>li>ul>li {
	color: #fff;
    	padding: 5px;
    	padding-left: 15px;
}

#right-menu > li > a{
	margin:0;
}
/*END RIGHT MENU*/
.componentheading{
	font-size: 14pt;
	color: #888;
}
.articleheading{
	font-size: 16pt;
	font-weight: bold;
}	

.article-meta {
	font-size: small;
	margin-bottom:15px;
}
.articleheading {
	font-size:24pt;
	font-weight:300;
	margin-top:50px;
	margin-bottom:7px;
}
.related {
    border-top: 1px solid rgb(247, 185, 37);
    margin-top: 47px;	
}

/*CSS untuk Artikel*/

.componentheading{
	font-size:24pt;
	color: #565a5c;
	margin-top: 50px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f7b925;
	font-weight:300;
}

.articleheading{
	font-size: 21pt;
	color:#565a5c;

}

.articleheading-sub1{
	font-size:19pt;
	padding-bottom: 15px;
	display: block;
	font-weight: 400;
}

.img-captionheading{
	font-size:10pt;
	font-weight:300;
	display:block;
	width: 80%;
    position: relative;
    margin: 7px auto 0px;

}

hr.line-article{
border: 0;
height: 0.5px;
background: #BDC3C7;
margin-bottom:5px;	
}

/*Tabel Joomla*/
.sectiontableheader {
	background: #f7b925;
}

/*Table Filter Search Box */
.form-control{
	border: none; /*initial value 1px solid rgba(255.255.255, 0.1)*/
	border-radius: 0px /*initial value 4px*/
}

/*Pagination*/
.pagination-pagenumber, #pagination-counter{
	margin-top: 16px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	background-color: #f7b925;
	border-color: #f7b925;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #f7b925;
	border-color: #f7b925;
}

.sectiontableheader, .sectiontableheader a{
	color: #fff;
	font-size:12pt;
}

tr.sectiontable.sectiontableentry2 {
	background-color: #e7e7e7;
}

table.contentpaneopen{
	margin-bottom: 30px;
}

#searchForm{
	margin:30px 0px 0px;
	background: #00A6F7;
	padding: 30px;
}

input#search_searchword.inputbox.form-control {
	margin-bottom: 0px;
}

label {
	font-weight: 400;
	margin-right: 3px;
	margin-bottom: 0px;
	color: #FFF;
}

.btn-default{
	color: #FFF;
	background-color: #f7b925;
	border-color: none;
	border-radius: 0px;
}

/* Module Joomla */
.moduletablemodule200 h3{
	font-weight: 300;
	border-bottom: 1px solid #00A6F7;
}

/*Custom CSS untuk Cari Rinci*/
#custom-extdsrc h3{
	font-weight:300;
	margin: 0px 0px 10px;
	color: #FFF;
}

.ordering {
	margin: 10px 0px;
}

#searchRslt .row {
	background: #BDC3C7;
	margin: 30px 0px 30px 0px;
	padding: 10px 0px 10px 0px;
}

#search_searchword{width:100%;}


/* Gavic CSS */

.nsp_readmore {
	padding: 0 7px;
    /*background-color: #f7b925;*/
    font-weight: 300;
    color: #00A6F7;
    border-radius: 2px;
}


/*DMDocument*/
#dm_cats h3, #dm_docs h3  {
	font-size:24pt;
	font-weight:300;
	background: #f7b925;
	color: #FFF;
	/*Tambah Gita 7 Juni 2016*/
	padding: 10px;
}

#dm_cats h3 span{
	font-size: 11pt;
	margin-top:14px;
}

.dm_name{
	/*background: #BDC3C7;
	color: #FFF;*/
	/*Tambah Gita 7 Juni 2016*/
	color: #000;
	padding: 10px;
	position: relative;
    	top: -25px;
}

a.dm_name:hover{
	/*background: #00A6F7;
	color: #FFF;*/
	/*Ganti Gita 7 Juni 2016*/
	color: #00A6F7;	
}

a.dm_icon {
	/*padding: 0px 10px 0px 10px;*/
	/*Ganti Gita 7 Juni 2-16*/
	padding: 50px;
}

.dm_files{
	color: #FFF;
	/*Tambah Gita 7 Juni 2016*/
	background: #BDC3C7;
	padding: 10px;
	position: relative;
    	top: -25px;
}
/*Tambah Gita 7 Juni 2016*/
.dm_cat .dm_name{
	position: relative;
    	top: 10px;
}
.editlinktip.hasTip{
	position: relative;
        top: -18px;
    	left: 40px;
}
.dm_new{
	padding-left: 10px;
	color: red;
}
#dm_docs h3 span, #dm_cats h3 span {
     margin: 0; 
}
.dm_taskbar {
	/*height: 22px;*/
	padding-bottom:6px;
	/*margin-bottom:6px;*/
	/*border-bottom: 1px solid #bbb;
	font-family: arial;*/
	list-style-type: none;
	/*Ganti Gita 7 Juni 2016*/
	margin-bottom: 40px;
}
.dm_taskbar li {
	float: left;
	list-style-type: none;
	background-image: none;
	padding: 0 0 0 3px;
	margin: 0.5em 0 2px 0;
}
.dm_taskbar li a {
	padding-left: 3px;
	padding-right: 3px;
}
.dm_taskbar li a:link,
.dm_taskbar li a:visited,
.dm_taskbar li a:hover {
	/*color: #696969; 
	background-color: #eeeeee;*/
	text-decoration: none;
	/*Ganti Gita 7 Juni 2016*/
	color: #fff;
    	background-color: #f0ad4e;
    	border-color: #eea236;
	padding: 3px 20px;
	margin-bottom: 10px
}
.dm_taskbar li a:link,
.dm_taskbar li a:visited {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid Gray;;
	border-left: 1px solid #cecece;
	border-right: 1px solid Gray;;
}

.dm_taskbar li a:hover {
   border-bottom: 1px solid #cecece;
   border-top: 1px solid Gray;
   border-right: 1px solid #cecece;
   border-left: 1px solid Gray;
}

.dm_taskbar li.approve a:link { background-color: #CCFFCC; }
.dm_taskbar li.publish a:link { background-color: #FFCCCC; }
.dm_taskbar li.checkin a:link { background-color: #CCCCFF; }


/*CSS for Lelang Only */

#LetterContent.container h2 {
	text-align:center;
	margin-bottom:40px;
		font-size:16pt;
	
}

#left-collumn.col-sm-3 {
	padding-left:35px;
	display:block;
		font-size:14pt;
}

.col-lg-12 h4 {
	font-size:14pt;
	font-weight:bold;
		font-size:14pt;
		
}

#LetterContent.container p.upper {
	padding-left:0px;
	font-size:14pt;
}

.col-lg-12 p.remarks {
	padding-left:20px;
	font-size:14pt;
	background-color:#E56038;
	margin:20px;
	padding:15px;
	border-radius:5px;
	color:#FFF
}

.container.lower{
	padding-top: 45px;
}

p.lower {
    font-size: 14pt;
}	
}	

.module_long{
	border: 1px solid #b3b3b3;
	width: 320px;
	margin-left: 30px;
}
.module_long table td {
	padding: 10px 0 0 10px;			
}
.module_long h3 {
	font-size: 14pt;
	background-color: #e5e5e5;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #b0b0b0 #b0b0b0 #b3b3b3;
	padding: 5px 10px;
	margin: 0;
	text-shadow: 0 1px 0 #fff;
}

.gunung-api td
{
	vertical-align: top;
	padding:5px;
	margin:0;
	font-size: 10pt;
}
.top {
	vertical-align: top;
	padding-top: 5px !important;
}
.middle {
	vertical-align: middle;	
}
