#loading_file {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
.legend-main td {
  position: relative;
}
.legend-iedname {
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 2em;
  color: black;
}
.legend-iedname.selected {
  color: gray;
}
.legend-iedname.publishing {
  color: green;
}
.legend-iedname.subscribing {
  color: red;
}
.legend-iedname.both {
  color: brown;
}
.legend-ied-circle {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  border: thin solid transparent;
  width: 0.8em;
  height: 0.8em;
  background-color: gray;
  top: 0.2em;
  left: 0.8em;
  z-index: 3;
}
.legend-ied-circle.first {
  background-color: orange;
}
.legend-ied-circle.second {
  z-index: 2;
  left: 0.5em;
  background-color: lightblue;
}
.legend-ied-circle.third {
  z-index: 1;
  left: 0.2em;
  background-color: blue;
}
.legend-text {
  padding-left: 1em;
}
.legend-text-right {
  text-align: right;
}
.legend-stripe {
  display: inline-block;
  width: 70%;
  background-color: lightblue;
  height: 0.1em;
  position: relative;
  bottom: 0.21em;
}
.legend-stripe.bold {
  height: 0.2em;
  bottom: 0.2em;
}

.legend-stripe.green {
  background-color: green;
}
.legend-stripe.red {
  background-color: red;
}
.legend-stripe.brown {
  background-color: brown;
}
#tpws-legend {
  font-size: 1.5em;
}
#tpws-legend div {
  position: absolute;
  left: -27.5em;
  top: 65px;
  background-color: #fff;
  color: #333;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 1em 2em;
  width: 35em;
  opacity: 0;
  pointer-events: none;
  font-size: 75%;
  color: black;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#tpws-legend:hover div {
  opacity: 0.9;
  pointer-events: auto;
}
#maintenance_btn {
  margin-top: 0.5em;
}
.maintenance-alert {
  display: inline-block;
  margin: 1em auto;
  padding: 0.65em 1em;
}
.tpws-livemode-btn {
  margin-bottom: 15px;
  margin-top: 7px;
}
.wh-event-row:hover,
.wh-event-row:hover td {
  background-color: #f1f1f1 !important;
  cursor: pointer;
}
.tpws-fix-block-w1 {
  width: 125px;
}
.tpws-100-block {
  height: 25px;
}
.tpws-user-form label {
  text-transform: capitalize;
}
form textarea {
  display: block;
}
.tpws-container {
  margin: 10px auto;
}
.tpws-roundborder-block,
.notifyjs-events-base,
.notifyjs-info-base {
  padding: 5px 10px;
  border: thin solid transparent;
  border-radius: 6px;
}

.event-notifications-wrapper {
  display: none;
  background-color: #f0ad4e;
  padding: 5px 10px;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  margin: 3px 0;
}
.event-notification {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.event-notification:hover {
  white-space: normal;
}

.tpws-centered-form {
  max-width: 500px;
  margin: 0 auto;
}
#tpws_menu {
  z-index: 900;
  position: relative;
}
.tpws-history-hint {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  margin-left: -150px;
  width: 300px;
  background-color: #fff;
  color: #333;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 3px 6px;
  display: none;
}
.tpws-history-hint.hovered {
  display: inline-block;
}
/*.vex.vex-theme-default .vex-content {
  background-color: white;
}*/
#tpws_history_timeline {
  margin-top: 30px;
  height: 500px;
}
#tpws_history_timeline .axis path,
#tpws_history_timeline .axis line {
  fill: none;
  stroke: #1fb530;
  /*shape-rendering: crispEdges;*/
}
#tpws_history_timeline circle {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*#tpws_menu {
  position: relative;
  z-index: 9999;
}*/

