@import "fonts/helvetica.css";
body {
  background-color: #f3f3f3;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.tf-theme-container {
  padding: 0;
  text-align: center;
}
.tf-theme-container > div {
  text-align: left;
}
.tf-theme-container body {
  font-weight: normal;
  color: #878787;
  font-size: 13px;
}
.tf-theme-container .alt {
  color: #686868;
  font-size: 14px;
}
.tf-theme-container .strong {
  font-weight: 500;
  color: #262626;
  font-size: 13px;
}
.tf-theme-container .strong-alt {
  font-weight: normal;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
}
.tf-theme-container .display {
  font-weight: 100;
  color: #262626;
  font-size: 67px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 50px;
}
.tf-theme-container .caption {
  font-weight: normal;
  color: #878787;
  font-size: 11px;
}
.tf-theme-container .caption.alt {
  font-style: italic;
}
.tf-theme-container a {
  font-weight: 500;
  color: #005daa;
  font-size: 11px;
}
.tf-theme-container h1 {
  color: #262626;
  font-weight: bold;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tf-theme-container h2 {
  color: #262626;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tf-theme-container h3 {
  color: #262626;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.tf-theme-container h4 {
  color: #262626;
  font-weight: bold;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tf-theme-container .stack-inline {
  display: inline-block !important;
}
.tf-theme-container .flex {
  width: 100%;
}
.tf-theme-container .tf-alert {
  position: relative;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-alert {
    margin-bottom: 10px;
  }
}
.tf-theme-container .tf-alert.primary {
  background-color: #ffffff;
  color: #4a4a4a;
}
.tf-theme-container .tf-alert.secondary {
  background-color: #f3f3f3;
  color: #4a4a4a;
}
.tf-theme-container .tf-alert.secondary-alt {
  background-color: #e8e8e8;
  color: #4a4a4a;
}
.tf-theme-container .tf-alert .tf-alert-type {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  box-sizing: border-box;
  color: #ffffff;
}
.tf-theme-container .tf-alert .tf-alert-type::before {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  font-family: 'TFS_Icons';
  font-size: 20px;
}
.tf-theme-container .tf-alert .tf-alert-type.success {
  background-color: #7fba00;
}
.tf-theme-container .tf-alert .tf-alert-type.success::before {
  content: "\e93d";
}
.tf-theme-container .tf-alert .tf-alert-type.info {
  background-color: #005daa;
}
.tf-theme-container .tf-alert .tf-alert-type.info::before {
  content: "\e9b8";
}
.tf-theme-container .tf-alert .tf-alert-type.warning {
  background-color: #ED7700;
}
.tf-theme-container .tf-alert .tf-alert-type.warning::before {
  content: "\ea47";
}
.tf-theme-container .tf-alert .tf-alert-type.error {
  background-color: #ee3134;
}
.tf-theme-container .tf-alert .tf-alert-type.error::before {
  content: "\ea47";
}
.tf-theme-container .tf-alert .tf-alert-contents {
  margin-left: 50px;
  box-sizing: border-box;
  padding: 20px 35px 20px 20px;
}
.tf-theme-container .tf-alert .tf-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'TFS_Icons';
  font-size: 11px;
  color: #c8c8c8;
}
.tf-theme-container .tf-alert .tf-close:hover {
  color: #878787;
}
.tf-theme-container .tf-alert .tf-close::before {
  content: "\e944";
}
.tf-theme-container .tf-alert-lite {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-alert-lite {
    margin-bottom: 10px;
  }
}
.tf-theme-container .tf-alert-lite .tf-alert-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 65px;
  box-sizing: border-box;
  color: #ffffff;
}
.tf-theme-container .tf-alert-lite .tf-alert-icon::before {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  font-family: 'TFS_Icons';
  font-size: 20px;
}
.tf-theme-container .tf-alert-lite.success {
  border-left: 8px solid #7fba00;
}
.tf-theme-container .tf-alert-lite.success .tf-alert-icon::before {
  color: #7fba00;
  content: "\e93d";
}
.tf-theme-container .tf-alert-lite.info {
  border-left: 8px solid #005daa;
}
.tf-theme-container .tf-alert-lite.info .tf-alert-icon::before {
  color: #005daa;
  content: "\e9b8";
}
.tf-theme-container .tf-alert-lite.warning {
  border-left: 8px solid #ED7700;
}
.tf-theme-container .tf-alert-lite.warning .tf-alert-icon::before {
  color: #ED7700;
  content: "\ea46";
}
.tf-theme-container .tf-alert-lite.error {
  border-left: 8px solid #ee3134;
}
.tf-theme-container .tf-alert-lite.error .tf-alert-icon::before {
  color: #ee3134;
  content: "\ea46";
}
.tf-theme-container .tf-alert-lite .tf-alert-contents {
  margin-left: 65px;
  box-sizing: border-box;
  padding: 15px 10px 15px 0;
}
.tf-theme-container .success-text {
  color: #7fba00;
}
.tf-theme-container .info-text {
  color: #005daa;
}
.tf-theme-container .warning-text {
  color: #ED7700;
}
.tf-theme-container .error-text {
  color: #ee3134;
}
.tf-theme-container .error-text::before {
  color: #ee3134 !important;
}
.tf-theme-container .error-text::after {
  color: #ee3134 !important;
}
.tf-theme-container .tf-top-container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 979px) {
  .tf-theme-container .tf-top-container {
    padding: 0 10px;
  }
}
.tf-theme-container .tf-container {
  margin: 0;
  padding: 0;
}
.tf-theme-container .tf-container.primary {
  background-color: #ffffff;
  color: #4a4a4a;
}
.tf-theme-container .tf-container.secondary {
  background-color: #f3f3f3;
  color: #4a4a4a;
}
.tf-theme-container .tf-container.center {
  text-align: center;
}
.tf-theme-container .tf-panel {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-panel {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-panel {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.tf-theme-container .tf-panel.flush {
  padding: 0;
}
.tf-theme-container .tf-panel.primary {
  background-color: #ffffff;
  color: #4a4a4a;
}
.tf-theme-container .tf-panel.secondary {
  background-color: #f3f3f3;
  color: #4a4a4a;
}
.tf-theme-container .tf-panel.center {
  text-align: center;
}
.tf-theme-container .tf-group .tf-well {
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-group .tf-well {
    margin-bottom: 10px;
  }
}
.tf-theme-container .tf-group .tf-well .tf-well-action {
  margin-top: 0;
}
.tf-theme-container .tf-well {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well {
    padding-top: 23px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well {
    margin-bottom: 10px;
  }
}
.tf-theme-container .tf-well.primary {
  background-color: #ffffff;
  color: #4a4a4a;
}
.tf-theme-container .tf-well.secondary {
  background-color: #f3f3f3;
  color: #4a4a4a;
}
.tf-theme-container .tf-well.secondary-alt {
  background-color: #e8e8e8;
  color: #4a4a4a;
}
.tf-theme-container .tf-well.center {
  text-align: center;
}
.tf-theme-container .tf-well.well-success {
  border-left: 8px solid #7fba00;
}
.tf-theme-container .tf-well.well-info {
  border-left: 8px solid #005daa;
}
.tf-theme-container .tf-well.well-warning {
  border-left: 8px solid #ED7700;
}
.tf-theme-container .tf-well.well-error {
  border-left: 8px solid #ee3134;
}
.tf-theme-container .tf-well .tf-well-header {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-header {
    margin-top: 0;
    margin-bottom: 23px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-header {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tf-theme-container .tf-well .tf-well-header a:not(.tf-link-btn) {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
}
.tf-theme-container .tf-well .tf-well-header a:not(.tf-link-btn)::after {
  content: '\25b6 \FE0E';
  font-size: 8px;
  font-weight: 100;
  position: relative;
  top: -1px;
  float: right;
}
.tf-theme-container .tf-well .tf-well-header a:not(.tf-link-btn):hover {
  color: #005daa;
}
.tf-theme-container .tf-well .tf-well-header.active {
  border-left: 4px solid #ee3134;
}
.tf-theme-container .tf-well .tf-well-content,
.tf-theme-container .tf-well [class*="tf-alert-"] {
  display: block;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #878787;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-content,
  .tf-theme-container .tf-well [class*="tf-alert-"] {
    padding-top: 0;
    padding-bottom: 23px;
    padding-left: 19px;
    padding-right: 19px;
  }
}
.tf-theme-container .tf-well .tf-well-content.active,
.tf-theme-container .tf-well [class*="tf-alert-"].active {
  border-left: 4px solid #ee3134;
}
.tf-theme-container .tf-well .tf-well-action {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-action {
    margin-top: 23px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-action {
    padding-top: 0;
    padding-bottom: 23px;
    padding-left: 19px;
    padding-right: 19px;
  }
}
.tf-theme-container .tf-well .tf-well-action .tf-button + .tf-button {
  margin-left: 20px;
}
.tf-theme-container .tf-well .tf-well-action.right {
  text-align: right;
}
.tf-theme-container .tf-well .tf-well-content + .tf-well-action,
.tf-theme-container .tf-well .tf-well-action.flush {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-content + .tf-well-action,
  .tf-theme-container .tf-well .tf-well-action.flush {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.tf-theme-container .tf-well .tf-well-info {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-info {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-info {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tf-theme-container .tf-well .tf-well-group {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-group {
    margin-top: 23px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-well-group {
    padding-top: 0;
    padding-bottom: 23px;
    padding-left: 0;
    padding-right: 0;
  }
}
.tf-theme-container .tf-well .tf-well-group:first-child {
  margin-top: 0;
}
.tf-theme-container .tf-well [class*="tf-alert-"] {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 0;
  padding-left: 40px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well [class*="tf-alert-"] {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 19px;
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-well [class*="tf-alert-"] {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well [class*="tf-alert-"] {
    max-width: 80%;
  }
}
.tf-theme-container .tf-well [class*="tf-alert-"]::before {
  position: absolute;
  top: 5px;
  left: 0;
  font-family: 'TFS_Icons';
  font-size: 20px;
}
.tf-theme-container .tf-well [class*="tf-alert-"].tf-alert-success::before {
  content: "\e93d";
  color: #7fba00;
}
.tf-theme-container .tf-well [class*="tf-alert-"].tf-alert-info::before {
  top: 0;
  content: "\e9b8";
  color: #005daa;
}
.tf-theme-container .tf-well [class*="tf-alert-"].tf-alert-warning::before {
  top: 0;
  content: "\ea46";
  color: #ED7700;
}
.tf-theme-container .tf-well [class*="tf-alert-"].tf-alert-error::before {
  content: "\ea46";
  color: #ee3134;
}
.tf-theme-container .tf-well .tf-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: 'TFS_Icons';
  font-size: 11px;
  color: #c8c8c8;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-well .tf-close {
    top: 15px;
    right: 15px;
  }
}
.tf-theme-container .tf-well .tf-close:hover {
  color: #878787;
}
.tf-theme-container .tf-well .tf-close::before {
  content: "\e944";
}
.tf-theme-container .tf-nav {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  color: #4a4a4a;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.tf-theme-container .tf-nav .show-when-collapsed {
  display: none;
}
.tf-theme-container .tf-nav .show-when-expanded {
  display: block;
}
.tf-theme-container .tf-nav .tf-nav-header {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  padding: 30px 10px 20px 30px;
}
.tf-theme-container .tf-nav .tf-nav-header .tf-nav-collapse {
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}
.tf-theme-container .tf-nav .tf-nav-header .tf-nav-collapse .icon {
  width: 8px;
  font-size: 8px;
}
.tf-theme-container .tf-nav .tf-nav-header .tf-nav-collapse .icon::before {
  color: #878787;
}
.tf-theme-container .tf-nav .tf-nav-item {
  position: relative;
  border-bottom: 1px solid #c8c8c8;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-icon {
  position: absolute;
  top: 20px;
  left: 30px;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-icon.icon::before {
  color: #878787;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-popout {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-popout .tf-nav-item-content {
  padding-left: 3px;
  padding-right: 10px;
  margin-top: -2px;
  color: #878787;
  border-left: 5px solid transparent;
  overflow: hidden;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header {
  margin-left: 60px;
  font-size: 14px;
  color: #878787;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header.has-subitems::after {
  float: right;
  content: '\25ba \FE0E';
  font-size: 8px;
  font-weight: 100;
  position: relative;
  top: -1px;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems {
  margin: 0 0 0 10px;
  margin-left: 0;
  list-style-type: none;
  font-weight: 500;
  height: 0;
  max-height: 0;
  transition: max-height 0.8s ease-out;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems li {
  padding-left: 65px;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems li a {
  color: #686868;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems li:hover {
  background-color: #e8e8e8;
}
.tf-theme-container .tf-nav .tf-nav-item .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems li.selected a {
  color: #ee3134;
  font-weight: bold;
}
.tf-theme-container .tf-nav .tf-nav-item.active .tf-nav-item-icon.icon::before {
  color: #ee3134;
}
.tf-theme-container .tf-nav .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content {
  border-left-color: #ee3134;
}
.tf-theme-container .tf-nav .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header {
  color: #262626;
  font-weight: bold;
}
.tf-theme-container .tf-nav .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header::after {
  content: '\25bc \FE0E';
  font-size: 8px;
  font-weight: 100;
  position: relative;
  top: -1px;
}
.tf-theme-container .tf-nav .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems {
  height: auto;
  max-height: 400px;
}
.tf-theme-container .tf-nav .tf-nav-item.disabled .tf-nav-item-icon.icon::before {
  color: #c8c8c8 !important;
}
.tf-theme-container .tf-nav .tf-nav-item.disabled .tf-nav-item-popout .tf-nav-item-content a {
  cursor: default;
}
.tf-theme-container .tf-nav .tf-nav-item.disabled .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header {
  color: #c8c8c8 !important;
}
.tf-theme-container .tf-nav .tf-nav-item.disabled .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header::after {
  display: none;
}
.tf-theme-container .tf-nav .tf-nav-item.disabled .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems {
  display: none;
}
.tf-theme-container .tf-nav .tf-nav-item:hover .tf-nav-item-icon.icon::before {
  color: #ee3134;
}
.tf-theme-container .tf-nav .tf-nav-item:hover .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header {
  color: #262626;
  font-weight: bold;
}
.tf-theme-container .tf-nav .tf-nav-item:last-child {
  border-bottom: none;
}
.tf-theme-container .collapsed > .tf-nav,
.tf-theme-container .tf-nav.collapsed {
  width: 73px;
}
.tf-theme-container .collapsed > .tf-nav .show-when-collapsed,
.tf-theme-container .tf-nav.collapsed .show-when-collapsed {
  display: block;
}
.tf-theme-container .collapsed > .tf-nav .show-when-expanded,
.tf-theme-container .tf-nav.collapsed .show-when-expanded {
  display: none;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-header,
.tf-theme-container .tf-nav.collapsed .tf-nav-header {
  text-align: center;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-header .tf-nav-header-content *,
.tf-theme-container .tf-nav.collapsed .tf-nav-header .tf-nav-header-content * {
  margin: 0 auto;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-header .tf-nav-collapse,
.tf-theme-container .tf-nav.collapsed .tf-nav-header .tf-nav-collapse {
  position: static;
  margin-left: 5px;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-item,
.tf-theme-container .tf-nav.collapsed .tf-nav-item {
  height: 60px;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-item .tf-nav-item-icon,
.tf-theme-container .tf-nav.collapsed .tf-nav-item .tf-nav-item-icon {
  cursor: pointer;
  padding-top: 20px;
  padding-left: 30px;
  margin-top: -20px;
  margin-left: -30px;
  width: 60%;
  height: 60%;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-item .tf-nav-item-popout,
.tf-theme-container .tf-nav.collapsed .tf-nav-item .tf-nav-item-popout {
  margin-left: -2000px;
  height: 0;
  width: 0;
  max-height: 0;
  max-width: 0;
  transition: max-height 0.2s ease-out;
  transition: max-width 0.2s ease-out;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-item.active .tf-nav-item-popout,
.tf-theme-container .tf-nav.collapsed .tf-nav-item.active .tf-nav-item-popout {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  height: auto;
  width: auto;
  max-height: 500px;
  max-width: 500px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 76px;
  min-width: 200px;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content,
.tf-theme-container .tf-nav.collapsed .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content {
  padding: 0 5px 0 5px;
  white-space: nowrap;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header,
.tf-theme-container .tf-nav.collapsed .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header {
  margin-left: 20px;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header::after,
.tf-theme-container .tf-nav.collapsed .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-item-header::after {
  display: none;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems,
.tf-theme-container .tf-nav.collapsed .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems {
  margin-left: 0;
}
.tf-theme-container .collapsed > .tf-nav .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems li,
.tf-theme-container .tf-nav.collapsed .tf-nav-item.active .tf-nav-item-popout .tf-nav-item-content .tf-nav-subitems li {
  margin-left: 0;
  padding-left: 35px;
}
.tf-theme-container .tf-button {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 1px 0 1px;
  min-width: 100px;
  padding: 10px 20px;
  height: 40px !important;
  border: 1px solid #dcdcdc;
  font-weight: bold;
  line-height: 15px;
  font-size: 13px;
  text-align: center;
  background-color: #ffffff;
  color: #4a4a4a;
}
.tf-theme-container .tf-button.flex {
  min-width: 60px;
}
.tf-theme-container .tf-button.small {
  min-width: 70px;
  margin-top: 5px;
  padding: 5px 10px;
  height: 30px !important;
  line-height: 18px;
  font-size: 11px;
}
.tf-theme-container .tf-button:disabled,
.tf-theme-container .tf-button.disabled {
  background-color: #c8c8c8 !important;
  color: #f3f3f3 !important;
  border: 1px solid #dcdcdc !important;
}
.tf-theme-container .tf-button:disabled.alt,
.tf-theme-container .tf-button.disabled.alt {
  background-color: transparent !important;
}
.tf-theme-container .tf-button.primary {
  background-color: #ffffff;
  color: #4a4a4a;
}
.tf-theme-container .tf-button.primary.alt {
  background-color: transparent;
  border-color: #bdbdbd;
}
.tf-theme-container .tf-button.primary-action {
  background-color: #ee3134;
  color: #ffffff;
  border: none;
}
.tf-theme-container .tf-button.secondary {
  background-color: #ffffff;
  color: #005daa;
}
.tf-theme-container .tf-button.secondary-action {
  background-color: #262262;
  color: #ffffff;
  border: none;
}
.tf-theme-container .tf-link-btn {
  display: block;
  font-weight: 500;
  color: #005daa;
  font-size: 11px;
  cursor: pointer;
}
.tf-theme-container .tf-input {
  margin: 0 1px 10px 1px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 300px;
  height: 40px;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  font-size: 13px;
  background-color: #ffffff;
  color: #878787;
}
@media (max-width: 979px) {
  .tf-theme-container .tf-input {
    width: 100%;
  }
}
.tf-theme-container .tf-input.small {
  width: 160px;
}
.tf-theme-container .tf-input.smaller {
  width: 230px;
}
.tf-theme-container .tf-input.xsmall {
  width: 90px;
}
.tf-theme-container .tf-input.large {
  width: 440px;
}
@media (max-width: 979px) {
  .tf-theme-container .tf-input.large {
    width: 100%;
  }
}
.tf-theme-container .tf-input.larger {
  width: 370px;
}
@media (max-width: 979px) {
  .tf-theme-container .tf-input.larger {
    width: 100%;
  }
}
.tf-theme-container .tf-input.flex {
  width: 100%;
}
.tf-theme-container .tf-input.error {
  border: 1px solid #ee3134;
}
.tf-theme-container .tf-input + .tf-input-info {
  margin-top: 0;
}
.tf-theme-container .tf-input[disabled],
.tf-theme-container .tf-input[readonly] {
  color: #878787;
  background-color: rgba(220, 220, 220, 0.5);
}
.tf-theme-container .tf-checkbox {
  display: inline-block;
}
.tf-theme-container .tf-checkbox input {
  position: absolute;
  left: -1000px;
  top: -1000px;
  z-index: -1000;
}
.tf-theme-container .tf-checkbox .tf-checkbox-placeholder {
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  padding-left: 5px;
  color: transparent;
  background: #ffffff !important;
  border: 1px solid #c8c8c8;
  box-shadow: none;
}
.tf-theme-container .tf-checkbox .tf-checkbox-placeholder::before {
  content: '\e93b';
  font-family: 'TFS_Icons';
}
.tf-theme-container .tf-checkbox input:checked + .tf-checkbox-placeholder {
  color: #ee3134;
}
.tf-theme-container .tf-checkbox.small .tf-checkbox-placeholder {
  width: 12px;
  height: 12px;
  padding-left: 2px;
}
.tf-theme-container .tf-checkbox.small .tf-label-inline {
  position: relative;
  top: -6px;
}
.tf-theme-container .tf-checkbox.small .tf-checkbox-placeholder::before {
  font-size: 8px;
  position: relative;
  margin-left: -1px;
  top: -6px;
}
.tf-theme-container .tf-radio {
  display: inline-block;
}
.tf-theme-container .tf-radio input {
  position: absolute;
  left: -1000px;
  top: -1000px;
  z-index: -1000;
}
.tf-theme-container .tf-radio .tf-radio-placeholder {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  padding: 0;
  color: transparent;
  background: #ffffff !important;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  border-radius: 9px;
  font-size: 19px;
  line-height: 10px;
  padding-left: 2px;
  padding-top: 1px;
}
.tf-theme-container .tf-radio .tf-radio-placeholder::before {
  content: '\25cf';
}
.tf-theme-container .tf-radio input:checked + .tf-radio-placeholder {
  color: #ee3134;
}
.tf-theme-container .label-offset {
  margin-top: 27px;
}
.tf-theme-container .tf-label {
  display: block;
  color: #4a4a4a;
  font-weight: 500;
}
.tf-theme-container .tf-label-inline {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.tf-theme-container .tf-label,
.tf-theme-container .tf-label-inline {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.tf-theme-container .tf-label + .tf-input,
.tf-theme-container .tf-label-inline + .tf-input {
  margin-top: 5px;
}
.tf-theme-container .tf-label.required::before,
.tf-theme-container .tf-label-inline.required::before {
  margin-right: 7px;
  color: #ee3134;
  font-weight: bold;
  content: "*";
}
.tf-theme-container .tf-label.required::before,
.tf-theme-container .tf-label-inline.required::before,
.tf-theme-container .caption.required::before {
  margin-right: 7px;
  color: #ee3134;
  font-weight: bold;
  content: "*";
}
.tf-theme-container .tf-input-info {
  display: block;
  color: #7c7c7c;
  font-size: 11px;
}
.tf-theme-container .tf-input-info.error {
  color: #ee3134;
}
.tf-theme-container .tf-caption-input {
  display: inline-block;
}
@media (max-width: 979px) {
  .tf-theme-container .tf-caption-input {
    width: 100%;
  }
}
.tf-theme-container .tf-caption-input.small {
  width: 160px;
}
.tf-theme-container .tf-caption-input.smaller {
  width: 230px;
}
.tf-theme-container .tf-caption-input.xsmall {
  width: 90px;
}
.tf-theme-container .tf-caption-input.large {
  width: 440px;
}
@media (max-width: 979px) {
  .tf-theme-container .tf-caption-input.large {
    width: 100%;
  }
}
.tf-theme-container .tf-caption-input.larger {
  width: 370px;
}
@media (max-width: 979px) {
  .tf-theme-container .tf-caption-input.larger {
    width: 100%;
  }
}
.tf-theme-container .tf-caption-input.flex {
  width: 100%;
}
.tf-theme-container .tf-caption-input .tf-label {
  display: inline-block;
}
.tf-theme-container .tf-caption-input .tf-caption {
  font-weight: normal;
  color: #878787;
  font-size: 11px;
  float: right;
}
.tf-theme-container .tf-caption-input .tf-caption.alt {
  font-style: italic;
}
.tf-theme-container .tf-caption-input .tf-caption.required::before {
  margin-right: 7px;
  color: #ee3134;
  font-weight: bold;
  content: "*";
}
.tf-theme-container .tf-caption-input .tf-input {
  clear: both;
  display: block;
}
.tf-theme-container .tf-select {
  width: 300px;
}
.tf-theme-container .tf-select.small,
.tf-theme-container .tf-select.small .tf-select-options,
.tf-theme-container .tf-select.small .tf-select-input {
  width: 160px;
}
.tf-theme-container .tf-select.smaller,
.tf-theme-container .tf-select.smaller .tf-select-options,
.tf-theme-container .tf-select.smaller .tf-select-input {
  width: 230px;
}
.tf-theme-container .tf-select.xsmall,
.tf-theme-container .tf-select.xsmall .tf-select-options,
.tf-theme-container .tf-select.xsmall .tf-select-input {
  width: 90px;
}
.tf-theme-container .tf-select.large,
.tf-theme-container .tf-select.large .tf-select-options,
.tf-theme-container .tf-select.large .tf-select-input {
  width: 440px;
}
.tf-theme-container .tf-select.larger,
.tf-theme-container .tf-select.larger .tf-select-options,
.tf-theme-container .tf-select.larger .tf-select-input {
  width: 370px;
}
.tf-theme-container .tf-select.flex,
.tf-theme-container .tf-select.flex .tf-select-options,
.tf-theme-container .tf-select.flex .tf-select-input {
  width: 100%;
}
.tf-theme-container .tf-select {
  position: relative;
  display: inline-block;
}
.tf-theme-container .tf-select .tf-select-input[readonly] {
  background: #ffffff;
  cursor: default;
}
.tf-theme-container .tf-select .tf-select-input[readonly]::placeholder {
  font-style: italic;
  color: #bdbdbd;
}
.tf-theme-container .tf-select .tf-select-drop-btn {
  position: absolute;
  box-sizing: border-box;
  padding: 8px 10px;
  top: 2px;
  right: 0;
  width: 32px;
  height: 37px;
  background: #ffffff;
  font-size: 20px;
  color: #878787;
  cursor: pointer;
}
.tf-theme-container .tf-select .tf-select-drop-btn:hover {
  background: #fafafa;
}
.tf-theme-container .tf-select .tf-select-drop-btn::before {
  content: "\25be";
  font-size: 16px;
}
.tf-theme-container .tf-select .tf-select-options {
  position: absolute;
  overflow-y: auto;
  max-height: 150px;
  background: #ffffff;
  box-sizing: border-box;
  margin: -11px 1px;
  font-size: 13px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.tf-theme-container .tf-select .tf-select-option-group {
  margin: 5px 0;
  list-style: none;
}
.tf-theme-container .tf-select .tf-select-option-group + .tf-select-option-group {
  border-top: 1px solid #dcdcdc;
  padding-top: 5px;
}
.tf-theme-container .tf-select .tf-select-option {
  margin: 0;
  padding: 5px 10px;
  cursor: default;
}
.tf-theme-container .tf-select .tf-select-options::-webkit-scrollbar,
.tf-theme-container .tf-select .tf-select-options::-webkit-scrollbar-thumb {
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
  width: 5px;
  height: 30px;
}
.tf-theme-container .tf-select .tf-select-options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.tf-theme-container .tf-select .tf-select-option:hover {
  background-color: #fafafa;
}
.tf-theme-container .tf-select .selected {
  color: #ee3134;
  font-weight: bold;
}
.tf-theme-container ul.tf-item-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tf-theme-container ul.tf-item-list li.tf-item {
  padding: 0;
  margin-bottom: 30px;
}
.tf-theme-container ul.tf-item-list li.tf-item:last-child {
  margin-bottom: 0;
}
.tf-theme-container ul.tf-item-list li.tf-item .tf-item-header {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.tf-theme-container ul.tf-item-list li.tf-item.tf-item-icon .tf-item-header {
  margin-top: -22px;
  margin-left: 30px;
}
.tf-theme-container ul.tf-item-list li.tf-item a.tf-item-header::before {
  content: '\25b6 \FE0E';
  font-size: 8px;
  font-weight: 100;
  position: relative;
  top: -1px;
  float: right;
}
.tf-theme-container ul.tf-item-list li.tf-item .tf-item-content {
  line-height: 16px;
  font-size: 11px;
}
.tf-theme-container ul.tf-item-list li.tf-item.tf-item-icon .tf-item-content {
  margin-left: 30px;
}
.tf-theme-container dl.tf-dl-horizontal {
  margin: 0;
  padding: 0;
}
.tf-theme-container dl.tf-dl-horizontal dd {
  display: inline;
  margin: 0;
  padding: 0;
}
.tf-theme-container dl.tf-dl-horizontal dd:after {
  display: block;
  content: '';
}
.tf-theme-container dl.tf-dl-horizontal dt {
  display: inline-block;
  margin-right: 10px;
  color: #4a4a4a;
  font-weight: 500;
}
.tf-theme-container [class*='tf-tag-'] {
  position: relative;
  top: 5px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 10px;
  padding: 5px 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px !important;
}
.tf-theme-container [class*='tf-tag-']:before {
  position: absolute;
  content: "";
  border-width: 6px;
  top: 8px;
  left: -12px;
  border-style: solid;
}
.tf-theme-container .tf-tag-success {
  background-color: #7fba00;
  color: #ffffff;
}
.tf-theme-container .tf-tag-success::before {
  border-color: transparent #7fba00 transparent transparent;
}
.tf-theme-container .tf-tag-info {
  background-color: #262262;
  color: #ffffff;
}
.tf-theme-container .tf-tag-info::before {
  border-color: transparent #262262 transparent transparent;
}
.tf-theme-container .tf-tag-warning {
  background-color: #ED7700;
  color: #ffffff;
}
.tf-theme-container .tf-tag-warning::before {
  border-color: transparent #ED7700 transparent transparent;
}
.tf-theme-container .tf-tag-error {
  background-color: #ee3134;
  color: #ffffff;
}
.tf-theme-container .tf-tag-error::before {
  border-color: transparent #ee3134 transparent transparent;
}
@font-face {
  font-family: 'TFS_Icons';
  src: url('fonts/TFS_Icons.eot?4r2hdl');
  src: url('fonts/TFS_Icons.eot?4r2hdl#iefix') format('embedded-opentype'), url('fonts/TFS_Icons.ttf?4r2hdl') format('truetype'), url('fonts/TFS_Icons.woff?4r2hdl') format('woff'), url('fonts/TFS_Icons.svg?4r2hdl#TFS_Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.tf-theme-container [class^="icon-"],
.tf-theme-container [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'TFS_Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tf-theme-container .icon-d-cell:before {
  content: "\e900";
  color: #545454;
}
.tf-theme-container .icon-ab1-peak-reporter:before {
  content: "\e901";
  color: #545454;
}
.tf-theme-container .icon-address-book:before {
  content: "\e902";
  color: #545454;
}
.tf-theme-container .icon-adjust-alt:before {
  content: "\e903";
  color: #545454;
}
.tf-theme-container .icon-adjust:before {
  content: "\e904";
  color: #545454;
}
.tf-theme-container .icon-alert-circle:before {
  content: "\e905";
  color: #545454;
}
.tf-theme-container .icon-align-center:before {
  content: "\e906";
  color: #545454;
}
.tf-theme-container .icon-align-justify:before {
  content: "\e907";
  color: #545454;
}
.tf-theme-container .icon-align-left:before {
  content: "\e908";
  color: #545454;
}
.tf-theme-container .icon-align-right:before {
  content: "\e909";
  color: #545454;
}
.tf-theme-container .icon-analytics:before {
  content: "\e90a";
  color: #545454;
}
.tf-theme-container .icon-analyze:before {
  content: "\e90b";
  color: #545454;
}
.tf-theme-container .icon-announcement:before {
  content: "\e90c";
  color: #545454;
}
.tf-theme-container .icon-arrow-down-circle:before {
  content: "\e90d";
  color: #545454;
}
.tf-theme-container .icon-arrow-down-mono:before {
  content: "\e90e";
  color: #545454;
}
.tf-theme-container .icon-arrow-down-outline:before {
  content: "\e90f";
  color: #545454;
}
.tf-theme-container .icon-arrow-down-thin:before {
  content: "\e910";
  color: #545454;
}
.tf-theme-container .icon-arrow-down:before {
  content: "\e911";
  color: #545454;
}
.tf-theme-container .icon-arrow-left-circle:before {
  content: "\e912";
  color: #545454;
}
.tf-theme-container .icon-arrow-left-mono:before {
  content: "\e913";
  color: #545454;
}
.tf-theme-container .icon-arrow-left-outline:before {
  content: "\e914";
  color: #545454;
}
.tf-theme-container .icon-arrow-left-thin:before {
  content: "\e915";
  color: #545454;
}
.tf-theme-container .icon-arrow-left:before {
  content: "\e916";
  color: #545454;
}
.tf-theme-container .icon-arrow-right-circle:before {
  content: "\e917";
  color: #545454;
}
.tf-theme-container .icon-arrow-right-mono:before {
  content: "\e918";
  color: #545454;
}
.tf-theme-container .icon-arrow-right-outline:before {
  content: "\e919";
  color: #545454;
}
.tf-theme-container .icon-arrow-right-thin:before {
  content: "\e91a";
  color: #545454;
}
.tf-theme-container .icon-arrow-right:before {
  content: "\e91b";
  color: #545454;
}
.tf-theme-container .icon-arrow-up-circle:before {
  content: "\e91c";
  color: #545454;
}
.tf-theme-container .icon-arrow-up-mono:before {
  content: "\e91d";
  color: #545454;
}
.tf-theme-container .icon-arrow-up-outline:before {
  content: "\e91e";
  color: #545454;
}
.tf-theme-container .icon-arrow-up-thin:before {
  content: "\e91f";
  color: #545454;
}
.tf-theme-container .icon-arrow-up:before {
  content: "\e920";
  color: #545454;
}
.tf-theme-container .icon-asterisk:before {
  content: "\e921";
  color: #545454;
}
.tf-theme-container .icon-attachments:before {
  content: "\e922";
  color: #545454;
}
.tf-theme-container .icon-awake:before {
  content: "\e923";
  color: #545454;
}
.tf-theme-container .icon-award:before {
  content: "\e924";
  color: #545454;
}
.tf-theme-container .icon-barcode:before {
  content: "\e925";
  color: #545454;
}
.tf-theme-container .icon-bluetooth:before {
  content: "\e926";
  color: #545454;
}
.tf-theme-container .icon-bookmark:before {
  content: "\e927";
  color: #545454;
}
.tf-theme-container .icon-bulleted-list:before {
  content: "\e928";
  color: #545454;
}
.tf-theme-container .icon-calculator:before {
  content: "\e929";
  color: #545454;
}
.tf-theme-container .icon-calendar:before {
  content: "\e92a";
  color: #545454;
}
.tf-theme-container .icon-camera:before {
  content: "\e92b";
  color: #545454;
}
.tf-theme-container .icon-cart-in:before {
  content: "\e92c";
  color: #545454;
}
.tf-theme-container .icon-cart-out:before {
  content: "\e92d";
  color: #545454;
}
.tf-theme-container .icon-cart-outline:before {
  content: "\e92e";
  color: #545454;
}
.tf-theme-container .icon-cart:before {
  content: "\e92f";
  color: #545454;
}
.tf-theme-container .icon-case-studies:before {
  content: "\e930";
  color: #545454;
}
.tf-theme-container .icon-catalog-alt:before {
  content: "\e931";
  color: #545454;
}
.tf-theme-container .icon-catalog:before {
  content: "\e932";
  color: #545454;
}
.tf-theme-container .icon-cell-culture:before {
  content: "\e933";
  color: #545454;
}
.tf-theme-container .icon-cell-line-development:before {
  content: "\e934";
  color: #545454;
}
.tf-theme-container .icon-cell-size-graph-frame:before {
  content: "\e935";
  color: #545454;
}
.tf-theme-container .icon-cell-size-graph:before {
  content: "\e936";
  color: #545454;
}
.tf-theme-container .icon-cell-therapy:before {
  content: "\e937";
  color: #545454;
}
.tf-theme-container .icon-chat:before {
  content: "\e938";
  color: #545454;
}
.tf-theme-container .icon-check:before {
  content: "\e939";
  color: #545454;
}
.tf-theme-container .icon-checkmark-circle:before {
  content: "\e93a";
  color: #545454;
}
.tf-theme-container .icon-checkmark-mono:before {
  content: "\e93b";
  color: #545454;
}
.tf-theme-container .icon-checkmark-outline:before {
  content: "\e93c";
  color: #545454;
}
.tf-theme-container .icon-checkmark-thin:before {
  content: "\e93d";
  color: #545454;
}
.tf-theme-container .icon-chevron-down:before {
  content: "\e93e";
  color: #545454;
}
.tf-theme-container .icon-chevron-left:before {
  content: "\e93f";
  color: #545454;
}
.tf-theme-container .icon-chevron-right:before {
  content: "\e940";
  color: #545454;
}
.tf-theme-container .icon-circle:before {
  content: "\e941";
  color: #545454;
}
.tf-theme-container .icon-clipboard:before {
  content: "\e942";
  color: #545454;
}
.tf-theme-container .icon-clock:before {
  content: "\e943";
  color: #545454;
}
.tf-theme-container .icon-close:before {
  content: "\e944";
  color: #545454;
}
.tf-theme-container .icon-cloud-download:before {
  content: "\e945";
  color: #545454;
}
.tf-theme-container .icon-cloud-upload:before {
  content: "\e946";
  color: #545454;
}
.tf-theme-container .icon-cloud:before {
  content: "\e947";
  color: #545454;
}
.tf-theme-container .icon-codelivery:before {
  content: "\e948";
  color: #545454;
}
.tf-theme-container .icon-cold:before {
  content: "\e949";
  color: #545454;
}
.tf-theme-container .icon-combo-view:before {
  content: "\e94a";
  color: #545454;
}
.tf-theme-container .icon-comment:before {
  content: "\e94b";
  color: #545454;
}
.tf-theme-container .icon-community:before {
  content: "\e94c";
  color: #545454;
}
.tf-theme-container .icon-compass:before {
  content: "\e94d";
  color: #545454;
}
.tf-theme-container .icon-concepts-editions:before {
  content: "\e94e";
  color: #545454;
}
.tf-theme-container .icon-contact:before {
  content: "\e94f";
  color: #545454;
}
.tf-theme-container .icon-content-view:before {
  content: "\e950";
  color: #545454;
}
.tf-theme-container .icon-control-eject:before {
  content: "\e951";
  color: #545454;
}
.tf-theme-container .icon-control-fast-backword:before {
  content: "\e952";
  color: #545454;
}
.tf-theme-container .icon-control-fast-forward:before {
  content: "\e953";
  color: #545454;
}
.tf-theme-container .icon-control-first-page:before {
  content: "\e954";
  color: #545454;
}
.tf-theme-container .icon-control-forward:before {
  content: "\e955";
  color: #545454;
}
.tf-theme-container .icon-control-last-page:before {
  content: "\e956";
  color: #545454;
}
.tf-theme-container .icon-control-pause:before {
  content: "\e957";
  color: #545454;
}
.tf-theme-container .icon-control-play-circle:before {
  content: "\e958";
  color: #545454;
}
.tf-theme-container .icon-control-play:before {
  content: "\e959";
  color: #545454;
}
.tf-theme-container .icon-control-rewind:before {
  content: "\e95a";
  color: #545454;
}
.tf-theme-container .icon-control-stop:before {
  content: "\e95b";
  color: #545454;
}
.tf-theme-container .icon-corporate:before {
  content: "\e95c";
  color: #545454;
}
.tf-theme-container .icon-credit-card:before {
  content: "\e95d";
  color: #545454;
}
.tf-theme-container .icon-crm:before {
  content: "\e95e";
  color: #545454;
}
.tf-theme-container .icon-crop:before {
  content: "\e95f";
  color: #545454;
}
.tf-theme-container .icon-custom-assay:before {
  content: "\e960";
  color: #545454;
}
.tf-theme-container .icon-customer-approval:before {
  content: "\e961";
  color: #545454;
}
.tf-theme-container .icon-customer-service:before {
  content: "\e962";
  color: #545454;
}
.tf-theme-container .icon-cut:before {
  content: "\e963";
  color: #545454;
}
.tf-theme-container .icon-dashboard:before {
  content: "\e964";
  color: #545454;
}
.tf-theme-container .icon-data:before {
  content: "\e965";
  color: #545454;
}
.tf-theme-container .icon-database-add:before {
  content: "\e966";
  color: #545454;
}
.tf-theme-container .icon-database-ban:before {
  content: "\e967";
  color: #545454;
}
.tf-theme-container .icon-database-lock:before {
  content: "\e968";
  color: #545454;
}
.tf-theme-container .icon-database-remove:before {
  content: "\e969";
  color: #545454;
}
.tf-theme-container .icon-database:before {
  content: "\e96a";
  color: #545454;
}
.tf-theme-container .icon-default-values:before {
  content: "\e96b";
  color: #545454;
}
.tf-theme-container .icon-delete:before {
  content: "\e96c";
  color: #545454;
}
.tf-theme-container .icon-development-optimization:before {
  content: "\e96d";
  color: #545454;
}
.tf-theme-container .icon-device-friendly:before {
  content: "\e96e";
  color: #545454;
}
.tf-theme-container .icon-direction:before {
  content: "\e96f";
  color: #545454;
}
.tf-theme-container .icon-divide:before {
  content: "\e970";
  color: #545454;
}
.tf-theme-container .icon-document-ab1:before {
  content: "\e971";
  color: #545454;
}
.tf-theme-container .icon-document-analysis:before {
  content: "\e972";
  color: #545454;
}
.tf-theme-container .icon-document-composite-file:before {
  content: "\e973";
  color: #545454;
}
.tf-theme-container .icon-document-csv:before {
  content: "\e974";
  color: #545454;
}
.tf-theme-container .icon-document-doc:before {
  content: "\e975";
  color: #545454;
}
.tf-theme-container .icon-document-eds:before {
  content: "\e976";
  color: #545454;
}
.tf-theme-container .icon-document-export:before {
  content: "\e977";
  color: #545454;
}
.tf-theme-container .icon-document-image:before {
  content: "\e978";
  color: #545454;
}
.tf-theme-container .icon-document-import:before {
  content: "\e979";
  color: #545454;
}
.tf-theme-container .icon-document-layers:before {
  content: "\e97a";
  color: #545454;
}
.tf-theme-container .icon-document-pdf:before {
  content: "\e97b";
  color: #545454;
}
.tf-theme-container .icon-document-zip:before {
  content: "\e97c";
  color: #545454;
}
.tf-theme-container .icon-document:before {
  content: "\e97d";
  color: #545454;
}
.tf-theme-container .icon-dollar-canadian:before {
  content: "\e97e";
  color: #545454;
}
.tf-theme-container .icon-dollar:before {
  content: "\e97f";
  color: #545454;
}
.tf-theme-container .icon-download:before {
  content: "\e980";
  color: #545454;
}
.tf-theme-container .icon-dsdna:before {
  content: "\e981";
  color: #545454;
}
.tf-theme-container .icon-edit-alt:before {
  content: "\e982";
  color: #545454;
}
.tf-theme-container .icon-edit:before {
  content: "\e983";
  color: #545454;
}
.tf-theme-container .icon-electricity:before {
  content: "\e984";
  color: #545454;
}
.tf-theme-container .icon-email-add:before {
  content: "\e985";
  color: #545454;
}
.tf-theme-container .icon-email-delete:before {
  content: "\e986";
  color: #545454;
}
.tf-theme-container .icon-email-flag:before {
  content: "\e987";
  color: #545454;
}
.tf-theme-container .icon-email-lock:before {
  content: "\e988";
  color: #545454;
}
.tf-theme-container .icon-email-open:before {
  content: "\e989";
  color: #545454;
}
.tf-theme-container .icon-email-receive:before {
  content: "\e98a";
  color: #545454;
}
.tf-theme-container .icon-email-remove:before {
  content: "\e98b";
  color: #545454;
}
.tf-theme-container .icon-email-send:before {
  content: "\e98c";
  color: #545454;
}
.tf-theme-container .icon-email-star:before {
  content: "\e98d";
  color: #545454;
}
.tf-theme-container .icon-email:before {
  content: "\e98e";
  color: #545454;
}
.tf-theme-container .icon-enlarge:before {
  content: "\e98f";
  color: #545454;
}
.tf-theme-container .icon-euro:before {
  content: "\e990";
  color: #545454;
}
.tf-theme-container .icon-export:before {
  content: "\e991";
  color: #545454;
}
.tf-theme-container .icon-family:before {
  content: "\e992";
  color: #545454;
}
.tf-theme-container .icon-favorites-empty:before {
  content: "\e993";
  color: #545454;
}
.tf-theme-container .icon-favorites:before {
  content: "\e994";
  color: #545454;
}
.tf-theme-container .icon-female:before {
  content: "\e995";
  color: #545454;
}
.tf-theme-container .icon-film:before {
  content: "\e996";
  color: #545454;
}
.tf-theme-container .icon-filter:before {
  content: "\e997";
  color: #545454;
}
.tf-theme-container .icon-flag:before {
  content: "\e998";
  color: #545454;
}
.tf-theme-container .icon-fluorometer:before {
  content: "\e999";
  color: #545454;
}
.tf-theme-container .icon-focus:before {
  content: "\e99a";
  color: #545454;
}
.tf-theme-container .icon-folder-add:before {
  content: "\e99b";
  color: #545454;
}
.tf-theme-container .icon-folder-closed:before {
  content: "\e99c";
  color: #545454;
}
.tf-theme-container .icon-folder-delete:before {
  content: "\e99d";
  color: #545454;
}
.tf-theme-container .icon-folder-flag:before {
  content: "\e99e";
  color: #545454;
}
.tf-theme-container .icon-folder-lock:before {
  content: "\e99f";
  color: #545454;
}
.tf-theme-container .icon-folder-open:before {
  content: "\e9a0";
  color: #545454;
}
.tf-theme-container .icon-gene-browser:before {
  content: "\e9a1";
  color: #545454;
}
.tf-theme-container .icon-gift:before {
  content: "\e9a2";
  color: #545454;
}
.tf-theme-container .icon-government:before {
  content: "\e9a3";
  color: #545454;
}
.tf-theme-container .icon-green:before {
  content: "\e9a4";
  color: #545454;
}
.tf-theme-container .icon-grid:before {
  content: "\e9a5";
  color: #545454;
}
.tf-theme-container .icon-hand-down:before {
  content: "\e9a6";
  color: #545454;
}
.tf-theme-container .icon-hand-left:before {
  content: "\e9a7";
  color: #545454;
}
.tf-theme-container .icon-hand-right:before {
  content: "\e9a8";
  color: #545454;
}
.tf-theme-container .icon-hand-up:before {
  content: "\e9a9";
  color: #545454;
}
.tf-theme-container .icon-heat-map:before {
  content: "\e9aa";
  color: #545454;
}
.tf-theme-container .icon-heat:before {
  content: "\e9ab";
  color: #545454;
}
.tf-theme-container .icon-help-circle:before {
  content: "\e9ac";
  color: #545454;
}
.tf-theme-container .icon-help-outline:before {
  content: "\e9ad";
  color: #545454;
}
.tf-theme-container .icon-help-thin:before {
  content: "\e9ae";
  color: #545454;
}
.tf-theme-container .icon-hid-accuracy:before {
  content: "\e9af";
  color: #545454;
}
.tf-theme-container .icon-hid-flexibility:before {
  content: "\e9b0";
  color: #545454;
}
.tf-theme-container .icon-history:before {
  content: "\e9b1";
  color: #545454;
}
.tf-theme-container .icon-home:before {
  content: "\e9b2";
  color: #545454;
}
.tf-theme-container .icon-hot:before {
  content: "\e9b3";
  color: #545454;
}
.tf-theme-container .icon-human:before {
  content: "\e9b4";
  color: #545454;
}
.tf-theme-container .icon-image:before {
  content: "\e9b5";
  color: #545454;
}
.tf-theme-container .icon-info-circle:before {
  content: "\e9b6";
  color: #545454;
}
.tf-theme-container .icon-info-outline:before {
  content: "\e9b7";
  color: #545454;
}
.tf-theme-container .icon-info-thin:before {
  content: "\e9b8";
  color: #545454;
}
.tf-theme-container .icon-insert-chip:before {
  content: "\e9b9";
  color: #545454;
}
.tf-theme-container .icon-instrument:before {
  content: "\e9ba";
  color: #545454;
}
.tf-theme-container .icon-instruments-amp-plot-circle:before {
  content: "\e9bb";
  color: #545454;
}
.tf-theme-container .icon-instruments-detail-circle:before {
  content: "\e9bc";
  color: #545454;
}
.tf-theme-container .icon-instruments-flags-circle:before {
  content: "\e9bd";
  color: #545454;
}
.tf-theme-container .icon-instruments-flower-plot-circle:before {
  content: "\e9be";
  color: #545454;
}
.tf-theme-container .icon-instruments-home:before {
  content: "\e9bf";
  color: #545454;
}
.tf-theme-container .icon-instruments-list-view-circle:before {
  content: "\e9c0";
  color: #545454;
}
.tf-theme-container .icon-instruments-melt-plot-circle:before {
  content: "\e9c1";
  color: #545454;
}
.tf-theme-container .icon-instruments-multi-component-plot-circle:before {
  content: "\e9c2";
  color: #545454;
}
.tf-theme-container .icon-instruments-plate-view-circle:before {
  content: "\e9c3";
  color: #545454;
}
.tf-theme-container .icon-instruments-profile:before {
  content: "\e9c4";
  color: #545454;
}
.tf-theme-container .icon-instruments-settings:before {
  content: "\e9c5";
  color: #545454;
}
.tf-theme-container .icon-instruments-summary-circle:before {
  content: "\e9c6";
  color: #545454;
}
.tf-theme-container .icon-ion-sphere:before {
  content: "\e9c7";
  color: #545454;
}
.tf-theme-container .icon-iphone-shake:before {
  content: "\e9c8";
  color: #545454;
}
.tf-theme-container .icon-iphone:before {
  content: "\e9c9";
  color: #545454;
}
.tf-theme-container .icon-key:before {
  content: "\e9ca";
  color: #545454;
}
.tf-theme-container .icon-kinase-map:before {
  content: "\e9cb";
  color: #545454;
}
.tf-theme-container .icon-lightbulb:before {
  content: "\e9cc";
  color: #545454;
}
.tf-theme-container .icon-link:before {
  content: "\e9cd";
  color: #545454;
}
.tf-theme-container .icon-literature:before {
  content: "\e9ce";
  color: #545454;
}
.tf-theme-container .icon-load-experiment:before {
  content: "\e9cf";
  color: #545454;
}
.tf-theme-container .icon-location:before {
  content: "\e9d0";
  color: #545454;
}
.tf-theme-container .icon-lock-unlock:before {
  content: "\e9d1";
  color: #545454;
}
.tf-theme-container .icon-lock:before {
  content: "\e9d2";
  color: #545454;
}
.tf-theme-container .icon-log-book:before {
  content: "\e9d3";
  color: #545454;
}
.tf-theme-container .icon-magnetize:before {
  content: "\e9d4";
  color: #545454;
}
.tf-theme-container .icon-male:before {
  content: "\e9d5";
  color: #545454;
}
.tf-theme-container .icon-measure:before {
  content: "\e9d6";
  color: #545454;
}
.tf-theme-container .icon-microscope:before {
  content: "\e9d7";
  color: #545454;
}
.tf-theme-container .icon-minus-circle:before {
  content: "\e9d8";
  color: #545454;
}
.tf-theme-container .icon-minus-outline:before {
  content: "\e9d9";
  color: #545454;
}
.tf-theme-container .icon-minus-thin:before {
  content: "\e9da";
  color: #545454;
}
.tf-theme-container .icon-minus:before {
  content: "\e9db";
  color: #545454;
}
.tf-theme-container .icon-molecule:before {
  content: "\e9dc";
  color: #545454;
}
.tf-theme-container .icon-monitor:before {
  content: "\e9dd";
  color: #545454;
}
.tf-theme-container .icon-more-items:before {
  content: "\e9de";
  color: #545454;
}
.tf-theme-container .icon-more:before {
  content: "\e9df";
  color: #545454;
}
.tf-theme-container .icon-mouse:before {
  content: "\e9e0";
  color: #545454;
}
.tf-theme-container .icon-move:before {
  content: "\e9e1";
  color: #545454;
}
.tf-theme-container .icon-mrna:before {
  content: "\e9e2";
  color: #545454;
}
.tf-theme-container .icon-multi-instrument:before {
  content: "\e9e3";
  color: #545454;
}
.tf-theme-container .icon-my-instrument:before {
  content: "\e9e4";
  color: #545454;
}
.tf-theme-container .icon-new-window:before {
  content: "\e9e5";
  color: #545454;
}
.tf-theme-container .icon-note-alt:before {
  content: "\e9e6";
  color: #545454;
}
.tf-theme-container .icon-note:before {
  content: "\e9e7";
  color: #545454;
}
.tf-theme-container .icon-notifications:before {
  content: "\e9e8";
  color: #545454;
}
.tf-theme-container .icon-oligo:before {
  content: "\e9e9";
  color: #545454;
}
.tf-theme-container .icon-pcr-incubate:before {
  content: "\e9ea";
  color: #545454;
}
.tf-theme-container .icon-pcr-new-method:before {
  content: "\e9eb";
  color: #545454;
}
.tf-theme-container .icon-pcr-open-method:before {
  content: "\e9ec";
  color: #545454;
}
.tf-theme-container .icon-pcr-open-template:before {
  content: "\e9ed";
  color: #545454;
}
.tf-theme-container .icon-pcr-quality-control:before {
  content: "\e9ee";
  color: #545454;
}
.tf-theme-container .icon-pie-chart:before {
  content: "\e9ef";
  color: #545454;
}
.tf-theme-container .icon-pin:before {
  content: "\e9f0";
  color: #545454;
}
.tf-theme-container .icon-pipette:before {
  content: "\e9f1";
  color: #545454;
}
.tf-theme-container .icon-plate:before {
  content: "\e9f2";
  color: #545454;
}
.tf-theme-container .icon-plus-circle:before {
  content: "\e9f3";
  color: #545454;
}
.tf-theme-container .icon-plus-outline:before {
  content: "\e9f4";
  color: #545454;
}
.tf-theme-container .icon-plus-thin:before {
  content: "\e9f5";
  color: #545454;
}
.tf-theme-container .icon-plus:before {
  content: "\e9f6";
  color: #545454;
}
.tf-theme-container .icon-pound:before {
  content: "\e9f7";
  color: #545454;
}
.tf-theme-container .icon-power-tools-ngs:before {
  content: "\e9f8";
  color: #545454;
}
.tf-theme-container .icon-power-tools:before {
  content: "\e9f9";
  color: #545454;
}
.tf-theme-container .icon-power:before {
  content: "\e9fa";
  color: #545454;
}
.tf-theme-container .icon-print:before {
  content: "\e9fb";
  color: #545454;
}
.tf-theme-container .icon-product-selection-guides:before {
  content: "\e9fc";
  color: #545454;
}
.tf-theme-container .icon-prohibited:before {
  content: "\e9fd";
  color: #545454;
}
.tf-theme-container .icon-project-folder:before {
  content: "\e9fe";
  color: #545454;
}
.tf-theme-container .icon-promotions:before {
  content: "\e9ff";
  color: #545454;
}
.tf-theme-container .icon-protein-expression:before {
  content: "\ea00";
  color: #545454;
}
.tf-theme-container .icon-protein:before {
  content: "\ea01";
  color: #545454;
}
.tf-theme-container .icon-qr-code:before {
  content: "\ea02";
  color: #545454;
}
.tf-theme-container .icon-random:before {
  content: "\ea03";
  color: #545454;
}
.tf-theme-container .icon-rating-empty:before {
  content: "\ea04";
  color: #545454;
}
.tf-theme-container .icon-rating:before {
  content: "\ea05";
  color: #545454;
}
.tf-theme-container .icon-recycle:before {
  content: "\ea06";
  color: #545454;
}
.tf-theme-container .icon-refresh:before {
  content: "\ea07";
  color: #545454;
}
.tf-theme-container .icon-reminder:before {
  content: "\ea08";
  color: #545454;
}
.tf-theme-container .icon-remove-circle:before {
  content: "\ea09";
  color: #545454;
}
.tf-theme-container .icon-remove-outline:before {
  content: "\ea0a";
  color: #545454;
}
.tf-theme-container .icon-remove-thin:before {
  content: "\ea0b";
  color: #545454;
}
.tf-theme-container .icon-repeat:before {
  content: "\ea0c";
  color: #545454;
}
.tf-theme-container .icon-research-edition:before {
  content: "\ea0d";
  color: #545454;
}
.tf-theme-container .icon-research-premium:before {
  content: "\ea0e";
  color: #545454;
}
.tf-theme-container .icon-resize-full:before {
  content: "\ea0f";
  color: #545454;
}
.tf-theme-container .icon-resize-small:before {
  content: "\ea10";
  color: #545454;
}
.tf-theme-container .icon-resource-center:before {
  content: "\ea11";
  color: #545454;
}
.tf-theme-container .icon-resources:before {
  content: "\ea12";
  color: #545454;
}
.tf-theme-container .icon-restart:before {
  content: "\ea13";
  color: #545454;
}
.tf-theme-container .icon-reverse-left:before {
  content: "\ea14";
  color: #545454;
}
.tf-theme-container .icon-reverse-right:before {
  content: "\ea15";
  color: #545454;
}
.tf-theme-container .icon-rna:before {
  content: "\ea16";
  color: #545454;
}
.tf-theme-container .icon-run-last:before {
  content: "\ea17";
  color: #545454;
}
.tf-theme-container .icon-sales-hub:before {
  content: "\ea18";
  color: #545454;
}
.tf-theme-container .icon-sample:before {
  content: "\ea19";
  color: #545454;
}
.tf-theme-container .icon-search:before {
  content: "\ea1a";
  color: #545454;
}
.tf-theme-container .icon-server:before {
  content: "\ea1b";
  color: #545454;
}
.tf-theme-container .icon-settings-alt:before {
  content: "\ea1c";
  color: #545454;
}
.tf-theme-container .icon-settings:before {
  content: "\ea1d";
  color: #545454;
}
.tf-theme-container .icon-share-alt:before {
  content: "\ea1e";
  color: #545454;
}
.tf-theme-container .icon-share-unshare:before {
  content: "\ea1f";
  color: #545454;
}
.tf-theme-container .icon-share:before {
  content: "\ea20";
  color: #545454;
}
.tf-theme-container .icon-shipping:before {
  content: "\ea21";
  color: #545454;
}
.tf-theme-container .icon-shutdown:before {
  content: "\ea22";
  color: #545454;
}
.tf-theme-container .icon-signal:before {
  content: "\ea23";
  color: #545454;
}
.tf-theme-container .icon-sleep:before {
  content: "\ea24";
  color: #545454;
}
.tf-theme-container .icon-sort:before {
  content: "\ea25";
  color: #545454;
}
.tf-theme-container .icon-start:before {
  content: "\ea26";
  color: #545454;
}
.tf-theme-container .icon-stopwatch:before {
  content: "\ea27";
  color: #545454;
}
.tf-theme-container .icon-supply-center:before {
  content: "\ea28";
  color: #545454;
}
.tf-theme-container .icon-support-center:before {
  content: "\ea29";
  color: #545454;
}
.tf-theme-container .icon-support-tools:before {
  content: "\ea2a";
  color: #545454;
}
.tf-theme-container .icon-table:before {
  content: "\ea2b";
  color: #545454;
}
.tf-theme-container .icon-tags:before {
  content: "\ea2c";
  color: #545454;
}
.tf-theme-container .icon-technical-documentation:before {
  content: "\ea2d";
  color: #545454;
}
.tf-theme-container .icon-thumbs-down:before {
  content: "\ea2e";
  color: #545454;
}
.tf-theme-container .icon-thumbs-up:before {
  content: "\ea2f";
  color: #545454;
}
.tf-theme-container .icon-tint:before {
  content: "\ea30";
  color: #545454;
}
.tf-theme-container .icon-tool-multiselection:before {
  content: "\ea31";
  color: #545454;
}
.tf-theme-container .icon-tool-paint-bucket:before {
  content: "\ea32";
  color: #545454;
}
.tf-theme-container .icon-tools:before {
  content: "\ea33";
  color: #545454;
}
.tf-theme-container .icon-training:before {
  content: "\ea34";
  color: #545454;
}
.tf-theme-container .icon-trash:before {
  content: "\ea35";
  color: #545454;
}
.tf-theme-container .icon-upload:before {
  content: "\ea36";
  color: #545454;
}
.tf-theme-container .icon-usb:before {
  content: "\ea37";
  color: #545454;
}
.tf-theme-container .icon-user-add:before {
  content: "\ea38";
  color: #545454;
}
.tf-theme-container .icon-user-minus:before {
  content: "\ea39";
  color: #545454;
}
.tf-theme-container .icon-user-outline:before {
  content: "\ea3a";
  color: #545454;
}
.tf-theme-container .icon-user:before {
  content: "\ea3b";
  color: #545454;
}
.tf-theme-container .icon-vcard:before {
  content: "\ea3c";
  color: #545454;
}
.tf-theme-container .icon-video:before {
  content: "\ea3d";
  color: #545454;
}
.tf-theme-container .icon-view-off:before {
  content: "\ea3e";
  color: #545454;
}
.tf-theme-container .icon-view-on:before {
  content: "\ea3f";
  color: #545454;
}
.tf-theme-container .icon-viral-vaccine-expression:before {
  content: "\ea40";
  color: #545454;
}
.tf-theme-container .icon-volume-high:before {
  content: "\ea41";
  color: #545454;
}
.tf-theme-container .icon-volume-low:before {
  content: "\ea42";
  color: #545454;
}
.tf-theme-container .icon-volume-mute:before {
  content: "\ea43";
  color: #545454;
}
.tf-theme-container .icon-vr-toolkit:before {
  content: "\ea44";
  color: #545454;
}
.tf-theme-container .icon-warning-triangle-outline:before {
  content: "\ea45";
  color: #545454;
}
.tf-theme-container .icon-warning-triangle-thin:before {
  content: "\ea46";
  color: #545454;
}
.tf-theme-container .icon-warning-triangle:before {
  content: "\ea47";
  color: #545454;
}
.tf-theme-container .icon-wash:before {
  content: "\ea48";
  color: #545454;
}
.tf-theme-container .icon-web-apps-amp-plot:before {
  content: "\ea49";
  color: #545454;
}
.tf-theme-container .icon-web-apps-detail:before {
  content: "\ea4a";
  color: #545454;
}
.tf-theme-container .icon-web-apps-flower-plot:before {
  content: "\ea4b";
  color: #545454;
}
.tf-theme-container .icon-web-apps-melt-plot:before {
  content: "\ea4c";
  color: #545454;
}
.tf-theme-container .icon-web-apps-multi-component-amp-plot:before {
  content: "\ea4d";
  color: #545454;
}
.tf-theme-container .icon-web-apps-summary:before {
  content: "\ea4e";
  color: #545454;
}
.tf-theme-container .icon-webinar:before {
  content: "\ea4f";
  color: #545454;
}
.tf-theme-container .icon-wired:before {
  content: "\ea50";
  color: #545454;
}
.tf-theme-container .icon-wireless-alt:before {
  content: "\ea51";
  color: #545454;
}
.tf-theme-container .icon-wireless:before {
  content: "\ea52";
  color: #545454;
}
.tf-theme-container .icon-world-americas:before {
  content: "\ea53";
  color: #545454;
}
.tf-theme-container .icon-world-euroafrica:before {
  content: "\ea54";
  color: #545454;
}
.tf-theme-container .icon-zoom-in:before {
  content: "\ea55";
  color: #545454;
}
.tf-theme-container .icon-zoom-out:before {
  content: "\ea56";
  color: #545454;
}
.tf-theme-container .icon {
  font-size: 16px;
  margin-right: 1px;
  margin-bottom: 6px;
}
.tf-theme-container .icon[class^="icon-"],
.tf-theme-container .icon[class*=" icon-"] {
  background-image: none;
}
.tf-theme-container .icon.icon-red::before {
  color: #ee3134;
}
.tf-theme-container .icon.icon-blue::before {
  color: #005daa;
}
.tf-theme-container .icon.icon-white::before {
  color: #ffffff;
}
.tf-theme-container .icon.icon-success::before {
  color: #7fba00;
}
.tf-theme-container .icon.icon-info::before {
  color: #005daa;
}
.tf-theme-container .icon.icon-warning::before {
  color: #ED7700;
}
.tf-theme-container .icon.icon-error::before {
  color: #ee3134;
}
.tf-theme-container .icon.icon-sm-3x {
  font-size: 8px;
  margin-right: 0;
  margin-bottom: 12px;
  line-height: 10px;
}
.tf-theme-container .icon.icon-sm-2x {
  font-size: 8px;
  margin-right: 0;
  margin-bottom: 12px;
  line-height: 11px;
}
.tf-theme-container .icon.icon-2x {
  font-size: 16px;
  margin-right: 16px;
  margin-bottom: 22px;
  line-height: 16px;
}
.tf-theme-container .icon.icon-3x {
  font-size: 24px;
  margin-right: 32px;
  margin-bottom: 38px;
  line-height: 32px;
}
.tf-theme-container .icon.icon-4x {
  font-size: 32px;
  margin-right: 48px;
  margin-bottom: 44px;
  line-height: 48px;
}
.tf-theme-container .icon.icon-5x {
  font-size: 40px;
  margin-right: 64px;
  margin-bottom: 60px;
  line-height: 64px;
}
.tf-theme-container .icon.icon-6x {
  font-size: 96px;
  margin-right: 80px;
  margin-bottom: 76px;
  line-height: 80px;
}
.tf-theme-container .tf-link-pointer {
  margin: 0 5px;
}
.tf-theme-container .tf-link-pointer::before {
  content: '\25b6 \FE0E';
  font-size: 8px;
  font-weight: 100;
  position: relative;
  top: -1px;
}
.tf-theme-container .tf-link-breadcrumb {
  color: #4a4a4a;
  font-weight: 500;
  font-size: 11px;
}
.tf-theme-container .tf-link-breadcrumb.active span,
.tf-theme-container .tf-link-breadcrumb a {
  color: #005daa;
}
@media (max-width: 979px) {
  .tf-theme-container .tf-link-breadcrumb,
  .tf-theme-container .tf-link-pointer {
    display: none;
  }
}
.tf-theme-container .tf-row {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  display: block;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -3px;
    margin-right: -3px;
  }
}
.tf-theme-container .tf-row [class*='tf-col-'] {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row [class*='tf-col-'] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.tf-theme-container .tf-row.no-spacing {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row.no-spacing {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.tf-theme-container .tf-row.no-spacing > [class*='tf-col-'] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row.no-spacing > [class*='tf-col-'] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.tf-theme-container .tf-row.large-spacing {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row.large-spacing {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -6px;
    margin-right: -6px;
  }
}
.tf-theme-container .tf-row.large-spacing > [class*='tf-col-'] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row.large-spacing > [class*='tf-col-'] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.tf-theme-container .tf-row.xlarge-spacing {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row.xlarge-spacing {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -13px;
    margin-right: -13px;
  }
}
.tf-theme-container .tf-row.xlarge-spacing > [class*='tf-col-'] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row.xlarge-spacing > [class*='tf-col-'] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-1 {
    width: 8.333333333333334%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-2 {
    width: 16.666666666666668%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-3 {
    width: 25%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-4 {
    width: 33.333333333333336%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-5 {
    width: 41.666666666666664%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-6 {
    width: 50%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-7 {
    width: 58.333333333333336%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-8 {
    width: 66.66666666666667%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-9 {
    width: 75%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-10 {
    width: 83.33333333333333%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-11 {
    width: 91.66666666666667%;
  }
}
@media (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-col-lg-12 {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-1 {
    width: 8.333333333333334%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-2 {
    width: 16.666666666666668%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-3 {
    width: 25%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-4 {
    width: 33.333333333333336%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-5 {
    width: 41.666666666666664%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-6 {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-7 {
    width: 58.333333333333336%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-8 {
    width: 66.66666666666667%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-9 {
    width: 75%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-10 {
    width: 83.33333333333333%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-11 {
    width: 91.66666666666667%;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-row .tf-col-md-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-1 {
    width: 8.333333333333334%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-2 {
    width: 16.666666666666668%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-3 {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-4 {
    width: 33.333333333333336%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-5 {
    width: 41.666666666666664%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-6 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-7 {
    width: 58.333333333333336%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-8 {
    width: 66.66666666666667%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-9 {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-10 {
    width: 83.33333333333333%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-11 {
    width: 91.66666666666667%;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-row .tf-col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-1 {
    margin-left: 8.333333333333334%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-2 {
    margin-left: 16.666666666666668%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-3 {
    margin-left: 25%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-4 {
    margin-left: 33.333333333333336%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-5 {
    margin-left: 41.666666666666664%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-6 {
    margin-left: 50%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-7 {
    margin-left: 58.333333333333336%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-8 {
    margin-left: 66.66666666666667%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-9 {
    margin-left: 75%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-10 {
    margin-left: 83.33333333333333%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-11 {
    margin-left: 91.66666666666667%;
  }
}
@media (min-width: 979px) and (max-width: 10000px) {
  .tf-theme-container .tf-row .tf-offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-1 {
    margin-left: 8.333333333333334%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-2 {
    margin-left: 16.666666666666668%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-3 {
    margin-left: 25%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-4 {
    margin-left: 33.333333333333336%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-5 {
    margin-left: 41.666666666666664%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-6 {
    margin-left: 50%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-7 {
    margin-left: 58.333333333333336%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-8 {
    margin-left: 66.66666666666667%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-9 {
    margin-left: 75%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-10 {
    margin-left: 83.33333333333333%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-11 {
    margin-left: 91.66666666666667%;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  .tf-theme-container .tf-row .tf-offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-1 {
    margin-left: 8.333333333333334%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-2 {
    margin-left: 16.666666666666668%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-3 {
    margin-left: 25%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-4 {
    margin-left: 33.333333333333336%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-5 {
    margin-left: 41.666666666666664%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-6 {
    margin-left: 50%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-7 {
    margin-left: 58.333333333333336%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-8 {
    margin-left: 66.66666666666667%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-9 {
    margin-left: 75%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-10 {
    margin-left: 83.33333333333333%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-11 {
    margin-left: 91.66666666666667%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .tf-theme-container .tf-row .tf-offset-sm-12 {
    margin-left: 100%;
  }
}
.tf-theme-container .vertical-divider {
  border-left: 1px solid #c8c8c8;
  margin-left: 0;
  padding-left: 0 !important;
  position: relative;
}
.tf-theme-container .vertical-divider .divider-label {
  display: block;
  position: absolute;
  margin-top: 40%;
  padding: 10px 0;
  left: -8px;
  background: #ffffff;
}
.tf-theme-container .divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #dcdcdc;
}
.tf-theme-container .tf-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-paragraph {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
  }
}
.tf-theme-container .tf-spaced {
  line-height: 22px !important;
}
.tf-theme-container .text-success {
  color: #7fba00;
}
.tf-theme-container .text-info {
  color: #005daa;
}
.tf-theme-container .text-warning {
  color: #ED7700;
}
.tf-theme-container .text-error {
  color: #ee3134;
}
.tf-theme-container .tf-toast-container {
  position: fixed;
  z-index: 10;
}
@media (min-width: 979px) {
  .tf-theme-container .tf-toast-container {
    right: 7.5vw;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-toast-container {
    left: 10vw;
    right: 10vw !important;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-toast-container {
    right: 9vw;
  }
}
.tf-theme-container .tf-toast {
  position: relative;
  z-index: 11;
  float: right;
  clear: right;
  margin-left: 0;
  margin-right: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 55px;
  padding-right: 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  color: #4a4a4a;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-toast {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-toast {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (max-width: 460px) {
  .tf-theme-container .tf-toast {
    float: none;
  }
}
.tf-theme-container .tf-toast::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  font-family: 'TFS_Icons';
  font-size: 23px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .tf-theme-container .tf-toast::before {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.tf-theme-container .tf-toast.tf-toast-success::before {
  content: "\e93d";
  background-color: #7fba00;
}
.tf-theme-container .tf-toast.tf-toast-info::before {
  content: "\e9b8";
  background-color: #005daa;
}
.tf-theme-container .tf-toast.tf-toast-warning::before {
  content: "\ea46";
  background-color: #ED7700;
}
.tf-theme-container .tf-toast.tf-toast-error::before {
  content: "\ea46";
  background-color: #ee3134;
}
.tf-theme-container .tf-toast .tf-close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-family: 'TFS_Icons';
  font-size: 11px;
  color: #A0A0A0;
}
.tf-theme-container .tf-toast .tf-close:hover {
  color: #878787;
}
.tf-theme-container .tf-toast .tf-close::before {
  content: "\e944";
}
@media (max-width: 979px) {
  .tf-theme-container .tf-hide-medium-and-below {
    display: none !important;
  }
}
@media (min-width: 979px) {
  .tf-theme-container .tf-hide-medium-and-below {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-hide-small-and-below {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .tf-theme-container .tf-hide-small-and-below {
    display: block !important;
  }
}
@media (max-width: 979px) {
  .tf-theme-container .tf-show-medium-and-below {
    display: block !important;
  }
}
@media (min-width: 979px) {
  .tf-theme-container .tf-show-medium-and-below {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tf-theme-container .tf-show-small-and-below {
    display: block !important;
  }
}
@media (min-width: 767px) {
  .tf-theme-container .tf-show-small-and-below {
    display: none !important;
  }
}
