:root {
	--main-color: #1b1c1c;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	html {
		font-size: 13px;
	}
}

body {
	font-size: 1em;
}

ul {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

#header {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 1.5em;
	font-weight: 900;
	background-color: #000;
	margin: 0;
	color: white;
	margin-bottom: 24px;
}

#ttc,
#difference {
	color: green;
	font-weight: 600px;
}

#ttc,
#difference.red {
	color: red;
}

.form-horizontal .form-group {
	width: 100%;
	margin: auto;
}

.time select {
	width: auto;
	display: inline-block;
}

.groupField {
	margin-bottom: 12px;
}

.note {
	min-height: 250px;
}

/*
 * PAGE GENERALS
 */

.separator {
	height: 1px;
	background-color: #000;
	margin-top: 8px;
	margin-bottom: 12Px;
}

.page-buttons a.btn {
	margin-bottom: 12px;
	min-height: 48px;
	line-height: 48px;
}
/*
 * EMPLOYEES
 */

ul.listEmployee li {
	list-style-type: none;
	font-size: 1.2em;
	padding: 20px;
}

.listEmployee a {
	margin: 8px;
}

/*
 * TIMEKEEPING - RAPPORT EMPLOYES
 */

.page-break	{ display: none; break-before: always;}
.table, table {
	page-break-inside: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 200;
	table-layout: fixed;
	min-width: 1000px;
}

.interline {
	height: 15px;
}

tr {
	page-break-inside: avoid;
}

td, th
{
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid black;
  font-size: 0.8em;
}

.bt
{
  border-top: 2px solid black !important;
}

.bb
{
  border-bottom: 2px solid black !important;
}
.bl
{
  border-left: 2px solid black !important;
}
.br
{
  border-right: 2px solid black !important;
}

td.simple {
	font-size: 0.5em;
}

tr.line3,
tr.line4
{
  margin-bottom: 15px;
}

th.inactive,
td.inactive
{ 
  border-left: 0px solid #FFF !important;
  border-right: 0px solid #FFF !important;
  background-color: #ccc;
}

th.rotate
{
   min-width: 50px;
}

th span 
{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

th.grayed,
td.grayed
{
	background-color: #ddd;
	border-left: 1px solid black;
	border-left: 1px solid black;
	font-style: italic;
	opacity: 0.5;
}

