div#sideNav {
  background-color: #f5f5f5;
}
#loading-div,
#nothing-div {
  height: 1280px;
}
.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;
}
.header-copy {
  z-index: 99999997;
}
.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;
  font-size: 24px;
  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;
}
.selectedtrue .country .text {
  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;
}
@media (max-width: 992px) {
  #sideNav {
    display: none;
  }
  #sideNav.show {
    display: inline;
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    z-index: 999999;
    overflow: auto;
  }
}
.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;
}
#moreResults:hover {
  color: #678298;
  background: #e1e6ea;
  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;
}
.DTFC_LeftBodyWrapper .table-header-rotated td {
  text-align: left;
}
.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: 125px;
  /* 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.9848481px;
  /* 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: 40px;
  white-space: nowrap;
}
.DTFC_LeftBodyWrapper td {
  height: 40px;
  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;
}
.dropdown-menu .active .badge {
  background: white;
  color: black;
}
.dropdown-menu .active a,
.dropdown-menu > .active > a:hover {
  background: #044761;
}
.form-control:focus {
  border-color: #044761;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
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;
}*/
th.sortable {
  cursor: pointer;
}
#tour {
  padding-right: 20px;
  padding-top: 10px;
}
.officialMarker {
  background-color: #dff0d8;
  color: #4DA619;
}
.notOfficialMarker {
  /*background-color: #dff0d8;*/
  color: #4DA619;
}
.largeTabs .nav-tabs li a {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
#waxsSearchApp * {
  outline: 0 !important;
}
.country-label-lg a {
  font-size: 16px;
  color: #333;
  font-family: 'Roboto Condensed', sans-serif;
}
.remarks {
  background-color: white;
}
.treatyHeaddingRow {
  font-size: 17px;
}
td.treatyStatus a {
  text-decoration: none;
  color: #777;
}
span.signatory {
  border: 2px solid #777;
  background: white;
  color: #777;
}
td.treatyStatus .signatureDate {
  display: none;
  font-size: 75%;
}
div#contentWrapper #app-root img,
div#contentWrapper #resultsAreafalse img {
  width: auto;
  vertical-align: middle;
  display: inline;
}
.treatyStatusSummary td {
  text-align: center;
}
.hideTd {
  opacity: 0.3;
}
#sideNavCloser {
  display: none;
}
#sideNavCloser.show {
  display: inline;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  background-color: #678298;
  opacity: 0.4;
}
#disclaimer {
  font-size: 75%;
}
.dotdotdot {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dotdotdot_show {
  max-width: 150px;
  overflow: auto;
  white-space: normal;
  text-overflow: clip;
}
#sideNav {
  overflow: auto;
  background-color: green;
}
