.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c9d6e2;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c9d6e2;
   opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c9d6e2;
   opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c9d6e2;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #c9d6e2;
}

.form-control::placeholder { /* Most modern browsers support this now. */
   color:    #c9d6e2;
}

#line {
    border-bottom: 1px dotted;
    display: table;
    font-size: 110%;
    height: 1em;
    padding-bottom: 2px;
    padding-top: 3px;
}

#line0 {
    display: table;
    font-size: 110%;
    height: 1em;
    padding-bottom: 2px;
    padding-top: 3px;
}


#liner {
    border-bottom: 1px dotted;
    display: table;
    font-size: 110%;
    height: 1em;
    padding-bottom: 2px;
    padding-top: 3px;
    background-color:#FFFFFF;
    animation: fadeinr 26s;
    -moz-animation: fadeinr 26s; /* Firefox */
    -webkit-animation: fadeinr 26s; /* Safari and Chrome */
    -o-animation: fadeinr 26s; /* Opera */
}
@keyframes fadeinr {
    from {
        background-color: #FFC1C1;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-moz-keyframes fadeinr { /* Firefox */
    from {
        background-color: #FFC1C1;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-webkit-keyframes fadeinr { /* Safari and Chrome */
    from {
        background-color: #FFC1C1;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-o-keyframes fadeinr { /* Opera */
    from {
        background-color: #FFC1C1;
    }
    to {
        background-color: #FFFFFF;
    }
}


#lineo {
    border-bottom: 1px dotted;
    display: table;
    font-size: 110%;
    height: 1em;
    padding-bottom: 2px;
    padding-top: 3px;
    background-color:#FFFFFF;
    animation: fadeino 26s;
    -moz-animation: fadeino 26s; /* Firefox */
    -webkit-animation: fadeino 26s; /* Safari and Chrome */
    -o-animation: fadeino 26s; /* Opera */
}
@keyframes fadeino {
    from {
        background-color: #FFC973;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-moz-keyframes fadeino { /* Firefox */
    from {
        background-color: #FFC973;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-webkit-keyframes fadeino { /* Safari and Chrome */
    from {
        background-color: #FFC973;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-o-keyframes fadeino { /* Opera */
    from {
        background-color: #FFC973;
    }
    to {
        background-color: #FFFFFF;
    }
}


#lineg {
    border-bottom: 1px dotted;
    display: table;
    font-size: 110%;
    height: 1em;
    padding-bottom: 2px;
    padding-top: 3px;
    background-color:#FFFFFF;
    animation: fadeing 26s;
    -moz-animation: fadeing 26s; /* Firefox */
    -webkit-animation: fadeing 26s; /* Safari and Chrome */
    -o-animation: fadeing 26s; /* Opera */
}
@keyframes fadeing {
    from {
        background-color: #8EF28E;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-moz-keyframes fadeing { /* Firefox */
    from {
        background-color: #8EF28E;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-webkit-keyframes fadeing { /* Safari and Chrome */
    from {
        background-color: #8EF28E;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-o-keyframes fadeing { /* Opera */
    from {
        background-color: #8EF28E;
    }
    to {
        background-color: #FFFFFF;
    }
}

.hlproxyb{
    height: 1em;
    padding-bottom: 2px;
    padding-top: 3px;
    background-color:#FFFFFF;
    animation: fadeinpb 26s;
    -moz-animation: fadeinpb 26s; /* Firefox */
    -webkit-animation: fadeinpb 26s; /* Safari and Chrome */
    -o-animation: fadeinpb 26s; /* Opera */
}
@keyframes fadeinpb {from {background-color: #5BD3FF;} to {background-color: #FFFFFF;}}
@-moz-keyframes fadeipnb {from {background-color: #5BD3FF;} to {background-color: #FFFFFF;}}
@-webkit-keyframes fadeinpb {from {background-color: #5BD3FF;} to {background-color: #FFFFFF;}}
@-o-keyframes fadeinpb {from {background-color: #5BD3FF;} to {background-color: #FFFFFF;}}

.hlbidb{
    background-color:#FFFFFF;
    animation: fadeinb 26s;
    -moz-animation: fadeinb 26s; /* Firefox */
    -webkit-animation: fadeinb 26s; /* Safari and Chrome */
    -o-animation: fadeinb 26s; /* Opera */
}
@keyframes fadeinb {from {background-color: #5BD3FF;} to {background-color: #FFFFFF;}}
@-moz-keyframes fadeinb {from {background-color: #5BD3FF;} to {background-color: #FFFFFF;}}
@-webkit-keyframes fadeinb {from {background-color: #5BD3FF;} to {background-color: #FFFFFF;}}
@-o-keyframes fadeinb {from {background-color: #5BD3FF;} to {background-color: #FFFFFF;}}


#liney {
    border-bottom: 1px dotted;
    display: table;
    font-size: 110%;
    height: 1em;
    padding-bottom: 2px;
    padding-top: 3px;
    background-color:#FFFFFF;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        background-color: #FEFEE4;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        background-color: #FEFEE4;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        background-color: #FEFEE4;
    }
    to {
        background-color: #FFFFFF;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        background-color: #FEFEE4;
    }
    to {
        background-color: #FFFFFF;
    }
}

#button {
    display:block;
    height: 2em;
    margin-top: 7px;
    text-align: center;
}

#button-left {
    position:relative;
    float:left;
    display:block;
    height: 2em;
    margin-top: 7px;
    text-align: center;
}

#button-right {
    position:relative;
    float:right;
    display:block;
    height: 2em;
    margin-top: 7px;
    text-align: center;
}


#red {
color:red;
}

#green {
color:green;
}

.cancel option{
color:#ffffff;
background-color:red;
font-size:100%;
font-weight:bold;
}

select {
    width: 108px;
}

#succes {
    background: none repeat scroll 0 0 #a6a685;
    color: #fff;
    display: block;
    font-size: 25px;
    padding: 25px;
}


#txt {
    display: inline;
    //font-size: 110%;
    position: relative;
    right: 0px;
}

.veilinglijst {
    max-width: 25%;
    position: relative;
    float: left;
    margin: 10px;
    background-color: whitesmoke;
    padding: 8px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 8% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 600px;
}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


textarea {
    max-width: 500px;
    height: 400px;
    min-width: 100%;
}

optgroup.leeg{
    background: #ffffff;
    color: #000;
    font-style: normal;
    font-weight: 100;
    font-family: sans-serif;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.5em;
    font-size: 0.7em;
}

.cfooter {
    bottom: 0;
    width: 100%;
    margin-top: 6.3em;
    margin-bottom: 6.3em;
    color: #343a40;
    background-color: #e9ecef;
    padding: 2em;
    border-radius: 0.3rem;
}


body{
    padding-bottom:3.5em;
}

.btn_big {
    margin-top:2em;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.4rem 2.75rem;
    font-size: 1.5rem;
    line-height: 1.9;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #17a2b8;
    border-color: #17a2b8;
    }
    
.btn_big:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff;
    text-decoration: none;
}

a.external[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0px 3px 0px 5px;
}