body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

a {
  color: #d6a645;
  text-decoration: underline;
}

.nav--main {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: none;
  border: 0px none #000;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.container--nav {
  display: block;
  float: right;
}

.link-container--brand {
  text-decoration: none;
}

.text-box--v30 {
  height: 40px;
  max-width: 300px;
  margin-bottom: 10px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 2px;
  background-color: #edeef1;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-size: 13px;
}

.text-box--v30:hover {
  background-color: #dbdce2;
}

.text-box--v30:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.section--login {
  display: block;
  margin-top: 0px;
  background-color: #000;
}

.column-container--basic {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.embed--code {
  margin-left: 0px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.text--sql-data {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px 10px 10px 3px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.text-box--new-comment {
  position: static;
  overflow: auto;
  max-height: 50px;
  max-width: none;
  min-height: 50px;
  min-width: 0px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown--v20 {
  max-width: 200px;
  min-width: 200px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  cursor: default;
}

.textbox--v20 {
  max-width: 200px;
  min-width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.body--main {
  padding-bottom: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}

.text--sub-header {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 3px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.textbox--v11 {
  overflow: visible;
  width: 800px;
  height: 100px;
  max-height: 100px;
  max-width: 800px;
  min-height: 100px;
  min-width: 800px;
  border: 0.25px solid #000;
  font-family: 'Open Sans', sans-serif;
}

.textbox--v5 {
  max-width: 400px;
  min-width: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

.textbox--v3 {
  max-width: 165px;
  min-width: 165px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

.textbox--v3.authbox {
  margin-top: 10px;
  margin-bottom: 20px;
}

.dropdown--v3 {
  max-width: 165px;
  min-width: 165px;
  background-color: #fff;
}

.text--breadcrumb-seperator {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
}

.text--breadcrumb-current {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  text-transform: none;
}

.link--breadcrumb {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
}

.dropdown--v4 {
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
}

.container--root {
  max-width: 1176px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px 10px 30px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}

.section--content {
  margin-top: 0px;
}

.text--block-bold {
  margin-bottom: 3px;
  font-weight: 600;
}

.container--location {
  margin-top: 20px;
}

.container--contact {
  margin-bottom: 60px;
  padding: 20px;
  border-style: solid;
  border-width: 0.25px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.01);
}

.container--comlog {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}

.header--page-title {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}

.section--page-title {
  margin-bottom: 40px;
  border-bottom: 0.25px solid #333;
  background-color: #d4f5ff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.link--nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.link--nav-item:visited {
  color: #fff;
  font-weight: 400;
}

.link--nav-item.w--current {
  color: #fff;
}

.image--comlog {
  max-width: 45px;
  margin-top: 5px;
  margin-right: 40px;
  padding-bottom: 5px;
}

.text--form-field-title {
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 600;
}

.textbox--v52 {
  max-width: 520px;
  min-width: 520px;
  margin-bottom: 0px;
  padding: 5px 10px;
  font-size: 15px;
}

.textbox--v24 {
  max-width: 240px;
  min-width: 240px;
  margin-bottom: 0px;
  padding: 5px 10px;
}

.dropdown-v25 {
  max-width: 250px;
  min-width: 250px;
  margin-bottom: 0px;
  background-color: #fff;
  font-size: 15px;
}

.button--basic {
  display: inline-block;
  margin-top: 0px;
  background-color: #555;
}

.button--basic:hover {
  background-color: #3a3a3a;
}

.embed--dash-center {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.column--basic {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.link--dash-header {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-left: 20px;
  padding-bottom: 0px;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.text--dash-data-title {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.container--dash-block {
  display: inline-block;
  max-height: none;
  max-width: 125px;
  min-height: 0px;
  min-width: 125px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.01);
}

.text--dash-header {
  display: inline-block;
  margin-top: 5px;
  margin-left: 15px;
  font-weight: 600;
}

.container--dash-header {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.container--dash-data {
  margin-left: 0px;
}

.container--dash-left {
  max-height: none;
  max-width: none;
  min-height: 0px;
  margin-top: 40px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: rgba(0, 0, 0, 0.01);
}

.text--dash-sub-header {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
}

.container--dash-products-rank {
  margin: 10px 10px 20px;
  padding: 5px 5px 5px 10px;
  background-color: rgba(0, 0, 0, 0.03);
}

.text--dash-block {
  margin-bottom: 5px;
}

.container--dash-products-profit {
  margin: 10px 10px 0px;
  padding: 5px 5px 5px 10px;
  background-color: rgba(0, 0, 0, 0.03);
}

.button--logout {
  display: inline-block;
  max-height: none;
  min-height: 10px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  text-decoration: underline;
}

.body--black {
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
}

.section--header {
  display: block;
  margin-top: 40px;
  margin-bottom: 100px;
}

.container--logo {
  position: static;
  z-index: 10;
  margin-right: 30px;
}

.container--logo.w--current {
  display: block;
}

.image--logo {
  display: inline-block;
  width: auto;
  height: 40px;
  margin-top: -5px;
  margin-bottom: 0px;
}

.text--logo {
  display: block;
  margin-top: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.section--product-search {
  margin-top: 0px;
}

.container--form-data {
  padding: 10px 10px 20px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.01);
}

.button--custom-search {
  margin-top: 30px;
  background-color: #555;
}

.button--custom-search:hover {
  background-color: #3a3a3a;
}

.button--preset-search {
  margin-left: 40px;
  background-color: #555;
}

.button--preset-search:hover {
  background-color: #3a3a3a;
}

.form-block--preset-search {
  margin-bottom: 40px;
}

.container--block {
  margin: 5px 10px 10px;
  padding-left: 10px;
}

.text--data-title {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 3px;
  font-size: 15px;
  font-weight: 600;
}

.dropdown--v9 {
  background-color: #fff;
}

.form-block-logout {
  margin-bottom: 0px;
}

.embed--total-results {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container--echo-box {
  padding: 10px 5px 5px 20px;
  border: 0.25px solid #000;
  background-color: rgba(0, 0, 0, 0.01);
}

.container--detail-link {
  margin-bottom: 30px;
}

.container--row-header {
  border-bottom: 1px dashed #000;
}

.text--data-title-green {
  display: inline-block;
  height: 30px;
  padding-top: 10px;
  border-bottom: 17px solid #98f3ce;
  font-size: 15px;
  font-weight: 600;
}

.text--data-title-blue {
  display: inline-block;
  height: 30px;
  padding-top: 10px;
  border-bottom: 15px solid #7fe8f0;
  font-size: 15px;
  font-weight: 600;
}

.button--transparent-right {
  margin-right: 10px;
  margin-bottom: 70px;
  float: right;
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}

.text--brand {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.text--timestamp-right {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 70px;
  float: none;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: right;
}

.text--echo-box-header {
  margin-top: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid solid none;
  border-width: 0.25px;
  border-color: #000;
  background-color: #cfcfcf;
  text-align: center;
  text-transform: uppercase;
}

.text--data-title-red {
  display: inline-block;
  height: 30px;
  padding-top: 10px;
  border-bottom: 15px solid #ffabab;
}

.text--sub-header-center {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button--new-note {
  margin-left: 20px;
  background-color: #555;
}

.button--new-note:hover {
  background-color: #3a3a3a;
}

.button--basic-bottom {
  display: block;
  margin-top: 30px;
  margin-left: 3px;
  background-color: #555;
}

.button--basic-bottom:hover {
  background-color: #3a3a3a;
}

.textbox--new-ticket {
  max-width: 950px;
  margin-top: 20px;
  margin-left: 20px;
}

.form-container--new-ticket {
  margin-bottom: 100px;
}

.text--author {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 13px;
}

.container--under-construction {
  margin-top: 100px;
}

.text--block-center-bold {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.container--ticket-filter {
  margin-top: 60px;
  margin-bottom: 60px;
}

.button--ticket-filter {
  margin-top: 40px;
  background-color: #555;
}

.button--ticket-filter:hover {
  background-color: #3a3a3a;
}

.container--company-overview {
  margin-top: 0px;
  margin-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.01);
}

.button--add-company {
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 3px;
  background-color: #555;
}

.button--add-company:hover {
  background-color: #3a3a3a;
}

.container--hidden {
  display: none;
}

.header--h3-white {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.button--basic-white {
  margin-top: 30px;
  background-color: #fff;
  color: #333;
  text-transform: capitalize;
}

.button--basic-white:hover {
  background-color: #f2f2f2;
}

.image--center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container--dash-right {
  margin-top: 40px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.01);
}

.text--inline-bold {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}

.text--dash-product-id {
  display: inline-block;
  margin-right: 10px;
  margin-left: 40px;
  font-weight: 600;
}

.text--inline {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}

.text--supplier-status-red {
  display: inline-block;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 17px solid #ffb4b4;
}

.text--supplier-status-yellow {
  display: inline-block;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 17px solid #f6ffa5;
}

.text--supplier-status-green {
  display: inline-block;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 17px solid #6af3bc;
}

.text--supplier-status-blue {
  display: inline-block;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 17px solid #8cfdff;
}

.text--supplier-status-pink {
  display: inline-block;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 17px solid #ffc0eb;
}

.text--block {
  margin-bottom: 3px;
}

.container--0-0-40-0 {
  margin-bottom: 40px;
}

.container--social {
  margin-bottom: 50px;
}

.text--inline-comma {
  display: inline-block;
  margin-right: 7px;
  margin-left: 2px;
}

.link--block-basic {
  display: block;
  margin-bottom: 3px;
  color: #000;
}

.embed--info-spec {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 13px;
}

.text--block-center {
  font-size: 15px;
  text-align: center;
}

.text--timestamp {
  padding: 5px 10px 5px 3px;
  font-size: 13px;
  font-weight: 300;
}

.container--0-0-20-0 {
  margin-bottom: 20px;
}

.container--20-0-0-0 {
  margin-top: 20px;
}

.text--inline-125 {
  display: inline-block;
  width: 125px;
}

.text--inline-bold-125 {
  display: inline-block;
  width: 125px;
  font-weight: 600;
}

.container--ticket-overview {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.01);
}

.button--new-ticket {
  display: inline-block;
  margin-top: 10px;
  background-color: #555;
  color: #fff;
}

.button--new-ticket:hover {
  background-color: #3a3a3a;
}

.text--ticket-overview-bold {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.button--new-ticket-comment {
  margin-top: 5px;
  margin-left: 40px;
  background-color: #555;
}

.button--new-ticket-comment:hover {
  background-color: #3a3a3a;
}

.container--echo-box-margin {
  margin-bottom: 30px;
  padding: 10px 5px 5px 20px;
  border: 0.25px solid #000;
  background-color: rgba(0, 0, 0, 0.01);
}

.textbox--v12 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
}

.container--notes {
  margin-top: 95px;
}

.text--page-results {
  margin-top: 20px;
  margin-bottom: 40px;
}

.container--note-box {
  margin-bottom: 40px;
  padding: 10px 5px 5px 20px;
  border-style: solid;
  border-width: 0.25px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.01);
}

.container--company-info {
  margin-bottom: 60px;
  padding: 20px;
  border-style: solid;
  border-width: 0.25px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.01);
}

.text--last-name {
  display: inline-block;
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 600;
}

.container--action-select {
  margin-bottom: 40px;
}

.text--comlog-stamp {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.container--event-holder {
  display: none;
  margin: 0px auto 40px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
}

.image--event-complete {
  margin-right: 10px;
}

.text--event {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.text--title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.text--title.error {
  text-align: center;
}

.image--error {
  display: block;
  margin: 20px auto 40px;
  text-align: center;
}

.embed--basic-center {
  text-align: center;
}

.text--reminder-date {
  display: inline-block;
  margin-right: 20px;
  padding: 4px 5px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
}

.text--reminder-date.red {
  margin-top: 15px;
  background-color: #ff6e6e;
}

.text--reminder-date.orange {
  margin-top: 15px;
  background-color: #ffb476;
}

.text--reminder-date.blue {
  margin-top: 15px;
  background-color: #5aafe4;
}

.text--reminder-date.green {
  margin-top: 15px;
  background-color: #4dbd90;
}

.text--reminder-description {
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 0px;
  color: #333;
}

.container--reminder-item {
  margin-bottom: 40px;
  padding: 0px 10px 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.01);
}

.container-link--reminder {
  display: block;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.01);
  color: #333;
}

.container-link--reminder:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.button--reminder-delete {
  background-color: #ff6e6e;
  color: #fff;
}

.button--reminder-delete:hover {
  background-color: #e05d5d;
}

.dropdown--v26 {
  max-width: 175px;
  min-width: 175px;
  background-color: #fff;
}

.container--editor-location {
  padding: 20px;
  border-style: solid;
  border-width: 0.25px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.01);
}

.container--editor-company {
  padding: 20px;
  border-style: solid;
  border-width: 0.25px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.01);
}

.container--editor-contact {
  padding: 20px;
  border-style: solid;
  border-width: 0.25px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.01);
}

.container--editor-link {
  margin-bottom: 40px;
}

.form-container--editor {
  margin-bottom: 0px;
}

.button--editor {
  margin-right: 10px;
  float: right;
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}

.text--editor-header {
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 3px;
  font-weight: 300;
  text-transform: uppercase;
}

.button--transparent-delete {
  margin-top: -75px;
  margin-right: 10px;
  float: right;
  background-color: transparent;
  color: red;
  text-decoration: underline;
}

.button--transparent-delete:hover {
  color: #d80000;
}

.div-block {
  width: 250px;
  height: 100px;
  margin-right: 20px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  background-color: rgba(0, 0, 0, 0.01);
}

.checkbox-field {
  margin-top: 10px;
  margin-left: 10px;
}

.form {
  display: inline-block;
  margin-top: 0px;
  float: right;
}

.div-block-2 {
  display: inline-block;
  padding: 10px;
  border: 0.25px none #000;
  background-color: hsla(0, 0.00%, 0.00%, NaN);
  text-align: left;
}

.link--dash-rycon-report {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-left: 5px;
  padding-bottom: 0px;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.text--inline-tiny {
  display: inline;
  margin-right: 10px;
  font-size: 14px;
}

.text--inline-tiny-highlight-green {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 5px;
  border-radius: 10px;
  background-color: #4dbd90;
  color: #fff;
  font-size: 14px;
}

.container--compliance {
  margin: 10px 10px 20px;
  padding: 10px 5px 10px 10px;
  background-color: rgba(0, 0, 0, 0.03);
}

.button--file-select {
  display: inline-block;
  margin-top: 0px;
  margin-right: 60px;
  border-style: none;
  border-width: 1px;
  border-color: #333;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}

.button--file-select:hover {
  background-color: transparent;
}

.text--header-bold {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-weight: 600;
}

.container--settings {
  display: inline-block;
  max-height: none;
  max-width: none;
  min-height: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 60px;
  padding: 20px 40px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.03);
}

.form--run-upload {
  display: block;
  margin-left: 40px;
}

.form--save-file {
  display: block;
}

.form-block--inline {
  display: inline-block;
}

.form-block {
  display: inline-block;
}

.textbox--auth-code {
  display: inline-block;
  width: 100px;
  margin-top: 10px;
  margin-left: 40px;
}

.textbox--priority-code {
  display: inline-block;
  width: 125px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 0px;
}

.button--basic-block {
  display: block;
  margin-top: 20px;
  background-color: #555;
}

.button--basic-block:hover {
  background-color: #3a3a3a;
}

.container--reports {
  margin: 10px 10px 20px;
  padding: 5px 5px 5px 10px;
  background-color: rgba(0, 0, 0, 0.03);
}

.section--event {
  display: block;
  margin-top: -40px;
  margin-bottom: 40px;
}

.container--event-success {
  background-color: rgba(77, 189, 144, 0.21);
  text-align: center;
}

.text--event-message {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.container--event-error {
  background-color: rgba(189, 101, 77, 0.21);
  text-align: center;
}

.section--event2 {
  display: block;
  margin-top: -40px;
}

.section--event-copy {
  display: block;
  margin-top: -40px;
}

.container--event-success-2 {
  height: 45px;
  margin-top: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
}

.container--event-error2 {
  display: none;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
}

.text--event-message2 {
  display: inline-block;
  width: auto;
  margin: 5px 0px;
  padding: 5px 3px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: rgba(17, 175, 112, 0.12);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.button--basic-inline {
  display: inline-block;
  margin-top: 0px;
  margin-left: 40px;
  background-color: #555;
}

.button--basic-inline:hover {
  background-color: #3a3a3a;
}

.textbox--v31 {
  display: inline-block;
  max-width: 165px;
  min-width: 165px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

.textbox--v31.authbox {
  margin-top: 10px;
  margin-bottom: 20px;
}

.container--productid-search {
  margin-bottom: 80px;
}

.text-block {
  font-weight: 400;
  text-align: center;
}

.container--compliance-title-upcoming {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #ffb476;
}

.color-1 {
  width: 50px;
  height: 50px;
  margin: 40px;
  background-color: #ffd47e;
}

.color-2 {
  width: 50px;
  height: 50px;
  margin: 40px;
  background-color: #ffb476;
}

.container--compliance-title-complete {
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #4dbd90;
}

.button--basic-bottom-copy {
  display: block;
  margin-top: 30px;
  margin-left: 3px;
  background-color: #555;
}

.button--basic-bottom-copy:hover {
  background-color: #3a3a3a;
}

.button--basic-inline-v2 {
  display: inline-block;
  margin-top: 20px;
  margin-left: 40px;
  background-color: #555;
}

.button--basic-inline-v2:hover {
  background-color: #3a3a3a;
}

.button--basic-inline-cancel {
  display: inline-block;
  margin-top: 20px;
  margin-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  background-color: #f8f8f8;
  color: red;
}

.button--basic-inline-cancel:hover {
  background-color: #f1f1f1;
}

.text--data-center {
  display: block;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .container--nav {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .container--nav {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 479px) {
  .text-box--v30 {
    margin-left: 0px;
  }

  .image--logo {
    margin-top: 10px;
  }
}

