/* *****************************************************
    ** Custom Stylesheet **
    Any custom styling you want to apply should be
    defined here.
*****************************************************
/* Remove ugly domain checker background image */
.domain-checker-bg {background-image: unset !important;}
.domain-checker-container {background: unset !important;}

/* Hide terminated and cancelled services within the client area
https://whmcs.community/topic/293044-hide-terminated-products-in-client-area/?do=findComment&comment=1310772 */
#Primary_Sidebar-My_Services_Status_Filter-Terminated,
#Primary_Sidebar-My_Services_Status_Filter-Cancelled
{display: none;}

/* Hide SiteJet Builder Promo Panel */
#sitejetPromoPanel{ display: none !important; }

/* https://whmcs.community/topic/292868-ssl-check-under-clientareaphpactionservices/?do=findComment&comment=1311085
Hide the SSL Monitoring from Client Areas*/

#tableServicesList [data-type="service"],
#tableServicesList .sorting_disabled,
#tableDomainsList [data-type="domain"],
#tableDomainsList .sorting_disabled:nth-child(2)
{display: none;}

/* Modify Breadcrumb Area */
.breadcrumb {
    background-color: transparent;
    border: 1px;
    border-color: #efefef;
    border-style: solid;
    border-radius: 3px;
}
.master-breadcrumb .breadcrumb    {
    padding: 5px;
}

/* Modify Header */
.header.header  {
    background-color: transparent;
    /*border: 1px;
    border-color: #efefef;
    border-style: solid;
    border-radius: 3px;*/
}