﻿/* Main area set-up 
/* Main area set-up 
--------------------------------------------------------*/
/* Main area set-up 
/* Main area set-up 
--------------------------------------------------------*/
/* Sizing styles
-----------------------------------------------------------*/
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.full-page {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
/* Basic items
------------------------------------------------------------*/
template {
  visibility: collapse;
  display: none;
}
.button-look {
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
}
.button-press-look {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
}
.button-stylings {
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
}
.button-stylings:hover {
  background-color: lightgray;
}
.button-stylings:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
.button-stylings:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
.icon-link-as-button {
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
  padding-top: 7px;
  /* icon link as button */
  padding-bottom: 3px;
  height: 100%;
}
.icon-link-as-button:hover {
  background-color: lightgray;
}
.icon-link-as-button:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
.icon-link-as-button:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
.icon-link-as-button-small {
  width: 100%;
  max-width: 100%;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
  /* icon link as button */
  height: 100%;
  padding-top: 7px;
  /* icon link as button */
  padding-bottom: 3px;
}
.icon-link-as-button-small:hover {
  background-color: lightgray;
}
.icon-link-as-button-small:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
.icon-link-as-button-small:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
.center_button {
  text-align: center;
}
/* Sizing styles
-----------------------------------------------------------*/
.full-width {
  width: 100%;
  max-width: 100%;
}
.half-width {
  width: 50%;
  max-width: 50%;
}
.full-height {
  height: 100%;
}
.half-height {
  height: 50%;
}
.full-page {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.boxsizing-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-pad {
  padding: 0;
}
textarea.full-width {
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Basic items
------------------------------------------------------------*/
template {
  visibility: collapse;
  display: none;
}
html {
  background-color: white;
}
body,
.button-as-link {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: #232323;
  background-color: white;
  line-height: 1.2;
  font-size: 100%;
  /* Basic font size is 8pt */
}
#header {
  height: 100px;
  background-image: url("/Content/themes/base/images/header-motec-online.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ee1b2e;
  color: White;
}
#CookieBanner {
  background-color: #ee1b2e;
  color: white;
  text-align: center;
  border-top: 5px solid #ee1b2e;
  border-bottom: 5px solid #ee1b2e;
}
h1,
.h1_like,
.h1_like_right {
  font: bold 18px arial;
  color: #5c5c5c;
  background-color: lightgray;
  padding: 10px 10px 10px 10px;
  margin-top: 0;
  margin-bottom: 1em;
}
h2,
.page-title {
  font: bold 16px arial;
  color: #5c5c5c;
}
.page-title {
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
h2:not(:first-of-type) {
  border-top: 1px solid lightgray;
}
h3 {
  font: bold 14px arial;
  margin-top: 28px;
  color: #5c5c5c;
}
h4 {
  font: bold 13px verdana;
  color: #5c5c5c;
}
h5 {
  font: bold 12px verdana;
  color: #5c5c5c;
}
a {
  outline: 0;
}
.small {
  font-size: 85%;
}
.small p,
.small ul {
  margin: 4px;
}
.very-small {
  font-size: 70%;
}
.very-small p,
.very-small ul {
  margin: 2px;
}
/* Remove the blue borders from around images in links */
a img {
  border: none;
}
.url-tag {
  font-weight: bold;
  font-size: 150%;
  text-transform: lowercase;
  text-align: center;
  padding-bottom: 1em;
}
.url-tag a {
  color: black;
  text-decoration: none;
}
div#preload {
  display: none;
}
.wide-text-input {
  width: 100%;
  max-width: 100%;
}
.block-section {
  padding: 0.5em 0 0.5em 0;
}
.center-text {
  text-align: center;
}
/* Styles for log in area
-----------------------------------------------------------*/
.logging-in-area {
  background-color: #111111;
  padding: 0;
  border-bottom: 5px solid white;
  width: 100%;
  max-width: 100%;
}
.logging-in-area * {
  text-decoration: none;
}
.logging-in-button-on a,
.logging-in-button-off a {
  text-decoration: none;
  border-top: 2px solid darkgray;
  border-left: 2px solid darkgray;
  border-bottom: 2px solid lightgray;
  border-right: 2px solid lightgray;
  padding: 10px 11px 11px 10px;
  display: block;
}
.logging-in-button-on {
  background-color: lightcoral;
}
.logging-in-button-off {
  background-color: #00ca06;
}
.logging-in-button-on a:focus,
.logging-in-button-off a:focus {
  display: block;
  text-decoration: none;
  border-bottom: 2px solid darkgray;
  border-right: 2px solid darkgray;
  border-top: 2px solid lightgray;
  border-left: 3px solid lightgray;
  padding: 11px 10px 10px 11px;
}
.log-in-text,
.log-off-text {
  color: black;
  font-weight: bold;
  font-size: 105%;
  text-transform: uppercase;
  padding-left: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.log-off-text {
  text-align: left;
}
.log-in-text {
  text-align: center;
}
.log-in-name {
  float: right;
  color: black;
  padding-right: 4px;
}
/* Styles for basic forms
-----------------------------------------------------------*/
.fieldset-base {
  border: 1px solid #CCC;
  padding: 0 0.5em 0.2em 0.5em;
  margin: 0 0 1.5em 0;
}
fieldset {
  border: 1px solid #CCC;
  padding: 0 0.5em 0.2em 0.5em;
  margin: 0 0 1.5em 0;
}
fieldset.important-fieldset {
  border: 4px solid red;
}
.fieldset-padded-top {
  padding-top: 0.5em;
}
.canvas-fieldset {
  border: 1px solid #CCC;
  padding: 0 0.5em 0.2em 0.5em;
  margin: 0 0 1.5em 0;
  border: 2px groove grey;
  background-color: #ececec;
}
.canvas-fieldset legend {
  font-size: 80%;
  font-weight: normal;
}
.canvas-fieldset > fieldset {
  border: 1px solid #CCC;
  padding: 0 0.5em 0.2em 0.5em;
  margin: 0 0 1.5em 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0.5em 0;
  padding: 0;
}
.horiz-line {
  border-top: 3px double #ddd;
  margin-top: 1em;
  padding-top: 1em;
}
.legend-like {
  font-size: 120%;
  font-weight: bold;
  color: Maroon;
  margin-top: 4px;
  margin-bottom: 2px;
}
legend {
  font-size: 120%;
  font-weight: bold;
  color: Maroon;
  margin-top: 4px;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  width: 100%;
  display: normal;
}
textarea {
  min-height: 75px;
}
textarea.large-text-area {
  height: 25em;
}
div .warning {
  color: Red;
  font-weight: bold;
}
/* 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-warnings {
  font-weight: bold;
  color: #ff0202;
}
.validation-summary-valid {
  display: none;
}
.validation-error-box {
  border-color: red;
  background-color: #ffeeee;
}
/* Styles for header items
-----------------------------------------------------------*/
#logindisplay {
  font-size: 100%;
  text-align: right;
  margin: 10px;
  color: White;
}
#logindisplay input {
  font-size: 80%;
}
DIV.title,
DIV.item H3,
DIV.item H4 {
  font-weight: bold;
}
DIV.title {
  text-align: right;
}
DIV.title {
  font-size: 200%;
  padding: 0.6em;
}
.link-image {
  max-height: 85px;
  max-width: 85px;
}
/* Styles for footer of page
-----------------------------------------------------------*/
DIV#footer {
  clear: both;
  margin: 0;
  padding: 0;
  color: black;
  font-size: 80%;
  position: relative;
  display: table;
}
#footer-link,
#footer-block,
#footer-image {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer-link {
  background-color: lightgray;
  width: 235px;
  min-width: 235px;
}
#footer-block {
  width: 100%;
  max-width: 100%;
  max-height: 40px;
  vertical-align: bottom;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 1%;
}
.footer-block-text {
  border-top: 1px solid black;
  padding: 1%;
  width: 98%;
  display: inline-block;
  text-align: center;
}
/* Styles for the information area */
#content-wrap {
  width: 100%;
  max-width: 100%;
  border-top: 7px solid white;
}
/* Styles for side menu
-----------------------------------------------------------*/
.menu_bookend {
  width: 235px;
  height: 30px;
}
DIV#menu {
  width: 235px;
  min-width: 235px;
  max-width: 235px;
  background-color: #29292a;
  color: white;
  height: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  /* this is needed to keep the menu out of the menu-out graphic */
  background-image: url("/Content/images/menu_out.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
div#menu_items {
  height: 100%;
  min-height: 100%;
}
div.MenuBlock {
  /* border-bottom: 1px solid grey; */
  display: block;
  padding: 0em 0.4em 0.4em 0.4em;
}
DIV#menu a.MenuBlockHeadingText {
  font-weight: bold;
  font-size: 95%;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  display: block;
  cursor: pointer;
}
DIV#menu a.MenuBlockHeadingText:before {
  /* Empty content, but required for pseudo element to display */
  content: "";
  /* Size of image within sprite */
  width: 8px;
  height: 8px;
  /* Sprite */
  background-repeat: no-repeat;
  background-image: url("/Content/images/opencloseWhite.png");
  /* Position/Spacing */
  float: left;
  margin: 4px 8px 2px 0;
}
.MenuBlockVisible a.MenuBlockHeadingText:before {
  background-position: -8px center;
}
.MenuBlockHidden a.MenuBlockHeadingText:before {
  background-position: 0px center;
}
DIV.MenuBlock A:hover {
  background-color: #CCC;
  color: black;
}
DIV#menu a.MenuBlockHeadingText:hover {
  width: 100%;
  max-width: 100%;
  color: black;
}
.MenuBlockHeading {
  width: 100%;
  max-width: 100%;
  display: block;
}
.MenuBlockTextItems {
  display: block;
  text-decoration: none;
  padding: 0.3em;
  color: white;
  margin-left: 1em;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  font-size: 85%;
  border-bottom: 1px solid #29292a;
}
DIV.MenuBlockText a {
  display: block;
  text-decoration: none;
  padding: 0.3em;
  color: white;
  margin-left: 1em;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  font-size: 85%;
  border-bottom: 1px solid #29292a;
}
div.MenuBlockTextNoHeading a {
  display: block;
  text-decoration: none;
  padding: 0.3em;
  color: white;
  margin-left: 1em;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  font-size: 85%;
  border-bottom: 1px solid #29292a;
  margin-left: 0.1em;
}
DIV.MenuBlock A.selected {
  background-color: #666;
  width: 100%;
  max-width: 100%;
}
DIV.MenuBlock A:active {
  background-color: #aaa;
}
div.MenuBlockHidden .MenuBlockText {
  display: none;
}
DIV.MenuBlockText .selected_menu {
  border-bottom: 1px solid red;
}
div.user-name {
  font-size: 100%;
  color: gray;
  text-align: center;
}
/* Styles for body of page
-----------------------------------------------------------*/
DIV#content {
  padding-left: 1em;
  margin: 0 0 0 0;
  vertical-align: top;
}
#banner-thing {
  background-color: #292929;
  height: 100px;
  width: 100%;
  max-width: 100%;
  border-bottom: 5px solid white;
}
#banner-thing img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
#content-body {
  height: 100%;
  padding-bottom: 40px;
}
.full-content {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
div.content_block {
  display: inline-block;
  width: 30%;
}
DIV.item {
  border-top: 1px dotted gray;
  padding-top: 0.7em;
  margin-bottom: 0.7em;
}
DIV.item:first-child {
  border-top: none;
  padding-top: 0;
}
DIV.item H3 {
  font-size: 130%;
  margin: 0 0 0.25em 0;
}
DIV.item H4 {
  font-size: 110%;
  margin: 0.4em 0 0 0;
}
/* Styles for pager
--------------------------------------------------------------*/
.pager,
.pager-very-small {
  font-size: 100%;
  text-align: right;
  padding: 1em 0 0 0;
}
.pager-very-small {
  font-size: 70%;
}
.pager img {
  color: #666;
  text-decoration: none;
  border: 1px solid #b6b6b6;
  vertical-align: text-bottom;
}
.pager img:hover {
  background-color: #909090;
  border: 1px solid #909090;
}
.pager img:active {
  background-color: Silver;
  border: 1px solid black;
}
/* General style items
-------------------------------------------------------------*/
DIV.new-section {
  border-top: 2px solid silver;
  padding: 0.5em 0 0 0;
  margin-top: 1em;
}
.action-column {
  width: 1px;
}
div.scroll {
  height: 100px;
  overflow: auto;
  border: 1px solid #666;
  background-color: #ccc;
}
div.scroll-medium {
  height: 200px;
  overflow: auto;
  border: 1px solid #666;
  background-color: #ccc;
}
div.scroll-big {
  height: 300px;
  overflow: auto;
  border: 1px solid #666;
  background-color: #ccc;
}
div.scroll-header {
  border: 1px solid #666;
  background-color: #ccc;
}
#version_tag {
  float: right;
}
.revoked,
.warning,
.warning-line {
  color: Red;
  font-weight: bolder;
}
.warning-line,
.display-line {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.initially_hidden {
  display: none;
}
.hidden-item {
  display: none;
}
input.small-button {
  font-size: 70% !important;
}
input.small-free-button {
  font-size: 60%;
}
input.big-button {
  font-size: 105%;
  min-height: 35px;
}
tr.hidden-row {
  display: none;
}
img.icon-image {
  height: 48px;
  width: 48px;
}
img.icon-image-small {
  height: 18px !important;
  width: 18px !important;
  vertical-align: middle;
}
img.icon-image-very-small {
  height: 14px !important;
  width: 14px !important;
  vertical-align: middle;
}
img.icon-image-large {
  height: 100px;
  width: 100px;
}
.large-image-base {
  height: 300px;
}
img.icon-limited,
input.icon-limited {
  max-height: 64px;
  max-width: 64px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.icon-limited-holder {
  min-height: 64px;
  min-width: 64px;
}
img.large-image {
  height: 300px;
}
div.large-image-holder {
  height: 310px;
}
.medium-image {
  width: 90px;
}
/************* Button Styling ********************/
.tight-button-look {
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  padding: 3px 3px 1px 2px;
}
.link-as-button {
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
  padding-top: 6px;
  padding-bottom: 4px;
}
.link-as-button:hover {
  background-color: lightgray;
}
.link-as-button:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
.link-as-button:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
.icon-link-as-small-button {
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
  padding-top: 2px;
  /* icon link as button small */
  padding-bottom: 1px;
}
.icon-link-as-small-button:hover {
  background-color: lightgray;
}
.icon-link-as-small-button:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
.icon-link-as-small-button:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
td.icon-link-as-button-small > a {
  width: 100%;
  max-width: 100%;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
  /* icon link as button */
  height: 100%;
  padding-top: 7px;
  /* icon link as button */
  padding-bottom: 3px;
}
td.icon-link-as-button-small > a:hover {
  background-color: lightgray;
}
td.icon-link-as-button-small > a:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
td.icon-link-as-button-small > a:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
.icon-link-as-very-small-button,
td.icon-link-as-very-small-button > a {
  height: 40px;
  width: 100%;
  max-width: 100%;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
  padding-top: 2px;
  /* icon link as button small */
  padding-bottom: 1px;
}
.icon-link-as-very-small-button:hover,
td.icon-link-as-very-small-button > a:hover {
  background-color: lightgray;
}
.icon-link-as-very-small-button:active,
td.icon-link-as-very-small-button > a:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
.icon-link-as-very-small-button:disabled,
td.icon-link-as-very-small-button > a:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
input[type=submit],
input[type=button],
button[type=button] {
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 100%;
  font-weight: 500;
}
input[type=submit]:hover,
input[type=button]:hover,
button[type=button]:hover {
  background-color: lightgray;
}
input[type=submit]:active,
input[type=button]:active,
button[type=button]:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
input[type=submit]:disabled,
input[type=button]:disabled,
button[type=button]:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
div.button-holder-large {
  width: 200px;
  text-align: center;
  break-inside: avoid;
}
a.icon-link-as-button-large {
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
  padding-top: 7px;
  /* icon link as button */
  padding-bottom: 3px;
  height: 100%;
}
a.icon-link-as-button-large:hover {
  background-color: lightgray;
}
a.icon-link-as-button-large:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
a.icon-link-as-button-large:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
td.icon-link-as-button-large > a {
  height: 100px;
  width: 100px;
  break-after: avoid;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  background-size: 100vw 100vh;
  vertical-align: bottom;
  padding-right: 5px;
  padding-left: 4px;
  padding-top: 7px;
  /* icon link as button */
  padding-bottom: 3px;
  height: 100%;
}
td.icon-link-as-button-large > a:hover {
  background-color: lightgray;
}
td.icon-link-as-button-large > a:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 4px;
  padding-left: 5px;
}
td.icon-link-as-button-large > a:disabled {
  color: #CCC;
  background-color: white;
  border-color: #CCC;
}
p.icon-caption {
  break-before: avoid;
}
.right-button {
  float: right;
}
div.underlined {
  border-bottom: 1px solid black;
}
.view-switcher {
  padding: 0 1.5em 0 1.5em;
  font-weight: normal;
  text-align: center;
}
.fixed-font-report {
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
.full-width-input {
  width: 100%;
  max-width: 100%;
  border: 1px solid black;
  background-color: #E8E8E8;
}
.note-item {
  color: green;
}
.tight-headings {
  margin-top: 20px;
}
.tight-headings h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.order-reversed,
.activation-reversed,
.inactive-package,
.line-item-traded-in,
.already-owned,
.unit-unlocked,
.deleted-line {
  text-decoration: line-through;
}
.order-active {
  /* nothing to do */
}
.copyable-text {
  border-style: groove;
  background-color: lightgray;
  color: black;
  padding: 5px;
}
.copyable-text-invert {
  border-style: groove;
  background-color: black;
  color: lightgray;
  padding: 4px 6px 6px 4px;
}
/********************************
Content stuff
******************************* */
#content-block {
  display: table;
  width: 100%;
}
.content-part {
  display: table-cell;
  width: 33%;
  font-size: 80%;
}
.content-item {
  display: table-cell;
  width: 33%;
  font-size: 80%;
  border-right: 1px solid black;
  padding-right: 5px;
  padding-left: 5px;
}
.content-left-right {
  width: 33%;
  font-size: 80%;
  display: table-cell;
}
.content-item-left {
  width: 33%;
  font-size: 80%;
  display: table-cell;
  border-right: 1px solid black;
  padding-right: 5px;
}
.content-item-right {
  width: 33%;
  font-size: 80%;
  display: table-cell;
  padding-left: 5px;
}
/**********************************
Formatting stuff
********************************* */
.in-title-line {
  float: right;
}
.floating-inline inline {
  float: left;
}
.image-loading {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  max-width: 100%;
}
.resize-image {
  max-width: 100%;
  width: auto;
  height: auto;
}
.image-loading-center {
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.center-boxed-image {
  border: groove 3px black;
  text-align: center;
}
/***********************************
     Formatting one as another stuff
*********************************** */
.button-as-link {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  color: blue !important;
  /* font: inherit; */
  /*border is optional*/
  /* border-bottom:1px solid #444; */
  cursor: pointer !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: none !important;
  font-size: 100%;
  text-decoration: underline;
  font-weight: bolder;
}
#releasenotes,
#binarybrowse {
  width: 100%;
  max-width: 100%;
  height: 500px;
}
.error_text {
  color: darkred;
}
.jstree {
  font-size: 90%;
}
.ul-tree {
  position: relative;
}
.ul-tree ul,
.ul-tree li {
  position: relative;
}
.ul-tree ul {
  list-style: none;
  padding-left: 32px;
}
.ul-tree li::before,
.ul-tree li::after {
  content: "";
  position: absolute;
  left: -12px;
}
.ul-tree li::before {
  border-top: 1px solid #000;
  top: 15px;
  width: 8px;
  height: 0;
}
.ul-tree li::after {
  border-left: 1px solid #000;
  height: 100%;
  width: 0px;
  top: 0px;
}
.ul-tree ul > li:last-child::after {
  height: 15px;
}
ul.ul-tree {
  list-style: none;
}
ul.ul-tree > li::before {
  width: 0px;
}
ul.ul-tree > li::after {
  top: 0px;
  height: 0px;
}
/********** Horizontal Data List */
div.dl-item {
  break-inside: avoid;
  display: grid;
}
.dl-horiz {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-size: 85%;
}
.dl-horiz dt {
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0 0 0.15em 0;
  vertical-align: middle;
  font-weight: bold;
}
.dl-horiz dd {
  /* adjust the width; make sure the total of both is 100% */
  padding: 0 0 0 0;
  margin: 0 0 0.55em 0.5em;
  vertical-align: middle;
}
dl.dl-horizontal,
dl.dl-horizontal-single,
dl.dl-horizontal-maxdouble,
dl.dl-horizontal-maxtriple {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-size: 85%;
}
dl.dl-horizontal dt,
dl.dl-horizontal-single dt,
dl.dl-horizontal-maxdouble dt,
dl.dl-horizontal-maxtriple dt {
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0 0 0.15em 0;
  vertical-align: middle;
  font-weight: bold;
}
dl.dl-horizontal dd,
dl.dl-horizontal-single dd,
dl.dl-horizontal-maxdouble dd,
dl.dl-horizontal-maxtriple dd {
  /* adjust the width; make sure the total of both is 100% */
  padding: 0 0 0 0;
  margin: 0 0 0.55em 0.5em;
  vertical-align: middle;
}
dl.dl-horizontal dt,
dl.dl-horizontal-single dt,
dl.dl-horizontal-maxdouble dt,
dl.dl-horizontal-maxtriple dt {
  break-after: avoid;
}
dl.dl-horizontal dd,
dl.dl-horizontal-single dd,
dl.dl-horizontal-maxdouble dd,
dl.dl-horizontal-maxtriple dd {
  break-before: avoid;
}
.body-columns {
  /* Do Nothing */
}
dl.dl-left-biased-horizontal {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-size: 85%;
}
dl.dl-left-biased-horizontal dt {
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0 0 0.15em 0;
  vertical-align: middle;
  font-weight: bold;
}
dl.dl-left-biased-horizontal dd {
  /* adjust the width; make sure the total of both is 100% */
  padding: 0 0 0 0;
  margin: 0 0 0.55em 0.5em;
  vertical-align: middle;
}
dl.dl-vertical-padded {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-size: 85%;
}
dl.dl-vertical-padded dt {
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0 0 0.15em 0;
  vertical-align: middle;
  font-weight: bold;
}
dl.dl-vertical-padded dd {
  /* adjust the width; make sure the total of both is 100% */
  padding: 0 0 0 0;
  margin: 0 0 0.55em 0.5em;
  vertical-align: middle;
}
dl.dl-vertical-padded dt {
  margin-top: 1em;
}
dl.dl-vertical-padded dd {
  margin-top: 1em;
}
dl.dl-spaced dt {
  padding-top: 1em;
}
dl.dl-spaced dd {
  padding-top: 1em;
}
dt.full-width-row {
  width: 100% !important;
}
dt.compact-row {
  padding-top: 0.1em !important;
}
dl.compact-row {
  padding-top: 0.1em !important;
}
.large-icon-button-text {
  vertical-align: middle;
  height: 100px;
  line-height: 100px;
}
div#content-wrap {
  display: flex;
}
div#menu {
  height: auto;
}
div#content {
  width: 100%;
  max-width: 100%;
}
.hideable-legend {
  padding-bottom: 5px;
  margin-top: 5px;
  float: none;
}
.hideable-legend:before {
  width: 100%;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  padding: 3px 3px 1px 2px;
  margin-right: 5px;
  margin-top: 5px;
}
.hideable-legend:hover:before {
  background-color: lightgrey;
}
.hideable-legend:active:before {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 2px;
  padding-left: 3px;
}
.icon-button {
  padding-bottom: 5px;
  float: none;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  padding: 3px 3px 1px 2px;
  margin-right: 5px;
  margin-top: 5px;
}
.icon-button:hover {
  background-color: lightgrey;
}
.icon-button:active {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 2px;
  padding-left: 3px;
}
a.hideable-item > legend {
  padding-bottom: 5px;
  margin-top: 5px;
  float: none;
}
a.hideable-item > legend:before {
  width: 100%;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  padding: 3px 3px 1px 2px;
  margin-right: 5px;
  margin-top: 5px;
}
a.hideable-item > legend:hover:before {
  background-color: lightgrey;
}
a.hideable-item > legend:active:before {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 2px;
  padding-left: 3px;
}
a.hideable-item > legend:before {
  content: url('/Content/images/right-caret.png');
}
a.hideable-item-shown > legend {
  padding-bottom: 5px;
  margin-top: 5px;
  float: none;
}
a.hideable-item-shown > legend:before {
  width: 100%;
  background-color: #EEEEEE;
  color: #333333;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-decoration: none;
  /* get rid of the underline */
  border-radius: 4px;
  padding: 3px 3px 1px 2px;
  margin-right: 5px;
  margin-top: 5px;
}
a.hideable-item-shown > legend:hover:before {
  background-color: lightgrey;
}
a.hideable-item-shown > legend:active:before {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  padding-right: 2px;
  padding-left: 3px;
}
a.hideable-item-shown > legend::before {
  content: url('/Content/images/down-caret.png');
}
.hideable-item-shown.toggle-button {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
}
.hideable-item-shown.toggle-button-blue {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  background-color: #a7a9f4;
  color: white;
}
.hideable-item-shown.toggle-button-blue:hover {
  background-color: #9698e4;
}
.hideable-item-shown.toggle-button-red {
  background-color: lightgray;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-right: 1px solid #CCCCCC;
  background-color: #c59895;
  color: white;
}
.hideable-item-shown.toggle-button-red:hover {
  background-color: #b05754;
}
.plain-link {
  text-decoration: none;
}
.disabled-icon {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
.indented-div {
  margin-left: 0.5em;
}
.overlined-object-light {
  border-top: 1px solid lightgray;
  padding-top: 0.5em;
}
.overlined-object-heavy {
  border-top: 2px solid black;
  padding-top: 0.5em;
}
.help-text {
  margin-top: 1em;
}
.right-alignn {
  text-align: right !important;
}
.noted-line {
  font-style: italic;
}
/* ---------- Dialog Related ---------------------- */
.disable-window-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  display: none;
}
.dialog-overlay {
  z-index: 999;
}
.hidden-dialog {
  display: none;
  z-index: 999;
  background-color: #EEE;
  border: 5px groove black;
  padding: 3px;
  min-width: 50%;
}
.vue-dialog {
  position: absolute;
  background-color: #EEE;
  border: 5px groove black;
  padding: 3px;
  min-width: 50%;
}
/* --- Specific dialogs ---- */
#loading {
  z-index: 999;
  display: none;
}
/* ------------------------ Drag and drop sorting ---------------------- */
#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%;
}
#sortable li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  font-size: 1.4em;
  height: 18px;
}
#sortable li span {
  position: absolute;
  margin-left: -1.3em;
}
/* ---------------------- Package Display -------------------------- */
.superseded-package {
  font-style: oblique;
}
/* ---------------------- Markdown form Items ---------------------------- */
.preview-box-items {
  font-weight: bold;
  background-color: white;
  margin: unset;
  padding: unset;
  font: revert;
  line-height: 105%;
}
span.markdown-box h1 {
  font-size: 140%;
  font-weight: bold;
  background-color: white;
  margin: unset;
  padding: unset;
  font: revert;
  line-height: 105%;
  font-weight: bolder;
  margin-bottom: 0.2em;
}
span.markdown-box h2 {
  font-size: 130%;
  font-weight: bold;
  background-color: white;
  margin: unset;
  padding: unset;
  font: revert;
  line-height: 105%;
  margin-bottom: 0.2em;
}
span.markdown-box h3 {
  font-size: 120%;
  font-weight: bold;
  background-color: white;
  margin: unset;
  padding: unset;
  font: revert;
  line-height: 105%;
  margin-bottom: 0.2em;
}
span.markdown-box h4 {
  font-size: 110%;
  font-weight: bold;
  background-color: white;
  margin: unset;
  padding: unset;
  font: revert;
  line-height: 105%;
}
span.markdown-box h5 {
  font-size: 105%;
  font-weight: bold;
  background-color: white;
  margin: unset;
  padding: unset;
  font: revert;
  line-height: 105%;
  margin-bottom: 0.2em;
}
span.markdown-box br {
  padding: 0.1em;
}
/* ----------------------- Columns For DIvs ------------------------------- */
/* Clear floats after the columns */
.div-row {
  padding-top: 1em;
  padding-bottom: 1em;
}
.div-row:after {
  content: "";
  display: table;
  clear: both;
}
.file-load-progress-bar {
  color: grey;
  height: 4px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/********************* Styling the help screen *****************************/
.help-contents ul {
  padding-left: 1em;
}
.help-contents dt {
  margin-left: 0.5em;
}
.help-contents dd {
  margin-left: 1em;
}
.search-results .snippet {
  font-style: italic;
  margin-bottom: 5px;
}
/********************* Styling the Edit Forms items *****************************/
.editor-field {
  margin-bottom: 1em;
}
.editor-field input {
  width: 50%;
}
.editor-field input[type='checkbox'] {
  margin-left: 1em;
  text-align: left;
  width: auto;
}
.editor-field textarea {
  width: 90%;
}
.editor-label {
  margin-top: 0.5em;
}
/********************************** Help Items ******************/
li.help-link {
  list-style-image: url("/Content/images/help-icon.png");
}
li.help-category {
  list-style-image: url("/Content/images/help-triangle.png");
  line-height: 24px;
  margin-top: 1em;
}
li.help-category dt {
  font-size: 20px;
  font-weight: bold;
}
li.help-menu-item {
  list-style-image: url("/Content/images/help-menu-item.png");
  line-height: 24px;
  margin-top: 0.5em;
}
li.help-menu-item dt {
  font-size: 20px;
  font-weight: normal;
}
/******* dl special *******/
dl.dl-single-line {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
dl.dl-single-line dt {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0;
}
dl.dl-single-line dd {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0;
}