﻿.McFileDialogDefault {
	position: relative;
	display: flex;
	z-index: 102;
	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;
    z-index: 44499;
    opacity: 0;        /* -> hide dialog */
}

.McFileDialogHeader {
	/*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);
}

.McFileDialogBody {
	border: 1px solid #CBD5DD; /* #01B7E9;    */
    border-radius: 2px;
	padding: 2px;
	width: 700px;
	height: 165px;
	margin-left: 5px;
	margin-top: 5px;
	background-repeat: no-repeat;
	/*background-attachment: fixed;
	background-position: left;*/
}

.McFileDialogFooter {
	position: absolute;
	bottom: 5px;
	text-align: right;
	width: 700px;
	margin-left: 5px;
	display: flex;
    justify-content: flex-end;
}

.McFileDialogImage {
	float: left;
	margin-right: 10px;
    opacity: 0.2;
} 