/*====================
// 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;
}

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;
}

.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;
}

.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-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-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;
}

.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;
}

.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;
}

.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;
}

.menubar {
  border-top: #a4c1c1 1px solid;
  background: #a4c1c1;
  padding-bottom: 0px;
  vertical-align: middle;
  border-bottom: white 1px solid;
  height: 0px;
}

.label-zeroStrkeThrough {
  font-weight: 600;
  color: #777777;
}

.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;
}

button.sympaEmailPopupSaveCancel {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

button.sympaEmailPopupSaveCancel:hover,
button.sympaEmailPopupSaveCancel:focus {
  color: #001f42;
  text-decoration: underline;
}

.inplaceeditor-editing {
  display: inline-block;
  vertical-align: middle;
}

.inplaceeditor-controls {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
	margin-left: 10px;
}

.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%;
}

.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) {
  .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;
}

.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;
}

.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;
}

/*************************************************************/
.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;
}

#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;
}

.public-page .profile-dropdown {
  width: 180px;
}

.profile-dropdown span {
  vertical-align: middle;
}

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;
}

.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 {
  .content {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .content-page {
    margin-left: 0;
    margin-top: 0 !important;
  }
}

textarea.form-control {
  height: auto;
}

@media (max-width: 767px) {
  .content-page {
    margin-left: 0px !important;
  }

  .public-page td.text-cell {
    display: table-cell;
  }
}

@media (max-width: 419px) {
  .content-page {
    margin-left: 70px;
  }

  .container-fluid {
    padding-right: 0;
  }
}

form {
  margin-bottom: 0em;
}

.breadcrumb {
  background-color: transparent !important;
}

.breadcrumb {
  background: #eff3f8;
}

/* End Frame.css */

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;
}

#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;
}

#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%;
}

/*
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;
}

.content-breadcrumbs {
    margin-top: -8px;
}

.content-breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
  content: '\F053';
  font-family: 'Font Awesome 7 Pro';
}

em {
  font-weight: 400;
  color: #323a46;
}

#message-board-container .label,
#message-board-container em {
  font-weight: 400;
}

b,
strong {
  font-weight: 800;
}

.panel-isis > .panel-heading {
    font-weight:800;
}

#results tr.header td {
  font-weight: 600;
}

.modern-ui-help-link {
  display: none;
}

#divAddressHandler_MainForm table td,
#divPhoneHandler_MainForm table td,
#divEmailHandler_MainForm table td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.family-info-add-btn {
  margin-bottom: 5px;
  margin-left: 5px;
}

.pnl-bank-info input,
#divEmailAddress input {
  margin-bottom: 3px;
  margin-top: 3px;
}

#inLineFormExcelUpload .subFormButtons,
#contrainerUpload .subFormButtons {
  height: 30px;
}

input.send-email-form-button {
  width: 80px;
  height: 30px;
}

#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;
}

.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;
}

#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;
}

.home-fa6::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask: url("../../images/icons/home-fa6.svg") no-repeat center / contain;
  mask: url("../../images/icons/home-fa6.svg") no-repeat center / contain;
}
