/*
Theme Name: Dimelo Design Theme
Description: Customized Theme for me, myself and I
Author: Roel van de Mortel
Author URI: https://dimelodesign.nl
Template: Avada
Version: 2.0.0
Text Domain:  Avada
*/

/* Gravity Forms CSS */

table.gv-table-view {
  table-layout: fixed !important;
}
table.gv-table-view-content {
	width: 100%;
}
.gv-table-view-content th {
    width: 20% !important;
}
table.buurtledentabel {
	width: 100%;
	margin-bottom: 40px;
	margin-left:10px;
}
p.tabletext {
	margin-bottom: 0px !important;
}
.gv-table-view th {
	background-color: rgba(37,169,189,0.50);
}
.gv-table-view-content th {
    background-color: #f1f1f1 !important;
}
.gv-table-view td {
	border-bottom: 1px solid rgba(37,169,189,0.50);
}
.gv-table-view .alt {
	background-color: #f2f2f2;
}
/* .gv-table-container {
    overflow-x: scroll;
}*/
.gv-field-label {
	color:#010101;
}
.gv-widget-search {
    margin-top: 0px !important;
}
@media print {
	header, footer {
		display: none;
	}
	@page :left {
		margin: 0.5cm;
	}

	@page :right {
		margin: 0.8cm;
	}
	body {
		font: 10pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.2;
	}
	#sliders-container {
		display: none;
	}
	.fusion-page-title-bar {
		display: none;
	}
	#sidebar {
		display: none;
	}
	body.has-sidebar #content {
		width: 100% !important;
		float: left;
	}
	.gv-grid.gv-widgets-header {
		display: none;
	}
}