/* overrule the following */
.cloud .searchcontainer {
  font-size: 13px;
 /* position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 30px;*/
  display: none;
}

.cloud .resultscontainer {
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0;
  right: 0;
}

.cloud .foamtreecontainer {
  position: absolute;
  left: 0; /* Remove facets hardcoded, was 15% */
  right: 30%;
  margin-right: 0;
  margin-left: 0;  /* Remove facets hardcoded, was 20px */
  top: 0;
  bottom: 0;
}

/* reset image paths */

.cloud .link {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/link_inactive.png);
}
.cloud .link:hover {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/link.png);
}

.cloud .datemode {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/date_inactive.png);
}

.cloud .datemode:hover {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/date.png);
}

.cloud .colormode {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/sentiment_inactive.png);
}
.cloud .colormode:hover {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/sentiment.png);
}

.cloud .print {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/printer_inactive.png);
}
.cloud .print:hover {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/printer.png);
}
.cloud .loading {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/progress-light.gif);
}
.cloud .refreshing {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/progress-light.gif);
}

.cloud .closedocs.panel-hidden {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/documents-smaller.png);
}
.cloud .closefacets.panel-hidden {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/facets-smaller.png);
}

.twitter-cloud .documents > li > .details {
  background: url(http://dashboard.finchline.nl/App_Themes/FinchLine01/images/twitter-logo.png) no-repeat 0 0;
}

.cloud .closedocs, .cloud .closefacets {
  background-image: url(/dashboard-sub/App_Themes/FinchLine01/images/circle-x.png);
}

.news-cloud .documents > li.head > .new-window {
  background: url(/dashboard-sub/App_Themes/FinchLine01/images/open-in-new-window.png) no-repeat 6px 1px;
}

/* Add */
.cloud .phantomCloud {
  width: 100%;  /*840px;*/
  height: 100%; /*540px;*/
  display: block;
}


/* Foamtree */
.foamtree > div {
    position: relative;
    width: 100%;
    height: 100%;
    }
    
    .foamtree > span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    }
                  
    .foamtreewidget {
      position: absolute;
      width: 440px;
      height: 400px;
      z-index: 500;
    }
    
    .foamtreePhantom{
          width: 440px;
          height: 400px;
          display: block;
    }
    
    .foamtreewidgetOverlay{
        position: absolute;
          width: 440px;
          height: 400px;
          display: block;
          z-index: 600;
    }