/* CSS Document */
html { 
  background: url(../images/background.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {color:#75BAFF}
body {
	margin:0;
	padding:0;
	text-align:center;
	background:none
}
#info {
	text-align: right;
}
#paginate a {
text-decoration:none;
}

#paginate a:hover {
background-color:#FBFDFF;
color: red;
text-decoration:none;
margin: 20px auto;
}
.app-container {margin-top:20px;}
.app-info p {font-weight:normal;width:400px;margin:0 auto}
.app-info h3 {margin-bottom:5px}
#paginate span {
color:gray;
border:1px solid #D4EBFF;
}

#paginate a:link {
font-weight:bold;
}
#paginate{
margin-bottom: 30px;
clear: both;
}
#container {
	width:980px;
	margin:0px auto;
	padding-top:40px;
}
#header {position:relative}
#favorites {
	position:absolute;
	right:0;
	top:0;
	z-index:999;
	width: 179px;
	background-color:#fff;
}
#favorites span{
	color: #666666;
}
#favorites a{
	text-decoration:none;
	color: #666666;
}



table {
table-layout: fixed;
word-wrap: break-word;
text-align:left;
}

td {
	color:#333;
}
td.naam {
	color:#000000;
	font-weight:bold;
	width:15%;
}
td.afkomst {
	color:#666666;
	font-weight: normal;
	width:15%;
}
td.betekenis {
	color:#666666;
	font-weight: normal;
width:11em; /* Give whatever width you want */
  word-wrap:break-word;
  word-break:break-word;
}
td.geslacht {
	color:#666666;
	text-align:center;
	font-weight: normal;
}
#result {


}



.total {
	color:#75BAFF
}

.M, .F {text-transform: capitalize}
tr.F {
	background-color:#fee2fe;
	background-color:rgba(254, 226, 254, 0.6)!important;
	color:#FFD5FF;
}

tr.F a {
	color:#FD6EBB;
}

tr.M {
	background-color:rgba(232, 243, 254, 0.6)!important;
	color:#CCE6FF
}
span.F {
	color:#FA80C2;
}
span.M {
	color:#337ab7
}
.F {
	color:#FD7EC3;
}
.M {
	color:#0099FF
}
label {
	color:#999999
}






#girls a {
color:#FF33FF;
}

.smallgender {
	font-size:14px;
}
.handle {
background-color:#fff;
}

table#detailstable td {padding:8px}

#ad1, #ad2 {text-align:center;padding:10px;font-size:14px;} 
.clear {clear:both}
p.footer {padding:20px}
p.footer a {font-size:12px}







.pagination {
background-color:#fff;
margin:0 auto;
}
.pagination ul {
  *display: inline;
  /* IE7 inline-block hack */
margin:0;
padding:0;
  *zoom: 1;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination-right {
  text-align: right;
}

.countries ul {
    list-style: none;
    margin:0;
    padding:0;
}
.countries  ul > li {
    display: inline-block;
    width: 100%;
}

div.countries {
    -webkit-column-count:3;
    -moz-column-count:3;
    -ms-column-count:3;
    -o-column-count:3;
    column-count:3;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:3;
}
.panel {
background-color: rgba(255, 255, 255, 0.6)!important;
background: rgba(255, 255, 255, 0.6)!important;

}


section {margin-top:50px;margin-bottom:50px;}

/* ===== New Babies Name: modern responsive layer ===== */
:root {
  --nbn-text: #263238;
  --nbn-muted: #5f6b73;
  --nbn-blue: #2878b8;
  --nbn-blue-dark: #1f5f91;
  --nbn-border: #dbe8ef;
  --nbn-card: rgba(255,255,255,.94);
}

body {
  color: var(--nbn-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
}

body > .container {
  max-width: 1120px;
  width: calc(100% - 32px);
  margin: 28px auto;
}

a {
  color: var(--nbn-blue);
  transition: color .15s ease;
}
a:hover, a:focus {
  color: var(--nbn-blue-dark);
  text-decoration: underline;
}

.navbar {
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 5px 24px rgba(31,55,70,.10);
  margin-bottom: 26px;
}
.navbar-brand {
  font-weight: 700;
  letter-spacing: -.2px;
}
.navbar-nav > li > a {
  font-weight: 600;
}

section {
  margin: 26px 0;
}

.panel {
  background: var(--nbn-card) !important;
  border: 1px solid var(--nbn-border);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(31,55,70,.10);
  overflow: hidden;
}
.panel-info {
  border-color: var(--nbn-border);
}
.panel-body {
  padding: 32px 38px;
}

#search {
  text-align: center;
}
#search h1 {
  margin: 0 0 12px;
  color: #202a30;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}
#search p {
  max-width: 850px;
  margin: 0 auto 22px;
  color: var(--nbn-muted);
}
#search .form-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#search .form-group {
  margin: 0;
}
#search label {
  color: #46545d;
  font-weight: 500;
  margin: 0 4px;
}
#search .form-control,
#search .btn {
  min-height: 42px;
  border-radius: 7px;
}
#search input[type="text"] {
  min-width: 240px;
}
#search select {
  min-width: 165px;
}
#search .btn-primary {
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 600;
}

