﻿/* screen css */

@-ms-viewport {
  width: device-width;
}

html, body {
  padding: 0 !important;
  margin: 0 auto !important;
  font-family: MuseoSans, ariel, sans-serif, serif;
  font-size: 94% !important;
  font-weight: normal;
  color: #000000 !important;
  background: linear-gradient(top, #cccccc, #ffffff);
  background: -webkit-gradient(linear, left top, 0 300, from(#cccccc), to(#ffffff));
  background: -moz-linear-gradient(top, #cccccc 1%, #ffffff 30%);
  min-height: 100% !important;
  overflow-x: hidden;
  word-wrap: normal;
  white-space: normal;
  position: static !important;
  top: 0px !important;
}

iframe.goog-te-banner-frame {
  display: none !important;
}

.skiptranslate {
  color: #f9f9f9 !important;
}

.goog-te-gadget {
  color: #f9f9f9 !important;
}

div#google_translate_element {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  float: left !important;
  text-align: center;
  color: #f9f9f9 !important;
}

  div#google_translate_element img {
    display: none !important;
  }

  div#google_translate_element a {
    display: none !important;
  }


.gtranslate {
  padding: 0.25em 0.25em -3.5em 0.25em !important;
  margin-top: -2.1em !important;
  margin-right: 100% !important;
  margin-bottom: 0.8em !important;
  margin-left: 0 !important;
  text-decoration: none;
  font-size: 90% !important;
  color: #f9f9f9 !important;
  z-index: 1970000;
}

p.top > a.return {
  color: #000 !important;
  padding: 0.3em 0.5em !important;
  text-decoration: none;
  background: linear-gradient(top, #fffff, #e5e5e5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  border-radius: 0.3em;
  font-size: 90% !important;
}

  p.top > a.return:hover {
    color: #000;
    text-decoration: none !important;
    padding: 0.3em 0.5em !important;
    background: linear-gradient(top, #e5e5e5, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
    border-radius: 0.3em;
  }





p.index-warn {
  background: #feefb3;
  padding: 0.3em !important;
  margin: 0 0 2em 0 !important;
  border: none;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  clear: both;
  position: relative;
  top: 0.5em !important;
}

.print-index {
  margin-left: 1.45em;
}

div#pagetitle {
  background: inherit !important;
}

small span {
  font-size: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

details {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: block;
}

  details[open] summary ~ * {
    animation: sweep 0.2s ease-in-out !important;
  }

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: 0px
  }

  100% {
    opacity: 1;
    margin-left: 0px
  }
}

summary {
  text-decoration: none !important;
  outline: none !important;
  font-weight: bold;
  cursor: pointer;
  color: #156eb4;
  line-height: 1.7;
  margin-top: 0 !important;
  margin-left: 0.17em;
  padding-bottom: 0 !important;
  width: 100%;
  padding-top: 0 !important;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

[data-title] {
  position: relative;
}

  [data-title]:after {
    content: attr(data-title);
    color: yellow;
    background: #333333 !important;
    border-radius: 3px;
    padding: 0.15em 0.5em 0.1em 0.5em;
    position: absolute;
    left: -9999px;
    opacity: 0;
    bottom: 100%;
    white-space: nowrap;
    -webkit-transition: 0.25s linear opacity;
    font-size: 80%;
  }

  [data-title]:hover:after {
    left: 0.15em;
    bottom: 25px;
    opacity: 1;
    width: 5em;
    text-align: center;
  }

  [data-title]:hover:before {
    border: solid;
    border-color: #333333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 10%;
    position: absolute;
    z-index: 99;
    color: yellow;
  }

p {
  clear: both;
}

details.audio {
  margin-top: 3.2em !important;
  margin-bottom: 0 !important;
  margin-left: 9.5em !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

  details.audio:hover {
    margin-top: 3.2em !important;
    margin-bottom: 0 !important;
    margin-left: 9.5em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

img.audio-icon {
  position: relative;
  top: 0.28em;
  border: none !important;
}

  img.audio-icon:hover {
    position: relative;
    top: 0.28em;
    border: none !important;
  }

/*
  img.audio-icon:active {
    position: relative;
    top: 0.25em;
    border: none !important;
  }

  img.audio-icon:focus {
    position: relative;
    top: 0.25em;
    border: none !important;
  }
*/

summary.return {
  color: #000000;
  padding: 0.02em 0 0.15em 0 !important;
  margin-top: 0 !important;
  margin-right: 0.5em !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  text-decoration: none;
  background: linear-gradient(top, #ffffff, #e5e5e5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  -webkit-box-shadow: 0 5px 4px -4px #555555;
  -moz-box-shadow: 0 5px 4px -4px #555555;
  box-shadow: 0 5px 4px -4px #555555;
  border: 1px solid #cccccc;
  border-radius: 0.5em;
  max-width: 6em !important;
  display: inline !important;
  text-align: center;
  font-weight: normal !important;
  font-size: 95%;
  float: left;
  position: relative;
  top: -2.50em !important;
  bottom: 0;
  left: -10em !important;
  height: 1.56em;
}

  summary.return:hover {
    color: #000000 !important;
    text-decoration: none !important;
    padding: 0.02em 0 0.15em 0 !important;
    margin-top: 0 !important;
    margin-right: 0.5em !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    background: linear-gradient(top, #e5e5e5, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
    border-radius: 0.5em;
    max-width: 6em !important;
    -webkit-box-shadow: 0 5px 4px -4px #555555;
    -moz-box-shadow: 0 5px 4px -4px #555555;
    box-shadow: 0 5px 4px -4px #555555;
    display: inline !important;
    float: left;
    position: relative;
    top: -2.50em !important;
    bottom: 0;
    left: -10em !important;
    height: 1.56em;
  }

audio[controls] {
  margin-top: -1em !important;
  margin-bottom: 3.5em !important;
  margin-left: -15.8em !important;
  width: 16em !important;
  float: left !important;
  z-index: 300000 !important;
  border: 1px solid #cccccc;
  border-radius: 30px;
}

a.printer {
  color: #000000 !important;
  padding: 0.27em 2.1221em !important;
  margin-bottom: 0.5em !important;
  text-decoration: none;
  background: linear-gradient(top, #ffffff, #e5e5e5) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) !important;
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5) !important;
  border-radius: 0.5em;
  font-size: 90% !important;
  position: relative;
  top: 0.5em;
  right: 0.3em;
  left: 0;
  -webkit-box-shadow: 0 4px 4px -4px #555555;
  -moz-box-shadow: 0 4px 4px -4px #555555;
  box-shadow: 0 4px 4px -4px #555555;
  border: 1px solid #bbbbbb;
  width: 6em !important;
}

  a.printer:hover {
    color: #000000 !important;
    padding: 0.38em 2.1221em !important;
    text-decoration: none !important;
    background: linear-gradient(top, #e5e5e5, #ffffff) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff)) !important;
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff) !important;
    border-radius: 0.5em;
    font-size: 90% !important;
    -webkit-box-shadow: 0 4px 4px -4px #555555;
    -moz-box-shadow: 0 4px 4px -4px #555555;
    box-shadow: 0 4px 4px -4px #555555;
    outline: none !important;
    position: relative;
    top: 0.5em;
    right: 0.3em !important;
    left: 0;
    max-width: 6em !important;
  }

a.printer-index {
  color: #156eb4 !important;
  padding: 0.38em 1.925em !important;
  text-decoration: none;
  background: linear-gradient(top, #ffffff, #e5e5e5) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) !important;
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5) !important;
  border-radius: 0.5em;
  font-size: 90% !important;
  position: relative;
  top: 0.5em;
  right: 0.3em;
  left: 0.6em;
  -webkit-box-shadow: 0 4px 4px -4px #555555;
  -moz-box-shadow: 0 4px 4px -4px #555555;
  box-shadow: 0 4px 4px -4px #555555;
  border: 1px solid #bbbbbb;
  max-width: 6em !important;
}

  a.printer-index:hover {
    color: #000000 !important;
    padding: 0.38em 1.925em !important;
    text-decoration: none !important;
    background: linear-gradient(top, #e5e5e5, #ffffff) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff)) !important;
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff) !important;
    border-radius: 0.5em;
    font-size: 90% !important;
    position: relative;
    top: 0.5em;
    right: 0.3em;
    left: 0.6em;
    -webkit-box-shadow: 0 4px 4px -4px #555555;
    -moz-box-shadow: 0 4px 4px -4px #555555;
    box-shadow: 0 4px 4px -4px #555555;
    border: 1px solid #bbbbbb;
    max-width: 6em !important;
  }

[data-title2] {
  position: relative;
  font-weight: bold;
  right: 0;
  top: 1em;
}

  [data-title2]:after {
    content: attr(data-title2);
    color: yellow;
    background: #333333 !important;
    border-radius: 3px;
    padding: 0.1em 0.4em 0.1em 0.1em !important;
    position: absolute;
    left: -9999px;
    opacity: 0;
    bottom: 1%;
    white-space: nowrap;
    -webkit-transition: 0.25s linear opacity;
    font-size: 95%;
    font-weight: bold;
  }

  [data-title2]:hover:after {
    position: absolute;
    bottom: 2px;
    left: -10em;
    opacity: 1;
    width: 22.5em;
    text-align: center;
    color: yellow;
    font-weight: bold;
  }

  [data-title2]:hover:before {
    position: absolute;
    left: 0.1em;
    bottom: 17px;
    border: solid;
    border-color: #333333 transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    z-index: 99;
    color: yellow;
    font-weight: bold;
  }

div#top {
  margin-top: -14em;
  padding-top: 13.5em;
}

dl.indent dt {
  margin-left: 0 !important;
}

.lastupdate {
  padding-left: 4.15em;
}

h3 div.indent1 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

div#faqs > h3 a {
  font-size: 105% !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  text-decoration: none !important;
}

/*

a.printer {
  color: #000000 !important;
  padding: 0.38em 3.2em !important;
  margin-bottom: 0.5em !important;
  text-decoration: none;
  background: linear-gradient(top, #ffffff, #e5e5e5) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) !important;
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5) !important;
  border-radius: 0.5em;
  font-size: 90% !important;
  position: relative;
  top: 0.5em;
  right: 0.3em;
  left: 0;
  -webkit-box-shadow: 0 4px 4px -4px #555555;
  -moz-box-shadow: 0 4px 4px -4px #555555;
  box-shadow: 0 4px 4px -4px #555555;
  border: 1px solid #bbbbbb;
}

  a.printer:hover {
    color: #000000 !important;
    padding: 0.38em 3.2em !important;
    text-decoration: none !important;
    background: linear-gradient(top, #e5e5e5, #ffffff) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff)) !important;
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff) !important;
    border-radius: 0.5em;
    font-size: 90% !important;
    -webkit-box-shadow: 0 4px 4px -4px #555555;
    -moz-box-shadow: 0 4px 4px -4px #555555;
    box-shadow: 0 4px 4px -4px #555555;
    outline: none !important;
    position: relative;
    top: 0.5em;
    right: 0.3em !important;
    left: 0;
  }

a.printer-index {
  color: #156eb4 !important;
  padding: 0.38em 3em 0.38em 2.95em !important;
  text-decoration: none;
  background: linear-gradient(top, #ffffff, #e5e5e5) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) !important;
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5) !important;
  border-radius: 0.5em;
  font-size: 90% !important;
  position: relative;
  top: 0.5em;
  right: 0.3em;
  left: 0.6em;
  -webkit-box-shadow: 0 4px 4px -4px #555555;
  -moz-box-shadow: 0 4px 4px -4px #555555;
  box-shadow: 0 4px 4px -4px #555555;
  border: 1px solid #bbbbbb;
}

  a.printer-index:hover {
    color: #000000 !important;
    padding: 0.38em 3em 0.38em 2.95em !important;
    text-decoration: none !important;
    background: linear-gradient(top, #e5e5e5, #ffffff) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff)) !important;
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff) !important;
    border-radius: 0.5em;
    font-size: 90% !important;
    position: relative;
    top: 0.5em;
    right: 0.3em;
    left: 0.6em;
    -webkit-box-shadow: 0 4px 4px -4px #555555;
    -moz-box-shadow: 0 4px 4px -4px #555555;
    box-shadow: 0 4px 4px -4px #555555;
    border: 1px solid #bbbbbb;
  }
  */


span.logoright {
  float: right !important
}

.source {
  font-weight: normal;
}

td.gold {
  background: #eaeaea;
  color: #000000;
  font-weight: bold;
}

[data-title] {
  position: relative;
}

  [data-title]:after {
    content: attr(data-title);
    color: yellow;
    background: #333333 !important;
    border-radius: 3px;
    padding: 0.15em 0.5em 0.1em 0.5em;
    position: absolute;
    left: -9999px;
    opacity: 0;
    bottom: 100%;
    white-space: nowrap;
    -webkit-transition: 0.25s linear opacity;
    font-size: 80%;
  }

  [data-title]:hover:after {
    left: 0.15em;
    bottom: 25px;
    opacity: 1;
    width: 5em;
    text-align: center;
  }

  [data-title]:hover:before {
    border: solid;
    border-color: #333333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 10%;
    position: absolute;
    z-index: 99;
    color: yellow;
  }

/* dd > a  - for the index page */

dd > a[data-title] {
  position: relative;
}

  dd > a[data-title]:after {
    content: attr(data-title);
    color: yellow;
    background: #333333 !important;
    border-radius: 3px;
    padding: 0.5em 0.9em 0.25em 0.9em;
    position: absolute;
    left: -9999px;
    opacity: 0;
    bottom: 100%;
    white-space: nowrap;
    -webkit-transition: 0.25s linear opacity;
    font-size: 95%;
  }

  dd > a[data-title]:hover:after {
    left: 0;
    bottom: 14px;
    opacity: 1;
    width: auto;
    text-align: center;
  }

  dd > a[data-title]:hover:before {
    border: solid;
    border-color: #333333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 9px;
    content: "";
    left: 10%;
    position: absolute;
    z-index: 99;
    color: yellow;
  }

ol ol ol li {
  list-style: lower-roman !important;
}

span.normal {
  font-weight: normal !important;
}

td > ol {
  padding-left: 1em !important;
}

td > pre > code {
  color: blue !important;
  font-size: 120%;
  font-family: MuseoSans !important;
}

h3.bottomspace {
  padding-bottom: 0.5em;
  color: #000000;
}

dd > ul {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.gold {
  color: #7d0000;
}

h3 > a > code {
  font-size: 142% !important;
}

h3 > a {
  padding: 0.2em 0.2em 0.2em 0 !important;
}

.brown {
  color: brown;
}

span.h2techdocs {
  font-size: 85%;
}

div.faqs {
  margin: 0 !important;
  padding: 0 !important;
}

  div.faqs > h4 > a {
    font-size: 110% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

ol.indent {
  margin-left: 1em !important;
}

.blue {
  color: blue !important;
}

dl dd > pre > code {
  font-size: 115% !important;
  font-family: MuseoSans;
  line-height: 1.2;
  color: blue;
}

span.message {
  outline: 1px solid #aaaaaa;
  color: blue;
  padding: 0.1em;
}

li > pre > code {
  font-size: 115% !important;
  font-family: MuseoSans;
  line-height: 1.2;
  color: blue;
}

h3.stories {
  margin: 0.5em 0 !important;
}

span.stories2 {
  font-size: 90% !important;
}

li > table {
  margin-top: 0.5em !important;
}

span.circle {
  border-radius: 50%;
  border: 1px solid #000000;
  background: yellow;
  color: #000000;
  padding: 0.15em 0;
  margin-right: 0.5em;
}

p > a:hover {
  text-decoration: underline !important;
}

dd > ul {
  padding-left: 2.7em !important;
}

img.bg {
  background: inherit !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

dd.bold {
  font-weight: bold;
}

ol {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

  ol ul {
    padding-left: 2em !important;
  }

blockquote > ol {
  padding-top: 1em;
}

.aablue {
  color: #156eb4;
}

.nolink {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

span.outline {
  outline: 1px solid #000000;
  padding: 0.1em;
}

span.uptext {
  position: relative;
  bottom: 0.5em;
}

span.pdf img {
  float: left;
  margin-right: 0.3em;
  margin-top: 0.2em;
  background: none;
}

span.pdf:hover img {
  float: left;
  margin-right: 0.3em;
  margin-top: 0.2em;
  background: none;
}

.print-button {
  float: left;
  border: none !important;
  padding: 0;
  text-decoration: none;
  margin-right: 0.3em;
  margin-top: 0;
  background: transparent;
}

  .print-button:hover {
    float: left;
    border: none !important;
    padding: 0;
    text-decoration: none;
    margin-right: 0.3em;
    margin-top: 0em;
    background: transparent;
  }

th.center {
  text-align: center !important;
}

img.printlogo {
  display: none;
}

.deep {
  height: 100%;
}

p.techdocs {
  clear: both;
}

h4:hover {
  text-decoration: underline !important;
}

dd > pre code {
  font-size: 100% !important;
  margin-right: 1em !important;
  width: 90% !important;
}

code.code4 {
  font-size: 140%;
}

ul.indent-ul {
  margin-left: 3.5em;
}

div.faqs h4 {
  font-size: 95% !important;
  padding: 0 !important;
}

a.screenshot {
  outline: 1px solid #156eb4;
  padding: 0.3em;
}

div#faqs h3 {
  font-size: 100% !important;
  padding: 0 !important;
  margin: 0 0 0.2em 0 !important;
}

  div#faqs h3 > a:hover, a:active {
    text-decoration: underline !important
  }

div#faqs h4 {
  font-size: 90% !important;
  padding: 0 0 0.1em 0 !important;
}

div#faqs h4, a {
  font-size: 100% !important;
  margin: 0 0 0.1em 0 !important;
}

  a.mastheadicon {
    padding: 0 0.5em 0 0;
    margin: 0;
  }

  a.dropdown {
    color: #000000 !important;
    padding: 0.2em 0.3em 0.35em 0;
  }

    a.dropdown:focus {
      text-decoration: underline !important;
    }

.space-bottom {
  margin-bottom: 0.5em;
}

.redapi {
  color: red;
}

dd > small {
  margin-right: 1em !important;
}

h4.httpsmethod {
  font-size: 100% !important;
  font-weight: normal;
  margin: 0 0 0 4em !important;
  padding: 0 !important;
}

h3.uribottom {
  margin-bottom: 1em;
}

h3 {
  margin-bottom: 0.5em !important;
}

dd ol {
  padding-left: 1em !important;
}

.betcadeblue {
  color: #156eb4;
  font-weight: bold;
}

.indent-dd {
  margin-left: 4em;
}

/*HTTPS Method colors*/

.get, .post, .put, .delete, .patch {
  color: #ffffff;
  padding: 0.3em;
  font-weight: normal;
  margin-right: 0.5em;
  width: 4.7em;
  display: inline-block;
  text-align: center;
  font-size: 80% !important;
}

.get {
  background: #337ab7;
}

.post {
  background: #5cb85c;
}

.put {
  background: #ed9c28;
}

.delete {
  background: #d9534f;
}

.patch {
  background: #b1a74e;
}

/* End HTTPS Method colors*/

/* JIRA Story numbers */

.aae, .ign, .bf, .delete, .patch {
  color: #ffffff;
  padding: 0.1em 0.5em;
  font-weight: normal;
  margin-right: 0.5em;
  width: 4.7em;
  display: inline-block;
  text-align: center;
  font-size: 90% !important;
}

.aae {
  background: #337ab7;
}

.ign {
  background: #5cb85c;
}

.bf {
  background: #ed9c28;
}

.delete {
  background: #d9534f;
}

.patch {
  background: #b1a74e;
}

mark {
  background: yellow !important;
  color: #333333;
  padding: 0 0.2em !important;
}

h3.reducebottom {
  margin: 0 !important;
  padding: 0.3em 0 0 0.3em;
  font-size: 125% !important;
}

p.reducetop {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.oldname {
  font-weight: normal;
  color: #777777 !important;
}

dt.space-top {
  padding-top: 0.1em;
}

dl.uri {
  font-size: 95% !important;
  font-weight: normal !important;
  line-height: 120%;
}

  dl.uri dt {
    margin-top: 0 !important;
    padding-top: 1em !important;
    line-height: 80%;
  }

  dl.uri > dt > a {
    padding-bottom: 1.5em !important;
    margin-bottom: 0.5em !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    color: #00adee !important;
  }

  dl.uri dt a:hover {
    color: #00adee !important;
    text-decoration: underline !important;
    cursor: pointer;
    font-weight: bold !important;
  }

  dl.uri > dd > code {
    margin-top: 0.3em;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    font-size: 110% !important;
  }

  dl.uri dd a:hover {
    text-decoration: underline;
  }

  dl.uri dd > pre code {
    font-size: 120% !important;
    margin-right: 1em !important;
    width: 90% !important;
  }

div.doc2 {
  margin-right: 2em;
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-size: 92%;
  max-width: 100%;
}

  div.doc2 > dl.indent {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  div.doc2 > h4 {
    margin: 0;
    padding: 0;
    font-size: 105% !important;
    color: #333333;
  }

  div.doc2 > dl {
    padding: 0.5em 0 0.3em 0 !important;
    margin: 0 !important;
  }

    div.doc2 > dl.uri {
      padding: 0 !important;
      margin: 0 !important;
    }

      div.doc2 > dl.uri dt {
        padding: 0.5em 0 0 0 !important;
        margin: 0 !important;
        font-size: 110% !important;
      }

    div.doc2 > dl dt a:hover {
      padding: 0 !important;
      margin: 0 !important;
      text-decoration: underline !important;
      cursor: pointer;
    }

    div.doc2 > dl dd a:hover {
      padding: 0 !important;
      margin: 0 !important;
      text-decoration: underline !important;
    }

    div.doc2 > dl dd {
      padding: 0 !important;
      margin: 0 !important;
      line-height: 1 !important;
    }

      div.doc2 > dl dd > ul li {
        padding: 0 !important;
        margin: 0 !important;
      }

      div.doc2 > dl dd ul li a:hover {
        padding: 0 !important;
        margin: 0 !important;
        text-decoration: underline !important;
        cursor: pointer;
      }

    div.doc2 > dl dt {
      padding: 0.5em 0 0.3em 0 !important;
      margin: 0 !important;
      font-size: 115% !important;
    }

    div.doc2 > dl dd {
      padding: 0.2em 0 !important;
      margin-left: 1em !important;
      font-size: 105% !important;
    }

div.doc3 > dl dt {
  padding: 0.5em 0 !important;
  margin: 0 !important;
  font-size: 105% !important;
}

ol li > ol {
  list-style: lower-alpha !important;
}

h2 > div.indent {
  margin: 0 !important;
  padding: 0 !important
}

div.indent2 {
  margin-top: 1em !important;
  margin-bottom: 0.5em !important;
}

div.indent1 > h5 {
  color: #000000 !important;
  font-size: 100%;
}

div.indent1 > dl dt {
  color: #000000 !important;
  font-size: 103% !important;
}

div.indent1 > h3 {
  margin-top: 1em !important;
  font-size: 120% !important;
  color: #000000;
}

div.indent1 > h4 {
  margin-top: 1em !important;
  font-size: 110% !important;
  color: #000000;
}

div.doc1 > h4 {
  margin: 0.5em;
  padding: 0;
  font-size: 98%;
  color: #333333;
}

div.doc1 > dl {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0.5em !important;
}

  div.doc1 > dl.uri {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0.5em !important;
    font-size: 85% !important;
    color: #156eb4 !important;
  }

    div.doc1 > dl.uri dt a {
      padding-left: 0.5em !important;
      margin-left: 0 !important;
      padding-bottom: 2em !important;
      margin-bottom: 2em !important;
      margin-top: 0 !important;
      padding-top: 0 !important;
      font-size: 120% !important;
      color: #156eb4 !important;
    }

  div.doc1 > dl dd {
    padding: 0.5em 0 0 0 !important;
    margin-left: 1.5em !important;
    line-height: 2;
  }

h3.h3-bottom {
  margin-bottom: 1em;
}

.indent1 {
  margin-left: 1.5em !important;
}

.indent2 {
  margin-left: 2em !important;
}

.indent0 {
  margin-left: 1em !important;
}

dl.indent > dt {
  font-size: 93% !important;
}

h4.indent-api {
  margin-left: 1em !important;
}

h3.h3api {
  font-size: 105% !important;
}

iframe.sourcedoc {
  min-width: 100%;
  min-height: 100%;
  padding-top: 1em;
  text-align: left;
  border: 1px solid #999999 !important;
}

div > h4 {
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-size: 105% !important;
}

small.normal {
  font-weight: normal;
  color: #333333;
  padding-left: 0.5em;
}

tr.object {
  background: #eeeeee;
  font-weight: bold;
}

div#faqs > pre.auto {
  width: auto !important;
}

div#faqs > .indent h4 {
  width: auto;
  padding-left: 1em;
  padding-top: 1em;
}

h3.dlheader {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

p.updated {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.6;
}

h4.click {
  margin: 2em 0 1em 0;
  padding: 0;
  font-size: 90%;
  font-weight: normal;
}

h2.margintop {
  padding-top: 1em;
  font-size: 14.5% !important;
}

#content {
  margin: 6em 0 0 0.57em !important;
  padding: 2em 0 1em 0 !important;
  min-height: 100vh;
  line-height: 135%;
  background: inherit !important;
  word-break: normal;
  width: 100vw;
}

/*
  #content  a:hover, a:active, a:focus {
    outline: 1px dotted #000000;
    padding: 0.35em 0 0.4em 0 !important;
  }
*/

#contentchangelog {
  margin: auto auto;
  padding-top: 15em;
  width: 68em;
  max-width: 90%;
  height: 100%;
  *zoom: 1;
  min-height: 100%;
  line-height: 135%;
  clear: both;
}

#contentSERP {
  margin: 0 auto;
  padding-top: 8em;
  width: 68em;
  max-width: 68em;
  height: 100%;
  min-height: 100%;
  line-height: 115%;
}

div.nozindex {
  z-index: 0 !important;
}

img.down {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0;
}

dd.nopad {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

span.triangle {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #333333 transparent transparent;
  position: relative;
  top: 0.9em;
  margin-left: 0.5em;
  margin-bottom: 0 !important;
  padding: 0;
}

span.triangle-blue {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #156eb4 transparent transparent;
  position: relative;
  top: 0.36em;
  margin-left: 0.1em;
  margin-right: 0.4em;
  display: inline-block;
}

/* Scroll to Top button */

span.scroll-top {
  float: right !important;
  margin-top: 1.95em;
  margin-left: 0.7em;
  font-size: 90%;
  padding-top: 0.2em;
}

a.return2 {
  color: #ffffff !important;
  padding: 0.3em 0.6em;
  text-decoration: none;
  font-size: 90%;
  background: #000000 !important;
  border: 1px solid #00adee;
}

  a.return2:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 0.3em 0.6em;
    background: #00adee !important;
    border: 1px solid #00adee;
  }

  a.return2:active {
    color: #ffffff;
    text-decoration: none !important;
    padding: 0.3em 0.6em;
    background: #00adee;
    border: 1px solid #00adee;
  }

  a.return2:focus {
    color: #ffffff;
    text-decoration: none !important;
    padding: 0.3em 0.6em;
    background: #00adee;
    border: 1px solid #00adee;
  }
/* End scroll to Top button */

#glossary > h2 {
  font-size: 140%;
  padding: 0 0 0.5em 0;
  color: #156eb4;
}

/* Glossary alphabetcal horizontal index */

div#glossaryindex {
  margin: 0;
  padding: 0 0 1em 0;
  color: #000;
  display: inline-block;
  width: 100%;
}

  div#glossaryindex ul {
    width: 100%;
    margin: auto auto;
    padding: 0;
    background: linear-gradient(top, #F5F5F5, #DFDFDF);
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
    background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
    text-align: center;
    color: #000 !important;
    display: inline-block;
  }

    div#glossaryindex ul li {
      margin: 0;
      padding: 0;
      background: linear-gradient(top, #F5F5F5, #DFDFDF);
      background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
      background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
      text-align: center;
      color: #000 !important;
      font-weight: bold;
    }

    div#glossaryindex ul.js-css-menu2-index li {
      display: inline-block;
    }

  div#glossaryindex .js-css-menu2-index, ul.js-css-menu2-index ul, ul.js-css-menu2-index li {
    list-style: none;
    padding: 0;
    margin: 0;
  }

