/* DCCC Custom CSS */
/* Login Page */
.dccc-login {
	height: 100%;
}

.DCCCtitle {
	display: inline-block;
    position: relative;
	color: #002846;
	font-size: 2.5em;
	font-weight: 350;
	font-family: 'Source Sans Pro','Helvetica','sans-serif';
	padding-top: 10px;
	margin-bottom:-20px;
}
.DCCCtitle:after {
     content: ""; 
     position: absolute;
     bottom: 0;
     width: 62%;
     height: 5px;
     left: 0;
     border-bottom: 5px solid #ffce00;
 }
.DCCCloginHEADER {
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:-400px 50%;
	background-size:cover;
	color: #FFF;
	margin-left:-20px;
	margin-right:-15px;
	height:100%;
}
.DCCClogo {
	background: rgba(16, 90, 150, 0.9);
	padding: 220px 30px;
	height: 100%;
}
 .DCCClogo img {
    width: 300px;
    margin:  auto;
}
.DCCCtou {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 300px;
    overflow: auto;
    padding: 20px 15px 20px 15px;
}
.DCCCtoupolicy {
	font-size: 16px;
}

#info-button {
  padding-left: 10px;
  /*width: 100px;*/
  margin: auto;
  cursor: help;
}

#info-button .glyphicon {
  font-size: 1em;
}

#info-text{
  opacity: 0;
  visibility: 0;
  margin: -99999px 6%;
  width: 300px;
  padding: 10px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  transition: opacity 0s;
}

#info-button:hover > #info-text {
  margin-top: -185px;
  font-size: 14px;
  opacity: 1;
  visibility 1;
}

#header-links {
	white-space: normal;
	padding: 10px
}
#header-links .glyphicon {
    font-size: 24px;
    margin-right: 5px;
}
.col-sm-8.col-xs-12.login.fill {
	overflow-x: hidden;
}
.DCCCfooter {
	font-size: 12px;
    position: relative;
    bottom: 0;
    /*padding-bottom: 20px;*/
	display: inline-block;
	padding-top: 20px;
	margin-top: 15px;
}
#header-links a:hover, 
.DCCCfooter:hover {
	text-decoration: none;
}
.container-spacer {
	margin-top: 70px;
}
.login {
    background: #FFF;
    z-index: 100;
    /*padding-right: 95px;*/
    padding-top: 20px;
}

.col-md-8.col-md-offset-2, .displaybox {
    background-color: #fff;
}

.otpresendPopup {
	background-color: #ffffe6;
}

.boldgreen {
    color: #339966;
    font-weight: 700;
}

.saveUAInstr {
	background-color: transparent;
}
.sm_instructions { 
	font-size: 0.875em;
	font-style: italic;
	color: #ce0000;
	margin-left: 5px;
}
.confirmtext { 
	color: #ce0000; 
	font: 0.75em;
	font-weight: 700;
	font-style: italic;
}
/* Header for all pages except login */
#dccc-header-wrapper {
     color: #fff;
     /*position: fixed;*/
     top: 0;
     left: 0;
     width: 100%;
     margin: 0;
     height: 100px;
     z-index: 10; 
     background: #00365F;
	 overflow: hidden;
 }

/* Logo */
#dccc-logo {
     background: url('/_layouts/images/PG/images/dccc-flame-yellow.png');
     background-size: 100px;
     background-repeat: no-repeat;
     background-position: 0 -10%;
     padding-top: 45px;
     padding-bottom: 20px;
     font-family: 'Source Sans Pro';
     font-weight: 300;
     font-size: 2.5em;
     transition: background-position 0.5s;
 }

#dccc-logo:hover {
     margin-left: 0;
     background: url('/_layouts/images/PG/images/dccc-flame-yellow.png');
	 background-size: 100px;
     background-repeat: no-repeat;
     background-position: 0 20%;
 }   

#dccc-logo a { 
     font-family: 'Source Sans Pro';
     font-weight: 300;
     font-size: 1em;
     color: #fff;
     padding-bottom: 30px;
     padding-left: 100px;
     transition: 0.5s;
 }

