@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

* {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #1A1A1A;
    font: 12px/20px 'Open Sans', sans-serif;
    color:#ffffff;
    }

    body > div {
        position: absolute;
    }

.top, .bottom,
.left, .right {
    position: absolute;
    margin: 0;
}

.top {
    top: 0;
    margin-top: 10px;
    z-index: 970;
}

.bottom {
    bottom: 0;
    margin-bottom: 10px;
    z-index: 975;
}

.left {
    left: 0;
    margin-left: 10px;
    z-index: 980;
}

.right {
    right: 0;
    margin-right: 10px;
    z-index: 985;
}

#map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    /*transition: height .5s .5s;*/
}
#map svg {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
#map > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#map .feature {
    fill : #434343;
    stroke : #1C1C1C;
    fill-opacity: .5;
}
#map .feature:hover {
    fill : #5D5D5D;
    stroke : #1C1C1C;
    cursor: help;
}

.img {
    width: 16px;
    height: 11px;
    display: inline-block;
}

.childInfo {
    background: rgba(67, 67, 67, .5);
    border: 1px solid #1C1C1C;
    color: #9C9B9B;
    text-shadow: 1px 1px 1px #434343;
    padding: 8px 5px;
    font-size: 13px;
    border-radius: 5px;
}
.childInfo > div {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #858484;
}
.childInfo ul {
    padding-left: 20px;
    list-style-type: circle;
    margin-bottom: 0;
}

#override {
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

#tablesLayer {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#tablesLayer > div {
    background: rgba(0, 0, 0, .3);
    color: #ebf1f4;
    overflow: hidden;
    pointer-events: auto;
}
#tablesLayer .top.left {
    margin: 0;
    margin-top: 50px;
    left: -2px;

    min-height: 335px;
    height: 1px;
}
#tablesLayer .top.right {
    margin: 0;
    margin-top: 50px;
    right: -2px;

    min-height: 335px;
    height: 1px;
}
#tablesLayer .bottom.left {
    margin: 0;
    left: -2px;

    min-height: 250px;
    height: 1px;
}
#tablesLayer .bottom.right {
    margin: 0;
    right: -2px;

    min-height: 250px;
    height: 1px;
}
#tablesLayer .bottom.center {
    margin: 0;
    bottom: -2px;

    left: 50%;
    margin-left: -35%;

    min-width: 70%;
    width: 1%;
}
#tablesLayer table {
    text-shadow: 1px 1px 2px rgba(17, 17, 24, 1), 0 0 1em #ebf1f4;
    border-collapse: collapse;
    white-space: pre;
}
/* caption "bouncing" in safari on table re-sort.  not using captions fixes that */
#tablesLayer h3 {
	text-shadow: 1px 1px 2px rgba(17, 17, 24, 1), 0 0 1em #ebf1f4;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 20px;
    text-align:center;
    margin-top:0px;
    margin-bottom:10px;
}
#tablesLayer table > caption {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 20px;
}
#tablesLayer tr {
    text-align: center;
}
#tablesLayer th {
    padding: 1px 3px;
    border: 1px solid #c8d1ff;
    border-width: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
#tablesLayer th:last-child {
    border-right-width: 0;
}
#tablesLayer td {
    padding: 1px 3px;
    position: relative;
}
#tablesLayer .tdbr {
    border-right: 1px solid #c8d1ff;
}
#tablesLayer > div > div {
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, .5);
    box-sizing: border-box;
    position: relative;
    float: right;
}
#tablesLayer > div.left > div,
#tablesLayer > div.right > div {
    height: 100%;
    max-width: 0;

    transition: all .5s .2s;
}
#tablesLayer > div.left.open > div,
#tablesLayer > div.right.open > div {
    max-width: 1000px;
    padding: 10px;

    transition: all .5s .2s;
}
#tablesLayer > div.left .splitButton {
    height: 100%;
    border-radius: 0 2px 2px 0;
}
#tablesLayer > div.left.open .splitButton:after {
    content: '\e034';
}
#tablesLayer > div.right .splitButton {
    height: 100%;
    float: left;
    border-radius: 2px 0 0 2px;
}
#tablesLayer > div.right .splitButton:after {
    content: '\e034';
}
#tablesLayer > div.right.open .splitButton:after,
#tablesLayer > div.right.open .splitButton:after {
    content: '\e035';
}
#tablesLayer > div.center > div {
    width: 100%;
    max-height: 0;

    transition: all .5s .2s;
}
#tablesLayer > div.center.open > div {
    max-height: 1000px;

    transition: all .5s .2s;
}
#tablesLayer > div.center .splitButton {
    width: 100%;
    float: left;
    border-radius: 2px 2px 0 0;
}
#tablesLayer > div.center .splitButton:after {
    content: '\e036';
}
#tablesLayer > div.center.open .splitButton:after {
    content: '\e033';
}

