.signature-pad {
	 border: 1px solid #C9D8DC;
	 border-radius: 4px;
	 padding: 5px;
	 margin-bottom: 20px;
	 width: 100% !important;
	 overflow: hidden;
}

.login-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	z-index: 2000;
	background: #f8fafa;
	height: 100%;
}
.fail-login {
	color: red;
}
.synchronisation {
	float:right;
}
.prog-sync {
	margin: 5px 0;
}
.wrapper > footer {
    z-index: 112;
	height: 92px;
}
.table > thead > tr > th {
	color: #444444
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.alert-success {
    background-color: #72B535;
}
.form-control {
	border: 1px solid #C9D8DC;
}
.nouvelle_expertise {
	background: #009999;
}
.toutes_expertises {
	background: #006363;
}
.topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus, .topnavbar .navbar-nav > .open > a:hover {
    color: #ffffff;
}
.topnavbar .navbar-nav > li > a.nouvelle_expertise:hover, .topnavbar .navbar-nav > li > a.nouvelle_expertise:focus {
    background: #008484;
}
.topnavbar .navbar-nav > li > a.nouvelle_expertise:active  {
    background: #00A6A6;
}

.topnavbar .navbar-nav > li > a.toutes_expertises:hover, .topnavbar .navbar-nav > li > a.toutes_expertises:focus {
    background: #004A4A;
}
.topnavbar .navbar-nav > li > a.toutes_expertises:active  {
    background: #006C6C;
}
@media only screen and (max-width: 768px) {
	.nouvelle_expertise {
		background: #fff;
	}
	.toutes_expertises {
		background: #fff;
	}
}
.divide30 {
	height: 30px;
}
.divide70 {
	height: 70px;
}
.divide80 {
	height: 80px;
}
.divideaside {
	height: 66px;
}
.panel .panel-heading { 
    border-color: #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #3a3f51;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 21px;
    width: 100%;
}
.form-horizontal .control-label {
    text-align: left;
}
.panel.panel-default {
    border-top-width: 1px;
}
.bs-slider {
	padding-left: 6px;
}
.delete-pics {
	display: block;
	position: absolute;
	right: -14px;
	top: -14px;
	cursor: pointer: 
}
ul.nav.menu {
	border-top: 1px solid #cfdbe2;
}
ul.nav.menu li.nav-item {
	border-bottom: 1px solid #cfdbe2;
}
li.nav-item.active {
	background: #cfdbe2;
}
label.switch-lg {
	margin-bottom: 0;
}
.radio, .checkbox {
    margin-top: 0;
}
.index-xp {
	font-size: 48px;
	color: #BBBBBB;
	line-height: 1;
}
.title-xp {
	font-size: 16px;
	padding-top: 12px;
}
@media only screen and (max-width : 768px) {
	.title-xp  {
		font-size: 14px;
	}
.index-xp {
	font-size: 40px;
	line-height: 1;
}
}