html, body {
    background-color: #ffffff;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    margin: 0;
}

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

#app {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
}

.company-logo,
header.top .container .navbar-brand {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-image: url('/images/logo.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  float: none;
}

header.top .container .navbar-brand {
  height: 5em;
  width: 18em;
  font-size: 1em;
  min-height: 5em;
}

header.top .title {
  display: flex;
  flex-flow: nowrap row;
}

header.top .container .title {
  position: absolute;
  left: 4em;
  top: 0.5em;
}

header.top .container .title h1 {
  font-size: 1.5em;
  margin-top: 0.375em;
  padding-top: 0;
}

header.top .container .title h3,
header.top .container .title h2 {
  font-size: 1.25em;
  margin-right: 0.75em;
}

header.top .container .title h3:after {
  content: "\00bb";
  display: inline-block;
  margin-left: 0.75em;
}

header.top .container .title h3.warranty-id:after {
  content: "";
}

@media screen and (max-width: 640px) {
  header.top .container .title {
    left: 0;
    top: 3.5em;
  }
  header.top .container .title h1 {
    font-size: 1em;
  }
}

header.top .container .menu-toggle {
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 3em;
  width: 2em;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  transform: rotate(0deg);
  transition: transform 0.75s ease-in-out;
}

header.top .container .menu-toggle:hover {
  transform: skew(-15deg);
}

.show-menu header.top .container .menu-toggle {
  transform: rotate(75deg) skew(-15deg);
}

header.top .container .menu-toggle .icon-bar {
  display: block;
  height: 0.375em;
  margin: 0.25em 0;
  width: 2em;
  border-radius: .25em;
  background: #74ba43;
}

.alt-text {
  position: absolute;
  top: -99em;
  left: -9999em;
}


header.top .navbar-brand > div.text {
  position: relative;
  display: block;
  top: 0.75em;
  opacity: 0;
}

header.top > .container,
.main > #footer,
.main > .content {
    position: relative;
    margin: 0 auto;
    width: 96%;
    max-width: 1160px;
    padding: 0 2%;
}

.main > #footer {
  margin: 3em auto;
}

.main .login-failure {
  text-align: left;
}

.main > .content .sections,
.main > .content .sections > section,
.main > .content {
  min-height: 50vh;
}

.sections > section {
  max-height: 50vh;
  overflow: hidden;
}

.top-wrapper nav.main-nav {
    position: absolute;
    top: 0;
    left: 0;
}

.content strong.deleted,
form .error {
  border-color: red;
  color: red;
}

.recent-warranties a.more-warranties {
  margin: 0.5em 0 1em 0;
  float: right;
  clear: both;
}

#app .clear {
  clear: both;
}

h3.new-application {
  border-radius: 0.5em;
  background-color: #74ba43;
  padding: 0.5em;
  position: relative;
}

h3.new-application a {
  color:white;
  width: 100%;
}

h3.new-application a:after {
  content: "\ea0a";
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  transition: transform .5s ease-in-out;
}

#app .content h3.new-application a:hover {
  color: #003476;
  text-decoration: none;
}

#app .content h3.new-application a:hover:after {
  transform: rotate(270deg);
}

.recent-warranties a.more-warranties:after {
  content: "\ea34";
  margin-left: 1em;
  margin-right: 0;
}

.content .sections .completion-pane {
  overflow: hidden;
}

.privacy-pane .scroll-outer,
.privacy-pane .scroll-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.privacy-pane .scroll-outer {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.privacy-pane .scroll-outer,
.agree-box {
  transition: opacity 1s ease-in-out;
}

.agree-box {
  position: relative;
  opacity: 1;
}

.show-popover .privacy-pane .scroll-outer {
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 100;
  margin: auto;
  text-align: center;
  pointer-events: all;
}
.show-popover .privacy-pane .scroll-container {
  position: absolute;
  top: 4em;
  height: calc(96vh - 4em);
  overflow: auto;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  background-color: white;
}

.privacy-pane .scroll-outer .scroll-pane-max {
  left: 2.5%;
  right: 2.5%;
}

.show-popover .agree-box {
  opacity: 0;
}

.privacy-pane .scroll-container .scrollable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  margin: 0 auto;
  text-align: left;
}

.privacy-pane .scroll-outer .static-header {
  position: absolute;
  top: 4.5rem;
  font-size: 1.25em;
  margin: 0 2.5%;
  padding: 1.25em 2.5% .5em 2.5%;
  border-bottom: dotted 1px #999999;
  background-color: white;
}

.privacy-agreement-icon {
  top: 0;
  left: 0;
  font-size: 1.75em;
  color: orange;
}

form.application .agree-box {
  padding: .75em;
  margin: 1em 0;
  border: dashed 1px #74ba43;
}

.privacy-agreed .privacy-agreement-icon {
  color: #74ba43;
}

.privacy-agreement-icon:after {
  content: "\e32a";
}

.sections > section .info .agree-box input.checkbox {
  margin-left: 3em;
  margin-right: 1em;
  transform: scale(2) translate(0, 25%);
}

form.edit-form .privacy-pane .checkbox-row label {
  max-width: calc(100% - 7em);
}

@media screen and (min-height: 450px) {
  .privacy-pane .scroll-outer .static-header {
    top: 7rem;
  }
}

.show-popover .privacy-pane .scroll-outer .static-header {
  z-index: 110;
}

.scrollable .agree-row {
  margin: 1em 5%;
  padding: 1em 0 3em 0;
  border-top: dotted 1px #999999;
  opacity: 0.6667;
  transition: opacity .5s ease-in-out;
}

.checkbox-viewed .scroll-container .scrollable .agree-row {
  opacity: 1;
}


.privacy-pane .scroll-container .scrollable .agree-row input {
  float: left;
  margin: .125em 1.25em 2em -3%;
  transform: scale(2) translate(0, 20%);
}

form.edit-form .privacy-pane .scroll-container .scrollable p.agree-row label {
  text-align: left;
  font-weight: normal;
  width: 95%;
}


.privacy-pane .scroll-container .scrollable .inner-content {
  position: relative;
  padding: 1em 5%;
  margin-top: 3em;
}


@media screen and (min-width: 960px) {
    .group dl.details {
        max-width: 48%;
        min-width: 48%;
        float:left;
        margin-right: 2%;
        clear: none;
    }

    .group dl.details.first {
        width: 48%;
        clear: both;
    }

    .group dl.details dd {
        max-width: 20em;
    }

    .main .group {
        margin-right: -4%;
    }
}

.main dl.details dt {
    text-align: right;
    padding-right: 0.5em;
}

form.application {
  position: relative;
}

form dl.details-wide {
  clear: both;
}