.wh-event-type-td {
  text-align: center;
}
.wh-event-ghost-prefix {
  color: #999;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#1a4d78));
  background: linear-gradient(to bottom, #337ab7 0%, #1a4d78 100%);
}
.wh-event-type-cs {
  color: #c77914;
}
.wh-event-type-cs::before {
  content: '\f132';
}
.wh-event-type-cm {
  color: #14b31b;
}
.wh-event-type-cm::before {
  content: '\f095';
}
.wh-event-type-ts {
  color: #1460b3;
}
.wh-event-type-ts::before {
  content: '\f017 ';
}
.wh-event-type-cf {
  color: #a617a0;
}

.wh-event-type-cf::before {
  content: '\f085';
}

.wh-event-type-pr {
  color: #781799;
}
.wh-event-type-pr::before {
  content: '\f0e7';
}

.wh-event-type-se {
  color: #bbbbbb;
}

.wh-event-type-se::before {
  content: '\f2f3';
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #fbfbfb;
}
.wh-live {
  /* position: relative; */
  /* top: 2px; */
  /* left: 11px; */
  border: 2px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
}
.wh-live-off {
  color: #bbb;
  border-color: #ccc;
}
.wh-live-off:hover {
  color: #999;
  border-color: #999;
}
.wh-live-on {
  color: white;
  border-color: #81b898;
  background-color: #81b898;
}

.wh-textblock {
  background-color: white;
  padding: 5px 20px 15px 20px;
  border: thin solid #eee;
  border-radius: 30px;
  margin: 20px auto;
}

.wh-textblock ul {
  list-style-position: inside;
}

.wh-textblock .h1,
.wh-textblock .h2,
.wh-textblock .h3,
.wh-textblock h1,
.wh-textblock h2,
.wh-textblock h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.wh-textblock .h1,
.wh-textblock h1 {
  font-size: 36px;
}

#wheel_events {
  text-decoration: none;
  position: relative;
  font-size: 190%;
}
#wheel_events span {
  display: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: white;
  padding: 10px;
  border: thin solid gray;
  border-radius: 5px;
  z-index: 100;
  position: relative;
  top: 50px;
}
#wheel_events:hover span {
  display: block;
  position: fixed;
  overflow: hidden;
}

#wheel_events_table tbody tr td:nth-child(1),
#wheel_events_table tbody tr td:nth-child(2) {
  white-space: nowrap;
}

#last-events-table table tbody tr td:nth-child(1),
#last-events-table table tbody tr td:nth-child(2) {
  white-space: nowrap;
}

#wheel_events_table_wrapper {
  padding: 0px 0px 0px 0px;
  width: 100%;
}

