
/* - daviz-view.css - */
/* https://www.eea.europa.eu/portal_css/daviz-view.css?original=1 */
/* */
/* */
.btn {
display: inline-block;
*display: inline;
padding: 4px 14px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
*line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
*border: 0;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
background-color: #cccccc \9;
}
.btn:first-child {
*margin-left: 0;
}
.btn:hover {
color: #333333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9;
/* */
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn.active,
.btn:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
cursor: default;
background-color: #e6e6e6;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-large {
padding: 9px 14px;
font-size: 16px;
line-height: normal;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-large [class^="icon-"] {
margin-top: 2px;
}
.btn-small {
padding: 3px 9px;
font-size: 12px;
line-height: 18px;
}
.btn-small [class^="icon-"] {
margin-top: 0;
}
.btn-mini {
padding: 2px 6px;
font-size: 11px;
line-height: 16px;
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-block + .btn-block {
margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
color: rgba(255, 255, 255, 0.75);
}
.btn {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
*background-color: #0044cc;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #ffffff;
background-color: #0044cc;
*background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
background-color: #003399 \9;
}
.btn-warning {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #faa732;
*background-color: #f89406;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-repeat: repeat-x;
border-color: #f89406 #f89406 #ad6704;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
color: #ffffff;
background-color: #f89406;
*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
background-color: #c67605 \9;
}
.btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
*background-color: #bd362f;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
color: #ffffff;
background-color: #bd362f;
*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
background-color: #942a25 \9;
}
.btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
*background-color: #51a351;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
color: #ffffff;
background-color: #51a351;
*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
background-color: #408140 \9;
}
.btn-info {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #49afcd;
*background-color: #2f96b4;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-repeat: repeat-x;
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
color: #ffffff;
background-color: #2f96b4;
*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
background-color: #24748c \9;
}
.btn-inverse {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
*background-color: #222222;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-image: -moz-linear-gradient(top, #444444, #222222);
background-repeat: repeat-x;
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
color: #ffffff;
background-color: #222222;
*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-link {
color: #0088cc;
cursor: pointer;
border-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn-link:hover {
color: #005580;
text-decoration: underline;
background-color: transparent;
}
.btn-group {
position: relative;
*margin-left: .3em;
font-size: 0;
white-space: nowrap;
}
.btn-group:first-child {
*margin-left: 0;
}
.btn-group + .btn-group {
margin-left: 5px;
}
.btn-toolbar {
margin-top: 10px;
margin-bottom: 10px;
font-size: 0;
}
.btn-toolbar .btn-group {
display: inline-block;
*display: inline;
/* */
*zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
margin-left: 5px;
}
.btn-group > .btn {
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn-group > .btn + .btn {
margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
font-size: 14px;
}
.btn-group > .btn-mini {
font-size: 11px;
}
.btn-group > .btn-small {
font-size: 12px;
}
.btn-group > .btn-large {
font-size: 16px;
}
.btn-group > .btn:first-child {
margin-left: 0;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
}
.btn-group > .btn.large:first-child {
margin-left: 0;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topleft: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
*padding-top: 5px;
padding-right: 8px;
*padding-bottom: 5px;
padding-left: 8px;
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group > .btn-mini + .dropdown-toggle {
*padding-top: 2px;
padding-right: 5px;
*padding-bottom: 2px;
padding-left: 5px;
}
.btn-group > .btn-small + .dropdown-toggle {
*padding-top: 5px;
*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
*padding-top: 7px;
padding-right: 12px;
*padding-bottom: 7px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
background-image: none;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
background-color: #222222;
}
.btn .caret {
margin-top: 8px;
margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
margin-top: 6px;
}
.btn-large .caret {
border-top-width: 5px;
border-right-width: 5px;
border-left-width: 5px;
}
.dropup .btn-large .caret {
border-top: 0;
border-bottom: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.btn-group-vertical {
display: inline-block;
*display: inline;
/* */
*zoom: 1;
}
.btn-group-vertical .btn {
display: block;
float: none;
width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn-group-vertical .btn + .btn {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical .btn:first-child {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
/* */
@media screen {
.daviz-views {
float: left;
width: 80%;
overflow: auto;
padding-top: 1em;
}
.daviz-thumbnail-lens {
text-align: center;
padding: 1em ! important;
margin: 1em ! important;
}
.daviz-tabular-details {
display: block;
text-align: center;
}
#content ul.chart-tabs,
ul.chart-tabs {
background: #274357;
border: none;
min-height: 37px;
height: auto;
list-style: none;
list-style-image: none !important;
margin: 0 !important;
padding: 0;
}
ul.chart-tabs li {
display: inline !important;
list-style-image: none !important;
margin: 0 !important;
text-indent: 0;
padding-left: 0;
font-size: 14px;
}
ul.chart-tabs span {
height: 21px;
padding-left: 30px;
display: inline-block;
}
#daviz-view ul.chart-tabs li a {
color: #FFF;
border: 0px;
box-sizing: content-box;
line-height: 1;
font-size: 125%;
text-decoration: none;
text-shadow: 1px 1px 1px #000000;
display: inline-block;
padding:10px;
}
#daviz-view ul.chart-tabs li a.current,
#daviz-view ul.chart-tabs li a:hover {
color: #2D8EA3;
text-shadow: 1px 1px 1px white;
background-color: #fff;
}
.daviz-tab-view {
background-color: #fff;
}
.daviz-tab-view:after {
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* */
.daviz-tab-view-noscript {
display:none;
}
.daviz-tab-view-noscript:target {
display:block;
}
.daviz-preview-chart {
}
.daviz-preview-chart img {
float: left;
padding-bottom: 2em;
}
.daviz-tab-norealchart {
border: 1px solid #d14836;
color: #d14836;
position: absolute;
top: 250px;
left: 150px;
background: white;
border-radius: 10px;
box-shadow: 0 0 50px #000;
width: 300px;
padding: 1em;
font-weight: bold;
}
}
/* */
.tab-charts span {
background-image: url("../../++resource++eea.googlecharts.images/charts-icon.png");
background-repeat: no-repeat;
display: block;
padding: 50px 5px 0;
}
.googlechart_class_Dashboard span {
background: url("../../++resource++mini2.png") no-repeat scroll 0 0px transparent;
}
.googlechart_class_PieChart span {
background: url("../../++resource++mini2.png") no-repeat scroll 0 -21px transparent;
}
.googlechart_class_LineChart span,
.googlechart_class_ImageChart span,
.googlechart_class_ComboChart span{
background: url("../../++resource++mini2.png") no-repeat scroll 0 -84px transparent;
}
.googlechart_class_AreaChart span,
.googlechart_class_SteppedAreaChart span{
background: url("../../++resource++mini2.png") no-repeat scroll 0 -105px transparent;
}
.googlechart_class_ColumnChart span,
.googlechart_class_Histogram span{
background: url("../../++resource++mini2.png") no-repeat scroll 0 0px transparent;
}
.googlechart_class_BarChart span{
background: url("../../++resource++mini2.png") no-repeat scroll 0 -42px transparent;
}
.googlechart_class_ScatterChart span,
.googlechart_class_BubbleChart span{
background: url("../../++resource++mini2.png") no-repeat scroll 0 -168px transparent;
}
.googlechart_class_GeoChart span{
background: url("../../++resource++mini2.png") no-repeat scroll 0 -63px transparent;
}
.googlechart_class_ImageSparkLine span,
.googlechart_class_AnnotatedTimeLine span,
.googlechart_class_MotionChart span,
.googlechart_class_CandlestickChart span{
background: url("../../++resource++mini2.png") no-repeat scroll 0 -147px transparent;
}
.googlechart_class_Gauge span,
.googlechart_class_OrgChart span,
.googlechart_class_TreeMap span,
.googlechart_class_Table span{
background: url("../../++resource++mini2.png") no-repeat scroll 0 -126px transparent;
}
#tab-charts {
background: #F3F3F3;
padding-bottom: 2em;
border-radius: 8px 0;
}
#content ul.googlechart_tabs,
ul.googlechart_tabs {
background: #274357;
border-radius: 10px 10px 0px 0px;
border: none;
height: 37px;
list-style: none;
list-style-image: none !important;
margin: 0 !important;
padding: 0;
}
ul.googlechart_tabs li {
float: left;
list-style-image: none !important;
margin: 0 !important;
text-indent: 0;
}
ul.googlechart_tabs span {
height: 21px;
padding-left: 30px;
}
ul.googlechart_tabs li a {
color: #FFF;
border: 0px;
height: 17px;
font-size: 125%;
text-decoration: none;
text-shadow: 1px 1px 1px #000000;
display: inline-block;
padding:10px;
}
ul.googlechart_tabs li a.current, ul.googlechart_tabs li a:hover {
color: #2D8EA3;
text-shadow: 1px 1px 1px #FFFFFF;
background-color: #F3F3F3;
}
ul.googlechart_tabs li:first-of-type a.current,
ul.googlechart_tabs li:first-of-type a:hover {
border-radius: 8px 0 0 0;
}
/* */
#googlechart_dashboard,
.googlechart_dashboard {
box-shadow: 0 2px 2px #ccc;
background: #FFFFFF;
border-top: 1px solid #eee;
overflow: auto;
}
#googlechart_dashboard .google-visualization-controls-slider-horizontal,
.googlechart_dashboard .google-visualization-controls-slider-horizontal {
width: 130px;
}
.charts-inline-block input {
width: 90%;
}
.google_buttons_bar {
text-align: right;
margin-top:1em;
}
.google_buttons_bar .googlechart_button {
float:right;
text-align:center;
}
.mini-header .google_buttons_bar .googlechart_button {
color: #274357;
}
.google_buttons_bar .googlechart_button .export-action-title {
display: block;
}
.google_buttons_bar .btn {
border-radius:0;
}
#googlechart_dashboard,
.googlechart_dashboard {
margin-top: 1em;
}
#googlechart_filters,
.googlechart_filters {
white-space:nowrap;
display: flex;
padding: 1rem 0;
}
.mini-header #googlechart_filters, .mini-header .googlechart_filters {
justify-content: center;
}
#googlechart_filters > div,
.googlechart_filters > div {
background: #fff;
box-shadow: 0 1px 5px -1px rgba(0,0,0,.5);
border-radius: 3px;
margin-bottom:1em;
padding-bottom: 1em;
min-height: 80px;
text-align: center;
}
#googlechart_filters label,
.googlechart_filters label {
display: block;
font-weight: normal;
padding: 5px 10px;
font-size: 14px;
background-color: #274357;
color:#fff;
max-height: 25px;
overflow: hidden;
margin-bottom: 1em;
text-align: left;
}
#googlechart_view,
.googlechart_view {
background: #FFFFFF;
}
#googlechart_view:after,
.googlechart_view:after{
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow:hidden;
}
/* */
.googlechart_table_right #googlechart_filters,
.googlechart_table_right .googlechart_filters {
float: left;
}
.googlechart_table_right #googlechart_filters > div,
.googlechart_table_right .googlechart_filters > div {
min-width: 180px;
max-width: 200px;
overflow: hidden;
margin: 0 1px 3px 1px;
}
.figure-chart-live .googlechart_table_right #googlechart_filters > div,
.figure-chart-live .googlechart_table_right .googlechart_filters > div {
min-width: 150px;
max-width: 170px;
}
.googlechart_table_right #googlechart_view,
.googlechart_table_right .googlechart_view {
max-width: 800px;
float: left;
}
/* */
.googlechart_table_left #googlechart_filters,
.googlechart_table_left .googlechart_filters {
float: left;
}
.googlechart_table_left #googlechart_view,
.googlechart_table_left .googlechart_view {
max-width: 800px;
float: left;
}
.googlechart_table_left #googlechart_filters > div,
.googlechart_table_left .googlechart_filters > div {
min-width: 180px;
max-width: 200px;
overflow: hidden;
margin: 0 1px 3px 1px;
}
.figure-chart-live .googlechart_table_left #googlechart_filters > div,
.figure-chart-live .googlechart_table_left .googlechart_filters > div {
min-width: 150px;
max-width: 170px;
}
.googlechart_table_left #googlechart_filters .google-visualization-controls-slider-horizontal,
.googlechart_table_left .googlechart_filters .google-visualization-controls-slider-horizontal,
.googlechart_table_right #googlechart_filters .google-visualization-controls-slider-horizontal,
.googlechart_table_right .googlechart_filters .google-visualization-controls-slider-horizontal {
width:198px !important;
}
.figure-chart-live .googlechart_table_left #googlechart_filters .google-visualization-controls-slider-horizontal,
.figure-chart-live .googlechart_table_left .googlechart_filters .google-visualization-controls-slider-horizontal,
.figure-chart-live .googlechart_table_right #googlechart_filters .google-visualization-controls-slider-horizontal,
.figure-chart-live .googlechart_table_right .googlechart_filters .google-visualization-controls-slider-horizontal {
width:168px !important;
}
/* */
.googlechart_table_bottom #googlechart_filters > div,
.googlechart_table_bottom .googlechart_filters > div {
float: left;
min-width: 200px;
overflow: hidden;
margin-right: 0.5em;
}
/* */
.googlechart_table_top #googlechart_filters > div,
.googlechart_table_top .googlechart_filters > div {
float: left;
min-width: 200px;
overflow: hidden;
margin-right: 0.5em;
}
.googlechart_table_top #googlechart_view,
.googlechart_table_top .googlechart_view {
clear: left;
}
.mini-header .googlechart_dashboard_table .googlechart_view,
.mini-header .googlechart_table_top #googlechart_view,
.mini-header .googlechart_table_top .googlechart_view {
margin: 0 auto;
}
/* */
.dashboard-chart {
margin: 5px 0;
}
.googlechart_table_left #googlechart_view > div,
.googlechart_table_left .googlechart_view > div {
margin: 0px;
}
.googlechart_table_right #googlechart_view > div,
.googlechart_table_right .googlechart_view > div {
margin: 0px;
}
/* */
.googlechart_table {
overflow: auto;
}
.googlechart_dashboard_table #googlechart_filters,
.googlechart_dashboard_table .googlechart_filters {
float: left;
width: 100%;
height: auto;
}
.googlechart_dashboard_table #googlechart_view,
.googlechart_dashboard_table .googlechart_view {
clear: none;
min-width: 0;
width: 100%;
height: auto;
}
.embedded-dashboard,
.embedded-filters {
margin-top:0px !important;
}
.embedded-side-filters {
max-width:200px !important;
}
.eea-googlechart-hidden-image {
display: none;
}
.googlechart_left_image {
float: left;
padding-left: 0.5em;
}
.googlechart_right_image {
float: right;
padding-right: 0.5em;
}
/* */
.googlechart_left_image ~ .googlechart_right_image {
margin-top: 1.4em;
}
#googlechart_qr.googlechart_left_image {
padding: 0;
}
.googledashboard-widget {
overflow: hidden;
}
.googlechart_dashboard_filters_helper {
display: none;
}
.googledashboard-hidden-helper-filters {
display: none;
}
#daviz-view ul.google-visualization-controls-categoryfilter-selected,
.googlechart_dashboard ul.google-visualization-controls-categoryfilter-selected {
list-style-type: none !important;
margin: 10px auto!important;
max-width: 100% ! important;
display:block!important;
}
li.eea-moved-in-container{
list-style: none !important;
}
#daviz-view ul.google-visualization-controls-categoryfilter-selected li,
.googlechart_dashboard ul.google-visualization-controls-categoryfilter-selected li {
display: block;
white-space: normal;
border:1px solid #e2e2e2 !important;
background-color: white !important;
padding-left: 7px !important;
}
#daviz-view ul.google-visualization-controls-categoryfilter-selected li div,
.googlechart_dashboard ul.google-visualization-controls-categoryfilter-selected li div {
display: inline;
}
#daviz-view ul.google-visualization-controls-categoryfilter-selected li div.charts-link-button-disabled,
.googlechart_dashboard ul.google-visualization-controls-categoryfilter-selected li div.charts-link-button-disabled {
display: none;
}
#daviz-view ul.google-visualization-controls-categoryfilter-selected li div.charts-control,
.googlechart_dashboard ul.google-visualization-controls-categoryfilter-selected li div.charts-control {
padding: 0.3em !important;
}
.googlechart_dashboard{
font:80% Arial, FreeSans, sans-serif;
}
.googlechart_loading_img {
width:100px;
height:100px;
background-image: url(../../++resource++eea.jquery.images/ajax-loader.gif);
display:block !important;
}
.charts-menu-vertical {
max-height: 80% !important;
overflow: auto !important;
}
.googlechart_hide_filters table,
.googlechart_ignore_filters input{
float:right;
margin-right: 15px;
}
@media screen and (max-width: 479px) {
#googlechart_dashboard .googlechart_table_top .googlechart_filter,
.googlechart_dashboard .googlechart_table_top .googlechart_filter,
#googlechart_dashboard .googlechart_table_bottom .googlechart_filter,
.googlechart_dashboard .googlechart_table_bottom .googlechart_filter {
width: 100%;
float: none;
}
}
@media screen and (min-width: 480px) and (max-width: 627px) {
#googlechart_dashboard .googlechart_table_top .googlechart_filter,
.googlechart_dashboard .googlechart_table_top .googlechart_filter,
#googlechart_dashboard .googlechart_table_bottom .googlechart_filter,
.googlechart_dashboard .googlechart_table_bottom .googlechart_filter {
min-width: 48%;
}
}
@media screen and (min-width: 628px) and (max-width: 767px) {
#googlechart_dashboard .googlechart_table_top .googlechart_filter,
.googlechart_dashboard .googlechart_table_top .googlechart_filter,
#googlechart_dashboard .googlechart_table_bottom .googlechart_filter,
.googlechart_dashboard .googlechart_table_bottom .googlechart_filter {
min-width: 32%;
padding:0;
margin-right:3px;
margin-bottom:3px;
}
}
@media screen and (min-width: 768px) {
#googlechart_dashboard .googlechart_table_top .googlechart_filter,
.googlechart_dashboard .googlechart_table_top .googlechart_filter,
#googlechart_dashboard .googlechart_table_bottom .googlechart_filter,
.googlechart_dashboard .googlechart_table_bottom .googlechart_filter {
width: 32%;
padding:0;
margin-right:3px;
margin-bottom:3px;
}
}
#googlechart_dashboard .googlechart_table_top .googlechart_filter ul,
.googlechart_dashboard .googlechart_table_top .googlechart_filter ul,
#googlechart_dashboard .googlechart_table_bottom .googlechart_filter ul,
.googlechart_dashboard .googlechart_table_bottom .googlechart_filter ul {
overflow: auto;
}
#googlechart_dashboard .googlechart_table_left .googlechart_filter ul,
.googlechart_dashboard .googlechart_table_left .googlechart_filter ul,
#googlechart_dashboard .googlechart_table_right .googlechart_filter ul,
.googlechart_dashboard .googlechart_table_right .googlechart_filter ul {
height: 150px;
overflow: auto;
}
#googlechart_dashboard div.googlechart_filter li,
.googlechart_dashboard div.googlechart_filter li{
display: inline;
margin:0 5px 2px 0;
padding: 0.25rem 0.6rem 0.25rem 0;
float: left;
line-height: 1;
font-size: 100%;
}
#googlechart_dashboard .googlechart_filters_side .googlechart_filter li,
.googlechart_dashboard .googlechart_filters_side .googlechart_filter li{
display:block;
float: none;
}
#googlechart_dashboard .googlechart_filter .charts-menu-button,
.googlechart_dashboard .googlechart_filter .charts-menu-button{
vertical-align:top;
margin-right:5px;
}
#googlechart_dashboard .google-visualization-controls-categoryfilter>.charts-inline-block>.charts-menu-button,
.googlechart_dashboard .google-visualization-controls-categoryfilter>.charts-inline-block>.charts-menu-button {
margin-top:0;
}
.eea-filter-value-container {
float:left;
}
#googlechart_dashboard div.googlechart_filter li div.charts-inline-block,
.googlechart_dashboard div.googlechart_filter li div.charts-inline-block{
background-color: transparent !important;
}
.google-visualization-controls-rangefilter-thumblabel {
color: black !important;
font-weight: normal !important;
}
.google-visualization-controls-slider-thumb {
border: 1px solid gray !important;
background-color: #e2e2e2 !important;
}
.google-visualization-controls-slider-horizontal {
border: 1px solid gray !important;
}
.google-visualization-controls-slider-handle {
background-color: gray !important;
}
a.googlechart-inline-resize {
border-bottom: 0;
float: right;
}
.custom-overlay-mask {
position: absolute;
background-color: rgba(0,0,0,0.5);
z-index: 9999;
}
.googlechart-fullchart-resizable {
border: 2px solid green;
position:absolute !important;
z-index: 10000;
}
.googlechart-fullchart-header {
width: 100%;
background-color: #e2e2e2;
opacity: 0;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
text-align: center;
z-index: 10002;
position: relative;
}
input.googlechart-chart-size {
width: 50px;
line-height: 1.2;
padding: 0;
height: 17px;
margin-top: 5px;
}
.googlechart-fullchart-resizable:hover .googlechart-fullchart-header{
opacity: 1;
}
.googlechart-inline-cancel,
.googlechart-inline-apply {
float: right;
margin-left: 3px;
}
.googlechart-chartarea-resizable {
border: 2px dotted green;
z-index: 10001;
}
.googlechart-fullchart-header-hidden{
opacity: 0 !important;
}
.googlechart-chartarea-input {
background-color: #e2e2e2;
display:inline-block;
padding: 0 5px 5px 5px;
opacity: 0;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.googlechart-chartarea-size-input{
padding-top: 5px;
text-align:center;
position:absolute;
overflow:auto;
margin:auto;
height:40px;
width:250px;
top:0;
left:0;
right:0;
bottom:0;
}
.googlechart-chartarea-resizable:hover .googlechart-chartarea-input{
opacity: 1;
}
.charts-inline-block {
font-size: 12px;
}
.googlechart-notes {
clear:both;
/* */
background-color: #FFF;
overflow: hidden;
}
/* */
.googlechart_dashboard .googlechart-notes {
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 1.5em;
width: 100%; /* */
}
/* */
.googlechart-notes p {
font-size: 100%;
margin-bottom: 0;
}
.manual-chart-settings, .manual-padding-settings {
width: 25px;
margin-right: 3px;
}
.embed-settings #embed-padding-settings {
margin: 5px;
}
.embed-settings label {
width: 125px;
float: left;
padding: 3px;
}
.embed-settings .radio-embed {
margin: 5px;
font-weight: normal;
}
.embed-settings #manual-paddings {
margin: 10px 0 10px 5px;
}
.embed-settings .manual-settings-error {
color: red;
}
.embed-settings h4 {
border-bottom: 1px solid #ececec;
}
#chart-size-slider {
margin: 0 0 10px 0;
}
.embed-settings .chart-size {
width: 150px;
float: left;
}
.embed-settings .chart-size label {
width: 90px;
}
.embed-settings .embed-misc-settings {
float: left;
line-height: 50px;
margin: 5px 0 0 10px;
}
#manual-chart-size {
margin: 10px 0 0 0;
}
.embed-settings .embed-controls {
float: right;
}
.embed-settings .chart-size-settings {
margin: 10px 0 5px 0;
}
.googlechart_top_images_noscript .left,
.googlechart_bottom_images_noscript .left{
float:left;
}
.googlechart_top_images_noscript img{
padding:0;
}
.googlechart_top_images_noscript .right,
.googlechart_bottom_images_noscript .right{
float:right;
}
.embedded-dashboard.not_visible {
width:100%;
height:100px;
background: url(../../++resource++eea.jquery.images/ajax-loader.gif) center center no-repeat;
display:block !important;
}
.smc-widget {
position: relative;
}
.smc-widget .smc-control {
display:none;
border:1px solid #eee;
}
.smc-widget:hover .smc-control {
display:block;
color: #bbb;
}
.smc-widget .smc-control:hover {
cursor: pointer;
color: black;
}
.smc-widget .smc-controls {
position: absolute;
width: 100%;
}
.smc-widget .smc-controls-top {
top: 0;
}
.smc-widget .smc-controls-bottom {
bottom: 0;
}
.smc-controls .left {
float: left;
}
.smc-controls .right {
float: right;
}
.multiples-sm-area {
float:left;
}
.multiples-sm-area .smc-widget{
margin:2px;
}
.multiples-sm-header-item{
float:left;
position:relative;
margin:2px;
}
.btn-multiples-sm-enlarge:hover .smc-control{
color: black !important;
background-color: #ccc;
font-size:20px;
width:30px;
height:30px;
padding-top:4px;
}
.btn-multiples-sm-enlarge:hover{
cursor: pointer;
}
.google-visualization-table {
border: 0!important;
}
/* */
.google-visualization-table > div {
scrollbar-width: thin;
}
.google-visualization-table > div::-webkit-scrollbar {
width: 7px;
height: 7px;
background-color: #f3f3f3;
}
.google-visualization-table > div::-webkit-scrollbar-thumb {
background-color: #CCC;
}
@media print {
.smc-controls {
display:none;
}
#googlechart_embed_button {
display:none !important;
}
}
#manual-chart-width,
#manual-chart-height{
width:40px;
}
.motionChartWarning{
font-size:18px;
line-height:1.2;
}

