.navbar-brand
{
	float: none;
	padding: 0;
	height: auto;
}

.bs-docs-nav .navbar-nav > li > a
{
	color: #428bca;
}

.bs-docs-nav .navbar-nav > li > a:hover,
.bs-docs-nav .navbar-nav > li > a:focus
{
	color: #2a6496;
	/*text-decoration: underline;*/
}


.loginform input[type="text"],
.loginform input[type="password"]
{
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	padding: 0.42em;
	width:150px;
}

div#loading
{
	position: absolute;
	top: 178px;
	width: 100%;
	height:100px;
	line-height:100px;
	font-size: 2em;
	background-color: #77bae7;
	/*
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	*/
	color: #fff;
	text-align: center;
	z-index: 900;
}

body
{
	font-family: 'Open Sans', sans-serif;
	background-color: #222;
	/*overflow-y: scroll;*/
}

div#system_messages
{
	color: #ddd;
	font-size: 12px;
	padding-top: 1em;
	margin-top: 1em;
	max-height: 200px;
	overflow: hidden;
}
/*
div.cmx.messageblock
{
	padding: 0.5em 1em;
	border-bottom: 1px solid #f4f4f4;
}
div.cmx.messageblock:nth-child(1n)
{
	background-color:#00a675;
}
div.cmx.messageblock:nth-child(2n)
{
	background-color:#168ecd;
}

div.cmx.messageblock:nth-child(3n)
{
	background-color:#663091;
}

*/
div.mainBody
{
	background-color: #f4f4f4;
}
.navbar
{
	background-color: #ffffff;
	/*box-shadow: 0px 5px 10px #eee;*/
}
a.navbar-brand
{
	display: block;
}


div.clear
{
	width: 0;
	height: 0;
	clear: both;
}

ul.nav.loading
{
	display: none;
}

div#report
{
	font-family: 'Open Sans Condensed', sans-serif;
}
div#report.graphs h2
{
	border-top:2px solid #ddd;
	margin-top: 1em;
	padding-top: 1em;
}



h1
{
	font-size: 3em;
	margin: 0 0 0.5em 0;
}

h1, h2, h5
{
	font-family: 'Open Sans Condensed', sans-serif;
}
h1, h2, h3, h4
{
	font-weight: 300;
}

#history
{

	float: right;

}


ul.dataCards,
ul.dataCards li,
ul.dataCards li h5
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.dataCards > li
{
	display: inline-block;

	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: transparent #ccc #ddd transparent;
	padding: 2px;
	text-align: center;
	vertical-align: top;

}

li.snapshot
{


}

div.cardInfo
{
	width: 42%;
	display: inline-block;
	padding-right: 1px;
	color: white;
}
div.cardInfo ul,
div.cardInfo li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.cardInfo > div
{

}
div.cardInfo div
{
	background-color: #ddd;

	display: inline-block;
}
div.cardInfo div.active
{
	background-color: #222;
	border-radius: 1em 0 0 1em;
}
div.cardInfo div.inactive
{
	background-color: #222;
	opacity: 0.3;
}

div.score
{
	color: white;
	border-radius: 0 1em 1em 0;

}
div.warnings
{
	background-color: #ddd;
	margin-right: 2%;
	border-radius: 1em;
}

div.warnings,
div.score
{
	width:28%;
	display: inline-block;
}
div#report h3.normal,
div#report h3.Abnormal,
div#report h3.Borderline
{

}
div#report h3.normal
{
	color: #00A675;
}
div#report h3.Abnormal,
div#report h3.Concerns
{
	color: firebrick;
}
div#report h3.Borderline,
div#report h3.Potential
{
	color: darkorange;
}
/*
div#report.reportOverview h2
{
	padding-left: 10px;
}
div#report.reportOverview section#report-Resources h2,
div#report.reportOverview section#report-Resources-Adult h2
{
	border-left: 20px solid #00A675;
}
div#report.reportOverview section#report-Competence h2,
div#report.reportOverview section#report-Competence-Adult h2
{
	border-left: 20px solid #168ECD;
}
div#report.reportOverview section#report-Adversities h2,
div#report.reportOverview section#report-Adversities-Adult h2
{
	border-left: 20px solid #663091;
}
*/
div.warnings.classA,
div.warnings.classB,
div.warnings.classTop
{
	color: white;
	font-weight: bold;
}
div.warnings.classA
{
	background-color: firebrick ;
}
div.warnings.classB
{
	background-color: orange;
}
div.warnings.classTop
{
	background-color: salmon
}
div.overview,
div.difference,
div.measure
{
	display: inline-block;

}
div.overview
{
	color: white;
	width:50px;
	text-align: center;
	margin-right: 10px;
}
div.difference
{
	width:30px;
	font-weight: bold;
	margin-right: 10px;
}
ul.overview p
{
	padding: 0.5em;
	background-color: #fafafa;
}

