.main_buttons > .buttons_container
{
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}
.main_buttons
{
	height: 120px;
}

input[type=submit]
{
	cursor: pointer;
}
.property-container > .button_2
{
	float: right!important;
	height: 30px;
	width: 140px;
	font-size: 18px;
	padding:0px;
	margin-bottom: 0px;
}
.property-container > .button_2 > a
{
	line-height: 18px;
	color: white;
	margin-top: 5px;
}

.delete_button
{
	background-color: red;
}
.delete_button:hover
{
	background-color: darkred;
}
.button_1
{
	color: white;
	height: 40px;
	width: 150px;
	padding: 10px;
	cursor: pointer;
	background: #3CB371;
}
.button_1 > a
{
	line-height: 20px;
}
.edit_property 
{
	font-size: 16px;
	line-height: 20px;
	margin-bottom:300px;
}
.edit_property label
{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
	display: inline-block;
}
.edit_property input,select,option,textarea
{
	display: inline-block;
	min-width: 140px;
	position: absolute;
	right: 0;
	padding: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	background-color: lightgray;
	color: gray;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
.edit_property input:focus,select:focus,textarea:focus
{
	background-color: white;
	color: black!important;
}
.edit_property textarea
{
	margin-bottom: 200px!important;
	height: 200px;
	text-align: left;
}
.mobile-img
{
	display: inline-block;
	position: relative;
	height: 80px;
	width: auto;
	min-width: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	margin-bottom: 10px;
}
.property-container-mobile
{
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom: solid;
}
.property-container-mobile:hover
{
	background-color: #F0F8FF;
	transition-duration:0.5s;
}
a {
	color:inherit;
	text-decoration: none;
   }
.action_buttons
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	width: fit-content;
	justify-content: space-between;
	background-color: #ffffff;
	padding: 4px;
}
.action_buttons .btn
{
	margin: 4px;
}
.action_buttons .btn.delete
{
	background-color: rgb(206, 89, 89);
}
.elements
{
	background-color: #f4f4f4;
}

form input[type="radio"]
{
	visibility: hidden;
	height: 0;
	width: 0;
}

input[type="radio"] + label
{
	background-color: #bbb;
	color: white;
	font-size: 18px;
	padding: 4px 20px;
	cursor: pointer;
	font-weight: 700;
	margin-right: 4px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
form input[type="radio"]:checked + label
{
	background-color: #2962ff  ;
}
ul.stepper.horizontal
{
	min-height: 520px;
}
