body {
    padding-bottom: 0px;
}

main {
    min-height: 90vh;
}

textarea {
    min-height: 100px;
}
.navbar{
    box-shadow: 0px 1px 32px -15px rgba(0,196,255,1);
}

.navbar-brand a {
    color: inherit;
    text-decoration: none;
}

.instructions-steps {
    min-height: 60vh;
}

.measure-input {
    width: 50px;
}

.measure-result-meter {
    width: 100%;
}

.thumbnail-active {
    background-color: lightyellow;
    font-weight: bold;
    padding: 15px 5px 0px 5px;
}

.thumbnail-active:hover {
    cursor: pointer;
}

.thumbnail-done {
    text-decoration: line-through;
}

.step-img {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 80%;
    height: auto;
    max-height: 250px;
}

.links-inputs {
    width: 90%;
}

.links-icon {
    padding-left: 15px;
}

.link-input {
    margin: 2px 0px 2px 0px;
    width: 100%;
}

.start, .action, .subscription, .demoSignUp {
    min-height: 80vh;
}

.report-entry hr {
    max-width: 85px;
    height: 1px;
    margin: 3px 0px;
}

.dropdown-menu:not(.submenu){
    min-width: 0;
}
.dropdown-menu {
    top: 123%;
}
#user-menu {
    right: 0;
    left: unset;
}
.instruction, .statistic, .action{
    animation: slide-in-left 0.5s ease-out;
}

#user-menu, #statistic-menu, #measure-menu, #tools-menu, #instructions-menu, #instructions3-menu, #demo-menu{
    animation: slideDown 0.5s ease; 
}

@keyframes slideDown {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-left {
    from{
        transform: translateX(-1500px);
    }
    to{
        transform: translateX(0);
    }
}

@media (min-width: 1200px){
    .statistic {
        flex: 0 0 100%; 
        max-width: 100%;
    }   
}

.instructions-left {
    color: #ffffff;
    background-color: #6c757d;
    font-size: 0.9em;
    margin-bottom: 3px;
    margin-right: 10px;
}
.instructions-middle {
    color: #ffffff;
    background-color: #6c757d;
    font-size: 0.9em;
    margin-bottom: 3px;
    margin-right: 10px;
}
.instructions-right {
    color: #ffffff;
    background-color: #6c757d;
    font-size: 0.9em;
    margin-bottom: 3px;
}
.jump-card {
    justify-content: center;
    flex-wrap: wrap;
}
.jump-card:last-child {
    margin-bottom: 0;
}
.carousel-control-prev-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23808080' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");*/
    background-image: url("../img/prev.png");
}
   
.carousel-control-next-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23808080' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");*/
    background-image: url("../img/next.png");
}
.carousel .carousel-control-prev-icon, .carousel-control-next-icon {
    visibility: hidden;
    /*background-color: #808080;*/
    /*border-radius: 10%;*/

}
.carousel:hover .carousel-control-prev-icon {
    visibility: visible;
    /*background-color: #332c2c;*/
    /*border-radius: 10%;*/
}
.carousel:hover .carousel-control-next-icon {
    visibility: visible;
}
.carousel-indicators {
    bottom: -25px;
}
.carousel-indicators li {
    visibility: visible;
    background-color: #808080;
    border-radius: 10%;
}
.carousel-indicators .active {
    background-color: #332c2c;
    border-radius: 10%;
}
/*.carousel:hover .carousel-indicators li {
    visibility: hidden;
}*/

/*.carousel-indicators .active :hover {
    visibility: visible;
}*/

div#instructions-menu {
    max-height: 500px;
    overflow-y: scroll;
}

.nav-placeholder {
  width: 300px;
}
.navbar-brand img {
  max-width: 250px;
}

@media (max-width: 991.98px) {
  .nav-placeholder {
    display: none;
  }
}

.btn-primary {
  background-color: rgb(24, 64, 128);
  border: none;
}