* {
	/* so padding doesnt effect widths */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dashboard_page .resultbox {
	position: relative;
	width: 100%;
	padding: 0;
	font-size: 12px;
}

.api_options .button, .api_options .button_row span {
	margin: 5px 0 5px 0;
}
.api_options .button--inverse {
	color: #202020 !important;
}

div.api_report_result_options {
	text-align: left;
	margin: 1rem;
}
div.api_report_result_options .button a {
	background: transparent;
}
div.api_report_results {
	margin: 1rem;
}
div.api_report_results table tbody tr td.right {
	text-align: right;
}
div.api_report_results table thead tr th.buffer,
div.api_report_results table tbody tr td.buffer {
	background-color:#eee;
	width: 4px;
	padding: 0;
}
div.api_report_results table thead tr th.options,
div.api_report_results table tbody tr td.options {
	white-space: nowrap;
	width: 1%;
}
div.api_report_results table tr.highlight td {
	background-color: yellow;
}
div.api_report_results table tr.disabled td {
	background-color: #ffb0b0;
}
div.api_report_results table tr.current td {
	font-weight: bold;
}
.column_list{
	text-align:left;
	border:1px solid #ddd;
	overflow:auto;
}
.column_list .column_category .column_category_name{
	padding:5px;
	border-bottom: 2px solid #eee;
	font-weight: bold;
	background-color: #e0e0e0;
}
.api_menu li.column_visible {
	margin-bottom:5px;
	margin-right:10px;
	border:1px solid #ddd;
	border-radius:4px;
	float:left;
	white-space: nowrap;
	padding: 5px;
}
li.column_visible fieldset.options {
	font-size: 0.8em;
	display: block;
	text-align: right;
}
.column_list .column_category {
	border: 1px solid #eee;
}
.column_list .column_category .column_category_columns{
	list-style-type: none;
	padding: 6px 20px 6px 6px;
	clear: both;
	max-height: 200px;
	overflow-y: auto;
}
.column_list .column_category .column_category_columns label{
	cursor:pointer;
}
a.modify-link{
	color:blue;
}
a.copy-link{
	color:blue;
}
.api_menu li.column_filter {
	margin-bottom:5px;
	margin-right:10px;
	border:1px solid #ddd;
	border-radius:4px;
	float:left;
}
li.column_filter span.filter_name {
	font-weight: bold;
	display: block;
	cursor: pointer;
	padding:5px;
}
li.column_filter ul.filter_list {
	list-style-type: none;
	padding: 0 5px 5px 5px;
}
li.column_filter ul.filter_list li.autohide,
li.column_filter ul.filter_list li.autohide li {
	height: 0;
	visibility: hidden;
	padding: 0;
	border: 0;
	margin: 0;
}
li.column_filter ul.filter_list li,
li.column_filter:hover ul.filter_list li.autohide,
li.column_filter:hover ul.filter_list li.autohide li {
	height: auto;
	visibility: visible;
	padding-bottom: 1px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 4px;
	white-space: nowrap;
}
li.clickhide ul.filter_list {
	display: none;
}
li.column_filter ul.filter_list li span.ls {
	display: inline-block;
}
li.column_filter ul.filter_list li.date span.ls {
	width: 110px;
}
li.column_filter ul.filter_list li.text span.ls {
	width: 100px;
}
li.column_filter ul.filter_list li input.mod {
	display: none;
}
li.column_filter ul.filter_list li label.mod {
	font-size: 0.9em;
	padding-right: 4px;
}
li.column_filter ul.filter_list li label.modded {
	color: #7bc618;
}
li.column_filter ul.filter_list li label.blue {
	color: #31659C;
	font-weight: bold;
}
li.column_filter ul.filter_list li.lookup table {
	border-collapse: collapse;
	border-spacing: 0;
}
li.column_filter ul.filter_list li.lookup table tr td{
	vertical-align: top;
}
li.column_filter ul.filter_list li.lookup ul.input {
	list-style-type: none;
	display: inline-block;
	max-height: 80px;
	overflow-y: auto;
	padding-right: 16px;
}
/* CAN CAUSE FLICKERING AND JUMPING - USE EXPAND BUTTON INSTEAD?
li.column_filter ul.filter_list li.lookup ul.input:hover {
	max-height: none;
}
*/
li.column_filter ul.filter_list li.lookup ul.input li label {
	white-space: nowrap;
}

ul.api_report_sortable {
	list-style-type: none;
	border: 1px dashed #ddd;
	border-radius: 4px;
	height: 200px;
	padding-right: 20px;
	overflow-y: auto;
}
ul.api_report_sortable li.sort_header {
	text-align: left;
	font-weight: bold;
}
.api_menu li.column_sort {
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
	margin-bottom: 4px;
	white-space: nowrap;
	width: 100%;
}
ul.api_report_sortable li.column_sort span.name {
	display: block;
	cursor: move;
}
ul.api_report_sortable li.column_sort span.dir {
	display: block;
	text-align: right;
}
ul#api_report_sort_list_no_effect li span.dir {
	display: none;
}
div#api_report_map {
	height: 300px;
	width: 100%;
	border: 1px dashed #000;
}
.clear {
	clear:both;
}
.api_menu {
	display: none;
	border: 1px dashed #000;
}
.api_menu ul.available {
	width: 100%;
	list-style-type: none;
}
.api_menu ul.available li {
	float: left;
	padding-right: 10px;
}
.api_menu ul.available li.label {
	font-weight: bold;
}
.api_menu ul.available li.item b {
	display: inline-block;
	padding: 2px;
	border: 1px dashed #000;
}
.api_menu ul.available li.item span.delete_report {
	color: #dd0000;
	font-size: 0.7em;
	cursor: pointer;
	padding: 2px;
}
.api_menu li.set_visible {
	border-color: #1e7bed;
}
.api_report_sortable_container ul {
	float: left;
	margin-right: 4px;
}
.ui-widget {
	font-family: inherit;
	font-size: 1em;
}
#api_record_option_dialog p {
	line-height: 2em;
}