.js-css-menu2-index a {
  text-decoration: none !important;
  text-align: left;
  padding: 1.3em 1.5em;
  color: #000;
  background: linear-gradient(top, #F5F5F5, #DFDFDF);
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
  background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
  font-size: 90%;
  display: inline-block;
  width: auto; /*use 'em's' if necessary*/
}

  .js-css-menu2-index a:hover {
    padding: 1.3em 1.5em;
    color: #156eb4;
    text-decoration: none !important;
    cursor: pointer;
    background: linear-gradient(top, #DFDFDF, #F5F5F5);
    background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5));
    background: -moz-linear-gradient(top, #DFDFDF, #F5F5F5);
  }

  .js-css-menu2-index a:active {
    padding: 1.3em 1.5em;
    color: #156eb4;
    text-decoration: none !important;
    cursor: pointer;
    background: linear-gradient(top, #DFDFDF, #F5F5F5);
    background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5));
    background: -moz-linear-gradient(top, #DFDFDF, #F5F5F5);
  }

  .js-css-menu2-index a:focus {
    padding: 1.3em 1.5em;
    color: #156eb4;
    text-decoration: none !important;
    cursor: pointer;
    background: linear-gradient(top, #DFDFDF, #F5F5F5);
    background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5));
    background: -moz-linear-gradient(top, #DFDFDF, #F5F5F5);
  }

.js-css-menu2-index > li {
  display: inline-block;
}

  .js-css-menu2-index > li > a {
    color: #000;
    display: block;
  }

  .js-css-menu2-index > li:hover > a {
    background-color: #000;
  }

  .js-css-menu2-index > li > a:active {
    background-color: #ddd;
  }

  .js-css-menu2-index > li div {
    position: absolute;
    display: none;
    margin-top: 0.3em;
  }

    .js-css-menu2-index > li div ul {
      display: block;
    }

  .js-css-menu2-index > li:hover div {
    display: block;
    line-height: 200%;
    border: none;
  }

/* End Glossary alphabetcal horizontal index */

#termlist {
  text-align: center;
}

