﻿/* LESS Document */
/* Primary Color Variables */
/* Secondary Color Variables */
#EnvironmentPanel {
  position: relative !important;
}
#EnvironmentClose {
  padding-right: 10px;
  width: 10%;
  display: inline-block;
}
#EnvironmentName {
  width: 80%;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.img-responsive {
  max-width: 100%;
}
.tm-btn-default {
  background-color: #FFD51E;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 0;
}
.input-group-addon {
  width: 56px;
  display: inline-block;
  float: left;
  height: 35px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group-addon:last-child {
  border-left: 0;
}
/* Mixins */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-group .panel {
  margin-bottom: 5px;
  border-radius: 4px;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
#OEHelpBubble i,
#SupersessionHelpBubble i {
  color: #434343;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-body {
  padding: 15px;
}
.item-attachment {
  display: inline-block;
  margin-right: 5px;
}
.h3,
h3 {
  font-size: 24px;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb-results {
  display: inline-block;
}
.default-list {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 1px;
}
.WelcomeMsg {
  line-height: normal;
  text-transform: none;
  font-weight: 700;
}
.default-content-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
/* General */
.wf-loading {
  visibility: hidden;
}
body {
  background-color: #F3F3F3;
  color: #333333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
body a {
  text-decoration: none;
}
/* Typography */
h1 {
  font-weight: 900;
}
h2 {
  font-weight: 700;
}
h3,
h4 {
  font-weight: 600;
}
h4 {
  font-size: 18px;
}
/* links */
a:link,
a:visited {
  color: #0470CC;
}
#menu-toggle {
  color: #ffd51e;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
#sidebar-wrapper a {
  font-size: 14px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
/* buttons */
.tpms-btn-primary {
  background-color: #FFD51E;
  border: none;
  color: #333333 !important;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem 0.25rem 0px;
}
.tpms-btn-primary:hover,
.tpms-btn-primary:active:focus {
  background-color: #eec71c;
}
.tpms-btn-label {
  margin-top: 25px;
}
.tpms-btn-full {
  width: 100%;
}
.tpms-btn-group {
  width: 100%;
  margin-bottom: 10px;
}
.tpms-btn-group .dropdown-toggle {
  width: 100%;
  text-align: left;
  background-color: #FFD51E;
  border: none;
}
.tpms-btn-group .dropdown-toggle .caret {
  float: right;
  margin-top: 10px;
}
.tpms-btn-group .dropdown-menu {
  overflow-y: auto;
  max-height: 300px;
}
.btn-popover {
  background: none;
  border: none;
}
/* Forms */
.validation-error {
  color: #FF0000;
  border: 1px solid #FF0000 !important;
}
.validation-error-box {
  width: 100%;
  display: block;
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
}
.validation-error-alert {
  width: 100%;
}
.input-group-tpms-validation {
  width: 100%;
  margin-bottom: 5px;
  z-index: 0;
}
.input-group-tpms {
  width: 100%;
  margin-bottom: 10px;
  z-index: 0;
}
/* icons */
.icon-success {
  color: #008000;
}
.icon-warning {
  color: #FF0000 !important;
}
.icon-caution {
  color: #FFA500;
}
/* Sidebar */
#login-link {
  color: #F3F3F3;
  padding-left: 20px;
  text-indent: 0px;
  font-weight: 700;
}
#login-link a:link,
#login-link a:visited {
  color: #FFD51E;
}
#login-link a:hover {
  background: none;
  text-decoration: none;
  color: white;
}
#welcome-message {
  color: #F3F3F3;
  padding: 5px 20px 0 20px;
  text-indent: 0;
  font-weight: 700;
}
#welcome-message a:link,
#welcome-message a:visited {
  color: #FFD51E;
}
#welcome-message a:hover {
  background: none;
  text-decoration: none;
  color: white;
}
#menu-toggle-container {
  padding-left: 20px;
  margin-bottom: 20px;
}
#Year a:link,
#Make a:link,
#Model a:link,
#Year a:visited,
#Make a:visited,
#Model a:visited {
  color: #333333;
}
.sidebar-nav-tpms {
  font-weight: 700;
}
.sidebar-nav-tpms a:link,
.sidebar-nav-tpms a:visited {
  color: #F3F3F3;
}
.sidebar-nav-tpms .active a:link,
.sidebar-nav-tpms .active a:visited {
  background-color: #FFD51E;
  color: #333333;
}
/* Page Content */
#page-header {
  background-color: #FFFFFF;
  margin: 20px 0px;
  padding-top: 1px;
}
#page-header .breadcrumb {
  background: none;
  margin-bottom: 5px;
  padding: 0px;
}
#page-header .breadcrumb .active {
  color: #333333;
}
.layout-alt {
  margin: 20px 20%;
}
.content {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}
.container,
.container-fluid {
  width: auto;
}
/* TPMS Service Results */
.vehicle-img {
  padding: 0px;
}
.results-content {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.results-content .results-header {
  background-color: #FFD51E;
  padding-left: 10px;
  padding-right: 20px;
}
.results-content .results-header a:link,
.results-content .results-header a:visited {
  color: #333333;
}
.results-content .results-header a:hover,
.results-content .results-header a:active:focus {
  color: #FFFFFF;
}
.results-content .results-body.result-card {
  padding: 10px;
  height: 250px;
  overflow-y: auto;
}
/* Details */
.content-img-details {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.part-details {
  margin-top: 40px;
}
/* Shop Settings */
.shop-settings-bucket {
  height: 450px;
  overflow-y: scroll;
  padding: 10px;
}
/* Redesign Preview */
#redesign-preview {
  background-color: #FFD51E;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 20px;
}
#redesign-preview a:link,
#redesign-preview a:visited {
  color: #FFFFFF;
}
.required-field-label::after {
  color: red;
}
button.tm-dropdown {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #333;
}
/* Media Breaks */
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-alt {
    margin: 20px 15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-alt {
    margin: 20px 10%;
  }
  #page-header h1 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .datatable-overflow-container {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .layout-alt {
    margin: 20px 5%;
  }
  #page-header h1 {
    font-size: 20px;
  }
}
li.tm-sub-menu {
  background-color: #505050;
  padding: 0px 0 0px 20px;
  font-size: 11px;
  line-height: 25px;
}
.table-responsive table {
  width: 100%;
}
.link-disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.add-tool-disable {
  cursor: not-allowed;
}
.clickable-banner {
  cursor: pointer;
}
.modal-button-row button {
  margin-right: 10px;
  display: none;
}
#qualifier-title,
#multipleoe-title {
  color: red;
  margin-left: -14px;
}
.multiple-oe {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.panel1 {
  padding: 15px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  top: -30px;
  width: 629px;
  height: 13%;
}
.panel2 {
  padding: 15px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  top: -30px;
  width: 629px;
  height: 13%;
}
.panel3 {
  padding: 15px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  top: -30px;
  width: -629px;
}
.AuthorizeSealDiv {
  display: -webkit-box;
  margin-top: 22px;
  margin-left: -3px;
  margin-bottom: 16px;
}
.Payment-info-header {
  margin-top: 13px;
  margin-left: 13px;
}
.customers-yes {
  background-color: red;
}
.dropdown-input-container {
  background-color: #FFD51E !important;
  border-color: #FFD51E;
}
.validation-summary-errors ul {
  list-style: none;
}
.side-banner-item {
  margin-top: 25px;
}
.warning {
  margin-top: 15px;
}
.notification-link span {
  display: inline-block !important;
  text-indent: 0px;
}
.inventory-popup-table td,
.inventory-popup-table th {
  padding: 2px;
  vertical-align: top !important;
}
.inventory-badge-button {
  width: 40px;
  text-align: center;
  outline: none;
}
.addl-vendor-spacer {
  width: 100px;
  display: inline-block;
}
.result-card-subheader {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.result-card-subfooter {
  margin-top: 8px;
  margin-bottom: 10px;
}
th.no-padding-th {
  padding-left: 0px !important;
}
.addl-vendor-list-block {
  display: inline-block;
}
tr.table-link-row {
  cursor: pointer;
}
.table-link {
  color: #333;
}
.table-link a {
  color: #333;
}
.table-link a:hover {
  color: #0470CC;
}
.table-link-row a:hover {
  color: #0470CC;
}
.tm-data-table-col-hide {
  display: none !important;
}
.copy-partnumber {
  margin-left: 10px;
  margin-right: 0px;
  cursor: pointer;
}
.help-info-click {
  margin-right: 1%;
  font-size: 30px;
  cursor: pointer;
}
.help-info-click > i {
  color: #333;
}
li.sidebar-co-brand {
  margin-top: 10px;
}
a.sidebar-co-brand:hover {
  background: none !important;
}
.alert-tip > .nsf-image {
  margin-top: -2px;
}
.cache-stats {
  background-color: #c8e8ff;
  padding: 5px 10px;
}
#modal-width-lg {
  max-width: 80% !important;
  width: 80%;
  min-width: 450px;
}
#modal-width-sm {
  max-width: 35% !important;
  width: 35%;
  min-width: 450px;
}
#modal-width-md {
  max-width: 50% !important;
  width: 50%;
  min-width: 450px;
}
@media (min-width: 768px) {
  #modal-password-reset .modal-dialog,
  #canceled-subscription-modal .modal-dialog,
  #modal-invalid-coupon .modal-dialog,
  #existing-user-login .modal-dialog,
  #existing-user-message-modal .modal-dialog,
  #contact-tiremetrix-modal .modal-dialog,
  #modal-email-support .modal-dialog,
  #modal-pre-service-alerts .modal-dialog,
  #modal-add-tool .modal-dialog,
  #modal-limit-reached .modal-dialog,
  #cancelModal .modal-dialog,
  #welcomeModal .modal-dialog,
  #settings-locked-modal .modal-dialog,
  #NoRightClickDataDlg .modal-dialog,
  #NoRightClickImgDlg .modal-dialog,
  #transEditDlg .modal-dialog,
  #info-help-modal .modal-dialog,
  #modal-password-request .modal-dialog {
    max-width: 35% !important;
    width: 35%;
    min-width: 450px;
  }
  #emailconfirm-success-modal .modal-dialog,
  #registrationsuccesfull .modal-dialog,
  #emailconfirm-success-modal .modal-dialog,
  #ip-restrict-modal .modal-dialog,
  .modal-programming-instructions .modal-dialog,
  #modal-programming-instructions .modal-dialog,
  .relearn-modal .modal-dialog,
  .oe-sensor-image-modal .modal-dialog,
  #billingInformationModal .modal-dialog,
  #tm-notification-modal .modal-dialog,
  #modal-vehicle-qualifier .modal-dialog,
  #confirm-email-modal .modal-dialog {
    max-width: 50% !important;
    width: 50%;
    min-width: 450px;
  }
  #termsandconditions .modal-dialog {
    max-width: 80% !important;
    width: 80%;
    min-width: 450px;
  }
}
@media (min-width: 1128px) {
  #termsandconditions > .modal-dialog {
    width: 1200px !important;
  }
  #termsandconditions > .modal-dialog .modal-body {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
