/*
Theme Name: Digit - Responsive WHMCS Client Area Template
Theme URI: http://www.whmcsdes.com
Description: awesome and clean WHMCS Template. is designed for Hosting Companies,  Contains +25 Redesigned files which have been well organized built using 1170 grid system.
Version: 1.1.1
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/
/*------------------------------------------------------------------

[Table of contents]

1.  Page Setup
2.  User Sidebar
3.  Nav
4.  WHMCS Sidebar
5.  Content
6.  Header
7.  Client Area
8.  BreadCrumb
9.  Footer
10. HomePage
11. Contact us
12. Login
13. Announcements
14. KnowLedge Base
15. Support Ticket
16. Network Status
17. Product Details
18. Mass Payment
19. Logout Page
20. Loading
21. Affiliate

-------------------------------------------------------------------*/
/* Page Setup */
body {
  background: #3B3D50;
  color: #f9ecde; }

a {
  color: #fff; }
  a:hover {
    color: #fff; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #228AE6 !important; }

.wdes-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* User Sidebar */
.wdes-sidebar {
  width: 250px;
  display: block;
  background: #1A1E30;
  flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.account-details {
  margin: 20px 0; }

.wdes-profile-pic {
  background: #131625;
  border: 4px solid #131625;
  border-radius: 60px;
  margin: 0 auto;
  display: block;
  transition: all .3s; }
  .wdes-profile-pic:hover {
    opacity: .5; }

.wdes-sidebar .wdes-user-area-nav li {
  background: transparent;
  float: none;
  margin: 20px 10px 0; }
  .wdes-sidebar .wdes-user-area-nav li ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .wdes-sidebar .wdes-user-area-nav li ul li {
      padding-left: 9px;
      margin: 0; }
      .wdes-sidebar .wdes-user-area-nav li ul li a {
        font-size: 13px;
        text-align: left; }
  .wdes-sidebar .wdes-user-area-nav li a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: all .3s; }
    .wdes-sidebar .wdes-user-area-nav li a:hover {
      background: transparent;
      color: #228AE6; }
    .wdes-sidebar .wdes-user-area-nav li a:focus {
      background: transparent; }

.shortcuts {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
  width: 100%; }
  .shortcuts li {
    background: #131625;
    border-radius: 3px;
    display: inline-block;
    margin: 0 2px;
    transition: all .3s; }
    .shortcuts li:hover {
      background: #228AE6; }
    .shortcuts li a {
      color: #fff;
      padding: 7px;
      text-decoration: none;
      cursor: pointer;
      display: inline-block; }

.wdes-notifications {
  position: relative; }

.popover-user-notifications ul li.none {
  color: #7e7e7e; }

.wdes-notification-alert {
  position: absolute;
  top: -20px;
  right: -23px;
  background: red;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px 3px 3px 0;
  padding: 1px 5px;
  text-transform: lowercase;
  transform: rotate(-15deg); }

#main-menu .navbar-nav.wdes-custom-nav {
  margin: 20px 0;
  display: inline-block;
  background: #161929;
  width: 100%; }

.navbar-collapse {
  margin: 0;
  padding: 0; }

.wdes-custom-nav li {
  float: none;
  display: inline-block;
  width: 100%; }
  .wdes-custom-nav li a {
    font-family: "Montserrat", sans-serif, "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
    padding: 0; }
    .wdes-custom-nav li a .fa-angle-down {
      float: right; }

.wdes-nav-side.navbar-main .navbar-nav > li > a {
  padding: 15px; }

.wdes-nav-side.navbar-main .navbar-nav > li > a .fa.fa-angle-down {
  float: right; }

.wdes-sidebar .navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:focus,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li > a:hover {
  color: #eee;
  background: #9D50BB;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* IE10+ */
  background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */ }

.wdes-collapse-bg {
  background: #0f111d;
  margin: 0;
  padding: 0 15px; }
  .wdes-collapse-bg li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    transition: all .3s; }
    .wdes-collapse-bg li a:hover {
      color: #228AE6; }

.nav-divider {
  display: none !important; }

a.wdes-livechat {
  background: #9D50BB;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* IE10+ */
  background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
  display: table;
  padding: 15px 35px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 20px auto;
  text-align: center; }

/* WHMCS Sidebar */
.whm-sidebar {
  background: #292C3E;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 270px;
  padding: 20px 15px; }
  .whm-sidebar .panel-sidebar {
    border: 0;
    border-bottom: 1px solid #212433;
    border-radius: 0;
    background: transparent;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .whm-sidebar .panel-sidebar:last-child {
      border-bottom: 0; }
  .whm-sidebar .panel-sidebar > .panel-heading {
    background-color: transparent;
    padding: 0; }
    .whm-sidebar .panel-sidebar > .panel-heading .panel-title {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 14px; }
      .whm-sidebar .panel-sidebar > .panel-heading .panel-title .wdes-sidebar-icon {
        background: #9D50BB;
        /* Old browsers */
        background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
        /* IE10+ */
        background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
        /* IE6-9 */
        border-radius: 7px;
        color: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 7px 0; }
  .whm-sidebar .panel-body {
    background: transparent;
    padding: 10px 0;
    color: #f9ecde;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 27px; }
  .whm-sidebar .list-group {
    padding: 10px 0; }
    .whm-sidebar .list-group .list-group-item {
      background: #222435;
      border-radius: 25px !important;
      border: 0;
      color: #f9ecde;
      margin: 10px 0 0;
      font-size: 13px; }
  .whm-sidebar .panel-sidebar > .panel-footer {
    background-color: transparent;
    padding: 10px 0; }
    .whm-sidebar .panel-sidebar > .panel-footer .btn-default {
      color: #fff;
      background-color: #449D44;
      border-color: #449D44;
      transition: all .3s; }
  .whm-sidebar .panel-sidebar a.list-group-item.active,
  .whm-sidebar .panel-sidebar a.list-group-item.active:focus,
  .whm-sidebar .panel-sidebar a.list-group-item.active:hover {
    background: #9D50BB;
    /* Old browsers */
    background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* IE10+ */
    background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
    /* IE6-9 */
    border-color: 0; }

.wdes-sidebar-user-title {
  font-family: "Open Sans", sans-serif, "Font Awesome 5 Pro";
  font-size: 13px;
  line-height: 26px;
  font-weight: 400; }

.whm-sidebar .panel-body .fa.fa-globe:before,
.whm-sidebar .panel-body .fa.fa-user-o:before {
  margin-right: 6px; }

.btn-success {
  color: #fff;
  background-color: #228AE6;
  border-color: #228AE6;
  transition: all .3s; }

/* Content */
.wdes-content {
  width: 100%;
  order: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3; }

.container {
  width: 100%; }

section#main-body,
section#home-banner,
.navbar-main,
section#main-menu {
  background: transparent;
  background-color: transparent; }

section#home-banner .form-control {
  border: 0 !important;
  background: #fff !important;
  color: #333 !important; }

section#main-body {
  padding: 30px; }

.main-content {
  margin-bottom: 0;
  min-height: calc(100vh - 160px); }

/* Header */
section#header {
  background-color: #292C3E;
  border-radius: 0;
  border-left: 1px solid #212433;
  padding: 0; }
  section#header .logo-text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    margin-top: 12px;
    display: inline-block; }
    section#header .logo-text span {
      color: #a9a9a9; }
  section#header .choose-language {
    color: #f9ecde;
    font-size: 16px; }
  section#header .logo img {
    margin: 7px 0px;
    max-height: 33px;
    padding: 4px 0; }

div.header-lined {
  display: inline-block; }

div.header-lined h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
  float: right; }

