html {
    background: #f2f2f2 url("../img/bg.png") repeat scroll 0 0 ;
}
.container{
   background-color: #ffffff;
    /*border: medium solid #ccc;
    box-shadow: 8px 8px 8px #d0d0d0;
	*/
	border: 1px solid #cdcdcd;
	box-shadow: 3px 6px 8px 10px #d0d0d0;	
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    line-height: 20px;
    margin: 5px auto;
}
.footer {
    border-top: 1px solid #d0d0d0;
    font-size: 11px;
    margin: 20px 0 0;
    padding: 0 10px;
    text-align: center;
}
.header {
    background-color: transparent;
    border-bottom: 1px solid #d0d0d0;
    color: #444;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 14px;
    padding: 14px 15px 10px;
}
.konten{
	background-color: #FFF;
	margin-right:10px;
    padding: 15px 15px 15px 30px;
}
.konten .info {
    background: rgba(0, 0, 0, 0) url("../img/library.jpg") repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
	margin-bottom:20px;
    height: 260px;
    padding: 0 15px;
    width: 100%;
}
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
.custom-combobox{
	margin: 0 0 3px;
}
.custom-combobox-input {
	width: 300px;
}
.modal-dlg {
	width:800px;
}
.pma_table {
    border-collapse: collapse;
    left: 0;
}
.pma_table caption, table th, table td {
    margin: 0.1em;
    padding: 0.3em;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: top;
}
th:first-child {
    border-top-left-radius: 4px;
	
}
th:last-child {
    border-top-right-radius: 4px;
}
th {
    background-color: #e9e9e9;
    border: 1px solid #c5c5c5;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 1px 0 #777777;

}
th span {
    color: #235a81;
}
.table_results tr {
    text-align: left;
	
}
.table_results tr:nth-child(2n):hover, .table_results tr:nth-child(2n+1):hover {
    background: #b6c6d7 url("../img/marked_bg.png") repeat-x scroll 0 0;
    color: #000000;
}
.table_results tr:nth-child(2n) {
    background: #f6f6f6 none repeat scroll 0 0;
}
.table_results tr:nth-child(2n+1) {
    background: #ffffff none repeat scroll 0 0;
}
.table_results td {
    border: 1px solid #c5c5c5;
}
.pma_table td {
    position: static;
}
.data, .data_full_width {
    margin: 0 0 12px;
}
table caption, table th, table td {
    margin: 0.1em;
    padding: 3px 10px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
}
table td {
    text-align: left;
}
table td.center {
    text-align: center;
}
html.printArea{
	background:none !important;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #333333;
}
.pagination {
	display:inline-block;
	padding-left:0;
	margin:10px 0;
	border-radius:4px;
}
.pagination > li {
	display:inline;
}
.pagination > li > a,
.pagination > li > span {
	position:relative;
	float:left;
	padding:3px 6px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#F3F3F3;
	border:1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index:3;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index:2;
	color:#fff;
	cursor:default;
	background-color:#337ab7;
	border-color:#337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd;
}
.dropbtn {
    background-color: #999;
    color: white;
    padding: 9px 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1000;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #ddd;
}