#wheel_status {
  text-decoration: none;
  position: relative;
  font-size: 200%;
}
#wheel_status span {
  display: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: white;
  padding: 10px;
  border: thin solid gray;
  border-radius: 5px;
  z-index: 100;
}
#wheel_status:hover span {
  display: block;
  position: fixed;
  overflow: hidden;
}
.wheel-bg {
  background: url('/images/wheel.jpg') no-repeat fixed 50% 50% #bba;
}
.wh-signin .jumbotron {
  background-color: rgba(238, 238, 238, 0.7);
}
.wheel-header {
  margin-top: 65px;
  margin-bottom: 55px;
  text-align: center;
  color: white;
}
.wheel-header h1 {
  font-size: 60px;
}
.wheel-header h2 {
  font-size: 28px;
}
.wrapper {
  padding-left: 1em;
  padding-right: 1em;
  margin: -70px 0 0 -70px;
  display: block;
  width: 180px;
  height: 180px;
  position: relative;
  top: 50%;
  left: 50%;
}
.wh-rotateable {
  cursor: grab;
  cursor: grabbing;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.wh-scroll-block {
  overflow-y: scroll;
  max-height: 300px;
}
.cssload-loader {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 3em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: rgba(71, 85, 121, 0.98);
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
  animation: 1.3s infinite ease-in-out;
  -o-animation: 1.3s infinite ease-in-out;
  -ms-animation: 1.3s infinite ease-in-out;
  -webkit-animation: 1.3s infinite ease-in-out;
  -moz-animation: 1.3s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
* {
  margin: 0;
  padding: 0;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}
/*body {
    font-family: Arial;
    overflow-y: scroll;
}*/
/*.wh-tip-head {
    height: 20px;
    background-color: red;
}*/

.navbar {
  margin-bottom: 0px;
}

#right_sidebar {
  /*z-index: 20;*/
  /* padding-left: 0px;
  padding-right: 0px; */
  /*left: 0;*/
  /*overflow: hidden;*/
  /*overflow-y: auto;*/
}

@media (max-width: 1024px) {
  /*#right_sidebar {*/
  /*  display: none;*/
  /*}*/
}

.nav-side-menu {
  /* overflow: auto; */
  /*font-family: verdana;
    font-size: 12px;
    font-weight: 200;*/
  /* background-color: rgba(71, 85, 121, 0.8); */
  background-color: #e5e5e5;

  /* position: fixed; */
  /*top: 0px;*/
  /*width: 300px;*/
  height: 100%;
}

.nav-side-menu ul,
.menu-content > li {
  list-style: none;
  margin: 5px;
  /*
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

#eventsCounter {
  display: none;
  width: 100%;
}

@media (max-width: 1139px) {
  #right_sidebar_buttons {
    flex-wrap: wrap;
  }
  #eventsCounter {
    margin-top: 5px;
  }
  #eventsCounter {
    min-width: 135px;
  }
}
#eventsCounterInterval {
  width: auto;
}
#eventsCounterInterval:invalid {
  border-color: #d41e27;
  box-shadow: 0 0 0 0.2rem rgba(212, 30, 39, 0.25);
}
.sidebar-button {
  position: relative;
  /* display: block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 35px;
    color: #333;
    background-color: #fff;
    margin: 0px;
    border-color: #333;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-transition: all 300ms;
    transition: all 300ms; */
}

/* .sidebar-button:hover {
    text-decoration: none;
    background-color: #ccc;
    color: #333;
} */

.recent-events-btn {
  margin: 5px 10px;
}
#recentEventsModal .modal-dialog {
  max-width: 80%;
}
#recentEventsModal .modal-footer {
  justify-content: center;
}
#recentEventsTable {
  width: 100% !important;
  max-width: 100%;
}
.events-speed-container {
  margin: 0 10px;
  font-size: 90%;
  padding: 0.75rem;
}
#view-info {
  margin: 0;
  position: relative;
}
#view-info.sub-menu {
  background-color: #ffffff;
  margin-right: 0px;
  border-radius: 4px;
  border: 1px, solid, #adadad;
}

#header {
  height: auto;
}

#desc_right_head {
  opacity: 0;
  pointer-events: none;
}
.wh-tip-head ul {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
.wh-tip-head ul li {
  display: inline;
  margin-right: 3px;
  color: #333;
  cursor: pointer;
}
.wh-tip-head ul li.active {
  padding: 10px 0px 0px 10px;
  color: #ddd;
}
.wh-tip ul {
  list-style-type: none;
  /*    position: relative;
    text-align: center;*/
}
.wh-tip li {
  padding: 0px 0px 0px 10px;
  line-height: auto;
  z-index: 20;
  font-size: 90%;
  color: #333;
  /*background: rgba(255,255,255,0.5);*/
}
#live_lvb_info_panel li {
  padding: 7px 0;
}
.live_lvb_item {
  cursor: pointer;
}
.wh-tip > h1,
h2,
h3 {
  margin-left: 10px;
}

.wh-tip > h1 {
  color: #333;
}

.wh-tip > h3 {
  color: #777;
}

.wh-tip-body {
  padding: 0;

  /*background: rgba(255,255,255,0.5);*/
}
.wh-navbar {
  min-height: 20px;
  font-size: 80%;
}
.wh-navbar .dropdown-menu {
  font-size: 90%;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}
#header {
  text-align: left;
}

