.msg_modal {
	display: none;
	position: absolute;
	z-index: 2500;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: default;
	background-color: rgba(0,0,0,0.5);
}

.msg_modal_content{
	/*background-color: #C8DDF2;*/
	position: absolute;
	min-width: 400px;
	padding: 0.5rem;
}

.msg_modal_content_body {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

.msg_modal_btn{
	width: 50%;
	color: #000000 !important;
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	margin: auto;
	cursor: pointer;
}

.button_area{
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	background-color: #FFFFFF;
	text-align: center;
}

#m_fileName{
	text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 170px;
    float: left;	
}

@media (max-width: 1609px){
	.msg_modal_content > div:nth-child(2){
		height: 44px;
	}

	#m_fileName, #m_m_content, .msg_modal_btn{
		font-size: 13px;
	}

	.msg_modal_content_body{
		padding: 16px;
	}
}

@media (min-width: 1610px) and (max-width: 1930px){
	.msg_modal_content > div:nth-child(2){
		height: 55px;
	}

	#m_fileName, #m_m_content, .msg_modal_btn{
		font-size: 16px;
	}

	.msg_modal_content_body{
		padding: 20px;
	}
}

@media (min-width: 1931px) and (max-width: 2570px){
	.msg_modal_content > div:nth-child(2){
		height: 66px;
	}

	#m_fileName, #m_m_content, .msg_modal_btn{
		font-size: 20px;
	}

	.msg_modal_content_body{
		padding: 24px;
	}
}

@media (min-width: 2571px) and (max-width: 3199px){
	.msg_modal_content > div:nth-child(2){
		height: 88px;
	}

	#m_fileName, #m_m_content, .msg_modal_btn{
		font-size: 26px;
	}

	.msg_modal_content_body{
		padding: 32px;
	}
}

@media (min-width: 3200px) and (max-width: 3839px){
	.msg_modal_content > div:nth-child(2){
		height: 110px;
	}

	#m_fileName, #m_m_content, .msg_modal_btn{
		font-size: 32px;
	}

	.msg_modal_content_body{
		padding: 40px;
	}
}

@media (min-width: 3840px){
	.msg_modal_content > div:nth-child(2){
		height: 132px;
	}

	#m_fileName, #m_m_content, .msg_modal_btn{
		font-size: 42px;
	}

	.msg_modal_content_body{
		padding: 48px;
	}
}
