@import url(http://fonts.googleapis.com/css?family=Lato:300, 400, 700, 900);

body {
  background: rgba(226, 226, 226, 1);
  background: -moz-linear-gradient(
    top,
    rgba(226, 226, 226, 1) 0%,
    rgba(219, 219, 219, 1) 50%,
    rgba(209, 209, 209, 1) 51%,
    rgba(254, 254, 254, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(226, 226, 226, 1)),
    color-stop(50%, rgba(219, 219, 219, 1)),
    color-stop(51%, rgba(209, 209, 209, 1)),
    color-stop(100%, rgba(254, 254, 254, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(226, 226, 226, 1) 0%,
    rgba(219, 219, 219, 1) 50%,
    rgba(209, 209, 209, 1) 51%,
    rgba(254, 254, 254, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(226, 226, 226, 1) 0%,
    rgba(219, 219, 219, 1) 50%,
    rgba(209, 209, 209, 1) 51%,
    rgba(254, 254, 254, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(226, 226, 226, 1) 0%,
    rgba(219, 219, 219, 1) 50%,
    rgba(209, 209, 209, 1) 51%,
    rgba(254, 254, 254, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(226, 226, 226, 1) 0%,
    rgba(219, 219, 219, 1) 50%,
    rgba(209, 209, 209, 1) 51%,
    rgba(254, 254, 254, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px !important;
  line-height: 1.5 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.2 !important;
}
h2 {
  color: #b51010 !important;
  text-shadow: #999 1px 1px 1px;
}
.navbar {
  border-width: 4px !important;
  border-color: #b51010 !important;
  border-right: none;
  border-left: none;
}
.navbar-inverse {
  background-color: #000 !important;
}
.navbar-brand {
  height: auto !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #b51010 !important;
}
.container {
  padding-bottom: 20px;
}

nav img {
  max-width: 12em;
  padding-top: 1em;
}

.row img {
  max-width: 100%;
  height: auto;
}
footer {
  background: rgba(226, 226, 226, 1);
  font-size: 12px;
  margin-top: 10px;
  padding: 20px 0;
  text-align: right;
}
form#dealer_login {
  margin: 0;
  padding: 0;
}

form#dealer_login input {
  margin-right: 10px;
}
form#dealer_login input[type="submit"] {
  margin-right: 0;
}

form#dealer_login legend {
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
}

table {
  position: relative;
  z-index: 0;
}

.side_bar a:link,
.side_bar a:visited {
  color: #b51010;
  text-decoration: none;
}
.side_bar a:hover,
.side_bar a:active {
  color: #ff0000;
  text-decoration: underline;
}
.header {
  width: 767px;
  margin: 0px auto;
  padding-top: 86px;
  background: #b51010 url(images/car_header_top_bg.gif) no-repeat;
}

.login {
  text-align: right;
  padding: 0px 50px 0px 0px;
  color: #444444;
  font-size: 10px;
}
.login input {
  vertical-align: middle;
  color: #444444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.page_body {
  width: 1170px;
  margin: 0px auto;
  background-color: #ffffff;
}
.side_bar {
  float: left;
  width: 350px;
}

.side_bar ul {
  list-style-type: none;
  margin-top: 30px;
}

.content {
  min-height: 450px;
  float: left;
  width: 700px;
  border-left: solid 1px #cccccc;
  padding: 20px 20px 20px 40px;
}
.content_header {
  font-weight: bold;
  text-align: center;
}
.content ul li {
  font-weight: bold;
}

.form_wrapper {
  width: 400px;
  margin: 0px 0px 0px 75px;
}

.form_header {
  float: left;
  width: 100px;
  margin: 8px 0px 0px 0px;
}
.form_field {
  float: left;
  width: 300px;
  margin: 8px 0px 0px 0px;
}

.form_submit {
  float: left;
  width: 400px;
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.plan_odd {
  background-color: #f0f0f0;
}

.plan_wrapper {
  width: 700px;
  margin: 0px auto;
}

.plan_header {
  float: left;
  width: 300px;
  margin: 8px 0px 0px 0px;
}
.plan_field {
  float: left;
  width: 400px;
  margin: 8px 0px 0px 0px;
}
.plan_line {
  float: left;
  width: 700px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.plan_submit {
  float: left;
  width: 700px;
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.plan_number {
  float: left;
  padding: 4px 0px;
  width: 100px;
}

.plan_date {
  float: left;
  padding: 4px 0px;

  width: 100px;
}

.plan_search {
  font-size: 10px;
  text-align: left;
  margin: 20px 0px;
}
.plan_search select,
.plan_search input {
  font-size: 10px;
}

.cust_last_name,
.cust_first_name {
  float: left;
  padding: 4px 0px;
  width: 100px;
  overflow: hidden;
}

.vehicle {
  float: left;
  padding: 4px 0px;
  width: 170px;
}

#vehicle_make_id,
#tire_make_id,
#edit_plan,
#edit_claim,
#final_check,
#max_replace,
#replace_info,
#edit_claim,
#run_update {
  display: none;
}

.ui-menu-item {
  width: 196px;
  background-color: #ffffff;
}

.ui-autocomplete {
  cursor: default;
  width: 200px;
}
.ui-menu {
  list-style: none outside none;
  background-color: #ffffff;
  width: 196px;
  padding: 2px;
  margin: 0px;
}

.ui-widget-content {
  border: 1px solid #0056b0;
}

.coverage_header {
  font-family: "Times New Roman", times, serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}
.coverage_copy {
  font-family: "Times New Roman", times, serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 10pt;
}
.coverage_copy td {
  vertical-align: top;
}

.coverage_copy p {
  text-align: justify;
}

.coverage_sub_header {
  text-align: center;
  font-weight: bold;
  line-height: 15pt;
}

.underline {
  text-decoration: underline;
}
.decoration {
  font-family: "Times New Roman", times, serif;
  font-size: 10pt;
  padding: 2px 0px;
}
.recatchpa {
  clear: both;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #navbar {
    /* background: #000 url(../images/header-tire.jpg) no-repeat top left; */
    background-color: #000;
  }
  .navbar-nav {
    margin: 30px 0 0 !important;
  }
  form#dealer_login {
    margin: 0 0 0 30px;
    padding: 10px 0;
    text-align: right;
  }
  .img-responsive,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sidebar,
  .content,
  .plan_submit,
  .form_header,
  .form_field,
  .form_submit {
    float: none;
  }
  .page_body,
  .side_bar,
  .content,
  .plan_wrapper,
  .plan_submit,
  .plan_header,
  .plan_field,
  .form_wrapper,
  .form_header,
  .form_field,
  .form_submit {
    width: 100%;
  }
  input[type="submit"],
  .form_submit {
    margin-top: 20px;
  }
  .plan_submit {
    clear: both;
  }
  .plan_submit p {
    background-color: #efefef;
    padding: 10px;
    text-align: left;
  }
  .form_wrapper {
    margin: 0;
  }
  .content {
    padding: 20px;
  }
  .plan_number,
  .plan_date,
  .cust_last_name,
  .cust_first_name,
  .vehicle {
    float: left;
    padding: 4px;
    margin-right: 1px;
    width: auto;
    font-size: 14px !important;
  }
}

@media print {
  @page {
    size: 8.5in 11in;
    margin: 0.75in;
  }
}

@media print {
  .nonprintable {
    display: none;
  }
}

@media print {
  .border {
    border: 0;
  }
}

@media print {
  .coverage_header {
    font-size: 8.5pt;
    line-height: 8.5pt;
    font-weight: bold;
    text-align: center;
  }
  .coverage_sub_header {
    text-align: center;
    font-weight: bold;
    line-height: 15pt;
  }
  .coverage_copy {
    font-size: 8.5pt;
    line-height: 8.5pt;
    text-align: justify;
  }

  .coverage_copy p {
    text-align: justify;
  }

  .coverage_copy td {
    vertical-align: top;
  }
  .underline {
    text-decoration: underline;
  }

  .decoration {
    font-size: 10pt;
    padding: 1px 0px;
  }
}

@media print {
  .watermark {
    height: 650px;
    overflow: hidden;
  }
}

@media print {
  .coverage_image {
    position: relative;
    z-index: 0;
    top: -600px;
    left: 0px;
  }
}

.clearBoth {
  clear: both;
}
