* {
  box-sizing: border-box; }

/** Primary background and foreground colors **/
/** Header Navigation: Active Tab **/
/** Body Padding **/
/** Headings **/
/** Regular Text **/
/** Code Blocks **/
/** Bootstrap Colors **/
/** Class names carried over from years of Grails development **/
.hidden {
  display: none; }

.float-left {
  display: inline;
  float: left; }

.float-right {
  display: inline;
  float: right; }

.number {
  font-family: "Lucida Console", Monaco, monospace;
  text-align: right; }

.underscore {
  padding-bottom: 2px;
  border-bottom: 1px solid #CCC;
  margin-top: 0; }

.overscore {
  padding-top: 2px;
  border-top: 1px solid #CCC;
  margin-bottom: 0; }

.dotted {
  border: 1px dotted #777; }

.dotted-top {
  border-top: 1px dotted #777; }

.dotted-bottom {
  border-bottom: 1px dotted #777; }

.dotted-left {
  border-left: 1px dotted #777; }

.dotted-right {
  border-right: 1px dotted #777; }

.indented {
  padding-left: 20px; }

.indent p {
  padding-left: 20px; }

.disabled {
  color: #AAA; }

.xxsm {
  font-size: xx-small; }

.xsm {
  font-size: x-small; }

.sm {
  font-size: small; }

.lg {
  font-size: large; }

.xlg {
  font-size: x-large; }

.xxl {
  font-size: xx-large; }

/** Primary background and foreground colors **/
/** Header Navigation: Active Tab **/
/** Body Padding **/
/** Headings **/
/** Regular Text **/
/** Code Blocks **/
/** Bootstrap Colors **/
body {
  font-size: 1em;
  font-family: Lato, sans-serif; }

/** HEADINGS **/
h1 {
  font-family: "LatoBold", Lato, sans-serif;
  color: #44520a;
  font-weight: bold;
  font-size: 1.1em;
  font-size: 2.55em; }

h2 {
  font-family: "LatoBold", Lato, sans-serif;
  color: #44520a;
  font-weight: bold;
  font-size: 1.1em;
  font-size: 1.75em; }

h3 {
  font-family: "LatoBold", Lato, sans-serif;
  color: #44520a;
  font-weight: bold;
  font-size: 1.1em;
  font-size: 1.5em; }

h4 {
  font-family: "LatoBold", Lato, sans-serif;
  color: #44520a;
  font-weight: bold;
  font-size: 1.1em;
  font-size: 1.3em; }

h5 {
  font-family: "LatoBold", Lato, sans-serif;
  color: #44520a;
  font-weight: bold;
  font-size: 1.1em;
  font-size: 1.2em; }

h6 {
  font-family: "LatoBold", Lato, sans-serif;
  color: #44520a;
  font-weight: bold;
  font-size: 1.1em;
  font-size: 1.1em; }

/** LINKS **/
a {
  text-decoration: underline;
  color: blue; }

/** PARAGRAPHS OF TEXT **/
p {
  max-width: 800px;
  text-align: left; }

.text-heading {
  font-family: "LatoBold", Lato, sans-serif;
  color: #44520a;
  font-weight: bold;
  font-size: 1.1em;
  font-size: 1em; }

.text-intro {
  color: #4d4d4d;
  font-family: "LatoBold", Lato, sans-serif; }

.text-note {
  color: #4d4d4d;
  font-size: .8em; }

.code {
  color: #333333;
  font-family: "Lucida Console", Monaco, monospace; }

code, span.code {
  color: #333333;
  font-family: "Lucida Console", Monaco, monospace;
  border: 1px solid #999999;
  background-color: #DEDEDE;
  padding: 3px;
  border-radius: 3px; }

/** Primary background and foreground colors **/
/** Header Navigation: Active Tab **/
/** Body Padding **/
/** Headings **/
/** Regular Text **/
/** Code Blocks **/
/** Bootstrap Colors **/
/** The container around the main content **/
#psu-main-content-block {
  padding: 50px 25px; }

.body-limited-width {
  max-width: 1000px;
  margin: 0 auto; }

/** Bootstrap: BUTTONS, ALERTS, TEXT **/
.btn, .btn-default, .alert, .alert-default {
  background-color: #474334;
  border-color: white;
  color: white; }

.btn:hover, .btn-default:hover {
  background-color: #2a271e;
  border-color: white;
  color: #e6e6e6; }

/****/
.btn-primary, .alert-primary {
  background-color: #6a7f10;
  border-color: #44520a;
  color: white; }

.btn-primary:hover {
  background-color: #44520a;
  color: white; }

/****/
.btn-danger, .alert-danger {
  background-color: #972b11;
  border-color: #691e0c;
  color: white; }

.btn-danger:hover {
  background-color: #691e0c;
  color: white; }

/****/
.btn-warning, .alert-warning {
  background-color: #dc9b32;
  border-color: #bb8020;
  color: black; }

.btn-warning:hover {
  background-color: #bb8020;
  color: black; }

/****/
.btn-info, .alert-info {
  background-color: #00759a;
  border-color: #004e67;
  color: white; }

.btn-info:hover {
  background-color: #004e67;
  color: white; }

/****/
.btn-success, .alert-success {
  background-color: darkolivegreen;
  border-color: #39481f;
  color: white; }

.btn-success:hover {
  background-color: #39481f;
  color: white; }

/****/
.text-danger, .danger {
  color: #972b11; }

.text-warning, .warning {
  color: #dc9b32; }

.text-info, .info {
  color: #00759a; }

.text-success, .success {
  color: darkolivegreen; }

/** Buttons are auto-added around FA icons with actions **/
.btn-icon {
  padding: 0px;
  border: 0px;
  color: inherit;
  background-color: inherit; }

/** Links inside alerts may blend in with the alert color **/
.alert a {
  color: inherit;
  text-decoration: underline; }

.alert a:hover {
  font-weight: bold; }

/** I believe alerts need some margin... **/
.alert {
  margin: 5px; }

/** Well **/
.well {
  word-wrap: break-word;
  background-color: linen;
  background-clip: border-box;
  border: 1px solid lightsteelblue;
  border-radius: 0.25rem;
  padding: 10px;
  margin: 10px; }

/** Console **/
.console {
  color: white;
  font-family: "Lucida Console", Monaco, monospace;
  border: 2px outset slategray;
  background-color: #000;
  padding: 3px;
  border-radius: 5px;
  padding: 10px; }

.console input[type=text] {
  background-color: inherit;
  color: inherit;
  border: 0;
  border-bottom: 1px dotted white;
  border-radius: 3px; }

.console input:hover {
  border: 1px dotted white;
  border-bottom: 1px solid white; }

.console input[type=submit], .console input[type=button], .console button {
  background-color: inherit;
  color: inherit;
  border: 1px dotted white;
  border-radius: 3px; }

.console input[type=submit]:hover, .console input[type=button]:hover, .console button:hover {
  background-color: inherit;
  color: inherit;
  border: 1px solid white; }

/** PAGINATION STYLES
 ******************************************************************************/
div.pagination {
  display: block;
  text-align: center;
  margin: 10px auto; }

.pagination-page {
  margin: 0 0.1em;
  padding: .2em .5em;
  font-size: 1.3em;
  color: #6a7f10;
  background-color: #ccdf7f;
  border-radius: 3px; }

a.pagination-page:hover {
  color: #ccdf7f;
  background-color: #6A7F10; }

.pagination-page-current {
  font-weight: bold;
  border: 2px solid #6A7F10; }

@media screen and (max-width: 650px) {
  .pagination {
    margin: 4px auto;
    word-spacing: -2px; }
  .pagination-page {
    margin: 3px;
    padding: 5px; } }

@media screen and (max-width: 500px) {
  .pagination {
    margin: 3px auto;
    word-spacing: -4px; }
  .pagination-page {
    margin: 2px;
    padding: 3px;
    font-size: 10pt;
    border-radius: 2px; } }

.dataTables_paginate .pagination {
  display: flex; }

/** PSU ID PHOTO STYLES
 ******************************************************************************/
.id_photo {
  max-width: 100px;
  border-radius: 5px; }

.id_photo-navbar {
  max-height: 30px;
  display: inline;
  float: left;
  margin-right: 3px;
  border-radius: 3px; }

.id_photo-thumb {
  max-width: 50px;
  border-radius: 5px; }

/**
When a user does not have an
ID photo, their styled initials
will be displayed instead
**/
.id_photo-nvl {  /**updated Aug 27 2024**/
    display: inline-block;
    font-size: 20px;
    font-family:serif;
    vertical-align: middle;
    border:2px solid #333;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    color:#000;
    letter-spacing: 0;
    position: relative;
    right:25px;
    top:7px;
    background-color: sandybrown;
    line-height:28px;
    font-weight:bold;
}

/** The empty row of a data-table **/
.dataTables_empty {
  text-align: center;
  color: #999;
  font-size: 1.2em; }

/** Styles for the Upload plugin
 ******************************************************************************/
.upload-link-a {
  text-decoration: none; }

.upload-link-icon {
  text-decoration: none; }

.upload-link-name {
  text-decoration: underline; }

.upload-link-size {
  font-size: .8em; }

/** Primary background and foreground colors **/
/** Header Navigation: Active Tab **/
/** Body Padding **/
/** Headings **/
/** Regular Text **/
/** Code Blocks **/
/** Bootstrap Colors **/
/** Site Header Styles **/
.header-container {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-gap: 0 0;
  grid-template-rows: 36px 60px 70px 30px;
  grid-template-columns: minmax(160px, 1fr) 2fr 1fr;
  grid-template-areas: "links space sso" "logo space2 search" "title title title" "menus menus menus";
  background-color: #6a7f10;
  color: white;
  align-items: center;
  font-size: 1.1em;
  padding: 0;
  margin: 0; }

/** Hamburger Icon **/
.menu-responsive {
  display: none; }

/** External Links (Banweb, etc) **/
.header-links {
  grid-area: links;
  background-color: #57680d;
  color: white;
  height: 100%;
  padding: 5px 25px; }

.header-links a {
  color: white;
  white-space: nowrap;
  font-size: .8em;
  margin-right: 5px; }

.header-space {
  grid-area: space;
  background-color: #57680d;
  color: white;
  height: 100%; }

/** SSO Menu Launcher **/
#sso-menu {
  grid-area: sso;
  background-color: #57680d;
  color: white;
  height: 100%;
  padding-top: 3px;
  padding-right: 25px; }

/** PSU Logo **/
.header-logo {
  grid-area: logo;
  padding: 15px 25px;
  height: 100%; }

.header-logo img {
  max-width: 100%;
  height: auto;
  max-height: 35px; }

/** Site Title **/
.header-title {
  font-family: "Lato, sans-serif";
  font-weight: bold;
  grid-area: title;
  color: white;
  font-size: 2.75em;
  padding-left: 25px;
  padding-bottom: 10px;
  height: 100%; }

#nonprod_ind {
  color: #FFCF00;
  background-color: #830000;
  border-radius: 20px;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: .5em;
  padding: 7px 10px; }

/** Search Bar **/
#google-appliance-block-form {
  display: inline;
  float: right;
  margin-right: 25px; }

.header-search {
  grid-area: search;
  padding-top: 10px; }

#header-search-input_block {
  display: inline-block;
  background-color: white;
  color: black;
  white-space: nowrap;
  padding-right: 15px;
  padding-left: 0 !important; }

#header-search-input_block input[type=text] {
  border: 0px; }

/** In-Site Navigation (Tabs) **/
.header-nav {
  margin: 0;
  grid-area: menus;
  padding-right: 12px;
  background-color: #6a7f10;
  height: 100%;
  z-index: 10000; }

.navbar-toggler {
  color: white;
  font-weight: normal; }

.navbar-expand-sm {
  padding: 0px;
  margin: 0px; }

#navbar-tabs {
  padding: 0px;
  margin: 0px; }

ul.navbar-nav {
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: 30px;
  padding-left: 25px; }

.header-nav-item {
  display: inline-block;
  background-color: #6a7f10;
  color: white;
  font-size: 1em;
  border: 0;
  height: 100%;
  border-radius: 3px 3px 0 0;
  white-space: nowrap;
  padding: 0px;
  /** was 7px **/
  margin: 0 3px;
  flex: 0 1 auto !important; }

.header-nav-item:hover {
  background-color: #44520a;
  color: white; }

.header-nav-item-active, .header-nav-item-active:hover {
  background-color: white;
  color: #6a7f10; }

.header-nav-item .dropdown, .header-nav-item a {
  display: inline-block;
  height: 98%;
  width: 99%;
  padding: 0 7px;
  border-radius: 3px 3px 0 0; }

.dropbtn, .dropbtn:active {
  background-color: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  border: 0;
  height: 90%;
  width: 100%; }

.header-nav-item a {
  background-color: inherit;
  color: inherit; }

.header-menu .float-right .dropdown-content {
  right: 0px;
  left: inherit; }

/** All drop-down menus in the header **/
.header-container .dropdown {
  position: relative;
  display: inline-block; }

/** Drop-Down Menu Content Containers **/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #44520a;
  color: white;
  min-width: 200px;
  z-index: 10099;
  font-size: 14px;
  left: 0px; }

/** Drop-Down Menu Content Items **/
.menu-top {
  padding: 4px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.dropdown-content a, .dropdown-content b {
  color: white;
  padding: 8px 12px;
  text-decoration: none;
  display: block; }

.dropdown-content a:hover {
  background-color: #1e2405;
  color: white; }

.header-menu-item {
  border-top: 1px dotted #6a7f10;
  white-space: nowrap;
  font-size: .8em;
  z-index: 10001;
  text-align: left; }

.header-menu-item-active {
  background-color: #90ac16 !important;
  color: black !important;
  font-weight: bold; }

.header-menu-item .fa, .header-menu-item .bi {
  width: 30px;
  text-align: center; }

/** SSO Menu Contains a Photo and Forms for Proxying **/
#sso-menu a.login {
  color: inherit;
  float: right; }

.sso-name {
  font-size: .8em; }

.sso_menu-form {
  margin: 0 20px; }

#sso_impersonation-form-input, #proxy-form-input {
  width: 160px;
  line-height: 15px;
  padding: 3px; }

.id_photo-navbar-proxy {
  position: relative;
  left: -20px;
  top: 5px;
  max-width: 30px;
  border: 1px solid #000;
  border-radius: 20px; }

#sso-auth-smokescreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #989898;
  opacity: 0.5;
  z-index: 2147483638; }

#sso-auth-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  background-color: white;
  opacity: 1;
  color: #6a7f10;
  border: 1px solid #6a7f10;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  z-index: 2147483638;
  transform: translate(-50%, -50%); }

/** BREADCRUMBS **/
div.breadcrumbs {
  color: #555;
  margin: 0;
  padding: 7px 20px; }

div.breadcrumbs {
  color: #555; }

div.breadcrumbs a {
  color: #555; }

div.breadcrumbs .active {
  color: #333;
  font-weight: bold; }

@media screen and (max-width: 1000px) {
  .header-space {
    display: none; }
  .header-container {
    grid-template-areas: "links links sso" "logo search search" "title title title" "menus menus menus";
    font-size: 1.1em; } }

@media screen and (max-width: 700px) {
  .header-links, .header-space, .header-search {
    display: none; }
  .header-nav-item-optional {
    display: none; }
  .header-title {
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px;
    height: 100%; }
  .header-logo {
    background-color: #57680d;
    color: white;
    padding: 5px 10px;
    height: 100%; }
  .header-logo img {
    max-width: 100%;
    height: 100%;
    max-height: 35px; }
  .header-nav {
    font-size: .8em;
    padding-right: 10px; }
  .header-nav .fa-cog, .header-nav .fa-gear, .header-nav .bi-gear {
    font-size: 1em; }
  .header-nav-item {
    border-radius: 2px 2px 0 0;
    padding: 3px; }
  .header-container {
    grid-template-rows: 36px 60px 30px;
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo sso" "title title" "menus menus";
    font-size: 1em; } }

@media screen and (max-width: 575px) {
  /** CHANGED **/
  ul.navbar-nav {
    height: auto;
    text-align: left;
    padding: 0px; }
  .header-nav-item {
    border-radius: 0;
    border: 3px solid #6a7f10;
    border-width: 0 3px; }
  .header-nav-item-optional {
    display: inline-block; } }

/** Primary background and foreground colors **/
/** Header Navigation: Active Tab **/
/** Body Padding **/
/** Headings **/
/** Regular Text **/
/** Code Blocks **/
/** Bootstrap Colors **/
.psu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6a7f10;
  color: white;
  align-items: center;
  font-size: .7em;
  height: 20px;
  padding: 0 10px; }

.psu-footer a {
  color: white; }

/** Primary background and foreground colors **/
/** Header Navigation: Active Tab **/
/** Body Padding **/
/** Headings **/
/** Regular Text **/
/** Code Blocks **/
/** Bootstrap Colors **/
/* Ajax status colors */
.ajax-pending {
  border-color: #00759a;
  color: #00759a; }

.ajax-error {
  border-color: #972b11 !important;
  color: #972b11 !important; }

.ajax-success {
  border-color: darkolivegreen;
  color: darkolivegreen; }

.ajax-save-result {
  margin-left: 5px;
  font-size: 10pt;
  cursor: default; }

.ajax-status-result {
  margin-left: 5px;
  font-size: 12pt;
  cursor: default; }

/** Ajax status indicators **/
.ajaxLoadImage {
  margin-left: 5px;
  margin-right: 5px;
  cursor: default; }

div.ajaxLoading {
  display: inline;
  position: absolute;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: 2000000001;
  border: 1px solid #6a7f10;
  border-radius: 5px;
  background-color: linen;
  margin: auto;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: default; }

span.ajaxLoading {
  display: inline;
  z-index: 2000000002;
  font-size: xx-large;
  cursor: default; }

/**
Include application scss files or define SASS styles here
**/
/**
    Define application-specific variables here.

    Example:
        $my-color: get-color(MY_COLOR, psubrown);

    This defines $my-color as psubrown, unless overridden in sass_variables.py (ex MY_COLOR = 'green')
**/
/** Flash Messages **/
#message-container {
  display: block;
  position: absolute;
  position: fixed;
  right: 0;
  z-index: 2147483647; }
  #message-container .alert {
    margin: 0;
    margin-top: 1px; }

/*# sourceMappingURL=template.css.map */