@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
	}

a img {border: 0;}
img { max-width: 100%; }

.gigantic{
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
	}

.huge, h1{
	font-size: 26px;
	line-height: 36px;
	letter-spacing: -1px;
	font-weight:normal;
	color:#3e3e3f;
	}

.large, h2 {
	font-size: 22px;
	line-height: 30px;
	}

.bigger, h3{
	font-size: 20px;
	line-height: 28px;
	}

.big, h4{
	font-size: 18px;
	line-height: 26px;
	}

p{
	font-size: 15px;
	line-height: 21px;
	}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	}

.small, small {
	font-size: 13px;
	line-height: 18px;
	}

.clear{
	clear:both;
	}

.fd_bck-btn{
	padding:5px 15px;
	background-color:#903;;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	margin:5px 0;
	}
.error{
	color:#F00;
	}
.entryerror{
	background-color:#900;
	padding:8px 5px 8px 20px;
	color:#FFFFFF;
	font-weight: normal;
	margin: 10px 0;
	}
.entrysuccess{
	background-color: #81dca5;
	width:98%;
	padding:8px 5px 8px 20px;
	color:#FFFFFF;
	font-weight: normal;
	margin: 10px 0;
	}
.tooltip{
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
	width:500px;
	}
.tooltiplink{
	text-decoration:none;
	color:#00325b;
	}

.mainwrap{
	width:100%;
	height: 100%;
	margin:0 auto;
	}

	/* header */
	.headerwrap{
		width:100%;
		height:100px;
		margin:0 auto;
		border-bottom:1px solid #d1d2d2;
		}
	.headerwrap .headerwrap-inner{
		width:96%;
		height: 100%;
		margin:0 auto;
		position: relative;
		}
	.headerwrap .headerwrap-inner .logo{
		width:235px;
		height:77px;
		position: absolute;
		left: 0;
		top: 10px;
		}
	.headerwrap .headerwrap-inner .logo a{
		border:none;
		text-decoration:none;
		}
	.headerwrap .headerwrap-inner .profile{
		position: absolute;
		right: 0;
		top:35px;
		}
	.headerwrap .headerwrap-inner .profile p{
		color: #666;
		line-height: 18px;
		padding:5px 0;
		}
	.headerwrap .headerwrap-inner .profile a{
		color: #903;
		text-decoration: none;
		padding:2px 10px;
		}
	.headerwrap .headerwrap-inner .profile .logout{
		color: #FFF;
		text-decoration:none;
		background-color:#903;
		padding:2px 10px;
		}
	/* header */

	/* content */
	.contentwrap{
		width:100%;
		height: auto;
		display: inline-block;
		min-height:300px;
		margin:0 auto;
		background-color:#f9f8f8;
		}
	.contentwrap-inner{
		width:96%;
		margin:0 auto;
		}


		/* menu */
		.menuwrap{
			width:96%;
			display: flex;
			height: auto;
			margin:5px auto 20px auto;
			background-color:#903;
		 	}
		.menuwrap a{
			padding:10px 15px;
			margin:0px;
			display:inline-block;
			color:#fff;
			text-decoration:none;
			font-weight: 500;
			font-size: 15px;
			}
		/* Menu */

		/* Login Form */
		.login-form{
			width:100%;
			max-width: 350px;
			margin: 9% auto 0 auto;
			background-color:#fff;
			padding:20px;
			}
		.login-form h1{
			font-weight: 600;
			margin-bottom: 10px;
			}
		.login-form .label{
			display: block;
			font-size: 14px;
			margin: 5px 0;
			}
		.login-form input[type="text"],
		.login-form input[type="password"]{
			width: 94%;
			padding: 8px 6px;
			font-size: 17px;
			outline:none;
			}
			.login-form .login_bck-btn, .login-form .fd_bck-btn{
			padding: 12px 10px;
			margin: 10px 0 15px 0px;
			width: 99%;
		  font-size: 16px;
		  font-weight: 600;
			background: #903;
			color: #FFFFFF;
			}


			/* Content Wrap */
			.entry{
				width:100%;
				min-height:400px;
				}
			.entry h1.title{
				margin:10px 0;
				font-weight: 500;
				}

.anatomy-wrap{
	width:100%;
	margin:20px 0 20px 0;
	display:table;
	}
