/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-Dec-2014, 15:39:15
    Author     : Mark Benson
*/
/* Website-wide color card for CSS */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
/*
    Document   : sidebar
    Created on : 12-Jun-2013, 15:46:15
    Author     : Mark Benson
    Description:
        Sidebar for Parts Lists
*/
div.section {
  display: inline;
  float: left;
  width: 20.83333333%;
  margin: 0 0%;
  margin-left: 1.04166667%;
  border: 1px darkgrey solid;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
div.section div.section-title {
  display: inline;
  float: left;
  width: 62.5%;
  margin: 0 0%;
  color: white;
  margin: 0px;
  padding: 8px 2%;
  height: 90px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background-image: -webkit-linear-gradient(top, #008800 0%, #006600 100%);
  background-image: linear-gradient(to bottom, #008800 0%, #006600 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008800', endColorstr='#ff006600', GradientType=0);
}
div.section div.section-title a {
  color: white;
}
div.section div.section-pic {
  padding: 8px 2%;
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 0%;
  height: 90px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
div.section div.section-title a h2 {
  font-size: 13pt;
  margin: 3px;
}
div.section div.section-title a h3 {
  margin: 3px;
  margin-top: 10px;
  font-size: 10pt;
}
div.section-title button#show-list {
  float: left;
  *zoom: 1;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 4px;
  display: none;
  font-size: 10pt;
  width: 70px;
  height: 70px;
}
div.section-title button#show-list:before,
div.section-title button#show-list:after {
  content: "";
  display: table;
}
div.section-title button#show-list:after {
  clear: both;
}
div.section-title button#show-list:before,
div.section-title button#show-list:after {
  content: " ";
  display: table;
}
div.section-title button#show-list:after {
  clear: both;
}
div.section-title button#show-list > span.glyphicon {
  font-size: 12pt;
}
div.section-title button#show-list .show-list-label {
  line-height: 1.05;
}
ul.sub-sections {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  margin: 0px;
  padding: 0px;
  background-color: white;
}
ul.sub-sections li.sub {
  margin-top: 0px;
  border-bottom: 1px solid lightgrey;
}
ul.sub-sections li.sub a:active,
ul.sub-sections li.sub a:visited {
  background-color: white;
}
ul.sub-sections li.sub a:hover {
  background-color: #004400;
  color: white;
}
ul.sub-sections li.sub.active a {
  background-color: #004400;
  color: white;
}
ul.sub-sections li.sub:first-of-type {
  border-top: 1px solid #006600;
}
ul.sub-sections li.sub:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* Mobile */
@media only screen and (max-width: 1023px) {
  div.section div.section-pic {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  div.section-title button#show-list {
    display: inline;
  }
  div.section {
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: none;
    background-image: none;
    background-color: #004400;
  }
  div.section div.section-title {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: none;
    background-color: #004400;
    height: 50px;
  }
  div.section div.section-title h2 {
    margin-left: 80px;
    margin-top: 0px;
  }
  div.section div.section-title h3 {
    margin-left: 80px;
  }
  ul.sub-sections {
    border-bottom: 2px solid black;
    display: none;
  }
  ul.sub-sections li.sub {
    height: 55px;
    background-color: white;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  ul.sub-sections li.sub a {
    height: 55px;
    padding: 16px 6px;
    font-size: 11pt;
  }
}
div.section div.section-title {
  width: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  height: auto;
}
div.section div.section-title h2 {
  font-size: 15pt;
  font-weight: bold;
}
div.section ul.sub-sections li.sub.nolink {
  padding: 8px;
  padding-bottom: 50px;
}
div.section ul.sub-sections li.sub.new-parts {
  font-weight: bold;
  background-color: #fcc;
}
div.section ul.sub-sections li.sub.lr-parts {
  font-weight: bold;
  background-color: #ced;
}
div.section ul.sub-sections li.sub.new-parts a:hover {
  background-color: #800;
}
div.section ul.sub-sections li.sub.nolink form {
  height: 50px;
}
