/*====================
// Lato Fonts
====================*/
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Hairline.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Thin.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Heavy.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-HairlineItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-ThinItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-HeavyItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

* {
  outline: none !important;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

body {
  font-size: 16px;
  font-family: Lato, Tahoma, -apple-system, BlinkMacSystemFont, Arial,
    sans-serif;
  margin-top: 0;
  line-height: 1.4 !important;
  color: #323a46;
  background: #eff3f8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  overflow-x: hidden !important;
}

/*fix spinner icon not loadding issue for mobile browsers*/
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../../../../Images/icon-ajax-16.gif);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343a40;
  font-weight: 500;
}

a {
  color: #0047dd;
  text-decoration: underline #0047dd;
}

a:hover {
  color: #002d72;
  text-decoration: underline #002d72;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}
#skip-main {
    width: 100%;
    color: white;
    position: absolute;
    z-index: 9999;
}
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
  .skip:focus {
    position: static;
    width: auto;
    height: auto;
    color: white;
    background-color: black;
  }
.TabBar {
  border-top: #a4c1c1 1px solid;
  border-bottom: white 1px solid;
  background: #a4c1c1;
}
.UserName {
  font-weight: 600;
  color: #777777;
}
.PageTitle {
  font-weight: 600;
  font-size: 12px;
  color: #993300;
  text-decoration: none;
}
.TopMenuTab {
  border-right: black 0.1pt solid;
  border-top: black 0.1pt solid;
  border-left: white 0.1pt solid;
  border-bottom: white 0.1pt solid;
  background-color: #cec7ad;
}
.TopMenuTabSelected {
  padding-right: 0px;
  margin: 1% 1% 0px 0px;
  padding-top: 0px;
  background-color: #a4c1c1;
}
.TopMenuTabText {
  font-weight: 600;
  font-size: 10pt;
  vertical-align: middle;
  color: #636563;
  background-color: #cec7ad;
  text-align: center;
  text-decoration: none;
}
.TopMenuTabTextSelected {
  font-weight: 600;
  font-size: 10pt;
  vertical-align: middle;
  color: white;
  background-color: #a4c1c1;
  text-align: center;
  text-decoration: none;
}

.tabSelected {
  padding: 5px;
  color: #336699;
  font-weight: 600;
  background-color: #b0c9d9;
  text-decoration: none;
  display: inline;
}

.tabNotSelected {
  padding: 5px;
  color: WHITE;
  font-weight: 600;
  background-color: #336699;
  display: inline;
}

.bgLogo {
  border-bottom: #669999 1px;
  background-color: #669999;
}

.jhuLogo {
  width: 100%;
  height: auto;
  padding: 20px;
}

.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background-color: #002d72;
}

