@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html,
body {
  /* height: 100%; */
  background-color: white;
}

body {
  justify-content: center;
  background-color: #fff;
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

body.koersdag_body {
  padding-top: 20px !important;
}

.wrapper {
    width: 80%;
}

.zoekwrapper {
  width: 90%;
  margin: 0 20px;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 25px;
}

ul {
    list-style-type: none;
}

a,a:active,a:visited,a:hover{
    text-decoration:none;
    color:#404040;
}
table {
  width:100%;
  border: 1px solid #ddd;
  border-radius: 5px !important;
}

table.borderless {
  border: none;
}

table tr:not(:first-child):not(.stamboom):not(.koersdag):hover {
  background-color:#e5e5e5;
  cursor:pointer;
}

tr.stamboom td {
  border-left: 1px solid #ddd;
}

tr.stamboom td:hover {
  background-color:#e5e5e5;
}

tr {
  border-bottom: 1px solid #ddd !important;
}

tr:last-of-type {
  border-bottom: none;
}

tr.tableheader {
  background-color: #009c68;
  color: #FFF;
  font-weight: 600;
}

tr.tableheader a {
  color: #FFF;
  font-weight: 600;
}

tr.tableheader a:hover {
  text-decoration: underline;
}

tr.even {
  background-color: #f2f2f2;
}

tr.odd {
  background-color: #f9f9f9;
}

tr.splitter {
  border-bottom: 1px solid #aaa  !important;
}

tr.normal {
    background-color:#ffffff;
}
tr.normal2 {
    background-color:#f5f5f5;
}
.stakes {
    background-color:#fbed00 !important;
    cursor:pointer;
}
.klassiek{
    background-color:#66FF66 !important;
    cursor:pointer;
}
.kwalificatie {
    background-color:#FF9900 !important;
    cursor:pointer;
}
tr.highlight {
    background-color:#e5e5e5;
    cursor:pointer;
}

td {
  font-size: 13px;
  padding: 12px 12px;
}


.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

label {
    margin-bottom: 1em;
}

.btn-primary {
    background-color: #009c68;
    border: none;
}

.btn-primary:hover {
    background-color: #00704b;
}

.btn-primary:active:focus {
    background-color: #009c68 !important;
}

.submitbutton {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 10px 20px;
}


/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}

textarea {
  resize: both !important;
  overflow: auto;
}

input.loginInput {
  /* margin-left: 20px; */
  width: 250px !important;
}

/* input[type=text] {
    background-color: white !important;
    width: 100%;
} */


.av_textblock_section a:hover {
  text-decoration: underline;
}

#inschrijfnav {
  margin: 20px 0 40px 0;
  padding-bottom: 40px;
}

.inschrijfnav {
    margin-bottom: 40px;
    padding: 10px 15px;
    background-color: #009c68;
    border: 1px solid #000;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
}

.inschrijfnav:hover {
  text-decoration: underline;
  background-color: #00704b;
  color: #FFF;
}

.inschrijfnav a {
  color: #fff;
}

.inschrijfnav:hover a, .inschrijfnav a:hover {
  color: #FFF;
}

/****
  Inschrijf Styles
*/

#inschrijfWrapper {
  display: flex;
}


.feedback {
  background-color: #009c68;
  padding: 10px;
  border-radius: 5px;
  color: #eee;
}


.zoeken_nav {
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
}

.zoeken_nav .active {
  border-bottom: 2px solid #009c68;
}


.inschrijving_entry {
  border: 1px solid #009c68;
  border-radius: 5px;
}

.editset a:hover, .removeset a:hover {
  text-decoration: underline;
}

.koersdag .active {
  background-color: #009c68;
  color: #FFF;
  font-size: 1.4em;
}

.koersdag .koersdag_nav {
  display: block;
}

.koersdag .inactive:hover  {
  background-color: #e5e5e5;
  cursor: pointer;
  text-decoration: underline;
}