
/* Setup Styles  */

body {
	/* Change the background image here  */
	/*background: url('img/bg2.jpg') #000 top center fixed no-repeat ;
	background-size:150%;*/
	font-family:'Open Sans',sans-serif;
	
}

#bg{
	position:fixed;
    z-index:-1;
    top:0;
    left:0;
	position: expression("absolute"); /*ONLY IE*/
    width:100%;
}

a, a:visited{
	
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
	
}

a:hover,a:active{
	
	text-decoration: none;
}
/*.span4 a,a:visited{
	color: #D54872;
}
 a,a:visited{
	color: #ffffff;
}*/


#logout_button a,a:visited{
	color:#ffffff;
}
#print_button a,a:visited{
	white-space: nowrap;
	color:#ffffff;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:300;
}
.req_message{
 color:red;
  font-size: 12px;

 }

h1 {
	font-weight:300;
	font-size:50px;
	text-align:center;
	line-height:55px;
	text-shadow:0 1px 1px rgba(0,0,0,0.6);
	margin-bottom:30px;
}

.dark {
	color:#fff;
}

.center {
	float:none;
	margin:0 auto;
}

/* Main Container Styles  */

.main-container {
	position:relative;
	overflow: hidden;
/*	background: #FFFFFF;*/
}

.main-container .container {
	}
.main-container .content_light {
	text-align: center;
    width: 100%;
    float: right;
}




/* Section Styles  */

#intro {
	margin-top:82px;
	text-align:center;
	min-height:400px;
	padding:0 0 50px;
	background: url("../images/img/bg2.jpg");
	background-size: cover;
}
#intro .home-intro {
	transform: translateY(50%);
}

#intro h1 {
	color:#fff;
}

#intro p {
	padding:15px 0;
	color:#fff;
}

#about {
	background:#fff;
	
}

#team {
	 background-color: #2F96B4;
    background-color: rgba(47, 150, 180, 0.8);
}
#contact {
	background:#202020;
	text-align: center;
}


/* Navbar Styles  */

.navbar-fixed-top {
	margin-bottom:0;
	border-top: 4px solid #d54872;
	position: fixed;
}

.navbar-fixed-top.scroll {
	opacity:.96;
}

.navbar-inner {
	border-bottom:0 none;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	filter:none;
	padding:8px 0 10px;
	background:#0d0d0d;
	background:rgba(13,13,13,0.9);
}

.navbar .brand {
	font-size:19px;
	font-weight: 300;
	text-shadow:none;
	padding:0px;
	font-family: raleway;
	color: #fff!important;
	float:left;
	margin-left: -3px;
}
.brand > div {
    color: #000000;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    margin-right: 6px;
    margin-top: -19px;
    text-align: right;
}
.navbar .nav.pull-right {
	top:10px;
}

.navbar .nav > li > a {
	color:#555555;
	font-size:15px;
	font-weight:300;
	font-weight:bold;
	text-shadow:none;
	
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}

.navbar .nav li a:hover,.navbar .nav li a:focus{
	color: #42c5f2;
}

.navbar .nav > li > a:hover {
	color: #42c5f2;
	}


.navbar .nav > li.active > a,.navbar .nav > li.active:hover > a,.navbar .nav > .active > a,.navbar .nav > .active > a:hover,.navbar .nav > .active > a:focus {
	padding-bottom:4px;
	-webkit-box-shadow:none;
	box-shadow:none;
	-moz-box-shadow:none;
	background:none;
	color:#fff;
}

.btn-dropnav {
	float:right;
	margin-left:5px;
	margin-right:5px;
	padding:7px 10px;
	display:none;
}

.btn-dropnav .icon-bar {
	background-color:#F5F5F5;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);
	box-shadow:0 1px 0 rgba(0,0,0,0.25);
	display:block;
	height:2px;
	width:18px;
}

.btn-dropnav .icon-bar + .icon-bar {
	margin-top:3px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,.navbar .nav li.dropdown.active > .dropdown-toggle,.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background:none;
	color:#fff;
}

.dropdown-menu li > a:hover,.dropdown-menu li > a:focus,.dropdown-submenu:hover > a {
	background-color:#27a2bf!important;
	text-decoration:none;
	/*color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d54872",endColorstr="#8d2040");
	background-image:-khtml-gradient(linear,left top,left bottom,from(#d54872),to(#8d2040));
	background-image:-moz-linear-gradient(top,#d54872,#8d2040);
	background-image:-ms-linear-gradient(top,#d54872,#8d2040);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d54872),color-stop(100%,#8d2040));
	background-image:-webkit-linear-gradient(top,#d54872,#8d2040);
	background-image:-o-linear-gradient(top,#d54872,#8d2040);
	background-image:linear-gradient(#d54872,#8d2040);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#475B77',endColorstr='#475B77',GradientType=0);*/
}

