html, body {
	font-family: tahoma !important;
}

/* animation logo */
.square {
	/* width: 200px;
	height: 200px;
	background: grey; */
	transform: rotateY(180deg);
	animation: rotateAnimation 5s linear infinite;
}

.slides img{
	opacity: 100 !important;
}

@keyframes rotateAnimation {
	0%{
		transform: rotateY(0deg);
	}
	100%{
		transform: rotateY(360deg);
	}
}

.pagination > li > a,
.pagination > li > span {
	color: #777 !important;
	border-color: #E7BD4E !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #777 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	/* background-color: #fff !important; */
	border-color: #E7BD4E !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #E7BD4E !important;
	background-color: #fff !important;
	border-color: #E7BD4E !important;
}

.bg-white {
	background-color: #fff;
}

.textheader{
	position:absolute;
	top: 12px;
	left: 65px;
}

.namaaplikasi{
	text-shadow: -1.5px -2px rgba(1,1,1,1.5), 1.5px 1.5px rgba(255,255,255,1.5);
    font-size: 2.5rem !important; 
	color: #DCB049 !important;
}

.namakantor{
    font-size: 1.7rem !important; 
	margin-top: -10px !important;
	color: #fff !important;
}

.instansi img {
	margin-top: 8px;
    width: 13%;
}

.logo{
    width: 10%;
}

.divider-area{
	background-color: rgba(0, 0, 0, 1);
	height: 70px;
}

/* .dl-usaha{
	padding-left: -80px;
	border: 1px solid #000;
} */

/* .dl-pic{
	margin-left: -30px;
} */

dt, dd {
	padding: 5px 0 3px 0;
	font-size: 1.3rem;
}

.btn-area{
	position: absolute;
	top: -20px;
	right: 0;
}

.nama-uttp{
	font-size: 1.5rem;
}

table tr th,
table tr td {
	font-weight: normal;
	font-size: 0.9em;
	font-family: tahoma;
}

table tr.selected td {
	background-color: rgba(60, 141, 188, 0.331);
}

/* table tr td{
	cursor: pointer;
} */

/* table tr.pilih_baris td{
	background-color:#E7BD4E !important;
}

table tr.pilih_baris td, 
table tr.pilih_baris td a{
	color: white;
} */

.text-bold,
.text-bold.table td,
.text-bold.table th {
	font-weight: 700;
}

.logotext{
	float: left;    
	margin: 0 20px 15px 0;
}

.centered > div {
	float: none;
	display: inline-block;
}

.nourut{
	width: 50px;
}

.item-in-table{
	margin-left: -25px;
}

.badge{
	font-size: 1.15rem;
	font-weight: normal;
}

.close{
	float: right;
	cursor: pointer;
	font-size: 2.5rem !important;
}

.search-group-row{
	width: 110px;
	margin-bottom: 10px;
}

.search-group{
	float: right;
	width: 350px;
	margin-bottom: 10px;
}

.long-text{
	width: 300px;
}

.form-check-input{
	cursor: pointer;
}

.form-check-label {
	font-weight: normal !important;
    margin-right: 10px;
	cursor: pointer;
} 

label{
	font-size: 1.2rem;
}

.radio label{
	font-size: 1.35rem;
}

.center-content, .services-contents, .galeri-contents, .berita-contents, .login-contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* breadcrumb */
.breadcrumb-menu
{
	padding: .1em;
	font-size: .8em;
	font-style: italic;
	background-color: #E7BD4E !important;
}

.breadcrumb-menu li a
{
	color: #000;
}

.breadcrumb-menu li
{
	padding: .05em .25em;
	float: left;
	color: #444;
	font-size: 1.6em;
	list-style-type: none;
}

.breadcrumb-menu li:after
{
	content: ' | ' !important;
	display: inline;
	font-size: 1.2em;
	color: #AAA;
	
	padding: 0 .0725em 0 .15em;
}


/* fieldset */

fieldset 
{
	border: 1px solid #ddd !important;
	margin: 0;
	min-width: 0;
	padding: 10px;       
	position: relative;
	border-radius:4px;
	background-color:#f5f5f5;
	padding-left:10px!important;
}	

legend
{
	font-size:13px;
	font-weight:bold;
	margin-bottom: 0px; 
	width: 55%; 
	border: 1px solid #ddd;
	border-radius: 4px; 
	padding: 5px 5px 5px 10px; 
	background-color: #ffffff;
}

/*
* Component: Small Box
* --------------------
*/

