div.idb-header {
    -webkit-user-select:none;
}

h4.idb-footer-line {
    -webkit-user-select:text;
}

.idb-debug-ui div.idb-gf-div {
    background-color:rgba(255, 0, 0, 0.4);
}

.idb-debug-ui div.idb-g-div {
    background-color:rgba(0, 255, 0, 0.4);
}

.idb-axis-selector {
    position:absolute;
    z-index:100;
}

.idb-debug-ui div.idb-axis-selector {
    background-color:rgba(200, 200, 200, 0.8);
}


.idb-debug-ui img.idb-imageplot-img {
    background-color:rgba(120, 120, 255, 0.4);
}

.idb-debug-ui div.idb-gall-grid {
    background-color:rgba(0,0,255, 0.1);
}


.login-box {
   border: 1px solid #d1d1d1;
   text-align: center;
   position:absolute;
   color:#666666;
   background-color: #ffffff;
   padding:10px 20px;
   min-width: 300px;
   min-height: 250px;
}

.report-login-box {
   border: 1px solid #d1d1d1;
   text-align: center;
   position:absolute;
   color:#666666;
   background-color: #ffffff;
   padding:10px 20px;
   min-width: 300px;
   min-height: 220px;
}

.category-name {
    margin-left:15px;
    margin-right:15px;
}

.category-list {
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
}

.ui-icon-idblogo {
    background-image: url("images/idblogo.png");
    background-size: 18px 18px;
}

.ui-layout-pane {
    padding:0;
    border: none;
    background-color: transparent !important;
}

.ui-layout-resizer {
    -webkit-user-select:none;   /* "-webkit-user-select":"none" prevents selection for copy on iPad. */
}

.ui-layout-container {
    padding:0;
}

.idb-nopad {
    padding:0 !important;
}

.idb-popup {
    padding:15px;
}

/* /////////////////////////////////////////////////////////////////// */


div.idb-chart {
    position:absolute;
    padding:0px;
    margin:0px;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    overflow:hidden;
    -webkit-user-select:none;   /* "-webkit-user-select":"none" prevents selection for copy on iPad. */
}

div.idb-pivotbar {
    position:absolute;
    padding:5px 0px;
    height:auto;
    margin:0px;
    -webkit-user-select:none;   /* "-webkit-user-select":"none" prevents selection for copy on iPad. */
}


.idb-hslice {
    position:absolute;
    right:0px; left:0px;
}


/* /////////////////////////////////////////////////////////////////// */

.idb-titletext {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:bold;
}

div.idb-callout {
    font-size:small;
	background-color:#EEEEEE;
	border:1px ridge #050505;
}

div.idb-fp {  /* fp stands for floating panel */
    position:absolute;
	font-size:small;
	padding:0px;
    z-index:100;
}

div.idb-fp-background {
    position:absolute;
	left:0px;
	top:0px;
    bottom:0px;
    right:0px;
	padding:0px;
	margin:0px;
}

.idb-note-titlebar {
    font-size:small;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	cursor:all-scroll;
	position:absolute;
	left:0px;
	top:0px;
    right:0px;
	height:20px;
	color:inherit; /* Inherit color from main widget DIV. */
}

.idb-note-titletext {
    padding:0px 0px 0px 0px;
    display:block; /* position:absolute plus top/right/left and height renders this moot. */
    position:absolute;
    top:0px; right:0px; left:5px;
    height:20px;
	line-height:20px;    /* line-height == height will center the text vertically. */
	margin:0px 0px;
}



div.idb-note-content {
    font-size:small;
	margin:0px;
	padding:5px;
	overflow:auto;
	position:absolute;
	top:20px;
	left:0px;
    right:0px;
    bottom:8px;
	background-color:transparent;
	opacity:1;
	color:inherit;  /* Inherit color from main widget DIV. */
}

div.idb-legend {
    border:1px outset #777777;
}

.idb-legend-titlebar {
    font-size:small;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px;
	cursor:all-scroll;
	position:absolute;
	left:0px;
	top:0px;
	height:22px;
	align-content:center;
}

.idb-legend-titletext {
    padding:0px 0px;
    display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:22px;
	line-height:22px;
	margin:0px 0px;
}

a.idb-legend-btn {
	background-color:#ACACAC;
	background-repeat:no-repeat;
	background-position:center center;
	width:18px;
	height:18px;
	position:absolute;
	top:2px;
	display:block;
}

a.idb-legend-btn-l {
   background-image:url(js/mobile/1.4.2/images/icons-png/carat-l-white.png);
   left:2px;
}

a.idb-legend-btn-r {
   background-image:url(js/mobile/1.4.2/images/icons-png/carat-r-white.png);
   right:2px;
}  


div.idb-legend-content {
    font-size:small;
	margin:0px;
	padding:5px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:absolute;
	top:22px; /* 20px header height + 2px header top padding */
	left:0px;
	background-color:transparent;
	opacity:1;
}

