
/* CLASSES FOR THE ENTIRE SITE */
body {
	font-family: Open Sans;
	font-size: 14px;
	background-color: #EFEFEF;
	margin: 0px;
}
.float {
	float: left;
}
.clear {
	clear: both;
}
.span_it {
	width: 100%;
}
.spacer {
	margin-bottom: 15px;
}

.padding {
	padding: 10px;
}

.container {
	float: left;
	margin-left: 15%; 
	width: 70%;
	
}
	.container_body {
		margin-bottom: 100px;
	}

/* SECTION */

.section_top {
	float: left;
	position: fixed;
	width: 100%;
	border: solid gray;
	border-width: 0px 0px 1px 0px;
	background-color: White; 
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9;
}
	.section_top_dropper {
		float: left;
		width: 100%;
		height: 100px;
	}
.section_body {
	float: left;
	width: 100%;
	background-color: white;
	margin-top: 20px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.1);
	padding-bottom: 10px;

}
	.section_inner {
		padding: 10px;
	}
	
.section_history {
	border: dotted gray;
	border-width: 2px 0px 0px 0px;
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 10px;

}	
.history {
	display: none;
}
.hide_history {
	display: none;
}
/* FONTS */
.header {
	font-size: 26px;
	font-weight: bold;
}
.page_title {
	font-size: 30px; 
	font-family: 'Paytone One';
	width: 90%;

}

/* LINKS */
a {
	text-decoration: none;
	color: inherit;
}
.easy_links {
	text-decoration: underline;
	color: inherit;
}

/* LOGOS */
.logo_main {
	width: 250px;
}
.logo_menu {
	width: 80%;
}

/* MENU */
.icon {
	float: left;
	height: 15px;
	margin: 5px;
	margin-top: 11px;
	margin-left: 15px;	
}


/* FORMS */
	/* BUTTONS */
		/* FORM BUTTON */
		.submit {
			float: left;
			padding: 10px;
			padding-left: 20px;
			padding-right: 20px;	
			margin: 5px;
			margin-left: 0px;
			background-color: #F26522;
			color: white;
			font-size: 16px;
			border-width: 0px;
			font-weight: bold;
			cursor:pointer;
		}
			.submit:hover {
				background-color: #EC510F;
				transition: ease 0.5s;
			}
		
		/* DIV BUTTON */
		.hot_button {
			float: left;
			padding: 10px;
			padding-left: 20px;
			padding-right: 20px;	
			margin: 5px;
			margin-left: 0px;
			background-color: #F26522;
			font-weight: bold;
			border: solid white 2px;
			color: white;
			cursor: pointer;
			text-align: center;
		}
			.hot_button:hover {
				background-color: #EC510F;
				transition: ease 0.5s;
			}
		.cold_button {
			float: left;
			padding: 10px;
			padding-left: 20px;
			padding-right: 20px;	
			margin: 5px;
			margin-left: 0px;
			background-color: transparent;
			font-weight: bold;
			border: solid #F26522 2px;
			color: #F26522;
			cursor: pointer;
			text-align: center;
		}
				.cold_button:hover {
					background-color: white;
					transition: ease 0.5s;
				}
		}
/* INDEX PAGE */

.lever_container {
	float: left;
	padding-bottom: 10px;
	border: solid black;
	border-width: 0px 0px 2px 0px;
}	
	.lever_status_container {
		float: left;
		margin-right: 10px;

	}	
	.lever_status {
		margin-top: 5px;
		float: left;
		width: 35px;
		height: 35px;
		border-radius: 50px;

	}	
	.lever_header_container {
		float: left;
		
	}
	.lever_header {
		float: left;
		font-size: 20px;
		font-weight: bold;
	}
	.lever_description {
		font-style: italic;
		font-size: 12px;
	}
	.lever_objective {
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
		border: solid gray;
		border-width: 0px 0px 1px 0px;
		cursor: pointer;
	}
		.lever_objective:hover {
			background-color: #F2F2F2;
			transition: ease 0.2s;
		}