table.tablewidth {
  width: auto !important;
  margin-top: 0.5em;
}
/*
    table.tablewidth th {
        background: #fafafa !important;
    }*/

table.indent {
  position: relative;
  left: 1em !important;
}

.gray {
  color: gray;
}

.green {
  color: forestgreen;
  font-weight: bold;
}

.yellow2 {
  color: yellow;
  font-weight: bold;
}

.yellow {
  background: #FFFFF0;
  color: #000;
}

.lightblue {
  background: #e6f3f7;
  color: #000;
}

.red {
  color: red;
  background-color: transparent;
}

.red2 {
  color: red;
  background-color: transparent;
}

.purple {
  color: purple;
}

.titlesmall {
  font-size: 80%;
  font-style: italic;
}

.eapa-blue {
  color: #0000ff;
}

.eapa-print {
  display: none;
}

.top-space {
  margin-top: -9.5em;
  padding-top: 10em;
}

.top-space2 {
  margin-top: -11em;
  padding-top: 11.5em;
}

li.floatleft {
  float: left;
}

#glossarystart {
  margin-top: 1.5em;
}

div#find-button {
  margin-bottom: 1.5em;
}

ul.onthispage {
  margin-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-right: 1em;
}

  ul.onthispage li {
    margin-left: 0 !important;
    list-style-type: none;
  }

  ul.onthispage ul {
    margin-left: 0 !important;
    padding-left: 1em !important;
    list-style-type: none;
  }

.onthispage {
  list-style-type: none !important;
  padding-left: 0;
}

  .onthispage a {
    list-style-type: none !important;
    text-decoration: none !important;
  }

    .onthispage a:hover {
      list-style-type: none !important;
      text-decoration: underline !important;
    }

    .onthispage a:active {
      list-style-type: none !important;
      text-decoration: underline !important;
    }

    .onthispage a:focus {
      list-style-type: none !important;
      text-decoration: underline !important;
    }

.print1 {
  display: none;
}

