/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;

	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	padding-left:10px;
}
blockquote, q {
	quotes: none;


}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.blockquote {
	border-style: solid;
	border-left-width: 1px;
	border-color: lightgray;
	padding-left: 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end CSS reset */

	
/* generic */

ul.segmented-list {
	}
	ul.segmented-list li {
		padding: .5em 0;
		border-top: 1px solid;
		/*position: relative;*/
		overflow: hidden; /*ie fix*/
		width: auto;
		background: no-repeat 0 0.5em;
		}
	ul.segmented-list li:first-child {
		border-top: 0;
		}

ul.segmented-list h6.primary {
	font-size: 120%;
	margin: 0; padding: 0 0 0 40px;
	}
	ul.segmented-list h6.primary span.status, ul.segmented-list p.secondary span.status {
		float: right;
		display: inline;
		text-transform: uppercase;
		font-size: 10px;
		margin: 0; padding: 0.25em 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		border-radius: 0.5em;
		white-space: nowrap;
		}
ul.segmented-list p.secondary {
	font-size: 90%;
	margin: 0; padding: 3px 0 0 40px;
	}
	ul.segmented-list p.secondary span.status {
		float: none;
		}
	ul.segmented-list p.secondary a {
		/*color: #a3a3a3;*/
		}
			
div.panel.small ul.segmented-list h6.primary {
	font-size: 90%;	
	margin: 0; padding: 0 0 2px 22px;
	}
	div.panel.small ul.segmented-list h6.primary span.status {
		float: none;
		}
	div.panel.small ul.segmented-list p.secondary {
		font-size: 75%;
		}
		div.panel.small ul.segmented-list p.secondary a {
			}
/* status displays*/

.update-nag{
  display: inline-block;
  text-align: left;
  background-color: #fff;
  height: 90px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
  width: 100%;
}

.update-nag:hover{
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 80px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
	
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 18px)!important; /* 50% - 3/4 of icon height */
  font-size: 2.5em;

}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.update-nag > .update-split.update-photo{
  background: transparent!important;
  margin-top: -10px;
  width: 80px;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}



.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 110px;
  padding-right: 20px;
  width: 100%;
}			



/* ITEMS TABLE */

table.items th {
	text-align: left;
	font-weight: normal;
	padding: 0 1em 0.5em 0;
	font-size: 95%;
	}

table.items td {
	border-top: 1px solid;
	padding: 0.5em 1em 0.5em 0;
	vertical-align: middle;
	font-size: 100%;
	}			
			
/* PROJECTS LIST */

table.projects th {
	text-align: left;
	font-weight: normal;
	padding: 0 1em 0.5em 0;
	font-size: 95%;
	}

table.projects td {
	border-top: 1px solid;
	padding: 0.5em 1em 0.5em 0;
	vertical-align: middle;
	font-size: 100%;
	}
	
table.projects td.name {
	width: 50%;
	background: url(./../images/icons/crowdraising.png) no-repeat 0 0.5em;
	padding-left: 22px;
	}
	table.projects td.name h6 {
		font-size: 100%;
		font-weight: bold;
		margin: 0; padding: 0;
		}
	table.projects td.name p {
		font-size: 80%;
		margin: 0; padding: 0;
		}

table.projects td.status,
table.projects td.deadline,
table.projects td.members,
table.projects td.role {
	font-size: 95%;
	}
	
table.projects td.status {
	white-space: nowrap;
	}
	
table.projects td.role {
	padding-right: 0;
	}
	
table.projects td.members {
	text-align: center;
	}

			
/* TASK LIST */

	//start draggable tasks

 .tilt {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
  }
  .tilt.right {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
	}
	.tilt.left {
	    transform: rotate(-3deg);
	    -moz-transform: rotate(-3deg);
	    -webkit-transform: rotate(-3deg);
	}

  .column {
    width: 200px;
    float: left;
    padding-bottom: 100px;
  }
  .portlet {
    margin: 0 1em 1em 0;
    padding: 0.3em;

    		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  .portlet-header {
    padding: 0.2em 0.3em;
    margin-bottom: -0.2em;
    position: relative;
    font-size: 0.8em;
    height: 50px;
  }
  .portlet-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
  }
  .portlet-content {
    padding: 0.4em;
    font-size: 0.7em;
    height:65px;
  }
  .portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
  }
  .infogrid {
  	font-size: 1.1em;
  	color: #A92733; 
  	
  }
  .infogrid-small {
  	font-size: .6em;
  }
  .infogrid-first {
  	margin-left: -28px;
  }
   .infogrid-second {
  	margin-left: 15px;
  }

  .infogrid-third {
  	margin-left: 13px;
  }

  //end draggable tasks

 .taskDesc {
 	word-break: normal;
 }

 .taskDesc p{
 	word-break: normal;
 }