.application dt,
.application dd {
  max-height: 20em;
  transition: max-height 1s ease-in-out;
}

.application dt.inactive,
.application dd.inactive {
  max-height: 0;
  overflow: hidden;
}

.content table{
  width: 100%;
  border-top: 0.5em;
  border-left: 0.5em;
  border-right: 0.5em;
  border-bottom: #333333 1px dotted;
}

.content table.no-header {
  border-top: #333333 1px dotted;
}

.content table th,
.content table td,
.content .group {
    text-align: left;
    vertical-align: top;
}

#app .group {
  max-width: 100%;
  overflow-x: auto;
}

#app table.warranties.large td.status:after,
#app table.warranties.large td.status:before {
  font-size: 2em;
}

#app .main .content .inner-width {
  margin: 0 auto;
  max-width: 640px;
  padding: 0 5%;
}

#app .main .content .inner-width dl.details {
  min-width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 720px) {
  #app .main .content .inner-width dl.details dt {
    max-width: 9em;
    font-size: 95%;
  }
  #app .user-edit dl.details dd.password input {
    display: block;
    clear: both;
  }
}

#app .user-edit dl.details .help-widget:before {
  position: relative;
  font-size: 0.9em;
  transition: opacity .25s ease-in-out;
}

#app .user-edit dl.details dt .help-widget:before {
  top: -0.33em;
  opacity: 0;
}

#app .user-edit .details dt:hover .help-widget:before {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  #app .main .content .inner-width dl.details dt {
    max-width: 6em;
    font-size: 90%;
  }

  #app .user-edit dl.details dt .help-widget {
    display: none;
  }
}

.user-edit .actions .save {
  font-size: 1.5em;
}

#app .message h5 {
  font-weight: bold;
  margin-bottom: 1em;
}

#app .message.important {
  font-size: 1.5em;
}

#app .message.very-important {
  color: #003476;
  border-bottom: dashed .25em #003476;
  margin-bottom: 1em;
}

.menu-label {
  display: none;
}

@media screen and (max-width: 640px) {
  table.warranties tr {
    font-size: 80%;
  }
  #app .group table.warranties .smaller-mobile {
    font-size: 0.8em;
  }

  #app .group table.warranties td.warranty-id a {
    display: inline-block;
    transform: rotate(90deg) translate(25%, 55%);
  }

  #app .group table.warranties td.warranty-id {
    max-width: 2em;
  }
  table.warranties tr .contact-name,
  table.warranties tr td.status span.secondary {
    display: none;
  }

}

table.warranties tr.locked td {
  text-decoration: line-through;
}

table.warranties tr.locked .warranty-id a.view:before,
table.warranties tr.recent .warranty-id a.view:before {
  padding-right: 0.5em;
}

table.warranties tr.recent .warranty-id a.view:before {
  content: "\ea31";
}
table.warranties tr.locked .warranty-id a.view:before {
  content: "\f023";
}

table.warranties tr.not-approved .highlight {
  font-weight: bold;
}

table.warranties tr.approved td.status {
  font-style: italic;
}

table.warranties tr td span {
  display: inline-block;
  line-height: 1em;
}

table.warranties.extended tr td.status {
  height: 4em;
}

table.warranties tr td.status .text {
  position: absolute;
  top: 2.5em;
  left: 1em;
  font-size: .75em;
  opacity: 0;
  min-width: 6em;
  white-space: nowrap;
  border: dotted 1px #999999;
  padding: 0.25em;
  background-color: white;
  max-width: 20em;
  overflow: hidden;
}

table.warranties tr.rejected td.status:hover .text,
table.warranties tr.referred td.status:hover .text {
  min-width: 20em;
  z-index: 2000;
  white-space: normal;
  overflow: visible;
}

table.warranties {
  position: relative;
}

table.warranties caption.offset-top {
  position: absolute;
  top: -4em;
  right: 0;
}

table.warranties tbody td.dates span.updated {
  font-style: italic;
  font-size: 90%;
}

table.warranties tr:hover td.status .text {
  opacity: 1;
}

@media screen and (min-width: 640px) {
  .content table.warranties tr:hover td.status .text span {
    display: inline;
  }
}

table.warranties tr td.status {
  min-width: 2em;
}

.content .content-block,
table.warranties tr td.status,
table.warranties tr td.edit {
  position: relative;
}

.content .content-block {
  text-align: left;
}

.content-block .admin-control {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}


.admin-heading a.edit,
.admin-control a {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.block:hover .content-block .admin-control {
  display: block;
}

h3.new-application a:after,
.sortable li:before,
.sortable li:after,
.details-upload dt .info span.num-files .label:before {
  font-family: icomoon;
}

.recent-warranties a.more-warranties:after,
.content h3.warranty-title .status:before,
aside.sidebar li.application:after,
table.warranties tr.locked .warranty-id a.view:before,
table.warranties tr.recent .warranty-id a.view:before,
.admin-heading a.edit:before,
.block .admin-control a:before,
.privacy-agreement-icon:after,
table.admin-form tr td.edit a:after,
table.warranties tr td.edit a:after,
table.warranties tr td.status:before,
table.warranties tr td.status:after,
.application #save-for-later:before,
.application #save-for-later:after {
  display: inline-block;
  position: relative;
  font-family: icomoon;
}

.admin-heading a.edit:before,
.block .admin-control a:before,
table.admin-form tr td.edit a:after,
table.warranties tr td.edit a:after,
table.warranties tr td.status:after {
    margin-left:.5em;
}

table.warranties tr.approved td.status:after {
  content: "\f00c";
  font-size: 1.333em;
}

.content h3.warranty-title sup.status {
  display: inline-block;
  margin-left: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  white-space: nowrap;
}

.content h3.warranty-title sup.status:before {
  font-size: 1.5em;
  margin-right: 0.5em;
}

.content h3.incomplete .status:before,
table.warranties tr.incomplete td.status:after {
  content: "\ea06";
}

.content h3.awaiting-authorisation .status:before,
table.warranties tr.resubmitted td.status:before,
table.warranties tr.awaiting-authorisation td.status:after {
  content: "\e984";
}

table.warranties tr.resubmitted td.status:after {
  font-size: 80%;
  bottoM: 0.2em;
}

.content h3.region-approved .status:before,
table.warranties tr.region-approved td.status:after,
.content h3.authorised .status:before,
table.warranties tr.authorised td.status:after {
  content: "\f087";
}

.content h3.referred .status:before,
table.warranties tr.referred td.status:after {
  content: "\f0a4";
}

.content h3.rejected .status:before,
table.warranties tr.rejected td.status:after {
  content: "\f088";
}

