/**
 * @file
 * Form Styling
 */


.form-item {
  margin: 1.5em 0 1.5em;
}

.form-checkboxes,
.form-radios /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 3em 0;
}

.form-item input,
.form-item textarea {
	border-color: #d6d6cf;
	border-width: 1px;
	border-style: solid;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 2px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
  /* color: #8f8f89; */
  color: #000000;
  font-size: 1.25em;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
  /* color: #8f8f89; */
  color: #000000;
}

.form-required /* The part of the label that indicates a required field */ {
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0.4em 0;
}

.form-submit /* The submit button */ {
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}


/*
 * Search (search-theme-form.tpl.php)
 */
#search-box /* Wrapper for the search form */ {
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
  display: none;
}


/*
 * Search (search-block-form.tpl.php)
 */
#search-block-form /* Wrapper for the search form */ {
}

#edit-search-block-form-1-wrapper label /* Label that says "Search this site:" */ {
  display: none;
}

#search-block-form {
  float: right;
  margin: 0;
  margin: 16px 0 0 0;
  padding: 0;
  width: 311px;
  text-align: right;
}

#search-block-form ul {
  float: right;
}

#search-block-form li {
  float: left;
  margin: 16px 0 0 0;
  padding: 0;
}

#search-block-form input#edit-submit {
  margin: 0;
  padding: 2px 0 0 8px;
  cursor: pointer;
  width: 28px;
  height: 20px;
  background: transparent url('/sites/all/themes/sitetheme/images/graphics/search.png') 8px 1px no-repeat ;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}

#IEroot #search-block-form input#edit-submit {
  width: 34px;
  font-size: 0;
  color: #F7F6EE;
  text-align: right;
}

#search-block-form input#edit-search-block-form-1 {
  padding: 0 0 0 6px;
  color: #43433c;
  background-color: #fff;
  border: none;
  width: 194px;
  height: 20px;
}


/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}


/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1em;
}

#user-login ul {
  margin: 1em 0;
}

#user-login li.openid-link,
#user-login li.user-link /* The OpenID links on the /user form. */ {
  margin-left: -2em; /* LTR */ /* Un-do all of the padding on the ul list. */
}


/*
 * Drupal admin tables
 *
 * We overrode these styles in html-elements.css, but restore them for the admin
 * section of the site.
 */

form tbody {
  border-top: 1px solid #ccc;
}

form th,
form thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody th {
  border-bottom: 1px solid #ccc;
}

#webform-client-form-83212  .form-item label {
  display: inline;
  }
  
#webform-client-form-83212  .form-select, #webform-client-form-83212  .form-text {
  float: right;
  margin-right: 100px;
  }

#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-accounts-payable-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:280px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Paying for goods and services acquired by the University, \0020 including: \0020 Activities associated with purchase order and ePayment transactions, \0020 receiving and routing of invoices, \0020 matching or validating invoices against purchase orders, \0020 entry of transactions into the Accounts Payable System (APS) or ePayment System, \0020 reconciling accounts payable and generating reports of supplier payment activity.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-accounts-receivable-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:310px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Collecting receivables and payment from students, \0020 grantor agencies, \0020 third parties, \0020 and customers.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-gems-expense-reporting-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:400px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Processing and payment of expense reports for business expenses incurred, \0020 including: \0020 Advances and associated reconciliation efforts, \0020 travel authorization, verification, and approval; \0020 Data entry; \0020 Travel verification and approval; \0020 Matching of reports with receipts; \0020 Review and monitoring of policy compliance; \0020 Management reporting and auditing; \0020 Addressing exceptions and errors discovered in the expense reporting process.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-general-accounting-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:430px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "General accounting activities related to FAS and financial reporting, \0020 including: \0020 Maintain FAS and prepare consolidated financial statements by following accounting standards promulgated by FASB and AICPA along with federal and state agencies, \0020 Prepare, \0020 record and approve journal entries using Account Create and Cost Transfers System (ACCTS), \0020 Activities related to the close process at the division/professional school/central office level, \0020 Review of monthly FAS financial reports, \0020 reconciling accounts against transactions, \0020 producing localized financial reports created outside of FAS.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-payroll-business-processes-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:460px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "The process of paying salaries and wages by following University policies and federal and state rules and regulations. Includes: \0020 Calculating and disbursing payroll, \0020 managing tax compliance with federal and state regulatory authorities, \0020 oversee Time and Attendance system and calculations, \0020 daily maintenance routines, \0020 end user help desk activities, \0020 preparation of payroll reports including W-2s, \0020 1099s, \0020 1042S, \0020 payroll taxes and voluntary contributions. NOTE: \0020 Exclude review and approval of employee's time.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-external-reporting-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:370px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Preparing and reporting of financial information to external parties requesting information (e.g., \0020 government agencies, \0020 accreditation bodies, \0020 etc.).";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }

