/** Customizatons
 * 
 * Client ORG_CODE: HUD
 * Client Name: Hudson County Community College
 * 
 * */
/* HEADER */

.site-header {
  background-color: #00857a;
}

/* TABS */
.kioskbodyinstr {
  font-size:20pt;
}
.rich-tab-inactive {
  background-color: transparent;
}
.subtab.rich-tab-inactive, .sapUserInfoMenu,
.sapUserInfoMenuSelected{
  background-color: #2b3990;
  color: #fff !important;
}
.rich-tab-inactive:hover, .rich-tab-active:hover {
  border-bottom: medium solid #FFFF00;
}

.rich-tab-active, .subtab.rich-tab-active {
  border-bottom: medium solid #fff;
  background-color: #2b3990;
}

.subtab.rich-tab-active, .panelnumber {
  background-color: #00857a !important;
}
.subtab.rich-tab-active:hover {
  background-color: #00857a !important;
}

.subtab:hover:not(.subtab-disabled),
.sapUserInfoMenu:hover,
.sapUserInfoMenuSelected:hover {
    background-color: #6c758b !important;
    color: #fff !important;
}

.res-detail-panel-new-user, .selresourcebar {
  background-color: #00857a;
}

/* TEXT */
body,
input,
textarea,
select,
label,
a,
h2,
h3,
h3,
h5,
.res-detail-permissions,
.rich-subtable-footercell,
.subtablecell,
.txtinput,
.commentCls,
.superscript,
.dateRangeCompFont,
.dr-table-cell,
.dr-pnl,
.dr-pnl-b,
.dr-pnl-h,
.dr-tbpnl-tb,
.dr-tbpnl-cntnt,
.dr-subtable-cell,
.dr-table-footercell,
.rich-table-headercell,
.rich-table-subheadercell,
.target-cell,
.rich-shuttle-source-cell,
.rich-shuttle-source-cell-active,
.rich-shuttle-source-cell-selected,
.rich-shuttle-source-caption,
.rich-shuttle-target-cell,
.rich-shuttle-target-cell-active,
.rich-shuttle-target-cell-selected,
.rich-shuttle-target-caption,
.rich-list-shuttle-button-content,
.panel,
.subLevelTreeTbl,
.user-entitlement-table-cell,
.user-access-table-cell,
.user-entitlement-table-hdr,
.rich-calendar-days,
.rich-calendar-month,
.rich-calendar-tool,
.rich-calendar-cell,
.rich-calendar-toolfooter {
    font-family:"Nunito Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.subtab-active a, .subtab a, .subtab:hover:not(.subtab-disabled) a, .sapUserInfoMenuSelected:hover {
  color: #fff !important;
}
h2, .panelheader{
    text-transform: capitalize !important;
}

/* BUTTONS */

.selresourcebtn,
.loginButton,
.buttonL1,
.buttonL1Disabled,
.buttonL2,
.buttonL2Disabled,
.buttonL3,
.buttonL3Disabled,
.buttonL4,
.buttonL4Disabled,
.anchorAsButton,
.anchorAsButtonDisabled,
.ss_manager_button,
.launch_wf_button,
.mutliselectBtn,
.chevronMultiSelectBtn {
  background-color: #00857a !important;
  color: #fff;
}

.selresourcebtn:hover,
.loginButton:hover,
.buttonL1:hover,
.buttonL1Disabled:hover,
.buttonL2:hover,
.buttonL2Disabled:hover,
.buttonL3:hover,
.buttonL3Disabled:hover,
.buttonL4:hover,
.buttonL4Disabled:hover,
.anchorAsButton:hover,
.anchorAsButtonDisabled:hover,
.ss_manager_button:hover,
.launch_wf_button:hover,
.mutliselectBtn:hover,
.chevronMultiSelectBtn:hover 
{
  background-color: #00857a !important;
}