/* input(208,1): run-time error CSS1019: Unexpected token, found '}' */
/* Copyright 2023 Ellucian Company L.P. and its affiliates. */
/* This style sheet should be used for custom client styles.
This style sheet is applied last, so it will override anything 
set in site.css, the area-specific css, and theme.css. */


/* This style sheet should be used for custom client styles.
This style sheet is applied last, so it will override anything 
set in site.css, the area-specific css, and theme.css. */


/*******************************************/
/* #2.a) Advising Overview                 */
/*       Hide Unofficial Transcripts Tab   */
/*       v 2.22 we now want this tab back  */
/*       v 2.37 broke. Commenting out      */
/*******************************************/

/*
a[href="#advising-transcripts"] {
  display:none;
}
*/

/********************************************************************/
/* #2.b) Hide List View from Advising->Advising Details Course Plan */
/*        v 2.37 broke. Commenting both parts back out              */
/********************************************************************/
/* DGC: We are considering adding the tab back, as long as its the 2nd tab, not default. More testing required. Re-hidden for now: */
/*a[href="#advising-list"] {
  display:none;
}
*/
/*
#advising-list{
  display:none;
}
*/
/*******************************************/
/* #2.c) Faculty Overview                  */
/*       Hide Attendance Tab               */
/*       Hide Textbook Tab                 */
/*******************************************/

/*
#attendanceTab {
  display: none;
}

#textbookTab {
  display: none;
}
*/

/****************************************************************/
/* #2.d) Hide Faculty Consent & Requisites Waiver Button/Bubble */
/*        Not working now in 2.22.  Nesting issues?             */
/*         Commenting out										*/
/****************************************************************/

/*
#faculty-permissions-nav > div > div + div > div + div {
 display: none;
}
*/

/*******************************************/
/* #2.e) Hide Loan History                 */
/*       In Financial Aid Home Page        */
/*******************************************/

#loans-container{
  display:none;
}

/********************************************************************************/
/* #2.f) Larger Student Pictures when hovering-over                             */
/*         Doesn't seem to work yet.                                            */
/*         Just testing this out for                                            */
/* http://coll-ss-test.luther.edu:8074/Student/Planning/Advisors/Advise/0446676 */
/*         Financial Aid Home                                                   */
/********************************************************************************/

.esg-avatar:hover {
  width: 7.5rem;
  height: 7.5rem;
}


/*******************************************/
/* #2.g) Login background image            */
/*       #1D80DB                           */
/*******************************************/


.esg-sign-in__page:before {
background-image: url("images/luther-login-background.jpg");
filter:none;
background-color: unset;
}

.esg-sign-in__page:after {
background: unset;
}


/* old 2.x version
.esg-sign-in__page:before {
    background-color: #bdbdbd;
    background-image: url(http://crscottishrite.org/show/2seating.jpg);
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    z-index: -2;
    background-blend-mode: luminosity;
    filter: blur(5px);
}
*/

/*******************************************/
/* #2.h) Add New Request  (Transcript)      */
/*     hide button on Transcript page      */
/*******************************************/

#add-request-link {
   display:none;
}

/********************************************/
/* #2.i) Loan Requirements Checklist        */
/*     hide section on My Awards page       */
/********************************************/

#loan-requirements-section{
  display:none;

}


/*******************************************/
/* #2.j) Leave Balance Box Section         */
/* 2.28--taking back out due to PTO wordage */
/*******************************************/

/*
#leave-box-section{
  display:none;

}
*/

/*******************************************/
/* #2.k) Choose a payment method - change dropdown color   */
/*******************************************/

#payment-methods{
   background-color:#E6EAFD;
   color:black;
   text:bold;
}


/***********************************************************/
/* #2.l) Hide Petition and Consent section in Waivers tab  */
/***********************************************************/

/*
#advising-petitionswaivers-data h2:nth-of-type(1),
#advising-petitionswaivers-data h2:nth-of-type(2),
#advising-petitionswaivers-data h2:nth-of-type(4),
#advising-petitionswaivers-data span:nth-of-type(1),
#advising-petitionswaivers-data span:nth-of-type(2),
#advising-petitionswaivers-data span:nth-of-type(4),
#advising-petitionswaivers-data table:nth-of-type(1),
#advising-petitionswaivers-data table:nth-of-type(2),
#advising-petitionswaivers-data table:nth-of-type(4) {
	display: none;
}
*/

/*************************************************/
/* #2.m) Remove Advisor's "Review Done" button   */
/*       and Student's "Review Requested" button */
/*     Advisor's Advisee Detail Page             */
/*************************************************/

/* Review Done button */

#user-profile-right > div > div:nth-child(3) > input {
display: none;
}

/* Request Review button */

#sendtoadvisor-button-withadvisors {
display: none;
}

/*************************************************/
/* #2.n) Add back the time table for Student's   */
/*       Plan & Schedule Page                    */
/*************************************************/


/* Fixing schedule time z-index issue introduced with Self-Service 2.32 */
.ui-widget-header {z-index:2;}

}