table.idb-legend-table {
    border-collapse:collapse;

}

table.idb-legend-table tr {
   height:24px;
}

td.idb-legend-item-icon {
    vertical-align:middle;
}

td.idb-legend-item-label {
    padding-left:3px;
    white-space:nowrap;
}

div.idb-param-legend {
    border:1px outset #777777;
}

.idb-param-legend-titlebar {
    font-size:small;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px;
	cursor:all-scroll;
	position:absolute;
	left:0px;
	top:0px;
	height:22px;
	align-content:center;
}

.idb-param-legend-titletext {
    padding:0px 0px;
    display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:22px;
	line-height:22px;
	margin:0px 0px;
}

a.idb-param-legend-btn {
	background-color:#ACACAC;
	background-repeat:no-repeat;
	background-position:center center;
	width:18px;
	height:18px;
	position:absolute;
	top:2px;
	display:block;
}


div.idb-param-legend-content {
    font-size:small;
	margin:0px;
	padding:5px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:absolute;
	top:22px; /* 20px header height + 2px header top padding */
	left:0px;
	background-color:transparent;
	opacity:1;
}

table.idb-param-legend-table {
    border-collapse:collapse;
}

table.idb-param-legend-table tr {
   height:24px;
}

table.idb-param-legend-table td {
   text-overflow:ellipsis;
   overflow:hidden;
   white-space:nowrap;
   text-shadow:none;
}

td.idb-param-legend-label {
    padding-right:10px;
}

div.idb-callout table {
    border-collapse:collapse;
    border-style:none;
}

div.idb-callout td {
    padding:2px;
}


tr.idb-callout-highlighted {
	background-color:#FFFFFF;
}

div.idb-scroll-y, .idb-scroll-y {
   overflow-y:scroll;
}

div.idb-scroll-x, .idb-scroll-x {
   overflow-x:scroll;
}

div.idb-dialog-content {
    font-size:small;
}

.jqui-dialog span {
    font-size:small;
}

a.idb-cb {
    width:32px;
    height:32px;
    background-color:#DDDDDD;
    display:inline-block;
    border:1px solid blue;
    border-radius:5px;
    margin-left:3px;
    background-repeat:no-repeat;
    background-image:url('images/cbicons.png');
}

a.idb-cb:hover {
    background-color:#888888;

}

a.idb-cb-db       {background-position: 0px 0px;}
a.idb-cb-db:hover {background-position: -32px 0px;}

a.idb-cb-note       {background-position: 0px -32px;}
a.idb-cb-note:hover {background-position: -32px -32px;}

a.idb-cb-legend       {background-position: 0px -64px;}
a.idb-cb-legend:hover {background-position: -32px -64px;}

a.idb-cb-paramLegend       {background-position: 0px -96px;}
a.idb-cb-paramLegend:hover {background-position: -32px -96px;}

.frame-content-container {
   width:100%;
   height:100%;
   -webkit-user-select:none;   /* "-webkit-user-select":"none" prevents selection for copy on iPad. */
}

.invalid-param-label {
    color:#FF0000 !important;
}

.param-input .invalid-param-control {
    background-color:#FFFF00 !important;
}

/*
 * Styles for chart parameter panels.
 */
span.param-button-close {
  position:  absolute;
  top:    0;
  width:     20px;
  height:    20px;
  z-index:  2;
  display:  block;
  cursor:   pointer;
}

span.param-button-restore {
  position:  absolute;
  bottom:    2px;
  right:      2px;
  width:     20px;
  height:    20px;
  z-index:  2;
  display:  block;
  cursor:   pointer;
}

.param-resizer {
}

span.param-button-close-east  {right:0;}
span.param-button-close-west  {left:0;}
span.param-button-close-north  {right:0;}
span.param-button-close-south  {right:0;}

span.param-button-close-east      { background: url(images/go-rt-off.gif) no-repeat center; }
span.param-button-close-east:hover  { background: url(images/go-rt-on.gif)  no-repeat center; }
span.param-button-close-west      { background: url(images/go-lt-off.gif) no-repeat center; }
span.param-button-close-west:hover  { background: url(images/go-lt-on.gif)  no-repeat center; }
span.param-button-close-north      { background: url(images/go-up-off.gif) no-repeat center; }
span.param-button-close-north:hover  { background: url(images/go-up-on.gif)  no-repeat center; }
span.param-button-close-south      { background: url(images/go-dn-off.gif) no-repeat center; }
span.param-button-close-south:hover  { background: url(images/go-dn-on.gif)  no-repeat center; }

.param-toggler-east-closed    { background: url(images/go-lt-off.gif) no-repeat center; }
.param-toggler-east-closed:hover  { background: url(images/go-lt-on.gif)  no-repeat center; }
.param-toggler-west-closed    { background: url(images/go-rt-off.gif) no-repeat center; }
.param-toggler-west-closed:hover  { background: url(images/go-rt-on.gif)  no-repeat center; }
.param-toggler-north-closed    { background: url(images/go-dn-off.gif) no-repeat center; }
.param-toggler-north-closed:hover  { background: url(images/go-dn-on.gif)  no-repeat center; }
.param-toggler-south-closed    { background: url(images/go-up-off.gif) no-repeat center; }
.param-toggler-south-closed:hover  { background: url(images/go-up-on.gif)  no-repeat center; }

