/*CUSTOM Caseflow CSS*/

/*1. Removes "Subscriptions" from dashboard */

li.menu-item-subscriptions {
    display: none !important;
}

/*2. Remove "Help" in sidebar after clicking on "Setup"*/

.nav.metis-menu a[href="https://help.perfexcrm.com"] {
    display:none !important;
}

/*3. Remove "Modules" from "Setup" tab*/

li.menu-item-modules {
    display: none !important;
}

/*4. Remove items from "Setup" tab the click on "Setings" */

/*Subscriptions*/
.nav.navbar-pills a[href*="settings?group=subscriptions"],
.nav.navbar-pills a[href*="settings?group=payment_gateways"],
.panel_s .panel-body a[href*="settings?group=update"]
{
    display:none !important;
}




/*5. Remove "subscriptions" from clients page*/

.col-md-3 .customer_tab_subscriptions {
    display:none !important;
}

/*6. Removes "estimate request" from dashboard */

li.menu-item-estimate_request {
    display: none !important;
}

/*7. Remove items from "Client" display tab */

/*Subscriptions*/
.nav.navbar-pills a[href*="group=vault"]
{
    display:none !important;
}

/*Remove all Subscriptions*/
a[href*="?group=subscriptions"]
{
    display:none !important;
}

/**adjust dropdown width */
.dropdown-menu {
    min-width: 195px !important;
}

.panel_s .panel-body{
    min-width: 185px !important;
}

/*change color of icons on the top right to change color on hover to teal */
.admin .navbar-nav > li > a:hover, .admin .navbar-nav > li > a > span > i:hover, ul.mobile-icon-menu>li>a:hover, .mobile-menu-toggle:hover, .open-customizer-mobile:hover {
    color: #2CB4AD;
}

/*prevent header in customer/client login page from being displayed*/
body.customers.customers_login nav.navbar.navbar-default.header {
    display: none;
}

/*8. Hide Support Module (CSS fallback) */

/* Hide Support menu in sidebar */
li.menu-item-support {
    display: none !important;
}

/* Hide ticket pipe log in utilities */
li.sub-menu-item-ticket-pipe-log {
    display: none !important;
}

/* Hide ticket-related widgets on dashboard */
#widget-tickets_report,
#widget-tickets_chart,
.widget[data-widget-name*="tickets"] {
    display: none !important;
}

/* Hide Tickets tab in user_data widget */
a[href="#home_tickets"] {
    display: none !important;
}
#home_tickets {
    display: none !important;
}

