html {
  background: transparent;
}

body {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #f6f6f6;
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-wrapper {
  flex: 1;
  z-index: 50;
  display: flex;
  width: 100%;
  padding-left: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: #f6f6f6;
}

.main-content {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  width: 100%;
  z-index: 50;
  background-color: #f6f6f6;
  height: 100%;
  padding-top: 70px;
}

.progress-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: unset;
}

.message-loading  {
  margin-left: 250px;
}

.table-wrapper {
  min-height: calc(100vh - 78px - 46px - 16px);
}

.results {
  flex: 1;
  padding: 8px;
  overflow: auto;
}

@media(max-width:768px) {
  .sidebar {
    right: -250px;
    left: unset !important;
  }

  .toggled .sidebar {
    right: 0;
    box-shadow: 0px 14px 12px 4px var(--gray-300);
  }

  .navbar-opened {
    height: 70px!important;
  }

  .navbar {
    width: 100% !important;
    left: unset !important;
  }

  .main-content {
    padding-left: 0px !important;
  }

  .message-loading  {
    margin-left: 0px !important;
  }

  .progress-bar {
    margin-left: 0;
  }

  .results {
    width: 100% !important;
  }

  .news-wrapper {
    justify-content: start;
    padding-left: 0px;
  }

}

md-checkbox .md-icon {
  border-color: #999;
  color: #999;
}

md-checkbox.md-checked .md-icon {
  border-color: #f38230;
  color: #f38230;
}

md-radio-button .md-off {
  border-color: #999;
}

md-radio-button.md-checked .md-off {
  border-color: #f38230;
}

md-radio-button .md-on {
  background-color: #f38230;
}

md-progress-circular.md-default-theme path, md-progress-circular path {
  stroke: #f38230;
}

md-progress-linear.md-default-theme .md-container, md-progress-linear .md-container {
  background-color: rgba(243, 130, 48, 0.2);
  /* #f38230 with 0.2 opacity */
}

md-progress-linear.md-default-theme .md-bar, md-progress-linear .md-bar {
  background-color: #f38230;
}

input::-webkit-input-placeholder {
  opacity: 0.5;
  color: rgb(102, 102, 102);
}

input:-moz-placeholder {
  opacity: 0.5;
  color: rgb(102, 102, 102);
}

input::-moz-placeholder {
  opacity: 0.5;
  color: rgb(102, 102, 102);
}

input:-ms-input-placeholder {
  opacity: 0.5;
  color: rgb(102, 102, 102);
}

input::-ms-input-placeholder {
  opacity: 0.5 !important;
  color: rgb(102, 102, 102) !important;
}

.message {
  padding-top: 150px;
}

.btn-group {
  display: block;
}

.pull-right {
  float: none !important;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}

.md-open-menu-container {
  background: #FFF;
  z-index: 1050;
}

.moreInformation {
  list-style-type: none;
  padding-left: 0px;
}

md-checkbox .md-container {
  overflow: hidden;
}

md-checkbox {
  margin-bottom: 0px;
}

.button-secondary.btn-release {
  height: 42px;
  margin-right: 24px;
}

@media(max-width:1399px) {
  .release-navbar {
    display: none !important;
  }
  .table-padb  td {
    padding: 8px !important;
  }
}

@media(min-width:1400px) {
  .release-sidebar {
    display: none !important;
  }
  .table-padb  td {
    padding: 8px 16px !important;
  }
}


md-container md-mode-indeterminate,
md-progress-linear,
md-progress-linear .md-container,
md-progress-linear .md-container .md-bar {
  height: 3px !important;
  z-index: 1000;
}

.imgNew {
  position: absolute;
  right: 0;
  top: 0;
}

.table-padb {
  background: #FFF;
  border-radius: 4px;
  margin-bottom: unset;
  border-collapse: separate;
  border: unset;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}

.more-information-content {
  align-self: normal;
}

.table-padb thead th {
  background: #787878;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  border: unset;
  border-top: 0.5px solid #3C3C3B66 !important;
  border-bottom: 0.5px solid #3C3C3B66;
  border-right: 0.5px solid #3C3C3B66;
  vertical-align: middle;
}

.table-padb tbody td {
  border: unset !important;
  border-bottom: 0.5px solid #E2E2E266 !important;
  border-right: 0.5px solid #E2E2E266 !important;
}

.table-padb th:first-child {
  border-left: 0.5px solid #3C3C3B66;
}

.table-padb td:first-child {
  border-left: 0.5px solid #E2E2E266 !important;
}

.table-padb > tbody > tr:hover {
  background: #E8EDF2!important;
 }

.table-padb > tbody > tr:nth-of-type(odd) {
  background-color: #FCFCFC;
}