.wh-desc h2 {
  display: inline-block;
  color: white;
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 1.1em;
}

.wh-info-block {
  font-size: 90%;
}

.wh-info-block h4 {
  display: inline-block;
  color: white;
  padding: 1px 5px;
  border-radius: 5px;
}
/*.wh-info-block-wrapper {
	background-color: #fefefe;
	display: inline-block;
	border-radius: 5px;
	padding: 10px;
	border: thin solid gray;
}*/
/*.wh-navbar .nav>li>a {
}*/
.wh-navbar .navbar-nav > li > a {
  padding: 2px 0.6em 1px 0.8em;
}
.wheel-nav-point span.glyphicon {
  position: absolute;
  z-index: 100;
  top: 0.24em;
  left: -0.45em;
  font-size: 135%;
  color: #475579;
}
#wheel {
  position: relative;
}
#doc {
  /*	margin-top: 25px;*/
  counter-reset: counter-1;
}
#doc .sec-1 {
  counter-increment: counter-1;
  counter-reset: counter-2;
}
#doc .sec-1:before {
  content: counter(counter-1) '. ';
}
#doc .sec-2 {
  counter-increment: counter-2;
  counter-reset: counter-3;
}
#doc .sec-2:before {
  content: counter(counter-1) '.' counter(counter-2) '. ';
}
#doc .sec-3 {
  counter-increment: counter-3;
  counter-reset: counter-4;
}
#doc .sec-3:before {
  content: counter(counter-1) '.' counter(counter-2) '.' counter(counter-3) '. ';
}
#doc .sec-4 {
  counter-increment: counter-4;
  /*counter-reset: counter-5;*/
}
#doc .sec-4:before {
  content: counter(counter-1) '.' counter(counter-2) '.' counter(counter-3) '.' counter(counter-4) '. ';
}
#doc svg {
  margin: 2em 0;
}
.doc-wrapper {
  /*margin-left: 1.5em;*/
}
.doc-ied {
  font-weight: 700;
  text-decoration: none;
}
.doc-goose {
  text-decoration: underline;
}
.doc-link {
  stroke: black;
  stroke-width: 2px;
  fill: none;
}
.doc-table {
  position: relative;
}
.doc-contents {
  /*margin-top: 1.5em;*/
}
.doc-wrapper {
  height: 20px;
}
#doc h1 {
  margin: 0.5em 0;
  /*margin-left: 15px;*/
}
.wh-notice-row.has-scd-element {
  cursor: pointer;
}
.wh-notice-row.has-scd-element:hover {
  background-color: #eee;
}
table dl dt {
  font-weight: 400;
}
table dl dd {
  font-style: italic;
}
.wh-doc-container {
  width: 960px;
  margin: 0 auto;
}
#debug {
  display: none;
  font-size: 75%;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  text-align: right;
}
#debug button {
  font-size: 90%;
}
#debug div {
  margin: 3px;
}
#tips {
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  height: 100%;
  padding: 3px;
  z-index: 999;
  background-color: white;
}
#footer {
  position: absolute;
  bottom: 20px;
  /* left: 0; */
  text-align: center;
  width: 100%;
  font-size: 1.2em;
}

a.glyphicon {
  text-decoration: none;
  /*color: #337ab7;*/
}

a.glyphicon:hover,
a.glyphicon:focus,
a.glyphicon:active {
  color: #23527c;
}

a.glyphicon:visited {
  text-decoration: none;
  /*color: #337ab7;*/
}
#controls {
  display: inline-block;
  position: relative;
  left: 10px;
  letter-spacing: 10px;
}
#controls h2 {
  display: inline;
}
#chart {
  position: relative;
  font-size: 90%;
  /*	cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;*/
}

#wheel .wh-page #chart {
  /*background-color: white;*/
}
#wheel .wh-page {
  height: calc(100vh - 104px);
  /*background-color: lightgray;*/
  padding: 4px;
}