table.tasks th {
	text-align: left;
	font-weight: normal;
	padding: 0 1em 0.5em 0;
	font-size: 95%;
	}

table.tasks td {
	border-top: 1px solid;
	padding: 0.5em 1em 0.5em 0;
	vertical-align: middle;
	font-size: 100%;
	}
	
table.tasks td.name {
	width: 50%;
	background: url(./../images/icons/task.png) no-repeat 0 0.5em;
	padding-left: 22px;
	}
	table.tasks td.name h6 {
		font-size: 100%;
		font-weight: bold;
		margin: 0; padding: 0;
		}
	table.tasks td.name p {
		font-size: 80%;
		margin: 0; padding: 0;
		}

table.tasks td.status,
table.tasks td.deadline,
table.tasks td.needed,
table.tasks td.role {
	font-size: 95%;
	}
	
table.tasks td.role {
	padding-right: 0;
	}
	
table.tasks td.needed {
	text-align: center;
	}

ul.tasks li {
	background-image: url(./../images/icons/task.png);
	}
	ul.tasks li h6 {
		font-weight: bold;
		}

/* UPDATES LIST */
	
table.contribs th {
	text-align: left;
	font-weight: normal;
	padding: 0 1em 0.5em 0;
	font-size: 90%;
	}

table.contribs td {
	border-top: 1px solid;
	padding: 0.5em 1em 0.5em 0;
	vertical-align: middle;
	font-size: 90%;
	}
	
table.contribs td.name {
	width: 50%;
	background: url(./../images/icons/pin.png) no-repeat 0 center;
	padding-left: 22px;
	}
	table.contribs td.name h6 {
		font-weight: bold;
		margin: 0; padding: 0;
		}

	
ul.updates li {
	background-image: url(./../images/icons/pin.png);
	}
	
/* TASK/UPDATE MAIN CONTENT */

div#task h5, div#update h5 {
	font-size: 150%;
	margin-top: 0.25em;
	}
	div#task h5.comments, div#update h5.comments {
		font-size: 120%;
		padding: 0 0 0.5em 0;
		}
	
div#task span.status, div#update span.status, div#progress span.status {
	display: inline;
	text-transform: uppercase;
	font-size: 75%;
	margin: 0; padding: 0.25em 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;	
	}