table.warranties.extended tr td.edit {
  width: 5em;
}

table.admin-form tr td.edit,
table.warranties.compact tr td.edit {
  width: 2.5em;
}

table tr.direct td.company-name a,
table tr.direct td.warranty-id a {
  white-space: nowrap;
}

.navbar-nav .dropdown a.dropdown-toggle:before,
table tr.direct td.company-name a:after,
table tr.direct td.warranty-id a:after,
table.warranties tr td.edit a:after,
table.warranties tr td.status:after {
  display: inline-block;
  position: relative;
  font-family: icomoon;
}

table tr.direct td.company-name a:after,
table tr.direct td.warranty-id a:after,
table.warranties tr td.edit a:after,
table.warranties tr td.status:after {
  margin-left:.5em;
}

table tr.direct td.company-name a.view:after,
table tr.direct td.warranty-id a.view:after {
  content: "\e900";
  font-size: 1.8rem;
  top: .25em;
}

.navbar-nav .dropdown a.dropdown-toggle:before {
  content: "\e971";
  margin-right: 0.5em;
}

table.warranties tr td.edit a,
table.admin-form tr td.edit a {
  font-size: 0;
  width: 1.6rem;
  margin: 0 .4rem;
}

table.admin-form tr td.edit a:after,
table.warranties tr td.edit a:after {
  font-size: 1.6rem;
}

table.admin-form tr td.edit a.view:after,
table.warranties tr td.edit a.view:after {
  content: "\f06e";
}

.admin-heading a.edit:before,
.block .admin-control a:before,
table.admin-form tr td.edit a.edit:after,
table.warranties tr td.edit a.resume:after {
  content: "\f044";
}

table.admin-form tr td.edit a.disable:after {
  content: "\ea0d";
}

table.warranties tr td.edit a.certificate:after {
  content: "\f2c3";
}

table.admin-form tr td.edit a.users:after {
  content: "\e972";
}

.content h3.awaiting-authorisation .status,
table.warranties tr.awaiting-authorisation td.status:after,
table.warranties tr.awaiting-authorisation .highlight {
  color: #333399;
}

.content h3.incomplete .status,
table.admin-form tr td.edit:hover a.disable:after,
table.warranties tr.incomplete td.status:after,
table.warranties tr.incomplete .highlight {
  color: red;
}

.content h3.referred .status,
table.warranties tr.referred td.status:before,
table.warranties tr.referred td.status:after,
table.warranties tr.referred .highlight {
  color: #993399;
}

.content h3.rejected .status,
table.warranties tr.rejected td.status:before,
table.warranties tr.rejected td.status:after,
table.warranties tr.rejected .highlight {
  color: orange;
}

.content h3.authorised .status,
.content h3.approved .status,
.content h3.region-approved .status,
table tr.direct td.company-name a.view:after,
table tr.direct td.warranty-id a.view:after,
table.warranties tr.authorised td.status:after,
table.warranties tr.approved td.status:after,
table.warranties tr.authorised .highlight {
  color: #74ba43;
}

form aside.side-panel {
  position: absolute;
  top: 5em;
  right: 0;
}

form.edit-form .actions {
  position: relative;
  margin: 1em 0;
  text-align: right;
}

form.edit-form section.completion-pane .actions {
  margin-top: 5em;
}

.sortable li {
  cursor: pointer;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 2em 0.5em 1em;
  border: solid 1px #cccccc;
  list-style: none;
}

.sortable li:hover {
  color: #000099;
}

.sortable li.ui-sortable-helper:hover:after,
.sortable li.ui-sortable-helper:hover:before {
  opacity: 1;
}

.content .group .sortable li {
  max-width: 25em;
}

.sortable li:after,
.sortable li:before {
  position: absolute;
  right: 1em;
  font-size: 0.75em;
  opacity: .5;
}

.sortable li:before {
  top: 0.25em;
  content: "\ea32";
}

.sortable li:after {
  bottom: 0.25em;
  content: "\ea36";
}

table td.item .notes {
  border: none;
  font-style: italic;
  margin: 0 .25em 0.75em 2em;
}

table td.item h5 {
  margin: 0;
  padding: 0;
}

.content table caption h4,
.content table caption p {
  margin: 0;
}

.content table caption h4 {
  padding: 0.375em 0 0 0;
}

.content table .center {
  font-weight: bold;
  text-align: center;
}

.content table .section ul.plain.small > li {
  white-space: nowrap;
  color: #999999;
}

.content table .section ul.plain {
  margin: 0.25em 0 0.5em 0;
  padding: 0;
  list-style-type: none;
}

.content table .code a {
  font-size: .9em;
}

.content table td.numeric,
.content table th.edit,
.content table td.view-links {
    text-align: right;
    white-space: nowrap;
}

.content table th.edit input,
.content table th.edit span {
  display: inline-block;
}

.content table td.edit {
  white-space: nowrap;
  text-align: right;
}

.content table td.edit a {
    display: inline-block;
    margin-left: 1em;
}

.details .pagination {
    width: 100%;
}

.details dd select,
.details dd input,
.details-wide dd select,
.details-wide dd input {
  margin-bottom: 0.5em;
}

.details-wide dd.address textarea {
  margin-bottom: 0;
}

.content table td,
.content table th {
    padding: 0.25em 0.5em;
}

.content table .nowrap {
  white-space: nowrap;
}

.position-ref {
    position: relative;
}

.top-wrapper {
    position: fixed;
    right: 0.5em;
    top: 1em;
    width: 100%;
}

.content {
    text-align: center;
}

.details .pagination,
.details .pagination li
ul.menu,
ul.menu li {
    list-style-type: none;
    margin: 0;
}

header.static-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}

header.top {
  background-color: white;
  height: 6.5em;
 /* height: 5em;*/
  z-index: 20;
  margin-bottom: 2em;
}

.top .navbar-nav>li>.dropdown-menu {
  position: absolute;
  top: 2.5em;
  right: -1em;
  overflow: visible;
  
  
}

.top .navbar-nav {
  margin: 0.25em 0.5em;
}

#app > .main {
  margin-top: 7em;
 /* margin-top: 6em;*/
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
}

.main-nav .menu {
  position: relative;
  top: 0;
}

#app-navbar-collapse {
  position: absolute;
  right: 0;
  top: 0.25em;
}

#uploaded-files {
  position: relative;
  min-height: 2em;
  width: 100%;
  padding: 0.5em;
  margin: 1em 0;
  z-index: 6;
}

#uploaded-files > .file-item em,
#uploaded-files > .file-item span {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.25em;
}