/* OBJECTIVES PAGE */	
.key_result:hover {
	background-color: #F2F2F2;
	transition: ease 0.2s;
	
}
.key_result_objective {
	float: left;
	width: 99%;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.key_result_objective:hover {
	background-color: #F2F2F2;
	transition: ease 0.2s;
}

/* MENU PAGE */
.menu_inactive {
	position: fixed; 
	height: 100%;
	background-color: white;
	border: gray solid;
	border-width: 0px 1px 0px 1px;
	width: 25px;
	left: 0px; 
	top: 0px;
	cursor: pointer;
	z-index: 999999;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(186,186,186,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(186,186,186,1);
	box-shadow: 5px 5px 5px 0px rgba(186,186,186,1);

}
.menu_arrow {
	position: relative;
	width: 80%;
	margin-left: 10%;
	top: 48%;
}
.menu_active {
	position: fixed; 
	width: 200px; 
	height: 100%; 
	display: none;
	background-color: white;
	z-index: 999999;
}
.menu_collapse {
	position: fixed; 
	height: 100%;
	background-color: white;
	border: gray solid;
	border-width: 0px 1px 0px 1px;
	width: 25px;
	left: 200px; 
	top: 0px;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(186,186,186,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(186,186,186,1);
	box-shadow: 5px 5px 5px 0px rgba(186,186,186,1);
	
}
.menu_arrow_left {
	position: relative;
	width: 80%;
	margin-left: 10%;
	top: 48%;
	transform: rotate(180deg); 
}
.menu_item {
	float: left;
	padding: 10px;
	padding-left: 10px;
	font-weight: bold;
	cursor: pointer;
}
.menu_item:hover {
	background-color: #EBEBEB;
	color: black;
}
.menu_logo_container {
	text-align: center;
	font-weight: bold;
	height: 50px;
	margin-top: 15px;
	cursor: pointer;
}
.org_menu_dropper {
	float: left;
	width: 100%;
	border: solid gray; 
	border-width: 1px 0px 0px 0px;
	margin-top: 100px;
}
.org_menu_item {
	float: left;
	width: 100%;
	padding: 10px;
	padding-left: 20px;
	font-weight: bold;
	cursor: pointer;
}
.org_menu_item:hover {
	color: black;
	background-color: #EBEBEB;
}
.mobile_menu {
	float: right;
	display: none;
}
.menu_spacer:hover {
	background-color: #EBEBEB;
}


.status_key_container {
	float: left;
	margin-top: 0px;
	width: 100%;
}
.status_key_inner {
	float: left;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.status_small {
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
}
.status_big {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	width: 25px;
	height: 25px;
	border-radius: 25px;
}

.form_background {
	position: fixed;
	width: 100%; 
	height: 100%; 
	background-color: gray;
	opacity: 0.5;
	z-index: 99;
	display: none;
}
.form_container {
	position: fixed;
	background-color: white;
	top: 10%; 
	left: 25%;
	width: 50%;
	z-index: 999;
	display: none;
}
.form_section {
	margin-bottom: 15px;
}
.form_inner {
	padding: 15px;
}
.form_question {
	width: 100px;
}
.form_answer {
	width: 300px;
}

.tag_team {
	float: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0096A9;
	color: white;
	cursor:pointer;
	margin: 5px;
}
.tag_lever {
	float: left;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #A70E13;
	color: white;
	margin: 5px;
}
.cancel_strategy {
	height: 10px;
	margin-left: 5px;
}

.comment {
	width: 100%;
	height: 150px;
}

.status_update_button {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;	
	background-color: #F26522;
	border-radius: 5px; 
	color: white;
	border-width: 0px;
	cursor: pointer;
	text-align: center;
}
.current_status {
	float: left;
	margin-top: 5px;
	margin-left: 40px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
}
.history_status {
	float: left;
	margin-left: 10px;
	height: 20px;
	width: 20px;
	border-radius: 30px;
}
.history_comment {
	margin: 10px;
	border: 1px solid #A6A6A6;
	width: 60%;
}
.history_padding {
	padding: 10px;
}
.history_key_result {
	float: left;
	font-weight: bold; 
	width: 75%;
}
.history_date {
	float: right;
	margin-left: 1%;
	text-align: right;
	color: gray;
	width: 24%;
}
.history_comment_container {
	float: left;
	margin: 5px;
	font-style: italic;
	width: 98%;
	
}
.history_status_container {
	margin-top: 5px;
	margin-bottom: 10px;
}




.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}






.teammate {
	display: none;
}
.menu_mobile_close {
	display: none;
}
.key_result_mobile {
	display: none;
}

@media only screen and (max-width: 1000px) {
	body {
		font-size: 24px;
		background-color: #5B5B5B;
		-webkit-text-size-adjust: 100%;
	}
	.section_top_dropper {
		height: 200px;
	}
	.container {
		float: left;
		margin-left: 1%; 
		width: 98%;
	}
	.container_body {
		margin-bottom: 200px;
	}
	.section_body {
		margin-top: 10px;
		border-radius: 10px;
		padding-bottom: 25px;
	}
	.section_inner {
		padding: 30px;
	}

	.menu_inactive {
		display: none;
	}
	.logo_main {
		width: 500px;
		margin: 25px;
	}
	/* MOBILE FONTS */
	.page_title {
		font-size: 60px; 
		font-family: 'Paytone One';
		color: white;
		padding-bottom: 25px;
		margin-left: 10px;
		width: 90%;
	}
	
	/* MOBILE LEVER */
	.lever_status_container {
		width: 8%;
		text-align: center;
	}
	.lever_status {
		width: 70px;
		height: 70px;
	}
	.lever_header_container {
		width: 80%;
	}
	.lever_header {
		font-size: 40px;
		font-weight: 800;
	}
	.header {
		font-size: 40px;
	}
	.lever_description {
		font-size: 22px;
	}
	.lever_objective {
		font-size: 24px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.lever_obj_spacer {
		margin-bottom: 25px;
	}
	.status_key_container {
		float: left;
		margin-top: 0px;
		width: 100%;
		
	}
	.status_key_inner {
		padding: 25px;
		border-radius: 10px;
		font-size: 24px;
	}
	.status_small {
		margin-left: 5px;
		margin-top: 5px;
		width: 20px;
		height: 20px;
		border-radius: 20px;
	}
	.mobile_menu {
		float: right;
		display: block;
		height: 70px;
		width: 70px;
		margin-right: 25px;
		margin-top: 10px;

	}
	.mobile_menu_fill {
		float: left;
		height: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 100%;
		background-color: #A5151A;

	}
	
	.menu_collapse {
		display: none;
	}
	.menu_active {
		width: 100%;
		z-index: 999;
	}
	.menu_logo_container {
		text-align: center;
		font-weight: bold;
		height: 200px;
		margin-top: 15px;
		margin-bottom: 50px;
		cursor: pointer;
	}
	.logo_menu {
		width: 75%;
		margin-top: 50px;
	}
	.icon {
		float: left; 
		margin-left: 5%;
		width: 5%;
		margin-top: 32px;
		height: auto;
	}
	.menu_item {
		float: left;
		font-size: 50px;
		margin-top: 15px;
		margin-left: 50px;
		font-weight: bold;
		cursor: pointer;
	}
	.teammate {
		display: block;
	}
	.menu_spacer {
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.menu_mobile_close {
		float: left;
		width: 100%; 
		margin-top: 100px;
		text-align: center;
		display: block;
	}
	.menu_mobile_close_button {
		font-size: 100px;
		font-weight: 800;
		position: absolute;
		width: 150px;
		height: 150px;
		left: 40%;
		background-color: #A5151A;
		color: white;
		border-radius: 150px;
	}
	.org_menu_item {
		display: none;
	}
	.org_menu_dropper {
		float: left; 
		width: 100%;
		clear: both;
		margin-top: 100px;
		display: none;
	}
	.hot_button {
		font-size: 30px;
		margin: 10px;
		margin-left: 0px;
		padding: 20px;
		padding-right: 40px;
		padding-left: 40px;
		border-width: 5px;
	}
	.cold_button {
		font-size: 30px;
		margin: 10px;
		margin-left: 0px;
		border-color: white;
		color: white;
		padding: 20px;
		padding-right: 40px;
		padding-left: 40px;
		border-width: 5px;
	}
	.form_container {
		top: 5%;
		width: 90%;
		left: 5%;
	}
	.selection {
		padding: 15px;
		font-size: 30px;
	}
	.submit {
		font-size: 30px;
		margin: 10px;
		margin-left: 0px;
		padding: 20px;
		padding-right: 40px;
		padding-left: 40px;
		border-width: 0px;
		-webkit-appearance: none;
	}
	.form_inner {
		padding: 30px;
	}
	.form_spacer {
		margin-top: 5px;
	}
	.form_background {
		background-color: black;
	}
	.section_headers {
		font-size: 24px;
	}
	.tag_lever {
		font-size: 30px;
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.tag_team {
		font-size: 30px;
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.objective_strategies {
		float: left;
		font-size: 30px;
	}
	.cancel_strategy {
		height: 30px;
		margin-left: 10px;
	}
	.history_comment {
		width: 90%;
		color: white;
		font-size: 24px;
		border-width: 2px;
		border-radius: 10px;
	}
	.history_padding {
		padding: 20px;
	}
	.history_status {
		height: 30px;
		width: 30px;
	}
	.section_history {
		color: white;
		border-width: 5px 0px 0px 0px;
	}
	.status_big {
		float: left;
		margin-right: 10px;
		margin-left: 10px;
		margin-top: 15px;
		width: 60px;
		height: 60px;
		border-radius: 60px;
	}
	.key_result {
		display: none;
	}
	.key_result_mobile {
		display: block;
	}
	.key_result_spacer {
		float: left;
		clear: both;
		width: 98%;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 25px;
		margin-bottom: 5px;
		font-size: 30px;
	}
	.mobile_key_result_status {
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		margin-top: 10px;
		margin-right: 15px;
		border-radius: 40px;
	}
	.mobile_key_result_info {
		float: left;
		width: 80%;
	}
	.mobile_key_result_update {
		display: block;
		float: left;
		width: 8%;
		text-align: center;
		margin-left: 15px;
	}
	.key_result_objective {
		font-size: 30px;
	}
	.objective {
		font-size: 30px;
	}
	.form_question {
		font-size: 24px;
		width: 20%;
	}
	.radio_container {
		font-size: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.checkmark {
		height: 31px;
		width: 31px;
		margin-right: 25px;
		margin-top: 12px;
	}
	.radio_container .checkmark:after {
		top: 8px;
		left: 8px;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: white;
	}
	.comment {
		width: 500px;
	}
	.history_date {
		color: white;
		font-weight: bold;
	}
	
	
}




.objective {
	float: left; 
	font-size: 20px;
	font-weight: bold;
}
.status {
	float: left; 
	width: 15px;
	height: 15px;
	margin-left: 5px;
	border-radius: 15px;
	border: 2px solid #F2F2F2;
}

.key_result_table {
    border: solid 1px #A6A6A6;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px;
}
.key_result_table thead th {
    background-color: #525252;
    border: solid 1px #A6A6A6;
    color: white;
    padding: 10px;
    text-align: left;

}
.key_result_table tbody td {
    border: solid 1px #A6A6A6;
    color: #333;
    padding: 10px;
}
.section_headers {
	float: left;
	width: 100%;
	font-weight: bold;

	
}

.inactive_strategy {
	text-decoration: line-through;
}









.selection {
	padding: 5px;
}


.new_section {
	border: dotted gray;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 25px;
	
}
.avg_status {
	float: left;
	background-color: gray;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-right: 5px;
	margin-top: 5px;
	
	
}

.legend {
	float: left;
	margin-left: 5px;
	margin-right: 15px;
}
.button_status {
	float: left;
	border-radius: 5px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}


.guideline_container {
	float: left;
	margin: 10px;
	border: solid gray 1px;
	width: 150px;
	height: 150px;
	text-align: center;
	cursor: pointer;
}
.guideline_container:hover {
	background-color: #F4F4F4;

}
.guideline_inner {
	padding: 10px;
}
.guideline_img {
	height: 80px;
}
.guideline_title {
	font-size: 12px;
	margin-top: 5px;
}



