.premium_ui {
  color: #333; }
  .premium_ui .cf:before, .premium_ui .row:before, .premium_ui .searchable-list .content ul li.withButton:before,
  .premium_ui .cf:after, .premium_ui .row:after, .premium_ui .searchable-list .content ul li.withButton:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .premium_ui .cf:after, .premium_ui .row:after, .premium_ui .searchable-list .content ul li.withButton:after {
    clear: both; }
  .premium_ui a {
    color: inherit;
    text-decoration: none; }
    .premium_ui a:hover {
      color: inherit;
      text-decoration: none; }
  .premium_ui ul {
    padding: 0;
    list-style: none; }
  .premium_ui li {
    padding: 0; }
  .premium_ui h3 {
    background: none;
    font-family: "dinmedium";
    color: #333;
    font-size: 20px;
    letter-spacing: normal;
    text-align: center;
    font-weight: normal;
    margin-top: 0; }
  .premium_ui p {
    line-height: 24px;
    margin: 1em 0;
    padding: 0;
    font-size: 16px; }
    .premium_ui p.boxTitle {
      font-size: 20px;
      margin: 10px 0;
      font-family: "dinmedium"; }
      .premium_ui p.boxTitle #delete_preset {
        float: right;
        cursor: pointer;
        color: #F68E57; }
        .premium_ui p.boxTitle #delete_preset img {
          vertical-align: middle;
          width: 20px;
          margin-right: 5px; }
  .premium_ui h1, .premium_ui h2 {
    font-family: "dinmedium";
    font-size: 40px;
    margin: 1em 0; }
  .premium_ui h1 {
    font-weight: bold; }
  .premium_ui h2 {
    letter-spacing: normal; }
  .premium_ui .half {
    box-sizing: border-box;
    padding-right: 15px;
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top; }
    .premium_ui .half._75 {
      width: 75%; }
    .premium_ui .half.right {
      padding-left: 15px;
      padding-right: 0; }
      .premium_ui .half.right._75 {
        width: 25%; }
    .premium_ui .half._66 {
      width: 33%; }
    .premium_ui .half.right {
      padding-left: 15px;
      padding-right: 0; }
      .premium_ui .half.right._66 {
        width: 66%; }
  .premium_ui #content-only h2 {
    margin: 3em 0 0.8em;
    font-size: 30px; }
  .premium_ui #content-right {
    display: none; }
  .premium_ui #breadcrumbs-outer {
    padding: 0;
    height: 0;
    display: none; }
  .premium_ui #content-only {
    border-radius: 15px 15px 0 0;
    padding-top: 20px;
    height: 100%;
    font-family: DIN; }
  .premium_ui #content-and-menu {
    position: relative;
    height: 1600px; }
    .premium_ui #content-and-menu.withMenu #content-only {
      border-radius: 15px 15px 0 0; }
    .premium_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; }
  .premium_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; }
    .premium_ui #menuBarOpener.fixed {
      position: fixed;
      top: 100px;
      left: calc(50% + 425px); }
  .premium_ui #content-only ul.breadcrumbs + h2 {
    margin-top: 24px; }
  .premium_ui ul.breadcrumbs {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    color: #999; }
    .premium_ui ul.breadcrumbs .backLink {
      font-size: 12px;
      padding: 3px 10px;
      margin-right: 10px;
      border: 1px solid #ccc;
      border-radius: 5px; }
      .premium_ui ul.breadcrumbs .backLink svg {
        fill: #636363;
        margin: 0 6px 0 0;
        height: 8px;
        width: 8px; }
    .premium_ui ul.breadcrumbs li {
      display: inline-block; }
  .premium_ui #menu-space-holder {
    width: 1px;
    visibility: hidden;
    display: none;
    height: 300px;
    margin: 40px 0; }
  .premium_ui table#packagesList, .premium_ui #has-services > table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0 40px;
    font-size: 15px;
    border: 1px solid #ccc;
    text-align: left;
    line-height: normal; }
    .premium_ui table#packagesList thead, .premium_ui #has-services > table thead {
      font-size: 14px;
      background: #ccc;
      text-transform: uppercase;
      color: #636363;
      cursor: pointer;
      font-weight: normal; }
      .premium_ui table#packagesList thead th, .premium_ui #has-services > table 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: 15px;
        position: relative; }
        .premium_ui table#packagesList thead th.sort:before, .premium_ui #has-services > table 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; }
        .premium_ui table#packagesList thead th.sort.desc:before, .premium_ui #has-services > table 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; }
    .premium_ui table#packagesList tbody, .premium_ui #has-services > table tbody {
      font-family: Helvetica;
      font-size: 15px; }
      .premium_ui table#packagesList tbody tr, .premium_ui #has-services > table tbody tr {
        border-bottom: 1px solid #ccc; }
        .premium_ui table#packagesList tbody tr:hover, .premium_ui #has-services > table tbody tr:hover {
          background: #dfffcf; }
          .premium_ui table#packagesList tbody tr:hover .infoBox, .premium_ui #has-services > table tbody tr:hover .infoBox {
            display: block; }
        .premium_ui table#packagesList tbody tr td, .premium_ui #has-services > table tbody tr td {
          padding: 15px;
          position: relative; }
          .premium_ui table#packagesList tbody tr td a, .premium_ui #has-services > table tbody tr td a {
            color: #3879a3;
            font-weight: bold; }
          .premium_ui table#packagesList tbody tr td .blackTick, .premium_ui #has-services > table tbody tr td .blackTick {
            vertical-align: middle; }
          .premium_ui table#packagesList tbody tr td .error, .premium_ui #has-services > table tbody tr td .error {
            color: red;
            line-height: 26px; }
          .premium_ui table#packagesList tbody tr td:last-child:hover, .premium_ui #has-services > table tbody tr td:last-child:hover {
            position: relative; }
            .premium_ui table#packagesList tbody tr td:last-child:hover ul, .premium_ui #has-services > table tbody tr td:last-child:hover ul {
              position: absolute;
              top: 50px;
              display: block;
              z-index: 1;
              left: 15px; }
          .premium_ui table#packagesList tbody tr td:last-child ul, .premium_ui #has-services > table 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"; }
            .premium_ui table#packagesList tbody tr td:last-child ul li, .premium_ui #has-services > table tbody tr td:last-child ul li {
              width: 230px;
              display: block;
              padding: 10px; }
              .premium_ui table#packagesList tbody tr td:last-child ul li a, .premium_ui #has-services > table tbody tr td:last-child ul li a {
                cursor: pointer;
                color: inherit;
                display: block; }
              .premium_ui table#packagesList tbody tr td:last-child ul li img, .premium_ui #has-services > table tbody tr td:last-child ul li img {
                margin-right: 4px;
                vertical-align: middle;
                width: 30px; }
  .premium_ui #has-services > table td:last-child, .premium_ui #has-services > table th:last-child {
    text-align: center; }
  .premium_ui table#packagesList td:first-child span.shortened + span {
    background: white;
    border: 1px solid #ccc;
    top: 0;
    left: 11px;
    border-radius: 5px;
    top: 17px;
    padding: 3px;
    z-index: 1;
    position: absolute;
    display: none; }
  .premium_ui table#packagesList td:first-child:hover span.shortened + span {
    display: inline-block; }
  .premium_ui #actions {
    z-index: 1;
    display: inline-block;
    margin: 15px 0 0 20px;
    position: relative; }
    .premium_ui #actions ul {
      display: none;
      background: white;
      border: 2px solid #ccc;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      font-family: "dinmedium"; }
      .premium_ui #actions ul li {
        width: 150px;
        display: block;
        padding: 10px; }
        .premium_ui #actions ul li img {
          margin-right: 4px;
          vertical-align: middle;
          width: 30px; }
    .premium_ui #actions button:active {
      position: relative;
      top: 4px;
      box-shadow: none; }
    .premium_ui #actions:hover ul {
      display: block;
      position: absolute;
      left: 0;
      top: 100%; }
  .premium_ui #infoBox {
    display: none;
    background: white;
    border: 5px solid #91bb5b;
    font-size: 18px;
    padding: 0 18px;
    position: fixed;
    text-align: left;
    width: 320px;
    z-index: 2;
    height: 290px; }
    .premium_ui #infoBox img {
      vertical-align: middle;
      margin-left: 10px; }
    .premium_ui #infoBox .value {
      display: none; }
    .premium_ui #infoBox p {
      margin: 18px 0;
      line-height: 20px; }
      .premium_ui #infoBox p.optionsLink {
        cursor: pointer;
        font-size: 24px;
        color: #91bb5b;
        margin-bottom: 10px;
        font-family: DIN;
        text-shadow: 0 1px 0 #91bb5b; }
        .premium_ui #infoBox p.optionsLink img {
          vertical-align: middle;
          margin-right: 10px; }
      .premium_ui #infoBox p .property {
        color: #91bb5b;
        font-family: DIN;
        text-shadow: 0 1px 0 #91bb5b; }
    .premium_ui #infoBox:before {
      content: " ";
      height: 0;
      left: -25px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      width: 0;
      border-bottom: 20px solid transparent;
      border-right: 20px solid #91bb5b;
      border-top: 20px solid transparent; }
    .premium_ui #infoBox.withInfo img {
      display: none; }
    .premium_ui #infoBox.withInfo .value {
      display: inline; }
  .premium_ui .nonreseller-packages-list .ph-deactivate-toggle-ui {
    display: none; }
  .premium_ui .searchable-list {
    border: 2px solid #91bb5b;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    font-family: "dinlight"; }
    .premium_ui .searchable-list .content {
      height: 115px;
      overflow-y: scroll; }
      .premium_ui .searchable-list .content > img {
        display: none; }
      .premium_ui .searchable-list .content ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .premium_ui .searchable-list .content ul li {
          cursor: default;
          padding: 5px; }
          .premium_ui .searchable-list .content ul li:hover {
            background: #dfffcf; }
          .premium_ui .searchable-list .content ul li.selected {
            background: #dfffcf; }
          .premium_ui .searchable-list .content ul li.withButton {
            line-height: 40px; }
      .premium_ui .searchable-list .content button {
        display: inline-block;
        float: right;
        font-size: 18px;
        margin: 0 25px 0 0;
        padding: 6px 6px 4px;
        width: 140px;
        text-align: left; }
        .premium_ui .searchable-list .content button img {
          margin: -2px 8px 0 4px;
          vertical-align: middle;
          width: 30px; }
    .premium_ui .searchable-list input.search {
      border: none;
      color: #fff;
      background: #91bb5b;
      padding: 12px 12px 12px 65px;
      font-family: inherit;
      font-size: inherit;
      box-sizing: border-box;
      width: 100%;
      outline: none;
      margin: 0; }
      .premium_ui .searchable-list input.search::-moz-placeholder {
        color: #c3ddad;
        opacity: 1; }
      .premium_ui .searchable-list input.search::-webkit-input-placeholder {
        color: #c3ddad; }
      .premium_ui .searchable-list input.search:-ms-input-placeholder {
        color: #c3ddad; }
    .premium_ui .searchable-list img.search {
      position: absolute;
      bottom: 8px;
      width: 27px;
      left: 15px; }
    .premium_ui .searchable-list.loading .content {
      text-align: center;
      position: relative; }
      .premium_ui .searchable-list.loading .content > img {
        display: inline;
        position: absolute;
        top: calc(50% - 31px);
        left: calc(50% - 31px); }
      .premium_ui .searchable-list.loading .content ul {
        display: none; }
    .premium_ui .searchable-list#addons-perPackage-searchable-list .content {
      height: 250px; }
    .premium_ui .searchable-list#endisrem-searchable-list .content {
      height: 200px; }
    .premium_ui .searchable-list.whiteInput .input-wrapper {
      border: none;
      color: #fff;
      background: #91bb5b;
      box-sizing: border-box;
      width: 100%;
      outline: none;
      margin: 0;
      padding-top: 2px; }
      .premium_ui .searchable-list.whiteInput .input-wrapper input {
        background: white;
        border-radius: 5px;
        color: #333;
        margin: 5px 5px 5px 60px;
        padding: 5px;
        width: calc(100% - 65px); }
  .premium_ui .foldingBox {
    margin-bottom: 20px;
    border: 2px solid #333; }
    .premium_ui .foldingBox.loading .content .wrapper {
      text-align: center; }
      .premium_ui .foldingBox.loading .content .wrapper * {
        display: none; }
      .premium_ui .foldingBox.loading .content .wrapper img.loading {
        margin: 30px auto;
        display: inline; }
    .premium_ui .foldingBox img.loading {
      display: none; }
    .premium_ui .foldingBox .header {
      margin: 0;
      position: relative;
      background: #333;
      color: #91bb5b;
      padding: 10px;
      font-size: 20px;
      cursor: pointer;
      font-family: din;
      -moz-user-select: -moz-none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .premium_ui .foldingBox .header:before {
        content: "";
        border-top: 9px solid #91bb5b;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        right: 25px;
        position: absolute;
        top: 18px; }
      .premium_ui .foldingBox .header.open:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 15px; }
    .premium_ui .foldingBox .content {
      overflow: hidden;
      max-height: 0;
      transition: max-height 1s; }
      .premium_ui .foldingBox .content .wrapper {
        padding: 20px; }
        .premium_ui .foldingBox .content .wrapper button {
          margin: 40px auto;
          padding: 10px 15px; }
  .premium_ui #addPresetLink, .premium_ui #addReferenceLink, .premium_ui #orderDomain {
    margin: 20px 0;
    display: inline-block; }
    .premium_ui #addPresetLink div, .premium_ui #addReferenceLink div, .premium_ui #orderDomain div {
      display: none; }
    .premium_ui #addPresetLink:hover div, .premium_ui #addPresetLink.hover div, .premium_ui #addReferenceLink:hover div, .premium_ui #addReferenceLink.hover div, .premium_ui #orderDomain:hover div, .premium_ui #orderDomain.hover div {
      text-align: left;
      text-transform: none;
      font-weight: normal;
      background: #fff;
      border: 2px solid #91bb5b;
      position: absolute;
      display: block;
      width: 300px;
      color: #636363;
      height: auto;
      left: 0;
      border-radius: 10px;
      padding: 10px;
      font-size: 14px;
      font-family: DIN;
      bottom: 65px; }
      .premium_ui #addPresetLink:hover div:before, .premium_ui #addPresetLink.hover div:before, .premium_ui #addReferenceLink:hover div:before, .premium_ui #addReferenceLink.hover div:before, .premium_ui #orderDomain:hover div:before, .premium_ui #orderDomain.hover div:before {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 10px solid #91bb5b;
        bottom: -12px;
        content: "";
        left: 46px;
        position: absolute; }
  .premium_ui #orderDomain {
    float: right; }
  .premium_ui button {
    background: #333;
    color: #009341;
    font-size: 35px;
    font-family: inherit;
    border-radius: 0;
    font-family: "dinmedium";
    font-weight: bold;
    padding: 16px 10px 10px;
    display: block;
    box-sizing: border-box;
    margin: 40px auto;
    text-shadow: none; }
    .premium_ui button img {
      width: 50%; }
    .premium_ui button.new {
      background: #91bb5b;
      border-radius: 5px;
      color: white;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "dinmedium";
      padding: 6px 14px;
      display: inline-block;
      box-sizing: border-box;
      margin: 0;
      text-shadow: none;
      height: 32px;
      box-shadow: 0 4px 0 #698533; }
      .premium_ui button.new.dropdown {
        background: #ccc;
        color: #636363;
        box-shadow: 0 4px 0 #999; }
        .premium_ui button.new.dropdown svg {
          fill: #636363; }
      .premium_ui button.new.manage {
        padding-top: 11px; }
        .premium_ui button.new.manage a {
          color: white !important; }
      .premium_ui button.new.endisable {
        position: relative;
        box-shadow: none;
        font-size: 14px;
        width: 110px;
        padding-right: 40px;
        background: #91bb5b; }
        .premium_ui button.new.endisable.dis {
          background: #C7001C;
          padding-right: 14px;
          padding-left: 40px; }
          .premium_ui button.new.endisable.dis .disable {
            display: inline-block; }
          .premium_ui button.new.endisable.dis .enable {
            display: none; }
          .premium_ui button.new.endisable.dis .handle {
            right: calc(100% - 27px); }
        .premium_ui button.new.endisable:active {
          top: 0; }
        .premium_ui button.new.endisable .disable {
          display: none; }
        .premium_ui button.new.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; }
      .premium_ui button.new:active {
        box-shadow: none;
        position: relative;
        top: 4px; }
      .premium_ui button.new span {
        padding-top: 3px;
        display: inline-block; }
      .premium_ui button.new svg, .premium_ui button.new img {
        width: 15px;
        vertical-align: middle;
        margin-left: 18px;
        position: relative;
        top: -2px;
        fill: white; }
    .premium_ui button.grey_ {
      color: #aaa; }
    .premium_ui button.btn_saveConfig, .premium_ui button.btn_savePreset {
      height: 42px;
      display: block; }
      .premium_ui button.btn_saveConfig img, .premium_ui button.btn_savePreset img {
        display: none; }
      .premium_ui button.btn_saveConfig span, .premium_ui button.btn_savePreset span {
        color: #fff !important;
        padding-top: 0; }
      .premium_ui button.btn_saveConfig.loading span, .premium_ui button.btn_savePreset.loading span {
        display: none; }
      .premium_ui button.btn_saveConfig.loading img, .premium_ui button.btn_savePreset.loading img {
        display: inline;
        width: auto;
        margin-right: 18px; }
    .premium_ui button#btn_addPreset {
      margin: 25px 0; }
  .premium_ui #popup-wrapper {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none; }
    .premium_ui #popup-wrapper .mask {
      background: #fff;
      opacity: 0.75;
      width: 100%;
      height: 100%; }
    .premium_ui #popup-wrapper div:not(.mask) {
      position: absolute;
      width: 700px;
      box-sizing: border-box;
      padding: 0;
      height: 176px;
      border: 4px solid #91bb5b;
      background: white;
      top: calc(35% - 88px);
      left: calc(50% - 350px);
      text-align: center;
      display: none; }
      .premium_ui #popup-wrapper div:not(.mask) * {
        font-size: 25px; }
      .premium_ui #popup-wrapper div:not(.mask) button {
        font-size: 22px;
        padding: 10px 10px 7px;
        height: auto; }
    .premium_ui #popup-wrapper .addReference img {
      display: none; }
    .premium_ui #popup-wrapper .addReference input[type="text"] {
      background: none;
      border: none;
      border-bottom: 1px solid #91bb5b;
      font-family: "dinlight";
      padding: 3px; }
    .premium_ui #popup-wrapper .addReference.loading button, .premium_ui #popup-wrapper .addReference.loading p {
      display: none; }
    .premium_ui #popup-wrapper .addReference.loading img {
      display: inline;
      position: absolute;
      top: calc(50% - 31px);
      left: calc(50% - 31px); }
    .premium_ui #popup-wrapper .removeConfirmation img {
      display: none; }
    .premium_ui #popup-wrapper .removeConfirmation button {
      display: inline-block;
      margin: 15px 30px; }
    .premium_ui #popup-wrapper .removeConfirmation.loading button, .premium_ui #popup-wrapper .removeConfirmation.loading p {
      display: none; }
    .premium_ui #popup-wrapper .removeConfirmation.loading img {
      display: inline;
      position: absolute;
      top: calc(50% - 31px);
      left: calc(50% - 31px); }
    .premium_ui #popup-wrapper .addingPackage.added img {
      display: none; }
    .premium_ui #popup-wrapper .addingPackage.added button {
      display: inline-block;
      margin: 15px 30px;
      height: auto; }
    .premium_ui #popup-wrapper .addingPackage.added p {
      display: none; }
      .premium_ui #popup-wrapper .addingPackage.added p.added {
        display: block; }
    .premium_ui #popup-wrapper .addingPackage button, .premium_ui #popup-wrapper .addingPackage p.added {
      display: none; }
  .premium_ui #config-wrapper .content input, .premium_ui #config-wrapper .content select, .premium_ui #preset-wrapper .content input, .premium_ui #preset-wrapper .content select {
    background: none;
    border: none;
    border-bottom: 1px solid #91bb5b;
    font-size: inherit;
    font-family: inherit;
    margin: 0 4px;
    padding: 2px 5px;
    color: #009341; }
  .premium_ui #config-wrapper .content .half input[type=text], .premium_ui #config-wrapper .content .half input[type=email], .premium_ui #preset-wrapper .content .half input[type=text], .premium_ui #preset-wrapper .content .half input[type=email] {
    width: 160px; }
  .premium_ui #config-wrapper .content span, .premium_ui #preset-wrapper .content span {
    color: #009341; }
  .premium_ui #config-wrapper .content button, .premium_ui #preset-wrapper .content button {
    font-size: 25px;
    margin-bottom: 15px; }
  .premium_ui #config-wrapper .content select, .premium_ui #preset-wrapper .content select {
    border: 1px solid #91bb5b; }
  .premium_ui #config-wrapper .content div.p, .premium_ui #preset-wrapper .content div.p {
    font-size: 16px;
    line-height: 24px;
    margin: 2em 0 1em;
    position: relative; }
  .premium_ui #config-wrapper .content p.category, .premium_ui #preset-wrapper .content p.category {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 5px; }
  .premium_ui #stats-wrapper {
    text-align: center; }
    .premium_ui #stats-wrapper p {
      font-size: 18px;
      text-align: left; }
    .premium_ui #stats-wrapper label {
      font-family: "dinmedium"; }
    .premium_ui #stats-wrapper.loading * {
      display: none; }
    .premium_ui #stats-wrapper.loading > img.loading {
      margin: 30px auto;
      display: inline; }
    .premium_ui #stats-wrapper .half.loading img.loading {
      margin: 30px auto;
      display: inline; }
    .premium_ui #stats-wrapper img.loading {
      display: none; }
    .premium_ui #stats-wrapper .pieChart-wrapper {
      margin-right: 50%; }
    .premium_ui #stats-wrapper .pieChart-legend p {
      font-size: 15px;
      line-height: 10px; }
    .premium_ui #stats-wrapper path:hover {
      opacity: 0.8; }
  .premium_ui .HI-slider {
    background: #91bb5b;
    border-radius: 200px;
    position: relative;
    height: 6px;
    margin-bottom: 30px;
    cursor: pointer; }
    .premium_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; }
  .premium_ui .checkBoxWrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -11px;
    margin-right: 5px; }
  .premium_ui .checkBoxWrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
  .premium_ui .upgradeBox {
    border: 2px solid #333;
    position: relative;
    padding: 15px 15px 70px 15px; }
    .premium_ui .upgradeBox button {
      bottom: 0;
      font-size: 25px;
      margin: 0;
      position: absolute;
      width: 100%;
      left: 0;
      padding-bottom: 4px; }
      .premium_ui .upgradeBox button img {
        width: auto;
        vertical-align: middle;
        position: relative;
        top: -2px; }
      .premium_ui .upgradeBox button img.loading {
        display: none; }
      .premium_ui .upgradeBox button:active {
        position: absolute;
        left: 0;
        top: auto; }
      .premium_ui .upgradeBox button.loading img {
        display: none; }
        .premium_ui .upgradeBox button.loading img.loading {
          display: inline;
          margin: 5px; }
    .premium_ui .upgradeBox p {
      font-size: 18px; }
      .premium_ui .upgradeBox p.price {
        font-size: 22px;
        font-family: "dinmedium"; }
    .premium_ui .upgradeBox label {
      color: #91bb5b;
      font-family: "dinmedium"; }
    .premium_ui .upgradeBox select {
      font-family: inherit;
      font-size: inherit;
      margin: 0 5px;
      padding: 0 3px;
      border: none;
      border-bottom: 1px solid #91bb5b; }
  .premium_ui #has-no-services a, .premium_ui #has-services .boxTitle a {
    color: #3879a3;
    font-weight: bold; }
  .premium_ui .tooltip {
    background: #91bb5b;
    border-radius: 37px;
    color: white;
    display: inline-block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    width: 21px;
    margin-left: 4px;
    position: relative; }
    .premium_ui .tooltip:hover div {
      display: block; }
    .premium_ui .tooltip div {
      text-align: left;
      background: #fff;
      border: 2px solid #91bb5b;
      position: absolute;
      display: none;
      width: 300px;
      color: #636363;
      height: auto;
      left: -50px;
      border-radius: 10px;
      padding: 10px;
      font-size: 14px;
      bottom: 35px; }
      .premium_ui .tooltip div:before {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 10px solid #91bb5b;
        bottom: -12px;
        content: "";
        left: 46px;
        position: absolute; }
  .premium_ui #addPackageUI .half.right, .premium_ui #btn_addPackage {
    display: none; }
  .premium_ui #btn_addPackage {
    font-size: 40px;
    height: auto;
    margin: 30px auto;
    padding: 10px 20px; }
  .premium_ui .presetSelected #btn_addPackage {
    display: block; }
  .premium_ui .domainSelected #addPackageUI .half.right {
    display: inline-block; }
  .premium_ui .nonResellerOnly {
    display: none; }
  .premium_ui .nonReseller p.nonResellerOnly {
    display: block; }
  .premium_ui .nonReseller svg.nonResellerOnly {
    display: inline; }
  .premium_ui .nonReseller #addPackageUI .half {
    width: 100%; }
  .premium_ui .nonReseller #packagesList th:nth-child(3), .premium_ui .nonReseller #packagesList td:nth-child(3) {
    display: none; }
  .premium_ui #show-add-ui {
    margin-right: 20px; }
    .premium_ui #show-add-ui + a button.new img {
      width: 20px;
      margin: -5px -5px -5px 13px; }

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