/*

   This file is part of the War and Peace Portal
   (c) 2017 BICC

*/
@charset "UTF-8";
/* layout */
body {
  background: #b5123e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  height: 100%;
}
a {
  color: #5b5b5b;
}
a:hover {
  color: #5b5b5b;
  text-decoration: underline;
}
p a,
.paragraph a {
  text-decoration: underline dotted;
}
.page {
  max-width: 960px;
  margin: 20px auto 20px auto;
  box-shadow: 0 0 15px #000;
  background-color: #ffffff;
}
header {
  padding-top: 20px;
}
header :after {
  clear: both;
}
footer {
  color: #666;
  /* background: #E6E6E6; */
  background: #444;
  min-height: 200px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 90%;
}
footer :before {
  clear: both;
}
footer .curtain {
  position: relative;
  top: 0;
  height: 20px;
  /* background: linear-gradient(to bottom, #C1C1C1, #E6E6E6); */
  background: linear-gradient(to bottom, #666666, #444444);
  margin-bottom: 10px;
}
footer .col-md-2 + .col-md-2 {
  border-left: 2px solid white;
}
footer .logos {
  display: table;
  margin: 10px auto;
}
footer a,
footer a:link,
footer a:hover,
footer a:focus {
  color: white;
}
footer a:hover {
  text-decoration: underline;
}
footer .links {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
footer .links li {
  display: inline-block;
  color: white;
}
footer .links li + li:before {
  content: "\00a0|\00a0\00a0";
}
.banner {
  width: 100%;
  min-height: 75px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.banner .heading {
  bottom: 10px;
  left: 5px;
  position: absolute;
}
.banner .heading .cat {
  background-color: #b5123e;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
}
.banner .heading h1 {
  background-color: #000;
  color: #fff;
  margin: 2px 0 0;
  opacity: 0.7;
  font-size: 140%;
  font-weight: bold;
  padding: 5px;
}
.breadcrumb {
  margin: 10px 0 5px 0;
  padding: 0 0;
  background-color: inherit;
  font-size: 90%;
  border-bottom: 1px solid #999;
  border-radius: 0;
  overflow: hidden;
}
.modal-warpp {
  width: 700px;
}
.fence {
  background-color: #f0f0f0;
  margin-bottom: .5em;
  padding: 3px 5px;
}
.fence:after {
  clear: both;
  content: " ";
}
.modules .col-md-6:first-child {
  padding-right: 12px;
}
.modules .col-md-6:last-child {
  padding-left: 12px;
}
.admin-top {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  min-height: 30px;
  border-radius: 0;
  z-index: 1000;
}
.admin-top .nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
.admin-top .nav > li + li > a {
  /* margin-left: 10px; */
}
.admin-top .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.admin-top .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.admin-top .dropdown-menu > li a {
  padding: 2px 5px;
}
.admin-top .dropdown-menu > li > a {
  padding: 2px 10px;
}
.admin-top .nav-layer-min {
  width: 300px;
  font-size: 13px;
}
a[href='#etc'] {
  display: none;
}
section > h1 {
  font-size: 32px;
}
section > h2 {
  font-size: 26px;
}
section > h3 {
  font-size: 21px;
}
section > h4 {
  font-size: 15px;
}
section > h5 {
  font-size: 13px;
}
section > h6 {
  font-size: 13px;
}
section section > h1 {
  font-size: 32px;
}
section section section > h1 {
  font-size: 26px;
}
section section section section > h1 {
  font-size: 21px;
}
section section section section section > h1 {
  font-size: 15px;
}
.blog > h1,
.article > h1 {
  margin-top: 5px;
}
.blog h1,
.article h1,
.blog h2,
.article h2,
.blog h3,
.article h3,
.blog h4,
.article h4,
.blog h5,
.article h5,
.blog h6,
.article h6 {
  color: #b5123e;
}
.blog h1 > a,
.article h1 > a,
.blog h2 > a,
.article h2 > a,
.blog h3 > a,
.article h3 > a,
.blog h4 > a,
.article h4 > a,
.blog h5 > a,
.article h5 > a,
.blog h6 > a,
.article h6 > a {
  color: #b5123e;
}
.blog h1,
.article h1 {
  font-size: 18px;
}
.blog h2,
.article h2,
.blog article h1,
.article article h1 {
  font-size: 15px;
}
.blog h3,
.article h3,
.blog article article h1,
.article article article h1 {
  font-size: 13px;
}
.blog h4,
.article h4,
.blog article article h1,
.article article article h1 {
  font-size: 12px;
}
.blog .blog-items,
.article .blog-items {
  margin-top: 30px;
}
.blog .blog-item + .blog-item,
.article .blog-item + .blog-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.blog .blog-footer,
.article .blog-footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.blog figure,
.article figure {
  display: table;
  margin: 0 auto;
}
.blog .pdf:after,
.article .pdf:after {
  content: " (PDF)";
}
.blog .media-body > .title,
.article .media-body > .title {
  margin-top: 10px;
}
.blog .placeholder,
.article .placeholder {
  color: #999;
  background-color: #eeeeee;
  display: table;
}
.blog .placeholder .text,
.article .placeholder .text {
  text-align: center;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
.blog .placeholder .code,
.article .placeholder .code {
  padding: 5px;
  text-align: left;
}
.blog .popover .copyright,
.article .popover .copyright {
  margin-top: .5em;
  font-style: italic;
}
.blog-grid .col-md-4 {
  font-size: 12px;
}
.summary .title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.chart figure {
  margin-bottom: 2em;
}
.layer figure {
  margin-bottom: 2em;
}
.table-matrix th {
  color: #666;
}
.table-matrix > tbody td {
  padding: 5px;
}
.table-matrix > tbody td ul {
  padding-left: 30px;
}
.table-matrix > tbody td:hover,
.table-matrix > tbody td.active {
  background-color: #eee;
}
.table-matrix > tbody td:hover {
  cursor: pointer;
}
.table-matrix > tbody .cell {
  max-height: 300px;
  overflow-y: auto;
}
.table-matrix > thead > tr > th {
  text-align: center;
  vertical-align: middle;
}
.table-matrix > thead > tr > th .box {
  display: inline-block;
}
video {
  max-width: 100% !important;
}
.video-js {
  width: auto;
  background-color: transparent;
}
.vjs-poster {
  background-color: transparent;
}
.screen-cast {
  width: 610px;
  height: 348px;
}
figure.card {
  margin-bottom: 10px;
}
figure.card > figcaption > h2,
figure.card > figcaption > h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Navigation */
.nav-main {
  padding: 20px 20px;
  color: white;
  background: #b5123e linear-gradient(to bottom, #6d0b25, #b5123e);
  font-size: 12.8px;
}
.nav-main > .nav-head {
  margin-bottom: 1em;
  font-size: 120%;
}
.nav-main > .nav-head > a {
  font-weight: bold;
}
.nav-main a {
  color: white;
}
.nav-main .active > .nav-head > a {
  font-weight: bold;
}
.nav-main ul {
  padding: 0 6px 0 15px;
}
.nav-main ul > li {
  margin: 0;
  padding: 0 0 .3em;
  list-style-image: url(images/list-icon.gif);
}
.nav-main .active > a {
  font-weight: bold;
}
.nav-main .nav-muted {
  opacity: 0.6 !important;
}
.nav-main .block-new {
  margin-top: 1em;
}
.nav-main .block-end {
  margin-bottom: 1em;
}
/* Map styles */
.map-frame {
  position: relative;
  margin-bottom: 15px;
}
.map-pane {
  width: 100%;
  height: 435px;
  background-color: #C9E0FE;
}
.nav-layer-min .nav-toggle {
  min-width: 400px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.65);
}
.nav-layer-min .nav-toggle:hover,
.nav-layer-min .nav-toggle:focus {
  background-color: rgba(250, 250, 250, 0.85) !important;
}
.nav-layer-min .btn-default {
  background-color: rgba(250, 250, 250, 0.85);
}
.nav-layer-min .dropdown-menu {
  padding: 5px;
}
.nav-layer-min .dropdown-menu > li > a {
  padding: 3px 5px;
}
.nav-layer-min ul {
  padding-left: 25px;
  list-style: none;
}
.nav-layer-min ul > li > a:before {
  content: "› ";
}
.nav-layer-min li.active > a {
  font-weight: bold;
}
.nav-layer-min .nav-panel {
  display: inline-block;
}
.nav-layer-min.loose {
  z-index: 2000;
  position: absolute;
  top: 10px;
  right: 10px;
}
.nav-layer-full {
  color: #fff;
  background-color: #333;
  opacity: 0.9;
  pointer-events: auto;
  position: relative;
  z-index: 2000;
  width: 290px;
  height: 435px;
  overflow-y: hidden;
}
.nav-layer-full label {
  font-weight: normal;
}
.nav-layer-full label:hover {
  cursor: pointer;
}
.nav-layer-full input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 3px;
}
.nav-layer-full a {
  color: #fff;
}
.nav-layer-full a[href]:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
}
.nav-layer-full ul {
  padding-left: 0;
  padding-right: 3px;
}
.nav-layer-full ul ul {
  padding-left: 15px;
  padding-right: 0;
}
.nav-layer-full li {
  list-style-type: none;
}
.nav-layer-full li + li {
  border-top: 1px dotted #555;
}
.nav-layer-full .nav-panel {
  overflow: hidden;
}
.nav-layer-full .nav-panel > li {
  margin: 5px;
  width: 280px;
}
.nav-layer-full .nav-menu {
  overflow: hidden;
}
.nav-layer-full .nav-head {
  width: 100%;
  display: table-row;
}
.nav-layer-full .nav-head .nav-label {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.nav-layer-full .nav-head .nav-label,
.nav-layer-full .nav-head input[type=checkbox],
.nav-layer-full .nav-head .icon {
  display: table-cell;
}
.nav-layer-full .nav-head .icon + .icon {
  padding-left: 2px;
}
.nav-layer-full .nav-head:after {
  clear: both;
}
.nav-layer-full .disabled .nav-head {
  opacity: .4;
  pointer-events: none;
}
.nav-layer-full .t-topic > .nav-head {
  background-color: #444;
  opacity: 1;
  display: block;
  font-weight: bold;
}
.nav-layer-full .t-module > .nav-head {
  font-size: 110%;
  font-weight: bold;
}
.nav-layer-full .bg-ref {
  width: 14px;
  height: 14px;
  background: url(images/backgroundtext.png) center center no-repeat;
  color: transparent;
}
.nav-layer-full .bg-ref:hover {
  cursor: pointer;
}
.nav-layer-full .nav-secondary {
  padding-top: 20px;
}
.nav-layer-full .nav-secondary > .nav-head {
  font-size: 120%;
  font-weight: bold;
}
.nav-layer-full.active {
  overflow-y: scroll;
}
.map-footer {
  width: 100%;
  height: 30px;
  background-color: #474747;
  margin-bottom: 10px;
  clear: both;
  padding: 0 10px;
}
.map-footer .map-controls {
  float: left;
  margin: 2px 0px;
}
.map-footer .map-controls .bootstrap-select {
  margin-top: 2px;
}
.map-footer .layer-controls {
  padding-top: 5px;
  width: 280px;
  float: right;
  text-align: left;
}
.map-footer .layer-controls a {
  color: white;
}
.map-legends ::after {
  clear: both;
}
.map-legends .slot + .slot > .legend {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #ccc;
}
.layer-slots .slot hr {
  border-color: #ccc;
}
.module .article .media {
  border-top: 1px dotted #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
/* [legend] */
.legend {
  font-size: 10px;
  /* patterns */
  /* [variations] */
}
.legend .title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.legend .category {
  font-weight: 600;
}
.legend .details {
  white-space: nowrap;
  letter-spacing: -0.03em;
}
.legend .symbol {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #d3d3d3;
  background-repeat: repeat;
}
.legend .icon {
  border: none;
  background-color: transparent;
}
.legend .circle {
  border-radius: 50%;
}
.legend .square {
  border-radius: 3px;
}
.legend .solid {
  white-space: nowrap;
}
.legend .downleft {
  background-image: url(patterns/downleft.png);
}
.legend .downleft-2 {
  background-image: url(patterns/downleft-2.png);
}
.legend .leftright {
  background-image: url(patterns/leftright.png);
}
.legend .downright {
  background-image: url(patterns/downright.png);
}
.legend .topdown {
  background-image: url(patterns/topdown.png);
}
.legend .drline {
  background-image: url(patterns/drline.png);
}
.legend .cross {
  background-image: url(patterns/cross.png);
}
.legend .box {
  background-image: url(patterns/box.png);
}
.legend .explosion {
  background-image: url(patterns/explosion.png);
}
.legend .flame {
  background-image: url(patterns/flame.png);
}
.legend .weapons {
  background-image: url(patterns/weapons.png);
}
.legend .parachute {
  background-image: url(patterns/parachute.png);
}
.legend .contested {
  background-image: url(patterns/contested.png);
}
.legend .factory {
  background-image: url(patterns/factory.png);
}
.legend .body {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
.legend .body::after {
  clear: both;
  content: " ";
  display: table;
}
.legend .cases,
.legend .info {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  float: left;
}
.legend .cases {
  width: 80%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.legend .cases::after {
  clear: both;
}
.legend .cell {
  float: left;
  display: block;
  margin-bottom: 3px;
  padding-right: 5px;
  width: 20%;
}
.legend .cell:last-child {
  padding-right: 0;
}
.legend .case > .head,
.legend .case > .content {
  display: table-cell;
  vertical-align: top;
}
.legend .case > .head {
  width: 20px;
  text-align: center;
}
.legend .case > .content {
  padding-left: 3px;
  padding-right: 5px;
  line-height: 10px;
}
.legend .info {
  width: 20%;
}
.legend .info .category {
  font-weight: normal;
}
.legend .cols-2 .cell {
  width: 50%;
}
.legend .cols-3 .cell {
  width: 33.33%;
}
.legend .cols-4 .cell {
  width: 25%;
}
.legend .cols-5 .cell {
  width: 20%;
}
.legend .cols-6 .cell {
  width: 16.66%;
}
.legend .data-only .cases {
  width: 100%;
}
.legend .data-only .info {
  display: none;
}
.legend .info-wide .cases,
.legend .nodata-wide .cases {
  width: 73%;
}
.legend .info-wide .info,
.legend .nodata-wide .info {
  width: 27%;
}
.legend .thin .category {
  font-weight: normal;
}
.legend .cat-middle .content {
  vertical-align: middle;
}
.legend .sym-border .symbol {
  border: 1px solid #999;
}
.legend .sym-bg-trans .symbol {
  background-color: transparent;
}
.legend .vbox-2 .cases {
  flex-direction: column;
  max-height: 55px;
  max-width: 100%;
}
.legend .grow-1 {
  flex-grow: 1;
  width: auto;
}
.legend .fluid {
  justify-content: space-between;
}
.legend .fluid .cases {
  flex-wrap: nowrap;
}
.legend .fluid .cell {
  width: auto;
  flex-grow: 1;
}
.legend .grid {
  display: table;
}
.legend .grid > .grid-row {
  display: table-row;
}
.legend .grid > .grid-row > .cell {
  display: table-cell;
  vertical-align: top;
  float: none;
  padding: 3px 2px;
  width: auto;
}
/* [references] */
.sources {
  margin-bottom: 10px;
}
.sources .heading {
  font-style: italic;
}
.sources .heading::after {
  content: ": ";
}
.sources .source-list {
  display: inline-block;
  margin: 0;
}
.sources .source-list > li {
  padding: 0;
}
.sources .source-list li::after {
  content: ", ";
}
.sources .source-list li:last-child::after {
  content: "";
}
.infographic .figure-img {
  max-width: 620px;
}
.data-table .number {
  text-align: right;
}
.features .head {
  display: table;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.features .head .title,
.features .head .flag {
  display: table-cell;
  vertical-align: top;
}
.features .head .flag {
  width: 80px;
}
.features .head .flag img {
  max-width: 100%;
}
.features .table {
  margin-bottom: 10px;
}
.features .facts-compare .indicator {
  min-width: 50%;
}
.features .facts-features .indicator {
  min-width: 75%;
}
.features .list-csv {
  margin: 0;
  padding: 0;
  display: inline;
}
.features .list-csv > li {
  display: inline;
  padding: 0;
}
.features .list-csv > li:after {
  content: ", ";
}
.features .list-csv > li:last-child:after {
  content: ".";
}
.features .list-csv:after {
  content: "";
}
.features .note {
  display: inline;
}
.features .references {
  font-size: 80%;
}
.features .module + .module {
  margin-top: 30px;
}
.features .summary {
  margin-top: 10px;
  margin-bottom: 5px;
}
.features .compare .input-group + .input-group {
  margin-top: 5px;
}
.features .btn-country {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.features .btn-country:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* [slider] */
.slider-box {
  margin-bottom: 1em;
  padding: 0 10px 0 10px;
}
.slider-box .slider-header {
  margin: 0 -10px 0 -10px;
}
.slider-box .slider-footer {
  margin: 5px -10px 10px -10px;
}
.slider-box label {
  font-size: 13px;
}
.slider.slider-horizontal {
  width: 100%;
}
.slider-handle {
  background: #b5123e linear-gradient(to bottom, #6d0b25, #b5123e);
}
.slider-tick,
.slider-tick.in-selection {
  background: #aaaaaa linear-gradient(to bottom, #aaaaaa, #eeeeee);
}
.slider-selection.tick-slider-selection,
.slider-track-low,
.slider-track-high {
  background: #dddddd linear-gradient(to bottom, #dddddd, #eeeeee);
}
.side-articles {
  margin-top: 10px;
}
.side-articles .article + .article {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.side-articles .a-head {
  color: white;
  background-color: #b5123e;
  padding: 10px;
}
.side-articles .a-image > img {
  max-width: 100%;
}
.side-articles .a-body {
  border: 1px solid #666;
  padding: 15px;
  margin-top: 5px;
  background-color: #f3f3f3;
}
@media print {
  .banner .heading {
    top: 5px;
    bottom: auto;
  }
  .banner .heading .cat {
    background-color: white !important;
  }
  .banner .heading h1 {
    margin-top: 0;
    background-color: white !important;
  }
  .nav-main {
    display: none;
  }
  .bottom {
    display: none;
  }
  .header a::after,
  .footer a::after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  .blog h1,
  .article h1,
  .blog h2,
  .article h2,
  .blog h3,
  .article h3 {
    color: #b5123e !important;
  }
}
/*# sourceMappingURL=bpb.css.map */