ul.overview,
ul.overview li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.overview li
{
	margin: 2px 0;
	background-color: #fff;
	font-size: 16px;
}

div.googleChart
{
	height: 400px;
}



form.signUp label
{
	display: block;
	font-weight: normal;
}

form.signUp ul,
form.signUp li,
section#survey ul,
section#survey li,
section.snapshotStartpage ul,
section.snapshotStartpage ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

label
{
	font-weight: normal;
}




ul.standardForm label > label
{
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 1em;
	border:1px solid #ccc;
}
ul.standardForm label > label:hover
{
	background-color: #fff;/**/
	cursor: pointer;
}



section#survey ul.surveyQuestions li
{
	padding: 0.5em 0;
	margin: 0.5em 0;
	border-top: 1px solid #ccc;
}

section#survey label
{
	margin: 0.2em;
	padding: 0.5em 1em;

	cursor: pointer;
	border-radius: 0.5em;
}
section#survey label:hover
{
	/*background-color: #fff;*/
}

section#survey label.selected,
section#survey label.selected:hover
{
	/*background-color: #3778bc;*/
	color: white;
	text-shadow: 1px 1px 0 #239c45;
	background-color: #239c45;

	border-color: #239c45;

	background-image: -webkit-linear-gradient(top, #8cca45, #239c45);
	background-image:    -moz-linear-gradient(top, #8cca45, #239c45);
	background-image:     -ms-linear-gradient(top, #8cca45, #239c45);
	background-image:      -o-linear-gradient(top, #8cca45, #239c45);
}

ul.setList span.label-warning
{
	width: 40px;
	display: inline-block;
	line-height: 1.7em;
}
label.labelRadio input
{
	display: none;
}
label.labelRadio
{
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */

	/* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none;
}

span.deleteSet,
span.loadSet,
time.dateSet
{
	display: inline-block;

	height: 1.5em;

	line-height: 1.5em;
	color: #444;

	padding: 0;
	margin: 0 0.5em;
	font-size: 0.8em;

	vertical-align: top;
}


time.dateSet
{


	overflow: hidden;
	white-space: nowrap;
}


@media screen and (max-width: 1199px) and (min-width: 992px)
{
	time.dateSet
	{
		display: block;
	}
}
ul.setList
{
	display: none;

}

ul.setList li:hover
{
	background-color: #fafafa;
}

time.dateSet span
{
	display: inline-block;

}
time.dateSet span.time0
{
	width:2.6em;
}
time.dateSet span.time1
{
	width:2em;
}
time.dateSet span.time2
{
	width:1.8em;
}

time.dateSet span.time3
{
	width:2.6em;

}
time.dateSet span.time4
{
	width:4em;
	color: #888;
}

section.snapshotStartpage button.loadSet
{
	display: none;
}
section.snapshotStartpage ul.setList
{
	margin-top: 1em;
}

section.snapshotStartpage > div:nth-child(3n+1)
{
	clear: left;
}

span.loadSet
{
	padding: 0 0.5em;
	background-color: #ddd;
}

span.loadSet:hover
{
	cursor: pointer;
	background-color: #008fd5;
	color: #ffffff;
}
span.deleteSet
{
	background-color: #ddd;
	text-align: center;
	width: 1.5em;
	border-radius: 100%;
}

span.deleteSet:hover
{
	cursor: pointer;
	background-color: red;
	color: #ffffff;
}

section.snapshotStartpage ul li,
section#survey ul.setList li
{
	border-top:1px solid #ccc;
	padding: 0.2em 0;
}

footer
{

	padding: 30px 0;
	color: #ddd;
	/*box-shadow: 0px -5px 5px #f1f1f1;*/
}

footer ul,
footer li
{
	margin: 0;
	padding: 0;
	list-style: none;

}

button
{
	/*outline: none;*/
}

button.deleteSet
{
	float: right;
	display: none;
}

div.col-md-4:nth-of-type(4)
{
	clear: both;
}

ul.setList li:hover button.deleteSet
{
	display: inline;
}

div.logininfo
{

	padding: 0 1em !important;
	border-left: 3px solid #168ecd;
	background-color: #f7f7f7;
}
div.logininfo a
{
	margin-left: 1em;
}

@media (max-width: 767px)
{
	a.navbar-brand img
	{
		width: 270px;
		margin: 10px;
		max-width: 70%;
	}
	div.page
	{
		padding: 80px 0;
	}
	.loginform
	{
		margin: 20px 0;
		text-align: center;
	}
	.loginform input[type="text"],
	.loginform input[type="password"]
	{
		width:100%;
		margin: 0 0 0.5em 0;
	}
	footer li,
	footer li span
	{
		display: block;
	}
}
@media (min-width: 768px)
{

	.navbar-fixed-top
	{
		position: static;
		padding-bottom: 20px;
	}
	a.navbar-brand img
	{
		width:320px;

	}
	.navbar-header
	{
		float: none;
		margin: 50px 0 10px 0;
		position: relative;
	}
	.navbar-nav
	{
		float: none;
		margin: 0 0 0 -15px;
	}
	.navbar>.container .navbar-brand
	{
		margin: 0;
		display: inline-block;
	}


	.navbar-nav>li>a
	{
		padding-left: 13px;
		padding-right: 13px;
	}

	div.page
	{
		padding: 50px 0;
	}

	.logininfo,
	.loginform
	{
		position: absolute;
		right:0;
		top:0;
	}
	.loginform
	{
		margin-top: 0px;
	}

	.logininfo h2
	{
		margin: 0;
	}

	footer li
	{
		margin-right: 1em;
		padding-right: 1em;
		display: inline-block;

	}
	footer li:last-of-type
	{
		float: right;
		margin-right: 0;
		padding-right: 0;
	}
}


section.progressSurvey ul#surveyQuestions > li
{
	display: none;
	text-align: center;
}
ul#surveyQuestions > li h4
{
	line-height: 1.5em;
}
ul#surveyQuestions > li h4 span.left,
ul#surveyQuestions > li h4 span.right
{
	display: inline-block;
	width:50%;
}
ul#surveyQuestions > li h4 span.right
{
	border-left:1px solid #aaa;
}

.progress-Resources {
	background-color:#00a675;
}
.progress-Competence {
	background-color:#168ecd;
}
.progress-Adversities {
	background-color:#663091;
}

.inputText,
.saveText
{
	vertical-align: top;
}

.inputText
{
	min-width: 50%;
	max-width: 100%;
	padding: 1em;
	margin: 0 0.5em 0.5em 0.5em;
}

section.device.addUser label
{
	display: block;
}

#username.alert-danger,
input.username.alert-danger,
input.username.alert-warning,
.usernameTaken
{
	text-decoration: line-through;
}

table#childList
{
	font-size: 12px;
}

#addUser,
#saveChanges
{
	margin-top: 15px;
}

.multiKey
{
	margin: 1em 0 2.5em 0;
	text-align: center;
}

.multiKey span.alert
{
	padding: 0.5em 1em;
	background-color: #fefefe;
}

#childList span.label
{
	margin-right: 1px;
}
/*
.progress-bar-blah
{
	background-color: #016646, #00a674, #7dcbb3, #0d6c28, #3ab54a, #a4d39c, #727f13, #9cad20, #a8d26e;
	background-color: #015581, #008fd5, #77bae7, #012b65, #0054a5, #8394ca, #016877, #00abc5, #75cede;
	background-color: #3c0256, #662e93, #a287be, #710054, #bd1a8d, #d792bf, #8c0041, #ec0974, #f599ae;
}
*/

#childList span.label.count0
{
	background-color: #016646;
}
#childList span.label.count1
{
	background-color: #015581;
}
#childList span.label.count2
{
	background-color: #3c0256;
}

#childList span.label.count3
{
	background-color: #00a674;
}

#childList span.label.count4
{
	background-color: #008fd5;
}

#childList span.label.count5 {	background-color: #662e93; }
#childList span.label.count6 {	background-color: #7dcbb3; }
#childList span.label.count7 {	background-color: #77bae7; }
#childList span.label.count8 {	background-color: #a287be; }
#childList span.label.count9 {	background-color: #0d6c28; }
#childList span.label.count10 {	background-color: #012b65; }
#childList span.label.count11 {	background-color: #710054; }
#childList span.label.count12 {	background-color: #3ab54a; }
#childList span.label.count13 {	background-color: #0054a5; }
#childList span.label.count14 {	background-color: #bd1a8d; }
#childList span.label.count15 {	background-color: #a4d39c; }
#childList span.label.count16 {	background-color: #8394ca; }
#childList span.label.count17 {	background-color: #d792bf; }
#childList span.label.count18 {	background-color: #727f13; }
#childList span.label.count19 {	background-color: #016877; }
#childList span.label.count20 {	background-color: #8c0041; }
#childList span.label.count21 {	background-color: #9cad20; }
#childList span.label.count22 {	background-color: #00abc5; }
#childList span.label.count23 {	background-color: #ec0974; }
#childList span.label.count24 {	background-color: #a8d26e; }
#childList span.label.count25 {	background-color: #75cede; }
#childList span.label.count26 {	background-color: #f599ae; }



h4.title,
#question_334 h4
{
	font-size: 1.7em;
}
#question_334 .inputText
{
	min-height: 200px;
}

#sidebar
{

}

#selectAll,#selectNone,#editUser,#viewChildReport,#viewChildProfile
{
	width: 100%;
	margin: 5px 0;
}
@media screen and (min-width: 1200px)
{
	#selectButtons,#singleChild
	{
		text-align: center;
	}
	#singleChild
	{
		margin: 1em 0;
		padding: 1em 0;
		border-top: 1px solid #ccc;
	}

	#selectAll,#selectNone
	{
		width: 45%;
		margin: 0 0.5%;
	}
	#editUser,#viewChildReport, #viewChildProfile
	{
		width: 32.333333%;
		margin: 0 0.5%;
	}
}


#homepage .sectionHeading
{
	/*background-color: #222;
	color: #eee;*/
	padding: 2em 0;
}
#homepage .sectionHeading h1
{
	margin: 1em 0 0 0;
}
#homepage .body
{
	padding-top: 2em;
	padding-bottom: 2em;
}

#homepage blockquote
{
	color: #fff;
	font-size: 1.7em;
	font-family: 'Open Sans Condensed', sans-serif;
}


@media screen and (max-width: 767px)
{
	#homepage blockquote
	 {
		 margin: 0;
		 padding: 0;
		 border: 0;
	 }

}

@media screen and (min-width: 768px)
{
	#homepage blockquote
	{
		font-size: 2.3em;
		margin: 0 auto;
		float: none;

		text-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	}
}
#homepage blockquote h5
{
	text-align: right;
	font-size: 0.7em;
	display: inline-block;
}




#home-what-resilience .sectionHeading
{
	color: #7cbc60;
}
#home-what-resilience div.titleBanner
{
	background-color: #7cbc60;
}
#home-what-report .sectionHeading
{
	color: #e85726;
}
#home-what-report div.titleBanner
{
	background-color: #e85726;
}
#home-what-snapshot .sectionHeading
{
	color: #542d82;
}
#home-what-snapshot div.titleBanner
{
	background-color: #542d82;
}
#home-how .sectionHeading
{
	color: #1b4d9a;
}
#home-how div.titleBanner
{
	background-color: #1b4d9a;
}
#home-the-report .sectionHeading
{
	color: #e85726;
}
#home-the-report div.titleBanner
{
	background-color: #e85726;
}
#home-group-manager .sectionHeading
{
	color: #84be41;
}
#home-group-manager div.titleBanner
{
	background-color: #84be41;
}
#home-accounts .sectionHeading
{
	color: #1b80c4;
}
#home-accounts div.titleBanner
{
	background-color: #1b80c4;
}
#home-sign-up .sectionHeading
{
	color: #269abc;
}
#home-sign-up div.titleBanner
{
	background-color: #2aabd2 ;
}
#home-contact .sectionHeading
{
	color: #1b4d9a;
}
#home-contact div.titleBanner
{
	background-color: #1b4d9a;
}
#home-downloads .sectionHeading
{
	color: #542d82;
}
#home-downloads div.titleBanner
{
	background-color: #542d82;
}


#home-accounts .cost
{
	padding: 0.5em;
	text-align: center;
	background-color: white;
	margin-bottom: 1.5em;

}

#home-accounts sup
{
	top:-0.3em;
}

/* #home-accounts li
{
	list-style: none;
	position: relative;
	min-height: 4em;
}
#home-accounts li:before
{
	font-family: fontAwesome;
	content: "\f00c";
	position: absolute;
	left: -1.3em;
	top: -0.3em;
	font-size: 2em;
	color: #84be41;
} */

#home-accounts li.doesnot
{
	color:#ccc;
	font-style: italic;
}

#home-accounts li.doesnot:before
{

	content: "\f00d";
	color: rgb(207, 20, 20);
	font-style: normal;
}

#home-accounts h2
{
	color: white;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}
#home-accounts h2 > b
{
	display: block;
}

#home-accounts h3
{
	font-size: 3em;
	margin: 0;
}
#home-accounts h4
{
	line-height: 1.3em;
	min-height: 80px;
	border-bottom: 1px solid #ccc;
}

#home-accounts .report h2
{
	background-color: #00a675;
}
#home-accounts .gmbasic h2
{
	background-color: #168ecd;
}
#home-accounts .gmpremium h2
{
	background-color: #673292;
}

#home-accounts .arrow
{
	background-color: white;
}


#home-accounts .arrow:after
{
	content:"";
	display: block;
	border-width: 20px 20px 0 20px;
	border-color: #ccc transparent;
	border-style: solid;
	width:0;
	margin: 0 auto;
}
#home-accounts .report .arrow:after
{
	border-color: #00a675 transparent;
}
#home-accounts .gmbasic .arrow:after
{
	border-color: #168ecd transparent;
}
#home-accounts .gmpremium .arrow:after
{
	border-color: #673292 transparent;
}



@media screen and (min-width: 992px)
{
	#home-accounts .sub-option:nth-child(n+2)
	{
		border-left: 1px solid #ccc;
	}
}


@media screen and (min-width: 768px)
{

	.caretUp
	{
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-bottom: 16px solid;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}

	#homeNav ul.nav
	{
		padding: 0 20px;
	}
	#homeNav.fixed
	{
		position: fixed;
		top:0;
		z-index: 100;

	}

	.homeNavContainer
	{
		min-height: 120px;
		padding: 0;
		margin-top: 30px;
	}
}

@media screen and (min-width: 1200px)
{
	.homeNavContainer
	{
		min-height: 70px;
		padding: 0;
		margin-top: -72px;
	}
}


#groupReport
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
}
#groupReport table.dataTable thead th
{
	max-width: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 0;
}

#groupReport table.dataTable tbody td
{
	padding: 0;
}
#groupReport td.score:before
{
	content : "";
	width:1em;
	height: 1em;
	display: inline-block;
	border-radius: 50%;
	background-color:#ffffff;
	margin-right: 0.5em;
}
#groupReport span.annotationB,
#groupReport span.annotationA:after,
#groupReport span.annotationA:before
{
	content : "";
	width:0;
	height: 0;
	display: inline-block;
	margin-right: 0.5em;

	border-top:0.5em solid transparent;
	border-bottom:0.5em solid transparent;
}
#groupReport span.annotationA:before
{
	margin: 0;
}


#groupReport td.score.level1:before
{
	background-color: #E6F5FC;
}
#groupReport td.score.level2:before
{
	background-color: #CBE9F7;
}
#groupReport td.score.level3:before
{
	background-color: #B3DBF0;
}
#groupReport td.score.level4:before
{
	background-color: #99CBE7;
}
#groupReport td.score.level5:before
{
	background-color: #80B8DD;
}
#groupReport td.score.level6:before
{
	background-color: #66A3D1;
}
#groupReport td.score.level7:before
{
	background-color: #4D86BB;
}
#groupReport td.score.level8:before
{
	background-color: #3A65A0;
}
#groupReport td.score.level9:before
{
	background-color: #2C4184;
}
#groupReport td.score.level10:before
{
	background-color: #272361;
}

#groupReport span.annotationA:after,
#groupReport span.annotationA:before
{
	border-left:0.5em solid firebrick;
}
#groupReport span.annotationB
{
	border-left:0.5em solid darkorange;
}
/*
@media print
{
	#groupReport td.score.level1:before
	{
		background-color: #eee;
	}
	#groupReport td.score.level2:before
	{
		background-color: #ddd;
	}
	#groupReport td.score.level3:before
	{
		background-color: #ccc;
	}
	#groupReport td.score.level4:before
	{
		background-color: #bbb;
	}
	#groupReport td.score.level5:before
	{
		background-color: #aaa;
	}
	#groupReport td.score.level6:before
	{
		background-color: #888;
	}
	#groupReport td.score.level7:before
	{
		background-color: #666;
	}
	#groupReport td.score.level8:before
	{
		background-color: #444;
	}
	#groupReport td.score.level9:before
	{
		background-color: #222;
	}
	#groupReport td.score.level10:before
	{
		background-color: #000;
	}
}

*/
#groupsManage
{
	margin-top: 20px;
}
#groupnew
{
	border-top: 2px dashed #ccc;
	background-color: #e7faff;
}
#groupsEdit .tagCheckbox
{
	display: none;
}
#groupsEdit span.name
{
	border-radius: 6px 0 0 6px;
}
#groupsEdit span.status
{
	border-radius:  0 6px 6px 0;
	width:45px;
	text-align: center;
}

#groupsEdit label
{
	border-radius: 6px;
}
@media screen and (min-width: 992px)
{

	div.homeImageBox
	{
		border:18px solid #f4f4f4;
		background-color: #f9f9f9;
		height: 400px;
		width: 400px;
		border-radius: 50%;
		position: absolute;
		top:-132px;
		left: 80px;

		background-size: auto 100%;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#home-what-resilience div.homeImageBox
	{
		background-image: url(/theme/resrep_bs/img/lyn-worsley2.jpg);
	}
	#home-how div.homeImageBox
	{
		background-image: url(/theme/resrep_bs/img/resilience-doughnut.png);
	}
	#home-what-report div.homeImageBox
	{
		background-image: url(/theme/resrep_bs/img/happy-kids.jpg);
	}

	#home-what-snapshot div.homeImageBox
	{
		background-image: url(/theme/resrep_bs/img/selfie.jpg);
	}



	#home-what-report h1,
	#home-how h1
	{
		padding-left: 50%;
	}
	#home-how .body
	{
		margin-top: 75px;
	}
}

.titleBanner
{
	background-color: #e7e7e7;
	padding: 2em 0;
}

@media screen and (min-width: 768px)
{
	.titleBanner
	{
		padding: 2em;
	}
}




li > a.homeSignup
{
	background-color: #2AABD2;
	color: white !important;
}
li > a.homeSignup:hover
{
	background-color: #C8EDF9 !important;
	color: #2AABD2 !important;
}
li.active > a.homeSignup
{
	background-color: inherit;
	color: #2AABD2 !important;
}

.alert-default
{
	background-image: -webkit-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
	background-image: -o-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
	background-image: linear-gradient(to bottom, #fafafa 0%, #f4f4f4 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f4f4f4', GradientType=0);
	border-color: #eee;
}

.subscriptions .alert
{
	margin-bottom: 0.6em;
}
@media screen and (min-width: 992px)
{
	.subscriptions .features
	{
		height: 380px;
	}
}


#recover-email
{
	margin-bottom: 1em;
}

#login-forgot
{
	text-align: right;
	margin-top: 5px;
}

div.signUpBtn
{
	text-align: center;
}
#home-sign-up
{


	transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;


	display: block;
	position: fixed;
	background-color: white;
	z-index: 1050;
	top: 0;
	width: 100%;
	height:0;
	overflow: hidden;
}

#home-sign-up.active
{
	height:100%;
	overflow-y: auto;
}

#home-sign-up .sectionHeading
{
	text-align: center;
}
#home-sign-up .sectionHeading img
{
	width: 400px;
	max-width: 90%;
}

div.cancel
{
	text-align: center;
	margin-bottom: 40px;

}


/* For date picker*/


ul.ui-autocomplete
{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
}


ul.ui-autocomplete,
.navbar-nav>li>.dropdown-menu,
.ui-datepicker
{

	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>span,
li.ui-menu-item
{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	cursor: pointer;
}
span.active,
.dropdown-menu>li>span.active,
.dropdown-menu>li>span:hover,
.dropdown-menu>li>span:focus,
li.ui-state-focus,
.ui-datepicker-calendar td a:hover,
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover
{
	color: #ffffff;
	background-color: #357ebd;
	background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
	background-image: -o-linear-gradient(top,#428bca 0,#357ebd 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#428bca),to(#357ebd));
	background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-repeat: repeat-x;
}

.ui-datepicker
{
	padding: 1em;
	display: none;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a
{
	padding: 0.3em;
	display: block;

}

.ui-datepicker-prev,
.ui-datepicker-next
{
	display: inline-block;
	width: 50%;
	cursor: pointer;
	padding: 0 1em;
}
.ui-datepicker-next
{
	text-align: right;
}

.ui-datepicker-month,
.ui-datepicker-year
{
	width: 50%;
	margin: 0.5em 0;
}

span.ui-helper-hidden-accessible
{
	display: none;
}

.ui-state-highlight
{
	border:1px solid;
	background-color: #f9f0c2;
	border-color: #f5e79e;
	color: #8a6d3b;
}
.ui-datepicker-week-end
{
	background-color: #f7f7f7;
}

.socialMedia
{
	text-align: right;
}
.socialMedia a
{
	display: inline-block;
	vertical-align: middle;
	width:80px;
	height:80px;
	background-position: center center;
	background-size: 100%;
	margin: 5px 0;
	border-radius: 3px;

	transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
}

.socialMedia a:hover
{
	width:90px;
	height:90px;
	margin: 0;
	border-radius: 5px;

	box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}

.linkFacebook
{
	background-image: url(/theme/resrep_bs/img/logo-facebook.png);
}
.linkTwitter
{
	background-image: url(/theme/resrep_bs/img/logo-twitter.png);
}


#loading2
{
	display: none;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 2000;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
	height: 100%;
	padding-top: 200px;
	font-weight: bold;
	font-size: 50px;
	color: #2a6ba2;
}
#loading2 > span
{
	display: inline-block;
	border-radius: 50%;
	background-color: #f4f4f4;
	padding: 50px;
	border: 20px solid #fefefe;
}

#childList tr
{
	cursor: pointer;
}

#childList tr:hover td
{
	background-color: rgba(0,0,0,0.1);
}



.togglebutton label input[type=checkbox]+.toggle:active:after,
.togglebutton label input[type="checkbox][disabled"]+.toggle:active:after
{
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(0,0,0,.1);
}

.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.togglebutton {
	vertical-align: middle;
}
.togglebutton label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
}

.togglebutton label input[type=checkbox]:checked+.toggle,
.togglebutton-default label input[type=checkbox]:checked+.toggle
{
	background-color: #00B536;
}

.toggle
{
	content: "";
	display: inline-block;
	width: 60px;
	height: 15px;
	background-color: #C00;
	border-radius: 15px;
	margin-right: 10px;
	transition: background .3s ease;
	vertical-align: middle;
}

.toggle:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #E2E2E2;
	border-radius: 20px;
	position: relative;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.4);
	left: -5px;
	top: -2px;
	transition: left .3s ease,background .3s ease,box-shadow .1s ease;
}

.togglebutton label input[type=checkbox]:checked+.toggle:after,
.togglebutton-default label input[type=checkbox]:checked+.toggle:after
{
	background-color: #FFFFFF;
}

.togglebutton label input[type=checkbox]:checked+.toggle:after
{
	left: 45px;
}


/*
-----------------------------------------------------------
Pop Up Measure Key
-----------------------------------------------------------
*/

#popupkey
{
	display: none;

	position: absolute;
	z-index: 2000;
	width: 200px;
	background-color: white;
	padding: 20px;
	font-size: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);

	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	-ms-transition: top 0.6s;
	transition: top 0.6s, left 0.3s;
}

@media (min-width: 400px)
{
	#popupkey
	{
		width: 300px;
	}

	#popupkey h4
	{
		margin-top: 0;
	}
}



.whatis,
#popupclose
{
	font-family: FontAwesome;
	color: rgba(22, 142, 205, 0.5);
}

.whatis:hover,
#popupclose:hover
{
	color: #168ecd;
	cursor: pointer;
}

.whatis
{
	display: inline-block;
	margin-left: 2em;
	float: right;
	margin-right: 0.5em;
}

#popupclose
{
	font-size: 2em;
	position: absolute;
	top:0.5em;
	right:0.5em;
	display: block;
	height: 1em;
	width: 1em;
	line-height: 1em;
	text-align: center;
}



#topLink
{
	padding-left: 5px;
    padding-right: 5px;
}

/* Survey Hint */
#helpfulHint
{
	width: 60%;
	text-align: center;
	margin: 40px auto;
}