/* ==========================================================================
   Custom Style Kemenkeu Portal
   ========================================================================== */
body {
	background: url('../img/background.jpg') transparent; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia,serif;
}

.marquee {
  overflow: hidden;
  border: 1px solid #ccc;
  background: #ccc;
}

.container {
    max-width: 960px !important;
}

.header{
	background: url(../img/header-top.png) repeat-x; 
	height: 100%;
	padding-top: 15px;
	padding-bottom: 57px;
	margin-left: -10px;
	
}

.header-bottom{
	background: url(../img/header-bottom.png) repeat-x; 
	/*height: 70px;*/
	margin-left: -10px;
	
}

.search{
	font-size: 12px;
	font-family: lucida sans unicode;
	position: relative;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:23px;
	vertical-align:top;
}

.search-button {
    background: url(../img/search-button.png) no-repeat scroll left top transparent;
    height: 27px;
    width: 27px;
    border: medium none;
    cursor: pointer;}

.navbar-toggle {
    padding: 3px 2px;
	margin-top:1px;

}

.input-sm {
	width: 200px !important;
	height: 25px !important;
}

.form-control{
	padding: 0px 10px;
}

.navbar{
	background:#003567;
	/*margin-top: -108px;*/
    margin-top: -38px;
    min-height: 37px !important;
	font-family: Georgia;
	font-size:85%;
	font-weight: bold;
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	border-radius: 0px;
	box-shadow:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.navbar-right {
    margin-bottom: -17px !important;
}

.navbar-collapse {
    padding-bottom: 20px;
}

.navbar-default {
    border-color: #003567 !important;
}


.navbar-nav > li > a{
	padding-top: 5px !important;
	padding-bottom: 6px;
	color: #E6E6E6 !important;
}

.navbar-nav > li > a:hover{
	background-color:#06C;
}

.navbar-nav .open .dropdown-menu {
    background-color: #E6E6E6;
	color:#003366;
}

.nav > li > a:focus {
    background-color: #06C;
}

.nav > li > a.active {
	color:#EFBC43 !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #06C !important;
    border-color: #06C;
}

.footer {
	background: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111'); /* for IE */
	background: -webkit-gradient(linear, center top, center bottom, from(#333), to(#111)); /* for webkit browsers */
	background: -moz-linear-gradient(center top,  #333 39%,  #111 89%); /* for firefox 3.6+ */ 
    
	padding: 10px 0px;
    border-top: 1px solid #232323;
    color: #FFF;
    overflow: hidden;
	min-height:80px;
	display: block;

}

.logo{
	position: relative;
	float:left;
	width:100%;
}

img[class*="logo"] {
    height: auto;
}

img.size-full {
    max-width: 97.5%;
    width: auto;
}

.logo-footer{
	background: url(../img/logo-footer.png) no-repeat; 
	margin-top: 5px;
	height: 40px;
	width:43px;
	position: relative;
	float:left;
}

.copyright {
	margin-left: -60px;
}

.copyright li{
	list-style: none outside none;
	float: left;
	border-right: 1px solid #C7C6C6;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 8pt;
}

.address{
	font-size: 7pt;
	float: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.tautan-eksternal {
    border-top: 1px solid #D4D4D4;
    padding: 15px;
    /*min-height: 163px;*/
    background-color: rgb(0, 51, 102);
}

.directory-keu {
    border-top: 1px solid #D3D3D3;
	min-height: 176px;
}

.directory-keu h2 {
    text-transform: uppercase;
    letter-spacing: 2pt;
    word-spacing: 7pt;
    font-size: 15pt !important;
}

div.carousel {
	visibility: visible; 
	overflow: hidden; 
	position: relative; 
	z-index: 2; 
	left: 0px; 
	max-width: 800px;
	direction: ltr;
	margin-left:15px;
}

div.carousel ul {
	margin: 0px; 
	padding: 0px; 
	position: relative; 
	list-style-type: none; 
	z-index: 1; 
	width: 900px; 
	left: -840px;
}

div.carousel li {
	overflow: hidden; 
	float: left; 
	width: 100px; 
	height: 125px;
	margin-left:25px;
	margin-right:25px;
}

.prev {
margin-top:35px;
margin-left:-35px;
position:absolute;
}

.next {
margin-top:35px;
margin-left: 915px;
position:absolute;
}

.wrapper {
    max-width: 1000px;
    padding: 0 20px 40px 50px;
    margin: auto;
}

ul.loginlist
{
	margin: 0;
	padding: 10px;
	width: 330px;
}
ul.loginlist li
{
	width: 125px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	display: inline-table;
}

.marqueeteks {
	height: 50px;
	overflow: hidden;
	position: relative;
	background: #fefefe;
	color: #333;
	border: 1px solid #4a4a4a;
}

.marquee {
	width: 100%;
	border: 1px solid red;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

	.marquee span {
		display: inline-block;
		animation: marquee 10s linear infinite;
	}

@keyframes marquee {
	0% {
		transform: translateX(100vw);
	}

	100% {
		transform: translateX(-100%);
	}
}

ul.loginlist li.loginlist-last { width: 50px; }
ul.loginlist li p { margin: 0; padding: 0; }
/* 
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
} */