﻿#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: 1200;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

/* Sobreescrever CSS padrao Blazored Modal */
/* ******************************** */
/*
.blazored-modal-default {
	display: flex;
	z-index: 102;
	flex-direction: column;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
	padding: 1.0rem;
	box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
}
*/
/* ******************************** */

/* Sobreescrever CSS padrao Blazored Toast */
/* ******************************** */
.blazored-toast-container {
	display: flex;
	flex-direction: column;
	position: fixed;
	/*z-index: 1;*/
	z-index: 5000;
}
/* ******************************** */

/* Sobreescrever CSS padrao MudCard */
/* ******************************** */
.mud-card-header {
	display: flex;
	/*padding: 16px;*/
	padding: 0px 8px 0px 8px;
	align-items: center;
}

	.mud-card-header .mud-card-header-avatar {
		flex: 0 0 auto;
		margin-right: 16px;
		margin-top: 5px; /* novo */
	}

	.mud-card-header .mud-card-header-actions {
		flex: 0 0 auto;
		align-self: flex-start;
		/*margin-top: -8px;*/
		/*margin-right: -8px;*/
		margin-top: 0px;
		margin-right: 0px;
	}

.mud-card-content {
	/*padding: 16px;*/
	padding: 0px 8px 8px 8px;
}

.mud-card-actions {
	display: flex;
	/*padding: 8px;*/
	padding: 8px 8px 16px 8px;
	align-items: center;
}
/* ******************************** */


.circular_image {
	width: 320px;
	height: 320px;
	border-radius: 50%;
	overflow: hidden;
	/* commented for demo
	background-color: blue;
   float: left;
   margin-left: 125px;
   margin-top: 20px;
	*/
	/*for demo*/
	/*display: inline-block;
	vertical-align: middle;*/
}

/*.circular_image img {
		width: 100%;
	}*/
/* ******************************** */


/* Sobreescrever CSS padrao MudExpansionPanel */
/* ******************************************** */
.mud-expand-panel-header {
	padding: 4px !important;
}