.userTableRow, #userNameLangButton {
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.userTableRow:hover {
    background-color: #cecece;
    cursor: pointer;
}

.langCheckbox {
    padding-left: 10px;
    padding-right: 10px;
}

.userform_left {
    float: left;
    width: 49%
}

.userform_right {
    float: right;
    width: 49%;
}

.checkbox label:hover {
    text-decoration: underline;
}

.languageSwitchBox label:hover {
    text-decoration: none;
}
#userNameLangButton:hover {
    background-color: #ebebeb;
    cursor: pointer;
}


.standard-checkbox-label, .language-name
{
    font-size:9pt;
}

.inactive-user
{
    opacity:0.7;
}

.original_languages
{
    margin:0px;
}

.language-name
{
    display:block;
    font-weight: bold;
    text-decoration: underline;
}

.hidden
{
    display:none !important;
}

.label-royal
{
    background:#2D499D;
}

.royal
{
    color:#2D499D;
}