table.files th.edit .confirm-delete,
#uploaded-files > .file-item .upload,
#uploaded-files > .file-item .delete {
  padding: 0.125em 0.25em;
  font-size: 0.8em;
  cursor: pointer;
}

table.files th.edit .confirm-delete,
#uploaded-files > .file-item .delete {
  color: #aa0000;
}

table.files th.edit .confirm-delete:hover,
#uploaded-files > .file-item .delete:hover {
  color: white;
  background-color: #aa0000;
}

#uploaded-files > .file-item .upload:hover {
  color: white;
  background-color: #74ba43;
}

.rich-edit {
  font-size: 1.25em;
  cursor: pointer;
  width: 3em;
}

label .rich-edit {
  display: inline-block;
  margin-right: 0.75em;
}

.rich-edit.loaded {
  filter: grayscale(100%)
}

.content .edit-form p.text .ck-editor {
  width: 100%;
  max-width: calc(100% - 10.5em);
  float: right;
}


.content .edit-form p.text .ck-editor__main .ck-content {
  width: 100%;
  min-height: 20em;
  float: right;
  margin-bottom: 1em;
}

.details-upload dt .info {
  font-weight: normal;
  float: right;
  clear: both;
}

.details-upload dt .info span strong {
  display: inline-block;
  padding-left: 0.5em;
  white-space: nowrap;
  text-align: left;
}

.details-upload dt .info span {
  display: inline-block;
}

.details-upload dt .info span.item {
  padding: 0 0 0 1em;
}

,
.details-upload dt .info span.num-files .label:before {
  content: "\e92c";
}

.details-upload dt .info span.label {
  display: inline-block;
  color: #74ba43;
  width: 2em;
  font-size: 1.5em;
}

#drop-zone {
  position: relative;
  min-height: 12em;
  width: 100%;
  padding: 0.5em;
  border: dashed 0.375em #74ba43;
  transition: all 0.25s ease-in-out;
  padding-bottom: 2em;
}

#drop-zone .bg {
  position: absolute;
  top: 10%;
  left: 25%;
  bottom: 10%;
  right: 25%;
  width: 50%;
  height: 50%;
  pointer-events: none;
  opacity: 0.33;
  z-index: 0;
  transition: all 0.25s ease-in-out;
}

#drop-zone .icon-check {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}

#drop-zone .icon-check {
  color: #cccccc;
  transition: all .5s ease-in-out;
  width: 3em;
  height: 3em;
}

#drop-zone .icon-check {
  cursor: pointer;
  z-index: 50;
}

#drop-zone.unconfirmed .icon-check:hover {
  transform: scale(1.1);
}

#drop-zone.uploading {
  filter: grayscale(100%);
  opacity: 0.75;
}

#drop-zone.unconfirmed .icon-check,
#drop-zone .preview-file {
  color: #ff9933;
}

#drop-zone.confirmed .icon-check,
#drop-zone .upload-file {
  color: #74ba43;
}

#upload-progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  pointer-events: none;
}

.uploading #upload-progress-bar {
  min-width: 1%;
  border: dashed 1em #999999;
  opacity: 0.5;
}

table.countries thead th {
  height: 6em;
}

table.countries thead th.num-warranties,
table.countries thead th.region {
  width: 2.5em;
  position: relative;
}

table.countries thead th.num-warranties .label,
table.countries thead th.region span.label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  font-weight: normal;
  transform: rotate(-60deg);
  transform-origin: 0 25%;
  text-align: left;
}

table.countries tbody td.emails input.email {
  width: 100%;
  display: block;
}

table.countries tbody td.country-name {
  max-width: 8em;
}

.content table tbody tr td,
.content table tbody tr th {
  border-spacing: 0.5em;
}

.content tr:nth-child(even) td {
  background: #eeeeee;
}
.content table.plain tr:nth-child(even) td,
.content tr:nth-child(odd) td {
  background: white;
}

.content table.plain {
  border: none;
}

.content table.mapper tr.active th,
.content table.mapper tr.active td {
  background-color: #ffff66;
}

#app .content table.mapper tr.inactive th,
#app .content table.mapper tr.inactive td {
  background-color: white;
}

.content table.categories-mapper tr td > span.checkbox-item {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.content table tr td > span.checkbox-item {
  margin-right: 1em;
}

.content table tr.inactive td > span.checkbox-item {
  opacity: 0.5;
  pointer-events: none;
}

.content table tr td label {
  font-weight: normal;
  font-size: 80%;
}

.content table tr th input,
.content table tr th label,
.content table tr td label,
.content table tr td span,
.content table tr td input {
  display: inline-block;
}

.content table tbody tr:hover td {
  background-color: #ffffdd;
}

.content table thead th{
  border-bottom: #333333 1px dotted;
  border-top: #333333 1px dotted;
  vertical-align: top;
  font-weight:bold;
  background-color: #333333;
  color: white;
}

.content table tbody td {
  border-left: #999999 1px dotted;
  border-right: #999999 1px dotted;
  vertical-align: top;
}

.content table.plain tbody td {
  border: none;
}
  

#drop-zone .icon-check:before {
  font-size: 3em;
}



.application ul.tabs li.completed .legend:after {
  position: absolute;
  right: 0.5em;
  font-size: 1.5em;
  top: 0;
  font-family: icomoon;
  content: "\f00c";
  color: white;
}

@media screen and (max-width: 640px) {
  .application ul.tabs li {
    display: none;
  }
  #app .application ul.tabs li.active {
    display: inline-block;
    width: 100%;
  }
  .content h3.warranty-title sup.status {
    margin: 1em auto;
  }
}


#drop-zone .bg:before {
  position: absolute;
  top: 0;
  left: 2.5em;
  color: #74ba43;
  font-size: 4em;
}

#drop-zone:hover .bg{
  transform: scale(1.1);
  opacity: 0.6667;
}

.sections > section .info {
  margin: 1.5em 0;
  clear: both;
}

.info .checkbox-row span.show-message {
  display: block;
  clear: both;
}

input.checkbox.error {
  border-color: red;
}

.sections > .show-all {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  cursor: pointer;
  padding: 0.125em 0.5em;
  border: dotted 1px #999999;
  color: #999999;
  border-radius: 0.5em;
  z-index: 100;
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

.sections > .show-all:hover {
  opacity: 1;
}

.sections > section .info input.checkbox {
  float: left;
  margin: 0 1em 0 0;
}

form dl.details-wide,
.sections > section dl.details-upload,
.sections > section dl.details-wide {
  width: 100%;
}

form  p.notes {
  clear: both;
}

#app .sections > section dl.details-upload {
  min-height: 24em;
  margin-bottom: 5em;
}

#app .sections > section dl.details-upload dt {
  width: 25%;
}

