@charset "utf-8";
/*
 * Licensed Materials - Property of IBM
 * "Restricted Materials of IBM"
 * 5724-U18
 * (C) COPYRIGHT IBM CORP. 2013 All Rights Reserved.
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *
 */
/**********************************************************
 * Notes:
 * The style leverages CSS3 Border-radius which not all
 * browsers support. Browser specific statments are 
 * included, otherwise the design will degrade to square
 * corners. As of Oct 10, 2009, IE currently does not 
 * support border-radius or provide a browser shortcut.
 **********************************************************/
 
 body {
 	background: none !important;
 }
 
/*  body > div { */
/*  	background-image: linear-gradient(#ffffff 1px, #ffffff 100%); */
/*  	background-image: -webkit-linear-gradient(#ffffff 1px, #ffffff 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ffffff'); */
/* 	background: -ms-linear-gradient(#ffffff 1px, #ffffff 100%); 	 */

/*  } */

 .dialog {
 	background: none !important;
 	border: 0px !important;
 	color: #c0c0c0;
 	padding: 12px 0px;
 } 
 
 .dialog img {
 	margin-top: 8px;
 }
 
/*  .main_tbl { */
/*  	width: 420px; */
/*  } */

.main_tbl {
	margin-top: 35%;
 	width: 460px;
 }
 
/*   .copyright { */
/*   	border-top: 4px solid #0d85b4; */
/*   	padding-top: 20px; */
/*   } */

/* 160826 START */
  .copyright {
  	border-top: 4px solid #ffffff;
  	padding-top: 0px;
  }
/* 160826 END */
 
 .copyright p {
 	color: #404040;
 	display: inline;
 }
 
 .copyright img {
 	display: inline !important;
 	margin: 0px 24px 0px 0px;
 	vertical-align: middle;
 }
 
.defaultibmlogo, .defaultbrandinglogo {
	display: none !important;	
}
 
/*  input[type="text"], input[type="password"], select { */
/* 	font-size: 14px; */
/* 	background: #fff !important; */
/* 	margin-top: 3px; */
/* 	padding: 0px 1px; */
/* 	color: #222; */
/* 	height: 22px; */
/* 	line-height: 22px; */
/* 	vertical-align: middle; */
/* 	padding-top: 2px; */
/* } */

/* 160826 START */
 input[type="text"], input[type="password"], select {
	width: 100%;
    padding: 12px 20px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
/* 160826 END */

.input_pad {
	padding-top: 10px;	
}

.prod_name {
	display: none !important;
}

.ext_prod_name {
	display: inline !important;
	color: #ffffff;
}

label { 
	color: #404040;
}

.fednotice
{
	color: #adacac;
}

/* 160826 START */
span.logintxt {
	padding-left: 0px;
	color: #ff0000;
	font-size: x-large;
	line-height: 6%; 


}
span.flogintxt {
	padding-left: 0px;
	color: black;
	font-size: large;
	line-height: 2%; 


}
span {
	padding-left: 0px;
	line-height: 1%; 
	color: gray;
}
/* 160826 END */

/* .tiv_btn */
/* { */
/* 	background: transparent; */
/* 	background-image: -moz-linear-gradient(#008afb 1px, #085884 100%); */
/* 	background-image: linear-gradient(#008afb 1px, #085884 100%); */
/* 	background-image: -ms-linear-gradient(#008afb 1px, #085884 100%); */
/* 	background-image: -webkit-linear-gradient(#008afb 1px, #085884 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#008afb', endColorstr='#085884'); */
/* 	text-shadow: 1px 1px 1px rgba(0,0,0,.5); */
/* 	border: 1px solid #0a4e74; */
/* 	border-radius: 3px; */
/* 	cursor: pointer; */
/* 	padding: 0px 1em; */
/* 	min-width: 87px; */
/* 	margin: 2px 0px 20px 0px; */
/* 	min-height: 26px;	 */
/* 	vertical-align:middle; */
/* 	color: #fff; */
/* 	font-weight: bold; */
/* } */
	
/* .tiv_btn:hover { */
/* 	background-image: -moz-linear-gradient(#1a95c5 1px, #206b93 100%); */
/* 	background-image: -webkit-linear-gradient(#1a95c5 1px, #206b93 100%); */
/* 	background: -ms-linear-gradient(#1a95c5 1px, #206b93 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1a95c5', endColorstr='#206b93'); */
/* 	color: #e7e7e7; */
/* } */

/* 160826 START */
.tiv_btn
{
	background: transparent;
	background-image: -moz-linear-gradient(#ff0000 1px, #b30000 100%);
	background-image: linear-gradient(#ff0000 1px, #b30000 100%);
	background-image: -ms-linear-gradient(#ff0000 1px, #b30000 100%);
	background-image: -webkit-linear-gradient(#ff0000 1px, #b30000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#008afb', endColorstr='#085884');
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	border: 0px solid #0a4e74;
	border-radius: 3px;
	cursor: pointer;
	padding: 0px 1em;
	min-width: 90px;
	margin: 14px 0px 20px 10px;
	min-height: 90px;	
	vertical-align:middle;
	color: #e7e7e7;
	font-weight: bold;
}
	
.tiv_btn:hover {
	background-image: -moz-linear-gradient(#e60000 1px, #800000 100%);
	background-image: -webkit-linear-gradient(#e60000 1px, #800000 100%);
	background: -ms-linear-gradient(#e60000 1px, #800000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1a95c5', endColorstr='#206b93');
	color: #ffffff;
}
/* 160826 END */

#error_img {
	vertical-align: top;
	margin-top: 0px;	
}

.errorText {
	padding: 5px;
	background: #fff3f3;
	border: 2px solid #da655f;
	border-radius: 5px;
	margin-bottom: 10px;
}

.exit {
	border: 1px solid #888;
	border-radius: 5px;
	padding: 20px;
}

.exitsep {
	height: 2px;
	background: #0d85b4;
	margin: 20px 0px 15px 0px;
}