/*
 *   This file is part of the html5 pivotviewer project
 *
 *   Copyright (C) 2012-2023 OpenLink Software
 *
 *   This project is free software; you can redistribute it and/or modify it
 *   under the terms of the GNU General Public License as published by the
 *   Free Software Foundation; only version 2 of the License, dated June 1991.
 *
 *   This program is distributed in the hope that it will be useful, but
 *   WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 *   General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License along
 *   with this program; if not, write to the Free Software Foundation, Inc.,
 *   51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 */

html { }
body {
    font-family:Gill Sans,Verdana,Helvetica,sans-serif;
    font-size:9pt;
    margin:0;
    padding:0;
    text-align:center;
    height: 100%;
    overflow: auto;
}

//a, a:visited {
 //   color:#224422;
//}

#PG {
    background-color:#FFFFFF;
    text-align:left;
    width:100%;
}

#HD {
    background-image:url("../i/bg_header.png");
    border-bottom:1px solid #222266;
    float:left;
    height:80px;
    width:100%;
}

#HD img {
    border:0 none;
    margin:12px 0 0 12px;
    padding:0;
    vertical-align:middle;
    float:left;
}

img.masthead_logo { }

#HD_L {
    width:170px;
    clear:left;
    float:left}

#HD_M {
    width: 50%;
    float: left;
    margin-left: 10px;}

#HD_M h1 {
    color:#FFFFFF;
    float:left;
    clear:left;
    font-size:14pt;
    margin:13px 0 0 0px;
    padding:0;
    vertical-align:top;
}

#HD h1 a {
    color:#FFFFFF;
}

#HD_M p {
    float: left;
    clear: left;
    font-size: 9pt;
    color: #fff;
    margin: 0;
    padding: 0
}

#HD_R {
    width:300px;
    clear:right;
    float:right;
    margin-top: 5px;
    margin-right: 5px;
    text-align: right;
}

#loggedin {
    height: 21px;
    float: right;
    text-align: right;
    font-size: 10pt
}

#login {
    height: 21px;
    float: right;
    text-align: right;
    font-size: 10pt
}

#MENU {
    float: right;
    clear: right;
    text-align: right;
    color: #fff;
    margin-top: 8px;
    font-size: 10pt}

#MENU a {
    text-decoration: none;
    color: inherit
}

#MENU a:hover {
    text-decoration:underline;
    color:inherit
}

#sharelink {
    float: right;
    clear: right;
    text-align: right;
    margin-top: 8px;
    white-space: nowrap
}

a.sharetxt {
    color: #dde;
    font-size: 10pt
}

a.logo {
    float:left;
    margin-left:10px;
}

#opl_logo {
    border:0 none;
    float:left;
}

.goog-te-banner-frame{visibility:hidden !important;}
#MAIN_BODY{top:0px !important;}

#google_translate_element {
        float: left;
}
#google_translate_element .goog-te-gadget-simple {
        height: 21px;
        font-size: 8pt;
        padding: 0px;
        border:1px solid #C7D7DF !important;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
        color:#3e83a4 !important;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value img{
        float: none;
        margin: 0 0 0 0;
}
#google_translate_element .goog-te-gadget-icon {
        float: none;
        margin: 1px 0 0 1px;
        height: 19px;
        width: 19px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }
#MD {
    background-color:#E9F2F7;
    float:left;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    width: 100%;
}

#FT {
    border-top:1px solid #333355;
    float:left;
    padding-top:10px;
    text-align:center;
    height: 28px;
    width:100%;
}

#ft_b {
    padding-top:10px;
}

div#copyright {
    color:#888888;
    font-size:8pt;
}

div.page_resource_info {
    clear:left;
    float:left;
    margin:15px;
    text-align:left;
}

div.page_resource_info h2 {
    display:inline;
    padding:0;
}

td.rnk {
    margin:0;
    padding:0;
}

img.rnk {
    clear:left;
    float:left;
    margin-top:1px;
}

div.expln {
    margin:0 100px 5px;
}

div.doc_ctr {
    margin:10px;
}

div.main_actions {
    clear:left;
    float:left;
    text-align:left;
    width:100%;
}

div.main_expln {
    clear:left;
    float:left;
    text-align:center;
    width:100%;
}

#res {
    clear:left;
    float:left;
    margin:5px 0 0;
    width:80%;
}

#res h3 {
    margin-left:5px;
    margin-top:0;
}

#FT img {
    border:0 none;
}

input.num {
    text-align:right;
}

.dlg {
    background-color:#FFFFFF;
    border:1px outset;
    margin:10px auto;
    width:90%;
}

.dlg .title {
    background-image:url("../i/dlg_title_bkg.png");
    border-bottom:1px inset;
    margin:0;
    padding:2px 0;
    text-align:center;
}
.dlg .title h2 {
    color:#333333;
}

.dlg form {
    margin:0;
    width:100%;
}

.dlg .btn_bar {
    background-color:#DDDDDD;
    border-top:1px solid #333333;
    height:6ex;
    margin:0;
    padding-top:2ex;
    text-align:right;
    width:100%;
}

.dlg .btn_bar button {
    margin-right:4px;
}

.dlg .btn_bar input[type="submit"] {
    margin-right:6px;
}

