*{
box-sizing: border-box;
}

span, a, td, tr, p, div{
font-family: Ubuntu;
font-size: 16px;
}

h1,h2,h3{
font-family:Ubuntu;
font-weight: 300;
text-transform: capitalize;
padding: 8px 0px 8px 0px;
margin-top:0px;
}

html, body {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	position:relative;
	background-color: #237a63;
}

/*Specific to PortalGuard Page | Creates arrow at top of shadow box*/
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	
	border-bottom: 5px solid #27ae60;
	background-color:transparent;
}
/*Creates box for this theme and adds shadow/border-radius*/
.shadow{
-webkit-box-shadow: 0px 20px 13px 0px rgba(133,133,133,0.55);
-moz-box-shadow: 0px 20px 13px 0px rgba(133,133,133,0.55);
box-shadow: 0px 20px 13px 0px rgba(133,133,133,0.55);
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;


}
.border-radius{
-webkit-border-radius: 20px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius: 20px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-radius: 20px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.row .border-radius{
	margin-bottom:-15px;
	}

.mainheading {
	font-size: 30px;
	font-weight: 300;
}

/*Centers branding element in middle of the page*/
.center{
  position: absolute;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -ms-transform: translate( 0%, -50%); /* Yep! */
  -webkit-transform: translate(0%,-50%); /* Yep! */
  transform: translate(0%,-50%); /* Yep! */
  }
  
  /*Centers top of page for questions div*/
.top{
position: absolute;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
top:25%;
}
  .col-md-6.col-md-offset-3, .displaybox{
		background-color: #FFF;
		
  }
.displaybox{
margin-top: 20px;
top:0px;
}
  
/*Centers branding element at the top of the page*/
.center-top{
  position: absolute;
  left: 50%;
  top: 130px;
  -ms-transform: translate(-50%, -50%); /* Yep! */
  -webkit-transform: translate(-50%, -50%); /* Yep! */
  transform: translate(-50%, -50%); /* Yep! */
}


/*Creates dimmed background for when popups are opened*/
.translucent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
   outline: 9999px solid rgba(0,0,0,.8);
  background-color: rgba(0,0,0,.8); /*dim the background*/
  -webkit-transform: translateZ(1px);
}
/*Covers up grey row at top of shadow box*/ 
.green-2{
background-color:#39F18D;
}
.green,.col-md-6.col-md-offset-3.green{
	background-color: #27ae60;
	color:#fffdy;
	text-transform:uppercase;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.grey{
	background-color: #ecf0f1
}
.grey span{
	font-size: 18px;
}
.grey a{
	font-size: 16px;
}

/*Modifies the Disclaimer at bottom of the page of Sandbox*/
.disclaimer{
	display:block;	
	width: 100%;
	text-align: center;
	position: fixed;
	bottom:0;
	background-color: #ecf0f1;
	max-height:50px;
	overflow:auto;
}
	
/*styling for theme selector*/
.selector{
	padding: 20px 10px;
	width:100%;
	background-color: #2c3e50;
	float: right;
	color: #fff;
-webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.75);
}
/*Styling for Captcha*/
.recaptcha_r7_c1,.recaptcha_r8_c1{
	display:none;
}
#recaptcha_privacy{
	display:none;
}


/*styline for tabs on acct management page*/
.tab-pane .PGButton{
	margin-right:20px;
}

.nav-tabs>li>a{
	background-color:#bdc3c7;
	color: #fff;
}
.nav-tabs>li>a:hover{
	color: #000;
}
.sso-tab,.password-tab, #connectivity{
	margin: 10px;
}
.sso-tab p, .sso-tab h2, .password-tab h2, #connectivity h2{
	color: #000;
}
.tab-pane#settings img{
	max-height: 130px;
}
.panel-body h2{
	color: #000;
}


/*registration page edits*/
#recaptcha_response_field{
	border-radius:0px;
	height: 24px;
}

#Group{
width: 100%;
}


.selector-content{
	float:right;
}
select, option {
	padding:2px 10px;
	background-color: #fff;
	border-radius: 3px;
	color: #000;
	max-width: 400px;
}	

