/** Price related styles start */

.price-tag {
  color: var(--green-darkest);
  font-weight: bold;
  border-radius: 4px;
  background: var(--green-light);
  padding: 8px;
}

.price-tag__blue {
  color: var(--blue-bright);
  font-weight: bold;
  border-radius: 4px;
  background: var(--blue-light);
  padding: 8px;
}

.price-tag__orange {
  color: var(--orange-dark);
  font-weight: bold;
  border-radius: 4px;
  background: var(--orange-light);
  padding: 8px;
}

.price-tag__gray {
  color: var(--gray-darkest);
  font-weight: bold;
  border-radius: 4px;
  background: var(--gray-light);
  padding: 8px;
}

#feat-comp table {
  width: 100%;
  font-size: 90%;
  border-collapse: collapse;
}

#feat-comp table thead td {
  padding: 0.5rem 0;
  font-size: 100%;
  text-align: center;
  font-weight: bold;
  color: var(--gray-darkest);
  border: 3px solid transparent;
}

#feat-comp table thead td.feat {
  width: 30%;
}

#feat-comp table thead td.active {
  background: var(--green-normal);
  color: #fff;
}

#feat-comp table tbody tr>* {
  border: 3px solid #fff;
  padding: 4px 6px;
}

#feat-comp table tbody tr th {
  background: var(--blue-medium);
  font-weight: normal;
  text-align: left;
  padding: 1rem;
  color: var(--blue-dark);
}

#feat-comp table tbody tr.section th {
  background: #fff;
  padding: 0;
  font-size: 110%;
}

#feat-comp table tbody tr.section th div {
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: var(--blue-normal);
  padding: 0.5rem 1rem;
}

#feat-comp table tbody td {
  background: var(--blue-light);
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
}

#feat-comp table tbody td.active {
  background: var(--green-light);
}

#feat-comp table tbody tr:hover td {
  background: #efe;
}

#feat-comp .accordion>div {
  padding: 10px 10px 5px 10px;
}

#feat-comp .yes {
  color: #383;
  background: url(/img/homepage/CheckMarkGreen.svg) no-repeat left center;
  display: inline-block;
  width: 16px;
  height: 100%;
}

#feat-comp .no {
  color: #833;
}

#feat-comp tbody th span {
  float:right;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border:1px solid var(--blue-dark);
  color: var(--blue-dark); 
  width: 18px;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  margin-left: 0.4rem;
  font-size:0.8rem;
}

#feat-comp tbody th span:hover {
  color: var(--blue-dark);
  background: #fff;
}


#calculator .info-text {
  color: var(--gray-darker);
  font-size: 0.875rem;
  max-width: 37.5rem;
}

#calculator .info-text__small {
  color: var(--gray-darker);
  font-size: 1rem !important;
  max-width: 37.5rem;
}

#calculator .formfield {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

#calculator .formfield input {
  max-width: 10rem;
}

#calculator .fieldset {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#calculator .fieldset-horizontal {
  display: flex;
  gap: 2rem;
}

#calculator .total-savings {
  display: flex;
  border-left: 0.5rem solid var(--green-normal);
  background: var(--green-light);
  border-radius: 0.25rem;
  padding: 2rem;
}

#calculator .total-savings__totals {
  display: flex;
  flex-direction: row;
  align-items: end;
  margin-top: 0.5rem;
}

#calculator .total-savings .formfield #addedBusinessValueText,
#calculator .total-savings .formfield #workDaysSavedTruugoText,
#calculator .total-savings .formfield #totalSavingsText,
#calculator .total-savings .formfield #totalSavingsPerYearText {
  font-size: 2.75rem;
  color: var(--text-color);
  font-weight: 500;
  height: 2.75rem;
  display: block;
  margin-right: 0.5rem;
  line-height: normal;
}

#calculator .total-savings .formfield div {
  max-width: max-content;
}

#calculator .total-savings .formfield span {
  font-size: 1.5rem;
}

/* Price related styles end */
/** Contact page styles start */

#layerFrame #content {
  padding: 0 !important;
}

.contact-img img {
  max-width: 256px;
}

/** Contact page styles end */

/** Tutorials page start */
.video-placeholder {
  overflow: hidden;
  border-radius: 0.5rem;
}

.video-placeholder img {
  max-width: 100%;
}

/** Tutorials page end */
/** Validator and API page styles start */

.notice {
  display: block;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid var(--gray-medium);
  border-radius: 0.25rem;
  word-break: break-word;
}

