.logoRow {
    background: #22B1E9;
    border-left: Solid 1px #6699CC;
    border-right: Solid 1px #6699CC;
    text-align: left;
}
.border-no-padding
{
	border-left: Solid 1px #6699CC;
	border-right: Solid 1px #6699CC;
}
.border-padding-left
{
	padding-left:10px;
	border-left: Solid 1px #6699CC;
}
.border-padding-right
{
	padding-right:10px;
	border-right: Solid 1px #6699CC;
}
.border-padding-bottom
{
	padding-right:10px;
	padding-bottom:5px;
	border-bottom:Solid 1px #6699CC;
	border-left: Solid 1px #6699CC;
	border-right: Solid 1px #6699CC;
}
.closeButton
{
	width:				120px;
}

.loginButton
{
	width:				135px;
	margin: 0 10px;
}

.loginButton.ssoButton {
	background-image: url(../images/default.png);
	background-position: 5%;
	background-repeat: no-repeat;
	background-size: auto 70%;
	padding-left: 25px;
}

.userNameLabel {
    white-space: nowrap;
}
a:link, a:visited, a:hover a:active
{
	color:				black;
}

body {
    background-color: #2c3e50;
}

table table {
    background-color: #fff;
    color: #000;
}

table table tr:not(:first-child) td {
	padding: 0 5px;
}

table table tr:last-child td {
	padding-bottom: 5px;
}

.login-tabs {
	margin: 10px;
}

div.tabButton:not(.tabButtonActive):hover {
	color: #22B1E9;
}

div.tabButton:hover {
	cursor: pointer;
}

.tabButton {
	background-color: #eeeeee;
	display: inline-block;
	width: 100px;
	padding: 5px;
	text-align: center;
}

div.tabButtonActive {
	background: #22B1E9;
	color: #ffffff;
}

#login-table {
	width: 400px;
	height: 300px;
}

.login-container {
	background-color: #ffffff;
	width: 400px;
	min-height: 300px;
    overflow: hidden;
	position: relative;
}

.login-banner {
	background: #22B1E9;
	height: 46px;
}
.login-banner > img {
	height: 42px;
	margin: 2px;	
	float: left;
}
.login-subheader {
	padding: 5px 0px 20px 10px;
	text-align: left;
}
div.login-default {
	margin-top: 20px;
}
div.login-default > div, div.login-redirect > div {
	margin: 20px 20px 20px 10px;
}
div.login-label {
	display: inline-block;
	width: 70px;
	text-align: right;
}
div.login-text {
	display: inline-block;
	width: 254px;
}
div.login-text > input {
	width: 250px;
}
#icpRegistration {
	margin-bottom: 35px;
}
#icpLinkText {
	text-align: center;
	text-decoration: underline;
}
.login-footer {
	position: absolute;
	bottom: 3px;
	margin: 0px 0px 0px 10px;
	height: 25px;
}
.login-footer > div {
	display: inline;
	height: 50px;
}
div.login-copyright {
	vertical-align: bottom;
}

div.login-copyright > span {
	margin-left: 60px;
}
div.login-sso {
	position: relative;
	height: 120px;
	margin-top: -10px;
}
#divExternalIDPs {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#divExternalIDPs > input {
	margin: 5px 10px 5px 10px;
}