body {
	color: #4A4A4A;
	font-family: Helvetica Neue, Arial;
	padding-bottom: 80px;
}

/*
  ======================================== Typography
  ======================================== */
h1 {
	font-size: 34px;
	font-weight: 300;
	line-height: 41px;
}

h2 {
	font-size: 24px;
	font-weight: 300;
	line-height: 29px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

a {
	color: #045FAB;
	line-height: 16px;
	text-align: center;
}

.content-title {
	color: #4A4A4A;
	font-size: 24px;
	font-weight: 300;
	line-height: 29px;
	margin-bottom: 8px;
}

.content {
	color: #4A4A4A;
}

.card .card-header {
	color: #252525;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	background-color: #FCFDFE;
}

/*
  ========================================
  forms
  =======================================
 */
form h1, h2, h3, h4, h5 {
	margin-bottom: 20px;
}

.form-top-margin {
	margin-bottom: 15px !important;
}

/* firefox cuts the text off without this */
.form-control {
	padding: 5px 12px;
}

.form-control-top {
	display: block;
}

.form-group-header {
	color: #4A4A4A;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

label {
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 4px;
}

.form-check label {
	color: #333333;
}

.disabled label {
	color: #9E9E9E;
}

input[type="text"], select, textarea {
	font-size: 14px !important;
	vertical-align: bottom;
	position: relative;
	padding-left: 6px !important;
	*overflow: hidden;
}

input[type="text"] {
	height: 32px;
	width: 100%;
	border: 1px solid #DFE4E7;
	border-radius: 2px;
	background-color: #FCFDFE;
	color: #333333;
	line-height: 16px;
}

input[type="checkbox"] {
	height: 16px;
	width: 16px;
	border: 1px solid #B2BCC4;
	border-radius: 2px;
	background-color: #FCFDFE;
}

input::placeholder {
	color: #333333;
}

select {
	height: 32px;
	width: 193px;
	border: 1px solid #DFE4E7;
	border-radius: 2px;
	background-color: #FCFDFE;
	font-size: 14px;
	font-color: #333333;
	line-height: 16px;
}

input[type="text"]:disabled {
	background-color: #F6F6F6;
	color: #9E9E9E;
}

input[type="checkbox"]:disabled {
	background-color: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #E0E6EB;
}

.invalid {
	border: 1px solid #DE6463 !important;
	border-radius: 2px;
	background-color: #FCFDFE;
}

.invalid-prompt {
	height: 14px;
	color: #D44D51;
	font-family: "Helvetica Neue";
	font-size: 12px;
	line-height: 13px;
}

.ic-warning {
	fill: #D44D51;
	-webkit-text-fill-color: #D44D51;
	margin-right: 5px;
}

.warning {

}
/*
  ========================================
  buttons
  =======================================
 */
button, .btn {
	border: 1px solid #C4CED7;
	border-radius: 2px;
	background-color: #E9ECEE;
	padding: 8px 12px 8px 12px;
	outline: 0;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

button:hover, button:focus, .btn:hover, .btn:focus {
	background-color: #F7F8F9;
	border: 1px solid #C4CED7;
	color: #045FAB;
	outline: none !important;
	box-shadow: none;
}

button:active, .btn:active {
	color: #FFFFFF;
	background-color: #027BC7;
	box-shadow: none;
}

button:disabled, .btn:disabled {
	border: 1px solid #E0E6EB;
	border-radius: 2px;
	background-color: #F4F6F7;
	color: #9E9E9E;
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #027BC7;
	border-color: #027BC7;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
	outline: none !important;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #007bff;
	border-color: #007bff
}

/*
  ========================================
  Lists
  =======================================
*/
.ams-list {
	font-size: 12px;
	line-height: 13px;
	background-color: #FFFFFF;
	color: #737373;
}

.MAINTENANCE {
	color: #FFB54D !important;
}

.MAINTENANCE:before {
	font-family: AltaEloqua;
	content: '\e606';
	margin-right: 10px;
}

.ERROR {
	color: #ED6647 !important;
}

.ERROR:before {
	font-family: AltaEloqua;
	content: '\e67a';
	margin-right: 10px;
	color: #ED6647;
}

.ams-list .row {
	align-items: center;
}

.ams-list-title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 2px;
	color: #000000;
}

.ams-list-secondary-text {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 24px;
}

.ams-list-tertiary-text {
	color: #737373;
	font-size: 12px;
	line-height: 13px;
}

.ams-list p {
	margin-bottom: 10px
}

.ams-list a {
	color: #4A4A4A;
	text-align: left;
	overflow: hidden;
}

.ams-list a:link {
	text-decoration: none;
}

.ams-list a:visited {
	text-decoration: none;
}

.ams-list a:hover {
	text-decoration: none;
}

.ams-list a:active {
	text-decoration: underline;
}

.ams-list .footer-caption p {
	margin-bottom: 7px;
}

.install-field {
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

.install-field-value {
	font-size:12px;
}

.provider-email{
	margin-top:15px;
}

.provider-details{
	margin-top:15px;
}

.provider-name{
	font-size:14px;
	font-weight:bold;
}
/*
  ========================================
   Image Icon Sizes
  ========================================

*/
.image-size-small {
	height: 32px;
	width: 32px;
	margin: auto;
	display: block;
}

.image-size-medium {
	height: 90px;
	width: 90px;
	margin: auto;
	display: block;
}

.image-size-large {
	height: 192px;
	width: 192px;
	margin: auto;
	display: block;
}

.image-container {
	display: flex;
	margin-bottom: 10px;
}

.image-placeholder-large {
	background-color: #eee;
	height: 192px;
	margin: 5px;
	width: 192px;
}

.image-placeholder-large>h4 {
	align-self: center;
	text-align: center;
	width: 100%;
}

#page-body {
	background: #fff;
}

.branding-bar {
	height: 44px;
	background-color: #F2F4F5;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.nav .dropdown {
	width: 100%;
}

.nav-hamburger {
	height: 12px;
	width: 20px;
	font-family: 'AltaEloqua';
	margin-bottom: 23px;
	margin-right: 15px;
	cursor: pointer;
}

.dropdown-item {
	color: #0367A6;
	font-family: "Helvetica Neue";
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.dropdown-item :active {
	background-color: #E4F0FA !important;
}

.dropdown-item :hover {
	background-color: #EBECED !important;
}

.application-name {
	height: 18px;
	color: #454545;
	font-family: "Helvetica Neue";
	font-size: 16px;
	line-height: 18px;
	margin-left: -8px;
}

.brand-logo {
	background: url(fonts/oracle-logo.svg) no-repeat;
	height: 12px;
	width: 112.29px;
	margin-top: 3px;
}

.profile-dropdown {
	right: 15px;
	left: auto;
	position: fixed;
	top: 5px;
}

.ams-hamburger::after, .ams-profile::after {
	display: none;
}

.profile-dropdown-menu {
	right: 0;
	left: auto;
}

.avatar-initials {
	height: 14px;
	width: 19px;
	color: #FFFFFF;
	font-family: "Helvetica Neue";
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	border-radius: 50%;
	text-transform: uppercase;
}

.stroke {
	height: 32px;
	width: 32px;
	border: 1px solid rgba(141, 144, 155, 0.3);
	border-radius: 50%;
}

.oval-sm {
	height: 28px;
	width: 28px;
	background-color: #737580;
	border-radius: 50%;
	text-align: center;
	margin-top: .04em;
	margin-left: 0.04em;
	cursor: pointer;
}

#logout-link a:active, a:hover, a:visited {
	text-decoration: none;
}

.disabled {
	cursor: default;
}

#page-header {
	height: 66px;
	background-color: #027BC7;
}

.page-header-icon {
	height: 34px;
	width: 34px;
	color: #FFFFFF;
	font-family: AltaEloqua;
	font-size: 34px;
	line-height: 34px;
	margin-left: 25px;
	margin-top: 13px;
}

.page-header-title {
	color: #FFFFFF;
	font-family: "Helvetica Neue";
	font-size: 34px;
	font-weight: 300;
	line-height: 41px;
	margin-left: 31px;
	margin-top: 10px;
}

.ERROR {
	color: #ED6647 !important;
}

.ERROR:before {
	font-family: AltaEloqua;
	content: '\e67a';
	margin-right: 10px;
	color: #ED6647;
}

.MAINTENANCE {
	color: #FFB54D !important;
}

.MAINTENANCE:before {
	font-family: AltaEloqua;
	content: '\e606';
	margin-right: 10px;
}

.description-value {
	color: #333333;
	font-family: "Helvetica Neue";
	font-size: 14px;
	line-height: 16px;
}

.info-field-value {
	height: 16px;
	color: #9E9E9E;
	font-family: "Helvetica Neue";
	font-size: 14px;
	line-height: 16px;
}

.info-button {
	height: 32px;
	width: 134px;
	border: 1px solid #C4CED7;
	border-radius: 2px;
	background-color: #E9ECEE;
	color: #000000;
	font-family: "Helvetica Neue";
	font-size: 14px;
}

.info-button:hover {
	border: 1px solid #C4CED7;
	border-radius: 2px;
	background-color: #F7F8F9;
}

.info-button:active {
	border-radius: 2px;
	background-color: #027BC7;
}

.save-button-label {
	color: #FFFFFF;
	font-family: "Helvetica Neue";
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.save-button {
	border-radius: 2px;
	background-color: #027BC7;
	cursor: pointer;
}

.center-block {
	display: block;
	margin: 1rem auto;
	text-align: center;
	width: 50%;
}

.left-block {
	display: block;
	margin: 1rem auto;
	text-align: left;
}

.line {
	box-sizing: border-box;
	height: 1px;
	border: 1px solid #E6EBEE;
}

.card-login {
	height: 314px;
	width: 360px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	text-align: left;
}

.card-header-login {
	height: 51px;
}

.card-content-login {
	height: 282px;
}

.login-content {
	display: inline-block;
	height: 100%;
	width: 100%;
}

#login-title {
	height: 40px;
	width: 436px;
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 300;
	line-height: 41px;
	text-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 50px;
}

#login-description {
	height: 23px;
	width: 433px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	text-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

#login-with-bg {
	background-image: url("../images/backgrounds/hex@2x.jpg");
	background-size: cover;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	top: 0;
}