.status {
		display: inline;
	text-transform: uppercase;
	font-size: 75%;
	margin: 0; padding: 0.25em 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

.status-inner
{
	color: black;
}

h2.username {
	padding-left: 10px;
}
div.person-box {
	float: right;
	width: auto;
	margin-left: 1em;
	}
	div.person-box div.text {
		float: right;
	}
	div.person-box p.caption {
		font-size: 100%;
		margin: 0; padding: 0;
	}
	div.person-box p.username {
		font-size: 120%;
		margin: 0; padding: 0;
	}
/****PRICING TABLE****/

.the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript
{
    font-size: 25px;
}

.pricing-red 
{
	color:#d9534f;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

/***END PRICING TABLE****.		
	


/* DISCUSSION LISTS */
	
ul.discussions li {
	background-image: url(./../images/icons/balloon.png);
	}
ul.discussions h6 {
	font-weight: bold;
	}
	ul.discussions h6.locked {
		text-decoration: line-through;
		}
	
/* DISCUSSION REPLIES / COMMENTS */

ul.replies h5 {
	font-size: 150%;
	margin-bottom: 0.5em;
	}
	ul.replies h5.locked {
		text-decoration: line-through;
		}
ul.replies p.headline, ul.comments p.headline {
	margin: 0; padding: 0;
	font-size: 100%;
	margin-left: 40px;
	}
ul.replies p.message, ul.comments p.message {
	font-size: 140%;
	margin-left: 40px;

	}
ul.replies span.when, ul.comments span.when {
	font-size: 80%;
	}
	ul.replies li.reply, ul.comments li.comment {
		text-align: right;
		}
		ul.replies li.reply textarea, ul.comments li.comment textarea {
			width: 100%;
			height: 65px;
			}
		ul.replies li.reply input, ul.comments li.comment input {
			margin-right: 0;
			margin-left: 1em;
			}
			
ul.replies li.reply span.locked {
	background: url(./../images/icons/lock.png) no-repeat 0 center;
	padding-left: 22px;
	text-align: left;
	}
	
table.discussions {
	}
	table.discussions td.title {
		width: 50%;
		background: url(./../images/icons/balloon.png) no-repeat 0 0.5em;
		padding-left: 22px;		
		}
		table.discussions td.title h6 {
			font-size: 100%;
			font-weight: bold;
			margin: 0; padding: 0;		
			}
			table.discussions td.title h6.locked {
				text-decoration: line-through;
				}
		table.discussions td.title p {
				font-size: 80%;
				margin: 0; padding: 0;		
			}
	table.discussions td.replies,
	table.discussions td.last-reply {
		font-size: 95%;
		}
	table.discussions td.replies,
	table.discussions td.category {
		text-align: center;
		}
	table.discussions td.category span {
		text-transform: uppercase;
		font-size: 10px;
		margin: 0; padding: 0.25em 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		border-radius: 0.5em;
		white-space: nowrap;
		}
	
	.catType {
		border-style: solid;
		border-style: 1px;
		border-color: black;
	}

/* comment replies styles */

ul.comments input.replyButton {
	float: right;
	font-size: 80%;
	margin: 0; 
	/*margin: 1.25em 0 0 0;
	padding: 0.25em 0.5em;*/
	}			

ul.comments li.comment-reply {
	margin-left: 40px;
	}
ul.comments div.post-reply {
	text-align: right;
	margin-left: 40px;
	}
	ul.comments div.post-reply textarea {
		width: 455px;
		height: 100px;
		}
	ul.comments div.post-reply input {
		margin-right: 0;
		}
		
	
/* DASHBOARD INVITATIONS */

ul.invitations p {
	padding-left: 22px;
	font-size: 100%;
	}

ul.invitations span.datetime {
	font-size: 95%;
	}
	
ul.invitations blockquote {
	padding: 0.5em 0.5em 0.5em 3em;
	font-size: 90%;	
	}
	
ul.invitations div.buttons {
	margin: 0 0 0.5em 0;
	text-align: right;
	}
	
ul.invitations input {
	margin: 0 0 0 0.5em;
	}
	
ul.invitations p.project {
	background: url(./../images/icons/crowdraising.png) no-repeat 0 0.5em;
	}

ul.invitations p.task {
	background: url(./../images/icons/task.png) no-repeat 0 0.5em;
	}			
		
/* uploads */

ul.uploads input.delete {
	float: right;
	margin-top: 0;
	}

div.upload {
	clear: both;
	background: url(./../images/icons/document.png) no-repeat 0 3px;
	}
	div.upload.audio {
		background-image: url(./../images/icons/document-music.png);
		}
	div.upload.image {
		background-image: url(./../images/icons/document-image.png);
		}
	div.upload.video {
		background-image: url(./../images/icons/document-film.png);
		}
	div.upload.flash {
		background-image: url(./../images/icons/document-flash-movie.png);
		}
	div.upload.photoshop {
		background-image: url(./../images/icons/document-photoshop-image.png);
		}
	div.upload.pdf {
		background-image: url(./../images/icons/document-pdf-text.png);
		}
	div.upload.msword {
		background-image: url(./../images/icons/document-word-text.png);
		}

	div.upload a.thumb {
		display: block;
		float: right;
		margin: 0 0 0 0.5em; padding: 0;
		background: no-repeat center center;
		border: 1px solid;
		}
		div.upload a.thumb:hover {
			border: 1px solid;
			}

/* PRIMARY NAV */	

.nav-tabs { 
	border-bottom: 2px solid #DDD; 
	width: 50%;
	margin-bottom: 10px;
}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
    	color: black;
    	border-width: 0; 
    }
    .nav-tabs > li > a { 
    	border: none; 
    	color: black; 
    }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
        	border: none; 
        	color: #00bcd4; !important; 
        	background: transparent; 
        }
        .nav-tabs > li > a::after { 
        	content: ""; 
        	background: #00bcd4; 
        	height: 2px; 
        	position: absolute; 
        	width: 100%; 
        	left: 0px; 
        	bottom: -1px; 
        	transition: all 250ms ease 0s; 
        	transform: scale(0); 
        }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
    	transform: scale(1); 
    }
	