#app .sections > section dl.details-upload dd {
  width: 72%;
}
/*
.sub-nav {
  
}*/

#app form.statistics-form {
  max-width: 100%;
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-content: center;
  margin-bottom: 2em;
}

aside.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  opacity: 0;
  transition: width 0.75s ease-in-out;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.show-menu aside.sidebar {
  width: 20em;
  background-color: #f3f3f3;
  bottom: 0;
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}

.content table td textarea {
  width: 100%;
}

.content table.num-notes-0 thead {
  display: none;
}

aside.sidebar li {
  text-align: left;
  padding: 0.5em 1em;
  border-bottom: solid 1px #74ba43;
}

.content a,
.top a,
footer a,
aside.sidebar li a {
  color: rgba(0, 0, 0, 0.75);
  transition: color 0.15s ease-out;
}

.content .rich-edit,
#app a:hover,
aside.sidebar li a:hover {
  color: #74ba43;
}

aside.sidebar li.active a {
  font-style: italic;
}

aside.sidebar li.advanced {
  text-indent: .5em;
}

aside.sidebar li.application:after {
  content: "\ea0a";
  margin-left: 1em;
  margin-bottom: .75em;
  font-size: 66.667%;
  transition: transform .5s ease-in-out;
}

aside.sidebar li.application.active:after {
  content: "";
}

aside.sidebar li.application:hover:after {
  transform: rotate(180deg);
}

aside.sidebar li.advanced > a {
  font-size: 90%;
}

aside.sidebar ul li.configure-operations a {
  font-size: 75%;
  white-space: nowrap;
}

#app .main,
#app header.top {
  width: 100%;
  transition: margin-left 0.75s ease-in-out, margin-right 0.75s ease-in-out;
}

.show-menu #app .main,
.show-menu #app header.top {
  margin-left: 20em;
  margin-right: -20em;
  overflow: hidden;
} 

.content {
  margin-top: 0 auto;
}

.details .pagination-nav {
  width: 100%;
  text-align: center;
}

.details .pagination {
    margin: 0.5em auto;
}

.details  .pagination>li>a,
.details .pagination>li>span {
  padding: 0.375em 0.75em;
}
.details .pagination>li>span {
    color: #999999;
}

.details form.filter label {
    display: inline-block;
    margin: 0 1em 0 0;
}

.details form.filter input.textfield-medium {
    width: 15em;
}

.content textarea,
.content input.textfield-long {
    width: 24em;
    max-width: 100%;
    text-align: left;
}

.content form input.textfield {
  max-height: 2em;
}

.content form input[type=reset],
.content form input[type=submit],
.content form select {
  min-height: 2em;
}

.content textarea,
.content .password,
.content .textfield {
  padding:.2em;
  margin-bottom: .5em;
}
  

.details form.filter input[type=checkbox] {
    display: inline-block;
    margin: 0 0 0 1em;
}

.details .pagination>li>a {
    background-color: #eeffff;
    color: #3399cc;
}

.details .pagination li {
    display: inline-block;
}
ul.menu li {
    font-size: 1.25em;
}

.details .pagination,
ul.menu {
    -webkit-padding-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.links > a {
    color: #636b6f;
    padding: 0 1em;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}


div.details {
    text-align: left;
}

.no-break {
    white-space: nowrap;
}

.group,
.test-group,
form div.notes,
dl.details {
    clear: both;
}

.content dd,
.content p {
    text-align: left;
}

.content dd span {
  display: inline-block;
}
.content dd span span {
  padding-left: .5em;
}

.content dd span span.network {
  display: block;
  padding: 0 0.5em 0 0;
}

.group dl dd p {
    margin: 0 0 0.125em 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

div.group {
    padding: 0.25em 0 1em 0.125em;
    margin: 0.25em 0 0.25em 0.125em;
   /* border-top: solid 1px #999999;*/
}

div.group > header {
    min-height: 1.5em;
}

div.group > header > h4,
div.group > h4 {
    padding: 0.25em 0;
    float: left;
    margin: 0 0 0.5em 0;
    min-width: 72%;
}

.group table,
form .actions,
.main .group > dl.details.first {
    clear: both;
}

form .actions input.submit {
  background: none;
  background-color: white;
  border: solid 1px #333333;
  transition: all .33s ease-in-out;
}

form .actions input.active {
  color: white;
  background-color: #333333;
}

form .actions input.inactive {
  opacity: 0.5;
}

form .actions input.inactive:hover {
  opacity: 1;
}

form dl.details-twin,
form dl.details-multirow {
  margin-right: -5%;
  margin: 1em 0;
  min-height: 4em;
  width: 100%;
  max-width: 100%;
}

form dl.details-multirow dd select,
form dl.details-multirow dd input {
  max-width: 100%;
}


form dl.details-multirow dd,
form dl.details-multirow dt {
  overflow: hidden;
  margin-bottom: 1em;
}

form dl.details-multirow dt {
  width: 40%;
}

form dl.details-multirow dd {
  clear: none;
  width: 55%;
}

#app form input.textfield.email[disabled],
#app form input.textfield-medium[disabled],
#app form input.textfield-long[disabled] {
  border: none;
  background: none;
}

@media screen and (max-width: 720px) {
  .company-logo, header.top .container .navbar-brand {
    height: 4em;
    max-width: 33.33%;
    left: -16.667%;
  }
  @media screen and (min-width: 360px) {
    .company-logo, header.top .container .navbar-brand {
      left: -12.5%;
    }
  }

  @media screen and (min-width: 420px) {
    .company-logo, header.top .container .navbar-brand {
      left: -10%;
    }
  }

  @media screen and (min-width: 560px) {
    .company-logo, header.top .container .navbar-brand {
      left: -6.667%;
    }
  }
}

@media screen and (min-width: 560px) {
  form dl.details-multirow dd,
  form dl.details-multirow dt {
    clear: none;
    width: 22.5%;
    max-width: 22.5%;
  }
}

@media screen and (min-width: 720px) {
  
  #app .menu-label {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  form dl.details-multirow dd,
  form dl.details-multirow dt {
    width: 15%;
    max-width: 15%;
  }
}

form dl.details-twin dt,
form dl.details-multirow dt {
  margin-right: 2%; 
}

form dl.details-twin dd,
form dl.details-twin dt {
  clear: none;
  width: 23%;
  max-width: 25%;
  overflow: hidden;
  margin-bottom: 1em;
}

dl.details-wide dt,
dl.details dt {
    clear: both;
    float: left;
    min-height: 1.25em;
}
dl.details dt {
    width: 12em;
}

dl.details-wide dt {
    width: 20em;
    text-align: right;
    margin-right: 0.5em;
    clear: both;
}

dl.details-wide dd,
dl.details dd {
    clear: none;
    float: left;
}

table caption > .header,
table caption > h3 {
    float: left;
    margin: 0;
}

table caption > .header p {
  margin: 0;
  padding: 0 0 .25em 0;
}

.application button.remove-test,
.application button.clear-test,
.application .controls button.add-test {
  background: none;
  border: none;
}

.application .buttons,
.application button.remove-test {
  clear: both;
}

.application button.clear-test:before,
.application button.remove-test:before,
.application .controls button.add-test:before {
  color: #74ba43;
}

.application .controls button.add-test:before {
  font-size: 2em;
}

.application button.clear-test:before,
.application button.remove-test:before {
  font-size: 3em;
}

.application button.clear-test:before,
.application button.remove-test:before {
  content: "-";
}

form > .controls,
.content > .controls,
.group > .controls,
.group > header > .controls,
table caption .controls {
    float: right;
    padding: 0 0 0 0.5em;
}

form.edit-form p label {
  display: block;
  float: left;
  margin: 0 0.5em 0 0;
  text-align: right;
}

form.edit-form p label:first-child {
  width: 10em;
}

form .checkboxes .items > .item,
form.application .items > .item {
  width: 15em;
  float: left;
}

form .group .select-items > div {
  width: 10em;
  float: left;
  margin: 1em;
  padding: 0.5em;
  border: dashed 1px #cccccc;
}


.column-options th {
  text-align: left;
  white-space: nowrap;
}

/*
form.application .items > .item {

}*/

form.application .items > .item input.radio {
  float: left;
}

form label,
form legend {
  position: relative;
}

.help-widget {
  font-size: 1em;
  display: inline-block;
  margin-right:0.2em;
  min-height: 1em;
}

.help-widget:before {
  font-size: 1.25em;
  transition: all .33s ease-in-out;
}

:hover > .help-widget:before {
  color: #74ba43;
}

.help-widget .tooltip {
  max-width: 0;
  max-height: 0;
  overflow:hidden;
  padding: 0.5em;
  font-size: 1em;
  transition: opacity 0.5s ease-in-out;
}

.help-widget:hover .tooltip {
  opacity: 1;
  background-color: rgb(255, 251, 213);
  box-shadow: 2px 1px 1px #686868;
  max-width: 480px;
  max-height: 20em;
}

form.completion .back-button,
form.completion .progress-button {
  display: none;
}

#app .content tr.inactive td,
#app .content table.inactive td {
  background-color: #ffcccc;
}

