@charset "UTF-8";

body {
  padding-top: 0px;
}

#tableSuivi tr.tr-header > td, #tableSuiviMois tr.tr-header > td {
    text-align: center; 
    vertical-align: middle;
    
    font-weight: bold;
}

#tableSuivi tr.tr-line > td {
    text-align: left;
    vertical-align: middle;
}

/******************************************************************************/

/* Datatables */
tfoot input, thead input {
	font-size: 0.9em !important;
/*	margin: 0.5em 0;*/
	width: 100% !important;
}

#table-recap tr td {
	vertical-align: middle;
}

.td-width-name-normal {
	font-weight: bold;
}
.td-width-name-small {
	font-weight: bold;
	width:20%;
}
.td-width-name-medium {
	font-weight: bold;
	width:40%;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.custom-flexbox-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

/******************************************************************************/

.navbar {
	margin-bottom: 0px;
}

.body-message-tpl {
	padding-top: 30px;
}

#footer-shortcut.list-inline li i {
    vertical-align: middle;
}

.footer-line-height {
	line-height: 40px;
}

.no-wrap {
  white-space: nowrap;
}

.radius-border-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 5px 0px 5px 0px;
}

.radius-border-full {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 0px 5px 0px;
}

/* Header */
.header-space {
	margin-top: 20px;
}

/* Footer */
.footer-space {
	margin-top: 20px;
}

#toTop {
	display: block;
	position: fixed;
	bottom: 0px;
	right: 40px;
	padding: 10px;
	z-index: 1100;
}