div.header-lined h1 span {
  color: #8d54ba;
  font-size: 17px;
  text-transform: uppercase; }

.language-popover {
  background-color: #54b9d8; }

.language-popover.popover.bottom > .arrow:after {
  border-bottom-color: #54b9d8; }

.popover.bottom > .arrow {
  border-bottom-color: #54b9d8;
  border-bottom-color: #54b9d8; }

form.header-search-frame {
  margin: 0;
  border-right: 1px solid #212433;
  padding-right: 5px; }
  form.header-search-frame .home-kb-search {
    margin-bottom: 0;
    min-width: 401px;
    margin-right: 9px; }
  form.header-search-frame .form-control {
    background: transparent !important;
    box-shadow: none;
    border: 0 !important;
    font-size: 12px !important;
    padding: 0 0 0 41px; }
  form.header-search-frame .home-kb-search i {
    color: #ccc;
    font-size: 13px; }

ul.top-nav {
  margin: 0; }

/* Client Area */
.tiles .tile {
  border: 0;
  position: relative;
  display: inline-block;
  width: 49%;
  border-radius: 4px; }
  .tiles .tile:first-child {
    margin-right: 13px;
    margin-bottom: 13px; }
  .tiles .tile:nth-child(3) {
    margin-right: 13px; }
  .tiles .tile .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 108px;
    line-height: 1;
    color: #000;
    opacity: 0.03; }
  .tiles .tile .information {
    margin: 15px 0; }
    .tiles .tile .information .stat {
      margin-top: 0;
      color: #000;
      opacity: .5; }
    .tiles .tile .information .title {
      color: #000;
      opacity: .5; }

.breadcrumb {
  margin: 0 0 30px 0 !important; }

ol.breadcrumb::before {
  content: "\f015";
  color: #9a9ba0;
  font-size: 13px;
  font-family: 'Font Awesome 5 Pro';
  margin-right: 6px;
  font-weight: 400; }

#active-link {
  width: auto;
  height: auto;
  position: relative;
  background: #292C3E;
  padding: 12px 40px;
  margin: 0 20px 0 0; }
  #active-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #3B3D50;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; }
  #active-link:before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #292C3E;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; }

div.header-lined .breadcrumb {
  float: left; }

div.header-lined .breadcrumb li a {
  color: #9a9ba0; }

div.header-lined .breadcrumb > .active {
  color: #fff; }

.block-no1 {
  background: #fda582;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fda582 0%, #f7cf68 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #fda582), color-sleft(100%, #f7cf68));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fda582 0%, #f7cf68 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fda582 0%, #f7cf68 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fda582 0%, #f7cf68 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fda582 0%, #f7cf68 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */ }

.block-no2 {
  background: #a52dd8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a52dd8 0%, #e29bf1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #a52dd8), color-sleft(100%, #e29bf1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #a52dd8 0%, #e29bf1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #a52dd8 0%, #e29bf1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #a52dd8 0%, #e29bf1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #a52dd8 0%, #e29bf1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */ }

.block-no3 {
  background: #40ffed;
  /* Old browsers */
  background: -moz-linear-gradient(left, #40ffed 0%, #29b5af 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #40ffed), color-sleft(100%, #29b5af));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #40ffed 0%, #29b5af 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #40ffed 0%, #29b5af 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #40ffed 0%, #29b5af 100%);
  /* IE10+ */
  background: linear-gradient(to right, #40ffed 0%, #29b5af 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */ }

.block-no4 {
  background: #708090;
  /* Old browsers */
  background: -moz-linear-gradient(left, #708090 0%, #7c8ea0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #708090), color-sleft(100%, #7c8ea0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #708090 0%, #7c8ea0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #708090 0%, #7c8ea0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #708090 0%, #7c8ea0 100%);
  /* IE10+ */
  background: linear-gradient(to right, #708090 0%, #7c8ea0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */ }

.client-home-panels {
  margin-bottom: 13px; }

.wdes-clientarea-panel-block {
  background: #4b4d65;
  border: 1px solid #56576b;
  margin: 0 0 13px 0;
  padding: 10px 0;
  border-radius: 2px; }
  .wdes-clientarea-panel-block .panel-body,
  .wdes-clientarea-panel-block .panel-footer,
  .wdes-clientarea-panel-block .list-group-item {
    background: transparent; }
  .wdes-clientarea-panel-block .panel-title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff; }
  .wdes-clientarea-panel-block .pull-right {
    margin-top: -8px; }
  .wdes-clientarea-panel-block .btn-default {
    transition: all .3s;
    padding: 6px 10px; }
  .wdes-clientarea-panel-block .btn-default:hover {
    background: #449D44;
    transition: all .3s; }
  .wdes-clientarea-panel-block form .form-control {
    background: #555770 !important;
    border: 1px solid #626379 !important;
    border-radius: 0;
    box-shadow: none;
    outline: none !important;
    color: #fff !important; }
  .wdes-clientarea-panel-block form input[type=submit] {
    border-radius: 0;
    box-shadow: none; }

.client-home-panels .panel > .panel-heading .panel-title .btn:hover {
  color: #fff;
  transition: all .3s; }

.client-home-panels .panel > .panel-heading {
  background: transparent;
  border-bottom: 1px solid #56576b;
  padding-bottom: 20px; }

.client-home-panels .panel > .panel-body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #f9ecde;
  padding-top: 15px; }
  .client-home-panels .panel > .panel-body a {
    color: #449D44; }

.client-home-panels .panel > .list-group .list-group-item {
  padding: 16px 10px;
  color: #fff;
  font-size: 13px;
  line-height: 19px; }
  .client-home-panels .panel > .list-group .list-group-item .label {
    border-radius: 0;
    margin: 10px; }

.client-home-panels .panel small {
  color: #faefdf;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px; }

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #555770; }

.client-home-panels .panel > .list-group {
  border: 0; }

.list-group-item {
  border-color: #56576b;
  border: 1px solid #56576b; }

.client-home-panels .panel-footer {
  padding: 0; }

/* Footer */
section#footer {
  display: inline-block;
  width: 100%;
  background-color: #292C3E;
  border-radius: 0;
  border-left: 1px solid #212433;
  border-top: 0;
  color: #fff;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 27px; }
  section#footer p {
    margin: 3px 0 0; }
  section#footer .back-to-top i {
    background: #9D50BB;
    /* Old browsers */
    background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* IE10+ */
    background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
    /* IE6-9 */
    color: #fff;
    border-radius: 6px;
    opacity: 1; }

/* HomePage */
img.domain-bg {
  margin: 0 auto;
  display: block;
  width: 300px; }

#home-banner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  padding: 0 !important;
  width: 50%;
  margin: 0 auto !important;
  line-height: 40px;
  text-transform: uppercase; }
#home-banner form {
  margin-top: 30px; }
  #home-banner form .search {
    background: #9D50BB;
    /* Old browsers */
    background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* IE10+ */
    background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
    /* IE6-9 */ }

.home-shortcuts {
  background: transparent; }

.home-shortcuts li:first-child,
.home-shortcuts li {
  border-left: 0;
  border-right: 0; }

.lead {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin: 15px 0 !important; }

.home-shortcuts li {
  padding: 30px 3px;
  width: 25%; }
  .home-shortcuts li a i {
    margin-bottom: 10px; }

.home-shortcuts li:first-child,
.home-shortcuts li:nth-child(3) {
  background: #313244; }

.home-shortcuts li:nth-child(2),
.home-shortcuts li:nth-child(4) {
  background: #2f3042; }

.tweet {
  background: #3b3d50;
  padding: 16px;
  border-radius: 7px;
  margin: 15px 0px;
  color: #fff; }

.domainchecker-homepage-captcha p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 25px;
  margin: 10px 0; }

#default-captcha-domainchecker #inputCaptcha {
  width: 120px !important;
  height: 25px;
  border-radius: 2px;
  top: 3px;
  position: relative; }

.wdes-announcement-hp {
  margin: 20px 0;
  background: #313244;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 2px; }

.announcement-single a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none; }

.announcement-single h3 span {
  background: #864CB2;
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 14px; }

.announcement-single blockquote {
  border-left: 0;
  margin: 0;
  padding: 0; }

.announcement-single p {
  line-height: 27px;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0; }

/* Contact us */
.wdes-block {
  padding: 30px;
  margin: 30px 0;
  background: #292C3E;
  border-radius: 4px; }

div.header-lined {
  width: 100%; }

div.header-lined small {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0; }
  div.header-lined small:before {
    content: '>';
    margin-right: 5px;
    color: #fff;
    font-size: 13px;
    padding-right: 5px; }

.wdes-input-form {
  background: #222435 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 13px !important;
  border: 1px solid #30344c !important;
  width: 100% !important;
  outline: 0 !important; }

.wdes-textarea-form {
  line-height: 28px; }

#default-captcha-domainchecker p {
  font-size: 13px;
  line-height: 27px;
  color: #fff; }

.wdes-submit {
  background: #9D50BB;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* IE10+ */
  background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 20px auto;
  text-align: center;
  border: 0;
  outline: 0;
  transition: all .3s; }
  .wdes-submit:hover, .wdes-submit:focus {
    background: #222435; }

/* Login */
.wdes-label {
  color: #fff; }

.login-form .form-group {
  margin-bottom: 20px; }

.login-form label {
  margin-bottom: 14px; }

a.wdes-2nd-btn,
.wdes-2nd-btn {
  background-color: #228AE6;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 20px auto;
  text-align: center;
  border: 0;
  outline: 0;
  transition: all .3s;
  text-decoration: none; }
  a.wdes-2nd-btn:hover, a.wdes-2nd-btn:focus,
  .wdes-2nd-btn:hover,
  .wdes-2nd-btn:focus {
    background: #222435;
    color: #fff; }

.wdes-block .progress {
  background: #222435 !important; }

#registration .sub-heading {
  border-top: 1px solid #222435;
  margin: 40px 0 10px; }

#registration .sub-heading span {
  color: #fff;
  background-color: #222435;
  top: -18px;
  font-size: 13px;
  padding: 8px 20px; }

.custom-block-input input[type='text'],
.custom-block-input input[type='email'],
.custom-block-input input[type='password'] {
  padding: 10px 10px 10px 40px;
  border-radius: 2px; }

#registration .prepend-icon .field-icon {
  top: 2px; }

.custom-block-input input#inputPhone,
.custom-block-input select {
  height: 40px !important; }

.intl-tel-input .country-list .country {
  padding: 5px 10px;
  color: #333; }

.custom-block-input .text-muted {
  color: #fff; }

.custom-reset-page .wdes-input-form {
  padding: 8px 15;
  margin: 13px 0 0; }

.custom-desc {
  margin: 20px 0;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-align: right; }

/* Announcements */
.announcement-single .article-items {
  font-size: .85em;
  color: #b2e5ff;
  margin-top: 15px; }

.inner-announce-text {
  font-family: "Open Sans", sans-serif;
  line-height: 27px;
  color: #fff;
  font-size: 13px;
  margin: 0; }

/* KnowLedge Base */
.wdes-search-sub {
  background: #9D50BB;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* IE10+ */
  background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */
  border: 0; }
  .wdes-search-sub:hover, .wdes-search-sub:focus, .wdes-search-sub:active {
    background: #9D50BB;
    /* Old browsers */
    background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
    /* IE10+ */
    background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
    /* IE6-9 */ }

.wdes-knb-block {
  background: #3B3D50;
  min-height: 204px;
  padding: 30px;
  border: 10px solid #292C3E;
  border-radius: 4px; }
  .wdes-knb-block a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 400; }
    .wdes-knb-block a i {
      display: block;
      margin-bottom: 10px;
      font-size: 30px; }
  .wdes-knb-block p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 27px;
    color: #fff;
    margin: 10px 0 0; }

.block-knb {
  margin: 50px 0 0; }
  .block-knb h2 {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400; }

.custom-o-p {
  min-height: auto;
  border: 0;
  margin: 20px 0; }

.knb-article h2 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0; }
.knb-article a.btn-print {
  color: #9B50BA;
  text-decoration: none;
  padding: 0; }

.knb-article.kb-article-content {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  margin: 10px 0; }

.kb-rate-article {
  margin: 30px 0 0;
  padding: 15px 20px;
  background-color: #232535;
  font-size: 1.1em;
  line-height: 38px;
  font-weight: 200;
  color: #ffffff; }

/* Support Ticket */
.form-control {
  background: #222435 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 13px !important;
  border: 1px solid #30344c !important;
  width: 100% !important;
  outline: 0 !important; }

.md-editor > .md-preview,
.md-editor > textarea.markdown-editor {
  border-top: 1px solid #373b56 !important;
  border-bottom: 1px solid #373B52 !important;
  background-color: #26293d !important; }

.md-editor .md-footer,
.md-editor > .md-header {
  background: #2b2f45; }

.md-editor > .btn-toolbar {
  background-color: #31364e !important; }

.md-editor {
  border: 0; }

.md-editor > .btn-toolbar .btn-default {
  color: #fff;
  background-color: #2b2f45;
  border-color: #383e58; }

.well {
  background-color: #222435;
  border: 1px solid #2f3247; }

.ticket-reply {
  margin: 20px 0;
  padding: 0;
  border: 1px solid #292C3E;
  background-color: #3B3D50; }

.ticket-reply .user {
  padding: 15px 0;
  background: #9D50BB;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* IE10+ */
  background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */ }

.ticket-reply .date {
  margin: 15px 15px 0 0; }

.ticket-reply .user i,
.ticket-reply .user .name,
.ticket-reply .user .type {
  color: #fff; }

.ticket-reply .message {
  padding: 0;
  margin: 20px; }
  .ticket-reply .message p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    line-height: 27px;
    margin: 0; }

hr {
  border-top: 1px solid #2f3247; }

::selection {
  background: #9D50BB;
  color: #fff; }

.wdes-client-ticket {
  background: #3B3D50;
  border: 1px solid #292C3E; }

.panel-head-wdes {
  color: #fff !important;
  background-color: #2794e9 !important;
  border-color: transparent !important; }

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length {
  background: #9D50BB;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* IE10+ */
  background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */
  color: #fff; }

.dataTables_wrapper .table-list > tbody > tr > td {
  background-color: #2f3247; }

.dataTables_wrapper .table > tbody > tr > td,
.dataTables_wrapper .table > tbody > tr > th,
.dataTables_wrapper .table > tfoot > tr > td,
.dataTables_wrapper .table > tfoot > tr > th,
.dataTables_wrapper .table > thead > tr > td,
.dataTables_wrapper .table > thead > tr > th {
  border-top: 1px solid #43455a; }

.wdes-block-table .table-list > tbody > tr > td a.border-left {
  border-left: 1px solid #43455a; }

.wdes-block-table .status {
  border: 0; }

.gravatar-ticket-img {
  border-radius: 60px;
  transition: all .3s;
  float: left;
  margin: -4px 16px 0; }
  .gravatar-ticket-img:hover {
    opacity: .6; }

/* Network Status */
.wdes-statistics a {
  text-decoration: none; }

.wdes-block-board {
  padding: 20px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px; }
  .wdes-block-board .content h1 {
    margin: 0 0 10px 0; }
  .wdes-block-board .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: .1; }
    .wdes-block-board .icon i {
      font-size: 40px;
      color: #000; }

.wdes-tile-red {
  background-color: #e84c3d; }

.wdes-tile-blue {
  background-color: #3598db; }

.wdes-tile-turquoise {
  background-color: #1abc9c; }

.wdes-panel-status .list-group-item {
  background-color: #3B3D50; }

.wdes-panel-status.panel {
  background-color: #6e7280;
  border: 1px solid #6e7280; }

.wdes-panel-status .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
  background: #FFF; }

/* Product Details */
.wdes-inner-block {
  background: #3B3D50;
  float: left;
  padding: 18px;
  width: 20%;
  border: 6px solid #292C3E;
  margin: 30px 0;
  min-height: 161px;
  text-align: left; }
  .wdes-inner-block h4 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 15px 0; }
  .wdes-inner-block p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0; }

div.product-details div.product-icon {
  background-color: #3B3D50;
  position: relative;
  top: -2px; }

.wdes-circ {
  color: #292C3E; }

.product-status h3 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin: 15px 0; }
.product-status h4 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  margin: 10px 0; }

div.product-details-tab-container {
  border: 1px solid #3B3D50; }

.wdes-nav-tabs {
  border-bottom: 1px solid #3B3D50; }
  .wdes-nav-tabs a {
    background-color: #3B3D50 !important;
    color: #fff !important;
    border: 0 !important; }

.btns-cus .btn-default {
  color: #fff;
  background-color: #3B3D50;
  border-color: #292C3E; }

.panel-wdes {
  margin-top: 20px;
  color: #fff;
  background-color: #3B3D50;
  border: 1px solid #292C3E; }

.text-domain {
  color: #f0ad4e; }

/* Mass Payment */
.wdes-table-mass {
  color: #fff; }
  .wdes-table-mass tbody > tr > td {
    border-top: 1px solid #292C3E;
    padding: 18px; }
  .wdes-table-mass .bg-info {
    background-color: #3B3D50;
    padding: 18px; }
  .wdes-table-mass thead > tr > th {
    border-bottom: 0;
    padding-bottom: 18px; }
  .wdes-table-mass .masspay-total td {
    background: #3B3D50; }

.wdes-panel {
  background-color: #3B3D50;
  border: 1px solid #292C3E;
  margin-top: 30px; }
  .wdes-panel .panel-heading {
    color: #fff;
    background-color: #2794e9;
    border-color: #2794e9; }
    .wdes-panel .panel-heading h3 {
      font-size: 14px; }

/* Logout Page */
.logout-con {
  padding: 30px;
  margin: 30px auto;
  background: #292C3E;
  border-radius: 4px;
  height: 240px; }

.logout-con .btn-default {
  color: #fff;
  background-color: #449D44;
  border-color: #449D44;
  transition: all .3s; }

.logincontainer.with-social {
  max-width: 700px; }

.logincontainer.with-social .login-form {
  border-right: 1px solid #2f3247; }

/* Loading */
.wdes-loading {
  background: #3B3D50;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999; }

html,
body {
  overflow: hidden; }

.wdes-loader {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.wdes-loader-icon .line {
  width: 8px;
  position: absolute;
  border-radius: 5px;
  bottom: 0;
  background: #9D50BB;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* IE10+ */
  background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */ }

.wdes-loader-icon .line1 {
  left: 0;
  -webkit-animation: line-grow 0.5s ease alternate infinite;
  animation: line-grow 0.5s ease alternate infinite; }

.wdes-loader-icon .line2 {
  left: 20px;
  -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
  animation: line-grow 0.5s 0.2s ease alternate infinite; }

.wdes-loader-icon .line3 {
  left: 40px;
  -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
  animation: line-grow 0.5s 0.4s ease alternate infinite; }

@-webkit-keyframes line-grow {
  0% {
    height: 0; }
  100% {
    height: 75%; } }
@keyframes line-grow {
  0% {
    height: 0; }
  100% {
    height: 75%; } }
/* Affiliate */
.affiliate-stat {
  position: relative;
  text-align: right;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #fff;
  border-radius: 4px; }
  .affiliate-stat i {
    float: left;
    padding: 10px;
    font-size: 4em;
    color: #000;
    opacity: .1;
    position: absolute;
    left: 17px;
    top: 0; }

.affiliate-referral-link {
  color: #fff; }
  .affiliate-referral-link h3 {
    font-family: "Raleway", sans-serif;
    font-size: 16px; }
  .affiliate-referral-link span {
    display: block;
    margin: 0;
    padding: 19px;
    font-size: 1em;
    border-radius: 4px;
    border: 0;
    overflow: hidden;
    background: #313242; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #43455a;
  color: #fff;
  font-family: Open sans, sans-serif;
  font-size: 13px; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0; }

.alert-wdes-info {
  background: #3B3D50;
  border: 10px solid #292C3E;
  border-radius: 4px;
  padding: 30px;
  color: #fff; }
  .alert-wdes-info li {
    margin: 12px 0;
    font-size: 13px; }

/* News */
.fb-wdes-bg {
  background: #ffffff;
  margin: 10px 0;
  padding: 10px;
  border-radius: 4px; }

.wdes-2nd-btn {
  display: inline-block; }

.domain-pricing .tld-row.highlighted {
  background: #3e3f54; }

.marketing-email-optin {
  margin: 0 0 20px 0;
  padding: 10px 20px 20px;
  background-color: #474a64;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 27px; }

.bootstrap-switch {
  border-color: transparent; }

.panel-sidebar.view-filter-btns .list-group-item.active,
.panel-sidebar.view-filter-btns .list-group-item.active:focus,
.panel-sidebar.view-filter-btns .list-group-item.active:hover {
  color: #fff; }

#tabOverview .panel.panel-default {
  background: #43465a;
  border: 0;
  min-height: 290px;
  color: #fff; }
#tabOverview .panel-default > .panel-heading {
  background: #9D50BB;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-sleft(0%, #9D50BB), color-sleft(100%, #6E48AA));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9D50BB 0%, #6E48AA 100%);
  /* IE10+ */
  background: linear-gradient(to right, #9D50BB 0%, #6E48AA 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D50BB', endColorstr='#6E48AA', GradientType=0);
  /* IE6-9 */
  color: #fff;
  padding: 15px;
  border-bottom: 0; }
#tabOverview .panel-body {
  margin: 20px; }
#tabOverview .cpanel-feature-row img {
  display: block;
  margin: 0 auto 15px auto; }

.cpanel-feature-row div {
  background: #4c4f65;
  border: 15px solid #43465a;
  padding: 10px; }

input.usage-dial {
  color: #fff !important; }

.text-info {
  color: #8d55ba; }

.cpanel-package-details {
  margin-bottom: 22px;
  margin-top: 16px;
  line-height: 33px; }

.no-domains {
  padding: 10px; }

input#inputDomain {
  width: 98.4% !important; }

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