/* -*- Mode: CSS; tab-width: 4; indent-tabs-mode: nil; -*- */
/* vim:set ft=css ts=4 sw=4 sts=4 autoindent: */

/* style for home page and manual. */

/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,600italic,700italic&subset=latin&effect=smoothing); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic,700italic&subset=latin&effect=smoothing);*/

/* override sentence number text style from brat style-vis.css */
.sentnum text {
  display: none;
}

/* override sentence number separator line style from brat style-vis.css */
.sentnum path {
  display: none;
}

img.bordered {
  border: 1px solid black;
}

#oldbrowser {
  color: red;
}

#partialsupport {
  -weight: bold;
}

a img {
  border: 0;
}
a.fronta:visited {
  color: #2200cc;
}
.smallgray {
  font-size: 80%;
  color:gray;
}
.smallgray a {
  color:gray;
}
.smallgray a:visited {
  color:#aaaaaa;
}

span.tt {
  font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
}

pre {
  display: block;
  white-space: pre;
  background-color: #F8F8F8;
  border: 1px solid #CCC;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

code {
  line-height: 1.4;
/*   font: 12px 'Bitstream Vera Sans Mono','Courier',monospace; */
  font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
  margin: 0 2px;
/*   padding: 0 5px; */
/*   border: 1px solid #EAEAEA; */
/*   background-color: #F8F8F8; */
/*   border-radius: 3px; */
}


pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

.hp-unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
   cursor: default;
}

#notebox {
  width:50%;
  margin:auto;
  text-align:center;
  background-color: #ffcccc;
  padding: 10px;
  margin: 20px;
}

.redacted {
/*  background-color: #ffcccc; */
  background-color: #cccccc;
}

/* img {
  -moz-box-shadow: 5px 5px 5px #999999;
  -webkit-box-shadow: 5px 5px 5px #999999;
  box-shadow: 5px 5px 5px #999999;
  margin-bottom: 0.5em;
} */

img.right {
  border: 1px solid black;
  margin:auto;
  float:right;
  margin-left: 5em;
  margin-bottom: 3em;
  margin-top: 1em;
}

img.tinymargin {
  margin: 0.3em;
}

img.icon {
  vertical-align:bottom;
  -moz-box-shadow: 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  margin-bottom: 0;
}

body {
/*   font-family: 'Open Sans', arial, sans-serif; */
 font-family: 'Open Sans', Arial, freesans, sans-serif; 
  /* font-family: 'Source Sans Pro', Arial, freesans, sans-serif; */
  font-size: 14px;
  overflow-y: scroll;
}

h1 {
  margin-top: 2.5em;
}

h2 {
  margin-top: 2em;
}

h2.nomargin {
  margin-top: 0em;
}

h3 {
  margin-top: 1.5em;
  clear: both;
}

.infolabel {
  font-weight: bold;
  display: inline-block;
  width: 10em;
}

.h1subtitle {
  font-size: 15px;
  color: gray;
}

div.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#hp-header {
  padding-top: 5px;
  margin-bottom: 5px;
  padding-left: 2em;
}
#menulogo {
  padding-top: 0.5em;
  padding-right: 1em;
  float: right;
}
#hp-header span a {
  text-decoration: none; /* no underline in menu */
}
#hp-header > span, #hp-header > a {
  margin-right: 20px;
}

.bigbutton {
  font-size: 20px !important;
  padding: 10px 15px !important;
}

#hp-header > .hp-logo {
  font-size: 1.2em;
  margin-top: -10px;
  margin-bottom: -10px;
  text-shadow: #000 0 0 3px;
}

#main {
  max-width:1000px;
  min-width: 600px;
  padding-left: 2em;
  padding-right: 2em;
}
#content {
  margin: 15px;
}

#manual-main {
  max-width:960px;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 5em;
}

#footer {
  font-size: 9px;
  color: #999;
  border-top: 1px solid lightgray;
  margin-top: 10em;
  margin-bottom: 5em;
  clear: both;
}

.footer-text {
  float: right;
}

.footer-logo {
  float: right;
}

.footer-logo img {
  margin: 0;
  -moz-box-shadow: 0px 0px 0px #fff;
  -webkit-box-shadow: 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px #fff;
}

#titleblock {
  height: 100px;
}

#downloadblock {
  float: right;
  width: 300px;
  margin: 1em;
}

.image {
  margin-left: 2em;
}

.image .caption {
  font-size: 85%;
  font-family: sans-serif;
  text-align: center;
}

#browsersupport {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.annotation_wrapper {
  margin-left: 2em;
  border: 1px solid;
  border-color: rgb(136, 136, 136);
  background-color: rgb(207, 226, 243);
}

.annotation_wrapper td {
  padding: 1em;
}

.annotation_table {
  border: none;
}

.annotation_table th {
  padding: 0em;
  font-family: monospace;
  font-size: 13px;
}

