﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}



/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}


th.headerSortUp { 
    background-image: url("Images/desc.gif");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
} 

th.headerSortDown { 
    background-image:url("Images/asc.gif");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
} 

input[type=checkbox] {width:20px; height:20px;}
















.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
























/* Not psteps specific, just make this page a little more presentable. */
		#switcher-container {
			position: fixed;
			top: 60px;
			right: 5px;
		}
		#switcher-bootstrap .dropdown-menu {
			z-index: 10000;
		}
		@media (max-width: 980px) {
			#switcher-container {
				position: absolute;
				top: 55px;
			}
		}
		.pf-group {
			background: transparent none no-repeat 0 0 !important;
			padding: 4px;
			margin: 5px auto;
		}
		.ui-widget {
			font-size: 75% !important;
		}
		.pf-group input.ui-button {
			padding: 2px !important;
			font-size: .92em !important;
			margin-bottom: 3px;
		}
		.btn-toolbar {
			line-height: 28px;
		}
		.btn-toolbar h4 {
			margin: 1em 0 .3em;
		}
		.btn-toolbar .btn-group {
			vertical-align: middle;
		}

		/* ##psteps_simple# */
		/* ##psteps_add_validation# */
		/* ##psteps_strict# */
		/* ##psteps_conditional_validation# */
		/* ##psteps_simple_horiz_layout# */
		/* ##psteps_horiz_layout# */
		/* ##psteps_circle_steps_simple# */
		/* ##psteps_circle_steps# */
		.step-title {
			min-height: 20px;
			float:left;
			border-radius: 0;
		}
		.next-button, .submit-button, .back-button {
			float:right;
			margin:3px;
		}
		@media (max-width:600px) {
			.step-content {
				margin-top: 10px;
			}
		}
		/* #psteps_simple## */
		/* #psteps_add_validation## */
		/* #psteps_strict## */
		/* #psteps_conditional_validation## */
		/* #psteps_simple_horiz_layout## */
		/* #psteps_horiz_layout## */
		/* #psteps_circle_steps_simple## */
		/* #psteps_circle_steps## */

		/* ##psteps_simple# */
		/* Vertical Styles */
		#psteps_simple .step-title {
			padding-left: 0;
			padding-right: 0;
			width: 99.5% !important;
			min-height: 28px;
			display: block;
		}
		#psteps_simple .step-title .step-order {
			float: left;
			margin-left: 12%;
		}
		#psteps_simple .step-title .step-name {
			float: left;
			margin-left: 2%;
		}
		#psteps_simple .step-title [class^="icon-"] {
			float: right;
			margin-right: 7%;
			margin-top: 2%;
		}
		/* #psteps_simple## */
		/* ##psteps_add_validation# */
		/* Vertical Styles */
		#psteps_add_validation .step-title {
			padding-left: 0;
			padding-right: 0;
			width: 99.5% !important;
			min-height: 28px;
			display: block;
		}
		#psteps_add_validation .step-title .step-order {
			float: left;
			margin-left: 12%;
		}
		#psteps_add_validation .step-title .step-name {
			float: left;
			margin-left: 2%;
		}
		#psteps_add_validation .step-title [class^="icon-"] {
			float: right;
			margin-right: 7%;
			margin-top: 2%;
		}
		#psteps_add_validation .step-title .step-name {
			margin-left: 12%;
		}
		/* #psteps_add_validation## */
		/* ##psteps_strict# */
		/* Vertical Styles */
		#psteps_strict .step-title {
			padding-left: 0;
			padding-right: 0;
			width: 99.5% !important;
			min-height: 28px;
			display: block;
		}
		#psteps_strict .step-title .step-order {
			float: left;
			margin-left: 12%;
		}
		#psteps_strict .step-title .step-name {
			float: left;
			margin-left: 2%;
		}
		#psteps_strict .step-title [class^="icon-"] {
			float: right;
			margin-right: 7%;
			margin-top: 2%;
		}
		#psteps_strict .step-title .step-name {
			margin-left: 12%;
		}
		/* #psteps_strict## */
		/* ##psteps_conditional_validation# */
		/* Vertical Styles */
		#psteps_conditional_validation .step-title {
			padding-left: 0;
			padding-right: 0;
			width: 99.5% !important;
			min-height: 28px;
			display: block;
		}
		#psteps_conditional_validation .step-title .step-order {
			float: left;
			margin-left: 12%;
		}
		#psteps_conditional_validation .step-title .step-name {
			float: left;
			margin-left: 2%;
		}
		#psteps_conditional_validation .step-title [class^="icon-"] {
			float: right;
			margin-right: 7%;
			margin-top: 2%;
		}
		/* #psteps_conditional_validation## */

		/* ##psteps_circle_steps_simple# */
		/* ##psteps_circle_steps# */
		.psteps_circle_titles .circle-step {
			width: 10px;
			height: 10px;
			padding: 5px;
			line-height: 10px;
			font-size: 10px;
			border-radius: 500px 500px 500px 500px;
			min-height:10px;
			float:left;
		}
		.psteps_circle_titles .step-line {
			border-bottom: 1px solid #ddd;
			display: inline-block;
			width: 20%;
			float:left;
			margin-top:10px;
		}
		.psteps_circle_contents {
			background: #F9F9F9;
			border: 1px dashed #CCCCCC;
			margin: 15px 0 0;
			padding: 20px;
		}
		/* #psteps_circle_steps## */
		.before-heading {
			margin-top: -32px;
			width: 99%;
			margin-left: -24px;
		}
		/* #psteps_circle_steps_simple## */

		.colored-box {
			display:inline-block;
			cursor:pointer;
			width:50px;
			height:50px;
			opacity: .5;
		}

		.btn-group {
			margin: 10px;
		}











