.cloud {
  line-height: 1.5;
}

.cloud, .cloud input, .cloud button, .cloud select {
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.cloud input[type='text'], .cloud input[type='search'], .cloud select {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 4px;
  border-style: solid;
  border-width: 1px;
}
.cloud select {
  padding: 2px 4px;
}

.cloud input[type='text'],
.cloud input[type='search'],
.cloud select {
  border-color: #ccc;
}

.cloud input:focus,
.cloud select:focus,
.cloud input:focus,
.cloud select:focus {
  background-color: #fff;
  box-shadow: 0 0 2px #f1ca7f;
  border-color: #c7a158;
}

.cloud input.example {
  color: #888;
}

.cloud small {
  font-size: 100%;
}

.finchline .cloud .documentscontainer a {
  color: #63C9F3;
}

.cloud .foamtreecontainer,
.cloud .facetscontainer,
.cloud .documentscontainer,
.cloud .closedocs, .cloud .closefacets  {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.cloud .closedocs, .cloud .closefacets {
  border-radius: 3px 3px 0 0;
  padding: 1px 6px;
  font-size: 13px;
  color: #888;
  border-bottom: none !important;
  background-color: white;
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: url(http://dashboard.finchline.nl/App_Themes/img/circle-x.png);
}
.cloud .closedocs {
  background-position: right 4px;
  padding-right: 22px;
}
.cloud .closedocs.panel-hidden {
  background-image: url(http://dashboard.finchline.nl/App_Themes/img/documents-smaller.png);
}
.cloud .closefacets {
  background-position: left 4px;
  padding-left: 22px;
}
.cloud .closefacets.panel-hidden {
  background-image: url(http://dashboard.finchline.nl/App_Themes/img/facets-smaller.png);
}

.cloud .foamtreecontainer,
.cloud .facetscontainer,
.cloud .documentscontainer,
.cloud .closedocs,
.cloud .closefacets {
  border: 1px solid #ddd;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.cloud .closedocs,
.cloud .closefacets {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.cloud .searchcontainer {
  font-size: 13px;
}

.cloud input[name = 'query'] {
  width: 14em;
}
.twitter-cloud input[name = 'query'] {
  width: 12em;
}
.cloud input[name = 'from'],
.cloud input[name = 'to'] {
  width: 5.5em;
}
.cloud input[name='results'] {
  width: 5.5em;
}
.cloud input[name='days'] {
  width: 2em;
}
.cloud input[type='checkbox'] {
  vertical-align: -10%;
  margin-right: 0.3em;
}

.cloud .dates {
  width: 24em;
  *padding-right: 3em;
}
.twitter-cloud .dates {
  width: 31em;
}

.cloud .clear {
  font-weight: bold;
  font-size: 22px;
  color: #888;
  vertical-align: -2px;
  text-decoration: none;
  padding: 0 0 0 4px;
}
.cloud .clear:hover {
  color: #000;
}

.cloud .print, .cloud .link, .cloud .datemode, .cloud .colormode {
  text-decoration: none;
  color: #666;
}

.cloud .print:hover,
.cloud .link:hover,
.cloud .datemode:hover,
.cloud .colormode:hover {
  color: #444;
}

.cloud .link {
  padding-right: 10px;
}

.cloud .searchcontainer > div > button {
  background-color: #e62619;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px 0 10px;
  font-weight: bold;
  line-height: 160%;
  color: #fff;
}

.cloud .searchcontainer > div > button {
  border: 1px solid #cf2217;
}

.cloud .searchcontainer > div > button:hover,
.cloud .searchcontainer > div > button:focus,
.cloud .searchcontainer > div > button:active {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #b61e14;
}

.cloud .searchcontainer > div > button[disabled] {
  border: 1px solid #222;
  background-color: #aaa;
  color: #ccc;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.cloud .documents {
  padding: 10px 25px 10px 8px;
}

.cloud .twitter-anywhere-user {
  text-decoration: none;
}

.cloud .documentscontainer.hasDocuments {
  background-color: #000;
}
.cloud .documentscontainer.hasDocuments > .documents {
  background-color: #141312;
}

/** NC documents */
.news-cloud .documents {
  line-height: 1.2;
  list-style: none;
  margin-top: 0;
}
.news-cloud .documents > li {
  padding-left: 18px;
}
.news-cloud .documents > li.head {
  margin-top: 50px;
  position: relative;
}
.news-cloud .documents > li.head > .preview {
  width: 20px;
  height: 16px;
  position: absolute;
  left: -2px;
  top: 2px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.news-cloud .documents > li.head > .preview {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #ddd;
  margin-top: 2px;
  transition: all 0.7s;
  -ms-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.news-cloud .documents > li.head > .preview.open {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);

  /*border-width: 12px 7px 0 7px;*/
  /*border-color: #ddd transparent transparent transparent;*/
}
.news-cloud .documents > li.head > .new-window {
  padding-left: 24px;
  padding-right: 6px;
  padding-top: 4px;
  background: url(http://dashboard.finchline.nl/App_Themes/img/open-in-new-window.png) no-repeat 6px 1px;
}

.news-cloud .documents > li.head:first-child {
  margin-top: 0;
}
.news-cloud .documents > li.head > h1 {
  font-size: 18px;
  display: inline;
}
.finchline .news-cloud .documents > li.head > h1 > a {
  color: #666666;
  text-decoration: none;
}
.news-cloud .documents > li.head > .ui-li-count {
  white-space: nowrap;
  padding: 1px 3px;
  font-size: 10px;
  position: relative;
  left: 6px;
  bottom: 3px;
  border-radius: 3px;
}
.news-cloud .documents > li.head > .ui-li-count {
  border: 1px solid #ddd;
  background-color: #eee;
  /* olor: #666; */
}

/** TC documents */
.twitter-cloud .documents {
  line-height: 1.4;
  list-style: none;
  margin-top: 0;
}
.twitter-cloud .documents > li {
  padding-left: 29px;
  margin-bottom: 30px;
  position: relative;
}
.twitter-cloud .documents > li > a.twitteruser {
  text-decoration: none;
  display: block;
  padding-right: 6.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.twitter-cloud .documents > li > a > img {
  position: absolute;
  margin-left: -29px;
  border-radius: 3px;
  max-width: 24px;
  max-height: 24px;
}
.finchline .twitter-cloud .documents > li > a > h1 {
  font-size: 14px;
  display: inline;
  padding-right: 0.3em;
  color: #009EE0;
  font-weight: bold;
}
.finchline .twitter-cloud .documents > li > a:hover > h1 {
  color: #009EE0;
  text-decoration: underline;
}
.finchline .twitter-cloud .documents > li > a > .author {
  font-size: 12px;
  color: #B3B3B3;
}
.finchline .twitter-cloud .documents > li > .date  {
  position: absolute;
  margin-top: 2px;
  margin-right: 16px;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #B3B3B3;
}
.finchline .twitter-cloud .documents > li > .preview {
  color: #B3B3B3;
}

.twitter-cloud .documents > li > .details {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url(http://dashboard.finchline.nl/App_Themes/img/twitter-logo.png) no-repeat 0 0;
}

/** Common documents */
.cloud .documents.sentiment a.positive {
  color: #99ff97;
  color: #0e9126;
}
.cloud .documents.sentiment a.negative {
  color: #ffbaa7;
  color: #b73342;
}
.cloud .documents.default a.positive,
.cloud .documents.default a.negative,
.cloud .documents a.not_set,
.cloud .documents a.unknown,
.cloud .documents a.neutral {
}
.cloud .documents .summary,
.cloud .documents .sources {
  font-size: 13px;
}
.cloud .documents .sources {
  margin-top: 5px;
  color: #B3B3B3;
}
.cloud .documents .sources a {
  color: #009EE0;
  text-decoration: none;
  font-weight: bold;
}
.cloud .documents .sources a:hover {
  text-decoration: underline;
}

.twitter-cloud .documents .summary {
  margin: 10px 0 0 0;
  padding: 10px;
  border: solid 1px #DDDDDD;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  overflow: hidden;
}
.twitter-cloud .documents .summary h2 {
  margin: 0;
  padding: 0;
}
.twitter-cloud .documents .summary h2 a {
  color: #666666;
  text-decoration: none;
}

.finchline .cloud .breadcrumbs {
    color: #63C9F3;
}
.finchline .cloud .breadcrumbs .sep {
  color: #666666;
  font-weight: bold;
}
.finchline .cloud .breadcrumbs a {
  color: #009EE0 !important;
  font-weight: bold;
  text-decoration: none;
}
.cloud .breadcrumbs a:hover {
  text-decoration: underline;
}
.cloud .documents .sep {
  /* color: #555; */
}
.cloud .documents > li img {
  max-width: 150px;
  max-height: 150px;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
  float: left;
}

.cloud .com, .cloud .per {
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 2px;
  white-space: nowrap;
  margin-right: 4px;
  margin-top: 4px;
  float: left;
}
.cloud .com {
  background-color: #e1f1ff;
}
.cloud .per {
  background-color: #fffacd;
}

.cloud .breadcrumbs {
  font-size: 13px;
  margin: 0 4px;
  padding: 8px 0 8px 6px;
  min-height: 3ex;
}
.cloud .breadcrumbs > a,
.cloud .breadcrumbs > span {
  padding: 0 0.5em 0 0;
}

.cloud .facets {
  padding: 6px 21px 6px 2px;
  
  font-size: 13px;
}

.cloud .facets > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.cloud .facets > ul > li {
  margin: 0;
  padding: 0;
}
.cloud .facets > ul > li:first-child {
  font-weight: bold;
}
.cloud .facets > ul > li:first-child {
  color: #222;
}
.cloud .facets > ul > li > input {
  position: absolute;
  margin-left: 0;
}
.cloud .facets > ul > li > span {
  display: block;
  padding-left: 20px;
  color: #777;
}
.ie .cloud .facets > ul > li > span {
  *margin-top: -16px;
}
.cloud .facets > ul > li > span > a {
  text-decoration: none;
}
.cloud .facets > ul > li > span > a {
  color: #333;
}
.cloud .facets > ul > li > span > a:hover {
  text-decoration: underline;
}

.cloud .ui-datepicker-div {
  font-size: 12px;
  margin-top: 2px;
  z-index: 30 !important;
}
.cloud .ui-corner-all {
  border-radius: 2px !important;
}

.cloud #ui-datepicker-div {
  border: 1px solid #ccc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  z-index: 5001 !important;
}

.cloud .loading, .cloud .no-results {
  font-size: 16px;
}

.cloud .loading,
.cloud .no-results {
  color: #666;
  border-radius: 2px;
}