﻿body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  border: 0px !important;
  min-width: 450px;
  font-size: 11pt;
  /*letter-spacing: 0.02em;*/

}
* {
  text-rendering: geometricPrecision;
}
svg image {
  image-rendering: optimizeQuality;
}
svg * {
  color-rendering: optimizeQuality;
  text-rendering: geometricPrecision;
  shape-rendering: geometricPrecision;
}
a:hover {
  background-color: #f0f0f0;
}
.ui-accordion-header a:hover {
  background-color: inherit;
}
.ui-widget-content a:hover {
  background-color: #d0d0d0;
}
/* HEADINGS   
----------------------------------------------------------*/
h1 {
  font-family: sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 42pt;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 28pt;
  padding: 0 0 0px 0;
  margin-top: 0.6em;
  padding-top: 0.43em;
  margin-bottom: 0.4em;
  border-top: solid 15px #e0e0e0;
}
h3 {
  font-size: 20pt;
  margin-top: 0.5em;
  padding-top: 0.5em;
  margin-bottom: 0.2em;
  padding-bottom: 0em;
  border-top: solid 8px #e0e0e0;
  /*letter-spacing: 0.01em;*/

}
h4 {
  font-size: 1em;
  font-weight: bold;
}
h5,
h6 {
  font-size: 1em;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
  margin-left: 30px;
  margin-right: 30px;
}
#header {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  vertical-align: middle;
}
#header h1 {
  font-family: sans-serif;
  padding: 22px 0 5px 0;
  margin: 0;
  border: none;
  font-size: 22pt;
  min-height: 36px !important;
  height: auto;
  /*letter-spacing: 0.05em;*/

}
#main {
  padding-top: 0pt;
  margin-bottom: 30px;
}
#footer {
  padding: 4px 0px;
  text-align: center;
  line-height: normal;
  margin: 0;
  font-size: 70%;
}
div #help {
  display: inline;
  float: left;
  margin-right: 50pt;
  margin-left: 10pt;
}
div #help a {
  cursor: pointer;
  border: none;
}
/* Pagination */
div #pagination-top {
  float: right;
  display: inline;
  vertical-align: top;
}
div.pagination ul {
  margin: 0;
  padding: 0;
}
div.pagination ul li {
  display: inline;
  list-style: none;
  padding: 0 0 0 6pt;
  margin: 0 0 0 5pt;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#logindisplay,
ul#menu,
ul.actionlist {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  vertical-align: middle;
  display: block;
  font-size: 80%;
}
ul#logindisplay,
ul#menu {
  position: relative;
  text-align: right;
}
ul#logindisplay {
  float: right;
  display: block;
}
ul#menu li,
ul#logindisplay li,
ul.actionlist li {
  display: inline;
  list-style: none;
  border-left: 1px solid black;
  padding: 0 0 0 6pt;
  margin: 0 0 0 5pt;
}
ul#menu li:first-child,
ul#logindisplay li:first-child,
ul.actionlist li:first-child {
  border-left: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
  margin: 1em 0;
  padding: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
}
input[type="text"],
input[type="password"] {
  min-width: 200px;
}
/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}
.error {
  color: Red;
}
#menucontainer {
  margin-top: 0px;
  padding-top: 10px;
  min-height: 45pt;
  vertical-align: middle;
}
div#title {
  display: block;
  float: left;
  text-align: left;
  padding-left: 235px;
  background-position: left 16px;
  background-repeat: no-repeat;
  background-size: 225px;
  background-image: url(platform-logo-sw.svg);
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field {
  margin: 0.5em 0;
}
.text-box {
  width: 30em;
}
.text-box.multi-line {
  height: 6.5em;
}
.tri-state {
  width: 6em;
}
div.textshot div {
  font-size: 7pt;
  border: solid 1px #ff9090;
  position: absolute;
}
/* Documentation */
div.uri {
  padding: 4pt;
  margin-bottom: 0pt;
  border-bottom: 1px solid lightgray;
  background-color: #FCFCFC;
  cursor: pointer;
}
div.uri:hover {
  color: Red;
  text-decoration: underline;
}
div.http-verbs dl {
  padding: 0;
  margin: 0;
}
div.http-verbs dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div.action-description dl {
  padding: 0;
  margin: 0;
}
div.action-description {
  margin-bottom: 4pt;
}
div.uri-parameter-description {
  margin-top: 6pt;
}
div.uri-parameter-description dl {
  padding: 0pt 14pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
}
div.doc-container {
  margin-bottom: 2em;
}
div.doc-container:after {
  content: "clear";
  clear: left;
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
div.toc {
  float: left;
  width: 20em;
  padding-right: 1em;
}
div.doc-content {
  padding-left: 1em;
  margin-left: 22em;
  border-left: solid 15px #e0e0e0;
}
div.toc ul {
  margin: 0;
  line-height: normal;
}
#namedResourcesList .ui-widget-content {
  background: white;
}
#namedResourcesList .uri-pattern {
  font-style: italic;
}
.named-resource-template table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  padding: 0;
  border: 0pt;
}
.named-resource-template .invoke-description {
  /*border: 1px dotted lightgray;*/

  padding: 0;
  margin: 0;
  margin-left: 20pt;
}
.named-resource-template table {
  background: #fcfcfc;
}
.named-resource-template tr {
  border: 1px dotted lightgray;
}
.named-resource-template th,
.named-resource-template td {
  border: 1px dotted lightgray;
  padding: 4pt 4pt;
}
.named-resource-template th {
  background: #efefef;
}
.named-resource-template .auto-width {
  width: auto;
}
.named-resource-template .half-width {
  width: 50%;
}
.named-resource-template .parameter-name {
  width: 30%;
}
.named-resource-template .prameter-description {
  width: 70%;
}
/*
.named-resource-template h4
{
    font-weight: normal;
    margin-bottom: 0.2em;
    padding-bottom: 0;
}
*/
.named-resource-template .action-description {
  margin-bottom: 0.5em;
  margin-top: 0.7em;
  padding: 0.5em;
  /*border: 1px dotted lightgray;*/

}
.named-resource-template .action-description div {
  display: inline;
  vertical-align: top;
}
/*
div.named-resource-template
{
    margin-top: 2em;
}
*/
#serviceDescription dt {
  margin-top: 1ex;
}
#serviceDescription dt:first-child {
  margin-top: 0em;
}
#main div:first-child {
  /*padding: 0em 2em 1em 1em;*/

}