#wheel .wh-page--vertical {
  height: calc(((100vh - 112px) * 0.6) - 48px);
}

.btn-close-menu {
  display: none;
}

.wheel-navigation {
  display: none;
}

.wheel-navigation.open-panel {
  align-items: flex-start;
}

.open-btn {
  width: 48px;
  height: 44px;
  cursor: pointer;
}

.close-btn {
  width: 48px;
  height: 44px;
  cursor: pointer;
}
.wh-page {
  background-color: #fefefe;
}
.wheel__top-bar {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  /*box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);*/
}

.wheel__left-panel {
  display: flex;
  justify-content: space-between;
}

.wheel__right-panel {
  display: flex;
  justify-content: space-between;
}

#filter_btn {
  background: rgba(23, 87, 189, 0.1);
  color: #1757bd;
  border: none;
  display: block;
}

#filter_btn_next {
  background: rgba(23, 87, 189, 0.1);
  color: #1757bd;
  border: none;
  display: block;
}

.filter-btn-text {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-header_wh-tip {
  background: none;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 16px;
}

.badge_wh-tip {
  margin-left: 8px;
  padding: 2px 11px;
  width: 32px;
  padding: 5px 0;
}

.card_wh-tip {
  margin-bottom: 16px;
}

@media (max-width: 1259px) {
  #wheel .wh-page {
    /*height: calc((100vh - 120px) / 2);*/
    width: 100%;
  }

  .nav-side-menu {
    max-width: 100%;
    /*border-top: 3px solid #e8eef8;*/
    flex: auto;
  }

  .wheel-navigation {
    display: none;
    position: relative;
    height: 0;
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: 99;
  }

  #wheel {
    height: calc((100vh - 120px) / 2) !important;
    transition: all 0.5s;
  }

  #wheel.wheel_open-wheel {
    height: calc((100vh - 60px) / 2) !important;
  }
  #wheel.open-panel {
    height: 0 !important;
    transition: all 0.5s;
  }
  #menu-content {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* #menu-content li {
    width: 45%;
  } */
  .btn-close-menu {
    display: block;
    position: absolute;
    /* left: 50%; */
    /* top: calc(50% + 68px);
    transform: translate(-50%, -50%);
    z-index: 999; */
  }
}

