/*
Copyright 2002-2013 MarkLogic Corporation.  All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

/*  Chart Widget Styling - covers items like overlays and other things outside of HighCharts based styling  */

.offscreen-control {
  position: absolute; 
  left: 10px; 
  top: 5px; 
  z-index: 9999;
  width: 40px;
  height: 20px;
  display: none;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.offscreen-arrow {
  display: block;
  position: absolute;
  left: 19px;
  top: -11px;
  height: 11px;
  width: 21px;
}

.offscreen-control .tipdown {
	position: relative;
	left: 5px;
	top: -4px;
}

.offscreen-control .button-delete {
  position: relative;
  left: 2px;
  top: 1px;
}

.offscreen-content {
	position: absolute; 
	left: 10px; 
	top: 39px; 
	z-index: 9999;
	display: none;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 5%;
  padding: 7px;
}

.offscreen-content .right {
	position: relative;
	float: left;
	text-align: right;
	font-weight: bold;
	width: 60px;
	padding: 1px;
}

.offscreen-content .left {
  position: relative;
  float: left;
  text-align: left;
  padding: 1px 5px;
}

/* Accordion arrow styles */
.offscreen .tipdown {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: 0 -10px;
}
.offscreen .tipdown.open {
  background-position: 0 -20px;
}

.offscreen .button-delete {
  display: inline-block;
  background: url("close-btn.png") repeat scroll 0 0 transparent;
  height: 19px;
  width: 19px;
}