.print2 {
  display: normal;
}

h2.top-space {
  margin-top: -12.5em !important;
  padding-top: 13.3em !important;
}

h3.top-space {
  margin-top: -6.3em !important;
  padding-top: 6.8em !important;
  font-size: 125%;
}

#glossary > h2.top-space {
  margin-top: -11em !important;
  padding-top: 11.3em !important;
}

dt.top-space {
  margin-top: -15.5em !important;
  padding-top: 16em !important;
}

#MicrosoftTranslatorWidget {
  float: left;
  margin: -5.2em 0 0 -11.8em !important;
  padding: 0 0 0.75em 0 !important;
  color: #ffffff !important;
  background: linear-gradient(top, #bbbbbb, #000000);
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#000000));
  background: -moz-linear-gradient(top, #bbbbbb, #000000);
  -webkit-box-shadow: 0 5px 4px -4px #555555;
  -moz-box-shadow: 0 5px 4px -4px #555555;
  box-shadow: 0 5px 4px -4px #555555;
  border: 1px solid #cccccc;
  border-radius: 6px;
  height: 2em !important;
  font-size: 95% !important;
}

  #MicrosoftTranslatorWidget:hover {
    color: #000000 !important;
  }

  #MicrosoftTranslatorWidget img {
    display: none !important;
  }

.drop {
  padding-top: 1em;
}

h2.top-border {
  border-top: 1px solid #cccccc !important;
  width: 90%;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0 !important;
  width: 68em;
  max-width: 90vw;
  margin: auto auto;
  word-break: normal;
}

.logo {
  border: none;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  float: left;
  clear: both;
}

h1#headline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 0.5em !important;
  font-size: 135%;
}



h2#headline {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0.2em !important;
  font-size: 160%;
  color: #b22222;
  position: relative !important;
  top: -0.3em !important;
  left: 0 !important;
  right: 0 !important;
  clear: both;
}

script.noshow {
  display: none !important;
}

h2#headline2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
  font-size: 140%;
}

h2#headline-search {
  margin-top: 1em;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0 !important;
  font-size: 135%;
  color: #b22222;
}

h2#header2 {
  clear: both;
  color: #333333;
  margin: 0.5em 0 0.5em 0 !important;
  font-size: 185%;
  width: auto;
  font-weight: 900 !important;
  /*border-bottom: 1px solid #999;*/
}

div#masthead {
  min-width: 100%;
  background-color: #ffffff !important;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0.1em 0 1em 0;
  z-index: 2;
  margin: 0 !important;
  width: 48em;
}

  div#masthead img {
    background-color: #ffffff;
    padding: 0.5em 0 0 0.5em !important;
    border: none !important;
  }

div#header {
  width: 68em;
  background: #ffffff;
  margin: auto auto 0 auto !important;
}

div#mainlogo {
  width: 68em;
  margin: 0 auto;
  padding: 1.4em 0 0.7em 0 !important;
  background: #ffffff !important;
}

.searchform {
  float: right;
  margin-top: 1em;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

/*main page screen-sized*/

.outlinered {
  outline: 2px solid red;
  padding: 0.2em 0.4em;
  margin: 0 0.1em;
}

span.outlineblack {
  outline: 2px solid #000000;
  padding: 0 0.2em;
  margin: 0 0.1em;
}

.outlinegreen {
  outline: 2px solid #5ea226;
  padding: 0 0.2em;
  margin: 0 0.1em;
}

.outlineblue {
  outline: 2px solid #4f7ccb;
  padding: 0 0.2em;
  margin: 0 0.1em;
}

.outlineorange {
  outline: 2px solid #ff8000;
  padding: 0 0.2em;
  margin: 0 0.1em;
}

.outlinepurple {
  outline: 2px solid #ce3bff;
  padding: 0 0.2em;
  margin: 0 0.1em;
}

ol {
  line-height: 1.5;
}

/* Navigation - Mixed dropdown and static links */

.navindent {
  margin-left: 0.5em !important;
}

/*

div#nav {
  margin: 0 auto 1em auto !important;
  padding: 0 !important;
  text-align: center !important;
  height: auto;
  background:#ffffff;
  transition-delay: .5s;
  z-index: 6;
}

  div#nav ul {
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    background: transparent;
    color: #000000;
    transition-delay: .5s;
    z-index: 6;
  }

  div#nav ul li {
    margin: 0 !important;
    padding: 0;
    text-align: center !important;
    font-size: 93% !important;
    cursor: default;
    width: 17em;
    z-index: 500;
    border-radius: 5px;
    background: linear-gradient(top, #F5F5F5, #aaaaaa);
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#aaaaaa));
    background: -moz-linear-gradient(top, #F5F5F5, #aaaaaa);
    color: #000000;
    transition-delay: .5s;
    z-index: 6;
  }

  div#nav ul li a {
    padding: 0.5em 0.3em !important;
    margin: 0 !important;
    border-bottom: none;
    border-radius: 5px;
    display: block;
    text-align: center !important;
    background: linear-gradient(top, #aaaaaa, #F5F5F5);
    background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#F5F5F5));
    background: -moz-linear-gradient(top, #aaaaaa, #F5F5F5);
    color: #000000 !important;
    width: 17em;
    transition-delay: .5s;
    z-index: 6;
  }

  div#nav ul li a:hover {
    text-align: center;
    display: block;
    padding: 0.5em 0.3em !important;
    margin: 0 !important;
    border-bottom: none;
    transition-delay: 0;
    width: 17em;
    border-radius: 5px;
    background: linear-gradient(top, #aaaaaa, #F5F5F5);
    background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#F5F5F5));
    background: -moz-linear-gradient(top, #aaaaaa, #F5F5F5);
    color: #000000 !important;
  }

  div#nav ul li a:active {
    text-align: center;
    display: block;
    padding: 0.5em 0.3em !important;
    margin: 0 !important;
    border-bottom: none;
    border-radius: 5px;
    background: linear-gradient(top, #aaaaaa, #F5F5F5);
    background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#F5F5F5));
    background: -moz-linear-gradient(top, #aaaaaa, #F5F5F5);
    color: #000000;
    width: 17em;
    transition-delay: 0;
    z-index: 6;
  }

  div#nav ul li a:focus {
    text-align: center;
    display: block;
    padding: 0.5em 0.3em !important;
    margin: 0 !important;
    border-bottom: none;
    border-radius: 5px;
    background: linear-gradient(top, #aaaaaa, #F5F5F5);
    background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#F5F5F5));
    background: -moz-linear-gradient(top, #aaaaaa, #F5F5F5);
    color: #000000;
    width: 17em;
    transition-delay: 0;
    z-index: 6;
  }

  /* 2nd level links */

div#nav ul ul {
  margin: 0 !important;
  font-size: 105% !important;
  border-radius: 5px;
  padding: 0.3em 0.5em !important;
  font-weight: bold;
  background: linear-gradient(top, #aaaaaa, #F5F5F5);
  background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#F5F5F5));
  background: -moz-linear-gradient(top, #aaaaaa, #F5F5F5);
  color: #000000;
  z-index: 6;
  transition-delay: .5s;
}

  div#nav ul ul li {
    margin: 0 !important;
    padding: 0.3em 0.5em !important;
    border-radius: 5px;
    background: linear-gradient(top, #aaaaaa, #F5F5F5);
    background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#F5F5F5));
    background: -moz-linear-gradient(top, #aaaaaa, #F5F5F5);
    color: #000000;
    z-index: 6;
    transition-delay: .5s;
  }

    div#nav ul ul li a {
      margin: 0 !important;
      transition-delay: .5s;
      padding: 0.3em 0.5em !important;
      border-radius: 5px;
      color: #000000;
      background: linear-gradient(top, #F5F5F5, #aaaaaa);
      background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#aaaaaa));
      background: -moz-linear-gradient(top, #F5F5F5, #aaaaaa);
      z-index: 6;
    }

      div#nav ul ul li a:hover {
        margin: 0 !important;
        transition-delay: 0;
        padding: 0.3em 0.5em !important;
        border-radius: 5px;
        background: linear-gradient(top, #aaaaaa, #F5F5F5);
        background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#F5F5F5));
        background: -moz-linear-gradient(top, #aaaaaa, #F5F5F5);
        color: #000000;
        z-index: 6;
      }

      div#nav ul ul li a:active {
        margin: 0 !important;
        transition-delay: 0;
        padding: 0.3em 0.5em !important;
        border-radius: 5px;
        background: linear-gradient(top, #aaaaaa, #F5F5F5);
        background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#F5F5F5));
        background: -moz-linear-gradient(top, #aaaaaa, #F5F5F5);
        color: #000000;
        z-index: 6;
      }

      div#nav ul ul li a:focus {
        margin: 0 !important;
        transition-delay: 0;
        padding: 0.3em 0.5em !important;
        border-radius: 5px;
        color: #000000;
        background: linear-gradient(top, #aaaaaa, #F5F5F5);
        background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#F5F5F5));
        background: -moz-linear-gradient(top, #aaaaaa, #F5F5F5);
      }

div#nav li a.left {
  text-align: left !important;
}

/* open page effect */
.index #index,
.crindex #crindex,
.crmgt #crmgt,
.changelog #changelog,
.infra #infra,
.auth #auth,
.users #users,
.roles #roles,
.credentialmanagement #credentialmanagement,
.credentialusageaccess #credentialusageaccess,
.lockermanagement #lockermanagement,
.settings #settings,
.licenses #licenses,
.emailnotifications #emailnotifications,
.auditlog #auditlog,
.installer #installer,
.migration #migration,
.appsregistration #appsregistration,
.devices #devices,
.activity #activity,
.workloadmanagement #workloadmanagement,
.dashboard #dashboard,
.schedule #schedule,
.common #common,
.cyberark #cyberark {
  background: inherit;
  color: #000000;
  text-decoration: none !important;
  pointer-events: none !important;
  border-radius: 5px;
  text-align: center;
  cursor: none !important;
  font-weight: bold !important;
  padding: 0.3em 0.5em;
  width: 17em;
}

/* With no border-radius

div#nav {
	margin: 0;
	padding: 0;
	text-align: center !important;
	border: none !important;
}

	div#nav ul {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center !important;
		background: #333333 !important;
		color: #fff;
		border: none !important;
	}

		div#nav ul li {
			margin: 0 !important;
			padding: 0.5em 1em 0.5em 0.3em;
			background: #333333;
			color: #fff;
			text-align: center !important;
			font-size: 95% !important;
			cursor: default;
			width: 11em !important;
			z-index: 500;
			border: none !important;
		}

		div#nav ul ul {
			margin: 0.2em 0 !important;
			padding: 0.3em 0;
			font-size: 105% !important;
			transition-delay: 5.5s !important;
			min-width: 20em;
			background: #333333;
			border: none !important;
		}

			div#nav ul ul li {
				margin: 0 0 0 -0.7em !important;
				padding: 0.3em 0.2em 0.2em 0.2em !important;
				min-width: 21em;
				transition-delay: 5.5s !important;
				background: #333333;
				font-size: 90% !important;
				border: none !important;
			}

	div#nav a {
		color: #fff;
		background: #333333;
		padding: 0.3em 0.2em 0.2em 0.2em !important;
		margin: 0 !important;
		display: block;
		text-align: left !important;
		text-decoration: none !important;
		border: none !important;
	}

		div#nav a:hover {
			color: #fff;
			text-align: center;
			background: #00adee;
			display: block;
			padding: 0.3em 0.2em 0.2em 0.2em !important;
			margin: 0 !important;
			transition-delay: 0 !important;
			z-index: 500;
			text-decoration: none !important;
			border: none !important;
		}

		div#nav a:active {
			color: #fff;
			text-align: left;
			background: #00adee;
			display: block;
			padding: 0.3em 0.2em 0.2em 0.2em !important;
			margin: 0 !important;
			text-decoration: none !important;
			border: none !important;
		}

		div#nav a:focus {
			color: #fff;
			text-align: center;
			background: #00adee;
			display: block;
			padding: 0.3em 0.2em 0.2em 0.2em !important;
			margin: 0 !important;
			text-decoration: none !important;
			border: none !important;
		}

	div#nav li a.left {
		text-align: left !important;
	}

	div#nav li a.left1 {
		text-align: left !important;
		background: #333333 !important;
		color: yellow !important;
		font-weight: bold !important;
		font-size: 110% !important;
		cursor: default !important;
	}

		div#nav li a.left1:hover {
			text-align: left !important;
			background: #333333 !important;
			font-weight: bold !important;
			color: yellow !important;
		}

	*/
/* footer */
div#footer {
  background: inherit;
  color: #000;
  width: 68em;
  height: 4.3em;
  margin-top: 1em !important;
  margin-bottom: 2em !important;
  padding-bottom: 0 !important;
  width: 100%;
}

div#innerfooter {
  width: 68em;
  max-width: 100%;
  margin: 0 auto;
}

  div#innerfooter a {
    background: transparent;
    color: #000;
    text-decoration: none !important;
  }

    div#innerfooter a:hover {
      background: transparent;
      color: #156eb4;
      text-decoration: underline !important;
    }

div#footer.footerfaq {
  padding-top: 4em;
}

