html,body{
	min-height: 100%;
	height: 100%;
}
#wrap {
	position:relative;
    min-height: 100%;
    width: 100%;
	padding-bottom:50px;
}
footer{
	/*position: absolute;
    bottom: 0px;*/
    width: 100%;
    margin-bottom: 0;
	padding:0.5rem;
}
h1 a{
	color:#FFF;
	padding:5px;
	font-size:1.5rem;
}
h1 a:hover{
	color:#FFF;
}
table thead tr th, table tfoot tr th, table tbody tr th{
	vertical-align: top;
}
button.secondary{
    margin-bottom: 5px;
    padding: 0.4rem 1rem;
    display: inline;
}
h3{
    width: 50%;
    display: inline-block;
}
.content,
#actions-sidebar{
    margin-bottom:inherit;
    padding-bottom:inherit;
}
.full-width{
	max-width: 95%;
}
nav.top-bar li{
	margin:0.2rem 0 0.2rem 0;
}
.top-bar .button{
	top:0;
}
nav.top-bar{
	margin-bottom:1rem;
}

option.familles {
	background: #c0a1ea;
}
option.candidates {
	background: #a1eaa1;
}
option.gardes_domicile {
	background: #a1beea;
}
button {
    position: relative;
}

h4 {
    width: 50%;
    display: inline-block;
}

form.add {
    display: inline-block;
}
a.button.action {
    padding: 0.4125rem;
    margin-left: -5px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
ul.right {
    margin-right: 1rem;
}
ul.left{
    color: #FFF;
    margin-left: 1rem;
}
.top-bar.expanded, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button){
	background:#2c92a0;
	color:#FFF;
}
.top-bar.expanded, 
.top-bar, 
.top-bar-section ul li, 
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar a{
	background:#2c92a0;
	color:#FFF;
}
header img.puces{
	margin-top:0.5rem;
	margin-right:1rem;
}
header{
	background:#737373;
	color:#FFF;
	padding-top:0.2rem;
	padding-left:1rem;
}
header h1{
	margin-left:1rem;
}
header h1 a{
	font-size:3rem;
}
button{
	background:#9bc136;
}
.button{
	background:#6cc0ba;
}
.button:hover,
.button:focus,
.form button:hover, .form button:focus,
button:hover,
button:focus{
	background:#fabb00;
}
message error{
	background:#e43829;
}
.form button[type="submit"]{
	text-transform:inherit;
}
.lesspadding{
	padding:1rem 1.5rem;
}
span.smaller{
	font-size:0.8em;
}
.menu.etapes{
	font-size:0.9rem;
}
.menu.etapes li{
	padding : 0 0.6rem;
	line-height:0.9rem;
	vertical-align:top;
}

li.current + li {
    font-weight:bold;
}

.actions a {
    margin-right: 15px;
}
tr.workingprogress td{
	background: rgba(74, 220, 64, 0.26);
}
tr.warning td{
	background:rgba(228, 33, 37, 0.32);
}

.content h3{
	padding-bottom: 0rem;
    margin-bottom: 5px;
}
fieldset{
	margin: 0;
    padding: 0 1.25rem;
}
.side-nav li{
	display: inline-block;
}

ul.side-nav {
    display: inline-block;
}