html {
    height:100%;
    /*background:#f2f2f2 url(../imgs/bg.jpg) fixed;*/
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px; 

}
/*body { height: 100%; }   */

#appcontainer
{
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:50px;
    margin-bottom:20px;
    margin-right:20px;
    margin-left:20px;

}

#network {
    height: 65%;
    background-color: #fff;
}

#rightPanel,#leftPanel {
    height: 98%;
}

#tabr1,#tabr2,#tabr3,#tabr4,#tabr5 {
    height: 83%;
}
#tabr2_CC,#tabr2_MF,#tabr2_BP {
    height: 95%;
}

.filters {background-color:#f9f9f9;border:solid 1px #ddd;padding:10px;}


a {
    text-decoration: none;
}

#navBar{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background: #f0f0f0;
    color:#fff;
    z-index:1000;
    box-shadow: 0 0 8px black;
}

#footer{
    
    //position: absolute;
    bottom: 0;
    
    left:0;
    width: 100%;
    background: #f0f0f0;
    color:#fff;   
    box-shadow: 0 0 8px black;
}

a.dt-button.network {
    color: red;
}

a.dt-button.mitab{
    color: darkgoldenrod;
}

a.dt-button.interactions {
    color: #50B1FE;
}

a.dt-button.interactionsGrid {
    color: green;
}

#bench {
    position: absolute;
    right: 20px;
    top: 60px;
    background: #f0f0f0;
    padding: 20px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 10%;
    box-shadow: 0 0 8px black;
} 

.caja {
    margin: 0 auto;
    width: 600px;
    background: #f0f0f0;  
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    /*box-shadow: 0 0 8px black;
    -webkit-box-shadow: 10px 10px 5px 0px black;
    -moz-box-shadow: 10px 10px 5px 0px black;
    box-shadow: 10px 10px 5px 0px black;*/
} 

.column{border:0px solid red;}

.multipleSelect {
    height: 95%;
    width: 100%;
    overflow-x: scroll;
}

.AppFieldsets
{
    margin: 0;
    height: 80px;

}
.circle {
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    float:  left;  
    cursor: pointer

}

.hovered {
    background: #aaa;
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    text-align:center;
    display:    none;
    position:   fixed;
    z-index:    100000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
        url('http://i.stack.imgur.com/FhHRx.gif') 
        50% 50% 
        no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.stats {
    //width: 10%;
    //border: 1px solid #50B1FE;
    position: fixed;
    color: #aaa;
    font-size: 14px;
}

.bigNetworkWarning {
    max-width: 50%;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.bigNetworkWarning .qtip-titlebar {
    padding: 8px 14px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0px 0px;
}

.bigNetworkWarning .qtip-content {
    padding: 9px 14px;
}