/*	****************
	* product list *
	**************** */

.product_entry {
	width: 100%;
	padding: 10px 10px 0 10px;
	border: 2px solid #eee;
	margin-bottom: 30px;
	overflow: hidden;
}

@media (max-width: 1179px) {
	.product_list_tile {
		grid-template-columns: 1fr !important;
	}
	.data .left .image {
		text-align: center;
	}
	.image_settings {
		max-width: 20% !important;
	}
	.image_ms_transfer {
		max-width: 20% !important;
	}
}

@media (max-width: 980px) {
	.image_settings {
		max-width: 25% !important;
	}
	.image_ms_transfer {
		max-width: 25% !important;
	}
}
@media (max-width: 780px) {
	.image_settings {
		max-width: 30% !important;
	}
	.image_ms_transfer {
		max-width: 30% !important;
	}
}
@media (max-width: 1400px) {
	.delete_miniserver_btn{
		float: none !important;
		margin-bottom: 10px !important;
	}
}

.product_list_tile {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.product_data {
	float: left;
	width: 59%;
}

.product_entry .image {
	float: left;
	width: 22%;
}

.product_entry .image img {
	width: 90%;
	max-width: 100px;
	text-align: center;
}

.product_entry .content {
	float: left;
	width: 100%;
	overflow: hidden;
}

.product_entry .data {
	overflow: hidden;
	padding-bottom: 20px;
}

/* .product_entry .data .left {
	float: left;
	width: 90%;
} */

.product_entry .data .right {
	float: right;
	width: 10%;
	text-align: right;
}

.product_entry .services {
	width: 74%;
	padding: 20px 0;
	border-top: 2px solid #eee;
	overflow: hidden;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 21%;
}

.product_entry .no_services {
	width: 74%;
	padding: 20px 0;
	border-top: 2px solid #eee;
	overflow: hidden;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 26%;
	color: darkgray;
}

.product_entry .services .left {
	float: left;
	width: 15%;
	padding-top: 10px;
}

.product_entry .services .left img {
	width: 80%;
	max-width: 50px;
	text-align: center;
}

.product_entry .services .middle {
	float: left;
	width: 60%;
}

.product_entry .services .right {
	float: right;
	width: 30%;
	text-align: right;
}

.icon_settings {
	float: left;
	width: 16%;
	text-align: right;
}

.image_settings {
	max-width: 36%;
	height: auto;
	cursor: pointer;
}

.icon_ms_transfer {
	float: left;
	width: 16%;
	text-align: right;
	margin-top: 4px;
}

.image_ms_transfer {
	max-width: 37%;
	height: auto;
	cursor: pointer;
}

/* @media(max-width: 640px) {
	.product_entry .image,
	.product_entry .services .left {
		display: none;
	}

	.product_entry .content {
		float: none;
		width: 100%;
	}
} */

.transfer_ms_headlines {
	font-family: 'averta-regular', Arial, sans-serif;
	font-weight: bold;
	font-size: 31px;
}

.reg_label {
	font-weight: normal;
	font-size: inherit;
	font-size: 19px;
}

.transfer_buttons {
	background: #e73246;
    color: #fff;
    border: 2px solid #e73246;
    padding: 8px 24px;
    border-radius: 0;
    cursor: pointer;
	line-height: 1em !important;
	font-size: inherit;
}

.transfer_input_fields {
	padding: 10px 20px !important;
    border: 1px solid #bbb !important;
    border-radius: 0;
    margin: 0 !important;
    line-height: 1.2em;
    width: 50% !important;
	color: #000 !important;
	font-size: 14px;
}

.tranfer_dialog {
	padding-left: 21px;
	padding-bottom: 30px;
}

.pum-overlay {
	background-color: rgba( 10, 10, 10, 0.70 );
}

.close_transfer_btn {
	border: unset;
	font-size: 15px;
	background: unset;
	cursor: pointer;
}

.close_transfer{
	text-align: right;
}

.loading-gif {
	width: 10% !important;
}

.projectname_label {
	padding-bottom: 8px;
}

.cl_checkboxes {
	font-size: 110%;
}

.delete_button{
	float: left;
	width: 31%;
}

.next_button {
	float: left;
	width: 13%;
}

.transfer_input_fields_ms_edit {
	padding: 10px 20px !important;
    border: 1px solid #bbb !important;
    border-radius: 0;
    margin: 0 !important;
    line-height: 1.2em;
    width: 50% !important;
	color: #000 !important;
	font-size: 14px;
}

.tranfer-ms{
	cursor: pointer;
}

.step_counter_headline {
	margin-top: -15px;
}