.spinner-wrapper {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}

.spinner-border {
	height: 60px;
	width: 60px;
}

.skip-link {
	display: none;
}
.user-panel {
    position: relative;
}
.user-panel, .user-panel .info {
    overflow: hidden;
    white-space: nowrap;
}
.user-panel img {
    height: auto;
    width: 2.1rem;
}
.img-circle {
    border-radius: 50%;
}
.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}