.application #save-for-later,
.application #submit-action,
.controls > .nav-arrow {
  position: absolute;
  font-size: 1em;
  cursor: pointer;
  z-index: 10;
  transform: skew(0deg) translateX(0);
  transition: transform 0.25s ease-in-out;
}

.application #save-for-later:before,
.application #save-for-later:after {
  font-size: 1.25em;
  top: 0.125em;
}

.application #save-for-later:before {
  margin-right: 0.5em;
  content: "\e161";
}

.application #save-for-later:after {
  margin-left: 0.5em;
  content: "\ea14";
}

.application #submit-action,
.controls > .nav-arrow {
  height: 3em;
}

.application #submit-action,
.progress-button {
  right: 0.5em;
}

.back-button {
  left: 0.5em;
}

#app form.application .back-button span.label {
  font-size: 80%;
  padding-left: 1.25rem;
  padding-top: 1.75em;
}

#app .login-note,
#app .login-notes {
  text-align: left;
}

.application #submit-action .arrow {
  pointer-events: none;
}

.application #save-for-later {
  right: 12.5em;
  margin-bottom: 0;
  width: 12em;
}

.application #save-for-later:hover,
.application #submit-action:hover,
.controls .progress-button:hover {
  transform: skew(-2deg) translateX(.25em);
}

.controls .progress-button:hover {
  transform: skew(2deg) translateX(-.25em);
}

.controls .nav-arrow {
  bottom: 0em;
  width: 10em;
}


.application #save-for-later,
.application #submit-action {
  bottom: 0;
}

.application #submit-action {
  width: 8em;
  height: 4em;
}

.application #submit-action input#edit-submit {
  width: 9em;
  margin-top: .375em;
}

.application #edit-submit,
.application #save-for-later,
.controls .nav-arrow .label {
  display: inline-block;
  color: #74ba43;
  line-height: 1.25em;
  padding: 1em;
  text-align: left;
}



.controls .nav-arrow .label {
  font-size: 1.25em;
  z-index: 11;
  width: 5em;
  overflow: hidden;
}

.application #edit-submit {
  background: none;
  border: none;
}

.info p.checkbox-row label {
  max-width: 90%;
  max-width: calc(100% - 3em);
}

form.application #submit-action .arrow:before,
.controls .nav-arrow .arrow:before {
  display: block;
  position: absolute;
  top: 0;
  color: #74ba43;
  font-size: 4em;
}

form.application #submit-action .arrow:before,
.controls .progress-button .arrow:before {
  right: 0;
}

.controls .back-button .arrow:before {
  left: 0;
}

form.application .items > .item label {
  font-weight: normal;
  margin-left: 0.5em;
}

.flex-row {
  display: flex;
  flex-flow: nowrap row;
}

.group > legend {
  margin: 0.5em 0;
}

.application fieldset.group {
  margin: 1em 0;
}

fieldset.flex-row legend {
  border: none;
  width: 8em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
}

form.application fieldset legend { 
  text-align: left;
  width: 100%;
  font-weight: bold;
}

form.application fieldset.col-2 p {
  float: left;
  max-width: 45%;
  margin-right: 0;
}

form.application fieldset.group p label {
  width: auto;
  min-width: 8em;
  white-space: nowrap;
}

#app form.edit-form input[type=text],
#app form.edit-form input[type=email],
#app form.edit-form input[type=date],
#app form.edit-form input[type=number] {
  padding: 0.125em;
}

#app .application fieldset.group.col-2 p {
  max-width: 100%;
}

@media screen and (min-width: 400px) {
  #app .application fieldset.group.col-2 p {
    max-width: 50%;
    width: 100%;
  }
  
}

@media screen and (min-width: 400px) and (max-width: 800px) {
  #app .application fieldset.group.col-2 p label {
    text-align: left;
    width: 100%;
  } 
}

form.application fieldset.group p.long-label label {
  white-space: normal;
  text-align: left;
}

form.application fieldset.group p input.textfield {
  max-height: 2em;
}

div.radio-item label {
  max-width: 80%;
}

div.radio-item input.radio {
  float: left;
  margin: 0.25em .375em 0.5em 0;
}

