div#resultsList .col-md-2 {
	word-wrap: break-word;
}
td.docTableTitle {
	color: #788399;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif
}
a.documentTag {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 1em 0 0;
	clear: left;
}

.loader{
	width: 16px !important;
}

div#sideNav {
  background-color: #f5f5f5;
}
.topSpace10 {
  margin-top: 10px;
}
.topSpace20 {
  margin-top: 20px;
}
.country .icon {
  float: left;
  margin-right: 10px;
}
.country .text {
  color: #3e4e5b;
}
.country.mid .text {
  padding-top: 3px;
  font-size: 120%;
  font-weight: bold;
}
.searchForm a:link,
.searchForm a:visited,
.searchForm a:active {
  text-decoration: none;
}
.searchForm .x:hover a {
  cursor: pointer;
  color: #3e4e5b;
}
.clear {
  clear: both;
}
.tags .tag,
li .tags .tag,
.filterSummary .item {
  font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: left;
  margin-left: 0.2em;
  margin-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.1px;
  padding-bottom: 0.1em;
  background: #f1f1f1;
  border: #ccc 1px solid;
  color: #666;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.filterSummary .item {
  background: #678298;
  border: transparent 1px solid;
  color: white;
  padding-right: 0.3em;
  max-width: 600px;
}
.filterSummary .item a .x {
  color: white;
  margin-left: 1em;
  margin-right: 0px;
  cursor: pointer;
  z-index: 99999999;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: bold;
}
.filterSummary .item a .x:hover {
  color: #3e4e5b;
  background-color: white;
  margin-left: 1em;
  cursor: pointer;
  z-index: 99999999;
}
.filterSummary .item .x:hover {
  -moz-border-radius: 15px;
  border-radius: 15px;
  /*background: black;*/

}
.tags .tag:hover,
.tag a:hover {
  border: transparent 1px solid;
  color: white;
  background: #3e4e5b;
  cursor: pointer;
}
#view-switcher {
  float: right;
}
#view-switcher div.view-switch {
  float: right;
  padding: 5px;
}
.on {
  background-color: #c0c0c0;
  color: white;
}
.off {
  background-color: white;
  color: #c0c0c0;
}
.disabled {
  background-color: white;
  color: #c0c0c0;
}
.off:hover {
  color: #3e4e5b;
  background-color: #e1e6ea;
  cursor: pointer;
}
.rot90Down {
  -webkit-animation: spinDown 0.3s linear;
  -moz-animation: spinDown 0.3s linear;
  animation: spinDown 0.3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes spinDown {
  100% {
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes spinDown {
  100% {
    -webkit-transform: rotate(90deg);
  }
}
@keyframes spinDown {
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.rot90Up {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-animation: spinUp 0.3s linear;
  -moz-animation: spinUp 0.3s linear;
  animation: spinUp 0.3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes spinUp {
  100% {
    -moz-transform: rotate(-90deg);
  }
}
@-webkit-keyframes spinUp {
  100% {
    -webkit-transform: rotate(-90deg);
  }
}
@keyframes spinUp {
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.facetTitle {
  color: #678298;
}
#leftFacets {
  font-size: 80%;
}
#facetHeadding {
  font-size: 18px;
  color: #678298;
}
#leftFacets {
  margin-top: 1em;
  margin-left: 10px;
  padding-bottom: 1em;
}
#leftFacets h2 {
  color: #678298;
  font-size: 16px;
}
#leftFacets ul li {
  margin-left: 0px;
}
#leftFacets li.facetName {
  padding-top: 10px;
}
#leftFacets li.facetName ul {
  /*padding-top: 10px;*/

}
#leftFacets li.facetValue {
  padding-top: 2px;
  margin-left: 20px;
  font-size: 85%;
  /*border-bottom: #ccc 1px dotted;*/

}
li.facetValue a {
  text-decoration: none;
  display: block;
  color: #3e4e5b;
  cursor: pointer;
  padding: 3px;
}
span.toggle {
  cursor: pointer;
}
span.toggleIcon {
  display: block;
  float: left;
}
li.selectedfalse a:hover {
  text-decoration: none;
  background-color: #e1e6ea;
  color: #3e4e5b;
}
li.selectedtrue a {
  background-color: #678298;
  color: white;
}
li.selectedtrue:hover a {
  background-color: #678298;
  color: white;
}
/*.fact-summary:hover {
    height:auto;
} */
.toggleIcon {
  color: #cecece;
  width: 1em;
  height: 1em;
}
.facetValue .badge {
  background-color: #ffffff;
  color: #678298;
  font-size: 80%;
  margin-left: 5px;
}
.facetTitle .badge {
  background-color: #b6c7d1;
  color: white;
  font-size: 80%;
  margin-left: 0.5em;
}
.result-line .title {
  font-size: 130%;
}
.result-line {
  border-top: 1px #c0c0c0 solid;
  padding-bottom: 20px;
}
.result-line a {
  color: #678298;
}
.result-line:hover {
  background-color: #e1e6ea;
  cursor: pointer;
}
table.suggestLine tr td {
  vertical-align: top;
  padding-right: 3px;
}
table.suggestLine {
  width: 100%;
  margin: 0px;
  padding-right: 5px;
}
table.suggestLine tr td.facetFieldName {
  width: 225px;
}
table.suggestLine tr td.facetFieldValue {
  width: 265px;
}
table.suggestLine tr td.facetFieldValueFound {
  width: 50px;
}
.suggestionResult,
.loading-indicator {
  font-size: 16px;
  /*float:left;*/

  /*    width:555px;*/

  overflow: hidden;
}
.showFieldName {
  border-top: 1px #cecece solid;
}
.hideFieldName {
  border-top: 1px transparent solid;
}
.showFieldName .facetFieldName {
  font-weight: bold;
  /*width:200px;*/

  /*   float:left;*/

  color: #cecece;
  /*margin-left: 10px;*/

  /*padding-right: 5px;*/

}
.hideFieldName .facetFieldName {
  /*width:200px;*/

  /*  float:left;*/

  color: transparent;
  /*margin-left: 10px;*/

}
.facetFieldValue {
  padding-top: 2px;
  font-weight: bold;
  font-weight: normal;
  font-size: 75%;
  /*float:left;*/

}
.facetFieldValueFound {
  /*padding-top: 3px;*/

  font-size: 75%;
  font-weight: normal;
  /*float:right;*/

  color: #AAAAAA;
  text-align: right;
}
.x-combo-list {
  border: none;
  border-top: 1px transparent solid;
}
.x-combo-list .x-combo-selected,
.x-combo-list .x-combo-selected td {
  border: none;
  border-top: 1px transparent solid;
  background-color: #678298;
  color: white;
}
.x-combo-list .x-combo-selected .country:hover,
.x-combo-list .x-combo-selected td .country:hover,
.x-combo-list .x-combo-selected .text:hover,
.x-combo-list .x-combo-selected td .text:hover {
  background-color: transparent;
}
.x-combo-list * {
  background-color: white;
}
.x-combo-list {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}
.x-combo-list-inner {
  overflow: hidden;
}
.suggestionResult {
  padding-left: 5px;
}
.x-combo-selected b {
  background-color: #b6c7d1;
}
#moreResults {
  margin-top: 10px;
  font-size: 75%;
  padding: 10px;
  text-align: center;
  color: #666666;
  border-top: 1px solid #c0c0c0;
}
#moreResults:hover {
  color: #678298;
  background: #e1e6ea;
  border-top: 1px solid #678298;
  cursor: pointer;
}
#moreResults .text {
  padding-left: 5px;
  height: 16px;
}
.table-header-rotated th.row-header {
  width: auto;
}
.table-header-rotated td {
  width: 80px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}
