.debug {
     /*display: block !important; */
     display: none !important;
     border: 2px solid red;
     background: #ffeeee;
     font-weight: bold;
}

.debug table td{
     padding: 3px;
}

textarea{
     width: 300px;
}

.placeholder {
     color: #aaa;
}

.text-white{
	color: white;
}

.red { color: #D8000C !important; }
.green { color: #37b220 !important; }
.blue { color: #00529B }
.grey { color: #999 }
.yellow { color: #FFC906 }

.strikethrough{
	text-decoration: line-through;
}

em.error {
	display: block;
	position: absolute;
	opacity: 0;
	color: #b94a48;
	background-color: #f2dede;
	padding: 2px 3px;
	border: 1px solid #cc0000;
	left: 20px;
	top: 55px;
	z-index: 100000;
}

em.error:after, em.error:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

em.error:after {
	border-color: rgba(170, 51, 51, 0);
	border-bottom-color: #f2dede;
	border-width: 10px;
	margin-left: -10px;
}
em.error:before {
	border-color: rgba(255, 0, 0, 0);
	border-bottom-color: #cc0000;
	border-width: 11px;
	margin-left: -11px;
}
.requried-radio-group {
	position: relative;
}

.requried-radio-group em.error{
	height: 60px;
	margin-top: -30px;
	top: 50%;
	width: 70px;
	left: -105px;
}

.requried-radio-group em.error:after, .requried-radio-group em.error:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.requried-radio-group em.error:after {
	border-color: rgba(170, 51, 51, 0);
	border-left-color: #f2dede;
	border-width: 10px;
	margin-top: -10px;
	margin-left: 0;
}
.requried-radio-group em.error:before {
	border-color: rgba(255, 0, 0, 0);
	border-left-color: #cc0000;
	border-width: 11px;
	margin-top: -11px;
	margin-left: 0;
}

.validate-rating{
	width: 145px;
}




.task-bar {
	padding: 0 0 0 3%;
	float: left;
	width: 100%;
	text-align: center;
}

.task-bar>li {
	display: block;
	list-style-type: none;
	float: left;
}
.task-bar>li {
	padding: 5px 10px;
	margin: 0;
	border: 0;
	background: #eee;
	width: 12%
}

.task-bar>li.complete {
	background: #5cb85c;
}

.task-bar>li.complete>a {
	color: #D4F4D4;
}

.task-bar>li.reset {
	background: #0088cc;
}

.task-bar>li.reset>a {
	color: #ddd;
}

.task-bar>li.reset>a:hover {
	color: #fff;
}

.task-bar>li.active {
	font-weight: bold;
	color: 0088cc;
}

.task-bar>li.inactive {
	color: #999;
}

li.arrow-right {
width: 0;
height: 0;
padding: 0;
border-style: solid;
border-width: 14px 0 14px 6px;
border-color: transparent transparent transparent #5cb85c;
}

li.arrow-right.reset {
width: 0;
height: 0;
padding: 0;
border-style: solid;
border-width: 14px 0 14px 6px;
border-color: #5cb85c #5cb85c #5cb85c #0088cc;
}

.task-bar>li:last-child{
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;

    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.task-bar>li:first-child{
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;

    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.participants{
	clear: both;
}

.participants::after {
  content: "";
  clear: both;
  display: table;
}

.participants .participant, .participants-legend .participant {
	padding: 6px 9px;
	margin: 4px;
	display: inline-block;
	float: left;
}

@media (max-width: 767px){

	.participants .participant, .participants-legend .participant {
		padding: 4px 6px;
		margin: 2px;
	}
}

.participants .participant span {
	margin-left: 8px;
}

legend{
    padding: 20px;
}

.form-actions {
  text-align: center;
  margin: 40px 0 20px;
}

.form-actions button, .form-actions a {
  margin: 0 10px;
}
span.help-inline.text-error{
     color: #fc5b5e !important;
     padding-left: 20px;
     margin-left: 4px;
     background: url('../img/error-arrow.png') center left no-repeat;
}


.modal-header h3 {
	margin: 0;
}

.volunteer-position {
     margin: 10px 5px;
     padding: 2px 100px 15px 15px;
     -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

.volunteer-position dl{
     margin: 5px;
}


.volunteer-position.position-selected{
    background: url('../img/check.png') bottom right no-repeat rgb(223, 240, 216) !important;
}

.volunteer-position.position-filled{
	padding: 15px;
	moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 4px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 4px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 4px 0px inset;
	background-color: rgba(100, 100, 100, 0.2);
	border: 0;
}

.volunteer-position.position-filled{
	padding: 15px;
	moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 4px 0px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 4px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 2px 4px 0px inset;
	background: url('../img/filled.png') bottom right no-repeat rgba(100, 100, 100, 0.2) !important;
	border: 0;

}

.volunteer-position.position-filled .panel-body, .volunteer-position.position-filled .panel-heading{
	background-color: rgba(100, 100, 100, 0.2);
}
.volunteer-position.position-filled .position-title, .volunteer-position.position-filled .panel-title{
	color: #777777;
}


.volunteer-position.position-filled .filled-notice{
	float: right;
	font-size: 18px;
	padding: 10px;
	color: #777777;
}

table.light-well{
	margin-bottom: 20px;
}

form#waiver{
     margin-bottom: 0px;
}

.spaced-table {
     border-collapse:separate;
}

.spaced-table td {
     padding: 5px 10px;
}

.table th, .table td {
     padding: 8px 11px;
}

td.no-wrap{
	white-space: nowrap;
}

.info-table td.label{
     width: 120px;
     text-align: right;
}

.info-table td{
     padding: 5px;
     font-size: 14px;
     background: none;
     vertical-align: top;
     line-height: 20px;
}




/* Image uploader */

.uploader
{
	border: 2px dotted #A5A5C7;
	width: 100%;
	color: #92AAB0;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	font-size: 200%;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 15px;
	cursor: default;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.uploader div.or {
	font-size: 50%;
	font-weight: bold;
	color: #C0C0C0;
	padding: 5px;
}

.uploader div.browser label {
	padding: 6px 0px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px auto -0px auto;

}

.uploader div.browser span {
	cursor: pointer;
}


.uploader div.browser input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: .0;
	filter: alpha(opacity= 0);
	-o-transform: translate(250px,-50px) scale(1);
	-moz-transform: translate(-300px,0) scale(4);
	direction: ltr;
	cursor: pointer;
}



/* D&D Demo */

.image-file{
	border: 1px solid #A5A5C7;
	padding: 15px;
	font-size: 1.05em;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 15px;
}

.image-file .progress{
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.image-file .progress-bar{
	padding-left: 5px;
	text-align: left !important;
}

.image-file label{

}

.image-file .existing-caption{
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.image-file-id {
	font-weight: bold;
}

.image-file-size{
	font-style: italic;
	color: gray;
	font-size: 90%;
}

.image-file-status,
.image-file-status-default{
	color: white;
}

.image-file-status-error{
	color: #990000;
}

.image-file-status-success{
	color: #005500;
}

.image-preview {
	float:left;
	margin-right: 10px;
	margin-top: 4px;
	height: 100px;
	width: 100px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	object-fit: cover;
}



.rm-image {

	float: right;
	font-size: 21px;
	line-height: 1;
	color: red;
	filter: alpha(opacity=20);
	opacity: .2;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0

}

.rm-image:hover {
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=100);
opacity: 1
}












