/*
    Document   : module
    Created on : 06.05.2010, 15:06:43
    Author     : pabt
    Description:

    This file is used customize the appearance of a module
    It overrides all rules from main.css that deal with font color

    It can also hide some elements for a specific module

    Usage: rename this file to whatever you want. best would be the module name. Then add the  filename
    in the table MEM_MODULE into the field 'cssfilename'

*/

/*
#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active {color: #800000}
*/
/* SECONDARY NAVIGATION - 2nd TIER */
/*
#nav-secondary li.active li a:hover, #nav-secondary li.active li a:active, #nav-secondary li.active li a:focus {color:  #800000}
#nav-secondary a:hover,#nav-secondary a:focus {color: #800000}
*/
/* PSEUDO-CLASSES */

/*a,a:link,a:hover{background:transparent;text-decoration:none;cursor:pointer;color: #800000}
a:hover,a:active,a:focus{text-decoration:underline;}


#footer  a:hover,#footer a:focus{
    color: #800000;
    text-decoration:none;
}

div#fontSize a:hover{
    color:  #800000;
}


#nav-secondary ul li {

    color: #800000;

}
*/
/* HIDE SOME THINGS */
/*  the sort dropdown on the form list on a patient */
/*#sortDiv {
    display:block;
}*/
/* the attached object in the extended patient search (images, implants) */
/*#attachedObjectsLine{
    display:block;
}*/
/* the join study input element on the registration page */
#joinStudyElement{
    display: none;
}

/* hide the polish language tag */
#langSelection_PL{
    display: none;
}

/*
    PURPOSE:
        Disable (visually) the enter data memu for the spitex module.
    CONTEXT:
        in spitex users do not wish to to see the enter data menu, however, the web service users
        who are also able to login through the web application, have all the necessary memdoc functions
        to access the menus under enter data.
        these users have searchPatient, modifyPatient, etc... all the functions to get the menus they do not want to see online.
*/
li#MemMenuitemgroup_1 {
    display: none;
}

/* disable the whole search patient page. This is only a dirty trick. see above */

form#innerApplication\:patientSearch {
    visibility:hidden;
}