.topbar .topbar-left {
  float: left;
  position: relative;
  z-index: 1;
  background-color: #002d72;
  border-left: 3px solid #002d72;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 255px;
  height: 70px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.public-page .main-page-col {
  padding-left: 0;
  padding-right: 0;
}

.textInfo {
  color: #343a40;
}

.ul-box-plain {
  margin-left: 2px;
  padding-left: 0;
}

.li-box-plain {
  list-style: none;
  margin: 5px 0 0 0;
}

label {
  font-weight: 400;
}

.label {
  color: #343a40;
  font-weight: 400;
}

.label-reg {
  color: #343a40;
  font-weight: normal;
}

.label-name {
  font-weight: 700;
  color: #205081;
}

.label-large-bold {
  font-size: 12pt;
  color: #003063;
  font-weight: 600;
}

.label-data-tag {
  color: black;
  font-weight: 600;
}

.label-data {
  color: black;
  font-weight: normal;
  margin: 0 0 0 0;
}

.label-green {
  color: green;
  font-weight: normal;
  margin: 0 0 0 0;
}

.label-data-align-right {
  color: black;
  font-weight: normal;
  text-align: right;
}

.label-required {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/required.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 14px;
}

.label-reverse {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_reverse.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-readOnly {
  cursor: text;
  border: black 1px dashed;
  color: #003063;
}

.label-readOnly:hover {
  cursor: not-allowed;
}

.label-heading-readOnly {
  font-size: 14pt;
  color: #ae0000;
  font-weight: normal;
  background-image: url(../../../../Images/icon_32X32_warningRedBorder.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 3px;
  padding-left: 35px;
  margin: 0 0 15px 0;
}

/* ISIS-8140, added for Personal Information Summary screen sub-fields. */
.label-subfield {
  font-size: 8pt;
  color: gray;
}

.button-link-book {
  color: #003063;
  font-weight: normal;
  background-color: transparent;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  cursor: hand;
  background-image: url(../../../../Images/book_open.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-pictures {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/pictures.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-email {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/email.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-wrench {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/wrench.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-pdf-icon16 {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_16x16_pdf.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-excel-icon16 {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_16x16_xls.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-exclamation {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/exclamation.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-exclamation-multiline {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/exclamation.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 20px;
}

.label-exclamation-red-multiline {
  color: #ae0000;
  font-weight: normal;
  background-image: url(../../../../Images/exclamation.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 20px;
}

.label-warning-multiline {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_32X32_warningRedBorder.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 40px;
}

.label-bold {
  color: #003063;
  font-weight: 600;
}

.label-medium {
  color: #003063;
  font-weight: 600;
}

.label-x {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/X_mark.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-x-red {
  color: #ae0000;
  font-weight: normal;
  background-image: url(../../../../Images/X_mark.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-check-x {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/check_x.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-spinner {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon-ajax-16.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  border: none;
  background-color: transparent;
}

.label-emptyIcon-postiion {
  color: #003063;
  font-weight: 700;
}

.label-Warning {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/WarningIcon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-Warning-red {
  color: #ae0000;
  font-weight: normal;
  background-image: url(../../../../Images/WarningIcon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-Warning-red-multiline {
  color: #ae0000;
  font-weight: normal;
  background-image: url(../../../../Images/WarningIcon.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 20px;
}

.label-Warning-multiline {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/WarningIcon.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 20px;
}

.label-info {
  color: #003063;
  background-color: transparent;
  font-weight: normal;
  background-image: url(../../../../Images/information.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-info-multiline {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/information.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 20px;
}

.label-smile {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/smile.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-add {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/add.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-copy {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/copy.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-delete {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_16x16_delete_minus.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-trash {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/trash.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-printer {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/printericon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-find {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_16x16_find.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-find-large {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_79x79_search.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.label-gears-large {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_50x50_gears.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-cart {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_16x16_cart.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-edit-pencil {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_16x16_editPencil.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-user {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_user.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-check {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/check.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-blackcheck {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/black_checkmark.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-check-green {
  color: GREEN;
  font-weight: normal;
  background-image: url(../../../../Images/check.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  white-space: nowrap;
}

.label-arrow {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}

.label-arrow-down {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/arrow_down.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  height: 18px;
  margin-left: 4px;
}

.label-arrow-green {
  color: green;
  font-weight: normal;
  background-image: url(../../../../Images/arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}

.label-arrow-down-green {
  color: green;
  font-weight: normal;
  background-image: url(../../../../Images/arrow_down.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 14px;
}

.label-report {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/icon_report.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-book {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/book_open.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.label-calendar-right {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/calendar.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 4px;
}

.label-calendar-left {
  color: #003063;
  font-weight: normal;
  background-image: url(../../../../Images/calendar.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}

/*for div labels that live in table cells*/
.label-tableCell {
  color: #003063;
  margin: 0 0 0 3px;
}

/* for table cells in FERPASummary page */
.ferpalabel {
  font-size: 12px;
  color: #2b2b2b;
  margin: 0 0 0 3px;
  vertical-align: top;
}

.labelAlerts {
  font-weight: 600;
  color: red;
}
.ValidationSummary {
  border-right: blue 1px solid;
  border-top: blue 1px solid;
  font-weight: 600;
  background: #e0e0e0;
  border-left: blue 1px solid;
  color: red;
  border-bottom: blue 1px solid;
  padding: 2px;
}
.labelShade {
  color: black;
  background-color: lightgrey;
  align: left;
  valign: center;
}
.labelInfo {
  font-weight: 600;
  color: black;
  background-color: white;
  align: left;
  valign: center;
}

.WeblabelInfo {
  font-weight: 600;
  color: black;
  background-color: silver;
  align: left;
  valign: center;
}
.labelInfoNew {
  color: #003063;
}
.subHeader {
  font-weight: 500;
  color: #003063;
  align: left;
  valign: center;
}
.subHeaderNew {
  font-weight: 500;
  color: black;
  align: left;
  valign: center;
}
.dataElement {
  font-weight: 400;
}
.Canvas {
  border-right: #a7b5da 1px solid;
  border-top: #a7b5da 1px solid;
  border-left: #a7b5da 1px solid;
  width: 600px;
  border-bottom: #a7b5da 1px solid;
  position: relative;
  background-color: #cccccc;
}

/* to be used instead of h3 */
.importantMessage {
  color: #ae0000;
  font-weight: 600;
}

.important-message-margin {
  color: #ae0000;
  font-weight: 600;
  display: block;
  margin: 7px;
}

.legend {
  font-weight: 600;
}

.universityName {
  font-weight: 600;
  font-size: 16pt;
  color: black;
  text-align: left;
}
.helpArea {
  font-weight: 600;
}
.mainTable {
  margin: 0px;
}
.searchBar {
  color: #343a40;
  background-color: #e5e5e5;
}
.tableHeader {
  color: white;
  background-color: #205081;
  font-weight: 500;
  padding: 2px 5px 2px 5px;
}

.tableHeader-halign-left {
  vertical-align: middle;
  text-align: left;
  color: white;
  background-color: #205081;
  font-weight: 500;
  padding: 2px 5px 2px 5px;
}

.tableHeader th {
  vertical-align: middle;
  text-align: center;
  color: white;
  background-color: #205081;
  font-weight: 700;
  padding: 2px 5px 2px 5px;
}

.tableHeader td {
  vertical-align: middle;
  text-align: center;
}

.tableRowEvenData {
  font-weight: normal;
}

.tableRowEvenData td {
  vertical-align: middle;
}

.evenRowSpacer {
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
}
.oddRowSpacer {
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  background-color: #ecf1f7;
}
.tableRowOddData {
  background-color: #f0f0f0;
  font-weight: normal;
}

.tableRowOddData td {
  vertical-align: middle;
}

.tableCaption {
  font-weight: 600;
  background-color: #cec7ad;
}
.frmButton {
  border-right: black 1px solid;
  border-top: black 1px solid;
  font-weight: 600;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
}
.tocHeader {
  font-weight: 500;
  vertical-align: middle;
  cursor: hand;
  color: #343a40;
  height: 20px;
  background-color: silver;
  text-decoration: none;
}
.closeActiveButton {
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  width: 15px;
  color: black;
  border-bottom: black 1px solid;
  height: 15px;
  background-color: lightsteelblue;
  text-decoration: none;
}
.closeInactiveButton {
  border-right: silver 1px solid;
  border-top: silver 1px solid;
  border-left: silver 1px solid;
  width: 15px;
  color: black;
  border-bottom: silver 1px solid;
  height: 15px;
  text-decoration: none;
}
.breadCrumbBar {
  font-weight: 600;
  color: #39414a;
  height: 15px;
  background-color: #a7b5da;
  valign: middle;
}
.MandatoryIndicator {
  color: #ae0000;
}
.requiredField {
  color: #ae0000;
}

.subText {
  color: black;
}
.caution {
  font-weight: 600;
  color: #ae0000;
}
.universityTitle {
  font-weight: 600;
  font-size: 10pt;
  color: black;
  align: left;
  valign: center;
}
.LinkText {
  font-weight: 600;
  font-size: 11px;
  color: #cccccc;
  text-decoration: underline;
}
.LinkText:hover {
  color: #003399;
}
.Footer {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 11px;
  padding-bottom: 0px;
  color: #343a40;
  padding-top: 0px;
  text-align: center;
}

.Footer-logo {
  padding-top: 40px;
  width: 100%;
  text-align: center;
  clear: both;
}

.FooterLinkText {
  font-weight: 600;
  font-size: 11px;
  color: #cccccc;
  text-decoration: underline;
}
.FooterLinkText:hover {
  color: black;
}
.LinkStyle {
  font-weight: 600;
  font-size: 12px;
  color: #cccccc;
  text-decoration: none;
}
.LinkStyle:hover {
  color: white;
}
.FooterLinkStyle {
  font-weight: 600;
  font-size: 11px;
  color: black;
  text-decoration: underline;
}
.FooterLinkStyle:hover {
  color: black;
}
.tableBorder {
  border-bottom: #cccccc 2px solid;
  background-color: white;
}
.lovResultsBodyBGColor {
  background-color: #fffff0;
}
.nImageClass {
  border-right: white 1px solid;
  border-top: white 1px solid;
  border-left: white 1px solid;
  border-bottom: white 1px solid;
}
.hRefClass {
  text-decoration: none;
}
.myLayersClass {
  visibility: visible;
  position: relative;
}
.nlabelInfoNew {
  font-weight: 600;
  color: #003063;
}
.nlabelInfoNew1 {
  font-weight: normal;
  font-size: 8pt;
  color: #003063;
}
.editTableRowData {
  background-color: #ecf1f7;
}
.MiscInfoText {
  width: 335px;
  color: black;
  height: 20px;
}
.labelElement {
  font-weight: normal;
  background-color: #e0e0e0;
}
.BoldRed {
  font-weight: 600;
  color: red;
}
.BoldBlack {
  font-weight: 600;
  color: black;
}
.ItalicRed {
  color: red;
  font-style: italic;
}
.ItalicBlack {
  color: black;
  font-style: italic;
}
.BoldRedOddData {
  font-weight: 600;
  color: red;
  background-color: #ecf1f7;
}
.BoldBlackOddData {
  font-weight: 600;
  color: black;
  background-color: #ecf1f7;
}
.ItalicRedOddData {
  color: red;
  font-style: italic;
  background-color: #ecf1f7;
}
.ItalicBlackOddData {
  color: black;
  font-style: italic;
  background-color: #ecf1f7;
}
.colorForDottedLines {
  color: blue;
}
.printClass {
  font-size: 8pt;
  color: black;
}
.dataTable {
  table-layout: fixed;
}
/***********************************************************/
/***********************************************************/
/*JHU MODS for Self-Service*/
.PageDescriptionSection {
  background-color: #ffffcc;
  border: solid #999999 1px;
  padding: 3px;
}

.divMessage {
  border-right: #c00000 1px solid;
  border-top: #c00000 1px solid;
  font-weight: normal;
  left: 10px;
  vertical-align: super;
  border-left: #c00000 1px solid;
  width: 525px;
  color: red;
  border-bottom: #c00000 1px solid;
  position: absolute;
  top: 150px;
  height: 65px;
  background-color: #efefef;
}
.divWelcome {
  visibility: hidden;
}
.divSecurityNote {
  visibility: hidden;
}

.pnlMessageForCookies {
  border-right: #c00000 1px solid;
  border-top: #c00000 1px solid;
  left: 10px;
  border-left: #c00000 1px solid;
  width: 512px;
  color: red;
  border-bottom: #c00000 1px solid;
  position: absolute;
  top: 170px;
  height: 35px;
  background-color: #efefef;
}
.divForBtSingIn {
  height: 20px;
  visibility: hidden;
}
.alertMenu {
  font-weight: 600;
  color: black;
  text-decoration: underline;
}
.alertMenu A:link {
  text-decoration: underline;
}
.alertMenu A:visited {
  text-decoration: underline;
}
.alertMenu A:active {
  text-decoration: underline;
}

.alertMenuRed {
  font-weight: 600;
  color: red;
  text-decoration: underline;
}
.alertMenuRed A:link {
  text-decoration: underline;
  color: red;
}
.alertMenuRed A:visited {
  text-decoration: underline;
  color: red;
}
.alertMenuRed A:active {
  text-decoration: underline;
  color: red;
}

.menubar {
  border-top: #a4c1c1 1px solid;
  background: #a4c1c1;
  padding-bottom: 0px;
  vertical-align: middle;
  border-bottom: white 1px solid;
  height: 0px;
}

.PersonFunction {
  font-weight: 600;
  font-size: 12px;
  color: black;
}
.label-zeroStrkeThrough {
  font-weight: 600;
  color: #777777;
}

.PersonFunctionLinkCol {
  position: relative;
  left: -2px;
}

.ajaxLabelInfo {
  font-weight: 600;
  color: black;

  align: left;
  valign: center;
}
.ajaxTextBox {
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
.ajaxTextBoxReadOnly {
  border-right: 0px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
}
.ajaxComment {
  color: Gray;
  visibility: visible;
}
.ajaxErrorMsg {
  font-weight: 600;
  visibility: visible;
  color: red;
}
.ajaxSaveConfirmation {
  color: #006600;
  font-weight: 600;
  visibility: visible;
}
.ajaxChangedValue {
  font-weight: 600;
  font-size: 10pt;
  color: darkblue;
}
.ajaxDivNotificationMoveButton {
  background-position: left top;
  background-image: url(../../../../Images/MoveButtonMouseOver.gif);
  width: 17px;
  cursor: hand;
  background-repeat: no-repeat;
  height: 16px;
}

.ajaxDivNotificationCloseButtonPressed {
  background-position: right top;
  background-image: url(../../../../Images/CloseButtonPressed.jpg);
  width: 16px;
  cursor: hand;
  background-repeat: no-repeat;
  height: 16px;
}
.ajaxDivNotificationCloseButtonMouseOver {
  background-position: right top;
  background-image: url(../../../../Images/CloseButtonMouseOver.jpg);
  width: 16px;
  cursor: hand;
  background-repeat: no-repeat;
  height: 16px;
}
.ajaxDivNotificationCloseButton {
  background-position: right top;
  background-image: url(../../../../Images/CloseButton.jpg);
  width: 16px;
  cursor: hand;
  background-repeat: no-repeat;
  height: 16px;
}
.ajaxDivNotificationClose {
  color: white;
}
.ajaxDivTablePlain {
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  width: 100%;
  border-right-width: 0px;
}
.ajaxDivNotification {
  display: block;
  overflow: hidden;
  color: #003063;
  position: absolute;
  background-color: white;
}
.ajaxDivNotificationRelative {
  display: block;
  color: #003063;
  background-color: white;
}
.ajaxDivNotificationRelativeDeemphasized {
  display: block;
  color: #003063;
  background-color: #eee;
}
.ajaxDivNotificationText {
  padding-right: 23px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.alignTop {
  vertical-align: top;
}

.AjaxVisible {
  visibility: visible;
}
.AjaxHidden {
  visibility: hidden;
}
.AjaxSectionShrinksed {
  height: 50px;
}
.AjaxSectionNormal {
  height: auto;
}
.transparentControl {
  filter: alpha(opacity=50);
  left: 0px;
  width: 99%;
  position: absolute;
  top: 0px;
  height: 100%;
  background-color: #eee;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.padding-large {
  padding: 10px;
}

.padding-left {
  padding-left: 10px;
}

.sectionHeader {
  font-weight: 500;
  color: #003366;
  background-color: #f0f0f0;
  border-top: #c0c0c0 thin solid;
  border-right: #c0c0c0 thin solid;
  padding: 0 3px 0 3px;
  border-left: #c0c0c0 thin solid;
  border-bottom: #c0c0c0 thin solid;
  border-width: 1px;
  margin: 0 0 0 0;
}

.zipScrollableDiv {
  width: 400px;
  height: 100px;
  overflow: auto;
}
.linkDescriptor {
  font-size: 14px;
}

.MenuLink {
  font-weight: 500;
  font-size: 14px;
  color: black;
}

/******************************\
* Use these styles to iconify  *
* links using ajax.            *
\******************************/
.icon-none-16-right {
  font-style: normal;
  font-weight: normal;
}
.icon-none-16-right a {
  margin-right: 18px;
}

.icon-talk-16-right {
  background-image: url(../../../../Images/icon-talk-16.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.icon-talk-16-right a {
  margin-right: 18px;
}
.icon-ajax-16-right {
  background-image: url(../../../../Images/icon-ajax-16.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.ajax-16-right {
  background-image: url(../../../../Images/icon-ajax-16.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.icon-ajax-16-right-label {
  background-image: url(../../../../Images/icon-ajax-16.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  color: #003063;
  font-weight: normal;
}

.icon-ajax-16-right a {
  margin-right: 18px;
}

.icon-ajax-16-left-padded {
  background-image: url(../../../../Images/icon-ajax-16.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 18px;
}

.icon-ajax-16-left a {
  margin-left: 18px;
}

/******************************\
* Telerik RadMenu w/ Opera bug *
\******************************/
.radmenu-container-outer {
  position: relative;
  height: 26px;
  clear: both;
}
.radmenu-container-inner {
  position: absolute;
}

.sympaEmailPopupSaveCancel {
  font-weight: 600;
  color: #003063;
  margin-right: 2px;
  margin-left: 2px;
  align: left;
  valign: center;
}

.tableBorderForSectionHeader {
  border-top: #c0c0c0 thin solid;
  border-right: #c0c0c0 thin solid;
  padding-bottom: 2px;
  border-left: #c0c0c0 thin solid;
  border-bottom: #c0c0c0 thin solid;
  border-width: 1px;
  width: 100%;
}
.sectionHeaderWithButtomBorder {
  font-weight: 500;
  padding: 0 0 0 3px;
  color: #003366;

  background-color: #f0f0f0;
  border-bottom: solid 1px #c0c0c0;
  margin: 0 0 0 0;
}

.sectionHeaderWithBorder {
  font-weight: 500;
  font-size: 15px;
  color: #003366;

  background-color: #f0f0f0;
  border: #c0c0c0 thin solid;
  border-width: 1px;
  width: 100%;
}

.section-Header-tab {
  /*FONT-WEIGHT: 600;*/
  padding: 0 0 0 3px;
  color: #003366;
  /*BACKGROUND-COLOR: #F0F0F0;*/
  background-image: url(../../../../Images/section-header.png);
  border-bottom: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
  margin: 0 0 0 0;
}

.label-nowrap {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .box-border {
    border-top: solid 1px #b9c9d9;
    border-right: solid 2px #b9c9d9;
    border-left: solid 2px #b9c9d9;
    border-bottom: solid 2px #b9c9d9;
    margin-bottom: 15px;
  }

  .label-nowrap {
    white-space: nowrap;
  }

  #cartCalendar div.fc-agendaWeek-view div.fc-widget-header {
    margin-right: 17px;
  }
}

@media (max-width: 1024px) {
  td.roster-empty-cell {
    display: none;
  }
}

.box-margin-small {
  margin: 3px 3px 3px 3px;
  display: block;
}

.box-margin-medium {
  margin: 6px 6px 6px 6px;
  display: block;
}

.inner-box {
  padding: 2px 5px 5px 5px;
}

.box-border-title {
  background: #b0c9d9 url(../../../../Images/section-header.png);
  height: 23px;
  line-height: 23px;
  padding: 0 5px;
  color: #014274;
  font-weight: 600;
  border-bottom: solid 1px #b9c9d9;
  margin: 0 0 0 0;
}

.box-border-title-icon {
  margin: 0 3px 0 3px;
  vertical-align: middle;
  border: 0;
}

.label-popup {
  color: gray;
}

.table-dataView {
  border: solid 1px white;
  border-spacing: 1px;
}

.table-dataView td {
  padding: 2px 2px 2px 2px;
  border: solid 1px white;
  border-spacing: 1px;
}

.table-dataView th {
  padding: 5px 2px 5px 2px;
  border: solid 1px white;
  border-spacing: 1px;
}

.table-box-border-title {
  background: #b0c9d9 url(../../../../Images/section-header.png);
  height: 23px;
  line-height: 23px;
  padding: 0 5px;
  color: #014274;
  font-weight: 600;
  border-bottom: solid 1px #b9c9d9;
  margin: 0 0 0 0;
}

.subFormButtons {
  height: 20px;
}

.form-control-valign-middle {
  vertical-align: middle;
}

.dropDownListWidth {
  width: 200px;
}

.greyboxfilled {
  border: 1px solid #ddd;
  background: #f0f0f0;
  padding: 3px;
  margin: 1px 1px 10px 1px;
}

.error {
  background-color: #f0f0f0;
  border: solid #cc0000 2px;
  padding: 3px;
  color: #cc0000;
}

.smalltext {
  color: #666666;
  font-size: 14px;
}

.small-font-info-link {
  font-size: 10px;
  color: #336699;
}

.info-link-div {
  background-image: url(../../../../Images/information.gif);
  background-repeat: no-repeat;
  background-position: middle left;
  padding: 0 0 0 20px;
  margin: 0 0 0 3px;
  height: 15px;
}

.bluebutton {
  color: #ffffff;
  font-size: 8pt;
  font-weight: 600;
  background-color: #003063;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.bluebuttonDisabledLook {
  margin-right: 5px;
  border-right: black 1px dashed;
  border-top: black 1px dashed;
  border-left: black 1px dashed;
  border-bottom: black 1px dashed;
  background-image: url(../../../../Images/icon-ajax-16.gif);
  background-repeat: no-repeat;
  background-position: middle left;
}

#DGAlerts {
  border: 1px solid #cccccc;
}
#DGAlerts td {
  padding: 5px;
  border: 1px solid #cccccc;
}
#DGAlerts th {
  padding: 5px;
  border: 1px solid #cccccc;
}

.note {
  border-style: solid;
  border-width: 1px;
  border-color: #f0c000;
  background-color: #ffffce;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px;
}

.inlineForm-headerRow {
  background-color: #ffffce;
}

.inlineForm-newRow {
  border-right: solid 2px Navy;
  border-left: solid 2px Navy;
  border-top: solid 2px Navy;
  border-bottom: solid 2px Navy;
}

.inlineForm-newRow-noborder {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.left-border-blue {
  border-left: solid 2px #003366;
}

.table-rollupRow {
  background-color: #ddeeff;
  color: #003366;

  height: 30px;
}

.facultyNote {
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  background-color: #ecf1f7;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 3px;
}

.aspTextBoxNoScroll {
  overflow: auto;
}

/*Modal Popup*/
.modalBackground {
  background-color: #003063;
  filter: alpha(opacity=30);
  opacity: 0.8;
}
.modalPopup img {
  border: solid 5px #fff;
}
.modalPopup-text {
  display: block;
  color: #343a40;
  background-color: #fff;
  text-align: center;
  border: solid 2px #000;
  padding: 10px;
}

/* Ajax Autocomplete */
.autocomplete_completionListElement {
  visibility: hidden;
  position: absolute;
  margin: 0px !important;
  background-color: white;
  color: #003063;
  border: buttonshadow;
  border-width: 1px;
  border-style: solid;
  padding: 0px;
  cursor: 'default';
  overflow: auto;
  height: 100px;
  text-align: left;
  list-style-type: none;
}

/* AutoComplete highlighted stuff */
div.autocomplete {
  margin: 0px;
  padding: 0px;
  width: 250px;
  background: white;
  border: 1px solid #888;
  position: absolute;
}

div.autocomplete ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

div.autocomplete ul li.selected {
  background-color: #ffb;
}

div.autocomplete ul li {
  margin: 0;
  padding: 2px;
  display: block;
  list-style-type: none;
  cursor: pointer;
  font: 11px Lucida Grande, Verdana, gentona, Tahoma, Roboto, -apple-system,
    BlinkMacSystemFont, Arial, sans-serif, Helvetica;
}

/* Disabled Text Box*/
.disabledTextBox {
  background-color: transparent;
  border-style: none;
  font-weight: 600;
  font-style: normal;
  color: #a4a4a4;
}

.disabledLinkButton {
  background-color: transparent;
  border-style: none;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
  color: #a4a4a4;
  pointer-events: none;
  cursor: not-allowed;
}

.disabledDropDownList {
  background-color: white;
  border-style: solid;
  font-weight: 600;
  font-style: normal;
  color: #a4a4a4;
}

.panel-heading {
  font-size: 15pt;
  font-weight: 500;
}
.panel-heading.smallPadding {
  padding: 0px 3px 3px 6px;
  text-align: left;
}

.panel-body.smallPadding {
  padding: 0px 3px 6px 0px;
  text-align: left;
}
.panel-body.smallPadding table {
  padding: 0px !important;
}

/* ModernUI - Override */
.systemAnnounce {
  font-weight: 700;
  font-size: inherit;
  color: #003366;
  background-color: inherit;
  margin-bottom: 15px;
}

.systemAnnounce.bs-callout.bs-callout-info.oneBorder {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

/** SELF-4981 **/
.row {
  display: table;
}

/* 
    Update from Vue integration to not apply
    these styles to full calendar classes.
*/
.row [class*='col-']:not([class^='fc-']) {
  float: none;
  display: table-cell;
  vertical-align: top;
}

/*END JHU MODS for Self-Service*/
/***********************************************************/
/***********************************************************/

.portalCourseNameSmall {
  color: Gray;
  font-size: x-small;
}

.portalScheduleLocationText {
  font-style: italic;
}

.portalScheduleToday {
  color: Red;
}

.portalScheduleTableRowEvenData {
  font-weight: normal;
}

.portalScheduleTableRowEvenData td {
  vertical-align: top;
}

/***********************************************************/
/***********************************************************/

.FERPAGeneral {
  font-weight: 600;
  font-style: italic;
}

.FERPAPhoto {
  border: thick red solid;
}

.FERPAMessageBox {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  width: 100% !important; /* ModernUI - override width */
}

/* 
    CSS element+element Selector - style element placed immediately after first element 
    Used on FERPA Summary to expand selection element
*/
.FERPAMessageBox + .box-border {
  width: 100% !important;
}

/*************************************************************/
.class-details-cell {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*************************************************************/

.toppad {
  margin-top: 20px;
}

.overlay-spinner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  background-image: url(../../../../Images/hd-spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* From Frame.css */
.col-2,
.col-10 {
  padding-left: 10px;
  padding-right: 10px;
}
/* End from Frame.css */

/*
    Add missing xs attribute removed from Bootstrap 4
*/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

/*
    JHU_PersonsSummary.aspx

    Target the actions panel from this page:
    Move up 20px and clear top/left margins and padding
*/
div[id$='_actionsPanel'] #div_actions {
  position: relative;
  top: -20px;
  margin-top: 0px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* Move BiographicalInfo up 20px to match div above */
#div_BiographicalInfo {
  position: relative;
  top: -20px;
}
/* move table under BiographicalInfo up 40 px to match div above */
#div_BiographicalInfo + br + table {
  position: relative;
  top: -40px;
}

div.container-fluid {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
}

select.multi-select-list {
  min-height: 100px;
}

td.class-advanced-search-column {
  min-width: 500px;
}

td.class-advanced-search-column fieldset legend {
  font-size: 12pt;
  font-weight: 600;
}

#person-summary-modal div.modal-body {
  overflow: auto;
  width: 100%;
  height: 100%;
}

#divEmployerHistory_MainForm {
  min-width: 600px;
}

table.person-summary-table {
  width: 100%;
}

.public-page .content-page {
  margin-left: 0;
}

.public-page div.proxy-checkbox-container {
  max-width: 280px;
}

.js-focus-visible .public-page input[type='text'] {
  outline-width: 0px !important;
}

.js-focus-visible .public-page .btn.focus-visible {
  outline-offset: 4px;
}

.public-page .row [class*='col-'] {
  float: none;
  display: block;
}

.public-page .row {
  display: flex;
}

div.right-pane-content {
  overflow-x: auto;
}

div.right-pane-form {
  margin-left: 15px;
}

table.tooltip-table .label {
  color: white;
}

div.right-pane-content h4,
#divStatementsInfo h4,
#divIntlWireInfo h4,
#divBanktoBankWireInfo h4,
#divTMSPaymentPlanInfo h4,
#divRefundInfo h4,
#div1098TInfo h4 {
  font-size: 14px;
  font-weight: 600;
}

h3 {
  font-size: 16px;
  font-weight: 800;
}

h4 {
  line-height: 22px;
}

input.form-control {
  font-size: inherit;
}

/* From Frame.css */

.navbar-custom {
  background-color: #002d72;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  margin-left: 240px;
  min-height: 70px;
}

.navbar-custom .nav-link {
  padding: 0;
  line-height: 69px;
  color: rgba(255, 255, 255, 0.6);
}

.navbar-custom .dropdown-toggle:after {
  content: initial;
}

.navbar-custom .menu-left {
  overflow: hidden;
}

nav.navbar-custom {
  background-color: #002d72;
}

nav.navbar-custom ul {
  background-color: #002d72;
}

nav.navbar-custom ul li {
  background-color: #002d72;
}

nav.navbar-custom ul li input {
  background-color: rgba(255, 255, 255, 0.1);
}

.notification-list {
  margin-left: 0 !important;
}

.notification-list .noti-title {
  margin-bottom: 0;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  margin: 0;
}

.notification-list .noti-icon {
  font-size: 24px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 8px;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

.header-dropdown {
  width: auto;
}

.public-page .profile-dropdown {
  width: 180px;
}

.profile-dropdown span {
  vertical-align: middle;
}

.nav-user {
  padding: 0 12px !important;
}

.nav-user img {
  height: 56px;
}

.side-menu {
  bottom: 0;
  top: 0;
  width: 240px;
  z-index: 2;
}

div.slimScrollDiv {
  max-height: 100%;
}

.content-page {
  margin-left: 240px;
  margin-right: 10px;
  overflow: hidden;
}

.content-page .content {
  margin-top: 80px;
}

.alert-link:hover {
  text-decoration: underline;
}

.side-menu.left {
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  top: 70px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0;
  position: fixed !important;
}

.button-menu-mobile {
  border: none;
  color: #ffffff;
  display: inline-block;
  height: 70px;
  width: 60px;
  background-color: #002d72;
  font-size: 24px;
}

.sidebar-inner {
  height: 100%;
}

#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-menu {
  width: 100%;
}

#sidebar-menu a {
  line-height: 1.3;
}

#sidebar-menu ul ul {
  display: none;
}

#sidebar-menu ul ul li {
  border-top: 0;
}

#sidebar-menu ul ul a {
  color: #75798b;
  display: block;
  padding: 10px 20px 10px 65px;
}

#sidebar-menu ul ul a:hover {
  color: #0047dd;
}

#sidebar-menu ul li a i {
  display: inline-block;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#sidebar-menu > ul > li > a {
  color: #343c49;
  display: block;
  padding: 12px 20px;
  margin: 4px 0;
  border-left: 3px solid #ffffff;
}

#sidebar-menu > ul > li > a.active {
  color: #0047dd;
}

#sidebar-menu > ul > li > a:hover {
  color: #0047dd;
  text-decoration: none;
  background: #eeeeee;
  border-color: #0047dd;
}

#sidebar-menu > ul > li > a:focus {
  text-decoration: none;
  background: #eeeeee;
  border-color: #0047dd;
}

#sidebar-menu > ul > li > ul > li > a:focus {
  color: #0047dd;
  text-decoration: none;
  background: #f5f5f5 !important;
  border-left: 3px solid #0047dd;
  padding-left: 62px;
}

#sidebar-menu > ul > li > ul > li > a.active {
  color: #0047dd;
}

#sidebar-menu .subdrop {
  background: #f5f5f5 !important;
  border-left: 3px solid #0047dd;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  text-rendering: auto;
  line-height: 24px;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #0047dd;
}

#sidebar-menu ul li .menu-arrow:before {
  content: '\F105';
}

#sidebar-menu ul li a.subdrop .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#wrapper.enlarged .navbar-custom {
  margin-left: 70px;
}

#wrapper.enlarged .menu-arrow {
  display: none !important;
}

#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5;
  position: absolute !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 52px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  background: #eeeeee !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  background: #eeeeee !important;
  color: #0047dd;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  background: #eeeeee !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background: #eeeeee;
  color: #0047dd;
  border-color: #0047dd;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #ffffff;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #0047dd;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul > li > a:focus {
  color: #0047DD;
  background: #f5f5f5 !important;
  border-left: 3px solid #0047DD;
  padding-left: 12px;
}

#wrapper.enlarged
  .left.side-menu
  #sidebar-menu
  ul
  > li:hover
  > ul
  > li
  > a:focus {
  color: #0047dd;
  background: #f5f5f5 !important;
  border-left: 3px solid #0047dd;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}

#wrapper.enlarged .content-page {
  margin-left: 70px;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important;
}

#wrapper.enlarged .topbar .topbar-left #img-jhu-shield-only {
  display: block;
}

#wrapper.enlarged .topbar .topbar-left #img-jhu-full {
  display: none;
}

#wrapper.enlarged #sidebar-menu ul ul {
  border-left: 2px solid #eeeeee;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: none;
  margin-top: -5px;
  padding-top: 0;
  z-index: 9999;
  background-color: #ffffff;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: normal;
}

.topbar .topbar-left #img-jhu-shield-only {
  display: none;
}

.topbar .topbar-left #img-jhu-full {
  display: block;
}

.dropdown-menu {
  padding: 4px 0;
  border: 0;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.dropdown-menu a {
    color:#0047dd;
    text-decoration: none;
}

.dropdown-item:active {
  background-color: #f2f2f2;
  color: inherit;
}

.dropdown-menu-lg {
  max-width: 280px;
  min-width: 265px;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.badge {
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
}

.badge-danger {
  background-color: #ee6e73;
}

.badge-pink {
  background-color: #ec407a;
  color: #ffffff;
}

@media print {
  .topbar {
    display: none;
    margin: 0;
    padding: 0;
  }
  .left {
    display: none;
  }
  .content {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .content-page {
    margin-left: 0;
    margin-top: 0 !important;
  }
}

.btn {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

textarea.form-control {
  height: auto;
}

div.top-right-menu-info {
  display: none;
}

@media (max-width: 767px) {
  .enlarged .left.side-menu {
    margin-left: -75px;
  }

  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a,
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
    display: none;
  }

  .content-page {
    margin-left: 0px !important;
  }

  .modal-content {
    overflow: auto;
  }

  td.text-cell {
    display: none;
  }

  .public-page td.text-cell {
    display: table-cell;
  }

  div.top-right-menu-info {
    display: block;
  }
}

@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  #sidebar-menu {
    overflow: auto;
    height: 100%;
    padding-top: 0;
  }
  .navbar-custom {
    margin-left: 70px !important;
  }
  .dropdown-menu-lg {
    max-width: 230px;
  }
}

@media (max-width: 419px) {
  .content-page {
    margin-left: 70px;
  }
  .enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
  .topbar-left {
    width: 70px !important;
  }
  .container-fluid {
    padding-right: 0;
  }
  #wrapper.enlarged .topbar .topbar-left #img-jhu-shield-only {
    display: block;
  }
  #wrapper.enlarged .topbar .topbar-left #img-jhu-full {
    display: none;
  }

  .topbar .topbar-left #img-jhu-shield-only {
    display: block;
  }

  .topbar .topbar-left #img-jhu-full {
    display: none;
  }
}

form {
  margin-bottom: 0em;
}

.breadcrumb {
  background-color: transparent !important;
}

#sidebar-menu ul li.active {
  background: #f5f5f5 !important;
  border-left: 3px solid #0047dd;
}

#sidebar-menu ul li.active:not(.top_level_item) > a {
  padding-left: 62px
}

#sidebar-menu ul li.disabled a {
  color: #cccccc;
  pointer-events: none;
}

#sidebar-menu ul li.disabled {
  cursor: not-allowed;
}

a.nav-user {
  max-height: 70px;
}

.top-bar-container {
  float: right;
  margin-left: 15px;
}

.top-bar-container td.text-cell {
  line-height: 20px;
  padding-right: 10px;
}

.role-menu-container {
  line-height: 1.5;
}

.role-menu-container a {
    padding: 10px 20px;
}

.active-role {
    font-weight: 700;
    border: solid #dee2e6;
    border-width: 0 0 0 2px;
    border-color: rgb(0, 71, 221) !important;
}

#top-bar-role-switcher span {
    font-size: 14px;
}

.breadcrumb {
  background: #eff3f8;
}

/* End Frame.css */

.bs-tooltip-auto[x-placement^='bottom'] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #444;
}

.bs-tooltip-auto[x-placement^='top'] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #444;
}

.bs-tooltip-auto[x-placement^='left'] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #444;
}

.bs-tooltip-auto[x-placement^='right'] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #444;
}
/* SELF-8619: added .tooltip css to override font-family coming in from Framework/ModernUI/css/bootstrap-4.6.2.min.css - bso6*/
.tooltip {
    font-family: Lato, Tahoma, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.tooltip-inner {
  background-color: #444;
  max-width: 300px;
  text-align: start;
}

.tooltip-inner a,
.tooltip-inner a:visited,
.tooltip-inner a:hover,
.tooltip-inner a:focus {
  color: #00c6e0;
}

.tooltip-inner em {
  color: white;
}

div.class-schedule-panel {
  width: 100%;
}

table.checkBoxList td {
  white-space: nowrap;
}

table.checkBoxList td label {
  white-space: normal;
}

table.checkBoxList td input[type='checkbox'] {
  vertical-align: top;
}

table.class-schedule-table {
  border-collapse: separate;
}

#divMain #headings a:hover {
  color: white;
}

div.Footer-logo {
  display: none;
}

#results tr td {
  border: 1pt white solid;
}

div.jcard-info-container {
  margin-bottom: 0;
}

div.jcard-info-row {
  margin-left: 0;
}

input.jcard-freeze-button {
  margin-left: 15px;
}

p.insurance-alert-message-divider {
  margin-top: 12px;
}

span.health-insurance-message p {
  margin-top: 12px;
}

div.health-insurance-actions-body {
  min-height: 185px;
  font-weight: 500;
  font-size: 16px;
}

span.health-insurance-label strong {
  font-size: 16px !important;
}

span.health-insurance-waive-intl-deadline-label {
  font-size: 14px;
  font-style: italic;
}

div.intl-insurance-waiver-submit-container {
  margin-top: 5px;
  text-align: right;
  margin-bottom: 10px;
}

.row-flex {
  display: flex;
  width: 100%;
}

div.panel,
div.panel-body {
  overflow-x: auto;
}

#showcontrol {
  overflow: auto;
}

#showcontrol input {
  margin-bottom: 2px;
}

.modal .modal-header {
  min-height: 40px;
}

.modal .modal-dialog .close {
  top: 18px;
  right: 18px;
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: #343c49;
  opacity: 1;
  border: 2px solid #ffffff;
  text-shadow: none;
  color: #ffffff;
  border-radius: 50%;
  padding: 0;
  font-size: 18px;
}

.modal .modal-dialog .modal-title {
  margin: 0;
}

.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

#classlookupresults {
  z-index: 10000;
}

#divSponsorInformation h2 {
  font-size: 14pt;
}

#divFileUploadForm {
  width: 100%;
  margin-left: 0px;
}

#dvAddNewAck,
#dvAddNewUpload,
#dvSubmitBtn {
  margin-left: 0px;
}

div.zero-margin-left-right {
  margin-left: 0;
  margin-right: 0;
}

div.zero-padding-left-right {
  padding-left: 0;
  padding-right: 0;
}

div.grad-app-submit-box {
  margin: 10px 10px 10px 10px;
}

@media (min-width: 500px) {
  div.confirm-box {
    text-align: right;
  }
}

div.account-summary-row {
  margin: 0;
}

div.payment-confirmation-container {
  width: 500px;
  margin: 25px 0 0 100px;
}

@media (max-width: 500px) {
  div.account-summary-row [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  div.payment-confirmation-container {
    width: 100%;
    margin: 25px 0 0 0px;
  }

  div.insurance-policy-period-container {
    height: 100px;
  }

  #showcontrol table.ajaxDivTablePlain {
    width: 530px;
    max-width: 530px;
  }

  .tbl-majors {
    border-left: 1px solid navy;
  }

  .tbl-terms {
    border-right: 1px solid navy;
  }
}

@media (max-width: 1140px) {
  div.policy-period-container select {
    width: 100%;
  }
}

@media (min-width: 1530px) {
  div.policy-period-container {
    float: right;
  }
    .tbl-terms {
        width: 400px !important;
    }
}

div.full-width-row {
  width: 100%;
}

li.alerts-menu-container {
  line-height: 68px;
  height: 70px;
  text-align: right;
  width: 100%;
}

li.alerts-menu-container div.alerts-menu-content,
li.alerts-menu-container a:not(.role-menu-container a),
li.alerts-menu-container span,
li.alerts-menu-container #contact_phone,
li.alerts-menu-container #contact_email,
li.alerts-menu-container span.PersonFunction,
li.alerts-menu-container .breadCrumbDevider {
  color: white;
}

li.alerts-menu-container strong.contact-us-label {
  font-size: 14px;
}

/*
SELF-8619: changed font-weight for JHU_FamilyInfo/JHUFamilyInfoDisplay.aspx page
*/
.boldLabel {
  font-weight: 700;
}

a.btn-add-new {
  padding: 7px;
}

table.handshake-checkbox-table td {
  padding-right: 2em;
  white-space: nowrap;
}

select.class-schedule-dropdown {
  white-space: nowrap;
}

#divContTxtPreferredName {
  display: none;
}

table.cart-items-table {
  min-width: 1100px;
}

div.feedback-container {
  margin: 5px 5px 5px 0px;
  width: 100%;
}

#jhu_GiveFeedback_FeedbackText {
  width: 100%;
  overflow: auto;
}

#jhu_GiveFeedback_MaskIdentity_Container table {
  width: 100%;
}

#jhu_GiveFeedback_MaskIdentity_Container table tr td {
  vertical-align: top;
}

#jhu_ReportATechnicalIssue_TopSwitchingContainer {
    display: none;
    position: relative;
    clear: both;
}

#jhu_ReportATechnicalIssue_ThanksContainer {
    display: none;
    width: 100%;
    position: relative;
    margin-top: 5px;
}

#jhu_ReportATechnicalIssue_ErrorContainer {
    display: none;
    width: 100%;
    position: relative;
    margin-top: 5px;
}