div.primary-nav {
	padding: 1em 0 1.2em 0;
	overflow: hidden;
	width: auto;
	}
	
div.primary-nav li {
	display: block;
	margin: 0; padding-top: 0.3em; /* valign with logo */
	}
	div.primary-nav li.left {
		float: left;
		}
	div.primary-nav li.right {
		float: right;
		}
	div.primary-nav li a {
		display: block;
		font-size: 87.5%;
		padding: 0 1em;
		}
	div.primary-nav li span.unread {
		font-size: 90%;
		font-weight: bold;		
		margin: 0 0 0 0.5em; padding: 0.25em 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		border-radius: 0.5em;		
		background: red;
		}
	 span.unread {
			background-color: #d9534f;
			 border-radius: 0.8em;
		  -moz-border-radius: 0.8em;
		  -webkit-border-radius: 0.8em;		  
		  display: inline-block;
		  line-height: 1.6em;		  
		  width: 1.6em; 
		  color: white;
		  text-align: center;
		  font-size: 10px;
		  font-weight: 900;
		   position:relative;
		   top: -5px;
		   left: 1px;
		   -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
			-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
			box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	}

	.badge-notify{
	   background-color:red;

	}


/* SECONDARY NAV */


	div.secondary-nav {
		padding-top: .4em;
		padding-bottom: 0;
		overflow: hidden;
		margin-left:20px;
		}
	div.secondary-nav li {
		display: inline;

		}
	div.secondary-nav li a {
		color: #fff;
		font-size: 1.1em;
				-moz-border-radius-topleft: .7em;
		-moz-border-radius-topright: .7em;
		-webkit-border-top-left-radius: .7em;
		-webkit-border-top-right-radius: .7em;
		border-top-left-radius: .7em;
		border-top-right-radius: .7em;

		}
		div.secondary-nav li.break {
			margin-right: 1em;
			}
	div.secondary-nav a {
		margin-right: .5em;
		padding: .5em 1em;
		border: 2px solid;
	/*	border-bottom: 0;*/

		}
		div.secondary-nav a.selected {
			text-decoration: none;
			}
		div.secondary-nav a:hover {
			text-decoration: none;
			}

.infoanchor {
	position: relative;
	top: -50px;
}

.launch-btn {
	margin-top: 10px;
}

.infosect-btn {
	background-color: #eee;
	height: 60px;
	width: 100%;
}

.infosect-btn:hover {
	background-color: white;
	color:black;
}

.infosect-btn:active {
	background-color: white;
	color:black;
}

.infosect-dropdown{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;


}

.infosect-btn {
	width: 100%;
}

.infosect-nav {
	padding: 0px;
	width: 100%;
}

.infosect-nav li{
	font-size: 1.5em;
	padding-bottom: 5px;
	padding-top: 5px;
	border-style:solid;
	border-color: #2F8292;
	border-bottom-width: 1px;
}
	
.infosect-header {
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 10px;
	padding-right: 10px;
	color:#666;
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}	

/* PROFILE */

#user-picture {
	display:block;
	width: 50%;
	max-width: 200px;
	margin:auto;
	-moz-border-radius: 50em;
	-webkit-border-radius: 50em;
	border-radius: 50em;	
}
.profile-container {
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: #565656;

}

.profile-container li {
	list-style: none;
}
.navigation > div{
	
}

.navigation{
	color: #fff;
	background: #565656;
	font-size: .8em;
	line-height: 30px;
	font-weight: 700;
	padding-left: 10px;
	padding-bottom: 80px;


}

.navigation ul{
	margin: 0 !important;

}

.navigation li{
 padding-left:10px;
}

.navigation li:hover{
	background: #161616;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.navigation img{
	padding: 0 20px;
}

.navigation a, 
.navigation a:hover{
	color: #fff !important;
	line-height: 60px;
	padding-left: 20px;
	display: inline-block;
}

