/* CSS specific to the investigator agreement pop-up dialog */
/* 11 November 2020  */

.agreement-agree {
	font-size: 16px;
	font-weight: bold;
}

.agreement-terms {
	overflow-y: scroll;
	height: 400px;
	font-size: 12px;
	color: #202020;
	padding: 20px;
	text-align: center;
}

.agreement-terms hr {
	margin-left: 10px;
	margin-right: 10px;
}

.agreement-title-terms {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

.agreement-agree-terms {
	font-size: 16px;
	font-weight: bold;
}

.agreement-mac-shadow-inset {
	box-shadow: inset 0 -10px 10px -10px #000000;
	-moz-box-shadow: inset 0 -10px 10px -10px #000000;
	-webkit-box-shadow: inset 0 -43px 43px -43px #000000;
}

.agreement-mac-scroll::-webkit-scrollbar {
	-webkit-appearance: none !important;
	width: 11px !important
}

.agreement-mac-scroll::-webkit-scrollbar {
	border-radius: 8px !important;
	border: 2px solid white !important;
	background-color: #ccc !important
}

.agreement-mac-scroll::-webkit-scrollbar-thumb {
	border-radius: 8px !important;
	border: 2px solid white !important;
	background-color: rgba(0, 0, 0, .5) !important
}

.agreement-overlay {
	background-color: rgba(128, 121, 121, 0.59);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	visibility: hidden;
}

.agreement-box {
	display: inline-block;
	width: 50%;
	position: absolute;
	top: 30%;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 15px;
	background: #F0F0F0;
	border: 1px solid #999999;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	height: 450px;
	min-width: 500px;
	box-shadow: 0 0 10px #666;
}

a.agreement-boxclose {
	background: none repeat scroll 0 0 #683C85;
	border: 1px solid #AEAEAE;
	border-radius: 30px 30px 30px 30px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 0;
	padding: 14px;
	position: absolute;
	z-index: 2;
	top: -19px;
	right: -20px;
}

a.agreement-boxclose:hover {
	background-color: #B63AD1 !important;
	text-shadow: 0 0 5px #FFFFFF !important;
}

.agreement-info {
	border: 1px solid #ab94c3;
	background-color: #f7f7f7;
	padding: 20px 40px 30px 40px;
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	font-family: Lato;
}

.agreement-info-title {
	font-size: 20px;
	color: #65378F;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.agreement-message-1 {
	font-size: 0;
	margin-bottom: 10px
}

.agreement-message-left {
	display: inline-block;
	font-size: 16px;
	width: calc(100% - 140px);
}

.agreement-message-right {
	display: inline-block;
	width: 140px;
	padding-left: 20px;
	font-size: 16px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}

.agreement-message-right a {
	font-size: 14px;
	color: #65378F;
	line-height: 26px;
	font-weight: bold;
}

.download-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background-image: url(../images/download_icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 5px;
}

.agreement-message-2 {
	font-style: italic;
	text-align: justify;
}

.gaain-logo {
	width: 91px;
	height: 45px;
	background-image: url("../images/gaain_purple_logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}

.form-inputs.submit-button {
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0;
	width: 100%;
}