#SSChalEntry select{
	background-color: #fff;
	border-radius: 3px;
	color: #000;
	height: 28px;
	margin-bottom: 5px;
	max-width: 450px;
	padding:2px 10px;
	width: 100%;
}
#SSChalEntry input{
	width:100%;
	max-width: 387px;
	border-radius: 3px;
	background-color: #EDEDED;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.75);
       -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.75);
			box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.75);
}

.padding-btm-20{
	padding-bottom: 20px;
}

.logonbox{
	background-color: #ecf0f1;
	padding-bottom:15px;
}

.radioLabelDisabled {
	font-style: italic;
	color: #AAA;
}
.boldred {
	color: red;
	font-weight: bold;
}

.confDsp {
	font-style: italic;
	color: red;
	font-weight: bold;
}
	

.chal_q {
	color: #696969;
	font-weight: bold;
	font-style: italic;
}

.errortext {
	color: orange;
	font-weight: bold;
}

.italicsEmphasis {
	font-style: italic;
	font-weight: bold;
}
#preload span{ 
	visibility: hidden;
}

.errordiv {
	background: #FFCC99; 
	border: 2px solid #ff0000;
	padding: 10px;
}

.successdiv {
	background: #99FFCC; 
	border: 2px solid #669900;
	padding: 10px;
}

.errorfield {
	background: #FFCC99; 
	border: 2px solid #ff0000;
}

.warningdiv {
	background: #CCFFCC; 
	border: 2px solid #00ff00;
	padding: 10px;
}
/*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;
}
/*-------*/

.popupWin {
	z-index: 10000;
	border-radius:3px;
}

.popFieldLabel {
	font-weight: bold;
}
#spanShowPWs1{
	display: block;
}

.CAStatic {
	font-weight: bold;
	text-decoration: underline;
}

.CARunning {
	color: red;
	font-weight: bold;
	font-size: 125%;
}
.popupTOU {
	z-index: 10001
}
.popupTOU .green{
	margin-bottom: 10px;
}
.TOUButtons{
	padding: 20px;
}

.divSCTimer {
	 display: none;
}

.SCTimer {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
}

#SaveUADesc2FA{
	width: 100%;
	max-width: 550px;
}

.tooltip {
	position: absolute;
	text-align: left;
	width: 180px;
	border: 2px solid black;
	padding: 5px;
	background-color: lightyellow;
	z-index: 10002;
}

.SStooltip {
	position: absolute;
	text-align: left;
	width: 240px;
	border: 2px solid black;
	padding: 5px;
	background-color: lightyellow;
	z-index: 10003;
}

.capslockdiv {
	background: #FFCC99; 
	border: 1px solid #ff0000;
	padding: 2px;
	position: absolute;
	z-index: 10003;
}

.pwruleok {
	font-weight: bold;
	font-style: italic;
	color: green;
}

.pwrulebad {
	font-weight: bold;
	font-style: italic;
	color: red;
}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.bgwhite { background-color: white; }
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }
.linkres_border { 
	border: 1px solid black;
	border-collapse: collapse;
}
.linkres_table {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}
.linkres_hdr {
	background-color: white;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	font-style: italic;	
}	

.logonName {
	text-align: right;
	font-size: 12px;
}

span.activityLabel {
	font-weight: bold;
}

span.activityData {
	font-style: italic;
}
	
hr.acctSep {
	width: 98%;
}

body.printOTPs {
	background-image:none;
	background-color:white;
	margin: 10px;
}

div.printOTPs {
	font-size: 16px;
}

input.printOTPs {
	font-size: 14px;
}

li.printOTPs {
	font-size: 16px;
}

.otpresendPopup {
	/*width: 420px;*/
	position: absolute;
	text-align: left;
	z-index: 10002;
	border: 2px solid black;
	padding: 20px;
	background-color: lightyellow;
	font-size: 125%;
}
#spanAnsRemain{
	padding: 15px;
	line-height: 40px;
}
.phone_c {
	width: 180px;
}

.qrstyle {
	text-align: center;
	background-color:white;
	padding: 20px;
	border:0px;
}

.pgtab {
	background: #ddd;
	padding: 6px;
	line-height:36px;
	border: solid 1px #d6d6d6;  
	text-align: left;  
    color: #000;
    font-size: 12px;
	font-weight: bold;
}