.table-padb .tr-substitution > td {
  opacity: 0.25;
}

.table-padb .tr-substitution > .td-content-moreInformation,
.table-padb .tr-substitution > .td-content-moreInformation a,
.table-padb .tr-substitution > .td-content-attachment,
.table-padb .tr-substitution > .td-content-attachment .blue-link {
  opacity: 1;
  color: var(--red-warning);
}

.table-padb .tr-substitution > .td-content-whereToBuy a,
.table-padb .tr-substitution > .td-content-image a {
  pointer-events: none;
}

.table-padb .tr-substitution:hover {
  background-color: rgba(207, 50, 0, 0.05)!important;
}

.table-padb th {
  vertical-align: middle !important;
  text-align: center;
  padding: 8px!important;
}

.td-content.td-content-reference {
  background-color: var(--oracle-clean);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #337AB7;
  max-width: 104px;
  width: 104px;
}

.td-content-moreInformation {
  min-width: 180px;
}

.img-relative {
  position: relative;
}

.td-content-crossReference {
  min-width: 132px;
}

.divTdContent-image {
  display: flex;
  justify-content: space-around;
}

.table-padb td.td-content-image {
  padding-left: 0px!important;
  padding-right: 0px!important;
  width: 200px;
  min-width: 150px;
}

.divTdContent-reference {
  justify-content: center;
}

.divTdContent-attachment {
  flex-direction: column;
  align-items: normal!important;
}

.divTdContent-attachment .link {
  font-size: 12px!important;
}

.divTdContent-moreInformation {
  flex-direction: column;
}

.divTdContent-position {
  width: max-content;
}

.divTdContent-crossReference,
.divTdContent-position {
  flex-direction: column;
  align-items: flex-start!important;
}

.divTdContent-sketch {
  width: 70px;
}

.table-padb  td {
  vertical-align: middle !important;
  text-align: left;
}

.action-bar {
  background-color: white;
  flex: 1;
  /* Old browsers */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;

  align-items: center;
  left: 250px;
  right: 0px;
  overflow: hidden;
}

.img-where-buy {
  height: 16px;
}

.lightbox-image-container {
  text-align: center;
}

.modal-content {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
}

.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

md-input-container.md-icon-right {
  padding: 2px;
}

.banner {
  background: #A8A8A8;
  float: left;
  width: 340px;
  height: 50px;
  background-color: #f0f0f0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banners {
  flex: 1;
  display: flex;
  justify-content: center;
}

md-backdrop.md-opaque.ng-scope {
  background-color: black;
  opacity: 0.6;
  z-index: 1032;
}

.md-dialog-container {
  z-index: 1032;
}

md-option .md-text {
  overflow: unset;
}

.md-select-menu-container.md-active {
  opacity: 1;
  z-index: 1032;
  background-color: white;
}

md-input-container .md-placeholder {
  width: 165px !important;
}

/* RESPONSIVE */

.logo-img {
  width: 173px;
  height: 33px;
}

.loading-filter md-progress-circular svg,
.loading-filter md-progress-circular{
  width: 32px!important;
  height: 32px!important;
  transform-origin: 16px 16px 16px!important;
}

md-tooltip {
  z-index: 1032 !important;
  font-weight: 500;
  background-color: #e8e8e8;
  opacity: 1 !important;
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 0 !important;
}

md-backdrop.md-menu-backdrop {
  z-index: 1032;
}

input::-ms-clear {
  display: none;
}

.icon-link a {
  text-decoration: none;
  color: #999999;
  display: inline-block;
}

.icon-link i {
  vertical-align: middle;
}

.icon-link a:hover,
.icon-link a:active,
.icon-link a:focus {
  text-decoration: none;
  color: #4d4d4d;
  outline: 0;
}

.refine-search {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}

.vehicle-links {
  display: inline-flex;
  align-items: center;
}

.divTdContent {
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
}

.divTdContent-vehicle {
  flex-direction: column;
  align-items: flex-start;
}

.disable-text-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* pnotify.buttons */

.ui-pnotify-closer,.ui-pnotify-sticker {
  float: right;
  margin-left: .2em
}

/* pnotify.core */

.ui-pnotify {
  top: 25px;
  right: 25px;
  position: absolute;
  height: auto;
  z-index: 9999
}

html>body>.ui-pnotify {
  position: fixed
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 2px 10px rgba(50,50,50,.5);
  -moz-box-shadow: 0 2px 10px rgba(50,50,50,.5);
  box-shadow: 0 2px 10px rgba(50,50,50,.5)
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0
}


.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
  margin-top: 0
}

.ui-pnotify-text {
  display: block
}

.ui-pnotify-icon,.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em
}