#jhu_ReportATechnicalIssue_FormContainer {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

#jhu_ReportATechnicalIssue_FeedbackTextValidation {
    visibility: hidden;
    color: red;
}

#jhu_ReportATechnicalIssue_Buttons {
    margin-top: 10px;
    text-align: right;
}

#jhu_GiveFeedback_TopSwitchingContainer {
    display: none;
    position: relative;
    clear: both;
}

#jhu_GiveFeedback_ThanksContainer {
    display: none;
    width: 100%;
    position: relative;
    margin-top: 5px;
}

#jhu_GiveFeedback_ErrorContainer {
    display: none;
    width: 100%;
    position: relative;
    margin-top: 5px;
}

#jhu_GiveFeedback_FormContainer {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

#jhu_GiveFeedback_FeedbackTextValidation {
    visibility: hidden;
    color: red;
}

#jhu_GiveFeedback_Buttons {
    margin-top: 10px;
    text-align: right;
}

#jhu_FeedbackAndSupport_LandingPage_Buttons {
    text-align: right;
}

#jhu_ReportATechnicalIssue_IDWarning,
#jhu_GiveFeedback_IDWarning {
    margin-top: 0.25rem;
}

#jhu_GiveFeedback_Anonymous {
    display: flex !important;
}

#jhu_GiveFeedback_BackButton a,
#jhu_ReportATechnicalIssue_BackButton a {
    text-decoration: none;
}