#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-budget-planning-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:340px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Aligning organizational strategy with the available financial resources to create a budget plan. Includes related analysis activities, \0020 such as revenue/expense forecasting and scenario analysis. Also includes coordination activities between various groups to discuss organizational plans and budget needs.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-budget-entry-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:340px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Entering budget plans into budget systems and tracking results against budget. Assemble annual budget so allocated resources match revenue and expense estimates. Track budget activity against monthly budget allocations. Reporting revenues and expenditures activity against the budget on a monthly, \0020 quarterly and annually basis and explain any budget variances. Entering budgeting and funding information and updating records in Delphi system.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-other-finance-processes-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:340px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Other finance processes not detailed above.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-related-managerial-activities-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:340px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Managing employees and work output related to any of the above finance processes.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-finance-fieldset-finance-total-wrapper {
  margin-top: 35px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-procurement-fieldset-purchasing-requirements-and-supplier-evaluation-selection-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:766px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Defining requirements for goods and services and selecting sources of supply, \0020 including: \0020 Defining purchasing requirements, \0020 identifying alternatives, \0020 gathering competitive quotations, \0020 evaluating responses, \0020 making final supplier selection in accordance with University policies and procedures";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-procurement-fieldset-requisition-processing-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:766px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Creating and approving BuySite requisitions and Form 100 requests, \0020 including: \0020 Gathering and submission of the appropriate documentation in accordance with university policies and procedures and maintenance, \0020 modification, \0020 and cancelation of existing requisitions.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-procurement-fieldset-purchase-order-processing-and-maintenance-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:766px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Processing and maintenance of purchase orders, \0020 including: \0020 Issuance of orders, \0020 addressing supplier PO concerns, \0020 any change order activities. Note: \0020 Excludes activities related to billing and invoices.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-procurement-fieldset-other-procurement-processes-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:766px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Other procurement processes not detailed above.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-procurement-fieldset-related-managerial-activities-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:766px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Managing employees and work output related to any of the above procurement processes.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-procurement-fieldset-procurement-total-wrapper {
  margin-top: 35px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-applicant-tracking-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:981px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Activities related to recruiting staff (both internal promotions and external hires) and tracking applicants throughout their application process, \0020 including: \0020 Tracking of open positions, \0020 drafting and defining job descriptions and evaluation criteria, \0020 review and approval of all postings to make sure they meet standards and compliance requirements (e.g., \0020 AAP, \0020 VEVRAA), \0020 recruiting underrepresented categories, \0020 manage application materials, \0020 job postings and inquiries from potential candidates, \0020 candidate screening and organization of interviews, \0020 record applicant's scores for testing and any other documentation required to be considered for the position, \0020 obtaining feedback/evaluations from interviewers, \0020 conducting reference checks and reviewing escalated background checks. NOTE: \0020 Excludes time interviewing applicants.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-on-boarding-exits-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:981px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Handling all documentation and communication associated with on-boarding new employees and handling employee exits, \0020 including: \0020 Setting up new hire documentation, \0020 enrollment, \0020 communications, \0020 orientation, \0020 approval of various forms (e.g., \0020 I-9 forms), \0020 ensuring completion and administration of visas for international employees, \0020 processing various forms involved in onboarding, \0020 mobility services (i.e., \0020 transfer, \0020 relocation and immigration) and updating records in Workday, \0020 handling related communications (e.g., \0020 offer letters, \0020 transfer notifications), \0020 following exiting internal policies (termination policy) and federal and state regulations, \0020 tracking and following retiree and termination data, \0020 administering COBRA programs and informing employee of COBRA options, \0020 conducting exit interviews.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-hr-data-management-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:981px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Managing data in compliance with University policies and state/federal regulations, \0020 including: \0020 Compliance with rules and regulations required by federal and state authorities, \0020 Fair Labor Standards Act, \0020 and IL minimum wage, \0020 compliance with University HR policies and controls, \0020 approving of personnel action (e.g., \0020 personal changes, \0020 requests, \0020 job changes, \0020 etc), \0020 updating records in Workday (e.g., \0020 Time and Attendance and Recruiting Systems).";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-time--leave-administration-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:981px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Oversight and guidance to supervisors/managers regarding employee time and absence reporting, \0020 including: \0020 Leave approval notifications, \0020 tracking and communication of employees on leaves, \0020 updating records in UChicago Time.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-performance-management-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:981px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Formally required mechanisms for managing employee performance and career trajectory, \0020 possibly including: \0020 Employee performance appraisal and assessment, \0020 employee training and development, \0020 workshops and coaching offerings, \0020 goal setting and career planning, \0020 succession planning. NOTE: \0020 Excludes informal or non-required forms of performance management that regularly go on between managers and staff.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-compensation-planning-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:981px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Compensation planning for staff and faculty, \0020 including: \0020 Policy design and administration for the compensation program, \0020 collaboration with the job evaluation process, \0020 internal peer and external market pay competitiveness assessment, \0020 pay for performance alignment reviews, \0020 internal and external pay decisions, \0020 including merit increases, \0020 making recommendations to supervisors and managers regarding promotion decisions, \0020 career pathing for employees, \0020 and succession planning.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
 
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-staff-recruiting-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:981px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Strategic planning of staff positions based on programmatic needs and budget constraints. Includes coordination across departments and units to identify and prioritize emerging needs, \0020 organizational design, \0020 employee engagement and change management.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-other-hr-processes-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:981px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Other Human Resources processes not detailed above.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-related-managerial-activities-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:981px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Managing employees and work output related to any of the above Human Resources processes.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-hr-fieldset-hr-total-wrapper {
  margin-top: 35px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-research-administration-grant-funding-identification-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1757px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Identifying grant opportunities for faculty and researchers, \0020 including: \0020 Researching grants through various mechanisms (e.g., \0020 listservs), \0020 routing opportunities to the appropriate faculty, \0020 researcher and/or administrator.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-research-administration-grant-proposal-preparation-review-and-submission-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1757px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Review granting agency guidelines, \0020 complete proposal submission and documentation in online grant tracking system, \0020 and build out all proposal submission requirements, \0020 including: \0020 Review and analysis of grant proposals by internal leadership, \0020 complete internal reviews at various levels (e.g., \0020 department, \0020 division, \0020 dean, \0020 etc), \0020 internal review of proposal for compliance with grant policies and guidelines, \0020 identification of regulatory requirements.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-research-administration-proposal-approval-process-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1757px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Overseeing and managing the grant approval/award process, \0020 including: \0020 Approval process by the grantor agency or sponsor to an applicant of their formal decision, \0020 written notification of award, \0020 laying out the decision, \0020 terms, \0020 and requirements, \0020 providing instructions on how to secure and report on grant funding, \0020 tracking award notices in the online or tracking system, \0020 responding to grantor agency just-in-time request.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }

