#connexion_content{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 100px;
	background-image: url('thumbnail_back.jpg');
	background-size: cover;
}

#main_content{
	padding: 0 5% 0 5%;
}

/*.search_form{
	position: absolute;
	right: 5%;
}*/

body{
	background-image: url('thumbnail_back.jpg');
	background-size: cover;
	background-attachment: fixed;
}
#connexion_form{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 400px;
}

.user_name_header{
	position: absolute;
	top: 65px;
	right: 20px;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

#img-preview {
  display: none;
  width: 155px;
  border: 2px dashed #333;  
  margin-bottom: 20px;
}
#img-preview img {
  width: 100%;
  height: auto;
  display: block;
}
[type="file"] {
  height: 0;  
  width: 0;
  overflow: hidden;
}
[type="file"] + label {
  font-family: sans-serif;
  background: #17a2b8;
  padding: 10px 30px;
  border: 2px solid #17a2b8;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
[type="file"] + label:hover {
  background-color: #fff;
  color: #17a2b8;
}


.pics_btn{
	width: 100px;
}

th,td{
	text-align: center;
}

.status_link_btn{
	font-weight: bold;
	color: white;
}
.status_link_btn:hover{
	font-weight: bold;
	color: white;
}

.array_heading{
	padding-top: 10px;
	width: 100%;
	height: 50px;
	background-color: #343a40;
	font-weight: bold;
	color: white;
	text-align: center;
}
.pics_array_title{
	margin-top: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	width: 300px;
	height: 25px;
	background-color: #e9ecef;
	color: #495057;
}
.pics_array_pic{
	width: 300px;
	height: 300px;
	background-size: cover;
}

#sig-canvas {
  border: 2px solid #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
  background-color: white;
}