.content-breadcrumbs {
    margin-top: -8px;
}

.content-breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
  content: '\F053';
  font-family: 'Font Awesome 5 Pro';
}

em {
  font-weight: 400;
  color: #323a46;
}

#message-board-container .label,
#message-board-container em {
  font-weight: 400;
}

b,
strong {
  font-weight: 800;
}

strong.contact-us-label {
  font-weight: 600;
  font-size: 14px;
}

.panel-isis > .panel-heading {
    font-weight:800;
}

#results tr.header td {
  font-weight: 600;
}

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

/* Optional: Customize .focus-visible */
.js-focus-visible .focus-visible {
  outline-width: 2px !important;
  outline-style: dashed !important;
  outline-color: #7d99d4 !important;
  outline-offset: 2px;
}

.js-focus-visible button.button-menu-mobile.focus-visible {
  outline-offset: -2px;
}

.js-focus-visible #sidebar-menu .focus-visible,
.js-focus-visible .profile-dropdown .focus-visible {
  outline-offset: 0px;
}

.modern-ui-help-link {
  display: none;
}

#divAddressHandler_MainForm table td,
#divPhoneHandler_MainForm table td,
#divEmailHandler_MainForm table td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.btn-primary,
.btn-isis {
  color: #fff;
  background-color: #0047dd;
  border-color: #0047dd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover,
.btn-isis:hover {
  color: #fff;
  background-color: #003bb7;
  border-color: #0037aa;
}

.btn-isis:not(:disabled):not(.disabled):active,
.btn-isis:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0037aa;
  border-color: #00339d;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-isis:focus,
.btn-isis.focus {
  color: #fff;
  background-color: #003bb7;
  border-color: inherit;
  -webkit-box-shadow: 0 0 0 0.15rem #0047dd;
  box-shadow: 0 0 0 0.15rem #0047dd;
}

input.btn {
  font-size: 14px;
}

a.btn {
  font-size: 14px;
}

a.btn-primary {
  -webkit-appearance: none;
}

.btn-sm,
.btn-xs,
.btn-xxs {
  font-size: 14px;
}

.family-info-add-btn {
  margin-bottom: 5px;
  margin-left: 5px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
  }
}