.announcement {
	height: calc(100vh - 44px);
	position: absolute;
}

footer {
	height: 72px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

#footer-relative {
	position: relative;
}

#footer-about-oracle {
	height: 16px;
	color: #045FAB;
	font-size: 14px;
	line-height: 16px;
	padding-top: 20px;
	position: absolute;
	z-index: 10;
}

#footer-about-oracle .padding-left, #footer-social-icons .padding-left {
	padding-left: 20px;
}

#footer-copyright {
	height: 18px;
	width: 698.54px;
	color: #737373;
	font-size: 12px;
	line-height: 18px;
	padding-top: 40px;
	position: absolute;
}

#footer-social-icons {
	float: right;
	padding-top: 20px;
}

.hide-footer {
	display: none;
}

.installBlock {
	font-size: 12px; 
 	color: #000000; 
 	display: none;
 	position: absolute;
 	opacity: 0.8;
 	background-color: #F2F2F2;
 	width: 100%;
	height: 32px;
 	line-height: 32px;
 	bottom: 0px;
 	left: 0px;
}

#recommendedApps {
	border: 0px; 
	border-top:0.5px solid #ddd; 
	padding: 0;
}

#recommendedApps .title {
	border: 0.5px solid #ddd; 
	border-top: 0px;
	padding: 8px; 
	color: #252525; 
	font-size: 16px; 
	font-weight: bold;
	border-bottom:none;
	padding-bottom:0px;
}

