@import "../icons8/styles.css";
.colored-light {
  background: #eee;
}
.colored-grey {
  background: #ccc;
}
.colored-blue {
  background: #3498db;
}
.colored-yellow {
  background: #ffc930;
}
.colored-orange {
  background: #ff6530;
}
.colored-red {
  background: #c1321d;
}
.colored-green {
  background: #1dc132;
}
.color-twitter {
  color: #4099ff;
}
.color-facebook {
  color: #3b5998;
}
.color-google-plus {
  color: #dd4b39;
}
* {
  padding: 0;
  margin: 0;
  border: none;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  display: inline-block;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.4em;
  font-family: Verdana, Arial, sans-serif;
  color: #333333;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../../img/backgrounds/runalyze.jpg);
}
body#home {
  min-width: 1024px;
}
#main {
  width: 100%;
}
#container {
  min-width: 654px;
  padding-right: 344px;
  position: relative;
}
#panels {
  position: absolute;
  top: -5px;
  right: 0;
  width: 344px;
}
#installer {
  font-size: 12px;
}
#installer #headline {
  z-index: 1000;
}
#installer label strong {
  display: block;
  float: left;
  width: 120px;
  margin: 4px 2px;
  padding: 2px;
}
#login-window {
  margin: 0 auto;
}
#login-window p {
  margin: 1em 0;
}
#login-window .input-with-unit input {
  padding-left: 2px;
  text-align: left;
}
#login-panel {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 170px;
  border-left: 1px solid #DDD;
  font-size: .9em;
}
#login-panel a {
  display: block;
  line-height: 24px;
  margin-left: 4px;
  padding: 2px;
  border-bottom: none !important;
  background-position: 3px center;
  background-repeat: no-repeat;
}
#login-panel a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.installer-window-container {
  padding: 0 70px;
}
.installer-footer-text {
  border-top: 1px solid #ccc;
  margin: 20px 5px 2px;
  padding-top: 10px;
}
.installer-footer-links {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}
.text-badge {
  width: 33%;
  float: left;
  position: relative;
}
.text-badge strong {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.text-badge p {
  margin: 0 10px 0 45px;
  color: #666;
}
.text-badge i {
  position: absolute;
  width: 45px;
  top: 10px;
  text-align: center;
  color: #880000;
}
code,
textarea.code {
  width: 98%;
  margin: 0 auto;
  height: 100px;
  overflow: auto;
  display: block;
  white-space: nowrap;
  font-family: monospace;
}
#shared {
  min-width: 1024px;
}
#shared .databox.left {
  width: 300px;
}
#shared .databox.left table {
  width: 100%;
}
#shared-iframe {
  min-width: 240px;
  max-width: 600px;
  background: #fff;
  padding-top: 0;
}
#shared-iframe #headline {
  display: none;
}
#shared-iframe #training-table,
#shared-iframe #training-charts-and-map {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  padding-top: 41px;
}
#headline {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  line-height: 24px;
  overflow: hidden;
  background-color: #222222;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#headline .tab {
  display: block;
  float: left;
  padding: 2px;
  margin: 4px 18px;
  color: #999999;
}
#headline .tab.right {
  float: right;
}
#headline .tab:hover {
  color: #eeeeee;
}
#headline .logo {
  margin: 5px 25px 5px 5px;
  text-indent: -9999px;
  background: url(../../web/assets/images/runalyze-header-swoosh.png) no-repeat center center;
  width: 184px;
  height: 20px;
}
#menu-link {
  display: none;
}
input,
select,
textarea,
code {
  font-size: 0.9em;
  margin: 4px 2px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #b8b8b8;
  border-radius: 3px;
}
input,
textarea,
code {
  padding: 2px;
}
select {
  padding: 1px;
}
.as-input {
  display: inline-block;
  font-size: 0.9em;
  padding: 3px;
}
table input,
table select,
table textarea {
  margin: 0 2px;
}
input:focus,
select:focus,
textarea:focus {
  background-color: #ebfdd7;
}
input[type=checkbox] {
  position: relative;
  top: 2px;
  border: none;
}
label.checkable,
input[type=checkbox] {
  cursor: pointer;
}
input[type=submit],
.button {
  background-color: #555;
  border: 0;
  border-radius: 0;
  color: #FFF !important;
  cursor: pointer;
  padding: 5px 12px !important;
}
.button {
  display: block;
  text-align: center;
  width: 127px;
  margin: 0 auto;
}
fieldset {
  border-top: 1px solid #dddddd;
  padding-top: 6px;
  padding-bottom: 10px;
  clear: both;
}
fieldset.collapsed div,
fieldset.collapsed > input {
  display: none !important;
}
fieldset.without-legend {
  border-top: none;
}
fieldset legend {
  cursor: pointer;
  color: #8ab858;
  padding-right: 3px;
  margin-left: 6px;
}
fieldset legend:before {
  display: inline-block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  content: "\f0d7";
  width: 12px;
  text-align: center;
  color: #333333;
}
fieldset.collapsed legend:before {
  content: "\f0da";
}
fieldset label {
  font-weight: bold;
  width: 45%;
  float: left;
  margin: 0 !important;
  padding: 3px 0;
}
fieldset .toolbar-line label {
  float: none;
  width: auto;
  font-weight: normal;
}
fieldset .inline label {
  float: none;
  width: auto;
  padding: 3px;
}
fieldset .w25,
fieldset .w33,
fieldset .w50,
fieldset .w100 {
  padding: 2px 0;
  min-height: 21px;
}
fieldset .w25,
fieldset .w33,
fieldset .w50 {
  float: left;
  display: block;
}
fieldset .w100 {
  clear: left;
}
fieldset .double-height-right {
  float: right;
  padding: 11px 0;
  min-height: 19px;
}
fieldset textarea,
fieldset input {
  padding: 2px;
  margin: 0;
}
fieldset select {
  padding: 1px;
  margin: 0;
}
fieldset .small-size {
  width: 60px;
}
fieldset .middle-size {
  width: 120px;
}
fieldset .full-size {
  width: 53%;
}
fieldset .chosen-container {
  width: 53%!important;
}
fieldset .fullwidth {
  width: 95%;
}
fieldset .with50erLabel label {
  width: 22.5%;
}
fieldset .with50erLabel .full-size {
  width: 75%;
}
fieldset .with50erLabel .chosen-container {
  width: 75%!important;
}
fieldset .with50erLabel .inline label {
  float: none;
}
fieldset .with33erLabel label {
  width: 14.85%;
}
fieldset .with33erLabel .full-size {
  width: 84%;
}
fieldset .with33erLabel .chosen-container {
  width: 84%!important;
}
fieldset .w50.with33erLabel label {
  width: 29.7%;
}
fieldset .w50.with33erLabel .full-size {
  width: 65%;
}
fieldset .w50.with33erLabel .chosen-container {
  width: 65%!important;
}
fieldset .with33erLabel .inline label {
  float: none;
}
fieldset textarea.full-size {
  height: 72px;
}
fieldset .checkbox-first {
  position: relative;
}
fieldset .checkbox-first label {
  display: block;
  width: 100%;
  float: none;
  line-height: 21px;
  text-indent: 16px;
}
fieldset .checkbox-first input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.input-with-unit {
  position: relative;
}
.input-with-unit input {
  padding: 2px 30px 2px 0;
  text-align: right;
}
.input-with-unit .small-size {
  width: 34px;
}
.input-with-unit .middle-size {
  width: 94px;
}
.input-with-unit .full-size {
  width: 46%;
}
.input-with-unit .small-size.pick-a-date {
  width: 60px;
}
.input-with-unit .input-unit {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px !important;
  display: block;
  text-align: center;
  float: none !important;
  font-weight: normal;
  font-size: 0.9em;
  color: #ccc;
  padding: 0;
}
:invalid,
fieldset .validation-failed {
  background-color: #fdebd7;
  border-color: #cc0000;
}
ol.splits li {
  padding-bottom: 3px;
}
body.overlay {
  overflow: hidden;
}
body.overlay #overlay,
body.overlay #ajax-outer {
  display: block;
}
#overlay {
  display: none;
  z-index: 2000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