.dlg .title h2 {
    color:#333333;
    font-size:10pt;
    margin:0;
}

.dlg .expln {
    margin-left:120px;
}

.dlg .fm_sect {
    border-top:1px solid #333333;
    margin:0 10px 15px;
}

.dlg .fm_sect:first-child {
    border:0 none;
    margin-top:20px;
}

.dlg .fm_sect h3 {
    font-size:9pt;
    margin:0;
}

.dlg label.left_txt {
    clear:left;
    float:left;
    width:120px;
}

.dlg .ctl_expln {
    font-size:8pt;
    font-style:oblique;
    margin-left:120px;
}

#opts_ctr {
    background-color:white;
    text-align:center;
    width:100%;
}

#opts {
    border:1pt solid #555555;
    font-size:9pt;
    margin:auto;
    text-align:left;
    width:650px;
}

#opts input[type="checkbox"] {
    margin-left:120px;
}

#res .btn_bar {
    border-top:1px solid #333333;
    margin-top:15px;
    padding-top:8px;
    text-align:right;
}

#res .btn_bar_top {
    border-top:medium none;
    margin-bottom:10px;
    margin-top:0;
    padding-top:0;
}

#res .pager .stats {
    font-style:italic;
}

div.empty_result {
    font-size:12pt;
    font-weight:bold;
    margin:20px;
}

div.dbg {
    display:none;
}

div.error_msg {
    margin:5px;
}

div.error_msg h2 {
}

div.error_msg div.body {
    margin:10px;
}

div.error_msg div.nav {
    margin-top:10px;
}

div.error_msg div.diag {
    font-size:8pt;
    margin:10px;
}

div#dbg_output {
    clear:left;
    float:left;
    font-size:8pt;
}

#form1 {
    text-align: center;
    margin-top: 25px;
}

#form1 label
{
	display: inline-block;
	vertical-align: center;
	font-weight:bold;
}

#form2 {
    text-align: center;
    margin-top: 5px;
}


#silverlightControlHost {
    height: 100%;
    text-align:center;
}

#socialbar {
    background-color:#E9F2F7;
    clear:right;
    float:right;
    width: 100%;
}

/* Form styles */
#editform
{
	margin: 20px auto;
	width: 80%;
}
#editform fieldset
{
	margin: 0 0 20px;
	padding: 20px;
	border: 2px solid #6A7B6A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#editform legend
{
	font-size: 12pt;
}
#editform ol
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#editform li
{
	margin: 0 0 12px;
	position: relative;
}
#editform label
{
	width: 200px;
	display: inline-block;
	vertical-align: top;
	font-weight:bold;
}
#editform fieldset input,
#editform fieldset textarea,
#editform fieldset select
{
	background: #fff;
	display: inline-block;
	width: 90%;
	border: 1px solid #fff;
	padding: 3px 26px 3px 3px;

	-moz-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#editform fieldset select	{ width: 501px; padding: 3px; }
#editform fieldset #postcode	{ padding: 3px; width: 400px; }


#editform input::-webkit-input-placeholder,
#editform input:-moz-placeholder {
color: #A6A6A6;
}

/*! jQuery UI - v1.10.4 - 2014-10-29
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-front {
        z-index: 100;
}
.ui-state-disabled {
        cursor: default !important;
}
.ui-icon {
        display: block;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat;
}
/* Overlays */
.ui-widget-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.ui-selectable-helper {
        position: absolute;
        z-index: 100;
        border: 1px dotted black;
}
.ui-button {
        display: inline-block;
        position: relative;
        padding: 0;
        line-height: normal;
        margin-right: .1em;
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
        text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
        width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
        width: 2.4em;
}
.ui-button-icons-only {
        width: 3.4em;
}
button.ui-button-icons-only {
        width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
        display: block;
        line-height: normal;
}
.ui-button-text-only .ui-button-text {
        padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
        padding: .4em;
        text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
        padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
        padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
        padding-left: 2.1em;
        padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
        padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
        position: absolute;
        top: 50%;
        margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
        left: 50%;
        margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
        left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
        right: .5em;
}

/* button sets */
.ui-buttonset {
        margin-right: 7px;
}
.ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
        border: 0;
        padding: 0;
}
.ui-dialog {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        outline: 0;
        border-radius: 10px;
}
.ui-dialog .ui-dialog-titlebar {
        position: relative;
}
.ui-dialog .ui-dialog-title {
        float: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 16px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 16px;
}
.ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 0;
        background: #fff;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
        background: -ms-linear-gradient(#fff, #999);
        border-radius: 10px;
        overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
        margin: .5em .4em .5em 0;
        cursor: pointer;
}
.ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {cursor: move;}

/* states and images */
.ui-icon {width: 16px;height: 16px;}
.ui-icon,
.ui-state-default .ui-icon {background-image: url("../i/ui-icons_ef8c08_256x240.png");}

/* positioning */
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }

/* Overlays */
.ui-widget-overlay {
        opacity:1;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: auto;
        background: rgba(0,0,0,0.8);
}
.ui-widget-shadow {
        margin: -5px 0 0 -5px;
        padding: 5px;
        background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
        opacity: .2;
        filter: Alpha(Opacity=20);
        border-radius: 5px;
}