.param-row select {
    min-width:80px !important;
    max-width:200px;
}

.idb-dashpanel, .idb-dashpanel label {
    font-family:Arial;
    font-size:small;
    color:#000000;
}

.dashlauncher-dash-link:hover {
    cursor:pointer;
    background-color:#B2E1FF;
}

.dashlauncher-dash-link {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:4px 2px;
}

div.idb-autoclose {
    font-size:90%;
    background-color:#EEEEEE;
	color:#000;
	border:1px solid #333333;
	border-radius:5px;
	padding:0px;
    box-shadow: 5px 5px 3px #888888;
}

div.idb-autoclose-content {
   overflow:auto;
   padding:0px;
   margin:0px;
   position:absolute;
   top:5px;
   left:5px;
   right:5px;
   bottom:5px;
}

.idb-combobox {
   position: relative;
   display: inline-block;
}

.idb-combobox-toggle {
   position: absolute;
   top: 0;
   bottom: 0;
   margin-left: -28px;
   padding: 0;
   /* support: IE7 */
   *height: 1.7em;
   *top: 0.1em;
}

.idb-combobox-input {
   margin: 0;
   background-color: #FFFFFF;
   padding:2px;
}

.idb-combobox-autocomplete.ui-menu .ui-menu-item a {
    padding: 2 0 0 0 !important;
    line-height: 1 !important;
    font-size:small !important;
    font-family: Sans-Serif !important;
    border-radius: 0 !important;
}

.idb-combobox-autocomplete.ui-corner-all {
    border-radius: 0 !important;
}

.idb-combobox-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

.param-input .hasDatepicker+img {
    position:relative;
    top:3px;
    margin-left:-17px; 
}

.param-control {
    text-align:left;
}

.idb-display-none {
    display:none;
}

.param-label {
    max-width:100px;
    text-overflow:ellipsis;
    overflow:hidden;
    text-shadow:none;
}


div.idb-slideshow-btn-bar {
    /*width:100%; */
    left:0px;
    height:60px;
    z-index:100;
    position:absolute;
}

a.idb-slideshow-btn {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 100%;
    height:60px;
    width:60px;
    position:absolute;
    top:0px;
    display:block;
    opacity:0.2;
}

a.idb-slideshow-btn:hover {
    opacity:0.5;
}

a.idb-slideshow-btn-back {
    background-image:url("images/ss-back.png");
    left:2px;
}

a.idb-slideshow-btn-forward {
    background-image:url("images/ss-forward.png");
    right:2px;
}

a.idb-slideshow-btn-play {
    background-image:url("images/ss-play.png");
}

a.idb-slideshow-btn-pause {
    background-image:url("images/ss-pause.png");
}

a.idb-gall-btn {
    display:inline-block;
    background-repeat:no-repeat;
    background-image:url('images/GalleryButtons.png');
}

a.idb-gall-btn-left {
    width:12px;
    height:32px;
    background-position: 0px -32px;
}
a.idb-gall-btn-left:hover {
    background-position: 0px -96px;
}

a.idb-gall-btn-right {
    width:12px;
    height:32px;
    background-position: 0px 0px;
}
a.idb-gall-btn-right:hover {
    background-position: 0px -64px;
}

a.idb-gall-btn-up {
    width:32px;
    height:12px;
    background-position: -16px -32px;
}
a.idb-gall-btn-up:hover {
    background-position: -16px -96px;
}

a.idb-gall-btn-down {
    width:32px;
    height:12px;
    background-position: -16px 0px;
}
a.idb-gall-btn-down:hover {
    background-position: -16px -64px;
}

div#dss-controls {
   background-color:#FDFDFD; /* fallback */
   background-color:rgba(255, 255, 255, 0);
   border:none;
   padding:2px 2px;
   top:0px;
   left:0px;
   position:absolute;
   z-index:1;
   align:center;
   vertical-align:middle;
}

#dss-controls form {
    padding: 0px 0px;
    margin: 0px 0px;
    float:left;
}

#dss-controls input[type="button"] {
    width:50px;
}

#dss-controls #dss-toggle-button {
    margin-right:2px;
}

#dss-controls #dss-prev-button {
    margin-left:2px;
}

#dss-controls #dss-back-button {
}

#dss-controls #dss-counter {
    padding-left:2px;
    padding-right:5px;
}

.ui-multiselect.param, .ui-multiselect-menu.param, .ui-multiselect-menu.param label {
	font-size:small;
	font-family:Geneva,Arial,Helvetica,sans-serif;
}


.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect-button {overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