#recommendedApps .titleDescription {
	padding: 8px; 
	font-size: 12px; 
	line-height: 1.2em;
	border:0.5px solid #ddd; 
	border-top:none;
	font-style:italic;
}

#recommendedApps .appBox {
	padding: 8px; 
	position: relative;
	border: 0.5px solid #ddd; 
	border-top: 0px; 
}

#recommendedApps .col {
	text-align:left; 
	padding-right: 0;
}

#recommendedApps .appName {
	font-size:13px; 
	font-weight:500; 
	line-weight:16px; 
	color: #000; 
	line-height: 14px;
}

#recommendedApps .providerName {
	opacity: 0.5; 
	color: #000; 
	font-size: 11px; 
	line-height: 22px;
}

#recommendedApps .description {
	color: #000; 
	font-size: 12px; 
	line-height: 14px;
}

.productListContainer {
	max-width:1200px;
	border: 1px solid #D6DFE6;
}

.productListContainer .rowDiv {
	border-bottom: 1px solid #D6DFE6; 
}

.productListContainer .row {
	padding: 7px;
}

.apiOperationTag {
	display:inline-block; 
	text-align:center; 
	width: 55px; 
	border-radius: 3px; 
	background-color: #878C90; 
	color: #fff;
}

.notification-list-item {
  display: flex;
  flex-direction: column;
}

