

th { font-size: 16px; }
td { font-size: 16px; }


	@media screen and (min-width: 800px) {
    .custom-class {
        width: 70%; /* either % (e.g. 60%) or px (400px) */
    }
    
    .custom-class-flat {
        width: 90%; /* either % (e.g. 60%) or px (400px) */
    }
    
	}

	@media screen and (min-width: 800px) {
    .rights-custom-class {
        width: 1100px; /* either % (e.g. 60%) or px (400px) */
    }
    
	}
	
.modal.large {
     width: 80% !important;
}	
	
.homesize {
	font-size:1.5em ;
}	
.fancytree-title,fancytree-title:hover {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}

.clientUser {
	color: green;
	font-weight: bold;
}
	


.no-decoration, .no-decoration:hover, .no-decoration:focus, .no-decoration:active {
    text-decoration: none;
    /*color: inherit;*/ /* Or set to any specific color you want */
}



/* Impersonation visual indicator */
.user-profile.impersonating {
    background-color: #5dade2; /* Warning orange */
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
}

.user-profile.impersonating:hover {
    background-color: #3498db;
    color: #fff;
}

/* Optional: add a subtle pulsing animation to really draw attention */
.user-profile.impersonating {
    animation: impersonate-pulse 2s ease-in-out infinite;
}

@keyframes impersonate-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}


div.password-container {
    width: 300px;

    float: left;
    margin-left: 10px;

}


.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.breadcrumb-bar {
    font-size: 18px;
    color: #6b7c93;
}

.breadcrumb-bar a {
    color: #5f7fa6;
    text-decoration: none;
}

.breadcrumb-bar a:hover {
    text-decoration: underline;
}

.breadcrumb-bar .home-link {
    font-size: 20px;
    color: #5f7fa6;
}

.breadcrumb-bar .organization-link {
    font-weight: 600;
    color: #4f6f96;
}

.breadcrumb-bar .project-link {
    font-weight: 400;
    color: #5f7fa6;
}

.breadcrumb-bar .separator {
    color: #9aa8b5;
    margin: 0 6px;
}

.page-note {
    margin: 6px 0 10px 0;
    padding: 6px 8px;
    font-size: 12px;
    color: #555;
    background-color: #f8f8f8;
    border-left: 3px solid #999;
}