.table-header-rotated th.rotate-45 {
  height: 250px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}
.table-header-rotated th.rotate-45 > div {
  position: relative;
  top: 0px;
  left: 124.99999999999999px;
  /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/

  height: 100%;
  -ms-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.table-header-rotated th.rotate-45 span {
  font-size: 14px;
  -ms-transform: skew(45deg, 0deg) rotate(315deg);
  -moz-transform: skew(45deg, 0deg) rotate(315deg);
  -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  -o-transform: skew(45deg, 0deg) rotate(315deg);
  transform: skew(45deg, 0deg) rotate(315deg);
  position: absolute;
  bottom: 105px;
  left: -115px;
  /*Because it looked good, but there is probably a mathematical link here as well*/

  display: inline-block;
  width: 100%;
  width: 296.9848480983499px;
  /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/

  text-align: left;
}
#resultTable td {
  height: 35px;
  white-space: nowrap;
}
.DTFC_LeftBodyWrapper td {
  height: 35px;
  white-space: nowrap;
}
#top.affix {
  background-color: white;
  z-index: 9999;
  top: 0px;
}
/* when hiding the thing */
.ng-hide-add {
  -webkit-animation: 0.5s lightSpeedOut ease;
  animation: 0.5s lightSpeedOut ease;
}
/* when showing the thing */
.ng-hide-remove {
  -webkit-animation: 0.5s flipInX ease;
  animation: 0.5s flipInX ease;
}
/* ANIMATIONS (FROM ANIMATE.CSS) */
/* flip in */
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* light speed out */
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.dropdown-menu > li > a.row {
  white-space: normal;
}
.dropdown-menu {
  width: 75%;
}
.dropdown-menu .row {
  margin-left: 0px;
  margin-right: 0px;
}
.typeaheadSection {
  font-weight: bold;
  background: #f5f5f5;
}
.active .badge {
  background: white;
  color: black;
}
table .header-fixed {
  position: fixed;
  top: 0px;
  /*left: 0;*/

  /*right: 0;*/

  z-index: 1020;
  /* 10 less than .navbar-fixed to prevent any overlap */

  /*  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;*/

}
thead {
  background-color: #fcfcfc;
}
/*#mynav {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1030;
  height:40px;
  color:#fff;
  background-color:#666;
  text-align: center;
}*/