.annotation_table td {
  padding: 0;
  font-family: monospace;
  font-size: 13px;
}

td.complete {
  background-color: lightgreen;
}

td.partial {
  background-color: #F0F0B0;
}

td.none {
  /* background-color: #FF9090;*/
  background-color: white;
}

.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* "starburst" CSS adapted from
   http://matthewjamestaylor.com/blog/css3-starbursts */
.starburst {
  z-index:1000;
  position: relative;
  top: 0px;
  left: 600px;
  margin-left:-2.5em;
  margin-top: -0.5em;
  background: none;
  text-align: center;
  text-decoration: none;
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  rotation: -90deg;
}
.starburst span {
  display: block;
  -webkit-transform:rotate(22.5deg);
  -moz-transform:rotate(22.5deg);
  rotation: 22.5deg;
}
.starburst,
.starburst span {
  width: 5em;
  height: 5em;
  display: block;
  /* border-radius: 3em; */
  font-size: 13px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.starburst span.star,
.starburst span.sshadow {
  position: absolute;
}
.starburst span.star {
  color: white;
  font-weight: bold;
  background: #6da6d1;
}
.starburst span.sshadow {
  -moz-box-shadow: 0px 0px 0px 2px #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
  box-shadow: 0px 0px 0px 2px #fff;
}
.starburst:hover {
  -webkit-transform:rotate(-112.5deg);
  -moz-transform:rotate(-112.5deg);
  rotation: -112.5deg;
}
.starburst:hover span {
  border-radius: 0px;
}
.starburst:hover span.star {
  text-shadow: 0 0 6px #fff, 0 0 2px #fff;
}
.starburst:hover span.sshadow {
  -moz-box-shadow: 0px 0px 10px 10px #fff;
  -webkit-box-shadow: 0px 0px 10px 10px #fff;
  box-shadow: 0px 0px 10px 10px #fff;
}
.center-wrapper {
  width: 5em;
  height: 5em;
  display: table;
}
.center-wrapper p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div.example {
  border: 1px solid gray;
  margin:1em;
  padding:2em 2em 0.5em 2em;
}

#indextable {
  margin-left: 3em;
  margin-top: 2em;
  /* border: 1px solid lightgray; */
  font-size: 120%;
}

#indextable td, #indextable th {
  padding: 5px;
}

#indextable td.right {
  text-align: right;
}

#indextable th {
  border-bottom: 1px solid lightgray;
}

table.typeindex {
  vertical-align: top;
  border-collapse:collapse;
  border: 1px solid lightgray;
}

table.typeindex td {
  vertical-align:top;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

table.typeindex thead th {
  padding: 0.5em;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

table.typeindex tbody td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

table.category {
  margin: 1em;
  width: 100%;
}

table.category td {
  border: none;
}

.jquery-ui-tabs > div {
  font-size: 120%;
}

table.statustable {
  float: right;
  margin-left: 3em;
  border: 1px solid lightgray;
  font-size: 90%;
  color: #444;
}

em strong, b {
  font-weight: 700;
  color: darkred;
}

h1, h2, h3, strong {
  font-weight: 600; /* standard, not extra bold */
}

h4, h5, h6 {
  font-weight: normal;
  text-decoration: underline;
}

.widespan {
    display: inline-block;
    width: 8%;
}

.doublewidespan {
    display: inline-block;
    width: 16%;
}

.triplewidespan {
    display: inline-block;
    width: 24%;
}


.tagspan {
    display: inline-block;
    width: 1em;
}

.genreicon {
    margin-left: 2px;
}

.flagspan {
    display: inline-block;
    width: 5%;
    padding-left: 2em;
}

.propertylogo {
    vertical-align: middle;
    height: 1em;
    margin: 0 1em;
    margin-left: auto;
    margin-right: auto;
}


.flag {
    vertical-align: middle;
    border: solid grey 1px;
    height: 1em;
    margin: 0 1em;
}

.v1warning {
    background-color: yellow;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
}

.v2complete {
    background-color: #0b0;
    font-weight: bold;
    color: white;
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
}


.license {
   vertical-align: middle;
   height: 1.2em;
}

.validationpass {
    color: green;
}

.validationfail {
    color: red;
}


div.bordered-char {
  display:inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid black;
  border-radius: 2px;
  margin: 1px;
}
div.bordered-char span {
  display:inline-block;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 8.5px;
  font-weight: bold;
}

#stars00 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 0;
}

#stars05 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -32px;
}

#stars10 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -64px;
}

#stars15 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -96px;
}

#stars20 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -128px;
}

#stars25 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -160px;
}

#stars30 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -192px;
}

#stars35 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -224px;
}

#stars40 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -256px;
}

#stars45 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -288px;
}

#stars50 {
    width: 160px;
    height: 32px;
    background: url(http://universaldependencies.org/img/stars.png) 0 -320px;
}
