html, body {
	margin:0px;
	height: 100%;
}

.header {
	background-color: #fff;
	text-align: center;
	padding-left:3em;
	padding-right:3em;
	margin: 0px;
}

.header h1 a {
	font-size: 30px;
	color: black;
}

.landing-hero {
	background-image:url('images/lp/green-volunteers-big.jpg');
	/*background-image:url('images/lp/orange-Outdoor-Event-Staff-big.jpg');*/
	background-size:cover;
	position:absolute;
	top:5em;
	bottom:0;
	left:0;
	right:0;
	z-index:-1000;
	background-color:#04c582;
}

.landing-hero--call-to-action {
	margin-top:5em;
	color:#444;
	smargin-right:10px;
}

.jumbotron {
	text-align: center;
	background-color: #eee;
	margin-bottom:50px;
}

.jumbotron .btn {
	padding: 14px 24px;
	font-size: 21px;
}

.featurette-image {
	border: 6px solid #ddd;
}

.featurette .lead {
	font-size: 120%;
}

.featurette-divider {
	margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
	padding-bottom: 1em;
}

 .well {
   background-color: rgba(245, 245, 245, 0.7);
}

.landing-hero--call-to-action h1 {
	margin-top:0px;
	font-size:250%;
	font-weight:bold;	
}

/*a {
	outline: 0;
}

:focus {
	outline:0;
}*/

a.headerNav {
	color:#888;
}

button.ui-datepicker-close {
	display: none;
}

.form-group {
	clear:both;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -3em;
  /* Pad bottom by footer height */
  padding: 0 0 100px;
}

/* Set the fixed height of the footer here */
#footer {
  background-color: #557;
  text-align:center;
  padding-bottom:2em;
}

#footer h3 {
	color:#fff;
	font-size: 120%;
	font-weight:bold;
	padding-bottom:1em;
}

#footer, #footer a {
	color:#bbb;
}

.list-col {
	padding-top:2em;
}

#footer hr {
	border-color: #668;
	width:50%;
	height:1px;
	margin-top: 2em;
	margin-bottom: 2em;
}

#footer p#copyright {
	margin-top:2em;
	smargin-bottom:2em;
}

.FB_UI_Hidden { width: 100px !important; }

a {
	text-decoration:none;
	color:blue;
}

a:hover {
	text-decoration: underline;
}

a.no-underline:hover, a.no-underline:active, a.no-underline:visited, a.no-underline {
	text-decoration: none;
}

/*.navbar {
	background:#307;
}*/

#navbar {
	height: 51px !important;
	overflow: visible;
}

/*.demo .navbar {
	background:#646;
}*/

/************************************************/

.light .navbar {
	background:#f0f0f0;
	border-color: #ddd;
	border-bottom: 2px solid #ddd;
}

.light .navbar .navbar-link, .light .navbar .navbar-nav > li > a {
	color: #aaaaaa;
}

.light .navbar .navbar-brand, .light .navbar .navbar-link:hover, .light .navbar .navbar-nav > li > a:hover {
	color: #888888;
}

.light a {
	color: #666;
}

.light a:hover {
	color: #333;
}

.light .navbar .navbar-nav > .active > a, .light .navbar .navbar-nav > .active > a:hover, .light .navbar .navbar-nav > .active > a:focus {
	color: #888888;
	background:#f0f0f0;
}

.light .navbar .navbar-nav > .open > a, .light .navbar .navbar-nav > .open > a:hover, .light .navbar .navbar-nav > .open > a:focus {
	color: #888888;
	background:#f0f0f0;
}

/************************************************/

.dev .navbar {
	background:#666;
}

.noProd .navbar {
	background:#060;
}

/*section {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;
	background-color:#eee;
	padding:3em;
	padding-top:1em;
}*/

/*footer {
	background-color: #ddd;	
	width:100%;
	display:block;
	text-align: center;
	padding:0.5em;
	margin-top:1em;
}*/

#fos_user_login_form {
	max-width:40em;
	margin-left:auto;
	margin-right:auto;
}

/*#fos_user_registration_form, #fos_user_login_form, #equipe_form, #poste_form, #benevole_form {
	width:40em;
	margin-left:auto;
	margin-right:auto;
}


#fos_user_registration_form div label, #fos_user_login_form div label, #equipe_form div label, #poste_form div label, #benevole_form div label {
	width:20em;
	display:block;
	float:left;
}*/

#equipe_form div div ul {
	/*display:block;*/
	
}