#browse .panel-body {
  padding: 38px 46px 42px;
}
#browse h2,
#browse h3,
.home-guide h2 {
  color: #202a30;
  line-height: 1.25;
  text-align: center;
}
#browse h2,
.home-guide h2 {
  margin: 8px 0 12px;
  font-size: 28px;
  font-weight: 700;
}
#browse h3 {
  margin: 28px 0 10px;
  font-size: 22px;
  font-weight: 650;
}
#browse p {
  max-width: 900px;
  margin: 0 auto 16px;
  color: #45535c;
  text-align: center;
  line-height: 1.75;
}

#browse p a {
  display: inline-block;
  min-width: 25px;
  margin: 3px 1px;
  padding: 4px 5px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
}
#browse p a:hover {
  background: #eef7fc;
  text-decoration: none;
}

.countries {
  max-width: 900px;
  margin: 18px auto 34px;
  padding: 22px 26px;
  background: rgba(247,251,253,.94);
  border: 1px solid #e2edf2;
  border-radius: 12px;
}
.countries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.countries ul > li {
  display: block;
  width: 100%;
  padding: 3px 0;
  break-inside: avoid;
}
.countries a {
  line-height: 1.55;
}

.home-guide {
  max-width: 900px;
  margin: 38px auto 0;
  padding-top: 28px;
  border-top: 1px solid #e1e8ec;
}
.home-guide h2 {
  margin-top: 34px;
}
.home-guide p,
#browse .home-guide p {
  text-align: left;
  max-width: none;
}

table {
  background: rgba(255,255,255,.95);
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 12px;
  vertical-align: middle;
}

.footer {
  margin: 28px 0 18px;
  padding: 20px 24px;
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  color: #65727a;
  text-align: center;
  box-shadow: 0 4px 18px rgba(31,55,70,.08);
}
.footer p {
  margin: 0;
}

@media (max-width: 767px) {
  html {
    background-attachment: scroll;
  }
  body > .container {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .navbar {
    border-radius: 9px;
  }
  .panel-body,
  #browse .panel-body {
    padding: 24px 18px;
  }
  #search h1 {
    font-size: 28px;
  }
  #browse h2,
  .home-guide h2 {
    font-size: 24px;
  }
  #browse h3 {
    font-size: 20px;
  }
  #search .form-inline {
    display: block;
  }
  #search .form-group,
  #search .form-control,
  #search .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #search .form-group:nth-of-type(2) {
    text-align: left;
    padding: 5px 2px;
  }
  #search .form-group:nth-of-type(2) label {
    display: inline-block;
    width: auto;
    margin-right: 12px;
  }
  #search input[type="text"],
  #search select {
    min-width: 0;
  }
  div.countries {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    columns: 2;
    padding: 18px;
  }
  .home-guide p,
  #browse .home-guide p {
    text-align: left;
  }
}

@media (max-width: 480px) {
  div.countries {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    columns: 1;
  }
}

