html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ECECEA;
	width: 100%;
	height: 100%;
}

section {
	width: 100%;
	height: 100%;
}

.connexion-form {
	width: 340px;
	height: 240px;
	background-color: white;
	border-radius: 20px;
  	position: absolute;
  	top: 45%;
  	left: 50%;
  	margin: -150px 0 0 -200px;
  	padding: 30px;
}

.connexion-form img {
	height: 100px;
	display: block;
	margin: auto;
}

.connexion-form form {
	height: 120px;
	margin-top: 20px;
	width: 100%;
	font-family: Arial;
}

.connexion-form form input:-moz-placeholder {
    text-align: center;
}
 
.connexion-form form input::-webkit-input-placeholder {
    text-align: center;
}
 
.connexion-form form input.placeholder {
    text-align: center;
}

.connexion-form form input {
	width: 98%;
	font-size: 25px;
	border: 2px solid #F88A44;
	text-align: center;
	margin-bottom: 5px;
}

*:focus {
    outline: none;
}

.connexion-form form #submit {
	display: inline-block;
	margin: 0;
	background-color: #F88A44;
	color: white;
	margin-top: 5px;
	font-size: 30px;
	width: 100%;
	height: 45px;
	font-size: 25px;
	border-radius: 10px;
	line-height: 45px;
	text-align: center;
	padding: 0;
}

.error-msg {
	position: fixed;
	top: 5%;
	left: 50%;
	width: 340px;
	padding: 10px 30px;
	margin: 0 0 0 -200px;
	background-color: rgba(255, 0, 0, 0.3);
	border-radius: 10px;
	border: 2px solid red;
	text-align: center;
	font-size: 18px;
	color: red;
	font-family: Arial;
}

.main-block {
	margin: 100px 5% 50px 5%;
	width: 80%;
	border-radius: 20px;
	background-color: white;
	padding: 2% 5%;
	font-family: Arial;
}

.logo-top {
	display: inline-block;
	height: 80px;
	margin: 10px auto 10px -7%;
	position: absolute;
	top: 0;
	left: 50%;
}

.buttons {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	margin: 0;
	max-width: 30%;
}

#button-account {
	color: white;
	text-decoration: none;
	border: 1px solid #f6a729;
	font-weight: bold;
	outline: none;
	background: #f6a729;
	background: -webkit-linear-gradient(top,#f8b133,#ee7f00);
	display: inline-block;
	line-height: 28px;
	padding: 0 12px;
	border-radius: 2px;
	font-family: arial, sans-serif;
	font-size: 13px;
	margin-right: 0;
	margin-left: 10.5px;
}

.button-item {
	font-family: arial, sans-serif;
	text-decoration: none;
	display: inline-block;
	color: #404040;
	overflow: hidden;
	line-height: 24px;
	outline: none;
	vertical-align: middle;
	font-size: 13px;
	padding: 0 0 0 15px;
}

.main-block h1 {
	font-size: 20px;
	font-weight: normal;
}

.projects {
	width: 100%;
	border-collapse: collapse;
}

.projects td {
	padding: 10px;
}

.projects th {
	padding: 3px;
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}

.projects tr {
	border-bottom: 1px solid #D6D6D6;
}

.project-folder {
	width: 100%;
	background-color: #EEEEEE;
}

.project-folder .project-title {
	font-weight: bold;
}

.project-folder .project-folder-icon img {
	width: 20px;
	vertical-align: middle;
}

.project-item .project-icon {
	background-image: url('./orange.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.projects .project-icon, .projects .project-folder-icon {
	width: 20px;
	padding: 0;
	padding: 0 10px;
}

.project-title {
	width: 20%;
}

.project-date {
	width: 100px;
	font-size: 100%;
}

.project-autor {
	width: 20%;
}

.project-checkbox {
	width: 50px;
	background-image: url('./OK.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.project-no-checkbox {
	width: 50px;
}

.projects .project-th-checkbox {
	text-align: center;
	padding-left: 0;
}

.hidden {
   position:absolute; 
   top:-999px; 
   left:-9999px;
   visibility: hidden;
}

.projects .out-table {
	padding: 0;
	margin: 0;

}

.projects .project-item {
	cursor: pointer;
}