.navbar .btn-navbar .icon-bar {
	display:block;
	width:18px;
	height:2px;
	background-color:#5FAF08;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.navbar .btn-navbar {
	margin-right: 30px;
}


.thumbnail {
	text-align:center;
	border:0;
	/*height: 175px;*/
	box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
}

@media (max-width: 979px) {

	.nav-collapse .nav > li > a:hover,.nav-collapse .dropdown-menu a:hover {
		background:none!important;
	}
	
	.nav-collapse .nav > li > a,.nav-collapse .dropdown-menu a {
		color:#ccc;
	}
	
	.navbar .brand {
		padding:8px 0 0 40px;
	}
	
	body {
		padding-right:0;
		padding-left:0;
		background-size:250%;
	}
	
	#intro {
	margin-top:45px;
	}
}

@media (max-width: 767px) {
	body {
		padding-right:0;
		padding-left:0;
		background-size:330%;
	}
	
}

@media (max-width: 480px) {
	body {
		background-size:420%;
	}

}

.btn-purple {
	background-color:hsl(342,63%,34%)!important;
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d54872",endColorstr="#8d2040");
	background-image:-khtml-gradient(linear,left top,left bottom,from(#d54872),to(#8d2040));
	background-image:-moz-linear-gradient(top,#d54872,#8d2040);
	background-image:-ms-linear-gradient(top,#d54872,#8d2040);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d54872),color-stop(100%,#8d2040));
	background-image:-webkit-linear-gradient(top,#d54872,#8d2040);
	background-image:-o-linear-gradient(top,#d54872,#8d2040);
	background-image:linear-gradient(#d54872,#8d2040);
	border-color:#8d2040 #8d2040 hsl(342,63%,28.5%);
	color:#fff!important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.36);
	-webkit-font-smoothing:antialiased;
}

.btn-xlarge {
	padding:20px 40px;
	font-size:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:40px;
}

/*	Team Social Icon Styles */


.social{
	text-align: center;
}
.social img {
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;
	margin-right: 4px;
}

.social img:hover {
	-webkit-transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	transform:rotate(-15deg);
}

/*	BigVideo Styles */


#big-video-wrap {
	overflow:hidden;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

#big-video-vid,#big-video-image {
	position:absolute;
}

#big-video-control-container {
	position:fixed;
	bottom:20px;
	padding:0 20px;
	width:100%;
	-webkit-transition-duration:.6s;
	-moz-transition-duration:.6s;
	-ms-transition-duration:.6s;
	-o-transition-duration:.6s;
	transition-duration:.6s;
}

#big-video-control {
	width:100%;
	height:16px;
	position:relative;
	display:none;
}

a.login_link:hover{
	background:#BBBBBB;
}
a.login_link:visited{
	color:#000;
	}
.main-container #about .container{
	position: absolute;
	
}
.main-container #about .container.next{
	left: 1433px;
}
.main-container #about {
	position: relative;
	height:500px;
}
.dietForm table tbody tr td.terms_link a,a:visited{
	// color:blue;
}
.terms_link a:hover{
	color:#8D2040;
}
// .dietForm table tbody tr td.terms_link a {
// 	text-decoration: none;
// 	color: #fff;
// }
/***********************feedback *************************************/


	/* testimonials: */
	#testimonials2 {
		width:330px;
		margin:10px 0;	 
	}
	
	#testimonials2 blockquote{
		padding:10px;
		width:300px !important;
		color:#fff;
		display:block;
		border-left:0px;
		border: 1px solid;
    box-shadow: 0 0 13px
	}
	 
	#testimonials2 blockquote p{
		margin: 0 !important;padding: 5px!important;
	}
	#testimonials2 blockquote cite {
		font-style: normal;
		display: block; 
		text-transform: uppercase;
		font-weight: bold;
		color: #555;
		padding-left:5px;
		margin-top:10px;
	}
	#testimonials2 blockquote em{
		color:#D54872;
	}
	td.checkbox.logincheckbox{
		text-align:left;
	}
	td.checkbox.logincheckbox input[type="checkbox"]{
		margin-left:0px;
	}
	table.testans{
		 margin-bottom: 32px;
	}
	a.btn-danger{
		color:#fff !important;
	}
	.marginleft{
		margin-left: 153px;
	}
	.copyright-text{
		width:100%;
		margin: 5px 0px;
		text-align:center;
		color:#BEBEBE;
	}
	a.btn-info{
		color:#FFFFFF;
	}
	a.btn-info:hover, .btn-info:hover{
		color:#FFFFFF;
	}
	/**********changes by aarti***********/
	#terms_and_conditions a:hover,a:active{
		color:#8D2040;
		}
	/*for start your test file*/
	@media(max-width: 400px){
		
		.right_button{
		float:left;
		}
		
		.left_button{
		width:14%;
		}
		
		.caring_left_button{
		float:left;
		}
		
		.button_table{
		width:100%;
		text-align:left;
		}
		
		.starttest{
		float:left;
		}
		
		p.instructions {
		text-align: left;
		width: 325px;
}
	}
	
	@media(max-width: 400px){
	.main-container #about {
		height:850px;
		}
		#about ul.thumbnails{
		width:500px;
		}
		
		#about li.span4 .thumbnail {
		width:360px;
		margin:1px;
  
		}
		
		#contact .marginleft{
		text-align:center;
		margin-left:13px;
		}
		
		[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		margin-left: 9px;
		}
		
		a.startTest{
		margin-right:55px;
		}
		#cleaner{
		clear:both;
		}
	}
	
	/*for run_test1  file*/
	@media(max-width: 400px){
		
		.container_table{
		width:360px;
		text-align:left;
		}
		
		.BodyCopy{
		text-align:left;
		}
		
		.inner_table{
		width:360px;
		text-align:left;
		margin:0px;
		}
		
		.run_test_content{
		width:280px;
		}
		
		.testans{
		width:100%;
		text-align:left;
		}
		
		.copy_right{
		text-align:center;
		margin-right:0px;
		width:310px;
		}
		
		.run_left_button{
		width:1%;
		}
	}
	/*for get user data new test file*/
	@media(max-width: 400px){
		
		.inner_table_three{
		width:100%;
		text-align:left;
		}
		
		#wrapper{
		
		text-align:left;
		
		}
		
		.form_instructions{
		width:295px;
		}
		
		#dietForm table tr td {
		width: 0px;
		}
		
		button.btn.btn-large, input.btn.btn-large[type="submit"]{
		float:left;
		margin-left:35px;
		}
		
		#terms_and_conditions{
		width:313px;
		}
		
		input, textarea, .uneditable-input {
		width: 158px;
		}
		
		select {
		width: 170px;
		}
		
		.inner_table_two{
		width:394px;
		text-align:left;
		}
		.inner_table_2container{
		text-align:left;
		}
	}
	
	/*css for login page*/
	
	@media(max-width: 400px){
		
		.login_table{
		width:95%;
		}
		
		.login_button{
		margin-left:175px;
		}
		
		.logincheckbox {
		padding-left:0px;
		}
		#wrapper table tr td.input_label{
		width:175px;
		
		}
	}
	
	
	/**********css for display_results-new file**********************/
	@media(max-width: 400px){
		
		.profile_heading_table{
		width:35%;
		}
		
		.profile_heading_container{
		text-align:left;
		}
		
		#footer_heading {
		text-align:center;
		width:325px;
		
		}
		
		.share_img{
		width:42%;
		text-align:left;
		}
		
		#print_button{
		width:0%;
		text-align:left;
		}
		
		#button_img_container{
		width:67%;
		}
		
		#style_and_tips{
		text-align:left;
		width:40%;
		}
		
		#style_guide{
		text-align:left;
		}
		
		#style_guide h1{
		text-align:left;
		}
		
		.background_bar_img{
		float: left;
		height: 312px;
		width: 315px;
		}
		
		#diet_image{
		height:256px;
		width:275px;
		}
		
		/*#left_part{
		
		}
		
		#middle_part{
		float:left;
		text-align:center;
		}
		
		#right_part{
		float:left;
		width:295px;
		}*/
		
	}
	.message {
		color: #E83737;
		padding: 0 0 15px;
	}
	.main-container #about.position{
		position: inherit;
		height:auto;
	}
	.main-container #about.position .container{
			position: inherit;
	}
	
	/***************4-8-2013***************/
	.style4{
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
	}
	#box-bg {
		background: url('../images/box-bg.png') repeat-y; 
		width: 240px; 
		color: #666666;

	}
	#box-margin {
		MARGIN: 0px 24px 0px 55px
	}


	#box-margin h1{
		font-family: "Helvetica Neue",Helvetica,Aria;
		font-size:24px;
		line-height: 10px;
		margin-bottom:20px;
		color:#3DABED !important;
		text-align:justify;
	}
	#top_image{
		background: url('../images/box-top.png')  repeat-y; 
		width: 240px;
		color: #666666;
		background-repeat:no-repeat;
		height:70px;
	}
	#bottom_image{
		background: url('../images/box-bottom.png')repeat-y; 
		width: 240px;
		color: #666666;
		background-repeat:no-repeat;
		height:80px;
	}
	#box-margin p {
		float: left;
		text-align: justify;
		width: 270px;
	}
	#Exam .style3 .information{
		color:#42C5F2;
	}
	a.details{
		color:#FE8758;
		font-weight:bold;
	}
	a.details:hover{
		color:#FFBF6F;
	}
	#dietForm th.heading h4{
		margin-bottom:0px;
	}
	/*#style_heading h1{
		margin-left:-99px;
	}*/
	#wrapper-margin.termCondition{
		margin: 0 auto;
		text-align: justify;
		width: 1050px;
	}
	/**************11-4-2013*************/
	#profile_table  #here_is_profile {
		/*text-shadow: 0 0 5px #000000;
		color: #ffffff;
		font-size: 25px;
		font-weight: bold;
		padding: 8px 0 18px;
		text-align: left;*/
		 color: #000000;
	    font-size: 18px;
	    font-weight:800;
	    padding: 0 0 1px;
	    text-align: center;
	    text-shadow: 0 0 5px #ffffff;
		
	}
	#profile_table  #here_is_profile span{
		  color: #ffffff;
    font-size: 15px;
    /*margin-right: 10px;*/
    text-shadow: 0 0 1px #000000;
	}
	#profile_table p.paragraph_heading {
		color: #3DABED;
		font-size: 21px;
		font-weight: bold;
		margin: 33px 0 10px;
	}
	.quadrants .text_name{
		 float: left;
		width: 100%;
	}
	.quadrants ul {
		list-style-image: url("../images/img/pointer.png");
		margin: 0 0 0 14px;
	}
	a.here_result, .additions-contents a{
		color: #FE8E2A;
	}
	a.here_result:hover, .additions-contents a:hover{
		color:#FEB453;
		text-decoration:underline;
	}
	.additions-contents{
		font-weight:bold;
		padding:15px;
		color:#00ad5f;
		font-size: 14px;
	}
	/**************************15-4-2013*****************************/
	#about{
		margin-top:120px;
	}
	
	a#logOut:hover [class^="icon-"], a#logOut:hover [class*=" icon-"]{
		background-image: url("../img/glyphicons-halflings-sky.png");
	}
	.floatLeft{
		float:left;
	}
	#rememberMe{
		font-size:14px;
	}
	span#forgetPassword{
		float:left;
	}
	span#forgetPassword a{
		float: left;
		margin-left: 16px;
		margin-top: 18px;
		color: #FE8E2A;
	}
	span#forgetPassword a:hover{
		color: #FEB453;
		text-decoration: underline;
	}
	.logincheckbox input[type="checkbox"] {
		margin: 6px 0 0;
	}
	#forgetForm #wrapper table tr td.input_label{
		vertical-align: top;
	}
	
	#contact p.copyright-text:hover{
		color:#757474;
	}
		/*************************css for appguide*********/
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style8 {
	color: #3A7B37;
	}
