/*
 * Copyright 2010 Google Inc.
 *
 * 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.
 */

/* All pages */

body {
  font-family: arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  width: 24em;
  max-width: 40em;
  padding: 0;
}

h1 {
  margin-top: 0.5em;
  font-size: 14px;
}

h2 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 2px 0 2px;
}

h3 {
  font-size: 13px;
  text-align: center;
}

.disclaimer {
  margin: 1em 0;
  font-size: 10px;
  color: #888;
}

.footer {
  margin: 1em auto;
  font-size: 10px;
  text-align: center;
}

form {
  margin: 0;
}

.logo {
  border: none;
}

.error {
  color: #f00;
}

.deactivation {
  margin: 2em 1em;
}

.mandatory {
  font-size: 12px;
  color: #f00;
  font-weight: bold;
}

.hint {
  font-weight: normal;
  /* font-style: italic; */
  color: #000;
  font-size: 12px;
}

table.person, table.note {
  border: 1px solid #000;
  margin-bottom: 1em;
}

table.fields {
  width: 24em;
}

tr {
  vertical-align: baseline;
}

tr.columns {
  vertical-align: top;
}

td.person.list {
  padding-left: 0px;
}

td.note.list {
  padding-left: 20px;
}

td.list table {
  width: 100%;
}

textarea #description {
 width: 500px;
 height: 150px;
}

th,td {
  padding: 1px;
  text-align: left;
}

table.small_main td {
  padding: 0px;
}

label {
  font-size: 11px;
  font-weight: bold;
}

.tracking {
  font-size: 9px;
  color: #888;
  text-align: right;
}

table.person tr.photo {
  vertical-align: top;
}

tr.text, tr.other, tr.location {
  vertical-align: top;
}

table.input td {
  white-space: nowrap;
}

textarea, input {
  font-family: arial, monospace;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.submit input {
  font-family: arial, sans-serif;
  float: center;
}

td.submit {
  text-align: left;
}

tr.address,tr.photo,tr.author,tr.location,tr.contact {
  background: #EFF1F6;
}

.important {
  font-weight: bold;
}

/* Small-Main page */

.main {
  font-size: 13px;
}

.main .instructions {
  text-align: left;
  font-size: 11px;
}

.main .stats {
  text-align: center;
  font-size: 10px;
  color: #888;
}

.main .action {
  width: 9em;
  padding: 1em;
  border: 1px solid #abe;
  background: #bcf;
  font-weight: bold;
  text-align: center;
}

.main .action:first-child {
  border: 1px solid #ad9;
  background: #bea;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }

/* Query page */

.query .label {
  text-align: right;
  width: 6em;
}

.results-found {
  background: lightGreen;
}

/* View page */
.view-data {
  font-size: 13px;
}

.view-note {
  border: 1px solid #000;
}

div.languages {
  text-align: center;
  font-size: smaller;
  margin-bottom: 12px;
}

div.languages .selected {
  font-weight: bold;
}

h3.sub_title {
  margin-top: -4px;
  margin-bottom: 6px;
}

h3.main_title {
  margin: 0;
}

/* embedding instructions */
div.embed pre {
  font-size: 80%;
  padding: 0.5em;
  background: #eee;
  border: 1px solid #ddd;
}

/* variables in sample code or URLS */
span.var {
  font-style: italic;
  color: green;
}

p.last-embed-paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
}