h1,
h2,
h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}
h1 {
  font-size: 150%;
}
h2 {
  font-size: 125%;
}
h3 {
  font-size: 110%;
}
h1.tip-header {
  margin-bottom: 2px;
}
h3.tip-header {
  margin: 2px 0 5px 10px;
  color: #999;
}
/*.navbar {
    z-index: 30;
}
.navbar-brand img {
    position: relative;
    top: -6px;
}

.navbar-container {
	position: relative;
	z-index: 20;
}*/
.tip-label {
  color: #777;
  /*	width: 10em;*/
  display: inline-block;
}
.tip-desc {
  color: #333;
  font-size: 90%;
}
.wh-signal-body {
  margin: 5px 0 5px 10px;
  padding-left: 3px;
}
.rotation {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.wh-hidden {
  display: none !important;
}
.wh-disabled {
  pointer-events: none;
}
.wh-rot-ts-disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.wh-signal-header {
  border: thin black solid;
  border-left: black 15px solid;
  padding: 2px 5px;
  margin-top: 5px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
}
.link {
  fill: none;
  pointer-events: none;
}
.link-sv {
  stroke: #505abf;
}
.link-goose {
  stroke: #81b898;
}
.link-sv.link-goose {
  stroke: cyan;
}
.ied-link {
  stroke: #8aaeba;
}

.node {
  font: 300 11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  fill: #333;
  cursor: pointer;
}

.container-full {
  max-width: 100%;
}

.wh-status-unknown {
  fill: #999;
}

.wh-status-bad {
  -webkit-animation: red-blinker-no-blink 2.5s step-end infinite;
  animation: red-blinker-no-blink 2.5s step-end infinite;
}

.wh-status-good-sv:not(.wh-status-simulated) {
  /*animation: blue-blinker 2.5s ease infinite;*/
  fill: #515cd6 !important;
}

.wh-status-good-goose:not(.wh-status-simulated) {
  /*animation: green-blinker 2.5s ease infinite;*/
  fill: #2aa85f !important;
}

.wh-status-simulated {
  -webkit-animation: yellow-blinker 2.5s ease-in infinite !important;
  animation: yellow-blinker 2.5s ease-in infinite !important;
}

.wh-status-good-sv.wh-status-simulated {
  -webkit-animation: yellow-blue-blinker 2.5s ease-in infinite !important;
  animation: yellow-blue-blinker 2.5s ease-in infinite !important;
}

.wh-status-good-goose.wh-status-simulated {
  -webkit-animation: yellow-green-blinker 2.5s ease-in infinite !important;
  animation: yellow-green-blinker 2.5s ease-in infinite !important;
}

.wh-status-intermediate {
  -webkit-animation: orange-blinker 2.5s ease infinite;
  animation: orange-blinker 2.5s ease infinite;
}

@-webkit-keyframes red-blinker-hight-contrast {
  0% {
    fill: #f3f3f3;
  }
  50% {
    fill: #d41e27;
  }
}

@keyframes red-blinker-hight-contrast {
  0% {
    fill: #f3f3f3;
  }
  50% {
    fill: #d41e27;
  }
}
@-webkit-keyframes red-blinker-no-blink {
  0% {
    fill: #d41e27;
  }
  50% {
    fill: #d41e27;
  }
}
@keyframes red-blinker-no-blink {
  0% {
    fill: #d41e27;
  }
  50% {
    fill: #d41e27;
  }
}
@-webkit-keyframes red-blinker-low-contrast {
  0% {
    fill: rgb(148, 35, 41);
  }
  50% {
    fill: rgb(148, 54, 59);
  }
}
@keyframes red-blinker-low-contrast {
  0% {
    fill: rgb(148, 35, 41);
  }
  50% {
    fill: rgb(148, 54, 59);
  }
}

@-webkit-keyframes yellow-blinker {
  75% {
    fill: #f4d942;
  }
  80% {
    fill: #000000;
  }
  85% {
    fill: #f4d942;
  }
  90% {
    fill: #000000;
  }
  95% {
    fill: #f4d942;
  }
}

@keyframes yellow-blinker {
  75% {
    fill: #f4d942;
  }
  80% {
    fill: #000000;
  }
  85% {
    fill: #f4d942;
  }
  90% {
    fill: #000000;
  }
  95% {
    fill: #f4d942;
  }
}

@keyframes yellow-blue-blinker {
  75% {
    fill: #f4d942;
  }
  80% {
    fill: #505abf;
  }
  85% {
    fill: #f4d942;
  }
  90% {
    fill: #505abf;
  }
  95% {
    fill: #f4d942;
  }
}

@keyframes yellow-green-blinker {
  75% {
    fill: #f4d942;
  }
  80% {
    fill: #2aa85f;
  }
  85% {
    fill: #f4d942;
  }
  90% {
    fill: #2aa85f;
  }
  95% {
    fill: #f4d942;
  }
}

@-webkit-keyframes blue-blinker {
  90% {
    fill: #505abf;
  }
}

@keyframes blue-blinker {
  90% {
    fill: #505abf;
  }
}

@-webkit-keyframes green-blinker {
  90% {
    fill: #81b898;
  }
}

@keyframes green-blinker {
  90% {
    fill: #81b898;
  }
}

@-webkit-keyframes orange-blinker {
  0% {
    fill: orange;
  }

  40% {
    fill: #2aa85f;
  }

  60% {
    fill: #2aa85f;
  }

  100% {
    fill: orange;
  }
}

@keyframes orange-blinker {
  0% {
    fill: orange;
  }

  40% {
    fill: #2aa85f;
  }

  60% {
    fill: #2aa85f;
  }

  100% {
    fill: orange;
  }
}

.node:hover,
.node--source,
.node--target {
  /*font-weight: 700;*/
}

.node--target {
  fill: #d62728;
}

.node--source {
  fill: #2ca02c;
}

.node--both {
  fill: #a34512;
}

.no-linked {
  fill: #999;
}

.wh-status-ghost {
  /*animation: green-blinker 2.5s ease infinite;*/
  fill: #22b5ae;
}

.node:hover {
  fill: #bbb;
}

.link--source,
.link--target,
.link--both {
  stroke-opacity: 0.7 !important;
  stroke-width: 4px;
}

.link--target {
  stroke: #2ca02c;
}

.wh-fill-red {
  fill: #2ca02c !important;
}

.link--source {
  stroke: #d62728;
}

.wh-fill-green {
  fill: #d62728 !important;
}

.link--source--blinking {
  stroke: #d62728;
  -webkit-animation: blink 1s steps(2, start) infinite;
  animation: blink 1s steps(2, start) infinite;
}

.link--both {
  stroke: #a34512;
}

.ied-label {
  font-weight: 700;
  font-size: 12px;
}
.wh-virtual {
  font-style: italic;
}
.wh-back {
  cursor: pointer;
  font-size: 120%;
  position: fixed;
  right: 20px;
  bottom: 14px;
  z-index: 100;
}
.wh-back .glyphicon {
  top: 3px;
}
.wh-back:hover {
  color: #999;
}
.wheel-desc {
  font-weight: 400;
  font-size: 10px;
}

.node--pointer {
  font-size: 13pt;
}

.subnet-selector-container {
  display: block;
  position: relative;
  margin: 20px auto;
  height: auto;
  /*width: 500px;*/
  padding: 10px;
}
#subnet_selector {
  display: block;
}
.subnet-selector-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