ul.sidebar-nav li ul li a {
  padding-left: 25px;
}
#vin-vehicle-label {
  padding-top: 12px;
  color: #95989A;
}
#ReportSummary {
  padding: 15px;
  margin-bottom: 15px;
}
#ReportSummaryBar {
  background-color: white;
  margin-bottom: 5px;
}
#ReportSummaryBar table {
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
}
#ReportSummaryBar table thead {
  margin-bottom: 10px;
  background-color: #b0b0b0;
}
#ReportSummaryBar table tbody {
  padding: 10px;
}
#ReportSummaryBar table td {
  font-weight: normal;
}
#ReportSummaryBar table td,
#ReportSummaryBar table th {
  padding: 3px 7px;
}
#ReportSummaryContainer {
  padding-left: 15px;
  font-weight: bold;
}
#ReportExpandBar {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}
#ReportExpandBar :visited {
  color: red;
}
#report-success-alert {
  position: fixed;
  left: 60%;
  top: 0;
  z-index: 10001;
}
.form-select {
  padding: 0;
}
.btn-close {
  float: right;
}
.xmodal-dialog {
  max-width: 100% !important;
  width: 50%;
  min-width: 500px;
}
.image-nav-bar {
  z-index: 100;
  width: 90%;
}
.hidden {
  display: none !important;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.no-left-padding {
  padding-left: 0 !important;
}
h1.popover-header,
h2.popover-header,
h3.popover-header,
h4.popover-header,
h5.popover-header {
  margin-top: 0;
}
.tm-data-table tr {
  border-bottom: 1px solid #e0e0e0;
}
hr {
  border-top-color: #e0e0e0;
  border-bottom-color: #e0e0e0;
  background-color: #d0d0d0;
}
.copied-partnumber,
.copy-alert {
  font-family: Arial;
  font-size: 13px;
}
.sidebar-nav .fa {
  margin-right: 5px;
}
#antiforgery-div {
  text-align: center;
  width: 50%;
  min-width: 300px;
  margin-left: 25%;
  margin-right: 25%;
}