::-webkit-scrollbar { width: 6px; height: 6px;}
::-webkit-scrollbar-track {  background-color: #f70;}
::-webkit-scrollbar-track-piece { background-color: #ccc;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #f70; }
::-webkit-scrollbar-corner { background-color: #f70;}}
::-webkit-resizer { background-color: #f70;}

.mki_clearfix {
	clear: both;
}

.mki_header_back {
	height: 70px;
	position: fixed;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url('../img/bg-head.png');
	background: #ddd;
	z-index: 90;
	width: 100%;
	top: 0px;
}

.mki_header_front {
	background-color: #3a3a3a;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url('../img/bg-head.png');
	height: 58px;
	border-top: 4px solid #f70;
	z-index: 91;
	position: fixed;
	width: 100%;
	top: 0px;
}
	.mki_menu_header {
		height: 70px;
		width: 250px;
		background: #f8f8f8;
		float: left;
		margin-top: -4px;
	}
		.mki_menu_current {
			background-color: transparent;
			color: #24A0DA;
			height: 50px;
			font-family: Arial, Sans-Serif;
		}
			.mki_menu_current_icon {
				font-size: 36px;
				height: 38px;
				padding: 6px;
				width: 50px;
				font-weight: bold;
				float: left;
				text-align: center;
				color: #ff7700;
			}
			.mki_menu_current_name {
				height: 20px;
				font-size: 18px;
				font-weight: bold;
				line-height: 20px;
				padding: 15px 0px;
				float: left;
			}
		.mki_menu_arrow {
			background-color: #888;
			height: 20px;
			cursor: pointer;
			background-image: url('../img/down.png');
			background-position: center center;
			background-repeat: no-repeat;
		}

	.mki_site_logo {
		background-color: #f5f5f5;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url('../img/logo.png');
		height: 68px;
		width: 78px;
		border: 1px solid #e5e5e5;
		float: left;
		cursor: pointer;
		margin-top: -4px;
	}

	.mki_site-tag {
		height: 38px;
		padding: 16px 0 18px 10px;
		margin-top: -4px;
		float: left;
		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	}
		.mk_site_tag_parrent {
			height: 20px;
			font-size: 18px;
			font-weight: bold;
			color: #fff;
		}
		.mk_site_tag_child {
			height: 14px;
			font-size: 12px;
			color: #ccc;
			margin-top: -4px;
		}
.mki_app_menu {
	width: 249px;
	background-color: #fff;
	position: absolute;
	top: 70px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	z-index: 89;
}
	.mki_app_menu > ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mki_app_menu > ul li {
		border: 0;
		color: #222;
		background: #fff;
		margin: 0;
		height: 28px;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
		padding: 10px;
		padding-left: 20px;
		padding-top: 17px;
		cursor: pointer;
	}
	.mki_app_menu > ul li.mki_app_menu_hover {
		background-color: #f5f5f5;
	}
	.mki_app_menu > ul li.mki_app_menu_selected {
		color: #f70 !important;
		font-weight: bold;
	}
		.mki_app_menu > ul li .mki_menu_icon {
			font-size: 24px;
			height: 24px;
			position: absolute;
		}
		.mki_app_menu > ul li .mki_menu_text {
			font-size: 16px;
			height: 16px;
			padding: 4px 4px 4px 35px;
		}

.mki_left_content {
	position: fixed;
	top: 62px;
	left: 0px;
	background-color: #f7f7f7;
	z-index: 40;
	padding: 30px 20px 20px 20px;
	overflow: auto;
	display: none;
}
	.mki_left_content_data {
		background-color: #fff;
		padding: 10px;
	}
.mki_right_content {
	position: fixed;
	width: 300px;
	top: 62px;
	right: 0px;
	background-color: #fff;
	border-left: 1px solid #aaa;
	z-index: 41;
	overflow: hidden;
}
	.mki_right_content_data {
		padding: 18px 10px 13px 10px;
		position: absolute;
		top: 0px;
		right: -300px;
		width: 280px;
		overflow: auto;
		background-color: #fff;
		z-index: 30;
	}
		.mki_right_custom_recap_box {
			padding: 10px 0 0 0;
		}
			#mki_right_custom_recap {
				display: none;
			}
			.mki_right_custom_recap_items {
				font-size: 12px;
				line-height: 12px;
				border-top: 1px dashed #ccc;
				padding: 2px;
			}
				.mki_right_custom_recap_items > div {
					color: #666;
					font-size: 9px;
				}
		.mki_right_list_menu > ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.mki_right_list_menu > ul li {
			cursor: pointer;
			margin-top: 4px;
			border: 2px solid #aaa;
			padding: 10px 20px;
		}
		.mki_right_list_menu_hover {
			border: 2px solid #666 !important;
		}
		.mki_right_list_menu_selected {
			border: 2px solid #666 !important;
			background-color: #444;
			color: #fff;
			cursor: default !important;
			font-weight: bold;
		}

		.mki_right_list_menu_dashboard > ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.mki_right_list_menu_dashboard > ul li {
			cursor: pointer;
			margin-top: 4px;
			border: 2px solid #aaa;
			padding: 10px 20px;
		}
		.mki_right_list_menu_dashboard_hover {
			border: 2px solid #666 !important;
		}
		.mki_right_list_menu_dashboard_selected {
			border: 2px solid #666 !important;
			background-color: #444;
			color: #fff;
			cursor: default !important;
			font-weight: bold;
		}

		.mki_right_list_menu_kuisoner > ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.mki_right_list_menu_kuisoner > ul li {
			cursor: pointer;
			margin-top: 4px;
			border: 2px solid #aaa;
			padding: 10px 20px;
		}
		.mki_right_list_menu_kuisoner_hover {
			border: 2px solid #666 !important;
		}
		.mki_right_list_menu_kuisoner_selected {
			border: 2px solid #666 !important;
			background-color: #444;
			color: #fff;
			cursor: default !important;
			font-weight: bold;
		}

		.mki_right_petatematik_menu > ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.mki_right_petatematik_menu > ul li {
			cursor: pointer;
			margin-top: 4px;
			border: 2px solid #aaa;
			padding: 10px 20px;
		}
		.mki_right_petatematik_menu_hover {
			border: 2px solid #666 !important;
		}
		.mki_right_petatematik_menu_selected {
			border: 2px solid #666 !important;
			background-color: #444;
			color: #fff;
			cursor: default !important;
			font-weight: bold;
		}

.mki_app_name {
	position: fixed;
	top: 4px;
	right: 63px;
	z-index: 92;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	padding: 18px 10px 20px 0px;
	color: #fff;
}
.mki_app_logout {
	position: fixed;
	width: 62px;
	top: 4px;
	right: 0px;
	z-index: 92;
	font-size: 48px;
	font-weight: bold;
	height: 50px;
	background-color: transparent;
	cursor: pointer;
	border-left: 1px solid #eee;
	text-align: center;
	padding: 4px 0;
	color: #fff;
}
.mki_app_logout_hover {
	color: #f00;
}
.mki_map_area {
	position: absolute;
	width: 100%;
	top: 62px;
	overflow: hidden;
	z-index: 39;
	left: 0px;
}
	.mki_quick_search {
		z-index: 38;
		position: fixed;
		top: 90px;
		left: 20px;
	}
		#mki_quick_search_result {
			color: #777;
		}
			.mki_quick_search_list {
				padding: 5px;
				color: #666;
				border-bottom: 1px dashed #ccc;
				background-color: #fff;
				height: 18px;
			}
			.mki_quick_search_list:hover {
				color: #111;
				background-color: #f5f5f5;
			}

.mki_news_ticker_back {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: #eee;
	z-index: 90;
}

.mki_news_ticker_front {
	position: fixed;
	bottom: 0px;
	color: #444;
	width: 100%;
	background-color: #f5f5f5;
	z-index: 90;
	border-top: 1px solid #aaa;
	font-size: 14px;
	height:16px;
	padding: 10px 0 10px 0;
	text-align: center;
}




#mki_content_responden_detail {
	
}

#mki_respondens tbody tr td, #mki_users tbody tr td {
	font-size: 11px;
}