ul.subnet-selector-ul li {
  /*color: #AAAAAA;*/
  display: block;
  position: relative;
  float: left;
  width: 100%;
  /*height: 100px;*/
  border-bottom: 1px solid #777;
}

ul li input.subnet-selector-radio[type='radio'] {
  position: absolute;
  visibility: hidden;
}

ul li label.subnet-selector-label {
  display: block;
  position: relative;
  padding: 5px 10px 5px 40px;
  margin: 10px auto;
  /*height: 30px;*/
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

span.subnet-selector-name {
  display: block;
  /*font-weight: 300;
    font-size: 1.3em;*/
}

span.subnet-selector-desc {
  display: block;
  font-weight: 300;
  color: #777;
}

ul li:hover label.subnet-selector-label {
  color: #777;
}

ul li .subnet-selector-check {
  display: block;
  position: absolute;
  border: 2px solid #333;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 18px;
  left: 10px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

ul li:hover .subnet-selector-check {
  border: 2px solid #777;
}

ul li .subnet-selector-check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input.subnet-selector-radio[type='radio']:checked ~ .subnet-selector-check {
  border: 2px solid #475579;
}

input.subnet-selector-radio[type='radio']:checked ~ .subnet-selector-check::before {
  background: #475579;
}

input.subnet-selector-radio[type='radio']:checked ~ label {
  color: #475579;
}
.eventsCountText {
  user-select: none;
}

#mainMenu .card-body {
  padding: 0.25rem;
}

#mainMenu .subMenu {
  margin-left: 1rem;
}

a[data-toggle='collapse']:not(.collapsed) .fa-angle-right {
  transform: rotate(90deg);
}
a[data-toggle='collapse'] .fal {
  margin-right: 5px;
}

a[data-toggle='collapse'] {
  color: #333;
}

.collapsed > .fa.fa-caret-up.float-right {
  display: none;
}

a[aria-expanded='true'] > .fa.fa-caret-down.float-right {
  display: none;
}