.style12 {
	font-size: 14px;
}
.style14 {
	color: #698FB6;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.style15 {font-family: Arial, Helvetica, sans-serif}
.style17 {
	color: #698FB6;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
	}
.style19 {
	font-family: Arial, Helvetica, sans-serif;
	 font-size: 18px; 
	 color: #4A98A8;
	 }
.style21 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #4B8950;
	display: block;
	text-align: left;
}
.style23 {
	font-family: Arial, Helvetica, sans-serif;
	color: #43683E;
	font-weight: bold;
}
.style24 {
	font-size: 24px;
	font-weight: bold;
}
.style26 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #698FB6; 
	font-weight: bold; 
	text-align:center;
	}
.style27{
	font-size:14px;}
.style31 {
font-size: 18px
}
	#tips_img{
	width:786px;
	
	}
	#mid_img{
	width:786px;
	
	}
	.headingadvertisement{
		float: left;
		font-size: 13px;
		font-style: italic;
		padding: 10px 0;
		text-align: center;
		text-shadow: 0 0 10px #CCCCCC;
		width: 100%;
	}
	/**********19-04-2013****/
	#profile_table #upper_content{
		margin-top:25px;
		}
	#selfware_content{
		width:350px; 
		height:273px;
		text-align:justify;
	}
	#selfware_content a{
		color:blue;
	}
	#selfware_content img{
		float:left;
		padding-top:3px;
	}
	#selfware_content p{
		padding-top:14px;
		color:#555555;
		padding-left:20px;
		padding-right:20px;
	}
	#team .thumbnail:hover img{
		opacity:0.8;
		filter:alpha(opacity=80); /* For IE8 and earlier */
	}
	.thumbnail:hover {
		text-shadow: 0 0 5px #CCCCCC;
	}
	
	#powerTip p {
		text-align: center;
	}
	#Concluder{
		/*background-color: #B87333;*/
	}
	#Interactor{
		/*background-color: #6F00FF;*/
	}
	
	#Analyzer{
		/*background-color: #333300;*/
	}
	#Synthesizer{
		/*background-color: #FF2400;*/
	}
	#about.termCondition{
		height: 5281px;
	}
	.brand.termCondition{
		margin:auto auto;
		
	}
	
	.input_checkbox{
		width:15px !important;
	}
	
	.copyright-text{
	text-align:center;
	}
	.throber{
		height: 965px;
		position: absolute;
		width: 100%;
		z-index: 999;
		background:#FFF;
		opacity:0.9;
		display:none;
	}
	.throber img{
		position: absolute;
		top: 35%; 
		left: 45%;
	}

	.single-heading-attribute{
	margin-top: 100px;
}
.double-heading-attribute{
	margin-top: 44px;
}