.graph {
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 12px;
    width: 0;
    background-color: rgba(254, 136, 136, .8);
    /*box-shadow: 1px -1px 2px rgba(196, 245, 196, .8), 1px 1px 2px rgba(196, 245, 196, .8);*/
    border-right: 2px solid rgb(255, 171, 164);
    box-sizing: content-box;
}

.graph span {
    display: none;
    color: rgb(255, 171, 164);
    position: absolute;
    bottom: -4px;
    right: 1px;
}

tr.datarow:hover {
    background: rgba(255, 255, 255, .2);
}
tr.datarow:hover .graph span {
    display: inline-block;
}

.splitButton {
    float: right;
    padding: 0;
    margin: 0;
    border-width: 0;
    text-align: center;
    vertical-align: middle;
    display: block;
    background-color: rgba(95, 150, 183, 0.6);
    cursor: pointer;
}
.splitButton:hover {
    background-color: rgba(95, 150, 183, 1);
}
.splitButton:focus {
    outline: 0;
}
.splitButton:after {
    content: '\e035';
    padding: 0 2px;
    font-size: 15px;
    display: inline-block;
    font-family: "Icons";
}

#yearLabel {
    top: 14px;
    display: block;
    right: 160px;
    opacity: .3;
    z-index: 50;
    color: rgb(244, 244, 244);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
#yearLabel.parsing {
    bottom: 0;
    top: 14px;
}
#yearLabel strong:first-child {
    font-size: 32px;
}
#yearLabel strong {
    font-size: 26px;
}
#yearLabel strong:last-child {
    font-size: 20px;
}

/** bar controls */
.bar {
    /*background-color:#fff;*/
   /* border:1px solid #999;
    border-color:rgba(0,0,0,0.4);
    border-radius:3px;*/
    box-shadow:none;
    box-sizing: border-box;
    pointer-events: auto;
}
.bar a {
    cursor: pointer;
    box-sizing: border-box;
    color:#0e151e;

    display:inline-block;
    vertical-align:middle;
    background-repeat:no-repeat;
    width: 27px;
    height: 27px;
    overflow: hidden;

    background: transparent;
    text-align: center;

    position: relative;
    border: 1px solid transparent;
    border-radius: 3px;
}
.bar a:hover,
.bar a.checked:hover,
.bar a:active,
.bar a.checked:active {
    background: rgba(0, 0, 0, .8);
    cursor:pointer;
    color: #1E2D41;
}
.bar a:active,
.bar a.checked:active {
    background: #000;
}
.bar a:hover:only-of-type {
    border-radius:3px;
}
.bar a.checked {
    border-color: #727272;
}

.bar a img {
    pointer-events: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bar #infobtn:hover {
    border-radius: 50%;

    transition: border-radius .1s;
}

/** end bar controls */

a.wait {
    background-size:12px 12px;
    background-image: url(/assets/images/spinner.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.oi[data-glyph=media-repeat]:before { content:'\e088'; }

.heatLayer {
    opacity: 1;
}

#info {
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    color: #ebf1f4;
    text-shadow: 1px 1px 2px rgba(17, 17, 24, 1), 0 0 1em #ebf1f4;
}

#info a {
    color: rgba(255, 255, 255, .6);
    text-shadow: 1px 1px 2px rgba(17, 17, 24, 1);
}

#info > div > span {
    position: absolute;
    top: -14px;
    right: -14px;
}

#info .bar-part {
    border-radius: 50%;
    padding-top: 3px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, .6);
}

#info > div {
    position: absolute;
    width: 50%;
    height: 60%;
    left: 25%;
    top: 20%;
    margin: 0;
    padding: 30px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .6);
    box-shadow: 0 0 20px rgba(255, 255, 255, .4);
}

#info > div > div {
    height: 80%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
}

#alarm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;

    transition: all 1s .2s;
}

#alarm.open {
    visibility: visible;
    opacity: 1;
}

#alarm h1 {
    background: rgba(0, 0, 0, .4);
    padding: 30px;
    font-size: 60px;
    color: rgba(65, 105, 225, 1);

    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1.5s;

    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-duration: 1.5s;
}

@keyframes blink {
    from {
        color: rgba(65, 105, 225, 1);
    }
    to {
        color: rgba(65, 105, 225, 0.2);
    }
}