.notification-list-item-avatar {
  display: flex;
  align-items: flex-start;
  width: 200px;
}

.notification-list-item-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
}

.notification-list-item-buttons {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  width: 200px;
}

.notification-comment {
  display: flex;
  align-items: flex-start;
  width: 200px;
}

.notification-comment-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -300px;
  padding: 20px 20px;
  width: 400px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 7px 7px 5px 5px;
  background-color: #fff;
  border: 1px solid #D6DFE6;
  content: attr(data-tooltip);
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-family: Helvetica Neue, Arial;
  color: #333333;
  letter-spacing: 0.2px;
  text-decoration: none;
  min-height: 34px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.25) 0px 0 15px;
  -moz-box-shadow: rgba(0,0,0,0.25) 0 0 15px;
  box-shadow: rgba(0,0,0,0.25) 0 0 15xpx;
  border-collapse: collapse;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #c4ced4;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* install_saml_redwood */
.grayish-bg {
	background-color: gray;
	height:100vh;
}
/*.tab-body{
	background-color: gray;
	height:100vh
}*/
fieldset {
	background: #FBF9F8;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	position: relative
}
.form-card {
	background: white;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 20px 40px 30px 40px;
	box-sizing: border-box;
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative;
	text-align: left;
	color: #9E9E9E
}

.fs-title {
	font-size: 25px;
	color: #2C3E50;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left
}
.action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px
}

.action-button-previous:hover,
.action-button-previous:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}
.action-button {
	width: 100px;
	background: skyblue;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px
}

.action-button:hover,
.action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}
fieldset:not(:first-of-type) {
	display: none
}
.collapsible-section {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-items: center;
}

.collapsible-section > .header {
	display: flex;
	align-items: center;
	height: 32px;
}

.collapsible-section > .header:hover {
	cursor: pointer;
}

.collapsible-section > .header > i {
	height: 32px;
	width: 32px;
	border: 1px solid rgba(255,255,255,0);
	border-radius: 2px;
	background-color: rgba(255,255,255,0);
	box-shadow: inset 0 2px 0 0 #FFFFFF;
	color: black;
	font-family: AltaEloqua;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
}

.collapsible-section > .header > .title {
	height: 24px;
	color: #4A4A4A;
	font-family: "Helvetica Neue";
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 200;
}

.collapsible-section > .content {
	display: flex;
	align-items: center;
	margin-left: 32px;
	margin-right: 20px;
}

.collapsible-section > .content > form {
	flex: 1;
}
.terms {
	resize:none;
	height: 232px;
	width: 100%;
	color: #161513;
	font-family: Oracle Sans;
	font-size: 12px !important;
	line-height: 16px;
	padding-left:20px !important;
}
.buttons-div{
	padding-top:20%;
	padding-left: 60%;
	background: inherit;
	border: 0
}
.buttons-div-pt0{
	padding-top:0;
	padding-left: 60%;
	padding-bottom:0;
	padding-right:0;
	background: inherit;
	border: 0
}
.card-size{
	background: #FBF9F8;
	width:600px;
	height:inherit;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	box-shadow: 0px 8px 32px -10px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
}
.cancel-button, .cancel-button:hover {
	width:100px;
	border-color: gray;
	border-radius: 4px;
	background-color: inherit;
	color:black;
}
.container-block {
	overflow: auto;
	max-height: 232px;
	resize: none;
	border: 1px solid rgba(22, 21, 19, 0.5);
	box-sizing: border-box;
	border-radius: 4px;
}
.container-card {
	scrollbar-width:thin;
}
.container-card::-webkit-scrollbar {
	width: 4px;
	background-color: inherit;
}