#dccc-logo a, #dccc-logo a:hover, #dccc-logo a:active, #dccc-logo a:focus {
     text-decoration: none;
 }
 
#logon-name {
	padding-top: 10px;
	padding-right: 10px;
	//color: #fff;
}

#dccc-button {
	margin-top: 15px;
}

#dccc-button-header {
	margin-top: 15px;
}

#dccc-button-content {
	margin-top: 10px;
}

#dccc-button-acct-mgmt {
	margin-top: 10px;
}

#button-wrapper {
	margin: 10px;
}	

.dccc-mbutton {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 1.1em;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    transition: 0.25s ease;
    display: block;
}

.dccc-mbutton.dccc-mbutton-blue {
    color: #fff;
    background: #00599c;
}
	
.dccc-mbutton.dccc-mbutton-blue:hover{
	background: #004579;
}

.dccc-mbutton.dccc-mbutton-green {
    margin: 0;
    top: 50%;
    left: 50%;
    background-color: #63B246;
    border-color: #63B246;
    color: white;
    outline: 0;
    font-size: 14px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 8px 15px 8px 15px;
    border-radius: 3px;
}
.dccc-mbutton.dccc-mbutton-green:hover{
	background-color: #4f8d38;
    border-color: #4f8d38;
    color: white;
}
.dccc-mbutton.dccc-mbutton-green:active{
	background-color: #447b30;
    border-color: #447b30;
    transition-duration: 0s;
    color: white;
}
.dccc-mbutton.dccc-mbutton-green:focus{
	background-color: #4f8d38;
    outline: 2px solid #63B246;
    outline-offset: 3px;
    color: white;
}
.dccc-mbutton-sso {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 1.1em;
	margin-left: 10px;
	float: left;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    transition: 0.25s ease;
    display: block;
}

.dccc-mbutton-sso.dccc-mbutton-sso-blue {
    color: #fff;
    background: #00599c;
}
	
.dccc-mbutton-sso.dccc-mbutton-sso-blue:hover{
	background: #004579;
}

.dccc-mbutton-content {
    font-weight: 400;
    font-size: 1.1em;
    padding: 10px;
    border: 0;
    border-radius: 4px;
    transition: 0.25s ease;
    display: block;
}

.dccc-mbutton-content.dccc-mbutton-content-blue {
    color: #fff;
    background: #00599c;
}
	
.dccc-mbutton-content.dccc-mbutton-content-blue:hover{
	background: #004579;
}	

/* H1 */
h1.dccc-h1 {
     display: inline-block;
     position: relative;
     font-size: 1.5em;
     font-weight: 300;
     font-family: 'Source Sans Pro', sans-serif;
     color: #002846;
 }
 h1.dccc-h1:after {
     content: ""; 
     position: absolute;
     bottom: 0;
     width: 33%;
     height: 5px;
     left: 0;
     border-bottom: 5px solid #ffce00;
 } 
h1.dccc-h1-announcement {
     display: inline-block;
     position: relative;
     font-size: 2em;
     font-weight: 300;
     font-family: 'Source Sans Pro', sans-serif;
     color: #002846;
 }
h1.dccc-h1-announcement:after {
     content: ""; 
     position: absolute;
     bottom: 0;
     width: 33%;
     height: 5px;
     left: 0;
     border-bottom: 5px solid #ffce00;
 } 
 
  h1.dccc-h1a {
	color: #fff;
 }
 
 h2.dccc-h2 {
	color: #fff;
 }
 
 h3.dccc-h3 {
	color: #fff;
 }

.dccc-pull-right{
	float: right;
}
 
  /* sso maintenance page */

