﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="select"] {
    max-width: 53em;
}


select {
    height: 38px !important;
}

.navbar-brand {
    padding: 0;
    margin-bottom: 15px;
}

    .navbar-brand > img {
        max-height: 56px;
        width: auto;
        height: auto;
    }

.navbar-nav li {
    margin-top: auto;
    margin-bottom:auto;
}

.logo img {
    max-height: 48px;
    width: auto;
    height: auto;
}

.sidebar ul {
    list-style-type: none;
    margin: 2rem;
    padding: 0;
}

.sidebar-header {
    text-align: center;
}

.siderbar ul li > a {
    min-width: 21rem;
    max-width: 25rem;
}

.badge {
    border-radius: 4px;
}

.avail-test {
    border-top: inset;
    border-top-width: 1px;
}

#available-tests {
    max-width: 80%;
}

.body-content {
    background-image: url("/Images/watermark.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto;
}
.row:before, row:after {
    display: inline-block;
}
#assessmentsforcarousel img {
    opacity: 0.25;
}

.radiostyle {
    height: auto;
}

    .radiostyle label {
        margin-left: 3px !important;
        margin-right: 10px !important;
    }
.scrollablemenu {
    position: relative;
    max-height: 50vh;
    margin-top: .1rem;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom: .25em;
}
.bdsadminscrollablemenu {
    position: relative;
    /*max-height: 800px;*/
    max-height: 80vh;
    margin-top: .1rem;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: .25em;
}

.label { font-size:90%;}

@media (min-width: 768px) {
    .navbar > li.dropdown > a:hover > .dropdown-menu {
        display: block;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown-toggle-split:hover .dropdown-menu {
        display: block;
    }
}

