html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body{
  display: flex;
  flex-direction: column;
  background: #fcfcfc;
}

.container{
  flex: 1 0 auto;
}

table.results td, table.results th {
  min-width: 100px !important;
}

.spid-idp-button-link a img{
  height: 50px !important;
}

.logoImg{
  max-height: 75px;
}

.alert{
	background-color: white;
}

.btn-outline-primary, .btn-outline-danger, .btn-outline-default, .btn-outline-secondary, .btn-outline-warning{
	background-color: white;
}

.info-btn-sm{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 3px;
}

.user-img{
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  background: #f1f1f1;
  border: 1px solid #d6dce3;
}


.user-img-sm{
	width: 50px;
	height: 50px;	
	padding: 5px;
}


.detail-img{
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #f1f1f1;
	border: 1px solid #d6dce3;
  }

.user-role-card{
  background: #f6f7f9;
  border: 1px solid #d6dce3;
}


/* Breadcrumb CSS */

.arrow-steps .step {
	font-size: 14px;
	text-align: center;
	color: #666;
	cursor: default;
	margin: 0 3px;
	padding: 7px 10px 7px 30px;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #d9e3f7;	
	z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;	
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}


.arrow-steps .step:last-child:after {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step.done:not(:first-child){
    padding-left: 40px;
}

.arrow-steps .step:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
    padding-right: 30px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step span:before {
	opacity: 0;
	content: "✔";
	position: absolute;
	top: 0px;
	left: -20px;
}

.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.done{
    color: #fff;
    background-color: #06c;
}


.arrow-steps .step.failed{
    color: #fff;
    background-color: #cc0000;
}

.arrow-steps .step.done:after {
	border-left: 17px solid #06c;	
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #036;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #036;	
}

/* Breadcrumb CSS end */

.icon-xxl{
	width: 128px;
	height: 128px;
}

.card-no-after:after{
	content: none;
}