@media screen and (max-width: 640px) {
  p.flex-row {
    flex-flow: wrap column;
  }
  form.application fieldset.group p input.textfield {
    display: block;
    clear: both;
  }
  dl.details-wide dt {
    width: 10em;
  }
}

@media screen and (max-width: 400px) {
  
  dl.details-wide dt {
    width: auto;
    text-align: left;
  }

  dl.details-wide dd {
    width: 100%;
    text-align: left;
    clear: both;
  }
  .content input.textfield-long,
  dl.details-wide dd input.textfield {
    width: 100%;
  }

  #app fieldset div.radio-item {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 400px) and (max-width: 640px) {
  #app fieldset div.radio-item {
    width: 50%;
  }

  #app dl.details-wide dd {
    max-width: calc(100% - 11em);
  }
}

fieldset {
  display: relative;
}

form.edit-form .checkbox-row {
  clear: both;
}

form p.long-label input,
form p.long-label label {
  display: inline-block;  
}

#app ul.tabs li.tab-hidden {
  max-width: 0;
  opacity: 0;
}

form .hidden-message {
  display: none;
}

form p.long-label label {
  max-width: 90%;
  width: auto;
  font-weight: normal;
}

form.edit-form div.checkbox-row > input {
  float: left;
  max-width: 2em;
  margin-right: 1em;
}

form.edit-form div.checkbox-row > div {
  float: left;
  clear: none;
  max-width: calc(100% - 4em)
}

.invisible {
  opacity: 0;
}

.main > .content .sections > section > .test-results {
  min-height: 25em;
}

.main > .content .sections > section.blolite-pane > .test-results {
  min-height: 15em;
}

.main > .content .sections > section.blolite-pane dl {
  min-height: 9em;
}

.test-results.blolite .details-wide dd {
  white-space: nowrap;
}

.test-results.blolite .details-wide dd .textfield-short {
  max-width: 7.5em;
}

.test-results.blolite .details-wide dd.route .textfield-short {
  max-width: 6em;
}

.test-results.blolite .details-wide dd.length .numeric {
  max-width: 5em;
}

.sections > section .test-results dl.details,
.test-results .group dl.details {
  max-width: 100%;
}

.test-group .test-results {
  min-height: 12em; 
}

ul.plain {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

ul.plain li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list-2-col {
  width: 100%;
  margin-right: -2%;
}

ul.list-2-col li {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.group ul.plain li a {
  display: inline-block;
  margin-bottom: 0.5em;
}

ul.twin-list {
  width: 48%;
  clear: both;
}

form.edit-form .checkbox-row label {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 0.5em 0 0;
  text-align: left;
  font-weight: normal;
}

form.edit-form p textarea {
  width: 100%;
  max-width: 50em;
  max-width: calc(100% - 10.5em);
}

form .controls,
fieldset {
  border: none;
  clear: both;
}

form.application .controls {
  position: relative;
}


fieldset legend {
  font-size: 1em;
  width: 100%;
}

fieldset div.radio-item {
  font-size: 1em;
  width: 25%;
  float: left;
}


dd.address input,
dd.address select {
  clear: both;
  display: block;
}


ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  overflow: hidden;
  white-space: nowrap;
}

ul.tabs li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  min-height: 3em;
}

#app ul.tabs-3 li {
  width: 33.33%;
}

#app ul.tabs-4 li {
  width: 25%;
}

#app ul.tabs-5 li {
  width: 20%;
}

/*
* Main mobile first media queries
*/
@media screen and (min-width: 400px) {
  .privacy-pane .scroll-outer .scroll-pane-max {
    left: 5%;
    right: 5%;
  }
}

@media screen and (min-width: 640px) {

  #app ul.tabs-3 li {
    font-size: 1.33em;
  } 

  #app ul.tabs-4 li {
    font-size: 1.15em;
  } 
  
  #app ul.tabs-5 li {
    font-size: 0.9em;
  }
  #app .group {
    overflow-x: visible;
  }
  
  .privacy-pane .scroll-outer .scroll-pane-max {
    left: 10%;
    right: 10%;
  }
  .show-popover .privacy-pane .scroll-container {
    top: 6em;
    height: calc(96vh - 6em);
  }
}

@media screen and (min-width: 800px) {

  #app ul.tabs-3 li {
    font-size: 1.4em;
  } 

  #app ul.tabs-4 li {
    font-size: 1.25em;
  } 
  
  #app ul.tabs-5 li {
    font-size: 1.15em;
  }
}

@media screen and (min-width: 960px) {

  #app ul.tabs-3 li,
  #app ul.tabs-4 li {
    font-size: 1.5em;
  } 
  
  #app ul.tabs-5 li {
    font-size: 1.33em;
  }

  .privacy-pane .scroll-outer .scroll-pane-max {
    left: 12.5%;
    right: 12.5%;
  }
  .show-popover .privacy-pane .scroll-container {
    top: 6.5em;
    height: calc(96vh - 6.5em);
  }
}

@media screen and (min-width: 1200px) {
  
  #app ul.tabs-5 li {
    font-size: 1.5em;
  }

  .privacy-pane .scroll-outer .scroll-pane-max {
    left: calc(50% - 450px);
    right: calc(50% - 450px);
  }
}

.application ul.tabs li {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  background-color: #74ba43;
}

.application .group {
  width: 100%;
}

.application ul.tabs li.active {
  filter: grayscale(0%);
  opacity: 1;
}

.edit-form label.required:before {
  content: "*";
  display: inline-block;
  margin-right: 0.25em;
  color: red;
}

ul.tabs li span {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
}

ul.tabs li span.step {
  position: absolute;
  top: 0;
  left: 2.5%;
  font-size: 2em;
}

ul.tabs li:hover span.step {
  color: white;
}

ul.tabs li span.label {
  margin-left: 15%;
  color: #000099;
  font-size: 1em;
}

ul.tabs li span.legend {
  margin-left: 15%;
  color: black;
  font-size: .75em;
}

ul.tabs li a {
  display: block;
  padding: 5% 1em;
}

ul.tabs-5 li {
  width: 20%;
}

.related-files,
form.edit-form p.select-row,
form.edit-form p.inline-options {
  clear: both;
}

.related-files {
  margin: 1.5em 0;
}

form.edit-form p.inline-options input,
form.edit-form p.inline-options label,
form.edit-form p.inline-options select {
  float: none;
  display: inline-block;
}

form.edit-form p.inline-options .label-left label {
  text-align: right;
  margin-right: 0.25em;
}

form.edit-form p.inline-options .label-left input {
  text-align: left;
  margin-left: 0.25em;
}

