/* Common properties: */ 

.navbar-inner { 
    background-color: #be2228; /* header color */ 
} 

.intranetextra-link { 
   color: #aaa !important; /* header icon color */ 
}

.sidebarBox .metadataRegion__field__value
{
word-break:normal;
}

.taxonomy-item-title {
    overflow: visible;

}
.keyword-label-title {
    max-width: 200px;    
}

.taxonomy .taxonomy-item .taxonomy-item-title {
    padding: 3px 0;
    max-width: 150px;
    width: 150px;
}

body, .footer-coloumn, .infobar, .nav-tabs .active a {
    color: #000000;
}


.sso-sign-in-page {
    font-size: 0px !important;
}


.sso-sign-in-page::before { 
   content: "Log in with Linfox credentials" !important;
   font-weight: bold !important;
   font-size: 16px !important;
}

.album-share-panel > .elem {   
    font-size: 16px;  
}


#page-form-wrap .signup-form {
    
    z-index:auto;
}

#page-form .login-lower-form {
    
    position: fixed !important;
    width: 480px !important;
    top: -1px !important;
    margin-top: 60px !important;
    align-self: center !important;
}

#page-form .login-upper-form {
    
    position: fixed !important;
    width: 480px !important;
    top: 75px !important;
    margin-top: 60px !important;
    align-self: center !important;
}



