html { margin-left: calc(100vw - 100%); }
/*		Main Body Text		*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html, body {font-family: 'Poppins'!important, sans-serif; font-size: 0.9em; line-height:1.25em; color: #000; background-color: #000; background: url('/_layouts/images/PG/images/du/du-campus-background.jpg') no-repeat center center fixed; background-size: cover;}

/* Logo */
.logo-container {background: #58060E; border-bottom: 2px solid #455464; height:50px; -webkit-box-shadow: 0 2px 22px #333;  box-shadow: 0 2px 22px #333;}

/*		Box Shadows		*/
.shadow{
	-webkit-box-shadow: 0px 0px 5px 4px rgba(133,133,133.5);
	-moz-box-shadow: 0px 0px 5px 4px rgba(133,133,133.5);
	box-shadow: 0px 0px 5px 4px rgba(133,133,133,0.5);
}

/*		For Solid/Semi-transparent Backgrounds on HD, Dashboard, SSO, and Acct Mgmt Pages		*/
.opaque, .hdOpaque{background-color: transparent; padding-bottom: 20px; margin-top: 25px; align-self: flex-start; min-height: 85%;}

/*		Link Text		*/
a{color: #337ab7;}
a:focus, a:hover, .deleteLink:focus, .deleteLink:hover{color:#23527c;}
#userMenuList>li>a{color: #fff;}
#userMenuList>li>a:hover{color: #ddd;}

/*		Login Box Background		*/
.logonbox{background-color: transparent; border-radius:10px; width: 400px; margin-top:3em;} /* 2021-02-04: Ensure long errors do not stretch the error div */
.logonbox{padding: 15px; background: white; width: 500px; border-radius: 10px;}
#login{background-color:transparent; width: 100vw;}

/*		Self-Service Dialogue Box Backgrounds		*/
#popup_OTPResend{background-color: #eee;}
.popupWin {background-color:transparent;z-index:1;margin-top: 0px; width: 400px;} /*2021-02-04: Same as above, fixed width */
.popFieldsContainer{width: 400px;}	/* 2021-02-19: For full-width fields on login popups */
#SSRecoveryActions, #SSEnrollmentAuth { margin-left: 20px; } /* 2021-02-19: Indent SS radio buttons */

/*	Input Fields	*/
.form-control{border: 1px solid #cbd6e2 !important; border-radius: 28px;}
.form-control:focus{border-color: #66afe9 !important; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0);}
.control-label{padding-bottom:.5em;}

/*		Header Text		*/
h1,h2,h3 { color: #000;}
#maintitle {background:white; margin: 0; padding: 0.5em; width:100%;}

/*		Header Background		*/
.dlghdr{width: auto; background-color: transparent;}
.dlghdr h1, .dlghdr h2 {color: #000;}

.loginHdr{background-color: transparent;}

/*		Labels & Legends		*/
label{color: #000;}
legend, #SSActionChosen>span{color: #000;}
#sortedList>.PGButton{color:#000;}
#maintitle{color: #000;}

/*		Buttons		*/
.linkForgotPW {
	margin-top:1em;
}
.containerPGButton {
	margin-bottom: 0;
}
.PGButton {
	background-color: transparent;
	color: #000;
	/*border-radius: 28px;*/
  border: 2px solid #ed2127;
	padding:0.3em;
	border-radius:5px;
}

.PGButton:hover, .PGButton:focus {
	color:#FFF;
    background-color: #ed2127;
    box-shadow: 0 10px 30px 0 rgba(165,160,160,0.32);
	border: 2px solid #ed2127;
}
.PGButtonDisabled { background-color: transparent; color:#808080; border: 2px solid #808080; padding:0.3em; border-radius:5px; }
.PGButtonDisabled:hover { color:#808080; }
.PGButtonDisabled:focus { color:#808080; }

.PGAltButton { background-color:#ff8000; }
.PGAltButton:hover { background-color: #ff9933; color: #fff; }

/*		Errors, Warnings, and Confirmations		*/
.successdiv { background: white; border: 2px solid #9AA86E; color: #000;}
.warningdiv { background: white; border: 2px solid #9AA86E; color: #000;}
.errordiv  { background: #f8d7da; border: 1px solid #721c24; color: #721c24;}
.errorfield { background: #f8d7da; border: 1px solid #721c24; color: #721c24;}

/*		Link Text for Errors, Warnings, and Confirmations		*/
.successdiv>a, .warningdiv>a, .errordiv>a { color:#337ab7; }

/*		Input		*/
.form-control{border: 2px solid #ccc;}
.form-control:focus{border-color: #66afe9;}

/*		Account Management		*/
.panel-title>a {color: #000;}
.panel-heading{background-color:rgba(26,26,29,.02)!important;}
.activityLabel{color:#000;}
.panel{background-color: white; color:#000;}
.panel-group {margin-bottom:0px;}

/*		SSO Help		*/
#ssoHelpNode {margin:0; padding:0;}
#ssoHelpNode h4.panel-title {margin:1em 1em 0 0;padding:15px; }
#ssoHelpNode div.panel-default {border-radius:10px; margin-left: -15px; margin-right: -15px; padding-bottom: 1px;  margin-bottom: 15px;}
#ssoHelpNode div.ssoHelpDiv {margin:15px;}
	/* For IE11 */
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .panel-default>.panel-heading { background-color: #fff; } }
	/* For MS Edge */
	@supports (-ms-ime-align:auto) { .panel-default>.panel-heading { background-color: #fff; } }
	
#lblLoggedInAs,#lblLoggedInAsMobile{color:#000;}
#lblLoggedInAsMobile{display: none;}

#lblUNameMain {vertical-align: top; display: inline-flex;}

/*		SSO Tiles		*/
#groupedApps {background: white; padding: 0 15px 15px 15px; border-radius: 10px;}
#ssoSearch{width: 100%; padding-bottom: 0px !important;}
#searchBarDiv{justify-content:flex-end;}
/*#SAMLSSOTabContent{display: flex; flex-wrap: wrap;justify-content: space-evenly; margin-top: 5px;}*/
.rpdiv:hover{box-shadow: 0 12px 20px 0 gray;}
.rpdiv{border: 1px solid gray}

/* 2019-01-10 - Removed padding so tiles fit "3 per row" again */
#SSOContainer{background-color: #fff;color:#FFF; border: 1px solid black;}
#SSOContainer .mainFlex {justify-content: left;}
.mainFlex {padding-bottom: 0; padding-top:0;}
.form-control {
	border-radius:5px;
}

/*		Self-Registration Page		*/
div.container div.displaybox.col-md-8.col-md-offset-2{background-color: white; padding: 15px; border-radius: 10px;}
div.displaybox {background: white; padding: 15px; border-radius: 10px;}

div.displaybox {
    margin-top: 0px;
}
/*		Horizontal Rule Spacers for HelpDesk and Admin Dashboard		*/
hr {border-color: #EEE;}

/*		Help Desk Background		*/
.HelpDeskActions{background-color: transparent; border-radius: 4px; border: 2px solid #000; padding: 20px;}

/*		Admin Dashboard User Detail Lookup Utility		*/
#ReportBody{/*background-color: rgba(51,51,51,0.5);*/ border-radius: 4px; border: 2px solid #000; padding: 20px;}
tr:nth-child(even) {
    background-color: rgba(0,0,0,0.1);
}
#UserProfileData, #NoUserSelected{/*background-color: rgba(51,51,51,0.5);*/ border-radius: 4px; border: 2px solid #000; padding: 20px;}	/*	Uncomment to add transparent background to User Detail Lookup */
.sectionHeader{color: #000;}

/*	User Menu Text	*/
.usrMenuBtn{text-align: center;}
.usrMenuBtn:hover{cursor: pointer;}

#hidden, .hidden{display: none!important;}
#userMenu{margin-right: 25px;}
#userMenuList>li>a{color: #fff;text-decoration: none;}
#userMenuList>li>a:hover{color: #ddd; background-color: transparent!important;}
#userMenuList{list-style: none; padding: 10px 0px 10px 0px;}
#userMenuList li, #userMenuList li a { background-color: transparent; color: #000;}
#userMenuList li:hover, #userMenuList li a:hover { color: #ed2127;}
.userMenuItem{padding: 0px 20px 0px 20px; font-size: 1.5em; display: inline-grid; grid-template-columns: 50px auto;}
.userMenuItem a{color: #fff; text-decoration: none;}
.userMenuItem a:hover,.userMenuItem a:focus {color: #fff;}
  
.popupWin {background: white; padding:15px; border-radius:10px; width: 430px;}
#popup_GetPW {
    padding: 20px 20px 20px 20px;
}
.popFieldsContainer {margin-left: auto; margin-right: auto;}

#menuWrapper{margin-top: 15px;margin-right: 0.1vw;}


.PGButton {border: 2px solid #8b6e4a;}
.PGButton:hover, .PGButton:focus {background-color:#8b6e4a; border: 2px solid #8b6e4a;}

/*	User Menu Popup	*/
.tippy-content{padding: 0px 0px 0px 0px !important;}
#tippy-1>.tippy-box{background-color: #fff!important; box-shadow: 0px 24px 56px -8px rgba(26,26,29,.16); border-radius: 10px;}
#tippy-1>.tippy-box>.tippy-arrow{color: #fff!important;}
.tac{text-align: center!important;}
.tal{text-align: left!important;}
.tar{text-align: right!important;}
.fr{float:right!important;}
.userMenuWrapper{display: flex; align-items: center;}

#userMenu {color:white;padding-top:5px;}
#lblLoggedInAs {color:white; margin-left:5px; margin-right: 5px;}
#lblLoggedInAs span.italic { font-style: normal;}
.userMenuItem i {padding-top:0.25em;}
#userMenuList li {margin-bottom:0.25em;}
#userMenuList li a {margin-left: -0.75em;}
.tippy-content {padding: 5px 9px 0px 9px;}

/*	Footer	*/
#footerLogo{/*content:url('/_layouts/images/PG/images/bk.svg');*/ max-height:20px; }
#copyrightLogoContainer {order: 1; flex: 2;}
#footerHelp{order: 2; flex: 2;}
#copyrightTextContainer{order: 3; flex: 2;}
.branded-footer {
	background: white;
	/*padding:1em;*/
}
.branded-logo {
    margin-left: 0.5vw;
}

/*		Additional Custom CSS		*/

/*		End Additional Custom CSS		*/

/*	Media Queries	*/
@media all and (min-width: 320px) {
	#login{margin-top: 0px;}
}
@media screen and (max-width:480px){
	#menuWrapper{margin-right: 0px!important;}
	#userMenu{margin-right: 5px!important;}
}
@media all and (max-width: 800px) {
	.branded-footer{margin-top:25px;}
}
@media all and (max-width: 600px) {
	/*#maintitle{display:none;}*/
	#searchBarDiv>input{width: 100%;}
	.deleteLink{float: left!important;padding-right: 0px!important;}
}

@media (min-width: 666px){
	#sortedList>li.activeGroup{border-top: solid 1px #000!important;border-right: solid 1px #fff!important;border-bottom: solid 1px #000!important;border-left: solid 1px #000!important;border-radius: 5px 0px 0px 5px;background-color: #fff;}
}

@media all and (max-width:768px){
	#copyrightLogoContainer, #footerHelp, #copyrightTextContainer{flex:7 1 100%;}
	.opaque{margin-top:25px;}
	#menuWrapper{margin-right: 2.5vw;}
	#lblLoggedInAs{display: none;}
	#lblLoggedInAsMobile{display: inline-block;}
	
	/* 2021-02-16: Don't apply the larger width to mobile */
	/*.logonbox{background-color: transparent; border-radius:10px; width: 330px;}
	.popupWin {background-color:transparent;z-index:1; margin-top: 0px; width: 330px;}
	.logonbox{background-color:white; border-radius:10px; padding:15px;width: 330px;margin-top:3em;}*/
	.logonbox{background-color:white; border-radius:10px; padding:15px; margin:2em; max-width:90%; min-width: 360px;}
	.popupWin {background-color:white; z-index:1; border-radius:10px; padding:15px;max-width: 90%;}
	.secondaryWrapper{width: 330px}
	.popFieldsContainer{width: 330px;}	/* 2021-02-19: So fields on mobile use full width */
	.resendLink { text-align: center; margin-left:0;}
}

li[aria-expanded=true] { pointer-events: none; }
#ssoGroupCreationHelp { margin-bottom: 0; }
.ssoGroupName { min-width: 200px; }

/* Export Report - Admin Dashboard */
#btnExportReport { display: none;}