html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
h4{
	font-size: 14px;
}
main{
	height: 100%;
}
nav{
	margin-bottom: 0 !important;
}
#ajout img, #ajout2 img, #ajout3 img, #ajout4 img, #ajout5 img{
	cursor: pointer;
}
#general{
	font-size: 14px;
}
#editVille p, #editVille a{
	font-size: 14px;
}
#footer{
	background-color: #DDD;
	height: 100%;
}
#depannage a:focus, a:hover {
	text-decoration: none;
	color: black;
}
#details_map{
	height: 100%;
	background-color: white;
}
#details_map h2{
	background-color: #ddd;
	font-size: 15px;
	margin-top: 5px;
}
#details_modal, #details_modal_client, #details_modal_modif{
	margin-top: 20px;
	font-size: 11px;
}
#details_modal_client label{
	float: left;
}
#details_modal ul a{
	font-size: 14px;
}
#etat{
	border: 1px solid #F1F1F1;
	border-radius: 4px 4px 4px 4px;
	color: #fff;
}
#etat_feu_potence, #etat_feu_princ, #etat_feu_rep, #etat_caisson_piet, #etat_appel_piet, #etat_type_visu{
	background-color: #DFF0D8;
}
#headModClient button{
	color: white;
}
#headModClient h4{
	float: left;
}
#ident{
	width: 30%;
	margin: 30px auto;
}
#infosMarqueurs{
	margin-bottom: 15px;
}
#map{
    height: 100%;
}
#marqueurs{
	padding-top: 10px;
	width: 50%;
	margin: 0 auto;
}
#nouv-dep{
	display: none;
}
#ong-visu, #ong-suport, #ong-cont, #ong-nblignes{
	display: none;
}
#pac-input, #mat-input{
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#visuel select{
	padding: 6px 1px;
}
.badge{
	display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge-success{
	background-color: #5CB85C;
}
.badge-danger{
	background-color: #D9534F;
}
.bg-grey{
	background-color: #ddd;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.bootstrap-select > .dropdown-toggle{
	padding-right: 25px;
	width: 100%;
	z-index: 1;
}
.bootstrap-select .btn-group .dropdown-toggle .filter-option{
	display: inline-block;
	overflow: hidden;
	text-align: left;
	width: 100%;
}
.bordRadiusSpeLeft{
	border-radius: 0 4px 4px 0;
}
.bordRadiusSpeRight{
	border-radius: 4px 0 0 4px;
}
.btn-date{
	margin-top: 10px;
}
.btn-fin{
	margin-top: 20px;
}
.btn-login{
	color: #9d9d9d;
	background-color: transparent;
	padding: 10px 15px;
}
.btn-login:hover, .btn-login:focus{
	color: #fff;
}
.btn-modal{
	padding: 3px 20px;
	background: none;
	border: none;
	border-radius: 0;
}
.btn-modal:hover{
	background-color: #F5F5F5;
}
.btn-modif{
	margin-left: 10px;
}
.btn-retour{
	margin-right: 10px;
}
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.close span{
	color: #fff;
}
.dep{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.detMarkNok{
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 2px;
}
.dropdown-menu .divider{
	height: 1px;
	background-color: #e5E5E5;
	margin: 9px 0;
	overflow: hidden;
}
.etatBMV{
	font-size: 10px !important;
	padding: 0;
}
.etatBMV option{
	font-size: 10px;
	padding: 0;
}
.form-control{
	font-size: 12px;
}
.glyphicon-map-marker{
	color: white;
}
.green{
	color: green;
}
.margTop20{
	margin-top: 20px;
}
.markerNok{
	color: black;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding: 10px 15px;
}
.modal .modal-header {
    background-color: #4a90e2;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.modal-footer-parc{
	border-top: none;
}
.modal-title{
	text-transform: uppercase;
}
.modal-travaux{
	top:5%;
	right:50%;
	outline: none;
}
.NoPadRight{
	padding-right: 0;
}
.NoPadLeft{
	padding-left: 0;
}
.red{
	color: red;
}
.select-spe{
	width: 50%;
}
.uldetMarkNok{
	list-style: none;
	padding-left: 15px;
	padding-top: 5px;
}

@media(max-width:768px) {
	footer{
		margin-top:60px;
	}
	#details_map {
		height: auto;
	}
	#map{
		height: 70%;
	}
	#marqueurs{
		width: 100%;
	}
	.select-spe{
		width: auto;
	}
}