.img1 {
  border: none !important;
  margin-left: 0.2em;
  padding: 0.8em 0 0.5em 0;
  margin-right: 0;
}

.img2 {
  border: 1px solid #bbb !important;
  border-radius: 0 !important;
  padding: 0.5em;
  margin-right: 0;
  margin-top: 0.5em;
  margin-bottom: 0;
}

div#innerfooter span.copyright {
  float: right;
  margin-right: 0;
  padding-top: 0.8em;
  text-align: right;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0.5em;
  font-size: 85%;
  line-height: 1.3 !important;
}

div#innerfooter span.contact {
  color: #156eb4;
  font-size: 120%;
  font-weight: bold;
}

/* end footer */

/* nav for faq */
#navfaq {
  margin: 0;
  padding: 0;
}

  #navfaq ul {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    background: linear-gradient(top, #F5F5F5, #DFDFDF);
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
    background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
    text-align: center;
  }

  #navfaq.js-css-menu {
    display: inline-block;
  }

  #navfaq.js-css-menu, .js-css-menu ul, .js-css-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
  }

    #navfaq.js-css-menu a {
      text-decoration: none !important;
      text-align: left;
      padding: 1em;
      color: #000;
      background: linear-gradient(top, #F5F5F5, #DFDFDF);
      background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
      background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
      font-size: 90%;
      font-weight: normal;
      display: inline-block;
      width: auto; /*use 'em's' if necessary*/
    }

      #navfaq.js-css-menu a:hover {
        color: #000;
        text-decoration: none !important;
        cursor: pointer;
        background: linear-gradient(top, #DFDFDF, #F5F5F5);
        background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5));
        background: -moz-linear-gradient(top, #DFDFDF, #F5F5F5);
      }

    #navfaq.js-css-menu > li {
      display: inline-block;
    }

      #navfaq.js-css-menu > li > a {
        color: #000;
        display: block;
      }

      #navfaq.js-css-menu > li:hover > a {
        background-color: #000;
      }

      #navfaq.js-css-menu > li > a:active {
        background-color: #ddd;
      }

      #navfaq.js-css-menu > li div {
        position: absolute;
        display: none;
        margin-top: 0.3em;
      }

        #navfaq.js-css-menu > li div ul {
          display: block;
        }

      #navfaq.js-css-menu > li:hover div {
        display: block;
        line-height: 200%;
        border: none;
      }

#faqs h4 {
  cursor: pointer;
  color: #156eb4;
  font-size: 100%;
}

  #faqs h4:hover {
    color: #777;
  }

  #faqs h4:active {
    color: #777;
  }

  #faqs h4:focus {
    color: #777;
  }

#faqs div {
  height: 0;
  overflow: hidden;
  position: relative;
}

  #faqs div h4 {
    padding: 0 !important;
    margin: 0 0 0 1.2em;
  }

    #faqs div h4 p {
      padding: 0 !important;
      margin: 0 !important;
    }

div#submenu li div ul li {
  display: inline;
}

/* end nav faq */

.translate-hide {
  display: none;
}

.page-top {
  margin: 1.5em 0;
}

span.syntax {
  padding: 0 0.3em;
  margin-bottom: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #cfcfcf;
  border-bottom-right-radius: 5px;
  background-color: #cfcfcf;
  color: #000;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace, serif;
  font-size: 90%;
  text-shadow: none;
  z-index: 0 !important;
}

.headbuttons {
  margin-top: 0;
}

.indent {
  padding-left: 1em !important;
}

.indent-level1 {
  padding-left: 1em !important;
}

.indent-level2 {
  padding-left: 2em !important;
}

.indent-level3 {
  padding-left: 3.3em !important;
}

blockquote {
  background: #00adee;
  padding: 1em 0.5em;
  margin: 1em 0;
  border: none;
  color: #fff;
  border-radius: 5px;
}






  blockquote > h5 {
    margin-top: 0.5em;
    margin-bottom: 0 !important;
  }

ul > ol > ol {
  list-style: lower-alpha !important;
}

li.alpha {
  list-style: lower-alpha !important;
}

blockquote {
  background: #00adee;
  padding: 1em 0.5em;
  margin: 1em 0;
  border: none;
  color: #fff;
  border-radius: 5px;
}



  /*This is 1*/

  blockquote.api {
    background: #f5f5f5 !important;
    padding: 0.1em 0.3em 0.5em 0 !important;
    margin: 1em 0 !important;
    border: 1px solid #cccccc;
    border-radius: 0.5em;
    color: #000000 !important;
    line-height: 1.4em !important;
    font-size: 93% !important;
  }

  blockquote.yellow {
    background: #ffffe0 !important;
    padding: 0.5em !important;
    margin: 1em 0 !important;
    border: none;
    color: #000000 !important;
    line-height: 1.4em !important;
    text-align: center;
    border-radius: 0.5em;
    font-size: 93% !important;
    z-index: 0 !important;
  }

  blockquote.api-index {
    background: #fafafa !important;
    padding: 0.5em 0 0.5em 0 !important;
    margin: 0 1em 0 0 !important;
    border: 1px solid #cccccc;
    border-radius: 0.5em;
    color: #000000 !important;
    line-height: 1.4em !important;
    font-size: 93% !important;
    max-width: 100%;
  }

    blockquote.api-index > div.container {
      margin: 0 0 0.5em 1em !important;
      padding-left: 0 !important;
      max-width: 100% !important;
    }

  blockquote.api > h5 {
    margin-top: 0.5em !important;
    margin-left: 0.3em !important;
  }

  blockquote.api > h3 {
    margin-top: 0.5em !important;
    margin-left: 0.3em !important;
  }

  blockquote.api > dl > dt {
    font-size: 100% !important;
    padding-left: 1em;
  }

  blockquote.api > p {
    padding-left: 1em;
  }

  blockquote.api > ul li > ul {
    padding-left: 2em !important;
  }

  blockquote.api > ol, ul {
    margin-top: 0;
    margin-bottom: 0.3em;
    margin-left: 0;
    padding-left: 3em;
    padding-top: 0;
  }

p.top {
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 100%;
}

  p.top > a.return {
    border: 1px solid #cccccc;
    font-size: 90% !important;
  }

