
/* Salesforce Fonts */

/* Normal (default) font weight */
@font-face {
  font-family: 'Salesforce Sans Light';
  font-style: normal;
  font-weight: 200;
  src: url(SalesforceSansFontLight);
}

/* Bold text weight */
@font-face { 
  font-family: 'Salesforce Sans';
  font-style: normal;
  font-weight: 400;
  src: url(SalesforceSansFont);
}

* {
	font-family: 'Salesforce Sans Light',Arial,sans-serif;
	font-size: 14px;
	font-weight: 200;
}

img.questionmark-icon {
	width: 25px;
	height: auto;
	opacity: 65%;
}

#help-hover {
	display: inline-block;
	position: relative;
}

#help-hover:hover::after {
	content: 'Web app / API endpoints are in scope of the review if: (1) the customer must authenticate for purchase, support, or use of the offering, even if done transparently (e.g., via Salesforce IDP or user session ID) -- connected apps are a prime example; or (2) Salesforce data is transmitted to the web service. Click for more info.'; 
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -10px);
	border: 1px solid #b3b3b3;
	background-color: #f9f9f9;
	padding: 10px;
	border-radius: 5px;
	color: #333;
	width: 250px;
	text-align: center;
	z-index: 1;
}

#print-checklist-btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 60px;
	background-color: #048ec6;
	color: white;
	border-radius: 10px;
	padding: 16px;
	border: 1px solid #048ec6;
	font-size: 15px;
	font-weight: 200;
}

#printFrame {
	visibility: hidden;
	height: 0;
	width: 0;
	position: absolute;
}

#checklistBuilderCtr {
	min-height: 700px;
	padding-bottom: 30px;
}

#checklistBuilderBody {
	margin: 0;
	background-image: url("background_tile.png");
}

#checklistBuilderColumns {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 90%;
	min-height: 600px;
	border: 1px solid #ddd;
	padding: 30px;
	overflow: auto;
}

/* Links */
a, a:link, a:hover, a:visited, a:active {
	color: #048ec6;
}

/* Headings */
strong, h1.checklist-heading, h2.checklist-heading, h3.checklist-heading, strong a {
	font-family: 'Salesforce Sans';
	font-weight: 400;
}

	h1.checklist-heading, h2.checklist-heading, h3.checklist-heading {
		text-align: center;
		display: block;
	}

	h1.checklist-heading {
		font-size: 23px;
		margin-bottom: 30px;
		padding-top: 30px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	h2.checklist-heading {
		font-size: 20px;
		margin-bottom: 45px;
	}

	h3.checklist-heading {
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 35px;
	}

/* Main page columns (selection and results sections) */
#col1, #col2 {
	float: left;
	width: 47%;
}

	#col1 {
		margin-left: 1%;
	}

	#col2 {
		margin: 0;
		margin-bottom: 60px;
	}

/* Border and labels for component selection sections 
(Native vs External) */
fieldset.cl-fieldset {
	border: 2px dashed #333;
	border-radius: 30px;
	margin-bottom: 15px;
	padding: 15px;
}

	legend.cl-legend {
		font-family: 'Salesforce Sans';
		margin-left: 15px;
		font-size: 15px;
	}

	fieldset.cl-fieldset legend {
		font-weight: 400;
	} 

/* In case we want to add additional question sections in future 
(e.g. Free vs. Paid) */
.question-section {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

/* Small adjustment to list item position */
#col2 #checklist-results-container ol li ul li {
	margin-left: -5px;
}

/* Results list items */
li.cl-li {
	margin: 5px 0;
}

	/* Implement special li numbering styles */
	.custom-li {
	  list-style-type: none;

	}

	.custom-li > li {
		counter-increment: step-counter;
		position: relative;
		padding: 0;
		margin-bottom: 20px;
		float: left;
		clear: both;
		padding-left: 60px;
	}

	.custom-li > li::before {
		content: counter(step-counter);
		position: absolute;
		left: 0;
		top: -7px;
		background-color: #048ec6;
		color: white;
		width: 2.5em;
		height: 2.5em;
		text-align: center;
		line-height: 2.5em;
		border-radius: 50%;
	}

/* Containers for selectable components */
#scope-col1, #scope-col2 {
	width: 42%;
	float: left;
	margin-bottom: 30px;
}

#scope-col1 {
	margin-right: 5%;
	margin-left: 5%;
}

/* Selectable items representing solution components */
.btn-selection-list {
	padding: 0;
	list-style: none;
	text-align: center;
}

.btn-selection-list li {
	cursor: pointer;
	cursor: hand;

	/* Avoid text selection in button */
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Chrome and Opera */

	display: inline-block;
	padding: 10px;
	margin: 6px;

	border-radius: 10px;
	border: 1px solid #333;
	font-weight: 200;
}

/* 'Compile Checklist' button */
#compile-checklist-btn {
	background-color: #048ec6;
	background: #048ec6;
	color: white;
	border-radius: 10px;
	padding: 16px;
	border: 1px solid #048ec6;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 200;
	margin-bottom: 60px;
}

/* Div container where checklist results are output */
#checklist-results-container {
	height: 100%;
	overflow: auto;
}

/* Extra note appended to the bottom of the list, 
reminding user to complete Trailblazer checklist */
#trailblazerChecklistNote {
	float: left;
	margin-top: 35px;
	margin-left: 10%;
	text-align: center;
}