﻿/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

#blazor-error-ui
{
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#blazor-error-ui .dismiss
{
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}

.splash {
	background-color: #005d99;
	position: fixed;
	width: 100%;
	height: 100%;
}

.splash-image {
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: 0;
}

.notification-counter {
	position: absolute;
	top: 2px;
	right: 57px;
	background-color: red;
	color: white;
	border-radius: 50%;
	min-width: 15px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	padding: 0 2px;
}

.updated-label {
	position: relative;
	top: -7px;
	left: -7px; 
}

.jobcard-icon-border {
	border: 1px solid #005d99;
	border-radius: 5rem 5rem 0 0;
	padding: 5rem;
	background: #FFF;
}

.jobcard-icon-button {
	background-color: yellow;
}

.lds-ripple.inverted-color div {
	border-color: #333;
}

.flex-centered {
	display: flex;
	justify-content: center;
}