.aLignLeft {
	text-align: left;
}
.aLignCenter {
	text-align: center;
}
.aLignRight {
	text-align: right;
}

.paginate_button {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 2px;
	text-decoration: none;
	cursor: pointer;
	color: #444;
}

.paginate_active {
	padding: 5px 10px;
	color: #444;
	font-weight: bold;
	cursor: default;
	border: 1px solid #aaa !important;
	background-color: #f5f5f5;
	text-decoration: none;
	margin: 2px;
}

.paginate_button:hover, .paginate_active:hover {
	color: #444;
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	text-decoration: none;
}

.dataTables_info {
	float: left;
	font-size: 10px;
	color: #666;
}

.dataTables_paginate {
	float: right;
}

.dataTables_filter {
	float: right;
}
.mki_respondens_length {
	float: left;
}
.dataTables_length {
	display: none;
}


#mki_table_responden_detail {
	font-size: 12px;
}

.mki_rekap_summary_box {
	padding: 0 0 25px 30px;
	margin-top: -10px;
}


/* SoKA */
	.mki_form_option {
		padding: 4px;
		padding-bottom: 0px;
		padding-top: 8px;
		border: 1px solid transparent;
	}
		.mki_form_option_number {
			text-align: right;
			padding-right: 5px;
			width: 20px;
			float: left;
		}
		.mki_form_option_delete_hover {
			border: 1px solid #fdd;
			background: #fee;
		}
		.mki_form_option_add_hover {
			border: 1px solid #cfc;
			background: #efe;
		}
	.mki_option_child_padding {
		padding-left: 30px;
	}

	.mki_form_kuisoner_error {
		border-color: #f22 !important;
		background-color: #faa !important;
	}
/* EoKA */

/*abah tambah side panel*/
.panel {
    position: absolute;
    width: 15%;
    z-index: 100;
    height: 100%;
    background: white;
}

.show-panel {
    left: 0px;
}

.hide-panel {
    left: -15%;
}

#toggle-button {
    position: absolute;
    background: silver;
    border: 0px solid black;
    cursor: pointer;
	top:10px;
	
}

.show-panel #toggle-button {
    right: 0px;
}

.hide-panel #toggle-button {
    left: 200px;
}

.show-panel+#mki_map_view {
    width: 85%;
    left: 15%;
}

.hide-panel+#mki_map_view {
    width: 85%;
    left: 0%;
}