/*
 * #%L
 * HTML5 CSA_OAuth2-ui
 * %%
 * Copyright (C) 2002 - 2016 Fidelity National Information Services, Inc. and/or its subsidiaries - All Rights Reserved worldwide.
 * %%
 * This document is protected under the trade secret and copyright laws as the property of Fidelity National Information Services, Inc. and/or its subsidiaries.
 *  Copying, reproduction or distribution should be limited and only to employees with a "need to know" to do their job. Any disclosure of this document to third parties is strictly prohibited.
 * #L%
 */
/* oAuth2 */

.idp-dom-loader  {
	opacity: 0;
}
.consentController {
    margin-top:80px;
}
h2 {
	margin-left:10px;
}

.centeredHeader {
	margin: 0 auto;
	float:none;
	width: 100%;
}

.centeredBox {
	margin: 0 auto;
	float:none;
	background-color:#fff;
	padding: 50px 15px 15px 15px;
	border:none;
	margin: 0 auto !important;
	width: 40%;
}

.centeredBox .primary-text {
    font-weight: bold;
    font-size: 16px;
    color: #007d8a;
    padding: 7px 0;
}

.centeredBox .secondary-text {
    margin-top: 10px;
}

.centeredBox .warning-message {
	padding: 10px;
	margin-bottom: 15px;
}
.span3 span {
	position:relative;
	top:3px;
}
input.fis-primary {
	clear:both;
	float:right;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #48535b;
	font-size: 24px;
    margin-bottom: 15px;
}
.fis-well {
    background: #fff;
    padding: 12px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.visible {
    visibility: visible;
}
.hidden {
    visibility: hidden;
}
div.http-error {
	border: 1px solid #b50;
	width: 98%;
	padding: 5px;
	margin: 5px;
	background-color: #D71;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.landing-page-loading-indicator {
     background-image: url(../styles/img/loading-image.gif?version=v5.8.0);
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: center;
}
.myApplicationsHeader {
	background: url(../styles/img/idp-bg.jpg?version=v5.8.0);
	background-size: cover;
	height: 100%;
}
.myApplicationsHeader .app > nav {
	box-shadow: none;
}