.pnl-bank-info input,
#divEmailAddress input {
  margin-bottom: 3px;
  margin-top: 3px;
}

.tooltip-inner #jhu_faculty_cbDontShowContainer,
.tooltip-inner #jhu_Faculty_containerDiv .subHeader {
  color: white;
}

.tooltip-inner
  #jhu_Faculty_containerDiv
  #jhu_Faculty_dgFacultyEmail
  #div_inPlaceEdit,
.tooltip-inner #jhu_Faculty_containerDiv #jhu_Faculty_dgFacultyEmail a {
  color: #003063;
}

#jhu_Faculty_validationMessage {
  color: red;
}

.tooltip-inner #jhu_Faculty_validationMessage {
  color: #fee117;
}

.tooltip-inner .grade-system-label {
  color: white;
}

#inLineFormExcelUpload .subFormButtons,
#contrainerUpload .subFormButtons {
  height: 30px;
}

input.send-email-form-button {
  width: 80px;
  height: 30px;
}

div.contact-us-container {
  text-align: left;
}

#divEmail span.smalltext input[type='checkbox'] {
  margin-right: 5px;
  margin-left: 5px;
}

#divEmail .email-groups-cell {
  white-space: nowrap;
}

#divEmail .toggle-recipients-cell {
  padding-left: 20px;
}