/* Pines Steps Jquery CSS*/

.step-title {
    min-height: 20px;
    float:left;
    border-radius: 0;
}
.next-button, .submit-button, .back-button {
    float:right;
    margin:3px;
}
@media(max-width:600px) {
    .step-content {
        margin-top: 10px;
    }
}
/* Vertical Styles */
#psteps_conditional_validation .step-title {
    padding-left: 0;
    padding-right: 0;
    width: 99.5% !important;
    min-height: 28px;
    display: block;
}
#psteps_conditional_validation .step-title .step-order {
    float: left;
    margin-left: 12%;
}
#psteps_conditional_validation .step-title .step-name {
    float: left;
    margin-left: 2%;
}
#psteps_conditional_validation .step-title[class^="icon-"] {
    float: right;
    margin-right: 7%;
    margin-top: 2%;
}


/*
Sub-Project Page Styling
Copyright (C) 2012 SciActive.com. All Rights Reserved.
*/
.page-banner {
	padding: 200px 0 170px;
	text-align: center;
	overflow: hidden;
}
.page-banner h1 {
	font-size: 70px;
	line-height: 65px;
}
.page-banner p {
	font-size: 30px;
	line-height: 48px;
}
.page-banner .btn-large {
	margin-top: 30px;
	font-size: 26px;
}
.page-banner .right-button {
	margin-left: 20px;
}
.page-points .row-fluid {
	margin-bottom: 30px;
}
body .pf-form .pf-heading * {
	margin-top: .1em !important;
	margin-bottom: .1em !important;
}
#copyright {
	text-align: center;
	margin-top: 40px;
}
/* Mobile */
@media (max-width: 768px) {
	.page-banner {
		padding: 30px 0 20px;
	}
	.page-banner h1 {
		font-size: 35px;
		line-height: 35px;
	}
	.page-banner p {
		font-size: 16px;
		line-height: 30px;
	}
	.page-banner .btn-large {
		font-size: 16px;
	}
	.page-banner .right-button {
		margin-left: 0;
	}
	.page-points .row-fluid {
		margin-bottom: 0;
	}
	#sections {
		padding: 0 .4em;
	}
	#sections .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	#fb-root {
		display: none; /* Facebook's code makes a horizontal scrollbar. Grr. */
	}
}
/* Tablet */
@media (min-width: 768px) and (max-width: 980px) {
	.page-banner {
		float: left;
		width: 20%;
		padding: 5px 0;
	}
	.page-banner h1 {
		font-size: 25px;
		line-height: 25px;
	}
	.page-banner p {
		font-size: 14px;
		line-height: 16px;
		margin-top: 10px;
	}
	.page-banner .btn-large {
		margin-top: 30px;
		font-size: 14px;
	}
	.page-banner .right-button {
		margin-left: 0;
	}
	.page-points {
		float: right;
		width: 80%;
	}
	.page-points .row-fluid {
		margin-bottom: 10px;
	}
	#sections {
		clear: both;
	}
}