.custom_date_widget {
	padding-bottom:2em;
}

.custom_date_input {
	width:auto;
}

/*select {
	display:inline;
	color:red;
	background:red;
}

.row {
	display:inline;
	background:blue;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: none;
  display: inline;
}
.row:after {
  clear: none;
}*/

div.error {
	text-align:center;
	color:red;
	margin:1em;
}

input[type="checkbox"].fontawsome { position: absolute; opacity: 0; z-index: -1; }
input[type="checkbox"].fontawsome+span { font: 16pt sans-serif; color: #000; }
input[type="checkbox"].fontawsome+span:before { font: 16pt FontAwesome; content: '\00f096'; display: inline-block; width: 16pt; padding: 2px 0 0 3px; margin-right: 0.5em; }
input[type="checkbox"].fontawsome:checked+span:before {content: '\00f046'; color: #424242;}
input[type="checkbox"].fontawsome:focus+span:before { outline: 1px dotted #aaa; }
input[type="checkbox"].fontawsome:disabled+span { color: #999; }
input[type="checkbox"].fontawsome:not(:disabled)+span:hover:before { text-shadow: 0 1px 2px #77F; }

.navbar {
	/*z-index:0;*/
}

.flashbag {
	text-align:center;
}

table#benevoles tbody tr td .scrollable {
	overflow-y:auto;
	width:100%;
	max-height:5em;
	padding:0px;
	margin:0px;
}

table#planningPoste tbody tr td {
	vertical-align:middle;
}

/*#ui-datepicker-div {
	z-index:10000;
	background:red;
}*/

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

.ui-autocomplete { z-index: 9999 !important; }


.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.subnav a {
	color:black;
}

.poste-progress-bar {
	/*padding-left:1em;
	padding-right:1em;*/
}

button.badge {
  border:0px;
  color:#fff !important;
}

.badge-danger {
  background-color: #d43f3a;
}

.badge-warning {
  background-color: #d58512;
}

.badge-success {
  background-color: #398439;
}

.badge-info {
  background-color: #337ab7;
  text-color:#fff !important;
}

.badge-inverse {
  background-color: #333333;
}

div.profilePart {
	padding:1em;
}

div.profilePart:hover {
	background-color:#f2f2f2;
}

tr.pbName .pbEdit, tr.piName .piEdit {
	color: #777;
}

#infosBenevoleEdit, #desiredTeamsEdit, #availabilitiesEdit, div.profilePart #pictureEdit, tr.pbName .pbEdit, tr.piName .piEdit {
	/*visibility:hidden;*/
}

.defaultContactEdit {
	visibility:hidden;
}

div.profilePart:hover #infosBenevoleEdit, div.profilePart:hover #desiredTeamsEdit, div.profilePart:hover #availabilitiesEdit, div.profilePart:hover #pictureEdit, tr.pbName:hover .pbEdit, tr.piName:hover .piEdit, tr:hover .defaultContactEdit {
	visibility:visible;
}

div.circle-avatar{
	/* make it responsive */
	max-width: 100%;
	width:100%;
	height:auto;
	display:block;
	/* div height to be the same as width*/
	padding-top:100%;
	
	/* make it a circle */
	border-radius:50%;
	
	/* Centering on image`s center*/
	background-position-y: center;
	background-position-x: center;
	background-repeat: no-repeat;
	
	/* it makes the clue thing, takes smaller dimension to fill div */
	background-size: cover;
	
	/* it is optional, for making this div centered in parent*/
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.table-no-border td {
	    border-top: none !important;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

@media screen {
	.poste-progress-bar {
		border-right:1px solid white;
	}
}

@media print {
	 body, .container {
        margin: 0;
        padding: 0;
        width:100% !important;
	 }
	.subnav, .btn {
		display:none !important;
	}
	
	 a:after {
	    content: "" !important;
	 }
	 
	.poste-progress-bar {
	}
	 
	.progress.pb .poste-progress-bar.progress-bar-info.valid, .progress.besoin .poste-progress-bar :not(.poste-progress-bar-available) {
		-webkit-print-color-adjust: exact;
		sbackground-color: #eee !important;
		border:1px solid #aaa;
	}
	
	.progress.pb, .progress.besoin {
		overflow:hidden;
	}
	
	#tableEquipes, #tablePostes {
		width:100% !important;
	}
	/*table tbody tr {
    	page-break-before: always;
		page-break-inside: avoid;
		position:relative;
		-webkit-region-break-inside: avoid;
	}*/
	
}
