/*
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.0
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/

/* Smart Phones */

@media only screen and (min-width: 160px) and (max-width: 1024px) {
  /* Client Area */
  .wdes-wrapper {
    display: block;
  }
  .wdes-sidebar,
  .whm-sidebar {
    width: 100%;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #161b2f;
  }
  form.header-search-frame .home-kb-search {
    min-width: 213px;
  }
  .tiles .tile {
    width: 100%;
    margin-bottom: 20px;
  }
  #home-banner h2 {
    width: 100%;
  }
  .home-shortcuts li {
    width: 100%;
    border-bottom: 1px solid #38394d;
  }
  #active-link {
    margin: 23px 20px 0 0;
  }
  p {
    line-height: 30px;
  }
  .wdes-knb-block {
    text-align: center;
  }
  .wdes-submit {
    padding: 8px 15px;
  }
  a.wdes-2nd-btn, .wdes-2nd-btn {
    padding: 8px 8px;
  }
  .panel-actions>.list-group .list-group-item {
    display: block;
    border: 1px solid #2f3247 !important;
  }
  div.header-lined h1 {
    float: left;
  }
  .dataTables_wrapper {
    background: #2f3247;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #38394d;
    min-height: .01%;
    overflow-x: auto;
  }
  div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .main-content {
    min-height: 100px;
  }
  .wdes-clientarea-panel-block .panel-title {
    line-height: 28px;
  }
  .whm-sidebar .panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  .whm-sidebar .panel {
    margin-bottom: 20px;
    background-color: #292C3E;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  div.header-lined p {
    margin-top: -7px !important;
  }
  .announcement-single a {
    display: block;
    margin-top: 30px;
  }
  div.announcement-single blockquote {
    margin-top: 20px;
  }
  .logincontainer.with-social .login-form {
    border: 0;
  }
  .providerPreLinking {
    width: 100%;
  }
  section#home-banner .btn {
    width: 50%;
    margin: 0;
  }
}

/* iPads (landscape) */

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .tiles .tile {
    width: 48%;
  }
}

/* Custom Width */

@media only screen and (min-width: 160px) and (max-width: 400px) {
  img.domain-bg {
    width: 100%;
  }
  ul.top-nav {
    margin: 10px 0;
    float: right;
  }
  a.logo {
    margin: 8px auto 14px;
    float: left;
  }
  form.header-search-frame {
    border-right: 0;
  }
  section#home-banner h2 {
    font-size: 18px;
  }
  .input-group-btn {
    display: table;
    width: 100%;
  }
  section#home-banner .btn {
    padding: 10px 23px;
  }
  #default-captcha-domainchecker #inputCaptcha {
    width: 76px !important;
    height: 25px;
    border-radius: 2px;
    top: 3px;
    position: relative;
    left: 5px;
  }
}