.page-spareparts-.admin-menu .site-template-main,
.page-spareparts- .site-template-main {
  margin-top: 0;
  padding: 5px;
}
.page-spareparts- .site-template-header {
  display: none !important;
}
.page-spareparts-.admin-menu .site-template-main .no-results,
.page-spareparts- .site-template-main .no-results {
  margin-top: 150px;
}
.page-spareparts .select2-container a {
  height: 30px;
  min-width: 300px;
}
.spareparts div {
  float: left;
  position: relative;
  box-sizing: border-box;
}
.spareparts {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: initial;
  float: none;
}
.spareparts .w960-container {
  border: 1px solid;
  width: 97%;
}
.spareparts .w960-yaxis {
  border: 1px solid;
  width: 3%;
  writing-mode: vertical-rl;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-right: 0;
}
.spareparts h3 {
  margin: 0.2rem 0;
}
.spareparts .w960-yaxis div {
  padding-right: 4px;
}
.spareparts .colpadding {
  line-height: 14px;
}
.spareparts .colpadding div {
  padding: 5px;
  overflow-y: scroll;
}
.spareparts .col1 {
  width: 10%;
}
.spareparts .col2 {
  width: 20%;
}
.spareparts .col3 {
  width: 33.3%;
}
.spareparts .col4 {
  width: 40%;
}
.spareparts .col5 {
  width: 50%;
}
.spareparts .col6 {
  width: 60%;
}
.spareparts .col7 {
  width: 70%;
}
.spareparts .col10 {
  width: 100%;
}
.spareparts .lgreen {
  background-color: #dff0cb;
}
.spareparts .green {
  background-color: #c0e296;
}
.spareparts .dgreen {
  background-color: #a8c399;
}
.spareparts .yellow {
  background-color: #ffed65;
}
.spareparts .dyellow {
  background-color: #ffc200;
}
.spareparts .h100 {
  height: 100px;
}
.spareparts .h200 {
  height: 220px;
}
.spareparts .h400 {
  height: 440px;
}
.spareparts .h600 {
  height: 660px;
}
.spareparts .h50 {
  min-height: 60px;
}
.spareparts .colpadding div.vtext {
  writing-mode: vertical-rl;
  text-align: center;
  width: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.spareparts .vtext li {
  list-style: none;
}
.spareparts .dashborder {
  border: dashed;
  border-top: 0;
  border-bottom: 0;
  border-left-width: 1px;
  border-right: 0;
}
.spareparts .border-b {
  border-bottom: 1px solid black;
}
.spareparts .border-t {
  border-top: 1px solid black;
}
.spareparts .border-tb {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.spareparts .border-r {
  border-right: 1px solid black;
}
.spareparts .border-l {
  border-left: 1px solid black;
}
.spareparts .header {
  text-align: center;
  float: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}
.spareparts .text-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
  font-size: 15px;
}
.spareparts .text-actions {
  font-size: 13px;
  line-height: normal;
  margin-top: 10px;
  padding: 0;
}
.spareparts .vtext .text-actions {
  font-size: 13px;
  line-height: normal;
  margin: 0 5px 0 0;
  padding: 0;
}
.spareparts .text-actions li {
  text-indent: -5px;
  margin-left: 20px;
  margin-top: 5px;
}
.spareparts .vtext .text-actions li {
  margin-left: 0;
  margin-top: 0;
}
.spareparts .scrollablecontainer {
  overflow: scroll;
  height: 100%;
}
.spareparts .fixbottom {
  position: absolute;
  bottom: -40px;
  height: 40px;
}
.spareparts .gobackbutton {
  position: absolute;
  height: 30px;
  padding: 3px 25px;
}
.spareparts h3.floatright {
  display: block;
  width: 100%;
  float: right;
  text-align: right;
  height: 30px;
  margin-right: 3px;
}
.spareparts ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

.spareparts ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
