@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background: #A9A47D;
	align-content: center;
	text-align: center;
	align-items: center;
	font-family: "Roboto", sans-serif, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	decoration:none;
	font-size:12px;
}

h2{
	color:#A9A47D;
	font-weight: 500;
	font-size: 26px;
}

a:link{
	font-size: 12px;
	color:#A9A47D;
	text-decoration:none;
}

.alert{
	color:#FF3939;
	font-style: italic;
}

.head_table{
	background-color:#A9A47D;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	vertical-align:top;
}

.content_table{
	background-color: #CDCAB4;
	font-size: 12px;
	font-weight:none;
	text-align:center;
	color:#000000;
	font-style: italic;
	vertical-align:top;
}

.table_bid{
	vertical-align: top;
}

a:hover{
	color:#4F4F4F;
  transition: all 0.7s ease 0s;
}

.central_box_login{
	margin-top: 50vh;
	transform: translateY(-50%); 
	padding: 0px;
	background-image: url('medias/pictures/bright-flat-interior-PUR9DQ6.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
	max-width: 1000px;
	min-width: 200px;
	max-height: 600px;
	width: auto;
	height:auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.content{
	margin:10px;
	padding:10px;
	width:100%;
}

.central_box_panel{
	margin:10px;
	padding:10px;
	text-align:left;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
	width:95%;
	min-width: 800px;
	height:auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.form_basic_field{
	width: 400px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #3F3F3F;
  transition: all 0.7s ease 0s;
  cursor: pointer;
}

#showNewBidForm{
	
  transition: all 0.7s ease 0s;
	
}

.form_basic_field:focus{
	outline:none;
	decoration:none;
	border-bottom: 1px solid #A9A47D;
}

.form_basic_field_bid{
	width: 200px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #3F3F3F;
	transition: all 0.7s ease 0s;
	cursor: pointer;
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}


.form_basic_field_bid:focus{
	background-color:#F5F4E8; 
	border-color:#9B9567;
	box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.2);
}
.form_basic_text{
	font-size: 12px;
	color:#4F4F4F;
}

.resume td{
	font-size: 12px;
	color:#4F4F4F;
}

select {
  width: 100%;
  padding: 16px 20px;
  border-style: solid;
border-color:#c8c6a8;
  border-radius: 4px;
  background-color: #fff;
	decoration:none;
}

select:focus{
  width: 100%;
  padding: 16px 20px;
  border-style: solid;
border-color:#c8c6a8;
  border-radius: 4px;
  background-color: #fff;
}

.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  width: 140px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #c8c6a8;
  border: none;
  box-shadow: 0px 8px 15px rgba(69, 164, 125, 0.1);
  transition: all 0.7s ease 0s;
  cursor: pointer;
  outline: none;
  }

.button:hover {
  background-color: #A9A47D;
  color: #fff;
  transform: translateY(-2px);
}

.add_form_field_bid{
  width: 140px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #c8c6a8;
  border: none;
  box-shadow: 0px 8px 15px rgba(69, 164, 125, 0.1);
  transition: all 0.7s ease 0s;
  cursor: pointer;
  outline: none;
  }

.add_form_field_bid:hover {
  background-color: #A9A47D;
  color: #fff;
  transform: translateY(-2px);
}

.add_form_field{
  width: 140px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #c8c6a8;
  border: none;
  box-shadow: 0px 8px 15px rgba(69, 164, 125, 0.1);
  transition: all 0.7s ease 0s;
  cursor: pointer;
  outline: none;
  }

.add_form_field:hover {
  background-color: #A9A47D;
  color: #fff;
  transform: translateY(-2px);
}

.central_box{
	margin-top: 50vh;
	transform: translateY(-50%); 
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
	max-width: 1200px;
	min-width: 200px;
	max-height: 600px;
	width: auto;
	height:auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#overlay_content_info_property{
position: fixed; /* Sit on top of the page content */
	display: none;
	float:right;
width: 0px; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	background-color: #fff;
	box-shadow: 2px 2px 2px #888888;
	text-align:left;
	padding-left:10px;
}