.twPc-button {
    margin: -35px -10px 0;
    text-align: right;
    width: 100%;
}
.twPc-divUser {
    margin: 5px 0 0;
}
.twPc-divName {
    font-size: 18px;
    font-weight: 700;

}
.twPc-divName a {
    color: inherit !important;
}
.twPc-divStats {
    margin-left: 11px;
    padding: 10px 0;
}
.twPc-Arrange {
    box-sizing: border-box;
    display: table;
    margin: 0;
    min-width: 100%;
    padding: 0;
    table-layout: auto;
}
ul.twPc-Arrange {
    list-style: outside none none;
    margin: 20px;
    padding: 0px;
}
.twPc-ArrangeSizeFit {
    display: table-cell;
    padding: 0;
    vertical-align: top;

}
.twPc-ArrangeSizeFit a:hover {
    text-decoration: none;
}
.twPc-StatValue {
    display: block;
    font-size: 16px;
    font-weight: 900;
    transition: color 0.15s ease-in-out 0s;
}
.twPc-StatLabel {
    color: #8899a6;
    font-size: 10px;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out 0s;
}

.bio {
	padding-right: 10px;
}

div#profile div.view h5 {
	font-size: 150%;
	margin-top: 0.25em;
	}

div#profile div.view p {
	padding: 0; margin: 0.5em 0 0 55px;
	}
	div#profile div.view p.biography {
		margin: 1em 0 1em 55px;
	}

/* INBOX */


table.messages td.subject {
	width: 50%;
	padding-left: 22px;
	}
	table.messages td.subject h6 {
		font-size: 100%;
		margin: 0; padding: 0;
		}
	table.messages td.subject p {
		font-size: 80%;
		margin: 0; padding: 0;
		}

table.messages td.unread {
	background: url(./../images/icons/mail.png) no-repeat 0 0.5em;
	}
	table.messages td.unread h6 {
		font-weight: bold;
		}
	
table.messages td.read {
	background: url(./../images/icons/mail-open.png) no-repeat 0 0.5em;
	}
	
table.messages td.sender,
table.messages td.sent {
	font-size: 95%;
	}
		
/* USER LISTS */

a.picture img{
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 5px  rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	margin-right: 0.5em;
	margin-left:1px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border-style: solid;
    border-width: 2px;
    border-color: #fff;			
	}
	a.picture.small img {
		width: 48px; height: 48px;
		}
	a.picture.med img {
		width: 30%; height: auto;
		}

	a.picture.large img {
		width: 98px; height: auto;
		}

.avatar
{
	display: block;
	margin-top: -50px;

}


		

ul.users h6.primary {
	padding-left: 0px;
	}
ul.users p.secondary {
	padding-left: 0px;
	}
ul.users input[type=button] {
	float: right;
	margin: 0 0 0 1em;
	}

ul.users li.invited {
	display: none;
	}

/* CSS override for jqueryUI dialog */
.ui-dialog  div.invite-box blockquote {
	padding: 1em 2em;
	font-size: 90%;
	}

.ui-dialog div.invite-box a {
	text-decoration: none;
	}
	.ui-dialog div.invite-box a:hover {
		text-decoration: underline;
		}

	
/* BASICS */

div#pitch div.view {
	padding: 0.5em 0;
	line-height: 1.3em;
	}	
	
/* ACTIVITY FEED */

img.sparkline {
	margin: 0.5em auto;
	}

div.activity-filter select {
	float: right;
	font-size: 85%;
	padding: 0.1em;		
	margin-top: 0.6em;
	color:black;
	}

ul.activity li.create {
	background-image: url(./../images/icons/plus-circle.png);
	background-position: left center;
	background-size: 25px;

	}
ul.activity li.edit {
	background-image: url(./../images/icons/pencil.png);
	background-position: left center;
	background-size: 25px;

	}	
ul.activity li.edit-basics {
	background-image: url(./../images/icons/clipboard--pencil.png);
	background-position: left center;
	background-size: 25px;

	}		
ul.activity li.create-task {
	background-image: url(./../images/icons/task--plus.png);
	background-position: left center;
	background-size: 25px;

	}		
ul.activity li.edit-task, ul.activity li.edit-leader {
	background-image: url(./../images/icons/task--pencil.png);
	background-position: left center;
	background-size: 25px;

	}	
ul.activity li.task {
	background-image: url(./../images/icons/task.png);
	background-position: left center;
	background-size: 25px;

	}
ul.activity li.create-update {
	background-image: url(./../images/icons/pin--plus.png);
	background-position: left center;
	background-size: 25px;

	}		
ul.activity li.edit-update {
	background-image: url(./../images/icons/pin--pencil.png);
	background-position: left center;
	background-size: 25px;

	}
