@import url("../fonts/roboto/stylesheet.css");
@import url("jquery-ui-1.8.17.custom.css");
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
html,body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:#222 url(../images/lights.jpg) fixed no-repeat 0 0;
    background-size: cover;
    color: #fff;
    font-size: 13px;
    font-weight:400;
    overflow: hidden;
}
a{
    outline: none!important;
}
header{
	height: 50px;
	background-color: rgba(0,0,0,0.1);
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2));
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
}
section{
	transition: all 300ms cubic-bezier(.87,-.41,.19,1.44);
	-webkit-transition: all 300ms cubic-bezier(.87,-.41,.19,1.44);
}
section .box{
	background: rgba(255,255,255,0.1);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1), inset 0px 1px 0px rgba(255,255,255,0.1);
	border-radius: 3px;
	position: absolute;
	top:10px;left:10px;bottom:10px;right:10px;
	overflow: hidden;
}
.fullscreen{
	position: absolute!important;
	top:0!important;left:0!important;bottom:0!important;right:0!important;
	z-index: 9999!important;
	width: 100%!important;
	height: 100%!important;
}
.fullscreen .box{
	top:10px!important;left:10px!important;bottom:10px!important;right:10px!important;
}
section .box h3{
	background-color: rgba(0,0,0,0.2);
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.4));
	height: 30px;line-height: 30px;
	color:#fff;
	padding:0 15px;
	font-weight: 700;
	font-size: 14px;
	margin:0;padding: 0;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	z-index: 10;
}
#agenda{
	position: absolute;
	top:20%;left:0px;
	width: 60%;
	height: 80%;
}
#agenda #next-btn,
#agenda #prev-btn{
	background:rgba(0,0,0,0.8);
	border:none;
	color:#fff;
	position: absolute;
	bottom:0px;
	height: 30px;
	line-height:30px;
	padding:0;
	width:50%;
	z-index: 999;
	outline: none;
	font-size:10px;
	cursor: pointer;
}
#agenda #next-btn{
	right:0px;
}
#agenda #prev-btn{
	left:0px;
	border-right:1px solid rgba(255,255,255,0.1);
}
#filter-agenda{
	display: inline-block;
	position: absolute;
	top:0px;left:0px; 
	height: 30px;line-height: 30px;
}
#filter-agenda label{
	font-size:11px;
	padding:0 15px;
}
#filter-agenda i.fa{
	position: absolute;
	top:8px;right:8px;
}
#filter-agenda .datepicker{
	background: rgba(255,255,255,0.2);
	border:none;
	height: 30px;line-height: 30px;
	color:#fff;
	padding:0 15px;
	width: 120px;
	outline: none;
}
.ui-datepicker{
	background: rgba(255,255,255,0.2);
	border:none;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.ui-datepicker select{
	background: none;
	border:none;
	color:#fff;
}
.ui-datepicker select option{
	color:#333;
}
.ui-datepicker th,
.ui-datepicker td{
	color:#fff;
	padding:0px!important;
}
.ui-datepicker th{
	padding:5px!important;
	background: rgba(0,0,0,0.2);
}
.ui-datepicker table a{
	color:#fff!important;
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	margin:0px!important;
	padding:5px!important;
}
.ui-datepicker table a.ui-state-hover{
	color:#fff!important;
	background: rgba(0,0,0,0.2)!important;
	border:none!important;
}
.ui-datepicker table a.ui-state-highlight{
	color:#fff!important;
	background: rgba(0,0,0,0.5)!important;
	border:none!important;
}
#newsslider{
	position: absolute;
	top:75%;left:60%;
	width: 40%;height: 25%;
}
#newsslider .box{
	top:0px;left:0;
}
#realisasi{
	position: absolute;
	top:0;left:60%;
	width: 40%;
	height: 20%;
}
#realisasi .box{
	left:0px;
}
#tvbox{
	position: absolute;
	top:20%;left:60%;
	width: 40%;
	height: 55%;
}
#tvbox .box{
	left:0px;
	background: #2C3E50;
}
#keberadaan{
	position: absolute;
	top:55%;left:60%;width: 40%;
	height: 25%;
}
#keberadaan .box{
	left:0px;top:0px;
	background: #16A085;
}
#clock{
	position: absolute;
	top:0;left:60%;
	width: 40%;
	height: 20%;
}
#clock .box{
	left: 0px;
	top:10px;bottom:0;
}
#logo{
	position: absolute;
	top:0;left:0;
	width: 60%;
	height: 20%;
}
#logo .box{
	left: 10px;
	top:10px;bottom:0;
}
#agenda-list ul{
	width: 100%;
	list-style: none;
}
#agenda-list ul li{
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(255,255,255,0.2);
	position: relative;
	background: rgba(0,0,0,0.2);
	border-left:5px solid rgba(0,0,0,0.3);
	height: 116px;
	overflow: hidden;
}
#agenda-list ul li.alt{
	background: rgba(0,0,0,0.4);
}
#agenda-list .meta{
	position: absolute;
	top:0px;right:0px;bottom:0px;
	color:rgba(255,255,255,0.5);
	font-size: 11px;
	padding:5px;
	background:rgba(255,255,255,0.1);
	text-transform: uppercase;
	width: 140px;
}
#agenda-list .meta .date{
	position: absolute;
	top:0px;left:0px;right:0px;
	height: 30px;line-height: 30px;
	text-align: center;
	background: rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: bold;
	color:rgba(255,255,255,0.8);
}
#agenda-list .meta .time{
	position: absolute;
	top:30px;left:0px;right:0px;bottom:0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color:#fff;
}
#agenda-list .place{
	padding:5px 140px 5px 15px;
	font-style: italic;
}
#agenda-list ul li p{
	padding:10px 140px 0 15px;
}
#agenda-list table{
	width: 100%;
	border-collapse: collapse;
}
#agenda-list ul li > table{
	margin:10px;
}
#agenda-list table td{
	vertical-align: top;
	padding:2px;
}
#agenda-list .title{
	font-weight: bold;
	color:rgba(255,255,255,0.5);
	text-transform: uppercase;
}
.calendar{
	background:rgba(0,0,0,0.5);
	width: 80px;
	color:#fff;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
}
.calendar .bulan{
	background: #c0392b;
	color:#fff;
	font-weight: bold;
	padding:2px;

}
.calendar .tanggal{
	font-size:35px;
	font-weight: 200;
	padding:5px 0;
}
.calendar .tahun{
	padding:2px;
	border-top:1px solid rgba(255,255,255,0.1);
}
#tvbox video{
	width: 100%;
	position: absolute;
	top:30px;bottom:0px;
	z-index: 0;
	background: rgba(0,0,0,0.8);
	border-radius:0 0 3px 3px;
}
#newsslider .box{
    background: rgba(0,0,0,0.5);
}
.marquee{
	position: absolute;
	top:0px!important;left:15px!important;bottom:0px!important;right:15px!important;
}
.marquee li{
	font-size: 16px!important;
	font-weight: bold!important;
	color:rgba(255,255,255,0.7)!important;
	text-shadow:0px 1px 1px rgba(0,0,0,0.5);
}
.scroll-info{
	font-size: 16px!important;
	font-weight: bold!important;
	color:rgba(255,255,255,0.7)!important;
	text-shadow:0px 1px 1px rgba(0,0,0,0.5);	
	list-style: none;
	margin:0;padding:0;
    top: 100%;
    position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: marquee 10s linear infinite;
    -webkit-animation: marquee 10s linear infinite;
}
.scroll-info li{
	padding:15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.scroll-info:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}