#webform-client-form-83212 .form-item#edit-submitted-research-administration-award-processing-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1757px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Processing approved awards, \0020 including: \0020 Accepting and negotiating awards on behalf of the University, \0020 updating the AURA (Award Management System) with accepted award budget and terms, \0020 notifying the appropriate units that an award has been executed, \0020 processing any needed subawards, \0020 creating FAS accounts and associated budgets to track award expenditures (including cost sharing expenses).";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-research-administration-award-project-management-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1757px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Active monitoring of award activity in compliance with federal regulations, \0020 award-specific terms and conditions, \0020 and University policies and procedures, \0020 including: \0020 Processing award modifications, \0020 preparing award projections, \0020 keeping approvals current.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-research-administration-regulatory-management-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1757px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Ensuring compliance with federal regulations, \0020 award specific terms and conditions, \0020 and University policies and procedures, \0020 including: \0020 Setting controls, \0020 monitoring transactions, \0020 supporting external reviews for allowability of expenditures charged to sponsored awards.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-research-administration-regulatory--external-report-requirements-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1757px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Prepare the final accounting of expenses for an award as required by the sponsor, \0020 including: \0020 Preparing a closing memo or preparing the sponsor-required financial report (interim and final), \0020 tracking and submitting any other sponsor-required deliverables (e.g., \0020 progress, \0020 patent, \0020 or property reports).";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-research-administration-other-research-administration-processes-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1757px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Other Research Administration processes not detailed above.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-research-administration-related-managerial-activities-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1757px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Managing employees and work output related to any of the above Research Administration processes.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-research-administration-research-total-wrapper {
  margin-top: 35px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-application-maintenance-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Application support, \0020 enhancement delivery, \0020 and upgrade execution, \0020 including: \0020 Support of applications through activities supporting routine updates, \0020 tier 2 support of application software in production; \0020 design, \0020 create, \0020 test and implement enhancements to software already in production; \0020 development of business case and test environments for both packaged and custom software applications";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-application-development--implementation-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Planning, \0020 construction and implementation of administrative, \0020 web and mobile applications, \0020 and websites, \0020 including: \0020 Planning activities to determine the demand and resources (people, \0020 hardware) for a project, \0020 detail project scope and a roadmap for application software, \0020 development and definition of technical specifications, \0020 identification of tools needed for development and production environment, \0020 writing code and configuration for software and executing test scripts, \0020 testing and training for new application software, \0020 data analysis and reporting, \0020 development and execution of cutover plan";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-data-centers--networking-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Operations of the server storage infrastructure, \0020 including databases, \0020 platforms and web servers. Includes administration, \0020 purchase, \0020 upgrade and configuration of the environment.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-networking-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Networking of infrastructure and data centers, \0020 including wired, \0020 wireless, \0020 firewalls, \0020 cellular networks, \0020 facilities, \0020 physical security, \0020 UPS and generators, \0020 and VPN.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-security-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Detection, \0020 documentation, \0020 and countering of information and information systems against unauthorized access or modification of information. Whether in storage, \0020 processing, \0020 or transit, \0020 and against denial of service to authorized users. Includes security activities like development of policy and process guidelines, \0020 engagement of management to implement, \0020 access management, \0020 incident response, \0020 risk management & compliance, \0020 outreach and education, \0020 security architecture, \0020 security operations and vulnerability management.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-end-user-support-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Support for end-users of hardware and software, \0020 including: \0020 Help desk support, \0020 including the design of planning, \0020 policies, \0020 and procedures for troubleshooting, \0020 end user training, \0020 system enhancements and upgrades, \0020 development and delivery of end-user documentation and training on the use of hardware, \0020 software, \0020 application, \0020 networks and communication systems using classrooms, \0020 online and alternate training delivery. Includes workstations (e.g., \0020 Surface Tablets), \0020 cell phones and tablets (e.g., \0020 iPads, \0020 Android)";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-hardware-and-software-acquisition-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Purchase of hardware (i.e., \0020 servers, \0020 mainframes) and software (e.g., \0020 Microsoft Office, \0020 Excel, \0020 etc.) based on unit needs.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-telecommunications-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Support for telecommunications services, \0020 including: \0020 Adding, \0020 moving, \0020 or replacing phones, \0020 disconnect or terminate phone service, \0020 providing a cable/jack, \0020 providing VoIP on phone lines, \0020 supporting video, \0020 audio and web conferencing.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-audio-visual-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Support services for classroom audio and video needs, \0020 video recording of lectures, \0020 and MOOC production.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-research-computing-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Use of high-powered computers and servers for research purposes, \0020 including: \0020 Fast execution of complex programs to conduct scientific investigations, \0020 producing advanced visualizations, \0020 optimizing applications for large parallel computing environments.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-it-project-management-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Strategy and project management activities, \0020 including: \0020 Conducting enterprise wide analysis, \0020 design, \0020 and planning for the successful development and execution of information technology strategy; \0020 planning activities to determine the demand and resources (people, \0020 hardware) for a project; \0020 detailed project scope and scheduling for an IT project; \0020 development of technical requirements; \0020 creating test plans/scripts and executing testing.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-other-it-processes-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Other IT processes not detailed above.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-related-managerial-activities-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:1353px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Managing employees and work output related to any of the above IT processes.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-it-fieldset-it-total-wrapper {
  margin-top: 35px;
  }
  

  