ul.activity li.create-comment, ul.activity li.create-discussion {
	background-image: url(./../images/icons/balloon--plus.png);
	background-position: left center;
	background-size: 25px;

	}
ul.activity li.edit-comment, ul.activity li.edit-discussion {
	background-image: url(./../images/icons/balloon--pencil.png);
	background-position: left center;
	background-size: 25px;

	}	
ul.activity li.lock-discussion {
	background-image: url(./../images/icons/lock.png);
	background-position: left center;
	background-size: 25px;

	}
ul.activity li.unlock-discussion {
	background-image: url(./../images/icons/lock-unlock.png);
	background-position: left center;
	background-size: 25px;

	}
ul.activity li.people {
	background-image: url(./../images/icons/users.png);
	background-position: left center;
	background-size: 25px;

	}	
ul.activity li.message {
	background-image: url(./../images/icons/mail.png);
	background-position: left center;
	background-size: 25px;
	}
	
ul.activity li.new {
	opacity: 1;
	}
ul.activity li.old {
	opacity: 0.7;
	}
	
ul.activity blockquote.details {
	margin: 1em 0 0 22px;
	padding: 1em;
	font-size: 90%;
	width: 90%;
	overflow: hidden;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;	
	}
			
/* NOTIFICATIONS */

ul.notifications span.category {
	float: right;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0; padding: 0.25em 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	}
	
ul.notificationsLabel {

	text-align: center;
}

 .onoffswitch1 {
    display: block;
    position: relative; width: 60px;

    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    float: left;
     margin-top: -5px;
     margin-right: 10px;

}

.onoffswitch1-checkbox {
    display: none;
}

.onoffswitch1-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 30px;


}

.onoffswitch1-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch1-inner:before, .onoffswitch1-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}

.onoffswitch1-inner:before {
    content: "YES";
    padding-left: 5px;
    background-color: #2FCCFF; color: #FFFFFF;
    border-radius: 30px 0 0 30px;
}

.onoffswitch1-inner:after {
    content: "NO";
    padding-right: 5px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    border-radius: 0 30px 30px 0;
}

.onoffswitch1-switch {
    display: block; width: 20px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 30px;
    position: absolute; top: 0; bottom: 0; 
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
    margin-left: 0;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
    right: 0px; 
}










	
/* MISC */ 

html {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	}

a {
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

h1 {
	display: block;
	//float: left;
	//padding-right: 1.5em;
	}
	h1 a {

		}
		
h2 {
	font-size: 180%;
	padding: 1em 0;
	}		
	h2 span.status {
		display: inline;
		text-transform: uppercase;
		font-size: 25%;
		margin: 0; padding: 0.25em 0.5em;
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		border-radius: 0.5em;	
		}	
/*
h5.closed a, h6.closed a {
	text-decoration: line-through;
	}
*/
div.line {
	border-top: 1px solid;
	margin: 0.5em 0;
	clear: both;
	}
	
strong, b {
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

span.datetime {
	font-style: italic;
	white-space: nowrap;
	}

.hidden {
	display: none;
	}
	
p {
	padding: 0.5em 0;
	line-height: 1.2em;
	}	
	
span.slash {
	font-weight: bold;
	}		
		
div.clear {
	clear: both;
	margin-bottom: 1em;
	}
	div.clear > label {
		float: left;
		width: 150px;
		text-align: right;
		padding-top: 0.5em;
		}	
	
/* PANELS */

div.panel {
	overflow: hidden;
	margin-bottom: 1em;
	-moz-border-bottom-left-radius: .5em;
	-webkit-border-bottom-left-radius: .5em;
	border-bottom-left-radius: .5em;	
	-moz-border-bottom-right-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
	border-bottom-right-radius: .5em;	
	/*BETA
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    */
	}

.left div.panel {
	width: auto;
	min-width: 340px;
	}
	
.right div.panel {
	width: auto;
	min-width: 340px;
	}
/*
	div.panel.large {
		width: 100%;
		}
	div.panel.indent {
		width: 550px;
		margin-left: 50px;
		}
	div.panel.double-indent {
		width: 500px;
		margin-left: 100px;
		}
	*/
	
div.panel-heading {
	height: 56px;
	
	}
	div.panel-heading h4 {
		display: block;
		float: left;	
		font-size: 100%;
		text-transform: uppercase;
		
		}
	div.panel-heading input.editButton,
	div.panel-heading input.createButton,
	div.panel-heading input.extraButton,
	div.panel-heading input.extraButton2 {
		display: block;
		float: right;
		margin-left: 3px;
		vertical-align: bottom;
		font-size:80%;
		}
	#createButtonLabel {
		margin-left: 5px;
	}
	div.panel-heading label.editButton,
	div.panel-heading label.createButton,
	div.panel-heading label.extraButton,
	div.panel-heading label.extraButton2 {
		display: block;
		float: right;
		margin-left: 3px;
		vertical-align: bottom;
		font-size:80%;
		}
	.btn-label {
		position: relative;
		left: -12px;
		display: inline-block;

	}
div.panel-bodys {
	clear: both;
	padding: .5em 1em;
	line-height: 1.4em;
	}
	
div.panel-footer {
	padding: .5em 1em;
	padding-top: 40px;
	border-top: 1px solid;
	font-size: 90%;
	text-align: right;
	}


/* MAIN LAYOUT */	


div.page-body {
	//padding: 1.5em 0;
	}	
	
div.page-footer {
	margin-left: 20px;
	padding: 1em 0;
	font-size: 95%;
	}
	div.page-footer a:hover {
		text-decoration: none;
		}
		
a#pipeline-logo-sm {
 	background: no-repeat 0 0;
 	padding: 1px 0 20px 68px;
 	text-decoration: none;
	}
	
