.bareMetal_ui {
  color: #333;
  font-family: "Open Sans", sans-serif; }
  .bareMetal_ui .content-only *,
  .bareMetal_ui .content-only *:before,
  .bareMetal_ui .content-only *:after {
    box-sizing: border-box; }
  .bareMetal_ui .cf:before, .bareMetal_ui .row:before,
  .bareMetal_ui .cf:after, .bareMetal_ui .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .bareMetal_ui .cf:after, .bareMetal_ui .row:after {
    clear: both; }
  .bareMetal_ui a {
    color: inherit;
    text-decoration: none; }
    .bareMetal_ui a:hover {
      color: inherit;
      text-decoration: none; }
  .bareMetal_ui ul {
    padding: 0;
    list-style: none; }
  .bareMetal_ui li {
    padding: 0; }
  .bareMetal_ui h3 {
    background: none;
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-size: 20px;
    letter-spacing: normal;
    text-align: center;
    font-weight: normal;
    margin-top: 0; }
  .bareMetal_ui h1,
  .bareMetal_ui h2 {
    font-family: "dinmedium";
    font-size: 40px;
    margin: 1em 0;
    color: #333; }
  .bareMetal_ui h1 {
    font-weight: bold; }
  .bareMetal_ui h2 {
    letter-spacing: normal; }
  .bareMetal_ui .half,
  .bareMetal_ui ._33,
  .bareMetal_ui ._10,
  .bareMetal_ui ._90 {
    box-sizing: border-box;
    padding: 0 10px;
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top; }
  .bareMetal_ui ._10 {
    width: 10%; }
  .bareMetal_ui ._33 {
    width: 33%; }
  .bareMetal_ui ._90 {
    width: 90%; }
  .bareMetal_ui #content-right {
    display: none; }
  .bareMetal_ui #breadcrumbs-outer {
    padding: 0;
    height: 0;
    display: none; }
  .bareMetal_ui #content-only {
    border-radius: 15px 15px 0 0;
    padding-top: 20px;
    height: 100%; }
  .bareMetal_ui #content-and-menu {
    position: relative;
    height: 1600px; }
    .bareMetal_ui #content-and-menu.withMenu #content-right {
      display: table-cell;
      position: absolute;
      right: 0;
      z-index: 2;
      height: 100%;
      box-shadow: -4px 0 3px #eaeaea; }
  .bareMetal_ui #menuBarOpener {
    background: #91bb5b;
    color: #333;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    right: -95px;
    text-align: center;
    top: 100px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    vertical-align: bottom;
    width: 150px;
    box-shadow: 3px -2px 6px -1px #666;
    text-decoration: none; }
    .bareMetal_ui #menuBarOpener.fixed {
      position: fixed;
      top: 100px;
      left: calc(50% + 425px); }
    .bareMetal_ui #menuBarOpener.withMenu.fixed {
      left: calc(50% + 660px); }
  .bareMetal_ui #content-only ul.breadcrumbs + h2 {
    margin-top: 24px; }
  .bareMetal_ui ul.breadcrumbs {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    color: #999; }
    .bareMetal_ui ul.breadcrumbs .backLink {
      font-size: 12px;
      padding: 3px 10px;
      margin-right: 10px;
      border: 1px solid #ccc;
      border-radius: 5px; }
      .bareMetal_ui ul.breadcrumbs .backLink svg {
        fill: #636363;
        margin: 0 6px 0 0;
        height: 8px;
        width: 8px; }
    .bareMetal_ui ul.breadcrumbs li {
      display: inline-block; }
    .bareMetal_ui ul.breadcrumbs a {
      color: inherit;
      text-decoration: none; }
  .bareMetal_ui p {
    line-height: 24px;
    margin: 1em 0;
    padding: 0;
    font-size: 16px; }
    .bareMetal_ui p.boxTitle {
      font-size: 20px;
      margin: 10px 0;
      font-family: "dinmedium"; }
  .bareMetal_ui .select {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 10px 10px;
    position: relative;
    height: 24px;
    width: 160px;
    text-align: left; }
    .bareMetal_ui .select .options {
      box-sizing: border-box;
      border-radius: 5px;
      border: 1px solid #999;
      background: #fff;
      cursor: pointer;
      position: relative;
      width: 100%; }
      .bareMetal_ui .select .options:after {
        border-top: 6px solid #636363;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: " ";
        position: absolute;
        top: 8px;
        right: 7px; }
      .bareMetal_ui .select .options .option {
        width: 100%;
        box-sizing: border-box;
        display: none;
        padding: 2px 10px; }
        .bareMetal_ui .select .options .option.selected {
          display: block; }
        .bareMetal_ui .select .options .option:first-child {
          border-radius: 5px 5px 0 0; }
        .bareMetal_ui .select .options .option:last-child {
          border-radius: 0 0 5px 5px; }
    .bareMetal_ui .select[disabled] .options {
      background: #ddd;
      cursor: not-allowed; }
    .bareMetal_ui .select:hover:not(.justSelected):not([disabled]) .options,
    .bareMetal_ui .select.open:not(.justSelected) .options {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1; }
      .bareMetal_ui .select:hover:not(.justSelected):not([disabled]) .options:after,
      .bareMetal_ui .select.open:not(.justSelected) .options:after {
        display: none; }
      .bareMetal_ui .select:hover:not(.justSelected):not([disabled]) .options .option,
      .bareMetal_ui .select.open:not(.justSelected) .options .option {
        display: block; }
        .bareMetal_ui .select:hover:not(.justSelected):not([disabled]) .options .option:hover,
        .bareMetal_ui .select.open:not(.justSelected) .options .option:hover {
          background: #dfffcf; }
        .bareMetal_ui .select:hover:not(.justSelected):not([disabled]) .options .option.selected,
        .bareMetal_ui .select.open:not(.justSelected) .options .option.selected {
          background: #dfffcf; }
    .bareMetal_ui .select.scrollable:hover:not(.justSelected):not([disabled]) .options,
    .bareMetal_ui .select.scrollable.open:not(.justSelected) .options {
      overflow-y: scroll;
      max-height: 125px; }
  .bareMetal_ui button {
    font-family: inherit;
    background: #91bb5b;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px 14px;
    display: inline-block;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0 0 4px;
    text-shadow: none;
    box-shadow: 0 4px 0 #698533; }
    .bareMetal_ui button.dropdown {
      background: #ccc;
      color: #636363;
      box-shadow: 0 4px 0 #999; }
      .bareMetal_ui button.dropdown svg {
        fill: #636363; }
    .bareMetal_ui button:active {
      box-shadow: none;
      position: relative;
      top: 4px; }
    .bareMetal_ui button.endisable {
      position: relative;
      box-shadow: none;
      font-size: 14px;
      width: 110px;
      padding-right: 40px;
      background: #91bb5b; }
      .bareMetal_ui button.endisable.dis {
        background: #C7001C;
        padding-right: 14px;
        padding-left: 40px; }
        .bareMetal_ui button.endisable.dis .disable {
          display: inline-block; }
        .bareMetal_ui button.endisable.dis .enable {
          display: none; }
        .bareMetal_ui button.endisable.dis .handle {
          right: calc(100% - 27px); }
      .bareMetal_ui button.endisable:active {
        top: 0; }
      .bareMetal_ui button.endisable .disable {
        display: none; }
      .bareMetal_ui button.endisable .handle {
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #ccc;
        background: #ccc;
        border-radius: 5px;
        background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
        position: absolute;
        width: 25px;
        transition: right 0.3s; }
    .bareMetal_ui button svg,
    .bareMetal_ui button img {
      width: 15px;
      vertical-align: middle;
      margin-left: 18px;
      position: relative;
      top: -2px;
      fill: white;
      height: 15px; }
  .bareMetal_ui .HI-slider {
    background: #91bb5b;
    border-radius: 200px;
    position: relative;
    height: 6px;
    margin: 20px 40px 21px;
    cursor: pointer; }
    .bareMetal_ui .HI-slider .handle {
      border: 3px solid #333;
      background: #91bb5b;
      position: absolute;
      top: -8px;
      width: 15px;
      height: 15px;
      border-radius: 20px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .bareMetal_ui table:not(#content-and-menu) {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0 40px;
    font-size: 15px;
    border: 1px solid #ccc;
    text-align: left;
    line-height: normal; }
    .bareMetal_ui table:not(#content-and-menu) thead {
      font-size: 14px;
      background: #ccc;
      text-transform: uppercase;
      color: #636363;
      cursor: pointer;
      font-weight: normal; }
      .bareMetal_ui table:not(#content-and-menu) thead th {
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 12px;
        position: relative; }
        .bareMetal_ui table:not(#content-and-menu) thead th.sort:before {
          content: "";
          border-top: 7px solid #91bb5b;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          left: -7px;
          position: absolute;
          top: 20px; }
        .bareMetal_ui table:not(#content-and-menu) thead th.sort.desc:before {
          border-bottom: 7px solid #91bb5b;
          border-left: 8px solid transparent;
          border-top: none;
          border-right: 8px solid transparent;
          top: 22px; }
    .bareMetal_ui table:not(#content-and-menu) tbody {
      font-family: "Open Sans",sans-serif;
      font-size: 15px; }
      .bareMetal_ui table:not(#content-and-menu) tbody tr {
        border-bottom: 1px solid #ccc; }
        .bareMetal_ui table:not(#content-and-menu) tbody tr:hover {
          background: #dfffcf; }
          .bareMetal_ui table:not(#content-and-menu) tbody tr:hover .infoBox {
            display: block; }
        .bareMetal_ui table:not(#content-and-menu) tbody tr td {
          padding: 12px;
          position: relative; }
          .bareMetal_ui table:not(#content-and-menu) tbody tr td a {
            color: #3879a3;
            font-weight: bold; }
          .bareMetal_ui table:not(#content-and-menu) tbody tr td .blackTick {
            vertical-align: middle; }
          .bareMetal_ui table:not(#content-and-menu) tbody tr td .error {
            color: red;
            line-height: 26px; }
          .bareMetal_ui table:not(#content-and-menu) tbody tr td:last-child:hover {
            position: relative; }
            .bareMetal_ui table:not(#content-and-menu) tbody tr td:last-child:hover ul {
              position: absolute;
              top: 50px;
              display: block;
              z-index: 1;
              left: 15px; }
          .bareMetal_ui table:not(#content-and-menu) tbody tr td:last-child ul {
            display: none;
            background: white;
            border: 2px solid #ccc;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            font-family: "dinmedium"; }
            .bareMetal_ui table:not(#content-and-menu) tbody tr td:last-child ul li {
              width: 230px;
              display: block;
              padding: 10px; }
              .bareMetal_ui table:not(#content-and-menu) tbody tr td:last-child ul li a {
                cursor: pointer;
                color: inherit;
                display: block; }
              .bareMetal_ui table:not(#content-and-menu) tbody tr td:last-child ul li img {
                margin-right: 4px;
                vertical-align: middle;
                width: 30px; }
  .bareMetal_ui #popup-wrapper {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none; }
    .bareMetal_ui #popup-wrapper .mask {
      background: #fff;
      opacity: 0.75;
      width: 100%;
      height: 100%; }
    .bareMetal_ui #popup-wrapper > div:not(.mask) {
      position: absolute;
      border-radius: 10px;
      box-shadow: 5px 5px 15px gray;
      width: 600px;
      box-sizing: border-box;
      padding: 0;
      border: 4px solid #91bb5b;
      background: white;
      top: calc(35% - 88px);
      left: calc(50% - 300px);
      text-align: center;
      display: none; }
      .bareMetal_ui #popup-wrapper > div:not(.mask) button {
        padding: 10px 10px 7px;
        height: auto; }
  .bareMetal_ui button {
    background: #e9a324;
    box-shadow: 0 4px 0 #98670f;
    color: #242424; }
    .bareMetal_ui button:hover, .bareMetal_ui button:focus {
      background: #ebad3b;
      box-shadow: 0 4px 0 #c68714; }
  .bareMetal_ui .title-icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("/images/bareMetal/icons.png");
    background-size: cover; }
    .bareMetal_ui .title-icon--cpu {
      background-position: 0 0; }
    .bareMetal_ui .title-icon--ram {
      background-position: 0 -50px; }
    .bareMetal_ui .title-icon--storage {
      background-position: 0 -100px; }
    .bareMetal_ui .title-icon--network {
      background-position: 0 -150px; }
    .bareMetal_ui .title-icon--software {
      background-position: 0 -200px; }
  .bareMetal_ui .excludingvat {
    font-size: 10px; }
  .bareMetal_ui .raid_text {
    font-size: 75%; }
  .bareMetal_ui .help {
    color: #333;
    border-bottom: 1px dotted #333;
    font-size: 10px;
    line-height: 1;
    cursor: default;
    cursor: help;
    text-transform: none;
    font-family: "Open Sans", sans-serif; }
  .bareMetal_ui #content-only h2 {
    font-size: 22px;
    margin: 1em 0 0.8em !important; }
  .bareMetal_ui #noCPanel,
  .bareMetal_ui #noBUps,
  .bareMetal_ui #noCPanel2 {
    color: #91bb5b;
    cursor: pointer; }
  .bareMetal_ui #loading {
    margin: 30px auto;
    display: block; }
  .bareMetal_ui #order_panel {
    display: none; }
    .bareMetal_ui #order_panel:after {
      display: table;
      content: "";
      clear: both; }
  .bareMetal_ui label {
    cursor: pointer; }
  .bareMetal_ui .ticks {
    width: 100%;
    height: 20px;
    position: relative;
    margin-top: 25px;
    font-weight: bold; }
    .bareMetal_ui .ticks._2 .tick:nth-child(1) {
      left: 11px; }
    .bareMetal_ui .ticks._2 .tick:nth-child(2) {
      left: calc(99.99% - 9px); }
    .bareMetal_ui .ticks._3 .tick:nth-child(1) {
      left: 11px; }
    .bareMetal_ui .ticks._3 .tick:nth-child(2) {
      left: calc(50% + 1px); }
    .bareMetal_ui .ticks._3 .tick:nth-child(3) {
      left: calc(99.99% - 9px); }
    .bareMetal_ui .ticks._4 .tick:nth-child(1) {
      left: 11px; }
    .bareMetal_ui .ticks._4 .tick:nth-child(2) {
      left: calc(33.33% + 4px); }
    .bareMetal_ui .ticks._4 .tick:nth-child(3) {
      left: calc(66.66% - 3px); }
    .bareMetal_ui .ticks._4 .tick:nth-child(4) {
      left: calc(99.99% - 9px); }
    .bareMetal_ui .ticks._5 .tick:nth-child(1) {
      left: 11px; }
    .bareMetal_ui .ticks._5 .tick:nth-child(2) {
      left: calc(25% + 5px); }
    .bareMetal_ui .ticks._5 .tick:nth-child(3) {
      left: 50%; }
    .bareMetal_ui .ticks._5 .tick:nth-child(4) {
      left: calc(75% - 5px); }
    .bareMetal_ui .ticks._5 .tick:nth-child(5) {
      left: calc(99.9% - 9px); }
    .bareMetal_ui .ticks._6 .tick:nth-child(1) {
      left: 11px; }
    .bareMetal_ui .ticks._6 .tick:nth-child(2) {
      left: 20%; }
    .bareMetal_ui .ticks._6 .tick:nth-child(3) {
      left: 40%; }
    .bareMetal_ui .ticks._6 .tick:nth-child(4) {
      left: 60%; }
    .bareMetal_ui .ticks._6 .tick:nth-child(5) {
      left: 80%; }
    .bareMetal_ui .ticks._6 .tick:nth-child(6) {
      left: calc(99.9% - 9px); }
    .bareMetal_ui .ticks .tick {
      width: 50px;
      margin-left: -25px;
      text-align: middle;
      position: absolute;
      text-align: center !important;
      display: inline-block; }
      .bareMetal_ui .ticks .tick::before {
        content: " ";
        border-left: 1px solid #aaa;
        position: absolute;
        top: -15px;
        left: calc(50% - 1px);
        height: 12px; }
  .bareMetal_ui #storageBar,
  .bareMetal_ui #RAMBar {
    background: #999;
    position: relative;
    height: 6px;
    cursor: pointer; }
    .bareMetal_ui #storageBar .handle,
    .bareMetal_ui #RAMBar .handle {
      border: 1px solid #bd7900;
      background: #feca32;
      background: linear-gradient(to bottom, #FECA32 0, #E9A324 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feca32', endColorstr='#e9a324', GradientType=0);
      transition: left 0.3s ease;
      position: absolute;
      top: -8px;
      width: 18px;
      height: 18px;
      border-radius: 20px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: 10; }
  .bareMetal_ui #storageBar.no-slider,
  .bareMetal_ui #RAMBar.no-slider {
    background: none;
    box-shadow: none;
    height: 0; }
  .bareMetal_ui #addedToBasket {
    margin: 50px 0;
    display: none;
    text-align: center; }
    .bareMetal_ui #addedToBasket button {
      margin: 10px; }
    .bareMetal_ui #addedToBasket p {
      font-size: 22px; }
  .bareMetal_ui p.chosen {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    margin: 15px 0;
    /*     span {
  color: $gray;
  font-size: 12px;
  margin-left: -60px;
  font-weight: normal;
  display: inline-block;
  width: 60px;
  position: relative;
  left: 60px;
} */ }
  .bareMetal_ui #order_panel {
    position: relative; }
  .bareMetal_ui p.title {
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ccc;
    font-size: 20px;
    font-family: "dinmedium";
    margin: -16px -16px 15px;
    color: #2d2d2d;
    text-align: center;
    line-height: 42px;
    padding: 5px 0;
    background: #fff;
    overflow: hidden;
    line-height: 50px; }
    .bareMetal_ui p.title .title-icon {
      float: left;
      margin-left: 10px;
      margin-right: -60px; }
    .bareMetal_ui p.title .help {
      position: absolute;
      top: 23px;
      right: 10px; }
    .bareMetal_ui p.title:not(:first-child) {
      margin-top: 20px; }
  .bareMetal_ui #configuration {
    float: left;
    width: 70%;
    padding-right: 10px; }
    .bareMetal_ui #configuration > div {
      border-radius: 4px;
      margin: 10px 0 20px;
      vertical-align: top;
      padding: 15px;
      background: #f3f3f3;
      border: 1px solid #ccc;
      text-align: center;
      height: calc(100% - 62px); }
      .bareMetal_ui #configuration > div .coreType .options {
        white-space: nowrap;
        text-align: center; }
      .bareMetal_ui #configuration > div .coreType li {
        display: inline-block;
        margin: 6px;
        width: calc(33.33% - 12px);
        font-size: 18px;
        position: relative; }
        .bareMetal_ui #configuration > div .coreType li:after {
          position: absolute;
          content: "";
          top: -7px;
          right: -7px;
          background-image: url("/images/bareMetal/cpu-ribbons.png");
          background-repeat: no-repeat;
          width: 116px;
          height: 70px;
          overflow: hidden; }
        .bareMetal_ui #configuration > div .coreType li:nth-child(1):after {
          background-position: 0 -70px; }
        .bareMetal_ui #configuration > div .coreType li:nth-child(2):after {
          background-position: 0 -140px; }
      .bareMetal_ui #configuration > div .coreType input {
        margin-bottom: 8px; }
      .bareMetal_ui #configuration > div .coreType p {
        color: #333;
        margin: 0;
        font-weight: bold;
        font-size: 16px; }
        .bareMetal_ui #configuration > div .coreType p.small {
          font-weight: bold;
          font-size: 14px; }
      .bareMetal_ui #configuration > div .storage .optionGroups {
        white-space: nowrap; }
        .bareMetal_ui #configuration > div .storage .optionGroups h4 {
          margin-bottom: 8px;
          text-transform: uppercase;
          font-family: "dinmedium";
          color: #333; }
        .bareMetal_ui #configuration > div .storage .optionGroups > div {
          display: inline-block;
          vertical-align: middle;
          margin: 15px 0;
          padding: 0 15px;
          width: 33.33%; }
          .bareMetal_ui #configuration > div .storage .optionGroups > div:not(:first-child) {
            border-left: 1px solid #ccc; }
      .bareMetal_ui #configuration > div .storage .usable-space {
        font-size: .5em; }
      .bareMetal_ui #configuration > div .network .optionGroups > div {
        display: inline-block;
        vertical-align: middle;
        margin: 15px 0;
        padding: 0 15px; }
        .bareMetal_ui #configuration > div .network .optionGroups > div:not(:first-child) {
          border-left: 1px solid #ccc; }
        .bareMetal_ui #configuration > div .network .optionGroups > div > div {
          display: inline-block;
          margin: 5px 15px;
          min-width: 200px; }
      .bareMetal_ui #configuration > div .software .optionGroups {
        overflow: hidden; }
        .bareMetal_ui #configuration > div .software .optionGroups h4 {
          font-family: "dinmedium";
          text-transform: uppercase;
          color: #333; }
        .bareMetal_ui #configuration > div .software .optionGroups > div {
          float: left;
          width: 50%;
          padding: 10px; }
        .bareMetal_ui #configuration > div .software .optionGroups select {
          width: 100%;
          background: #EFEFEF;
          border-radius: 5px;
          border: 1px solid #ABAAAA;
          height: 50px;
          line-height: 38px;
          position: relative;
          cursor: pointer;
          box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
          font-family: 'dinbold', sans-serif;
          font-size: 18px;
          margin-top: 15px; }
          .bareMetal_ui #configuration > div .software .optionGroups select:disabled {
            color: #BBB;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
            cursor: default;
            cursor: not-allowed; }
      .bareMetal_ui #configuration > div .CPs > div {
        width: 33.33%;
        float: left; }
  .bareMetal_ui #payment {
    width: 30%;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    text-align: center; }
    .bareMetal_ui #payment._disabled button.new {
      background: #999;
      cursor: not-allowed;
      box-shadow: 0 4px 0 #333; }
      .bareMetal_ui #payment._disabled button.new:active {
        position: static; }
    .bareMetal_ui #payment .chosen {
      margin: 35px 0 10px;
      color: #333;
      font-size: 30px;
      line-height: 1; }
    .bareMetal_ui #payment .setup-fee {
      margin-top: 10px;
      color: #4d4d4d;
      font-size: 15px; }
    .bareMetal_ui #payment label {
      font-weight: bold;
      display: block;
      margin: 20px 0; }
    .bareMetal_ui #payment .selectable {
      display: inline-block;
      margin: 10px; }
    .bareMetal_ui #payment button {
      margin: 20px 0 10px;
      width: 180px;
      min-height: 70px;
      font-size: 20px; }
      .bareMetal_ui #payment button:last-child {
        margin-top: 10px; }
  .bareMetal_ui .selectable {
    opacity: 0.8;
    cursor: pointer;
    background: #efefef;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #abaaaa;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid #636363;
    white-space: nowrap;
    margin-top: 15px; }
    .bareMetal_ui .selectable:not(.selected):hover {
      opacity: 1;
      background: #fcfcfc; }
  .bareMetal_ui .small_text {
    font-size: 75%; }
  .bareMetal_ui .selectable.selected {
    opacity: 1;
    color: #242424;
    background: #feca32;
    background: linear-gradient(to bottom, #FECA32 0, #E9A324 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feca32', endColorstr='#e9a324', GradientType=0);
    border: 1px solid #bd7900;
    cursor: default; }
  .bareMetal_ui .selectable.Disks_2 {
    padding: 5px 5px; }
  .bareMetal_ui .selectable.Disks_4 {
    padding: 5px 5px; }
  .bareMetal_ui .not-selectable.Disks_2 {
    padding: 5px 5px; }
  .bareMetal_ui .not-selectable.Disks_4 {
    padding: 5px 5px; }
  .bareMetal_ui .not-selectable {
    font-size: 16px;
    padding: 15px 10px;
    border-radius: 5px;
    white-space: nowrap;
    margin-top: 15px;
    color: #bbb;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #abaaaa; }
  .bareMetal_ui .not-selectable:hover {
    cursor: default;
    cursor: not-allowed; }
  .bareMetal_ui .chosen {
    margin: 10px 0 22px; }
  .bareMetal_ui .cluetip-default {
    background: #eee;
    border-bottom: 5px solid #1a527b;
    padding: 15px;
    box-shadow: 0 0 3px 3px #ccc; }
    .bareMetal_ui .cluetip-default h3 {
      font-size: 1rem;
      font-weight: bold;
      text-align: left; }
      .bareMetal_ui .cluetip-default h3:first-of-type {
        margin-top: 0;
        padding-top: 0; }
    .bareMetal_ui .cluetip-default p {
      font-size: 0.8rem;
      line-height: 1.4; }
  .bareMetal_ui span.link {
    text-decoration: underline; }

/*# sourceMappingURL=bareMetal.css.map */
