.modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	background: rgba(0,0,0,.2);
    transition: 0s !important;
}
.modal-content.util_modal { height: 44.31vh; }
.modal-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; height: auto; overflow: hidden; background: rgba(7,28,87,1); width: 34vw; height: 32vw; /*	font-size: 0;*/ border: none !important; border-radius: 0; box-shadow: 0px 0px 5px 2px #01FFFC; }

.modal-header {
	border: none !important;
	background: #0096FF;
	height: 4.07vh;
	line-height: 4.07vh;
	padding: 0;
}
.modal-header h4 {
	width: 100%;
	height: 4.07vh;
	line-height: 4.07vh;
	color: white;
	font-size: 0.18rem;
	font-weight: bold;
	cursor:move;
}

.modal-header h4 img {
	opacity: 1;
	color: white;
	position: relative;
	right: 0.1rem;
	top: 0.925vh;
	width: 1.06vw;
	
}
.modal-body p {
	text-align: left;
	color: white;
	font-size: 0.16rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.2rem;
}

.modal-body p input,.modal-body p select {
	width: 60%;
	border:1px solid rgba(48, 141, 255, 0.34);
	height: 2.96vh;
	line-height: 2.96vh;
	background: rgba(1, 107, 255, 0.25);
}

.modal-footer {
	border: none !important;
	text-align: center;
	padding: 0;
}

.modal-footer span {
	display: inline-block;
	width: 1rem;
	height: 3.33vh;
	line-height: 3.33vh;
	background:rgba(0,150,255,1);
	color: white;
	font-size: 0.14rem;
	border-radius: 0;
	cursor: pointer;
	margin-left: 0.5vw;
	margin-right: 0.5vw;
}

.modal-footer span.close_btn {
	background:rgba(8,36,118,1);
	border:1px solid rgba(1, 107, 255, 1);
	color: rgba(0, 150, 255, 1);
}

	.modal-footer span.close_btn {
		background: rgba(8, 36, 118, 1);
		border: 1px solid rgba(1, 107, 255, 1);
		color: rgba(0, 150, 255, 1);
	}

.model-edition .modal-header {
	background: transparent;
	height: 6vh;
	line-height: 6vh;
}

.model-edition .modal-header h4 {
	color: #05E7FE;
	font-size: 0.22rem;
	height: 6vh;
	line-height: 6vh;
}

.model-edition .modal-content {
	width: 46vw;
	height: 30vw;
	background: #05538C;
}

.model-edition .modal-body p {
	color: #05E7FE;
	font-size: 0.2rem;
/*	font-weight: bold;*/
	white-space: normal;
	margin-bottom: 0rem;
	line-height: 0.3rem;
}

.model-edition .modal-footer span {
	background: #169BD5;
	color: #05E7FE;
}