html,
body {
  padding-bottom: 35px !important;
}

.flex-d {
  display: flex;
}

.flex-1 {
  flex: 1;
}

devsite-iframe iframe[src*=\.frame] {
  height: inherit;
}

.table-bar {
  align-items: center;
  background-color: #2B85E7;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.870588);
  display: flex;
  flex-direction: row;
  height: 64px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  padding: 0 16px;
}

/* Override material css */
.table-bar md-select:not([disabled]):focus .md-select-value {
  color: inherit;
}

.table-bar .separator, .table-bar .seperator {
  background-color: rgba(0,0,0,0.15);
  display: none;
  height: 32px;
  margin: 0 20px;
  width: 1px;
}

table.table-accelerators td:first-child {
  min-width:280px;
}

/* aside css */
[dir=ltr] body[layout=full] #cloud-site aside {
  margin-top: 15px;
  padding: 15px 40px;
}

[dir=ltr] #cloud-site aside:before {
  margin-left: -24px;
}

#cloud-site aside p {
  margin: 0 10px;
}

.contact-sales_module {
  padding: 0 24px;
}

@media only screen and (min-width: 480px) {
  .table-bar .separator,
  .table-bar .seperator {
    display: block;
  }
}

.table-bar .spacer {
  display: none;
}

@media only screen and (min-width: 480px) {
  .table-bar .spacer {
    display: block;
  }
}

.table-bar md-select {
  flex-grow: 1;
  margin: 0 20px 0 0;
  min-width: 70px;
}

@media only screen and (min-width: 480px) {
  .table-bar md-select {
    flex-grow: 0;
    margin-right: 0;
    min-width: 150px;
  }
}

@media only screen and (min-width: 721px) {
  .table-bar md-select {
    min-width: 90px;
  }
}

@media only screen and (min-width: 768px) {
  .table-bar md-select {
    min-width: 140px;
  }
}

@media only screen and (min-width: 1024px) {
  .table-bar md-select {
    min-width: 180px;
  }
}

.table-bar md-switch {
  margin-left: 12px;
  margin-right: 4px;
}

.table-bar .rate {
  opacity: 0.7;
}

.table-bar .rate.selected {
  opacity: 1;
}

table td {
  background: #fff;
  padding: 15px 16px;
}

table thead tr th {
  background: #eee;
  color: #333;
  font-weight: normal;
  padding: 20px 16px;
}

table thead tr th code {
  color: #78909d;
}

table thead tr th :link,
table thead tr th :visited,
table thead tr th a,
table thead tr th a:active,
table thead tr th a:visited {
  color: inherit;
}

.devsite-table-wrapper {
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

#cloud-site .devsite-table-wrapper {
  box-shadow: none;
}

.table-vertical-align-center {
  vertical-align: middle;
}

/* Unknown reason why the md-select dropdown does not position correctly against the md-select
 * input. Making the md-select dropdown appear above the .devsite-top-section-wrapper to
 * at least allow user interaction */
.md-select-menu-container.md-active {
  z-index: 10008;
}

md-select-menu {
  max-height: 226px;
}

md-select-menu md-content {
   max-height: 182px;
}
