/* Custom, iPhone Retina */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  ul#crimetypes-list li {
    font-size: 1.8vw;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  ul#crimetypes-list li {
    font-size: 2vw;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  ul#crimetypes-list li {
    font-size: 2.5vw;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  color: #6B6D70;
}
*:focus {
  outline: 0;
}
.hil {
  background: yellow;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  outline: 0;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: pointer;
}
.tab-content > .active {
  display: table;
}
.dimmed {
  cursor: default;
  opacity: 0.3;
}
.btn-default {
  border-color: #06A6E0;
  color: #06A6E0;
}
#xs-facet-button {
  border: 1px solid #06A6E0;
  margin-right: 1em;
}
.btn-default:hover {
  background-color: #06A6E0;
  border-color: #06A6E0;
  color: white;
}
.field-clear-x {
  background: white;
  border-left: none;
  cursor: pointer;
}
a {
  color: #06A6E0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #e7f8fe;
  color: #06A6E0;
  text-decoration: none;
}
div#left-col {
  background-color: white;
}
#loading-div,
#nothing-div {
  height: 1280px;
}
#loading-results {
  color: #06A6E0;
}
.show-more-result-footer {
  opacity: 0.35;
  color: ligthen(#6B6D70, 90%);
}
.centered-pills {
  text-align: center;
}
.centered-pills ul.nav-pills {
  display: inline-block;
}
.centered-pills li {
  display: inline;
}
.centered-pills a {
  float: left;
}
* html .centered-pills ul.nav-pills {
  display: inline;
}
/* IE6 */
* + html .centered-pills ul.nav-pills {
  display: inline;
}
/* IE7 */
#db-headder .db-icon-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #06A6E0;
  background-color: white;
  padding: 10px;
  /*    padding-right:5px;
        padding-bottom:0px;*/
}
#db-headder .db-icon {
  color: #06A6E0;
  font-size: 50px;
}
#db-headder.media,
#db-headder .media-body {
  overflow: visible;
}
#databases .db-icon {
  color: #06A6E0;
  font-size: 75px;
}
#databases .media {
  padding: 10px;
  margin-top: 0;
}
#databases .media:hover {
  /*background-color: @result-hover;*/
  background-color: #06A6E0;
  color: white;
  cursor: pointer;
}
#databases .media:hover .db-icon {
  color: white;
}
#databases .media:hover .media-heading {
  color: white;
}
.show-more-result-footer:hover {
  transition: all 0.3s ease;
  background-color: #06A6E0;
  color: white;
  opacity: 1;
  cursor: pointer;
}
.fadeout {
  position: relative;
  /*bottom: 1em;*/
  height: 2em;
  margin-top: -2em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.result-panel:hover .fadeout {
  display: none;
}
.result-panel:hover {
  transition: all 0.3s ease;
  background-color: #e7f8fe;
  border-color: #06A6E0;
  cursor: pointer;
}
#clear-all-criteria-btn:hover,
#searchFormForm button:hover {
  background-color: #06A6E0;
  border-color: #06A6E0;
  color: white;
}
#clear-all-criteria-btn:focus {
  background-color: white;
  color: #6B6D70;
}
.maxHeightElips {
  transition: max-height 1s;
  max-height: 100px;
  overflow: hidden;
}
.maxHeightElips-show {
  transition: max-height 1s;
  max-height: 9999px;
  height: auto;
}
.topSpace10 {
  margin-top: 10px;
}
.topSpace20 {
  margin-top: 20px;
}
.nav-justified > li {
  display: table-cell;
  float: left;
}
.breadcrumb,
.breadcrumb a {
  /*font-family: 'Yantramanav', sans-serif;*/
  background-color: transparent;
  color: #6B6D70;
  font-size: 110%;
  margin: 0px;
  padding: 0px;
}
.breadcrumb > li + li::before {
  color: #ccc;
  content: ">";
  padding: 0 5px;
}
.country .flip img {
  margin-left: 10px;
}
#countries .country:hover,
#case-law-content .country:hover {
  cursor: pointer;
  background: #06A6E0;
}
#countries .country:hover .text,
#case-law-content .country:hover .text {
  color: white;
}
#countries .country:hover .badge,
#case-law-content .country:hover .badge {
  background-color: white;
  color: #06A6E0;
}
#countries .dimmed:hover {
  background: transparent;
  cursor: default;
}
#countries .dimmed:hover .text {
  color: black;
}
.country .icon {
  margin-right: 10px;
  margin-top: -4px;
}
.country_rtl {
  margin-left: 10px !important;
  margin-right: 0px !important;
}
.country .text {
  padding-left: 10px;
  color: #3e4e5b;
}
.country.mid .text {
  padding-top: 3px;
  font-size: 120%;
  font-weight: bold;
}
.country .badge {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.country h4 {
  margin: 5px;
  margin-bottom: 5px;
}
h3.letter {
  border-bottom: dotted 1px #d3d3d4;
}
.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;
  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: #06A6E0;
  border: transparent 1px solid;
  color: white;
  padding-right: 0.3em;
  max-width: 600px;
  display: inline-block;
}
.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: #035c7d;
  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: #06A6E0;
  cursor: pointer;
}
#view-switcher div.view-switch {
  float: right;
  font-size: 24px;
  padding: 5px;
}
.on {
  background-color: #b5eafd;
  color: white;
}
.off {
  background-color: white;
  color: #b5eafd;
}
.disabled {
  background-color: white;
  color: #b5eafd;
}
.off:hover {
  color: #3e4e5b;
  background-color: #e7f8fe;
  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);
  }
}
#facetFields {
  font-size: 18x;
  list-style-type: none;
}
.facetTitle {
  color: #06A6E0;
}
#facetHeadding {
  font-size: 18px;
  color: #06A6E0;
}
#facetFields {
  padding: 0;
}
#facetFields h2 {
  color: #06A6E0;
  font-size: 16px;
}
#facetFields ul.values {
  padding-top: 5px;
  padding-left: 1em;
}
#facetFields li.facetName {
  padding-top: 10px;
}
#facetFields li.facetName ul {
  /*padding-top: 10px;*/
}
#facetFields ul.values {
  list-style-type: none;
}
li.facetValue {
  font-size: 90%;
}
li.facetValue a {
  text-decoration: none;
  display: block;
  color: #6B6D70;
  cursor: pointer;
  padding: 3px;
}
span.toggle {
  cursor: pointer;
}
span.toggleIcon {
  display: block;
  float: left;
}
li.selectedfalse a:hover {
  text-decoration: none;
  background-color: #e7f8fe;
  color: #035c7d;
}
li.selectedtrue a {
  background-color: #06A6E0;
  color: white;
}
li.selectedtrue:hover a {
  background-color: #06A6E0;
  color: white;
}
/*.fact-summary:hover {
    height:auto;
} */
.toggleIcon {
  color: #cecece;
  width: 1em;
  height: 1em;
}
.facetValue .badge {
  background-color: #9ea0a3;
  color: white;
  font-size: 80%;
  margin-left: 5px;
  margin-right: 5px;
}
.facetTitle .badge {
  background-color: #06A6E0;
  color: white;
  font-size: 80%;
  margin-left: 0.5em;
  margin-right: 5px;
}
@media (max-width: 992px) {
  #left-col {
    display: none;
  }
  #left-col.show {
    display: inline;
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: 999999;
    overflow: auto;
  }
}
.result-line .title {
  font-size: 130%;
}
.result-line {
  border-top: 1px #b5eafd solid;
  padding-bottom: 20px;
}
.result-line a {
  color: #06A6E0;
}
.result-line:hover {
  background-color: #e7f8fe;
  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: #06A6E0;
  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: #6B6D70;
}
#moreResults {
  margin-top: 10px;
  font-size: 75%;
  padding: 10px;
  text-align: center;
  color: #666666;
}
#moreResults:hover {
  color: #06A6E0;
  background: #e7f8fe;
  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: 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: 37px;
  white-space: nowrap;
}
.DTFC_LeftBodyWrapper td {
  height: 37px;
  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: #06A6E0;
}
.form-control:focus {
  border-color: #06A6E0;
  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;
}
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;
}
#left-col-closer {
  display: none;
}
#left-col-closer.show {
  display: inline;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  background-color: black;
  opacity: 0.4;
}
#disclaimer {
  margin-top: 5em;
  opacity: 0.4;
  font-size: 80%;
}
.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;
}
/* custom inclusion of right, left and below tabs */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
  display: table;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.lvl0 {
  display: none;
}
.typeSig {
  list-style: none;
}
.panel-heading:hover a {
  text-decoration: none;
}
#accordion .panel-heading:hover {
  background: #06A6E0;
  color: white;
}
#accordion .panel {
  width: 90%;
}
#case-law-content {
  padding-left: 3em;
}
.case-law-detail {
  padding-right: 3em !important;
  padding-left: 3em !important;
  display: inline-block;
}
.case-law-detail .label {
  white-space: normal;
}
.case-law-detail:nth-child(even) {
  clear: left;
}
.cna-detail:nth-child(odd) {
  clear: left;
}
.mla-detail:nth-child(even) {
  clear: left;
}
.f3mla-detail:nth-child(even) {
  clear: left;
}
.F11_detail:nth-child(even) {
  clear: left;
}
.fa-hidden {
  visibility: hidden;
}
.cna-detail-content {
  padding-left: 2em;
}
.sub-section {
  background-color: #EEEEEE;
  border-radius: 5px;
  margin-top: 5px;
}
.sub-section h3 {
  border-bottom: 1px solid #6b6d70;
}
.cna-detail .comm-types i {
  padding-right: 0.5em;
}
i.headericon {
  margin-top: 0.8em;
  border-radius: 5px;
  color: white;
  background-color: #666666;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
i.headericon-left {
  margin-left: -2em;
}
i.headericon-right {
  margin-right: -1.5em;
}
#case-law-content .case-law-detail .label {
  font-size: 100%;
  color: #000000;
  padding: 0 0 0 0;
}
.lvl0 {
  display: none;
}
.smallIcon-l {
  margin-left: -1em;
  padding-top: 5px;
}
.smallIcon-r {
  margin-right: -1em;
  padding-top: 5px;
}
.child {
  color: limegreen;
}
.male {
  color: #0088cc;
}
.female {
  color: #ff1493;
}
.person {
  padding-bottom: 1em;
  border-top: 1px #cecece dotted;
}
.line .label,
.line .value {
  display: inline;
  margin-top: 5px;
}
.typeSig {
  list-style: none;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #06A6E0;
}
.loading-stripes {
  opacity: 1;
  transition: opacity 0.3s ease;
  background-size: 30px 30px;
  background-image: linear-gradient(45deg, rgba(6, 166, 224, 0.1) 25%, transparent 25%, transparent 50%, rgba(6, 166, 224, 0.1) 50%, rgba(6, 166, 224, 0.1) 75%, transparent 75%, transparent);
  animation: barberpole 0.5s linear infinite;
}
@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
#case-law-content ul.nav-tabs {
  padding: 0;
}
#case-law-content .tab-content {
  padding: 1em;
}
#ca-articles span {
  float: left;
}
.ca-article-container {
  border: 1px solid #06A6E0;
  background-color: white;
  color: #06A6E0;
  font-size: 1em;
  font-weight: bold;
  margin-right: 0.5em;
  padding-top: 0.5em;
  margin-top: 0.7em;
  cursor: pointer;
}
.label-time {
  background-color: black;
  color: white;
}
.label-open,
.label-ok {
  background-color: #62c462;
}
.label-closed {
  background-color: #b84c4c;
}
.label-lunch {
  background-color: #e1c118;
}
.ca-article-container i {
  color: #035c7d;
}
.ca-article-container .badge {
  background-color: #06A6E0;
  color: white;
}
.ca-article-container:hover {
  background-color: #06A6E0;
  color: white;
}
.ca-article-container:hover .badge {
  background-color: white;
  color: #06A6E0;
}
.label-light {
  background-color: #276627;
}
.qtip-content {
  font-size: 14px;
  line-height: 22px;
}
/* LEgislation DB */
.law-title {
  padding-left: 2.5em;
}
.leg-article {
  margin: 0px;
  margin-left: 4em;
  padding: 0.7em;
}
.leg-sep {
  color: #c0c0c0;
  padding-right: 0.5em;
}
.law-title:hover,
.leg-article:hover {
  background-color: #EEEEEE;
  cursor: pointer;
}
.law-icon {
  font-size: 100%;
}
/* BIB DB */
.expanded {
  height: auto;
}
.contracted {
  height: 4em;
  overflow: hidden;
  margin-bottom: 2em;
}
.keyword {
  background: #C0C0C0;
  color: white;
  margin-right: 10px;
  font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: left;
  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;
}
.keyword:hover {
  background-color: #333333;
  color: white;
  cursor: pointer;
}
.author {
  font-size: 90%;
  color: #666;
  font-weight: normal;
  margin-right: 0.5em;
}
.crimeType-title {
  font-size: 100%;
  font-weight: bold;
}
ul.literatureAbstract_involvedCountriesRegions {
  display: block;
  overflow: auto;
}
ul.literatureAbstract_involvedCountriesRegions .country {
  float: left;
  display: inline-block;
  width: 15em;
}
#resultsView {
  margin-top: 2em;
}
#view-switcher ul.nav li a {
  padding: 3px 7px;
  font-size: 22px;
}
.facts {
  overflow: auto;
  clear: both;
}
mark,
.mark {
  padding: 0px !important;
}
#build-info {
  color: white;
}
#noThanks {
  margin-left: 1em;
}
.legdb-crimetype-icon-results {
  top: -6px;
  position: relative;
}
.additionalInfo,
#ie-warning {
  margin-top: 0.5em;
  padding: 1em;
  background-color: #6B6D70;
  border-color: #393a3c;
  animation: 5s linear 0s normal none infinite animate-bg;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border: 1px solid;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.additionalInfo a,
