.modal
{
	border-radius:7px;
	overflow:auto !important;
	max-height:70% !important;
}


.modal .modalclose
{
	position:absolute;
    right: 10px;
    top: 10px;
	cursor:pointer;
}

.modal .modalclose i
{
	font-size: 60px;
    color: #9d9d9c;
}

.modal{
	max-width:90%;
}

.modal-title
{
	height:50px;
}

.modal-content
{
	height: calc(100% - 70px);
	overflow:auto;
	padding-top:0;
	margin-top:24px
}

.modal-content.withbtn
{
	height: calc(100% - 160px);
	overflow:auto;
	padding-top:0;
	margin-top:60px;
}

.modal-text
{
	overflow:auto;
}

.modal-title{
		color: #6cb5b4;
		font-size: 26px;
		padding:24px;
		padding-bottom:0;
}

@media only screen and (max-width: 778px) {
	
.modal{
	max-height:80%;
}
	
}