form.edit-form p.inline-options .checkbox-row label {
  margin-left: 1em;
}
form.edit-form p.inline-options .first label {
  width: 7.5em;
  text-align: right;
  margin-right:0.5em;
}

form.edit-form p.inline-options .first select,
form.edit-form p.inline-options .first input {
  margin-left:0;
  margin-right:2em;
}


form.edit-form p.inline-options input,
form.edit-form p.inline-options select {
  display: inline-block;
  margin-left: 1em;
}

form.edit-form p.inline-options label {
  margin-right: 1em;
  text-align: left;
}

.sections {
  width: 100%;
  position: relative;
  overflow:hidden;
}

.sections > section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 2em 0 5em 0;
  min-height: 50vh;
  transition: opacity 1s ease-in-out;
  z-index: 0;
  pointer-events: none;
}

.sections.show-all > section,
.sections > section.active {
  position: relative;
  opacity: 1;
  z-index: 10;
  pointer-events: all;
  max-height: none;
  overflow-y: visible;
}

.sections.show-all {
  overflow:visible;
}

.sections.show-all > section {
  position: relative;
}

.sections .clear-test,
.zero-link-message {
  display: none;
}

.sections .show-delete-test-ui .clear-test,
.show-delete-test-ui .zero-link-message {
  display: block;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:after {
  position: absolute;
  top: 0;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\003c";
  left: 0.125em;
}

.ui-datepicker .ui-datepicker-next:after {
  content: "\003e";
  right: 0.125em;
}

.controls a.add:after {
  content: "+";
  display: inline-block;
  font-size: 1.5em;
  margin-left: 0.3333em;
}

.controls > strong,
.controls > a {
  display: inline-block;
  font-size: 1.5em;
  margin-left: 1em;
}

.controls > a.icon {
  min-height: 1.5em;
}

.controls > a.icon:hover {
  text-decoration: none;
}

.controls a.translate-certificate {
  font-size: 1em;
  font-style: italic;
}

.controls > a.regen {
  font-style: italic;
  opacity: 0.5;
  pointer-events: none;
}

.controls > a.download {
  transition: all 0.5s ease-in-out;
}


#footer {
    clear: both;
    margin-top: 2em;
}

#notification-pane {
  position: fixed;
  width: 100%;
  left: 5%;
  right: 2.5%;
  bottom: 1em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
  pointer-events: none;
  z-index: -1;
}


#notification-pane > .inner {
  text-align: left;
  margin: 0 auto;
  background: white;
  border: solid 1px #999999;
  padding: .5em;
  border-radius: 0.25em;
  max-width: 400px;
  font-size: 75%;
}

.show-message-pane #notification-pane {
  opacity: 1;
  pointer-events: all;
  z-index: 50;
}

.contact-details input.email {
  min-width: 24em;
}

.contact-details input.textfield-medium {
  min-width: 16em;
}

.contact-details legend {
  border: none;
  margin: 0;
}

#footer,
#footer ul,
#footer p {
    text-align: center;
    
}

#stats-pane {
  min-height: 50vh;
  width: 100%;
}

#stats-pane svg {
  width: 100%;
  min-height: 75vh;
}

.content .blocks {
  position: relative;
  min-height: 8em;
  margin: 0 -1% 0 0;
  overflow: hidden;
  width: 100%;
}

.content .new-warranty-info {
  min-height: 6em;
  padding: 0.5em 0 1em 0;
  margin-bottom: 1em;
  border-bottom: dashed 1px #999999;
}

.content .blocks > .block {
  float: left;
  text-align: left;
}

.content .blocks > .block table td.org-name {
  min-width: 12em;
}

.content .blocks > .block table td.date {
  width: 5em;
}

.content .blocks .inner {
  position: relative;
  padding: 5%;
  width: 90%;
  margin: 5%;
}

table tr.to-be-deleted td,
table.files tr.delete td,
table.files tr.delete td a {
  color: red;
  text-decoration: line-through;
}

table.files tr th .confirm-delete {
  display: none;
}

.note-data.num-inputs-1 input.content {
  width: 100%;
}

.note-data.num-inputs-2 input.content {
  width: 36em;
}

table.files tr.delete th .confirm-delete {
  display: inline-block;
}

.content .notes .inner .new,
.content .status-notes table.first {
  position: relative;
}

.content .moved {
  background-color: white;
  padding: 2em 1em;
  margin-left: -1em;
  margin-right: -1em;
  border: solid 1px #cccccc;
}

@media screen and (max-width: 768px) {
  #app .content .mobile-hide {
    display: none;
  }
}

.content .group .close-overlay {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  cursor: pointer;
}

.content .group .note > p {
  clear: both;
}

.content .group .note > p .delete {
  float: right;
}

.content .group .note .actions {
  float: right;
  margin-left: 2em;
}

.content .group .close-overlay:hover {
  color: #000099;
}

.content .refrej-notes > textarea {
  width: 100%;
}

.content form.inline input,
.content form.inline input {
  display: inline-block;
}


@media screen and (min-width: 640px) {
  .content .rows-3 > .block,
  .content .rows-4 > .block {
    width: 50%;
  }

  .content .refrej-notes > label {
    float: left;
    width: 20%;
    margin-right: 0.5em;
    text-align: right;
  }
  .content .refrej-notes > textarea {
    width: 75%;
  }

  #app .content .group {
    max-width: none;
  } 
}

@media screen and (min-width: 960px) {

  .content .rows-2 > .block {
    width: 50%;
  }

  .content .rows-3 > .block,
  .content .rows-4 > .block {
    width: 33.333%;
  }
  .test-group .test-results {
    min-height: 8em; 
  }
}

@media screen and (min-width: 1280px) {
  .content .rows-4 > .block {
    width: 25%;
  }
}

.header-break {
  margin-top: 1em;
  border-bottom:thin  #333 dotted;
  margin-left:auto;
  margin-right:auto;
  width: 70%;
}

.menu-label {
  position: absolute;
  top:.8em;
  left: 2em;
  color: #74ba43;
  font-size: 1.2em;
  font-weight:500;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-left: 0.5em;
}

.m-b-md {
  margin-left: -4em; 
  margin-top: 2.5em;
}


.application .notes{
  padding: .5em;
  border: #333 thin dotted;
}

.actions{
  margin-bottom: .5em; 
}


.caption-border{
  border-top:thin #333 dotted; 
  border-bottom:thin #333 dotted; 
  margin:1em 0 1em 0;
}

.regions{
  margin-top:2em;
  border: #333 thin dotted;
}

.alert-success,
.edit-form .group > .success {
  clear: both;
}

.edit-form .group > .success {
  margin: 1.5em 0;
}