.vertically-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
html {
  background-color: #333;
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
}
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.prettyform {
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #666;
  background: none;
  line-height: 32px;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.prettyform:hover {
  transition-property: none;
  transition-duration: 0.2s;
  transition-delay: 0s;
  border: 1px solid #aaa;
}
.prettyform.passive {
  cursor: default;
  border: 1px solid #666;
}
#graph-controls .prettyform.input {
  width: 6rem;
}
.input:active,
.input:focus {
  -webkit-box-shadow: 0px 0px 1rem 0px #862881 ;
  -moz-box-shadow: 0px 0px 1rem 0px #862881 ;
  box-shadow: 0px 0px 1rem 0px #862881 ;
}
.form-group {
  display: flex;
  margin: 0.5rem;
}
.form-group > * {
  display: block;
  height: 2rem;
  padding: 0 0.5rem;
}
.form-group > *:not(:last-child) {
  border-right: none;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.form-group > *:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-group > *:last-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.dropup-wrapper {
  position: relative;
}
.dropup-menu {
  position: absolute;
  bottom: 25px;
  -webkit-box-shadow: 0px 0px 16px 0px #111 ;
  -moz-box-shadow: 0px 0px 16px 0px #111 ;
  box-shadow: 0px 0px 16px 0px #111 ;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #333;
  z-index: 100;
  width: 100%;
  padding: 0;
}
.dropup-menu li {
  cursor: pointer;
  list-style: none;
  text-align: center;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.dropup-menu li:hover,
.dropup-menu li:visited {
  color: #fff;
}
.dropup-menu li.selected,
.dropup-menu li:hover {
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-delay: 0s;
  background-color: #6c2068;
}
.dropup-menu li a {
  color: #fff;
}
.dropup-menu li:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.dropup-menu li:last-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.infobox {
  background-color: rgba(0,127,0,0.2);
  border: 1px solid #080;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,127,0,0.5) inset;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,127,0,0.5) inset;
  box-shadow: 0px 0px 4px 0px rgba(0,127,0,0.5) inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.infobox.error {
  margin: 100px auto 0px;
  font-size: 120%;
  background-color: rgba(127,0,0,0.2);
  border: 1px solid #800;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(127,0,0,0.5) inset;
  -moz-box-shadow: 0px 0px 4px 0px rgba(127,0,0,0.5) inset;
  box-shadow: 0px 0px 4px 0px rgba(127,0,0,0.5) inset;
  max-width: none;
}
.infobox.solo {
  padding: 1rem;
}
.radio {
  padding: 0 2rem;
  cursor: pointer;
  text-align: center;
}
.radio.selected {
  background-color: #862881;
}
.settings-container {
  max-width: 35rem;
}
.settings-container form {
  margin: 1rem;
}
.settings-container form button {
  width: 100%;
}
.radio-triplet {
  margin: 1rem;
}
.radio-triplet .radio {
  width: 33.33333%;
  padding: 0;
}
.radio-triplet .radio-twin {
  width: 50%;
  padding: 0;
}
.radio-triplet .form-group {
  margin: 0;
}
.radio-triplet .form-group > * {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.radio-triplet .header {
  text-align: center;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
}
.radio-triplet .header h3 {
  font-size: 140%;
  padding-top: 0.25rem;
}
.radio-triplet .header p {
  color: #aaa;
  margin: 0;
  font-size: 90%;
}
.main {
  width: 100%;
}
.aside .files ul {
  padding-left: 1rem;
  margin-top: 0;
  transition-property: font-size, max-height, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
  max-height: 10240px;
}
.aside .files ul.collapsed {
  font-size: 0px;
  max-height: 0px;
  opacity: 0.0;
}
.aside .files ul li {
  list-style: none;
}
.aside .files .glyphicon {
  margin-right: 0.5rem;
}
body {
  font-size: 14px;
  line-height: 26px;
  font-family: Helvetica, Helvetica Neue, Arial;
}
.title {
  color: #fff;
}
a,
.glyph-button,
.sort-toggle {
  color: #ccc;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
.glyph-button:hover,
.sort-toggle:hover {
  color: #fff;
}
.disabled {
  color: #666;
  cursor: default;
}
.disabled:hover {
  color: #666;
}
.page-header {
  height: 54px;
  background: #862881;
  background: -moz-linear-gradient(top, #862881 0%, #6c2068 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #862881), color-stop(100%, #6c2068));
  background: -webkit-linear-gradient(top, #862881 0%, #6c2068 100%);
  background: -o-linear-gradient(top, #862881 0%, #6c2068 100%);
  background: -ms-linear-gradient(top, #862881 0%, #6c2068 100%);
  background: linear-gradient(to bottom, #862881 0%, #6c2068 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@main-A', endColorstr='@main-B',GradientType=0 );
}
.page-header .logo {
  height: 54px;
  float: left;
}
.page-header .fvk-logo {
  width: 90px;
  background: #fff url('../img/logo.png') no-repeat center center;
  background-size: 90%;
}
.page-header .portal-logo {
  width: 180px;
  display: none;
}
.page-header .header-tools {
  float: right;
  height: 100%;
  margin-right: 10px;
}
.page-header .header-tools * {
  float: left;
  margin: 0 5px;
}
.page-header .header-tools .investor-name {
  height: 54px;
  line-height: 54px;
}
.page-header .header-tools button {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subheader {
  line-height: 36px;
}
.subheader .timestamp {
  display: none;
  width: 100%;
  text-align: center;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul li {
  height: 36px;
}
nav ul li a {
  height: 36px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #222;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
nav ul li a:hover,
nav ul li a:visited {
  color: #fff;
}
nav ul li a.selected,
nav ul li a:hover {
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-delay: 0s;
  background-color: #6c2068;
}
.main-container {
  padding-top: 10px;
}
@media only screen and (min-width: 410px) {
  .subheader .timestamp {
    display: block;
    float: left;
    width: 90px;
  }
  .subheader .timestamp .date {
    display: none;
  }
  nav {
    float: left;
  }
  nav ul li {
    display: inline-block;
    float: left;
  }
  nav ul li:first-child a {
    margin-left: 0;
  }
  nav ul li:last-child a {
    margin-right: 0;
  }
  nav ul li a {
    border-bottom: none;
    display: inline-block;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 560px) {
  .page-header .portal-logo {
    display: block;
    background: url('../img/portal.png') no-repeat center center;
    background-size: 90%;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 680px) {
  .page-header .fvk-logo {
    width: 180px;
    background-size: 75%;
  }
  .subheader .timestamp {
    width: 180px;
  }
  .subheader .timestamp .date {
    display: inline;
  }
}
@media only screen and (max-width: 1199px) {
  .hidden-on-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .main-container {
    display: flex;
  }
  .main-container main {
    margin: 0 10px;
    flex-grow: 1.0;
    width: 100%;
  }
  .main-container aside {
    margin: 0 10px;
    min-width: 375px;
  }
  .wrapper {
    margin: 0 auto;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.scrollable-wrapper {
  position: relative;
  overflow: hidden;
}
.scrollable-wrapper .scrollable {
  overflow: hidden;
}
.scrollable-wrapper .scrollable .row:last-child .cell {
  border-bottom: none;
}
.gallery {
  text-align: center;
}
.gallery .image {
  position: relative;
  display: inline-block;
  width: 320px;
  margin: 5px;
}
.gallery .image img {
  width: 100%;
}
.gallery .image .desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  height: 2rem;
  text-align: center;
  line-height: 150%;
  font-size: 1.2rem;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-delay: 0s;
}
.gallery .image.old {
  -webkit-filter: grayscale(85%);
  filter: grayscale(85%);
}
.gallery .image.old:hover {
  -webkit-filter: none;
  filter: none;
}
.gallery .image:hover .desc {
  background-color: rgba(0,0,0,0);
  color: #000;
}
.gallery h1 {
  padding-top: 2em;
  padding-bottom: 0.5rem;
  text-align: left;
  margin-left: 1rem;
}
.inverters {
  margin-top: 10px;
}
.inverters .heading {
  border-bottom: 2px solid #ddd;
  font-size: 130%;
  text-align: center;
}
.inverters .aux-heading {
  display: none;
  font-size: 120%;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .inverters .heading {
    display: none;
  }
  .inverters .aux-heading {
    display: block;
  }
  .inverters .inverter {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 800px) {
  .inverters .row {
    display: flex;
  }
}
.inverters .row .col-name {
  width: 4%;
  font-weight: bold;
  text-align: center;
  font-size: 150%;
}
.inverters .row .col-pwr-today,
.inverters .row .col-kwh-today,
.inverters .row .col-kwh-month {
  width: 32%;
}
.inverters .inverter .chart {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 5px;
  height: 150px;
}
@media only screen and (max-width: 800px) {
  .inverters .inverter .chart {
    width: auto;
  }
}
.responsive-table .row {
  display: flex;
}
.responsive-table .row.header,
.responsive-table .row.content,
.responsive-table .row.footer {
  height: 75px;
}
.responsive-table .row.highlight .cell {
  background-color: #5C355A;
}
.responsive-table .row.content:hover .col-plant {
  background-image: url('/static/img/hover.png');
  background-repeat: repeat-y;
}
.responsive-table .plant-sub {
  color: #888;
  font-size: 75%;
  display: block;
  line-height: 100%;
}
.responsive-table .plant-sub .power-sub {
  color: #fff;
}
.responsive-table .cell {
  height: 100%;
  background-color: #505050;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.responsive-table .cell p {
  position: absolute;
}
.responsive-table .cell p.heading {
  width: 100%;
  bottom: 0;
  margin-bottom: 5px;
  text-align: center;
}
.responsive-table .cell p.data {
  text-align: left;
  margin: 5px 1em 0 1em;
}
.responsive-table .cell p.sums {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  position: relative;
  padding-top: 5px;
}
.responsive-table .prod-cell {
  table-layout: fixed;
  width: 100%;
  padding: 0 2px;
}
.responsive-table .prod-cell td.td-25p {
  width: 25%;
}
.responsive-table .data-cell {
  padding: 0 5px;
}
.responsive-table .value {
  text-align: right;
}
.responsive-table .unit {
  font-size: 80%;
  color: #888;
  width: 27%;
  text-align: left;
  white-space: nowrap;
}
.responsive-table .unit:before {
  content: "\00a0";
}
.responsive-table .greenscada-icon {
  padding-left: 10px;
}
.responsive-table .meter {
  border: 1px solid #888;
  height: 10px;
}
.responsive-table .meter .meter-bar {
  height: 100%;
}
.responsive-table .meter .meter-bar-0 {
  background-color: #3592e7;
}
.responsive-table .meter .meter-bar-10 {
  background-color: #30dbf7;
}
.responsive-table .meter .meter-bar-20 {
  background-color: #75f1fa;
}
.responsive-table .meter .meter-bar-30 {
  background-color: #32fae0;
}
.responsive-table .meter .meter-bar-40 {
  background-color: #73f067;
}
.responsive-table .meter .meter-bar-50 {
  background-color: #d0f225;
}
.responsive-table .meter .meter-bar-60 {
  background-color: #fcf200;
}
.responsive-table .meter .meter-bar-70 {
  background-color: #fee100;
}
.responsive-table .meter .meter-bar-80 {
  background-color: #fe9401;
}
.responsive-table .meter .meter-bar-90 {
  background-color: #f23e2e;
}
.responsive-table .meter .meter-bar-none {
  background-color: #383838;
}
.responsive-table .meter .meter-bar-offline {
  background-color: #b8b5b5;
  font-size: 10px;
  line-height: 100%;
  color: #800;
  text-align: center;
}
.responsive-table .meter .meter-bar-offline::before {
  content: "OFFLINE";
}
.responsive-table .no-border {
  border: none;
}
.responsive-table .equal-height {
  height: 50%;
}
.responsive-table .equal-width {
  width: 20%;
}
.responsive-table .col-camera {
  min-width: 100px;
}
.responsive-table .col-camera img {
  width: 98px;
  height: 73px;
}
.responsive-table .col-camera.old {
  background-color: #800;
}
.responsive-table .col-camera.old img {
  opacity: 0.65;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.responsive-table .col-plant {
  min-width: 170px;
}
.responsive-table .col-power-percent {
  min-width: 80px;
}
.responsive-table .col-power-percent .unit {
  font-size: 100%;
}
.responsive-table .col-production {
  flex-grow: 1.0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .responsive-table .equal-width {
    width: 25%;
  }
  .responsive-table .col-year {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .responsive-table .equal-width {
    width: 33.333%;
  }
  .responsive-table .col-month {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  .responsive-table .equal-width {
    width: 50%;
  }
  .responsive-table .col-today-frac {
    display: none;
  }
}
@media only screen and (max-width: 510px) {
  .responsive-table .equal-width {
    width: 100%;
  }
  .responsive-table .col-yesterday-kWh {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .responsive-table .col-production {
    display: none;
  }
  .responsive-table .col-plant {
    width: auto;
    min-width: 0;
    flex-grow: 1.0;
  }
}
.responsive-table .footer {
  border-top: 2px solid #333;
  font-size: 17px;
}
.responsive-table .footer .operator {
  color: #888;
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px;
  line-height: 20%;
}
.responsive-table .header .cell,
.responsive-table .footer .cell {
  background-color: #606060;
}
.responsive-table .shadow {
  position: relative;
}
.responsive-table .shadow::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.3;
  pointer-events: none;
  width: inherit;
}
.responsive-table .shadow.top::before {
  background: url('../img/shadow-top.png') repeat-x top left;
}
.responsive-table .shadow.btm::before {
  background: url('../img/shadow-btm.png') repeat-x bottom left;
}
.dual-table-container {
  display: flex;
}
.dual-table {
  flex-grow: 1.0;
}
#primary-table {
  float: right;
}
#secondary-table {
  float: left;
  margin-right: 5px;
}
body > * {
  width: 100%;
}
h1 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
h1 .toolbox {
  display: inline-block;
  float: right;
  margin-left: 5px;
}
h1 .toolbox .active {
  color: #862881;
}
h1 .toolbox.plant-toolbox {
  margin-right: 2px;
}
main .toolbox {
  right: 2px;
}
h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
}
h3 {
  margin: 0;
  padding-left: 5px;
}
.login-form {
  width: 600px;
  margin: 0 auto;
  padding-top: 2rem;
}
.login-form input {
  width: 95%;
  height: 2rem;
  padding-left: 0.5rem;
}
.login-form .button.login {
  margin-top: 0.5rem;
  height: 2rem;
  width: 5rem;
}
table.logins {
  margin: 1rem;
}
table.logins th,
table.logins td {
  border: 1px solid #888;
  padding: 0.2rem 1rem;
}
.sololink {
  padding: 0 0 2rem 1rem;
}
.popover-content {
  color: #555;
  font-size: 85%;
  width: 12rem;
}
.minimap {
  position: relative;
  height: 250px;
  margin-bottom: 14px;
}
.bigmap {
  position: relative;
}
#minimap,
.legend {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#minimap {
  left: 0;
}
.legend {
  right: 0;
  max-width: 400px;
  max-height: 280px;
  background-color: rgba(0,0,0,0.8);
}
.legend .legend-line {
  display: flex;
}
.legend .legend-line > * {
  width: 16.666%;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 25px 33px;
  text-align: center;
  font-size: 11px;
}
.legend .weather-line > * {
  background-size: 25px 25px;
}
.legend .legend-line-hr {
  border-bottom: 1px solid #fff;
}
#graph-cinny-odber {
  color: #f00;
  width: 11rem;
}
#graph-cinna-dodavka {
  color: #0f0;
  width: 12rem;
}
#graph-jalovy-odber {
  color: #f80;
  width: 11rem;
}
#graph-jalova-dodavka {
  color: #ff0;
  width: 12rem;
}
#graph-hidden-readout {
  display: none;
}
#graph-readout > * {
  height: 2rem;
  text-align: center;
}
#graph-readout {
  display: flex;
  padding-left: 5rem;
}
#graph-readout > * {
  width: 20%;
  text-align: left;
}
@media only screen and (min-width: 820px) {
  #graph-controls {
    display: flex;
    margin: 0px auto;
  }
}
#graph-controls > * {
  margin: 0.5rem;
}
.flex-grow {
  flex-grow: 1.0;
}
.dummyA {
  width: 0;
}
@font-face { font-family: "Glyphicons Halflings" ; src: url('../fonts/glyphicons-halflings-regular.eot') ; src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format("embedded-opentype"), url('../fonts/glyphicons-halflings-regular.woff2') format("woff2"), url('../fonts/glyphicons-halflings-regular.woff') format("woff"), url('../fonts/glyphicons-halflings-regular.ttf') format("truetype") ; }
.dummyB {
  width: 0;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-asc:before {
  content: "\e155";
}
.glyphicon-sort-desc:before {
  content: "\e156";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-sunny:before {
  content: "\e124";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.text-color-red {
  color: #ff0000;
}
.text-color-orange {
  color: #ff8000;
}
.event-list .event {
  max-width: 35rem;
  border: 1px solid #666;
  margin: 1rem auto 1rem auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.event-list .event > * {
  padding: 0.5rem 1rem;
}
.event-list .event .header {
  text-align: center;
  color: #888;
  border-bottom: 1px solid #666;
}
.event-list .event .header .time,
.event-list .event .header .type {
  color: #fff;
}
.highlightable {
  transition-property: text-shadow;
  transition-duration: 2s;
}
.highlightable.glow {
  text-shadow: 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff, 0px 0px 16px #fff;
  transition-duration: 0s;
}
.secondary {
  margin-top: 8px;
  width: 98px;
  text-align: center;
}

