body {
	background: white;
}

.navbar .dropdown-menu {
	max-width: 300px;
	padding: 10px;
	color: #1b1b1b;
}
.navbar .input {
	margin-left: 0;
}
.navbar .input label {
	width: auto;
	text-align: right;
	margin-bottom: 5px;
}
.navbar .btn {
	/*float: right;
	background-color: #E6E6E6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	color: #333;
	line-height: 1.5;*/
}
.navbar .submit input:hover {
	background-position: 0 -15px;
    color: #333;
    background-color: #E6E6E6;
    text-decoration: none;
}
.navbar .submit .btn.danger:hover {
	background-color: #C43C35;
	background-position: 0 -15px;
	color: white;
}
.navbar .label {
	display: block;
	padding: 6px 9px;
	line-height: 1.7;
}
.navbar .submit .label.important {
	float: left;
}
.navbar .label.success {
	margin: 0 auto;
	text-align: center;
}
.navbar .input .label {
	margin-top: 5px;
}

.navbar .loader {
	float: right;
	margin-right: 10px;
}

.clear {
	clear: both;
}
#corps {
	margin-top: 60px;
}

#corps form .checkbox.inline {
	margin-left: 30px;
}
input:-webkit-autofill {
	background-color: #fff !important;
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2) !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

table.recherche img.recherche-team, list.recherche img.recherche-team {
	/* margin-right: 10px; */
}

.control-pokemon {
	padding-top: 120px;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.12);
}

.compteur-config-form {
	display: none;
}

.spoils-pokemon {
	display: none;
}
.spoils-pokemon.open {
	display: block;
}