.hybrid2_ui {
  color: #333;
  font-family: 'Open Sans', sans-serif; }
  .hybrid2_ui .cf:before, .hybrid2_ui .row:before,
  .hybrid2_ui .cf:after, .hybrid2_ui .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .hybrid2_ui .cf:after, .hybrid2_ui .row:after {
    clear: both; }
  .hybrid2_ui a {
    color: inherit;
    text-decoration: none; }
    .hybrid2_ui a:hover {
      color: inherit;
      text-decoration: none; }
  .hybrid2_ui ul {
    padding: 0;
    list-style: none; }
  .hybrid2_ui li {
    padding: 0; }
  .hybrid2_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; }
  .hybrid2_ui h1,
  .hybrid2_ui h2 {
    font-family: "dinmedium";
    font-size: 40px;
    margin: 1em 0;
    color: #333; }
  .hybrid2_ui h1 {
    font-weight: bold; }
  .hybrid2_ui h2 {
    letter-spacing: normal; }
  .hybrid2_ui .half,
  .hybrid2_ui ._33,
  .hybrid2_ui ._10,
  .hybrid2_ui ._90 {
    box-sizing: border-box;
    padding: 0 10px;
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top; }
  .hybrid2_ui ._10 {
    width: 10%; }
  .hybrid2_ui ._33 {
    width: 33%; }
  .hybrid2_ui ._90 {
    width: 90%; }
  .hybrid2_ui #content-right {
    display: none; }
  .hybrid2_ui #breadcrumbs-outer {
    padding: 0;
    height: 0;
    display: none; }
  .hybrid2_ui #content-only {
    border-radius: 15px 15px 0 0;
    padding-top: 20px;
    height: 100%; }
  .hybrid2_ui #content-and-menu {
    position: relative;
    height: 1600px; }
    .hybrid2_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; }
  .hybrid2_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; }
    .hybrid2_ui #menuBarOpener.fixed {
      position: fixed;
      top: 100px;
      left: calc(50% + 425px); }
    .hybrid2_ui #menuBarOpener.withMenu.fixed {
      left: calc(50% + 660px); }
  .hybrid2_ui #content-only ul.breadcrumbs + h2 {
    margin-top: 24px; }
  .hybrid2_ui ul.breadcrumbs {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    color: #999; }
    .hybrid2_ui ul.breadcrumbs .backLink {
      font-size: 12px;
      padding: 3px 10px;
      margin-right: 10px;
      border: 1px solid #ccc;
      border-radius: 5px; }
      .hybrid2_ui ul.breadcrumbs .backLink svg {
        fill: #636363;
        margin: 0 6px 0 0;
        height: 8px;
        width: 8px; }
    .hybrid2_ui ul.breadcrumbs li {
      display: inline-block; }
    .hybrid2_ui ul.breadcrumbs a {
      color: inherit;
      text-decoration: none; }
  .hybrid2_ui p {
    line-height: 24px;
    margin: 1em 0;
    padding: 0;
    font-size: 16px; }
    .hybrid2_ui p.boxTitle {
      font-size: 20px;
      margin: 10px 0;
      font-family: "dinmedium"; }
  .hybrid2_ui .select {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 10px 10px;
    position: relative;
    height: 24px;
    width: 160px;
    text-align: left; }
    .hybrid2_ui .select .options {
      box-sizing: border-box;
      border-radius: 5px;
      border: 1px solid #999;
      background: #fff;
      cursor: pointer;
      position: relative;
      width: 100%; }
      .hybrid2_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; }
      .hybrid2_ui .select .options .option {
        width: 100%;
        box-sizing: border-box;
        display: none;
        padding: 2px 10px; }
        .hybrid2_ui .select .options .option.selected {
          display: block; }
        .hybrid2_ui .select .options .option:first-child {
          border-radius: 5px 5px 0 0; }
        .hybrid2_ui .select .options .option:last-child {
          border-radius: 0 0 5px 5px; }
    .hybrid2_ui .select[disabled] .options {
      background: #ddd;
      cursor: not-allowed; }
    .hybrid2_ui .select:hover:not(.justSelected):not([disabled]) .options,
    .hybrid2_ui .select.open:not(.justSelected) .options {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1; }
      .hybrid2_ui .select:hover:not(.justSelected):not([disabled]) .options:after,
      .hybrid2_ui .select.open:not(.justSelected) .options:after {
        display: none; }
      .hybrid2_ui .select:hover:not(.justSelected):not([disabled]) .options .option,
      .hybrid2_ui .select.open:not(.justSelected) .options .option {
        display: block; }
        .hybrid2_ui .select:hover:not(.justSelected):not([disabled]) .options .option:hover,
        .hybrid2_ui .select.open:not(.justSelected) .options .option:hover {
          background: #dfffcf; }
        .hybrid2_ui .select:hover:not(.justSelected):not([disabled]) .options .option.selected,
        .hybrid2_ui .select.open:not(.justSelected) .options .option.selected {
          background: #dfffcf; }
    .hybrid2_ui .select.scrollable:hover:not(.justSelected):not([disabled]) .options,
    .hybrid2_ui .select.scrollable.open:not(.justSelected) .options {
      overflow-y: scroll;
      max-height: 125px; }
  .hybrid2_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; }
    .hybrid2_ui button.dropdown {
      background: #ccc;
      color: #636363;
      box-shadow: 0 4px 0 #999; }
      .hybrid2_ui button.dropdown svg {
        fill: #636363; }
    .hybrid2_ui button:active {
      box-shadow: none;
      position: relative;
      top: 4px; }
    .hybrid2_ui button.endisable {
      position: relative;
      box-shadow: none;
      font-size: 14px;
      width: 110px;
      padding-right: 40px;
      background: #91bb5b; }
      .hybrid2_ui button.endisable.dis {
        background: #C7001C;
        padding-right: 14px;
        padding-left: 40px; }
        .hybrid2_ui button.endisable.dis .disable {
          display: inline-block; }
        .hybrid2_ui button.endisable.dis .enable {
          display: none; }
        .hybrid2_ui button.endisable.dis .handle {
          right: calc(100% - 27px); }
      .hybrid2_ui button.endisable:active {
        top: 0; }
      .hybrid2_ui button.endisable .disable {
        display: none; }
      .hybrid2_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; }
    .hybrid2_ui button svg,
    .hybrid2_ui button img {
      width: 15px;
      vertical-align: middle;
      margin-left: 18px;
      position: relative;
      top: -2px;
      fill: white;
      height: 15px; }
  .hybrid2_ui .HI-slider {
    background: #91bb5b;
    border-radius: 200px;
    position: relative;
    height: 6px;
    margin: 20px 40px 21px;
    cursor: pointer; }
    .hybrid2_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; }
  .hybrid2_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; }
    .hybrid2_ui table:not(#content-and-menu) thead {
      font-size: 14px;
      background: #ccc;
      text-transform: uppercase;
      color: #636363;
      cursor: pointer;
      font-weight: normal; }
      .hybrid2_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; }
        .hybrid2_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; }
        .hybrid2_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; }
    .hybrid2_ui table:not(#content-and-menu) tbody {
      font-family: "Open Sans",sans-serif;
      font-size: 15px; }
      .hybrid2_ui table:not(#content-and-menu) tbody tr {
        border-bottom: 1px solid #ccc; }
        .hybrid2_ui table:not(#content-and-menu) tbody tr:hover {
          background: #dfffcf; }
          .hybrid2_ui table:not(#content-and-menu) tbody tr:hover .infoBox {
            display: block; }
        .hybrid2_ui table:not(#content-and-menu) tbody tr td {
          padding: 12px;
          position: relative; }
          .hybrid2_ui table:not(#content-and-menu) tbody tr td a {
            color: #3879a3;
            font-weight: bold; }
          .hybrid2_ui table:not(#content-and-menu) tbody tr td .blackTick {
            vertical-align: middle; }
          .hybrid2_ui table:not(#content-and-menu) tbody tr td .error {
            color: red;
            line-height: 26px; }
          .hybrid2_ui table:not(#content-and-menu) tbody tr td:last-child:hover {
            position: relative; }
            .hybrid2_ui table:not(#content-and-menu) tbody tr td:last-child:hover ul {
              position: absolute;
              top: 50px;
              display: block;
              z-index: 1;
              left: 15px; }
          .hybrid2_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"; }
            .hybrid2_ui table:not(#content-and-menu) tbody tr td:last-child ul li {
              width: 230px;
              display: block;
              padding: 10px; }
              .hybrid2_ui table:not(#content-and-menu) tbody tr td:last-child ul li a {
                cursor: pointer;
                color: inherit;
                display: block; }
              .hybrid2_ui table:not(#content-and-menu) tbody tr td:last-child ul li img {
                margin-right: 4px;
                vertical-align: middle;
                width: 30px; }
  .hybrid2_ui #popup-wrapper {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none; }
    .hybrid2_ui #popup-wrapper .mask {
      background: #fff;
      opacity: 0.75;
      width: 100%;
      height: 100%; }
    .hybrid2_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; }
      .hybrid2_ui #popup-wrapper > div:not(.mask) button {
        padding: 10px 10px 7px;
        height: auto; }
  .hybrid2_ui #content-only h2 {
    font-size: 22px;
    margin: 1em 0 0.8em !important; }
  .hybrid2_ui #noBUps {
    color: #91bb5b;
    cursor: pointer; }
  .hybrid2_ui .user_help {
    color: #91bb5b;
    margin: -25px 0 0;
    font-size: 12px;
    text-align: right; }
  .hybrid2_ui .upgrade-only {
    display: none; }
  .hybrid2_ui.is-upgrade .upgrade-only {
    display: initial; }
  .hybrid2_ui.is-upgrade .order-only {
    display: none; }
  .hybrid2_ui .warning {
    color: #cd0b0b; }
  .hybrid2_ui .success {
    color: #698533; }
  .hybrid2_ui small {
    font-size: 0.8em; }
  .hybrid2_ui #conf-steps {
    background: #f3f3f3;
    border: 1px solid #ccc;
    margin-bottom: 40px; }
    .hybrid2_ui #conf-steps div.progress {
      margin: -1px -1px 0;
      height: 8px;
      background: #999; }
      .hybrid2_ui #conf-steps div.progress div {
        background: #91bb5b;
        width: 0;
        height: 100%;
        transition: width 1s ease; }
    .hybrid2_ui #conf-steps ul.steps {
      width: 100%; }
      .hybrid2_ui #conf-steps ul.steps li {
        text-align: center !important;
        display: inline-block;
        width: 20%;
        position: relative;
        cursor: pointer; }
        .hybrid2_ui #conf-steps ul.steps li.toChoose {
          opacity: 0.3;
          cursor: not-allowed; }
        .hybrid2_ui #conf-steps ul.steps li:not(:first-child) {
          width: calc(20% - 1px);
          border-left: 1px solid #ccc; }
        .hybrid2_ui #conf-steps ul.steps li.current:after {
          content: ' ';
          position: absolute;
          bottom: -20px;
          left: calc(50% - 90px);
          border-top: 20px solid #91bb5b;
          border-left: 90px solid transparent;
          border-right: 90px solid transparent; }
        .hybrid2_ui #conf-steps ul.steps li p.stepNo {
          font-size: 25px;
          font-weight: bold;
          color: #91bb5b;
          margin: 15px 0; }
        .hybrid2_ui #conf-steps ul.steps li p.title {
          font-weight: bold;
          margin-bottom: 1.4em; }
        .hybrid2_ui #conf-steps ul.steps li.chosen {
          vertical-align: top; }
          .hybrid2_ui #conf-steps ul.steps li.chosen img {
            width: 30px;
            margin: 2px 0; }
          .hybrid2_ui #conf-steps ul.steps li.chosen p.value {
            margin: 1px 0;
            font-size: 12px;
            text-transform: uppercase; }
          .hybrid2_ui #conf-steps ul.steps li.chosen p.step {
            color: #91bb5b;
            font-weight: bold;
            margin: 6px 0 4px; }
          .hybrid2_ui #conf-steps ul.steps li.chosen .vpsName {
            font-size: 14px;
            font-weight: bold;
            line-height: normal;
            margin: 4px 0; }
          .hybrid2_ui #conf-steps ul.steps li.chosen .slotsNo {
            font-size: 14px;
            font-weight: bold;
            line-height: normal;
            margin: 9px 0; }
          .hybrid2_ui #conf-steps ul.steps li.chosen table {
            border: none;
            margin: 0; }
            .hybrid2_ui #conf-steps ul.steps li.chosen table tr:hover {
              background: none; }
            .hybrid2_ui #conf-steps ul.steps li.chosen table tr.top td {
              padding-bottom: 0; }
            .hybrid2_ui #conf-steps ul.steps li.chosen table tr,
            .hybrid2_ui #conf-steps ul.steps li.chosen table td {
              border: none; }
            .hybrid2_ui #conf-steps ul.steps li.chosen table tbody td {
              text-align: center;
              font-size: 12px;
              padding: 2px; }
  .hybrid2_ui #addingToBasket,
  .hybrid2_ui #addedToBasket,
  .hybrid2_ui #upgrading,
  .hybrid2_ui #upgraded {
    padding: 40px 0;
    text-align: center;
    display: none; }
    .hybrid2_ui #addingToBasket p,
    .hybrid2_ui #addedToBasket p,
    .hybrid2_ui #upgrading p,
    .hybrid2_ui #upgraded p {
      font-weight: bold;
      font-size: 25px; }
    .hybrid2_ui #addingToBasket button,
    .hybrid2_ui #addedToBasket button,
    .hybrid2_ui #upgrading button,
    .hybrid2_ui #upgraded button {
      margin: 40px;
      font-size: 20px; }
  .hybrid2_ui .hybrid_options {
    display: none; }
  .hybrid2_ui ul#review {
    padding-left: 30px;
    font-size: 16px;
    list-style: disc;
    margin-top: 30px;
    font-family: inherit; }
    .hybrid2_ui ul#review li {
      margin: 10px 0; }
  .hybrid2_ui p.buttonWrapper {
    text-align: center; }
  .hybrid2_ui ul.options {
    text-align: center;
    width: 100%; }
    .hybrid2_ui ul.options > li {
      vertical-align: top;
      text-align: center !important;
      background: #f3f3f3;
      border: 1px solid #ccc;
      display: inline-block;
      margin: 5px 0; }
      .hybrid2_ui ul.options > li img {
        height: 35px;
        width: 35px; }
      .hybrid2_ui ul.options > li p.title {
        font-weight: bold;
        font-size: 20px;
        margin: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc; }
      .hybrid2_ui ul.options > li p.description {
        font-size: 14px;
        margin-bottom: 8px; }
      .hybrid2_ui ul.options > li p.option_price {
        color: #999;
        font-size: 13px;
        font-style: italic; }
      .hybrid2_ui ul.options > li p.bigPrice {
        color: #91bb5b;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 40px; }
      .hybrid2_ui ul.options > li p.bigPrice + .option_price {
        margin: -40px 0 0; }
      .hybrid2_ui ul.options > li .features {
        margin: 20px 0 25px; }
        .hybrid2_ui ul.options > li .features p {
          margin: 15px 0;
          line-height: 20px;
          font-size: 18px; }
          .hybrid2_ui ul.options > li .features p span,
          .hybrid2_ui ul.options > li .features p select {
            line-height: 20px;
            color: #91bb5b;
            margin: 0 5px;
            font-size: 20px;
            font-weight: bold; }
          .hybrid2_ui ul.options > li .features p label {
            display: block;
            margin: 15px 0; }
        .hybrid2_ui ul.options > li .features select {
          background: white;
          border-radius: 5px 0 0 5px;
          border: none;
          text-transform: uppercase;
          text-align: right;
          padding-right: 8px;
          font-family: inherit; }
      .hybrid2_ui ul.options > li button {
        width: 150px;
        font-size: 16px; }
      .hybrid2_ui ul.options > li p.buttons {
        margin-bottom: 0; }
        .hybrid2_ui ul.options > li p.buttons button {
          width: auto; }
          .hybrid2_ui ul.options > li p.buttons button:first-child {
            margin-right: 20px; }
    .hybrid2_ui ul.options .option-disabled {
      opacity: 0.5; }
    .hybrid2_ui ul.options .option-current {
      border-color: #c0c0c0;
      position: relative; }
      .hybrid2_ui ul.options .option-current:after {
        content: 'current';
        background: #818181;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        position: absolute;
        top: 5px;
        left: 5px; }
    .hybrid2_ui ul.options.three li {
      padding: 20px;
      width: calc(33.333% - 55.33333px); }
      .hybrid2_ui ul.options.three li:not(:first-child) {
        margin-left: 20px; }
      .hybrid2_ui ul.options.three li:nth-child(3n+1) {
        margin-left: 0; }
    .hybrid2_ui ul.options.two li {
      padding: 15px 30px 30px;
      width: calc(50% - 82px); }
      .hybrid2_ui ul.options.two li:not(:first-child) {
        margin-left: 40px; }
    .hybrid2_ui ul.options.one {
      margin-bottom: 30px; }
      .hybrid2_ui ul.options.one > li {
        padding: 15px 50px 30px;
        width: calc(100% - 102px); }
    .hybrid2_ui ul.options.twelve li {
      padding: 20px;
      width: calc(25% - 52px);
      margin: 5px; }
      .hybrid2_ui ul.options.twelve li p.title {
        overflow-x: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        white-space: nowrap; }
      .hybrid2_ui ul.options.twelve li p.option_price {
        margin: 10px 0; }
  .hybrid2_ui .currentServer img {
    margin: auto;
    display: block; }
  .hybrid2_ui .currentSpecs {
    vertical-align: top;
    text-align: center !important;
    background: #f3f3f3;
    border: 1px solid #ccc;
    margin: 10px auto;
    padding: 15px 30px;
    width: calc(33.333% - 55.3333px); }
    .hybrid2_ui .currentSpecs p.title {
      font-weight: bold;
      font-size: 20px;
      margin: 0;
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc; }
    .hybrid2_ui .currentSpecs p.description {
      font-size: 14px;
      margin-bottom: 8px; }
    .hybrid2_ui .currentSpecs p.option_price {
      color: #999;
      font-size: 13px;
      font-style: italic; }
    .hybrid2_ui .currentSpecs p.bigPrice {
      color: #91bb5b;
      font-weight: bold;
      font-size: 40px;
      margin-bottom: 60px; }
    .hybrid2_ui .currentSpecs p.bigPrice + .option_price {
      margin: -40px 0 0; }
    .hybrid2_ui .currentSpecs .features {
      margin: 20px 0 25px; }
      .hybrid2_ui .currentSpecs .features p {
        margin: 15px 0;
        line-height: 20px;
        font-size: 18px; }
        .hybrid2_ui .currentSpecs .features p span,
        .hybrid2_ui .currentSpecs .features p select {
          line-height: 20px;
          color: #91bb5b;
          margin: 0 5px;
          font-size: 20px;
          font-weight: bold; }
        .hybrid2_ui .currentSpecs .features p label {
          display: block;
          margin: 15px 0; }
      .hybrid2_ui .currentSpecs .features select {
        background: white;
        border-radius: 5px 0 0 5px;
        border: none;
        text-transform: uppercase;
        text-align: right;
        padding-right: 8px;
        font-family: inherit; }
  .hybrid2_ui .vps_options .options > li p.option_price {
    font-size: 15px;
    margin: 10px; }
  .hybrid2_ui .vps_options .options > li .features {
    margin-top: 10px;
    margin-bottom: 20px; }
    .hybrid2_ui .vps_options .options > li .features label {
      margin: 10px 0; }
    .hybrid2_ui .vps_options .options > li .features p {
      margin-top: 10px;
      margin-bottom: 10px; }
  .hybrid2_ui .vps_options .options > li button {
    width: 100%; }

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