/* 
    Document   : rest
    Created on : Sep 28, 2015, 8:17:57 AM
    Author     : JLovato
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body {
    background-color: #fff;
}
.jumbotron {
    background-color: #fff;
}
.hideSubject {
    display: none;
}
.hideGrade {
    display: none;
}
[class^="advanced-search-toggle-"] {
    margin-left: 5px;
}

.menu-format-options {
    width:220px; 
    position:relative
}

.submenu-format-container {
    z-index:1; 
    width:220px; 
    margin-left: -1px; 
    border:1px solid blue; 
    background-color:white; 
    position: absolute; 
    height: 0px; 
    min-height:0px; 
    display:none;
    text-align: left;
    padding: 5px;
}

.highlite-row {
    background-color:#EEEEEE;
}

.hidden-button {
    font-size:10px;
    font-weight: bold;
    color:#5e5d5e;
    cursor: pointer;
    text-align: center;
    padding-top: 2.5px;
    padding-bottom: 5px;
}

.lo-title {
    font-weight: bold;
}                   
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 10px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #0083be;
	border-color: #0083be;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #0083be;
}

a, a:hover, a:focus {
    color: #34b233;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #0083be;
    border-color: #0083be;
}
