body {
	overflow-x: hidden;
}

th {
    position: sticky;
    top: 0px;
    background: white;
    border-bottom: 1px solid #ddd;
}

th:after {
	background-color: #ddd;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
}

thead tr {
	border-bottom: none;
}

/*aangepast logo*/
.header-image {
	background-image: url("/images/lindenhaeghe_logo");
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom:15px;
}

.entitylist .view-grid {
	height: 80vh !important;
}

h1, h2, h3, h4, h5 {
	font-family: "League Spartan",sans-serif !important;
	font-weight: bold !important;
	margin: 0 0 0.5em;
}

@media (max-width:767px){
    h1 {
        font-size: 30px;
    }
}

a[title~='Details weergeven']:before {
	content: "\e994";
	font: 15px/15px "hoffelijk-icons";
}

ul.dropdown-menu li a.details-link span:before {
	content: "\e994";
	font: 15px/15px "hoffelijk-icons";
}

.deactivate-link span:before {
	content: "\e98e";
	font: 15px/15px "hoffelijk-icons";
}

.vertaalkenmerkWrapper {
	display: flex;
    flex-direction: row;
    padding: 7px 0;
	border-bottom: 1px solid gray;
}

.vertaalkenmerkWrapper:last-child {
	margin-bottom: 30px;
}

.relatieproductWrapper {
	display: flex;
    flex-direction: row;
    padding: 7px 0;
	border-bottom: 1px solid gray;
}

.relatieproductWrapper:last-child {
	margin-bottom: 30px;
}

#EntityFormControl .instructions .vertaalkenmerk-details h2 {
	display: none;
}

@font-face {
	font-family: 'League Spartan';
	src: url('./fonts/leaguespartan-bold.eot');
	src: url('./fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/leaguespartan-bold.woff2') format('woff2'),
	url('./fonts/leaguespartan-bold.woff') format('woff'),
	url('./fonts/leaguespartan-bold.ttf') format('truetype'),
	url('./fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
	font-weight: 700;
	font-style: normal;
}

a {
	transition: color 0.3s linear, background 0.3s linear, border 0.3s linear !important;
	color: #5E6A73;
}

a:hover, a:active, a:focus {
	text-decoration: none !important;
	color: #F8B01C ;
}

a:active, a:focus {
	color: #F8B01C; ;
}

ul.pagination li a {
	color: #5E6A73;
}

.view-pagination div.jquery-bootstrap-pagination {
	text-align: center;
}

.main-container {
	min-height: 34vh;
}


body > div.container > div > div > div.entitylist > div.entity-grid.entitylist > div.view-toolbar.grid-actions.clearfix > div > div.input-group.float-start.view-search.entitylist-search > div > button {
	padding: 9px;
}
body > div.container > div > div > div.entitylist > div > div.view-toolbar.grid-actions.clearfix > div > div.input-group.float-start.view-search.entitylist-search > input {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	height: 38px;
}
body > div.container > div > div > div.entitylist > div > div.view-toolbar.grid-actions.clearfix > div > div:nth-child(2) > a > span:before {
	content: "\e93a";
	font: 15px/15px "hoffelijk-icons";
}

.entitylist .panel-bdoy ul#entitylist-filters .float-end button.btn.btn-default.btn-entitylist-filter-submit:before {
	content: "\e980";
	font: 15px/15px "hoffelijk-icons";
}

.btn {
	background-color: #5e6a73;
	color: #feffff;
	padding: 7px;
	border: none;
	border-radius: 20px;
	transition: color 0.3s linear, background 0.3s linear, border 0.3s linear;
}

.btn:focus {
    color: #feffff;
    text-decoration: none;
}

.btn:hover {
	background-color: #F8B01C;
	color: white;
}

a:focus {
	text-decoration: none;
}

.sub_nav-active {
	color: #F8B01C;
}

.page-copy {
    margin-top: 40px;
}

.vertaalkenmerk-details {
    margin-bottom: 40px;
}

.vertaalkenmerk-details h2 {
    border-bottom: 1px solid #eee;
}

div.message.success {
    background-color: inherit;
    border: none;
    color: inherit
}