@keyframes marquee {
    0%   { top:   100% }
    100% { top: -100% }
}
@-webkit-keyframes marquee {
    0%   { top:   100% }
    100% { top: -100% }
}

#list-pejabat ul{
	list-style: none;
	width: 100%!important;
}
#list-pejabat ul li{
	padding:0px!important;
	height: 60px;
	position: relative!important;
	width: 100%!important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
#list-pejabat ul li.alt{
	background:rgba(0,0,0,0.3);
}
#list-pejabat .photo{
	position: absolute;
	top:5px;left:5px;bottom:5px;
	width: 50px;
	overflow: hidden;
	border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
#list-pejabat .photo img{
	max-width: 100%;
}
#list-pejabat .name{
	position: relative;
	font-size:12px;
	margin:10px 100px 0px 65px!important;
}
#list-pejabat .title{
	margin:5px 100px 0px 65px!important;
	font-size: 14px;
	color:rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#list-pejabat .status{
	position: absolute;
	top:20px;right:15px;
}
#list-pejabat .status span{
	display: inline-block;
	padding:5px 15px;
	background: #2ECC71;
    border-radius: 50em;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
#list-pejabat .status span.off{
	background:#C0392B;
}
#clock .box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}
#servertime{
	position: relative;
}
.clocktime{
	text-align: center;
	font-size:40px;
	color:#fff;
	display: block;
}
.clockdate{
	text-align: center;
	font-size:14px;
	color:#fff;
}
#logo .box{
	background:#2075ce;
}
#logo .logo-img{
	position: absolute;
	top:0px;left:0px;bottom:40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
