/*
	Cascading Style Sheet for Pactforma Recruit
	-- "LEGALESE" PAGES (Terms of Use, NDA, Privacy Policy, Cookies Policy) --
	
	written by Ingrid Rosenfelder
	last updated 06-18-2018
	
*/

/* GENERAL PAGE TEMPLATE */

section {
	padding: 20px;
}

section .container {
    border-radius: 6px;
    padding: 50px;
}

.bg-white {
	background-color: white;
}

.legalese .main-page-header {
	margin-top: 15px;
}

.name {
	font-style: italic;
}


/* GENERAL STYLES */
.legalese li {
    line-height: 1.75;
}

.legalese ol.lower-roman {
	list-style-type: lower-roman;
}

.legalese ol.lower-latin {
	list-style-type: lower-latin;
}

.legalese .page-header .section-subheading {
	margin-top: 75px;
	margin-bottom: 5px;
}

.legalese table li {
    line-height: 20px;
}

/* NDA MODAL */

#modal_nda .modal-content {
	padding: 20px;
}

#modal_nda .modal-header {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: -15px;
}

/* USER SIGNATURE */

/* ...	SignaturePad signature field */
#signature_canvas{
	/*width: 384px;
	height: 149px; */
	background-image: url(signature_field.jpg);
	background-size: 100% 100%;      
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
	border: 1px solid #1c447f;
	border-radius: 4px;
}
#signature_canvas_2{
	/*width: 384px;
	height: 149px; */
	background-image: url(signature_field.jpg);
	background-size: 100% 100%;      
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
	border: 1px solid #1c447f;
	border-radius: 4px;
}

#explain_signature_pad {
	color: #1c447f;
	font-style: italic;
	font-size: 0.85em;
}

/*.legalese .sign_legalese_alert {
	width: 100%;
}

.legalese #user_signature {
	width: 25%;
	font-weight: bold;
	font-style: italic;
}

.legalese #signature_clause {
	margin: 2px 0px;
}

.legalese #signature_check {
	margin: 3px 0px;
} */