
body {
	background: #eee;
}

header{
	width:1400px;
	margin: auto;
	padding: 8px;
	border-radius: 7px;
	background: #fff;
	font-weight: bold;
}

section{
	width:1400px;
	margin: 10px auto;
	padding-bottom:20px;
	border-radius: 0 7px 7px;
	background: #fff;
}

article {
	width:100%;
	position: relative;
	background: #fff;
	padding:10px;
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
}

.display-table{
    display: table;
    table-layout: fixed;
}
.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.over-opacity:hover {
	cursor:pointer;
	opacity:.5;
}

.input-group-addon:first-child{
	min-width:160px;
	text-align:left;
}

div.dt-buttons {
    float: right;
    margin-left:10px;
	margin-top: -2px;
}


/* .tt-menu{
	padding:0 12px;
	background: #FFF;
	border:1px solid #bed7e8;
}
.tt-selectable:hover{
	padding:4px 0;
	cursor:pointer;
	background: #bed7e8;
} */

.tooltip-inner {
    max-width: 100% !important;
	text-align:left;
}

/* index page */
#index-page .input-group{
	margin:3px 0 7px;
}
#index-page .nav > li > a {
    margin-right: 20px;
}

.select2-container{
	padding:0;
	border:none;
	height:30px;
}
.select2-container .select2-choice{
	height:30px;
	border-radius:0 4px 4px 0;
}
	.select2-results .select2-disabled{
		display:none;
	}
	
input[type="date"].form-control{
	line-height:inherit;
}
	input:invalid {
		background-color: lightpink;
	}
							
/* CONTRAT FORM */
#con-app-list {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

/* CONTRAT FORM */
.con-form-app-list legend, .con-form-mod-list legend{
	position:relative;
}
.con-form-app-list legend a, .con-form-mod-list legend a{
	position:absolute;
	right:0;
}

/* APP FORM */
.hint-block{
	display: block;
	padding-left: 172px;
	margin-top: 5px;
	color:#a94442;
}

/* REV FORM */
.btn-default.active , .open > .dropdown-toggle.btn-default{
	background-color:#66AB66 !important;
	color:#FFF !important;
}
/*  USER LIST SYNTHESIS*/
#usr-list-synth{
	margin-bottom:0;
}
#usr-list-synth td:nth-child(n+2), #usr-list-synth th:nth-child(n+2){
	text-align:center;
}


/*  CALENDAR MONTH SYNTHESIS*/
table {
	margin-top:25px;
	-webkit-user-select:none;
	width:100%;
}


