body {
	font-size: 1.2em;
}

body, .ui-widget {
	font-family:  "Trebuchet MS", "Helvetica Neue",​Helvetica,​Arial,​sans-serif;
}

h2 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.2em;
}

button,
.btn {
	font-size: 1.2em;
}

/* suppression marge */
.navbar {
	position: relative!important;
	min-height: 60px!important;
	margin-bottom : 0!important;
	border: 1px solid transparent!important;
}


.navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
	color: #5C6F8C;
	background-color: #F5F5F5;
}

.navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus
.navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover {
	color: #F5F5F5;
	background-color: #0073ea;
}

#logo {
	height: 55px;
	width: 215px;
}
.img-thumbnail-intra {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 1px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.page-centered {
	width: 1242px;
	margin-left: auto;
	margin-right: auto;
}

/* style des blocs */
.groupContent {
	padding: 5px;
}

.marginTop {
	margin-top: 10px;
}

/* mise en noir pour plus de lisiblité */
.btn-warning {
	color : #432C0B;	
}

.datepicker {
	width: 90px;
}

.form-group label {
	padding-top : 5px;
}

/** style zebra */
.altclass {
	/*background: #F7F8F7;
	color: #514A4B;
	//contraste : 8.11
	*/	
	background : #E6EEF4;
	color : #4F484B; 
}

/* entêtes sur plusieurs lignes */
th.ui-th-column div{
	white-space:normal !important;
	height:auto !important;
	padding:2px;
}

/* common */
.ui-datepicker-title {
	/* eviter le rose pale sur blanc */
	color : #514A4B;
}

#appVersion {
	font-size: small;
}

.ui-widget-content a {
	/* remise de celui de bootstrap plutôt que de celui de jquery */
	color: #0A0096;
}

/* #backButton { */
/* 	margin:-7px; */
/* } */

.camari-droppable {
	border-style: dashed;
	border-color: #69D372;
	border-width: medium;
	background-color: #BEF98E;
/* 	opacity: 0.7; */
	overflow: hidden !important
}

.fieldErrorLabel {
	color: #cd0a0a;
}

.fieldErrorInput {
	color: #cd0a0a;
	background-color: #fef1ec;
	border-style: solid;
	border-color: #cd0a0a;
}


/** lisibilité titre fenetre de confirmation */
.bootstrap-dialog.type-warning .modal-header .bootstrap-dialog-title {
	color : #333;
}
