/*========================================================================*/
/*                    TrNgGrid version 3.1.7                              */
/*   -------------------------------------------------------------        */
/* THIS FILE WAS GENERATED VIA GULP. DO NOT MODIFY THIS FILE MANUALLY.    */
/*======================================================================= */
.tr-ng-grid .tr-ng-grid-footer .pagination {
  margin: 0; 
} 

.tr-ng-grid > thead > tr > th {
    text-align:center;
    vertical-align:top;
}

.tr-ng-grid > thead > tr > th, 
.tr-ng-grid > tbody > tr > td, 
.tr-ng-grid > thead > tr > th > .tr-ng-cell, 
.tr-ng-grid > tbody > tr > td > .tr-ng-cell
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tr-ng-grid > tbody > tr > td > .tr-ng-cell {
  overflow: visible;
}

.tr-ng-grid .tr-ng-sort {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tr-ng-grid .tr-ng-sort .tr-ng-sort-active, .tr-ng-grid .tr-ng-sort .tr-ng-sort-inactive {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 0.8em;
    height: 0.8em;
}

.tr-ng-grid .tr-ng-column-header .tr-ng-title {
    padding-top: 0.8em;
    position: relative;
}

.tr-ng-grid .tr-ng-column-header .tr-ng-column-filter {
  margin-top: 0.5em;
  margin-bottom: 0.1em;
}

/*Additional media blocks for IE*/ 
/* http://keithclark.co.uk/articles/moving-ie-specific-css-into-media-blocks/media-tests/ */
@media screen\0 {
    .tr-ng-grid .tr-ng-sort {
        background: transparent;
        background: rgba(255, 255, 255, 0);
    }
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 1em;
}
.ui-select-bootstrap .ui-select-match-text span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
 }

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

