*
{
    margin: 0;
    font-family: lato;
}
nav
{
    background-color: #000;
    padding: 3vh;
    display: flex;
    align-items: center;
}
ul
{
    list-style: none;
    display: flex;
    align-items: center;
}
li
{
    float: left;
    margin-left: 2vh;
    font-size: 18px;
}
a
{
    text-decoration: none;
    color: #FFF;
}
@font-face {
    font-family: lato;
    src: url("../font/Lato-Regular.ttf");
}
main
{
    margin: 10vh;
}
footer
{
    bottom: 0;
    background-color: #000;
    padding: 3vh;
    color: #FFF;
    width: 97.1%;
    text-align: center;
}
#homepageintro
{
    width: 35vh;
}
.main
{
    margin-left: 5vh;
}
.uav
{
    background-color: gray;
    padding: 10px;
    padding-bottom: 90px;
    margin-top: 10vh;
    border-radius: 10px;
}
.uavimg
{
    width: 100px;
    float: left;
    margin: 20px;
    background-color: #FFF;
    border-radius: 5px;
}
.uav h2
{
    text-decoration: underline;
    display: block;
}
hr
{
    border-color: #000;
}
.button
{
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    float: right;
    cursor: pointer;
    display: flex;
    margin-right: 5px;
    border: solid;
    border-color: #000;
}
.button:hover
{
    border-color: #fff;
}
#filter
{

    background-color: #000;
    padding: 1%;
    position: absolute;
    height: 96%;
    width: 560px;
}
#account
{
    width: 50px;
    position: absolute;
}
#inlog
{
    margin-top: 1vh;
    display: flex;
}
.submit
{
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    padding: 1vh;
    font-weight: bold;
    cursor: pointer;
    margin: 3vh 0 3vh 235px;
    display: block;
    width: 115px;
    text-align: center;

}
.submit:hover
{
    background-color: gray;
    border-color: gray;
    font-weight: bold;
}
table
{
    border-collapse: collapse;
}
tr
{
    background-color: #e6e6e6;
    margin-top: 2vh;
    border-bottom: solid;
}
tr input
{
    background-color: #e6e6e6;
    margin-left: 0;
    padding: 1vh;
    border: none;
}
#sorteer
{
    float: center;
    font-size: 18px;
    border-color: #FFF;
    position: absolute;
    margin-left: 50%;
    cursor: pointer;
}
#filterveld input[type="text"]
{
    width: 50px;
}
#filter.scrolled
{
    position: fixed;
    top: 0;
    overflow-y: scroll;
    width: 576px;
}
#filterveld select
{
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    font-size: 16px;
    width: 140px;
}
tbody
{
    width: 100%;
    display: block;
}
fieldset
{
   
    background-color: #f2f2f2;
    align-items: normal;
    display: flex;
    justify-content: center;
}
fieldset tr
{
    margin-top: 5vh;
    margin-bottom: 5vh;
    background-color: #f2f2f2;
    border: none;
}
fieldset label
{
    font-size: 18px;
}
fieldset input
{
    font-size: 16px;
    background-color: #f2f2f2;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 2px;
}
fieldset td
{
    padding-right: 1vh;
    padding-left: 1vh;
}
fieldset select
{
    font-size: 16px;
    background-color: #f2f2f2;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 2px;
}
span .submit
{
    margin-left: 84vh;
}
.tttt img{
    width: 20px;
}
.tooltip {
    position: absolute;
    display: inline-block;
    width: 20px;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-top: -80px;
    margin-left: -90px;
  }
  fieldset #img
  {
    width: 150px;
    height: 150px;
  }
  #entrysort
{
    float: center;
    font-size: 18px;
    border-color: #FFF;
    position: absolute;
    margin-left: 70%;
    margin-top: -5%;
    cursor: pointer;
}
.container td
{
    position: absolute;
    margin-left: -28vh;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: #e6e6e6;
    z-index: 1;
  }
  .prev
  {
    margin-left: -65vh;
    position: absolute;
  }
  .next
  {
    margin-left: -24vh;
    position: absolute;
  }
  .prev:hover, .next:hover {
    background-color: #000;
  }
