/*
  Afeka customization:
  UserSelfServiceActions.jsp reset/unlock page
  - Set gray background instead of white
  - Reduce SysAid fixed table height from 670px to 470px
*/

body#UserSelfServiceActions_body {
    background: #eee !important;
}

body#UserSelfServiceActions_body table.Maxed_Width[height="670"] {
    height: 720px !important;
}
/*
body#UserSelfServiceActions_body table.Maxed_Width[height="670"] {
    margin-top: 0px !important;
    height: 720px !important;
    min-height: 720px !important;
}
*/
/*
  Afeka customization:
  Hide SysAid "Help Desk software" footer text on reset/unlock action pages.
*/
body#UserSelfServiceActions_body a[href^="http://www.sysaid.com"] {
    display: none !important;
}