/**
 * Client Customizations CSS
 * Applied to client area to hide specific elements
 */

/* Hide the calendar menu item */
.customers-top-submenu-calendar {
    display: none !important;
}

/* Make the Open Site Info button text white */
#sites-portfolio-table .btn-primary {
    color: #ffffff !important;
}

/* Custom style for the site info button */
#sites-portfolio-table .btn-primary:hover {
    opacity: 0.9;
} 