#myModalTopic {
	font-family: 'Roboto', sans-serif;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	margin: auto;
	display: none;
	justify-content: center;
	align-items: center;
}

#myModalResignation {
	font-family: 'Roboto', sans-serif;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	margin: auto;
	display: none;
	justify-content: center;
	align-items: center;
}

#modalMessage {
	font-family: 'Roboto', sans-serif;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.myModal-content {
	background-color: #fff;
	box-shadow: 0px 10px 40px lightgrey;
	animation-name: open;
	animation-duration: 0.5s;
	color: #000000;
	width: 870px;
	max-height: 95%;
    height: auto;
}

.myModalLabel {
	max-width: 870px;
	height: 77px;
	border-radius: 2px;
	-moz-box-shadow: 0px 5px 10px #d9d9d9;
	-webkit-box-shadow: 0px 5px 10px #d9d9d9;
	box-shadow: 0px 5px 10px #d9d9d9;
	margin-bottom: 20px;
	overflow: hidden;
	
}

.myModalLabel>label>div {
	float: left;
	margin-top: 30px;
	padding-left: 20px;
	color: #00377C;
	font-size: 16px;
}

.myModalLabel>label>span {
	float: left;
	margin-top: 30px;
	padding-left: 20px;
	color: #00377C;
	font-size: 16px;
	font-weight: normal;
}

.myModalLabel label {
	cursor: pointer;
	float: left;
}

@
keyframes open {from { opacity:0;
	
}

to {
	opacity: 1;
}

}
.myModal-header, .myModal-footer {
	padding: 50px;
	border: none;
	font-size: 12px;
}

.myModal-body {
	padding-left: 50px;
	padding-right: 50px;
	border: none;
	text-align: center;
}

.agreement {
	text-align: left;
}

.agreement-label {
	font-size: 14px !important;
	display: contents;
}

.agreement-label a {
	font-size: 14px !important;
	text-decoration: underline;
}

.myModal-header, .myModal-footer {
	text-align: center;
}

.close-btn {
	color: #00377C;
	font-size: 24px;
	float: right;
	background-color: #fff;
	border: none;
}

.close-btn:hover {
	color: #11488D;
	cursor: pointer;
	background-color: #fff;
	border: none;
}

.save-btn {
	width: 170px;
	height: 58px;
	border-radius: 4px;
	font-size: 14px;
	margin: auto;
	padding: 20px;
	background-color: #007FF2;
	border: none;
	font-size: 14px;
	color: #fff;
	display: block;
}



.open-btn {
	float: left;
	background-color: #ffffff;
	height: 58px;
	width: 22%;
	margin-right: 30px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-left: 0px;
	color: #00377C;
	padding-top: 20px;
	cursor: pointer;
}

.save-btn:hover, .save-btn:focus {
    cursor: pointer;
    background-color: #118FF3;
    color: #ffffff;
    text-decoration: none;
}
.myModal-title {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.myModal-titleContent {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}

@media screen and (min-width: 4001px) {
	.myModal-content {
		width: 870px;
        max-height: 95%;
        height: auto;
	}
}

@media screen and (max-width: 4000px) {
	.myModal-body {
		padding-left: 0;
		padding-right: 0;
		border: none;
		text-align: center;
	}
	.myModalLabel {
	    margin: auto;
		max-width: 830px;
		height: 63px;
		padding-top: 10px;
		border-radius: 2px;
		margin-bottom: 0;
		overflow: hidden;
		border-top: 1px solid #BBBCC0;
		box-shadow: none;
	}
	.myModalLabel>label>div {
		float: left;
		margin-top: 10px;
		padding-left: 20px;
		color: #00377C;
		font-size: 16px;
	}

	.myModalLabel>label>span {
		float: left;
		margin-top: 10px;
		padding-left: 20px;
		color: #00377C;
		font-size: 16px;
	}

	.myModal-content {
		background-color: #fff;
		border: none;
		animation-name: open;
		animation-duration: 0.5s;
		color: #000000;
		width: 870px;
        max-height: 95%;
        height: auto;
	}
	#myModalTopic {
		align-items: center;
		overflow-y: auto;
		padding-top: 20px;
	}
	.myModal-title {
		font-size: 20px !important;
		text-align: center;
	}
	.myModal-titleContent {
		font-size: 13px !important;
		text-align: center;
	}
	
	#modalMessage {
	align-items: center;
	}

	.myModal-footer {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		padding-top: 20px;
	}
	
	.myModal-header {
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		padding-bottom: 15px;
	}
	input[id^='customCheckbox-'] {
		width: 24px;
		height: 24px;
		margin-top: 1px !important;
	}
	.myModal-header .hiddenStandardButtonImg {
		height: 16px;
		width: 16px;
		margin-top: 15px;
		margin-right: 15px;
	}
	.myModal-header>.close-btn {
		position: absolute;
		top: 0;
		right: 0;
	}
	.agreement-label {
		font-size: 11px !important;
		display: contents;
	}
	.agreement-label a {
		font-size: 11px !important;
		text-decoration: underline;
	}
	.agreement {
		border-top: 1px solid #BBBCC0;
		padding-top: 3vh;
		max-width: 830px;
		margin: auto;
	}
}

@media screen and (max-width: 800px) {
	.myModal-content {
		background-color: #fff;
		border: none;
		animation-name: open;
		animation-duration: 0.5s;
		color: #000000;
		overflow: scroll;
		margin-top: 5%;
		width: 870px;
        max-height: 95%;
        height: auto;
	}
}

@media screen and (max-width: 550px){
	.myModal-content{	
		height: inherit;
	}
}