html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.clickable {
    cursor: pointer;
}

.taskimage {
    width: 100px;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1700px;
    }
}

.aircraft-icon {
 /*   width: 3em !important;
    height: 1.5em !important;
 */   border: 1px solid black;
    border-radius: 10%;
    background-color: rgba(255,255,0,0.5);
    color: black;
    text-align: center;
}

.high-alt {
    background-color: rgba(0,255,0,0.5);
}
.med-alt {
    background-color: rgba(255,255,0,0.5);
}
.low-alt {
    background-color: rgba(255,20,20,0.5);
}
.no-alt {
    background-color: rgba(20,255,255,0.5);
}

.margin-bottom-20 {
    margin-bottom: 20px;
}