h4.response {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

h5.response {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

blockquote.ceiling {
  margin-top: 1.6em;
}

blockquote > p.top {
  padding-top: 0.5em;
  padding-bottom: 2em;
  font-size: 90%;
}

h4.requestbody {
  padding-top: 0;
  margin-top: -0.5em !important;
  margin-bottom: 1em !important;
  margin-left: 1.2em !important;
  font-size: 90% !important;
}

div#faqs h3 {
  font-size: 150%;
  margin-top: 0 !important;
  padding-top: 0 !important;
  text-decoration: none !important;
}

/*
div#faqs h3 > a:link:before, a:hover::before, a:active::before, a:focus::before  {
	content: " \00B1  ";
	margin-bottom: 0.8em !important;
}

span.aablueplus {
	margin-bottom: 0.8em;
	color: #156eb4;
	font-weight: bold;
}
*/

/* for use with the Reset button in code examples*/

.reset {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  background: linear-gradient(top, #F5F5F5, #DFDFDF);
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
  background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
  color: #000;
  padding: 0.2em 0.3em;
  border: 1px solid #ddd !important;
  border-top-left-radius: 5px;
  text-decoration: none;
  font-size: 90%;
  cursor: pointer;
}

  .reset:hover {
    background: linear-gradient(top, #DFDFDF, #F5F5F5) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5)) !important;
    background: -moz-linear-gradient(top, #DFDFDF, #F5F5F5) !important;
  }

/* End reset*/

a.button {
  background-color: #4668b3;
  color: #fff;
  padding: 0.2em 0.3em;
  text-decoration: none;
}

  a.button:hover {
    background: #4668b3;
    color: #fff;
    text-decoration: none;
    padding: 0.2em 0.3em;
  }

div.contents {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 1em !important;
  font-size: 105%;
}

span.pdf img {
  float: right;
  margin-right: 0.3em;
  margin-top: 0.14em;
  background: none;
}

span.pdf:hover img {
  float: right;
  margin-right: 0.3em;
  background: none;
}

span.print-button img {
  float: right !important;
  border: none !important;
  padding: 0;
  text-decoration: none;
  margin-right: 0.2em;
  margin-top: -0.3em;
  cursor: pointer;
  font-size: 65%;
  vertical-align: top;
}

/* Hyperlink colors */

a:link {
  color: #156eb4;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: #156eb4;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #C00;
  background: transparent;
}

a:link img, a:visited img {
  border-style: none;
}

a img {
  color: white;
}

.json {
  margin-bottom: 0.5em;
}

code.code1 {
  font-size: 115% !important;
  padding: 0 0.2em !important;
  background: #fafafa !important;
  border: 1px solid #f8f8ff !important;
  border-radius: 3px;
  z-index: 0 !important;
}

code.code2 {
  font-size: 100% !important;
  padding-left: 0.4em !important;
  z-index: 0 !important;
}

code.code3 {
  font-size: 105% !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  z-index: 0 !important;
}

/* pre and pre - code */

pre.bottom {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-top: 2em !important;
  z-index: 0 !important;
}

pre {
  border: 1px solid #bbb;
  padding: 1em;
  background-color: #fafafa;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1 !important;
  font-size: 85%;
  clear: both;
  -ms-word-wrap: normal !important;
  word-wrap: normal !important;
  overflow: auto !important;
  white-space: pre-wrap;
  z-index: 0 !important;
  width: auto !important;
}

  pre > p.top {
    padding: 0 !important;
  }

code {
  background-color: transparent !important;
  font-size: 130%;
  -ms-word-wrap: normal !important;
  word-wrap: normal !important;
  overflow: auto !important;
  white-space: pre;
  z-index: 0 !important;
  width: auto !important;
}

/* tables */

table {
  background-color: #fff !important;
  border-collapse: collapse !important;
  border: 1px solid #bbb !important;
  font-size: 90% !important;
  vertical-align: top !important;
  width: auto;
  overflow: auto !important;
  margin-bottom: 2em;
}

tr {
  border: 1px solid #bbb !important;
}

/*
	tr:nth-of-type(even) {
		background: #eee !important;
	}
*/

table.autowidth {
  width: auto;
  max-width: 100vw;
  margin-top: 0.5em !important;
  margin-right: 1em !important;
  margin-bottom: 1em !important;
  margin-left: 1em !important;
  font-size: 95% !important;
}

li > table.autowidth {
  width: auto;
  max-width: 100vw;
  margin-top: 0.5em !important;
  margin-right: 1em !important;
  margin-bottom: 1em !important;
  margin-left: 0 !important;
  font-size: 95% !important;
}

th.usage {
  color: #fff;
  background-color: #000;
}

th {
  border: 1px solid #bbbbbb !important;
  padding: 0.5em !important;
  background: #dddddd !important;
  text-align: left !important;
  vertical-align: top !important;
  color: #000000;
}

td {
  border: 1px solid #bbb !important;
  padding: 0.5em !important;
  text-align: left !important;
  vertical-align: top !important;
  -ms-word-wrap: break-word !important;
  word-wrap: break-word !important;
  overflow: auto !important;
}

caption {
  font-size: 100% !important;
  font-weight: bold !important;
  text-align: left !important;
  padding: 0 0 0.2em 0;
  font-size: 110% !important;
}

tfoot {
  background: cornsilk;
}

#form {
  float: right;
  margin-top: 0;
  padding-top: 0 !important;
  margin-bottom: 0.8em !important;
}

#login {
  margin-left: 0;
  width: 100%;
}

img {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  font-style: italic;
  color: #4668b3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #4668b3;
}

p.img {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-style: italic;
  color: #4668b3;
}

.img-no-border {
  border: none;
}

.center {
  text-align: center;
}

hr {
  margin-top: 0;
  margin-bottom: 1.5em;
  border-top: 0.01em solid #cccccc;
}

.right {
  float: right;
}

.courier {
  font-family: "Courier New";
  font-size: large;
}

div.indent > h4 {
  margin-top: 0 !important;
}

/* font sizes */

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  color: #666;
}

h1 {
  font-size: 155%;
}

h2 {
  font-size: 125%;
  margin: 0 0 1em 0;
  padding-top: 0;
}

h3 {
  font-size: 115%;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  color: #000000 !important;
}

.h3normal {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

h4 {
  font-size: 110%;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 105%;
  margin-bottom: 0;
  margin-top: 0 !important;
}

h6 {
  font-size: 100%;
  font-variant: small-caps;
}

.hide {
  display: none;
}

p.copyright {
  font-size: small;
}

  p.copyright small {
    font-size: small;
  }

p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

ol {
  margin-top: 0 !important;
}

blockquote.api > ol ol {
  list-style-type: lower-alpha !important;
  padding-left: 0 !important;
  margin-left: 1.8em !important;
}

ul {
  margin-top: 0 !important;
}

  ul ol li {
    list-style-type: decimal !important;
  }

dl {
  margin-top: 0 !important;
}

dt {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

dl.indent > dt {
  font-size: 110% !important;
}

dl.faq > dt {
  font-size: 100% !important;
}

ul li dd {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

dd {
  margin-left: 1em;
}

li > dd {
  margin-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.view {
  color: #fff;
  background-color: #4668b3;
  padding: 0.1em 0.3em;
}

dfn {
  font-style: normal;
}









/* Return to top button */

a.return {
  color: #000 !important;
  padding: 0.3em 0.5em !important;
  text-decoration: none;
  background: linear-gradient(top, #ffffff, #e5e5e5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  border-radius: 0.3em;
  -webkit-box-shadow: 0 4px 4px -4px #555555;
  -moz-box-shadow: 0 4px 4px -4px #555555;
  box-shadow: 0 4px 4px -4px #555555;
}

  a.return:hover {
    color: #000;
    text-decoration: none !important;
    padding: 0.3em 0.5em !important;
    background: linear-gradient(top, #e5e5e5, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
    border-radius: 0.3em;
    -webkit-box-shadow: 0 4px 4px -4px #555555;
    -moz-box-shadow: 0 4px 4px -4px #555555;
    box-shadow: 0 4px 4px -4px #555555;
  }



div.doc1 > p.top > a.return {
  color: #000 !important;
  padding: 0.3em 0.5em !important;
  text-decoration: none;
  background: linear-gradient(top, #ffffff, #e5e5e5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  border-radius: 0.3em;
  font-size: 90% !important;
}

  div.doc1 > p.top > a.return:hover {
    color: #000;
    text-decoration: none !important;
    padding: 0.3em 0.5em !important;
    background: linear-gradient(top, #e5e5e5, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
    border-radius: 0.3em;
  }


div.doc2 dl.indent {
  padding: 0 0 1.3em 0 !important;
  margin: 0 !important;
}

div.doc2 > p.top > a.return {
  color: #000 !important;
  padding: 0.3em 0.5em !important;
  text-decoration: none;
  background: linear-gradient(top, #ffffff, #e5e5e5F);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  border-radius: 0.3em;
  font-size: 90% !important;
}

  div.doc2 > p.top > a.return:hover {
    color: #000;
    text-decoration: none !important;
    padding: 0.3em 0.5em !important;
    background: linear-gradient(top, #e5e5e5, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5F), to(#ffffff));
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
    border-radius: 0.3em;
  }



dd > p.top > a.return {
  color: #000 !important;
  padding: 0.3em 0.5em !important;
  text-decoration: none;
  background: linear-gradient(top, #ffffff5, #e5e5e5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  border-radius: 0.3em;
  font-size: 90% !important;
}

  dd > p.top > a.return:hover {
    color: #000;
    text-decoration: none !important;
    padding: 0.3em 0.5em !important;
    background: linear-gradient(top, #e5e5e5, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
    background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
    border-radius: 0.3em;
  }



.frame {
  width: 99.7%;
  height: 640px;
  overflow: auto;
  margin-left: 0;
  margin-bottom: 1em;
}

.frame2 {
  width: 100%;
  height: 640px;
  overflow: auto;
  margin-left: 0;
}

/* @media queries*/

/*@media only screen and (max-width: 120em), (min-device-width: 46em) and (max-device-width: 300em) and (initial-scale: 1.0)*/

/* @media only screen and (max-width: 64em), (min-device-width: 24em) and (max-device-width: 240em) and (initial-scale: 1.0)*/

/* @media only screen and (max-width: 55.3em), (min-device-width: 30.250em) and (max-device-width: 55.3em) and (initial-scale: 1.0)*/

/* @media screen and (max-width: 34em), (min-device-width: 23em) and (max-device-width: 64em) and (initial-scale: 1.0)*/

/* @media only screen and (max-width: 64em), (min-device-width: 24em) and (max-device-width: 44em) and (initial-scale: 1.0)*/

/*@media screen and (max-width: 1024px), (min-device-width: 300px) and (max-device-width: 2024px) and (initial-scale: 1.0)*/

/* @media only screen and (max-width: 55.3em), (min-device-width: 30.250em) and (max-device-width: 55.3em) and (initial-scale: 1.0)*/

/*@media only screen and (max-width: 480px), only screen and (max-device-width: 480px)*/

/* @media only screen and (max-width: 1324px), only screen and (max-device-width: 1324px)*/

@media screen and (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1024px) and (initial-scale: 1.0) {



  div#masthead {
    background: #ffffff !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0.1em 0 1em 0;
    z-index: 2;
    margin: 0 !important;
    max-width: 100vw !important;
  }

    div#masthead img {
      background: #ffffff;
      padding: 0 0 0.7em 1em !important;
      border: none !important;
    }

  div#header {
    width: 100vw;
    background: #ffffff;
    margin: 0 !important;
  }

  div#mainlogo {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0.1em 0 1em 0;
    z-index: 2;
    margin: 0 !important;
    max-width: 100vw !important;
    background-color: #ffffff !important;
  }

  #content {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh;
    line-height: 135%;
    background: inherit !important;
    word-break: normal;
    width: 90vw;
  }

  img.logo {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }



  div#google_translate_element {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: left !important;
    text-align: center;
    color: #f9f9f9 !important;
  }

    div#google_translate_element img {
      display: none !important;
    }

    div#google_translate_element a {
      display: none !important;
    }


  .gtranslate {
    padding: 0.25em 0.25em -3.5em 0.25em !important;
    margin-top: -2.1em !important;
    margin-right: 100% !important;
    margin-bottom: 0.8em !important;
    margin-left: 0 !important;
    text-decoration: none;
    font-size: 90% !important;
    color: #f9f9f9 !important;
    z-index: 1970000;
  }






  p.index-warn {
    background: #feefb3;
    padding: 0.3em !important;
    margin: 0 0 2em 0 !important;
    border: none;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    clear: both;
    position: relative;
    top: 0.5em !important;
  }








  h3.top-space {
    margin-top: -6.8em !important;
    padding-top: 7.3em !important;
    font-size: 125%;
  }







  /* footer */
  div#footer {
    background: inherit;
    color: #000;
    width: 68em;
    height: 4.3em;
    margin-top: 0 !important;
    margin-bottom: 2em !important;
    padding-bottom: 0 !important;
    width: 100%;
  }

  div#innerfooter {
    width: 68em;
    max-width: 100%;
    margin: 0 auto;
  }

    div#innerfooter a {
      background: transparent;
      color: #000;
      text-decoration: none !important;
    }

      div#innerfooter a:hover {
        background: transparent;
        color: #156eb4;
        text-decoration: underline !important;
      }

  div#footer.footerfaq {
    padding-top: 4em;
  }

  .img1 {
    border: none !important;
    margin-left: 0.2em;
    padding: 0.8em 0 0.5em 0;
    margin-right: 0;
  }

  .img2 {
    border: 1px solid #bbb !important;
    border-radius: 0 !important;
    padding: 0.5em;
    margin-right: 0;
    margin-top: 0.5em;
    margin-bottom: 0;
  }

  div#innerfooter span.copyright {
    float: right;
    margin-right: 0;
    padding-top: 0.8em;
    text-align: right;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0.5em;
    font-size: 85%;
    line-height: 1.3 !important;
  }

  div#innerfooter span.contact {
    color: #156eb4;
    font-size: 120%;
    font-weight: bold;
  }

  /* end footer */

  div#pagetitle {
    background: inherit !important;
  }

  /*
  .printer {
    color: #156eb4 !important;
    padding: 0.1em 0.8em !important;
    text-decoration: none;
    background: linear-gradient(top, #ffffff, #DFDFDF) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DFDFDF)) !important;
    background: -moz-linear-gradient(top, #ffffff, #DFDFDF) !important;
    border-radius: 0.3em;
    font-size: 90% !important;
    position: relative;
    left: 0.5em;
    -webkit-box-shadow: 0 4px 4px -4px #555555;
    -moz-box-shadow: 0 4px 4px -4px #555555;
    box-shadow: 0 4px 4px -4px #555555;
    border: 1px solid #bbbbbb;
  }

    .printer:hover {
      color: #000000 !important;
      padding: 0.1em 0.8em !important;
      text-decoration: none !important;
      background: linear-gradient(top, #8000000, #F5F5F5) !important;
      background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5)) !important;
      background: -moz-linear-gradient(top, #DFDFDF, #F5F5F5) !important;
      border-radius: 0.3em;
      font-size: 90% !important;
      position: relative;
      left: 0.5em;
      -webkit-box-shadow: 0 4px 4px -4px #555555;
      -moz-box-shadow: 0 4px 4px -4px #555555;
      box-shadow: 0 4px 4px -4px #555555;
      border: 1px solid #bbbbbb;
    }



  .printer-index {
    color: #156eb4 !important;
    padding: 0.1em 0.8em !important;
    text-decoration: none;
    background: linear-gradient(top, #ffffff, #DFDFDF) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DFDFDF)) !important;
    background: -moz-linear-gradient(top, #ffffff, #DFDFDF) !important;
    border-radius: 0.3em;
    font-size: 90% !important;
    position: relative;
    left: 0.5em;
    -webkit-box-shadow: 0 4px 4px -4px #555555;
    -moz-box-shadow: 0 4px 4px -4px #555555;
    box-shadow: 0 4px 4px -4px #555555;
    border: 1px solid #bbbbbb;
  }

    .printer-index:hover {
      color: #000000 !important;
      padding: 0.1em 0.8em !important;
      text-decoration: none !important;
      background: linear-gradient(top, #8000000, #F5F5F5) !important;
      background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5)) !important;
      background: -moz-linear-gradient(top, #DFDFDF, #F5F5F5) !important;
      border-radius: 0.3em;
      font-size: 90% !important;
      position: relative;
      left: 0.5em;
      -webkit-box-shadow: 0 4px 4px -4px #555555;
      -moz-box-shadow: 0 4px 4px -4px #555555;
      box-shadow: 0 4px 4px -4px #555555;
      border: 1px solid #bbbbbb;
    }
    */

  small span {
    font-size: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  details.audio {
    margin-top: 3.2em !important;
    margin-bottom: 0 !important;
    margin-left: 9.5em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

    details.audio:hover {
      margin-top: 3.2em !important;
      margin-bottom: 0 !important;
      margin-left: 9.5em !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

  img.audio-icon {
    position: relative;
    top: 0.25em;
    border: none !important;
  }

    img.audio-icon:hover {
      position: relative;
      top: 0.25em;
      border: none !important;
    }

    img.audio-icon:active {
      position: relative;
      top: 0.25em;
      border: none !important;
    }

    img.audio-icon:focus {
      position: relative;
      top: 0.25em;
      border: none !important;
    }

  details {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: block;
  }

    details[open] summary ~ * {
      animation: sweep 0.2s ease-in-out !important;
    }

  @keyframes sweep {
    0% {
      opacity: 0;
      margin-left: 0px
    }

    100% {
      opacity: 1;
      margin-left: 0px
    }
  }

  summary.return {
    color: #000000;
    padding: 0.02em 0 0.15em 0 !important;
    margin-top: 0 !important;
    margin-right: 0.5em !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    text-decoration: none;
    background: linear-gradient(top, #ffffff, #e5e5e5);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
    background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
    -webkit-box-shadow: 0 5px 4px -4px #555555;
    -moz-box-shadow: 0 5px 4px -4px #555555;
    box-shadow: 0 5px 4px -4px #555555;
    border: 1px solid #cccccc;
    border-radius: 0.5em;
    max-width: 6em !important;
    display: inline !important;
    text-align: center;
    font-weight: normal !important;
    font-size: 95%;
    float: left;
    position: relative;
    top: -2.50em !important;
    bottom: 0;
    left: -10em !important;
    height: 1.56em;
  }

    summary.return:hover {
      color: #000000 !important;
      text-decoration: none !important;
      padding: 0.02em 0 0.15em 0 !important;
      margin-top: 0 !important;
      margin-right: 0.5em !important;
      margin-bottom: 0 !important;
      margin-left: 0 !important;
      background: linear-gradient(top, #e5e5e5, #ffffff);
      background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
      background: -moz-linear-gradient(top, #e5e5e5, #ffffff);
      border-radius: 0.5em;
      max-width: 6em !important;
      -webkit-box-shadow: 0 5px 4px -4px #555555;
      -moz-box-shadow: 0 5px 4px -4px #555555;
      box-shadow: 0 5px 4px -4px #555555;
      display: inline !important;
      float: left;
      position: relative;
      top: -2.50em !important;
      bottom: 0;
      left: -10em !important;
      height: 1.56em;
    }

  audio[controls] {
    margin-top: -1em !important;
    margin-bottom: 3.5em !important;
    margin-left: -15.8em !important;
    width: 16em !important;
    float: left !important;
    z-index: 300000 !important;
    border: 1px solid #cccccc;
    border-radius: 30px;
  }

  a.printer {
    color: #000000 !important;
    padding: 0.27em 2.1221em !important;
    margin-bottom: 0.5em !important;
    text-decoration: none;
    background: linear-gradient(top, #ffffff, #e5e5e5) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) !important;
    background: -moz-linear-gradient(top, #ffffff, #e5e5e5) !important;
    border-radius: 0.5em;
    font-size: 90% !important;
    position: relative;
    top: 0.5em;
    right: 0.3em;
    left: 0;
    -webkit-box-shadow: 0 4px 4px -4px #555555;
    -moz-box-shadow: 0 4px 4px -4px #555555;
    box-shadow: 0 4px 4px -4px #555555;
    border: 1px solid #bbbbbb;
    width: 6em !important;
  }

    a.printer:hover {
      color: #000000 !important;
      padding: 0.38em 2.1221em !important;
      text-decoration: none !important;
      background: linear-gradient(top, #e5e5e5, #ffffff) !important;
      background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff)) !important;
      background: -moz-linear-gradient(top, #e5e5e5, #ffffff) !important;
      border-radius: 0.5em;
      font-size: 90% !important;
      -webkit-box-shadow: 0 4px 4px -4px #555555;
      -moz-box-shadow: 0 4px 4px -4px #555555;
      box-shadow: 0 4px 4px -4px #555555;
      outline: none !important;
      position: relative;
      top: 0.5em;
      right: 0.3em !important;
      left: 0;
      max-width: 6em !important;
    }

  a.printer-index {
    color: #156eb4 !important;
    padding: 0.38em 1.925em !important;
    text-decoration: none;
    background: linear-gradient(top, #ffffff, #e5e5e5) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) !important;
    background: -moz-linear-gradient(top, #ffffff, #e5e5e5) !important;
    border-radius: 0.5em;
    font-size: 90% !important;
    position: relative;
    top: 0.5em;
    right: 0.3em;
    left: 0.6em;
    -webkit-box-shadow: 0 4px 4px -4px #555555;
    -moz-box-shadow: 0 4px 4px -4px #555555;
    box-shadow: 0 4px 4px -4px #555555;
    border: 1px solid #bbbbbb;
    max-width: 6em !important;
  }

    a.printer-index:hover {
      color: #000000 !important;
      padding: 0.38em 1.925em !important;
      text-decoration: none !important;
      background: linear-gradient(top, #e5e5e5, #ffffff) !important;
      background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff)) !important;
      background: -moz-linear-gradient(top, #e5e5e5, #ffffff) !important;
      border-radius: 0.5em;
      font-size: 90% !important;
      position: relative;
      top: 0.5em;
      right: 0.3em;
      left: 0.6em;
      -webkit-box-shadow: 0 4px 4px -4px #555555;
      -moz-box-shadow: 0 4px 4px -4px #555555;
      box-shadow: 0 4px 4px -4px #555555;
      border: 1px solid #bbbbbb;
      max-width: 6em !important;
    }

  [data-title2] {
    position: relative;
    font-weight: bold;
    right: 0;
    top: 1em;
  }

    [data-title2]:after {
      content: attr(data-title2);
      color: yellow;
      background: #333333 !important;
      border-radius: 3px;
      padding: 0.1em 0.4em 0.1em 0.1em !important;
      position: absolute;
      left: -9999px;
      opacity: 0;
      bottom: 1%;
      white-space: nowrap;
      -webkit-transition: 0.25s linear opacity;
      font-size: 95%;
      font-weight: bold;
    }

    [data-title2]:hover:after {
      position: absolute;
      left: -10em !important;
      bottom: 2px;
      opacity: 1;
      width: 25em;
      text-align: center;
      color: yellow;
      font-weight: bold;
    }

    [data-title2]:hover:before {
      border: solid;
      border-color: #333333 transparent;
      border-width: 6px 6px 0 6px;
      content: "";
      position: absolute;
      bottom: 17px;
      left: -6em !important;
      z-index: 99;
      color: yellow;
      font-weight: bold;
    }

  [data-title] {
    position: relative;
  }

    [data-title]:after {
      content: attr(data-title);
      color: yellow;
      background: #333333 !important;
      border-radius: 3px;
      padding: 0.15em 0.5em 0.1em 0.5em;
      position: absolute;
      left: -9999px;
      opacity: 0;
      bottom: 100%;
      white-space: nowrap;
      -webkit-transition: 0.25s linear opacity;
      font-size: 80%;
    }

    [data-title]:hover:after {
      left: 0.15em;
      bottom: 25px;
      opacity: 1;
      width: 5em;
      text-align: center;
    }

    [data-title]:hover:before {
      border: solid;
      border-color: #333333 transparent;
      border-width: 6px 6px 0 6px;
      bottom: 20px;
      content: "";
      left: 10%;
      position: absolute;
      z-index: 99;
      color: yellow;
    }

  p.index-warn {
    background: #feefb3;
    padding: 1em !important;
    margin: 1em 0.5em 1em 0 !important;
    border: none;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: -1.5em;
  }

  blockquote.yellow {
    background: #ffffe0 !important;
    padding: 0.5em !important;
    margin: 1em 0 1em 1em !important;
    border: none;
    color: #000000 !important;
    line-height: 1.4em !important;
    text-align: center;
  }

  h2#headline-search {
    margin-top: 1em !important;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0 !important;
    font-size: 135%;
  }

  .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: 0 !important;
  }

  div#faqs h3 {
    font-size: 95% !important;
    padding: 0 !important;
    margin: 0 0 0.2em 0 !important;
  }

  #MicrosoftTranslatorWidget {
    float: left;
    margin: -5.3em 0 0 -12em !important;
    padding: 0 0 0.65em 0 !important;
    color: #ffffff !important;
    background: linear-gradient(top, #bbbbbb, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#000000));
    background: -moz-linear-gradient(top, #bbbbbb, #000000);
    -webkit-box-shadow: 0 5px 4px -4px #555555;
    -moz-box-shadow: 0 5px 4px -4px #555555;
    box-shadow: 0 5px 4px -4px #555555;
    border: 1px solid #cccccc;
    border-radius: 6px;
    height: 2em !important;
    font-size: 95% !important;
  }

  span#MicrosoftTranslatorWidget:hover {
    color: #000000 !important;
    background: linear-gradient(top, #dddddd, #F5F5F5);
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#F5F5F5));
    background: -moz-linear-gradient(top, #dddddd, #F5F5F5);
  }

  span#MicrosoftTranslatorWidget img {
    display: none !important;
  }

  blockquote.api-index {
    background: #f5f5f5 !important;
    padding: 0.5em 0.3em 0.5em 0 !important;
    margin: 1em 1em 0 0 !important;
    border-radius: 0.3em;
    color: #000000 !important;
    line-height: 1.4em !important;
    min-width: 90%;
    word-wrap: normal;
    white-space: normal;
    border: 1px solid #cccccc;
  }






  li.nosmartphone {
    display: none !important;
  }

  .archive {
    line-height: 0.5 !important;
    font-size: 140% !important;
  }

  .nolink {
    margin-left: 5% !important;
    padding-left: 0 !important;
  }

  form.searchform {
    margin-top: 0.7em !important;
    margin-right: 2em !important;
  }

  div#header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: -0.5em !important;
    width: 100%;
  }

  h1#headline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 0 !important;
    font-size: 130%;
  }

  h2#headline {
    margin: 0 0 -0.5em 0 !important;
    padding: 0 !important;
    font-size: 140%;
    color: #b22222;
    position: relative !important;
    top: -0.5em !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  h2#header2 {
    clear: both;
    color: #333333;
    padding-top: 0.8em !important;
    font-size: 185%;
    margin: 3.5em 0 0.5em 0 !important;
    width: auto;
    /*border-bottom: 1px solid #999;*/
  }

  div#faqs > h4 > a {
    font-size: 90% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  div#faqs > h5 {
    font-size: 80% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  h2 > span.updated {
    font-size: 70% !important;
    font-weight: normal !important;
  }

  h4.click {
    margin: 0.3em 0 1em 0;
    padding: 0;
    font-size: 90%;
    font-weight: normal;
  }

  #contentchangelog {
    margin: auto auto;
    padding-top: 0;
    width: 68em;
    max-width: 90%;
    height: 100%;
    *zoom: 1;
    min-height: 100%;
    line-height: 135%;
    clear: both;
  }

  /*HTTP Method colors*/

  .get, .post, .put, .delete, .patch {
    color: #ffffff;
    padding: 0.3em 0.6em;
    font-weight: normal;
    margin-right: 0.5em;
    width: 4em;
    display: inline-block;
    text-align: center;
  }

  .get {
    background: #337ab7;
  }

  .post {
    background: #5cb85c;
  }

  .put {
    background: #ed9c28;
  }

  .delete {
    background: #d9534f;
  }

  .patch {
    background: #b1a74e;
  }

  iframe.sourcedoc {
    min-width: 100%;
    min-height: 100%;
    padding-top: 1em;
    text-align: left;
    border: 1px solid #999999 !important;
    margin-top: 1em;
  }

  div#faqs > pre.auto {
    width: auto !important;
  }

  div#faqs > .indent h4 {
    padding-left: 1em;
    padding-top: 1em;
  }

  h3.dlheader {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  span.updated {
    font-size: 75% !important;
    font-weight: normal;
  }

  #contentSERP {
    margin: 0 auto;
    padding-top: 0;
    height: auto;
    min-height: 100%;
    line-height: 135%;
  }

  span.scroll-top {
    position: fixed !important;
    right: 2%;
    font-size: 90%;
    font-weight: normal;
    display: normal !important;
    z-index: 25;
    margin-right: 1em !important;
    padding-top: 0.5em;
  }

  a.return2 {
    color: #333333 !important;
    padding: 0.3em 0.6em;
    text-decoration: none;
    font-size: 90%;
    background: transparent !important;
    border: 1px solid #333333;
  }

    a.return2:hover {
      color: #ffffff !important;
      text-decoration: none !important;
      background: #00adee !important;
      border: 1px solid #00adee;
    }

    a.return2:active {
      color: #ffffff;
      text-decoration: none !important;
      background: #00adee;
      border: 1px solid #00adee;
    }

    a.return2:focus {
      color: #ffffff;
      text-decoration: none !important;
      background: #00adee;
      border: 1px solid #00adee;
    }

  /* tables */

  table {
    background-color: #fff !important;
    border-collapse: collapse !important;
    border: 1px solid #bbb !important;
    font-size: 90% !important;
    vertical-align: top !important;
    width: 100%;
    overflow-x: auto !important;
    margin-bottom: 2em;
  }

  tr {
    border: 1px solid #bbb !important;
  }

  /*
	tr:nth-of-type(even) {
		background: #eee !important;
	}
*/

  table.autowidth {
    width: auto !important;
    max-width: 100vw;
    margin-right: 1em !important;
  }

  thead th {
    color: #fff;
    background: #999 !important;
  }

  tbody {
    overflow-x: auto !important;
  }

  th.usage {
    color: #fff;
    background-color: #000;
  }

  th {
    border: 1px solid #bbb !important;
    padding: 0.5em !important;
    background: #f5f2f0 !important;
    text-align: left !important;
    vertical-align: top !important;
    color: #000000;
  }

  td {
    border: 1px solid #bbb !important;
    padding: 0.5em !important;
    text-align: left !important;
    vertical-align: top !important;
    -ms-word-wrap: break-word !important;
    word-wrap: break-word !important;
    overflow: auto !important;
  }

  caption {
    font-size: 100% !important;
    font-weight: bold !important;
    text-align: left !important;
    padding: 1em;
  }

  pre code {
    z-index: 0 !important;
    width: 90% !important;
    margin-right: 1em !important;
  }

  #glossary > h2.top-space {
    margin-top: 0 !important;
    padding-top: 0.5em !important;
  }

  #faqs h4 {
    cursor: pointer;
    color: #156eb4;
    font-size: 100%;
  }

    #faqs h4:hover {
      color: #777;
    }

    #faqs h4:active {
      color: #777;
    }

    #faqs h4:focus {
      color: #777;
    }

  #faqs div {
    height: 0;
    overflow: hidden;
    position: relative;
  }

    #faqs div h4 {
      padding: 0 !important;
      margin: 0 0 0 1.2em;
    }

      #faqs div h4 p {
        padding: 0 !important;
        margin: 0 !important;
      }

  .code2 {
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-size: 90%;
  }

  ul.codelist {
    margin-left: 0 !important;
    padding-left: 1.5em !important;
    font-size: 85%;
  }

  /* heading sizes */

  h1, h2, h3, h4, h5, h6 {
    text-align: left;
    color: #666;
  }

  h1 {
    font-size: 130%;
  }

  h2 {
    font-size: 115%;
    margin: 0;
    padding-top: 0.5em;
  }

  h3 {
    font-size: 110%;
    margin-top: 1.5em;
    margin-bottom: 0.3em;
  }

  h4 {
    font-size: 105%;
    margin-bottom: 0.5em;
  }

  h5 {
    font-size: 100%;
    margin-bottom: 0;
  }

  h6 {
    font-size: 100%;
    font-variant: small-caps;
  }

  span#updated {
    padding-top: 0.3em;
    padding-bottom: 0;
    margin: 0;
  }

  hr.noshow {
    display: none;
  }

  .top-space {
    margin-top: -0.5em !important;
    padding-top: 1em !important;
  }

  h2.top-space {
    margin-top: 0 !important;
    padding-top: 0.5em !important;
  }

  dt.top-space {
    margin-top: -0.1em !important;
    padding-top: 0.6em !important;
  }

  .img1 {
    border: none !important;
    margin-left: 0;
    padding: 0.8em 0 0.5em 0;
    margin-right: 0;
  }

  img.print {
    margin-left: 0;
    width: 100%;
  }

  a.button {
    background-color: #4668b3;
    color: #fff;
    padding: 0.2em 0.3em;
    border-radius: 3px;
    border: 1px solid #4668b3;
    text-decoration: none !important;
  }

    a.button:hover {
      background: #eee;
      color: #000;
      text-decoration: none !important;
    }

  button {
    text-decoration: none;
    font-size: 90%;
  }

  .undo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: linear-gradient(top, #F5F5F5, #DFDFDF);
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
    background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
    color: #000;
    padding: 0.2em 0.3em;
    border: 1px solid #ddd !important;
    border-top-left-radius: 5px;
    text-decoration: none;
    font-size: 90%;
    cursor: pointer;
  }

    .undo:hover {
      background: linear-gradient(top, #DFDFDF, #F5F5F5) !important;
      background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#F5F5F5)) !important;
      background: -moz-linear-gradient(top, #DFDFDF, #F5F5F5) !important;
    }

  .button {
    background-color: #4668b3;
    color: #fff;
    padding: 0.2em 0.3em;
    border-radius: 3px;
    border: 1px solid #4668b3;
    text-decoration: none;
    font-size: 90%;
  }

  #form {
    margin-top: 1em;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0.5em;
  }

  img {
    max-width: 100%;
  }

  .translate-show {
    display: none !important;
  }

  .translate-hide {
    display: normal;
  }

  iframe.frame {
    width: 99%;
    height: 640px;
    overflow: auto;
    margin-bottom: 1em;
    margin-right: 0.5em;
  }
}
/* end media queries*/

/*@media screen and (max-width: 34em), (min-device-width: 23em) and (max-device-width: 34em) and (initial-scale: 1.0)*/
