.Hidden {
  display: none;
}

.item-info {
  position: relative;
  right: 0;
  font-size: 9px;
}

img {
  border: none;
}

.Action {
    cursor: pointer;
}

/*=== Tiles ===*/

.Tiles {
  position: relative;
}

.Tile {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  margin: 10px;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  background-color: rgba(22, 119, 184, 0.1);
}

.Tile.Empty > a {
  display: block;
  height: 100%;
  width: 100%;
}

.Tile ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.Tile > a:first-child {
  display: block;
}

.Tile .widget > ul > li {
  font-size: 0.85em;
}

/*=== Document content ===*/

.DocumentContent {
  margin: 20px;
  text-align: center;
}

/*=== Item actions ===*/

.articles .ActionBar,
.MessageThread .ActionBar {
  position: relative;
  text-align: right;
}

.articles .ActionBar .Action,
.MessageThread .ActionBar .Action {
  margin-left: 3px;
}

.articles .ActionBar .Action a,
.MessageThread .ActionBar .Action a {
  padding: 0;
}

#Filter {
  margin-bottom: 20px;
}

.webSiteMessage {
  position: relative;
  left: 0px;
  right: 0px;
  margin-top: 4px;
  border: 1px solid #009B00;
}

.webSiteMessage .header {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: #009B00;
  font-weight: bold;
  background-color: #82CD82;
}

.webSiteMessage .contents {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #CCFECC;
}

.periodSelection {
  width: 400px;
}

.form-input > span.form-currency-sign {
  margin-right: 5px;
}

.form-input > input.form-currency-value {
  width: 60px;
}

/* === Code ===*/

.class {
    color: #008080;
}

.global {
    color: #800000;
}

.member {
    font-style: italic;
}

.boolean {
    color: #000080;
}

.unknown {
    color: #0000FF;
}

.text {
    color: #008000;
}

.store {
    color: #808000;
}

.code {
    margin-left: 20px;
    padding: 4px;
    border-style: dotted;
    border-color: gray;
    border-width: 1px;
}

.variable {
    font-style: italic;
}

.number {
    color: purple;
}

.operator {
    padding-left: 2px;
    padding-right: 2px;
}

.condition {
    padding-left: 3px;
    padding-right: 3px;
}

.expression {
    padding-left: 3px;
    padding-right: 3px;
}

.index {
    font-style: italic;
    padding-left:  3px;
    padding-right: 3px;
}

.keyword {
    font-weight: bold;
}

.statement {
    margin-left: 10px;
}

/* === Parsing ===*/

.parse-error-code {
    font-family:  "Courier New"; 
    margin: 20px;
}

.parse-line-number {
    text-align: right;
    background-color: #E0E0E0;
    padding-left: 4px;
    padding-right: 4px;
}

.parse-line {
    background-color: #F6F6F6;
    padding-left: 4px;
    padding-right: 4px;
}

.parse-error-line-number {
    text-align: right;
    background-color: #FFD8C0;
    padding-left: 4px;
    padding-right: 4px;
}

.parse-error-line {
    background-color: #FFE8D0;
    padding-left: 4px;
    padding-right: 4px;
}

/* === Help === */

.Help > .Link {
  position: relative;
  right: 10px;
}

.Help > .Link, .Help > .Link > a, .Help > .Link > a:hover, .Help > .Link > a:visited {
  text-align: right;
  text-decoration: none;
  font-weight: bold;
}

.Help > .Contents {
  display: none;
  border: 1px solid #DDDDDD;
  border-spacing: 0px;
  color: #000000;
  background-color: #F4F7FC;
  padding: 4px;
  box-shadow: 0px 2px 4px 1px #EEEEEE;
  -webkit-box-shadow: 0px 2px 4px 1px #EEEEEE;
}

.Help > .Contents.Expanded {
  display: block;
}

.Help > .Contents h2 {
  margin-top: 8px;
}

/* ========= Tables of contents ============== */

.headerLinks {
    position: absolute;
    left: auto;
    right: 5px;
    _right: 4%;
    text-align: right;
    color: #000000;
    font-size: 10px;
    font-weight: normal;
}

/* ========= ContactTag ============== */

#contact .postalAddress {
  margin-left:   20px;
  margin-bottom: 15px;
}

#contact .phoneNumber {
  margin-left:   20px;
  margin-bottom: 15px;
}

#contact .emailAddress {
  margin-left:   20px;
  margin-bottom: 15px;
}

#contact .title{
  font-weight: bold;
}

/* ======= Warnings =============== */

.warning {
    color: #FF0000;
}

.Error .Exception {
  font-size: 0.75em;
  font-family: monospace;
  border: 1px dashed;
  margin: 10px;
  padding: 10px;
}

.Error .Exception h2 {
  margin-top: 10px;
}

.CookieBar {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: rgba(200,200,200,0.95);
  box-shadow: 0px 0px 10px #404040;
  z-index: 6;
}

.CookieBar.Expanded {
  display: block;
}

.CookieBar .Message {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

.CookieBar .Text {
  display: inline-block;
  vertical-align: top;
  width: 750px;
}

.CookieBar .Message p {
  margin: 0;
}

.CookieBar .Message ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 6px;
}

.CookieBar .Message li {
  display: inline;
  background-color: #AAAAAA;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 4px;
  border-radius: 4px;
}

.CookieBar .Button {
  display: inline-block;
  vertical-align: top;
  right: 0;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background-image: url("UserInterface.Icon.Cross.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  cursor: pointer;
}

