/*The following CSS is borrowed from the HRMS homepage. */

/*On the homepage, #divabout is the div that holds the welcome message and about info.*/
#kdivabout {
    margin-bottom: 0.5em;
    text-align: center;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Lucida Sans Unicode", Tahoma, Arial;
    color: rgba(0,70,127,1);
}


/*Properties for the welcome text.*/
#kdivwelcome {
    font-size: 18px;
    font-weight: bold;
    /* margin-bottom: 10px; */
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
}

/*The font description.*/
#kdivdescr {
    font-size: 16px;
    font-weight: normal;
    /* margin-bottom: 14px; */
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
}

/*Puts the shadow effect on the KCTCS logo like in HRMS*/
img#kimglogo.klogoshadow {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

/*Sets the max width of the img to 90%*/
img#kimglogo {
    max-width: 90%;
}

/*Hide the Language Selection*/
select#ptlangsel
{
	visibility: hidden;
}

label[for=ptlangsel]
{
	visibility: hidden;
}