#logo .logo-img img{
	width:80px;
	padding-top: 4px;
	padding-left: 8px;
}
#logo .client{
	position: absolute;
	top:-4px;bottom:30px;left:90px;right:10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: left;
}
#logo .client .header{
	font-size: 20px;
	display: block;
	margin-bottom: 6px;
}
#logo .client p{
	font-size: 14px;
}
#logo .logo-title{
	position: absolute;
	bottom:0px;left:0px;right:0px;
	height: 30px;line-height: 30px;
	text-transform: uppercase;
	text-align: left;
	padding: 0 15px;
	background: rgba(0,0,0,0.2);
}
#realisasi .box{
	background:#34495E;
}
#realisasi .title{
	position: absolute;
	top:0px;left:0px;right:0px;
	height: 30px;line-height: 30px;
	background: rgba(0,0,0,0.2);
	text-align: center;
}
#realisasi .percent{
	position: absolute;
	background: #1F81C5;
	top:30px;left:0px;bottom:0px;
	width: 30%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;	
    font-weight: 200;
}
#realisasi .value{
	position: absolute;
	top:30px;left:30%;bottom:0px;right:0px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
#realisasi .value .pagu{
	background: #2ECC71;
	position: absolute;
	top:0px;left:0px;right:0px;
	height: 50%;
	box-shadow:0px 1px 0px rgba(255,255,255,0.2);
	padding:0 10px;
	padding-right: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: right;
}
#realisasi .value strong{
	position: absolute;
	top:0px;right:0px;bottom:0px;
	width: 100px;
	padding:0 10px;
	font-size: 14px;
	background: rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: left;
}
#realisasi .value .realisasi{
	background: #3498DB;
	position: absolute;
	top:50%;left:0px;right:0px;
	height: 50%;
	padding:0 10px;
	padding-right: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: right;
}
#slideshow{
	position: absolute;
	top:30px;left:0px;bottom:0px;right:0px;
	background: #000;
}
#slideshow .slide{
	width: 100%!important;
	height: 100%!important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.zoom-toggler{
	position: absolute;
	top:0;right:0;
	height: 30px;
	line-height: 30px;
	padding:0 15px;
	background: rgba(0,0,0,0.3);
	text-decoration: none;
	color:#fff;
	font-size:11px;
}
.zoom-toggler .fa{
	font-size:18px;
	margin-right: 5px;
}