div.dccc-sso-app {
width: 70%;
border: 3px solid #e5e5e5;
background-color: #e5e5e5;
margin: auto;
border-radius: 4px;
padding: 5% !important;
}
div.dccc-sso-statuspage {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
p.dccc-sso-title {
	font-weight: bold;
	margin-bottom: -3px;
}	

p.dccc-sso-msg {
color:#00365f;
font-size: large;
text-align: center;
}

p.dccc-sso-msg-medium {
color:#00365f;
font-size: medium;
text-align: center;
}

p.dccc-sso-msg-small {
color:#00365f;
font-size: small;
text-align: center;
}

p.dccc-sso-msg-warning-medium {
color: #99002b;
font-size: medium;
text-align: center;
font-weight: bold;
padding-top: 20px;
}
 
/* custom message pages notice.aspx/notify.aspx */
div.dccc-content-app {
width: 80%;
border: 3px solid #e5e5e5;
background-color: #e5e5e5;
margin: auto;
border-radius: 4px;
padding: 5% !important;
}

p.dccc-content-title {
	font-weight: bold;
	margin-bottom: -3px;
}	

p.dccc-content-msg {
color:#00365f;
font-size: large;
text-align: center;
}

p.dccc-content-msg-medium {
color:#00365f;
font-size: medium;
text-align: center;
}

p.dccc-content-msg-small {
color:#00365f;
font-size: small;
text-align: center;
}

p.dccc-content-msg-warning-medium {
color: #99002b;
font-size: medium;
text-align: center;
font-weight: bold;
padding-top: 20px;
}
 
.boldyellow { color: #ffce00; font-weight: 700; }
 
/* portalguard native element overrides*/
 
body {
	 /*margin-top:100px;*/
	 background-color: #fff;
	 background: none;
	 color: #000;
	 overflow-x: visible;
	 overflow-y: visible;
 }
 
h1,h2,h3 { 
	color: #000; 
	margin: 10px 0px;
}

a { 
	color: #337ab7;
    text-decoration: none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a:hover,a:focus{
	color: #23527c;
	text-decoration:underline;
}
a:focus{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}

.btn-primary {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn:focus {
    color: #ffffff;
}

.boldred { color: #ce0000; font-weight: 700; }

legend { margin-bottom: 0px; font-size: 1em; color: #000; font-weight: 700; border: 0; }

label { color: #000; }

/*duo prompt sizing*/
.popupWin { width: 600px; }
.popFieldsContainer { width: 600px; }

.popupInstructions {
    margin-bottom: 20px;
    color: #000;
}

.PGButton, .PGButtonDisabled {
    background-color: #00599c;
    color: #fff;
    width: 100%;
    font-size: 1em;
	/* margin-top: 5px;	/* 2017-02-15 - BS has no margin so these overlap on small screens */ 
	/* padding: 8px 30px; */
    margin-top: 5px;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    line-height: 22px;
    box-sizing: border-box;
    /*border: 2px solid #fff;*/
	border: none;
    transition: all 0.2s ease;
}

.PGButton:hover {
	color:#fff;
    /* border: 2px solid #fff; */
	border: none;
    background-color: #004579;
	box-shadow: none;
    /* box-shadow: 0 10px 30px 0 rgba(165,160,160,0.32); */
}
.PGButton:focus {
	border: none;
	background-color: #004579;
}

.pgInputBtn { font-size: 0.875em; }

.btn:focus { color: #fff; outline: 0; }

.chal_q { color: #00f; font-weight: 700; font-style: italic; }	/* Challenge questions when drop-downs aren't used */

/* Pop-up dialogs and main containers */
.dlghdr, .col-md-6.col-md-offset-3.dlghdr {	/* dialog heading */
	background-color: #00599c;
	color: #fff;
	text-transform: none;	/* DCCC Custom */
}	

/* .errordiv style credit to TCC (Tarrant Count Community College) */
.errordiv {
    background:  #99002b;
    border: 2px solid  #99002b;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
}

.errordiv-pwrulebad {
    background:  #ecf0f1;
    border: 10px solid  #99002b;
    padding: 10px;
    color: #99002b;
    border-radius: 4px;
}

.successdiv {
    background:  #99ffcc; /*20a028*/
    border: 2px solid  #99ffcc;
    padding: 10px;
    color: #000;
    border-radius: 4px;
}

.errorfield {
	background: #ffffff; 
	border: 2px solid #99002b;
}

/* .warningdiv style */
.warningdiv {
    background:  #ffce00;
    border: 2px solid  #ffce00;
    padding: 10px;
    color: #000;
    border-radius: 4px;
}

/*Styles for sso/error.aspx page*/
.errlabel {
	font-weight: bold;
	text-decoration: underline;
}

.errdesc {
}

.errrespid {
	font-style: italic;
	font-weight: bold;
	color: red;
	font-size: 16px;
}

/*		Error, Success, and Warning Div Styling - END		*/

/* account management panels */
.panel-default>.panel-heading {
   background-color: #f5f5f5;
}

 .panel-title>a {
	color: #000;
 }
#lblLoggedInAs {
	color: #ffce00;
	/* 2022-02-28 Always display DCCCid even in smaller displays */
	display: inline;
}

.rpname { }
.rpname p { padding-left: 68px; font-size: smaller;}
a.rplink, a.rplink:link, a.rplink:visited { background: #ddd; padding: 6px; border-radius: 8px; text-align: left; display: inline-block; color: #000; transition: all 0.2s ease; }  
a.rplink:hover, a.rplink:active { color:#fff; background-color: #004579; text-decoration: none; box-shadow: 0 10px 30px 0 rgba(165,160,160,0.32); }  
a.rplink img { display: inline; border: none; border-radius: 5px 20px 5px; float: left; }
.rpimageMedium { height: 60px; width: 60px }

.a.bold {
	font-weight: bold;
	text-decoration: none;
}

.a.statuspagelink:hover {
	text-decoration: none;
}

/* StatusPage Widget */

.current-status-indicator {
	width: 12px;
	height: 12px;
	margin: 0 0 0 5px;
	display: inline-block;
	border-radius: 6px
}

.current-status-indicator.small {
	width: 8px;
	height: 8px;
	margin: 0 0 0 5px;
	display: inline-block;
	border-radius: 4px
}

.current-status-indicator.green {
	background: #27ae60
}

.current-status-indicator.yellow {
	background: #ffa837
}

.current-status-indicator.red {
	background: #c44031
}

.current-status-indicator.blue {
	background: #00aaf0
}

#current-status-description {
	font-weight: bold;	
	color: #888;
	font-size: small;
}
/* statuspage status indicator*/
/* status maintenance notice indicator */
.system-status-sch-maintenance {
		margin-bottom: 5px;
}
.system-status-sch-maintenance a {
    display: block;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    padding: 10px 10px 0px 5px;
    color: #939393;
    font-size: 12px;
    line-height: 16px;
}
.system-status-sch-maintenance a:before, .system-status-sch-maintenance a:after {
  content: " ";
  display: table;
 }
.system-status-sch-maintenance a:after { 
	clear: both;
}
.system-status-sch-maintenance a:hover {
	background: #fcfcfc;
	border-color: #004579;
	text-decoration: none;
}
.system-status-sch-maintenance a:hover .hover-statuspage { 
	display: block;
}
.system-status-sch-maintenance a:hover .hover-statuspage + i[class*="statuspage-status-img-"] {
  display: none;
}
.system-status-sch-maintenance h2 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 2px;
    font-weight: 600;
    color: #4695d4; 
}
.system-status-sch-maintenance h2.blue {
	color: #025494;
}
.system-status-sch-maintenance h2, .system-status-sch-maintenance p {
	margin-left: 10px;
}
.system-status-sch-maintenance i[class*="statuspage-status-img-"] {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background-size: cover;
}
.system-status-sch-maintenance i.hover-statuspage-sch-maintenance {
	display: none;
}
/* status indicator - login page */
.system-status a {
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    padding: 10px 10px 0px 10px;
    color: #939393;
    font-size: 14px;
    line-height: 18px;
}
.system-status a:before, .system-status a:after {
  content: " ";
  display: table;
 }
.system-status a:after { 
	clear: both;
}
.system-status a:hover {
	background: #fcfcfc;
	border-color: #004579;
	text-decoration: none;
}
.system-status a:hover .hover-statuspage { 
	display: block;
}
.system-status a:hover .hover-statuspage + i[class*="statuspage-status-img-"] {
  display: none;
}
.system-status h2 {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 2px;
    font-weight: 600;
    color: #4695d4; 
}
.system-status h2.red {
	color: #99002b;
}
.system-status h2.green {
	color: #18b96b;
}
.system-status h2.yellow {
	color: #ffa500;
}
.system-status h2.blue {
	color: #025494;
}
.system-status h2, .system-status p {
	margin-left: 65px;
}
.system-status i[class*="statuspage-status-img-"] {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	background-size: cover;
}
.system-status i.hover-statuspage {
	display: none;
}
.system-status.status-red a:hover {
	border-color: #99002b;
}
.system-status.status-green a:hover {
	border-color: #18b96b;
}
/* status indicator - sso page */
.system-status-sso a {
    display: block;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    padding: 10px 10px 0px 10px;
    color: #025494;
    font-size: 14px;
    line-height: 18px;
}
.system-status-sso a:before, .system-status-sso a:after {
  content: " ";
  display: table;
 }
.system-status-sso a:after { 
	clear: both;
}
.system-status-sso a:hover {
	background: #eeeeee;
	border-color: #004579;
	text-decoration: none;
}
.system-status-sso a:hover .hover-statuspage { 
	display: block;
}
.system-status-sso a:hover .hover-statuspage + i[class*="statuspage-status-img-"] {
  display: none;
}
.system-status-sso h2 {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 2px;
    font-weight: 600;
    color: #4695d4; 
}
.system-status-sso h2.red {
	color: #99002b;
}
.system-status-sso h2.green {
	color: #18b96b;
}
.system-status-sso h2.yellow {
	color: #ffa500;
}
.system-status-sso h2.blue {
	color: #025494;
}
.system-status-sso h2, .system-status-sso p {
	margin-left: 65px;
}
.system-status-sso i[class*="statuspage-status-img-"] {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	background-size: cover;
}
.system-status-sso i.hover-statuspage {
	display: none;
}
.system-status-sso.status-red a:hover {
	border-color: #99002b;
}
.system-status-sso.status-green a:hover {
	border-color: #18b96b;
}
/* status indicator images */
.statuspage-status-img-blue {
	background-image: url('/_layouts/images/PG/images/status_blue.png');
	background-repeat: no-repeat;
}
.statuspage-status-img-green{
	background-image: url('/_layouts/images/PG/images/status_green.png');
	background-repeat: no-repeat;
}
.statuspage-status-img-yellow{
	background-image: url('/_layouts/images/PG/images/status_yellow.png');
	background-repeat: no-repeat;	
}
.statuspage-status-img-red {
	background-image: url('/_layouts/images/PG/images/status_red.png');
	background-repeat: no-repeat;
}

/* dynamic content specify */
.dynamic-content {
    display:none;
}

/* a:-webkit-any-link {
	text-decoration: none;
}
*/
 /* Helpdesk */
.HelpDeskActions {
	 border: 0px;
}
#ReportLookup {
	margin-top: 0px;
}
/* User Lookup */
.suggest_link { 
	background-color: #E0ECFF; 
	cursor: auto; 
	padding: 2px 6px 2px 6px; 
}
.suggest_link_over { 
	background-color: #C3D5EE; 
	cursor: pointer; 
	padding: 2px 6px 2px 6px; 
}
#divReportResults, #divLookupResults { 
	position: absolute;
	background-color: #E0ECFF;
	text-align: left; 
	left: 700px;
	color: #0000FF; 
	padding: 2px; 
	font: 12px; 
	border: 1px solid #000000; 
	z-index: 10000;
}

/* Errors */
.warning {
	background: #FFCC99; 
	border: 2px solid #ff0000;
	padding: 5px;
	font: 12px;
	color: black;
	margin: 10px 20px;
}

/* Report rows */
#PleaseWait , #NoUserSelected, #ReportInstructions {
	text-align: center;
	font-size: 16px;
	color: red;
	padding: 20px 0;
}

.dbreport {
	width: 100%;
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
    border-color: #ddd;
	margin-bottom: 15px;
}

.dbreport th {
	text-align: center;
	border-collapse: collapse;
	padding: 2px 2px;
	border: 1px;
	border-style: solid;
    border-color: #ddd;
	background-color: #F5F5F5;
	font-size: 14px;
	color: white;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
}

.dbreport td {
	border-collapse: collapse;
	padding: 2px 15px 2px 15px;
	border: 0px solid black;
	font-size: 14px;
}

.leftcell { text-align: left; }
.midcell { text-align: center; }
.rightcell { text-align: right; }

.highlight { background-color: #DDDDDD; }
.colhdr {
	vertical-align: middle;
	display: inline-block;
	padding: 0 15px 0 0;
	color: #000;
}
.sorttext { font-size: 9px; }

.totalrows {
	background-color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	padding: 0 0 5px 10px;
}

/* User Detail */
.styleUsername {
	color: red;
	font-weight: bold;
}
span.activityLabel { font-weight: bold; }
span.activityData { font-style: italic; }
.sectionHeader {
	font-size: 125%;
	font-weight: bold;
	color: blue;
} 
 
/* announcements */
/* .announcement { background: #ffffac;}*/

/* media conversions */
/* Large desktops and laptops */
@media (min-width: 1200px) {
	div#login.full.container {
		width: auto;
	}
}

/* Landscape tablets and medium desktops */
/*@media (min-width: 992px) and (max-width: 1199px) {}*/

/* Landscape phones and portrait tablets */
/*@media (max-width: 767px) {}*/

/* Portrait phones and smaller */
/*@media (max-width: 480px) {}*/

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    #dccc-header-wrapper {
        height: 70px;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
	}
    #dccc-logo {
        background-repeat: no-repeat;
        background-position: 0 -10%;
		background-size: 70px;
        padding-top: 30px;
        padding-bottom: 13px;
        font-size: 1.8em;
    }
    #dccc-logo a {
        background-size: 60px;
		padding-left: 70px;     
    }
	#dccc-logo:hover {
		margin-left: 0;
		background: url('/_layouts/images/PG/images/dccc-flame-yellow.png');	
		background-size: 70px;		
		background-repeat: no-repeat;
		background-position: 0 20%;
	} 
	#dccc-button-header {
		margin-top: 5px;
	}
	.dccc-mbutton, .dccc-mbutton-sso , .dccc-mbutton-content {
    padding: 5px;
	}
}
@media (min-width:768px) {
	.col-sm-3 {
	    width: auto;
	}
}
@media (max-width:767px) {
	.PGButton.btn {
		/*width: 50%;*/
	}
	.fill {
        min-height: none !important;
        height: none !important;
    }
	.DCCCloginHEADER{
		height: 100px;
	}
	.DCCClogo{
        height: 100px;
        padding: 0;
        padding-top: 20px;
    }
    .DCCClogo img {
        width: 200px;
        margin: auto;
    }
	.DCCCtitle {
		padding-top: 0px;
	}
	.login form {
        width: auto;
        padding-top: 0;
    }
    .login a {
       /*font-size: 12px;*/
	}
	.logonbox {
		width: auto;	
	}
	.DCCCfooter {
        /*padding-top: 100px;*/
        position: relative;
        text-align: center;
		display: block;
    }
	.bg-warning {
		font-size: 12px;
	}
	.PGButton {
		/*max-width: 35%;*/
		float: left;
		padding: 8px 0 !important;
	}
	.containerPGButton { margin-bottom: 0px !important; }	
	.dccc-mbutton, .dccc-mbutton-sso , .dccc-mbutton-content {
    padding: 5px;
	}
	
	.dccc-mbutton.dccc-mbutton-green { width: 80%;	}
	.dccc-pull-right{
		float: none;
	}
	.container-spacer {
		margin-top: 0px;
	}
	.popFieldsContainer {
		width: 330px;
	}
}