table {
	width: 100%;
	}
	table td {
		vertical-align: top;
		}
td.left {
	width: auto;
	
	}
	
td.right {
	width: 400px;
	padding-left: 1.5em;
	}
	
/*
div.left {
	width: auto;
	float: left;
	}

div.extra {
	float: right;
	width: 300px;
	}
	
div.right {
	float: right;
	width: 300px;
	}
*/
div.funnel {
	width: auto;
	padding-left: 20px;
	margin-right: 10px;
	}
	
div.breadcrumbs {
	/*display: none;*/
	margin-bottom: 1em;
	}
	div.breadcrumbs h3 {
		font-size: 120%;
		display: inline;
		}	

div.your-role {
	
	
	margin-top: 2em;
	}
	div.your-role p {
		margin: 0; padding: 0 0 0 22px;
		//background: url(./../images/icons/star-empty.png) no-repeat 0 0;
		}
	div.your-role input {
		margin: 1em 0 0 22px;
		}
		
ul.small-nav{
	height: 200px;
}
/* HELP */

div.help h3 {
	font-weight: normal;
	font-size: 150%;
	margin: 1em 0 0.5em 0;
	}
	
div.help p {
	font-size: 100%;
	padding-left: 30px;
	}
	
div.help ul {
	list-style: disc;
	margin: 1em 0 0 2em;
	padding-left: 30px;
	}
	div.help ul li {
		margin-bottom: 1em;
		}

div.help em {
	font-weight: bold;
	}

/* INPUT/FORMS */


		
div.buttons {
	overflow: hidden;
	width: 100%;
	}
	div.buttons input.left {
		float: left;
		margin-left: 0;
		margin-right: 1em;		
		}
	div.buttons input.right {
		float: right;
		margin-right: 0;
		margin-left: 1em;
		}
	div.buttons p {
		margin-top: 0.5em;
		}

/* buttons */
input[type=button], input[type=submit] {

	border-color: #ccc;
		
}
	/* button hovers */
	input[type=submit]:hover, input[type=button]:hover{
	/*	background-image: url("./../images/button_hover.png"); */
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

	}	
	input[type=submit]:active, input[type=button]:active{
	/*	background-image: url("./../images/button_hover.png"); */
	-webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0;
    -moz-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0;

	}	

/* disabled buttons */
input[type=button][disabled="disabled"], input[type=submit][disabled="disabled"], .disabledButton{
	/*border: 2px solid;*/
	background: no-repeat 5px 50%;
	padding-left: 25px;
	}
		
div.input {

	}
	div.input p {
		font-size: 80%;
		}
	div.input input[type="text"],
	div.input input[type="password"],
	div.input input[type="number"]{
		font-size: 100%;
		padding: 0.2em;
		width: 50%;
		}
	div.input select {
		font-size: 120%;
		padding: 0.2em;
		border-color: 
		}
