@charset "UTF-8";

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-load-more .km-button {
  margin: 0 .8em;
  display: block;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-loader:before, .km-flat .km-scroller-refresh.km-load-more, .km-flat .km-scroller-pull {
  border-radius: 20em;
  overflow: visible;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-loader:before {
  content: "\a0";
  display: block;
  position: absolute;
  margin-top: -2em;
  margin-left: -2em;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  border-radius: 5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-loader {
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroller-refresh.km-load-more {
  padding: 0;
  position: relative;
  margin: auto;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroller-refresh.km-load-more, .km-flat .km-scroller-pull {
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  top: .25em;
  white-space: nowrap;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroller-pull {
  left: 50%;
  margin: 0 0 0 -90px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-loader h1 {
  display: none;
  font-size: 1em;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 55%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroller-pull .km-template {
  position: absolute;
  line-height: 2em;
  font-size: 1.2em;
  min-width: 0;
  top: 0;
  left: 3em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-loading, .km-flat .km-loader .km-loading-left, .km-flat .km-loader .km-loading-right, .km-flat .km-load-more.km-scroller-refresh .km-icon, .km-flat .km-scroller-pull.km-scroller-refresh .km-icon, .km-flat .km-scroller-refresh .km-loading-left, .km-flat .km-scroller-refresh .km-loading-right {
  font-size: 1em;
  display: block;
  width: .36em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.8em;
  margin-top: -0.5em;
  border-radius: 1em;
  -webkit-animation: km-flatload .6s infinite linear;
  animation: km-flatload .6s infinite linear;
  -webkit-background-clip: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroller-pull .km-icon {
  margin-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-load-more.km-scroller-refresh .km-icon, .km-flat .km-scroller-pull.km-scroller-refresh .km-icon, .km-flat .km-scroller-refresh .km-loading-left, .km-flat .km-scroller-refresh .km-loading-right {
  height: .6em;
  margin-top: -0.3em;
  margin-left: -0.6em;
  width: .25em;
  -webkit-animation: km-flatrefresh .6s infinite linear;
  animation: km-flatrefresh .6s infinite linear;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroller-pull .km-icon:after {
  content: "\e012";
  margin-left: -3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroller-refresh .km-icon:after {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-flat .km-loading-left {
  margin-left: -0.2em;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-flat .km-loading-right {
  margin-left: .42em;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroller-refresh .km-loading-left {
  margin-left: -0.18em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroller-refresh .km-loading-right {
  margin-left: .28em;
}

@keyframes km-flatload {
  0% {
    height: 1em;
    margin-top: -0.5em;
  }
  33% {
    height: 2em;
    margin-top: -1em;
  }
  66% {
    height: 1em;
    margin-top: -0.5em;
  }
}
@-webkit-keyframes km-flatload {
  0% {
    height: 1em;
    margin-top: -0.5em;
  }
  33% {
    height: 2em;
    margin-top: -1em;
  }
  66% {
    height: 1em;
    margin-top: -0.5em;
  }
}
@keyframes km-flatrefresh {
  0% {
    height: .6em;
    margin-top: -0.3em;
  }
  33% {
    height: 1.2em;
    margin-top: -0.6em;
  }
  66% {
    height: .6em;
    margin-top: -0.3em;
  }
}
@-webkit-keyframes km-flatrefresh {
  0% {
    height: .6em;
    margin-top: -0.3em;
  }
  33% {
    height: 1.2em;
    margin-top: -0.6em;
  }
  66% {
    height: .6em;
    margin-top: -0.3em;
  }
}
/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat, .km-flat .km-navbar, .km-flat .k-toolbar, .km-flat .km-detail, .km-flat .km-content {
  color: #4c5356;
  background-color: #f4f4f4;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-button {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-detail, .km-flat .k-toolbar {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-wrapper {
  background-color: #bababa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-background, .km-flat .k-slider-selection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#bababa));
  background-image: -webkit-linear-gradient(top, #bababa, #bababa);
  background-image: linear-gradient(to bottom, #bababa, #bababa);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-handle {
  background: #f4f4f4;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 1px currentcolor,0 -1px 0 1px currentcolor;
  box-shadow: 0 1px 0 1px currentcolor,0 -1px 0 1px currentcolor;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-off .km-switch-handle {
  -webkit-box-shadow: 0 1px 0 1px #bababa,0 -1px 0 1px #bababa;
  box-shadow: 0 1px 0 1px #bababa,0 -1px 0 1px #bababa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-container, .km-flat .km-switch-wrapper {
  border-color: #f0f0f0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-slider-track {
  background-color: #bababa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-list > li {
  background: #fcfcfc;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listinset > li:first-child, .km-flat .km-listgroupinset .km-list > li:first-child {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listinset > li:last-child, .km-flat .km-listgroupinset .km-list > li:last-child {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-link:after {
  color: #97a0a4;
  border-color: currentcolor;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-group-title {
  background: #f4f4f4;
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-filter-wrap:before, .km-flat .km-filter-reset .km-clear {
  color: #4c5356;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-filter-wrap > input {
  color: #4c5356;
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-filter-wrap > input:focus {
  border-color: #000;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-pages li {
  background: rgba(0, 0, 0, 0.1);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-list input[type=password], .km-flat .km-list input[type=search], .km-flat .km-list input[type=number], .km-flat .km-list input[type=tel], .km-flat .km-list input[type=url], .km-flat .km-list input[type=email], .km-flat .km-list input[type=month], .km-flat .km-list input[type=color], .km-flat .km-list input[type=week], .km-flat .km-list input[type=date], .km-flat .km-list input[type=time], .km-flat .km-list input[type=datetime], .km-flat .km-list input[type=datetime-local], .km-flat .km-list input[type=text]:not(.k-input), .km-flat .km-list select:not([multiple]), .km-flat .km-list .k-dropdown-wrap, .km-flat .km-list textarea, .km-flat .km-list .k-dropdown-wrap .k-input {
  color: #4c5356;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-list select:not([multiple]) option {
  color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-content .km-list .km-state-active input[type=password], .km-flat .km-content .km-list .km-state-active input[type=search], .km-flat .km-content .km-list .km-state-active input[type=number], .km-flat .km-content .km-list .km-state-active input[type=tel], .km-flat .km-content .km-list .km-state-active input[type=url], .km-flat .km-content .km-list .km-state-active input[type=email], .km-flat .km-content .km-list .km-state-active input[type=month], .km-flat .km-content .km-list .km-state-active input[type=color], .km-flat .km-content .km-list .km-state-active input[type=week], .km-flat .km-content .km-list .km-state-active input[type=date], .km-flat .km-content .km-list .km-state-active input[type=time], .km-flat .km-content .km-list .km-state-active input[type=datetime], .km-flat .km-content .km-list .km-state-active input[type=datetime-local], .km-flat .km-content .km-list .km-state-active input[type=text]:not(.k-input), .km-flat .km-content .km-list .km-state-active select:not([multiple]), .km-flat .km-content .km-list .km-state-active textarea {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-label input[type=radio], .km-flat .km-listview-label input[type=checkbox] {
  border-color: rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-label input[type=checkbox]:checked:after {
  color: #eee;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-shim, .km-phone .km-flat .km-actionsheet-wrapper {
  background: rgba(0, 0, 0, 0.4);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-popup .k-item, .km-flat .km-actionsheet > li > a {
  background: #363940;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-popup {
  background: rgba(0, 0, 0, 0.4);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-actionsheet-wrapper, .km-flat .km-popup .k-list-container {
  background: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-popup.km-pane, .km-tablet .km-flat .km-actionsheet-wrapper {
  background-color: #363940;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-popup-arrow:after {
  border-color: #363940 transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-left .km-popup-arrow:after, .km-flat .km-right .km-popup-arrow:after {
  border-color: transparent #363940;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-loader {
  background: rgba(0, 0, 0, 0.05);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-loader h1 {
  color: #4c5356;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-collapsible-header, .km-flat .km-collapsible-content {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-collapsible-header {
  background: #ededed;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-detail:active, .km-flat .km-state-active .km-detail, .km-flat .km-state-active[style*=background] {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-badge, .km-flat .km-rowinsert, .km-flat .km-rowdelete, .km-flat .km-state-active, .km-flat .km-switch-label-on, .km-flat .km-switch-label-off, .km-flat .km-tabstrip .km-button, .km-flat .km-popup .k-item, .km-flat .km-actionsheet > li > a, .km-flat .km-tabstrip .km-state-active, .km-flat .k-slider .k-draghandle, .km-flat .k-slider .k-draghandle:hover, .km-flat .km-scroller-pull .km-icon, .km-flat .km-popup.km-pane .km-navbar, .km-flat .km-popup.km-pane .k-toolbar, .km-flat .km-popup.km-pane .km-tabstrip, .km-flat .km-popup .k-state-hover, .km-flat .km-popup .k-state-focused, .km-flat .km-popup .k-state-selected, .km-flat .km-actionsheet > li > a:active, .km-flat .km-actionsheet > li > a:hover, .km-flat .km-actionsheet > li > .km-state-active, .km-flat li.km-state-active .km-listview-link, .km-flat li.km-state-active .km-listview-label, .km-flat .km-state-active .km-listview-link:after {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-loader > *:not(h1), .km-flat .km-filter-wrap > input, .km-flat .km-switch-handle.km-state-active, .km-root .km-flat .km-scroller-refresh span:not(.km-template) {
  background: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-handle, .km-flat .k-slider-selection, .km-flat .km-switch-background {
  color: #10c4b2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-rowinsert, .km-flat .km-state-active, .km-flat .km-scroller-pull, .km-flat .km-loader:before, .km-flat .k-slider-selection, .km-flat .km-touch-scrollbar, .km-flat .km-pages .km-current-page, .km-flat .k-slider .k-draghandle, .km-flat .k-slider .k-draghandle:hover, .km-flat .km-tabstrip .km-state-active, .km-flat .km-scroller-refresh.km-load-more, .km-flat .km-popup .k-state-hover, .km-flat .km-popup .k-state-focused, .km-flat .km-popup .k-state-selected, .km-flat .km-actionsheet > li > a:active, .km-flat .km-actionsheet > li > a:hover, .km-flat .km-actionsheet > li > .km-state-active, .km-flat li.km-state-active .km-listview-link, .km-flat li.km-state-active .km-listview-label, .km-flat .km-listview-label input[type=radio]:checked, .km-flat .km-listview-label input[type=checkbox]:checked {
  background: #10c4b2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-filter-wrap > input:focus {
  border-color: #10c4b2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-badge, .km-flat .km-rowdelete {
  background: #da2228;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-tablet .km-flat.km-horizontal .km-navbar .km-button, .km-tablet .km-flat.km-horizontal .km-toolbar .km-button {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-button {
  padding: .5em .8em;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-badge, .km-flat .km-detail {
  border: 0;
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-detail {
  min-width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  border-width: 1px;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-detaildisclose {
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-detaildisclose:after, .km-flat .km-detaildisclose:before {
  left: .1em;
  top: .35em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-detail .km-icon:before {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-buttongroup > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-buttongroup > *:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-buttongroup > *:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-buttongroup > *.km-state-active {
  border-right-width: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-buttongroup > *.km-state-active + * {
  border-left-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-navbar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-header .km-navbar {
  border-width: 0 0 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-footer .km-navbar {
  border-width: 1px 0 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-toolbar, .km-flat .km-navbar, .km-flat .km-tabstrip, .km-flat .km-tabstrip .km-button {
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-toolbar {
  line-height: 2.1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-toolbar .km-button, .km-flat .k-toolbar .k-split-button {
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-toolbar .k-button-icon .km-icon, .km-flat .k-toolbar .k-button-icontext .km-icon, .km-flat .k-split-button .km-arrowdown {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  margin-top: -7px;
  margin-bottom: -2px;
  vertical-align: middle;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-split-button .km-arrowdown {
  margin-left: 2px;
  margin-right: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-split-button .k-button-icontext {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-split-button-arrow {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-actionsheet.k-split-container > li > .km-button, .km-flat .km-actionsheet.k-overflow-container > li > .km-button {
  min-width: 10em;
  text-align: center;
  font-size: 1.1em;
  border: 0;
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-actionsheet.k-split-container > li > .km-button {
  min-width: 5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-split-wrapper .km-actionsheet-wrapper, .km-flat .k-overflow-wrapper .km-actionsheet-wrapper {
  padding: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
html .km-flat .k-split-container.km-actionsheet > li, html .km-flat .k-overflow-container.km-actionsheet > li {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-split-container.km-actionsheet, .km-flat .k-overflow-container.km-actionsheet {
  border-top: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-tabstrip {
  padding: 0;
  display: table;
  table-layout: fixed;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-tabstrip .km-button {
  font-size: .7em;
  display: table-cell;
  border: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-tabstrip .km-icon:before {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch {
  width: 4.6rem;
  height: 1.9rem;
  line-height: 1.76rem;
  overflow: hidden;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-wrapper {
  overflow: hidden;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-background, .km-flat .k-slider-selection {
  background-position: 4.25em 0;
  background-repeat: no-repeat;
  background-color: currentcolor;
  margin-left: -3.4rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-container {
  padding: 1px 0 1px 1px;
  border-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-handle {
  width: 1.6em;
  margin: 0 4px 0 0;
  border-width: 1px;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-label-off {
  left: 1.5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-label-on {
  left: -2.8em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-label-on, .km-flat .km-switch-label-off {
  text-shadow: none;
  width: 185%;
  font-size: 1em;
  line-height: 1.5em;
  vertical-align: middle;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-wrapper, .km-flat .km-switch-container, .km-flat .km-switch-background {
  border-radius: 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-handle {
  border-radius: 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-switch-container, .km-flat .km-switch-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-list > li {
  border-style: solid;
  border-width: 0 0 1px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listinset > li:first-child, .km-flat .km-listgroupinset .km-list > li:first-child {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px 3px 0 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listinset > li, .km-flat .km-listgroupinset .km-list > li {
  border-width: 0 1px 1px 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listinset > li:last-child, .km-flat .km-listgroupinset .km-list > li:last-child {
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 3px 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listinset > li:first-child:last-child, .km-flat .km-listgroupinset .km-list > li:first-child:last-child {
  border-width: 1px;
  border-radius: 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-link:after {
  border-width: .2rem .2rem 0 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat:not(.km-on-android) .km-listview-link:after {
  width: .66rem;
  height: .64rem;
  border-width: 0;
  -webkit-box-shadow: inset -0.2rem .2rem 0;
  box-shadow: inset -0.2rem .2rem 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listinset li:first-child > .km-listview-link, .km-flat .km-listgroupinset li:first-child > .km-listview-link, .km-flat .km-listinset li:first-child > .km-listview-label, .km-flat .km-listgroupinset li:first-child > .km-listview-label {
  border-radius: 2px 2px 0 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listinset li:last-child > .km-listview-link, .km-flat .km-listgroupinset li:last-child > .km-listview-link, .km-flat .km-listinset li:last-child > .km-listview-label, .km-flat .km-listgroupinset li:last-child > .km-listview-label {
  border-radius: 0 0 2px 2px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listinset li:first-child:last-child > .km-listview-link, .km-flat .km-listgroupinset li:first-child:last-child > .km-listview-link, .km-flat .km-listinset li:first-child:last-child > .km-listview-label, .km-flat .km-listgroupinset li:first-child:last-child > .km-listview-label {
  border-radius: 2px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-group-title {
  border-style: solid;
  border-width: 1px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-scroll-header .km-group-title {
  border-width: 0 0 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listgroupinset .km-group-title {
  border: 0;
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview .km-switch {
  margin-top: -0.9rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-wrapper form .km-filter-wrap > input {
  font-size: 1.2em;
  padding: .3em 1.8em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-filter-wrap:before {
  margin: .05em -1.3em 0 .3em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-filter-reset {
  margin: .05em 0 0 -2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-filter-reset .km-clear:after {
  content: "\e038";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-filter-wrap > input {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-filter-wrap > input:focus {
  border-width: 1px;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-pages {
  padding-top: .4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-pages li {
  border-radius: 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-slider .k-draghandle, .km-flat .k-slider .k-draghandle:hover {
  border: 0;
  border-radius: 5em;
  -webkit-box-shadow: 0 0 0 3px currentcolor;
  box-shadow: 0 0 0 3px currentcolor;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-slider-track {
  margin: -0.5em .5em 0 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: .5em;
  background-color: #bababa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .k-slider-selection {
  margin-left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-list input[type=password], .km-flat .km-list input[type=search], .km-flat .km-list input[type=number], .km-flat .km-list input[type=tel], .km-flat .km-list input[type=url], .km-flat .km-list input[type=email], .km-flat .km-list input[type=month], .km-flat .km-list input[type=color], .km-flat .km-list input[type=week], .km-flat .km-list input[type=date], .km-flat .km-list input[type=time], .km-flat .km-list input[type=datetime], .km-flat .km-list input[type=datetime-local], .km-flat .km-list input[type=text]:not(.k-input), .km-flat .km-list select:not([multiple]), .km-flat .km-list .k-dropdown-wrap, .km-flat .km-list textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.1rem;
  min-width: 6em;
  border: 0;
  padding: .4em;
  outline: 0;
  background: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-list .k-dropdown-wrap {
  padding: .2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-list .k-dropdown {
  margin-top: -1.05em;
  font-weight: normal;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-list input[type=color], .km-flat .km-list input[type=week], .km-flat .km-list input[type=date], .km-flat .km-list input[type=time], .km-flat .km-list input[type=month], .km-flat .km-list input[type=datetime], .km-flat .km-list input[type=datetime-local], .km-flat .km-list .k-dropdown {
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-list .k-dropdown .k-dropdown-wrap {
  display: block;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-label input[type=checkbox] {
  margin-top: -0.7em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-label input[type=radio], .km-flat .km-listview-label input[type=checkbox] {
  border-width: 1px;
  border-style: solid;
  width: 1.4em;
  height: 1.4em;
  border-radius: 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-label input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  border-radius: 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-label input[type=checkbox]:after {
  content: "\a0";
  display: block;
  width: 90%;
  height: 76%;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-label input[type=checkbox]:checked:after {
  font-size: 1.4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-listview-label input[type=radio]:after {
  color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-actionsheet > li > a {
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat li.km-actionsheet-cancel > a {
  color: #bababa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-actionsheet > li > a {
  display: block;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-actionsheet > li:last-child > a {
  border: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-shim li.km-actionsheet-title, .km-flat .km-popup li.km-actionsheet-title {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-actionsheet-wrapper.km-popup {
  padding: 2px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-popup.km-pane {
  border: 5px solid transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-popup.km-pane .km-navbar, .km-flat .km-popup.km-pane .km-toolbar, .km-flat .km-popup.km-pane .km-tabstrip {
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-popup.km-pane .km-header {
  padding: 0 5px;
  margin: -5px -5px 2px;
  border-radius: 3px 3px 0 0;
  -webkit-margin-collapse: separate;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-popup-arrow:after {
  border-color: rgba(0, 0, 0, 0.5) transparent;
  border-style: solid;
  border-width: 0 15px 15px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-down .km-popup-arrow:before {
  margin-top: -1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-up .km-popup-arrow:after {
  border-width: 15px 15px 0 15px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-left .km-popup-arrow:after {
  border-width: 15px 0 15px 15px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-right .km-popup-arrow:after {
  border-width: 15px 15px 15px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-flat .km-touch-scrollbar {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-android4.km-flat .km-scroller-pull .km-icon:after {
  margin-left: -6px;
  margin-top: -3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material {
  font-family: "Roboto",Helvetica,Arial,sans-serif;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-material.km-pane, .km-root .km-material .km-view, .km-root .km-material .km-slider, .km-root .km-material .km-switch, .km-root .km-material .km-group-title, .km-root .km-material .km-filter-reset, .km-root .km-material .km-shim .k-animation-container {
  -webkit-transform: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material, .km-material * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material [class^=k-] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-tabstrip .km-button {
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup .k-popup {
  font-size: 1em !important;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup .k-item, .km-material .km-actionsheet > li > a {
  text-decoration: none;
  padding: .5em .6em;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup .k-list-container {
  width: 100% !important;
  height: auto !important;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-actionsheet, .km-material .km-popup .k-list-container {
  max-height: 80%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-actionsheet-wrapper, .km-material .km-popup .k-list-container {
  bottom: 0;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-shim .k-animation-container {
  left: 0;
  top: auto;
  bottom: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup-wrapper {
  padding: 15px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup.km-pane, .km-material .km-actionsheet-wrapper.km-popup {
  border-radius: 2px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-load-more {
  height: 3.4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-load-more .km-button {
  margin: 0 .8em;
  display: block;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-refresh.km-load-more, .km-material .km-scroller-pull {
  border-radius: 50%;
  overflow: visible;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loader {
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loading, .km-material .km-scroller-refresh .km-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  width: 26px;
  height: 26px;
  border: 5px solid transparent;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loading:before, .km-material .km-scroller-refresh .km-icon:before {
  content: "\a0";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-material .km-scroller-pull .km-icon {
  -webkit-background-clip: inherit;
  -webkit-background-size: inherit inherit;
  background-size: inherit;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loading:after {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loading-left, .km-material .km-loading-right {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin-top: -13px;
  margin-left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loader .km-loading-left, .km-material .km-loader .km-loading-right, .km-material .km-scroller-refresh .km-loading-left, .km-material .km-scroller-refresh .km-loading-right {
  -webkit-animation: materialdrive 4s infinite linear;
  animation: materialdrive 4s infinite linear;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-refresh.km-load-more {
  padding: 0;
  position: relative;
  margin: auto;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-refresh.km-load-more, .km-material .km-scroller-pull {
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  top: .25em;
  white-space: nowrap;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-pull {
  left: 50%;
  margin: 0 0 0 -90px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loader h1 {
  display: none;
  font-size: 1em;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 55%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-pull .km-template {
  position: absolute;
  line-height: 2em;
  font-size: 1.2em;
  min-width: 0;
  top: 0;
  left: 3em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loader .km-loading-left:before, .km-material .km-loader .km-loading-left:after, .km-material .km-loader .km-loading-right:before, .km-material .km-loader .km-loading-right:after, .km-material .km-scroller-refresh .km-loading-left:before, .km-material .km-scroller-refresh .km-loading-left:after, .km-material .km-scroller-refresh .km-loading-right:before, .km-material .km-scroller-refresh .km-loading-right:after {
  content: "\a0";
  display: block;
  position: absolute;
  top: -13px;
  left: -13px;
  width: 26px;
  height: 26px;
  -webkit-transform-origin: 24px 24px;
  -ms-transform-origin: 24px 24px;
  transform-origin: 24px 24px;
  -webkit-animation: materialrotate1 1.5s infinite ease-out;
  animation: materialrotate1 1.5s infinite ease-out;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loader .km-loading-left:after, .km-material .km-scroller-refresh .km-loading-left:after {
  -webkit-animation-name: materialrotate2;
  animation-name: materialrotate2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loader .km-loading-right:before, .km-material .km-scroller-refresh .km-loading-right:before {
  -webkit-animation-name: materialrotate3;
  animation-name: materialrotate3;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loader .km-loading-right:after, .km-material .km-scroller-refresh .km-loading-right:after {
  -webkit-animation-name: materialrotate4;
  animation-name: materialrotate4;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-pull .km-icon {
  margin-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-pull .km-icon:after {
  content: "\e012";
  margin-left: -3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-refresh .km-icon:after {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-load-more .km-icon, .km-material .km-scroller-pull .km-icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: none;
  transition: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-load-more .km-icon:after, .km-material .km-scroller-pull .km-icon:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 62% 50%;
  -ms-transform-origin: 62% 50%;
  transform-origin: 62% 50%;
  -webkit-transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-release .km-icon:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-refresh .km-icon:after {
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes materialrotate1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(270deg);
  }
  90% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes materialrotate2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
  90% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes materialrotate3 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
  }
  90% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes materialrotate4 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  90% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes materialrotate1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  90% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes materialrotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  90% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes materialrotate3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  90% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes materialrotate4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  90% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes materialdrive {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes materialdrive {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-button {
  background: #fafafa;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-button {
  background: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-toolbar {
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-handle {
  background: #3f51b5;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px #3f51b5,0 2px #3f51b5;
  box-shadow: 0 2px 4px #3f51b5,0 2px #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-off .km-switch-handle {
  background-color: #fafafa;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px rgba(0, 0, 0, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-switch-off .km-switch-handle {
  background-color: #212121;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-container, .km-material .km-switch-wrapper {
  border-color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-switch-container, .km-material-dark .km-switch-wrapper {
  border-color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-group-container, .km-material .km-list > li, .km-material .km-listinset > li:first-child, .km-material .km-listgroupinset .km-list > li:first-child, .km-material .km-listinset > li:last-child, .km-material .km-listgroupinset .km-list > li:last-child {
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-group-title, .km-material .km-listview-link:after {
  color: #808080;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-group-title {
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-filter-wrap:before, .km-material .km-filter-reset .km-clear, .km-material .km-filter-wrap > input {
  color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-filter-wrap:before, .km-material-dark .km-filter-reset .km-clear, .km-material-dark .km-filter-wrap > input {
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-pages li {
  background: rgba(128, 128, 128, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list select:not([multiple]) option {
  color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-label input[type=radio], .km-material .km-listview-label input[type=checkbox] {
  border-color: rgba(0, 0, 0, 0.54);
  background: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-listview-label input[type=radio], .km-material-dark .km-listview-label input[type=checkbox] {
  border-color: #fafafa;
  background: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-label input[type=checkbox]:checked:after {
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-listview-label input[type=checkbox]:checked:after {
  color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-shim {
  background: rgba(0, 0, 0, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-phone .km-material .km-actionsheet-wrapper {
  background: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-phone .km-material-dark .km-actionsheet-wrapper {
  background: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup .k-item, .km-material .km-actionsheet > li > a {
  color: #333;
  background: #fafafa;
  border-bottom-color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-popup .k-item, .km-material-dark .km-actionsheet > li > a {
  color: #fafafa;
  background: #333;
  border-bottom-color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup {
  background: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-popup {
  background: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-actionsheet-wrapper, .km-material .km-popup .k-list-container {
  background: #fafafa;
  border-top-color: #fafafa;
  -webkit-box-shadow: 0 15px 30px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px 3px rgba(0, 0, 0, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-actionsheet-wrapper, .km-material-dark .km-popup .k-list-container {
  background: #333;
  border-top-color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup.km-pane, .km-tablet .km-material .km-actionsheet-wrapper {
  color: #333;
  background-color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-popup.km-pane, .km-tablet .km-material-dark .km-actionsheet-wrapper {
  color: #fafafa;
  background-color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup-arrow:after {
  border-color: #fafafa transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-popup-arrow:after {
  border-color: #333 transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-left .km-popup-arrow:after, .km-material .km-right .km-popup-arrow:after {
  border-color: transparent #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-left .km-popup-arrow:after, .km-material-dark .km-right .km-popup-arrow:after {
  border-color: transparent #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loading:before, .km-material .km-scroller-refresh .km-icon:before {
  border-color: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroller-pull.km-scroller-refresh .km-icon:before {
  border-color: rgba(51, 51, 51, 0.5);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-scroller-pull.km-scroller-refresh .km-icon:before {
  border-color: rgba(250, 250, 250, 0.5);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loading, .km-material .km-scroller-refresh .km-icon, .km-material .km-loading-left:before, .km-material .km-loading-left:after, .km-material .km-loading-right:before, .km-material .km-loading-right:after {
  background-color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-loading, .km-material-dark .km-scroller-refresh .km-icon, .km-material-dark .km-loading-left:before, .km-material-dark .km-loading-left:after, .km-material-dark .km-loading-right:before, .km-material-dark .km-loading-right:after {
  background-color: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-loading:before, .km-material-dark .km-scroller-refresh .km-icon:before {
  border-color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loading, .km-material .km-scroller-pull .km-icon {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-loader h1 {
  color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-loader h1 {
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-collapsible-header, .km-material .km-collapsible-content {
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-collapsible-header .km-icon {
  color: #7d7d7d;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-expanded .km-collapsible-header .km-icon {
  color: #283593;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-collapsible-header, .km-material-dark .km-collapsible-content {
  border-color: #4d4d4d;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-detail.km-state-active, .km-material .km-state-active[style*=background] {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(128, 128, 128, 0.2);
  box-shadow: inset 0 0 0 1000px rgba(128, 128, 128, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-badge, .km-material .km-switch-label-on, .km-material .km-switch-label-off, .km-material .k-slider .k-draghandle, .km-material .k-slider .k-draghandle:hover, .km-material .km-actionsheet > li > a:focus, .km-material .km-actionsheet > li > a:active, .km-material .km-popup.km-pane .k-toolbar, .km-material .km-popup.km-pane .km-tabstrip, .km-material .km-popup .k-state-hover, .km-material .km-popup .k-state-focused, .km-material .km-state-active .km-listview-link:after {
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-switch-label-on, .km-material-dark .km-switch-label-off, .km-material-dark .k-slider .k-draghandle, .km-material-dark .k-slider .k-draghandle:hover, .km-material-dark .km-popup.km-pane .k-toolbar, .km-material-dark .km-popup.km-pane .km-tabstrip, .km-material-dark .km-popup .k-state-hover, .km-material-dark .km-popup .k-state-focused, .km-material-dark .km-state-active .km-listview-link:after {
  color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-filter-wrap > input, .km-material .km-switch-handle.km-state-active {
  background: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-filter-wrap > input, .km-material-dark .km-switch-handle.km-state-active {
  background: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-handle, .km-material .k-slider-selection {
  color: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-background {
  color: #8591d5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-off .km-switch-background {
  background-color: rgba(128, 128, 128, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-selection, .km-material .km-touch-scrollbar, .km-material .km-pages .km-current-page, .km-material .k-slider .k-draghandle, .km-material .k-slider .k-draghandle:hover, .km-material .km-actionsheet > li > a:focus, .km-material .km-actionsheet > li > a:active, .km-material li.km-state-active .km-listview-label, .km-material .km-listview-label input[type=radio]:checked:after, .km-material .km-listview-label input[type=checkbox]:checked {
  background: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-filter-wrap > input:focus, .km-material .km-listview-label input[type=radio]:checked, .km-material .km-listview-label input[type=checkbox]:checked {
  border-color: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .k-slider-selection, .km-material-dark .km-touch-scrollbar, .km-material-dark .km-pages .km-current-page, .km-material-dark .k-slider .k-draghandle, .km-material-dark .k-slider .k-draghandle:hover, .km-material-dark .km-actionsheet > li > a:focus, .km-material-dark .km-actionsheet > li > a:active, .km-material-dark li.km-state-active .km-listview-label, .km-material-dark .km-listview-label input[type=radio]:checked:after, .km-material-dark .km-listview-label input[type=checkbox]:checked {
  background: #55c6ff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-filter-wrap > input:focus, .km-material-dark .km-listview-label input[type=radio]:checked, .km-material-dark .km-listview-label input[type=checkbox]:checked {
  border-color: #55c6ff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-badge {
  background: #da2228;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-tabstrip .km-button, .km-material .km-popover-root .km-header .km-button, .km-material .km-popover-root .km-footer .km-button, .km-material .km-modalview .km-header .km-button, .km-material .km-modalview .km-footer .km-button {
  color: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-tabstrip .km-button, .km-material-dark .km-popover-root .km-header .km-button, .km-material-dark .km-popover-root .km-footer .km-button, .km-material-dark .km-modalview .km-header .km-button, .km-material-dark .km-modalview .km-footer .km-button {
  color: #55c6ff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-pages .km-current-page {
  background: #55c6ff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-tabstrip .km-button.km-state-active {
  border-color: currentcolor;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material li.km-state-active .km-listview-label, .km-material li.km-state-active .km-listview-link {
  background-color: rgba(128, 128, 128, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-content .km-button.km-state-active {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 5px 8px rgba(0, 0, 0, 0.4), inset 0 0 0 1000px rgba(128, 128, 128, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 5px 8px rgba(0, 0, 0, 0.4), inset 0 0 0 1000px rgba(128, 128, 128, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-content .km-button.km-state-active[style*=background] {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 5px 8px rgba(0, 0, 0, 0.4), inset 0 0 0 1000px rgba(26, 26, 26, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 5px 8px rgba(0, 0, 0, 0.4), inset 0 0 0 1000px rgba(26, 26, 26, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-material .km-button.km-state-disabled {
  color: rgba(128, 128, 128, 0.3);
  opacity: 1;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-buttongroup, .km-material .km-widget.km-navbar .km-buttongroup {
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-buttongroup .km-button {
  color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-buttongroup .km-button {
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-widget.km-navbar .km-buttongroup .km-button {
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-widget.km-navbar .km-buttongroup .km-button {
  color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-material .km-buttongroup > .km-state-active {
  color: #3f51b5;
  background-color: transparent;
  border-color: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-material-dark .km-buttongroup > .km-state-active, .km-root .km-material .km-widget.km-navbar .km-buttongroup .km-state-active {
  color: #55c6ff;
  background-color: transparent;
  border-color: #55c6ff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-content, .km-material .km-tabstrip, .km-material .km-popover-root .km-navbar, .km-material .km-modalview .km-navbar {
  color: #333;
  background-color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-content, .km-material-dark .km-tabstrip, .km-material-dark .km-popover-root .km-navbar, .km-material-dark .km-modalview .km-navbar {
  color: #fafafa;
  background-color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-content button {
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar, .km-material .k-toolbar {
  background-color: #3f51b5;
  border-color: #3f51b5;
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar, .km-material .k-toolbar, .km-material .km-tabstrip {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.4);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar .km-button.km-state-active, .km-material .k-toolbar .km-button.km-state-active {
  color: rgba(250, 250, 250, 0.5);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup .k-state-hover, .km-material .km-popup .k-state-focused, .km-material .km-popup .k-state-selected, .km-material .km-popup .k-list-container {
  border-color: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-toolbar .km-state-active {
  background-color: #283593;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup .k-popup .k-item.k-state-selected, .km-material .km-popup .k-popup .k-item.k-state-focused {
  color: #333;
  background-color: rgba(128, 128, 128, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup .k-popup .k-item.k-state-hover {
  color: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark .km-popup .k-popup .k-item.k-state-selected, .km-material-dark .km-popup .k-popup .k-item.k-state-focused, .km-material-dark .km-popup .k-popup .k-item.k-state-hover {
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-modalview {
  -webkit-box-shadow: 0 15px 30px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px 3px rgba(0, 0, 0, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material, .km-material .km-header, .km-material .km-content, .km-material .km-pane, .km-material .km-scroll-header .km-group-title, .km-material input[type=password], .km-material input[type=search], .km-material input[type=number], .km-material input[type=tel], .km-material input[type=url], .km-material input[type=email], .km-material input[type=text]:not(.k-input), .km-root .km-material textarea {
  background: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark, .km-material-dark .km-header, .km-material-dark .km-content, .km-material-dark .km-pane, .km-material-dark .km-scroll-header .km-group-title, .km-material-dark input[type=password], .km-material-dark input[type=search], .km-material-dark input[type=number], .km-material-dark input[type=tel], .km-material-dark input[type=url], .km-material-dark input[type=email], .km-material-dark input[type=text]:not(.k-input), .km-root .km-material-dark textarea {
  background: #333;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material input, .km-material select, .km-material textarea, .km-material .k-dropdown .k-input, .km-material input[type=password], .km-material input[type=search], .km-material input[type=number], .km-material input[type=tel], .km-material input[type=url], .km-material input[type=email], .km-material input[type=text]:not(.k-input), .km-root .km-material textarea {
  color: rgba(128, 128, 128, 0.3);
  border-color: currentcolor;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark input, .km-material-dark select, .km-material-dark textarea, .km-material-dark .k-dropdown .k-input, .km-material-dark input[type=password], .km-material-dark input[type=search], .km-material-dark input[type=number], .km-material-dark input[type=tel], .km-material-dark input[type=url], .km-material-dark input[type=email], .km-material-dark input[type=text]:not(.k-input), .km-root .km-material-dark textarea {
  color: rgba(255, 255, 255, 0.5);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material input[type=radio], .km-material input[type=checkbox] {
  color: #333;
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark input[type=radio], .km-material-dark input[type=checkbox] {
  color: #fafafa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-shim, .km-material .km-popup, .km-material .k-slider, .km-material .km-switch-on, .km-material .km-current-page, .km-material input:focus, .km-material select:focus, .km-material textarea:focus, .km-material input:checked, .km-material .km-touch-scrollbar, .km-material input[type=text]:not(.k-input):focus {
  color: #3f51b5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material-dark select:focus, .km-material-dark input:checked, .km-material-dark textarea:focus, .km-material-dark.km-pane input:focus, .km-material-dark li.km-actionsheet-title, .km-material-dark .k-dropdown .k-state-focused, .km-material-dark input[type=text]:not(.k-input):focus {
  color: #55c6ff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-button[data-animated] {
  -webkit-transition: -webkit-box-shadow 300ms linear;
  transition: box-shadow 300ms linear;
  -webkit-transition-property: -webkit-box-shadow,background-color;
  transition-property: box-shadow,background-color;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-tablet .km-material.km-horizontal .km-navbar .km-button, .km-tablet .km-material.km-horizontal .km-toolbar .km-button {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-view-title {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: .5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-popup .km-button {
  text-transform: uppercase;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-button {
  padding: .714em 1.143em;
  border-style: solid;
  border-width: 0;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 600;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-badge, .km-material .km-detail {
  border: 0;
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-detail {
  min-width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  border-width: 0;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-detaildisclose {
  min-width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-detaildisclose:after, .km-material .km-detaildisclose:before {
  left: .1em;
  top: .35em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-detail .km-icon:before {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar .km-button, .km-material .k-toolbar .km-button {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar .km-button, .km-material .k-toolbar .km-button, .km-material .km-buttongroup .km-button {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar .km-button .km-icon, .km-material .k-toolbar .km-button .km-icon {
  font-size: 1.2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar .km-back:before, .km-material .k-toolbar .km-back:before {
  content: "\a0";
  display: inline-block;
  color: currentcolor;
  width: .8em;
  height: .8em;
  border-width: 0;
  -webkit-box-shadow: inset .25rem -0.25rem 0 currentcolor;
  box-shadow: inset .25rem -0.25rem 0 currentcolor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar .km-back .km-text, .km-material .k-toolbar .km-back .km-text {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-buttongroup > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-buttongroup > *:first-child {
  border-radius: 2px 0 0 2px;
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-buttongroup > *:last-child {
  border-radius: 0 2px 2px 0;
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-buttongroup {
  margin: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-buttongroup {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 100%;
  text-align: center;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-buttongroup .km-button {
  padding: 1.429em 1.267em 1.357em;
  border-width: 0 0 2px;
  display: inline-block;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-buttongroup .km-button:last-child {
  border-right-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-widget.km-navbar .km-buttongroup {
  font-size: .875em;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  top: 0;
  height: auto;
  margin-bottom: -1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-widget.km-navbar .km-buttongroup > .km-button {
  font-size: .778em;
  text-indent: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar {
  border: 0 solid rgba(0, 0, 0, 0.12);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-header .km-navbar {
  border-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-footer .km-navbar {
  border-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-toolbar, .km-material .km-navbar, .km-material .km-tabstrip, .km-material .km-tabstrip .km-button {
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar .km-view-title {
  line-height: 2.8em;
  margin-top: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar .km-icon + .km-text {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-navbar .km-no-title {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-toolbar {
  line-height: 2.25em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-toolbar .km-button, .km-material .k-toolbar .k-split-button {
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-toolbar .k-button-icon .km-icon, .km-material .k-toolbar .k-button-icontext .km-icon, .km-material .k-split-button .km-arrowdown {
  width: 1em;
  height: 1em;
  font-size: 1.286em;
  vertical-align: middle;
  margin-top: -7px;
  margin-bottom: -2px;
  margin-left: -1px;
  margin-right: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-split-button .km-arrowdown {
  margin-left: 2px;
  margin-right: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-split-button .k-button-icontext {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-split-button-arrow {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-actionsheet.k-split-container > li > .km-button, .km-material .km-actionsheet.k-overflow-container > li > .km-button {
  min-width: 10em;
  text-align: center;
  font-size: 1.1em;
  border: 0;
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-actionsheet.k-split-container > li > .km-button {
  min-width: 5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-split-wrapper .km-actionsheet-wrapper, .km-material .k-overflow-wrapper .km-actionsheet-wrapper {
  padding: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
html .km-material .k-split-container.km-actionsheet > li, html .km-material .k-overflow-container.km-actionsheet > li {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-split-container.km-actionsheet, .km-material .k-overflow-container.km-actionsheet {
  border-top: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-toolbar .k-button-icon {
  padding: 0 .643em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-tabstrip {
  padding: 0;
  display: table;
  table-layout: fixed;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-tabstrip .km-button {
  border: 0;
  border-top: 2px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: .7em;
  display: table-cell;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-tabstrip .km-icon:before {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch {
  width: 2.25rem;
  height: .875rem;
  line-height: .875rem;
  overflow: visible;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-wrapper {
  overflow: hidden;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-background, .km-material .k-slider-selection {
  background-position: 4.25em 0;
  background-repeat: no-repeat;
  background-color: currentcolor;
  margin-left: -1.125rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-container {
  padding: 1px 0;
  border-width: 0;
  overflow: visible;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-handle {
  width: 1.125em;
  height: 1.125em;
  margin: -4px 0 0;
  border-width: 0;
  border-style: solid;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-label-off {
  left: 1.5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-label-on {
  left: -2.8em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-label-on, .km-material .km-switch-label-off {
  display: none;
  text-shadow: none;
  width: 185%;
  font-size: 1em;
  line-height: 1.5em;
  vertical-align: middle;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-wrapper, .km-material .km-switch-container, .km-material .km-switch-background {
  border-radius: 5px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-container, .km-material .km-switch-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-switch-background {
  width: 150%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list {
  font-size: 1.2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list > li {
  padding: 1em;
  line-height: 1.4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-group-container {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listinset, .km-material .km-listgroupinset {
  margin: .64em 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-group-title {
  text-indent: 1.4em;
  font-size: .9em;
  font-weight: 500;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list .km-icon {
  font-size: 1.5em;
  vertical-align: middle;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-icon:before {
  margin-top: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-contactadd:before, .km-material .km-rowdelete:before, .km-material .km-rowinsert:before, .km-material .km-detaildisclose:before {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-contactadd:after, .km-material .km-rowdelete:after, .km-material .km-rowinsert:after {
  font-size: 1.4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-link, .km-material .km-listview-label {
  margin: -1em -1em;
  padding: 1em 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-detail {
  width: 2em;
  height: 2em;
  margin-top: -1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-detaildisclose {
  font-size: .86em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list > li {
  border-style: solid;
  border-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listinset > li:first-child, .km-material .km-listgroupinset .km-list > li:first-child {
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listinset > li, .km-material .km-listgroupinset .km-list > li {
  border-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listinset > li:last-child, .km-material .km-listgroupinset .km-list > li:last-child {
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listinset > li:first-child:last-child, .km-material .km-listgroupinset .km-list > li:first-child:last-child {
  border-width: 0;
  border-radius: 2px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-link:after {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listinset li:first-child > .km-listview-link, .km-material .km-listgroupinset li:first-child > .km-listview-link, .km-material .km-listinset li:first-child > .km-listview-label, .km-material .km-listgroupinset li:first-child > .km-listview-label {
  border-radius: 1px 1px 0 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listinset li:last-child > .km-listview-link, .km-material .km-listgroupinset li:last-child > .km-listview-link, .km-material .km-listinset li:last-child > .km-listview-label, .km-material .km-listgroupinset li:last-child > .km-listview-label {
  border-radius: 0 0 1px 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listinset li:first-child:last-child > .km-listview-link, .km-material .km-listgroupinset li:first-child:last-child > .km-listview-link, .km-material .km-listinset li:first-child:last-child > .km-listview-label, .km-material .km-listgroupinset li:first-child:last-child > .km-listview-label {
  border-radius: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-group-title {
  border-style: solid;
  border-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroll-header .km-group-title {
  border-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listgroupinset .km-group-title {
  border: 0;
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview .km-switch {
  margin-top: -0.44rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-wrapper form .km-filter-wrap > input {
  font-size: 1.2em;
  padding: .3em 1.8em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-filter-wrap:before {
  margin: .05em -1.3em 0 .3em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-filter-reset {
  margin: .05em 0 0 -2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-filter-reset .km-clear:after {
  content: "\e038";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-filter-wrap > input {
  border-radius: 2px;
  border-width: 0;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-filter-wrap > input:focus {
  border-width: 0;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-pages {
  padding-top: .4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-pages li {
  border-radius: 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider .k-draghandle, .km-material .k-slider .k-draghandle:hover {
  border: 0;
  border-radius: 5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-track {
  margin: -0.5em .5em 0 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: .5em;
  background-color: rgba(128, 128, 128, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-selection {
  margin-left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list input[type=password], .km-material .km-list input[type=search], .km-material .km-list input[type=number], .km-material .km-list input[type=tel], .km-material .km-list input[type=url], .km-material .km-list input[type=email], .km-material .km-list input[type=month], .km-material .km-list input[type=color], .km-material .km-list input[type=week], .km-material .km-list input[type=date], .km-material .km-list input[type=time], .km-material .km-list input[type=datetime], .km-material .km-list input[type=datetime-local], .km-material .km-list input[type=text]:not(.k-input), .km-material .km-list select:not([multiple]), .km-material .km-list .k-dropdown-wrap, .km-material .km-list textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.1rem;
  min-width: 6em;
  padding: .4em;
  outline: 0;
  background: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list .k-dropdown-wrap {
  padding: .2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list input[type=color], .km-material .km-list input[type=week], .km-material .km-list input[type=date], .km-material .km-list input[type=time], .km-material .km-list input[type=month], .km-material .km-list input[type=datetime], .km-material .km-list input[type=datetime-local], .km-material .km-list .k-dropdown {
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list .k-dropdown .k-dropdown-wrap {
  display: block;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-label input[type=checkbox] {
  margin-top: -0.7em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-label input[type=radio], .km-material .km-listview-label input[type=checkbox] {
  border-width: 2px;
  border-style: solid;
  width: 1.2em;
  height: 1.2em;
  border-radius: 2px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-label input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-label input[type=radio]:checked:after, .km-material .km-listview-label input[type=checkbox]:after {
  content: "\a0";
  display: block;
  width: 90%;
  height: 76%;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-label input[type=radio]:checked:after {
  margin: 11% 0 0 11%;
  height: 85%;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-listview-label input[type=checkbox]:checked:after {
  font-size: 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list .km-icon.km-check {
  font-size: 1.071em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material input[type=password], .km-material input[type=search], .km-material input[type=number], .km-material input[type=tel], .km-material input[type=url], .km-material input[type=email], .km-material input[type=month], .km-material input[type=color], .km-material input[type=week], .km-material input[type=date], .km-material input[type=time], .km-material input[type=datetime], .km-material input[type=datetime-local], .km-material input[type=text]:not(.k-input), .km-material select:not([multiple]), .km-material .k-dropdown, .km-material textarea {
  padding: .4em;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list input[type=password], .km-material .km-list input[type=search], .km-material .km-list input[type=number], .km-material .km-list input[type=tel], .km-material .km-list input[type=url], .km-material .km-list input[type=email], .km-material .km-list input[type=month], .km-material .km-list input[type=color], .km-material .km-list input[type=week], .km-material .km-list input[type=date], .km-material .km-list input[type=time], .km-material .km-list input[type=datetime], .km-material .km-list input[type=datetime-local], .km-material .km-list input[type=text]:not(.k-input), .km-material .km-list select:not([multiple]), .km-material .km-list .k-dropdown {
  margin-top: -1.05em;
  width: 45%;
  right: 1em;
  font-size: 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-list .k-dropdown {
  margin-top: -1.5em;
  font-weight: normal;
  padding: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-native-scrolling .km-material .km-list input[type=password], .km-native-scrolling .km-material .km-list input[type=search], .km-native-scrolling .km-material .km-list input[type=number], .km-native-scrolling .km-material .km-list input[type=tel], .km-native-scrolling .km-material .km-list input[type=url], .km-native-scrolling .km-material .km-list input[type=email], .km-native-scrolling .km-material .km-list input[type=month], .km-native-scrolling .km-material .km-list input[type=color], .km-native-scrolling .km-material .km-list input[type=week], .km-native-scrolling .km-material .km-list input[type=date], .km-native-scrolling .km-material .km-list input[type=time], .km-native-scrolling .km-material .km-list input[type=datetime], .km-native-scrolling .km-material .km-list input[type=datetime-local], .km-native-scrolling .km-material .km-list input[type=text]:not(.k-input), .km-native-scrolling .km-material .km-list select:not([multiple]), .km-native-scrolling .km-material .km-list textarea {
  position: static;
  float: right;
  margin-top: 0;
  margin-bottom: -0.2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material input[type=file] {
  padding: .25em;
  outline: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material textarea {
  outline: 0;
  border-width: 0 0 1px;
  margin-right: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-dropdown .k-input {
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material input[type=password], .km-material input[type=search], .km-material input[type=number], .km-material input[type=tel], .km-material input[type=url], .km-material input[type=email], .km-material input[type=text]:not(.k-input) {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: -5px;
  border-width: 0 0 1px;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material input[type=password]:focus, .km-material input[type=search]:focus, .km-material input[type=number]:focus, .km-material input[type=tel]:focus, .km-material input[type=url]:focus, .km-material input[type=email]:focus, .km-material input[type=text]:not(.k-input):focus, .km-material textarea:focus {
  outline-offset: -6px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material input[type=month], .km-material input[type=color], .km-material input[type=week], .km-material input[type=date], .km-material input[type=time], .km-material input[type=datetime], .km-material input[type=datetime-local], .km-material select:not([multiple]), .km-material .k-dropdown .k-dropdown-wrap {
  border-width: 0 0 1px;
  border-style: solid;
  margin-bottom: 1px;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material input[type=password]:focus, .km-material input[type=search]:focus, .km-material input[type=number]:focus, .km-material input[type=tel]:focus, .km-material input[type=url]:focus, .km-material input[type=email]:focus, .km-material input[type=text]:not(.k-input):focus {
  border-width: 0 0 2px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-horizontal {
  margin-top: 0;
  height: .1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider .k-draghandle {
  width: .857em;
  height: .857em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5em;
  border: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-horizontal .k-draghandle {
  top: 2px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-vertical .k-draghandle {
  left: -0.5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-horizontal .k-slider-selection {
  margin-top: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-vertical .k-slider-selection {
  margin-left: -0.1em;
  width: .2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-horizontal .k-slider-track {
  height: .143em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-vertical .k-slider-track {
  width: .143em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider-selection {
  margin-left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider .k-draghandle, .km-material .k-slider .k-draghandle:hover {
  margin-top: -0.5em;
  padding: 0;
  background-clip: content-box;
  -webkit-background-clip: content-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider .k-draghandle:before {
  content: "\a0";
  display: block;
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 100%;
  height: 100%;
  opacity: .3;
  border-radius: 5em;
  padding: .5em;
  margin-bottom: .5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .k-slider .k-draghandle:active:before {
  opacity: .4;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup .k-popup .k-item.k-state-hover {
  cursor: pointer;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-actionsheet > li > a {
  font-weight: normal;
  text-align: left;
  padding: 1em 1.2em;
  display: block;
  margin: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-actionsheet > li:last-child > a {
  border: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-shim li.km-actionsheet-title, .km-material .km-popup li.km-actionsheet-title {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-actionsheet-wrapper.km-popup {
  padding: 2px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-widget.km-actionsheet-wrapper {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: .55em 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup.km-pane .km-navbar, .km-material .km-popup.km-pane .km-toolbar, .km-material .km-popup.km-pane .km-tabstrip {
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup.km-pane .km-header {
  border-radius: 2px 2px 0 0;
  -webkit-margin-collapse: separate;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-popup-arrow:after {
  border-style: solid;
  border-width: 0 15px 15px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-down .km-popup-arrow:before {
  margin-top: -1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-up .km-popup-arrow:after {
  border-width: 15px 15px 0 15px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-left .km-popup-arrow:after {
  border-width: 15px 0 15px 15px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-right .km-popup-arrow:after {
  border-width: 15px 15px 15px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-modalview {
  border-radius: 2px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-scroll-container:after {
  content: "";
  display: block;
  clear: both;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-modalview .km-navbar .km-rightitem {
  right: 1.2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-touch-scrollbar {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-material .km-touch-scrollbar {
  width: .143em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova {
  font: normal 1em "Helvetica Neue","Helvetica","Roboto Light","Arial","Verdana","sans-serif";
  line-height: 1.2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h1 {
  font-size: 1.47em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h2 {
  font-size: 1.2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h3 {
  font-size: 1.07em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h4 {
  font-size: .9em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h5 {
  font-size: .87em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h6 {
  font-size: .67em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova p {
  font-size: .87em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon:before, .km-nova .km-icon:after {
  text-align: center;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-detail .km-icon, .km-nova .km-button .km-icon {
  margin-left: 0;
  margin-right: .8em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list .km-icon {
  margin-left: 0;
  margin-right: 1rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-nova.km-pane, .km-root .km-nova .km-view, .km-root .km-nova .km-slider, .km-root .km-nova .km-switch, .km-root .km-nova .km-group-title, .km-root .km-nova .km-filter-reset, .km-root .km-nova .km-shim .k-animation-container {
  -webkit-transform: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova, .km-nova * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova [class^=k-] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-tabstrip .km-button {
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup .k-popup {
  font-size: 1em !important;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup .k-item, .km-nova .km-actionsheet > li > a {
  display: block;
  text-decoration: none;
  border-radius: 0;
  border-width: 0 0 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 1.14em .7em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup .k-list-container {
  width: 100% !important;
  height: auto !important;
  padding: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-actionsheet, .km-nova .km-popup .k-list-container {
  max-height: 80%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-actionsheet-wrapper, .km-nova .km-popup .k-list-container {
  bottom: 0;
  border-style: solid;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-shim .k-animation-container {
  left: 0;
  top: auto;
  bottom: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup-wrapper {
  padding: 15px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h1, .km-nova h2, .km-nova h3, .km-nova h4, .km-nova h5, .km-nova h6, .km-nova p {
  color: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-content {
  color: #32364c;
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup, .km-nova .km-shim, .km-phone .km-nova .km-actionsheet-wrapper, .km-nova .km-actionsheet-root {
  background: rgba(0, 0, 0, 0.4);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-button {
  color: #888e90;
  background: #fff;
  border-color: #888e90;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-button.km-state-active {
  background: #f5f6f6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-primary {
  color: #fff;
  background: #ff4350;
  border-color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-button, .km-nova .km-list .km-icon-button .km-icon {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-primary.km-state-active {
  background: #e63c48;
  border-color: #e63c48;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-link-button {
  color: #00acc1;
  border-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova a:not([class]), .km-nova .km-external-link {
  color: #00acc1;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-footer {
  background: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar, .km-nova .k-toolbar, .km-nova .km-tabstrip {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e3246), to(#242736));
  background-image: -webkit-linear-gradient(top, #2e3246 0, #242736 100%);
  background-image: linear-gradient(to bottom, #2e3246 0, #242736 100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-vertical-tabstrip {
  background-color: #242736;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar, .km-nova .k-toolbar, .km-nova .k-toolbar .km-button, .km-nova .k-toolbar .km-icon, .km-nova .km-tabstrip, .km-nova .km-navbar .km-back:before, .km-nova .k-toolbar .km-back:before, .km-nova .km-navbar .km-button, .km-nova .km-view-title {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-tabstrip .km-button {
  color: #fff;
  background: transparent;
  border-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-tabstrip .km-button.km-state-active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#202333), to(#081421));
  background-image: -webkit-linear-gradient(top, #202333 0, #081421 100%);
  background-image: linear-gradient(to bottom, #202333 0, #081421 100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-navbar, .km-nova .km-drawer .km-vertical-tabstrip .km-button.km-state-active, .km-nova .km-drawer .km-listview li.km-state-active {
  background: #1e202d;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-light .km-view-title {
  color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-light.km-navbar, .km-nova .km-light.k-toolbar, .km-nova .km-light.km-tabstrip {
  background: #fff;
  -webkit-box-shadow: 0 1px 40px 4px #f8fafb;
  box-shadow: 0 1px 40px 4px #f8fafb;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-accent.km-navbar, .km-nova .km-accent.k-toolbar, .km-nova .km-accent.km-tabstrip, .km-nova .km-vertical-tabstrip .km-button.km-state-active:before, .km-nova .km-drawer .km-listview li.km-state-active:before {
  background: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listview-link:after, .km-nova .km-listview-label:after {
  border-color: #cacdce;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-list .km-listview-link:after, .km-nova .km-drawer .km-list .km-listview-label:after {
  border-color: #fff;
  opacity: .3;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-touch-scrollbar {
  background: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-light.km-navbar .km-back:before, .km-nova .km-light.k-toolbar .km-back:before, .km-nova .km-light.km-navbar .km-button {
  color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-button, .km-nova .k-toolbar .km-button {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-buttongroup .km-button {
  border-color: #9ca6a6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-buttongroup .km-state-active {
  color: #fff;
  background-color: #9ca6a6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-buttongroup.km-primary .km-button {
  color: #ff4350;
  border-color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-buttongroup.km-primary .km-state-active {
  color: #fff;
  background-color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-inverse .km-button {
  color: #fff;
  background-color: #9ca6a6;
  border-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-inverse .km-state-active {
  color: #9ca6a6;
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-inverse.km-primary .km-button {
  color: #fff;
  border-color: #fff;
  background-color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-inverse.km-primary .km-state-active {
  color: #ff4350;
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-accent.km-navbar, .km-nova .km-accent.k-toolbar, .km-nova .km-accent.km-tabstrip, .km-nova .km-accent.km-navbar .km-back:before, .km-nova .km-accent.k-toolbar .km-back:before, .km-nova .km-accent.km-navbar .km-button {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-buttongroup .km-button {
  border-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-buttongroup .km-state-active {
  color: #32364c;
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li {
  border-color: #dfe1e2;
  color: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li.km-load-more {
  border-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li > .km-listview-link, .km-nova .km-legend-button, .km-nova .km-collapsible-header, .km-nova .km-collapsible-header h1, .km-nova .km-collapsible-header h2, .km-nova .km-collapsible-header h3, .km-nova .km-collapsible-header h4, .km-nova .km-collapsible-header h5, .km-nova .km-collapsible-header h6 {
  color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-legend-button, .km-nova .km-drawer a {
  text-decoration: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li label, .km-nova .km-list fieldset textarea, .km-nova .km-list fieldset input, .km-nova .km-checkbox-label, .km-nova .km-radio-label {
  color: #9da2a4;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list fieldset .km-inline-field {
  border-color: #dfe1e2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova label.km-required:after {
  color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-group-title, .km-nova .km-list fieldset legend, .km-nova .km-shim li.km-actionsheet-title {
  background: #f8fafb;
  border-color: #dfe1e2;
  color: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup .k-state-focused, .km-nova .km-popup .k-state-selected {
  color: #f8fafb;
  background: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer {
  color: #fff;
  background-color: #2a2d40;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-content {
  background-color: #2a2d40;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-group-title {
  color: #fff;
  background-color: #14151e;
  border-color: #3c415b;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-list > li {
  border-color: #3c415b;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-list > li, .km-nova .km-drawer .km-list > li > .km-listview-link, .km-nova .km-drawer .km-list > li .km-icon {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-thumbnail {
  border-color: #dfe1e2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listview-link:after {
  color: #dfe1e2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap {
  background: #f8fafb;
  color: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap:before, .km-nova .km-filter-wrap .km-clear {
  color: #cacdce;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider .k-slider-track {
  background-color: #dfe1e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-selection {
  background-color: #ff4350;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider .k-draghandle, .km-nova .k-slider .k-draghandle:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0.202rem 0.403rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.202rem 0.403rem 0 rgba(0, 0, 0, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-wrapper {
  border-color: #ff4350;
  background-color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-off .km-switch-container {
  -webkit-box-shadow: inset 0 .202rem .403rem 0 #dee7ec;
  box-shadow: inset 0 .202rem .403rem 0 #dee7ec;
  border-color: #f8fafb;
  background-color: #f8fafb;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova span.km-switch {
  color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova span.km-switch-off {
  color: #f8fafb;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-off .km-switch-wrapper {
  background-color: #f8fafb;
  border-color: #f8fafb;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-handle {
  background: #fff;
  -webkit-box-shadow: 0 0.202rem 0.403rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.202rem 0.403rem 0 rgba(0, 0, 0, 0.3);
  border-color: #dee7ec;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scrollview-dark {
  background-color: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-pages li {
  background: rgba(255, 255, 255, 0.2);
  border-color: #dfe1e2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-pages .km-current-page {
  background: #dfe1e2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input[type=radio], .km-nova input[type=checkbox] {
  color: #ff4350;
  border-color: #dee7ec;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input[type=checkbox]:checked:after {
  color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input[type=radio]:checked:after, .km-nova.km-on-android .km-view input[type=radio].km-check:checked:after {
  background: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-checkbox:checked + .km-checkbox-label:after {
  color: #ff4350;
  border-color: #dee7ec;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-checkbox-label:before {
  border-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-checkbox-label:after, .km-nova .km-radio-label:after {
  color: #dee7ec;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-radio:checked + .km-radio-label:after {
  background: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-modalview, .km-nova .km-modalview .km-footer .km-rightitem {
  background: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-modalview .km-footer .km-button {
  color: #59859b;
  border-color: #dfe1e2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-modalview .km-footer .km-rightitem .km-button:last-child, .km-nova .km-modalview .km-footer .km-button.km-state-active {
  color: #00acc1;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-actionsheet > li > a, .km-nova .km-popup .k-item {
  color: #32364c;
  background: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-actionsheet > li:nth-last-child(2) > a {
  -webkit-border-image: none;
  border-image: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-footer .km-tabstrip .km-button, .km-nova .km-actionsheet-wrapper, .km-nova .km-actionsheet > li > a, .km-nova .km-shim li.km-actionsheet-title, .km-nova .km-popup .k-list-container, .km-nova .km-popup .k-item {
  border-color: #dfe1e2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-actionsheet > .km-actionsheet-cancel > a {
  color: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup.km-pane, .km-tablet .km-nova .km-actionsheet-wrapper {
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-collapsible-header, .km-nova .km-collapsible-content {
  background: #fff;
  border-color: #dee7ec;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-collapsible-content {
  color: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-collapsible-header .km-icon, .km-nova .km-expanded .km-collapsible-header .km-icon {
  color: #cacdce;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loader {
  background: rgba(0, 0, 0, 0.05);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-detail, .km-nova .km-detail .km-icon:after {
  color: #ff4350;
  background: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li .km-style-default .km-icon:after {
  color: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li .km-style-info .km-icon:after {
  color: #2196f3;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li .km-style-success .km-icon:after {
  color: #00c853;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li .km-style-warning .km-icon:after {
  color: #f9a825;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li .km-style-error .km-icon:after {
  color: #f44336;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-badge {
  color: #fff;
  background: #ff4350;
  border-color: #ff4350;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading-left:before {
  background: #32364c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading-left:after {
  background: #dfe1e2;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova span.km-loading-right {
  background: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-tablet .km-nova.km-horizontal .km-navbar .km-button, .km-tablet .km-nova.km-horizontal .km-toolbar .km-button {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon:before, .km-nova .km-contactadd:before, .km-nova .km-rowdelete:before, .km-nova .km-rowinsert:before, .km-nova .km-detaildisclose:before {
  margin-top: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-load-more {
  height: 3.4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-load-more .km-button {
  margin: -1.09em .8em 0;
  display: block;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-refresh.km-load-more, .km-nova .km-scroller-pull {
  border-radius: 50%;
  overflow: visible;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loader {
  left: 45%;
  margin: 0;
  width: 100%;
  height: 100%;
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loader .km-loading {
  -webkit-animation: none;
  animation: none;
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading-left, .km-nova .km-loading-right {
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading-left, .km-nova .km-loading-right, .km-nova .km-scroller-refresh .km-icon {
  position: absolute;
  top: 50%;
  left: 45%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-pull .km-loading-left, .km-nova .km-scroller-pull .km-loading-right, .km-nova .km-scroller-refresh > .km-icon {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-refresh .km-loading-left, .km-nova .km-scroller-refresh .km-loading-right {
  display: block;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-refresh .km-loading-left, .km-nova .km-scroller-refresh .km-loading-right, .km-nova .km-scroller-refresh .km-icon {
  top: 0;
  left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-refresh .km-icon:before {
  content: "\a0";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-nova .km-scroller-pull .km-icon {
  -webkit-background-clip: inherit;
  -webkit-background-size: inherit inherit;
  background-size: inherit;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading:after {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-refresh.km-load-more {
  padding: 0;
  position: relative;
  margin: auto;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-refresh.km-load-more, .km-nova .km-scroller-pull {
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  top: .25em;
  white-space: nowrap;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-pull {
  left: 50%;
  margin: 0 0 0 -90px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-release {
  -ms-transform: translate(-50%, -1.5em);
  transform: translate(-50%, -1.5em);
  -webkit-transform: translate(-50%, -1.5em);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loader h1 {
  display: none;
  font-size: 1em;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 55%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-pull .km-template {
  position: absolute;
  line-height: 2em;
  font-size: 1.2em;
  min-width: 0;
  top: 0;
  left: 2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-pull .km-icon {
  margin-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-pull .km-icon:after {
  content: "\e012";
  margin-left: -3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-refresh .km-icon {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-load-more .km-icon, .km-nova .km-scroller-pull .km-icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: none;
  transition: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-load-more .km-icon:after, .km-nova .km-scroller-pull .km-icon:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 62% 50%;
  -ms-transform-origin: 62% 50%;
  transform-origin: 62% 50%;
  -webkit-transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-release .km-icon:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scroller-refresh .km-icon:after {
  -webkit-transition: none;
  transition: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-left .km-arrow-n:after {
  content: "\e012";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-left .km-arrow-s:after {
  content: "\e010";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-right .km-arrow-n:after {
  content: "\e011";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-right .km-arrow-s:after {
  content: "\e012";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-nova.k-fx-slide.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-filter: brightness(70%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-nova.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-nova.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
  -webkit-filter: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-nova.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-filter: brightness(70%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-nova.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(50%);
  -ms-transform: translatex(50%);
  transform: translatex(50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-nova.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
  -webkit-filter: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-root .km-nova.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(50%);
  -ms-transform: translatex(50%);
  transform: translatex(50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loader {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loader .km-loading {
  -webkit-animation: none;
  animation: none;
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading-left, .km-nova .km-loading-right {
  width: 1.33em;
  height: 1.33em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes animate_left {
  0% {
    -webkit-transform: translate3d(0, -0.67em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0.67em, 0);
  }
}
@keyframes animate_left {
  0% {
    -webkit-transform: translate3d(0, -0.67em, 0);
    transform: translate3d(0, -0.67em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0.67em, 0);
    transform: translate3d(0, 0.67em, 0);
  }
}
/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading-left:before, .km-nova .km-loading-left:after {
  position: absolute;
  content: "";
  width: 1.33em;
  border-radius: 50%;
  height: 1.33rem;
  z-index: 1;
  display: block;
  animation: animate_left 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -webkit-animation: animate_left 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading-left:before {
  right: 0;
  bottom: 0;
  animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading-left:after {
  left: 0;
  top: 0;
}

@-webkit-keyframes animate_right {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@keyframes animate_right {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    transform: scale(0.01, 0.01) rotateY(0);
  }
}
/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-loading-right {
  z-index: 2;
  border-radius: 50%;
  animation: animate_right .8s ease-in infinite;
  -webkit-animation: animate_right .8s ease-in infinite;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon.km-phone:after, .km-nova .km-state-active .km-phone:after {
  content: "\e326";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-detaildisclose:after {
  content: "i";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-action:after {
  content: "\e1ff";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-add:after {
  content: "\e200";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-mostrecent:after {
  content: "\e201";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-battery:after {
  content: "\e203";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-bookmarks:after {
  content: "\e204";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-camera:after {
  content: "\e205";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-cart:after {
  content: "\e206";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-recents:after {
  content: "\e207";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-download:after, .km-nova .km-downloads:after {
  content: "\e209";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-edit:after {
  content: "\e20a";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-mostviewed:after {
  content: "\e20b";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-toprated:after, .km-nova .km-favorites:after {
  content: "\e20c";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-featured:after {
  content: "\e20d";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-fastforward:after {
  content: "\e20e";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-settings:after {
  content: "\e20f";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-globe:after {
  content: "\e211";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-home:after {
  content: "\e212";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-info:after, .km-nova .km-about:after {
  content: "\e213";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-share:after {
  content: "\e214";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-more:after {
  content: "\e215";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-details:after {
  content: "\e217";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-pause:after {
  content: "\e218";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-contacts:after {
  content: "\e219";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-play:after {
  content: "\e21a";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-refresh:after {
  content: "\e21b";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-history:after {
  content: "\e21c";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-rewind:after {
  content: "\e21d";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-search:after {
  content: "\e21e";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-stop:after {
  content: "\e21f";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-organize:after {
  content: "\e220";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-trash:after, .km-nova .km-delete:after {
  content: "\e221";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-reply:after {
  content: "\e222";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-forward:after {
  content: "\e223";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-sounds:after, .km-nova .km-volume:after {
  content: "\e224";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-wifi:after {
  content: "\e225";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-phone:after {
  content: "\e226";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-hamburger:after {
  content: "\e105";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-action:after {
  content: "\e2ff";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-add:after {
  content: "\e300";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-mostrecent:after {
  content: "\e301";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-battery:after {
  content: "\e303";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-bookmarks:after {
  content: "\e304";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-camera:after {
  content: "\e305";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-cart:after {
  content: "\e306";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-recents:after {
  content: "\e307";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-download:after, .km-nova .km-state-active .km-downloads:after {
  content: "\e309";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-edit:after {
  content: "\e20a";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-mostviewed:after {
  content: "\e30b";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-toprated:after, .km-nova .km-state-active .km-favorites:after {
  content: "\e30c";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-featured:after {
  content: "\e30d";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-fastforward:after {
  content: "\e30e";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-settings:after {
  content: "\e30f";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-globe:after {
  content: "\e311";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-home:after {
  content: "\e312";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-info:after, .km-nova .km-state-active .km-about:after {
  content: "\e313";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-share:after {
  content: "\e314";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-more:after {
  content: "\e315";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-details:after {
  content: "\e317";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-pause:after {
  content: "\e318";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-contacts:after {
  content: "\e319";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-play:after {
  content: "\e31a";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-refresh:after {
  content: "\e31b";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-history:after {
  content: "\e31c";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-rewind:after {
  content: "\e31d";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-search:after {
  content: "\e31e";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-stop:after {
  content: "\e31f";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-organize:after {
  content: "\e320";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-trash:after, .km-nova .km-state-active .km-delete:after {
  content: "\e321";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-reply:after {
  content: "\e322";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-forward:after {
  content: "\e323";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-sounds:after, .km-nova .km-state-active .km-volume:after {
  content: "\e324";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-wifi:after {
  content: "\e325";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-state-active .km-icon:before, .km-nova .km-state-active .km-contactadd:before, .km-nova .km-state-active .km-rowdelete:before, .km-nova .km-state-active .km-rowinsert:before, .km-nova .km-state-active .km-detaildisclose:before {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-button, .km-nova .km-buttongroup .km-button {
  padding: .6em .688em;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.2em;
  vertical-align: middle;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-buttongroup .km-button {
  border-width: 1px 0 1px 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-button.km-small, .km-nova .km-buttongroup.km-small .km-button {
  font-size: .8em;
  padding: .35em .7em;
  line-height: 1.5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-button.km-large, .km-nova .km-buttongroup.km-large .km-button {
  padding: .85em;
  font-size: 1.07em 1.25em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-button .km-icon {
  margin: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-back:before, .km-nova .k-toolbar .km-back:before {
  content: "\a0";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-width: 0;
  -webkit-box-shadow: inset .2rem -0.2rem 0 currentcolor;
  box-shadow: inset .2rem -0.2rem 0 currentcolor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-back .km-text, .km-nova .km-navbar .km-back .km-arrow-w.km-notext, .km-nova .k-toolbar .km-back .km-text {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-justified {
  display: block;
  width: 100%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-detail {
  font-size: 1.5rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-badge, .km-nova .km-detail {
  border: 0;
  min-width: 1.812em;
  height: 1.812em;
  line-height: 2em;
  border-radius: 5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-button-right {
  float: right;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-button-left {
  float: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-buttongroup {
  border-radius: 4px;
  -webkit-transform: translatez(0);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-buttongroup > *:first-child {
  border-radius: 4px 0 0 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-buttongroup > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-buttongroup > *:last-child {
  border-radius: 0 4px 4px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-collapsible-header {
  height: 4.125em;
  line-height: 4.125em;
  padding: 0 1.16em 0 2.4em;
  font-size: 1.087em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-collapsible-content {
  padding: 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-collapsible-header h1, .km-nova .km-collapsible-header h2, .km-nova .km-collapsible-header h3, .km-nova .km-collapsible-header h4, .km-nova .km-collapsible-header h5, .km-nova .km-collapsible-header h6 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-collapsible-header h1 {
  line-height: 2.85em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-collapsible-header .km-icon {
  font-size: 1.29rem;
  left: .4em;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-collapsible-content .km-collapsible {
  margin: -0.4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-no-title {
  padding-top: .45rem;
  padding-bottom: .45rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-view-title {
  font-size: 1.2em;
  line-height: 2.78em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-no-title > [data-role='view-title'] {
  line-height: 2.2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-view-subtitle {
  font-size: .47em;
  display: block;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: .875em;
  white-space: nowrap;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-button {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 1.135em;
  height: 100%;
  line-height: 3.27em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-buttongroup {
  display: table;
  width: 100%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-buttongroup .km-button {
  display: inline-block;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-buttongroup {
  margin: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-widget.km-navbar-buttongroup .km-buttongroup {
  padding: .45rem .77em;
  display: table;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-widget.km-navbar-buttongroup .km-leftitem .km-button, .km-nova .km-widget.km-navbar-buttongroup .km-rightitem .km-button {
  line-height: 5.6em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-no-title .km-buttongroup {
  margin-top: -0.45rem;
  margin-bottom: -0.45rem;
  padding-top: .45rem;
  padding-bottom: .45rem;
  border-radius: 0;
  top: auto;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar-buttongroup .km-buttongroup > .km-button, .km-nova .km-no-title .km-buttongroup > .km-button {
  font-size: 1.2em;
  padding: 1.02rem;
  -webkit-transform: translatez(0);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-no-title .km-buttongroup .km-button {
  font-size: 1.2em;
  line-height: 2.05em;
  padding: 0 .9em 0 .8em;
  border-width: 1px 0 1px 1px;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-no-title .km-buttongroup > *:first-child {
  border-radius: 4px 0 0 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-no-title .km-buttongroup .km-button:last-child {
  border-right-width: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-navbar .km-no-title .km-buttongroup > *:last-child {
  border-radius: 0 4px 4px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-leftitem {
  left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-rightitem {
  right: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-end .k-fx-next .km-view-title, .km-nova.k-fx-slide.k-fx-end .k-fx-next .km-leftitem, .km-nova.k-fx-slide.k-fx-end .k-fx-current .km-view-title, .km-nova.k-fx-slide.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-start .k-fx-next .km-view-title {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-start .k-fx-next .km-leftitem {
  -webkit-transform: translatex(50%);
  -ms-transform: translatex(50%);
  transform: translatex(50%);
  opacity: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-leftitem {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-view-title {
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transform: translatex(50%);
  -ms-transform: translatex(50%);
  transform: translatex(50%);
  opacity: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-leftitem {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-view-title {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-leftitem {
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(50%);
  -ms-transform: translatex(50%);
  transform: translatex(50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-leftitem {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-view-title {
  -webkit-transform: translatex(50%);
  -ms-transform: translatex(50%);
  transform: translatex(50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  opacity: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-leftitem {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-toolbar {
  line-height: 1.2em;
  padding: .4em 3.4em .4em .5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-toolbar .km-button, .km-nova .k-toolbar .k-split-button {
  line-height: inherit;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-tabstrip {
  padding: 0;
  display: table;
  table-layout: fixed;
  min-height: 4.1rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-tabstrip .km-button {
  font-size: .6em;
  display: table-cell;
  border: 0;
  padding: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-tabstrip .km-icon {
  font-size: 2rem;
  margin-bottom: .29rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-tabstrip .km-button .km-icon {
  margin: 0 auto .1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-tabstrip .km-badge {
  margin-left: .5em;
  border-radius: 0;
  height: 1.834rem;
  line-height: 1.45rem;
  clip-path: polygon(0 68%, 100% 100%, 100% 0, 0 0);
  -webkit-clip-path: polygon(0 68%, 100% 100%, 100% 0, 0 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f54c4d), to(#e51841));
  background-image: -webkit-linear-gradient(top, #f54c4d 0, #e51841 100%);
  background-image: linear-gradient(to bottom, #f54c4d 0, #e51841 100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch {
  width: 4.3rem;
  height: 2.4rem;
  overflow: visible;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-wrapper {
  overflow: hidden;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-background {
  background-position: 4.25em 0;
  background-repeat: no-repeat;
  background-color: currentcolor;
  margin-left: -4.1rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-container {
  overflow: visible;
  border-width: 0;
  padding: 0 0 0 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-handle {
  width: 2.2em;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
  margin: 0 3px 0 0;
  border-width: 1px;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-label-on, .km-nova .km-switch-label-off {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-handle, .km-nova .km-switch-wrapper, .km-nova .km-switch-container, .km-nova .km-switch-background {
  border-radius: 3em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-switch-container, .km-nova .km-switch-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

@font-face {
  font-family: "Kendo UI";
  src: url("images/kendoui.woff?v=1.1") format("woff"), url("images/kendoui.ttf?v=1.1") format("truetype"), url("images/kendoui.svg#kendoui") format("svg");
}
/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listinset, .km-nova .km-listgroupinset {
  margin: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > li {
  font-size: 1.2em;
  padding-left: .89em;
  background: transparent;
  border-radius: 0;
  border-width: 1px 0 0;
  border-style: solid;
  line-height: 1.5em;
  padding: 1.09em .84em 1.23em .84em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list:not(.km-virtual-list) > li:last-child {
  border-bottom-width: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list > .km-load-more + li {
  border-top: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listview-link:after {
  border-width: .2rem .2rem 0 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listinset li:first-child > .km-listview-link, .km-nova .km-listgroupinset li:first-child > .km-listview-link {
  border-radius: 1px 1px 0 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listinset li:last-child > .km-listview-link, .km-nova .km-listgroupinset li:last-child > .km-listview-link {
  border-radius: 0 0 1px 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listinset li:first-child:last-child > .km-listview-link, .km-nova .km-listgroupinset li:first-child:last-child > .km-listview-link {
  border-radius: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list li > .km-listview-link {
  margin-left: -1em;
  padding-left: 1em;
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-group-title {
  font-size: 1.2em;
  position: -webkit-sticky;
  text-indent: 0;
  margin-top: 0;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 1.17em .84em .39em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listview-icons .km-group-title {
  padding-left: 3em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listview-icons .km-icon::before, .km-nova .km-listview-icons .km-icon::after {
  margin-left: 0;
  font-size: 1.2em;
  line-height: .8em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listview-images .km-group-title {
  padding-left: 4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listgroup .km-group-title, .km-nova .km-listgroupinset .km-group-title {
  line-height: 1.5em;
  border-top-width: 0;
  border-top-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listview .km-switch {
  margin-top: -1.3rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-listview-item-badge.km-badge, .km-nova .km-listview-link > .km-badge {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap {
  padding: .25em 1.2em;
  border-radius: 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap > input {
  padding: .5em 1.8em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap > input::-webkit-input-placeholder {
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap > input::-moz-placeholder {
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap > input::-ms-input-placeholder {
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap > input:focus::-webkit-input-placeholder {
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap > input:focus::-moz-placeholder {
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap > input:focus::-ms-input-placeholder {
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap:before, .km-nova .km-filter-reset .km-clear {
  position: absolute;
  top: 50%;
  margin-top: -0.55em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap:before {
  font-size: 1em;
  content: "\e21e";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-filter-wrap .km-clear:after {
  content: "\e031";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-scrollview-overlay .km-pages {
  padding-top: .4em;
  position: absolute;
  bottom: 3.5em;
  left: 0;
  right: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-pages li {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider .k-draghandle {
  width: 1.333em;
  height: 1.333em;
  border-radius: 5em;
  border: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list .km-full-width-slider {
  position: relative;
  margin-top: 0;
  padding: 1.55em 0;
  width: auto;
  display: block;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-horizontal .k-draghandle {
  top: 2px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-vertical .k-draghandle {
  left: -0.665em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-horizontal .k-slider-selection {
  margin-top: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-vertical .k-slider-selection {
  margin-left: -0.1em;
  width: .29rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-horizontal .k-slider-track {
  height: .29rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-vertical .k-slider-track {
  width: .29rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-selection {
  margin-left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider .k-draghandle, .km-nova .k-slider .k-draghandle:hover {
  margin-top: -0.665em;
  padding: 0;
  background-clip: content-box;
  -webkit-background-clip: content-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider .k-draghandle:active:before {
  opacity: .4;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider .k-draghandle, .km-nova .k-slider .k-draghandle:hover {
  border: 0;
  border-radius: 5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-track {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: .5em;
  border-width: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-slider-selection {
  margin-left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list input[type=password], .km-nova .km-list input[type=search], .km-nova .km-list input[type=number], .km-nova .km-list input[type=tel], .km-nova .km-list input[type=url], .km-nova .km-list input[type=email], .km-nova .km-list input[type=month], .km-nova .km-list input[type=color], .km-nova .km-list input[type=week], .km-nova .km-list input[type=date], .km-nova .km-list input[type=time], .km-nova .km-list input[type=datetime], .km-nova .km-list input[type=datetime-local], .km-nova .km-list input[type=text]:not(.k-input), .km-nova .km-list select:not([multiple]), .km-nova .km-list .k-dropdown-wrap, .km-nova .km-list textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.2rem;
  min-width: 6em;
  border: 0;
  outline: 0;
  background: transparent;
  margin-top: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list .k-dropdown-wrap {
  padding: .2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list .k-dropdown {
  font-weight: normal;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list input[type=color], .km-nova .km-list input[type=week], .km-nova .km-list input[type=date], .km-nova .km-list input[type=time], .km-nova .km-list input[type=month], .km-nova .km-list input[type=datetime], .km-nova .km-list input[type=datetime-local], .km-nova .km-list .k-dropdown {
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list .k-dropdown .k-dropdown-wrap {
  display: block;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-label-above {
  width: 100%;
  font-size: .87em;
  display: block;
  margin-top: -1.3em;
  padding-top: .92em;
  padding-bottom: 3.3em;
  margin-bottom: -2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-label-above textarea {
  top: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-label-above, .km-nova label.km-inline-field {
  font-size: .72em;
  line-height: 1.2em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list .km-label-above input[type=text]:not(.k-input), .km-nova .km-list .km-label-above input[type=password], .km-nova .km-list .km-label-above input[type=search], .km-nova .km-list .km-label-above input[type=number], .km-nova .km-list .km-label-above input[type=tel], .km-nova .km-list .km-label-above input[type=url], .km-nova .km-list .km-label-above input[type=email], .km-nova .km-list .km-label-above input[type=file], .km-nova .km-list .km-label-above input[type=month], .km-nova .km-list .km-label-above input[type=color], .km-nova .km-list .km-label-above input[type=week], .km-nova .km-list .km-label-above input[type=date], .km-nova .km-list .km-label-above input[type=time], .km-nova .km-list .km-label-above input[type=datetime], .km-nova .km-list .km-label-above input[type=datetime-local], .km-nova .km-list .km-label-above select:not([multiple]), .km-nova .km-list .km-label-above .k-dropdown, .km-nova .km-list .km-label-above textarea {
  width: 100%;
  right: 0;
  padding-left: 0;
  left: .89em;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova label.km-required:after {
  content: "*";
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.km-required:after {
  margin-left: -0.89em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  font: 1em/1em "Kendo UI";
  margin-right: .89em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label input[type=password], .km-nova .km-icon-label input[type=search], .km-nova .km-icon-label input[type=number], .km-nova .km-icon-label input[type=tel], .km-nova .km-icon-label input[type=url], .km-nova .km-icon-label input[type=email], .km-nova .km-icon-label input[type=month], .km-nova .km-icon-label input[type=color], .km-nova .km-icon-label input[type=week], .km-nova .km-icon-label input[type=date], .km-nova .km-icon-label input[type=time], .km-nova .km-icon-label input[type=datetime], .km-nova .km-icon-label input[type=datetime-local], .km-nova .km-icon-label input[type=text]:not(.k-input), .km-nova .km-icon-label select:not([multiple]), .km-nova .km-icon-label .k-dropdown-wrap, .km-nova .km-icon-label textarea {
  right: auto;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list fieldset {
  border: 0;
  padding: 0 1.61em;
  margin: -1.18em -1.61em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list textarea, .km-nova .km-list fieldset input[type=password], .km-nova .km-list fieldset input[type=search], .km-nova .km-list fieldset input[type=number], .km-nova .km-list fieldset input[type=tel], .km-nova .km-list fieldset input[type=url], .km-nova .km-list fieldset input[type=email], .km-nova .km-list fieldset input[type=month], .km-nova .km-list fieldset input[type=color], .km-nova .km-list fieldset input[type=week], .km-nova .km-list fieldset input[type=date], .km-nova .km-list fieldset input[type=time], .km-nova .km-list fieldset input[type=datetime], .km-nova .km-list fieldset input[type=datetime-local], .km-nova .km-list fieldset input[type=text]:not(.k-input), .km-nova .km-list fieldset select:not([multiple]), .km-nova .km-list fieldset .k-dropdown-wrap {
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list fieldset > input[type=password], .km-nova .km-list fieldset > input[type=search], .km-nova .km-list fieldset > input[type=number], .km-nova .km-list fieldset > input[type=tel], .km-nova .km-list fieldset > input[type=url], .km-nova .km-list fieldset > input[type=email], .km-nova .km-list fieldset > input[type=month], .km-nova .km-list fieldset > input[type=color], .km-nova .km-list fieldset > input[type=week], .km-nova .km-list fieldset > input[type=date], .km-nova .km-list fieldset > input[type=time], .km-nova .km-list fieldset > input[type=datetime], .km-nova .km-list fieldset > input[type=datetime-local], .km-nova .km-list fieldset > input[type=text]:not(.k-input), .km-nova .km-list fieldset > select:not([multiple]), .km-nova .km-list fieldset > .k-dropdown-wrap {
  padding: 1.23em 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list fieldset textarea {
  width: 100%;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  margin-right: 0;
  padding-left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list fieldset input[type=password], .km-nova .km-list fieldset input[type=search], .km-nova .km-list fieldset input[type=number], .km-nova .km-list fieldset input[type=tel], .km-nova .km-list fieldset input[type=url], .km-nova .km-list fieldset input[type=email], .km-nova .km-list fieldset input[type=month], .km-nova .km-list fieldset input[type=color], .km-nova .km-list fieldset input[type=week], .km-nova .km-list fieldset input[type=date], .km-nova .km-list fieldset input[type=time], .km-nova .km-list fieldset input[type=datetime], .km-nova .km-list fieldset input[type=datetime-local], .km-nova .km-list fieldset input[type=text]:not(.k-input), .km-nova .km-list fieldset select:not([multiple]), .km-nova .km-list fieldset .k-dropdown-wrap, .km-nova .km-list fieldset textarea {
  width: 100%;
  position: relative;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list fieldset legend {
  text-indent: 0;
  margin: 0 -1.61em;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 1.28em 1.61em .55em;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-legend-button {
  display: block;
  padding: 1.17em 1.61em .39em;
  margin: -1.17em -1.61em -0.39em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-inline-field {
  display: inline-block;
  position: relative;
  width: -webkit-calc(48.39%);
  width: calc(48.39%);
  overflow: hidden;
  white-space: nowrap;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list fieldset .km-inline-field {
  margin-top: 0;
  margin-left: 0;
  padding-left: 1.61em;
  border-right-width: 1px;
  border-right-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list fieldset .km-inline-field:first-of-type {
  padding-left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-inline-field.km-label-above {
  margin-bottom: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list .km-inline-field input[type=text]:not(.k-input), .km-nova .km-list .km-inline-field input[type=password], .km-nova .km-list .km-inline-field input[type=search], .km-nova .km-list .km-inline-field input[type=number], .km-nova .km-list .km-inline-field input[type=tel], .km-nova .km-list .km-inline-field input[type=url], .km-nova .km-list .km-inline-field input[type=email], .km-nova .km-list .km-inline-field input[type=file], .km-nova .km-list .km-inline-field input[type=month], .km-nova .km-list .km-inline-field input[type=color], .km-nova .km-list .km-inline-field input[type=week], .km-nova .km-list .km-inline-field input[type=date], .km-nova .km-list .km-inline-field input[type=time], .km-nova .km-list .km-inline-field input[type=datetime], .km-nova .km-list .km-inline-field input[type=datetime-local], .km-nova .km-list .km-inline-field select:not([multiple]), .km-nova .km-list .km-inline-field .k-dropdown, .km-nova .km-list .km-inline-field textarea {
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 0;
  padding-left: 1em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list .km-inline-field:first-of-type input[type=text]:not(.k-input), .km-nova .km-list .km-inline-field:first-of-type input[type=password], .km-nova .km-list .km-inline-field:first-of-type input[type=search], .km-nova .km-list .km-inline-field:first-of-type input[type=number], .km-nova .km-list .km-inline-field:first-of-type input[type=tel], .km-nova .km-list .km-inline-field:first-of-type input[type=url], .km-nova .km-list .km-inline-field:first-of-type input[type=email], .km-nova .km-list .km-inline-field:first-of-type input[type=file], .km-nova .km-list .km-inline-field:first-of-type input[type=month], .km-nova .km-list .km-inline-field:first-of-type input[type=color], .km-nova .km-list .km-inline-field:first-of-type input[type=week], .km-nova .km-list .km-inline-field:first-of-type input[type=date], .km-nova .km-list .km-inline-field:first-of-type input[type=time], .km-nova .km-list .km-inline-field:first-of-type input[type=datetime], .km-nova .km-list .km-inline-field:first-of-type input[type=datetime-local], .km-nova .km-list .km-inline-field:first-of-type select:not([multiple]), .km-nova .km-list .km-inline-field:first-of-type .k-dropdown, .km-nova .km-list .km-inline-field:first-of-type textarea {
  margin-left: 0;
  padding-left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input[type=radio], .km-nova input[type=checkbox] {
  border-width: 2px;
  border-style: solid;
  height: 1.882rem;
  width: 1.882rem;
  border-radius: 3px;
  opacity: 1;
  margin: 0;
  top: auto;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-list input[type=radio], .km-nova .km-list input[type=checkbox] {
  right: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input[type=radio] {
  height: 1.882rem;
  width: 1.882rem;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input[type=radio].km-check:checked:after, .km-nova input[type=checkbox].km-check:after {
  content: "\a0";
  display: block;
  font-size: 1.2em;
  text-align: center;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input[type=checkbox].km-check:checked:after {
  margin-left: -1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input[type=radio].km-check:checked:after {
  margin-top: .269rem;
  margin-left: .269rem;
  width: 1.075rem;
  height: 1.075rem;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input.km-checkbox, .km-nova input.km-radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  height: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-checkbox-label, .km-nova .km-radio-label {
  display: block;
  position: relative;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-left: 2.5em;
  margin-left: .89em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-checkbox-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.613rem;
  height: 1.613rem;
  border-width: .133rem;
  border-style: solid;
  border-radius: 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-checkbox-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.613rem;
  height: 1.613rem;
  border-width: .133rem;
  border-style: solid;
  border-radius: 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input.km-checkbox:checked + .km-checkbox-label:after {
  content: "\e227";
  font-size: 1.2em;
  line-height: 1em;
  font-family: "Kendo UI";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-radio-label {
  position: relative;
  padding-left: 2.5em;
  vertical-align: middle;
  line-height: 1.5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-width: .133rem;
  border-style: solid;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova input.km-radio:checked + .km-radio-label:after {
  content: "";
  width: 1.067rem;
  height: 1.067rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: .365rem;
  border-radius: 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrow-e:before {
  content: "\E000";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrow-n:before {
  content: "\E001";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrow-s:before {
  content: "\E002";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrow-w:before {
  content: "\E003";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrow-ne:before {
  content: "\E004";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrow-nw:before {
  content: "\E005";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrow-se:before {
  content: "\E006";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrow-sw:before {
  content: "\E007";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-seek-e:before {
  content: "\E008";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-seek-n:before {
  content: "\E009";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-seek-s:before {
  content: "\E00A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-seek-w:before {
  content: "\E00B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-arrow-e:before {
  content: "\E00C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-arrow-n:before {
  content: "\E00D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-arrow-s:before {
  content: "\E00E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-arrow-w:before {
  content: "\E00F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrowhead-e:before {
  content: "\E010";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrowhead-n:before {
  content: "\E011";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrowhead-s:before {
  content: "\E012";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrowhead-w:before {
  content: "\E013";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrowhead-ew:before {
  content: "\E014";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-arrowhead-ns:before {
  content: "\E015";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-move:before {
  content: "\E016";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-resize:before {
  content: "\E017";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-resize-45:before {
  content: "\E018";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-resize-135:before {
  content: "\E019";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-resize-h:before {
  content: "\E01A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-resize-v:before {
  content: "\E01B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-refresh:before {
  content: "\E01C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-refresh-rev:before {
  content: "\E01D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-refresh:before {
  content: "\E01E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-refresh-rev:before {
  content: "\E01F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-turn-en:before {
  content: "\E020";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-turn-es:before {
  content: "\E021";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-turn-ne:before {
  content: "\E022";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-turn-nw:before {
  content: "\E023";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-turn-se:before {
  content: "\E024";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-turn-sw:before {
  content: "\E025";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-turn-wn:before {
  content: "\E026";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-turn-ws:before {
  content: "\E027";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-uturn-e:before {
  content: "\E028";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-uturn-e-rev:before {
  content: "\E029";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-uturn-n:before {
  content: "\E02A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-uturn-n-rev:before {
  content: "\E02B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-uturn-s:before {
  content: "\E02C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-uturn-s-rev:before {
  content: "\E02D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-uturn-w:before {
  content: "\E02E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-uturn-w-rev:before {
  content: "\E02F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-tick-sign:before {
  content: "\E030";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-close-sign:before {
  content: "\E031";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-plus-sign:before {
  content: "\E032";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-minus-sign:before {
  content: "\E033";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-plus-sign:before {
  content: "\E034";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-minus-sign:before {
  content: "\E035";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-cancel:before {
  content: "\E036";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-tick:before {
  content: "\E037";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-close:before {
  content: "\E038";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-plus:before {
  content: "\E039";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-minus:before {
  content: "\E03A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-plus:before {
  content: "\E03B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-minus:before {
  content: "\E03C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-stop:before {
  content: "\E03D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-pause:before {
  content: "\E03E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-eject:before {
  content: "\E03F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-volume-off:before {
  content: "\E040";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-volume-low:before {
  content: "\E041";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-volume-high:before {
  content: "\E042";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-earphones:before {
  content: "\E043";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-heart:before {
  content: "\E044";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-heart-empty:before {
  content: "\E045";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-heart-half:before {
  content: "\E046";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-star:before {
  content: "\E047";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-star-empty:before {
  content: "\E048";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-star-half:before {
  content: "\E049";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-star-half-empty:before {
  content: "\E04A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-chart-column:before {
  content: "\E04B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-chart-bar:before {
  content: "\E04C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-chart-pie:before {
  content: "\E04D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-chart-donut:before {
  content: "\E04E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-chart-line:before {
  content: "\E04F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-chart-area:before {
  content: "\E050";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-chart-donut:before {
  content: "\E051";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-align-left:before {
  content: "\E052";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-align-center:before {
  content: "\E053";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-align-right:before {
  content: "\E054";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-align-justify:before {
  content: "\E055";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-align-clear:before {
  content: "\E056";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-bold:before {
  content: "\E057";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-bold-sans:before {
  content: "\E058";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-italic:before {
  content: "\E059";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-italic-sans:before {
  content: "\E05A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-underline:before {
  content: "\E05B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-underline-sans:before {
  content: "\E05C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-strikethrough:before {
  content: "\E05D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-strikethrough-sans:before {
  content: "\E05E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-font-a:before {
  content: "\E05F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-font-a-sans:before {
  content: "\E060";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-font-t:before {
  content: "\E061";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-font-t-sans:before {
  content: "\E062";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-brightness:before {
  content: "\E063";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-brightness-contrast:before {
  content: "\E064";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-contrast:before {
  content: "\E065";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-crop:before {
  content: "\E066";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-mirror:before {
  content: "\E067";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-flip-h:before {
  content: "\E068";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-flip-v:before {
  content: "\E069";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-rotate:before {
  content: "\E06A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-rotate-rev:before {
  content: "\E06B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-filter:before {
  content: "\E06C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-filter-clear:before {
  content: "\E06D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-sort-asc:before {
  content: "\E06E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-sort-desc:before {
  content: "\E06F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-sort-clear:before {
  content: "\E070";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-indent:before {
  content: "\E071";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-outdent:before {
  content: "\E072";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-hyperlink:before {
  content: "\E073";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-hyperlink-clear:before {
  content: "\E074";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-hyperlink-ext:before {
  content: "\E075";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-hyperlink-ext:before {
  content: "\E076";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-ul:before {
  content: "\E077";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-ul:before {
  content: "\E078";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-paint:before {
  content: "\E079";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-paste:before {
  content: "\E07A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-pencil:before {
  content: "\E07B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-image:before {
  content: "\E07C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-image-add:before {
  content: "\E07D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-print:before {
  content: "\E07E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-zoom:before {
  content: "\E07F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-zoom-in:before {
  content: "\E080";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-zoom-out:before {
  content: "\E081";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-asterisk:before {
  content: "\E082";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-clip:before {
  content: "\E083";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-clip-45:before {
  content: "\E084";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-qrcode:before {
  content: "\E085";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-book:before {
  content: "\E086";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-bookmark:before {
  content: "\E087";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-briefcase:before {
  content: "\E088";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-calendar:before {
  content: "\E089";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-camera-still:before {
  content: "\E08A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-camera-video:before {
  content: "\E08B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-certificate:before {
  content: "\E08C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-clock:before {
  content: "\E08D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-cloud:before {
  content: "\E08E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-collapse:before {
  content: "\E08F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-columns:before {
  content: "\E090";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-comment:before {
  content: "\E091";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-comment-empty:before {
  content: "\E092";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-comments:before {
  content: "\E093";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-comments-empty:before {
  content: "\E094";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-credit-card:before {
  content: "\E095";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-download:before {
  content: "\E096";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-draghandle:before {
  content: "\E097";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-draghandle:before {
  content: "\E098";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-envelop:before {
  content: "\E099";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-envelop-open:before {
  content: "\E09A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-eye:before {
  content: "\E09B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-file:before {
  content: "\E09C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-file-add:before {
  content: "\E09D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-film:before {
  content: "\E09E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-flag:before {
  content: "\E09F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-folder-add:before {
  content: "\E0A0";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-folder:before {
  content: "\E0A1";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-folder-open:before {
  content: "\E0A2";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-folder-up:before {
  content: "\E0A3";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-gear:before {
  content: "\E0A4";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-si-gear:before {
  content: "\E0A5";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-transmit:before {
  content: "\E0A6";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-beer:before {
  content: "\E0A7";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-cocktail:before {
  content: "\E0A8";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-coffee:before {
  content: "\E0A9";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-wine:before {
  content: "\E0AA";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-grid:before {
  content: "\E0AB";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-thumbs:before {
  content: "\E0AC";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-split-h:before {
  content: "\E0AD";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-split-v:before {
  content: "\E0AE";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-home:before {
  content: "\E0AF";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-inbox:before {
  content: "\E0B0";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-key:before {
  content: "\E0B1";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-login:before {
  content: "\E0B2";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-logout:before {
  content: "\E0B3";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-place:before {
  content: "\E0B4";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-megaphone:before {
  content: "\E0B5";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-note:before {
  content: "\E0B6";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-pin:before {
  content: "\E0B7";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-unpin:before {
  content: "\E0B8";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-power:before {
  content: "\E0B9";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-progress-bars:before {
  content: "\E0BA";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-road:before {
  content: "\E0BB";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-rss:before {
  content: "\E0BC";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-floppy:before {
  content: "\E0BD";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-sitemap:before {
  content: "\E0BE";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-tag-45:before {
  content: "\E0BF";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-tag-h:before {
  content: "\E0C0";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-thunderbolt:before {
  content: "\E0C1";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-tooltip:before {
  content: "\E0C2";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-trash:before {
  content: "\E0C3";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-trophy:before {
  content: "\E0C4";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-ungroup:before {
  content: "\E0C5";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-upload:before {
  content: "\E0C6";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-window:before {
  content: "\E0C7";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-tiles:before {
  content: "\E0C8";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-wrench:before {
  content: "\E0C9";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-action:before {
  content: "\E0CA";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-add:before {
  content: "\E0CB";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-add-inv:before {
  content: "\E0CC";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-armchair:before {
  content: "\E0CD";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-battery:before {
  content: "\E0CE";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-book-open:before {
  content: "\E0CF";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-camera:before {
  content: "\E0D0";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-cart:before {
  content: "\E0D1";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-time:before {
  content: "\E0D2";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-coffee-card:before {
  content: "\E0D3";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-download-arrow:before {
  content: "\E0D4";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-edit:before {
  content: "\E0D5";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-faves:before {
  content: "\E0D6";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-star:before {
  content: "\E0D7";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-featured:before {
  content: "\E0D8";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-forward:before {
  content: "\E0D9";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-cog:before {
  content: "\E0DA";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-globe:before {
  content: "\E0DB";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-globe-inv:before {
  content: "\E0DC";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-house:before {
  content: "\E0DD";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-info:before {
  content: "\E0DE";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-share:before {
  content: "\E0DF";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-more-h:before {
  content: "\E0E0";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-more-v:before {
  content: "\E0E1";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-next:before {
  content: "\E0E2";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-pause-a:before {
  content: "\E0E3";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-user:before {
  content: "\E0E4";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-play-a:before {
  content: "\E0E5";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-refresh-a:before {
  content: "\E0E6";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-reset:before {
  content: "\E0E7";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-rewind:before {
  content: "\E0E8";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-search-a:before {
  content: "\E0E9";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-stop-a:before {
  content: "\E0EA";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-tiles-a:before {
  content: "\E0EB";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-trash-a:before {
  content: "\E0EC";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-undo:before {
  content: "\E0ED";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-redo:before {
  content: "\E0EE";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-volume-a:before {
  content: "\E0EF";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-wifi:before {
  content: "\E0F0";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-more-lines:before {
  content: "\E0F1";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-pull-to-ref:before {
  content: "\E0F2";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-loading-android:before {
  content: "\E0F3";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-loading-blackberry:before {
  content: "\E0F4";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-loading-meego:before {
  content: "\E0F5";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-loading-custom:before {
  content: "\E0F6";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-loading-ios:before {
  content: "\E0F7";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-bug:before {
  content: "\E0F8";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-info:before {
  content: "\E0F9";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-warning:before {
  content: "\E0FA";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-question:before {
  content: "\E0FB";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-insert-n:before {
  content: "\E0FC";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-insert-m:before {
  content: "\E0FD";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-insert-s:before {
  content: "\E0FE";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-lock:before {
  content: "\E0FF";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-unlock:before {
  content: "\E100";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-phone:before {
  content: "\E101";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-tablet:before {
  content: "\E102";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-ol:before {
  content: "\E103";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-barcode:before {
  content: "\E104";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-html5:before {
  content: "\E105";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-css3:before {
  content: "\E106";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-kendoui:before {
  content: "\E107";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-telerik:before {
  content: "\E108";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-icenium:before {
  content: "\E109";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-sitefinity:before {
  content: "\E10A";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-twitter:before {
  content: "\E10B";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-linkedin:before {
  content: "\E10C";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-facebook:before {
  content: "\E10D";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-pinterest:before {
  content: "\E10E";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-youtube:before {
  content: "\E10F";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-vimeo:before {
  content: "\E110";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-behance:before {
  content: "\E111";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-dribbble:before {
  content: "\E112";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-googleplus:before {
  content: "\E113";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-minimize:before {
  content: "\E114";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-html:before {
  content: "\E115";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-group:before {
  content: "\E116";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-subscript:before {
  content: "\E117";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-superscript:before {
  content: "\E118";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-icon-label.k-i-drophere:before {
  content: "\E119";
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-actionsheet > li > a {
  font-weight: normal;
  text-align: left;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova li.km-actionsheet-cancel > a {
  font-weight: bold;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-shim li.km-actionsheet-title {
  border-width: 0 0 1px;
  border-style: solid;
  font-size: 1.2em;
  text-indent: 0;
  margin-top: 0;
  font-weight: normal;
  padding: 1.17em .7em .39em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-actionsheet > li:last-child > a {
  border: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup li.km-actionsheet-title {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .k-overflow-wrapper .km-actionsheet-wrapper .km-actionsheet {
  border: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer, .km-nova [data-role=drawer] {
  width: 16.801rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer > .km-scroll-wrapper, .km-nova .km-drawer .km-scroll-container {
  height: 100%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer-vertical-tabstrip {
  width: 4.86rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-vertical-tabstrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-vertical-tabstrip .km-button {
  display: block;
  width: 100%;
  font-size: .6em;
  padding: 1.25em 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-vertical-tabstrip .km-button.km-state-active:before, .km-nova .km-drawer .km-listview li.km-state-active:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-list:not(.km-virtual-list) > li:first-child {
  border-top-width: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-list:not(.km-virtual-list) > li:last-child {
  border-bottom-width: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-drawer .km-listview li .km-badge {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-right-drawer .km-listview-link:after, .km-nova .km-right-drawer .km-listview-label:after {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-popup .km-navbar .km-view-title, .km-nova .km-modalview .km-header .km-navbar .km-view-title {
  padding-left: .591em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-modalview .km-footer .km-rightitem {
  width: 100%;
  right: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-modalview .km-footer .km-rightitem .km-button {
  width: 50%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  padding: .88em 0;
  line-height: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-width: 1px 0 0 0;
  border-style: solid;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-modalview .km-footer .km-rightitem .km-button:last-child {
  border-left-width: 1px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-vertical-scrollbar {
  width: .3em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-horizontal-scrollbar {
  height: .3em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h1, .km-nova h2, .km-nova h3, .km-nova h4, .km-nova h5, .km-nova h6, .km-nova p {
  margin: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-thumbnail {
  border-radius: 50%;
  width: 3.35rem;
  height: 3.35rem;
  border-width: 1px;
  border-style: solid;
  float: left;
  margin-right: 1.07rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-light-font {
  font-weight: 300;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-medium-font {
  font-weight: 500;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-bold-font {
  font-weight: bold;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h1 {
  font-weight: 500;
  margin-top: .4em;
  margin-bottom: .4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h2 {
  font-weight: 300;
  margin-top: .4em;
  margin-bottom: .4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h3 {
  font-weight: 400;
  margin-top: .4em;
  margin-bottom: .4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h4 {
  font-weight: 500;
  margin-top: .4em;
  margin-bottom: .4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h5 {
  font-weight: 300;
  margin-top: .5em;
  margin-bottom: .5em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova h6 {
  font-weight: 400;
  text-transform: uppercase;
  margin-top: .6em;
  margin-bottom: .6em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova .km-content .km-scroll-container > h1, .km-nova .km-content .km-scroll-container > h2, .km-nova .km-content .km-scroll-container > h3, .km-nova .km-content .km-scroll-container > h4, .km-nova .km-content .km-scroll-container > h5, .km-nova .km-content .km-scroll-container > h6, .km-nova .km-content .km-scroll-container > p {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova p {
  margin-top: .4em;
  margin-bottom: .4em;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-nova a:not([class]), .km-nova .km-external-link {
  text-decoration: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.mobile.all.min.scss */
.km-on-blackberry.km-blackberry6 .km-view .km-icon, .km-on-blackberry.km-blackberry7 .km-view .km-icon, .km-on-blackberry.km-ios .km-view .km-icon, .km-pane.km-on-android .km-view .km-icon, .km-pane.km-on-meego .km-view .km-icon {
  background: 0;
}

/*
* Kendo UI v2015.3.930 (http://www.telerik.com/kendo-ui)
* Copyright 2015 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial license terms.
*/
/*
* Kendo UI v2015.3.930 (http://www.telerik.com/kendo-ui)
* Copyright 2015 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial license terms.
*/
/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-theme-id-default {
  opacity: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-accent {
  color: #f35800;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-base {
  color: #e9e9e9;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-background {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-border-radius {
  border-radius: 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-normal-background {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-normal-gradient {
  background-image: url("textures/highlight.png");
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-normal-text-color {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-hover-background {
  color: #bcb4b0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-hover-gradient {
  background-image: url("textures/highlight.png");
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-hover-text-color {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-selected-background {
  color: #f35800;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-selected-gradient {
  background-image: url("textures/highlight.png");
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-selected-text-color {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-error {
  color: #ffe0d9;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-warning {
  color: #ffe79e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-success {
  color: #eaf7ec;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-info {
  color: #e5f5fa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-series-a {
  color: #ff6800;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-series-b {
  color: #a0a700;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-series-c {
  color: #ff8d00;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-series-d {
  color: #678900;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-series-e {
  color: #ffb53c;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.ktb-var-series-f {
  color: #396000;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-grid-norecords-template {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-in, .k-item, .k-window-action {
  border-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-block, .k-widget {
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-block, .k-widget, .k-input, .k-textbox, .contactus-index input[type="text"],
.contactus-index textarea, .k-group, .k-content, .k-header, .rgMasterTable thead th, .k-filter-row > th, .k-editable-area, .k-separator, .k-colorpicker .k-i-arrow-s, .k-textbox > input, .contactus-index input[type="text"] > input,
.contactus-index textarea > input, .k-autocomplete, .k-dropdown-wrap, .k-toolbar, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header, .rgMasterTable thead, .k-grid-header-wrap, .k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td, .rgMasterTable td, .k-grid td.k-state-selected, .rgMasterTable td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-treemap-tile, .k-calendar th, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-tiles, .k-toolbar, .k-tooltip, .k-button-group .k-tool, .k-upload-files {
  border-color: #d5d5d5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-group, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-widget .k-status, .k-calendar th, .k-dropzone-hovered, .k-widget.k-popup {
  background-color: #f5f5f5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-grouping-row td, td.k-group-cell, .k-resize-handle-inner {
  background-color: #eae8e8;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-list-container {
  border-color: #c5c5c5;
  background-color: #e9e9e9;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-content, .k-editable-area, .k-panelbar > li.k-item, .k-panel > li.k-item, .k-tiles {
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-alt, .rgAltRow, .k-separator, .k-resource.k-alt, .k-resource.rgAltRow, .k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #f1f1f1;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-pivot-rowheaders .k-alt .k-alt, .k-pivot-rowheaders .rgAltRow .k-alt, .k-pivot-rowheaders .k-alt .rgAltRow, .k-pivot-rowheaders .rgAltRow .rgAltRow, .k-header.k-alt, .rgMasterTable thead th.k-alt, .rgMasterTable thead th.rgAltRow, .k-header.rgAltRow {
  background-color: #dcdcdc;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-textbox, .contactus-index input[type="text"],
.contactus-index textarea, .k-autocomplete.k-header, .rgMasterTable thead th.k-autocomplete, .k-dropdown-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-numeric-wrap.k-state-active {
  border-color: #d5d5d5;
  background-color: #e9e9e9;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-textbox > input, .contactus-index input[type="text"] > input,
.contactus-index textarea > input, .k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-autocomplete.k-state-focused .k-input, .k-dropdown-wrap.k-state-focused .k-input, .k-picker-wrap.k-state-focused .k-input, .k-numeric-wrap.k-state-focused .k-input {
  border-color: #d5d5d5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
input.k-textbox, .contactus-index input[type="text"], textarea.k-textbox,
.contactus-index textarea, input.k-textbox:hover, .contactus-index input[type="text"]:hover, textarea.k-textbox:hover,
.contactus-index textarea:hover, .k-textbox > input, .contactus-index input[type="text"] > input,
.contactus-index textarea > input {
  background: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-input, input.k-textbox, .contactus-index input[type="text"], textarea.k-textbox,
.contactus-index textarea, input.k-textbox:hover, .contactus-index input[type="text"]:hover, textarea.k-textbox:hover,
.contactus-index textarea:hover, .k-textbox > input, .contactus-index input[type="text"] > input,
.contactus-index textarea > input, .k-multiselect-wrap {
  background-color: #fff;
  color: #5f2200;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-input[readonly] {
  background-color: #fff;
  color: #5f2200;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-block, .k-widget, .k-popup, .k-content, .k-toolbar, .k-dropdown .k-input {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-inverse {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-block {
  color: #313131;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tabstrip-items .k-link, .k-panelbar > li > .k-link {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-header, .rgMasterTable thead th, .k-treemap-title, .k-grid-header .k-header > .k-link, .rgMasterTable thead .k-header > .k-link, .k-grid-header .rgMasterTable thead th > .k-link, .rgMasterTable thead .k-grid-header th > .k-link, .rgMasterTable thead th > .k-link {
  color: #313131;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-header, .rgMasterTable thead th, .k-grid-header, .rgMasterTable thead, .k-toolbar, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox, .contactus-index input[type="text"],
.contactus-index textarea, .k-button, .k-progressbar, .k-draghandle, .k-autocomplete, .k-state-highlight, .k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item, .km-pane-wrapper > .km-pane > .km-view > .km-content {
  background-image: url("textures/highlight.png");
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #eae8e8;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-block, .k-header, .rgMasterTable thead th, .k-grid-header, .rgMasterTable thead, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header, html .km-pane-wrapper .rgMasterTable thead th, .rgMasterTable thead html .km-pane-wrapper th {
  background-color: #eae8e8;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-icon:hover, .k-state-hover .k-icon, .k-state-selected .k-icon, .k-state-focused .k-icon, .k-column-menu .k-state-hover .k-sprite, .k-column-menu .k-state-active .k-sprite, .k-pager-numbers .k-current-page .k-link:hover:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view.k-state-hover > .k-link:after {
  opacity: 1;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-icon, .k-state-disabled .k-icon, .k-column-menu .k-sprite, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  opacity: .9;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-mobile-list .k-check:checked, .k-mobile-list .k-edit-field [type=checkbox]:checked, .k-mobile-list .k-edit-field [type=radio]:checked {
  opacity: .9;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tool {
  border-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after, .k-gantt-views > .k-current-view > .k-link:after {
  background-image: url("Default/sprite.png");
  border-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-mobile-list .k-check:checked, .k-mobile-list .k-edit-field [type=checkbox]:checked, .k-mobile-list .k-edit-field [type=radio]:checked {
  background-image: url("Default/sprite.png");
  border-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-loading, .k-state-hover .k-loading {
  background-image: url("Default/loading.gif");
  background-position: 50% 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-loading-image {
  background-image: url("Default/loading-image.gif");
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-loading-color {
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button {
  color: #2e2e2e;
  border-color: #c5c5c5;
  background-color: #e9e9e9;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-draghandle {
  border-color: #a0dba9;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-draghandle:hover {
  border-color: #95d79f;
  background-color: #bbb4b1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-scheduler {
  color: #2e2e2e;
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-scheduler-layout {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-scheduler-datecolumn, .k-scheduler-groupcolumn {
  background-color: #fff;
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-scheduler-times tr, .k-scheduler-times th, .k-scheduler-table td, .k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-times {
  border-color: #c5c5c5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-nonwork-hour {
  background-color: #f1f1f1;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-gantt .k-nonwork-hour {
  background-color: rgba(233, 233, 233, 0.2);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-gantt .k-header.k-nonwork-hour, .k-gantt .rgMasterTable thead th.k-nonwork-hour, .rgMasterTable thead .k-gantt th.k-nonwork-hour {
  background-color: rgba(233, 233, 233, 0.15);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-scheduler-table .k-today, .k-today > .k-scheduler-datecolumn, .k-today > .k-scheduler-groupcolumn {
  background-color: #f8f8f8;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-scheduler-now-arrow {
  border-left-color: #ff6745;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-scheduler-now-line {
  background-color: #ff6745;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-event, .k-task-complete {
  border-color: #ffc09c;
  background: #ffc09c 0 -257px url("textures/highlight.png") repeat-x;
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-event-inverse {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-event.k-state-selected {
  background-position: 0 0;
  -webkit-box-shadow: 0 0 0 2px #2e2e2e;
  box-shadow: 0 0 0 2px #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-ie7 .k-event .k-resize-handle, .k-event .k-resize-handle:after, .k-ie7 .k-task-single .k-resize-handle, .k-task-single .k-resize-handle:after {
  background-color: #787878;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-scheduler-marquee:before, .k-scheduler-marquee:after {
  border-color: #f35800;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar .k-item {
  background-color: #fff;
  color: #2e2e2e;
  border-color: #c5c5c5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-panelbar > li > .k-link {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-panelbar > .k-item > .k-link {
  border-color: #c5c5c5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-panel > li.k-item {
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
  background-color: #fff;
  border-color: #9f9f9f;
  color: #313131;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-fieldselector .k-list-container {
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button:focus, .k-button.k-state-focused {
  border-color: #c5c5c5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button:hover, .k-button.k-state-hover {
  color: #2e2e2e;
  border-color: #b6b6b6;
  background-color: #bcb4b0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button:active, .k-button.k-state-active {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button:active:hover, .k-button.k-state-active:hover {
  color: #fff;
  border-color: #8d8079;
  background-color: #ff5e03;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button[disabled], .k-button.k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-button:hover, .k-button.k-state-disabled:hover, .k-state-disabled .k-button:active, .k-button.k-state-disabled:active {
  color: #9f9f9f;
  border-color: #c5c5c5;
  background-color: #e9e9e9;
  background-image: url("textures/highlight.png");
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button:focus:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: inset 0 0 3px 1px #b6b6b6;
  box-shadow: inset 0 0 3px 1px #b6b6b6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: inset 0 0 3px 1px #c54700;
  box-shadow: inset 0 0 3px 1px #c54700;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-menu .k-state-hover > .k-state-active {
  background-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-highlight {
  background: #fff;
  color: #313131;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-focused, .k-grouping-row .k-state-focused {
  border-color: #95d79f;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar .k-link {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar .k-footer {
  padding: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar .k-footer .k-nav-today {
  color: #2e2e2e;
  text-decoration: none;
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today.k-state-hover {
  background-color: #fff;
  text-decoration: underline;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar .k-footer .k-nav-today:active {
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar .k-link.k-nav-fast {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar .k-nav-fast.k-state-hover {
  text-decoration: none;
  background-color: #bcb4b0;
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar .k-link.k-state-hover, .k-window-titlebar .k-link {
  border-radius: 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar .k-footer .k-link {
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar th {
  background-color: #f5f5f5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar-container.k-group {
  border-color: #c5c5c5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-virtual-item.k-first, .k-group-header + .k-list > .k-item.k-first, .k-static-header + .k-list > .k-item.k-first {
  border-top-color: #b6b6b6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  background: #b6b6b6;
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-popup .k-list .k-item > .k-group {
  background: #b6b6b6;
  color: #fff;
  border-bottom-left-radius: 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-popup .k-treeview .k-item > .k-group {
  background: transparent;
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-marquee-text {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-focused, .k-list > .k-state-focused, .k-listview > .k-state-focused, .k-grid-header th.k-state-focused, .rgMasterTable thead th.k-state-focused, td.k-state-focused, .k-button.k-state-focused {
  -webkit-box-shadow: inset 0 0 3px 1px #b6b6b6;
  box-shadow: inset 0 0 3px 1px #b6b6b6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
  -webkit-box-shadow: inset 0 0 3px 1px #c54700;
  box-shadow: inset 0 0 3px 1px #c54700;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-ie8 .k-panelbar span.k-state-focused, .k-ie8 .k-menu li.k-state-focused, .k-ie8 .k-listview > .k-state-focused, .k-ie8 .k-grid-header th.k-state-focused, .k-ie8 .rgMasterTable thead th.k-state-focused, .rgMasterTable .k-ie8 thead th.k-state-focused, .k-ie8 td.k-state-focused, .k-ie8 .k-tool.k-state-hover, .k-ie8 .k-button:focus, .k-ie8 .k-button.k-state-focused, .k-ie7 .k-panelbar span.k-state-focused, .k-ie7 .k-menu li.k-state-focused, .k-ie7 .k-listview > .k-state-focused, .k-ie7 .k-grid-header th.k-state-focused, .k-ie7 .rgMasterTable thead th.k-state-focused, .rgMasterTable .k-ie7 thead th.k-state-focused, .k-ie7 td.k-state-focused, .k-ie7 .k-tool.k-state-hover, .k-ie7 .k-button:focus, .k-ie7 .k-button.k-state-focused {
  background-color: #bcb4b0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-list > .k-state-selected.k-state-focused, .k-list-optionlabel.k-state-selected.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-selected > .k-link, .k-panelbar > li > .k-state-selected, .k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-hover, .k-state-hover:hover, .k-splitbar-horizontal-hover:hover, .k-splitbar-vertical-hover:hover, .k-list > .k-state-hover, .k-scheduler .k-scheduler-toolbar ul li.k-state-hover, .k-pager-wrap .k-link:hover, .k-dropdown .k-state-focused, .k-filebrowser-dropzone, .k-mobile-list .k-item > .k-link:active, .k-mobile-list .k-item > .k-label:active, .k-mobile-list .k-edit-label.k-check:active, .k-mobile-list .k-recur-view .k-check:active {
  color: #2e2e2e;
  background-color: #bcb4b0;
  border-color: #b6b6b6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active {
  color: #2e2e2e;
  background-color: #bcb4b0;
  border-color: #b6b6b6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-ie7 .k-window-titlebar .k-state-hover, .k-ie8 .k-window-titlebar .k-state-hover {
  border-color: #b6b6b6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-hover > .k-select, .k-state-focused > .k-select {
  border-color: #b6b6b6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button:hover, .k-button.k-state-hover, .k-button:focus, .k-button.k-state-focused, .k-textbox:hover, .contactus-index input[type="text"]:hover,
.contactus-index textarea:hover, .k-state-hover, .k-state-hover:hover, .k-pager-wrap .k-link:hover, .k-other-month.k-state-hover .k-link, div.k-filebrowser-dropzone em, .k-draghandle:hover {
  background-image: url("textures/highlight.png");
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-pager-wrap {
  background-color: #eae8e8;
  color: #313131;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-autocomplete.k-state-active, .k-picker-wrap.k-state-active, .k-numeric-wrap.k-state-active, .k-dropdown-wrap.k-state-active, .k-state-active, .k-state-active:hover, .k-state-active > .k-link, .k-button:active, .k-panelbar > .k-item > .k-state-focused {
  background-image: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-selected, .k-button:active, .k-button.k-state-active, .k-draghandle.k-state-selected:hover {
  background-image: url("textures/highlight.png");
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-button:active, .k-button.k-state-active, .k-draghandle.k-state-selected:hover {
  background-position: 50% 50%;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tool-icon {
  background-image: url("Default/sprite.png");
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-hover > .k-link, .k-other-month.k-state-hover .k-link, div.k-filebrowser-dropzone em {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-autocomplete.k-state-hover, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-hover, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-hover, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-hover, .k-dropdown-wrap.k-state-focused {
  background-color: #bdb4af;
  background-image: url("textures/highlight.png");
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  border-color: #b6b6b6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]), .km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]), .km-pane-wrapper .k-mobile-list textarea, .k-dropdown .k-state-focused .k-input {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-dropdown .k-state-hover .k-input {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-error {
  border-color: #ff6745;
  background-color: #f4f3f2;
  color: #ffb388;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-disabled {
  opacity: .7;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-ie8 .k-state-disabled {
  filter: alpha(opacity=70);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tile-empty.k-state-selected, .k-loading-mask.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-disabled, .k-state-disabled .k-link, .k-state-disabled .k-button, .k-other-month, .k-other-month .k-link, .k-dropzone em, .k-tile-empty strong, .k-slider .k-draghandle {
  color: #9f9f9f;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-dropzone .k-upload-status {
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-progressbar-indeterminate {
  background: url("Default/indeterminate.gif");
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-progressbar-indeterminate .k-progress-status-wrap, .k-progressbar-indeterminate .k-state-selected {
  display: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-slider-track {
  background-color: #d5d5d5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-slider-selection {
  background-color: #f35800;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-slider-horizontal .k-tick {
  background-image: url("Default/slider-h.gif");
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-slider-vertical .k-tick {
  background-image: url("Default/slider-v.gif");
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-widget.k-tooltip {
  background-image: url("textures/highlight.png");
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #eae8e8;
  color: #313131;
  border-color: transparent;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-widget.k-tooltip-validation {
  border-color: #ffe79e;
  background-color: #ffe79e;
  color: #6b5100;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.input-prepend .k-tooltip-validation, .input-append .k-tooltip-validation {
  font-size: 12px;
  position: relative;
  top: 3px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-callout-n {
  border-bottom-color: #eae8e8;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-callout-w {
  border-right-color: #eae8e8;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-callout-s {
  border-top-color: #eae8e8;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-callout-e {
  border-left-color: #eae8e8;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tooltip-validation .k-callout-n {
  border-bottom-color: #ffe79e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tooltip-validation .k-callout-w {
  border-right-color: #ffe79e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tooltip-validation .k-callout-s {
  border-top-color: #ffe79e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tooltip-validation .k-callout-e {
  border-left-color: #ffe79e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-splitbar {
  background-color: #e9e9e9;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-restricted-size-vertical, .k-restricted-size-horizontal {
  background-color: #ffb388;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-file {
  background-color: #fff;
  border-color: #c5c5c5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-file-progress {
  color: #2498bc;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-file-progress .k-progress {
  background-color: #e5f5fa;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-file-success {
  color: #3ea44e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-file-success .k-progress {
  background-color: #eaf7ec;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-file-error {
  color: #d92800;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-file-error .k-progress {
  background-color: #ffe0d9;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tile {
  border-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-textbox:hover, .contactus-index input[type="text"]:hover,
.contactus-index textarea:hover, .k-tiles li.k-state-hover {
  border-color: #b6b6b6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tiles li.k-state-selected {
  border-color: #f85a00;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-filebrowser .k-tile .k-folder, .k-filebrowser .k-tile .k-file {
  background-image: url("Default/imagebrowser.png");
  -webkit-background-size: auto auto;
  background-size: auto auto;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-leaf, .k-leaf.k-state-hover:hover {
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-leaf.k-inverse, .k-leaf.k-inverse.k-state-hover:hover {
  color: #000;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-widget, .k-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-slider, .k-treeview, .k-upload {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-textbox:focus, .contactus-index input[type="text"]:focus,
.contactus-index textarea:focus, .k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-grid td.k-state-selected.k-state-focused, .rgMasterTable td.k-state-selected.k-state-focused {
  background-color: #ff5e03;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-popup, .k-menu .k-menu-group, .k-grid .k-filter-options, .rgMasterTable .k-filter-options, .k-time-popup, .k-datepicker-calendar, .k-autocomplete.k-state-border-down, .k-autocomplete.k-state-border-up, .k-dropdown-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-multiselect.k-state-focused, .k-filebrowser .k-image, .k-tooltip {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-treemap-tile.k-state-hover {
  -webkit-box-shadow: inset 0 0 0 3px #d5d5d5;
  box-shadow: inset 0 0 0 3px #d5d5d5;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-window {
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.3);
  box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.3);
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-window.k-state-focused {
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-window.k-window-maximized, .k-window-maximized .k-window-titlebar, .k-window-maximized .k-window-content {
  border-radius: 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-inset {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-editor-inline ::-moz-selection {
  background-color: #f85a00;
  text-shadow: none;
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-editor-inline ::selection {
  background-color: #f85a00;
  text-shadow: none;
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-editor-inline ::-moz-selection {
  background-color: #f85a00;
  text-shadow: none;
  color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-widget.k-notification.k-notification-info {
  background-color: #e5f5fa;
  color: #2498bc;
  border-color: #b6e3f1;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-widget.k-notification.k-notification-success {
  background-color: #eaf7ec;
  color: #6e6e6e;
  border-color: #c5e9cb;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-widget.k-notification.k-notification-warning {
  background-color: #ffe79e;
  color: #666;
  border-color: #ffe38f;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-widget.k-notification.k-notification-error {
  background-color: #ffe0d9;
  color: #6e6e6e;
  border-color: #ffb6a6;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-gantt .k-treelist {
  background: #f1f1f1;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-gantt .k-treelist .k-alt, .k-gantt .k-treelist .rgAltRow {
  background-color: #e4e4e4;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-gantt .k-treelist .k-state-selected, .k-gantt .k-treelist .k-state-selected td, .k-gantt .k-treelist .k-alt.k-state-selected, .k-gantt .k-treelist .k-state-selected.rgAltRow, .k-gantt .k-treelist .k-alt.k-state-selected > td, .k-gantt .k-treelist .k-state-selected.rgAltRow > td {
  background-color: #f35800;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-task-dot:after {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-task-dot:hover:after {
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-task-summary {
  border-color: #6e6e6e;
  background: #6e6e6e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-task-milestone, .k-task-summary-complete {
  border-color: #2e2e2e;
  background: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-selected.k-task-summary {
  border-color: #ffa673;
  background: #ffa673;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-selected.k-task-milestone, .k-state-selected .k-task-summary-complete {
  border-color: #f35800;
  background: #f35800;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-task-single {
  background-color: #ffd7c0;
  border-color: #ffc09c;
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-selected.k-task-single {
  border-color: #f85a00;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-line {
  background-color: #2e2e2e;
  color: #2e2e2e;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-state-selected.k-line {
  background-color: #f35800;
  color: #f35800;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-resource {
  background-color: #fff;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-i-kpi-decrease, .k-i-kpi-denied, .k-i-kpi-equal, .k-i-kpi-hold, .k-i-kpi-increase, .k-i-kpi-open {
  background-image: url("Default/sprite_kpi.png");
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-block, .k-button, .k-textbox, .contactus-index input[type="text"],
.contactus-index textarea, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .rgMasterTable .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload, .k-split-button .k-gantt-views, .k-gantt-views > .k-current-view {
  border-radius: 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tool {
  text-align: center;
  vertical-align: middle;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tool.k-group-start, .k-toolbar .k-split-button .k-button, .k-toolbar .k-button-group .k-group-start {
  border-radius: 4px 0 0 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-rtl .k-tool.k-group-start, .k-rtl .k-toolbar .k-split-button .k-button, .k-rtl .k-toolbar .k-button-group .k-group-start {
  border-radius: 0 4px 4px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-tool.k-group-end, .k-toolbar .k-button-group .k-group-end, .k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 4px 4px 0;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-rtl .k-tool.k-group-end, .k-rtl .k-toolbar .k-button-group .k-group-end, .k-rtl .k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 4px 0 0 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-group-start.k-group-end.k-tool {
  border-radius: 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-calendar-container.k-state-border-up, .k-list-container.k-state-border-up, .k-autocomplete.k-state-border-up, .k-multiselect.k-state-border-up, .k-dropdown-wrap.k-state-border-up, .k-picker-wrap.k-state-border-up, .k-numeric-wrap.k-state-border-up, .k-window-content, .k-filter-menu {
  border-radius: 0 0 4px 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-autocomplete.k-state-border-up .k-input, .k-dropdown-wrap.k-state-border-up .k-input, .k-picker-wrap.k-state-border-up .k-input, .k-picker-wrap.k-state-border-up .k-selected-color, .k-numeric-wrap.k-state-border-up .k-input {
  border-radius: 0 0 0 4px;
}

/* line 9, ../kendo/2015.3.1111/styles/kendo.default.min.scss */
.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 4px 4px;
}