@media (height:1024px){
	.PGButton.btn {
		/*width: auto;*/
	}
	.dccc-mbutton, .dccc-mbutton-sso , .dccc-mbutton-content {
		padding: 5px;
	}
}

@media(min-width:767px) {
    .fill {
        min-height: 100%;
        height: 100%;
    }
	.system-status-sch-maintenance a {
		font-size: 14px;
		line-height: 18px;
	}
	.system-status-sch-maintenance h2 {
		font-size: 17px;
		line-height: 20px;
	}
}

/* 2021-04-20 - For centering Ready EDU "wait" message during SSO */
.ReadySSOMsg {
	position:absolute; 
	left:50%; 
	top: 50%; 
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
	color: #fff; 
	font-size: 1.5em;
	text-align: center;
}

/*2022-02-15 remove red line around SSO app boxes*/
.pgRP, .rpdiv{
	width: 200px;
    height: 76px;
    background-color: #fff;
    border-radius: 14px;
    border: 2px solid;
	margin: 10px;
}

/*2022-02-16 override style_custom.css to remove black border around /sso apps grid*/
#SSOContainer {
	border: 0;
}

/*2022-02-16 override style_custom.css to remove red hover behind /sso apps */
.rpdiv:hover{/*box-shadow: 0 12px 20px 0 #ed212787;*/}

