/****************************************

Main Stylesheet for Bootstrap (EPrints)

This stylesheet tidies up some parts
of the EPrints interface to work with 
Bootstrap by Twitter

****************************************/

#ep_menu_toggle{
    border-color: #ddd
}

#ep_menu_toggle span.icon-bar {
    border-color: #888
}

/******************************
Blocking element that obscures 
page until javascript has 
finished transforming it. 
*******************************/

#blocker {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #fff;
    z-index: 100000;
    background-image: url('/ojt_assets/Images/loading18.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

/*******
Footer
*******/

footer.bs-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 100px;
    color: #777;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