.green-error {
  display: block;
  padding: 1rem;
  border: 1px solid var(--gray-medium);
  border-radius: 0.25rem;
  background-color: var(--green-light);
  word-break: break-word;
}

.red-error {
  display: block;
  padding: 1rem;
  border: 1px solid var(--gray-medium);
  border-radius: 0.25rem;
  background-color: var(--raspberry-light);
  word-break: break-word;
}


#quick p.test {
  padding: 10px;
  margin: 10px 0;
}

#quick>div {
  display: table;
  width: 100%;
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fefefe;
  line-height: 30px;
}

#quick>div>div {
  display: table-cell;
}

#quick>div>div:nth-child(2) {
  padding-left: 20px;
  vertical-align: middle;
  line-height: 1.2;
}

#quick>div a.button {
  padding: 5px 25px;
  height: auto !important;
}

/** Validator and API page styles end */

/** Pages with solutions and benefits styles start */

.benefits ul li,
.solutions ul li {
  line-height: 150%;
  margin-bottom: 1rem;
}

.benefits ul li:before,
.solutions ul li:before {
  font-weight: bold;
  color: var(--green-normal);
}

.benefits ul li:before {
  content: "+ ";
}

.solutions ul li:before {
  content: "\00BB  ";
}

.solutions>label,
.benefits>label {
  display: block;
  color: var(--green-normal);
  margin-bottom: 20px;
}

.expl {
  margin-bottom: 2rem;
}

/** Pages with solutions and benefits end start */

/** Serviceplans page styles start */
.serviceplans .content-area__box {
  padding: 1rem;
}

/** Serviceplans page styles end */

/** Test message payload styles start */

.xml-img {
  margin: 0 auto;
}

.xml-img img {
  width: 100%;
  height: 100%;
  max-width: 56.25rem;
}

#testform div dl.list>* {
  line-height: 25px;
}

#testform div dl.list dt {
  width: 60px;
}

blockquote.test-message {
  margin: 1rem 5rem;
  font-size: 1.25em;
  color: var(--green-normal);
  padding: 2rem 0 2rem 2rem;
  position: relative;
  border-radius: 0.25rem;
  font-weight: bold;
  line-height: 150%;
}

blockquote.test-message::before {
  font-family: Arial;
  content: "\201C";
  color: var(--green-normal);
  font-size: 5rem;
  position: absolute;
  left: -0.5rem;
  top: 1.75rem;
  line-height: 100%;
  font-weight: normal;
}

blockquote.test-message>span {
  display: block;
  margin-top: 1rem;
  color: #333333;
  font-weight: bold;
  font-size: 1rem;
  font-family: 'Fira Sans';
  line-height: 150%;
}

blockquote.test-message>span>span {
  display: block;
  font-weight: normal;
  font-size: 90%;
}

/** Test message payload styles end */

/** Use case pages styles start */

#usecase .diagram {
  margin: 0 auto;
}

#usecase .diagram img {
  width: 100%;
  height: 100%;
  max-width: 56.25rem;
}


#usecase .desc {
  margin: 30px auto;
  width: 100%;
}

#usecase .process {
  margin: 30px auto;
  width: 500px;
}

#usecase .process li {
  line-height: 150%;
}

#usecase .process li:before {
  content: "\00BB  ";
  font-weight: bold;
  color: #393;
  font-size: 120%;
}

#usecase blockquote {
  background: #eeffee;
  border-left: 10px solid #393;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}

#usecase blockquote:before {
  color: #393;
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/** Use case pages styles end */

/** Layer/modal view styles start */

#layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

#layerBg {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  opacity: .80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=90)";
  -khtml-opacity: .90;
  -moz-opacity: .90;
}

#frameArea {
  position: absolute;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
}

#contentFrame {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
}

#contentFrame img {
  background: #fff;
  max-width: 90%;
}

#headerFrame,
#footerFrame {
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-variant: small-caps;
  text-transform: lowercase;
  padding: 5px;
}

/** Layer/modal view styles end */

@media screen and (max-width: 1120px) {

  /** Validator and API page styles start */

  #quick>div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  #quick>div>div {
    display: block;
    text-align: center;
  }

  #quick>div>div:nth-child(2) {
    line-height: inherit;
    padding: 0;
  }

  /** Validator and API page styles end */
}

@media screen and (max-width: 768px) {
  /** Test message payload styles start */

  blockquote.test-message {
    margin: 1rem auto;
  }

  /** Test message payload styles end */

}