.anatomy-wrap .rateinfo	{
	margin:10px 0;
	}
.anatomy-wrap .rateinfo	p{
	padding:4px;
	}
.green{
	background-color:#090;
	width:10px;
	height:10px;
	display:inline-block;
}
.blue{
	background-color: #FC3;
	width:10px;
	height:10px;
	display:inline-block;
}
.purple{
	background-color: #936;
	width:10px;
	height:10px;
	display:inline-block;
}
/* Frame Work */
.LeftColumnZone {
    width: 620px;
    margin-right: 25px;
	}
/* Frame Work */


.proceed-botton{
	padding:6px 10px;
	display:block;
	width:115px;
	float:right;
	margin:10px 0 15px 10px;
	color:#FFFFFF;
	font-weight:500;
	text-decoration:none;
	background: #903;
	text-align:center;

}
.fd_bck-btn{
	padding:6px 10px;
	display:block;
	width:115px;
	margin:10px 0 15px 10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	background: #903;
	text-align:center;
	outline:none;
	float:right;
	}
.login_bck-btn{
	padding:6px 10px;
	display:block;
	width:115px;
	margin:10px 0 15px 0px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	background: #903;
	text-align:center;
	outline:none;
	border:none;
	cursor:pointer;
	}


/* Framework */
#framework {
	clear:both;
	width:960px;
	height:auto;
	display:table;
	margin: auto
	}
#framework  .importantaction{
	width: 120px;
	display: table;
	margin: 4px auto 0 auto;
	}
#framework  .importantaction input[type="radio"]{
	cursor:pointer;
	}

#framework  .importantaction p{
	font-size:9px;
	color: #CCC;
	text-align:center;
	}
#framework .imprtancespan{
	font-size:10px;
	color:#fff;
	}


/* Drop down list with images */
  .ddList-fruitList > a,
  .ddList-fruitList > ul li a {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
  .ddList-fruitList img{
    max-width: 30px;
  }
  .ddList-fruitList label {
    display: inline-block;
    margin-top: 0px;
  }
 .normalselect{
	cursor: pointer;
	width: 48px;
	margin: 2px 0 0 0;
	padding: 1px 0 1px 0;
	outline:none;
	border:1px solid #00325b;
	background-color:#ededed;
 	}
.ddListContainer a{
	height:15px !important;
	}


#framework .strategic, #framework .tactical {
	float:left;
	position:relative;
	top:313px;
	left:-27px;
	width:20px;
	/*height:440px; */
	}
#framework .strategic span, #framework .tactical span {
	display:table-cell;
	vertical-align:middle;
	width:30px;
	height:20px;
	color:#838383;
	text-transform:uppercase;
	font-weight:bold;
	}
#framework .strategic span {
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	transform:rotate(-90deg);
	}
#framework .tactical span {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	transform:rotate(90deg);
	}
#framework .tiles {
	float:left;
	width:920px;
	}
#framework .uppertiles {
	display:inline-block;
	float:left;
	width:670px;
	}
#framework .description {
	width:200px;
	height:320px;
	padding-left:10px;
	display:table-cell;
	vertical-align:bottom;
	}
#framework .description p {
	position:relative;
	top:15px;
	line-height:16px;
	}
#framework .description p strong {
	font-size:16px;
	color:#00325b;
	}
#framework .lowertiles {
	display:inline-block;
	float:left;
	width:940px;
	}
#framework .segments {
	display:inline-block;
	float:left;
	width:940px;
	overflow:hidden;
	}