/*2022-02-23 copy bootstrap styles that are used for the portalguard header to allow /sso page header to display without referencing bootstrap.min.css in /sso which breaks other parts of the page*/
.col-md-3 {
	max-width: 50%;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src:url(../fonts/glyphicons-halflings-regular.eot);
	src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
@font-face {
	font-family: 'Bitter';
	src:url(../fonts/Bitter/Bitter-VariableFont_wght) format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro';
	src:url(../fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf) format('truetype');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-user:before {
	content: "\e008";
}
/*2022-02-24 override PG default html margin:left which results in a small white space to left of DCCC header*/
html {
	margin-left: 0;
}
/*html, body {font-family: 'Source Sans Pro'!important; color: #000; background-color: #fff;}*/

/*2022-02-28 override PG styling that adds some empty space before the account management page heading*/
#maintitle {
flex: initial;
margin-left: 0;
}

/*2022-02-28 override PG styling to resize the login-name and logout button text size as well as display the login-name when viewport is smaller*/
.logonName {
	font-size: .875em;
}

/*2022-02-28 override PG account management flex wrapper display so that the Account Details & Activity section better fits in the window with less whitespace before and after the section */
.flexWrapper {
	display: ;
}
/*Duo Hardware Token Enrollment*/
.pgDuoEnrollFrame {
	border: none !important;
}
.duo-main-container {
display: inline-flex;
border:1px solid;
background:#f7f7f7;
}
.duo-base-wrapper {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
border: 1px solid #133650;
background: #f7f7f7;
}
.duo-base-main {
float: right;
left: 160px;
overflow-x: hidden;
overflow-y: auto;
}
.duo-base-body {
min-height: 100%;
padding: 16px;
background-color: #f7f7f7;
}
.duo-base-header, .duo-base-navigation {
float: left;
top: 0;
bottom: 0;
height: 100%;
left: 0;
width: 170px;
padding: 12px 0px 0px 8px;
}
.duo-white-wrapper {
padding: 8px;
background-color: #fff;
border-radius: 3px;
margin-bottom: 8px;
font-size: 12px;
}
h2.duo-header {
color: #000;
margin: 10px 0px 16px 0px;
font-size: 24px;
line-height: 32px;
}
@media (max-width: 480px){
.duo-main-container {
display: inline-block;
}
.duo-base-header, .duo-base-navigation {
bottom: auto;
padding: 8px 0px 0px 8px;
width: auto;
right: 0;
text-align: left;
}
.duo-base-main {
top: 64px;
left: 0;
}
.duo-base-body {
padding: 4px 16px;
}
.duo-base-sidebar {
display: none;
}
.duo-img {
margin-bottom: 6px;
}
.mainFlex {
display: inline-block;
flex-wrap: nowrap;
margin: 8px;
}