#ajax-outer {
  display: none;
  z-index: 2001;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#ajax {
  display: none;
  z-index: 2001;
  position: absolute;
  left: 50%;
  width: 820px;
  margin: 25px 0 25px -410px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
#ajax.small-window {
  width: 500px;
  margin-left: -250px;
}
#ajax.big-window {
  width: 90%;
  margin-left: -45%;
}
#ajax.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background-color: #f6f6f7;
  z-index: 2010;
  margin: 0 !important;
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  overflow: auto;
}
#ajax.fullscreen #close {
  top: 0;
  right: 0;
}
#ajax-navigation {
  display: block;
  z-index: 2001;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  width: 210px;
  height: 100%;
  overflow: auto;
}
form#training {
  min-height: 350px;
}
.black-rounded-icon {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 13px;
  border: 2px solid #fff;
  color: #fff !important;
  background: #000;
  text-align: center;
  font-size: 13px;
  box-shadow: 1px 1px 2px #000;
}
#close,
#ajax-prev,
#ajax-next {
  z-index: 2012;
  position: absolute;
  cursor: pointer;
}
#close {
  top: -20px;
  right: -20px;
}
#ajax-prev {
  top: 150px;
  left: -25px;
}
#ajax-next {
  top: 150px;
  right: -25px;
}
#close.black-rounded-icon,
#ajax-next.black-rounded-icon {
  box-shadow: -1px 1px 2px #000000;
}
#searchResult {
  overflow: auto;
}
@media screen and (max-width: 960px) {
  #ajax {
    width: 90%;
    left: 2%;
    margin: 0;
  }
  #ajax.small-window {
    width: 500px;
    left: 230px;
    margin: 0;
  }
  #ajax.big-window {
    width: 960px;
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  #ajax {
    width: 600px;
    left: 0;
    margin: 0;
  }
}
a:link,
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover,
a:active,
.link:hover {
  color: #000000;
}
p.text a:link,
p.text a:link,
a.external:link,
a.external:link,
p.text a:visited,
p.text a:visited,
a.external:visited,
a.external:visited {
  color: #c1321d;
}
p.text a:hover,
p.text a:hover,
a.external:hover,
a.external:hover,
p.text a:active,
p.text a:active,
a.external:active,
a.external:active {
  color: #000000;
}
.links-with-margin a {
  margin-left: 10px;
}
h1 {
  padding-left: 2px;
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  color: #880000;
  border-bottom: 1px solid #cccccc;
}
h1 img {
  vertical-align: text-bottom;
}
h1 a:link,
h1 a:visited {
  color: #880000;
}
h1 a:hover,
h1 a:active {
  color: #000000;
}
ul {
  margin: 5px 10px 15px 10px;
  padding: 0 0 0 20px;
}
.show-on-hover-parent .show-on-hover {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.show-on-hover-parent .hide-on-hover {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.show-on-hover-parent:hover .show-on-hover {
  opacity: 1;
}
.show-on-hover-parent:hover .hide-on-hover {
  opacity: 0;
}
p {
  display: block;
  clear: both;
  margin: 2px 5px;
}
p.text {
  margin: 2px 5px 12px;
}
p.text-headline {
  margin: 0 0 8px;
  font-weight: bold;
}
td.errortype,
p.okay,
p.info,
p.warning,
p.error,
p.file {
  position: relative;
  padding: 4px 2px 5px 22px !important;
}
td.errortype:before,
p.okay:before,
p.info:before,
p.warning:before,
p.error:before,
p.file:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  text-align: center;
  display: block;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
}
p.okay {
  background-color: #f5faf0;
  color: #8ab856;
}
p.okay:before {
  content: "\f058";
}
p.info,
tr.TODO td.errortype,
tr.NOTICE td.errortype,
tr.DEBUG td.errortype {
  background-color: #eff5fa;
  color: #5c9ac9;
}
p.info:before,
tr.TODO td.errortype:before,
tr.NOTICE td.errortype:before,
tr.DEBUG td.errortype:before {
  content: "\f05a";
}
p.warning,
tr.WARNING td.errortype {
  background-color: #ffffdd;
  color: #d49822;
}
p.warning:before,
tr.WARNING td.errortype:before {
  content: "\f071";
}
p.error,
tr.ERROR td.errortype {
  background-color: #faeeee;
  color: #cc5555;
}
p.error:before,
tr.ERROR td.errortype:before {
  content: "\f056";
}
p.file {
  background-color: #f1f1f1;
  color: #000000;
}
p.file:before {
  content: "\f016";
}
p.checkbox,
div.checkbox {
  position: relative;
  margin: 2px 5px;
  padding: 4px 2px 5px 22px;
  background-color: #f1f1f1;
  color: #000000;
}
p.checkbox > input,
div.checkbox > input,
p.checkbox > label input,
div.checkbox > label input {
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  text-align: center;
  display: block;
}
tr.TODO td,
tr.NOTICE td,
tr.DEBUG td {
  color: #5c9ac9;
  background-color: #eff5fa;
  padding: 4px 2px 5px 2px;
}
tr.WARNING td {
  color: #d49822;
  background-color: #ffffdd;
  padding: 4px 2px 5px 2px;
}
tr.ERROR td {
  color: #cc5555;
  background-color: #faeeee;
  padding: 4px 2px 5px 2px;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.b {
  font-weight: bold;
}
.c {
  text-align: center;
}
.l {
  text-align: left;
}
.r {
  text-align: right;
}
.small {
  font-size: 0.8em;
}
.small.not-smaller .small {
  font-size: 1em;
}
.wk.highlight td {
  background: #ffff66 !important;
  font-weight: bold;
}
.wk td {
  background: #ffdddd !important;
  font-weight: bold;
}
.link {
  padding-bottom: 1px;
  cursor: pointer;
}
.inline {
  display: inline;
}
.minus {
  color: #ca3030;
}
.plus {
  color: #30aa30;
}
.error {
  color: #ff0000;
  font-weight: bold;
}
.nopadding {
  padding: 0;
}
.padding-5 {
  padding: 5px;
}
.nomargin {
  margin: 0;
}
.margin-5 {
  margin: 0 5px;
}
.margin-10 {
  margin: 0 10px;
}
.transparent-70 {
  opacity: .7;
}
.w100,
.fullwidth {
  width: 100%;
}
.w50 {
  width: 50%;
}
.w33 {
  width: 33%;
}
.w25 {
  width: 25%;
}
.marginr50 {
  margin-right: 50%;
}
.mono {
  font-family: monospace;
}
.nowrap {
  white-space: nowrap;
}
.unimportant {
  opacity: .5;
}
.unimportant:hover {
  opacity: 1;
}
.nopadding tr,
.nopadding td {
  padding: 0;
}
.nopadding input {
  margin: 0;
}
#schuhe p {
  background-position: bottom left;
  background-repeat: no-repeat;
}
.window-plot-navigation a {
  margin-right: 20px;
}
.window-plot-navigation a.current {
  font-weight: bold;
}
.multi-import-table tbody {
  font: normal normal normal 11px/2em Verdana, Arial, sans-serif;
}
.multi-import-table th {
  padding: 2px 10px;
}
.multi-import-table td {
  padding: 1px 5px;
}
.multi-import-table td input {
  font-size: 1em;
  top: 0;
}
.multi-edit-table {
  line-height: 1.5em;
}
.multi-edit-sport-icon {
  padding-top: 8px;
  position: relative;
}
.multi-edit-icon {
  padding: 8px 0 0 0;
}
.multi-edit-icon i {
  opacity: 0.7;
}
.multi-edit-remove-link {
  position: absolute;
  top: 10px;
  left: -10px;
}
.multi-edit-table tr.edited {
  opacity: 0.5;
}
.data-browser-labels td {
  position: relative;
  height: 1em;
  overflow: hidden;
}
.data-browser-labels td span {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.panel {
  position: relative;
  margin: 5px 5px 10px 5px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #000000;
}
.panel-heading {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  line-height: 18px;
}
.panel-heading.panel-sub-heading {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
}
.panel-heading.panel-inner-heading {
  border-top: 1px solid #eee;
  background: #f6f6f6;
  border-bottom: none;
}
.panel-heading h1 {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #880000;
  border: none;
}
.panel-heading h2 {
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
  border: none;
}
.panel-heading .hover-icons {
  display: inline;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  color: #666666;
  margin: 0 5px;
}
.panel-heading .hover-icons .fa:hover {
  color: #000000;
}
.panel-heading:hover .hover-icons {
  opacity: 1;
}
.panel-heading .change-menu {
  float: right;
}
.panel-heading .change-menu a {
  display: inline-block;
  padding-left: 5px;
  margin-left: 10px;
  border-left: 2px solid #cccccc;
  line-height: 1.2em;
  color: #666;
}
.panel-heading .change-menu a:hover {
  color: #000;
}
.panel-heading .change-menu a.triggered {
  border-color: #666;
  color: #333;
}
.icons-left {
  float: left;
  margin-right: 5px;
}
.panel-menu {
  float: right;
  margin-left: 5px;
  height: 18px;
  position: relative;
  top: -5px;
  right: -5px;
}
.panel-menu.panel-menu-floated {
  float: right;
  top: 0;
  right: 0;
  margin-left: 5px;
}
.panel-menu.panel-menu-text {
  padding: 5px 10px 5px;
  line-height: 18px;
}
.panel-menu.panel-menu-text a,
.panel-menu.panel-menu-text .link {
  display: inline;
  padding: 0;
  line-height: inherit;
  border: none;
}
.panel-menu a,
.panel-menu .link {
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px;
  line-height: 18px;
  border-left: 1px solid #cccccc;
}
.panel-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.panel-menu ul li {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #cccccc;
}
.panel-menu ul li.active,
.panel-menu ul li.triggered,
.panel-menu ul li:hover {
  color: #000000;
  border-bottom-color: #000000;
  background-color: #f7f7f9;
}
.panel-menu ul .with-submenu > a,
.panel-menu ul .with-submenu > .link {
  line-height: 17px;
}
.panel-menu ul .with-submenu > a:after,
.panel-menu ul .with-submenu > .link:after {
  content: ' \f107';
  font-family: FontAwesome;
}
.panel-menu ul .with-submenu:hover .submenu {
  display: block;
}
.panel-menu ul .submenu {
  z-index: 105;
  display: none;
  position: absolute;
  min-width: 100%;
  white-space: nowrap;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: rgba(255, 255, 255, 0.95);
}
.panel-menu ul .submenu li {
  margin: 0;
  padding: 0;
  text-shadow: none;
  float: none;
  display: block;
  overflow: hidden;
  width: 100%;
}
.panel-menu ul .submenu li a,
.panel-menu ul .submenu li span.link {
  display: block;
  padding: 5px 7.5px;
  margin: 0;
}
.inline-menu {
  color: #666;
  font-weight: normal;
}
.inline-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.inline-menu ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
.inline-menu ul .with-submenu > .link {
  display: block;
  white-space: nowrap;
}
.inline-menu ul .with-submenu > .link:after {
  content: ' \f107';
  font-family: FontAwesome;
}
.inline-menu ul .with-submenu:hover > .link {
  color: #000000;
}
.inline-menu ul .with-submenu:hover .submenu {
  display: block;
}
.inline-menu ul .submenu {
  z-index: 105;
  display: none;
  position: absolute;
  white-space: nowrap;
  border: 1px solid #cccccc;
  background-color: rgba(255, 255, 255, 0.95);
}
.inline-menu ul .submenu li {
  display: block;
  overflow: hidden;
  width: 100%;
}
.inline-menu ul .submenu a,
.inline-menu ul .submenu span.link {
  display: block;
  padding: 5px 7.5px;
}
.inline-menu ul .submenu a:hover,
.inline-menu ul .submenu span.link:hover {
  background-color: #f7f7f9;
}
.small-head-navi {
  font-size: .8em;
  padding-top: 4px;
}
.panel-content {
  padding: 5px;
}
.panel-content.nopadding {
  padding: 0;
}
.panel-content.panel-sub-content {
  border-top: 1px solid #cccccc;
}
.panel-multiple-content {
  display: none;
}
.panel-multiple-content.active {
  display: block;
}
.loading {
  min-height: 50px;
  color: transparent;
  background: url(../../img/wait.gif) center center no-repeat transparent;
}
.loading.panel {
  background: url(../../img/wait.gif) center center no-repeat rgba(255, 255, 255, 0.95);
}
.loading * {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.4s, opacity 0.4s linear;
}
.wait-img {
  background: url(../../img/wait.gif) center center no-repeat !important;
}
#data-browser-container table {
  width: 100%;
}
#data-browser,
.statistics-container {
  overflow: auto;
}
#statistics-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
#statistics-nav li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#statistics-nav li a {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  padding: 5px 10px;
  border-right: 1px solid #cccccc;
  text-transform: uppercase;
  color: #666;
}
#statistics-nav li.active,
#statistics-nav li:hover {
  background-color: #f7f7f9;
}
#statistics-nav li.active > a,
#statistics-nav li:hover > a {
  color: #000;
}
#statistics-nav li.with-submenu > a:after {
  content: ' \f107';
  font-family: FontAwesome;
}
#statistics-nav li.with-submenu:hover > a {
  border-bottom-color: transparent;
}
#statistics-nav li.with-submenu:hover .submenu {
  display: block;
}
#statistics-nav > li {
  margin-bottom: -1px;
  border-bottom: 1px solid #cccccc;
}
#statistics-nav > li.active,
#statistics-nav > li:hover {
  border-bottom-color: #000000;
}
#statistics-nav ul.submenu {
  z-index: 105;
  display: none;
  position: absolute;
  margin: 0 0 0 -1px;
  padding: 0;
  border: 1px solid #cccccc;
  border-bottom: none;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.95);
}
#statistics-nav ul.submenu li {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #cccccc;
}
#statistics-nav ul.submenu li.active,
#statistics-nav ul.submenu li:hover {
  border-bottom-color: #000000;
}
#statistics-nav ul.submenu li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  zoom: 1;
  height: auto;
  border-right: none;
}
#statistics-nav ul.submenu li a:hover {
  background-color: #f7f7f9;
}
#statistics-inner table {
  margin: 5px 0 10px;
}
.databox {
  float: left;
  margin: 5px;
  padding: 3px;
  border: 1px solid #cccccc;
  background: #f6f6f6;
}
.databox tr,
.databox td {
  padding: 3px;
}
.inline-head {
  font-weight: bold;
  padding-right: 10px;
}
.databox-header {
  text-align: center;
}
.databox-header a.change {
  opacity: .5;
}
.databox-header a.change.triggered {
  opacity: 1;
}
#error-toolbar {
  z-index: 2500;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  background-color: #efefef;
  max-height: 400px;
}
#error-toolbar tr {
  border-bottom: 1px solid #cccccc;
}
.datepicker th,
.datepicker td {
  padding: 0 !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 5px auto 10px;
}
tr,
td {
  padding: 3px 3px;
  vertical-align: top;
}
thead th,
tbody.asThead th,
thead tr {
  padding: 3px 3px;
  vertical-align: middle;
  border-color: #666666;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  text-align: center;
}
.more-padding thead th,
.more-padding tbody.asThead th,
.more-padding td {
  padding: 5px 3px;
}
thead.r th {
  text-align: right;
}
tbody.asThead th {
  text-align: inherit;
}
td img {
  vertical-align: middle;
}
td.as-small-as-possible {
  width: 1px;
  white-space: nowrap;
}
tbody.top-spacer tr:first-child,
tbody.top-spacer tr:first-child td,
tr.top-spacer,
td.top-spacer,
.zebra-style tbody .top-spacer {
  border-top: 1px solid #666666;
}
.top-separated-light,
.zebra-style tbody .top-separated-light {
  border-top: 1px solid #cccccc;
}
.top-separated,
.zebra-style tbody .top-separated {
  border-top: 1px solid #999999;
}
tr.bottom-spacer,
tr.bottom-spacer td,
td.bottom-spacer {
  border-bottom: 1px solid #666666;
}
tr.space-line,
tr.space-line td {
  height: 1px;
  line-height: 1px;
  font-size: 0;
  padding: 0;
  background: #eeeeee;
  border: none !important;
}
tr.space-line.zebra-corrector,
tr.space-line.zebra-corrector td {
  height: 0;
  line-height: 0;
  background: inherit;
}
.zebra-style tbody.top-and-bottom-border tr:first-child {
  border-top: 1px solid #666666;
}
.zebra-style tbody.top-and-bottom-border tr:last-child {
  border-bottom: 1px solid #666666;
}
.zebra-style tbody.asThead tr {
  border-top: none;
}
.zebra-style tbody tr {
  background-color: rgba(240, 240, 245, 0.4);
  border-top: 1px solid #eeeeee;
}
.zebra-style tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #000000;
}
.zebra-style tbody tr.highlight,
.zebra-style tbody tr td.highlight {
  background: #ffff66 !important;
}
.zebra-style tbody tr.highlight:hover,
.zebra-style tbody tr td.highlight:hover {
  background: #ffff00 !important;
}
.zebra-style tbody tr.no-zebra,
.zebra-style tbody tr td.no-zebra {
  background: transparent !important;
}
.zebra-style tbody tr.no-border {
  border-top: none;
}
.zebra-style tbody tr:nth-child(2n+1) {
  background-color: rgba(250, 250, 255, 0.4);
}
.zebra-blue tbody tr:nth-child(2n+1) {
  background-color: rgba(230, 230, 255, 0.7);
}
.sortable thead th {
  border: 1px solid #e1e1e1;
  background-color: #efefef;
}
.sortable thead th.tablesorter-header {
  padding-right: 14px;
  cursor: pointer;
  position: relative;
}
.sortable thead th.tablesorter-header > div:after {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 14px;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\f0dc";
}
.sortable thead th.tablesorter-header.sorter-false {
  cursor: default;
  padding-right: 0;
}
.sortable thead th.tablesorter-header.sorter-false > div:after {
  display: none;
}
.sortable thead th.tablesorter-header:hover > div:after,
.sortable thead th.tablesorter-headerDesc:hover > div:after,
.sortable thead th.tablesorter-headerDesc > div:after {
  content: "\f0de";
}
.sortable thead th.tablesorter-headerAsc:hover > div:after,
.sortable thead th.tablesorter-headerAsc > div:after {
  content: "\f0dd";
}
.sortable thead th.tablesorter-headerDesc,
.sortable thead th.tablesorter-headerAsc {
  font-style: italic;
}
#training-overview:after {
  content: '';
}
.training-row {
  position: relative;
  margin-left: 300px;
  border-left: 1px solid #eee;
}
.training-row.fullwidth {
  margin-left: 0;
  border-left: 0;
}
.training-row:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.training-row-info {
  float: left;
  width: 300px;
  margin-left: -301px;
  max-height: 200px;
  overflow-y: auto;
}
.training-row-info.with-shadow {
  max-height: 190px;
  padding-bottom: 10px;
}
.training-row-info.fullheight {
  max-height: none;
}
.training-row-info .boxed-values {
  margin-bottom: 0;
}
.training-row-info .boxed-value-outer.w100 .boxed-value-container,
.training-row-info .boxed-value-outer.w25:nth-child(4n) .boxed-value-container,
.training-row-info .boxed-value-outer.w33:nth-child(3n) .boxed-value-container,
.training-row-info .boxed-value-outer.w50:nth-child(2n) .boxed-value-container {
  border-right: 0;
}
.training-row-info table.fullwidth.zebra-style tbody tr:first-child {
  border-top: 0;
}
.training-row-info .zebra-style tbody tr {
  border-color: #eee;
}
.training-row-info-shadow {
  z-index: 1;
  position: absolute;
  left: -301px;
  bottom: 0;
  height: 15px;
  width: 300px;
  box-shadow: inset 0 -20px 15px -15px #ffffff;
}
.training-row-plot .flot {
  background: transparent;
}
.training-row-plot p {
  clear: none;
}
#statistics-inner .training-row-info table.fullwidth {
  margin: 0;
}
#statistics .training-row-plot table {
  margin-top: 0;
}
.training-row-plot .bar-chart-table tr td:first-child,
.training-row-plot .bar-chart-table tr th:first-child {
  padding-left: 10px;
}
.training-row-plot .bar-chart-table tr td:last-child,
.training-row-plot .bar-chart-table tr th:last-child {
  padding-right: 10px;
}
.map {
  min-width: 300px;
  width: 100%;
  height: 300px;
}
@media (max-width: 1024px) {
  body#home,
  body#shared {
    min-width: 320px;
  }
  #container {
    min-width: 320px;
    padding-right: 0;
  }
  #panels {
    position: static;
    max-width: 344px;
    margin: 0 auto;
  }
  #data-browser-inner h1 {
    text-align: center;
  }
  #data-browser-inner h1 span.right {
    float: none;
    display: block;
  }
  #data-browser-calendar {
    width: auto;
  }
  #widget-calendar {
    overflow: auto;
    width: auto;
  }
  #data-browser,
  #statistics-inner {
    overflow: hidden;
  }
  #data-browser-container,
  .statistics-container {
    overflow: auto;
  }
  table,
  tr,
  td {
    white-space: nowrap;
  }
  #training-table td {
    white-space: normal;
  }
  .training-row {
    margin-left: 0;
  }
  .training-row-info {
    float: none;
    width: auto;
    margin-left: 0;
  }
  #statistics-inner {
    clear: both;
  }
  #statistics-inner > ul.jbar {
    position: static;
    float: none;
    margin: 0 auto 5px;
  }
  #statistics-inner > ul.jbar li,
  #statistics-inner > ul.jbar .right {
    float: none;
  }
  #ajax {
    overflow: auto;
  }
  #close {
    top: 0;
    right: 0;
  }
}
@media (max-width: 800px) {
  #home #headline .tab {
    display: none;
    width: 90%;
    margin: 5px 0;
    padding: 2px 5%;
  }
  #home #headline.menu-expanded .tab,
  #home #headline .logo {
    display: block;
  }
  #home #headline .left,
  #home #headline .right {
    float: none;
  }
  #shared #headline {
    max-height: 36px;
  }
  #menu-link {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 7px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
  }
  #ajax,
  #ajax.small-window,
  #ajax.big-window {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  #ajax fieldset .w25,
  #ajax fieldset .w33,
  #ajax fieldset .w50,
  #ajax fieldset .w100 {
    clear: both;
    float: none;
    width: 100%;
  }
  #ajax iframe {
    max-width: 100%;
  }
  .toolbar-content span.right {
    float: none;
    display: block;
    margin: 3px 0;
  }
  .databox {
    float: none !important;
    margin: 5px 0;
    width: 100% !important;
    width: calc(92%) !important;
  }
  .map {
    min-width: 0;
  }
  .flot,
  .flot canvas,
  .flot-changeable {
    width: 100% !important;
    max-width: 100% !important;
  }
  #installer #copy {
    display: none;
  }
  .installer-window-container {
    padding: 0;
  }
  #installer .w50 {
    width: 100%;
  }
  #installer fieldset label {
    float: none;
    width: 100%;
  }
  #installer fieldset input {
    float: none;
    width: 90%;
    margin-bottom: 1em;
  }
  #login-panel {
    position: static;
    border-top: 1px solid #DDD;
    border-left: none;
    width: 100%;
    top: 0;
    left: 0;
    margin: 2em 0;
  }
  #login-panel a {
    border-bottom: 1px solid #DDD !important;
  }
  .login-window-stats,
  .installer-footer-links,
  .installer-footer-text {
    display: none;
  }
}
@media (max-width: 340px) {
  #panels {
    position: static;
    width: 320px;
    margin: 0 auto;
  }
}
.progress-bar-container {
  width: 200px;
  margin: 10px auto;
  overflow: hidden;
}
.progress-bar-container.progress-bar-container-inline {
  margin: 0;
  width: 100%;
}
.progress-bar-infos {
  /* Clearfix */
  padding-bottom: 5px;
  font-weight: 100;
  letter-spacing: 1px;
}
.progress-bar-value {
  font-size: 14px;
  color: #666;
}
.progress-bar-goal {
  float: right;
  color: #ccc;
  font-size: 10px;
  line-height: 14px;
}
.progress-bar-inner {
  position: relative;
  width: 100%;
  height: 10px;
  box-shadow: inset 0 0 1px #ccc;
}
.progress-bar-goal {
  position: absolute;
  height: 100%;
  width: 0;
  border-left: 1px solid #000;
}
.progress-bar {
  position: absolute;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.progress-bar.balance-positive {
  left: 50%;
  border-left: 1px solid #000;
  max-width: 50%;
}
.progress-bar.balance-negative {
  left: auto;
  right: 50%;
  border-right: 1px solid #000;
  max-width: 50%;
}
.progress-bar-container.animated .progress-bar {
  transition: width .5s ease;
}
.boxed-values {
  font-size: 0;
  margin-bottom: -1px;
}
.boxed-values:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.boxed-values.at-bottom {
  margin-bottom: 0;
}
.boxed-value-outer {
  float: left;
  display: inline-block;
  min-width: 77px;
}
.boxed-value-outer.w10 {
  width: 10%;
}
.boxed-value-outer.w20 {
  width: 20%;
}
.boxed-value-outer.w25 {
  width: 25%;
}
.boxed-value-outer.w33 {
  width: 33.3%;
}
.boxed-value-outer.w50 {
  width: 50%;
}
.boxed-value-outer .boxed-value-container {
  float: none;
  display: block;
  width: auto;
}
.boxed-value-container {
  float: left;
  position: relative;
  display: inline-block;
  min-width: 56px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 10px;
  font-size: 11px;
  text-align: right;
}
.boxed-value-container.with-icon {
  padding: 5px 10px 5px 26px;
  min-width: 40px;
}
.boxed-value-container.with-icon > i,
.boxed-value-container.with-icon > span > i {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: 14px;
}
.boxed-value-container.with-icon i.fa {
  height: 14px;
  width: 14px;
}
.boxed-value {
  display: block;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  white-space: nowrap;
}
.boxed-value .boxed-value-unit {
  display: inline;
  font-weight: normal;
  font-size: 11px;
}
.boxed-value-info {
  display: block;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexible-height .boxed-value {
  white-space: normal;
  height: auto;
}
#sports .boxed-value-container.with-icon i {
  left: 15px;
  font-size: 22px;
  line-height: 22px;
  margin-top: -11px;
}
.dataset-sport {
  padding: 1px;
  font-size: 14px;
  line-height: 18px;
}
.bar-chart-table {
  font-size: 11px;
  width: 100%;
}
.bar-chart-table {
  text-align: right;
}
.bar-chart-row {
  position: relative;
  height: 20px;
  padding-left: 100px;
}
.bar-chart-table .bar-chart-label,
.bar-chart .bar-chart-label {
  width: 94px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  border-right: 1px solid #000;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bar-chart .bar-chart-label {
  float: left;
  margin-left: -100px;
}
.bar-chart-value {
  display: inline-block;
  position: relative;
  top: 5px;
  height: 10px;
  background: #b80000;
}
.bar-chart-value-cell {
  width: 100%;
  text-align: left;
  padding-left: 0;
  padding-right: 40px;
  overflow: hidden;
  white-space: nowrap;
}
.bar-chart-value-cell .bar-chart-value {
  top: 1px;
}
.bar-chart-value-cell .bar-chart-text {
  line-height: 20px;
}
.fa-grey {
  color: #999999;
}
.fa-green {
  color: #8ab856;
}
.vdot-icon.fa-arrow-up {
  color: #009500;
}
.vdot-icon.fa-arrow-up.fa-rotate-45 {
  color: #257025;
}
.vdot-icon.fa-arrow-right {
  color: #4b4b4b;
}
.vdot-icon.fa-arrow-down {
  color: #ba0000;
}
.vdot-icon.fa-arrow-right.fa-rotate-45 {
  color: #8b2f2f;
}
.vdot-ignore {
  opacity: .25;
}
.windicon {
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  font-size: 7px;
  border: 1px solid #333333;
  border-radius: 50%;
  position: relative;
  margin: 0 2px;
}
.windicon-direction {
  position: absolute;
  top: -3px;
  left: 5px;
  display: block;
  width: 0;
  height: 7px;
  border-width: 6px 2px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
}
.checkbox-icon:before {
  content: "\f096";
}
.checkbox-icon.checked:before {
  content: "\f046";
}
.checkbox-icon:active,
label:active .checkbox-icon {
  position: relative;
  top: 1px;
}
.fade {
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.tooltip {
  position: absolute;
  z-index: 1990;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  visibility: visible;
}
.overlay .tooltip,
.fullscreen .tooltip {
  z-index: 3010;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}
.toolbar.to-header {
  margin-top: -5px;
}
.toolbar.to-header .toolbar-nav {
  border-top-color: #ddd;
}
.toolbar.to-header.open .toolbar-nav {
  border-top-color: #cccccc;
}
.toolbar.without-nav .toolbar-content {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
  border-radius: 0 0 2px 2px;
}
.toolbar.open .toolbar-content {
  display: block;
}
.toolbar .toolbar-content {
  display: none;
  background-color: #eeeeee;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.toolbar .toolbar-nav {
  border-top: 1px solid #cccccc;
  margin: 0 1px 1em;
}
.toolbar input {
  margin: 0 2px;
}
.toolbar label,
.toolbar select {
  margin: 0 5px;
  padding: 1px;
}
.toolbar .toolbar-opener {
  position: relative;
  display: block;
  cursor: pointer;
  height: 9px;
  width: 50px;
  margin: -1px auto 0;
  background: url(../../img/updown.png) no-repeat scroll 0 -9px transparent;
}
.toolbar.at-top .toolbar-opener {
  opacity: .5;
  margin-top: -9px;
  background-position: 0 -18px;
}
.toolbar.at-top .toolbar-opener:hover {
  opacity: 1;
}
.toolbar.at-top .toolbar-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.toolbar.open .toolbar-opener {
  background-position: 0 0;
}
.toolbar.open.at-top .toolbar-opener {
  opacity: 1;
  background-position: 0 -27px;
}
.toolbar-line {
  min-height: 16px;
  padding: 4px 10px 6px;
}
.toolbar-line .labeledLink {
  display: block;
  float: left;
  min-height: 12px;
  margin: 0 5px;
  padding: 2px;
}
.toolbar-line .labeledLink.hide {
  display: none;
}
.toolbar-line input,
.toolbar-line label {
  font-size: .9em;
}
.toolbar-box-content {
  padding: 3px;
}
.blocklist li {
  list-style-type: none;
}
.blocklist a {
  display: block;
  position: relative;
  width: 70px;
  line-height: 20px;
  margin: 5px auto;
  padding: 5px 30px;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #fafafb;
  background-position: 9px center;
  background-repeat: no-repeat;
}
.blocklist a:hover {
  background-color: #fefeff;
}
.blocklist a.nopadding {
  width: 120px;
  padding: 5px;
}
.blocklist a .fa {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 25px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
}
.blocklist-inline li {
  float: left;
  margin: 5px;
}
.flot-menu {
  float: right;
  line-height: 14px;
}
.flot-menu.flot-menu-inline {
  float: none;
  text-align: right;
  padding: 5px;
}
.flot-menu .link {
  display: inline-block;
  border-left: 2px solid #666;
  padding-left: 5px;
  margin-left: 10px;
}
.flot-menu .link.unimportant {
  border-color: #ccc;
}
#flot-loader {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -9999px;
  width: 500px;
  height: 150px;
}
.flot-changeable .flot {
  position: absolute !important;
}
.flot-hide {
  visibility: hidden;
}
.flot-hide .legend,
.flot-hide .tickLabel,
.flot-hide .flot-tick-label {
  display: none;
}
.flot {
  position: relative !important;
  margin: 0 auto 10px;
  width: 480px;
  height: 190px;
  background: transparent;
}
.flot.fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 3000;
  background: #f6f6f7;
}
.flot .tickLabel,
.flot .legend td,
.flot .flot-tick-label {
  color: #333333;
  line-height: 1;
  font-size: 10px !important;
}
.flot .legend table {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0 !important;
}
.flot .legend td {
  color: #333333;
  vertical-align: middle;
  padding: 0px 2px;
}
.flot .legend td.legendLabel {
  padding-right: 5px;
}
.flot .flot-error {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
.flot .flot-error span {
  border: 1px solid #eeeeee;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  padding: 5px;
  font-weight: bold;
  font-size: 9px;
  color: #545454;
}
.flot .annotation {
  position: absolute;
  background-color: #000000;
  padding: 1px 3px;
  margin: 2px 0 0 2px;
  font-size: 10px;
  color: #ffffff;
}
.flot .tooltip {
  display: none;
  position: fixed;
  font-size: 10px;
  text-align: left;
}
.flot .tooltip.in {
  display: block;
  opacity: 1;
}
.flot .tooltip span {
  font-weight: bold;
}
.flot:hover .flot-options {
  display: block;
}
.flot-options {
  position: absolute;
  z-index: 100;
  display: none;
  top: 2px;
  right: 2px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
}
.flot-option {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-left: 1px solid #ccc;
}
.flot-option.option-toggled {
  color: #ccc;
}
.flot-option:hover {
  background-color: #f4f4f4;
}
.flot-option:first-child {
  border-radius: 4px 0 0 4px;
}
.flot-option:last-child {
  border-radius: 0 4px 4px 0;
}
.fullscreen .flot-option.fa-expand::before {
  content: '\f066';
}
body > .datepicker {
  z-index: 3005;
  padding: 5px;
  font-size: 0.9em;
  background-color: #fff;
  border: 1px solid #cccccc;
  width: auto !important;
}
#data-browser-calendar {
  position: relative;
  display: none;
  width: 525px;
  margin: 0 auto 20px;
  padding: 5px;
  font-size: 0.9em;
  background-color: #fff;
  border: 1px solid #cccccc;
}
#calendar-submit {
  margin-top: 5px;
}
#widget-calendar {
  position: relative;
  width: 520px;
  height: 130px;
  margin: 5px auto;
  overflow: hidden;
}
div.datepicker {
  position: absolute;
  overflow: hidden;
  width: 196px;
  height: 147px;
  cursor: default;
  top: 0;
  left: 0;
  display: none;
}
div.datepicker table {
  padding: 0 !important;
  margin: 0 !important;
}
.datepickerHidden {
  display: none;
}
.datepicker table {
  border-collapse: collapse;
}
div.datepicker table td {
  text-align: right;
  padding: 0;
  margin: 0;
}
.datepicker th {
  text-align: center;
  color: #999;
  font-weight: normal;
}
.datepicker tbody a {
  display: block;
}
.datepickerDays a {
  width: 18px;
  line-height: 15px;
  height: 15px;
  padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a {
  width: 42px;
  line-height: 32px;
  height: 32px;
  text-align: center;
}
.datepickerNotInMonth a {
  color: #999;
}
.datepickerSelected {
  background: #ffff66;
}
.datepickerSelected.datepickerNotInMonth {
  background: #ffff99;
  font-style: italic;
}
.datepickerSpace div {
  width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
  text-align: center;
}
.datepickerGoNext a {
  float: right;
  width: 20px;
}
.datepickerGoPrev a {
  float: left;
  width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears,
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW,
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
  display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a,
td.datepickerDisabled a:hover {
  color: #333;
}
.datepicker a:hover {
  background-color: #ffff66 !important;
  color: #000 !important;
}
/**
 * CSS file for fontIconPicker
 * This file holds the basic CSS
 * {@link https://github.com/micc83/fontIconPicker}
 */
/* Reset (thx to Eric A. and Kathryn S. Meyer) */
.icons-selector * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*	font: inherit;*/
  vertical-align: baseline;
  /*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
}
.icons-selector,
.icons-selector:before,
.icons-selector:after,
.icons-selector *,
.icons-selector *:before,
.icons-selector *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Display */
.icons-selector {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
/* Icon selector */
.icons-selector .selector {
  width: 70px;
  height: 30px;
}
/* Selector open button */
.icons-selector .selector-button {
  width: 29px;
  height: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  float: left;
}
/* Selector open button icon */
.icons-selector .selector-button i {
  line-height: 28px;
  text-align: center;
}
/* Selected icon container */
.icons-selector .selected-icon {
  display: block;
  width: 40px;
  height: 100%;
  float: left;
  text-align: center;
}
/* Selected icon */
.icons-selector .selected-icon i {
  line-height: 30px;
  font-size: 12px;
  cursor: default;
}
/* IconPicker Popup */
.icons-selector .selector-popup {
  position: absolute;
  z-index: 10000;
  background-color: #fefefe;
  padding: 5px;
  height: auto;
  width: 342px;
  margin-top: -1px;
}
/* Search input & category selector */
.icons-selector .selector-search input[type="text"],
.icons-selector .selector-category select {
  border: 0;
  line-height: 20px;
  padding: 10px 2.5%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 12px;
  display: block;
  /* Fixes the positioning inside hidden/floated/text-aligned elements, where it would leave a margin */
}
.icons-selector .selector-category select {
  height: 30px;
}
.icons-selector .selector-category select option {
  padding: 5px;
}
/* Search input placeholder */
.icons-selector input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.icons-selector input:-moz-placeholder {
  text-transform: uppercase;
}
.icons-selector input::-moz-placeholder {
  text-transform: uppercase;
}
.icons-selector input:-ms-input-placeholder {
  text-transform: uppercase;
}
/* Search and cancel icon */
.icons-selector .selector-search {
  position: relative;
}
.icons-selector .selector-search i {
  position: absolute;
  right: 10px;
  top: 7px;
}
/* Icon Container inside Popup */
.icons-selector .fip-icons-container {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
/* Icon container loading */
.icons-selector .fip-icons-container .loading {
  font-size: 24px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
/* Single icon box */
.icons-selector .fip-box {
  display: inline-block;
  margin: 2px;
  width: 60px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  height: 40px;
}
/* Popup footer */
.icons-selector .selector-footer {
  line-height: 12px;
  padding: 5px 5px 0 5px;
  text-align: center;
}
/* Pagination and footer icons */
.icons-selector .selector-footer,
.icons-selector .selector-footer i {
  font-size: 14px;
}
/* Pagination arrows container */
.icons-selector .selector-arrows {
  float: right;
}
/* Pagination text */
.icons-selector .selector-pages {
  font-size: 11px;
  float: left;
}
/* Pagination arrows icons */
.icons-selector .selector-arrows i {
  cursor: pointer;
}
/* Total icons */
.icons-selector .selector-footer em {
  font-style: italic;
}
/* No icons found */
.icons-selector .icons-picker-error i:before {
  color: #eee;
}
/* Icons */
@font-face {
  font-family: 'iconpicker';
  src: url('../fontIconPicker-2.0.0/css/iconpicker.eot');
  src: url('../fontIconPicker-2.0.0/css/iconpicker.eot') format('embedded-opentype'), url('../fontIconPicker-2.0.0/css/iconpicker.woff') format('woff'), url('../fontIconPicker-2.0.0/css/iconpicker.ttf') format('truetype'), url('../fontIconPicker-2.0.0/css/iconpicker.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icons-selector [class^="fip-icon-"]:before,
.icons-selector [class*=" fip-icon-"]:before {
  font-family: "iconpicker";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
/* Search icon */
.icons-selector .fip-icon-search:before {
  content: '\e812';
  cursor: default;
}
/* Cancel search icon */
.icons-selector .fip-icon-cancel:before {
  content: '\e814';
  cursor: pointer;
}
/* No icon set */
.icons-selector .fip-icon-block:before {
  content: '\e84e';
  color: #fed0d0;
}
/* Open picker icon */
.icons-selector .fip-icon-down-dir:before {
  content: '\e800';
}
/* Close picker icon */
.icons-selector .fip-icon-up-dir:before {
  content: '\e813';
}
/* Prev page icon */
.icons-selector .fip-icon-left-dir:before {
  content: '\e801';
}
/* Next page icon */
.icons-selector .fip-icon-right-dir:before {
  content: '\e802';
}
/* Loading icon */
.icons-selector .fip-icon-spin3:before {
  content: '\e815';
}
.icons-selector .fip-icon-spin3 {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/**
 * Grey Theme file for fontIconPicker
 * {@link https://github.com/micc83/fontIconPicker}
 */
/* Main Container */
.icons-selector * {
  /*   font-family: inherit;*/
}
.fip-grey.icons-selector {
  font-size: 11px;
}
/* Icon selector */
.fip-grey.icons-selector .selector {
  border: 1px solid #B8B8B8;
  border-radius: 3px;
  background-color: #fff;
  height: 16px;
  width: 56px;
}
/* Selector open button */
.fip-grey.icons-selector .selector-button {
  background-color: #F4F4F4;
  border-left: 1px solid #E1E1E1;
  width: 15px;
}
/* Selector open button hover */
.fip-grey.icons-selector .selector-button:hover {
  background-color: #f1f1f1;
}
.fip-grey.icons-selector .selector-button:hover i {
  color: #999;
}
/* Selector open button icon */
.fip-grey.icons-selector .selector-button i {
  color: #000;
  /*text-shadow: 0px 1px 0px #FFF;*/
  font-size: 12px;
  line-height: 16px;
  margin-left: -1px;
}
/* Selected icon */
.fip-grey.icons-selector .selected-icon i {
  color: #404040;
  line-height: 16px;
  font-size: 12px;
}
/* IconPicker Popup */
.fip-grey.icons-selector .selector-popup {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #E5E5E5;
}
/* Search input & category selector */
.fip-grey.icons-selector .selector-search input[type="text"],
.fip-grey.icons-selector .selector-category select {
  border: 1px solid #EDEDED;
  color: #404040;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/* Search input placeholder */
.fip-grey.icons-selector input::-webkit-input-placeholder {
  color: #ddd;
}
.fip-grey.icons-selector input:-moz-placeholder {
  color: #ddd;
}
.fip-grey.icons-selector input::-moz-placeholder {
  color: #ddd;
}
.fip-grey.icons-selector input:-ms-input-placeholder {
  color: #ddd !important;
}
/* Search and cancel icon */
.fip-grey.icons-selector .selector-search i {
  color: #eee;
}
/* Icon Container inside Popup */
.fip-grey.icons-selector .fip-icons-container {
  background-color: #fff;
  /*border: 1px solid #EDEDED;*/
  padding: 0px;
  font-size: 16px;
}
/* Icon container loading */
.fip-grey.icons-selector .fip-icons-container .loading {
  color: #eee;
}
/* Single icon box */
.fip-grey.icons-selector .fip-box {
  border: 1px solid #EFEFEF;
  width: 40px;
  line-height: 32px;
  height: 30px;
}
/* Single icon box hover */
.fip-grey.icons-selector .fip-box:hover {
  background-color: #f6f6f6;
}
/* Pagination and footer icons */
.fip-grey.icons-selector .selector-footer,
.fip-grey.icons-selector .selector-footer i {
  color: #ddd;
}
/* Pagination arrows icons hover */
.fip-grey.icons-selector .selector-arrows i:hover {
  color: #777;
}
/* Currently selected icon color */
.fip-grey.icons-selector span.current-icon,
.fip-grey.icons-selector span.current-icon:hover {
  background-color: #2EA2CC;
  color: #fff;
  border: 1px solid #298CBA;
}
/* No icons found */
.fip-grey.icons-selector .icons-picker-error i:before {
  color: #eee;
}
.chosen-container {
  font-size: 0.9em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.chosen-container .chosen-drop {
  background: #ffffff;
  border: 1px solid #b8b8b8;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container.chosen-container-active,
.chosen-container.chosen-container-active.chosen-container-multi .chosen-choices {
  background: #ebfdd7;
}
.chosen-container-multi .chosen-choices {
  background: #ffffff;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-choices .search-field input {
  color: #cccccc;
  background: transparent !important;
  border: 0 !important;
  font-size: 100%;
  margin: 0;
  padding: 2px;
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-choice {
  padding: 2px 18px 0 2px;
  position: relative;
  cursor: default;
}
.chosen-container-multi .chosen-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  color: #666;
  border: 1px solid #ccc;
  padding-right: 5px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 16px;
  height: 12px;
  opacity: .5;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:after {
  content: 'x';
  display: block;
  width: 16px;
  text-align: center;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  opacity: 1;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-results li {
  display: none;
  padding: 1px 2px;
  margin: 0;
  list-style: none;
}
.chosen-results li em {
  background: #ffff66;
}
.chosen-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-results .highlighted {
  background-color: #f7f7f9;
}
.chosen-results .no-results {
  background: #f4f4f4;
  font-style: italic;
  display: list-item;
}
.chosen-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chosen-results .group-option {
  padding-left: 15px;
}
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-tile-pane {
  z-index: 2;
}
.leaflet-objects-pane {
  z-index: 3;
}
.leaflet-overlay-pane {
  z-index: 4;
}
.leaflet-shadow-pane {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 6;
}
.leaflet-popup-pane {
  z-index: 7;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 100;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 101;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 5px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 5px;
}
.leaflet-left .leaflet-control {
  margin-left: 5px;
}
.leaflet-right .leaflet-control {
  margin-right: 5px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-clickable {
  cursor: pointer;
}
.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  /*background-image: url(images/layers.png);
	width: 36px;
	height: 36px;*/
}
.leaflet-control-layers-toggle:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  font-family: 'FontAwesome';
  content: "\f0ac";
  -webkit-font-smoothing: antialiased;
  color: #666;
}
/*.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}*/
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Own styles */
.leaflet-control-layers-list {
  max-height: 250px;
  overflow-x: auto;
}
.leaflet-container.fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 3000;
}
.leaflet-control-zoom-full i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.polyline-marker {
  border-radius: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 8px;
  background-color: #fff;
}
.polyline-marker-start {
  border: 3px solid #009500;
  background-color: #fff;
}
.polyline-marker-pos {
  border: 3px solid #000095;
  background-color: #fff;
}
.polyline-marker-end {
  border: 3px solid #950000;
  background-color: #fff;
}
.polyline-marker-pause {
  border: 2px solid #959595;
  background-color: #fff;
}
.polyline-marker-pause:before {
  content: "\f04c";
  font-family: FontAwesome;
  color: #000095;
  font-size: 6px;
}
.polyline-marker-dist {
  border: 2px solid #959595;
}
.polyline-marker i.fa {
  width: 12px;
  height: 12px;
  text-align: center;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fontawesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@font-face {
  font-family: "iconvault";
  src: url("../iconvault-forecast/iconvault_forecastfont.eot");
  src: url("../iconvault-forecast/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("../iconvault-forecast/iconvault_forecastfont.woff") format("woff"), url("../iconvault-forecast/iconvault_forecastfont.ttf") format("truetype"), url("../iconvault-forecast/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="weather-"],
[class*=" weather-"],
.weather {
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 'iconvault';
  font-size: 12px;
  line-height: 1.4em;
  width: 1.28571429em;
  height: 1em;
  font-weight: bold;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
[class^="weather-"]::before,
[class*=" weather-"]::before,
.weather::before,
[class^="weather-"]::after,
[class*=" weather-"]::after,
.weather::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.weather-basecloud:before,
.weather-windyraincloud:before,
.weather-windysnowcloud:before,
.weather-basethundercloud:before {
  color: #cccccc;
}
.weather-basecloud:before {
  content: '\f105';
}
.weather-windyraincloud:before {
  content: '\f111';
}
.weather-windysnowcloud:before {
  content: '\f109';
}
.weather-basethundercloud:before {
  content: '\f105';
}
.weather-thunder::before {
  content: "\f114";
  color: #ffa500;
}
.weather-cloudy::before {
  content: "\f106";
  color: #cccccc;
}
.weather-sunny::after {
  content: "\f101";
  color: #ffa500;
}
.weather-drizzle::before {
  content: "\f10a";
  color: #82b2e4;
}
.weather-hail::before {
  content: "\f10f";
  color: #cccccc;
}
.weather-showers::before {
  content: "\f104";
  color: #82b2e4;
}
.weather-rainy::before {
  content: "\f107";
  color: #4681c3;
}
.weather-snowy::before {
  content: "\f10b";
  color: #acd3f3;
}
.weather-frosty::before {
  content: "\f102";
  color: #85d8f7;
}
.weather-windy::before {
  content: "\f115";
  color: #cccccc;
}
.weather-windyrain::before {
  content: "\f10e";
  color: #acd3f3;
}
.weather-windysnow::before {
  content: "\f103";
  color: #acd3f3;
}
.weather-sleet::before {
  content: "\f10c";
  color: #acd3f3;
}
.weather-moon::after {
  content: "\f10d";
  color: #ffa500;
}
.weather-night::after {
  content: "\f100";
  color: #ffa500;
}
.weather-sun::after {
  content: "\f113";
  color: #ffa500;
}
.weather-cloud::after {
  content: "\f106";
  color: #cccccc;
}
.weather-sunrise:before {
  content: '\f112';
  color: #ffa500;
}
.weather-sunset:before {
  content: '\f110';
  color: #f96f23;
}
.weather-mist:before {
  content: '\f108';
  color: #cccccc;
}
