
HTML { width:100%;min-width: 100%;min-height: 100%;}
body
{
	width:100%;
	min-width: 100%;
	min-height: 100%;
	font-family:Tahoma,segoe ui, Arial;
	padding: 0px;
	margin: 0px;
		background-color:#e7f1fe;
	background: #e7f1fe; /* Old browsers */

		
			background: -moz-linear-gradient(top, #feffff 0%, #feffff 0%, #d4e5fe 96%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(0%,#feffff), color-stop(96%,#d4e5fe)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #feffff 0%,#feffff 0%,#d4e5fe 96%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #feffff 0%,#feffff 0%,#d4e5fe 96%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #feffff 0%,#feffff 0%,#d4e5fe 96%); /* IE10+ */
			background: linear-gradient(top, #feffff 0%,#feffff 0%,#d4e5fe 96%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d4e5fe',GradientType=0 ); /* IE6-8 */
		}

input[type=text], input[type=password]
{
	border: solid 1px #7E9DB9;
}

select
{
	border: solid 1px #7E9DB9;
}

input[type="button"]:disabled,input[type="submit"]:disabled {
color:#949eb2;
}

#loginContainerTable
{
	table-layout:fixed;
}

tr.inputFieldsContainer
{
	height:214px;
	padding:0;
}

td.inputFieldsContainer
{
	vertical-align:top;
}

#loginPageHeader
{
	padding-bottom:5px;
}

#selectedRealm, #inputFieldsTable, #LoginLeft
{
	width: 300px;
}

#loginContainer
{
	position:relative;
	height:90%;
	margin-top: 27px;
	margin-right: 15px;
	/* height: 317px; */
	/* width: 493px; */
}

.redBox
{
background-color : #ffebe8;
border : 1px solid #dd3c10;
padding: 3px 5px 3px 5px;
}

#LoginLeft
{
	padding:0;
	float:left;
	display:block; 
	padding-top:10px
}

#LoginRight
{
	float:right;
	width:180px;
}

#Languages
{
	position:absolute;
	bottom: 0;
	right: 0;
}

#loginForm
{
	margin:0px;
	padding:0px
}

#inputFieldsTable
{
	padding-top: 5px;
}

#loginPagePromptCell
{
	padding-bottom: 10px;
}


#LoginButtonTD
{
	padding: 0;
	margin: 0;
}

#LoginButton, #btnCancel, #btnSkip, #btnSubmit
{
    font-size: 13px;
    min-width: 80px;
	height: 25px;
	letter-spacing: 0.5px;
}


#submitDiv
{
	padding-top:5px;
}

#certificateRadioDiv
{
	padding-top:5px;
	padding-bottom:5px;
}

#userName, #passwordDisplayed, #pin
{
	height:23px;
}

#multiChallengeHeader
{
	padding-top:5px;
	padding-bottom:5px;
}

#MCDiv
{
	width:320px;
}

.textBox
{
	float: left; 
	overflow: visible;
	word-wrap: break-word;
}

.loginInputDisabled, .loginInput
{
	color: black;
	font-size: 12px;
}

.loginInputDisabled
{
	background-color: #D4D0C8;
}


.inputLabel, .inputLabelDisabled, .inputLabelLeftMargin
{
	font-size: 11px;
	font-weight: normal;
	padding-right:3px;
	padding-bottom:2px;
}

.inputLabelLeftMargin
{
	padding-left:25px;
}

.inputLabelDisabled
{
	color: gray;
}

td.loginInput, td.loginInputDisabled, .loginInputLeftMargin
{
	padding:0;
	padding-bottom:7px;
	vertical-align:top;
}

.loginInputLeftMargin
{
	padding-left:25px;
}

input.loginInput, input.loginInputDisabled, select.loginInput
{
	width: 100%;
	border: solid 1px #7E9DB9;
}

.loginOptionsHidden
{
	display: none;
}
.productName
{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;	
	padding-top:20px;
}

.productName2
{
    font-size: 18px;
    font-weight: bold;
	color: #2F3E85;
	text-align: left;
	padding-left: 20px;
 	vertical-align: bottom;
}

.signInTitle
{
	font-size: 14px;
	font-weight: bold;
}

.signInType
{
	font-size: 12px;
	font-weight: bold;
}

.signInTypeDis
{
	font-size: 12px;
	font-weight: bold;
	color: gray;
}

.welcomeUser
{
	font-size: 12px;
	font-weight: normal;
	color: #777777;	
}

.secTitle
{
	font-size: 11px;
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
}

.secTitleB
{
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.secTitleNormalCursor
{
	font-size: 11px;
	font-weight: normal;
}

.secTitleBold
{
	font-size: 11px;
	font-weight: bold;
}

.secTitleDis
{
	font-size: 11px;
	color: gray;
}

.signoutCPCaption
{
	font-family: sans-serif, Arial;
	font-size: 11px;
	font-weight: normal;
}

.go
{
	height: 18px;
	width: 100%;
	color: white;
	font-size: 11px;
	letter-spacing : 1px;
	font-weight: normal;
	background-color: #202082;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}

.butt
{
	height: 22px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing : 1px;
	background-color: #486092;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 6px;
	padding-right : 6px;
	border: 1px solid #929292;
	border-style : groove;
	border-collapse : separate;
	cursor: pointer;
	cursor: hand;
}

.footerTable
{
	background: url(/Login/images/Footer_bg.png);
	background-repeat: repeat-x;
	background-position: center;
}

.Copyright
{
	color: #000000;
	font-family: sans-serif, Arial;
	font-size: 10px;
	font-weight: normal;
}

.Message
{
	color: #1C2A6F;
	font-size: 12px;
	font-weight: normal;
	line-height : 18px;
}

.MarkedMessage
{
	color: Purple;
	font-size: 12px;
	font-weight: bold;
	line-height : 18px;
}

.errorMessage
{
	font-family: sans-serif, Arial;
	color: #CC0000;
	font-size: 12px;
}

.blueLine
{
	border-top: 2px solid #202082;
}

.Alert
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana;
}

.ics_error_message_box 
{
	border:solid 2px #FF796B;
	background:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	color:#AA2848;
	width: 100%;
	padding: 10px;
	display:none;
}

.ics_deployer_div_style {
	width:600px;
	align:left;
	vertical-align: middle;
	border:solid 2px #333333;
}

.ics_report_div_style
{
	width:600px;
	align:left;
	vertical-align: middle;
	border:none;
	font-weight: normal;
	font-size: 12px;
}

.ics_error_report_div_style
{
	border:solid 2px #FF796B;
	background:#FFFFFF;
	font-size: 12px;
	width: 600px;
	padding: 10px;
}

.ics_page_title
{
	font-family: Arial;
	font-size:18px;
	font-weight:bold;
	color: #5780D8;
}

.body_default
{
	padding: 0px;
	margin: 0px;
}
.mainTable_table
{
	border: none;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.mainTable_companyTitle
{
	padding: 0px;
	width: 100%;
	height: 1px;
	margin: 0px;
}
.header_left
{
	background: url(/Login/images/TopToolBar_Left.png);
	background-repeat: repeat-x;	
	vertical-align:middle;
	height: 68px;
}

/* Not used anymore */
.header_middle
{
	background: url(/Login/images/TopToolBar_Left.png);
	background-repeat: repeat-x;
	width: 42px;
	height: 68px;
}

.header_right
{
	background: url(/Login/images/TopToolBar_Middle.png);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 80px;
}

.header_menu
{
	background: url(/Login/images/TopToolBar_Right.png);
	background-repeat: repeat-x;
	width: 329px;
	vertical-align: bottom;
	height: 68px;
	/* padding-bottom: 5px; */
	/*border: solid 1px red;*/
}

.CPESOD_hr
{
	color: #bababa;
}

.CPESOD_sub_title
{
	font-family: Arial;
	color: #51565E;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.CPESOD_title_table
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.PortalLink
{
	color: #0144BD;
 	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

/* YELLOW BAR CSS ----------------------------------------------------------- */
	.yellowbarDiv
	{
		display: none;
		position: absolute;
		width: 500px;
		height: 300px;
		left:30%;
		font-size: 1px;	
	}
	
	.yellowbarTable
	{
		border: none;
		width: 100%;
		height: 100%;
		font-size: 1px;		
	}
	
	
	.yellowbar_Numbering
	{
		font-family: Arial;
		color: #363636;
		font-size: 30px;
		font-weight: bold;
		vertical-align: middle;
		text-align: left;
		padding: 15px;
	}
	
	.yellowbar_text
	{
		font-family: Arial;
		color: #5A5A5A;
		font-size: 12px;
		font-weight: bold;
		vertical-align: middle;
		text-align: left;
		padding: 15px;
	}
	
	.yellowbar_link
	{
		font-family: Arial;
		color: #0144BD;
		font-size: 12px;
		font-weight: normal;
		vertical-align: middle;
		text-align: left;
		padding: 5px;
		cursor: pointer;
		background: #FFFFFF;
	}
	
	.yellowbar_arrow
	{
		height: 13px;
		font-size: 1px;	
	}
	
	/* Top row ----------------------------------------------- */
	.yellowbar_topLeftCorner
	{
		background: url(/Login/images/yellowbar_up_left_corner.gif);
		background-repeat: no-repeat;
		width: 13px;
		height: 13px;
		font-size: 1px;
	}
	
	.yellowbar_topMidBorder
	{
		background: url(/Login/images/yellowbar_strip_up_line.gif);
		background-repeat: repeat-x;
		font-size: 1px;		
	}
	
	.yellowbar_topRightCorner
	{
		background: url(/Login/images/yellowbar_up_right_corner.gif);
		background-repeat: no-repeat;
		width: 13px;
		height: 13px;
		font-size: 1px;
	}

	/* Body sides ----------------------------------------------- */
	.yellowbar_midLeftBorder
	{
		background: url(/Login/images/yellowbar_strip_left_line.gif);
		background-repeat: repeat-y;
	}
	
	.yellowbar_body
	{
		background: #EDEDED;	
		width: 100%;
		height: 100%;
	}
	
	.yellowbar_midRightBorder
	{
		background: url(/Login/images/yellowbar_strip_right_line.gif);
		background-repeat: repeat-y;
	}	
	
	
	
	
	
	/* Bottom row ----------------------------------------------- */
	.yellowbar_bottomLeftCorner
	{
		background: url(/Login/images/yellowbar_down_left_corner.gif);
		background-repeat: no-repeat;
		width: 13px;
		height: 13px;
	}
	
	.yellowbar_bottomMidBorder
	{
		background: url(/Login/images/yellowbar_strip_down_line.gif);
		background-repeat: repeat-x;	
	}
	
	.yellowbar_bottomRightCorner
	{
		background: url(/Login/images/yellowbar_down_right_corner.gif);
		background-repeat: no-repeat;
		width: 13px;
		height: 13px;
	}

	
	/* Seperator row ----------------------------------------------- */
	
	.yellowbar_sepLeft
	{
		background: url(/Login/images/yellowbar_sep_left.gif);
		background-repeat: no-repeat;
		width: 13px;
		height: 4px;
		font-size: 1px;
	}
	
	.yellowbar_sepMid
	{
		background: url(/Login/images/yellowbar_low_top_line.gif);
		background-repeat: repeat-x;
		font-size: 1px;	
	}
	
	.yellowbar_sepRight
	{
		background: url(/Login/images/yellowbar_sep_right.gif);
		background-repeat: no-repeat;
		width: 13px;
		font-size: 1px;
	}
	
	.yellowbar_lowLeftBorder
	{
		background: url(/Login/images/yellowbar_low_left_line.gif);
		background-repeat: repeat-y;
	}
	
	.yellowbar_lowRightBorder
	{
		background: url(/Login/images/yellowbar_low_right_line.gif);
		background-repeat: repeat-y;
	}

/* Loading animation*/

.loadingAnimation {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.loadingAnimation > div {
  width: 18px;
  height: 18px;
  background-color: #4e6dac;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loadingAnimation .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loadingAnimation .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* loading animaton for getUpdateCshell and getAjaxCshell windows */

.progress_cell{
    text-align: center;
    margin-top: 60px;
}

#squaresWaveG{
    position:relative;
    width:110px;
    height:35px;
    margin:auto;
}

.squaresWaveG{
    position:absolute;
    top:0;
    background-color:rgb(79,110,173);
    width:3px;
    height:35px;
    animation-name:bounce_squaresWaveG;
    -o-animation-name:bounce_squaresWaveG;
    -ms-animation-name:bounce_squaresWaveG;
    -webkit-animation-name:bounce_squaresWaveG;
    -moz-animation-name:bounce_squaresWaveG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#squaresWaveG_1{
    left:0;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#squaresWaveG_2{
    left:15px;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#squaresWaveG_3{
    left:30px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#squaresWaveG_4{
    left:45px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#squaresWaveG_5{
    left:60px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#squaresWaveG_6{
    left:75px;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#squaresWaveG_7{
    left:90px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}

#squaresWaveG_8{
    left:105px;
    animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}




@keyframes bounce_squaresWaveG{
              	0%{
              		background-color:rgba(225,235,255,0.95);
              	}

              	100%{
              		background-color:rgb(79,110,173);
              	}
              }

@-o-keyframes bounce_squaresWaveG{
              	0%{
              		background-color:rgba(225,235,255,0.95);
              	}

              	100%{
              		background-color:rgb(79,110,173);
              	}
              }

@-ms-keyframes bounce_squaresWaveG{
              	0%{
              		background-color:rgba(225,235,255,0.95);
              	}

              	100%{
              		background-color:rgb(79,110,173);
              	}
              }

@-webkit-keyframes bounce_squaresWaveG{
              	0%{
              		background-color:rgba(225,235,255,0.95);
              	}

              	100%{
              		background-color:rgb(79,110,173);
              	}
              }

@-moz-keyframes bounce_squaresWaveG{
              	0%{
              		background-color:rgba(225,235,255,0.95);
              	}

              	100%{
              		background-color:rgb(79,110,173);
              	}
              }