﻿body {
    padding-top: 20px;
}

.thumbnail {
    background-color: #000000;
    color: white;
}

.validation-summary-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 5px;
    padding-bottom: 0;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .validation-summary-errors ul {
        list-style: none;
        font-weight: bold;
        font-size: small;
    }

.list-group-item-heading {
    font-size: 16px;
}

.ui-autocomplete {
    background-color: #f5f5f5;
    list-style: none;
    padding-left: 0;
}

    .ui-autocomplete li {
        line-height: 35px;
        padding-left: 5px;
        z-index: 100;
    }

    .ui-autocomplete li:hover {
        background-color: #bbe5f1;
        cursor: pointer;
    }

.flyover {
   left: 150%;
   overflow: hidden;
   position: fixed;
   width: 50%;
   opacity: 0.9;
   z-index: 1050;
   transition: left 0.6s ease-out 0s;
}

.flyover-centered {
   top: 50%;
   transform: translate(-50%, -50%);
}

.flyover.in {
   left: 50%;
}

.flyover-bottom {
   bottom: 10px;
}

.scroll-down {
    position: fixed;
    bottom: 25em;
    right: 0px;
    /*text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 16px;
    padding: 1em;*/
    display: none;
}

    .scroll-down:hover {
        background-color: rgba(135, 135, 135, 0.50);
    }