div.enroll-status-date-time {
  font-size: small;
}

#divAddWaiver input[type='radio'],
#divActions input[type='checkbox'],
div.class-schedule-panel input[type='radio'] {
  margin-right: 5px;
}

#divApplicantsList table td a,
#divDataGrid table td a {
  white-space: nowrap;
}

div.advisee-grades-actions-container a {
  white-space: normal;
  word-wrap: break-word;
}

div.panel-hold-actions {
  margin-bottom: 7px;
}

#generic-modal div.modal-header h4 {
  margin-top: 13px;
}

.inline-block-display {
  display: inline-block;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  margin-left: 3px;
}

div.class-schedule-container {
  min-width: 600px;
}

div.report-panel {
  min-width: 900px;
}

div.roster-info-left-column {
  min-width: 300px;
}

div.roster-top-panel div.panel-body {
  min-height: 150px;
}

select.grades-dropdown {
  min-width: 50px;
}

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

#divDataGrid table.advisee-name-table td {
  padding-top: 0;
}

i.ferpa-icon {
  color: #0047dd;
  margin-left: 5px;
}

table.advisee-name-table .icon-none-16-right a {
  margin-right: 0px;
}

div.select-all-checkbox-container {
  min-width: 25px;
}

span.advisee-alerts {
  margin-left: 5px;
}

i.email-list-form-icon {
  color: #0047dd;
}

div.faculty-top-panel {
  min-height: 160px;
}

table.faculty-email-noti-table {
  width: 100%;
}

#divAddressHandler_MainForm a.btn {
  padding: 4px 8px;
  text-decoration-line: none;
  border-top: 0;
}

#AddressHandler_btnRemove {
  float: right;
}

div.data-entry-section .panelshort > .panel > .dga-panel,
div.search-section .panelshort > .panel > .dga-panel {
  min-height: 300px;
}

div.favorites-section .panelshort > .panel > .dga-panel {
  min-height: 220px;
}

div.dga-container .panelshort > .panel > .dga-panel label.dob-label {
  white-space: nowrap;
}

div.dga-container
  .panelshort
  > .panel
  > .dga-panel
  input:not([type='button']):not([type='submit']),
div.dga-container .panelshort > .panel > .dga-panel select {
  display: block;
}

fieldset.fund-source-totals-container .fieldtext {
  font-size: 16px;
}

#divDataGrid .btn-release {
  background-color: #00875a;
  border-color: #00875a;
}

#divDataGrid .icon-none-16-right {
  margin: 3px 3px 3px 3px;
}

#why_disabled_link svg {
  display:none;  
}