#notification {
    position: fixed;
    z-index: 1000;
    clear: right;
    float: right;

    right: 5px;
    z-index: 1000;
    top: 123px;
}

.gve-notification-alert {
    padding: 15px;
    margin-bottom: 5px;
    background-color: #37bc9b;
    color: white;
    display: none;
    width: 250px;
}
.gve-notification-alert .fa{
    margin-right: 10px;
}

.alert_warning{
    color: white;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    font-size: 15px;
}

.alert_check{
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    font-size: 15px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
@media print {
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff !important;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff !important;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444 !important;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
}
.chosen-container-single .chosen-default {
  color: #999 !important;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(8b55a822e72b8fd5e2ee069236f2d797.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(8b55a822e72b8fd5e2ee069236f2d797.png) no-repeat 4px 5px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ccc;
  background: white url(8b55a822e72b8fd5e2ee069236f2d797.png) no-repeat 100% -20px;
  background: url(8b55a822e72b8fd5e2ee069236f2d797.png) no-repeat 100% -20px;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  font-weight: normal;
  cursor: pointer;
  padding: 6px;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #276a89;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  font-weight: normal;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(8b55a822e72b8fd5e2ee069236f2d797.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4 !important;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4 !important;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #276a89;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -14px 5px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(8b55a822e72b8fd5e2ee069236f2d797.png) no-repeat -30px -20px;
  background: url(8b55a822e72b8fd5e2ee069236f2d797.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(614fad616d014daf5367e068505cad35.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.gve-table{
    border-spacing: 2px;
    border-color: gray;
    width:100%;
}

.gve-table thead th {
    padding:5px;
    background-color: #616568;
    color: white;
    text-align: center;
}
.gve-table tbody td{
    padding: 5px;
}
.gve-table tbody tr:nth-child(even) {background: #E0E3E8}
.gve-table tbody tr:nth-child(odd) {background: #EBECF0}/*
    Created on : 10-Sep-2015, 10-Sep-2015 08:44:15
    Author     : tristan.himmelreich
*/

/*Deprecated, use gve-cursor-pointer*/
.cursorPointer {
    cursor: pointer;
}
.gve-cursor-pointer{
    cursor: pointer;
}
.gve-show {
    display: block !important;
}
.gve-hidden {
    display: none !important;
}
.gve-invisible {
    visibility: hidden;
}

.clearfix
{
    zoom: 1;
}

.admin-iframe{
    width:100%;
    height:500px;
    border:none;

}
.gve-table-main-column{
    font-weight: bold;
    text-align: right;
}
.gve-full-fill{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

/* Toggle: Hide menu for view users to support kfw40+*/
.pasw-feature-no-menu-for-view-user.gve-role-view .navbar-nav {
        display:none;
}
.tableJSDashboardListTable {
    max-width: 95em;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

.tableJsTableElementTh {

    border: 1px solid #FFF;
    text-align: left;
    font-weight: normal;

}
.gve-headed-table .tableJsTableElementTh {

    border: 0px;
}
 .dashboardfontsize {
    font-size: 15px;
    padding: 3px 3px 3px 5px;

}.tablebutton {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
}
.dashboardtablebutton {
    position: relative;
    top: 3px;
}
.FloatLeft {
    float: left;
}
.gve-float-right {
    float: right;
}

.tableJsTableElement:nth-child(odd)  {

    background-color: #EBECF0;

}
.tableJsTableElement:nth-child(even)  {

    background-color: #E0E3E8;

}

.DashboardEditCancel {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    color: #000;
    cursor: pointer;
    float: right;
    height: 35px;
    position: relative;
    width: 80px;
}
.DashboardEditOk {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    color: #000;
    cursor: pointer;
    float: right;
    height: 35px;
    position: relative;
    width: 80px;
}
.gve-dashboards-edit-dialog-device-add-all {
    float: left;
}
.gve-dashboards-edit-dialog-device-remove-all {
    float: left;
}
.gve-devices-edit-dialog-tmpl-add-all {
    float: left;
}
.gve-devices-edit-dialog-tmpl-remove-all {
    float: left;
}
.tableJsTableElementTh {

    text-align: left;
    font-weight: normal;

}
.gve-dashboards-edit-dialog .close
{
	font-size: 28px;
	left: 96%;
	position: absolute;
	top: 4px;
}
.gve-dashboards-edit-dialog-header
{
	background-color: #000;
	border-bottom: 1px solid #e5e5e5;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	font-size: 18px !important;
	height: 28px;
	margin: 0 auto auto;
	padding-top: 3px;
	text-align: center;
}
.gve-dashboards-edit-dialog-header-line
{
	background-color: rgb(28, 75, 97);
	margin: 15px auto auto;
}
.gve-dashboards-edit-dialog-table
{
	max-width: 100%;
	width: 100%;
}
.gve-dashboards-edit-dialog-table td
{
	line-height: 1.428571429;
	padding: 8px;
	vertical-align: top;
}
.gve-dashboards-edit-dialog-table tbody tr:nth-child(2n) td
{
	background-color: #b7b7b7;
}
.gve-dashboards-edit-dialog-table tbody tr:nth-child(2n+1) td
{
	background-color: #e2e2e2;
}
.gve-dashboards-edit-td-label
{
	font-size: 15px;
	font-weight: 700;
}
.gve-dashboards-edit-td-input
{
	font-size: 15px;
	padding: 3px;
	width: 80%;
}
.gve-password-forgotten-td-input
{
	font-size: 15px;
	padding: 3px;
	width: 70%;
}
.gve-dashboard-edit-text
{
	font-size: 11px;
	position: relative;
	text-align: center;
	top: 35px;
	white-space: nowrap;
	width: 100%;
}
.gve-dashboards-edit-dialog-input
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	font-size: 13px;
	font-weight: 100;
	height: 23px;
	line-height: 24px;
	margin-left: 1px;
	overflow: hidden;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	width: 100%;
}
.gve-dashboards-edit-dialog-input:focus
{
	border: 1px solid #69A0F8;
}
.gve-dashboard-edit-dialog-footer
{
	border-top: 1px solid #e5e5e5;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #000;
	font-size: 18px !important;
	height: 70px;
	padding: 8px 24px;
}
.gve-dashboard-edit-button
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	color: #000;
	cursor: pointer;
	float: left;
	height: 35px;
	position: relative;
	width: 112px;
}
.gve-dashboard-edit-on-hover-blue-text:hover
{
	background-color: transparent;
	color: #276A89;
}
.gve-dashboard-edit-on-hover-red-text:hover
{
	background-color: transparent;
	color: #B51917;
}
.gve-login-button
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    color: white;
    cursor: pointer;
    margin-top: 5px;
}
.gve-login-button:hover
{
    color:#276A89;
}
.gve-login-button-text
{
    font-size: 11px;
    position: relative;
    text-align: center;
    top: 30px;
    white-space: nowrap;
}
.secondMenuBar {

    height: 2.75em;
    overflow: hidden;
    min-width: 900px;
    background-color: #D7DCE0;

}
.secondMenuBar__button {
    display: inline-block;
    float: left;
    font-size: 0.91em;
    padding: 0.91em;
}
.secondMenuBar__button:hover {
    border-bottom: 0px none;
    color: #FFF;
    background-color: #229FFD;
    transition: all 0.4s ease-in-out 0s;
}
.secondMenuBar__button_active {
    border-bottom: 0px none;
    color: #000;
    background-color: #AEB2BA;
}select.ui-datepicker-month, select.ui-datepicker-year {
    color: black;
}
#websdkReactHeader {
    top: 0;
    width: 100%;
    /*
        z-index must be greater than @zindex-navbar-fixed (10300)
        and lower than @zindex-modal (10500)
    */
    z-index: 10380;
    position: fixed;
}

[data-id="notificationArea"] {
    position: fixed !important;
}
@media print {
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(f4769f9bdb7466be65088239c12046d1.eot);
  src: url(f4769f9bdb7466be65088239c12046d1.eot?#iefix) format('embedded-opentype'), url(448c34a56d699c29117adc64c43affeb.woff2) format('woff2'), url(fa2772327f55d8198301fdb8bcfc8158.woff) format('woff'), url(e18bbf611f2a2e43afc071aa2f4e1512.ttf) format('truetype'), url(89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #276a89;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #163c4d;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #276a89;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1c4b61;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #276a89;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1c4b61;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent !important;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777 !important;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff !important;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9 !important;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5 !important;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #37393b;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #37393b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #276a89;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 106, 137, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 106, 137, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #276a89;
  border-color: #215b75;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1c4b61;
  border-color: #050e12;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1c4b61;
  border-color: #143646;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1c4b61;
  border-color: #143646;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #143646;
  border-color: #050e12;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #276a89;
  border-color: #215b75;
}
.btn-primary .badge {
  color: #276a89;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #276a89;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #163c4d;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.gve-footer-toolbar a {
  margin-right: 20px;
  display: inline-block;
}
.gve-footer-toolbar a:hover {
  color: #276a89;
  cursor: pointer;
}
.footer span {
  position: relative;
  white-space: nowrap;
  display: block;
  text-align: center;
}
.footer.gve-invert {
  color: black;
}
.footer.gve-invert a {
  color: black;
}
.footer .gve-settings-back-position {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin: 0 5px;
  width: 25px;
}
.footer .gve-toolbar-i {
  display: block;
  margin: auto;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #191919;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 45px 6px 6px;
  min-height: 32px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  border-top: 1px solid #999999;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #666666;
}
.dropdown-menu > li > a:focus {
  outline: none;
  text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #666666;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 6px 6px;
  min-height: 31px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu,
.dropdown-menu > li > a {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}
.dropdown-header {
  font-size: 13px;
  font-weight: bold;
  background-color: #4574a7;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active {
  outline: 0;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 45px 5px 6px;
}
.dropdown-menu > li.disabled > a {
  background-image: none !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block!important;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #37393b;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #276a89;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #37393b;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #276a89;
}
.nav-blocks > li {
  float: left;
}
.nav-blocks > li:not(.disabled) > a {
  border-radius: none;
  color: #000;
}
.nav-blocks > li:not(.disabled) > a > span:hover {
  color: #276a89;
  background-color: transparent;
}
.nav-blocks > li + li {
  margin-left: 2px;
  border-left: 1px solid white;
}
.nav-blocks > li:not(.disabled).active > a,
.nav-blocks > li:not(.disabled).active > a:hover,
.nav-blocks > li:not(.disabled).active > a:focus {
  color: #276a89;
  background-color: transparent;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 59px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-top: 4px solid #276a89 !important;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar .container-fluid {
  padding-left: 1px;
  padding-right: 1px;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 10000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10300;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 0 15px;
  height: 55px;
  width: 420px;
}
.navbar-brand.gve-desktop {
  position: absolute;
  right: 150px;
}
@media (max-width: 991px) {
  .navbar-brand.gve-desktop {
    width: 300px;
  }
  .navbar-brand.gve-desktop .gve-logo-janitza {
    background-image: none;
  }
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.gve-logged-in.gve-lic-ultimate .gve-logo-janitza {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: calc(12%);
}
.gve-logged-in.gve-lic-ultimate .gve-logo-janitza:not(.gve-lic-premo-active) {
  width: 100%;
  background-image: url(6949e5351e6d4d3561de1fdb58bb6976.svg);
}
.gve-logged-in.gve-lic-ultimate .gve-logo-janitza.gve-lic-premo-active {
  width: 85%;
  background-image: url(847564724dfccc77bbb5f8f0cb208ecb.svg);
}
.gve-is-preview.gve-logged-in.gve-lic-ultimate .gve-logo-janitza {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: calc(12%);
}
.gve-is-preview.gve-logged-in.gve-lic-ultimate .gve-logo-janitza:not(.gve-lic-premo-active) {
  width: 100%;
  background-image: url(33fdba742e09d1f4c0199a6480cbd509.svg);
}
.gve-is-preview.gve-logged-in.gve-lic-ultimate .gve-logo-janitza.gve-lic-premo-active {
  width: 85%;
  background-image: url(aea6f91456b1c57ca7467bcdee8afd87.svg);
}
.gve-logged-in.gve-lic-service .gve-logo-janitza,
.gve-logged-in.gve-lic-basic .gve-logo-janitza,
.gve-logged-out .gve-logo-janitza {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: calc(12%);
  width: 85%;
  background-image: url(847564724dfccc77bbb5f8f0cb208ecb.svg);
}
.gve-is-preview.gve-logged-in.gve-lic-service .gve-logo-janitza,
.gve-is-preview.gve-logged-in.gve-lic-basic .gve-logo-janitza,
.gve-is-preview.gve-logged-out .gve-logo-janitza {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: calc(12%);
  width: 85%;
  background-image: url(aea6f91456b1c57ca7467bcdee8afd87.svg);
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.75px -15px;
  font-size: 16px;
  font-weight: bold;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 1px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.navbar-btn.btn-sm {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.navbar-btn.btn-xs {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
.navbar-text {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: black;
  border-color: #000000;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.navbar-default .navbar-nav > li > a.gve-menu-home {
  width: 60px;
  background-position: center top 15px;
  background-image: url(407b9f8a335e381b7359e2d33a9644a8.svg);
}
.navbar-default .navbar-nav > li > a.gve-menu-home:hover,
.navbar-default .navbar-nav > li > a.gve-menu-home:focus {
  background-image: url(1536df2e8f690451da4e44b8e821f1b1.svg);
}
.navbar-default .navbar-nav > li > a.gve-menu-nav {
  width: 68px;
  background-position: center top 10px;
  background-image: url(56259ecf6ca5013fa4064e111a4701be.svg);
  background-size: 28px 28px;
  background-color: black !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #276a89;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.open > a.gve-menu-nav {
  background-image: url(762cb1633b360942ad5cff6fef67b626.svg);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #276a89;
}
.navbar-default .navbar-nav > .active > a.gve-menu-home {
  background-image: url(1536df2e8f690451da4e44b8e821f1b1.svg);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #276a89;
  color: #276a89;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #276a89;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #276a89;
    background-color: #276a89;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #276a89;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #276a89;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
#gve-alarm-count {
  background-color: #DE4D48;
  transform: translate3d(0, 0, 0);
}
.gve-shake {
  animation: pulse 620ms 1;
  position: relative;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #276a89;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #163c4d;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #276a89;
  border-color: #276a89;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #276a89;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1c4b61;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #276a89;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #276a89;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert,
.feedback-panel li {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success,
.feedback-panel li.feedbackPanelSUCCESS {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info,
.feedback-panel li.feedbackPanelINFO {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger,
.feedback-panel li.feedbackPanelERROR {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #276a89;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #276a89;
  border-color: #276a89;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #9acbe2;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: black;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #276a89;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #276a89;
  border-color: #276a89;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #276a89;
}
.panel-primary > .panel-heading .badge {
  color: #276a89;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #276a89;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10500;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 10700;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  border: 1px solid #276a89;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 11px;
  color: black;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: rgba(255, 255, 255, 0.9);
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(255, 255, 255, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(255, 255, 255, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(255, 255, 255, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(255, 255, 255, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(255, 255, 255, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10600;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.gve-menu-carousel-left {
  background-image: url(06ca0da95509e27ed2af8300cd389aff.svg);
}
.gve-menu-carousel-left:hover {
  background-image: url(bbd2c5642a5e8648bde556482fb9e914.svg);
  transform: scale(1.1);
}
.gve-menu-carousel-right {
  background-image: url(cdef04f620e48d76ded6f413d08263cf.svg);
}
.gve-menu-carousel-right:hover {
  background-image: url(4db977941fb7343c90dde6cf2413d774.svg);
  transform: scale(1.1);
}
.gve-menu-carousel-down {
  background-image: url(7213a490f0733d758b2140d78deb220e.svg);
}
.gve-menu-carousel-down:hover {
  background-image: url(29365c6829087ddbb3738fdafdf43376.svg);
  transform: scale(1.1);
}
.gve-menu-device-list {
  background-image: url(d8f3dd49d84b27f3f7889aef335c15d6.svg);
}
.gve-menu-device-list-black {
  background-image: url(a7855e639157edb5dc4e595b5c551e93.svg);
}
.gve-menu-dashboard {
  background-image: url(9c7c62a9eae6c73e4a6cfef8568b880c.svg);
}
.gve-menu-dashboard-black {
  background-image: url(b770e7854ca9cb6ffa8215c14bceaee7.svg);
}
.nav-blocks .gve-menu-dashboard-black:hover {
  background-image: url(9cd26e56bd9efab0c7bd33023602c889.svg);
  transform: scale(1.1);
}
li.active .gve-menu-dashboard-black {
  background-image: url(1404acfc155cbae4e90dbe3e9d4ca9bc.svg);
}
.gve-menu-alarm-list {
  background-image: url(1dae948f9cf2d65183df6464b39a5475.svg);
}
.gve-menu-alarm-list-black {
  background-image: url(9c431bdd87bf932faf2332fcf698edf3.svg);
}
.nav-blocks .gve-menu-alarm-list-black:hover {
  background-image: url(967b2926a3b4ab1bc88bff311a00a9e2.svg);
  transform: scale(1.1);
}
li.active .gve-menu-alarm-list-black {
  background-image: url(967b2926a3b4ab1bc88bff311a00a9e2.svg);
}
.gve-menu-kpiAnalysis {
  background-image: url(a3b63a2d01475471a7cd906c76a8ae29.svg);
}
.gve-menu-kpiAnalysis-black {
  background-image: url(2d6b7b6fce270334c8f37b8ee156d100.svg);
}
.gve-menu-measurementAnalysis {
  background-image: url(d9395ac72bc4596974749be7b6bea0b9.svg);
}
.gve-menu-measurementAnalysis-black {
  background-image: url(d04198e1c9e67963a86d576b4abf792e.svg);
}
.gve-menu-event-browser {
  background-image: url(63906aab5163d3f058689a95666f62fe.svg);
}
.gve-menu-event-browser-black {
  background-image: url(16e4d117b477382381aebc0b4469b5a1.svg);
}
li.active .gve-menu-event-browser-black {
  background-image: url(f25f41e5c200916cbaba557debdd54a9.svg);
}
.gve-menu-landingpage {
  background-image: url(4ea330cd10e5a969941337a30a78fe47.svg);
}
.gve-menu-landingpage-black {
  background-image: url(9f8b3a24ffa331fb887f282e7bd74674.svg);
}
li.active .gve-menu-landingpage-black {
  background-image: url(4ea330cd10e5a969941337a30a78fe47.svg);
}
.gve-menu-report-manager {
  background-image: url(d20cf96eb558dd88fd26293f9ccec886.svg);
}
.gve-menu-report-manager-black {
  background-image: url(1ec5eb1fed8ea526b4e7bbb1074d1dfd.svg);
}
li.active .gve-menu-report-manager-black {
  background-image: url(42f8d86c575fa103e9abc837ca6bfb69.svg);
}
.gve-menu-opc-ua-client {
  background-image: url(676bc0189888d9c9d994a3ea13cca87b.svg);
}
.gve-menu-opc-ua-client-black {
  background-image: url(291a89dc51201a0e8012973be5f201a5.svg);
}
.nav-blocks .gve-menu-opc-ua-client-black:hover {
  background-image: url(a52b0e0e70deae242cefdc158dc1581d.svg);
  transform: scale(1.1);
}
li.active .gve-menu-opc-ua-client-black {
  background-image: url(a52b0e0e70deae242cefdc158dc1581d.svg);
}
.gve-menu-chartboard {
  background-image: url(d70d5f25ec547d6ea56530a571f4c791.svg);
}
.gve-menu-chartboard:hover {
  background-image: url(0fb2068b6d901ec97abd4a242d041104.svg);
  transform: scale(1.1);
}
.gve-menu-picturemanager {
  background-image: url(7cf06fc18ba7a5983ce5c4bc9072e0cb.svg);
}
.gve-menu-picturemanager-black {
  background-image: url(9de5add47cacfb9e22e3554aad2e95ff.svg);
}
.gve-menu-managers {
  background-image: url(aabd345a478df8637a244188a8f799b8.svg);
}
.gve-menu-managers-black {
  background-image: url(986e35cb31392d7fa1be72dc18d4055b.svg);
}
.gve-menu-managers-black:hover {
  background-image: url(b7a417ff55b9c91f0c64f97da21e0d8b.svg);
  transform: scale(1.1);
}
.gve-menu-administration {
  background-image: url(8554231003465df653413599314187a5.svg);
}
.gve-menu-administration-black {
  background-image: url(98c0f02a70c53c2cc13b2f6122d1ddb4.svg);
}
.gve-menu-onlinerecorder {
  background-image: url(16b4711f0adcec7933feecba63a8209a.svg);
}
.gve-menu-onlinerecorder-black {
  background-image: url(fc8391990ae83eb3db3c7c1307446272.svg);
}
.gve-menu-kpimanager {
  background-image: url(a3b63a2d01475471a7cd906c76a8ae29.svg);
}
.gve-menu-kpimanager-black {
  background-image: url(2d6b7b6fce270334c8f37b8ee156d100.svg);
}
.gve-menu-sankeymanager {
  background-image: url(97f3fee435162d796532eedcc5232c96.svg);
}
.gve-menu-sankeymanager-black {
  background-image: url(56cd93e5e0d201f066879bbb38512c7c.svg);
}
.gve-menu-timemanagement {
  background-image: url(eff2fea180a5e30206b59f1a3f568efb.svg);
}
.gve-menu-timemanagement-black {
  background-image: url(3f0edec159756796ac5a9f408a6b9aa8.svg);
}
.gve-menu-timemanagement-point {
  background-image: url(6f0c53e6fcb3b571cd0ec956fec8a3dc.svg);
}
.gve-menu-timemanagement-points {
  background-image: url(6f0c53e6fcb3b571cd0ec956fec8a3dc.svg);
}
.gve-menu-timemanagement-points:hover {
  background-image: url(06466c3982ea3aeb909e720f9c2a8a12.svg);
  transform: scale(1.1);
}
li.active .gve-menu-timemanagement-points {
  background-image: url(06466c3982ea3aeb909e720f9c2a8a12.svg);
}
li.active .gve-menu-timemanagement-points:hover {
  background-image: url(06466c3982ea3aeb909e720f9c2a8a12.svg);
  transform: scale(1.1);
}
.gve-menu-timemanagement-period {
  background-image: url(ffbb4e5f023d4dd3a1c8fd185fd573c1.svg);
}
.gve-menu-timemanagement-periods {
  background-image: url(ffbb4e5f023d4dd3a1c8fd185fd573c1.svg);
}
li:not(.disabled) .gve-menu-timemanagement-periods:hover {
  background-image: url(2758eaf7b0400b450ebf84838f402223.svg);
  transform: scale(1.1);
}
li:not(.disabled).active .gve-menu-timemanagement-periods {
  background-image: url(2758eaf7b0400b450ebf84838f402223.svg);
}
li:not(.disabled).active .gve-menu-timemanagement-periods:hover {
  background-image: url(2758eaf7b0400b450ebf84838f402223.svg);
  transform: scale(1.1);
}
.gve-menu-timemanagement-overview {
  background-image: url(2dca7ebbbbe74558cac1be7f74557d82.svg);
}
.gve-menu-timemanagement-overview:hover {
  background-image: url(fc4d277f8033ba3af5a53b5decd40ef2.svg);
  transform: scale(1.1);
}
li.active .gve-menu-timemanagement-overview {
  background-image: url(fc4d277f8033ba3af5a53b5decd40ef2.svg);
}
li.active .gve-menu-timemanagement-overview:hover {
  background-image: url(fc4d277f8033ba3af5a53b5decd40ef2.svg);
  transform: scale(1.1);
}
.gve-menu-timemanagement-exceptions {
  background-image: url(8644d8ac5e5cfb0d1ead768dcb75068d.svg);
}
.gve-menu-timemanagement-exceptions:hover {
  background-image: url(98b49e4654eea870902cf8991a436450.svg);
  transform: scale(1.1);
}
li.active .gve-menu-timemanagement-exceptions {
  background-image: url(98b49e4654eea870902cf8991a436450.svg);
}
li.active .gve-menu-timemanagement-exceptions:hover {
  background-image: url(98b49e4654eea870902cf8991a436450.svg);
  transform: scale(1.1);
}
.gve-menu-settings {
  background-image: url(ec883fb7aa1f1e98314c8809b4d29b9c.svg);
}
.gve-menu-settings-black {
  background-image: url(8f4cf6294b896e85ae285d0f960159d5.svg);
}
.gve-menu-settings-black:hover {
  background-image: url(6df12ee4bcde45b98eae7a3addc5843a.svg);
  transform: scale(1.1);
}
li.active .gve-menu-settings-black {
  background-image: url(eb313fbb1bc73e0db2cf7e51ec346941.svg);
}
li.active .gve-menu-settings-black:hover {
  background-image: url(eb313fbb1bc73e0db2cf7e51ec346941.svg);
  transform: scale(1.1);
}
.gve-menu-preview {
  background-image: url(53b2bd8eda72e69d5964c291db1e46e0.svg);
}
.gve-menu-preview:hover {
  background-image: url(463f9accc0f7c8743bbd6ce311dd5b6f.svg);
  transform: scale(1.1);
}
li.active .gve-menu-preview {
  background-image: url(463f9accc0f7c8743bbd6ce311dd5b6f.svg);
}
li.active .gve-menu-preview:hover {
  background-image: url(463f9accc0f7c8743bbd6ce311dd5b6f.svg);
  transform: scale(1.1);
}
.gve-menu-users {
  background-image: url(adf983ab117672dccf2c878dadedea45.svg);
}
.gve-menu-users-black {
  background-image: url(13e57fc25ee8dfbff61a35e9b58e2963.svg);
}
.gve-menu-help {
  background-image: url(5df26233da4e3cf9e5e5af401c9d34b7.svg);
}
.gve-menu-quick-help {
  background-image: url(5df26233da4e3cf9e5e5af401c9d34b7.svg);
}
.gve-menu-quick-help:hover {
  background-image: url(d17fa6c223ebbe219e45925f681b1924.svg);
  transform: scale(1.1);
}
.gve-menu-janipedia {
  background-image: url(35fca29058e1d2d445f36c65cd6c1dbf.svg);
}
.gve-menu-video-tutorials {
  background-image: url(4e56bd2ef868014585faa62d0ed8a035.svg);
}
.gve-menu-undo {
  background-image: url(17b7989083ffb73d29887988b2653c4a.svg);
}
.gve-menu-undo:hover {
  background-image: url(b1261b427df7fe4cc0fc36cf7a636e0d.svg);
  transform: scale(1.1);
}
.gve-menu-assistant-changelog {
  background-image: url(68e0cdcb2a6cf70960074bb22d2690d7.svg);
}
.gve-menu-assistant-changelog:hover {
  background-image: url(97cba61980dda155c152ae8d1e147223.svg);
  transform: scale(1.1);
}
.gve-menu-mode-ok {
  background-image: url(2dcccab128f62e77c8754924c61bacc3.svg);
}
.gve-menu-error {
  background-image: url(f6cc3e2f2eb557e32218298312313e6f.svg);
}
.gve-menu-gridvis-assistent {
  background-image: url(b8d76a550fc9dcabf04075d7d2dab53a.svg);
}
.gve-menu-undo-insensitiv {
  background-image: url(3cf8bbf728f8997b88616c1fc1d8d323.svg);
}
.gve-menu-finish {
  background-image: url(33ad3903192786348074bbd40b656b8f.svg);
}
.gve-menu-finish:hover {
  background-image: url(d93aa193861b4e488453a349e18b9512.svg);
  transform: scale(1.1);
}
.gve-menu-finish-insensitiv {
  background-image: url(48a02044aefa57828d40fa106c3d04a1.svg);
}
.gve-menu-app-install {
  background-image: url(08a4f489e079ef9bee37322ed0d84158.svg);
}
.gve-menu-app-install:hover {
  background-image: url(71e13b68737ec1430b5a2a56594e5c6b.svg);
  transform: scale(1.1);
}
.gve-menu-app-install-insensitiv {
  background-image: url(680f4ea11b228441119e1c5708e915f0.svg);
}
.gve-menu-arrow-back {
  background-image: url(1fb2ca7d8bcf4af6f95b7769bccfe778.svg);
}
.gve-menu-arrow-back:hover {
  background-image: url(53c929ea7774f748976fc9e3f6c3ff5a.svg);
  transform: scale(1.1);
}
.gve-menu-delete-cancel {
  background-image: url(1033482e6b81cfd6051abd45af61cdf3.svg);
}
.gve-menu-delete-cancel:hover {
  background-image: url(3dd74bd2e7603157fa32d519a8fb549d.svg);
  transform: scale(1.1);
}
.gve-menu-rail-app {
  background-image: url(22b3e1611889776cc3a9520c547f0a6d.svg);
}
.gve-menu-front-app {
  background-image: url(f557069c18502af8c86f5d84304beb8a.svg);
}
.gve-menu-unknown-app {
  background-image: url(e51ff31f8e82c6fad6cfbbdfcb920e1e.svg);
}
.gve-menu-device-app {
  background-image: url(46f087cdaec8e97e1bf2c67010ad7a15.svg);
}
.gve-menu-restart {
  background-image: url(65d8750f627cd879f49adccd99f0664a.svg);
}
.gve-menu-restart:hover {
  background-image: url(faf53b047a05dd469d29d8859f298961.svg);
  transform: scale(1.1);
}
.gve-menu-tooltip-help {
  background-image: url(5df26233da4e3cf9e5e5af401c9d34b7.svg);
}
.gve-menu-tooltip-help:hover {
  transform: scale(1.1);
}
.gve-menu-changelog {
  background-image: url(12dad3c043d125a942c82344715d4eba.svg);
}
.gve-menu-changelog-black {
  background-image: url(354058109eecc46ae8b87cf303dfbe18.svg);
}
li.active .gve-menu-changelog-black {
  background-image: url(8a69066f7400fb11c703a806f5ffae51.svg);
}
li.active .gve-menu-changelog-black:hover {
  background-image: url(8a69066f7400fb11c703a806f5ffae51.svg);
  transform: scale(1.1);
}
.gve-menu-licence {
  background-image: url(463f880081e94a736537d2acc35d4019.svg);
}
.gve-menu-licence-black {
  background-image: url(a94758c6f6b9b20f6432c4a1d9440530.svg);
}
.gve-menu-licence-black:hover {
  background-image: url(e578b1efa3a3e513a00aa2e4937157e7.svg);
  transform: scale(1.1);
}
li.active .gve-menu-licence-black {
  background-image: url(1a88f9173f1f85c7ae7649fdf9edfa2f.svg);
}
li.active .gve-menu-licence-black:hover {
  background-image: url(1a88f9173f1f85c7ae7649fdf9edfa2f.svg);
  transform: scale(1.1);
}
.gve-menu-systeminfo {
  background-image: url(6df42c1eedc7a499be41a84d49e640ba.svg);
}
.gve-menu-systeminfo-black {
  background-image: url(e91e9f0103eee9c1cbae2a18ae62a75b.svg);
}
.gve-menu-systeminfo-changelog {
  background-image: url(e91e9f0103eee9c1cbae2a18ae62a75b.svg);
}
.gve-menu-systeminfo-changelog:hover {
  background-image: url(d90a2a2cc1a1452a7def57cb5a8df226.svg);
  transform: scale(1.1);
}
li.active .gve-menu-systeminfo-changelog {
  background-image: url(d90a2a2cc1a1452a7def57cb5a8df226.svg);
}
li.active .gve-menu-systeminfo-changelog:hover {
  background-image: url(d90a2a2cc1a1452a7def57cb5a8df226.svg);
  transform: scale(1.1);
}
.gve-menu-profile {
  background-image: url(040a05328fe9dbb50cc66d0f8ee5456e.svg);
}
.gve-menu-profile-black {
  background-image: url(f2d068bc92d1c42bd1ae9e5189b5dde4.svg);
}
.gve-menu-forgotten-password-black {
  background-image: url(a713caa260719be90a96f83d4005774a.svg);
}
.gve-menu-forgotten-password-black:hover {
  background-image: url(88c8bd4509002a8c97278a896af7a72e.svg);
  transform: scale(1.1);
}
.gve-menu-system {
  background-image: url(063bb68027df3a5783f209d08e590fd2.svg);
}
.gve-menu-system-black {
  background-image: url(3c825d3a4eedd0c6b8846e87b26f087c.svg);
}
.gve-menu-system-black:hover {
  background-image: url(64f5fafe70e4f4cb6a9b8067d24c7abb.svg);
  transform: scale(1.1);
}
.gve-menu-email {
  background-image: url(a248fecec405cc4a042d32d2f6c8655f.svg);
}
.gve-menu-email-black {
  background-image: url(e2b4dba8a91f78e165f68e89ad52cd3f.svg);
}
.gve-menu-simple-email-black {
  background-image: url(f49eaa5cca65a47a50b999826cfb6af5.svg);
}
.gve-menu-simple-email-black:hover {
  background-image: url(096235f5de005d478ad587ac3ce2808c.svg);
  transform: scale(1.1);
}
.gve-menu-info-black {
  background-image: url(a03cd3b6eb9e0c59376170c29f005aec.svg);
}
.gve-menu-info-black:hover {
  background-image: url(959e82f8ea5b2b8297a78eec3b22ac37.svg);
  transform: scale(1.1);
}
li.active .gve-menu-info-black {
  background-image: url(997bbbe6d98acd7a9dd1ba5a0c1a5930.svg);
}
li.active .gve-menu-info-black:hover {
  background-image: url(997bbbe6d98acd7a9dd1ba5a0c1a5930.svg);
  transform: scale(1.1);
}
.gve-menu-syslog-black {
  background-image: url(a549da8d862c3d4f7acac9e48bd96ccb.svg);
}
.gve-menu-syslog-black:hover {
  background-image: url(ab27ab54e0e4c5c5063f89578c693dbf.svg);
  transform: scale(1.1);
}
li.active .gve-menu-syslog-black {
  background-image: url(86a5750fb7944ac9dbe181028ee51be5.svg);
}
li.active .gve-menu-syslog-black:hover {
  background-image: url(86a5750fb7944ac9dbe181028ee51be5.svg);
  transform: scale(1.1);
}
.gve-menu-connectlog-black {
  background-image: url(056d3b46e2293cefe6aa498aecf91ee1.svg);
}
.gve-menu-connectlog-black:hover {
  background-image: url(60035fa466b8c6af2d9b501785651e89.svg);
  transform: scale(1.1);
}
li.active .gve-menu-connectlog-black {
  background-image: url(60035fa466b8c6af2d9b501785651e89.svg);
}
li.active .gve-menu-connectlog-black:hover {
  background-image: url(60035fa466b8c6af2d9b501785651e89.svg);
  transform: scale(1.1);
}
.gve-menu-errorreport-black {
  background-image: url(820f331bbcdd327a9de7b79228f62b99.svg);
}
.gve-menu-errorreport-black:hover {
  background-image: url(b8d9ce405a8164b6cdbc5b14fbbe1784.svg);
  transform: scale(1.1);
}
li.active .gve-menu-errorreport-black {
  background-image: url(3277babd65b6a5189d65b17cdc21c541.svg);
}
li.active .gve-menu-errorreport-black:hover {
  background-image: url(3277babd65b6a5189d65b17cdc21c541.svg);
  transform: scale(1.1);
}
.gve-menu-emailserver-black {
  background-image: url(c426a03a0b8a0cd5317750d9ba138e47.svg);
}
.gve-menu-emailserver-black:hover {
  background-image: url(b00fdd6df5d0b15e6e075b45716021e0.svg);
  transform: scale(1.1);
}
li.active .gve-menu-emailserver-black {
  background-image: url(5a971697f3fbccc08ce130b60cc2aa6d.svg);
}
li.active .gve-menu-emailserver-black:hover {
  background-image: url(5a971697f3fbccc08ce130b60cc2aa6d.svg);
  transform: scale(1.1);
}
.gve-menu-emailservice-black {
  background-image: url(98bdac06ecdb157425a4dc5fbf2a8b07.svg);
}
.gve-menu-emailservice-black:hover {
  background-image: url(fed435bf464d49feb965fd15a5f02312.svg);
  transform: scale(1.1);
}
li.active .gve-menu-emailservice-black {
  background-image: url(7513420b33e5c71ee9c66c93ebc6a3e2.svg);
}
li.active .gve-menu-emailservice-black:hover {
  background-image: url(7513420b33e5c71ee9c66c93ebc6a3e2.svg);
  transform: scale(1.1);
}
.gve-menu-emaillog-black {
  background-image: url(d9119bcc976486d99b72ca31135407a7.svg);
}
.gve-menu-emaillog-black:hover {
  background-image: url(6d51bf5b956fc26cf2cd19568db9886d.svg);
  transform: scale(1.1);
}
li.active .gve-menu-emaillog-black {
  background-image: url(55907685b04a95c2c1f701e1a23d4604.svg);
}
li.active .gve-menu-emaillog-black:hover {
  background-image: url(55907685b04a95c2c1f701e1a23d4604.svg);
  transform: scale(1.1);
}
.gve-menu-projects-black {
  background-image: url(888ff91280b260cabcd1b5bfe872f0db.svg);
}
.gve-menu-projects-black:hover {
  background-image: url(80821cbb30952708f4241a8adac25a5b.svg);
  transform: scale(1.1);
}
li.active .gve-menu-projects-black {
  background-image: url(d2c103d07a868089a687155ae6cdef57.svg);
}
li.active .gve-menu-projects-black:hover {
  background-image: url(d2c103d07a868089a687155ae6cdef57.svg);
  transform: scale(1.1);
}
.gve-menu-project-settings-black {
  background-image: url(55349c4f0cdb11bd0c42e714c3a9967d.svg);
}
.gve-menu-project-settings-black:hover {
  background-image: url(ce00bddc4d26742cc6d38b9b9a1648fc.svg);
  transform: scale(1.1);
}
li.active .gve-menu-project-settings-black {
  background-image: url(ce00bddc4d26742cc6d38b9b9a1648fc.svg);
}
li.active .gve-menu-project-settings-black:hover {
  background-image: url(ce00bddc4d26742cc6d38b9b9a1648fc.svg);
  transform: scale(1.1);
}
.gve-menu-checks-black {
  background-image: url(70fa9f5e02e56960c2f8c296a07c013d.svg);
}
.gve-menu-checks-black:hover {
  background-image: url(69e4c02e35767e1342ef323460ece348.svg);
  transform: scale(1.1);
}
.gve-menu-server-black {
  background-image: url(2721b9cc3097787c97a214ec19435a3f.svg);
}
.gve-menu-server-black:hover {
  background-image: url(0fc214bfbc3762c8ff27840dfaafdc81.svg);
  transform: scale(1.1);
}
li.active .gve-menu-server-black {
  background-image: url(8438ce6ac1df87256341f97e19f6ad62.svg);
}
li.active .gve-menu-server-black:hover {
  background-image: url(8438ce6ac1df87256341f97e19f6ad62.svg);
  transform: scale(1.1);
}
.gve-menu-template-black {
  background-image: url(924710b8583329cffe877afc080ab8b5.svg);
}
.gve-menu-template-black:hover {
  background-image: url(0c37854529acb987404663a95d0ba395.svg);
  transform: scale(1.1);
}
li.active .gve-menu-template-black {
  background-image: url(a42080072d608219d54f53a5e4420ed8.svg);
}
li.active .gve-menu-template-black:hover {
  background-image: url(a42080072d608219d54f53a5e4420ed8.svg);
  transform: scale(1.1);
}
.gve-menu-fullscreen-black {
  background-image: url(e49352b83b291894e3b85d9a0c52396f.svg);
}
.gve-menu-fullscreen-black:hover {
  background-image: url(c2e1feff53698b65cb1e5d38dd34f11b.svg);
  transform: scale(1.1);
}
.gve-menu-print-black {
  background-image: url(937acfdd8685c9ae095b77c46c4b40af.svg);
}
.gve-menu-print-black:hover {
  background-image: url(7a4f4d68486ad2480ac2fc95a23c65c6.svg);
  transform: scale(1.1);
}
.gve-menu-editmode-black {
  background-image: url(86427caa03a88fc9a03a576e2c992644.svg);
}
.gve-menu-editmode-black:hover {
  background-image: url(5c63094e377ff20e157bdc0d4f1d9c2d.svg);
  transform: scale(1.1);
}
.gve-menu-editmode-display-grid {
  background-image: url(fdc68779357f520d3e6d5d164de4b3d6.svg);
}
.gve-menu-editmode-display-grid:hover {
  background-image: url(9864536761aebb1e4baf93d203fdf8d8.svg);
  transform: scale(1.1);
}
.gve-menu-editmode-display-grid-active {
  background-image: url(9864536761aebb1e4baf93d203fdf8d8.svg);
  transform: scale(1.1);
}
.gve-menu-viewmode {
  background-image: url(4ca714b2df6f3335ea8b89283773962e.svg);
}
.gve-menu-viewmode:hover {
  background-image: url(4cae78f0a6003e016da70a02f4f4d622.svg);
  transform: scale(1.1);
}
.gve-menu-viewmode-black {
  background-image: url(f203f68f970bd94fb81d0864e86f7dab.svg);
}
.gve-menu-viewmode-black:hover {
  background-image: url(4cae78f0a6003e016da70a02f4f4d622.svg);
  transform: scale(1.1);
}
.gve-menu-save-black {
  background-image: url(c3218b78336335b3e3544109ecc9c2ef.svg);
}
.gve-menu-save-black:hover {
  background-image: url(d50f0a3beb86edbbbef0d08d916395fb.svg);
  transform: scale(1.1);
}
.gve-menu-device-remove-all {
  background-image: url(48af9f662feac2cbe302b76060158630.svg);
}
.gve-menu-device-remove-all:hover {
  background-image: url(dc4a988ff247db7473099a7f30ebc251.svg);
  transform: scale(1.1);
}
.gve-menu-device-add-all {
  background-image: url(60a933006897fc1169bba1ef921a6287.svg);
}
.gve-menu-device-add-all:hover {
  background-image: url(c1763502349e0adc1c466ccc9bafa2f6.svg);
  transform: scale(1.1);
}
.gve-menu-paste-black {
  background-image: url(738569244b2c0bf2de007569f432e576.svg);
}
.gve-menu-paste-black:hover {
  background-image: url(fbb795ed01c0d718a2efd67b8954ca8e.svg);
  transform: scale(1.1);
}
.gve-menu-barchart-black {
  background-image: url(fd38e475668794f69746a799be46d031.svg);
}
.gve-menu-barchart-black:hover {
  background-image: url(6b0ef25d311cbba61d9696d9277c9908.svg);
  transform: scale(1.1);
}
.gve-menu-favorite-black {
  background-image: url(e580d2a6f52a436f8957e36e0d74d7ac.svg);
}
.gve-menu-favorite-black:hover {
  background-image: url(ed6ea3d4406fd4ab4894ccea9918e844.svg);
  transform: scale(1.1);
}
.gve-menu-add {
  background-image: url(b107e8e86b13908a358b6346ef078d21.svg);
}
.gve-menu-add:hover {
  background-image: url(f149fbc9bab3a7a5b61d9958da3baba2.svg);
  transform: scale(1.1);
}
.gve-menu-dashboard-add {
  background-image: url(25e33d4e28eda5bb6645702415787073.svg);
}
.gve-menu-dashboard-add:hover {
  background-image: url(900c6d57e321d225688ccd51fcd559c0.svg);
  transform: scale(1.1);
}
.gve-menu-template-add {
  background-image: url(51763596fc0ca14a886907c2c54e2d0e.svg);
}
.gve-menu-template-add:hover {
  background-image: url(92d63c0095d168716c05a19228a96b10.svg);
  transform: scale(1.1);
}
.gve-menu-picture-add {
  background-image: url(38fa588b6bcd333919ea7aa1f7b1fa34.svg);
}
.gve-menu-picture-add:hover {
  background-image: url(78c6e56914e2baacc88a1a336a67e608.svg);
  transform: scale(1.1);
}
.gve-menu-nodes-black {
  background-image: url(ad691a1d410cf08ce5d7ae749ace647a.svg);
}
.gve-menu-nodes-black:hover {
  background-image: url(33aa05d8f72955d0ff9f5a05914a0d36.svg);
  transform: scale(1.1);
}
li.active .gve-menu-nodes-black {
  background-image: url(b5cbb900082364c27879058a25a93a04.svg);
}
li.active .gve-menu-nodes-black:hover {
  background-image: url(b5cbb900082364c27879058a25a93a04.svg);
  transform: scale(1.1);
}
.gve-menu-links-black {
  background-image: url(819969c160e2c12dd755727ba294801c.svg);
}
.gve-menu-links-black:hover {
  background-image: url(184f07958201093849c0e527bfb2e31f.svg);
  transform: scale(1.1);
}
li.active .gve-menu-links-black {
  background-image: url(b95520896c15c0c159267c4a0672b20a.svg);
}
li.active .gve-menu-links-black:hover {
  background-image: url(b95520896c15c0c159267c4a0672b20a.svg);
  transform: scale(1.1);
}
.gve-menu-rating-black {
  background-image: url(7d21569875bd61eed92647435b874c3a.svg);
}
.gve-menu-rating-black:hover {
  background-image: url(4409d7915d7250e8e9f048915d3dee97.svg);
  transform: scale(1.1);
}
li.active .gve-menu-rating-black {
  background-image: url(4409d7915d7250e8e9f048915d3dee97.svg);
}
li.active .gve-menu-rating-black:hover {
  background-image: url(4409d7915d7250e8e9f048915d3dee97.svg);
  transform: scale(1.1);
}
.gve-menu-traffic-neutral {
  background-image: url(4ee5c951d4cc842c12e89084779c74ed.svg);
}
.gve-menu-traffic-neutral:hover {
  background-image: url(4409d7915d7250e8e9f048915d3dee97.svg);
  transform: scale(1.1);
}
.gve-menu-submit-login-black {
  background-image: url(61ed7e7785fc9e086ed8aaa87d99abb0.svg);
}
.gve-menu-submit-login-black:hover {
  background-image: url(a6b10a5918664fab503067d992dc2323.svg);
  transform: scale(1.1);
}
.gve-common-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 5px;
}
.gve-common-icon-check-black {
  background-image: url(31b83b04352e6e89575a00201ce14a70.svg);
}
.gve-common-icon-ok-black {
  background-image: url(cc064a4e6f52dbb74a3aadc7c20262a1.svg);
}
.gve-common-icon-forbidden {
  background-image: url(e2e55d65020e177c92612b0931c9dad7.svg);
}
.gve-common-icon-form {
  background-size: cover;
  height: 34px;
  float: right;
}
.gve-common-icon-v2 {
  background-size: cover;
  width: 32px;
  height: 32px;
  margin: 0 5px -5px 5px;
}
.gve-common-icon-traffic-Green {
  background-image: url(8fbd8ab76f015bd3930260d17680ce7c.svg);
}
.gve-common-icon-traffic-Yellow {
  background-image: url(18bf46ddad79ec58787959ccc9ebec5b.svg);
}
.gve-common-icon-traffic-Red {
  background-image: url(6ff78451d40b11202512554bf3ce9dee.svg);
}
.gve-common-icon-traffic-neutral {
  background-image: url(4ee5c951d4cc842c12e89084779c74ed.svg);
}
.gve-common-icon-rating-strongup {
  background-image: url(bf671d5299fda6c28a70cbca2ee8b4d0.svg);
}
.gve-common-icon-rating-up {
  background-image: url(cb01a4f76e6344a69edbc79afd979d80.svg);
}
.gve-common-icon-rating-equal {
  background-image: url(9a62c36da0d807fda1a8ec4b623e17f5.svg);
}
.gve-common-icon-rating-down {
  background-image: url(8455d39f9140ea59775302f3443af8ea.svg);
}
.gve-common-icon-rating-strongdown {
  background-image: url(530331e8ee778d7832b52e6b9bffe0e1.svg);
}
.gve-common-icon-warning {
  background-image: url(14a516e0df3df7c5361f7cb809c18b6a.svg);
}
.gve-common-icon-time-point-active {
  background-image: url(6f0c53e6fcb3b571cd0ec956fec8a3dc.svg);
}
.gve-common-icon-time-point-inactive {
  background-image: url(fa2bd08efb37866bf9c8cb521fd5c5d5.svg);
}
.gve-common-icon-time-period-active {
  background-image: url(ffbb4e5f023d4dd3a1c8fd185fd573c1.svg);
}
.gve-common-icon-time-period-inactive {
  background-image: url(815660e03a252a8eeb1b1d3dcada1418.svg);
}
.gve-common-icon-timemanagement-exception {
  background-image: url(8644d8ac5e5cfb0d1ead768dcb75068d.svg);
}
.gve-common-icon-GRAPH-tag {
  background-image: url(fd38e475668794f69746a799be46d031.svg);
}
.gve-common-icon-AD-tag {
  background-image: url(2264ff2db2804d95e157cd8d920bef6d.svg);
}
.gve-common-icon-TS-tag {
  background-image: url(02cc949bb1f96c706beca7b75e68f818.svg);
}
.gve-common-icon-REPORT-tag {
  background-image: url(aadb9ea87200aa433e693770783339d7.svg);
}
.gve-common-icon-DI-tag {
  background-image: url(4dc278df4bb67855e29bb6887aed3172.svg);
}
.gve-common-icon-AM-tag {
  background-image: url(5ea6e27c96f362069cc3ccababd952dd.svg);
}
.gve-common-icon-TARIFF-tag {
  background-image: url(618fdad4050e8110a50c9fcc91f06ab0.svg);
}
.gve-common-icon-KPI-tag {
  background-image: url(2d6b7b6fce270334c8f37b8ee156d100.svg);
}
.gve-common-icon-VD-tag {
  background-image: url(d4fa7106f499f22d922d3fd475539587.svg);
}
.gve-common-icon-EXCP-tag {
  background-image: url(8644d8ac5e5cfb0d1ead768dcb75068d.svg);
}
.gve-common-icon-DB-tag {
  background-image: url(2cdfc7fb24fb80067995b5bddeceb541.svg);
}
.gve-common-icon-OR-tag {
  background-image: url(fc8391990ae83eb3db3c7c1307446272.svg);
}
.gve-common-icon-warning-white {
  background-image: url(8a712387df06ab1fc9cccd07d0a77d2a.svg);
}
.gve-common-icon-info-black {
  background-image: url(a03cd3b6eb9e0c59376170c29f005aec.svg);
}
.gve-common-icon-device-black {
  background-image: url(f557069c18502af8c86f5d84304beb8a.svg);
}
.gve-common-icon-device-encoded {
  background-image: url(bfc257e36557c1fdef843c1bbf4eaf91.svg);
}
-show-sidebar {
  background-image: url(8239e15dfd4d819ef62030eb1b672c8c.svg);
}
-hide-sidebar {
  background-image: url(8239e15dfd4d819ef62030eb1b672c8c.svg);
}
.sidebarVisibilityToggleLeft-show-sidebar {
  background-image: url(2da1f40ddf1b62e2d6fd884beb12ab6e.svg);
}
.sidebarVisibilityToggleLeft-hide-sidebar {
  background-image: url(8239e15dfd4d819ef62030eb1b672c8c.svg);
}
.sidebarVisibilityToggleRight-show-sidebar {
  background-image: url(8239e15dfd4d819ef62030eb1b672c8c.svg);
}
.sidebarVisibilityToggleRight-hide-sidebar {
  background-image: url(2da1f40ddf1b62e2d6fd884beb12ab6e.svg);
}
.gve-action-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
}
.gve-action-icon.zoomButton.zoomButton-out {
  float: left;
  margin-right: -25px;
  background-image: url(ebbbbe71c660ddda950c29bbdca2f37a.svg);
}
.gve-action-icon.zoomButton.zoomButton-in {
  float: right;
  margin-left: -25px;
  background-image: url(903e2097b22a1d2fb2b65907bf10752e.svg);
}
.gve-action-icon-newPage {
  background-image: url(48e384b2e249b48ee34ee3558991c62d.svg);
}
.gve-action-icon-newWidget {
  background-image: url(b1f4dcfb31b620252590f822e20c6ef9.svg);
}
.gve-action-icon-undo {
  background-image: url(a3c58c6295f554a672cb159a617158d6.svg);
}
.gve-action-icon-redo {
  background-image: url(8e5a75e5ad60527f44135c670eabebcf.svg);
}
.gve-action-icon-group {
  background-image: url(84860b625ea0f98017b8b68b939d481a.svg);
}
.gve-action-icon-ungroup {
  background-image: url(6b6c4cb238f6a5d57031f8d362256316.svg);
}
.gve-action-icon-saveObject {
  background-image: url(16af6fcae68e62a9216e2c7e2ca2ad40.svg);
}
.gve-action-icon-zoom {
  background-image: url(8e54cd9102eb7990cf67e2302d1a4f5e.svg);
}
.gve-action-icon-viewMode {
  background-image: url(7f5e18aa63792ee980afcc405fd64cc4.svg);
}
.gve-action-icon-reportManager {
  background-image: url(99fdab17928c4f0af3ce0b45d04bc340.svg);
}
.gve-action-icon-administration {
  background-image: url(15e6037f20a8af0fb99c2a0cf7f47644.svg);
}
.gve-action-icon-unchecked {
  background-image: url(4da3f7eef3b748161b0e7ef4e3c1fb1f.svg);
}
.gve-action-icon-unchecked-focused {
  background-image: url(abaa6f870cf907e551aa1a52b5b04009.svg);
}
.gve-action-icon-checked {
  background-image: url(ccb5987d3b03350b8cebee088d2db9fc.svg);
}
.gve-action-icon-checked-focused {
  background-image: url(e7a88243a8448a1e3ceacb83c0e427c4.svg);
}
.gve-action-icon-with-costs {
  background-image: url(9c6e67f4a56e3f5bbe2ce4602b811163.svg);
}
.gve-action-icon-with-costs-focused {
  background-image: url(94c39b0cf6d5c5ce546a616810e91b7f.svg);
}
.gve-action-icon-prev-arrow {
  background-image: url(a65fb8064e1971ca1a7c3a782ec3e53d.svg);
}
.gve-action-icon-prev-arrow:hover {
  background-image: url(8c3727625623fe15e16919aaa84c05e1.svg);
  transform: scale(1.1);
}
.gve-action-icon-prev-arrow-disabled {
  background-image: url(a65fb8064e1971ca1a7c3a782ec3e53d.svg);
}
.gve-action-icon-next-arrow {
  background-image: url(e49e5917c391dd2f5e12b2455ffb0009.svg);
}
.gve-action-icon-next-arrow:hover {
  background-image: url(aee04be85c8705dfdbc5666844906e42.svg);
  transform: scale(1.1);
}
.gve-action-icon-next-arrow-disabled {
  background-image: url(e49e5917c391dd2f5e12b2455ffb0009.svg);
}
.gve-action-icon-search {
  background-image: url(c736e9abea6653cc41740f98a1b7df06.svg);
}
.gve-action-icon-search:hover {
  background-image: url(7db9ce268a06239a2be923e11381d1ab.svg);
  transform: scale(1.1);
}
.gve-action-icon-duplicate {
  background-image: url(629916ebefeb81dfe1a63d0a5132e970.svg);
}
.gve-action-icon-duplicate:hover {
  background-image: url(145ee01444f99497ee5fd8547491d7f7.svg);
  transform: scale(1.1);
}
.gve-action-icon-reset {
  background-image: url(3e58ed2737bbf30711200eaa6f2c71a0.svg);
}
.gve-action-icon-reset:hover {
  background-image: url(bd22fff1af9f5adb86e14cb53fb88c4e.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-onlinerecorder {
  background-image: url(a3f5223630232b9c33cb52a5ad162c18.svg);
  background-size: 30px;
}
.gve-action-icon-add-onlinerecorder:hover {
  background-image: url(048980012193dde78f1a50adbb111783.svg);
}
.gve-action-icon-delete {
  background-image: url(aad5e20166eda608e274d97d5ea2acbb.svg);
}
.gve-action-icon-delete:hover {
  background-image: url(aad5e20166eda608e274d97d5ea2acbb.svg);
  transform: scale(1.1);
}
.gve-action-icon-copy-template-to-dashboards {
  background-image: url(c80442e888bc1edfbc9d207c9eeade20.svg);
}
.gve-action-icon-copy-template-to-dashboards:hover {
  background-image: url(77d534551d523cb1153893de203d8eae.svg);
  transform: scale(1.1);
}
.gve-action-icon-delete-black {
  background-image: url(5cb01622c1f6d7d1d4dacfe2f902dd7b.svg);
}
.gve-action-icon-delete-black:hover {
  background-image: url(262d3f73b2ce72d11c070301c52d8572.svg);
  transform: scale(1.1);
}
.gve-action-icon-edit {
  background-image: url(a70c8d31b86e21ea3409620f0d6ccfa4.svg);
}
.gve-action-icon-edit:hover {
  background-image: url(45794dfc548d70b3041a553f8fd3f59e.svg);
  transform: scale(1.1);
}
.gve-action-icon-search {
  background-image: url(0acaf14b959ed5afb8c89efa9c1f6aa7.svg);
}
.gve-action-icon-copy {
  background-image: url(397a22bbd864eb3c7d7ed61cecc25c07.svg);
}
.gve-action-icon-copy:hover {
  background-image: url(93a643a77c02fc4c4e9c8d57d8982d74.svg);
  transform: scale(1.1);
}
.gve-action-icon-favorite-yes {
  background-image: url(e580d2a6f52a436f8957e36e0d74d7ac.svg);
}
.gve-action-icon-favorite-yes:hover {
  background-image: url(ed6ea3d4406fd4ab4894ccea9918e844.svg);
  transform: scale(1.1);
}
.gve-action-icon-favorite-no {
  background-image: url(6e47c8637d32f94489779e9a8bcce469.svg);
}
.gve-action-icon-favorite-no:hover {
  background-image: url(5dbc73885df50521a7a61dcba0d5a245.svg);
  transform: scale(1.1);
}
.gve-action-icon-all-devices-apply {
  background-image: url(f7ac7af61fbb504c62fef052ffcb24c6.svg);
}
.gve-action-icon-all-devices-apply:hover {
  background-image: url(0170da2df27094c54167586a127681f3.svg);
  transform: scale(1.1);
}
.gve-action-icon-upload {
  background-image: url(f6732a0926c15b61ac4782941e8107e8.svg);
}
.gve-action-icon-upload:hover {
  background-image: url(bcc706d237731429af15dce288faade8.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-kpi {
  background-image: url(d562250dd737c1e33900b1a096be7f44.svg);
}
.gve-action-icon-add-kpi:hover {
  background-image: url(a17dd9ccc94de67ec81ef7b1099e2bfc.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-sankey {
  background-image: url(cc8bb6093dcd67688181e81afdd81a75.svg);
}
.gve-action-icon-add-sankey:hover {
  background-image: url(2af091f553fcc1579d9b732a0199caa3.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-point {
  background-image: url(9fbeddfdbb07f8a7deb1a7d717242dfc.svg);
}
.gve-action-icon-add-time-point:hover {
  background-image: url(ca749155f3c4a338e7caa106eeafc6a5.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-point-item-odd {
  background-image: url(b574cf788844175ecc4c88edee37a2f4.svg);
}
.gve-action-icon-add-time-point-item-odd:hover {
  background-image: url(dc3aa0c9d0fee62b5984a735827988cb.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-point-item-even {
  background-image: url(dc3aa0c9d0fee62b5984a735827988cb.svg);
}
.gve-action-icon-add-time-point-item-even:hover {
  background-image: url(b574cf788844175ecc4c88edee37a2f4.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-period {
  background-image: url(c7cf46e3c0073fa6708b4c0023232c47.svg);
}
.gve-action-icon-add-time-period:hover {
  background-image: url(c89c8572a0ab9b992e04e8d0a4bacd1b.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-period-item-odd {
  background-image: url(287b87578af920e08ed60a4236d094c7.svg);
}
.gve-action-icon-add-time-period-item-odd:hover {
  background-image: url(08ebae0d508b035e051de5b9f65ff53e.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-period-item-even {
  background-image: url(08ebae0d508b035e051de5b9f65ff53e.svg);
}
.gve-action-icon-add-time-period-item-even:hover {
  background-image: url(287b87578af920e08ed60a4236d094c7.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-exception-item-odd {
  background-image: url(fc008091d16cfa77db9c67cc50cd315f.svg);
}
.gve-action-icon-add-time-exception-item-odd:hover {
  background-image: url(0e40d47216e42fea267778d005d5ce5c.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-exception-item-even {
  background-image: url(0e40d47216e42fea267778d005d5ce5c.svg);
}
.gve-action-icon-add-time-exception-item-even:hover {
  background-image: url(fc008091d16cfa77db9c67cc50cd315f.svg);
  transform: scale(1.1);
}
.gve-action-icon-save {
  background-image: url(c3218b78336335b3e3544109ecc9c2ef.svg);
}
.gve-action-icon-save:hover {
  background-image: url(d50f0a3beb86edbbbef0d08d916395fb.svg);
  transform: scale(1.1);
}
.gve-action-icon-back {
  background-image: url(953a9f902313e9b3fb68dc89700aafac.svg);
}
.gve-action-icon-back:hover {
  background-image: url(1ec21bab56c59cfcb8dadc64f244e3cd.svg);
  transform: scale(1.1);
}
.gve-invert .gve-action-icon-back {
  background-image: url(8aa1838fbf972c980794a2a1febfd398.svg);
}
.gve-invert .gve-action-icon-back:hover {
  background-image: url(1ec21bab56c59cfcb8dadc64f244e3cd.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-node {
  background-image: url(d6a28f58aa5948a4f624ffea68fc9f97.svg);
}
.gve-action-icon-add-node:hover {
  background-image: url(26060bb893a7d2b4e686a5a66bc23989.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-node-dark {
  background-image: url(41a4c687129201452a9f30a1ff6ec19b.svg);
}
.gve-action-icon-add-node-dark:hover {
  background-image: url(107f42b6bd524c16724d9128f67cd062.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-gauge-sector {
  background-image: url(2c5e6d76444b987db3a040d4d42ee91c.svg);
}
.gve-action-icon-add-gauge-sector:hover {
  background-image: url(8f70d4838298f285586e4287162a8a24.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-node-light {
  background-image: url(d631c89794398542c5f72397307ec2c5.svg);
}
.gve-action-icon-add-node-light:hover {
  background-image: url(107f42b6bd524c16724d9128f67cd062.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-link {
  background-image: url(eb9afb81faee7e78b4e85a4f09f62253.svg);
}
.gve-action-icon-add-link:hover {
  background-image: url(bdbac458eabaa97ece3a75b2f86b6a6a.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-link-dark {
  background-image: url(6a8498900fe0c9da4d01651a0da496f5.svg);
}
.gve-action-icon-add-link-dark:hover {
  background-image: url(17c55f63c16ddaafb2801a8a645963a8.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-link-light {
  background-image: url(9022663961eb7e97f5e5859516fb2a0a.svg);
}
.gve-action-icon-add-link-light:hover {
  background-image: url(17c55f63c16ddaafb2801a8a645963a8.svg);
  transform: scale(1.1);
}
.gve-action-icon-item-down {
  background-image: url(9b2944275dbdff40268c75536f1ab629.svg);
}
.gve-action-icon-item-down:hover {
  background-image: url(6f01c487053e4d5f637db85e3a3b940b.svg);
  transform: scale(1.1);
}
.gve-action-icon-item-up {
  background-image: url(3d1979bd39ecf13eed4169ff8cd76858.svg);
}
.gve-action-icon-item-up:hover {
  background-image: url(d1a185cbda39df96d40b6f4bfd48f278.svg);
  transform: scale(1.1);
}
.gve-action-icon-hour-glass {
  background-image: url(2719964f8abd8613b4c7411a8923d30b.svg);
}
.gve-action-icon-hour-glass:hover {
  background-image: url(31d7758f56cd0e75786632067cdccf19.svg);
  transform: scale(1.1);
}
.gve-action-icon-license-keys {
  background-image: url(e23efb97ef909fa4b829995ca595f3ca.svg);
}
.gve-action-icon-license-keys:hover {
  background-image: url(e578b1efa3a3e513a00aa2e4937157e7.svg);
  transform: scale(1.1);
}
.gve-action-icon-main-project {
  background-image: url(888ff91280b260cabcd1b5bfe872f0db.svg);
}
.gve-action-icon-main-project:hover {
  background-image: url(80821cbb30952708f4241a8adac25a5b.svg);
  transform: scale(1.1);
}
.gve-action-icon-navigate-left {
  background-image: url(b5678988ba6dfa6509f581b8c91713c0.svg);
}
.gve-action-icon-navigate-left:hover {
  background-image: url(d0a38ede74fcc9b441184530f8558a5a.svg);
  transform: scale(1.1);
}
.gve-action-icon-navigate-right {
  background-image: url(fd34ede203eab771ef6718216c053521.svg);
}
.gve-action-icon-navigate-right:hover {
  background-image: url(99cd82555b5d2955e8e0ea0677d0e454.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-user {
  background-image: url(654e7e64364645cf09fd4fa2cbe7d386.svg);
}
.gve-action-icon-add-user:hover {
  background-image: url(218135ff839d1cb9e008fee6b8412e31.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-sub-point {
  background-image: url(0c5ea44a786ea14291575a0c7b268ee1.svg);
}
.gve-action-icon-add-time-sub-point:hover {
  background-image: url(a3bb5a3d4e9aceefbf1959813aa9611a.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-sub-point-inactive {
  background-image: url(c96295cd17dae641c277bde4817e7424.svg);
}
.gve-action-icon-add-time-sub-period {
  background-image: url(533556e87ad7a593d295e3f935292341.svg);
}
.gve-action-icon-add-time-sub-period:hover {
  background-image: url(779e337c382dd179801ee2e6e4689891.svg);
  transform: scale(1.1);
}
.gve-action-icon-add-time-sub-period-inactive {
  background-image: url(fac72432f2724dee474681f97bbcf9a5.svg);
}
.gve-action-icon-user-login {
  background-image: url(d1036de5824ecf19c29ea0c983a9e44d.svg);
}
.gve-action-icon-user-login:hover {
  transform: scale(1.1);
}
.gve-action-icon-tmpl-add-all {
  background-image: url(9e8e7cfd1d51a285ae1456adebced1cf.svg);
}
.gve-action-icon-tmpl-add-all:hover {
  background-image: url(3197043c610b253ce727dac7ed36bfd8.svg);
  transform: scale(1.1);
}
.gve-action-icon-tmpl-remove-all {
  background-image: url(4e9970c7887f156a1150bd6d7cc3df40.svg);
}
.gve-action-icon-tmpl-remove-all:hover {
  background-image: url(65b155467d1781f1e16d4dfbc35e07a8.svg);
  transform: scale(1.1);
}
.gve-action-icon-help {
  background-image: url(5df26233da4e3cf9e5e5af401c9d34b7.svg);
}
.gve-action-icon-help:hover {
  transform: scale(1.1);
}
.gve-action-icon-help-black {
  background-image: url(d9f63ef017775f2cd82e6188a28cd57b.svg);
}
.gve-action-icon-help-black:hover {
  transform: scale(1.1);
}
.gve-action-icon-help-sankey-nodes-en {
  background-image: url(fc2421cd285f779ebca1fd3f6330fd37.svg);
}
.gve-action-icon-help-sankey-nodes-de {
  background-image: url(e6ecb8e70ef9daf960a44e9bddd640ff.svg);
}
.gve-action-icon-help-kpi-trend-last-value {
  background-image: url(8ba77a7d5828507f3e03ea9a4882e817.png);
}
.gve-action-icon-help-kpi-trend-comparison-period {
  background-image: url(1e7957f6733cd38b72b0edde03efa867.png);
}
/*
***SOURCE***
*/
.gve-sankey-source.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(36ca5edfd66a5c8c72f5ad98cfb16036.svg) !important;
  background-size: cover;
  width: inherit;
}
.gve-sankey-source.btn-primary:active:hover,
.gve-sankey-source.btn-primary.active:hover,
.gve-sankey-source.open > .dropdown-toggle.btn-primary:hover,
.gve-sankey-source.btn-primary:active:focus,
.gve-sankey-source.btn-primary.active:focus,
.gve-sankey-source.open > .dropdown-toggle.btn-primary:focus,
.gve-sankey-source.btn-primary:active.focus,
.gve-sankey-source.btn-primary.active.focus,
.gve-sankey-source.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-sankey-source.btn-primary {
  background-image: url(0a0775aeedd4ff3ba1b68d0199936dd9.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  background-size: cover;
  width: inherit;
}
.gve-sankey-source.btn-primary:hover {
  background-image: url(36ca5edfd66a5c8c72f5ad98cfb16036.svg);
  transform: scale(1.1);
}
/*
***SOURCE-TARGET***
*/
.gve-sankey-source-target.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(d9bc56c0eb3f391b7cb599d42d69b6c2.svg) !important;
  background-size: cover;
  width: 45px;
}
.gve-sankey-source-target.btn-primary:active:hover,
.gve-sankey-source-target.btn-primary.active:hover,
.gve-sankey-source-target.open > .dropdown-toggle.btn-primary:hover,
.gve-sankey-source-target.btn-primary:active:focus,
.gve-sankey-source-target.btn-primary.active:focus,
.gve-sankey-source-target.open > .dropdown-toggle.btn-primary:focus,
.gve-sankey-source-target.btn-primary:active.focus,
.gve-sankey-source-target.btn-primary.active.focus,
.gve-sankey-source-target.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-sankey-source-target.btn-primary {
  background-image: url(854d42b780979e12e789634bae680a60.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  background-size: cover;
  width: 45px;
}
.gve-sankey-source-target.btn-primary:hover {
  background-image: url(d9bc56c0eb3f391b7cb599d42d69b6c2.svg);
  transform: scale(1.1);
}
/*
***TARGET***
*/
.gve-sankey-target.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(111a2792600be0be930078bc72a6d228.svg) !important;
  background-size: cover;
  width: inherit;
}
.gve-sankey-target.btn-primary:active:hover,
.gve-sankey-target.btn-primary.active:hover,
.gve-sankey-target.open > .dropdown-toggle.btn-primary:hover,
.gve-sankey-target.btn-primary:active:focus,
.gve-sankey-target.btn-primary.active:focus,
.gve-sankey-target.open > .dropdown-toggle.btn-primary:focus,
.gve-sankey-target.btn-primary:active.focus,
.gve-sankey-target.btn-primary.active.focus,
.gve-sankey-target.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-sankey-target.btn-primary {
  background-image: url(03750e9812ab83c5da05ced6a87d9470.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  background-size: cover;
  width: inherit;
}
.gve-sankey-target.btn-primary:hover {
  background-image: url(111a2792600be0be930078bc72a6d228.svg);
  transform: scale(1.1);
}
/*
***MI-VALUE-SELECT: system variable***
*/
.gve-mi-value-select-system-var {
  margin-bottom: 10px;
}
.gve-mi-value-select-system-var.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(d5e4778d89c5b41a36f006934d42c820.svg) !important;
}
.gve-mi-value-select-system-var.btn.active span {
  color: #276A89 !important;
}
.gve-mi-value-select-system-var.btn-primary:active:hover,
.gve-mi-value-select-system-var.btn-primary.active:hover,
.gve-mi-value-select-system-var.open > .dropdown-toggle.btn-primary:hover,
.gve-mi-value-select-system-var.btn-primary:active:focus,
.gve-mi-value-select-system-var.btn-primary.active:focus,
.gve-mi-value-select-system-var.open > .dropdown-toggle.btn-primary:focus,
.gve-mi-value-select-system-var.btn-primary:active.focus,
.gve-mi-value-select-system-var.btn-primary.active.focus,
.gve-mi-value-select-system-var.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-mi-value-select-system-var.btn-primary {
  background-image: url(15c9144515d82091ee2ccc47e5765d6b.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-mi-value-select-system-var.btn-primary:hover {
  background-image: url(d5e4778d89c5b41a36f006934d42c820.svg);
  transform: scale(1.1);
}
.gve-mi-value-select-system-var span {
  color: black !important;
}
.gve-mi-value-select-system-var span:hover {
  color: #276A89;
}
/*
***MI-VALUE-SELECT: user defined***
*/
.gve-mi-value-select-user-defined {
  margin-bottom: 10px;
}
.gve-mi-value-select-user-defined.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(5d81d8034faa52d48e24319323b0a5c8.svg) !important;
}
.gve-mi-value-select-user-defined.btn.active span {
  color: #276A89 !important;
}
.gve-mi-value-select-user-defined.btn-primary:active:hover,
.gve-mi-value-select-user-defined.btn-primary.active:hover,
.gve-mi-value-select-user-defined.open > .dropdown-toggle.btn-primary:hover,
.gve-mi-value-select-user-defined.btn-primary:active:focus,
.gve-mi-value-select-user-defined.btn-primary.active:focus,
.gve-mi-value-select-user-defined.open > .dropdown-toggle.btn-primary:focus,
.gve-mi-value-select-user-defined.btn-primary:active.focus,
.gve-mi-value-select-user-defined.btn-primary.active.focus,
.gve-mi-value-select-user-defined.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-mi-value-select-user-defined.btn-primary {
  background-image: url(b4387e14813a3f3352d52e948ae926d9.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-mi-value-select-user-defined.btn-primary:hover {
  background-image: url(5d81d8034faa52d48e24319323b0a5c8.svg);
  transform: scale(1.1);
}
.gve-mi-value-select-user-defined span {
  color: black !important;
}
.gve-mi-value-select-user-defined span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-GRAPH {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-GRAPH.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(6b0ef25d311cbba61d9696d9277c9908.svg) !important;
}
.gve-tm-settings-tag-GRAPH.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-GRAPH.btn-primary:active:hover,
.gve-tm-settings-tag-GRAPH.btn-primary.active:hover,
.gve-tm-settings-tag-GRAPH.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-GRAPH.btn-primary:active:focus,
.gve-tm-settings-tag-GRAPH.btn-primary.active:focus,
.gve-tm-settings-tag-GRAPH.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-GRAPH.btn-primary:active.focus,
.gve-tm-settings-tag-GRAPH.btn-primary.active.focus,
.gve-tm-settings-tag-GRAPH.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-GRAPH.btn-primary {
  background-image: url(fd38e475668794f69746a799be46d031.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-GRAPH.btn-primary:hover {
  background-image: url(6b0ef25d311cbba61d9696d9277c9908.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-GRAPH span {
  color: black !important;
}
.gve-tm-settings-tag-GRAPH span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-AD {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-AD.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(ade6e1ae2ebdf784ea0c3bac4ffb951d.svg) !important;
}
.gve-tm-settings-tag-AD.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-AD.btn-primary:active:hover,
.gve-tm-settings-tag-AD.btn-primary.active:hover,
.gve-tm-settings-tag-AD.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-AD.btn-primary:active:focus,
.gve-tm-settings-tag-AD.btn-primary.active:focus,
.gve-tm-settings-tag-AD.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-AD.btn-primary:active.focus,
.gve-tm-settings-tag-AD.btn-primary.active.focus,
.gve-tm-settings-tag-AD.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-AD.btn-primary {
  background-image: url(2264ff2db2804d95e157cd8d920bef6d.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-AD.btn-primary:hover {
  background-image: url(ade6e1ae2ebdf784ea0c3bac4ffb951d.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-AD span {
  color: black !important;
}
.gve-tm-settings-tag-AD span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-TS {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-TS.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(6990f53b7c02ce0998a2a84ff8740ff4.svg) !important;
}
.gve-tm-settings-tag-TS.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-TS.btn-primary:active:hover,
.gve-tm-settings-tag-TS.btn-primary.active:hover,
.gve-tm-settings-tag-TS.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-TS.btn-primary:active:focus,
.gve-tm-settings-tag-TS.btn-primary.active:focus,
.gve-tm-settings-tag-TS.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-TS.btn-primary:active.focus,
.gve-tm-settings-tag-TS.btn-primary.active.focus,
.gve-tm-settings-tag-TS.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-TS.btn-primary {
  background-image: url(02cc949bb1f96c706beca7b75e68f818.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-TS.btn-primary:hover {
  background-image: url(6990f53b7c02ce0998a2a84ff8740ff4.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-TS span {
  color: black !important;
}
.gve-tm-settings-tag-TS span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-REPORT {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-REPORT.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(cbd53ea22e7dbf571af2d906d8f900e9.svg) !important;
}
.gve-tm-settings-tag-REPORT.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-REPORT.btn-primary:active:hover,
.gve-tm-settings-tag-REPORT.btn-primary.active:hover,
.gve-tm-settings-tag-REPORT.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-REPORT.btn-primary:active:focus,
.gve-tm-settings-tag-REPORT.btn-primary.active:focus,
.gve-tm-settings-tag-REPORT.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-REPORT.btn-primary:active.focus,
.gve-tm-settings-tag-REPORT.btn-primary.active.focus,
.gve-tm-settings-tag-REPORT.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-REPORT.btn-primary {
  background-image: url(aadb9ea87200aa433e693770783339d7.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-REPORT.btn-primary:hover {
  background-image: url(cbd53ea22e7dbf571af2d906d8f900e9.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-REPORT span {
  color: black !important;
}
.gve-tm-settings-tag-REPORT span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-DI {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-DI.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(5c6e8275e8877a718c02f39b01c35117.svg) !important;
}
.gve-tm-settings-tag-DI.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-DI.btn-primary:active:hover,
.gve-tm-settings-tag-DI.btn-primary.active:hover,
.gve-tm-settings-tag-DI.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-DI.btn-primary:active:focus,
.gve-tm-settings-tag-DI.btn-primary.active:focus,
.gve-tm-settings-tag-DI.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-DI.btn-primary:active.focus,
.gve-tm-settings-tag-DI.btn-primary.active.focus,
.gve-tm-settings-tag-DI.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-DI.btn-primary {
  background-image: url(4dc278df4bb67855e29bb6887aed3172.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-DI.btn-primary:hover {
  background-image: url(5c6e8275e8877a718c02f39b01c35117.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-DI span {
  color: black !important;
}
.gve-tm-settings-tag-DI span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-AM {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-AM.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(8b62742593bd18bb1a2a29a495041e3f.svg) !important;
}
.gve-tm-settings-tag-AM.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-AM.btn-primary:active:hover,
.gve-tm-settings-tag-AM.btn-primary.active:hover,
.gve-tm-settings-tag-AM.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-AM.btn-primary:active:focus,
.gve-tm-settings-tag-AM.btn-primary.active:focus,
.gve-tm-settings-tag-AM.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-AM.btn-primary:active.focus,
.gve-tm-settings-tag-AM.btn-primary.active.focus,
.gve-tm-settings-tag-AM.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-AM.btn-primary {
  background-image: url(5ea6e27c96f362069cc3ccababd952dd.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-AM.btn-primary:hover {
  background-image: url(8b62742593bd18bb1a2a29a495041e3f.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-AM span {
  color: black !important;
}
.gve-tm-settings-tag-AM span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-TARIFF {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-TARIFF.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(9c3b08f9f5ad49dc0bf74b1385ba669e.svg) !important;
}
.gve-tm-settings-tag-TARIFF.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-TARIFF.btn-primary:active:hover,
.gve-tm-settings-tag-TARIFF.btn-primary.active:hover,
.gve-tm-settings-tag-TARIFF.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-TARIFF.btn-primary:active:focus,
.gve-tm-settings-tag-TARIFF.btn-primary.active:focus,
.gve-tm-settings-tag-TARIFF.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-TARIFF.btn-primary:active.focus,
.gve-tm-settings-tag-TARIFF.btn-primary.active.focus,
.gve-tm-settings-tag-TARIFF.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-TARIFF.btn-primary {
  background-image: url(618fdad4050e8110a50c9fcc91f06ab0.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-TARIFF.btn-primary:hover {
  background-image: url(9c3b08f9f5ad49dc0bf74b1385ba669e.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-TARIFF span {
  color: black !important;
}
.gve-tm-settings-tag-TARIFF span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-KPI {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-KPI.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(c9a6c4cdf54a9f7be6865f9ff57844a1.svg) !important;
}
.gve-tm-settings-tag-KPI.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-KPI.btn-primary:active:hover,
.gve-tm-settings-tag-KPI.btn-primary.active:hover,
.gve-tm-settings-tag-KPI.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-KPI.btn-primary:active:focus,
.gve-tm-settings-tag-KPI.btn-primary.active:focus,
.gve-tm-settings-tag-KPI.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-KPI.btn-primary:active.focus,
.gve-tm-settings-tag-KPI.btn-primary.active.focus,
.gve-tm-settings-tag-KPI.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-KPI.btn-primary {
  background-image: url(2d6b7b6fce270334c8f37b8ee156d100.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-KPI.btn-primary:hover {
  background-image: url(c9a6c4cdf54a9f7be6865f9ff57844a1.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-KPI span {
  color: black !important;
}
.gve-tm-settings-tag-KPI span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-VD {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-VD.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(795cfe56c3294d6f2909eb74d6b400e8.svg) !important;
}
.gve-tm-settings-tag-VD.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-VD.btn-primary:active:hover,
.gve-tm-settings-tag-VD.btn-primary.active:hover,
.gve-tm-settings-tag-VD.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-VD.btn-primary:active:focus,
.gve-tm-settings-tag-VD.btn-primary.active:focus,
.gve-tm-settings-tag-VD.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-VD.btn-primary:active.focus,
.gve-tm-settings-tag-VD.btn-primary.active.focus,
.gve-tm-settings-tag-VD.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-VD.btn-primary {
  background-image: url(d4fa7106f499f22d922d3fd475539587.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-VD.btn-primary:hover {
  background-image: url(795cfe56c3294d6f2909eb74d6b400e8.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-VD span {
  color: black !important;
}
.gve-tm-settings-tag-VD span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-EXCP {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-EXCP.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(98b49e4654eea870902cf8991a436450.svg) !important;
}
.gve-tm-settings-tag-EXCP.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-EXCP.btn-primary:active:hover,
.gve-tm-settings-tag-EXCP.btn-primary.active:hover,
.gve-tm-settings-tag-EXCP.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-EXCP.btn-primary:active:focus,
.gve-tm-settings-tag-EXCP.btn-primary.active:focus,
.gve-tm-settings-tag-EXCP.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-EXCP.btn-primary:active.focus,
.gve-tm-settings-tag-EXCP.btn-primary.active.focus,
.gve-tm-settings-tag-EXCP.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-EXCP.btn-primary {
  background-image: url(8644d8ac5e5cfb0d1ead768dcb75068d.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-EXCP.btn-primary:hover {
  background-image: url(98b49e4654eea870902cf8991a436450.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-EXCP span {
  color: black !important;
}
.gve-tm-settings-tag-EXCP span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-DB {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-DB.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(83c2fdecde3b6888701aa0535be569d2.svg) !important;
}
.gve-tm-settings-tag-DB.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-DB.btn-primary:active:hover,
.gve-tm-settings-tag-DB.btn-primary.active:hover,
.gve-tm-settings-tag-DB.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-DB.btn-primary:active:focus,
.gve-tm-settings-tag-DB.btn-primary.active:focus,
.gve-tm-settings-tag-DB.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-DB.btn-primary:active.focus,
.gve-tm-settings-tag-DB.btn-primary.active.focus,
.gve-tm-settings-tag-DB.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-DB.btn-primary {
  background-image: url(2cdfc7fb24fb80067995b5bddeceb541.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-DB.btn-primary:hover {
  background-image: url(83c2fdecde3b6888701aa0535be569d2.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-DB span {
  color: black !important;
}
.gve-tm-settings-tag-DB span:hover {
  color: #276A89;
}
.gve-tm-settings-tag-OR {
  margin-bottom: 10px;
}
.gve-tm-settings-tag-OR.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(3d48f1d01bf89ba52c8815e9cc4e4768.svg) !important;
}
.gve-tm-settings-tag-OR.btn.active span {
  color: #276A89 !important;
}
.gve-tm-settings-tag-OR.btn-primary:active:hover,
.gve-tm-settings-tag-OR.btn-primary.active:hover,
.gve-tm-settings-tag-OR.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-tag-OR.btn-primary:active:focus,
.gve-tm-settings-tag-OR.btn-primary.active:focus,
.gve-tm-settings-tag-OR.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-tag-OR.btn-primary:active.focus,
.gve-tm-settings-tag-OR.btn-primary.active.focus,
.gve-tm-settings-tag-OR.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-tag-OR.btn-primary {
  background-image: url(fc8391990ae83eb3db3c7c1307446272.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
}
.gve-tm-settings-tag-OR.btn-primary:hover {
  background-image: url(3d48f1d01bf89ba52c8815e9cc4e4768.svg);
  transform: scale(1.1);
}
.gve-tm-settings-tag-OR span {
  color: black !important;
}
.gve-tm-settings-tag-OR span:hover {
  color: #276A89;
}
.gve-tm-settings-las-day.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  background-image: url(9a19b3e7136565d754e5441c1101a9ef.svg) !important;
  background-size: cover;
  width: inherit;
}
.gve-tm-settings-las-day.btn-primary:active:hover,
.gve-tm-settings-las-day.btn-primary.active:hover,
.gve-tm-settings-las-day.open > .dropdown-toggle.btn-primary:hover,
.gve-tm-settings-las-day.btn-primary:active:focus,
.gve-tm-settings-las-day.btn-primary.active:focus,
.gve-tm-settings-las-day.open > .dropdown-toggle.btn-primary:focus,
.gve-tm-settings-las-day.btn-primary:active.focus,
.gve-tm-settings-las-day.btn-primary.active.focus,
.gve-tm-settings-las-day.open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.gve-tm-settings-las-day.btn-primary {
  background-image: url(d56e86a5f68c65d5abcf19627781fd2f.svg);
  color: #fff !important;
  background-color: transparent;
  border-color: transparent;
  background-size: cover;
  width: inherit;
}
.gve-tm-settings-las-day.btn-primary:hover {
  background-image: url(9a19b3e7136565d754e5441c1101a9ef.svg);
  transform: scale(1.1);
}
.gve-shadowed-image {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.gve-tree div.gve-tree-root span.rc-tree-icon__close {
  background-image: url(ba3690c0404de2b92e75a3244ad3ca5b.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-tree div.gve-tree-root span.rc-tree-icon__open {
  background-image: url(ad99dfc5f4beb2d6fb647ef79600a06a.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-tree div.gve-tree-root span.rc-tree-checkbox {
  background-image: url(8f7977f18f6e27a9c21c43909f882bc7.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-tree div.gve-tree-root span.rc-tree-checkbox.rc-tree-checkbox-checked {
  background-image: url(18c28ac982ebd6ff6f2cdde2ce143279.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-tree div.gve-tree-root span.rc-tree-checkbox.rc-tree-checkbox-indeterminate {
  background-image: url(958b1efb39a96525c658dd4d73fef5c4.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-tree div.gve-tree-root span.rc-tree-switcher.rc-tree-roots_open,
.gve-tree div.gve-tree-root span.rc-tree-switcher.rc-tree-center_open,
.gve-tree div.gve-tree-root span.rc-tree-switcher.rc-tree-bottom_open {
  background-image: url(099091368e605abad2734c504cb9be1f.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-tree div.gve-tree-root span.rc-tree-switcher.rc-tree-roots_close,
.gve-tree div.gve-tree-root span.rc-tree-switcher.rc-tree-center_close,
.gve-tree div.gve-tree-root span.rc-tree-switcher.rc-tree-bottom_close {
  background-image: url(83b05532a60d3495afd266fe2918cfe6.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-tree div.gve-tree-root span.rc-tree-switcher.rc-tree-roots_close:hover,
.gve-tree div.gve-tree-root span.rc-tree-switcher.rc-tree-center_close:hover,
.gve-tree div.gve-tree-root span.rc-tree-switcher.rc-tree-bottom_close:hover {
  background-image: url(1beb97475096de1bd88ffa6c3aa46ba6.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-tree div.gve-tree-node-rail span.rc-tree-icon__docu {
  background-image: url(60dba0a2a93f12257f665be728290dbe.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-tree div.gve-tree-node-front span.rc-tree-icon__docu {
  background-image: url(72c3b7cdf2cdf36558b6a93ef53b6612.svg);
  background-position: center;
  background-size: 16px 16px;
}
.gve-headed-table {
  background: white;
  border-spacing: 1px;
  border-collapse: separate;
}
.gve-headed-table thead th {
  background-color: #999999 !important;
  color: white !important;
}
.gve-headed-table thead th.gve-headed-table-column-head {
  background-color: black !important;
  text-align: center;
  color: white;
  border-top: 3px solid #276a89 !important;
  height: 39px !important;
}
.gve-headed-table thead th.gve-headed-table-column-head-empty {
  background-color: white !important;
  border-top: none !important;
  border-bottom: none !important;
  width: 20px;
}
.gve-headed-table thead th a {
  color: white !important;
}
.gve-headed-table tbody tr.gve-valign-middle td {
  vertical-align: middle;
}
.gve-headed-table tbody tr td {
  background-color: #E2E2E2;
}
.gve-headed-table tbody tr td.gve-headed-table-column-empty {
  width: 20px;
  border-top: none !important;
  background-color: white !important;
}
.gve-headed-table tbody tr:nth-child(even) td {
  background-color: #B7B7B7;
}
.gve-headed-table tbody tr:nth-child(odd) td {
  background-color: #E2E2E2;
}
.gve-headed-table .gve-width-collapse {
  width: 21px;
}
.gve-headed-table .gve-width-xxxs {
  width: 38px;
}
.gve-headed-table .gve-width-xxs {
  width: 52px;
}
.gve-headed-table .gve-width-85px {
  width: 85px;
}
.gve-headed-table .gve-width-xsmall,
.gve-headed-table .gve-width-xs {
  width: 100px;
}
.gve-headed-table .gve-width-small,
.gve-headed-table .gve-width-s {
  width: 150px;
}
.gve-headed-table .gve-width-190px {
  width: 190px;
}
.gve-headed-table .gve-width-medium,
.gve-headed-table .gve-width-m {
  width: 200px;
}
.gve-headed-table .gve-width-large,
.gve-headed-table .gve-width-l {
  width: 250px;
}
.gve-headed-table .gve-width-xlarge,
.gve-headed-table .gve-width-xl {
  width: 300px;
}
.gve-headed-table td.gve-column {
  width: 50%;
  background-color: #B7B7B7;
}
@media print {
  .gve-headed-table tbody tr td {
    background-color: #E2E2E2 !important;
  }
  .gve-headed-table tbody tr:nth-child(even) td {
    background-color: #B7B7B7 !important;
  }
  .gve-headed-table tbody tr:nth-child(odd) td {
    background-color: #E2E2E2 !important;
  }
  .gve-headed-table td.gve-column {
    background-color: #B7B7B7 !important;
  }
}
html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-print-color-adjust: exact;
  /* FEATURE TOGGLES */
}
html.gve-role-view .gve-hidden-role-view {
  display: none !important;
}
html.gve-role-view li.gve-hidden-role-view {
  display: none !important;
}
html.gve-role-normal .gve-hidden-role-normal {
  display: none !important;
}
html.gve-role-normal li.gve-hidden-role-normal {
  display: none !important;
}
html.gve-lic-ultimate .gve-hidden-lic-ultimate {
  display: none !important;
}
html.gve-lic-ultimate li.gve-hidden-lic-ultimate {
  display: none !important;
}
html.gve-lic-ultimate .gve-visible-lic-ultimate {
  display: block !important;
}
html.gve-lic-service .gve-hidden-lic-service {
  display: none !important;
}
html.gve-lic-service li.gve-hidden-lic-service {
  display: none !important;
}
html.gve-lic-service .gve-visible-lic-service {
  display: block !important;
}
html.gve-lic-basic .gve-hidden-lic-basic {
  display: none !important;
}
html.gve-lic-basic li.gve-hidden-lic-basic {
  display: none !important;
}
html.gve-lic-basic .gve-visible-lic-basic {
  display: block !important;
}
html.gve-lic-expert .gve-hidden-lic-expert * {
  display: none !important;
}
html.gve-lic-expert li.gve-hidden-lic-expert {
  display: none !important;
}
html.gve-lic-expert .gve-visible-lic-expert {
  display: block !important;
}
html.gve-lic-standard .gve-hidden-lic-standard * {
  display: none !important;
}
html.gve-lic-standard li.gve-hidden-lic-standard {
  display: none !important;
}
html.gve-lic-standard .gve-visible-lic-standard {
  display: block !important;
}
html.gve-lic-essentials .gve-hidden-lic-essentials * {
  display: none !important;
}
html.gve-lic-essentials li.gve-hidden-lic-essentials {
  display: none !important;
}
html.gve-lic-essentials .gve-visible-lic-essentials {
  display: block !important;
}
html.gve-lic-premo-active .gve-hidden-lic-premo-active * {
  display: none !important;
}
html.gve-lic-premo-active .gve-visible-lic-premo-active {
  display: block !important;
}
html.gve-lic-premo-notlicensed .gve-hidden-lic-premo-notlicensed * {
  display: none !important;
}
html.gve-lic-premo-notlicensed li.gve-hidden-lic-premo-notlicensed {
  display: none !important;
}
html.gve-lic-premo-notlicensed .gve-visible-lic-premo-notlicensed {
  display: block !important;
}
html.gve-logged-in .gve-hidden-logged-in {
  display: none !important;
}
html.gve-logged-in .gve-visible-logged-in {
  display: block !important;
}
html.gve-logged-out .gve-hidden-logged-out {
  display: none !important;
}
html.gve-logged-out li.gve-hidden-logged-out {
  display: none !important;
}
html.gve-logged-out .gve-visible-logged-out {
  display: block !important;
}
html.gve-no-main-project .gve-hidden-no-main-project {
  display: none !important;
}
html.pasw-feature-alarm-system-web-qr-code .gve-hidden-pasw-feature-alarm-system-web-qr-code {
  display: none !important;
}
html.pasw-feature-alarm-system-web-qr-code .gve-visible-pasw-feature-alarm-system-web-qr-code {
  display: inline !important;
}
html.pasw-feature-time-management .gve-hidden-pasw-feature-time-management {
  display: none !important;
}
html.pasw-feature-time-management .gve-visible-pasw-feature-time-management {
  display: block !important;
}
html .gve-visible-pasw-feature-event-browser {
  display: block !important;
}
html.pasw-feature-alarm-list .gve-pasw-feature-alarm-list {
  display: block !important;
}
html.gve-logged-out .gve-pasw-feature-alarm-list {
  display: none !important;
}
html.pasw-feature-sankey-measurement .gve-hidden-pasw-feature-sankey-measurement {
  display: none !important;
}
html.pasw-feature-sankey-measurement .gve-visible-pasw-feature-sankey-measurement {
  display: table-row !important;
}
html.pasw-feature-sankey-measurement .gve-visible-pasw-feature-sankey-measurement-td-div {
  display: block !important;
}
html.pasw-feature-sankey-associated-value .gve-hidden-pasw-feature-sankey-associated-value {
  display: none !important;
}
html.pasw-feature-sankey-associated-value .gve-visible-pasw-feature-sankey-associated-value {
  display: table-row !important;
}
html.pasw-feature-sankey-losses .gve-hidden-pasw-feature-sankey-losses {
  display: none !important;
}
html.pasw-feature-sankey-losses .gve-visible-pasw-feature-sankey-losses {
  display: table-row !important;
}
html.pasw-feature-online-recorder .gve-hidden-pasw-feature-online-recorder {
  display: none !important;
}
html.pasw-feature-online-recorder .gve-visible-pasw-feature-online-recorder {
  display: block !important;
}
html.pasw-feature-project-config .gve-hidden-pasw-feature-project-config {
  display: none !important;
}
html.pasw-feature-project-config .gve-visible-pasw-feature-project-config {
  display: block !important;
}
html.pasw-feature-gema-expert-mode .gve-hidden-pasw-feature-gema-expert-mode {
  display: none !important;
}
html.pasw-feature-gema-expert-mode .gve-visible-pasw-feature-gema-expert-mode {
  display: table-row !important;
}
html.pasw-feature-device-web-configuration .gve-hidden-pasw-feature-device-web-configuration {
  display: none !important;
}
html.pasw-feature-device-web-configuration .gve-visible-pasw-feature-device-web-configuration {
  display: block !important;
}
html .gve-visible-pasw-feature-copy-template-to-dashboards {
  display: inline-block !important;
}
body {
  padding-top: 108px;
  padding-right: 0 !important;
  /* Margin bottom by footer height */
  margin-bottom: 58px !important;
  -webkit-print-color-adjust: exact;
  -ms-overflow-style: scrollbar !important;
}
body .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 58px;
  background-color: black !important;
  font-size: 10px;
  color: #fff !important;
  padding: 10px 0;
}
body .footer a {
  color: #fff !important;
}
body .footer .container-fluid {
  padding-left: 0px;
  padding-right: 25px;
}
/*
* Bootgrid should not display it info about "Showing X of Y of Z".
*/
.bootgrid-footer .infoBar {
  display: none;
}
.gve-icon-size {
  width: 25px;
  height: 25px;
}
.gve-icon-size-small {
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.gve-second-nav {
  min-height: 34px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10299;
  top: 59px;
  border-width: 0 0 0px;
  background-color: #b7b7b7 !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.gve-second-nav div {
  height: 34px;
}
.gve-second-nav .gve-carousel-control a {
  text-decoration: none;
}
.gve-second-nav .gve-carousel-control span {
  display: inline-block;
  height: 34px;
  padding: 7px;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
  cursor: pointer;
}
.gve-second-nav .gve-carousel-control span.gve-no-icon {
  padding: 7px;
}
.gve-second-nav #gve-second-nav-left {
  float: left;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background-color: #999999 !important;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 0 7px;
}
.gve-second-nav #gve-second-nav-left span {
  display: inline-block;
  height: 34px;
  padding: 7px;
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
}
.gve-second-nav #gve-second-nav-left span.gve-no-icon {
  padding: 7px;
}
.gve-second-nav #gve-second-nav-center {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
.gve-second-nav #gve-second-nav-center span {
  display: inline-block;
  padding: 7px;
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
}
.gve-second-nav #gve-second-nav-center span.gve-no-icon {
  padding: 7px;
}
.gve-second-nav #gve-second-nav-center li.active {
  background: #E2E2E2;
}
.gve-second-nav #gve-second-nav-right {
  float: right;
  min-width: 150px;
  text-align: right;
  padding: 0 7px;
  background-color: #999999 !important;
  border-left: 1px solid #fff;
}
.gve-second-nav #gve-second-nav-right span.gve-icon {
  cursor: pointer;
  display: inline-block;
  height: 34px;
  padding: 7px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 25px;
}
.gve-second-nav #gve-second-nav-right a {
  text-decoration: none !important;
}
.gve-second-nav #gve-second-nav-right input.form-control {
  margin-top: 3px;
  height: 28px;
}
.gve-second-nav #gve-second-nav-right span.glyphicon-search {
  margin-top: -3px;
  height: 28px;
}
.gve-table {
  background: white;
  border-spacing: 1px;
  border-collapse: separate;
}
.gve-table td.gve-column {
  width: 50%;
  background-color: #B7B7B7;
}
.gve-table td {
  background-color: #E2E2E2;
}
.gve-table td input {
  width: 100%;
}
form.gve-form-dark .control-label {
  background-color: #37393b;
}
.gve-user-background-normal {
  background-image: url(cdcba740a49b2e999a2c3fd9d7a6b05e.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.gve-user-background-normal-white {
  background-image: url(77235449d3c832d1b1dd5f2209d32f2a.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.gve-user-background-admin {
  background-image: url(63200daca6fa801ab2f9d4c60f887302.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.gve-user-background-view {
  background-image: url(777b046d9f823e7ac996dfd1f27de846.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
#gve-security-info {
  text-align: center;
  width: 190px;
}
#gve-security-info .gve-user {
  padding-left: 25px;
  background-image: url(cdcba740a49b2e999a2c3fd9d7a6b05e.svg);
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 18px 18px;
}
#gve-security-info .gve-credentials {
  color: #fff !important;
  padding: 5px 25px 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#gve-security-info .gve-credentials .gve-logout {
  font-size: 13px;
  font-weight: bold;
  color: #fff !important;
}
#gve-security-info .gve-credentials .gve-user-admin {
  font-size: 12px;
  padding-left: 16px;
  background-image: url(63200daca6fa801ab2f9d4c60f887302.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-size: 16px 16px;
}
#gve-security-info .gve-credentials .gve-user-normal {
  font-size: 12px;
  padding-left: 16px;
  background-image: url(77235449d3c832d1b1dd5f2209d32f2a.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-size: 16px 16px;
}
#gve-security-info .gve-credentials .gve-user-view {
  font-size: 12px;
  padding-left: 16px;
  background-image: url(777b046d9f823e7ac996dfd1f27de846.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-size: 16px 16px;
}
iframe#gve-target-iframe {
  width: 100%;
  border: none;
  overflow-y: hidden;
}
.gve-center {
  text-align: center;
}
.gve-right {
  text-align: right;
}
.gve-bold {
  font-weight: bold;
}
.gve-collapse-header {
  border-top: 3px solid #276a89 !important;
  background: #000;
  min-height: 39px;
  color: #fff;
  font-weight: bold;
}
.gve-collapse-header .pull-right {
  padding: 9px;
}
.gve-collapse-header a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
}
.gve-collapse-header a span.border {
  display: inline-block;
  background-color: #276a89;
  min-height: 39px;
  padding: 9px;
  margin-right: 5px;
}
.gve-collapse-header a:not(.collapsed) span.caret {
  border-top: 4px solid;
  background-color: #276a89;
  padding: 0;
  margin: 0;
}
.gve-collapse-header a.collapsed span.caret {
  margin-left: 2px !important;
  margin-right: 2px !important;
  border-left: 4px dashed;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: none;
}
.panel-collapse .gve-headed-table {
  padding-left: 25px;
}
.gve-modal-alert-dialog-layer {
  z-index: 99999;
}
.gve-modal-alert-dialog {
  width: 90%;
  left: 5%;
  bottom: 30px;
  position: absolute;
}
.gve-modal-alert-dialog .modal-content {
  background-color: #b40000 !important;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
}
.gve-modal-alert-dialog .modal-content span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px 32px;
  background-image: url(8a712387df06ab1fc9cccd07d0a77d2a.svg);
  padding: 5px 0 5px 64px;
}
.gve-modal-alert-dialog .modal-content span a {
  color: #fff !important;
  margin-left: 60px;
  text-transform: uppercase;
}
.gve-btn-file {
  position: relative;
  overflow: hidden;
}
.gve-btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
@media print {
  .gve-collapse-header {
    border-top: 3px solid #276a89 !important;
    background: #000 !important;
    min-height: 39px;
    color: #fff !important;
    font-weight: bold;
    -webkit-print-color-adjust: exact;
  }
  .gve-collapse-header a span.border {
    background-color: #276a89 !important;
  }
  .gve-collapse-header a:not(.collapsed) span.caret {
    background-color: #276a89 !important;
  }
  .gve-table td.gve-column {
    background-color: #B7B7B7 !important;
  }
  .gve-table td {
    background-color: #E2E2E2 !important;
  }
  form.gve-form-dark .control-label {
    background-color: #37393b !important;
  }
}
@media print {
  body {
    background-color: transparent !important;
  }
  *,
  *:before,
  *:after {
    color: inherit !important;
    background: initial !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
}
.gve-help-button-background {
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.gve-help-button-size {
  height: 27px;
  width: 27px;
}
.gve-help-button-size:hover {
  color: #276a89;
}
.gve-slider {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  margin: 2px 0;
  /* RADIO & CHECKBOX STYLES */
  /* CHECKBOX */
}
.gve-slider > input {
  /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}
.gve-slider > i {
  /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 11px;
  border-radius: 10px;
  transition: 0.4s;
  border: 1px solid gray;
  background: #fff;
  margin-top: -2px;
}
.gve-slider > input:checked + i {
  /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 1px #fff;
  background: rgba(39, 106, 137, 0.2);
}
.gve-slider > input:disabled + i {
  cursor: not-allowed;
}
.gve-slider > input + i:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin: -5px 0px 0px -1px;
  border-radius: 10px;
  transition: inherit;
  background: #fff;
  box-shadow: inset 0 0 0 1px gray;
}
.gve-slider > input:checked + i:after {
  /* (RADIO CHECKED) <i> STYLE */
  margin-left: 14px;
  background: #276a89;
  box-shadow: inset 0 0 0 1px #276a89;
}
.gve-slider > input:disabled + i {
  background: #bbb;
  box-shadow: inset 0 0 0 1px #888;
}
.gve-slider > input:disabled:checked + i {
  background: #bbb;
  box-shadow: inset 0 0 0 1px #888;
}
.gve-slider > input:disabled + i:after {
  background: #bbb;
  box-shadow: inset 0 0 0 1px #888;
}
.gve-slider > input:disabled:checked + i:after {
  background: #bbb;
  box-shadow: inset 0 0 0 1px #888;
}
.gve-radio {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  margin-bottom: 0px;
  /* RADIO & CHECKBOX STYLES */
}
.gve-radio > input {
  /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}
.gve-radio > i {
  /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  transition: 0.4s;
  border: 1px solid gray;
  background: #fff;
  margin-top: -2px;
}
.gve-radio:hover > i {
  /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 4px #fff;
  background: #bbb;
}
.gve-radio > input:checked + i {
  /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 4px #fff;
  background: #276a89;
  border-color: #276a89;
}
.gve-radio > input:disabled + i {
  cursor: not-allowed;
}
.gve-radio > input:disabled + i {
  border-color: #888;
  background: #bbb;
  box-shadow: inset 0 0 0 4px #bbb;
}
.gve-radio > input:disabled:checked + i {
  background: #888;
  border-color: #888;
  box-shadow: inset 0 0 0 4px #bbb;
}
.owl-carousel .owl-wrapper-outer {
  position: absolute !important;
}
.owl-controls {
  display: none !important;
}
.gve-carousel-dropdown {
  position: absolute;
  right: 0;
  top: 35px;
}
#fave-dropdown-list {
  list-style-type: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  padding-left: 0px;
}
.gve-carousel-dropdown li {
  background-color: #B7B7B7 !important;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.gve-carousel-dropdown li.active {
  background-color: #E2E2E2 !important;
}
.owl-item {
  text-align: center;
  float: left;
}
.gve-iframe-linkprovider {
  height: 99vh;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.gve-iframe-linkprovider.full {
  padding-top: 60px;
  margin-top: -60px;
  padding-bottom: 35px;
  margin-bottom: -35px;
}
.gve-iframe-linkprovider.subheader {
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 35px;
  margin-bottom: -35px;
}
/*!
 *  Font Awesome 4.3.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(f7c2b4b747b1a225eb8dee034134a1b0.eot);src:url(f7c2b4b747b1a225eb8dee034134a1b0.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(97493d3f11c0a3bd5cbd959f5d19b699.woff2) format('woff2'),url(d9ee23d59d0e0e727b51368b458a0bff.woff) format('woff'),url(706450d7bba6374ca02fe167d86685cb.ttf) format('truetype'),url(2980083682e94d33a66eef2e7d612519.svg#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;transform:translate(0, 0)}.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:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-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:#fff}.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-f:before,.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,.fa-gratipay: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-genderless:before,.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-buysellads:before{content:"\F20D"}.fa-connectdevelop:before{content:"\F20E"}.fa-dashcube:before{content:"\F210"}.fa-forumbee:before{content:"\F211"}.fa-leanpub:before{content:"\F212"}.fa-sellsy:before{content:"\F213"}.fa-shirtsinbulk:before{content:"\F214"}.fa-simplybuilt:before{content:"\F215"}.fa-skyatlas:before{content:"\F216"}.fa-cart-plus:before{content:"\F217"}.fa-cart-arrow-down:before{content:"\F218"}.fa-diamond:before{content:"\F219"}.fa-ship:before{content:"\F21A"}.fa-user-secret:before{content:"\F21B"}.fa-motorcycle:before{content:"\F21C"}.fa-street-view:before{content:"\F21D"}.fa-heartbeat:before{content:"\F21E"}.fa-venus:before{content:"\F221"}.fa-mars:before{content:"\F222"}.fa-mercury:before{content:"\F223"}.fa-transgender:before{content:"\F224"}.fa-transgender-alt:before{content:"\F225"}.fa-venus-double:before{content:"\F226"}.fa-mars-double:before{content:"\F227"}.fa-venus-mars:before{content:"\F228"}.fa-mars-stroke:before{content:"\F229"}.fa-mars-stroke-v:before{content:"\F22A"}.fa-mars-stroke-h:before{content:"\F22B"}.fa-neuter:before{content:"\F22C"}.fa-facebook-official:before{content:"\F230"}.fa-pinterest-p:before{content:"\F231"}.fa-whatsapp:before{content:"\F232"}.fa-server:before{content:"\F233"}.fa-user-plus:before{content:"\F234"}.fa-user-times:before{content:"\F235"}.fa-hotel:before,.fa-bed:before{content:"\F236"}.fa-viacoin:before{content:"\F237"}.fa-train:before{content:"\F238"}.fa-subway:before{content:"\F239"}.fa-medium:before{content:"\F23A"}@media print {
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  background: white url(8b55a822e72b8fd5e2ee069236f2d797.png) no-repeat 100% -20px;
  background: url(8b55a822e72b8fd5e2ee069236f2d797.png) no-repeat 100% -20px;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #276a89;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 106, 137, 0.6);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open {
  border-color: #276a89;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 106, 137, 0.6);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #eeeeee;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #276a89;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border-color: #276a89;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(39, 106, 137, 0.6);
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #B7B7B7;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-dropdown {
  z-index: 999999999!important;
}
@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url(d92614daa93b6a308c74465b3b5e5040.woff2) format('woff2'),
         url(d577e2c5c6915fcefb0de4037f092e83.woff) format('woff'),
         url(c867d05d4ff064b1563c57f6a800db61.otf) format('opentype'),
         url(8d0c3b1ca9f922ff1809c1ef429910d1.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    src: url(82097c26863b6f5a2ed9d4679e2a0e5a.woff2) format('woff2'),
         url(9b9d35be0ea84faee13c0b4f8d1e6af2.woff) format('woff'),
         url(d6648c78d38c357e5c81c8e0a6d0aa0c.otf) format('opentype'),
         url(5f6c950a5d5fee9299eb0fcb9d2adb0f.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url(7db69e930fff9eba1e8eb6fdd41c826e.woff2) format('woff2'),
         url(cd6456a86c3b012a26c5afe1353a3b55.woff) format('woff'),
         url(420d839a0ccfb6a040d3a5c6af03c5aa.otf) format('opentype'),
         url(e7daa4ab63e5209eedac1adcb98a7fed.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    src: url(9b26dad30000c8cdd7818a7bd699cdeb.woff2) format('woff2'),
         url(ed22e01b074d6e061077a1acac00a859.woff) format('woff'),
         url(0b4be0f981068bdd05dd1c7b5933ef2d.otf) format('opentype'),
         url(cf7fa055e48899b14f9fbb9d060e8ad8.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url(8bb5b88b2b1b019e3b97b513b2226f3e.woff2) format('woff2'),
         url(344f4c8d29dfd487ee38394adb229760.woff) format('woff'),
         url(da547242c12b7cfc5f4a4e3c428b9d76.otf) format('opentype'),
         url(906ba80ac81b0bb01b7b2fda686c785d.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url(7ee03da8add1610f0a9cb55f7047dbb0.woff2) format('woff2'),
         url(5f31e7ec6f0c0325ab0e5e569d2418e3.woff) format('woff'),
         url(ad486cdf84121217b2b4cac5b8fc7816.otf) format('opentype'),
         url(6c362e00c9a0cd2688c041229cb6446b.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url(b13c669d61ec35a7682a892456c8d4e9.woff2) format('woff2'),
         url(90cd49254f172e2e99411daf0d574d5f.woff) format('woff'),
         url(d22df054702cecfc67356e5dd407022f.otf) format('opentype'),
         url(e8db8af2e317210f62cc1dd6527be550.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    src: url(c474abd9b02d9299a7944d97270357d1.woff2) format('woff2'),
         url(b27999d81e79da7b61cbab774097d279.woff) format('woff'),
         url(6de08aa7bf926c26b341cc64cf0f45bd.otf) format('opentype'),
         url(41995df845594d6387bb237b512e8c0e.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url(07a207178039f72a957df5e77b061b37.woff2) format('woff2'),
         url(ac261598a5964b71c9eaa3fe76356b4e.woff) format('woff'),
         url(b23705a4082d8c84d2533a37e9fb0811.otf) format('opentype'),
         url(cd9e6b790a20bbaf25ec0027060f6c3c.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    src: url(433da739918f1fbd0ff8c83e10116698.woff2) format('woff2'),
         url(b81c2d8b4d22ffa9b6ab1dc52843f40d.woff) format('woff'),
         url(07ceebf1dec81bf92b226c6d806c21fb.otf) format('opentype'),
         url(7e401b3e06e481d0314c9bd1a93c9b9b.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url(1ec93fb0f9636c560e2185567ab4dccf.woff2) format('woff2'),
         url(2c99d731f47d20365f2358feb26a2a6c.woff) format('woff'),
         url(0ef9ee9f7ae99dcdff63ec103389be32.otf) format('opentype'),
         url(4a31d5fa14f4c251809e7bcd6f954aea.ttf) format('truetype');
}

@font-face{
    font-family: 'Source Sans Pro';
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    src: url(400e7325d7cc18264f6bce3b11e0eda6.woff2) format('woff2'),
         url(9330ab0d245f7b6e97f9e9fd6a60b179.woff) format('woff'),
         url(0bf3a60fecf77ce612a02da05a9efb7d.otf) format('opentype'),
         url(88c36b15c9d9d17f94cfc16347fa1457.ttf) format('truetype');
}
._base_kscgh_2{display:inline-flex;gap:8px;align-items:center;justify-content:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;font-size:14px;font-weight:600}._base_kscgh_2::-moz-focus-inner{border:none}._base_kscgh_2:active{filter:brightness(90%)}._base_kscgh_2:disabled{filter:none;outline:none;cursor:default}._base_kscgh_2:hover{transition:.25s}._S_kscgh_29,._s_kscgh_29{height:24px}._S_kscgh_29._round_kscgh_32,._s_kscgh_29._round_kscgh_32{min-width:24px;padding:0 6px}._M_kscgh_37,._m_kscgh_37{height:32px}._M_kscgh_37._round_kscgh_32,._m_kscgh_37._round_kscgh_32{min-width:32px;padding:0 8px}._L_kscgh_45,._l_kscgh_45{height:40px}._L_kscgh_45._round_kscgh_32,._l_kscgh_45._round_kscgh_32{min-width:40px;padding:0 10px}._round_kscgh_32{border-radius:9999px!important}._button_kscgh_57{border:none;border-radius:2px;box-sizing:border-box;min-width:60px;padding:0 16px;user-select:none;white-space:nowrap}._button_kscgh_57._primary_kscgh_66{background:#4574a7;border:1px solid #4574A7;color:#fff}._button_kscgh_57._primary_kscgh_66:hover{background:#3e6795}._button_kscgh_57._primary_kscgh_66:disabled{background:#a2b9d3;border-color:#a2b9d3}._button_kscgh_57._primary_kscgh_66:focus{outline:none;box-shadow:0 0 0 3px #a2b9d3}._button_kscgh_57._secondary_kscgh_82{color:#233a54;background:#fff;border:1px solid #A2B9D3}._button_kscgh_57._secondary_kscgh_82:hover{background:#dae3ed}._button_kscgh_57._secondary_kscgh_82:disabled{color:#919ca9;background:#fff}._button_kscgh_57._secondary_kscgh_82:focus{outline:none;box-shadow:0 0 0 3px #a2b9d3}._button_kscgh_57._danger_kscgh_98{color:#fff;background:#db3a34;border:1px solid #DB3A34}._button_kscgh_57._danger_kscgh_98:hover{background:#d12b25}._button_kscgh_57._danger_kscgh_98:disabled{background:#ed9c99;border-color:#ed9c99}._button_kscgh_57._danger_kscgh_98:focus{outline:none;box-shadow:0 0 0 3px #ed9c99}._button_kscgh_57._danger-secondary_kscgh_114{color:#db3a34;background:#fff;border:1px solid #DB3A34}._button_kscgh_57._danger-secondary_kscgh_114:hover{background:#f8d8d6}._button_kscgh_57._danger-secondary_kscgh_114:disabled{border-color:#ed9c99;color:#ed9c99;background:#fff}._button_kscgh_57._danger-secondary_kscgh_114:focus{outline:none;box-shadow:0 0 0 3px #ed9c99}._link_kscgh_132{text-decoration:underline;padding:0 16px;min-width:0;background:transparent}._link_kscgh_132._primary_kscgh_66{border:1px solid transparent;color:#4574a7}._link_kscgh_132._primary_kscgh_66:hover{background:#f2f2f2}._link_kscgh_132._primary_kscgh_66:disabled{border-color:transparent;color:#a2b9d3}._link_kscgh_132._danger_kscgh_98{color:#db3a34;border:1px solid transparent}._link_kscgh_132._danger_kscgh_98:hover{background:#f2f2f2}._link_kscgh_132._danger_kscgh_98:disabled{border-color:transparent;color:#ed9c99}._text_kscgh_161{border:none;padding:0 16px;min-width:0;background:transparent}._text_kscgh_161._primary_kscgh_66{border:1px solid transparent;color:#4574a7}._text_kscgh_161._primary_kscgh_66:hover{background:#f2f2f2}._text_kscgh_161._primary_kscgh_66:disabled{border-color:transparent;color:#a2b9d3}._text_kscgh_161._danger_kscgh_98{color:#db3a34}._text_kscgh_161._danger_kscgh_98:hover{background:#f2f2f2}._text_kscgh_161._danger_kscgh_98:disabled{border-color:transparent;color:#ed9c99}._header_vqef2_1{display:flex;justify-content:space-between;flex-wrap:wrap;line-height:40px;background:#fff;border:solid #D3D8DD 1px;font-size:24px;color:#768992;font-weight:300;padding:0 8px}._headerRight_vqef2_14{margin:0 8px}._path_vqef2_18{display:inline-block}._path_vqef2_18 a{margin:0 4px;padding:0 4px;color:inherit;font-weight:inherit;text-decoration:none;user-select:none;cursor:pointer}._path_vqef2_18 a:hover{background:#dae3ed;border-radius:8px}._pathSeparator_vqef2_35{font-size:20px}._title_vqef2_39{display:inline-block;margin:0 8px}._screen_16kp4_1{height:100%;overflow:auto;background-image:linear-gradient(45deg,#0000 25%,#dae3ed 25% 50%,#0000 50% 75%,#dae3ed 75%);background-size:11px 11px}._window_16kp4_12{position:relative;margin:auto;left:0;right:0;top:50%;transform:translateY(-50%);max-width:600px;font-size:20px;font-weight:700;text-align:center;color:#db3a34}._window_16kp4_12 details{padding:8px;margin-top:12px;text-align:left;font-size:14px;color:#657587;white-space:pre-wrap}._spinner_1r3kq_1{display:inline-block;width:40px;height:40px}._fragments_1r3kq_7{position:relative}._fragments_1r3kq_7>div{box-sizing:border-box;display:block;position:absolute;width:40px;height:40px;border-style:solid;border-width:3px;border-radius:50%;border-color:#233A54 transparent transparent transparent;animation:_anim_1r3kq_1 1.8s cubic-bezier(.5,0,.5,1) infinite}._fragments_1r3kq_7>div:nth-child(1){animation-delay:-.45s}._fragments_1r3kq_7>div:nth-child(2){animation-delay:-.3s}._fragments_1r3kq_7>div:nth-child(3){animation-delay:-.15s}@keyframes _anim_1r3kq_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._closeButton_o924o_1{height:24px;width:24px;display:flex;justify-content:center;align-content:center;color:#233a54;background:#c7d5e4;border-radius:50%;border:none;outline:none;padding:5px;cursor:pointer}._closeButton_o924o_1::-moz-focus-inner{border:none}._closeButton_o924o_1:hover{background:#6a90b9;color:#fff;transition-duration:.15s}._closeButton_o924o_1 ._icon_o924o_23{font-size:14px}._content_1i95s_1{height:calc(100% - 116px);overflow:auto}._content_1i95s_1._isFooterHidden_1i95s_5{height:calc(100% - 58px)}._content_1i95s_1._isHeaderHidden_1i95s_8._isFooterHidden_1i95s_5{height:100%}._footer_7lsf8_1{z-index:10200;position:relative;display:flex;box-sizing:border-box;height:58px;background:#000;color:#fff;font-size:12px;user-select:none}._footer_7lsf8_1 a{color:#fafafa}._section_7lsf8_16{display:flex;align-items:center;flex-grow:1;flex-basis:0;white-space:nowrap}._section_7lsf8_16._center_7lsf8_23{justify-content:center}._section_7lsf8_16._right_7lsf8_26{justify-content:flex-end}._section_7lsf8_16 ._element_7lsf8_29{margin:0 24px}._section_7lsf8_16 ._element_7lsf8_29 div{text-align:right;line-height:24px}._header_2fwl0_1{z-index:10200;position:relative;display:flex;box-sizing:border-box;height:58px;background:#000;color:#fafafa;border-top:4px solid #276A89;user-select:none}._section_2fwl0_13{display:flex;align-items:center;flex-grow:1;flex-basis:0}._section_2fwl0_13._left_2fwl0_19{justify-content:flex-start}._section_2fwl0_13._right_2fwl0_22{justify-content:flex-end}._element_2fwl0_26._navbar_2fwl0_26{margin:0}._element_2fwl0_26._languageSelector_2fwl0_30{margin:0 24px}._element_2fwl0_26._logo_2fwl0_34{margin:0 5px}._element_2fwl0_26._userpanel_2fwl0_38{margin:0 65px}@media print{._header_2fwl0_1{display:none}}@media screen and (max-width: 1100px){._header_2fwl0_1._isLoggedIn_2fwl0_48 ._element_2fwl0_26._logo_2fwl0_34{display:none}}@media screen and (max-width: 800px){._header_2fwl0_1 ._element_2fwl0_26._logo_2fwl0_34{display:none}}._languageSelector_1rkg0_1{white-space:nowrap}._languageSelector_1rkg0_1>*{display:inline-block;vertical-align:middle}._languageSelector_1rkg0_1 ._icon_1rkg0_8{width:40px;height:40px;margin-right:10px;background-size:100%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20width='1024px'%20height='1024px'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20fill-rule='nonzero'%20clip-rule='evenodd'%20viewBox='0%200%2010240%2010240'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3euser_message%20icon%3c/title%3e%3cdesc%3euser_message%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve2'%20fill='%23FFFFFF'%20d='M9600%208596c0,720%20-1728,1004%20-2880,1004%20-1152,0%20-2880,-284%20-2880,-1003%200,-1551%20517,-1910%201476,-2616%20403,265%20885,419%201404,419%20519,0%201001,-154%201404,-419%20961,706%201476,1064%201476,2615z'/%3e%3cpath%20id='curve1'%20fill='%23FFFFFF'%20d='M6720%201600c1237,0%202240,1003%202240,2240%200,1237%20-1003,2240%20-2240,2240%20-1237,0%20-2240,-1003%20-2240,-2240%200,-1237%201003,-2240%202240,-2240z'/%3e%3cpath%20id='curve0'%20fill='%23FFFFFF'%20d='M3360%20640c-1502,0%20-2720,957%20-2720,2137%200,553%20267,1057%20706,1436%2065,57%20105,123%20124,207%20194,846%20902,1466%201890,1466%20-129,-129%20-215,-289%20-273,-462%20-40,-121%20-22,-242%2051,-346%2073,-104%20181,-162%20309,-165%20312,-7%20611,-57%20888,-140%20-77,-198%20-130,-408%20-157,-626%20-251,79%20-510,121%20-747,126%20-330,9%20-627,167%20-816,437%20-53,75%20-95,155%20-125,238%20-192,-163%20-332,-390%20-396,-670%20-49,-217%20-161,-403%20-329,-549%20-282,-243%20-485,-572%20-485,-952%200,-107%2016,-212%2047,-314%20248,-810%201261,-1183%202033,-1183%20564,0%201257,199%201686,623%20163,-141%20343,-261%20537,-357%20-492,-548%20-1304,-906%20-2223,-906z'/%3e%3c/svg%3e")}._languageSelector_1rkg0_1 select{border-radius:5px;color:#000;background:#fff;padding:5px;min-width:100px}._logo_1m2dv_1{width:390px;height:54px;background-size:100%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Ebene_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20771.9%20126.4'%20style='enable-background:new%200%200%20771.9%20126.4;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20.st1{fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M466.2,49.6c5.2,0,8.9,2.4,11.2,4.8l-3.7,4.2c-1.9-1.8-4-3.1-7.5-3.1c-6.7,0-11.2,5.2-11.2,13.7%20c0,8.6,4,13.8,11.6,13.8c2.1,0,4.2-0.6,5.4-1.7v-8.1h-7.1v-5.5H478v16.6c-2.6,2.4-7,4.5-12.2,4.5c-10,0-17.6-6.9-17.6-19.4%20C448.2,57,456,49.6,466.2,49.6z'/%3e%3cpath%20class='st0'%20d='M506.7,88l-8.1-14.8h-5.7V88h-6.7V50.3h12.7c7.8,0,13.9,2.8,13.9,11.2c0,5.8-3,9.2-7.6,10.8l9,15.7H506.7z%20M492.9,68h5.3c5.2,0,8-2.2,8-6.5c0-4.3-2.8-5.8-8-5.8h-5.3V68z'/%3e%3cpath%20class='st0'%20d='M520.6,50.3h6.7V88h-6.7V50.3z'/%3e%3cpath%20class='st0'%20d='M536.7,50.3h10c11.5,0,18.4,6.2,18.4,18.7c0,12.5-6.9,19-18,19h-10.4V50.3z%20M546.2,82.6c7.6,0,12-4.3,12-13.6%20c0-9.2-4.4-13.3-12-13.3h-2.9v26.9H546.2z'/%3e%3cpath%20class='st0'%20d='M567,50.3h7.1l5.3,19c1.2,4.3,2,8,3.3,12.3h0.2c1.3-4.3,2.1-8,3.3-12.3l5.2-19h6.8L586.6,88h-8L567,50.3z'/%3e%3cpath%20class='st0'%20d='M602.7,50.3h6.7V88h-6.7V50.3z'/%3e%3cpath%20class='st0'%20d='M620.1,78.6c2.7,2.5,6.3,4.3,9.9,4.3c4.2,0,6.6-1.9,6.6-4.8c0-3.1-2.4-4.1-5.9-5.5l-5.1-2.2%20c-3.7-1.6-7.6-4.5-7.6-10c0-6,5.3-10.6,12.6-10.6c4.4,0,8.7,1.8,11.6,4.8l-3.5,4.3c-2.4-2-5-3.2-8.2-3.2c-3.6,0-5.9,1.7-5.9,4.4%20c0,2.9,2.9,4,6,5.3l5.1,2.1c4.5,1.9,7.6,4.7,7.6,10.2c0,6.1-5.1,11.2-13.6,11.2c-5.1,0-10-2-13.6-5.5L620.1,78.6z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M75.7,69.8l6.7-38H66.9L60,70.5c-0.4,2.5-1,4.1-2,5.3c-1.4,1.4-3.6,1.9-7.9,1.9c-4.2,0-6.1-0.6-6.8-2%20c-0.6-1.2-0.4-3.2,0.1-6l0.4-2H28.7l-1,5.4c-2.4,13.7,7.2,15,21.1,15C64.6,88.1,73,84.9,75.7,69.8L75.7,69.8z'/%3e%3cpath%20class='st1'%20d='M135.2,87.7l4.4-24.8c1.2-6.7,0.3-10.3-2.6-12.7c-3.7-3.3-10.7-3.5-19.3-3.5c-11.8,0-23.9,1-25.8,12l-0.2,1.3%20h15.8l0.2-0.9c0.3-1.6,0.8-2.7,1.7-3.3c1.4-0.9,3.5-1.1,5.7-1.1h2.5c4,0,5.5,0.4,6.4,1.4c0.7,0.8,0.6,2.3,0.1,5.4l-0.4,2.3%20c-2.4-0.5-8-1-12.3-1c-10.8,0-22.7,0.7-24.8,12.4c-0.9,5-0.1,7.8,2.4,9.9c3.1,2.7,8.8,3.3,12.6,3.3c5.4,0,13.9-1.5,19-3.8l-0.3,3%20H135.2L135.2,87.7z%20M121.2,77.9c-2.3,1-7.5,2-11.2,2c-3.9,0-5.4-0.5-6.4-1.6c-0.7-0.8-0.8-1.9-0.6-3.3c0.6-3.6,2.7-5,9.9-5%20c2.6,0,6.7,0.3,9.5,0.6L121.2,77.9L121.2,77.9z'/%3e%3cpath%20class='st0'%20d='M197.8,87.7l4.1-23.5C203,58.1,203,54,200.8,51c-2.2-2.9-6.5-4.3-12.3-4.3c-5.8,0-13.4,1.9-18.3,4.4l0.2-3.6%20h-14.6l-7.1,40.2h15.7l5.2-29.3c2.5-0.9,7.7-1.9,10.5-1.9c2.9,0,4.8,0.5,5.7,1.6c1,1.1,1.1,2.8,0.5,5.8l-4.2,23.9H197.8%20L197.8,87.7z'/%3e%3cpath%20class='st1'%20d='M235.4,41.1l2-11.1h-15.7l-2,11.1H235.4L235.4,41.1z%20M227.2,87.7l7.1-40.2h-15.7l-7.1,40.2H227.2L227.2,87.7z%20'/%3e%3cpath%20class='st0'%20d='M282.4,75.6l0.4-2h-14.6l-0.5,2.6c-0.5,2.6-1.4,3.4-4.9,3.4h-1c-2.9,0-3.6-0.9-3.1-4l3.5-20h19.5l1.4-8.1%20h-19.5l1.8-10.4l-16.1,2.6l-1.4,7.8h-6.5l-1.4,8.1h6.5l-3.3,18.7c-1,5.5-0.5,8.9,1.5,11c2.6,2.7,7.5,3.2,15.1,3.2%20C269.6,88.4,280.4,87,282.4,75.6L282.4,75.6z'/%3e%3cpolygon%20class='st0'%20points='327.7,87.7%20329.4,78%20306.1,78%20331.7,57%20333.3,47.5%20294.2,47.5%20292.5,57.1%20313.2,57.1%20287.6,78%20285.9,87.7%20327.7,87.7%20'/%3e%3cpath%20class='st1'%20d='M386.1,87.7l4.4-24.8c1.2-6.7,0.3-10.3-2.6-12.7c-3.7-3.3-10.7-3.5-19.3-3.5c-11.8,0-23.9,1-25.8,12l-0.2,1.3%20h15.8l0.2-0.9c0.3-1.6,0.8-2.7,1.7-3.3c1.4-0.9,3.5-1.1,5.8-1.1h2.5c4,0,5.5,0.4,6.4,1.4c0.7,0.8,0.6,2.3,0.1,5.4l-0.4,2.3%20c-2.4-0.5-8-1-12.2-1c-10.8,0-22.7,0.7-24.8,12.4c-0.9,5-0.1,7.8,2.4,9.9c3.1,2.7,8.8,3.3,12.6,3.3c5.4,0,13.9-1.5,19.1-3.8%20l-0.3,3H386.1L386.1,87.7z%20M372.2,77.9c-2.3,1-7.5,2-11.2,2c-3.9,0-5.4-0.5-6.4-1.6c-0.7-0.8-0.8-1.9-0.6-3.3c0.6-3.6,2.7-5,9.9-5%20c2.6,0,6.7,0.3,9.5,0.6L372.2,77.9L372.2,77.9z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M402.3,53.4c-5.3,0-9.6-4.1-9.6-9.6c0-5.4,4.3-9.6,9.6-9.6c5.3,0,9.6,4.2,9.6,9.6%20C411.9,49.3,407.6,53.4,402.3,53.4z%20M402.3,36.2c-4.2,0-7.4,3.5-7.4,7.6c0,4.1,3.2,7.6,7.4,7.6c4.2,0,7.4-3.5,7.4-7.6%20C409.7,39.7,406.6,36.2,402.3,36.2z%20M404.7,48.8c0,0-0.2-1.1-0.3-1.9c-0.1-0.5-0.2-1.8-0.6-2.2c-0.3-0.3-0.8-0.4-1.4-0.4h-1.7v4.4%20h-1.9V38.6h3.9c1.7,0,3.7,0.5,3.7,2.7c0,1-0.6,1.9-1.5,2.3c0.8,0.4,1,1.1,1.1,2c0.2,1.1,0.4,2.2,0.6,3.2H404.7z%20M402.8,40.3h-2.1%20v2.6h2c1.4,0,1.7-0.6,1.7-1.3C404.5,40.9,404.2,40.3,402.8,40.3z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M735.8,76.9c-0.9,0-1.7,0.3-2.3,1l-3.5,4.7l-7.1-16.7c-1-2.3-4.3-2.3-5.2,0.1l-5.9,15.2l-8.7-38.4%20c-0.7-3-5-2.9-5.5,0.2l-7.5,45.9l-7.4-29.4c-0.7-2.7-4.5-2.9-5.4-0.2l-6.6,20.4l-4.6-10.3c-0.9-2-3.6-2.3-4.8-0.5l-9,11.4%20c-2.6,3.3-4.4,5.7-6.8,7.7h6.6c0.9,0,1.8-0.4,2.3-1.1l8.6-10.8l5.6,12.6c1.1,2.3,4.5,2.2,5.2-0.3l5.8-18.1l8.3,33.1%20c0.7,3,5,2.8,5.5-0.2l7.3-45l7.5,33.2c0.6,2.7,4.4,3,5.4,0.4l6.8-17.3l6.4,14.9c0.9,2,3.6,2.1,4.9,0.4l5.5-7.7h18.2v-5H735.8z'/%3e%3c/g%3e%3c/svg%3e")}._logo_1m2dv_1._preview_1m2dv_8{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Ebene_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='149%20-39.4%20771.9%20126.4'%20style='enable-background:new%20149%20-39.4%20771.9%20126.4;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20.st1{fill:%23B40000;}%20.st2{enable-background:new%20;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M578.5,13.5c4.4,0,7.3,1.9,9.2,3.9l-3.1,3.4c-1.6-1.5-3.2-2.6-6.1-2.6c-5.5,0-9.2,4.2-9.2,11.1%20c0,7.1,3.2,11.3,9.5,11.3c1.8,0,3.4-0.5,4.4-1.3v-6.6h-5.8v-4.5h10.7v13.6c-2.1,1.9-5.8,3.7-10,3.7c-8.2,0-14.4-5.7-14.4-15.8%20C563.8,19.5,570.3,13.5,578.5,13.5z'/%3e%3cpath%20class='st0'%20d='M611.8,45l-6.6-12.1h-4.7V45H595V14.2h10.3c6.5,0,11.3,2.3,11.3,9.2c0,4.7-2.4,7.6-6.1,8.9l7.4,12.9h-6.1V45z%20M600.4,28.5h4.4c4.2,0,6.5-1.8,6.5-5.3s-2.3-4.8-6.5-4.8h-4.4V28.5z'/%3e%3cpath%20class='st0'%20d='M623.1,14.2h5.5V45h-5.5V14.2z'/%3e%3cpath%20class='st0'%20d='M636.2,14.2h8.2c9.4,0,15,5.2,15,15.3S653.8,45,644.8,45h-8.6V14.2z%20M644.1,40.5c6.3,0,9.9-3.6,9.9-11.1%20s-3.6-10.8-9.9-10.8h-2.4v22C641.7,40.5,644.1,40.5,644.1,40.5z'/%3e%3cpath%20class='st0'%20d='M661.1,14.2h5.8l4.4,15.5c1,3.6,1.6,6.5,2.7,10h0.2c1-3.6,1.8-6.6,2.7-10l4.4-15.5h5.5L677.1,45h-6.5%20L661.1,14.2z'/%3e%3cpath%20class='st0'%20d='M690.3,14.2h5.5V45h-5.5V14.2z'/%3e%3cpath%20class='st0'%20d='M704.5,37.3c2.3,2.1,5.2,3.6,8.1,3.6c3.4,0,5.3-1.6,5.3-4c0-2.6-1.9-3.4-4.8-4.5l-4.2-1.8%20c-3.1-1.3-6.3-3.7-6.3-8.2c0-4.8,4.4-8.7,10.3-8.7c3.6,0,7.1,1.5,9.5,3.9l-2.9,3.6c-1.9-1.6-4-2.6-6.6-2.6c-2.9,0-4.8,1.3-4.8,3.6%20c0,2.4,2.4,3.2,4.8,4.4l4.2,1.8c3.7,1.6,6.3,3.9,6.3,8.4c0,5-4.2,9.2-11.1,9.2c-4.2,0-8.2-1.6-11.1-4.5L704.5,37.3z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M799.2,35.3c-0.8,0-1.5,0.5-1.8,1.1l-2.9,4l-5.8-13.6c-0.8-1.9-3.6-1.8-4.2,0.2l-4.8,12.4l-7.3-31.7%20c-0.5-2.4-4-2.3-4.5,0.2l-6.1,37.5l-6-23.9c-0.5-2.3-3.7-2.3-4.4-0.2L746,38.2l-3.7-8.4c-0.6-1.6-2.9-1.9-4-0.5l-7.4,9.4%20c-2.1,2.7-3.6,3.1-5.7,6.3h5.5c0.8,0,1.5-0.3,1.9-1l7.1-8.9l4.5,10.3c0.8,1.9,3.7,1.8,4.4-0.2l4.8-14.9l6.8,27.1%20c0.6,2.4,4,2.3,4.5-0.2l6-36.8l6.1,27.1c0.5,2.3,3.6,2.4,4.4,0.3l5.5-14.2l5.2,12.1c0.6,1.6,2.9,1,4-0.5l4.5-7.1h15.2v-3.2h-16.5%20V35.3z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M207.2,25.3l6.8-38.9h-15.8l-6.9,39.6c-0.5,2.6-1,4.2-2.1,5.5c-1.5,1.5-3.7,1.9-8.1,1.9s-6.3-0.6-6.9-2.1%20c-0.6-1.1-0.3-3.2,0.2-6.1l0.3-2.1h-15.5l-1,5.7c-2.4,14.1,7.4,15.3,21.6,15.3C195.8,44,204.5,40.8,207.2,25.3L207.2,25.3z'/%3e%3cpath%20class='st0'%20d='M268.1,43.6l4.5-25.4c1.1-6.8,0.3-10.5-2.6-12.9c-3.9-3.4-11-3.6-19.7-3.6c-12.1,0-24.4,1-26.5,12.3l-0.2,1.3%20h16.2l0.2-0.8c0.3-1.6,0.8-2.7,1.8-3.4c1.5-1,3.6-1.1,5.8-1.1h2.6c4,0,5.7,0.3,6.6,1.5c0.8,0.8,0.6,2.4,0,5.5l-0.5,2.3%20c-2.4-0.5-8.2-1-12.6-1c-11.1,0-23.3,0.6-25.4,12.6c-1,5.2,0,7.9,2.4,10.2c3.1,2.7,9,3.4,12.9,3.4c5.5,0,14.2-1.5,19.5-3.9%20l-0.3,3.1L268.1,43.6L268.1,43.6z%20M253.9,33.5c-2.4,1-7.6,2.1-11.5,2.1c-3.9,0-5.5-0.5-6.5-1.6c-0.8-0.8-0.8-1.9-0.6-3.4%20c0.6-3.7,2.7-5.2,10.2-5.2c2.7,0,6.9,0.3,9.7,0.6L253.9,33.5L253.9,33.5z'/%3e%3cpath%20class='st0'%20d='M332.2,43.6l4.2-24.1c1.1-6.3,1.1-10.5-1.1-13.6c-2.3-2.9-6.6-4.4-12.6-4.4S309,3.5,304,6.1l0.3-3.7h-15%20L282,43.6h16l5.3-30c2.6-0.8,7.9-1.9,10.8-1.9c3.1,0,4.8,0.5,5.8,1.6s1.1,2.9,0.5,6l-4.4,24.4H332.2L332.2,43.6z'/%3e%3cpath%20class='st0'%20d='M370.7-4.1l1.9-11.3h-15.8l-1.9,11.3H370.7L370.7-4.1z%20M362.3,43.6l7.3-41.2h-16l-7.3,41.2H362.3L362.3,43.6z%20'/%3e%3cpath%20class='st0'%20d='M419,31.3l0.3-2.1h-15l-0.5,2.7c-0.5,2.7-1.5,3.6-5,3.6h-1c-3.1,0-3.7-1-3.2-4l3.6-20.5h20l1.5-8.2h-20%20L401.5-8l-16.5,2.7l-1.5,7.9H377l-1.5,8.2h6.6L378.8,30c-1,5.7-0.5,9,1.6,11.1c2.7,2.7,7.6,3.2,15.5,3.2%20C405.9,44.4,416.9,42.9,419,31.3L419,31.3z'/%3e%3cpolygon%20class='st0'%20points='465.3,43.6%20466.9,33.7%20443.2,33.7%20469.4,12.2%20471.1,2.5%20431.1,2.5%20429.3,12.4%20450.5,12.4%20424.3,33.7%20422.5,43.6%20'/%3e%3cpath%20class='st0'%20d='M525.1,43.6l4.5-25.4c1.1-6.8,0.3-10.5-2.6-12.9c-3.9-3.4-11-3.6-19.7-3.6c-12.1,0-24.4,1-26.5,12.3l-0.2,1.3%20h16.2l0.2-0.8c0.3-1.6,0.8-2.7,1.8-3.4c1.5-1,3.6-1.1,5.8-1.1h2.6c4,0,5.7,0.3,6.6,1.5c0.8,0.8,0.6,2.4,0,5.5l-0.5,2.3%20c-2.4-0.5-8.2-1-12.6-1c-11.1,0-23.3,0.6-25.4,12.6c-1,5.2,0,7.9,2.4,10.2c3.1,2.7,9,3.4,12.9,3.4c5.5,0,14.2-1.5,19.5-3.9%20l-0.3,3.1L525.1,43.6L525.1,43.6z%20M510.9,33.5c-2.4,1-7.6,2.1-11.5,2.1c-3.9,0-5.5-0.5-6.5-1.6c-0.8-0.8-0.8-1.9-0.6-3.4%20c0.6-3.7,2.7-5.2,10.2-5.2c2.7,0,6.9,0.3,9.7,0.6L510.9,33.5L510.9,33.5z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M541.7,8.5c-5.5,0-9.9-4.2-9.9-9.9c0-5.5,4.4-9.9,9.9-9.9s9.9,4.4,9.9,9.9C551.6,4.3,547.2,8.5,541.7,8.5z%20M541.7-9.1c-4.4,0-7.6,3.6-7.6,7.8s3.4,7.8,7.6,7.8c4.4,0,7.6-3.6,7.6-7.8S546.1-9.1,541.7-9.1z%20M544.1,3.8c0,0-0.2-1.1-0.3-1.9%20c0-0.5-0.2-1.8-0.6-2.3c-0.3-0.3-0.8-0.3-1.5-0.3h-1.8v4.5H538V-6.7h4c1.8,0,3.9,0.5,3.9,2.7c0,1.1-0.6,1.9-1.5,2.4%20c0.8,0.5,1,1.1,1.1,2.1c0.2,1.1,0.5,2.3,0.6,3.2H544.1z%20M542.2-4.9h-2.1v2.6h2.1c1.5,0,1.8-0.6,1.8-1.3%20C544-4.3,543.7-4.9,542.2-4.9z'/%3e%3c/g%3e%3c/g%3e%3crect%20x='804.2'%20y='11.4'%20class='st1'%20width='109.8'%20height='27.5'/%3e%3cg%20class='st2'%3e%3cpath%20class='st0'%20d='M814,16.1h5.4c3.4,0,5.9,1.3,5.9,4.6c0,4.7-3.5,6.6-8,6.6h-2.5l-1.3,6.7h-3L814,16.1z%20M817.5,24.9%20c3.1,0,4.9-1.3,4.9-3.9c0-1.8-1.3-2.6-3.5-2.6h-2.4l-1.3,6.5H817.5z'/%3e%3cpath%20class='st0'%20d='M828.4,20.5h2.4l-0.2,2.6h0.1c1.1-1.7,2.5-2.9,4.2-2.9c0.6,0,1,0.1,1.3,0.2l-1,2.6c-0.3-0.2-0.8-0.2-1.3-0.2%20c-1.3,0-2.5,1-3.6,3l-1.6,8.1h-3L828.4,20.5z'/%3e%3cpath%20class='st0'%20d='M843,20.2c3.1,0,4.3,2.2,4.3,5c0,1.2-0.4,2.4-0.6,2.8h-8.2c-0.3,2.8,1.3,4.1,3.3,4.1c1,0,2-0.5,2.7-1.1%20l1.1,1.9c-1.1,0.8-2.7,1.4-4.6,1.4c-3.2,0-5.4-2.1-5.4-5.7C835.7,23.6,839.5,20.2,843,20.2z%20M844.7,26.1c0.1-0.4,0.1-0.7,0.1-1.2%20c0-1.3-0.5-2.5-2.2-2.5c-1.6,0-3.2,1.4-3.9,3.7H844.7z'/%3e%3cpath%20class='st0'%20d='M849.3,20.5h2.9l0.7,7.1c0.1,1.3,0.2,2.7,0.3,4.1h0.1c0.6-1.4,1.3-2.7,1.9-4.1l3.5-7.1h2.9l-7,13.4h-3.4%20L849.3,20.5z'/%3e%3cpath%20class='st0'%20d='M864,20.5h2.9L864.2,34h-3L864,20.5z%20M864.5,16.6c0-1,0.9-1.9,2-1.9c0.8,0,1.7,0.5,1.7,1.5%20c0,1.1-0.9,1.9-2,1.9C865.3,18.1,864.5,17.6,864.5,16.6z'/%3e%3cpath%20class='st0'%20d='M875.8,20.2c3.1,0,4.3,2.2,4.3,5c0,1.2-0.4,2.4-0.6,2.8h-8.2c-0.3,2.8,1.3,4.1,3.3,4.1c1,0,2-0.5,2.7-1.1%20l1.1,1.9c-1.1,0.8-2.7,1.4-4.6,1.4c-3.2,0-5.4-2.1-5.4-5.7C868.4,23.6,872.2,20.2,875.8,20.2z%20M877.5,26.1c0.1-0.4,0.1-0.7,0.1-1.2%20c0-1.3-0.5-2.5-2.2-2.5c-1.6,0-3.2,1.4-3.9,3.7H877.5z'/%3e%3cpath%20class='st0'%20d='M882.4,20.5h2.9l0.2,7.2c0,1.3,0,2.5,0,3.9h0.1c0.5-1.3,1-2.6,1.6-3.9l3.1-7.2h2.7l0.4,7.2%20c0,1.3,0,2.5,0.1,3.9h0.1c0.5-1.3,0.9-2.6,1.5-3.9l3-7.2h2.7L894.8,34h-3.5l-0.2-6.5c0-1.3,0-2.6,0-4h-0.1c-0.5,1.4-1,2.7-1.5,4%20l-2.8,6.5h-3.4L882.4,20.5z'/%3e%3c/g%3e%3c/svg%3e")}._logo_1m2dv_1._energy_1m2dv_11{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Ebene_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20985.5%20126.4'%20style='enable-background:new%200%200%20985.5%20126.4;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20.st1{fill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;}%20%3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M466.2,49.6c5.2,0,8.9,2.4,11.2,4.8l-3.7,4.2c-1.9-1.8-4-3.1-7.5-3.1c-6.7,0-11.2,5.2-11.2,13.7%20c0,8.6,4,13.8,11.6,13.8c2.1,0,4.2-0.6,5.4-1.7v-8.1h-7.1v-5.5H478v16.6c-2.6,2.4-7,4.5-12.2,4.5c-10,0-17.6-6.9-17.6-19.4%20C448.2,57,456,49.6,466.2,49.6z'/%3e%3cpath%20class='st0'%20d='M506.7,88l-8.1-14.8h-5.7V88h-6.7V50.3h12.7c7.8,0,13.9,2.8,13.9,11.2c0,5.8-3,9.2-7.6,10.8l9,15.7H506.7z%20M492.9,68h5.3c5.2,0,8-2.2,8-6.5c0-4.3-2.8-5.8-8-5.8h-5.3V68z'/%3e%3cpath%20class='st0'%20d='M520.6,50.3h6.7V88h-6.7V50.3z'/%3e%3cpath%20class='st0'%20d='M536.7,50.3h10c11.5,0,18.4,6.2,18.4,18.7c0,12.5-6.9,19-18,19h-10.4V50.3z%20M546.2,82.6%20c7.6,0,12-4.3,12-13.6c0-9.2-4.4-13.3-12-13.3h-2.9v26.9H546.2z'/%3e%3cpath%20class='st0'%20d='M567,50.3h7.1l5.3,19c1.2,4.3,2,8,3.3,12.3h0.2c1.3-4.3,2.1-8,3.3-12.3l5.2-19h6.8L586.6,88h-8L567,50.3z'/%3e%3cpath%20class='st0'%20d='M602.7,50.3h6.7V88h-6.7V50.3z'/%3e%3cpath%20class='st0'%20d='M620.1,78.6c2.7,2.5,6.3,4.3,9.9,4.3c4.2,0,6.6-1.9,6.6-4.8c0-3.1-2.4-4.1-5.9-5.5l-5.1-2.2%20c-3.7-1.6-7.6-4.5-7.6-10c0-6,5.3-10.6,12.6-10.6c4.4,0,8.7,1.8,11.6,4.8l-3.5,4.3c-2.4-2-5-3.2-8.2-3.2c-3.6,0-5.9,1.7-5.9,4.4%20c0,2.9,2.9,4,6,5.3l5.1,2.1c4.5,1.9,7.6,4.7,7.6,10.2c0,6.1-5.1,11.2-13.6,11.2c-5.1,0-10-2-13.6-5.5L620.1,78.6z'/%3e%3cpath%20class='st0'%20d='M667.9,50.3h22.7V56h-16v9.6h13.6v5.7h-13.6v11.1h16.5V88h-23.2V50.3z'/%3e%3cpath%20class='st0'%20d='M698.7,50.3h6.9l11.7,21.2l3.9,8h0.2c-0.3-3.9-0.9-8.6-0.9-12.9V50.3h6.3V88h-6.9l-11.7-21.2l-3.9-8h-0.2%20c0.3,4,0.9,8.5,0.9,12.7V88h-6.3V50.3z'/%3e%3cpath%20class='st0'%20d='M736.4,50.3H759V56h-16v9.6h13.6v5.7h-13.6v11.1h16.5V88h-23.2V50.3z'/%3e%3cpath%20class='st0'%20d='M787.7,88l-8.1-14.8h-5.7V88h-6.7V50.3h12.7c7.8,0,13.9,2.8,13.9,11.2c0,5.8-3,9.2-7.6,10.8l9,15.7H787.7z%20M773.9,68h5.3c5.2,0,8-2.2,8-6.5c0-4.3-2.8-5.8-8-5.8h-5.3V68z'/%3e%3cpath%20class='st0'%20d='M817.5,49.6c5.2,0,8.9,2.4,11.2,4.8l-3.7,4.2c-1.9-1.8-4-3.1-7.5-3.1c-6.7,0-11.2,5.2-11.2,13.7%20c0,8.6,4,13.8,11.6,13.8c2.1,0,4.2-0.6,5.4-1.7v-8.1h-7.1v-5.5h13.1v16.6c-2.6,2.4-7,4.5-12.2,4.5c-10,0-17.6-6.9-17.6-19.4%20C799.5,57,807.4,49.6,817.5,49.6z'/%3e%3c/g%3e%3cpath%20class='st0'%20d='M843.8,88V74l-11.4-23.7h7.1l4.1,9.6c1.1,2.8,2.2,5.4,3.3,8.3h0.2c1.2-2.9,2.4-5.5,3.5-8.3l4.1-9.6h7%20L850.5,74v8.3l0,5.7'/%3e%3crect%20x='648.5'%20y='65.6'%20class='st0'%20width='13.8'%20height='5.6'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M855.1,82.2h4.3L870,68.9c1.3-1.8,4-1.5,4.9,0.5l4.6,10.4l6.6-20.5c0.9-2.7,4.7-2.6,5.4,0.2l7.4,29.5l7.5-46%20c0.5-3,4.8-3.2,5.5-0.2l8.7,38.4l5.9-15.2c0.9-2.3,4.2-2.4,5.2-0.1l7.2,16.6l3.5-4.8c0.5-0.7,1.4-1.3,2.3-1.3h18.4v5.8h-17%20l-5.5,7.6c-1.3,1.8-4,1.5-4.9-0.5l-6.4-14.9l-6.8,17.4c-1,2.6-4.8,2.3-5.4-0.4l-7.5-33.3l-7.3,45.1c-0.5,3-4.8,3.2-5.5,0.2%20l-8.3-33.2l-5.9,18.1c-0.8,2.5-4.2,2.6-5.2,0.3l-5.6-12.6L863,86.9c-0.5,0.7-1.4,1.1-2.3,1.1h-5.6v0'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M75.7,69.8l6.7-38H66.9L60,70.5c-0.4,2.5-1,4.1-2,5.3c-1.4,1.4-3.6,1.9-7.9,1.9c-4.2,0-6.1-0.6-6.8-2%20c-0.6-1.2-0.4-3.2,0.1-6l0.4-2H28.7l-1,5.4c-2.4,13.7,7.2,15,21.1,15C64.6,88.1,73,84.9,75.7,69.8L75.7,69.8z'/%3e%3cpath%20class='st1'%20d='M135.2,87.7l4.4-24.8c1.2-6.7,0.3-10.3-2.6-12.7c-3.7-3.3-10.7-3.5-19.3-3.5c-11.8,0-23.9,1-25.8,12l-0.2,1.3%20h15.8l0.2-0.9c0.3-1.6,0.8-2.7,1.7-3.3c1.4-0.9,3.5-1.1,5.7-1.1h2.5c4,0,5.5,0.4,6.4,1.4c0.7,0.8,0.6,2.3,0.1,5.4l-0.4,2.3%20c-2.4-0.5-8-1-12.3-1c-10.8,0-22.7,0.7-24.8,12.4c-0.9,5-0.1,7.8,2.4,9.9c3.1,2.7,8.8,3.3,12.6,3.3c5.4,0,13.9-1.5,19-3.8l-0.3,3%20H135.2L135.2,87.7z%20M121.2,77.9c-2.3,1-7.5,2-11.2,2c-3.9,0-5.4-0.5-6.4-1.6c-0.7-0.8-0.8-1.9-0.6-3.3c0.6-3.6,2.7-5,9.9-5%20c2.6,0,6.7,0.3,9.5,0.6L121.2,77.9L121.2,77.9z'/%3e%3cpath%20class='st0'%20d='M197.8,87.7l4.1-23.5C203,58.1,203,54,200.8,51c-2.2-2.9-6.5-4.3-12.3-4.3c-5.8,0-13.4,1.9-18.3,4.4l0.2-3.6%20h-14.6l-7.1,40.2h15.7l5.2-29.3c2.5-0.9,7.7-1.9,10.5-1.9c2.9,0,4.8,0.5,5.7,1.6c1,1.1,1.1,2.8,0.5,5.8l-4.2,23.9H197.8%20L197.8,87.7z'/%3e%3cpath%20class='st1'%20d='M235.4,41.1l2-11.1h-15.7l-2,11.1H235.4L235.4,41.1z%20M227.2,87.7l7.1-40.2h-15.7l-7.1,40.2H227.2L227.2,87.7z%20'/%3e%3cpath%20class='st0'%20d='M282.4,75.6l0.4-2h-14.6l-0.5,2.6c-0.5,2.6-1.4,3.4-4.9,3.4h-1c-2.9,0-3.6-0.9-3.1-4l3.5-20h19.5l1.4-8.1%20h-19.5l1.8-10.4l-16.1,2.6l-1.4,7.8h-6.5l-1.4,8.1h6.5l-3.3,18.7c-1,5.5-0.5,8.9,1.5,11c2.6,2.7,7.5,3.2,15.1,3.2%20C269.6,88.4,280.4,87,282.4,75.6L282.4,75.6z'/%3e%3cpolygon%20class='st0'%20points='327.7,87.7%20329.4,78%20306.1,78%20331.7,57%20333.3,47.5%20294.2,47.5%20292.5,57.1%20313.2,57.1%20287.6,78%20285.9,87.7%20327.7,87.7%20'/%3e%3cpath%20class='st1'%20d='M386.1,87.7l4.4-24.8c1.2-6.7,0.3-10.3-2.6-12.7c-3.7-3.3-10.7-3.5-19.3-3.5c-11.8,0-23.9,1-25.8,12l-0.2,1.3%20h15.8l0.2-0.9c0.3-1.6,0.8-2.7,1.7-3.3c1.4-0.9,3.5-1.1,5.8-1.1h2.5c4,0,5.5,0.4,6.4,1.4c0.7,0.8,0.6,2.3,0.1,5.4l-0.4,2.3%20c-2.4-0.5-8-1-12.2-1c-10.8,0-22.7,0.7-24.8,12.4c-0.9,5-0.1,7.8,2.4,9.9c3.1,2.7,8.8,3.3,12.6,3.3c5.4,0,13.9-1.5,19.1-3.8%20l-0.3,3H386.1L386.1,87.7z%20M372.2,77.9c-2.3,1-7.5,2-11.2,2c-3.9,0-5.4-0.5-6.4-1.6c-0.7-0.8-0.8-1.9-0.6-3.3c0.6-3.6,2.7-5,9.9-5%20c2.6,0,6.7,0.3,9.5,0.6L372.2,77.9L372.2,77.9z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M402.3,53.4c-5.3,0-9.6-4.1-9.6-9.6c0-5.4,4.3-9.6,9.6-9.6c5.3,0,9.6,4.2,9.6,9.6%20C411.9,49.3,407.6,53.4,402.3,53.4z%20M402.3,36.2c-4.2,0-7.4,3.5-7.4,7.6c0,4.1,3.2,7.6,7.4,7.6c4.2,0,7.4-3.5,7.4-7.6%20C409.7,39.7,406.6,36.2,402.3,36.2z%20M404.7,48.8c0,0-0.2-1.1-0.3-1.9c-0.1-0.5-0.2-1.8-0.6-2.2c-0.3-0.3-0.8-0.4-1.4-0.4h-1.7v4.4%20h-1.9V38.6h3.9c1.7,0,3.7,0.5,3.7,2.7c0,1-0.6,1.9-1.5,2.3c0.8,0.4,1,1.1,1.1,2c0.2,1.1,0.4,2.2,0.6,3.2H404.7z%20M402.8,40.3h-2.1%20v2.6h2c1.4,0,1.7-0.6,1.7-1.3C404.5,40.9,404.2,40.3,402.8,40.3z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}._logo_1m2dv_1._energy_1m2dv_11._preview_1m2dv_8{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Ebene_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='256%20-39.4%20985.5%20126.4'%20style='enable-background:new%20256%20-39.4%20985.5%20126.4;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20.st1{fill:%23B40000;}%20.st2{enable-background:new%20;}%20%3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M717.5,12.9c4.1,0,7,1.9,8.9,3.8l-2.9,3.3c-1.4-1.4-3.2-2.4-5.9-2.4c-5.2,0-8.9,4.1-8.9,10.8%20c0,6.8,3.2,10.8,9.2,10.8c1.6,0,3.3-0.5,4.3-1.3v-6.3h-5.6v-4.3h10.3v13c-2.1,1.9-5.6,3.5-9.5,3.5c-7.9,0-14-5.4-14-15.2%20C703.4,18.7,709.6,12.9,717.5,12.9z'/%3e%3cpath%20class='st0'%20d='M749.4,43.2l-6.3-11.6h-4.4v11.6h-5.2V13.5h10c6.2,0,10.9,2.2,10.9,8.9c0,4.6-2.4,7.3-5.9,8.6l7.1,12.4h-6.2%20L749.4,43.2L749.4,43.2z%20M738.6,27.3h4.1c4.1,0,6.2-1.7,6.2-5.1s-2.2-4.6-6.2-4.6h-4.1V27.3z'/%3e%3cpath%20class='st0'%20d='M760.3,13.5h5.2v29.7h-5.2V13.5z'/%3e%3cpath%20class='st0'%20d='M773,13.5h7.9c9,0,14.4,4.9,14.4,14.8s-5.4,14.9-14.3,14.9h-8.2V13.5H773z%20M780.5,38.9c6,0,9.5-3.3,9.5-10.8%20c0-7.3-3.5-10.5-9.5-10.5h-2.2v21.3H780.5z'/%3e%3cpath%20class='st0'%20d='M796.8,13.5h5.6l4.1,14.9c1,3.3,1.6,6.2,2.5,9.7h0.2c1-3.3,1.7-6.3,2.7-9.7l4.1-14.9h5.4l-9.2,29.7H806%20L796.8,13.5z'/%3e%3cpath%20class='st0'%20d='M825.1,13.5h5.2v29.7h-5.2V13.5z'/%3e%3cpath%20class='st0'%20d='M838.7,35.7c2.1,2.1,4.9,3.3,7.8,3.3c3.3,0,5.2-1.4,5.2-3.8c0-2.4-1.9-3.2-4.6-4.3l-4-1.7%20c-3-1.3-6-3.5-6-7.9c0-4.8,4.1-8.4,10-8.4c3.5,0,6.8,1.4,9.2,3.8l-2.7,3.3c-1.9-1.6-4-2.5-6.5-2.5c-2.9,0-4.6,1.3-4.6,3.5%20c0,2.4,2.2,3.2,4.8,4.1l4,1.7c3.5,1.4,6,3.6,6,8.1c0,4.8-4,8.9-10.6,8.9c-4,0-7.8-1.6-10.6-4.3L838.7,35.7z'/%3e%3cpath%20class='st0'%20d='M876.3,13.5h17.8v4.4h-12.4v7.6h10.6v4.4h-10.6v8.7h13V43h-18.2V13.5H876.3z'/%3e%3cpath%20class='st0'%20d='M900.6,13.5h5.4l9.2,16.7l3,6.3h0.2c-0.3-3-0.6-6.8-0.6-10.2V13.5h4.9v29.7h-5.4l-9.2-16.7l-3-6.3h-0.2%20c0.3,3.2,0.6,6.7,0.6,10v13h-4.9V13.5z'/%3e%3cpath%20class='st0'%20d='M930.2,13.5H948v4.4h-12.5v7.6h10.6v4.4h-10.6v8.7h13V43h-18.2L930.2,13.5L930.2,13.5z'/%3e%3cpath%20class='st0'%20d='M970.7,43.2l-6.3-11.6H960v11.6h-5.2V13.5h10c6.2,0,10.9,2.2,10.9,8.9c0,4.6-2.4,7.3-5.9,8.6l7.1,12.4h-6.2%20L970.7,43.2L970.7,43.2z%20M959.8,27.3h4.1c4.1,0,6.2-1.7,6.2-5.1s-2.2-4.6-6.2-4.6h-4.1V27.3z'/%3e%3cpath%20class='st0'%20d='M994.2,12.9c4.1,0,7,1.9,8.9,3.8l-2.9,3.3c-1.4-1.4-3.2-2.4-5.9-2.4c-5.2,0-8.9,4.1-8.9,10.8%20c0,6.8,3.2,10.8,9.2,10.8c1.6,0,3.3-0.5,4.3-1.3v-6.3h-5.6v-4.3h10.3v13c-2.1,1.9-5.6,3.5-9.5,3.5c-7.9,0-14-5.4-14-15.2%20C979.9,18.7,986.1,12.9,994.2,12.9z'/%3e%3c/g%3e%3cpath%20class='st0'%20d='M1014.8,43.2V32.1l-8.9-18.6h5.6l3.2,7.6c0.8,2.2,1.7,4.3,2.7,6.5h0.2c1-2.2,1.9-4.3,2.7-6.5l3.2-7.6h5.6%20l-8.9,18.7v6.5v4.4'/%3e%3crect%20x='861.1'%20y='25.6'%20class='st0'%20width='10.8'%20height='4.4'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M1023.7,38.6h3.3l8.2-10.5c1-1.4,3.2-1.1,3.8,0.5l3.6,8.1l5.2-16.2c0.6-2.1,3.6-2.1,4.3,0.2l5.9,23.2%20l5.9-36.2c0.3-2.4,3.8-2.5,4.3-0.2l6.8,30.3l4.8-11.9c0.8-1.9,3.3-1.9,4.1-0.2l5.7,13.2l2.7-3.8c0.5-0.6,1.1-1,1.7-1h14.6v4.6%20h-13.3l-4.4,6c-1,1.4-3.2,1.3-3.8-0.3l-5.1-11.7l-5.4,13.6c-0.8,2.1-3.8,1.7-4.3-0.3l-5.9-26.2l-5.7,35.5%20c-0.3,2.4-3.8,2.5-4.3,0.2l-6.7-26.3l-4.6,14.3c-0.6,1.9-3.3,2.1-4.1,0.2l-4.4-10l-6.8,8.4c-0.5,0.6-1.1,1-1.7,1h-4.4l0,0'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M328.7,25.9l6.7-38.2h-15.6L313,26.6c-0.5,2.5-1,4.1-2.1,5.4c-1.4,1.4-3.6,1.9-7.9,1.9s-6.2-0.6-6.8-2.1%20c-0.6-1.1-0.3-3.2,0.2-6l0.3-2.1h-15.2l-1,5.6c-2.4,13.8,7.3,15.1,21.3,15.1C317.4,44.3,326,41.1,328.7,25.9L328.7,25.9z'/%3e%3cpath%20class='st0'%20d='M388.5,43.8l4.4-24.9c1.1-6.7,0.3-10.3-2.5-12.7c-3.8-3.3-10.8-3.5-19.4-3.5c-11.9,0-24,1-26,12.1l-0.2,1.3%20h15.9l0.2-0.8c0.3-1.6,0.8-2.7,1.7-3.3c1.4-1,3.5-1.1,5.7-1.1h2.5c4,0,5.6,0.3,6.5,1.4c0.8,0.8,0.6,2.4,0,5.4l-0.5,2.2%20c-2.4-0.5-8.1-1-12.4-1c-10.9,0-22.8,0.6-24.9,12.4c-1,5.1,0,7.8,2.4,10c3,2.7,8.9,3.3,12.7,3.3c5.4,0,14-1.4,19.2-3.8l-0.3,3%20H388.5L388.5,43.8z%20M374.5,34c-2.4,1-7.5,2.1-11.3,2.1s-5.4-0.5-6.3-1.6c-0.8-0.8-0.8-1.9-0.6-3.3c0.6-3.6,2.7-5.1,10-5.1%20c2.7,0,6.8,0.3,9.5,0.6L374.5,34L374.5,34z'/%3e%3cpath%20class='st0'%20d='M451.5,43.8l4.1-23.6c1.1-6.2,1.1-10.3-1.1-13.3c-2.2-2.9-6.5-4.3-12.4-4.3S428.6,4.5,423.7,7l0.3-3.6h-14.8%20l-7.1,40.5h15.7l5.2-29.5c2.5-0.8,7.8-1.9,10.6-1.9c3,0,4.8,0.5,5.7,1.6s1.1,2.9,0.5,5.9l-4.3,24h16V43.8z'/%3e%3cpath%20class='st0'%20d='M489.2-3l1.9-11.1h-15.5L473.7-3L489.2-3L489.2-3z%20M481,43.8l7.1-40.5h-15.7l-7.1,40.5H481L481,43.8z'/%3e%3cpath%20class='st0'%20d='M536.6,31.7l0.3-2.1h-14.8l-0.5,2.7c-0.5,2.7-1.4,3.5-4.9,3.5h-1c-3,0-3.6-1-3.2-4l3.5-20.1h19.7l1.4-8.1%20h-19.7l1.9-10.5l-16.2,2.7l-1.4,7.8h-6.5l-1.4,8.1h6.5L497,30.4c-1,5.6-0.5,8.9,1.6,10.9c2.7,2.7,7.5,3.2,15.2,3.2%20C523.8,44.6,534.6,43.2,536.6,31.7L536.6,31.7z'/%3e%3cpolygon%20class='st0'%20points='582.2,43.8%20583.8,34.1%20560.4,34.1%20586.1,13%20587.9,3.5%20548.5,3.5%20546.8,13.2%20567.6,13.2%20541.9,34.1%20540.1,43.8%20'/%3e%3cpath%20class='st0'%20d='M640.9,43.8l4.4-24.9c1.1-6.7,0.3-10.3-2.5-12.7C639,2.9,632,2.7,623.4,2.7c-11.9,0-24,1-26,12.1l-0.2,1.3%20h15.9l0.2-0.8c0.3-1.6,0.8-2.7,1.7-3.3c1.4-1,3.5-1.1,5.7-1.1h2.5c4,0,5.6,0.3,6.5,1.4c0.8,0.8,0.6,2.4,0,5.4l-0.5,2.2%20c-2.4-0.5-8.1-1-12.4-1c-10.9,0-22.8,0.6-24.9,12.4c-1,5.1,0,7.8,2.4,10c3,2.7,8.9,3.3,12.7,3.3c5.4,0,14-1.4,19.2-3.8l-0.3,3%20H640.9L640.9,43.8z%20M626.9,34c-2.4,1-7.5,2.1-11.3,2.1s-5.4-0.5-6.3-1.6c-0.8-0.8-0.8-1.9-0.6-3.3c0.6-3.6,2.7-5.1,10-5.1%20c2.7,0,6.8,0.3,9.5,0.6L626.9,34L626.9,34z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M657.2,9.4c-5.4,0-9.7-4.1-9.7-9.7c0-5.4,4.3-9.7,9.7-9.7s9.7,4.3,9.7,9.7C666.9,5.3,662.6,9.4,657.2,9.4z%20M657.2-7.9c-4.3,0-7.5,3.5-7.5,7.6s3.3,7.6,7.5,7.6c4.3,0,7.5-3.5,7.5-7.6S661.5-7.9,657.2-7.9z%20M659.6,4.8c0,0-0.2-1.1-0.3-1.9%20c0-0.5-0.2-1.7-0.6-2.2c-0.4-0.4-0.8-0.4-1.5-0.4h-1.7v4.4h-1.9V-5.5h4c1.7,0,3.8,0.5,3.8,2.7c0,1.1-0.6,1.9-1.4,2.4%20c0.8,0.5,1,1.1,1.1,2.1c0.2,1.1,0.5,2.2,0.6,3.2h-2.1V4.8z%20M657.7-3.8h-2.1v2.5h2.1c1.4,0,1.7-0.6,1.7-1.3%20C659.4-3.2,659.1-3.8,657.7-3.8z'/%3e%3c/g%3e%3c/g%3e%3crect%20x='1106.7'%20y='11'%20class='st1'%20width='110.7'%20height='27.6'/%3e%3cg%20class='st2'%3e%3cpath%20class='st0'%20d='M1116.5,15.6h5.4c3.5,0,5.9,1.3,5.9,4.6c0,4.7-3.5,6.7-8.1,6.7h-2.5l-1.3,6.8h-3L1116.5,15.6z%20M1120,24.5%20c3.2,0,4.9-1.3,4.9-3.9c0-1.9-1.3-2.7-3.5-2.7h-2.4l-1.3,6.6H1120z'/%3e%3cpath%20class='st0'%20d='M1131,20.1h2.4l-0.2,2.6h0.1c1.1-1.7,2.6-3,4.2-3c0.6,0,1,0.1,1.4,0.2l-1,2.6c-0.3-0.2-0.8-0.2-1.3-0.2%20c-1.3,0-2.6,1-3.7,3.1l-1.6,8.2h-3L1131,20.1z'/%3e%3cpath%20class='st0'%20d='M1145.7,19.8c3.2,0,4.3,2.2,4.3,5c0,1.2-0.4,2.4-0.6,2.9h-8.3c-0.3,2.9,1.3,4.1,3.3,4.1c1,0,2-0.5,2.8-1.1%20l1.1,1.9c-1.1,0.8-2.7,1.4-4.6,1.4c-3.2,0-5.4-2.1-5.4-5.7C1138.3,23.2,1142.2,19.8,1145.7,19.8z%20M1147.5,25.8%20c0.1-0.4,0.1-0.7,0.1-1.2c0-1.3-0.6-2.5-2.2-2.5c-1.6,0-3.3,1.4-3.9,3.7H1147.5z'/%3e%3cpath%20class='st0'%20d='M1152.1,20.1h3l0.7,7.2c0.1,1.4,0.2,2.7,0.3,4.1h0.1c0.6-1.4,1.3-2.7,1.9-4.1l3.5-7.2h2.9l-7.1,13.6h-3.5%20L1152.1,20.1z'/%3e%3cpath%20class='st0'%20d='M1166.9,20.1h3l-2.7,13.6h-3L1166.9,20.1z%20M1167.4,16.2c0-1.1,0.9-1.9,2-1.9c0.9,0,1.7,0.6,1.7,1.5%20c0,1.1-0.9,1.9-2,1.9C1168.2,17.7,1167.4,17.2,1167.4,16.2z'/%3e%3cpath%20class='st0'%20d='M1178.8,19.8c3.2,0,4.3,2.2,4.3,5c0,1.2-0.4,2.4-0.6,2.9h-8.3c-0.3,2.9,1.3,4.1,3.3,4.1c1,0,2-0.5,2.8-1.1%20l1.1,1.9c-1.1,0.8-2.7,1.4-4.6,1.4c-3.2,0-5.4-2.1-5.4-5.7C1171.4,23.2,1175.2,19.8,1178.8,19.8z%20M1180.5,25.8%20c0.1-0.4,0.1-0.7,0.1-1.2c0-1.3-0.6-2.5-2.2-2.5c-1.6,0-3.3,1.4-3.9,3.7H1180.5z'/%3e%3cpath%20class='st0'%20d='M1185.5,20.1h2.9l0.2,7.3c0,1.3,0,2.6,0,3.9h0.1c0.5-1.3,1-2.6,1.6-3.9l3.2-7.3h2.7l0.4,7.3%20c0,1.3,0,2.6,0.1,3.9h0.1c0.5-1.3,0.9-2.6,1.5-3.9l3-7.3h2.8l-6,13.6h-3.5l-0.2-6.5c0-1.3,0-2.6,0-4h-0.1c-0.5,1.4-1,2.7-1.5,4%20l-2.8,6.5h-3.5L1185.5,20.1z'/%3e%3c/g%3e%3c/svg%3e")}._menu_rn6d8_1{z-index:10500;position:absolute;float:left;left:0;margin:0;width:250px;padding:0;user-select:none;list-style:none;text-align:left;white-space:nowrap;font-weight:400;font-size:14px;color:#fff;box-shadow:0 2px 10px #00000040}._menu_rn6d8_1 ul{overflow:hidden;list-style:none;padding:0;display:none;position:absolute;margin-left:242px;margin-top:-33px}._menu_rn6d8_1 li{box-sizing:border-box;position:relative;float:left;width:250px;height:32px;line-height:32px;cursor:pointer;border-bottom:solid #999999 1px;padding:1px 6px;background:#191919}._menu_rn6d8_1 li:not(._menuHeader_rn6d8_39){border-top:none}._menu_rn6d8_1 li a{width:238px;display:inline-block;text-decoration:none;color:#fff}._menu_rn6d8_1 li img{width:20px;height:32px;float:right;line-height:32px}._menu_rn6d8_1 li._menuHeader_rn6d8_39{color:#fff;font-weight:700;background:#4574a7}._menu_rn6d8_1 li:not(._menuHeader_rn6d8_39):hover{background:#666}._menu_rn6d8_1 li:not(._menuHeader_rn6d8_39):hover>a{color:#fff;font-weight:700}._menu_rn6d8_1 li:not(._menuHeader_rn6d8_39):hover ul{display:block}._menu_rn6d8_1 li:not(._menuHeader_rn6d8_39):hover ul ul{display:none}._menuEntry_putln_1,._window_1omzs_1{color:inherit}._window_nhua7_1{width:700px;display:flex;flex-direction:column;justify-content:space-between;cursor:default;background:#fff;border-radius:6px;box-shadow:0 5px 15px #00000080;overflow:hidden}@media screen and (max-width: 1100px){._window_nhua7_1{width:600px}}@media screen and (max-width: 700px){._window_nhua7_1{width:400px}}._header_nhua7_23{padding:12px 16px;font-weight:600;font-size:24px;color:#233a54;border-bottom:solid #E9EBED 1px;box-sizing:border-box;display:flex;justify-content:space-between}._header_nhua7_23 ._title_nhua7_33{flex-grow:1;text-align:center}._header_nhua7_23 ._iconBar_nhua7_37 *{cursor:pointer;height:24px;width:24px;text-align:center;border-radius:50%;line-height:2px}._header_nhua7_23 ._iconBar_nhua7_37 ._closeIcon_nhua7_45{color:#233a54;background:#c2cbcf}._content_nhua7_50{padding:16px;box-sizing:border-box}._content_nhua7_50 input{width:100%;box-sizing:border-box;line-height:20px;padding:6px 12px;color:#37393b;border:1px solid #ccc;background-color:#fff;border-radius:4px;box-shadow:inset 0 1px 1px #00000013;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}._footer_nhua7_67{margin-top:15px;margin-bottom:16px;border-top:1px solid #e5e5e5;color:#000;padding:8px 24px 0;display:flex;box-sizing:border-box}._footer_nhua7_67 ._section_nhua7_76{display:flex;align-items:center;flex-grow:1;flex-basis:0}._footer_nhua7_67 ._section_nhua7_76._left_nhua7_82{justify-content:flex-start}._footer_nhua7_67 ._section_nhua7_76._right_nhua7_85{justify-content:flex-end}._footer_nhua7_67 ._section_nhua7_76 ._element_nhua7_88{margin:0 24px}._table_1higi_1{width:100%}._table_1higi_1 td{padding:8px;vertical-align:top;text-align:left;color:#000}._table_1higi_1 td._label_1higi_10{font-weight:700;font-size:15px}._table_1higi_1 thead{background:#000;border-bottom:1px solid #e5e5e5;height:28px;padding-top:3px}._table_1higi_1 thead td{border-top:4px solid #276a89;text-align:center;color:#fff;font-weight:700;font-size:18px}._table_1higi_1 tbody tr:nth-child(2n) td{background-color:#b7b7b7}._table_1higi_1 tbody tr:nth-child(odd) td{background-color:#e2e2e2}._button_10rby_1{cursor:pointer;margin:0 20px;display:inline-block;text-align:center}._button_10rby_1>*{display:block;height:16px;line-height:16px;margin:0 auto}._button_10rby_1 ._icon_10rby_13{width:35px;height:35px;background-size:100%;background-position:center;background-repeat:no-repeat}._button_10rby_1 ._text_10rby_20{font-size:11px}._button_10rby_1:hover ._icon_10rby_13{background-size:110%}._button_10rby_1:hover ._text_10rby_20{color:#276a89}._KEY_10rby_32 ._icon_10rby_13{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20width='1024px'%20height='1024px'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20fill-rule='nonzero'%20clip-rule='evenodd'%20viewBox='0%200%2010240%2010240'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ekey3%20icon%3c/title%3e%3cdesc%3ekey3%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve1'%20fill='%23252525'%20d='M4441%204442l-3064%203063c-62,62%20-93,138%20-93,226l0%20542c0,140%2085,259%20218,304l952%20317c117,39%20239,10%20327,-77l0%200%200%20-586c0,-176%20144,-320%20320,-320l585%200%200%20-585c0,-176%20144,-320%20320,-320l585%200%200%20-585c0,-176%20144,-320%20320,-320l585%200%20302%20-302c-394,-188%20-738,-464%20-1008,-801l-2828%202827%2064%20-516%202576%20-2576c-59,-93%20-113,-191%20-161,-291z'/%3e%3cpath%20id='curve0'%20fill='%23252525'%20d='M7040%20640c1414,0%202560,1146%202560,2560%200,1414%20-1146,2560%20-2560,2560%20-1414,0%20-2560,-1146%20-2560,-2560%200,-1414%201146,-2560%202560,-2560zm640%201280c-353,0%20-640,287%20-640,640%200,353%20287,640%20640,640%20353,0%20640,-287%20640,-640%200,-353%20-287,-640%20-640,-640z'/%3e%3c/svg%3e")}._KEY_10rby_32._hover_10rby_35 ._icon_10rby_13{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20width='1024px'%20height='1024px'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20fill-rule='nonzero'%20clip-rule='evenodd'%20viewBox='0%200%2010240%2010240'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ekey3%20icon%3c/title%3e%3cdesc%3ekey3%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve1'%20fill='%23276A89'%20d='M4441%204442l-3064%203063c-62,62%20-93,138%20-93,226l0%20542c0,140%2085,259%20218,304l952%20317c117,39%20239,10%20327,-77l0%200%200%20-586c0,-176%20144,-320%20320,-320l585%200%200%20-585c0,-176%20144,-320%20320,-320l585%200%200%20-585c0,-176%20144,-320%20320,-320l585%200%20302%20-302c-394,-188%20-738,-464%20-1008,-801l-2828%202827%2064%20-516%202576%20-2576c-59,-93%20-113,-191%20-161,-291z'/%3e%3cpath%20id='curve0'%20fill='%23276A89'%20d='M7040%20640c1414,0%202560,1146%202560,2560%200,1414%20-1146,2560%20-2560,2560%20-1414,0%20-2560,-1146%20-2560,-2560%200,-1414%201146,-2560%202560,-2560zm640%201280c-353,0%20-640,287%20-640,640%200,353%20287,640%20640,640%20353,0%20640,-287%20640,-640%200,-353%20-287,-640%20-640,-640z'/%3e%3c/svg%3e")}._KEY_QUESTION_10rby_39 ._icon_10rby_13{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Ebene_1'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%201024%201024'%20style='enable-background:new%200%200%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%231A171B;}%20%3c/style%3e%3cg%3e%3cpath%20id='curve1'%20class='st0'%20d='M407.6,478.6L106.3,779.8c-6.1,6.1-9.1,13.6-9.1,22.2v53.3c0,13.8,8.4,25.5,21.4,29.9l93.6,31.2%20c11.5,3.8,23.5,1,32.2-7.6l0,0v-57.6c0-17.3,14.2-31.5,31.5-31.5h57.5v-57.5c0-17.3,14.2-31.5,31.5-31.5h57.5v-57.5%20c0-17.3,14.2-31.5,31.5-31.5h57.5l29.7-29.7c-38.7-18.5-72.6-45.6-99.1-78.8l-278.1,278l6.3-50.7l253.3-253.3%20C417.6,498.1,412.3,488.5,407.6,478.6z'/%3e%3cpath%20class='st0'%20d='M663.2,104.8c-139,0-251.7,112.7-251.7,251.7s112.7,251.7,251.7,251.7s251.7-112.7,251.7-251.7%20S802.2,104.8,663.2,104.8z%20M694.3,541.4h-73.5v-73.5h73.5V541.4z%20M709.9,393.2c-9.3,1.4-15.6,8.9-15.6,18.2V435h-73.5v-23.6%20c0-45.6,33.5-84.2,78.8-90.8c18.1-2.6,31.4-18.2,31.4-36.4c0-20.2-16.5-36.7-36.7-36.7h-73.5c-20.2,0-36.7,16.5-36.7,36.7v12.2%20h-73.5v-12.2c0-60.8,49.4-110.2,110.2-110.2h73.5c60.8,0,110.2,49.4,110.2,110.2C804.5,338.7,764,385.4,709.9,393.2z'/%3e%3c/g%3e%3c/svg%3e")}._KEY_QUESTION_10rby_39._hover_10rby_35 ._icon_10rby_13{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Ebene_1'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%201024%201024'%20style='enable-background:new%200%200%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23276A89;}%20%3c/style%3e%3cg%3e%3cpath%20id='curve1'%20class='st0'%20d='M407.6,478.6L106.3,779.8c-6.1,6.1-9.1,13.6-9.1,22.2v53.3c0,13.8,8.4,25.5,21.4,29.9l93.6,31.2%20c11.5,3.8,23.5,1,32.2-7.6l0,0v-57.6c0-17.3,14.2-31.5,31.5-31.5h57.5v-57.5c0-17.3,14.2-31.5,31.5-31.5h57.5v-57.5%20c0-17.3,14.2-31.5,31.5-31.5h57.5l29.7-29.7c-38.7-18.5-72.6-45.6-99.1-78.8l-278.1,278l6.3-50.7l253.3-253.3%20C417.6,498.1,412.3,488.5,407.6,478.6z'/%3e%3cpath%20class='st0'%20d='M663.2,104.8c-139,0-251.7,112.7-251.7,251.7s112.7,251.7,251.7,251.7s251.7-112.7,251.7-251.7%20S802.2,104.8,663.2,104.8z%20M694.3,541.4h-73.5v-73.5h73.5V541.4z%20M709.9,393.2c-9.3,1.4-15.6,8.9-15.6,18.2V435h-73.5v-23.6%20c0-45.6,33.5-84.2,78.8-90.8c18.1-2.6,31.4-18.2,31.4-36.4c0-20.2-16.5-36.7-36.7-36.7h-73.5c-20.2,0-36.7,16.5-36.7,36.7v12.2%20h-73.5v-12.2c0-60.8,49.4-110.2,110.2-110.2h73.5c60.8,0,110.2,49.4,110.2,110.2C804.5,338.7,764,385.4,709.9,393.2z'/%3e%3c/g%3e%3c/svg%3e")}._CROSS_10rby_46 ._icon_10rby_13{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Ebene_2_1_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='214%20-92.1%201024%201024'%20style='enable-background:new%20214%20-92.1%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23252525;}%20%3c/style%3e%3cpath%20id='curve0_1_'%20class='st0'%20d='M358.8,632l203.7-203.6L358.8,224.8c-12.4-12.5-12.4-32.8,0-45.3L494.6,43.7%20c12.5-12.4,32.8-12.4,45.3,0l203.6,203.7L947.1,43.7c12.5-12.4,32.8-12.4,45.3,0l135.8,135.8c12.4,12.5,12.4,32.8,0,45.3%20L924.5,428.4L1128.2,632c12.4,12.5,12.4,32.8,0,45.3L992.4,813.1c-12.5,12.4-32.8,12.4-45.3,0L743.5,609.4L539.9,813.1%20c-12.5,12.4-32.8,12.4-45.3,0L358.8,677.3C346.4,664.8,346.4,644.5,358.8,632z'/%3e%3c/svg%3e")}._CROSS_10rby_46._hover_10rby_35 ._icon_10rby_13{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Ebene_2_1_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='214%20-92.1%201024%201024'%20style='enable-background:new%20214%20-92.1%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23276A89;}%20%3c/style%3e%3cpath%20id='curve0_1_'%20class='st0'%20d='M358.8,632l203.7-203.6L358.8,224.8c-12.4-12.5-12.4-32.8,0-45.3L494.6,43.7%20c12.5-12.4,32.8-12.4,45.3,0l203.6,203.7L947.1,43.7c12.5-12.4,32.8-12.4,45.3,0l135.8,135.8c12.4,12.5,12.4,32.8,0,45.3%20L924.5,428.4L1128.2,632c12.4,12.5,12.4,32.8,0,45.3L992.4,813.1c-12.5,12.4-32.8,12.4-45.3,0L743.5,609.4L539.9,813.1%20c-12.5,12.4-32.8,12.4-45.3,0L358.8,677.3C346.4,664.8,346.4,644.5,358.8,632z'/%3e%3c/svg%3e")}._EMAIL_10rby_53 ._icon_10rby_13{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20width='1024px'%20height='1024px'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20fill-rule='nonzero'%20clip-rule='evenodd'%20viewBox='0%200%2010240%2010240'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3email%20icon%3c/title%3e%3cdesc%3email%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve0'%20fill='%23252525'%20d='M1280%201920l7680%200c353,0%20640,287%20640,640l0%205120c0,353%20-287,640%20-640,640l-7680%200c-353,0%20-640,-287%20-640,-640l0%20-5120c0,-353%20287,-640%20640,-640zm7680%20937l-3663%203397c-123,115%20-313,113%20-435,0l-3582%20-3391%200%204497%202318%20-1862%20197%20186%20-2195%201996%207040%200%20-2227%20-2024%20197%20-183%202350%201887%200%20-4503zm-7315%20-297l3475%202880%203475%20-2880%20-6950%200z'/%3e%3c/svg%3e")}._EMAIL_10rby_53._hover_10rby_35 ._icon_10rby_13{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20width='1024px'%20height='1024px'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20fill-rule='nonzero'%20clip-rule='evenodd'%20viewBox='0%200%2010240%2010240'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3email%20icon%3c/title%3e%3cdesc%3email%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve0'%20fill='%23266785'%20d='M1280%201920l7680%200c353,0%20640,287%20640,640l0%205120c0,353%20-287,640%20-640,640l-7680%200c-353,0%20-640,-287%20-640,-640l0%20-5120c0,-353%20287,-640%20640,-640zm7680%20937l-3663%203397c-123,115%20-313,113%20-435,0l-3582%20-3391%200%204497%202318%20-1862%20197%20186%20-2195%201996%207040%200%20-2227%20-2024%20197%20-183%202350%201887%200%20-4503zm-7315%20-297l3475%202880%203475%20-2880%20-6950%200z'/%3e%3c/svg%3e")}._window_1omzs_1{color:inherit}._input_1omzs_5._isInvalid_1omzs_5{border:solid #DB3A34 1px}._window_jhn0o_1{display:flex;flex-direction:column;justify-content:space-between;cursor:default;background:#fff;color:#233a54;box-shadow:0 5px 15px #00000080}._header_jhn0o_11{padding:16px;box-sizing:border-box;display:flex;justify-content:space-between}._header_jhn0o_11 ._title_jhn0o_17{line-height:24px;text-transform:uppercase;font-size:16px;font-weight:600;flex-grow:1;text-align:center}._content_jhn0o_26{padding:16px;flex-grow:1}._content_jhn0o_26 iframe{display:block;border:none;width:1300px;height:660px}._footer_jhn0o_37{border-top:1px solid #DAE3ED;padding:16px 0;margin:0 16px}._dropdownMenu_1betm_1{top:54px}._navBar_1betm_5{display:flex;align-items:center;flex-grow:1;flex-basis:0;font-family:Arial,sans-serif}._entry_1betm_13{margin:0 20px}._entry_1betm_13 ._button_1betm_16{display:inline-block;background-size:100%;background-repeat:no-repeat}@media screen and (max-width: 700px){._entry_1betm_13:not(._menu_1betm_23):not(._home_1betm_23){display:none}}._entry_1betm_13._menu_1betm_23 ._button_1betm_16{width:30px;height:30px;background-size:80%;background-image:url("data:image/svg+xml,%3csvg%20height='1000'%20width='857.143'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%23ffffff'%20d='M857.088%20750.016v71.424q0%2014.508%20-10.602%2025.11t-25.11%2010.602h-785.664q-14.508%200%20-25.11%20-10.602t-10.602%20-25.11v-71.424q0%20-14.508%2010.602%20-25.11t25.11%20-10.602h785.664q14.508%200%2025.11%2010.602t10.602%2025.11zm0%20-285.696v71.424q0%2014.508%20-10.602%2025.11t-25.11%2010.602h-785.664q-14.508%200%20-25.11%20-10.602t-10.602%20-25.11v-71.424q0%20-14.508%2010.602%20-25.11t25.11%20-10.602h785.664q14.508%200%2025.11%2010.602t10.602%2025.11zm0%20-285.696v71.424q0%2014.508%20-10.602%2025.11t-25.11%2010.602h-785.664q-14.508%200%20-25.11%20-10.602t-10.602%20-25.11v-71.424q0%20-14.508%2010.602%20-25.11t25.11%20-10.602h785.664q14.508%200%2025.11%2010.602t10.602%2025.11z'/%3e%3c/svg%3e");cursor:pointer}._entry_1betm_13._home_1betm_23 ._button_1betm_16{width:20px;height:20px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20width='1024px'%20height='1024px'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20fill-rule='nonzero'%20clip-rule='evenodd'%20viewBox='0%200%2010240%2010240'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ehome%20icon%3c/title%3e%3cdesc%3ehome%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve1'%20fill='%23FFFFFF'%20d='M8320%206099l0%203501%20-1280%200%200%20-3200%20-1920%200%200%203200%20-3200%200%200%20-3501%203200%20-3200%203200%203200zm-5760%20301l0%201280%201920%200%200%20-1280%20-1920%200z'/%3e%3cpath%20id='curve0'%20fill='%23FFFFFF'%20d='M866%205873l188%20188c124,124%20328,124%20452,0l3614%20-3614%203614%203614c124,124%20328,124%20452,0l188%20-188c124,-124%20124,-328%200,-452l-4028%20-4028c-124,-124%20-328,-124%20-452,0l-4028%204028c-124,124%20-124,328%200,452z'/%3e%3c/svg%3e")}._entry_1betm_13._menu_1betm_23 ._button_1betm_16:hover{background-image:url("data:image/svg+xml,%3csvg%20height='1000'%20width='857.143'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%23276a89'%20d='M857.088%20750.016v71.424q0%2014.508%20-10.602%2025.11t-25.11%2010.602h-785.664q-14.508%200%20-25.11%20-10.602t-10.602%20-25.11v-71.424q0%20-14.508%2010.602%20-25.11t25.11%20-10.602h785.664q14.508%200%2025.11%2010.602t10.602%2025.11zm0%20-285.696v71.424q0%2014.508%20-10.602%2025.11t-25.11%2010.602h-785.664q-14.508%200%20-25.11%20-10.602t-10.602%20-25.11v-71.424q0%20-14.508%2010.602%20-25.11t25.11%20-10.602h785.664q14.508%200%2025.11%2010.602t10.602%2025.11zm0%20-285.696v71.424q0%2014.508%20-10.602%2025.11t-25.11%2010.602h-785.664q-14.508%200%20-25.11%20-10.602t-10.602%20-25.11v-71.424q0%20-14.508%2010.602%20-25.11t25.11%20-10.602h785.664q14.508%200%2025.11%2010.602t10.602%2025.11z'/%3e%3c/svg%3e")}._entry_1betm_13._home_1betm_23 ._button_1betm_16:hover{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20width='1024px'%20height='1024px'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20fill-rule='nonzero'%20clip-rule='evenodd'%20viewBox='0%200%2010240%2010240'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3ehome%20icon%3c/title%3e%3cdesc%3ehome%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve1'%20fill='%23276a89'%20d='M8320%206099l0%203501%20-1280%200%200%20-3200%20-1920%200%200%203200%20-3200%200%200%20-3501%203200%20-3200%203200%203200zm-5760%20301l0%201280%201920%200%200%20-1280%20-1920%200z'/%3e%3cpath%20id='curve0'%20fill='%23276a89'%20d='M866%205873l188%20188c124,124%20328,124%20452,0l3614%20-3614%203614%203614c124,124%20328,124%20452,0l188%20-188c124,-124%20124,-328%200,-452l-4028%20-4028c-124,-124%20-328,-124%20-452,0l-4028%204028c-124,124%20-124,328%200,452z'/%3e%3c/svg%3e")}._entry_1yg3j_1{font-weight:700;display:flex;align-items:center;font-size:16px;white-space:nowrap}._entry_1yg3j_1 a{color:#fff;text-decoration:none}._entry_1yg3j_1 a:hover,._entry_1yg3j_1._isActive_1yg3j_15 a{color:#276a89}._badge_zokyx_1{display:inline-block;padding:3px 7px;text-align:center;white-space:nowrap;border-radius:10px;color:#fff;background-color:#677c86;font-size:12px;vertical-align:middle;margin:0 4px;animation:_pulse_zokyx_1 .62s 1}@keyframes _pulse_zokyx_1{0%{transform:scale(1)}20%{transform:scale(1)}40%{transform:scale(1.3)}60%{transform:scale(.8)}80%{transform:scale(1.1)}to{transform:scale(1)}}._badge_njl3r_1{color:#fff;background-color:#db3a34}._userPanel_ke3so_1{font-size:14px;text-align:center;max-width:200px}._loginButton_ke3so_7{width:100px;margin:0 auto;cursor:pointer}._loginButton_ke3so_7 ._logo_ke3so_12{margin:0 auto;width:40px;height:40px;background-size:100%;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='214%20-92.1%201024%201024'%20style='enable-background:new%20214%20-92.1%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%234D82B8;}%20%3c/style%3e%3cg%20id='Ebene_1'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20shape-rendering='geometricPrecision'%3e%3ctitle%3euser%20icon%3c/title%3e%3cdesc%3euser%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve1'%20class='st0'%20d='M1046,754.9c0,81-192,113-320,113s-320-32-320-112.9c0-176,58.2-202.9,166.3-283.5%20c44.5,28.1,97.2,44.4,153.7,44.4s109.2-16.3,153.7-44.4C987.9,552.2,1046,578.9,1046,754.9z'/%3e%3cpath%20id='curve0'%20class='st0'%20d='M726-28.1c141.4,0,256,114.6,256,256s-114.6,256-256,256s-256-114.6-256-256S584.6-28.1,726-28.1z%20'/%3e%3c/g%3e%3cg%20id='Ebene_2'%3e%3c/g%3e%3c/svg%3e")}._loginButton_ke3so_7 ._text_ke3so_21{font-size:13px;color:#fff}._loginButton_ke3so_7:hover{font-weight:700}._loginButton_ke3so_7:hover ._logo_ke3so_12{background-size:110%}._logoutButton_ke3so_32{cursor:pointer;font-weight:700}._logoutButton_ke3so_32:hover{text-decoration:underline}._credentials_ke3so_40{white-space:nowrap;padding:2px 0}._credentials_ke3so_40>*{display:inline-block;height:16px;line-height:16px;vertical-align:middle}._credentials_ke3so_40 ._userTypeIcon_ke3so_50{width:16px;margin-right:3px;background-size:100%;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='214%20-92.1%201024%201024'%20style='enable-background:new%20214%20-92.1%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%234D82B8;}%20%3c/style%3e%3cg%20id='Ebene_1'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20shape-rendering='geometricPrecision'%3e%3ctitle%3euser%20icon%3c/title%3e%3cdesc%3euser%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve1'%20class='st0'%20d='M1046,754.9c0,81-192,113-320,113s-320-32-320-112.9c0-176,58.2-202.9,166.3-283.5%20c44.5,28.1,97.2,44.4,153.7,44.4s109.2-16.3,153.7-44.4C987.9,552.2,1046,578.9,1046,754.9z'/%3e%3cpath%20id='curve0'%20class='st0'%20d='M726-28.1c141.4,0,256,114.6,256,256s-114.6,256-256,256s-256-114.6-256-256S584.6-28.1,726-28.1z%20'/%3e%3c/g%3e%3cg%20id='Ebene_2'%3e%3c/g%3e%3c/svg%3e")}._credentials_ke3so_40 ._userTypeIcon_ke3so_50._NORMAL_ke3so_58{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='214%20-92.1%201024%201024'%20style='enable-background:new%20214%20-92.1%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23fff;}%20%3c/style%3e%3cg%20id='Ebene_1'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20shape-rendering='geometricPrecision'%3e%3ctitle%3euser%20icon%3c/title%3e%3cdesc%3euser%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve1'%20class='st0'%20d='M1046,754.9c0,81-192,113-320,113s-320-32-320-112.9c0-176,58.2-202.9,166.3-283.5%20c44.5,28.1,97.2,44.4,153.7,44.4s109.2-16.3,153.7-44.4C987.9,552.2,1046,578.9,1046,754.9z'/%3e%3cpath%20id='curve0'%20class='st0'%20d='M726-28.1c141.4,0,256,114.6,256,256s-114.6,256-256,256s-256-114.6-256-256S584.6-28.1,726-28.1z%20'/%3e%3c/g%3e%3cg%20id='Ebene_2'%3e%3c/g%3e%3c/svg%3e")}._credentials_ke3so_40 ._userTypeIcon_ke3so_50._ADMIN_ke3so_61{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='214%20-92.1%201024%201024'%20style='enable-background:new%20214%20-92.1%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23B40000;}%20%3c/style%3e%3cg%20id='Ebene_1'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20shape-rendering='geometricPrecision'%3e%3ctitle%3euser%20icon%3c/title%3e%3cdesc%3euser%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve1'%20class='st0'%20d='M1046,754.9c0,81-192,113-320,113s-320-32-320-112.9c0-176,58.2-202.9,166.3-283.5%20c44.5,28.1,97.2,44.4,153.7,44.4s109.2-16.3,153.7-44.4C987.9,552.2,1046,578.9,1046,754.9z'/%3e%3cpath%20id='curve0'%20class='st0'%20d='M726-28.1c141.4,0,256,114.6,256,256s-114.6,256-256,256s-256-114.6-256-256S584.6-28.1,726-28.1z%20'/%3e%3c/g%3e%3cg%20id='Ebene_2'%3e%3c/g%3e%3c/svg%3e")}._credentials_ke3so_40 ._userTypeIcon_ke3so_50._VIEW_ke3so_64{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='214%20-92.1%201024%201024'%20style='enable-background:new%20214%20-92.1%201024%201024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%234D82B8;}%20%3c/style%3e%3cg%20id='Ebene_1'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20shape-rendering='geometricPrecision'%3e%3ctitle%3euser%20icon%3c/title%3e%3cdesc%3euser%20icon%20from%20the%20IconExperience.com%20O-Collection.%20Copyright%20by%20INCORS%20GmbH%20(www.incors.com).%3c/desc%3e%3cpath%20id='curve1'%20class='st0'%20d='M1046,754.9c0,81-192,113-320,113s-320-32-320-112.9c0-176,58.2-202.9,166.3-283.5%20c44.5,28.1,97.2,44.4,153.7,44.4s109.2-16.3,153.7-44.4C987.9,552.2,1046,578.9,1046,754.9z'/%3e%3cpath%20id='curve0'%20class='st0'%20d='M726-28.1c141.4,0,256,114.6,256,256s-114.6,256-256,256s-256-114.6-256-256S584.6-28.1,726-28.1z%20'/%3e%3c/g%3e%3cg%20id='Ebene_2'%3e%3c/g%3e%3c/svg%3e")}._credentials_ke3so_40 ._username_ke3so_67{max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._modalArea_hbeut_1{position:absolute;display:block;top:0;left:0}._modal_1yc46_1{z-index:10100;position:fixed;inset:0;display:flex;align-items:flex-start;background-color:#233a54bf;overflow:auto}._modal_1yc46_1._doesCoverContainer_1yc46_13{z-index:10300}._modal_1yc46_1._isSimplyClosable_1yc46_16{cursor:pointer}._content_1yc46_20{display:block;position:relative;margin:auto;max-width:90%;max-height:90%;overflow:auto}._content_1yc46_20>*{position:relative!important}._notificationArea_3nptc_1{position:absolute;right:0;margin:8px 24px 0 0;overflow:hidden;max-height:calc(100% - 116px);z-index:11000}._notification_8pm5k_1{padding:16px;font-size:16px;color:#fff;background-color:#677c86;width:300px;box-shadow:#0003 2px 2px 4px;overflow:hidden;overflow-wrap:break-word;display:flex;flex-direction:column;row-gap:12px;margin-bottom:8px}._header_8pm5k_16{display:flex;column-gap:16px;font-weight:600;align-items:center}._footer_8pm5k_23{font-size:12px;text-align:right}._closeButton_8pm5k_28{color:inherit;cursor:pointer;margin-left:auto;display:grid;align-items:center;border:none;border-radius:100%;aspect-ratio:1;background:none}._closeButton_8pm5k_28:hover{background:#fff3}._notification_8pm5k_1._DEFAULT_8pm5k_44{background-color:#677c86}._notification_8pm5k_1._INFO_8pm5k_48{background-color:#4574a7}._notification_8pm5k_1._OK_8pm5k_52{background-color:#278977}._notification_8pm5k_1._ERROR_8pm5k_56{background-color:#db3a34}._notification_8pm5k_1._WARNING_8pm5k_60{color:#000;background-color:#facb40}._container_1iz92_1{font-family:Source Sans Pro,sans-serif;position:fixed;height:100%;width:100%}._menu_4gtog_1{padding:8px}._menu_4gtog_1>*{margin:0 4px}._content_4gtog_8{background:gray}._infoBox_4gtog_12{border:solid black 2px;white-space:pre;margin:8px;padding:8px}._contextInfos_4gtog_19{display:flex;flex-wrap:wrap;justify-content:space-evenly}._contextInfos_4gtog_19 ._infoBox_4gtog_12{overflow-y:auto;min-width:45%;height:200px}
