body {
    overflow: hidden;   
    padding: 15px 5px 0px 5px;
}

a#download {
    padding: 2px 7px 2px 7px;
}

div#vizContainer {
    margin-top: 5px;
}

#snapshot {
    cursor: pointer;
}

/* LOAD SAVE NETWORK DIALOG BOX */
/* error/success popup */
.cacheInOk {
    border-radius: 10px 10px 10px 10px;
    z-Index: 9999999;
    position: absolute;
    border: solid 2px #777777;
    background-color: rgba(255,255,255,1);
    padding: 10px 20px 15px 25px;
}

/* success popup specific*/
.cacheInOk-header {
    color: rgba(0, 100, 0, 1);
    font-size: 4em;
    text-align: center;
}

.cacheInOk-header span {
    font-size: 0.33em;  
}

.cacheInOk-header i.fa-times-circle {
    font-size: 0.6em;  
    color: #777777;
    cursor: pointer;
}

/* Error popup specific */
.cacheInError {
    border-radius: 10px 10px 10px 10px;
    z-Index: 9999999;
    position: absolute;
    border: solid 2px #777777;
    background-color: rgba(255,255,255,1);
    padding: 10px 20px 15px 25px;
}

.cacheInError-header {
    color: rgba(255,0,0, 0.7);
    font-size: 4em;
    text-align: center;
}

.cacheInError-header span {
    font-size: 0.66em;  
    margin-left: 1em;
    margin-right: 1em;
}

.cacheInError-header i.fa-times-circle {
    font-size: 0.6em;  
    color: #777777;
    cursor: pointer;
}

.cacheInError-body {
    min-width: 150px;
    font-size: 3.5em;
    text-align: center;
    font-weight: 100;
    min-height: 0.75em;
    border-top: 1px solid;
    padding: 25px 5px 5px 5px;
    margin-top: 5px;
}

.cacheInOk-footer.cacheInError-footer {
    padding-top: 10px;
    color: #777777;
    font-weight: 400;
}

.modal-loader {
    border-radius: 10px 10px 10px 10px;
    z-Index: 9999999;
    position: absolute;
    border: solid 2px #777777;
    background-color: white;
    padding: 10px 10px 30px 30px;
}

.ml-header {
    color: #777777;  
    padding: 0px 5px 10px 5px;
    min-height: 25px;
}

.ml-body {
    display: inline;
    padding-right: 35px;
}

#loaderBack {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-Index: 999999;
}

.exporterIdle {
    font-size: 8em;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    padding-top: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-Index: 999999;
    width: 100%;
    height: 100%;
}

#navbarTop {
    margin-bottom: 5px;
    position: relative;
    z-index: 1000;    
}

#unitySearchBar {
    margin-left: 300px;
    margin-top: 5px;    
}

#legend {
    //z-index: -10;
    position: absolute;
    top: 85px;
    right: 50px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.065);
    background-color : #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #d4d4d4;
    padding : 10px 10px 10px 10px;
    font-weight: 800;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;    
}

#legend.label {
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 10px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0px 10px 4px rgba(0, 0, 0, 0.065);    
    border-top: none;
    top: 62px;
    background: rgb(255, 255, 255);
    font-size: 1em;
    padding-top: 5px;
}

.legendFooter {
    color: #777777;
    font-size: 0.9em;
    cursor: pointer;    
    float: right;
    margin-bottom: -5px;   
    font-weight: 200; 
}

#legend table td {
    padding: 5px;
}

.legendText {
    display: inline;
    padding-left: 10px;
    padding-right: 20px;
    vertical-align: 5px;
}

#download {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    color: #fff;    
}

#showHelp i {
    width: 15px;
}

#showHelp {	
    padding-top: 10px;
    cursor: pointer;
    padding-bottom: 10px;
    height: 100%;
    border-right: solid 1px #C6C6C6;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    width: 90px;

}
.linkToHelp a {
    float: left;
    padding-top: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    text-decoration: underline;
}
