* {
  margin: 0;
  padding: 0;
}

*, ::before, ::after {
  box-sizing: border-box;
}

/*html, body {
  height: 60vh;
}*/

body {
	background-color: white;
	font-family: Arial;  
}

body.has-debug .search {
  top: -17px;
}

select.dt-input {
  margin-right: 10px!important;
  padding-right: 10px!important;
}

.remove-link {
  color: red;
}

#contentForm.has-prefilled-content-type select[name="content_type_id"],
#editContentForm select[name="content_type_id"] {
  pointer-events: none;
}

.nav-tabs .nav-link.active {
  border-color: #d9dee2;
  border-bottom-color: #fff;
}

.tab-content .dt-container .dt-layout-row:first-child,
.tab-content .dt-container .dt-layout-row:first-child + .dt-layout-row {
  margin: 0!important
}