/*slider*/
.device {
  width: 1262px auto;
  /*height: 311px;*/
   height: 383px;
  background: #59ABC3;
  position: relative;
  padding: 15px 40px;;
}
.device .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 58%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.device .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 58%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.device .arrow-top {
    background: url("../images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 30px;
    left: 50%;
    position: absolute;
    margin-top:-11px; 
    width: 17px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -sand-transform: rotate(90deg);
    display: block;
}
.device .arrow-bottom {
background: url("../images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0);
bottom: 0;
height: 30px;
left: 50%;
margin-top: -30px;
position: absolute;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-sand-transform: rotate(270deg);
display: block;
width: 17px;
}
.swiper-container,.swiper-container-two {
  /*height: 270px;*/
  height: 350px;
  width: 1137px;
  margin: 15px auto;
}
.swiper-slide .span3{
	width: 260px;
}
.swiper-slide .span3 h3{
	color: white;
}
.swiper-slide .span3 p{
	color: white;
}
.swiper-slide h1{
	line-height: 40px;
	color:white;
}
.swiper-slide .first-span3{
	margin-left: 0px;
}
.assement-interactor{
	margin: 0px;
}
.assement-interactor li{
	list-style: none;
	border-bottom: 1px solid #787878;
	padding: 5px;
	border-radius: 4px;
}
.assement-interactor li img{
	margin-left: 5px;
	margin-right: 5px;
	height: 26px;
}

/*popup share*/
#sa_iframe{
	top: 105.8px !important;
}

/*dropdownlinks*/
.dropdown-menu{
	min-width: 250px;
	/*max-height: 60px;*/
	padding-bottom: 7px;
    padding-left: 5px;
}
.short-menu {
    float: right;
}
.profile-pic {
    display: inline;
    float: left;
    width: 75px;
}
.navbar-inner{
	min-height: 60px;
}
/*.navbar .nav.pull-right{
	top:32px;
}*/

.dropdown-menu .profile-pic img{
	position:absolute ;
	width: 75px;
	height: 55px;
}
[class^="icon-"], [class*=" icon-"] {
	background-image: none !important;
	display: inline-block; 
    width: 30px;
    height: 30px;
    margin-top: 1px;
	line-height: normal; 
	vertical-align: text-top; 
	background-position: none; 
	background-repeat: no-repeat;
}
}
/*.icon-profile{
	display: inline;
    background-image: none !important;
    width: 75px;
}*/

