﻿.logo {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0 none;
}

.studentDetailsHeader {
    background-color: #f5f5f5;
    padding: 9px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
}

html {
    overflow-y: scroll;
}

.filterChoices {
    border-color: #000000;
    border-style: solid;
    min-height: 100px;
    max-height: 100px;
    overflow: auto;
    background-color: white;
}

    .filterChoices > div {
        cursor: -webkit-grab;
        cursor: -moz-grab;
    }

.gu-mirror {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.filterChoices > div, .gu-mirror {
    background-color: rgba(51, 122, 183, 0.4);
    margin: 2px;
    transition: opacity 0.4s ease-in-out 0s;
}


body.modal-open {
    overflow: no-display;
    padding-right: 0 !important;
}

#main-menu .navbar {
    margin-bottom: 0;
    margin-top: 10px;
    float: right;
}

#user-info {
    text-align: right;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: keep-all;
    font-family: Arial, Helvetica, sans-serif;
}

/*.modal{
    display: block !important;
}*/
.modal-dialog {
    overflow-y: initial !important;
}

#informationModalContent {
    height: 600px;
    overflow-y: auto;
}

.viewHostDetails {
    cursor: pointer;
    cursor: hand;
}

.startEvaluation {
    cursor: pointer;
    cursor: hand;
}

.navbar-collapse .nav > li > a {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    margin: 2px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #294891;
    color: white;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #b5ccea;
    color: black;
}

#main-menu .navbar {
    margin-bottom: 0;
    margin-top: 10px;
    float: right;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    border: 2px solid #888;
    border-width: 1px 1px;
    font-weight: bold;
    min-height: 0;
    background-color: #f3f3f4;
    background-image: none;
}

ul.nav {
    margin: 0;
}

.nav li a {
    margin: 0;
    line-height: 10px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}

.tabbable .nav > li > a {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    margin: 2px;
}

#directions {
    height: 500px;
    float: right;
    width: 390px;
    overflow: auto;
}

#map {
    height: 500px;
    width: 790px;
}

.popover {
    max-width: 100%;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1800px;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
}