.center{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-neustar { 
  color: #ffffff; 
  background-color: #1ABD5C; 
  border-color: #01732F; 
} 
 
.btn-neustar:hover, 
.btn-neustar:focus, 
.btn-neustar:active, 
.btn-neustar.active, 
.open .dropdown-toggle.btn-neustar { 
  color: #ffffff; 
  background-color: #00CE76; 
  border-color: #01732F; 
} 
 
.btn-neustar:active, 
.btn-neustar.active, 
.open .dropdown-toggle.btn-neustar { 
  background-image: none; 
} 
 
.btn-neustar.disabled, 
.btn-neustar[disabled], 
fieldset[disabled] .btn-neustar, 
.btn-neustar.disabled:hover, 
.btn-neustar[disabled]:hover, 
fieldset[disabled] .btn-neustar:hover, 
.btn-neustar.disabled:focus, 
.btn-neustar[disabled]:focus, 
fieldset[disabled] .btn-neustar:focus, 
.btn-neustar.disabled:active, 
.btn-neustar[disabled]:active, 
fieldset[disabled] .btn-neustar:active, 
.btn-neustar.disabled.active, 
.btn-neustar[disabled].active, 
fieldset[disabled] .btn-neustar.active { 
  background-color: #247845; 
  border-color: #01732F; 
} 
 
.btn-neustar .badge { 
  color: #247845; 
  background-color: #ffffff; 
}

.flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-column,
.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-start-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
}

.flex-start-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-space-between-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-end-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ui {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;

    height: 50vh;

    color: #9C9B9B;
    transition: transform 1s ease-out .3s;
    pointer-events: none;
}

.ui__top {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    min-height: 45%;
    max-height: 45%;
    height: 45%;
}

.ui__content {
    -webkit-flex: 1 1 85%;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    width: 80vw;
    max-width: 85%;
    max-height: 100%;
    position: relative;
}

.ui__bottom {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    min-height: 55%;
    max-height: 55%;
    height: 55%;
    background: #1A1A1A;
}

.ui__types,
.ui__attackers,
.ui__targets,
.ui__attacks {
    background: #1A1A1A;
    padding: 5px 10px;
    overflow: hidden;
}

.ui__attacks {
    -webkit-flex: 1 1 46%;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    max-width: 46%;
    width: 46%;
    max-height: 100%;
    margin-right: 3%;
}

.ui__targets,
.ui__attackers {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    max-height: 100%;
    margin-right: 3%;
}

.ui__targets .datarow,
.ui__attackers .datarow {
    margin-bottom: 10px;
}

.ui__attackers {
    transition: transform .8s 1s;
    transform-origin: bottom;
}

#targets {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    height: 70%;
    min-height: 70%;
    max-height: 70%;
}

.ui__title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.ui__thead,
.ui__trow {
    position: relative;
}

.ui__tcol {
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    margin-right: 5px;
}

.ui__tcell {
    font-size: 12px;
    line-height: 17px;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui__tcol:nth-child(1),
.ui__tcell:nth-child(1) {
    width: 20%;
    max-width: 20%;
}

.ui__tcol:nth-child(2),
.ui__tcell:nth-child(2) {
    width: 35%;
    max-width: 35%;
}

.ui__tcol:nth-child(3),
.ui__tcell:nth-child(3) {
    width: 20%;
    max-width: 20%;
}

.ui__tcol:nth-child(4),
.ui__tcell:nth-child(4) {
    width: 15%;
    max-width: 15%;
}

.ui__tcol:nth-child(5),
.ui__tcell:nth-child(5) {
    width: 15%;
    max-width: 15%;
}

.ui__tcell--attacker {
    position: relative;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ui__tcell--attacker > div {
    margin-right: 5px;
}

.ui__tcell--attacker > div:last-child {
    margin-right: 0;
}

.ui__tcell--attacker > div:nth-child(2) {
    text-overflow: ellipsis;
    width: 40%;
    overflow: hidden;
}

.ui__bar {
    padding-top: 3px;
    background: #434343;
}

.ui__bar:nth-child(1) {
    background: #FE4D64;
    width: 70%;
}

.ui__bar--title {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
}

.ui__types {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    max-height: 100%;
}

#chartTypeAttacks {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
}

#chartTypeAttacks text {
    fill: #fff;
    text-anchor: middle;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.ui__types--list {
    position: relative;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}

.ui__types--list > div > div:nth-child(1) {
    margin-right: 3px;
}

.ui__types--list > div > div:nth-child(2) {
    min-width: 15%;
}

.ui__types--list > div > div:nth-child(3) {
    margin-left: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui__type--graph {
    width: 25%;
    overflow: hidden;
    position: relative;
}

.ui__type--graph svg {
    width: 100%;
    height: 20px;

    shape-rendering: geometricPrecision;
}

body.close #map {
    transition: height .5s .3s;
    height: 100vh;
}

body.close .ui {
    transform: perspective(600px) rotateX(25deg) translate3d(0, 100%, 2px);
}

body.close .ui__attackers {
    transition: transform .3s .1s;
    transform: perspective(600px) rotateX(90deg);
}