.small-box {
	border-radius: 2px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box>.inner {
	padding: 10px;
}

.small-box>.small-box-footer {
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.small-box>.small-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}

.small-box p {
	font-size: 15px;
}

.small-box p>small {
	display: block;
	color: #f9f9f9;
	font-size: 13px;
	margin-top: 5px;
}

.small-box h3,
.small-box p {
	z-index: 5;
}

.small-box .icon {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 0;
	font-size: 6rem;
	color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
	text-decoration: none;
	color: #f9f9f9;
}

.small-box:hover .icon {
	font-size: 8rem;
}

@media (max-width: 767px) {
	.small-box {
		text-align: center;
	}

	.small-box .icon {
		display: none;
	}

	.small-box p {
		font-size: 12px;
	}
}

/*
 * Component: Box
 * --------------
 */
.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-header-select-year{
	background-color: transparent;
	border: 0px;
	color: #fff;
	cursor: pointer;
}

.box-header-select-year option{
	background-color: transparent;
	border: 0px;
	color: #000;
}

.box.box-primary {
	border-top-color: #3c8dbc;
}

.box.box-info {
	border-top-color: #00c0ef;
}

.box.box-danger {
	border-top-color: #dd4b39;
}

.box.box-warning {
	border-top-color: #f39c12;
}

.box.box-khusus {
	border-top-color: #E7BD4E;
}

.box.box-success {
	border-top-color: #00a65a;
}

.box.box-default {
	border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
	display: none;
}

.box .nav-stacked>li {
	border-bottom: 1px solid #f4f4f4;
	margin: 0;
}

.box .nav-stacked>li:last-of-type {
	border-bottom: none;
}

.box.height-control .box-body {
	max-height: 300px;
	overflow: auto;
}

.box .border-right {
	border-right: 1px solid #f4f4f4;
}

.box .border-left {
	border-left: 1px solid #f4f4f4;
}

.box.box-solid {
	border-top: 0;
}

.box.box-solid>.box-header .btn.btn-default {
	background: transparent;
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
	border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
	color: #444444;
	background: #d2d6de;
	background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
	color: #444444;
}

.box.box-solid.box-primary {
	border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary>.box-header {
	color: #ffffff;
	background: #3c8dbc;
	background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
	color: #ffffff;
}

.box.box-solid.box-info {
	border: 1px solid #00c0ef;
}

.box.box-solid.box-info>.box-header {
	color: #ffffff;
	background: #00c0ef;
	background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
	color: #ffffff;
}

.box.box-solid.box-danger {
	border: 1px solid #dd4b39;
}

.box.box-solid.box-danger>.box-header {
	color: #ffffff;
	background: #dd4b39;
	background-color: #dd4b39;
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
	color: #ffffff;
}

.box.box-solid.box-warning {
	border: 1px solid #f39c12; 
}

/*#E7BD4E*/
.box.box-solid.box-khusus {
	border: 1px solid #E7BD4E;
}

.box.box-solid.box-warning>.box-header {
	color: #ffffff;
	background: #f39c12;
	background-color: #f39c12;
}

.box.box-solid.box-khusus>.box-header {
	color: #000;
	background: #E7BD4E;
	background-color: #E7BD4E;
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
	color: #ffffff;
}

.box.box-solid.box-khusus>.box-header a,
.box.box-solid.box-khusus>.box-header .btn {
	color: #000;
}

.box.box-solid.box-success {
	border: 1px solid #00a65a;
}

.box.box-solid.box-success>.box-header {
	color: #ffffff;
	background: #00a65a;
	background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
	color: #ffffff;
}

.box.box-solid>.box-header>.box-tools .btn {
	border: 0;
	box-shadow: none;
}

.box.box-solid[class*='bg']>.box-header {
	color: #fff;
}

.box .box-group>.box {
	margin-bottom: 5px;
}

.box .knob-label {
	text-align: center;
	color: #333;
	font-weight: 100;
	font-size: 12px;
	margin-bottom: 0.3em;
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
	z-index: 50;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	color: #000;
	font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
	background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
	content: " ";
	display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
	clear: both;
}

.box-header {
	color: #444;
	display: block;
	padding: 10px;
	position: relative;
}

.box-header.with-border {
	border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
	border-bottom: none;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	line-height: 1;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
	margin-right: 5px;
}

.box-header>.box-tools {
	position: absolute;
	right: 10px;
	top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
	position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
	right: 0;
	left: auto;
}

.box-header>.box-tools .dropdown-menu>li>a {
	color: #444 !important;
}

.btn-box-tool {
	padding: 5px;
	font-size: 12px;
	background: transparent;
	color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
	color: #606c84;
}

.btn-box-tool.btn:active {
	box-shadow: none;
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
}

.no-header .box-body {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.box-body>.table {
	margin-bottom: 0;
}

.box-body .fc {
	margin-top: 5px;
}

.box-body .full-width-chart {
	margin: -19px;
}

.box-body.no-padding .full-width-chart {
	margin: -9px;
}

.box-body .box-pane {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0;
}

.box-footer {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: 1px solid #f4f4f4;
	padding: 10px;
	background-color: #ffffff;
}

.chart-legend {
	margin: 10px 0;
}

@media (max-width: 991px) {
	.chart-legend>li {
		float: left;
		margin-right: 10px;
	}
}

.box-comments {
	background: #f7f7f7;
}

.box-comments .box-comment {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
	content: " ";
	display: table;
}

.box-comments .box-comment:after {
	clear: both;
}

.box-comments .box-comment:last-of-type {
	border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
	padding-top: 0;
}

.box-comments .box-comment img {
	float: left;
}

.box-comments .comment-text {
	margin-left: 40px;
	color: #555;
}

.box-comments .username {
	color: #444;
	display: block;
	font-weight: 600;
}

.box-comments .text-muted {
	font-weight: 400;
	font-size: 12px;
}

.entry-link li{
	padding: 0 0 0 10px;
}

.test-overly2 {
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	top: -70px;
	width: 100%;
	height: 146%;
}

.section-headline.services-head>h2::after {
	border: 1px solid #fff !important;
}