body {
	padding-top: 50px;
	padding-bottom: 40px;
}

h1,
h2,
h3 {
  line-height: 33px;
}

h1 {
  font-size: 31.5px;
}

h2 {
  font-size: 24.5px;
}

h3 {
  font-size: 17.5px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 11.9px;
}

h6 {
  font-size: 24.5px;
}

h1 small {
  font-size: 17.5px;
}

h2 small {
  font-size: 14px;
}

h3 small {
  font-size: 14px;
}

h4 small {
	font-size: 12px;
}

.sidebar-nav {
	padding: 9px 0;
}

.text-center {
  text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.jeditable {
	cursor: pointer;
}

input.fileinput_hidden {
  display:none;
}

.label_field {
  margin-left: 10px;
  width: 75%;
}

a[data-toggle=tab] {
  text-transform: capitalize;
}

.float-right {
  float: right;
}

#demande_adresse {
  width: 99%;
}

/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
 .jqvmap-label
 {
 	position: absolute;
 	display: none;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
 	background: #292929;
 	color: white;
 	font-family: sans-serif, Verdana;
 	font-size: smaller;
 	padding: 3px;
 }
 .jqvmap-zoomin, .jqvmap-zoomout
 {
 	position: absolute;
 	left: 10px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
 	background: #000000;
 	padding: 3px;
 	color: white;
 	width: 10px;
 	height: 10px;
 	cursor: pointer;
 	line-height: 10px;
 	text-align: center;
 }
 .jqvmap-zoomin
 {
 	top: 10px;
 }
 .jqvmap-zoomout
 {
 	top: 30px;
 }
 .jqvmap-region
 {
 	cursor: pointer;
 }
 .jqvmap-ajax_response
 {
 	width: 100%;
 	height: 500px;
 }
