.modal-backdrop
{
	opacity: 0.6 !important;
	background-color:#000000;
}
.modal_full, .modal_full_v1
{
	width:100%;
	height:100%;
	z-index:10000;
}
.modal-content
{
	box-shadow: 0 1px 20px 0 rgba(0,0,0,.1) !important;
	border-width:0px;
	margin-top:10px;
	margin-bottom:10px;
}
.modal-new-footer
{
    background: #fbfbfb;
    bottom: 0;
    min-height: 40px;
	padding:10px;
	text-align:right;
}
.modal-new-header
{
	position:relative;
	color:#fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    background-color: var( --main-color );
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.modal-new-headerFonts
{
	font-size:16px;
	padding:10px;
	font-weight:bold;
	text-align:center;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.new_iconx
{
	color:#fff;
	width:45px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	transition: all .15s ease-in-out;
}
.new_iconx:hover
{
	color:#fff;
	background-color:var( --sub-color );
}
.modal 
{
	padding-right:0px !important;
}

.modal-dialog_sm
{
	max-width:300px !important;
}
.modal-dialog_md
{
	max-width:600px !important;
}

.msg_block
{
	padding:10px;
}

.msg_block iframe, .msg_block img, .msg_block table
{
	max-width:100%;
}

.modal_full .modal-content
{
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
	height: 100%;
	margin:0px;
    outline: 0;
}
.modal_full .modal-new-header
{
	height:46px;
}
.modal_full .modal-show-con-1
{
	position: relative;
	overflow-y: auto;
	height:calc( 100% - 46px );
	padding:10px;
}
.modal_full_v1 .modal-content
{
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
	height: 100%;
	margin:0px;
    outline: 0;
}
.modal_full_v1 .modal-new-header
{
	height:46px;
}
.modal_full_v1 .modal-show-con-1
{
	position: relative;
	overflow-y: auto;
	height:calc( 100% - 100px );
}
.modal_full_v1 .modal-new-footer
{
	height:54px;
}
@media (min-width: 768px)
{
	.modal-dialog {
		width: 98%;
		margin: 30px auto;
	}
	.modal_full .modal-dialog {
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal_full_v1 .modal-dialog {
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
	}
}
@media (max-width: 768px)
{
	.modal-dialog {
		width: 98%;
		margin: 10px auto;
	}
	.modal_full .modal-dialog {
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal_full_v1 .modal-dialog {
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
	}
}
.SendBtn
{
	font-size:14px;
	letter-spacing: 5px;
	background-color: #FDFEFF;
    color: #0A4B77;
	border:1px solid #e4f1ff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14), 0 2px 1px -2px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14), 0 2px 1px -2px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
    padding: 5px 20px 5px 20px;
    border: none;
}
.SendBtn:hover
{
	border-color:#e3f0ff;
	background-color: #f4f9ff;
}
.SendBtn_out
{
	font-size:14px;
	letter-spacing: 5px;
	background-color: #f4f9ff;
    color: #0A4B77;
	border:1px solid #e3f0ff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14), 0 2px 1px -2px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14), 0 2px 1px -2px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
    padding: 5px 20px 5px 20px;
    border: none;
}
.SendBtn_out:hover
{
	border-color:#e4f1ff;
	background-color: #FDFEFF;
}

.modal.fade .modal-dialog {
  transform: translate3d(0, 100%, 0);
}
.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}