/* These must be before the bootstrap-responsive.css */

html, body {
 	background-color: #eee;
}

body {
	padding-top: 40px;
	padding-bottom: 40px;
}	

/* The white background content wrapper */
.container > .content {
	background-color: #fff;
	padding: 20px;
	margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
	-webkit-border-radius: 0 0 6px 6px;
   	   -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
            box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

/* Page header tweaks */
.page-header {
	background-color: #fdf3c7;
	padding: 0px 0px 5px;
	margin: -20px -20px 20px;
}

/* Page header tweaks */
.page-header-corp {
	background-color: #dfefd7;
	padding: 0px 0px 5px;
	margin: -20px -20px 20px;
}

.application-top{
	padding-top: 50px;
}
			
.questionnaire-input-question {
	vertical-align: top;
 	display: inline-block;
	margin-bottom: 0;
}

.questionnaire-survey-question {
	vertical-align: top;
 	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	padding-left: 20px;
	width: 80%;
}

.questionnaire-explanation {
	padding: 5px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	vertical-align: top;
}

.questionnaire-checkboxes {
	width: 20px;
}

.questionnaire-xlarge {
	width: 95%;
	margin-left: 10px;
}

.questionnarie-label-align {
	padding-top: 5px;
}

.gradientBoxesWithOuterShadows { 
	background-color: white; 

	/* outer shadows  (note the rgba is red, green, blue, alpha) */
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); 
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

	/* rounded corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px; 
	border-radius: 7px;

	/* gradients */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(65%, white), color-stop(100%, #f7f7f7)); 
	background: -moz-linear-gradient(top, white 0%, white 55%, #f7f7f7 100%); 
}			

.gradientBoxesWithOuterShadowsInverted { 
	background-color: white; 

	/* outer shadows  (note the rgba is red, green, blue, alpha) */
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); 
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

	/* rounded corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px; 
	border-radius: 7px;

	/* gradients */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, white), color-stop(65%, white), color-stop(100%, #f7f7f7)); 
	background: -moz-linear-gradient(bottom, white 0%, white 55%, #f7f7f7 100%); 
}			

input::-webkit-input-placeholder {
	color: pink;
}
input:-moz-placeholder {
	color: pink;
}
input:-ms-input-placeholder {
	color: pink;
}

::-webkit-input-placeholder {
	color: pink;
}
:-moz-placeholder {
	color: pink;
}
:-ms-input-placeholder {
	color: pink;
}

.progress-none .bar {
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ecebeb, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ecebeb, #d9d9d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecebeb), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ecebeb, #d9d9d9);
  background-image: -o-linear-gradient(top, #ecebeb, #d9d9d9);
  background-image: linear-gradient(top, #ecebeb, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ecebeb', endColorstr='#d9d9d9', GradientType=0);
}

.animated_progress {
  padding-right: 3px;
  padding-top: 8px;
  padding-left: 3px;
}