.icon-profile > img {
	/*position:absolute ;*/
	width: 29px;
	height: 18px;	
}
.go-report-right-link{
	margin-top:12px;
	float:right;
	margin-right: 10px;
}
.go-report-left-link{
	margin-top:12px;
	float: right;
	margin-right: 7px;
}
.navbar-inner .container{
	width:1054px;
}
/*invitation css*/
#invitation{
	background-color: #6F00FF;
}
.send-wrapper {
	border: 1px solid #dddddd;
    display: none;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    width: 236px;
    text-align: justify;
    margin-top: -7px;
    color: white;
}

.send-wrapper label{
	letter-spacing: 0;
    margin: 0 0 0 4px;
    text-align: left;
    word-spacing: -1px;
}
.send-wrapper label p{
	color: #333333 !important;
    margin-bottom: 0;
    margin-left: 19px;
}
.send-wrapper input[type='submit']{
	float: right;
	height: 22px;
}
.send-wrapper input[type='radio']{
	margin-right: 5px;
}
/*close css invite friend*/
.left .btn.btn-default{
	background-color: none;
}
.navbar-inner .container{
	width:1054px;
}
.question {
	display: none;
}
.question-container{
	border:1px solid #ddd;
	min-height:90px;
	max-height: 100px;
	min-width: 480px;
	margin-top: 0px;
	float: right;
	height: auto;
    background: -webkit-linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;
	overflow: hidden;
}
.question-container ul{
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
    padding-top: 17px;
    width: 100%;
    margin: 0 auto;
}
.question-container ul li {
	list-style: none;
	line-height: 13px ! important;
}
.question .qur-size{
	font-size: 13px;
	margin-top: 20px;
	margin-left: 5px;
}
.btn-qur{
	font-size: 10px;
    margin-left: 2px;
    margin-top: 9px;
    padding: 2px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.question-set {
	width: 1054px;

}
.question-set .heading{
	font-size: 20px;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.6);
	text-align: center;
	font-weight: 300;
}
.question-set table{
	margin-top: 15px;
	margin: 0 auto;
	width: 800px;
}
.question-set .index-table-th{
	border: 1px solid #ddd;
	padding: 10px;
}
.question-set .index-table-td{
	border: 1px solid #ddd;
	padding: 5px;
}
.question-set .content-left{
	text-align: left;
} 
.question-set input[type="radio"]{
	margin-left: 20px;
}
.question-set .send-btn{
	padding: 0px 6px;
}
.question-set .send-btn,.delete{
	padding: 0px 6px;
}

