﻿@charset "utf-8";
@font-face {
  font-family: 'Roboto';
  /*a name to be used later*/
  src: url('fonts/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
.wf-loading {
  visibility: hidden;
}
.dot-limit-settings {
  padding-left: 13px;
}
body {
  font-family: "roboto";
  font-weight: bold;
  background-color: #e0e0e0;
  margin-top: 90px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
select {
  font-weight: bold;
  font-family: "roboto";
  font-size: 14px;
  color: #333;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px !important;
  margin-bottom: 10px;
}
h3,
.h3 {
  font-size: 24px;
}
.modal-dialog {
  max-width: 600px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.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:first-child {
  border-right: 0;
}
.form-group {
  margin-bottom: 15px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon {
  width: 56px;
  display: inline-block;
  float: left;
  height: 35px;
}
.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading > a {
  color: #333;
  text-decoration: none;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: #333;
  text-decoration: none;
}
.panel-title > a :focus {
  text-decoration: underline;
}
.panel-body {
  padding: 15px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-heading {
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-default {
  border: 1px solid #ddd !important;
}
.panel {
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border-radius: 4px;
}
.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;
}
.form-control {
  padding: 6px 12px !important;
  line-height: 1.42857143 !important;
  font-weight: bold;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
span.input-group-addon {
  padding-top: 15px;
  height: 46px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.terms-link {
  font-weight: bold;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: unset;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f9981e;
}
.hide {
  display: none !important;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: black;
}
.nav-link.show,
.show > a:focus {
  background-color: #e7e7e7;
}
.tile-paragraph-index {
  width: 100%;
  height: 65px;
}
a {
  color: #f9981e;
}
a:hover {
  cursor: pointer;
  color: black;
}
a:hover .pointer {
  cursor: pointer;
}
.container-default {
  padding: 0 9%;
}
.tm-btn-default:hover {
  background-color: #e48b1c;
  color: #333;
}
.tm-btn-default {
  background-color: #f9981e;
  color: #333;
  margin-top: 20px;
  border: none;
  width: auto;
}
.tm-btn-default li {
  color: #333333;
}
.tm-btn-default.tm-country-dropdown-button,
.tm-btn-default.tm-state-dropdown-button {
  margin-top: 0px;
}
.tm-btn-default2 {
  background-color: #f9981e;
  color: #333;
  border: none;
  width: auto;
}
.tm-btn-default2:hover {
  background-color: #e48b1c;
}
.tm-btn-CancelSub {
  background-color: #f9981e;
  color: #333;
  margin-top: 20px;
  border: none;
  width: 147px;
}
.btn-primary {
  background-color: #f9981e;
  border: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #e48b1c;
  color: #333;
}
.tm-dropdown {
  border: none;
  width: 100%;
  text-align: left;
}
.dateclass {
  width: 100%;
}
.dateclass.placeholderclass::before {
  width: 100%;
  color: #999999;
  content: attr(placeholder);
}
.dateclass.placeholderclass:hover::before {
  width: 0%;
  content: "";
}
.caret {
  margin-top: 10px;
}
b.dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.tm-btn-group {
  margin-top: -20px;
}
/* Navigation */
#sub-menu {
  background-color: #CDCDCD;
  position: fixed;
}
#sub-menu ul {
  list-style: none;
}
#sub-menu li {
  display: inline-block;
  margin-left: 20px;
}
.navbar {
  background-color: white;
  border: none;
  display: block;
  height: 90px;
}
.navbar-nav {
  padding-top: 15px;
}
.navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-nav a:link,
.navbar .navbar-nav a:visited {
  color: #f9981e;
  font-weight: bolder;
  font-size: 15px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.selected-page {
  color: #333333 !important;
}
.navbar-toggler {
  background-color: #f3f3f3;
  margin-top: 20px;
}
.navbar-brand {
  margin-top: -5px;
}
.navbar-brand img {
  height: 56px;
}
.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#dot-check {
  padding: 10px;
  width: 300px;
}
#dot-message {
  font-weight: 300;
}
#dot-check-caret {
  margin-top: 0px;
}
/* Home */
.jumbotron {
  color: white;
  text-align: center;
  margin-bottom: 0px;
  height: 250px;
  padding-top: 0px;
}
.jumbotron.jumbo-tires {
  background-image: url(../Images/Tires.jpg);
  background-size: cover;
  background-position: center;
}
.jumbotron h1 {
  font-weight: bolder;
}
.hero {
  padding-top: 100px;
}
.homepage {
  padding-bottom: 20px;
  background-color: #929292;
}
.homepage-btn {
  text-align: center;
  padding-top: 60px;
}
.homepage-btn p {
  font-weight: 400;
}
/* Pre-Service Inspection */
#pre-service {
  padding: 40px 0;
  background-color: #929292;
}
/* registration-form */
#registration-form {
  padding-top: 20px;
  padding-bottom: 20px;
}
#registration-form .tm-btn-default:hover {
  background-color: #e48b1c;
  color: #333;
}
.form-control {
  border: thin solid #dbdbdb;
}
.input-group-lg {
  padding-top: 20px;
}
#customer-data {
  padding-top: 0px;
}
.input-section {
  padding-top: 20px;
}
#additional-tins {
  padding-top: 40px;
}
#tire-data .tm-btn-default .caret {
  float: right;
  margin-top: -15px;
}
.tm-caret {
  float: right;
  margin-top: -15px;
}
#vehicle-select {
  margin-top: 45px;
}
#vehicle-select .btn-group {
  margin-bottom: 20px;
}
#tire-info tr {
  font-weight: 300;
}
.table-space {
  padding-left: 20px;
}
/* Admin Reports */
#admin-search {
  padding: 40px 0;
  background-color: #929292;
}
#admin-reports .tm-btn-default:hover {
  background-color: #e48b1c;
  color: #333;
}
#admin-results .tm-btn-default {
  margin-top: -8px;
}
#admin-reports tr {
  height: 80px;
}
#admin-reports td {
  padding-top: 30px;
}
.status {
  font-size: large;
}
/* Recalls */
#recall-search {
  padding: 40px 0;
  background-color: #929292;
}
#recalls {
  padding: 0px 0px;
}
#recalls .tm-btn-default:hover {
  background-color: #e48b1c;
  color: #333;
}
#recall-results .tm-btn-default {
  margin-top: 0px;
}
.customers-no {
  background-color: inherit;
}
.customers-yes {
  background-color: red !important;
}
.import-errors-count {
  background-color: red !important;
  margin-left: 5px;
}
.import-warnings-count {
  background-color: darkgoldenrod !important;
  margin-left: 5px;
}
/* User Settings */
#settings {
  padding-top: 40px;
  padding-bottom: 40px;
}
#dealer-settings .tm-btn-default {
  margin-left: 20px;
  width: 100px;
}
#tire-age .tm-btn-default {
  margin-left: 20px;
  width: 100px;
  margin-top: -8px;
}
#disable {
  padding-top: 15px;
}
/* Modal */
.modal ul {
  list-style: none;
}
.modal h5 {
  font-weight: 900;
}
.modal p {
  text-transform: none;
  font-weight: 400;
}
/* Registration Record */
#registration-record ul {
  list-style: none;
  padding-left: 0px;
}
#contact {
  padding-bottom: 20px;
}
#contact h5 {
  font-weight: 900;
}
#contact p {
  text-transform: none;
  font-weight: 400;
}
/* Footer */
#footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d5d5d+0,000000+100 */
  background-color: white;
  border: none;
  height: 80px;
  color: #F9981E;
  padding-top: 35px;
}
.footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d5d5d+0,000000+100 */
  background-color: white;
  border: none;
  height: 50px;
  color: #F9981E;
}
.footer > .row {
  padding-top: 10px;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tire-data-input {
    padding-top: 40px;
  }
  .homepage {
    padding-top: 30px;
  }
  .navbar .navbar-nav a:link,
  .navbar .navbar-nav a:visited {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  #topFixedNavbar1 {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-default {
    padding: 0 10%;
  }
  .tire-data-input {
    padding-top: 40px;
  }
  .homepage {
    padding-top: 30px;
  }
  .hero {
    padding-top: 15px;
  }
  .navbar .navbar-nav a:link,
  .navbar .navbar-nav a:visited {
    font-size: 12px;
  }
}
@media (max-width: 1299px) and (min-width: 1080px) {
  .navbar-brand img {
    padding-top: 5px;
  }
}
@media (max-width: 1079px) and (min-width: 767px) {
  .navbar-brand img {
    padding-top: 5px;
    margin-left: -35px;
  }
  #topFixedNavbar1 ul {
    margin-right: 5px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .show .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .metrics-row.row {
    display: block;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-brand > img {
    margin-top: 0px;
    height: 36px;
  }
  .container-default {
    padding: 0 9%;
  }
  .tire-data-input {
    padding-top: 40px;
  }
  .navbar-header {
    padding: 0 5%;
  }
  .navbar-collapse {
    background-color: white;
    margin-top: 18px;
    padding: 0 7%;
    border: none;
  }
  .homepage {
    padding-top: 30px;
  }
  .hero {
    padding-top: 15px;
  }
  .navbar-brand img {
    padding-top: 5px;
  }
  ul.footer-nav li {
    display: inline-block;
    padding: 0px !important;
    margin: auto !important;
    font-weight: bold !important;
  }
  .footer-nav ul {
    list-style: none;
    margin-left: -122px;
  }
  #dot-list-item.dropdown.open {
    margin-bottom: 50px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .container-default {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .container-nav-default {
    padding-left: 5%;
    padding-right: 0%;
  }
  .container-default {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .container-nav-default {
    padding-left: 4%;
    padding-right: 12%;
  }
  .container-default {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
  .container-nav-default {
    padding-left: 14%;
    padding-right: 19%;
  }
  .container-default {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media only screen and (min-width: 900px) {
  .login-fluid {
    padding: 0px 25%;
  }
}
@media only screen and (min-width: 200px) and (max-width: 900px) {
  .login-fluid {
    padding-left: 10%;
    padding-right: 10%;
  }
}
ul.dropdown-menu:active,
ul.dropdown-menu:focus {
  z-index: 1000;
}
.message-pannel {
  padding: 20px 0 20px 0;
}
.password-input {
  padding-bottom: 10px;
}
.recall-affected-customers {
  display: none !important;
}
.login-btn {
  margin-top: 10px;
}
.loginForm {
  text-transform: uppercase;
  margin-top: 0px;
}
.checkbox input[type=checkbox] {
  margin-left: -1px;
}
.body-content {
  padding-top: 15px;
}
.body-section {
  padding-bottom: 80px;
}
.footer-copy {
  display: inline-block;
  margin-top: 30px;
}
.footer-nav {
  list-style: none;
}
.container-dark {
  background-color: #929292;
}
.homepage-link {
  text-align: center;
  padding-top: 20px;
}
.homepage-link p {
  font-weight: 400;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  #pre-service,
  .footer {
    display: none !important;
  }
  .footer,
  .modal-content,
  .modal-header,
  .modal-title {
    page-break-after: always;
  }
  .navbar,
  .navbar-fixed-top,
  #EnvironmentPanel {
    display: none !important;
  }
}
.footer-nav li {
  display: inline-block;
  padding: 5px;
}
#modal-tire-alert .modal-content {
  max-height: inherit;
  overflow-y: auto;
}
.tirealert-modal-body {
  position: relative;
  padding: 15px;
  overflow-y: auto;
  max-height: 525px;
}
.dealer-modal-body {
  position: relative;
  padding: 15px;
  overflow-y: auto;
  max-height: 525px;
}
.instruction-message,
.empty-message {
  width: 100%;
  text-align: center;
  color: #808080;
  background-color: #c0c0c0;
  padding: 25px;
}
.dropdown-menu .disabled {
  pointer-events: none;
}
.tm-dropdown a.dropdown-toggle {
  height: 140%;
  width: 105%;
  margin: -5px 0 0 -15px;
  top: 0;
  color: white !important;
}
.RecallStatusBtn {
  margin-top: 1px;
  margin-left: 12px;
  width: 96%;
}
.required-field-label::after {
  color: red;
}
.required-field-message {
  color: #800000;
}
.Required-Fields {
  border-color: red;
}
.Required-Fields-btn {
  border-style: solid !important;
  border-color: red !important;
  border-width: 3px !important;
}
th .glyphicon {
  left: auto;
}
.btn-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  pointer-events: none;
  outline: 0 none;
}
.jumbotron-small {
  margin-left: 0%;
  margin-right: 0%;
  max-height: 430px;
}
.jumbotron-header {
  padding-top: 2%;
}
.jumbotron-header .fa-exclamation-triangle {
  color: #f9981e;
}
.Error-Modal {
  margin-top: 16px;
  display: -webkit-box;
  width: 69%;
}
.terms-row {
  margin-top: 20px;
}
.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;
}
.dealer-modal-body {
  position: relative;
  padding: 15px;
  overflow-y: auto;
  max-height: 525px;
}
#disableTutorial {
  margin-left: 5px;
}
.tin-validation-label {
  font-weight: 800;
}
.tirealert-modal-body > ul > li > ul {
  padding-bottom: 10px;
}
.tirealert-modal-body > ul > li > ul > li {
  margin-left: -20px;
}
.tirealert-modal-body > ul > li > ul {
  padding-bottom: 10px;
}
.upper-text {
  text-transform: uppercase;
}
.link-disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.dropdown-input-container {
  background-color: #f9981e;
  border-color: #f9981e;
}
.option-separator {
  background-color: #f3f3f3 !important;
  color: gray;
}
.option-section-label {
  background-color: #f3f3f3 !important;
  font-weight: bold;
  color: black;
}
.form-dropdown {
  padding: 10px 40px 10px 25px !important;
}
select {
  -moz-appearance: none !important;
  text-indent: 0.01px !important;
  text-overflow: "" !important;
}
.badge {
  border-radius: 10px;
}
.nav-link {
  color: #f9981e;
  font-weight: bolder;
  font-size: 15px;
  display: inline;
}
.nav-link > span.badge {
  margin-left: -10px;
}
.nav-link:focus,
.nav-link:hover {
  color: #f9981e;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px !important;
  clear: both;
  line-height: 1.42857143;
  white-space: nowrap;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
}
.notification-link {
  display: inline-block !important;
}
.warning {
  margin-top: 15px;
}
.panel-state {
  margin-right: 10px;
  color: #f9981e;
}
h3 .glyphicon:before {
  padding: 5px;
}
.tin-validation-errors-warnings td {
  font-weight: 400;
}
.tin-validation-messages {
  padding-bottom: 10px;
}
#tire-alert-modal-body ul {
  padding: 0px;
}
select.dropdown-caret.dropdown-input.tm-tire-brandSelector.Required-Fields-btn {
  padding: 9px 38px 9px 23px;
}
.tm-checkbox-text {
  margin-left: 5px;
}
.cache-stats {
  background-color: #c8e8ff;
  padding: 5px 10px;
}
.receipt-data-item {
  font-weight: 400;
}
.receipt-body h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.receipt-body ul,
.receipt-body li {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.reg-info-table td {
  padding: 0px 5px;
}
.reg-summary-label-cell {
  width: 100px;
}
table.dataTable th {
  padding: 10px 10px !important;
}
.input-group-trp {
  margin-bottom: 10px;
  width: 100%;
}
.default-list {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 1px;
}
.btnBrand {
  background-color: #F9981E;
  color: white;
}
.btnBrand:hover,
.btnBrand:active,
.btnBrand:focus {
  background-color: #e48b1c;
  color: white;
}
.copyright-info {
  margin-top: 5px;
}
.recall-remedy-accordion {
  margin-top: 20px;
}
.recall-detail-header-label {
  padding-left: 10px;
}
.recall-header-button {
  width: 100% !important;
  text-align: left;
}
.recall-header-button:focus {
  outline-color: transparent !important;
}
.validation-error {
  color: #a94442;
  border: 1px solid #a94442 !important;
}
#ReportSummary {
  padding: 15px;
  margin-bottom: 15px;
}
#ReportSummaryBar {
  background-color: white;
}
#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;
}
#ReportExpandBar {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}
#ReportExpandBar :visited {
  color: red;
}
.btn-close {
  margin: 0 10px;
}
#antiforgery-div {
  text-align: center;
  width: 50%;
  min-width: 300px;
  margin-left: 25%;
  margin-right: 25%;
}
.modal-body video {
  width: 100%;
}
.alert-danger,
.validation-summary-errors {
  text-transform: none !important;
}