.inetsys-calendar {
  text-align: center;
  width: 100%;
  max-width: 320px;
  background: white;
  border: 1px solid #d9d9d9;
  position: absolute;
  z-index: 20;
  top: 100%;
  margin: -1px 0 0;
}
.inetsys-calendar ul {
  list-style: none;
  width: 100%;
}
.inetsys-calendar ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.inetsys-calendar ul li {
  margin: 0;
  padding: 0;
}
.inetsys-calendar button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 7px 0;
  cursor: pointer;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  border-color: #d9d9d9;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
  transition: all .3s;
  border-radius: 5px;
}
.inetsys-calendar button:hover,
.inetsys-calendar button:focus {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
.inetsys-calendar button:active {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #d8d8d8 100%);
}
.inetsys-calendar button:disabled,
.inetsys-calendar button:disabled:hover,
.inetsys-calendar button:disabled:focus,
.inetsys-calendar button:disabled:active {
  cursor: not-allowed;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  border-color: #dddddd;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
}
.inetsys-calendar .inetsys-calendar-nav {
  margin: 3px 0 10px;
  padding: 0 3px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: 'row wrap';
  -moz-flex-flow: 'row wrap';
  -ms-flex-flow: 'row wrap';
  flex-flow: 'row wrap';
}
.inetsys-calendar .inetsys-calendar-nav li {
  flex: 1 0 1px;
}
.inetsys-calendar .inetsys-calendar-nav li button {
  cursor: pointer;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  border-color: #d9d9d9;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
  transition: all .3s;
  border-radius: 5px;
}
.inetsys-calendar .inetsys-calendar-nav li button:hover,
.inetsys-calendar .inetsys-calendar-nav li button:focus {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
.inetsys-calendar .inetsys-calendar-nav li button:active {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #d8d8d8 100%);
}
.inetsys-calendar .inetsys-calendar-nav li button:disabled,
.inetsys-calendar .inetsys-calendar-nav li button:disabled:hover,
.inetsys-calendar .inetsys-calendar-nav li button:disabled:focus,
.inetsys-calendar .inetsys-calendar-nav li button:disabled:active {
  cursor: not-allowed;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  border-color: #dddddd;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
}
.inetsys-calendar .inetsys-calendar-nav li.nav-prev,
.inetsys-calendar .inetsys-calendar-nav li.nav-next {
  flex: 0 0 32px;
}
.inetsys-calendar .inetsys-calendar-nav li.nav-prev button,
.inetsys-calendar .inetsys-calendar-nav li.nav-next button {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 32px;
  width: 32px;
}
.inetsys-calendar .inetsys-calendar-nav li.nav-prev button:before,
.inetsys-calendar .inetsys-calendar-nav li.nav-next button:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  font-family: 'FontAwesome';
  text-align: center;
  line-height: 32px;
}
.inetsys-calendar .inetsys-calendar-nav li.nav-prev button:before {
  content: '\f053';
}
.inetsys-calendar .inetsys-calendar-nav li.nav-next button:before {
  content: '\f054';
}
.inetsys-calendar .inetsys-calendar-days .month-days {
  padding: 0;
  margin: 0 1%;
}
.inetsys-calendar .inetsys-calendar-days .month-days li {
  float: left;
  display: block;
  width: 14%;
}
.inetsys-calendar .inetsys-calendar-days .month-days li button {
  cursor: pointer;
  background: white;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  border-color: #e6e6e6;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
  transition: all .3s;
  border-radius: 5px;
  border: none;
  color: #202020;
  box-shadow: 0 0 1px 0 silver;
}
.inetsys-calendar .inetsys-calendar-days .month-days li button:hover,
.inetsys-calendar .inetsys-calendar-days .month-days li button:focus {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
.inetsys-calendar .inetsys-calendar-days .month-days li button:active {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.inetsys-calendar .inetsys-calendar-days .month-days li button:disabled,
.inetsys-calendar .inetsys-calendar-days .month-days li button:disabled:hover,
.inetsys-calendar .inetsys-calendar-days .month-days li button:disabled:focus,
.inetsys-calendar .inetsys-calendar-days .month-days li button:disabled:active {
  cursor: not-allowed;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  border-color: #e6e6e6;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
}
.inetsys-calendar .inetsys-calendar-days .month-days li strong {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 32px;
  width: 100%;
}
.inetsys-calendar .inetsys-calendar-days .month-days li.selected button {
  cursor: pointer;
  background: darkgreen;
  background: -moz-linear-gradient(top, #007e00 0%, #004a00 100%);
  background: -webkit-linear-gradient(top, #007e00 0%, #004a00 100%);
  background: linear-gradient(to bottom, #007e00 0%, #004a00 100%);
  border-color: #003100;
  box-shadow: inset 0 0 2px #009700;
  color: white;
  transition: all .3s;
  border-radius: 5px;
}
.inetsys-calendar .inetsys-calendar-days .month-days li.selected button:hover,
.inetsys-calendar .inetsys-calendar-days .month-days li.selected button:focus {
  background: #007e00;
  background: -moz-linear-gradient(top, #009700 0%, #006400 100%);
  background: -webkit-linear-gradient(top, #009700 0%, #006400 100%);
  background: linear-gradient(to bottom, #009700 0%, #006400 100%);
}
.inetsys-calendar .inetsys-calendar-days .month-days li.selected button:active {
  background: #004a00;
  background: -moz-linear-gradient(top, #006400 0%, #003100 100%);
  background: -webkit-linear-gradient(top, #006400 0%, #003100 100%);
  background: linear-gradient(to bottom, #006400 0%, #003100 100%);
}
.inetsys-calendar .inetsys-calendar-days .month-days li.selected button:disabled,
.inetsys-calendar .inetsys-calendar-days .month-days li.selected button:disabled:hover,
.inetsys-calendar .inetsys-calendar-days .month-days li.selected button:disabled:focus,
.inetsys-calendar .inetsys-calendar-days .month-days li.selected button:disabled:active {
  cursor: not-allowed;
  background: #559855;
  background: -moz-linear-gradient(top, #60a660 0%, #4c874c 100%);
  background: -webkit-linear-gradient(top, #60a660 0%, #4c874c 100%);
  background: linear-gradient(to bottom, #60a660 0%, #4c874c 100%);
  border-color: #437743;
  box-shadow: inset 0 0 2px #77b377;
  color: white;
}
.inetsys-calendar .inetsys-calendar-days .month-days li.today button {
  box-shadow: inset 0 0 3px dodgerblue;
}
.inetsys-calendar .inetsys-calendar-days .month-days li.prev-month button,
.inetsys-calendar .inetsys-calendar-days .month-days li.next-month button {
  cursor: pointer;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  border-color: #d9d9d9;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
  transition: all .3s;
  border-radius: 5px;
  color: silver;
}
.inetsys-calendar .inetsys-calendar-days .month-days li.prev-month button:hover,
.inetsys-calendar .inetsys-calendar-days .month-days li.next-month button:hover,
.inetsys-calendar .inetsys-calendar-days .month-days li.prev-month button:focus,
.inetsys-calendar .inetsys-calendar-days .month-days li.next-month button:focus {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
.inetsys-calendar .inetsys-calendar-days .month-days li.prev-month button:active,
.inetsys-calendar .inetsys-calendar-days .month-days li.next-month button:active {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #d8d8d8 100%);
}
.inetsys-calendar .inetsys-calendar-days .month-days li.prev-month button:disabled,
.inetsys-calendar .inetsys-calendar-days .month-days li.next-month button:disabled,
.inetsys-calendar .inetsys-calendar-days .month-days li.prev-month button:disabled:hover,
.inetsys-calendar .inetsys-calendar-days .month-days li.next-month button:disabled:hover,
.inetsys-calendar .inetsys-calendar-days .month-days li.prev-month button:disabled:focus,
.inetsys-calendar .inetsys-calendar-days .month-days li.next-month button:disabled:focus,
.inetsys-calendar .inetsys-calendar-days .month-days li.prev-month button:disabled:active,
.inetsys-calendar .inetsys-calendar-days .month-days li.next-month button:disabled:active {
  cursor: not-allowed;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  border-color: #dddddd;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
}
.inetsys-calendar .inetsys-calendar-months .year-months {
  padding: 0;
  margin: 0 5%;
}
.inetsys-calendar .inetsys-calendar-months .year-months li {
  float: left;
  display: block;
  width: 30%;
}
.inetsys-calendar .inetsys-calendar-months .year-months li button {
  cursor: pointer;
  background: white;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  border-color: #e6e6e6;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
  transition: all .3s;
  border-radius: 5px;
}
.inetsys-calendar .inetsys-calendar-months .year-months li button:hover,
.inetsys-calendar .inetsys-calendar-months .year-months li button:focus {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
.inetsys-calendar .inetsys-calendar-months .year-months li button:active {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.inetsys-calendar .inetsys-calendar-months .year-months li button:disabled,
.inetsys-calendar .inetsys-calendar-months .year-months li button:disabled:hover,
.inetsys-calendar .inetsys-calendar-months .year-months li button:disabled:focus,
.inetsys-calendar .inetsys-calendar-months .year-months li button:disabled:active {
  cursor: not-allowed;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  border-color: #e6e6e6;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
}
.inetsys-calendar .inetsys-calendar-months .year-months li.selected button {
  cursor: pointer;
  background: darkgreen;
  background: -moz-linear-gradient(top, #007e00 0%, #004a00 100%);
  background: -webkit-linear-gradient(top, #007e00 0%, #004a00 100%);
  background: linear-gradient(to bottom, #007e00 0%, #004a00 100%);
  border-color: #003100;
  box-shadow: inset 0 0 2px #009700;
  color: white;
  transition: all .3s;
  border-radius: 5px;
}
.inetsys-calendar .inetsys-calendar-months .year-months li.selected button:hover,
.inetsys-calendar .inetsys-calendar-months .year-months li.selected button:focus {
  background: #007e00;
  background: -moz-linear-gradient(top, #009700 0%, #006400 100%);
  background: -webkit-linear-gradient(top, #009700 0%, #006400 100%);
  background: linear-gradient(to bottom, #009700 0%, #006400 100%);
}
.inetsys-calendar .inetsys-calendar-months .year-months li.selected button:active {
  background: #004a00;
  background: -moz-linear-gradient(top, #006400 0%, #003100 100%);
  background: -webkit-linear-gradient(top, #006400 0%, #003100 100%);
  background: linear-gradient(to bottom, #006400 0%, #003100 100%);
}
.inetsys-calendar .inetsys-calendar-months .year-months li.selected button:disabled,
.inetsys-calendar .inetsys-calendar-months .year-months li.selected button:disabled:hover,
.inetsys-calendar .inetsys-calendar-months .year-months li.selected button:disabled:focus,
.inetsys-calendar .inetsys-calendar-months .year-months li.selected button:disabled:active {
  cursor: not-allowed;
  background: #559855;
  background: -moz-linear-gradient(top, #60a660 0%, #4c874c 100%);
  background: -webkit-linear-gradient(top, #60a660 0%, #4c874c 100%);
  background: linear-gradient(to bottom, #60a660 0%, #4c874c 100%);
  border-color: #437743;
  box-shadow: inset 0 0 2px #77b377;
  color: white;
}
.inetsys-calendar .inetsys-calendar-years .years {
  padding: 0;
  margin: 0 5%;
}
.inetsys-calendar .inetsys-calendar-years .years li {
  float: left;
  display: block;
  width: 30%;
}
.inetsys-calendar .inetsys-calendar-years .years li.nav-prev,
.inetsys-calendar .inetsys-calendar-years .years li.nav-next {
  width: 90%;
}
.inetsys-calendar .inetsys-calendar-years .years li.nav-prev button:before,
.inetsys-calendar .inetsys-calendar-years .years li.nav-next button:before,
.inetsys-calendar .inetsys-calendar-years .years li.nav-prev button:after,
.inetsys-calendar .inetsys-calendar-years .years li.nav-next button:after {
  content: ' ';
  display: inline-block;
  width: 32px;
  margin: 0 5px;
  font-family: 'FontAwesome';
  text-align: center;
}
.inetsys-calendar .inetsys-calendar-years .years li.nav-prev button:before {
  content: '\f077';
}
.inetsys-calendar .inetsys-calendar-years .years li.nav-next button:after {
  content: '\f078';
}
.inetsys-calendar .inetsys-calendar-years .years li button {
  cursor: pointer;
  background: white;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  border-color: #e6e6e6;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
  transition: all .3s;
  border-radius: 5px;
}
.inetsys-calendar .inetsys-calendar-years .years li button:hover,
.inetsys-calendar .inetsys-calendar-years .years li button:focus {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
.inetsys-calendar .inetsys-calendar-years .years li button:active {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.inetsys-calendar .inetsys-calendar-years .years li button:disabled,
.inetsys-calendar .inetsys-calendar-years .years li button:disabled:hover,
.inetsys-calendar .inetsys-calendar-years .years li button:disabled:focus,
.inetsys-calendar .inetsys-calendar-years .years li button:disabled:active {
  cursor: not-allowed;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  border-color: #e6e6e6;
  box-shadow: inset 0 0 2px #ffffff;
  color: black;
}
.inetsys-calendar .inetsys-calendar-years .years li.selected button {
  cursor: pointer;
  background: darkgreen;
  background: -moz-linear-gradient(top, #007e00 0%, #004a00 100%);
  background: -webkit-linear-gradient(top, #007e00 0%, #004a00 100%);
  background: linear-gradient(to bottom, #007e00 0%, #004a00 100%);
  border-color: #003100;
  box-shadow: inset 0 0 2px #009700;
  color: white;
  transition: all .3s;
  border-radius: 5px;
}
.inetsys-calendar .inetsys-calendar-years .years li.selected button:hover,
.inetsys-calendar .inetsys-calendar-years .years li.selected button:focus {
  background: #007e00;
  background: -moz-linear-gradient(top, #009700 0%, #006400 100%);
  background: -webkit-linear-gradient(top, #009700 0%, #006400 100%);
  background: linear-gradient(to bottom, #009700 0%, #006400 100%);
}
.inetsys-calendar .inetsys-calendar-years .years li.selected button:active {
  background: #004a00;
  background: -moz-linear-gradient(top, #006400 0%, #003100 100%);
  background: -webkit-linear-gradient(top, #006400 0%, #003100 100%);
  background: linear-gradient(to bottom, #006400 0%, #003100 100%);
}
.inetsys-calendar .inetsys-calendar-years .years li.selected button:disabled,
.inetsys-calendar .inetsys-calendar-years .years li.selected button:disabled:hover,
.inetsys-calendar .inetsys-calendar-years .years li.selected button:disabled:focus,
.inetsys-calendar .inetsys-calendar-years .years li.selected button:disabled:active {
  cursor: not-allowed;
  background: #559855;
  background: -moz-linear-gradient(top, #60a660 0%, #4c874c 100%);
  background: -webkit-linear-gradient(top, #60a660 0%, #4c874c 100%);
  background: linear-gradient(to bottom, #60a660 0%, #4c874c 100%);
  border-color: #437743;
  box-shadow: inset 0 0 2px #77b377;
  color: white;
}
.inetsys-calendar .inetsys-calendar-footer {
  display: block;
  margin: 10px 3px 3px;
}
.inetsys-calendar .inetsys-calendar-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.inetsys-calendar .inetsys-calendar-footer button {
  width: auto;
  padding: 7px 15px;
}
.inetsys-calendar .inetsys-calendar-footer .clear {
  float: left;
  margin: 0 3px 0 0;
  cursor: pointer;
  background: darkred;
  background: -moz-linear-gradient(top, #a40000 0%, #720000 100%);
  background: -webkit-linear-gradient(top, #a40000 0%, #720000 100%);
  background: linear-gradient(to bottom, #a40000 0%, #720000 100%);
  border-color: #580000;
  box-shadow: inset 0 0 2px #be0000;
  color: white;
  transition: all .3s;
  border-radius: 5px;
  text-shadow: 1px 1px 0 #333;
}
.inetsys-calendar .inetsys-calendar-footer .clear:hover,
.inetsys-calendar .inetsys-calendar-footer .clear:focus {
  background: #a40000;
  background: -moz-linear-gradient(top, #be0000 0%, #8b0000 100%);
  background: -webkit-linear-gradient(top, #be0000 0%, #8b0000 100%);
  background: linear-gradient(to bottom, #be0000 0%, #8b0000 100%);
}
.inetsys-calendar .inetsys-calendar-footer .clear:active {
  background: #720000;
  background: -moz-linear-gradient(top, #8b0000 0%, #580000 100%);
  background: -webkit-linear-gradient(top, #8b0000 0%, #580000 100%);
  background: linear-gradient(to bottom, #8b0000 0%, #580000 100%);
}
.inetsys-calendar .inetsys-calendar-footer .clear:disabled,
.inetsys-calendar .inetsys-calendar-footer .clear:disabled:hover,
.inetsys-calendar .inetsys-calendar-footer .clear:disabled:focus,
.inetsys-calendar .inetsys-calendar-footer .clear:disabled:active {
  cursor: not-allowed;
  background: #b25555;
  background: -moz-linear-gradient(top, #ba6767 0%, #a34a4a 100%);
  background: -webkit-linear-gradient(top, #ba6767 0%, #a34a4a 100%);
  background: linear-gradient(to bottom, #ba6767 0%, #a34a4a 100%);
  border-color: #914242;
  box-shadow: inset 0 0 2px #c57f7f;
  color: white;
}
.inetsys-calendar .inetsys-calendar-footer .today {
  float: left;
  margin: 0 3px 0 0;
  cursor: pointer;
  background: dodgerblue;
  background: -moz-linear-gradient(top, #389dff 0%, #0483ff 100%);
  background: -webkit-linear-gradient(top, #389dff 0%, #0483ff 100%);
  background: linear-gradient(to bottom, #389dff 0%, #0483ff 100%);
  border-color: #0077ea;
  box-shadow: inset 0 0 2px #51a9ff;
  color: white;
  transition: all .3s;
  border-radius: 5px;
  text-shadow: 1px 1px 0 #333;
}
.inetsys-calendar .inetsys-calendar-footer .today:hover,
.inetsys-calendar .inetsys-calendar-footer .today:focus {
  background: #389dff;
  background: -moz-linear-gradient(top, #51a9ff 0%, #1e90ff 100%);
  background: -webkit-linear-gradient(top, #51a9ff 0%, #1e90ff 100%);
  background: linear-gradient(to bottom, #51a9ff 0%, #1e90ff 100%);
}
.inetsys-calendar .inetsys-calendar-footer .today:active {
  background: #0483ff;
  background: -moz-linear-gradient(top, #1e90ff 0%, #0077ea 100%);
  background: -webkit-linear-gradient(top, #1e90ff 0%, #0077ea 100%);
  background: linear-gradient(to bottom, #1e90ff 0%, #0077ea 100%);
}
.inetsys-calendar .inetsys-calendar-footer .today:disabled,
.inetsys-calendar .inetsys-calendar-footer .today:disabled:hover,
.inetsys-calendar .inetsys-calendar-footer .today:disabled:focus,
.inetsys-calendar .inetsys-calendar-footer .today:disabled:active {
  cursor: not-allowed;
  background: #69b5ff;
  background: -moz-linear-gradient(top, #83c2ff 0%, #4fa8ff 100%);
  background: -webkit-linear-gradient(top, #83c2ff 0%, #4fa8ff 100%);
  background: linear-gradient(to bottom, #83c2ff 0%, #4fa8ff 100%);
  border-color: #369cff;
  box-shadow: inset 0 0 2px #a6d3ff;
  color: white;
}
.inetsys-calendar .inetsys-calendar-footer .close {
  float: right;
  margin: 0 0 0 3px;
  cursor: pointer;
  background: orange;
  background: -moz-linear-gradient(top, #ffae1a 0%, #e69500 100%);
  background: -webkit-linear-gradient(top, #ffae1a 0%, #e69500 100%);
  background: linear-gradient(to bottom, #ffae1a 0%, #e69500 100%);
  border-color: #cc8400;
  box-shadow: inset 0 0 2px #ffb733;
  color: white;
  transition: all .3s;
  border-radius: 5px;
  text-shadow: 1px 1px 0 #333;
}
.inetsys-calendar .inetsys-calendar-footer .close:hover,
.inetsys-calendar .inetsys-calendar-footer .close:focus {
  background: #ffae1a;
  background: -moz-linear-gradient(top, #ffb733 0%, #ffa500 100%);
  background: -webkit-linear-gradient(top, #ffb733 0%, #ffa500 100%);
  background: linear-gradient(to bottom, #ffb733 0%, #ffa500 100%);
}
.inetsys-calendar .inetsys-calendar-footer .close:active {
  background: #e69500;
  background: -moz-linear-gradient(top, #ffa500 0%, #cc8400 100%);
  background: -webkit-linear-gradient(top, #ffa500 0%, #cc8400 100%);
  background: linear-gradient(to bottom, #ffa500 0%, #cc8400 100%);
}
.inetsys-calendar .inetsys-calendar-footer .close:disabled,
.inetsys-calendar .inetsys-calendar-footer .close:disabled:hover,
.inetsys-calendar .inetsys-calendar-footer .close:disabled:focus,
.inetsys-calendar .inetsys-calendar-footer .close:disabled:active {
  cursor: not-allowed;
  background: #ffc355;
  background: -moz-linear-gradient(top, #ffcc6f 0%, #ffba3b 100%);
  background: -webkit-linear-gradient(top, #ffcc6f 0%, #ffba3b 100%);
  background: linear-gradient(to bottom, #ffcc6f 0%, #ffba3b 100%);
  border-color: #ffb122;
  box-shadow: inset 0 0 2px #ffd992;
  color: white;
}

/*! angularjs-slider - v6.7.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2019-02-23 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}

.rzslider .rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
}

.rzslider .rz-restricted {
  z-index: 3;
  background: #ff0000;
  border-radius: 2px;
}

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: '';
}

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
}

.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}
/*# sourceMappingURL=data:application/json;base64,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QUFXO0VBQ1gsV0FBVztFQUNYLGFBQWE7Q0FDZDs7QUFFRDtFQUNFLFVBQVU7RUFDVixVQUFVO0VBQ1YsdUJBQXVCO0NBQ3hCOztBQUVEO0VBQ0UsVUFBVTtFQUNWLHNCQUFzQjtFQUN0QixpQkFBaUI7Q0FDbEI7O0FBRUQ7RUFDRSxPQUFPO0VBQ1AsV0FBVztFQUNYLFdBQVc7RUFDWCxTQUFTO0VBQ1QsYUFBYTtDQUNkOztBQUVEO0VBQ0UsaUJBQWlCO0VBQ2pCLGtCQUFrQjtFQUNsQix1QkFBdUI7Q0FDeEI7O0FBRUQ7RUFDRSxVQUFVO0VBQ1YsV0FBVztFQUNYLDhCQUE4QjtDQUMvQjs7QUFFRDtFQUNFLFVBQVU7RUFDVixZQUFZO0VBQ1osZ0JBQWdCO0VBQ2hCLG9CQUFvQjtFQUNwQiw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRSxZQUFZO0VBQ1osYUFBYTtFQUNiLFdBQVc7Q0FDWiIsImZpbGUiOiJyenNsaWRlci5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIvKiEgYW5ndWxhcmpzLXNsaWRlciAtIHY2LjcuMCAtIFxuIChjKSBSYWZhbCBaYWphYyA8cnphamFjQGdtYWlsLmNvbT4sIFZhbGVudGluIEhlcnZpZXUgPHZhbGVudGluQGhlcnZpLmV1PiwgSnVzc2kgU2Fhcml2aXJ0YSA8anVzYXNpQGdtYWlsLmNvbT4sIEFuZ2VsaW4gU2lyYnUgPGFuZ2VsaW4uc2lyYnVAZ21haWwuY29tPiAtIFxuIGh0dHBzOi8vZ2l0aHViLmNvbS9hbmd1bGFyLXNsaWRlci9hbmd1bGFyanMtc2xpZGVyIC0gXG4gMjAxOS0wMi0yMyAqL1xuLnJ6c2xpZGVyIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDRweDtcbiAgbWFyZ2luOiAzNXB4IDAgMTVweCAwO1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICB1c2VyLXNlbGVjdDogbm9uZTtcbn1cblxuLnJ6c2xpZGVyLndpdGgtbGVnZW5kIHtcbiAgbWFyZ2luLWJvdHRvbTogNDBweDtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LXBvaW50ZXIge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZDhlMGYzO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei1kcmFnZ2FibGUge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei1zZWxlY3Rpb24ge1xuICBiYWNrZ3JvdW5kOiAjOGI5MWEyO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei10aWNrIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotdGljay5yei1zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQ6ICM4YjkxYTI7XG59XG5cbi5yenNsaWRlciBzcGFuIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG5cbi5yenNsaWRlciAucnotYmFzZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi5yenNsaWRlciAucnotYmFyLXdyYXBwZXIge1xuICBsZWZ0OiAwO1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAzMnB4O1xuICBwYWRkaW5nLXRvcDogMTZweDtcbiAgbWFyZ2luLXRvcDogLTE2cHg7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5cbi5yenNsaWRlciAucnotZHJhZ2dhYmxlIHtcbiAgY3Vyc29yOiBtb3ZlO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhciB7XG4gIGxlZnQ6IDA7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDRweDtcbiAgYmFja2dyb3VuZDogI2Q4ZTBmMztcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1iYXItd3JhcHBlci5yei10cmFuc3BhcmVudCAucnotYmFyIHtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG59XG5cbi5yenNsaWRlciAucnotYmFyLXdyYXBwZXIucnotbGVmdC1vdXQtc2VsZWN0aW9uIC5yei1iYXIge1xuICBiYWNrZ3JvdW5kOiAjZGYwMDJkO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhci13cmFwcGVyLnJ6LXJpZ2h0LW91dC1zZWxlY3Rpb24gLnJ6LWJhciB7XG4gIGJhY2tncm91bmQ6ICMwM2E2ODg7XG59XG5cbi5yenNsaWRlciAucnotc2VsZWN0aW9uIHtcbiAgei1pbmRleDogMjtcbiAgYmFja2dyb3VuZDogIzBkYjlmMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1yZXN0cmljdGVkIHtcbiAgei1pbmRleDogMztcbiAgYmFja2dyb3VuZDogI2ZmMDAwMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyIHtcbiAgdG9wOiAtMTRweDtcbiAgei1pbmRleDogMztcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMGRiOWYwO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDE2cHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMTZweDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAxNnB4O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXBvaW50ZXI6YWZ0ZXIge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMTJweDtcbiAgbGVmdDogMTJweDtcbiAgd2lkdGg6IDhweDtcbiAgaGVpZ2h0OiA4cHg7XG4gIGJhY2tncm91bmQ6ICNmZmZmZmY7XG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogNHB4O1xuICAgICAtbW96LWJvcmRlci1yYWRpdXM6IDRweDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiA0cHg7XG4gIGNvbnRlbnQ6ICcnO1xufVxuXG4ucnpzbGlkZXIgLnJ6LXBvaW50ZXI6aG92ZXI6YWZ0ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmZmZmO1xufVxuXG4ucnpzbGlkZXIgLnJ6LXBvaW50ZXIucnotYWN0aXZlIHtcbiAgei1pbmRleDogNDtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyLnJ6LWFjdGl2ZTphZnRlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICM0NTFhZmY7XG59XG5cbi5yenNsaWRlciAucnotYnViYmxlIHtcbiAgYm90dG9tOiAxNnB4O1xuICBwYWRkaW5nOiAxcHggM3B4O1xuICBjb2xvcjogIzU1NjM3ZDtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJ1YmJsZS5yei1saW1pdCB7XG4gIGNvbG9yOiAjNTU2MzdkO1xufVxuXG4ucnpzbGlkZXIgLnJ6LXRpY2tzIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC0zcHg7XG4gIGxlZnQ6IDA7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDA7XG4gIG1hcmdpbjogMDtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrcy12YWx1ZXMtdW5kZXIgLnJ6LXRpY2stdmFsdWUge1xuICB0b3A6IGF1dG87XG4gIGJvdHRvbTogLTMycHg7XG59XG5cbi5yenNsaWRlciAucnotdGljayB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICB3aWR0aDogMTBweDtcbiAgaGVpZ2h0OiAxMHB4O1xuICBtYXJnaW4tbGVmdDogMTFweDtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGJhY2tncm91bmQ6ICNkOGUwZjM7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrLnJ6LXNlbGVjdGVkIHtcbiAgYmFja2dyb3VuZDogIzBkYjlmMDtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IC0zMHB4O1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrLWxlZ2VuZCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAyNHB4O1xuICBtYXgtd2lkdGg6IDUwcHg7XG4gIHdoaXRlLXNwYWNlOiBub3JtYWw7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlKC01MCUsIDApO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHdpZHRoOiA0cHg7XG4gIGhlaWdodDogMTAwJTtcbiAgcGFkZGluZzogMDtcbiAgbWFyZ2luOiAwIDIwcHg7XG4gIHZlcnRpY2FsLWFsaWduOiBiYXNlbGluZTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei1iYXNlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgcGFkZGluZzogMDtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei1iYXItd3JhcHBlciB7XG4gIHRvcDogYXV0bztcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMTAwJTtcbiAgcGFkZGluZzogMCAwIDAgMTZweDtcbiAgbWFyZ2luOiAwIDAgMCAtMTZweDtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei1iYXIge1xuICBib3R0b206IDA7XG4gIGxlZnQ6IGF1dG87XG4gIHdpZHRoOiA0cHg7XG4gIGhlaWdodDogMTAwJTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei1wb2ludGVyIHtcbiAgdG9wOiBhdXRvO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IC0xNHB4ICFpbXBvcnRhbnQ7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYnViYmxlIHtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAxNnB4ICFpbXBvcnRhbnQ7XG4gIG1hcmdpbi1sZWZ0OiAzcHg7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotdGlja3Mge1xuICB0b3A6IDA7XG4gIGxlZnQ6IC0zcHg7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAwO1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotdGljayB7XG4gIG1hcmdpbi10b3A6IDExcHg7XG4gIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2stdmFsdWUge1xuICB0b3A6IGF1dG87XG4gIGxlZnQ6IDI0cHg7XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlKDAsIC0yOCUpO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2stbGVnZW5kIHtcbiAgdG9wOiBhdXRvO1xuICByaWdodDogMjRweDtcbiAgbWF4LXdpZHRoOiBub25lO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtMjglKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrcy12YWx1ZXMtdW5kZXIgLnJ6LXRpY2stdmFsdWUge1xuICByaWdodDogMjRweDtcbiAgYm90dG9tOiBhdXRvO1xuICBsZWZ0OiBhdXRvO1xufSJdfQ== */
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.c3-chart-arc.c3-target g path {
  opacity: 1; }

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1; }
