html, body {
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    font-family: "Helvetica","Gill", Gill sans;
    font-size: 0.9em;
    text-align: center;
}

html {
    background: url('../img/satinweave.png');
    background-color:#F9F9F9;
}

.hidden {
    display: none;
}

.text {
    margin: 20px;
}

input, select {
    font-size:0.9em;
}

table {
    margin-top:10px; 
    margin-left:7px;
}

h1 {
    font-size:3em;
    text-decoration: none;
    font-weight: 300;
    color:#333333;
}

a {
    color:#444;
    text-decoration: none;
}
.navigator {
    position:absolute; 
    top:0;
    left:0;
    right:0;
    z-index:7000;
    text-align: left;
}
.about {
    position: absolute;
    top:5px;
    right:5px;
}
.search {
    position: absolute;
    top:5px;
    left:5px;
}
.search input {
    padding: 3px;
    margin-top: 0;
    width: 300px;
}
ul.ui-autocomplete {
    width:300px;
    max-height:300px;
    text-align:left;
    overflow-y:scroll;
    overflow-x:hidden;
}

.search .reset-search {
    position: absolute;
    display: block;
    padding-right: 4px;
    top: 4px;
    right: 1px;
    padding-left: 8px;
}

.search .reset-search i {
    height:20px;
    width:20px;
    opacity: 0.4;
}

.description div {
    padding:10px;
}

#main-container {
    left:0;
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
}

#inner-details {
    font-size:0.8em;
    list-style:none;
    margin:7px;
}

#log {
    position:absolute;
    top:10px;
    font-size:.0em;
    font-weight:bold;
    color:#000000;
}


#infovis {
    position:relative;
    width:100%;
    height:100%;
    margin:auto;
    overflow:hidden;
}

#infovis-label {
    height:100% !important;
}

.node {
    margin-top: -40px;
    margin-left: -25px;
}

.node.loading-node .circle{
    background: url('../img/ajax-loader.gif') no-repeat white;
}

.node .node-name {
    position: absolute;
    display: block;
    top: 48px;
    margin-left:-5px;
    width: auto;
    text-align: center;
    font-weight: bold;
    color:black !important;
    background: url('../img/submenu-pointer.png') no-repeat 20px 10px;
    padding: 20px 0 0 0;
    box-shadow: none;
    border-bottom: none;
    white-space: nowrap;
    z-index:100;
}
.node .node-name span {
    display: block;
    padding:5px;
    background: #444;
    background: rgba(0,0,0,0.8);
    color:white;
}

.circle {
    background: white;
    border:1px solid #444;
    -moz-box-shadow:2px 2px 0 #AAA;
    -webkit-box-shadow:2px 2px 0 #AAA;
    box-shadow:2px 2px 0 #AAA;
    color:#444 !important;
    width: 60px;
    height: 60px;
    line-height: 71px;
    margin: 0 auto;
    font-size:24px !important;
    /* To optimize it for webkit browsers (Chrome, iPhone), should be tested on other browsers as well */
    -webkit-transform: translate3d(0,0,0);
}

.circle .icon {
    font-size: 200%;
}


.close, .add {
    display: none;
}

/*PIC*/

div.pic {
    position:absolute;
    border:1px solid #444;
    -moz-box-shadow:2px 2px 0px #AAA;
    -webkit-box-shadow:2px 2px 0px #AAA;
    box-shadow:2px 2px 0px #AAA;

    margin-top:-110px;
    margin-left:-85px;
    width:200px;
    height:200px;
    overflow:hidden;
    background-size:cover !important;
}

div.pic i {
    display:none;
    padding:2px;
    font-size: 2em;
    text-shadow:1px 1px 1px white;
}

div.pic:hover i {
    display:block;
}



.overlay {
    position: absolute;
    z-index: 5999;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: #444;
    background: rgba(0,0,0,0.8);
}

.overlay a.close {
    display: block;
    position: absolute;
    top:0;
    right:0;
    color:white;
}


.fancybox-inner {
    font-size: 1.2em;
}