
/* Styles for the 3D Search section for the Facial Norms subsite */

.checked-select{
    border: solid 1px;
    height: 200px;
    overflow: scroll;
}
.checked-select label{
    font-size: 0.929em;
    font-weight: 400;
}
.checkbox-item{
    border-bottom: 1px solid #eeeeee;
    display: block;
    font-size: 11px;
    margin: 0px;
    padding: 2px 3px;
}

#facial-norms .checked-select .form-checkbox {
         font-size: 9px ! important;
              height: 10px;
}

#facial-norms .checked-select label {
      font-size: .929em;
}

.checkbox-item:hover{
    background-color: #eee;
}
.checked-select .selected{
    background-color: #ccc;
}
.missing-graph-div {
    margin-left:20px;
    width: 585px;
    border: 1px solid black;
    position: relative;
    padding: 3px;
    margin-bottom: 5px;
}

.missing-graph-name {
    position: absolute;
    left: 5%;
}
.missing-graph-count{
    position: absolute;
    left: 95%;
}

.missing-graph-bar {
    height: 20px;
    background-color: #AAA;
}
.missing-graph-container{
    margin-bottom: 20px;
}

/* Styles for the Technical Notes section for the Facial Norms subsite */

/* hide sidebar sub menus by default */
#sidebar-wrapper .nav .nav {
    display: none;
    font-size:12px;
}

/* show sub menu when parent is active */
#sidebar-wrapper .nav .active ul {
    display: block;
}

#sidebar-wrapper .nav ul li{
    line-height: 1;
    left: 20px;
}

.sidebar-title{
    line-height: 1;
    font-size: 10pt;
}
.sidebar-title:visited{
    color: #3272ba;
}
.sidebar-title:link{
    color: #3272ba;
}


.affix-top{
    position: relative;
}

.affix{
    top: 50px;
    left: 180px;
}

.affix-bottom {
    position: relative;
    left: 0px;
}

#terribly-ugly-placeholder{
    height: 10px;
}