#ie-warning a {
  color: white;
}
.additionalInfo ul,
#ie-warning ul {
  margin: 1em;
}
#result-summary {
  clear: both;
}
.form-control::-webkit-input-placeholder {
  color: #c0c0c0;
}
.form-control:-moz-placeholder {
  color: #c0c0c0;
}
.form-control::-moz-placeholder {
  color: #c0c0c0;
}
.form-control:-ms-input-placeholder {
  color: #c0c0c0;
}
#db-headder .dropdown h1 {
  margin-top: 10px;
}
#db-headder .dropdown h1:hover {
  cursor: pointer;
  border: 1px;
}
#db-headder .dropdown h1:hover .fa-caret-down {
  opacity: 1;
}
#db-headder .dropdown h1 .fa-caret-down {
  opacity: 0.2;
}
#db-headder .dropdown ul.dropdown-menu li a {
  font-family: Yantramanav, sans-serif;
  font-weight: 300;
  color: #6b6d70;
  font-size: 2em;
}
#db-headder .dropdown ul.dropdown-menu li a .db-icon {
  margin-top: 5px;
  font-size: 30px;
}
#db-headder .dropdown ul.dropdown-menu li a .db-label {
  margin-left: 10px;
  margin-top: -7px;
}
#db-headder .dropdown ul.dropdown-menu li a:hover {
  background-color: #06A6E0;
  color: white;
}
#db-headder .dropdown ul.dropdown-menu li a:hover .db-icon {
  color: white;
}
/* LEGISLATIVE GUIDE */
.facetFieldsLG {
  list-style: none;
  color: #06A6E0;
}
.facetFieldsLG a {
  display: block;
  cursor: pointer;
}
.facetFieldsLG a:hover {
  text-decoration: none;
  background-color: #e7f8fe;
  color: black;
}
.facetFieldsLG div {
  padding: 3px;
}
.facetFieldsLG div.facetValueLG {
  background: white;
  color: #06A6E0;
  pointer: default;
}
.facetFieldsLG div.facetValueLG a {
  display: block;
  color: #06A6E0;
  pointer: pointer;
}
.facetFieldsLG div.facetValueLG:hover {
  pointer: pointer;
  text-decoration: none;
  background-color: #e7f8fe;
  color: black;
}
.facetFieldsLG div.selectedLG {
  background: #06A6E0;
  pointer: default;
}
.facetFieldsLG div.selectedLG .toggleIcon {
  color: white;
}
.facetFieldsLG div.selectedLG a {
  color: white;
  pointer: default;
}
.facetFieldsLG div.selectedLG a:hover {
  pointer: default;
  text-decoration: none;
  background-color: #06A6E0;
  color: white;
}
.facetFieldsLG div.selectedLG:hover {
  pointer: default;
  text-decoration: none;
  background-color: #06A6E0;
  color: white;
}
#ca-articles .label {
  margin-right: 1em;
  margin-bottom: 0.2em;
  font-weight: normal;
  font-size: 100%;
  opacity: 0.7;
  text-align: left;
  white-space: normal;
}
.cc-icon {
  color: #06A6E0;
  font-size: 50px;
}
.blendOut {
  transition: all 0.3s ease;
  opacity: 0;
}
ul.typeSig {
  padding-left: 10px;
}
.cc-topic {
  padding-left: 1em;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
  padding-right: 1em;
}
.cc-topic .lvl1,
.cc-topic .lvl2 {
  font-weight: bold;
}
.cc-topic ul {
  list-style: none;
}
.cc-topic li {
  margin-top: 10px;
}
.cc-topic a {
  padding: 3px;
}
.cc-topic h3 i {
  opacity: 0.4;
}
.cc-topic:hover {
  transition: all 0.3s ease;
  background-color: #06A6E0;
  color: white;
}
.cc-topic:hover h3 {
  cursor: pointer;
}
.cc-topic:hover .cc-icon,
.cc-topic:hover a,
.cc-topic:hover h3 {
  color: white;
}
.cc-topic:hover a:hover {
  text-decoration: none;
  background-color: white;
  color: #06A6E0;
}
.spinner-table {
  color: #06A6E0;
  opacity: 0.35;
  margin: 0 auto !important;
  float: none !important;
}
.spinner-table h1 {
  margin: 0px;
}
.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.hasChildren {
  font-weight: bold;
}
#topNavMenu li {
  margin-left: 10px;
}
.fieldFullWidth li {
  list-style: none;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.tab-all .icon {
  color: white;
}
.nav > li.tab-all > a {
  transition: background-color 0.5s ease;
  background-color: #444444;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-all > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-all > a:hover,
.nav > li.tab-all > a:focus,
.nav > li.tab-all-active > a {
  background-color: #444444;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-all > a:hover {
  border: 2px solid white;
}
.all-banner {
  background-color: #444444;
  color: white;
}
.crime-type-btn div.all {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.all {
  background-color: #444444;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.all-details-badge {
  background-color: #444444;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.all-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.all-details-badge .crimeType-title {
  display: inline;
}
.all-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-corruptionCrimeType .icon {
  color: white;
}
.nav > li.tab-corruptionCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #b09700;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-corruptionCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-corruptionCrimeType > a:hover,
.nav > li.tab-corruptionCrimeType > a:focus,
.nav > li.tab-corruptionCrimeType-active > a {
  background-color: #b09700;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-corruptionCrimeType > a:hover {
  border: 2px solid white;
}
.corruptionCrimeType-banner {
  background-color: #b09700;
  color: white;
}
.crime-type-btn div.corruptionCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.corruptionCrimeType {
  background-color: #b09700;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.corruptionCrimeType-details-badge {
  background-color: #b09700;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.corruptionCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.corruptionCrimeType-details-badge .crimeType-title {
  display: inline;
}
.corruptionCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-counterfeitingCrimeType .icon {
  color: white;
}
.nav > li.tab-counterfeitingCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #f9a61c;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-counterfeitingCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-counterfeitingCrimeType > a:hover,
.nav > li.tab-counterfeitingCrimeType > a:focus,
.nav > li.tab-counterfeitingCrimeType-active > a {
  background-color: #f9a61c;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-counterfeitingCrimeType > a:hover {
  border: 2px solid white;
}
.counterfeitingCrimeType-banner {
  background-color: #f9a61c;
  color: white;
}
.crime-type-btn div.counterfeitingCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.counterfeitingCrimeType {
  background-color: #f9a61c;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.counterfeitingCrimeType-details-badge {
  background-color: #f9a61c;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.counterfeitingCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.counterfeitingCrimeType-details-badge .crimeType-title {
  display: inline;
}
.counterfeitingCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-criminalGroupCrimeType .icon {
  color: white;
}
.nav > li.tab-criminalGroupCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #f68121;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-criminalGroupCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-criminalGroupCrimeType > a:hover,
.nav > li.tab-criminalGroupCrimeType > a:focus,
.nav > li.tab-criminalGroupCrimeType-active > a {
  background-color: #f68121;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-criminalGroupCrimeType > a:hover {
  border: 2px solid white;
}
.criminalGroupCrimeType-banner {
  background-color: #f68121;
  color: white;
}
.crime-type-btn div.criminalGroupCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.criminalGroupCrimeType {
  background-color: #f68121;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.criminalGroupCrimeType-details-badge {
  background-color: #f68121;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.criminalGroupCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.criminalGroupCrimeType-details-badge .crimeType-title {
  display: inline;
}
.criminalGroupCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-drugCrimeType .icon {
  color: white;
}
.nav > li.tab-drugCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #ed1c24;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-drugCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-drugCrimeType > a:hover,
.nav > li.tab-drugCrimeType > a:focus,
.nav > li.tab-drugCrimeType-active > a {
  background-color: #ed1c24;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-drugCrimeType > a:hover {
  border: 2px solid white;
}
.drugCrimeType-banner {
  background-color: #ed1c24;
  color: white;
}
.crime-type-btn div.drugCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.drugCrimeType {
  background-color: #ed1c24;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.drugCrimeType-details-badge {
  background-color: #ed1c24;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.drugCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.drugCrimeType-details-badge .crimeType-title {
  display: inline;
}
.drugCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-moneyLaunderingCrimeType .icon {
  color: white;
}
.nav > li.tab-moneyLaunderingCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #ee3ed0;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-moneyLaunderingCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-moneyLaunderingCrimeType > a:hover,
.nav > li.tab-moneyLaunderingCrimeType > a:focus,
.nav > li.tab-moneyLaunderingCrimeType-active > a {
  background-color: #ee3ed0;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-moneyLaunderingCrimeType > a:hover {
  border: 2px solid white;
}
.moneyLaunderingCrimeType-banner {
  background-color: #ee3ed0;
  color: white;
}
.crime-type-btn div.moneyLaunderingCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.moneyLaunderingCrimeType {
  background-color: #ee3ed0;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.moneyLaunderingCrimeType-details-badge {
  background-color: #ee3ed0;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.moneyLaunderingCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.moneyLaunderingCrimeType-details-badge .crimeType-title {
  display: inline;
}
.moneyLaunderingCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-justiceObstructionCrimeType .icon {
  color: white;
}
.nav > li.tab-justiceObstructionCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #a3248f;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-justiceObstructionCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-justiceObstructionCrimeType > a:hover,
.nav > li.tab-justiceObstructionCrimeType > a:focus,
.nav > li.tab-justiceObstructionCrimeType-active > a {
  background-color: #a3248f;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-justiceObstructionCrimeType > a:hover {
  border: 2px solid white;
}
.justiceObstructionCrimeType-banner {
  background-color: #a3248f;
  color: white;
}
.crime-type-btn div.justiceObstructionCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.justiceObstructionCrimeType {
  background-color: #a3248f;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.justiceObstructionCrimeType-details-badge {
  background-color: #a3248f;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.justiceObstructionCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.justiceObstructionCrimeType-details-badge .crimeType-title {
  display: inline;
}
.justiceObstructionCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-cybercrimeCrimeType .icon {
  color: white;
}
.nav > li.tab-cybercrimeCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #5c2e91;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-cybercrimeCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-cybercrimeCrimeType > a:hover,
.nav > li.tab-cybercrimeCrimeType > a:focus,
.nav > li.tab-cybercrimeCrimeType-active > a {
  background-color: #5c2e91;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-cybercrimeCrimeType > a:hover {
  border: 2px solid white;
}
.cybercrimeCrimeType-banner {
  background-color: #5c2e91;
  color: white;
}
.crime-type-btn div.cybercrimeCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.cybercrimeCrimeType {
  background-color: #5c2e91;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.cybercrimeCrimeType-details-badge {
  background-color: #5c2e91;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.cybercrimeCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.cybercrimeCrimeType-details-badge .crimeType-title {
  display: inline;
}
.cybercrimeCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-piracyCrimeType .icon {
  color: white;
}
.nav > li.tab-piracyCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #21409b;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-piracyCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-piracyCrimeType > a:hover,
.nav > li.tab-piracyCrimeType > a:focus,
.nav > li.tab-piracyCrimeType-active > a {
  background-color: #21409b;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-piracyCrimeType > a:hover {
  border: 2px solid white;
}
.piracyCrimeType-banner {
  background-color: #21409b;
  color: white;
}
.crime-type-btn div.piracyCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.piracyCrimeType {
  background-color: #21409b;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.piracyCrimeType-details-badge {
  background-color: #21409b;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.piracyCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.piracyCrimeType-details-badge .crimeType-title {
  display: inline;
}
.piracyCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-migrantSmugglingCrimeType .icon {
  color: white;
}
.nav > li.tab-migrantSmugglingCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #0166b4;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-migrantSmugglingCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-migrantSmugglingCrimeType > a:hover,
.nav > li.tab-migrantSmugglingCrimeType > a:focus,
.nav > li.tab-migrantSmugglingCrimeType-active > a {
  background-color: #0166b4;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-migrantSmugglingCrimeType > a:hover {
  border: 2px solid white;
}
.migrantSmugglingCrimeType-banner {
  background-color: #0166b4;
  color: white;
}
.crime-type-btn div.migrantSmugglingCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.migrantSmugglingCrimeType {
  background-color: #0166b4;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.migrantSmugglingCrimeType-details-badge {
  background-color: #0166b4;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.migrantSmugglingCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.migrantSmugglingCrimeType-details-badge .crimeType-title {
  display: inline;
}
.migrantSmugglingCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-illicitFirearmsCrimeType .icon {
  color: white;
}
.nav > li.tab-illicitFirearmsCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #8f4131;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-illicitFirearmsCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-illicitFirearmsCrimeType > a:hover,
.nav > li.tab-illicitFirearmsCrimeType > a:focus,
.nav > li.tab-illicitFirearmsCrimeType-active > a {
  background-color: #8f4131;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-illicitFirearmsCrimeType > a:hover {
  border: 2px solid white;
}
.illicitFirearmsCrimeType-banner {
  background-color: #8f4131;
  color: white;
}
.crime-type-btn div.illicitFirearmsCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.illicitFirearmsCrimeType {
  background-color: #8f4131;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.illicitFirearmsCrimeType-details-badge {
  background-color: #8f4131;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.illicitFirearmsCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.illicitFirearmsCrimeType-details-badge .crimeType-title {
  display: inline;
}
.illicitFirearmsCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-traffickingCulturalPropertyCrimeType .icon {
  color: white;
}
.nav > li.tab-traffickingCulturalPropertyCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #00a560;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-traffickingCulturalPropertyCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-traffickingCulturalPropertyCrimeType > a:hover,
.nav > li.tab-traffickingCulturalPropertyCrimeType > a:focus,
.nav > li.tab-traffickingCulturalPropertyCrimeType-active > a {
  background-color: #00a560;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-traffickingCulturalPropertyCrimeType > a:hover {
  border: 2px solid white;
}
.traffickingCulturalPropertyCrimeType-banner {
  background-color: #00a560;
  color: white;
}
.crime-type-btn div.traffickingCulturalPropertyCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.traffickingCulturalPropertyCrimeType {
  background-color: #00a560;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.traffickingCulturalPropertyCrimeType-details-badge {
  background-color: #00a560;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.traffickingCulturalPropertyCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.traffickingCulturalPropertyCrimeType-details-badge .crimeType-title {
  display: inline;
}
.traffickingCulturalPropertyCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-wildlifeCrimeType .icon {
  color: white;
}
.nav > li.tab-wildlifeCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #70be44;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-wildlifeCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-wildlifeCrimeType > a:hover,
.nav > li.tab-wildlifeCrimeType > a:focus,
.nav > li.tab-wildlifeCrimeType-active > a {
  background-color: #70be44;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-wildlifeCrimeType > a:hover {
  border: 2px solid white;
}
.wildlifeCrimeType-banner {
  background-color: #70be44;
  color: white;
}
.crime-type-btn div.wildlifeCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.wildlifeCrimeType {
  background-color: #70be44;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.wildlifeCrimeType-details-badge {
  background-color: #70be44;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.wildlifeCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.wildlifeCrimeType-details-badge .crimeType-title {
  display: inline;
}
.wildlifeCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-fraudulentMedicineCrimeType .icon {
  color: white;
}
.nav > li.tab-fraudulentMedicineCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #7E7B56;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-fraudulentMedicineCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-fraudulentMedicineCrimeType > a:hover,
.nav > li.tab-fraudulentMedicineCrimeType > a:focus,
.nav > li.tab-fraudulentMedicineCrimeType-active > a {
  background-color: #7E7B56;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-fraudulentMedicineCrimeType > a:hover {
  border: 2px solid white;
}
.fraudulentMedicineCrimeType-banner {
  background-color: #7E7B56;
  color: white;
}
.crime-type-btn div.fraudulentMedicineCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.fraudulentMedicineCrimeType {
  background-color: #7E7B56;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.fraudulentMedicineCrimeType-details-badge {
  background-color: #7E7B56;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.fraudulentMedicineCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.fraudulentMedicineCrimeType-details-badge .crimeType-title {
  display: inline;
}
.fraudulentMedicineCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
.tab-traffickingPersonsCrimeType .icon {
  color: white;
}
.nav > li.tab-traffickingPersonsCrimeType > a {
  transition: background-color 0.5s ease;
  background-color: #01aaad;
  text-decoration: none;
  opacity: 0.4;
  border: 2px solid white;
}
.nav-tabs > li.tab-traffickingPersonsCrimeType > a:hover {
  cursor: pointer;
  border: 2px solid white;
}
.nav > li.tab-traffickingPersonsCrimeType > a:hover,
.nav > li.tab-traffickingPersonsCrimeType > a:focus,
.nav > li.tab-traffickingPersonsCrimeType-active > a {
  background-color: #01aaad;
  color: white;
  text-decoration: none;
  opacity: 1;
  border: 2px solid white;
}
.nav-tabs > li.tab-traffickingPersonsCrimeType > a:hover {
  border: 2px solid white;
}
.traffickingPersonsCrimeType-banner {
  background-color: #01aaad;
  color: white;
}
.crime-type-btn div.traffickingPersonsCrimeType {
  color: black;
  padding: 10px;
}
.crime-type-btn:hover div.traffickingPersonsCrimeType {
  background-color: #01aaad;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.traffickingPersonsCrimeType-details-badge {
  background-color: #01aaad;
  font-size: 1em;
  color: white;
  padding: 0.5em;
  margin-bottom: 0.2em;
}
.traffickingPersonsCrimeType-details-badge .icon {
  font-size: 1em;
  float: left;
  color: white;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.traffickingPersonsCrimeType-details-badge .crimeType-title {
  display: inline;
}
.traffickingPersonsCrimeType-details-badge .offences ul li.hasChildren {
  list-style: none outside none;
}
*:before,
*:after {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}
html {
  font-size: 10px;
}
html {
  font-family: sans-serif;
}
#case-law-content ul,
.case-law ul {
  list-style: none outside none;
  padding: 0.1em 0 0.2em 0.5em;
}
div.cross-cutting li.hasChildren {
  clear: both;
  color: #666;
  font-weight: bold;
  padding-top: 1em;
  list-style: none;
}
.crimetype-banner {
  font-size: 150%;
  padding: 5px 10px 5px 10px;
}
.tab-disabled .icon {
  color: lightgrey;
}
.nav > .tab-disabled > a {
  border: 2px solid white;
  background-color: white;
  text-decoration: none;
  opacity: 1;
  cursor: default;
}
.nav > .tab-disabled:hover > a {
  border: 2px solid white;
  background-color: white;
  text-decoration: none;
  opacity: 1;
  cursor: default;
}
#crime-typeBody .crime-type-btn .text,
#crimeTypes .crime-type-btn .text {
  font-size: 90%;
  margin-left: 1.5em;
}
.crimeType h4 {
  color: #ffffff;
  font-weight: bold;
}
