﻿.blazored-modalMessagebox {
	position: absolute;
}

.blazored-modal-container {
	z-index: 44999 !important;
}

.McMessageBoxDefault {
	position: relative;
	display: flex;
    flex-direction: column;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #808080;
	/*padding: 1.5rem;*/
	/*padding: 0 0 1.5rem 1.5rem*/
	box-shadow: 0 2px 2px #808080;
	width: 712px;
	height: 246px;
    padding: 0;
    z-index: 44499;
}

.McMessageBoxHeader {
	/*background-color: #01B7E9;*/
	/*padding-left: 4px;*/
	margin-bottom: 0;
	/*border-bottom: 1px solid #808080;*/
	padding: 4px;
	border-bottom: 1px solid #CBD5DD; /* #808080; */
	/*background-color: #01B7E9;*/
	background-color: rgba(0, 0, 255, 0.02);
	font-size: 18.0px;
	font-weight: 500;
	color: rgba(53, 75, 100, 0.8);
    z-index: 10;
}

.McMessageBoxBody {
	border: 1px solid #CBD5DD; /* #01B7E9;    */
    border-radius: 2px;
	padding: 2px;
	width: 700px;
	height: 165px;
	margin-left: 5px;
	margin-top: 5px;
	background-repeat: no-repeat;
    display: flex;
	/*background-attachment: fixed;
	background-position: left;*/
}

.McMessageBoxFooter {
	position: absolute;
	bottom: 5px;
	text-align: right;
	width: 700px;
	margin-left: 5px;
	display: flex;
    justify-content: flex-end;
}

.McMessageBoxImage {
	float: left;
	margin-right: 10px;
    opacity: 0.4;
} 