#webform-client-form-83212 .form-item#edit-submitted-other-fieldset-other-faculty-support-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:2060px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "e.g., \0020 curriculum planning, \0020 course scheduling, \0020 room bookings, \0020 clerical assistance";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-other-fieldset-student-support-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:2090px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "e.g., \0020 Graduate student recruitment, \0020 graduate/undergraduate advising";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-other-fieldset-facilities-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:2120px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "e.g., \0020 facilities maintenance, \0020 planning renovation projects, \0020 etc.";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-other-fieldset-communications-and-events-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:2150px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "e.g., \0020 managing website content, \0020 writing and distributing press releases, \0020 planning special events";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-other-fieldset-development-ie-fundraising-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:2180px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "e.g., \0020 communicating with donors, \0020 working with ARD to identify potential new donors";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-other-fieldset-all-other-wrapper label:hover::after {
  display: block;
  position:absolute;
  /* top:2180px; */
  left:7px;
  width: 215px;
  background-color: #BBBBAF;
  content: "Any additional activities not included in the categories above";
  font-weight: normal;
  border: 1px solid maroon;
  border-radius: 2px;
  color: black;
  padding: 5px;
  }
  
#webform-client-form-83212 .form-item#edit-submitted-other-fieldset-other-total-wrapper {
  margin-top: 35px;
  }
  
#webform-client-form-83212 span.form-required {
  display: none;
  }