.shortlist {
	padding: 10px;
	margin-bottom: 10px;
}	
/* narrow version for 'extra' column */	
/*
td.extra div.input {
	margin-left: 0;
	}
	
td.extra div.clear {
	margin: 0.5em 0; 
	}
	
td.extra div.clear > label {
	float: none;
	display: block;
	width: auto;
	text-align: left;
	padding: 0 0 0.5em 0;
	}
*/
span#username_check, span#pw_check {
	font-weight: bold;
	font-size: 90%;
	}
	
textarea {
	width: 90%;
	height: 200px;
	overflow: auto;
	font-size: 120%;
	padding: 0.2em;	
	max-width: 100%;
	}
		
div.login input[type=text],
div.login input[type=password] {
	display: block;
	font-size: 120%;
	margin: 0.5em 0 1em 0;
	padding: 0.2em;
	width: 210px;
	}
	
div.login input[type=button] {
	display: block;
	margin-top: 1em;
	}

div.login {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	background: white;
	padding: 1.5em;
	width: 330px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-image: url(./../images/site/hands.png);	
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center; 
}



div.login .sub {
	font-size: .8em;
	font-weight: 900;
}

div.register {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

/* text inputs */
input[type=text], input[type=password], input[type=number],
input.textbox, textarea, select {
	border: 1px solid;
	font-family: Verdana, sans-serif;

}

/*FORM Navigation */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.intakeForm > div{
	padding-bottom: 15px;
}

/* HOME PAGE */
	
html.home div.top {
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid;
	}

html.home div.bottom {
	padding: 15px 0 25px 0;
	}		
		
html.home h1 {
	font-size: 300%;
	margin: 0; padding: 35px 0;
	}
	html.home h1 span {
		font-size: 50%;
		padding-left: 2em;
		}

a#pipeline-logo-lg {
 	background: no-repeat 0 0;
 	padding: 0 0 33px 124px;
	text-decoration: none;
	}
	
html.home h2 {
	font-size: 200%;
	display: block;
	margin: 0; padding: 35px 0;
	}
	html.home h2 a {
		font-size: 70%;
		margin-left: 1em;
		}
	
html.home div.get-started {
	float: right;
	width: 300px;
	text-align: center;
	}
	html.home div.get-started a:link, html.home div.get-started a:visited {
		display: block;
		padding: 15px 10px;
		margin: 5px auto 30px auto;
		width: 150px;
		border: 2px solid;
		font-weight: bold;
		font-size: 150%;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
		border-radius: .5em;		
		}
	html.home div.get-started a:hover {
		text-decoration: none;
		}

html.home div.features {
	padding-top: 20px;
	}
	html.home div.features p {
		margin-bottom: 20px;
		font-size: 115%;
		}	
	html.home div.features h3 {
		font-size: 135%;
		display: block;
		margin: 0; padding: 0;
		font-weight: bold;
		}	
	
html.home div.meta {
	font-size: 110%;
	padding: 10px 0 35px 0;
	}
	html.home div.meta p {
		margin-bottom: 5px;
		}
	
// FLOATING NUMBERS

.floatingcontainer {

}

.floatingpledge {
    position:relative;
    background-image: url(./../images/icons/sparkles.gif);
    border-radius: 25px;

    color: white;
    padding: 30px 30px 30px 30px;
    animation:floatingnums 2s ease-out forwards;
    animation-iteration-count:1;
    opacity: 0;
    /* Safari and Chrome */
    -webkit-animation:floatingnums 3s;
    -webkit-animation-iteration-count:1;
}

@-webkit-keyframes floatingnums {
    0% {top: 0px; opacity: 0;}
    50% {top: -200px; opacity: 1;}
    100% {top: -300px; opacity: 0;}
} 

/* Standard syntax */ 
@keyframes floatingnums {
    0% {top: 0px; opacity: 0;}
    50% {top: -200px; opacity: 1;}
    100% {top: -300px; opacity: 0;}
}

//END FLOATING NUMBERS

/* ERRORS */

div#feedback {
	display: none;

	}

.feedbackmodal {

	font-size: 1em;
	text-align: center;




}

div.notificationInfoIcon {
	position: relative;
	margin-top:-20px;
	margin-bottom: 20px;
	background-image: url(./../images/icons/info-circle-outline.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
    background-position: center; 

}

div.notificationErrorIcon {
	position: relative;
	margin-top:-20px;
	margin-bottom: 20px;
	background-image: url(./../images/icons/alert-triangle.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
    background-position: center; 

}


