.paneWrapper {
    background-color: #eee;
    padding-top: 10px;
    overflow-x:scroll;
}

.paneDiv{
    width: 23%;
    /*border: 1px solid #ccc;*/
    float: left;
    margin-right:10px;
}

.paneDiv ul:first-child {
    margin-left:0px;
}
.paneDiv li{
    border-bottom: 1px solid #DDD;
}

.paneDiv li h5{
   padding-top:5px;
   padding-bottom:5px;
}



.paneDiv li.info-lib-sub-list {
    border:none;
}

.paneDiv li a{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.paneDiv li.level-one:hover{
    background-color: #ddd;
    color: #000;
}

.paneDiv li.level-two:hover {
     background-color: #ddd;
    color: #000;
}





.hintWrapper .brace{
    float: left;
    height: 200px;
}

.hintWrapper .arrow{
    display: block;
    margin-top: 10px;
    margin-left: 200px;
    margin-bottom: 10px;
}

.hintWrapper div{
    font-size: 30px;
    margin-left: 35%;
    padding-right: 20px;
    padding-top: 55px;
}

.highlighted, .highlighted a:hover{
    background-color: #195987;
    color: #fff;
}


.highlighted a{
    color: #fff;
}

.paneDiv ul li.highlighted.hasChildren, .paneDiv ul li.highlighted.hasChildren a:hover {
  background-image: url(/css/images/ToggleNormWHT.png);
  background-repeat: no-repeat;
  background-position: right center;  
  /* background-position: right center\9;         '\9' = fix for < IE 8  */
}

/* doc library hint */
.hintDiv{
    position: absolute;
    margin-left: 250px;
    padding-top: 5px;
}

.hintText{
    height: 30%;
    width: 80%;
    text-align: center;
    float:right;
}

.hintText h2{
    color: #a7a6a6;
    text-align: left;
    font-size: 44px
}

.hintDiv .brace{
    float: left;
    height: 200px;
    /*
    height: 100%;
    width: 10%;
    */
}
.paneDiv ul li.hasChildren {
    background-image: url("/css/images/ToggleNorm.png");
    background-position: right center;
    background-repeat: no-repeat;
}

h1{
    margin-bottom: 15px;
}

.backButton{
    float: left;
}

.backButton a{
    display: block;
    margin: 0 0 10px 0;
}

.paneDivMobile {
    width: 45%;
}


.contourIndicator{
    font-size: 10px;
    margin-left: 5px;
}
.row .row .documentWrapper {
    
    margin-top: 30px;

}

@media only screen and (max-width: 767px) {

    .hintWrapper div{
        font-size: 18px;
        margin-left: 25%;
        padding-right: 5px;
        padding-top: 5px;
    }    
    

   .hintDiv{    
        float:right;
        padding-top: 5px;
        width: 52%;
        height:200px;
        margin-left:42%;
    }
    
    .hintDiv .brace{
        display:none;
    }
    
    .hintDiv .arrow{
        width: 98px;
        margin-top:10px;    
    }

    .hintText{
        text-align: center;
        margin-top: 50px;
        width: 95%;
    }
    
    .hintText h2{
        font-size: 1.8em;
        color: #a7a6a6;
        text-align:center;
    }

}

/* doc library hint */











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