td img
{
    width: 20px;
}
.dup
{
    background-color: gray;
    width: 40px;
    float: right;
    margin-top: -23px;
    margin-right: -90px;
}
#zoek
{
    background-color: #f2f2f2;
    border-color: #e6e6e6;
    border-radius: 10px;
    border: solid;
    margin-left: 85vh;
    margin-right: -20vh;
    padding: 3px;
}
#login-field
{
    position: absolute;
    margin-left: 80%;
}
.testdropdown
{
    visibility: hidden;
    transition-duration: 80ms;
}
.testdropdown.dropdown
{
    visibility: visible;
    transition-duration: 80ms;
}
.dropdownmenu
{
    height: 50px;
    width: 50px;
    border: none;
    cursor: pointer;
    display: inline;
}
.dropdownmenu img
{
    height: 50px;
    width: 50px; 
    background-color: #f2f2f2;
}
.filteropen
{
    margin-left: -100vh;
    transition-duration: 80ms;
}
.filteropen.dropdown
{
    margin-left: 0vh;
    transition-duration: 80ms;
}
.openclose
{
    display: block;
    position: absolute;
    transition-duration: 80ms;
}
.openclose.dropdown
{
    display: block;
    position: absolute;
    margin-left: 64vh;
    transition-duration: 80ms;
}
.main.dropdown
{
    margin-left: 70vh;
}
.dim
{
    visibility: hidden;
    transition-duration: 80ms;
}
.dim.dropdown
{
    visibility: visible;
    transition-duration: 80ms;
}
.spec
{
    visibility: hidden;
    transition-duration: 80ms;
}
.spec.dropdown
{
    visibility: visible;
    transition-duration: 80ms;
}
.speed
{
    visibility: hidden;
    transition-duration: 80ms;
}
.speed.dropdown 
{
    visibility: visible;
    transition-duration: 80ms;
}
.flight
{
    visibility: hidden;
    transition-duration: 80ms;
}
.flight.dropdown
{
    visibility: visible;
    transition-duration: 80ms;
}
.fuel
{
    visibility: hidden;
    transition-duration: 80ms;
}
.fuel.dropdown
{
    visibility: visible;
    transition-duration: 80ms;
}
.price
{
    visibility: hidden;
    transition-duration: 80ms;
}
.price.dropdown
{
    visibility: visible;
    transition-duration: 80ms;
}
.ddm
{
    visibility: visible;
    color: white;
    font-size: 18px;
    margin-bottom: 8vh;
}
.ddmtext
{
    margin-top: -7vh;
    margin-left: 6vh;
}
.ms2
{
    margin-top: 5vh;
    margin-left: 10vh;
}
.subsub
{
    margin-left: 60vh;
}
.subsub.dropdown
{
    margin-left: -5vh;
}
.info
{
    visibility: hidden;
}
.info.dropdown 
{
    visibility: visible;
}
.dimension
{
    visibility: hidden;
}
.dimension.dropdown 
{
    visibility: visible;
}
.spec
{
    visibility: hidden;
}
.spec.dropdown 
{
    visibility: visible;
}
.speed
{
    visibility: hidden;
}
.speed.dropdown 
{
    visibility: visible;
}
.flight
{
    visibility: hidden;
}
.flight.dropdown 
{
    visibility: visible;
}
.payload
{
    visibility: hidden;
}
.payload.dropdown 
{
    visibility: visible;
}
.power
{
    visibility: hidden;
}
.power.dropdown 
{
    visibility: visible;
}
.battery
{
    visibility: hidden;
}
.battery.dropdown 
{
    visibility: visible;
}
.misc
{
    visibility: hidden;
}
.misc.dropdown 
{
    visibility: visible;
}
.freq
{
    visibility: hidden;
}
.freq.dropdown 
{
    visibility: visible;
}
.over
{
    visibility: hidden;
}
.over.dropdown 
{
    visibility: visible;
}
.data
{
    visibility: hidden;
}
.data.dropdown 
{
    visibility: visible;
}
.pos
{
    display: block;
    margin-top: 24vh;
}
.pos2
{
    margin-top: 29vh;
}
.pos3
{
    margin-top: 3vh;
}
.pos4
{
    margin-top: 34vh;
}
.pos5
{
    margin-top: 19vh;
}
.pos6
{
    margin-top: 28vh;
}
.pos7
{
    margin-top: 10vh;
}
.pos8
{
    margin-top: 17vh;
}
.pos9
{
    margin-top: 22vh;
}
.discriptiontext
{
    margin-top: -4vh;
    margin-left: 6vh;
    position: absolute;
}
.dt1
{
    display: block;
}
.dt1.dropdown 
{
    display: none;
}
.dt2
{
    display: block;
}
.dt2.dropdown 
{
    display: none;
}
.dt3
{
    display: block;
}
.dt3.dropdown 
{
    display: none;
}
.dt4
{
    display: block;
}
.dt4.dropdown 
{
    display: none;
}
.dt5
{
    display: block;
}
.dt5.dropdown 
{
    display: none;
}
.dt6
{
    display: block;
}
.dt6.dropdown 
{
    display: none;
}
.dt7
{
    display: block;
}
.dt7.dropdown 
{
    display: none;
}
.dt8
{
    display: block;
}
.dt8.dropdown 
{
    display: none;
}
.dt9
{
    display: block;
}
.dt9.dropdown 
{
    display: none;
}
.dt10
{
    display: block;
}
.dt10.dropdown 
{
    display: none;
}
.dt11
{
    display: block;
}
.dt11.dropdown 
{
    display: none;
}
.dt12
{
    display: block;
}
.dt12.dropdown 
{
    display: none;
}
#brandadd
{
    display: none;
    color: #000;
}
.comp
{
    visibility: hidden;
}
.comp.dropdown 
{
    visibility: visible;
}
.bedrijf
{
    visibility: hidden;
}
.bedrijf.dropdown 
{
    visibility: visible;
}
.loc
{
    visibility: hidden;
}
.loc.dropdown 
{
    visibility: visible;
}
.stat
{
    visibility: hidden;
}
.stat.dropdown 
{
    visibility: visible;
}
.api
{
    background-color: #263238;
    padding: 2vh;
    border-radius: 5px;
}
.get
{
    background-color: #2f8132;
    padding: 5px;
    color: #fff;
    width: 25px;
    display: inline;
    margin-right: 10px;
}
.w
{
    color: #fff;
}
.m
{
    margin-top: 5px;
    margin-bottom: 5px;
}