.container-card::-webkit-scrollbar-thumb {
	background-color: gray;
}
.container-div{
	height: 232px;
	width: 100%;
}
.final-div {
	height: 380px;
}
.next, .install-button, .installComplete, .next:hover, .install-button:hover, .installComplete:hover {
	width: 100px;
	background: black;
	color: white;
	border: 0 none;
	border-radius: 4px;
	cursor: pointer;
	padding: 13px 16px;
}

.btn.next.disabled {
	width: 100px;
	background: #EFEDEC;
	color: #989795;
	border: 0 none;
	border-radius: 4px;
	cursor: none;
	padding: 13px 16px;
}

.done-div{
	padding-top: 10%;
	padding-right: 2rem;
}
.padding_2rem* {
	padding-left:2rem;
}
.wizard {
	padding-left: 0;
	padding-right: 0;
	height: auto;
	width: 600px;
}
.redwood-strip {
	background-image: url("../images/Install_header.png");
	background-size: cover;
	padding: .6rem 1.25rem;
	border-color: #fbf9f8;
}

.alert-error-16 {
	left: 13px;
	border: 1.2px solid #FFFFFF;
	height: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	margin-left: 40px;
	background: url("../images/error-s-16.jpg") center;
}

.pt_25{
	padding-top: 25%;
}
.mt_mb{
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.mt {
	margin-top: 1rem;
	margin-bottom:0;
}
.mb {
	margin-bottom: 2rem;
	margin-top:0;
}
.card-title{
	font-family: Oracle Sans;
	font-size: 24px;
	line-height: 32px;
	color: #161513;
	font-weight: 700;
	margin-bottom: .75rem;
	max-height: 50px;
}
.redwood-btn, .redwood-btn:hover {
	padding: 13px 16px;
	align-items: center;
	text-align: center;
	font-family: Oracle Sans;
	font-size: 13.75px;
	line-height: 16px;
}

.text-font {
	font-family: Oracle Sans;
	font-size: 16px;
	line-height: 20px;
	color: #161513;
	border-radius: 4px;
}
.text-secondary {
	color: rgba(22,21,19,.6)!important;
	font-size: .75rem!important;
	font-weight: 400!important;
	line-height: 1.3333!important;
}
.title-text {
	font-size: 1rem!important;
	font-weight: 400!important;
	line-height: 1.25!important;
	margin-bottom: 0.5rem;
}
.operation-badge{
	background: #7a736e;
	font-family: Oracle Sans Cd;
	font-weight: 400;
	font-size: 11px;
	border-radius: .25rem;
	height: 1rem;
	padding: 0 .25rem;
	color:white;
}
.pb_05{
	padding-bottom: 0.5rem;
}

.label-class  {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	border-radius: 2px;
}
/* Show the checkmark when checked */
.label-class input:checked ~ .checkmark {
	background-color: #000000;
}
/* Style the checkmark/indicator */
.label-class .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Show the checkmark when checked */
.label-class input:checked ~ .checkmark:after {
	display: block;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.progress-bar-black {
	background-color:black;
}
.redwood-background{
	background-color:#fbf9f8;
}
.word-break{
	word-break: break-all;
}
.banner-header {
	height: 118px;
}
.pl_pr_25rem {
	padding-left: 2.5rem!important;
	padding-right: 2.5rem!important;
}
.pt_pb_225rem {
	padding-top: 2.25rem!important;
	padding-bottom: 2.25rem!important;
}
.pt_25rem {
	padding-top: 2.5rem;
}
.pt_75rem {
	padding-top: 0.75rem;
}
.omc-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	color:black;
}
.omc-button-label {
	cursor: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: inherit;
}
.omc-svg {
	display: inline-flex;
	margin-right: .625rem;
	margin-left: .625rem;
	color: #161513;
	font-weight: 400;
	cursor: inherit;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: center;
	font: 400 13.3333px Arial;
}
.div_backgrndimg_redwood {
	height: 12px;
	width: 100%;
	box-sizing: border-box;
	background-position: left bottom;
	background-image: url("../images/redwood_strip.png");
	background-repeat: repeat-x;
	transition: height .15s;
	transition-timing-function: cubic-bezier(.4,0,.1,1);
	bottom: 0;
}
.omc-button {
	height: 2.75rem;
	margin-bottom: 0;
	font-size: .859rem;
	display: inline-flex;
	vertical-align: top;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	width: 200px;
	color: black;
	background-color:inherit;
}
a.omc-button:hover {
	background-color: #f5f4f2;
}
.heading {
	left: 0;
	right: 0;
	top: 0;
	font-family: Oracle Sans;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #161513;
	margin-top: 4px;
}
.message-text {
	font-family: Oracle Sans;
	font-style: normal;
	left: 50px;
	top: 50px;
	font-size: 38px;
	line-height: 40px;
	color: #161614;
}
.redwood-body {
	background-color:#fbf9f8;
	height:100vh;
	padding-bottom:0;
}

.margin-66-left {
	margin-left:66px;
}
.bottom_position {
	position: relative;
	top: 330px;
	left:0;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(22, 21, 19, 0.4);
	z-index: 2;
	cursor: pointer;
	margin-right: 0px;
    margin-left: 0px;
}

.div_construction_redwood {
	position: absolute;
	height: 236px;
	width: 250px;
	box-sizing: border-box;
	background-image: url("../images/redwood_construction.png");
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-125px,-50px)
}
.div_redwood_desktop_bg {
	background-image: url("../images/redwood_desktop_bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 35px;
}
.div_redwood_desktop_bg_full-height {
	padding-top: 100%
}

.iconCheckbox input[type=checkbox]:checked+i, .iconCheckbox input[type=radio]:checked+i {
	color: #000000;
	border-radius: 50%;
	border: 1px solid #e5e5e6;
}

/* Redwood Alerts */
.alert-danger {
	background-color: #fff8f7;
	border-radius: 6px;
	border: 1px solid #E4E2E1;
	font-family: Oracle Sans;
}

.alert-danger .alert-heading {
	color: #B3311F;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}

.alert-success {
	background-color: #F4FCEB;
	border-radius: 6px;
	border: 1px solid #E4E2E1;
	font-family: Oracle Sans;
}

.alert-success .alert-heading {
	color: #436B1D;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}

ul.alert-details {
	color: #161513;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	margin-left: 32px;
	list-style-type: square;
}

ul.alert-details span {
	font-weight: 600;
}


.alert-action {
	color: #161513;
	font-style: normal;
	font-weight: 600;
	font-size: 13.75px;
	margin-left: 32px;
	padding-top: 8px;
	margin-bottom: 5px;
}

.alert-action a {
	color: #161513;
	text-decoration: none;
}

.d-flex {
	margin-bottom: 5px;
}

.alert-pos {
	max-width: 2000px;
	height: calc(100vh - 150px);
	padding-right: 35px;
	padding-left: 35px;
}

/* End Redwood Alerts */

/* install_saml_redwood */
/* configure */
.iframe-container-install {
	height: calc(100vh - 120px);
	width: 100%;
}
.configure-iframe-install{
	border: none;
	height: inherit;
	width: inherit;
}
.configure-redwood-background{
	background-color:#fbf9f8;
	padding-bottom:0px;
	height: 100vh;
}
.configure-banner-header {
	height: 120px;
}
#proceed-btn {
	background: #312D2A;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 13px 16px;
	color: #FFFFFF;
	position: absolute;
	right: 1.9%;
	left: 93.52%;
}
.configure-heading {
	font-family: Georgia;
	font-size: 28px;
	color: #161513;
	line-height: 36px;
	height: 36px;
}
/* configure */