.question-set .question-input-box{
	width: 661px;
}
.question-set .input-4{
	width: 151px;
}
.question-set .option-margin-left{
	margin-right: 31px;
	margin-left: 5px;
}
.question-set .option-margin-left2{

	margin-left: 7px;
}
.create-new.btn-danger.btn-mini{
	/*padding: 3px 0;*/
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer; 
	cursor: hand;
}
.send-btn {
	cursor: pointer; 
	cursor: hand;	
}
.save-share{
	padding: 0 6px;
	float: right;
	cursor: pointer; 
	cursor: hand;
}
.left .btn.btn-default{
	background-color: none;
}
#interator-a li{
	background: #70704c;
	
}
#assement-a li{
	background: #CC9933	;
	
}
#assement-s li{
	background: #A4BBFE;
}
#assement-c li {
	background: #FF6666;
}
.additional-heading {
    color: #3dabed;
    font-size: 16px;
}
.add-photo-label{
	display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-right: 7px;
}
/*facebook invitation*/
.invite-facebook{
	height: 140px;
	overflow: visible;
}
.inline-block{
	display: inline-block;
}
.personality_type{
	height: 175px;
}

.facebook, .twitter-icon, .google-icon, .linkdin-icon{
	content: " ";
	height: 84px;
    background-size: 34% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.facebook{
	background-image: url(../images/facebook.png);
}
.twitter-icon{
	background-image: url(../images/twitter.png);
	margin-bottom: 6px;
}
.google-icon{
	background-image: url(../images/google.png);
	margin-bottom: 6px;
}
.linkdin-icon{
	background-image: url(../images/linkedin.png);
	margin-bottom: 6px;
}
.question-back{
	margin-top: 10px;
    padding-left: 15px;
    padding-right: 11px;
}
.right{
	float: right;
}
.social-form-wrapper{
	display: none;
	border: 1px solid #ededed;
	border-radius: 4px;
	padding: 5px;
}
.left{
	text-align: left;
}
.invitation-form{
	text-align: center;
}
.invitation-heading{
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 8px;
	margin-top: 0;
	color: #222222;
}
.invite-friend-sq{
	margin-top: 4px;
}
.label-invitation{
	margin-left: 20px;
	margin-top: 0px;	
}
.no-found-friend{
	padding: 4px;
}

/* question set*/
.checkth{
	/*padding: 15px 15px !important;*/
	text-align: center !important; 
	margin-left: 20px !important;

}
.chkSelectAll{
	margin-left: 16px !important;
}
.chkNumber{
	margin-left: 21px !important;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	border-radius: 3px;
	text-decoration: none; /* no underline */
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #E8E3E2;

	color: #000000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	/*border: 1px solid #000000;*/
	/*font-weight: bold;*/
	/*background-color: #BD362F;*/
	/*color: #FFF;*/
	border-radius: 3px;
	background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	border-radius: 3px;
	color: #DDD;
}
/* My Code */
.mytable { 
 	text-align:center; 
 	width:100%;
}
.coming {
	margin-top: 150px;
	font-weight: bold;
	font-size: 25px;
}
.content-top {
	margin-top:40px !important;
}
.lead_details {
	color: #595959;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.lead_detail_part {
	margin-top: 5px;
}
.lead_detail_part td, 
table.contact_tips td {
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
	vertical-align: middle;
	padding: 8px 12px;
}
h4.journal-title {
	font-weight: bold;
	color: #595959;
	font-size: 18px;
}
.option a {
	color: #595959;
	display: block;
	padding: 4px 0 0;
}
/* margin in type icons*/
.iconmargin
{
	margin-top: 10px;
}
.decision_p
{
	text-align: justify;
}
.font-Georgia
{
	font-family:arial;
	color:#019098;
	font-weight: bolder;
}
.font-arial-Personality
{
	color:#000000; 
	font-weight:100;
}
.question-button {
	padding: 30px 0;
	background: #FFFFFF;
	border: 1px solid #e4e4e4;
	margin-top: 50px;
	color: #aaaaaa;
	border-radius: 3px;
}
.question-button:active, 
.question-button:focus {
	outline: none;
	color: #aaaaaa;
	border: 1px solid #e4e4e4;
}
.help-active-button {
	background: #EDE9E8;
}
.button-active {
	background-color: #E6E1DF; 
	background-image: linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -o-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.07, rgb(230,225,223)), color-stop(0.54, rgb(255,255,255)) );
}
.question-button:hover {
	background-color: #E6E1DF; 
	background-image: linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -o-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(230,225,223) 7%, rgb(255,255,255) 54%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.07, rgb(230,225,223)), color-stop(0.54, rgb(255,255,255)) );
}
a.connect-to-friend {
	padding: 8px 15px;
	margin-top: 0;
	display: inline-block;
	width: 190px;
}
.radios {
	text-align:left;
	text-indent:10px;
}
.bs-example ul li a {
	color: #aaaaaa;
}
.bs-example ul li.active a,
.bs-example ul li a:focus,
.bs-example ul li a:active {
	outline: none;
	color: #aaaaaa;
}
.text-search {
	float: left;
	width: 70%;
	text-indent: 10px;
	border: none !important;
	border-radius: 0 !important;
	padding: 9px 0 !important;
	background: none !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
}
input.button-search {
	background: #FFFFFF;
	border: 1px solid #e4e4e4;
	color: #aaaaaa;
	padding: 8px 10px;	
	float: right;
	margin-right: 3px;
	margin-top: 0;
	border-radius: 3px;
}
.search-container {
	border-bottom: 1px solid #e4e4e4;
	padding: 3px 0;
	width: 100%;
	float: left;
}
.tab-content {
	min-height: 250px;
	border-bottom: 1px solid #e4e4e4;
}
.according {
	margin: 5px 0;
	padding: 5px 0;
}
.decision-title {
	margin-bottom: 18px;
}
.decision-title,
.decision-question {
	font-weight: bold;
	font-size: 20px;
	font-family: Times New Roman;
	float: left;
	display: block;
	width: 100%;
	text-align:left; 
}
.write-question-textarea {
	border-radius: 0;
	width: 98%;
	height: 60px;
	border: 1px solid #e4e4e4;
	margin: 0;
}
.reviews {
	height: auto;
	width: 100%;
	display: block;
	float: left;
	margin-top: 10px;
	min-height: 150px;
}
.question-user-image {
	display: inline-block;
	border-radius: 100px;
	overflow: hidden;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
.answer-user-image {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.question-user {
	display: block;
	height: auto;
	width: 100%;
	float: left;
}
.answer-user {
	display: block;
	height: auto;
	float: left;
	padding-left: 50px;
	margin-top: 0px;
	width: 92%
}
.reply {
	position: relative;
	text-align: left;
	display: block;
	margin-top: 15px;
}
.explanation {
	line-height: 30px;
	display: block;
	width: 100%;
	text-align: justify;
}
.red, .green, .blue {
	padding: 2px 5px; 
	border-radius: 3px;
}
.red { background: #f26868; }
.green { background: #5e9625; }
.blue { background: #7a87e8; }
.close {font-size: 12px; margin-right: 10px;}
.inside-body {
	overflow-x: hidden;
	height: 140px;
	padding: 10px 0;
}
.panel {
	margin: 5px 0;
}
.answer-container {
	display: block; 
	width: 100%;
	height: 195px;
	overflow: hidden;
}
#fancyboxpopup .confirmation {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-top: 45px;
}
#fancyboxpopup .confirmation-buttons {
	text-align: center;
	margin: 20px 0 0 0;
}
#fancyboxpopup .confirmation-buttons input[name="yes"] {
	margin-right: 25px;
}
.inside-body {
	border: 1px solid #e4e4e4;
	border-top: none;
	width: 220px;
}
.inside-body p:hover {
	background: #dddbdb;
	cursor: pointer;
}
.mydecision {
	text-align: right;
	margin-top: 10px;
	display: block;
}
.decision-button {
	margin: 0;	
	padding: 8px 10px;
	border-radius: 3px;
}
.drop, .down {
	float: right;
	margin-top: 3px;
}
.help-container {
	padding-left: 0;
	width: 100%;
}
.asked {
	margin-top: 50px;
}
.help-button-container {
	text-align: left;
	display: block;
	line-height: 30px;
}
.help-button {
	padding: 5px 15px;
	margin-top: 0;
	margin-left: 5px;
}
.ok-button {
	margin-top: 5px;
	padding: 5px 15px; 
	float: right;
}
.three-buttons {
	margin-bottom: 5px;
	float: right;
}
.help-comment {
	display: none;
}
.sms {
	text-align: center;
	margin-top: 40px;
}
.ok-message {
	padding: 5px 10px;
	margin-top: 20px;
}
.settings {
	margin-bottom: 10px;
}
.font-size {
	font-size: 18px; 
	width: 210px !important;
}
.click-here {
	color: #FF0000 !important;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 12px;
	margin: 0;
	padding: 0; 
}
/**************************************************************/
.data-form {
	margin-top: 0 !important;
}
.login-dropdown li a {
	padding: 0 20px;
	font-size: 12px;
}
.login-dropdown li a:hover {
	color: #fff;
	background-color: #27a2bf;
	background-image:none !important;
}
.login-user-icon i.fa {
	margin-top: 3px !important;
}
span b.caret-space:hover, span b.caret-space:focus {
	color: #27a2bf;
}
.dropdown-menu .profile-pic img {
	height: 50px;
	width: 50px;
}
ul.index-login {
	min-width: 210px;
}
ul.index-login div.short-menu li a:hover {
	color: #fff;
	background-color: #27a2bf;
}
li.login-name a:focus span {
	color: #333;
}
.header-wrap .mainmenu-area ul.navbar-nav li a {
	font-size: 13px;
}
.header-wrap .mainmenu-area ul.navbar-nav li a .caret {
	margin-top: 0;
}
// .nav > li.dropdown.open.active > a:hover {
// 	background: #27a2bf;
// }
@media only screen and (max-width: 1128px) {
  .header-wrap .mainmenu-area ul.navbar-nav li a {
    font-size: 12px;
    padding: 30px 10px;
  }
}

@media only screen and (max-width: 992px) {
	/*#result-outer {
		margin-top: 64px;
	}*/
}

@media only screen and (min-width: 817px) and (max-width: 953px) {
  .header-wrap .mainmenu-area ul.navbar-nav li a {
    font-size: 11px;
    padding: 20px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 817px) {
	.header-wrap .mainmenu-area ul.navbar-nav li a {
    font-size: 9.5px ;
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 768px) {
	.header-wrap .mainmenu-area ul.navbar-nav li a {
	    padding: 15px 5px;
	  }
}