.pgtab:hover {
	background: #eee;
	font-style: italic;
	cursor: pointer;
}

.pgtab_sel {
	line-height: 32px;
	background: #fff;
	padding: 6px;  
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    text-align: left;  
    color: #000;
    font-size: 12px;
	font-weight: bold;
}

.nocontent {
	text-align: center;
	color: blue;
	font-style: italic;
	font-size: 14px;
}

.hr_light {
	background-color: #eee;
	border: 0 none;
	color: #eee;
    height: 1px;
}

.mobileapp_secret {
	background: #fff;
	padding: 10px;
	text-align: center;
	color: blue;
	font-weight: bold;
	font-size: 16px;
}

.AMtable {
	border-collapse:collapse;
}

.AMtable th {
	vertical-align:middle; 
	text-align:center;
    border:1px solid #000;
	padding: 3px;
}

.AMtable td {
    vertical-align:middle; 
	text-align:left;
    border:1px solid #000;
	padding: 5px;
}

.saveUAInstr {
	text-align: left;
	font-size: 11px;
	border: 1px solid black;
	padding: 5px;
	background-color: lightyellow;
	margin-right: 30px;
}

.clsLangSelector {
	float:right; 
	vertical-align:top;
	margin: 5px 5px 0 0;
}

img.acctActivity		{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat 0 0; vertical-align: middle; }
img.acctCPanel			{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -49px 0; vertical-align: middle; }
img.acctEmail			{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -98px 0; vertical-align: middle; }
img.acctMobileApp		{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -147px 0; vertical-align: middle; }
img.acctPhoneLandLine	{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -196px 0; vertical-align: middle; }
img.acctPhoneMobile		{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -245px 0; vertical-align: middle; }
img.acctPrinter			{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -294px 0; vertical-align: middle; }
img.acctQuestion		{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -343px 0; vertical-align: middle; }
img.acctServer			{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -392px 0; vertical-align: middle; }
img.acctUA				{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -441px 0; vertical-align: middle; }
img.acctYubiKey			{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -490px 0; vertical-align: middle; }
img.acctHOTPToken		{ width: 48px; height: 48px; background:url(/_layouts/images/pg/images/acct-icons.png) no-repeat -539px 0; vertical-align: middle; }

.vertical-10{
	margin-top:10px;
	margin-bottom:10px;
}
.PGButtonDisabled.btn-expand{
	width:100%;

	}
.PGButton .btn-expand{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:50px;
}

.PGButton {
	padding: 8px 30px;
	margin-top: 5px;
	background-color:#16a085;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#ffffff;
	width:100%;
}
.PGButton:hover {
	background-color:#27ae60;
	color: #fff;
}
.PGButton:active {
	position:relative;
	top:1px;
}
.PGButtonDisabled {
	margin-right:5px;
	margin-top: 5px;
	display:inline-block;
	padding:8px 30px;
	background-color:#939393;
	color:#ffffff;
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

input[type="checkbox"], input[type="radio"] {
position: relative;
margin-left: 5px;
margin-right: 5px;
vertical-align: middle;
bottom: 2px;
}

	
input {
   line-height:16px;
	height:16px;
    padding:  5px;
	border-radius:3px;
	-moz-border-radius: 3px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.register input[type=checkbox] i{
	margin-left: 5px;
	margin-top: 4px;
	height: auto;
	width: auto;
}

.register input, textarea{
	width: 100%;
}
#acceptTOU{
	width: auto;
}
.register h1{
	color: #000;
}
/* register.aspx */
.msgtitle {
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}


/*Responsive Media queries*/
	@media screen and (max-width:768px){
		.center{
			top:50px;
			transform: translate(0%,0%); /* Yep! */
			-webkit-transform: translate(0%,0%); /* Yep! */
			-ms-transform: translate( 0%, 0%); /* Yep! */
		}
		#PGLogo{
			display:none;
		}
	}
	
@media screen and (max-width:992px){
  .center-top{
	display:none;
	}
		.register{
			top: 50px;
		}
		.displaybox{
			margin-top:100px;
		}
}
@media screen and (min-width:768px) and (max-width:992px){
	.PGButton.btn{
		width: 50%;
		display:block;
		margin-left:auto;
		margin-right: auto;
	}
}