#framework .segments ul {
	float:left;
	margin:1px 2px 2px 1px;
	border:#f4730c 1px solid;
	border-left:0;
	width:935px;
	height:55px;
	padding:0;
	background: -moz-linear-gradient(top, #f69724 0%, #FEC652 100%);
	background: -webkit-linear-gradient(top, #f69724 0%,#FEC652 100%);
	background: linear-gradient(top, #f69724 0%,#FEC652 100%);
	background-color:#FEC652;
	list-style:none;
	white-space:nowrap;
	overflow:hidden;
	}
#framework .segments ul li {
	display:inline-block;
	float:left;
	text-align:center;
	width:132px;
	height:60px;
	color:#fff;
	border-left:#f4730c 1px solid;
	}
#framework .segments ul li:hover {
	background: -moz-linear-gradient(top, #f9af42 0%, #f59032 100%);
	background: -webkit-linear-gradient(top, #f9af42 0%,#f59032 100%);
	background: linear-gradient(top, #f9af42 0%,#f59032 100%);
	background-color:#f7a53b;
	}
#framework .segments ul li a{
	position:relative;
	color:#fff;
	width:142px;
	height:60px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-shadow:#b25005 0 1px 0;
	display:table-cell;
	vertical-align:middle;
	line-height:2em;
	text-decoration:none;
	}
#framework .tileinactive{
	display:inline-block;
	float:left;
	width:130px;
	height:90px;
	margin:1px 2px;
	}
#framework .tile {
	display:inline-block;
	float:left;
	box-shadow:#aaa 0 1px 6px;
	-webkit-box-shadow:#aaa 0 1px 6px;
	-moz-box-shadow:#aaa 0 1px 6px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:#396196 1px solid;
	background: -moz-linear-gradient(top, #325a91 0%, #00325b 100%);
	background: -webkit-linear-gradient(top, #325a91 0%,#00325b 100%);
	background: linear-gradient(top, #325a91 0%,#00325b 100%);
	background-color:#00325b;
	width:130px;
	height:90px;
	text-shadow:#040911 0 1px 0;
	display:table-cell;
	vertical-align:middle;
	margin:1px;
	cursor:pointer;
	}
#framework .tile:hover{
	border:#6f90c2 1px solid;
	background: -moz-linear-gradient(top, #597db5 0%, #305191 100%);
	background: -webkit-linear-gradient(top, #597db5 0%,#305191 100%);
	background: linear-gradient(top, #597db5 0%,#305191 100%);
	background-color:#456ba8;
	}
#framework .tile a {
	text-decoration:none;
	color:#fff;
	font-size:11px;
	text-align:center;
	margin:2px 2px 0px 2px;
	display:block;
	font-weight:normal;
	font-stretch:normal;
	height: 30px;
	}







/* Frame Work */




/*individual Page */
.individual-wrap{
	width:100%;
	margin:20px 0 20px 0;
	display:table;
	padding: 0 0 20px 0;
	}

.individual-wrap .large, h2 {
	font-size: 22px;
	line-height: 30px;
	color:#043657;
	margin:10px 0;
	font-weight:500;
	margin-left:10px;
	padding: 0 0 20px 0;
	}
.individual-wrap p{
	color:#00325b;
	padding:10px 10px;
	}
.individual-wrap ul{
	margin:0 0 0 30px;
	padding:0;
	}
.individual-wrap .submissionclass{
	background-color:#ccc;
	display:block;
	width:240px;
	padding:8px 10px;
	margin:2px 0;
	text-decoration:none;
	color:#000;
	font-weight: normal;

}
.individual-wrap .active{
	background-color:#f3f4f4;
	display:block;
	width:240px;
	padding:8px 10px;
	margin:2px 0;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
.individual-wrap .proceed-botton{
	padding:6px 10px;
	display:block;
	width:115px;
	float:left;
	margin:10px 0 15px 10px;
	color:#00325b;
	font-weight:normal;
	text-decoration:none;
	background: #FEC652;
	text-align:center;

	}
.user-wrap{
	width:100%;
	margin:20px 0 20px 0;
	display:table;
	}
.userlist TD{
	padding:5px 0;
	}


/* Report */
.uniquereport table{
	margin:2px 0px;
	}
.uniquereport table tr.header{
	background-color: #CCC;
	height:30px;
	}
.uniquereport table td{
	padding:7px 4px 7px 10px;
	border:1px solid #CCC;
}
.anatomy-wrap .note{
	margin: 20px 0;
}
.anatomy-wrap .note .clear-botton{
	 background: #903;
	 padding: 8px 15px;
	 color: #FFF;
	 display: inline-block;
	 text-decoration: none;
}
/* Report */


/*individual Page */

/* content */

/* footer */
.footerwrap{
	width:100%;
	height:100px;
	margin:0 auto;
	border-top:1px solid #d1d2d2;
	text-align:center;
	}
.footerwrap p{
	color: #666;
	margin:0 auto;
	padding:10px;
	font-size:11px;
	}
