/*
* Kendo UI v2014.1.611 (http://www.telerik.com/kendo-ui)
* Copyright 2014 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.
*/
/* Common Platform CSS */
@-ms-viewport {
  width: device-width;
  user-zoom: fixed;
  max-zoom: 1;
  min-zoom: 1;
}
@media (orientation: landscape) {
  .km-tablet .km-on-ios.km-horizontal.km-web:not(.km-ios-chrome) {
    position: fixed;
    bottom: 0;
  }
}
.km-root {
  font-size: .92em;
}
.km-root a {
  color: inherit;
}
.km-tablet {
  font-size: 1em;
}
.km-root *:focus {
  outline-width: 0;
}
.km-root,
.km-pane,
.km-pane-wrapper {
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
.km-pane-wrapper {
  position: absolute;
}
.km-pane,
.km-shim {
  font-family: sans-serif;
}
.km-pane {
  overflow-x: hidden;
  position: relative;
}
.km-vertical .km-collapsible-pane {
  position: absolute;
  z-index: 2 !important;
  -webkit-transition: -webkit-transform 350ms ease-out;
  -ms-transition: -ms-transform 350ms ease-out;
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.km-vertical .km-expanded-splitview .km-collapsible-pane {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.km-expanded-pane-shim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.km-expanded-splitview .km-expanded-pane-shim {
  display: block;
  z-index: 1;
}
.km-root > * {
  margin: 0;
  padding: 0;
}
.km-root * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.km-view {
  top: 0;
  left: 0;
  position: absolute;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  vertical-align: top;
}
.k-ff .km-view,
.k-ff .km-pane {
  overflow: hidden;
}
.k-ff18 .km-view,
.k-ff18 .km-pane,
.k-ff19 .km-view,
.k-ff19 .km-pane,
.k-ff20 .km-view,
.k-ff20 .km-pane,
.k-ff21 .km-view,
.k-ff21 .km-pane {
  position: relative;
}
.k-ff .km-view {
  display: -moz-inline-box;
  display: inline-flex;
}
.km-content {
  min-height: 1px;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  flex-align: stretch;
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
}
.km-content p,
.km-content h1,
.km-content h2,
.km-content h3,
.km-content h4,
.km-content h5,
.km-content h6 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.km-header,
.km-footer {
  display: block;
  display: -moz-box;
  -moz-box-orient: vertical;
  width: 100%;
}
.k-ff .km-scrollview > div {
  display: inline-block;
}
.km-header {
  padding: 0;
}
.km-footer {
  background: #1a1a1a;
}
[data-role="layout"] {
  display: none;
}
[data-role="view"],
[data-role="drawer"] {
  visibility: hidden;
}
.km-view {
  visibility: visible;
}
.km-header,
.km-footer {
  position: relative;
  z-index: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  .km-view {
    display: table;
  }
  .km-header,
  .km-footer,
  .km-content {
    display: table-row;
  }
  .km-header,
  .km-footer {
    height: 1px;
  }
}
.km-toolbar,
.km-navbar,
.km-button,
.km-buttongroup,
.km-tabstrip,
.km-blackberry li.km-actionsheet-cancel > a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-origin: border-box;
  position: relative;
  display: inline-block;
  padding: .4em .7em;
  margin: .1rem;
  overflow: visible;
  text-decoration: none;
}
.km-tabstrip,
.km-toolbar,
.km-navbar {
  display: block;
  padding: .8em;
  margin: 0;
  width: 100%;
  border-width: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-native-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scroll-snap-type: proximity;
}
.km-default-content {
  padding: 1em;
}
.km-shim {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-root .km-shim {
  position: absolute;
}
.km-shim:before {
  content: "\a0";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.km-shim .k-animation-container {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  width: auto;
}
/* Loader */
.km-loader {
  top: 50%;
  left: 50%;
  width: 180px;
  height: 130px;
  opacity: .85;
  z-index: 100000;
  padding: 30px 30px;
  position: absolute;
  margin-top: -70px;
  margin-left: -90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
}
.km-loader h1 {
  font-size: 1rem;
  color: white;
  text-align: center;
  vertical-align: middle;
}
.km-loader .km-loading,
.km-load-more .km-icon,
.km-scroller-refresh .km-icon {
  animation: km-spin 1s infinite linear;
  -moz-animation: km-spin 1s infinite linear;
  -webkit-animation: km-spin 1s infinite linear;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  font-size: 35px;
}
.km-loader .km-loading:after,
.km-load-more .km-icon:after {
  color: #ccc;
}
.km-loading-left,
.km-loading-right {
  display: none;
}
@-webkit-keyframes km-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes km-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes km-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes km-spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes km-ios-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes km-ios-spin1 {
  from {
    -webkit-transform: rotate(-135deg);
  }
  to {
    -webkit-transform: rotate(225deg);
  }
}
@-moz-keyframes km-ios-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes km-ios-spin1 {
  from {
    -moz-transform: rotate(-135deg);
  }
  to {
    -moz-transform: rotate(225deg);
  }
}
@keyframes km-ios-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes km-ios-spin1 {
  from {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(225deg);
  }
}
/* Stretched View */
.km-stretched-view {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.km-stretched-view > * {
  width: 100%;
}
.km-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 100000;
}
.km-root.km-native-scrolling,
.km-root.km-native-scrolling .km-view,
.km-root.km-native-scrolling .km-splitview .km-pane {
  min-height: 100%;
  height: auto;
  -webkit-transform: none;
  overflow-x: visible;
}
.km-native-scrolling .km-pane,
.km-native-scrolling .km-view {
  -ms-touch-action: auto;
  display: block;
}
.km-native-scrolling .km-content {
  -ms-flex: auto;
}
.km-native-scrolling .km-blackberry .km-content {
  min-height: auto;
}
/* Restore position:absolute during animation */
.km-native-scrolling .km-splitview {
  position: absolute;
}
.km-native-scrolling .km-header {
  position: fixed;
  top: 0;
}
.km-native-scrolling .km-android .km-header {
  top: auto;
  bottom: 0;
}
.km-native-scrolling .km-footer {
  position: fixed;
  bottom: 0;
}
.km-native-scrolling .km-android .km-footer {
  top: 0;
  bottom: auto;
}
.km-native-scrolling .km-badge {
  z-index: auto;
}
.km-native-scrolling .km-splitview .km-header,
.km-native-scrolling .km-splitview .km-footer,
.km-native-scrolling .km-popup.km-pane .km-header,
.km-native-scrolling .km-popup.km-pane .km-footer {
  position: absolute;
}
.km-native-scrolling .km-modalview .km-header,
.km-native-scrolling .km-modalview .km-footer {
  position: relative;
}
.km-native-scrolling .km-content {
  width: 100%;
}
.km-native-scrolling .km-shim,
.km-native-scrolling .km-popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto !important;
}
.km-native-scrolling .km-drawer {
  position: fixed;
  top: 0;
  height: 100% !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
.km-native-scrolling > .km-pane > .km-loader {
  position: fixed;
  top: 50%;
  margin-top: -2em;
}
.km-native-scrolling .km-header,
.km-native-scrolling .km-footer {
  z-index: 2;
}
/* Disabled states */
.km-state-disabled {
  opacity: 0.5;
}
.km-badge,
.km-detail {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  height: 2em;
  font-size: .6rem;
  text-shadow: none;
}
.km-badge {
  top: -1em;
  right: -1em;
  line-height: 2em;
  margin-left: .5em;
  min-width: .9em;
  padding: 0 .55em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.km-tabstrip .km-badge {
  top: -0.2em;
  right: auto;
  margin-left: -1em;
}
/* DetailButtons */
.km-detail {
  position: absolute;
  float: right;
  right: .8rem;
  top: 50%;
  margin-top: -0.7rem;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-widget .km-detaildisclose {
  font-size: .8em;
}
.k-ff .km-detail {
  width: 1rem;
  height: 1rem;
}
.km-detail .km-text {
  display: none;
}
.km-widget .km-rowinsert:after,
.km-widget .km-rowdelete:after,
.km-widget .km-contactadd:after,
.km-widget .km-detaildisclose:after,
.km-widget .km-rowinsert:before,
.km-widget .km-rowdelete:before,
.km-widget .km-contactadd:before,
.km-widget .km-detaildisclose:before,
.km-detail .km-icon {
  left: .15em;
  top: .15em;
  line-height: 1em;
  font-size: 1em;
  position: absolute;
}
.km-widget .km-detaildisclose:after {
  left: .1em;
  top: .25em;
  text-align: center;
  font-weight: bold;
}
/* Buttons */
.km-button {
  cursor: pointer;
  outline: 0;
  text-align: center;
}
button.km-button {
  display: inline-block;
  font: inherit;
}
.km-button:hover {
  text-decoration: none;
}
.km-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.km-ios .km-state-disabled .km-button,
.km-android .km-state-disabled .km-button,
.km-blackberry .km-state-disabled .km-button,
.km-meego .km-state-disabled .km-button {
  color: #aaa;
  text-shadow: none;
}
.km-root .km-pane .k-button:focus,
.km-root .km-pane .k-button:active,
.km-root .km-pane .k-button:focus:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.km-buttongroup {
  padding: .4rem .7rem;
  -webkit-margin-collapse: separate;
  margin-collapse: separate;
  margin: .5em auto;
}
.km-widget.km-buttongroup {
  padding: 0;
  border-color: transparent;
  background: none;
  white-space: nowrap;
  display: table;
}
.km-buttongroup > .km-button {
  display: table-cell;
}
.km-widget.km-buttongroup .km-button {
  margin: 0;
  border-width: 1px 0 1px 1px;
  padding: .48em .9em .44em;
}
.km-tablet .km-buttongroup .km-button {
  padding: .4em .8em .34em;
}
.km-widget.km-navbar .km-buttongroup {
  font-size: .95rem;
  line-height: 1em;
  margin: 0 0 .2em;
  display: inline-block;
  height: 1.5em;
  top: -2px;
}
.km-tablet .km-navbar .km-buttongroup {
  top: -1px;
}
.km-widget.km-navbar .km-buttongroup > .km-button {
  font-size: 1em;
  min-width: 4rem;
  text-align: center;
}
.km-tablet .km-navbar .km-buttongroup > .km-button {
  min-width: 6rem;
}
.km-view .km-buttongroup .km-button:last-child {
  border-right-width: 1px;
}
.km-ios .km-buttongroup .km-button {
  font-size: 1.2em;
  font-weight: bold;
}
.km-hide-title {
  display: none;
}
.km-show-title:after {
  display: block;
  content: "\a0";
  height: 0;
}
.km-fill-title:after {
  height: auto;
}
.km-footer .km-show-title:after {
  display: inline-block;
}
.km-view-title,
.km-dialog-title {
  position: relative;
  visibility: visible;
  text-align: center;
  font-size: 1.4em;
  line-height: 2.3em;
  margin-left: auto;
  margin-right: auto;
}
.km-horizontal .km-view-title {
  line-height: 2em;
}
.km-toolbar,
.km-navbar {
  padding: 0;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  display: block;
  border-width: 0 0 1px 0;
  background-color: #fff;
}
.k-ff .km-toolbar,
.k-ff .km-navbar {
  overflow: visible;
}
.km-toolbar .km-button,
.km-navbar .km-button {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.km-navbar .km-no-title {
  padding-top: .7rem;
  padding-bottom: .7rem;
}
.km-horizontal .km-toolbar .km-button,
.km-horizontal .km-navbar .km-button {
  margin-top: .3rem;
  margin-bottom: .3rem;
}
.km-horizontal .km-navbar .km-no-title {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.km-tablet.km-root .km-no-title {
  padding-top: .55rem;
  padding-bottom: .55rem;
}
.km-tablet .km-navbar .km-button,
.km-tablet .km-toolbar .km-button {
  margin-top: .45rem;
  margin-bottom: .45rem;
}
.km-root .km-pane .km-navbar .km-no-title {
  visibility: visible;
  line-height: 0;
}
/* Navbar */
.km-on-ios.km-black-translucent-status-bar.km-app .km-header .km-navbar {
  padding-top: 1.4em;
  background-clip: border-box;
}
.km-on-ios.km-ios5.km-cordova .km-header .km-navbar,
.km-on-ios.km-ios6.km-cordova .km-header .km-navbar {
  padding-top: 0;
}
.km-leftitem,
.km-rightitem {
  z-index: 1;
  position: absolute;
  right: .5em;
}
.km-popup .km-rightitem {
  right: 0;
}
.km-leftitem {
  left: .5em;
  right: auto;
}
.km-popup .km-leftitem {
  left: 0;
}
/* Center left/right item contents */
.km-leftitem,
.km-rightitem {
  height: 100%;
}
.km-on-ios.km-black-translucent-status-bar.km-app .km-leftitem,
.km-on-ios.km-black-translucent-status-bar.km-app .km-rightitem {
  height: auto;
}
.km-leftitem > *,
.km-rightitem > * {
  display: inline-block;
  vertical-align: middle;
}
.km-leftitem:before,
.km-rightitem:before {
  content: "\a0";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.km-tabstrip {
  padding: .4rem .7rem;
}
.km-horizontal .km-tabstrip {
  padding: .2rem .7rem;
}
.km-tabstrip {
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-align: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  flex-align: start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-pack: start;
  padding: 0;
  text-align: center;
  word-spacing: -1em;
}
.km-tabstrip .km-button {
  word-spacing: normal;
  box-shadow: none;
  -webkit-box-shadow: none;
  vertical-align: bottom;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .km-tabstrip {
    word-spacing: normal;
    width: 100%;
  }
}
.km-tabstrip .km-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #a8a8a8;
  padding: .4em .8em;
  border-width: 0;
  border-color: transparent;
  background: none;
  margin: 0;
  text-align: center;
}
.km-tabstrip .km-button:first-child {
  border-left: 0;
}
.km-tabstrip .km-button:last-child {
  border-right: 0;
}
.km-switch input[type=checkbox] {
  display: none;
}
.km-switch,
.km-checkbox {
  text-align: left;
  font-size: 1rem;
  display: inline-block;
  width: 6.4rem;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  overflow: hidden;
}
.km-switch-wrapper,
.km-slider-wrapper {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.km-switch-background,
.km-slider-background {
  display: block;
  margin: 0 1px 1px -5em;
  height: 100%;
  width: 200%;
}
.km-switch-container {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-checkbox {
  width: 1.8rem;
  height: 1.8rem;
}
.km-checkbox-checked:after {
  content: "\a0";
  display: block;
  width: 100%;
  height: 100%;
}
.km-switch-handle {
  top: 0;
  left: 0;
  width: 2.72em;
  height: 100%;
  display: inline-block;
  margin: -1px 0 0 -1px;
  background-color: #000;
}
.km-switch-label-on,
.km-switch-label-off {
  display: block;
  width: 130%;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
}
.km-switch-label-off {
  left: 104%;
}
.km-switch-label-on {
  left: -134%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.km-list .km-switch {
  position: absolute;
  top: 50%;
  right: .8rem;
  margin-top: -1rem;
}
.km-listview-link:after {
  width: .5rem;
  height: .5rem;
  content: "\a0";
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.2rem;
  border-style: solid;
  border-width: .24rem .24rem 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.km-listview-wrapper > ul:not(.km-listview) {
  margin: 0 auto;
}
.km-list,
.km-listview {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.km-listinset,
.km-listgroupinset {
  margin: 1em;
}
.k-ff .km-listinset:after,
.k-ff .km-listgroupinset:after {
  display: block;
  height: 0;
  content: "\a0";
}
.km-listinset,
.km-listgroupinset .km-list {
  overflow: hidden;
}
.km-listview .km-switch {
  margin-top: -0.95rem;
  position: absolute;
  right: .8rem;
  top: 50%;
}
.km-listview .km-list {
  text-indent: 0;
}
.km-list > li,
.km-widget .km-listview-link,
.km-widget .km-listview-label {
  margin: 0;
  display: block;
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em;
}
.km-list > li {
  line-height: 1.6em;
  overflow: hidden;
}
.km-virtual-list {
  position: relative;
  width: 100%;
  -webkit-transform: translateZ(0);
}
.km-virtual-list > li {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
}
.km-widget.km-list .km-load-more,
.km-widget .km-list .km-load-more {
  border-bottom: 0;
}
.km-list > li > * {
  line-height: normal;
}
.km-group-title {
  display: block;
  font-weight: bold;
  padding: .2em 0;
  text-indent: .8em;
}
.km-listgroupinset .km-group-title {
  margin-top: .65em;
  line-height: 2em;
}
.km-list:not(.km-virtual-list) > li:first-child {
  border-top: 0;
}
.km-list:not(.km-virtual-list) > li:last-child {
  border-bottom: 0;
}
.km-widget .km-listview-link,
.km-widget .km-listview-label {
  line-height: inherit;
  text-decoration: none;
  margin: -0.5em -0.7em;
}
.km-listview-link:after,
.km-listview-label:after {
  border-color: #777;
  content: "\a0";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.32rem;
}
/* Filtering */
.km-filter-form {
  width: 100%;
  padding: .5em 0;
  border: 1px solid transparent;
  border-width: 1px 0;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.km-filter-wrap {
  position: relative;
  margin: 0 .7em;
  padding: .2em .4em;
  border: 1px solid transparent;
}
.km-widget .km-filter-wrap:before {
  display: inline-block;
  vertical-align: middle;
  content: "\e0e9";
  font-size: 1.6em;
  width: 1em;
  height: 1em;
  margin-right: -1em;
  color: inherit;
}
.km-tablet .km-filter-wrap {
  max-width: 24em;
  margin: 0 auto;
}
.km-filter-wrap > input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.km-filter-wrap input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  vertical-align: middle;
  padding: 0 1.4em;
}
.km-filter-reset {
  display: inline-block;
  margin-left: -1.6em;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  height: 100%;
}
.km-filter-reset .km-clear {
  font-size: 1.6em;
  width: 1em;
  height: 1em;
  display: block;
}
.km-filter-reset > .km-text {
  position: absolute;
  top: -3333px;
  left: -3333px;
}
/* Load more */
.km-load-more {
  display: block;
  padding: .3em 0 1.2em;
  height: 3.2em;
  text-align: center;
}
/* Pull to refresh */
.km-scroller-pull {
  width: 100%;
  display: block;
  position: absolute;
  line-height: 3em;
  font-size: 1.4em;
  text-align: center;
  -webkit-transform: translate3d(0, -3em, 0);
  -moz-transform: translate3d(0, -3em, 0);
  -ms-transform: translate3d(0, -3em, 0);
  -o-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
}
.km-scroller-pull .km-template {
  display: inline-block;
  min-width: 200px;
  text-align: left;
}
.km-load-more .km-icon,
.km-widget .km-scroller-pull .km-icon {
  display: inline-block;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
  width: 2rem;
  font-size: 2rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms linear;
  -moz-transition: -moz-transform 300ms linear;
  -ms-transition: -ms-transform 300ms linear;
  -o-transition: -o-transform 300ms linear;
  transition: transform 300ms linear;
}
.km-widget .km-scroller-release .km-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.km-widget .km-scroller-refresh .km-icon {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* Scroller */
.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: .4em;
  width: .4em;
  background-color: #333;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 0;
}
.km-horizontal-scrollbar {
  width: 100%;
  left: 0;
  bottom: 2px;
}
.km-scrollview,
.km-scroll-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: -moz-none;
  -webkit-margin-collapse: separate;
  margin-collapse: separate;
}
.km-scroll-wrapper {
  position: relative;
}
.km-scroll-header {
  position: absolute;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
}
.km-scrollview {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.km-scrollview > div > * {
  -webkit-transform: translatez(0);
}
.km-scrollview > div > [data-role=page] {
  vertical-align: top;
  display: inline-block;
  min-height: 1px;
}
.km-scrollview .km-virtual-page {
  min-height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.k-ff18 .km-scrollview > div,
.k-ff19 .km-scrollview > div,
.k-ff20 .km-scrollview > div,
.k-ff21 .km-scrollview > div {
  width: 0;
}
.km-pages {
  text-align: center;
  margin: 0;
  padding: .6em 0 0;
  height: 1.5em;
}
.km-pages li {
  display: inline-block;
  width: .5em;
  height: .55em;
  margin: 0 .3em;
}
/* PopUp + ActionSheet */
.km-root .km-popup .k-item,
.km-widget.km-actionsheet > li {
  list-style-type: none;
  padding: inherit 1em;
  border-bottom: 1px solid #555;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-widget.km-actionsheet > li {
  line-height: 2em;
  border-bottom: 0;
}
.km-widget.km-actionsheet > li > a {
  line-height: 1.5em;
  text-align: left;
  background: transparent;
}
.km-root .km-popup .k-list,
.km-widget.km-actionsheet {
  padding: 0;
  margin: 0;
}
.km-root .km-popup .k-item:last-child,
.km-widget.km-actionsheet > li:last-child {
  border: 0;
}
.km-widget.km-actionsheet-wrapper {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}
.km-actionsheet-root.km-shim .k-animation-container {
  width: 100% !important;
  height: 100% !important;
}
.km-tablet .km-pane div.km-actionsheet-phone {
  background: transparent;
}
.km-tablet .km-actionsheet-phone li.km-actionsheet-title,
.km-tablet div.km-actionsheet-phone li.km-actionsheet-cancel {
  display: block;
}
/* PopOver */
.km-popover-root .km-popup-wrapper {
  position: relative !important;
}
.km-popup-wrapper,
.km-modalview-wrapper {
  z-index: 10001;
  position: relative;
  background: none;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.km-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.km-popup-arrow,
.km-popup-arrow:after,
.km-popup-arrow:before {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  z-index: 2;
}
.km-left .km-popup-arrow,
.km-right .km-popup-arrow {
  margin-top: -8px;
}
.km-up .km-popup-arrow,
.km-down .km-popup-arrow {
  margin-left: -8px;
}
.km-popup-arrow:after,
.km-popup-arrow:before {
  display: block;
  content: "\a0";
  width: 0;
  height: 0;
}
.km-up .km-popup-arrow {
  top: auto;
  bottom: 0;
}
.km-left .km-popup-arrow {
  left: auto;
  right: 0;
}
.km-popup.km-pane {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background: transparent;
}
.km-popover-root .km-view {
  position: relative;
}
.km-popover-root .km-content {
  -ms-flex: auto;
}
/* SplitView */
div.km-widget.km-splitview {
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.km-widget.km-splitview.km-split-vertical {
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.km-splitview > .km-pane {
  -moz-box-flex: 2;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: auto;
  height: auto;
}
.km-splitview > .km-pane:first-child {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.km-split-horizontal > .km-pane {
  height: 100%;
}
.km-split-vertical > .km-pane > .km-view {
  display: -webkit-box;
}
/* ModalView */
.km-modalview-root {
  text-align: center;
}
.km-modalview-root > .k-animation-container {
  text-align: left;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}
.km-modalview,
.km-modalview-wrapper:before {
  overflow: hidden;
  position: relative;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  max-height: 100%;
}
.km-modalview .km-content {
  box-flex: 1;
}
.km-auto-height .km-content {
  -ms-flex: auto;
}
.km-modalview-root:before,
.km-modalview-wrapper:before {
  vertical-align: middle;
  height: 100%;
  margin-left: -1px;
  content: "\a0";
  width: 0px;
  display: inline-block;
}
/* Drawer */
.km-drawer,
[data-role=drawer] {
  top: 0;
  left: auto;
  width: 250px;
}
.km-drawer .km-header,
.km-drawer .km-footer {
  z-index: 0;
}
.km-left-drawer {
  left: 0;
}
.km-right-drawer {
  right: 0;
}
/* Forms and icons */
.km-item label:before,
.km-item label.km-item-checked:after {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  left: .6em;
  width: 36px;
  height: 36px;
  margin-top: -18px;
}
/* Slider */
.km-widget .k-slider {
  line-height: .6em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.km-widget .k-slider-horizontal {
  width: 50%;
  height: .6em;
  line-height: .6em;
}
.km-list .k-slider {
  position: absolute;
  right: 0;
  margin-top: -0.5em;
  top: 50%;
}
.km-root .k-slider-track {
  left: 1em !important;
  right: 1em;
  height: 100%;
  display: block;
  position: absolute;
  border: .5em solid transparent;
  border-width: .5em 0;
}
.km-widget .k-slider-horizontal .k-slider-track {
  width: auto !important;
}
.km-widget .k-slider .k-slider-track {
  background-clip: padding-box;
}
.km-widget .k-slider-track,
.km-widget .k-slider-selection {
  margin-top: 0;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.km-widget .k-slider-horizontal .k-slider-selection {
  top: 0;
  height: 100%;
}
.km-widget .k-slider-items {
  margin: 0;
}
.km-widget .k-slider .k-draghandle {
  text-indent: -3333px;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
}
.km-widget .k-slider-tooltip {
  display: none;
}
/* Dialog */
.km-dialog {
  position: absolute;
  min-width: 19em;
  max-width: 25em;
  overflow: hidden;
}
.km-dialog-title {
  position: static;
  float: none;
  height: 2.6em;
  margin-top: -2.6em;
  font-size: 1.22em;
  line-height: 3em;
}
.km-dialog:before {
  content: "\a0";
  display: block;
  overflow: visible;
  width: 100%;
  height: 3em;
  opacity: .2;
}
.km-dialog-content {
  font-weight: normal;
  min-height: 2em;
  text-align: center;
}
.km-dialog .km-button {
  display: block;
  margin: .4em;
  font-size: 1.3em;
  text-align: center;
  padding: .44em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Form elements */
.km-list input[type=text]:not(.k-input),
.km-list input[type=password],
.km-list input[type=search],
.km-list input[type=number],
.km-list input[type=tel],
.km-list input[type=url],
.km-list input[type=email],
.km-list input[type=file],
.km-list input[type=month],
.km-list input[type=color],
.km-list input[type=week],
.km-list input[type=date],
.km-list input[type=time],
.km-list input[type=datetime],
.km-list input[type=datetime-local],
.km-list select:not([multiple]),
.km-list .k-dropdown,
.km-list textarea {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  line-height: normal;
  z-index: 1;
  right: 0;
  margin-top: -1em;
}
.km-widget .k-slider .k-tick,
.km-widget .k-slider .k-label,
.km-widget .k-slider .k-button {
  display: none;
}
.km-list textarea {
  position: relative;
  width: -webkit-calc(50% + .7em);
  width: -moz-calc(50% + .7em);
  width: calc(50% + .7em);
  margin-right: -0.7em;
}
.km-list input,
.km-list select,
.km-list textarea,
.km-list input[type=checkbox],
.km-list input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.km-list input[type=checkbox],
.km-list input[type=radio] {
  position: absolute;
  top: 50%;
  right: .7em;
  margin-top: -0.5em;
  background: none;
}
.km-widget input,
.km-widget textarea {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.km-widget input[readonly],
.km-widget input[type=image],
.km-widget select:not([multiple]) {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.km-list textarea {
  top: 0;
}
.km-list .k-dropdown {
  line-height: 1.4em;
}
.km-list .k-dropdown,
.km-list .k-dropdown .k-input {
  background-color: transparent;
}
.km-list .k-dropdown-wrap {
  display: inline-block;
}
.km-list .km-listview-label:after,
.km-list input ~ .km-listview-link:after,
.km-list textarea ~ .km-listview-link:after,
.km-list select ~ .km-listview-link:after,
.km-list .k-dropdown ~ .km-listview-link:after {
  display: none;
}
.km-list .k-dropdown select,
.km-list .k-dropdown .k-select {
  display: none;
}
.km-widget .km-list textarea {
  position: relative;
  float: right;
  margin-top: 0;
  font-family: inherit;
}
/* Checkboxes and Radios */
.km-listview-label input[type=radio],
.km-listview-label input[type=checkbox] {
  border: 0;
  font-size: inherit;
  width: 1em;
  height: .9em;
}
/* animation classes */
.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.k-fx {
  position: relative;
}
.k-fx .k-fx-current {
  z-index: 0;
}
.k-fx .k-fx-next {
  z-index: 1;
}
.k-fx-hidden,
.k-fx-hidden * {
  visibility: hidden !important;
}
.k-fx-hidden .km-view-title {
  visibility: visible !important;
  opacity: 0;
}
.k-fx-reverse .k-fx-current {
  z-index: 1;
}
.k-fx-reverse .k-fx-next {
  z-index: 0;
}
/* Zoom */
.k-fx-zoom.k-fx-start .k-fx-next {
  -webkit-transform: scale(0) !important;
  -moz-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  -o-transform: scale(0) !important;
  transform: scale(0) !important;
}
.k-fx-zoom.k-fx-end .k-fx-next {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next,
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: scale(0) !important;
  -moz-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  -o-transform: scale(0) !important;
  transform: scale(0) !important;
}
/* Fade */
.k-fx-fade.k-fx-start .k-fx-next {
  opacity: 0;
}
.k-fx-fade.k-fx-end .k-fx-next {
  opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
  opacity: 1;
}
.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}
/* Slide */
.k-fx-slide {
  /* left */
  /* left reverse */
  /* right */
}
.k-fx-slide.k-fx-end .k-fx-next .km-content,
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer,
.k-fx-slide.k-fx-end .k-fx-current .km-content,
.k-fx-slide.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-end .k-fx-current .km-footer {
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.k-fx-slide.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-slide.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-start .k-fx-next .km-footer {
  opacity: 0;
}
.k-fx-slide.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer {
  opacity: 0;
}
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}
.k-fx-slide.k-fx-right {
  /* right reverse */
}
.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0%);
  -moz-transform: translatex(0%);
  -ms-transform: translatex(0%);
  -o-transform: translatex(0%);
  transform: translatex(0%);
}
/* Tile */
.k-fx-tile {
  /* left */
  /* left reverse */
  /* right */
}
.k-fx-tile.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-right {
  /* right reverse */
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0%);
  -moz-transform: translatex(0%);
  -ms-transform: translatex(0%);
  -o-transform: translatex(0%);
  transform: translatex(0%);
}
/* Tile */
.k-fx-tile {
  /* left */
  /* left reverse */
  /* right */
}
.k-fx-tile.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-right {
  /* right reverse */
}
.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0%);
  -moz-transform: translatex(0%);
  -ms-transform: translatex(0%);
  -o-transform: translatex(0%);
  transform: translatex(0%);
}
/* Overlay */
.k-fx.k-fx-overlay.k-fx-start .k-fx-next,
.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  -webkit-transform: translatey(100%);
  -moz-transform: translatey(100%);
  -ms-transform: translatey(100%);
  -o-transform: translatey(100%);
  transform: translatey(100%);
}
.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  -webkit-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  -o-transform: translatey(-100%);
  transform: translatey(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  -webkit-transform: translatey(100%);
  -moz-transform: translatey(100%);
  -ms-transform: translatey(100%);
  -o-transform: translatey(100%);
  transform: translatey(100%);
}
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  -webkit-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  -o-transform: translatey(-100%);
  transform: translatey(-100%);
}
/* Platform specific workarounds */
.km-on-wp .km-view,
.km-on-wp .km-header,
.km-on-wp .km-footer,
.km-on-wp .km-slider,
.km-on-wp .km-switch,
.km-on-wp .km-filter-reset,
.km-on-wp .km-shim .k-animation-container,
.km-on-wp .km-scroll-container {
  transform: translateZ(0);
}
.km-ios,
.km-blackberry,
.km-on-ios .km-view,
.km-on-ios .km-header,
.km-on-ios .km-footer,
.km-on-ios .km-slider,
.km-on-ios .km-switch,
.km-on-ios .km-group-title,
.km-on-ios .km-list > li,
.km-on-ios .km-filter-reset,
.km-on-ios .km-shim .k-animation-container,
.km-on-ios .km-scroll-container,
.km-on-blackberry .km-view,
.km-on-blackberry .km-content,
.km-on-blackberry .km-header,
.km-on-blackberry .km-footer,
.km-on-blackberry .km-icon,
.km-on-blackberry .km-switch,
.km-on-blackberry .km-popup .k-item,
.km-on-blackberry .km-actionsheet-wrapper,
.km-on-android.km-4 .k-slider {
  -webkit-transform: translatez(0);
}
.km-on-android.km-4 .km-switch,
.km-on-android.km-4 .km-listview-wrapper,
.km-on-android.km-4 .km-content,
.km-on-android.km-4 .km-switch-handle,
.km-android.km-4.km-on-android .km-switch-wrapper,
.km-on-android.km-4 .km-scroll-container,
.km-on-meego .km-content,
.km-on-meego .km-switch,
.km-on-meego .km-icon,
.km-on-meego .km-header,
.km-on-meego .km-footer,
.km-on-meego .km-content,
.km-on-meego .km-switch-handle,
.km-on-meego .km-switch-wrapper {
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
}
.km-native-scrolling .km-header,
.km-native-scrolling .km-footer,
.km-native-scrolling .km-shim,
.km-native-scrolling .km-popup-overlay,
.km-native-scrolling .km-drawer,
.km-native-scrolling > .km-pane > .km-loader,
.km-on-android.km-4 .km-scroller-pull .km-icon {
  -webkit-backface-visibility: hidden;
}
.km-on-android.km-4 input {
  -webkit-user-modify: read-write-plaintext-only;
}
.km-wp .km-view .km-absolute,
.km-meego .km-view .km-absolute {
  position: absolute;
}
/* Icon per-widget styles */
.km-detail .km-icon,
.km-button .km-icon,
.km-list .km-icon,
.km-ios .km-button .km-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin-left: -0.3em;
  margin-right: 0.3em;
  vertical-align: baseline;
  display: inline-block;
  background-size: auto 100%;
}
html .km-widget .km-view .km-notext {
  margin-left: 0;
  margin-right: 0;
}
.km-buttongroup .km-button .km-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin: .05em .16em 0 0;
}
.km-tabstrip .km-button .km-icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
}
.km-tabstrip .km-image,
.km-tabstrip .km-button .km-icon {
  margin: 0 auto .1em;
  display: inline-block;
}
.km-tabstrip .km-text {
  display: block;
}
.km-phone .km-tabstrip .km-icon {
  height: 2.2rem;
  width: 2.2rem;
  font-size: 2.2rem;
}
.km-phone .km-horizontal .km-tabstrip .km-icon {
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
}
/* Icons */
@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");
}
body:before {
  font-family: "Kendo UI";
  content: "\a0";
  font-size: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.km-root .km-pane .km-view .km-icon {
  -webkit-background-clip: text;
  background-size: 0 0;
}
.km-icon {
  position: relative;
}
.km-icon:after,
.km-icon:before,
.km-contactadd:after,
.km-contactadd:before,
.km-rowdelete:after,
.km-rowdelete:before,
.km-rowinsert:after,
.km-rowinsert:before,
.km-detaildisclose:after,
.km-detaildisclose:before,
.km-loading:after,
.km-filter-wrap:before {
  position: relative;
  content: "\a0";
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  margin-left: -0.06em;
  vertical-align: middle;
  background-size: auto;
  font: 1em/1em "Kendo UI";
}
.km-icon:before,
.km-contactadd:before,
.km-rowdelete:before,
.km-rowinsert:before,
.km-detaildisclose:before {
  position: absolute;
  margin-top: 1px;
  color: rgba(0, 0, 0, 0.7);
  display: none;
}
.km-state-active .km-icon:before,
.km-state-active .km-contactadd:before,
.km-state-active .km-rowdelete:before,
.km-state-active .km-rowinsert:before,
.km-state-active .km-detaildisclose:before {
  display: block;
}
.km-ios7 .km-detaildisclose:after {
  font-family: serif;
}
.km-ios7 .km-icon:before,
.km-ios7 .km-contactadd:before,
.km-ios7 .km-rowdelete:before,
.km-ios7 .km-rowinsert:before,
.km-ios7 .km-detaildisclose:before {
  display: none;
}
:-webkit-any(.km-ios):not(.km-android):not(.km-blackberry6):not(.km-blackberry7):not(.km-meego) .km-icon:after,
:-webkit-any(.km-blackberry):not(.km-android):not(.km-blackberry6):not(.km-blackberry7):not(.km-meego) .km-icon:after {
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-color: currentcolor;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.km-root .km-pane.km-on-blackberry.km-blackberry6 .km-view .km-icon:after,
.km-root .km-pane.km-on-blackberry.km-blackberry7 .km-view .km-icon:after,
.km-root .km-pane.km-pane.km-on-android .km-view .km-icon:after,
.km-root .km-pane.km-pane.km-on-meego .km-view .km-icon:after {
  background: none;
  -webkit-text-fill-color: inherit;
}
.km-contactadd:after,
.km-contactadd:before,
.km-rowinsert:after,
.km-rowinsert:before {
  content: "\E039";
}
.km-rowdelete:after,
.km-rowdelete:before {
  content: "\E03a";
}
.km-detaildisclose:after,
.km-detaildisclose:before {
  content: "\E0E2";
}
.km-action:after,
.km-action:before {
  content: "\e0ca";
}
.km-add:after,
.km-add:before {
  content: "\e0cb";
}
.km-battery:after,
.km-battery:before {
  content: "\e0ce";
}
.km-bookmarks:after,
.km-bookmarks:before {
  content: "\e0cf";
}
.km-camera:after,
.km-camera:before {
  content: "\e0d0";
}
.km-cart:after,
.km-cart:before {
  content: "\e0d1";
}
.km-edit:after,
.km-compose:after,
.km-edit:before,
.km-compose:before {
  content: "\e0d5";
}
.km-contacts:after,
.km-contacts:before {
  content: "\e0e4";
}
.km-trash:after,
.km-delete:after,
.km-trash:before,
.km-delete:before {
  content: "\e0ec";
}
.km-details:after,
.km-details:before {
  content: "\e0e2";
}
.km-download:after,
.km-downloads:after,
.km-download:before,
.km-downloads:before {
  content: "\e0d4";
}
.km-fastforward:after,
.km-fastforward:before {
  content: "\e0d9";
}
.km-toprated:after,
.km-favorites:after,
.km-toprated:before,
.km-favorites:before {
  content: "\e0d7";
}
.km-featured:after,
.km-featured:before {
  content: "\e0d8";
}
.km-globe:after,
.km-globe:before {
  content: "\e0dc";
}
.km-history:after,
.km-history:before {
  content: "\e0e7";
}
.km-home:after,
.km-home:before {
  content: "\e0dd";
}
.km-info:after,
.km-about:after,
.km-info:before,
.km-about:before {
  content: "\e0de";
}
.km-more:after,
.km-more:before {
  content: "\e0e0";
}
.km-mostrecent:after,
.km-mostrecent:before {
  content: "\e0cc";
}
.km-mostviewed:after,
.km-mostviewed:before {
  content: "\e0d6";
}
.km-organize:after,
.km-organize:before {
  content: "\e0eb";
}
.km-pause:after,
.km-pause:before {
  content: "\e0e3";
}
.km-play:after,
.km-play:before {
  content: "\e0e5";
}
.km-recents:after,
.km-recents:before {
  content: "\e0d2";
}
.km-refresh:after,
.km-refresh:before {
  content: "\e0e6";
}
.km-reply:after,
.km-reply:before {
  content: "\e0ed";
}
.km-rewind:after,
.km-rewind:before {
  content: "\e0e8";
}
.km-search:after,
.km-search:before {
  content: "\e0e9";
}
.km-settings:after,
.km-settings:before {
  content: "\e0da";
}
.km-share:after,
.km-share:before {
  content: "\e0df";
}
.km-sounds:after,
.km-volume:after,
.km-sounds:before,
.km-volume:before {
  content: "\e0ef";
}
.km-stop:after,
.km-stop:before {
  content: "\e0ea";
}
.km-wifi:after,
.km-wifi:before {
  content: "\e0f0";
}
.km-root .km-pane .km-icon.km-check {
  -webkit-background-clip: initial;
}
.km-root .km-pane .km-check:checked:after,
.km-widget .km-check:checked:after {
  content: "\e227";
}
.km-android .km-more:after,
.km-android .km-more:before {
  content: "\e0e1";
}
.km-meego .km-more:after,
.km-meego .km-more:before {
  content: "\e0f1";
}
.km-wp .km-loading:after,
.km-wp .km-load-more .km-icon:after,
.km-wp .km-scroller-refresh .km-icon:after {
  content: "\e0f6";
}
.km-meego .km-loading:after,
.km-meego .km-load-more .km-icon:after,
.km-meego .km-scroller-refresh .km-icon:after {
  content: "\e0f6";
}
.km-root .km-android .km-loading:after,
.km-android .km-load-more .km-icon:after,
.km-root .km-android .km-scroller-refresh .km-icon:after {
  content: "\e0f6";
}
.km-scroller-pull .km-icon:after {
  content: "\e0f2";
}
.km-icon.km-phone:after,
.km-ios7 .km-state-active .km-phone:after {
  content: "\e326";
}
.km-ios7 .km-detaildisclose:after {
  content: "i";
}
.km-ios7 .km-action:after {
  content: "\e1ff";
}
.km-ios7 .km-add:after {
  content: "\e200";
}
.km-ios7 .km-mostrecent:after {
  content: "\e201";
}
.km-ios7 .km-battery:after {
  content: "\e203";
}
.km-ios7 .km-bookmarks:after {
  content: "\e204";
}
.km-ios7 .km-camera:after {
  content: "\e205";
}
.km-ios7 .km-cart:after {
  content: "\e206";
}
.km-ios7 .km-recents:after {
  content: "\e207";
}
.km-ios7 .km-download:after,
.km-ios7 .km-downloads:after {
  content: "\e209";
}
.km-ios7 .km-edit:after {
  content: "\e20a";
}
.km-ios7 .km-mostviewed:after {
  content: "\e20b";
}
.km-ios7 .km-toprated:after,
.km-ios7 .km-favorites:after {
  content: "\e20c";
}
.km-ios7 .km-featured:after {
  content: "\e20d";
}
.km-ios7 .km-fastforward:after {
  content: "\e20e";
}
.km-ios7 .km-settings:after {
  content: "\e20f";
}
.km-ios7 .km-globe:after {
  content: "\e211";
}
.km-ios7 .km-home:after {
  content: "\e212";
}
.km-ios7 .km-info:after,
.km-ios7 .km-about:after {
  content: "\e213";
}
.km-ios7 .km-share:after {
  content: "\e214";
}
.km-ios7 .km-more:after {
  content: "\e215";
}
.km-ios7 .km-details:after {
  content: "\e217";
}
.km-ios7 .km-pause:after {
  content: "\e218";
}
.km-ios7 .km-contacts:after {
  content: "\e219";
}
.km-ios7 .km-play:after {
  content: "\e21a";
}
.km-ios7 .km-refresh:after {
  content: "\e21b";
}
.km-ios7 .km-history:after {
  content: "\e21c";
}
.km-ios7 .km-rewind:after {
  content: "\e21d";
}
.km-ios7 .km-search:after {
  content: "\e21e";
}
.km-ios7 .km-stop:after {
  content: "\e21f";
}
.km-ios7 .km-organize:after {
  content: "\e220";
}
.km-ios7 .km-trash:after,
.km-ios7 .km-delete:after {
  content: "\e221";
}
.km-ios7 .km-reply:after {
  content: "\e222";
}
.km-ios7 .km-forward:after {
  content: "\e223";
}
.km-ios7 .km-sounds:after,
.km-ios7 .km-volume:after {
  content: "\e224";
}
.km-ios7 .km-wifi:after {
  content: "\e225";
}
.km-ios7 .km-phone:after {
  content: "\e226";
}
.km-ios7 .km-state-active .km-action:after {
  content: "\e2ff";
}
.km-ios7 .km-state-active .km-add:after {
  content: "\e300";
}
.km-ios7 .km-state-active .km-mostrecent:after {
  content: "\e301";
}
.km-ios7 .km-state-active .km-battery:after {
  content: "\e303";
}
.km-ios7 .km-state-active .km-bookmarks:after {
  content: "\e304";
}
.km-ios7 .km-state-active .km-camera:after {
  content: "\e305";
}
.km-ios7 .km-state-active .km-cart:after {
  content: "\e306";
}
.km-ios7 .km-state-active .km-recents:after {
  content: "\e307";
}
.km-ios7 .km-state-active .km-download:after,
.km-ios7 .km-state-active .km-downloads:after {
  content: "\e309";
}
.km-ios7 .km-state-active .km-edit:after {
  content: "\e30a";
}
.km-ios7 .km-state-active .km-mostviewed:after {
  content: "\e30b";
}
.km-ios7 .km-state-active .km-toprated:after,
.km-ios7 .km-state-active .km-favorites:after {
  content: "\e30c";
}
.km-ios7 .km-state-active .km-featured:after {
  content: "\e30d";
}
.km-ios7 .km-state-active .km-fastforward:after {
  content: "\e30e";
}
.km-ios7 .km-state-active .km-settings:after {
  content: "\e30f";
}
.km-ios7 .km-state-active .km-globe:after {
  content: "\e311";
}
.km-ios7 .km-state-active .km-home:after {
  content: "\e312";
}
.km-ios7 .km-state-active .km-info:after,
.km-ios7 .km-state-active .km-about:after {
  content: "\e313";
}
.km-ios7 .km-state-active .km-share:after {
  content: "\e314";
}
.km-ios7 .km-state-active .km-more:after {
  content: "\e315";
}
.km-ios7 .km-state-active .km-details:after {
  content: "\e317";
}
.km-ios7 .km-state-active .km-pause:after {
  content: "\e318";
}
.km-ios7 .km-state-active .km-contacts:after {
  content: "\e319";
}
.km-ios7 .km-state-active .km-play:after {
  content: "\e31a";
}
.km-ios7 .km-state-active .km-refresh:after {
  content: "\e31b";
}
.km-ios7 .km-state-active .km-history:after {
  content: "\e31c";
}
.km-ios7 .km-state-active .km-rewind:after {
  content: "\e31d";
}
.km-ios7 .km-state-active .km-search:after {
  content: "\e31e";
}
.km-ios7 .km-state-active .km-stop:after {
  content: "\e31f";
}
.km-ios7 .km-state-active .km-organize:after {
  content: "\e320";
}
.km-ios7 .km-state-active .km-trash:after,
.km-ios7 .km-state-active .km-delete:after {
  content: "\e321";
}
.km-ios7 .km-state-active .km-reply:after {
  content: "\e322";
}
.km-ios7 .km-state-active .km-forward:after {
  content: "\e323";
}
.km-ios7 .km-state-active .km-sounds:after,
.km-ios7 .km-state-active .km-volume:after {
  content: "\e324";
}
.km-ios7 .km-state-active .km-wifi:after {
  content: "\e325";
}
.km-wp .km-scroller-pull .km-icon:after {
  content: "\E0D4";
}
.km-on-wp.km-app .km-icon:after,
.km-on-wp.km-app .km-filter-wrap:before,
.km-on-wp.km-app .km-state-active .km-icon:after {
  color: transparent;
  background-image: url("images/wp8_icons.png");
  background-size: auto 100%;
  height: 1em;
  margin-top: 0;
  vertical-align: middle;
}
.km-wp-light.km-app .km-icon:after,
.km-wp-light.km-app .km-filter-wrap:before {
  background-image: url("images/wp8_inverseicons.png");
}
.km-on-wp.km-app .km-icon {
  line-height: 1em;
}
.km-on-wp.km-app .km-icon:before {
  display: none;
}
.km-on-wp.km-app .km-action:after {
  background-position-x: 20%;
}
.km-on-wp.km-app .km-add:after,
.km-on-wp.km-app .km-filter-reset .km-clear:after {
  background-position-x: 22%;
}
.km-on-wp.km-app .km-battery:after {
  background-position-x: 24%;
}
.km-on-wp.km-app .km-bookmarks:after {
  background-position-x: 26%;
}
.km-on-wp.km-app .km-camera:after {
  background-position-x: 28%;
}
.km-on-wp.km-app .km-cart:after {
  background-position-x: 30%;
}
.km-on-wp.km-app .km-edit:after,
.km-on-wp.km-app .km-compose:after {
  background-position-x: 32%;
}
.km-on-wp.km-app .km-contacts:after {
  background-position-x: 34%;
}
.km-on-wp.km-app .km-trash:after,
.km-on-wp.km-app .km-delete:after {
  background-position-x: 36%;
}
.km-on-wp.km-app .km-details:after {
  background-position-x: 38%;
}
.km-on-wp.km-app .km-download:after,
.km-on-wp.km-app .km-downloads:after {
  background-position-x: 40%;
}
.km-on-wp.km-app .km-fastforward:after {
  background-position-x: 42%;
}
.km-on-wp.km-app .km-toprated:after,
.km-on-wp.km-app .km-favorites:after {
  background-position-x: 44%;
}
.km-on-wp.km-app .km-featured:after {
  background-position-x: 46%;
}
.km-on-wp.km-app .km-globe:after {
  background-position-x: 48%;
}
.km-on-wp.km-app .km-history:after {
  background-position-x: 50%;
}
.km-on-wp.km-app .km-home:after {
  background-position-x: 52%;
}
.km-on-wp.km-app .km-info:after,
.km-on-wp.km-app .km-about:after {
  background-position-x: 54%;
}
.km-on-wp.km-app .km-more:after {
  background-position-x: 56%;
}
.km-on-wp.km-app .km-mostrecent:after {
  background-position-x: 58%;
}
.km-on-wp.km-app .km-mostviewed:after {
  background-position-x: 60%;
}
.km-on-wp.km-app .km-organize:after {
  background-position-x: 62%;
}
.km-on-wp.km-app .km-pause:after {
  background-position-x: 64%;
}
.km-on-wp.km-app .km-play:after {
  background-position-x: 66%;
}
.km-on-wp.km-app .km-recents:after {
  background-position-x: 68%;
}
.km-on-wp.km-app .km-refresh:after {
  background-position-x: 70%;
}
.km-on-wp.km-app .km-reply:after {
  background-position-x: 72%;
}
.km-on-wp.km-app .km-rewind:after {
  background-position-x: 74%;
}
.km-on-wp.km-app .km-search:after,
.km-on-wp.km-app .km-filter-wrap:before {
  background-position-x: 76%;
}
.km-on-wp.km-app .km-settings:after {
  background-position-x: 78%;
}
.km-on-wp.km-app .km-share:after {
  background-position-x: 80%;
}
.km-on-wp.km-app .km-sounds:after,
.km-on-wp.km-app .km-volume:after {
  background-position-x: 82%;
}
.km-on-wp.km-app .km-stop:after {
  background-position-x: 84%;
}
.km-on-wp.km-app .km-wifi:after {
  background-position-x: 86%;
}
.km-on-wp.km-app.km-android .km-more:after {
  background-position-x: 88%;
}
.km-on-wp.km-app.km-meego .km-more:after {
  background-position-x: 90%;
}
.km-on-wp.km-app.km-meego .km-loading:after,
.km-on-wp.km-app.km-meego .km-load-more .km-icon:after,
.km-on-wp.km-app.km-meego .km-scroller-refresh .km-icon:after {
  background-position-x: 94%;
}
.km-on-wp.km-app .km-scroller-pull .km-icon:after {
  background-position-x: 100%;
}
.km-on-wp.km-app .km-filter-wrap:before {
  display: inline-block;
  content: "\a0";
}
.km-on-wp.km-app .km-filter-reset .km-clear:after {
  transform: rotate(45deg);
}
/* Support for iOS6 */
@media only screen and (height: 320px) and (orientation: landscape) {
  .km-ios6 {
    height: 100% !important;
  }
}
/* CSS */
.km-ios:after {
  content: url("images/back.png");
  display: none;
}
.km-ios {
  font: bold 0.9em HelveticaNeue, sans-serif;
}
.km-ios .km-view {
  overflow: hidden;
}
.km-ios .km-toolbar,
.km-ios .km-navbar,
.km-ios .km-button,
.km-ios .km-tabstrip,
.km-ios .km-popup .k-item,
.km-ios .km-actionsheet > li > a {
  overflow: visible;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
}
/* Icons */
.k-ff .km-ios .km-detail .km-icon {
  top: 5%;
  left: 7%;
}
.km-ios .km-button .km-icon:before,
.km-ios .km-button .km-contactadd:before,
.km-ios .km-button .km-rowdelete:before,
.km-ios .km-button .km-rowinsert:before,
.km-ios .km-button .km-detaildisclose:before {
  display: block;
  margin-top: -1px;
}
.km-ios .km-button .km-icon,
.km-ios .km-button.km-state-active .km-icon {
  text-shadow: none;
}
.km-ios .km-buttongroup .km-icon {
  margin-top: .1em;
}
:-webkit-any(.km-root) .km-ios .km-icon:after {
  background-color: currentcolor;
}
.km-ios .km-tabstrip .km-icon:before {
  display: block;
  margin-top: 1px;
}
.km-ios .km-tabstrip .km-state-active .km-icon:before {
  margin-top: 2px;
}
.km-ios .km-navbar,
.km-ios .km-toolbar,
.km-ios .km-tabstrip {
  border: 0;
  border-radius: 0;
}
/* Loader */
.km-ios.km-pane > .km-loader,
.km-ios .km-pane > .km-loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios .km-loader:before {
  content: "\a0";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.km-ios .km-load-more,
.km-ios .km-scroller-pull {
  font-size: 1em;
}
.km-ios .km-scroller-pull {
  opacity: .5;
}
.km-ios .km-list > .km-load-more {
  border-top: 0;
}
.km-ios .km-loader h1,
.km-ios .km-scroller-refresh .km-template {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2em;
}
.km-ios .km-scroller-pull .km-template {
  min-width: 0;
}
.km-ios .km-loading,
.km-ios .km-loader .km-loading-left,
.km-root .km-ios .km-load-more.km-scroller-refresh .km-icon,
.km-root .km-ios .km-scroller-pull.km-scroller-refresh .km-icon,
.km-ios .km-scroller-refresh .km-loading-left {
  display: inline-block;
  top: auto;
  left: auto;
  width: 8px;
  height: 2px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transform-origin: 150% 50%;
  -moz-transform-origin: 150% 50%;
  -ms-transform-origin: 150% 50%;
  -o-transform-origin: 150% 50%;
  transform-origin: 150% 50%;
  background: currentcolor;
  animation: km-ios-spin 1.5s infinite steps(8);
  -moz-animation: km-ios-spin 1.5s infinite steps(8);
  -webkit-animation: km-ios-spin 1.5s infinite steps(8);
  box-shadow: 16px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 16px 0 rgba(0, 0, 0, 0.6);
}
.km-ios .km-loading,
.km-ios .km-loader .km-loading-left {
  margin: 2px 0 0;
}
.km-ios .km-loading:before,
.km-ios .km-loading:after,
.km-ios .km-load-more.km-scroller-refresh .km-icon:after,
.km-ios .km-load-more.km-scroller-refresh .km-icon:before,
.km-ios .km-scroller-pull.km-scroller-refresh .km-icon:after,
.km-ios .km-scroller-pull.km-scroller-refresh .km-icon:before {
  color: inherit;
  content: "\a0";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  -webkit-transform-origin: inherit;
  -moz-transform-origin: inherit;
  -ms-transform-origin: inherit;
  -o-transform-origin: inherit;
  transform-origin: inherit;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: inherit;
  box-shadow: 16px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 16px 0 rgba(0, 0, 0, 0.5);
}
.km-ios .km-loading:after,
.km-ios .km-load-more.km-scroller-refresh .km-icon:after,
.km-ios .km-scroller-pull.km-scroller-refresh .km-icon:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  box-shadow: 16px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 16px 0 rgba(0, 0, 0, 0.4);
}
.km-ios .km-loader .km-loading-left,
.km-ios .km-scroller-refresh .km-loading-left {
  margin-left: -8px;
  box-shadow: 16px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 16px 0 rgba(0, 0, 0, 0.3);
  animation: km-ios-spin1 1.5s infinite steps(8);
  -moz-animation: km-ios-spin1 1.5s infinite steps(8);
  -webkit-animation: km-ios-spin1 1.5s infinite steps(8);
}
.km-ios .km-loading-left:after,
.km-ios .km-loading-left:before,
.km-ios .km-loading-right {
  display: none;
}
.km-ios .km-loading,
.km-ios .km-loading:after,
.km-ios .km-loading:before {
  color: black;
}
.km-ios .km-loading:before {
  color: rgba(0, 0, 0, 0.9);
}
.km-ios .km-loading:after {
  color: rgba(0, 0, 0, 0.8);
}
.km-ios .km-loading-left {
  color: rgba(0, 0, 0, 0.7);
}
/* PopUp */
.km-ios .km-popup .k-popup {
  font-size: .8em;
}
.km-ios .km-popup .k-item,
.km-ios .km-actionsheet > li > a {
  overflow: hidden;
  border-width: 3px;
  border-radius: .6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  font-size: 1.5em;
  padding: .35em 0 .35em .6em;
  text-shadow: none;
}
.km-root .km-ios .km-popup .k-item {
  border-width: 3px;
  border-style: solid;
}
.km-ios .km-popup .k-item,
.km-ios .km-actionsheet > li {
  margin: .5em 0;
}
.km-ios .km-popup .k-item:first-child,
.km-ios .km-actionsheet > li:first-child {
  margin: 1em 0 .5em;
}
.km-ios .km-popup .k-item:last-child {
  margin: .5em 0 1em;
}
.km-ios .km-popup .k-state-hover,
.km-ios .km-popup .k-state-focused,
.km-ios .km-popup .k-state-selected,
.km-ios .km-actionsheet > li > a:active,
.km-ios .km-actionsheet > li > a:hover,
.km-ios li.km-actionsheet-cancel > a {
  background-clip: padding-box;
}
.km-ios .km-popup {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios .km-popup .k-list-container {
  width: 100% !important;
}
.km-ios .km-actionsheet,
.km-phone .km-ios .km-popup .k-list-container {
  max-height: 80%;
}
.km-ios .km-actionsheet-wrapper,
.km-ios .km-popup .k-list-container {
  bottom: 0;
  border: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 1.5em;
}
.km-phone .km-ios .km-actionsheet-wrapper,
.km-phone .km-ios .km-popup .k-list-container {
  border-top: 0;
}
.km-ios .km-popup-wrapper,
.km-ios .km-modalview-wrapper {
  padding: 15px;
}
.km-ios .km-popup.km-pane {
  border: 5px solid transparent;
}
.km-ios .km-popup.km-pane,
.km-tablet .km-ios .km-actionsheet-wrapper {
  border-radius: 5px;
}
.km-ios .km-modalview,
.km-ios .km-popup.km-pane .km-view {
  overflow: visible;
  border-radius: 0;
}
html .km-ios .km-modalview .km-navbar,
html .km-ios .km-modalview .km-toolbar,
html .km-ios .km-popup.km-pane .km-navbar,
html .km-ios .km-popup.km-pane .km-toolbar,
html .km-ios .km-popup.km-pane .km-tabstrip {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.km-ios .km-modalview .km-header,
.km-ios .km-popup.km-pane .km-header {
  padding: 0 5px;
  margin: -5px -5px 2px;
  border-radius: 5px 5px 0 0;
  -webkit-margin-collapse: separate;
}
/* Checkboxes and Radios */
.km-ios .km-listview-label input[type=radio]:checked,
.km-ios .km-listview-label input[type=checkbox]:checked {
  font-size: 1.2em;
}
/* Tablet Styles */
.km-tablet .km-ios .km-tabstrip {
  padding: .2rem 0 .2rem;
}
.km-tablet .km-ios.km-horizontal .km-tabstrip {
  padding: .2rem 0 0;
}
.km-tablet .km-pane.km-ios .km-tabstrip {
  padding: 0;
}
.km-tablet .km-ios .km-tabstrip .km-icon {
  margin: .3rem auto;
}
.km-tablet .km-ios.km-horizontal .km-tabstrip .km-icon {
  margin: .1rem auto;
}
.km-tablet .km-ios .km-tabstrip .km-button {
  padding: .1rem .3rem;
  margin: 0;
  min-width: 8em;
}
.km-tablet .km-ios.km-horizontal .km-tabstrip .km-button {
  padding: 0 .2rem;
}
.km-tablet .km-ios .km-view-title,
.km-tablet .km-ios .km-modalview .km-view-title {
  line-height: 2.2em;
}
.km-tablet .km-ios .km-actionsheet-title,
.km-tablet .km-ios li.km-actionsheet-cancel {
  display: none;
}
.km-tablet .km-ios .km-actionsheet-wrapper,
.km-tablet .km-ios .km-popup .k-list-container {
  padding: .6em 1em;
}
/* Color Template */
/* Variables */
.km-ios,
.km-ios .km-listview-wrapper .km-filter-wrap {
  background: #ffffff;
}
.km-ios .km-toolbar,
.km-ios .km-navbar,
.km-ios .km-button,
.km-ios .km-tabstrip,
.km-ios .km-popup .k-item,
.km-ios .km-actionsheet > li > a {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.5)), color-stop(0.06,rgba(255,255,255,0.45)), color-stop(0.5,rgba(255,255,255,0.2)), color-stop(0.5,rgba(255,255,255,0.15)), color-stop(1,rgba(100,100,100,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.45) 6%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.15) 50%,rgba(100,100,100,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.45) 6%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.15) 50%,rgba(100,100,100,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.45) 6%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.15) 50%,rgba(100,100,100,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.45) 6%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.15) 50%,rgba(100,100,100,0));
  border-color: #2f3740 #394d68 #375073;
  background-color: #7185a2;
}
.km-ios .km-view-title,
.km-ios .km-dialog-title {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.km-ios .km-toolbar,
.km-ios .km-navbar,
.km-ios .km-button,
.km-ios .km-tabstrip,
.km-ios .km-view-title,
.km-ios .km-dialog-title,
.km-ios .km-popup .k-item,
.km-ios .km-actionsheet > li > a {
  color: #ffffff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
.km-ios .km-button {
  border-bottom-color: rgba(255, 255, 255, 0.5);
  background: transparent, #496b9a;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.35)), color-stop(0.5,rgba(255,255,255,0.1)), color-stop(0.5,rgba(255,255,255,0)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.35),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.35),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.35),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.35),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0));
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.3), inset 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.3), inset 0 1px 3px rgba(0,0,0,.5);
}
.km-ios .km-button:active,
.km-ios .km-button.km-state-active {
  background-color: #264e8c;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.3), inset 0 1px 3px rgba(0,0,0,.5), inset 0 0 0 1000px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.3), inset 0 1px 3px rgba(0,0,0,.5), inset 0 0 0 1000px rgba(0,0,0,.2);
}
.km-ios .km-icon,
.km-ios .km-detail .km-icon,
.km-ios li.km-state-active .km-icon,
.km-ios li.km-state-active,
.km-ios .km-switch-label-on {
  color: #ffffff;
}
.km-ios .km-checkbox,
.km-ios .km-switch-wrapper {
  background-color: #f0f0f0;
}
.km-ios .km-switch-background,
.km-ios .k-slider-selection {
  background-color: #007EE9;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,#dbdbdb), color-stop(0.5,#eeeeee));
  background-image: -webkit-linear-gradient(top,#dbdbdb,#eeeeee 50%);
  background-image: -moz-linear-gradient(top,#dbdbdb,#eeeeee 50%);
  background-image: -ms-linear-gradient(top,#dbdbdb,#eeeeee 50%);
  background-image: -o-linear-gradient(top,#dbdbdb,#eeeeee 50%);
}
.km-ios .km-switch-background:after {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.14)), color-stop(1,rgba(255,255,255,0.4)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.14) 0,rgba(255,255,255,0.4));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.14) 0,rgba(255,255,255,0.4));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.14) 0,rgba(255,255,255,0.4));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.14) 0,rgba(255,255,255,0.4));
}
.km-ios .km-switch-container {
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.3), inset 0 -1px 1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.3), inset 0 -1px 1px 0 rgba(0,0,0,.2);
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(0,0,0,0)), color-stop(0.95,rgba(0,0,0,0)), color-stop(1,rgba(0,0,0,0.2)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 95%,rgba(0,0,0,0.2));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 95%,rgba(0,0,0,0.2));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 95%,rgba(0,0,0,0.2));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 95%,rgba(0,0,0,0.2));
}
.km-ios .km-checkbox {
  border-color: #e5e5e5;
}
.km-ios .km-checkbox-checked {
  border-color: #fff;
  background-color: #BB0000;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,#f1969b), color-stop(0.5,rgba(230,70,78,0.5)), color-stop(0.5,rgba(222,11,21,0.5)), color-stop(1,rgba(183,0,0,0)));
  background-image: -webkit-linear-gradient(top,#f1969b,rgba(230,70,78,0.5) 50%,rgba(222,11,21,0.5) 50%,rgba(183,0,0,0));
  background-image: -moz-linear-gradient(top,#f1969b,rgba(230,70,78,0.5) 50%,rgba(222,11,21,0.5) 50%,rgba(183,0,0,0));
  background-image: -ms-linear-gradient(top,#f1969b,rgba(230,70,78,0.5) 50%,rgba(222,11,21,0.5) 50%,rgba(183,0,0,0));
  background-image: -o-linear-gradient(top,#f1969b,rgba(230,70,78,0.5) 50%,rgba(222,11,21,0.5) 50%,rgba(183,0,0,0));
  box-shadow: 0 2px 3px #333333;
  -webkit-box-shadow: 0 2px 3px #333333;
}
.km-ios .km-switch-handle {
  border-color: rgba(102, 102, 102, 0.8);
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,#ffffff), color-stop(0.05,#d7d7d7), color-stop(1,#ffffff));
  background-image: -webkit-linear-gradient(top,#ffffff,#d7d7d7 5%,#ffffff);
  background-image: -moz-linear-gradient(top,#ffffff,#d7d7d7 5%,#ffffff);
  background-image: -ms-linear-gradient(top,#ffffff,#d7d7d7 5%,#ffffff);
  background-image: -o-linear-gradient(top,#ffffff,#d7d7d7 5%,#ffffff);
}
.km-ios .km-switch-label-off {
  color: #7f7f7f;
}
.km-ios .km-switch-container,
.km-ios .km-switch-wrapper {
  border-color: #f0f0f0;
}
.km-ios .km-badge,
.km-ios .km-detail {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.5)), color-stop(0.5,rgba(255,255,255,0.2)), color-stop(0.5,rgba(255,255,255,0.1)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0));
  color: #FFF;
  background-color: #bc0404;
}
.km-ios .km-detail {
  background-color: #1F6DD8;
}
.km-ios .km-detail:active,
.km-ios .km-detail.km-state-active {
  -webkit-box-shadow: inset 0 0 0 .16rem #fff, 0 1px 3px rgba(0,0,0,.5), inset 0 0 0 1000px rgba(0,0,0,.2);
  box-shadow: inset 0 0 0 .16rem #fff, 0 1px 3px rgba(0,0,0,.5), inset 0 0 0 1000px rgba(0,0,0,.2);
}
/* Filter box */
.km-ios .km-filter-form {
  color: #b1b3b8;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.6)), color-stop(1,rgba(255,255,255,0.3)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0.3));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0.3));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0.3));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0.3));
}
.km-ios .km-filter-wrap:before,
.km-ios .km-filter-reset .km-clear {
  color: #adadad;
}
.km-ios .km-list li > .km-icon,
.km-ios .km-listview-link > .km-icon {
  color: #000;
}
.km-ios .km-button .km-icon:before,
.km-ios .km-button .km-contactadd:before,
.km-ios .km-button .km-rowdelete:before,
.km-ios .km-button .km-rowinsert:before,
.km-ios .km-button .km-detaildisclose:before {
  color: rgba(0, 0, 0, 0.3);
}
.km-ios .km-rowinsert {
  background-color: #24870D;
}
.km-ios .km-rowdelete {
  background-color: #B01B1A;
}
/* ButtonGroup */
.km-ios .km-buttongroup .km-button,
.km-tablet .km-ios .km-buttongroup .km-button {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
.km-tablet .km-ios .km-buttongroup .km-button:not(.km-state-active),
.km-ios .km-header > .km-buttongroup .km-button:not(.km-state-active),
.km-ios .km-footer > .km-buttongroup .km-button:not(.km-state-active),
.km-ios .km-content .km-buttongroup .km-button:not(.km-state-active) {
  color: #929292;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.km-ios .km-header > .km-buttongroup .km-button,
.km-ios .km-footer > .km-buttongroup .km-button,
.km-ios .km-content .km-buttongroup .km-button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(0,0,0,0)), color-stop(0.5,rgba(0,0,0,0.12)), color-stop(1,rgba(0,0,0,0.25)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.12) 50%,rgba(0,0,0,0.25));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.12) 50%,rgba(0,0,0,0.25));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.12) 50%,rgba(0,0,0,0.25));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.12) 50%,rgba(0,0,0,0.25));
}
.km-ios .km-buttongroup .km-state-active {
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.4), inset 0 0 0 1000px rgba(0,0,0,.2);
  box-shadow: 0 1px 0 0 rgba(255,255,255,.4), inset 0 0 0 1000px rgba(0,0,0,.2);
}
.km-ios .km-header > .km-buttongroup .km-state-active,
.km-ios .km-footer > .km-buttongroup .km-state-active,
.km-ios .km-content .km-buttongroup .km-state-active {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #3D7EEB;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(0,0,0,0.3)), color-stop(0.5,rgba(0,0,0,0)), color-stop(0.5,rgba(255,255,255,0.05)), color-stop(1,rgba(255,255,255,0.25)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.3),rgba(0,0,0,0) 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.25));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.3),rgba(0,0,0,0) 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.25));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0.3),rgba(0,0,0,0) 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.25));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.3),rgba(0,0,0,0) 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.25));
  box-shadow: inset -1px 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset -1px 0 2px rgba(0, 0, 0, 0.3);
}
.km-ios .km-navbar,
.km-ios .km-toolbar {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.65)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.65),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.65),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.65),rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.65),rgba(255,255,255,0));
  background-color: #506D93;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.km-ios .km-view-title {
  box-shadow: rgba(0,0,0,.3) 0px -1px 0px inset, rgba(0,0,0,.3) 0px 1px 3px;
  -webkit-box-shadow: rgba(0,0,0,.3) 0px -1px 0px inset, rgba(0,0,0,.3) 0px 1px 3px;
}
/* TabStrip */
.km-ios .km-tabstrip {
  border-top-color: rgba(255, 255, 255, 0.2);
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(46,46,46,0.8)), color-stop(0.5,rgba(21,21,21,0.5)), color-stop(0.5,rgba(0,0,0,0.8)), color-stop(1,rgba(0,0,0,0.8)));
  background-image: -webkit-linear-gradient(top,rgba(46,46,46,0.8),rgba(21,21,21,0.5) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8));
  background-image: -moz-linear-gradient(top,rgba(46,46,46,0.8),rgba(21,21,21,0.5) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8));
  background-image: -ms-linear-gradient(top,rgba(46,46,46,0.8),rgba(21,21,21,0.5) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8));
  background-image: -o-linear-gradient(top,rgba(46,46,46,0.8),rgba(21,21,21,0.5) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8));
  box-shadow: 0 -1px 0 0 #000000;
  -webkit-box-shadow: 0 -1px 0 0 #000000;
  background-color: #1A1A1A;
  text-shadow: 0 1px 1px #000;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.18)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.18),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.18),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.18),rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.18),rgba(255,255,255,0));
}
html .km-ios .km-tabstrip .km-button {
  color: #d1d1d1;
  box-shadow: 1px 0 0 rgba(255,255,255,.2), 2px 0 0 rgba(0,0,0,.5);
  -webkit-box-shadow: 1px 0 0 rgba(255,255,255,.2), 2px 0 0 rgba(0,0,0,.5);
}
html .km-ios .km-tabstrip .km-button:active,
html .km-ios .km-tabstrip .km-state-active,
html .km-ios .km-tabstrip .km-state-active:last-child,
html .km-ios .km-tabstrip .km-button:active:last-child {
  color: #FFF;
  background-color: #1A1A1A;
  box-shadow: 0 0 2px rgba(255,255,255,.4);
  -webkit-box-shadow: 0 0 2px rgba(255,255,255,.4);
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0)), color-stop(1,rgba(255,255,255,0.18))),-webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0,rgba(0,0,0,0.6)), color-stop(0.03,rgba(0,0,0,0)), color-stop(0.97,rgba(0,0,0,0)), color-stop(1,rgba(0,0,0,0.6)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.18)),-webkit-linear-gradient(left,rgba(0,0,0,0.6),rgba(0,0,0,0) 3%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.6));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.18)),-moz-linear-gradient(left,rgba(0,0,0,0.6),rgba(0,0,0,0) 3%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.6));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.18)),-ms-linear-gradient(left,rgba(0,0,0,0.6),rgba(0,0,0,0) 3%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.6));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.18)),-o-linear-gradient(left,rgba(0,0,0,0.6),rgba(0,0,0,0) 3%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.6));
}
/* ListView */
.km-ios .km-listinset > li:first-child,
.km-ios .km-listgroupinset .km-list > li:first-child {
  border-color: #b1b3b8;
  box-shadow: 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 0 rgba(200,200,200,.4), inset 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 0 rgba(200,200,200,.4), inset 0 -1px 0 rgba(0,0,0,.2);
}
.km-ios .km-list > li {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.km-ios .km-listinset > li,
.km-ios .km-listgroupinset .km-list > li {
  border-color: #b1b3b8;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.4);
}
.km-ios .km-listinset > li:last-child,
.km-ios .km-listgroupinset .km-list > li:last-child {
  border-color: #b1b3b8;
  box-shadow: 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4);
}
.km-ios li.km-state-active .km-listview-link,
.km-ios li.km-state-active .km-listview-label {
  color: #fff;
  background: #0260E8;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.28)), color-stop(0.5,rgba(255,255,255,0.1)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.28),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.28),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.28),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.28),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0));
}
.km-ios .km-listview-link:after {
  color: #7b7b7b;
}
.km-ios .km-state-active .km-listview-link:after {
  color: #fff;
}
.km-ios .km-group-title {
  color: #FFF;
  text-shadow: 0 1px 1px rgba(100, 100, 100, 0.8);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #94A3AE;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0)), color-stop(1,rgba(255,255,255,0.3)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.3));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.3));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.3));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.3));
  box-shadow: 0 -1px 0 #86929a;
  -webkit-box-shadow: 0 -1px 0 #86929a;
}
.km-ios .km-listgroupinset .km-group-title {
  color: #4C566C;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.km-ios .km-list > li {
  background: #f0f0f0;
}
.km-ios,
.km-ios .km-content {
  background: #f0f0f0;
  color: #000;
}
.km-ios .km-insetcontent {
  background: #c4ccd5 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAGklEQVR4Xm3DMREAAACCQKPYvySeO8MHML0BOrEVLMJmdzAAAAAASUVORK5CYII=");
}
/* Icons */
.km-ios .km-button .km-icon,
.km-ios .km-button.km-state-active .km-icon {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.7)), color-stop(1,rgba(255,255,255,0.9)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.7),rgba(255,255,255,0.9));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.7),rgba(255,255,255,0.9));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.7),rgba(255,255,255,0.9));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.7),rgba(255,255,255,0.9));
}
.km-ios .km-buttongroup .km-icon {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(0,0,0,0.5)), color-stop(1,rgba(0,0,0,0.3)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.3));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.3));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.3));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.3));
}
.km-ios .km-tabstrip .km-icon {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.4)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
  color: #666666;
}
.km-ios .km-tabstrip .km-state-active .km-icon {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.6)), color-stop(0.5,rgba(255,255,255,0)), color-stop(1,rgba(255,255,255,0.3)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.6) 0,rgba(255,255,255,0) 50%,rgba(255,255,255,0.3) 100%);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.6) 0,rgba(255,255,255,0) 50%,rgba(255,255,255,0.3) 100%);
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.6) 0,rgba(255,255,255,0) 50%,rgba(255,255,255,0.3) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.6) 0,rgba(255,255,255,0) 50%,rgba(255,255,255,0.3) 100%);
  color: #00B0FF;
}
/* Pull to refresh */
.km-root .km-ios .km-load-more,
.km-ios .km-scroller-pull {
  color: #656565;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.km-ios .km-load-more .km-icon,
.km-ios .km-scroller-pull .km-icon {
  color: #656565;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.km-ios *:-webkit-any(.km-load-more) .km-icon:after,
.km-ios *:-webkit-any(.km-scroller-pull) .km-icon:after {
  background: rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 1px #656565;
}
/* ScrollView */
.km-ios .km-pages li {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 1em;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.km-ios .km-pages .km-current-page {
  background: rgba(0, 0, 0, 0.3);
}
/* Slider */
.km-ios .k-slider .k-draghandle,
.km-ios .k-slider .k-draghandle:hover {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,#cccccc), color-stop(1,#ffffff));
  background-image: -webkit-linear-gradient(top,#cccccc,#ffffff);
  background-image: -moz-linear-gradient(top,#cccccc,#ffffff);
  background-image: -ms-linear-gradient(top,#cccccc,#ffffff);
  background-image: -o-linear-gradient(top,#cccccc,#ffffff);
  box-shadow: inset 0 0 0 1px #f9f9f9, 1px 1px 3px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 0 1px #f9f9f9, 1px 1px 3px rgba(0,0,0,.3);
}
.km-ios .k-slider-selection {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(0,0,0,0.5)), color-stop(0.15,rgba(0,0,0,0)), color-stop(0.9,rgba(0,0,0,0)), color-stop(1,rgba(0,0,0,0.4))),-webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,#2a5db2), color-stop(1,#6da9f7));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0) 15%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.4)),-webkit-linear-gradient(top,#2a5db2,#6da9f7);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0) 15%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.4)),-moz-linear-gradient(top,#2a5db2,#6da9f7);
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0) 15%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.4)),-ms-linear-gradient(top,#2a5db2,#6da9f7);
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0) 15%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.4)),-o-linear-gradient(top,#2a5db2,#6da9f7);
}
.km-ios .k-slider-track {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(0,0,0,0.3)), color-stop(0.3,rgba(0,0,0,0)), color-stop(0.9,rgba(0,0,0,0)), color-stop(1,rgba(0,0,0,0.4))),-webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,#dbdbdb), color-stop(1,#ffffff));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.3),rgba(0,0,0,0) 30%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.4)),-webkit-linear-gradient(top,#dbdbdb,#ffffff);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.3),rgba(0,0,0,0) 30%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.4)),-moz-linear-gradient(top,#dbdbdb,#ffffff);
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0.3),rgba(0,0,0,0) 30%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.4)),-ms-linear-gradient(top,#dbdbdb,#ffffff);
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.3),rgba(0,0,0,0) 30%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.4)),-o-linear-gradient(top,#dbdbdb,#ffffff);
}
/* Dialog */
.km-ios .km-dialog {
  background: rgba(10, 25, 65, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 5px #111111;
  -webkit-box-shadow: 3px 3px 5px #111111;
}
.km-ios .km-dialog-title {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.3)), color-stop(0.6,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 60%);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 60%);
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 60%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 60%);
  text-shadow: 0 -1px #333333;
}
.km-ios .km-dialog:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22><defs><clipPath id=%22clip%22><rect x=%220%22 y=%220%22 width=%22100%%22 height=%22100%%22 rx=%2210%22 ry=%2210%22/></clipPath></defs><ellipse fill=%22white%22 cx=%2250%%22 cy=%220%22 rx=%2280%%22 ry=%2260%%22 clip-path=%22url(%23clip)%22/></svg>');
}
.km-ios .km-dialog-content {
  color: #fff;
  text-shadow: 0 -1px #333333;
}
/* Loader */
.km-ios .km-loader {
  background-color: rgba(0, 0, 0, 0.2);
}
.km-ios .km-loader h1,
.km-ios .km-scroller-refresh .km-template {
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.km-ios .km-scroller-pull .km-template {
  color: #656565;
}
/* Forms */
.km-ios .km-list input[type=password],
.km-ios .km-list input[type=search],
.km-ios .km-list input[type=number],
.km-ios .km-list input[type=tel],
.km-ios .km-list input[type=url],
.km-ios .km-list input[type=email],
.km-ios .km-list input[type=month],
.km-ios .km-list input[type=color],
.km-ios .km-list input[type=week],
.km-ios .km-list input[type=date],
.km-ios .km-list input[type=time],
.km-ios .km-list input[type=datetime],
.km-ios .km-list input[type=datetime-local],
.km-ios .km-list input[type=text]:not(.k-input),
.km-ios .km-list select:not([multiple]),
.km-ios .km-list .k-dropdown-wrap,
.km-ios .km-list textarea {
  color: #385487;
}
.km-ios .km-list .k-dropdown-wrap .k-input {
  color: #385487;
}
.km-ios .km-list select:not([multiple]) option {
  color: #333;
}
.km-ios .km-content .km-list .km-state-active input[type=password],
.km-ios .km-content .km-list .km-state-active input[type=search],
.km-ios .km-content .km-list .km-state-active input[type=number],
.km-ios .km-content .km-list .km-state-active input[type=tel],
.km-ios .km-content .km-list .km-state-active input[type=url],
.km-ios .km-content .km-list .km-state-active input[type=email],
.km-ios .km-content .km-list .km-state-active input[type=month],
.km-ios .km-content .km-list .km-state-active input[type=color],
.km-ios .km-content .km-list .km-state-active input[type=week],
.km-ios .km-content .km-list .km-state-active input[type=date],
.km-ios .km-content .km-list .km-state-active input[type=time],
.km-ios .km-content .km-list .km-state-active input[type=datetime],
.km-ios .km-content .km-list .km-state-active input[type=datetime-local],
.km-ios .km-content .km-list .km-state-active input[type=text]:not(.k-input),
.km-ios .km-content .km-list .km-state-active select:not([multiple]),
.km-ios .km-content .km-list .km-state-active textarea {
  color: #fff;
}
/* PopUp + ActionSheet */
.km-ios .km-actionsheet > li > a {
  color: #000;
}
.km-ios .km-popup .k-item,
.km-ios .km-actionsheet > li > a {
  color: #000;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.5), 0 1px 1px rgba(255,255,255,.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5), 0 1px 1px rgba(255,255,255,.3);
  border-color: rgba(40, 40, 40, 0.9);
  background: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(0,0,0,0)), color-stop(0.5,rgba(0,0,0,0.2)), color-stop(0.85,rgba(0,0,0,0.25)), color-stop(1,rgba(0,0,0,0.15)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.25) 85%,rgba(0,0,0,0.15));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.25) 85%,rgba(0,0,0,0.15));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.25) 85%,rgba(0,0,0,0.15));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.25) 85%,rgba(0,0,0,0.15));
}
.km-root .km-ios .km-popup .k-item {
  border-color: rgba(0, 0, 0, 0.8);
}
.km-ios .km-actionsheet > li > a:active,
.km-ios .km-actionsheet > li > a:hover,
.km-ios li.km-actionsheet-cancel > a {
  color: #fff;
}
.km-ios .km-popup .k-state-hover,
.km-ios .km-popup .k-state-focused,
.km-ios .km-popup .k-state-selected,
.km-ios .km-actionsheet > li > a:active,
.km-ios .km-actionsheet > li > a:hover,
.km-ios li.km-actionsheet-cancel > a {
  color: #fff;
  background: #1537c6;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.45)), color-stop(0.6,rgba(255,255,255,0.1)), color-stop(0.8,rgba(255,255,255,0)), color-stop(1,rgba(255,255,255,0.15)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.45),rgba(255,255,255,0.1) 60%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.15));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.45),rgba(255,255,255,0.1) 60%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.15));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.45),rgba(255,255,255,0.1) 60%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.15));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.45),rgba(255,255,255,0.1) 60%,rgba(255,255,255,0) 80%,rgba(255,255,255,0.15));
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.km-ios li.km-actionsheet-cancel > a {
  background-color: #2b3038;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.3)), color-stop(0.6,rgba(255,255,255,0)), color-stop(0.85,rgba(255,255,255,0)), color-stop(1,rgba(255,255,255,0.08)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 60%,rgba(255,255,255,0) 85%,rgba(255,255,255,0.08));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 60%,rgba(255,255,255,0) 85%,rgba(255,255,255,0.08));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 60%,rgba(255,255,255,0) 85%,rgba(255,255,255,0.08));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0) 60%,rgba(255,255,255,0) 85%,rgba(255,255,255,0.08));
}
.km-ios .km-popup {
  background: rgba(0, 0, 0, 0.6);
}
.km-ios .km-actionsheet-wrapper,
.km-ios .km-popup .k-list-container {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(23, 37, 64, 0.6);
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.5)), color-stop(0.1,rgba(255,255,255,0.2)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.2) 10%,rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.2) 10%,rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.2) 10%,rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0.2) 10%,rgba(255,255,255,0));
}
.km-phone .km-ios .km-actionsheet-wrapper,
.km-phone .km-ios .km-popup .k-list-container {
  box-shadow: 0 -1px 2px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.5);
  -webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.5);
}
.km-ios .km-shim {
  background: rgba(23, 23, 46, 0.5);
}
/* Checkboxes and Radios */
.km-ios .km-listview-label input[type=radio]:checked,
.km-ios .km-listview-label input[type=checkbox]:checked {
  font-size: 1.2em;
  color: #3E4E65;
}
.km-ios .km-state-active input[type=radio]:checked,
.km-ios .km-state-active input[type=checkbox]:checked {
  color: #fff;
}
/* Tablet Styles */
.km-tablet .km-ios .km-view-title,
.km-tablet .km-ios .km-modalview .km-view-title {
  color: #848B92;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.km-tablet .km-ios *:not(.km-tabstrip):not(.km-buttongroup) > .km-button {
  background: #6A727D;
}
.km-ios *:not(.km-tabstrip):not(.km-buttongroup) > .km-button,
.km-tablet .km-ios *:not(.km-tabstrip):not(.km-buttongroup) > .km-button {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.5)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.5),rgba(255,255,255,0));
}
.km-ios *:not(.km-tabstrip):not(.km-buttongroup) > .km-button {
  background-color: #44648f;
}
.km-tablet .km-ios .km-navbar,
.km-tablet .km-ios .km-toolbar,
.km-tablet .km-ios .km-modalview .km-header {
  background: #A8ACB9;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.9)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.9),rgba(255,255,255,0));
}
.km-tablet .km-ios .km-content {
  background: #D7D9DF none;
}
/* SplitView */
.km-ios .km-splitview {
  background: #000;
}
.km-ios .km-splitview > .km-pane {
  border-right-color: #000;
  background: #fff;
}
.km-ios .km-splitview > .km-collapsible-pane {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.km-ios .km-split-vertical > .km-pane {
  border-bottom-color: #000;
}
/* PopOver */
.km-ios .km-popup.km-pane,
.km-tablet .km-ios .km-actionsheet-wrapper {
  box-shadow: 0 0 15px rgba(0,0,0,.5), 0 0 2px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5), 0 0 2px rgba(0,0,0,.5);
}
.km-ios .km-modalview .km-header,
.km-ios .km-popup.km-pane .km-header {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.35)), color-stop(0.5,rgba(255,255,255,0.1)), color-stop(0.5,rgba(255,255,255,0)), color-stop(1,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.35),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.35),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.35),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.35),rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0));
}
.km-ios .km-popup.km-pane,
.km-tablet .km-ios .km-actionsheet-wrapper,
.km-ios .km-popup.km-pane .km-navbar .km-button {
  background-color: rgba(10, 18, 38, 0.9);
}
.km-ios .km-popup-arrow:after,
.km-ios .km-popup-arrow:before {
  border-color: rgba(0, 0, 0, 0.5) transparent;
}
.km-ios .km-popup-arrow:after {
  border-color: rgba(24, 31, 49, 0.9) transparent;
}
.km-ios .km-left .km-popup-arrow:after,
.km-ios .km-right .km-popup-arrow:after {
  border-color: transparent rgba(24, 31, 49, 0.9);
}
.km-ios .km-down .km-popup-arrow:after {
  border-color: rgba(106, 111, 124, 0.9) transparent;
}
/* ModalView */
.km-ios .km-modalview {
  background-color: #7185a2;
  box-shadow: 0 0 15px rgba(0,0,0,.5), 0 0 2px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5), 0 0 2px rgba(0,0,0,.5);
}
.km-ios .km-button {
  text-align: center;
  padding: .4em .8em;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.km-ios :-webkit-any(.km-back) {
  overflow: hidden;
  margin-left: -1em;
  padding-left: 2.1em;
  -webkit-mask-image: url("images/back.png");
  -webkit-mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position-x: 1em;
}
.km-ios .km-back:after {
  content: "\a0";
  display: none;
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  width: 12px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABCCAYAAABAfGYuAAAC4ElEQVR4Xr3XT4jSQRQH8K2NvcQWHZZYomBhKzaCCmVbEwJRQQtZ8c9vV9xlRTZEiujQHjKIhaAI82BbxwiCTiooKoSglBklWBRGBRnizYsXvfuat8zAw87zhO/545uZ934zUwAwZTKZODIrEhB5IvKGA54RiYgUaXTDVybALZFzIkd0wl4CxkTmqaELXiPohsJ0wwZB/YhwwHR5VxHggO0EDSDAAS8RNIwAB3yYoFEEuOCYROMIcMGbpNo5LthB0MsIcMAnJ3uVC45L9AYCXPCGRO+LTHPBK2SJLyHAAR8i6DoCXPA27Vcu2E2qPcEFzxP0GgIcMG2dbQS4YHqTmOGCzxB0BQEu+I5ENxHggOkSP0CAC6ZLbGaDJ5eYCzYkuosAF7xIlniZE75N3jdTXHCAVHuAA0ZgYXJQcME3JRpBgBPelfA6K9xut8EwjN8Sv8gGAwCUy2VwuVyfBHCPE36IeDqd/s651whjXvV6PQiFQh2J27jgZRGo1Wrg8Xi+SvwoxwBB/C7iuVwOrFZrRQAxDljhe8PhEMLhcFe9i7jg4yLQarUgGAz+lPh5nTDFw4iXSiVwOp0fBbDDASv8kWyxL7LqKAes8Jeyxf5K/DoXbBaBer0OPp+vLfFFnTDFbyFeKBTAbrfX8bLAASv8KeLJZPKz2m8OWOGvu90u3e9VLtgiAo1GA/x+/w+JX9AJUzyOeLFYVJ9QxI/phCn+GPFMJqPmeZwDVviL0WhE53mUC54TgU6nQw+boROm+FXEm80mfkx+SdyuE6Z4BPFKpQJer/ebxE06YYon1GRzu91qwJzVDtPJhjcXh8PxQeKndMIU31NtZrPZ3kl8QStM22w8Hiv8vZpuHPBBxEUgm83S6ebUCdPKnyOez+fpad8SmdYFUzyFeLVaxSHzx2w2l2T1ayKnRWYVrAPfQbzf7+OJ338Y4qm3WCxv8Y8oWBe+JPJMBAaDAT4OIZVKQSKRgH+T7a9S/jnyXAAAAABJRU5ErkJggg==");
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.km-ios :-webkit-any(.km-back):after {
  display: block;
}
.km-ios.km-on-android :-webkit-any(.km-back) {
  -webkit-mask-image: none;
  padding-left: .8em;
  margin-left: 0;
}
.km-ios.km-on-android :-webkit-any(.km-back):after {
  display: none;
}
.k-ff .km-ios .km-back {
  overflow: hidden;
  margin-left: 0;
  padding-left: 1.4em;
  background-size: auto 100%;
  clip-path: url('data:image/svg+xml;utf-8,<svg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 1 1%22><clipPath id=%22backbutton%22 clipPathUnits=%22objectBoundingBox%22><path fill=%22black%22 d=%22M8.7,1c0,0-8,0-8,0C0,1,0.2,1,0,0.5 C0.2-0,0,0,0.5,0H9V1z%22%2F><%2FclipPath><%2Fsvg>#backbutton');
}
.k-ff .km-ios .km-back:after {
  display: block;
  left: 0;
}
.km-ios .km-badge {
  border-radius: 3em;
  box-shadow: inset 0 0 0 .16rem #fff, 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 0 0 .16rem #fff, 0 1px 3px rgba(0,0,0,.5);
}
.km-ios .km-detail {
  border-radius: 3em;
  box-shadow: inset 0 0 0 .16rem #fff, 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 0 0 .16rem #fff, 0 1px 3px rgba(0,0,0,.5);
  border: 0;
}
/* ButtonGroup */
.km-ios .km-buttongroup {
  border: none;
  background: none;
  padding: 0 1px 1px 0;
}
.km-ios .km-buttongroup .km-button,
.km-tablet .km-ios .km-buttongroup .km-button {
  border-radius: 0;
  border-width: 1px;
  border-right-width: 0;
}
.km-ios .km-navbar .km-buttongroup .km-button:not(.km-state-active) {
  background-color: transparent;
}
.km-ios .km-view .km-buttongroup .km-button:first-child {
  border-radius: 5pt 0 0 5pt;
}
.km-ios .km-view .km-buttongroup .km-button:last-child {
  border-radius: 0 5pt 5pt 0;
}
.km-ios .km-buttongroup .km-button:last-child {
  border-right-width: 1px;
}
.km-ios .km-buttongroup .km-state-active {
  text-shadow: none;
  border-width: 1px 0 1px 1px;
}
.km-ios .km-buttongroup .km-state-active:last-child {
  margin-left: -1px;
}
.km-ios .km-view-title,
.km-ios .km-dialog-title {
  position: relative;
  visibility: visible;
  text-align: center;
  font-size: 1.4em;
  line-height: 2.3em;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
.km-ios.km-horizontal .km-view-title {
  line-height: 2em;
}
.km-ios .km-navbar,
.km-ios .km-toolbar {
  overflow: visible;
}
.km-ios .km-tabstrip {
  padding: .1em 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.km-phone .km-ios .km-tabstrip {
  display: table;
  border-collapse: separate;
  border-spacing: 3px 0;
}
.km-phone .km-ios .km-tabstrip .km-button {
  display: table-cell;
}
.km-root .km-ios .km-tabstrip {
  border-spacing: 0;
  padding: 0;
}
.km-ios .km-tabstrip .km-button {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  border: 0;
  font-size: .7em;
  min-width: 6em;
  text-shadow: inherit;
  margin: 0;
  padding: .1em .3em .4em;
  border-radius: 0;
}
.km-ios .km-tabstrip .km-button:last-child {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* Switch */
.km-ios .km-switch {
  width: 5rem;
  height: 1.8rem;
  line-height: 1.65rem;
  overflow: hidden;
  font-family: HelveticaNeue, Arial, sans-serif;
}
.km-ios .km-switch-wrapper {
  overflow: hidden;
}
.km-ios .km-switch-background,
.km-ios .k-slider-selection {
  background-position: 4.25em 0;
  background-repeat: no-repeat;
}
.km-ios .km-switch-background,
.km-ios .k-slider-horizontal .k-slider-selection {
  margin-left: -3.4rem;
}
.km-ios .km-switch-background:after {
  content: "\a0";
  display: inline-block;
  margin: 0 0 0 .3rem;
  width: 78%;
  height: 50%;
  line-height: 100%;
  vertical-align: bottom;
}
.km-ios .km-switch-container {
  padding: 1px 0 1px 1px;
  border-width: 0;
}
.km-ios .km-checkbox {
  border-width: 3px;
  border-style: solid;
  border-radius: 15px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.km-ios .km-switch-handle {
  width: 1.6em;
  margin: -1px 3px 0 -1px;
  border-width: 1px;
  border-style: solid;
}
.km-ios .km-switch-label-off {
  left: 1.5em;
}
.km-ios .km-switch-label-on {
  left: -3em;
}
.km-ios .km-switch-label-on,
.km-ios .km-switch-label-off {
  width: 195%;
  font-size: 1em;
  line-height: 1.5em;
  vertical-align: middle;
}
.km-ios .km-switch-handle,
.km-ios .km-switch-wrapper,
.km-ios .km-switch-container,
.km-ios .km-switch-background {
  border-radius: 1.3em;
}
.km-ios .km-switch-container,
.km-ios .km-switch-wrapper {
  border-radius: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-clip: content-box;
}
.km-ios .km-switch-background:after {
  border-radius: 1em 1em .5em .5em;
}
.km-ios li.km-state-active {
  border-width: 0;
}
.km-ios .km-listview .km-switch {
  margin-top: -0.85rem;
}
/* Filter box */
.km-ios .km-filter-form {
  border-color: currentcolor;
  background-color: currentcolor;
}
.km-ios .km-filter-wrap {
  color: inherit;
  border-radius: 2em;
  box-shadow: inset 0 1px 3px #b1b3b8;
  -webkit-box-shadow: inset 0 1px 3px #b1b3b8;
  box-shadow: inset 0 1px 3px currentcolor;
  -webkit-box-shadow: inset 0 1px 3px currentcolor;
  border-color: currentcolor;
  background: transparent;
}
.km-ios .km-filter-wrap .km-clear:after {
  content: "\e031";
}
.km-ios .km-list {
  overflow: visible;
}
.km-ios .km-listinset > li:first-child,
.km-ios .km-listgroupinset .km-list > li:first-child {
  border-width: 1px 1px 0;
  border-style: solid;
  border-radius: 7px 7px 0 0;
}
.km-ios .km-list > li {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.km-ios .km-listinset > li,
.km-ios .km-listgroupinset .km-list > li {
  border-style: solid;
  border-width: 0 1px;
}
.km-ios .km-listinset > li:last-child,
.km-ios .km-listgroupinset .km-list > li:last-child {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-radius: 0 0 7px 7px;
}
.km-ios .km-listinset > li:first-child:last-child,
.km-ios .km-listgroupinset .km-list > li:first-child:last-child {
  border-width: 1px;
  border-radius: 7px;
}
.km-ios .km-state-active .km-listview-link:after {
  border-color: inherit;
}
.km-on-ios.km-ios .km-listview-link:after {
  width: .66rem;
  height: .64rem;
  border-width: 0;
  box-shadow: inset -0.2rem 0.2rem 0;
}
.km-ios .km-listinset > li:first-child,
.km-ios .km-listgroupinset .km-list > li:first-child,
.km-ios .km-listinset li:first-child > .km-listview-link,
.km-ios .km-listgroupinset li:first-child > .km-listview-link,
.km-ios .km-listinset li:first-child > .km-listview-label,
.km-ios .km-listgroupinset li:first-child > .km-listview-label {
  border-radius: 6px 6px 0 0;
}
.km-ios .km-listinset li:last-child > .km-listview-link,
.km-ios .km-listgroupinset li:last-child > .km-listview-link,
.km-ios .km-listinset li:last-child > .km-listview-label,
.km-ios .km-listgroupinset li:last-child > .km-listview-label {
  border-radius: 0 0 6px 6px;
}
.km-ios .km-listinset li:first-child:last-child > .km-listview-link,
.km-ios .km-listgroupinset li:first-child:last-child > .km-listview-link,
.km-ios .km-listinset li:first-child:last-child > .km-listview-label,
.km-ios .km-listgroupinset li:first-child:last-child > .km-listview-label {
  border-radius: 6px;
}
.km-ios .km-group-title {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}
.km-ios .km-listgroupinset .km-group-title {
  font-size: 1.2em;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.km-ios .km-list > li {
  display: block;
  vertical-align: middle;
  line-height: 1.6em;
  font-size: 1.2em;
  font-weight: bold;
  overflow: hidden;
}
.km-ios .km-insetcontent .km-content {
  background: none;
}
/* Pull To Refresh */
.km-root .km-ios .km-load-more,
.km-ios .km-scroller-pull {
  font-size: 1em;
  background: none;
}
.km-ios .km-load-more .km-icon,
.km-ios .km-scroller-pull .km-icon {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
}
.km-ios .km-pages li {
  border-width: 1px;
  border-style: solid;
  border-radius: 1em;
}
/* Slider */
.km-ios .k-slider .k-draghandle,
.km-ios .k-slider .k-draghandle:hover {
  border: 0;
  border-radius: 5em;
}
.km-ios .k-slider-vertical .k-draghandle {
  margin-left: -0.3em;
}
.km-ios .k-slider-selection {
  background: 0 0 no-repeat;
}
.km-ios .k-slider-horizontal .k-draghandle {
  top: -0.4em;
}
.km-ios .k-slider-track {
  margin: -0.5em 0.5em 0 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.km-ios .k-slider-horizontal .k-slider-selection {
  margin-left: 0;
}
/* Dialog */
.km-ios .km-dialog {
  border-width: 2px;
  border-style: solid;
}
.km-ios .km-dialog .km-button {
  display: block;
  margin: .4em;
  font-size: 1.3em;
  text-align: center;
  padding: .44em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}
/* Forms */
.km-ios .km-list input[type=password],
.km-ios .km-list input[type=search],
.km-ios .km-list input[type=number],
.km-ios .km-list input[type=tel],
.km-ios .km-list input[type=url],
.km-ios .km-list input[type=email],
.km-ios .km-list input[type=month],
.km-ios .km-list input[type=color],
.km-ios .km-list input[type=week],
.km-ios .km-list input[type=date],
.km-ios .km-list input[type=time],
.km-ios .km-list input[type=datetime],
.km-ios .km-list input[type=datetime-local],
.km-ios .km-list input[type=text]:not(.k-input),
.km-ios .km-list select:not([multiple]),
.km-ios .km-list .k-dropdown-wrap,
.km-ios .km-list textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1.1rem;
  min-width: 6em;
  border: 0;
  padding: .4em;
  outline: none;
  background: transparent;
}
.km-ios .km-list .k-dropdown-wrap {
  padding: .2em .8em;
}
.km-ios .km-list .k-dropdown {
  margin-top: -1.05em;
  font-weight: normal;
}
.km-ios .km-list input[type=color],
.km-ios .km-list input[type=week],
.km-ios .km-list input[type=date],
.km-ios .km-list input[type=time],
.km-ios .km-list input[type=month],
.km-ios .km-list input[type=datetime],
.km-ios .km-list input[type=datetime-local],
.km-ios .km-list .k-dropdown {
  text-align: right;
}
.km-ios .km-list .k-dropdown .k-dropdown-wrap {
  display: block;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* PopUp + ActionSheet */
.km-ios .km-actionsheet > li > a {
  text-align: center;
}
.km-ios .km-actionsheet > .km-actionsheet-cancel {
  margin: 1.5em 0 1em;
}
.km-ios .km-actionsheet-wrapper,
.km-ios .km-actionsheet-root > .k-animation-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios .km-actionsheet > li > a {
  display: block;
}
.km-ios .km-shim.km-actionsheet-root > .k-animation-container {
  left: 0 !important;
  width: 100%;
  top: auto !important;
  bottom: 0 !important;
}
.km-ios .km-shim li.km-actionsheet-title {
  visibility: hidden;
  height: 0;
  margin: .5em 0 0;
}
/* PopOver */
.km-ios .km-popup-arrow:after {
  border-style: solid;
  border-width: 0 15px 15px;
}
.km-ios .km-down .km-popup-arrow:before {
  margin-top: -1px;
}
.km-ios .km-up .km-popup-arrow:after {
  border-width: 15px 15px 0 15px;
}
.km-ios .km-left .km-popup-arrow:after {
  border-width: 15px 0 15px 15px;
}
.km-ios .km-right .km-popup-arrow:after {
  border-width: 15px 15px 15px 0;
}
/* ModalView */
.km-ios .km-modalview {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-root .km-ios .km-modalview {
  border-radius: 5px;
}
.km-ios .km-modalview .km-header {
  padding: 0;
  margin: -1px 0 0;
}
.km-ios .km-modalview > :first-child {
  border: 0;
}
/* SplitView */
.km-ios .km-splitview > .km-pane {
  border-radius: 5px;
}
.km-ios .km-split-vertical > .km-pane {
  border-right: 0;
}
.km-ios .km-splitview > .km-pane {
  border-right-width: 1px;
  border-right-style: solid;
}
.km-ios .km-split-vertical > .km-pane {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.km-ios .km-splitview .km-navbar,
.km-ios .km-splitview .km-toolbar,
.km-ios .km-modalview > :first-child,
.km-ios .km-splitview .km-view > :first-child {
  border-radius: 5px 5px 0 0;
}
.km-ios .km-splitview .km-tabstrip,
.km-ios .km-modalview > :last-child,
.km-ios .km-splitview .km-view > :last-child {
  border-radius: 0 0 5px 5px;
}
.km-ios .km-modalview > :first-child:last-child,
.km-ios .km-pane > .km-view > :first-child:last-child {
  border-radius: 5px;
}
.km-ios .km-splitview .km-pane:last-child {
  border: 0;
}
.km-ios7 {
  font: normal 1em "HelveticaNeue Ultra Light", "Roboto Light", "Slate Light", "Segoe WP", NokiaPureTextLight, sans-serif;
}
/* override transform options for performance */
.km-root .km-ios7.km-pane,
.km-root .km-ios7 .km-view,
.km-root .km-ios7 .km-slider,
.km-root .km-ios7 .km-switch,
.km-root .km-ios7 .km-group-title,
.km-root .km-ios7 .km-filter-reset,
.km-root .km-ios7 .km-shim .k-animation-container {
  -webkit-transform: none;
}
.km-ios7 .km-navbar,
.km-ios7 .km-tabstrip {
  background-clip: border-box;
}
.km-ios7 .km-view:not([data-use-native-scrolling]),
.km-ios7 .km-splitview {
  overflow: hidden;
}
.km-ios7 .km-view:not([data-use-native-scrolling]) .km-content {
  overflow: visible !important;
}
.km-ios7,
.km-ios7 * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
/* Revert box/clip for Web widgets */
.km-ios7 [class^=k-],
.km-ios7 .k-calendar th,
.km-ios7 .k-calendar td {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.km-ios7.km-on-android * {
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.km-ios7 .km-navbar,
.km-ios7 .km-toolbar,
.km-ios7 .km-tabstrip {
  border-style: solid;
  border-width: 0 0 1px;
}
.km-ios7 .km-footer .km-navbar,
.km-ios7 .km-footer .km-toolbar,
.km-ios7 .km-tabstrip {
  border-width: 1px 0 0;
}
.km-ios7 .km-navbar,
.km-ios7 .km-toolbar,
.km-ios7 .km-tabstrip,
.km-ios7 .km-tabstrip .km-button {
  border-radius: 0;
}
/* PopUp + ActionSheet */
.km-ios7 .km-actionsheet,
.km-ios7 .km-popup .k-popup {
  background: transparent;
  padding: 0 .5em;
}
.km-ios7 .km-popup .k-popup {
  font-size: 1em;
}
.km-ios7 .km-popup .k-item,
.km-ios7 .km-actionsheet > li > a {
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: .3em 0;
  border: 0;
  border-radius: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios7 .km-popup {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios7 .km-popup .k-list-container {
  width: 100% !important;
  height: auto !important;
}
.km-ios7 .km-actionsheet,
.km-ios7 .km-popup .k-list-container {
  max-height: 80%;
}
.km-ios7 .km-actionsheet-wrapper,
.km-ios7 .km-popup .k-list-container {
  background: transparent;
  bottom: 0;
  border: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios7 .km-popup .k-item:last-child,
.km-ios7 .km-actionsheet > li:last-child > a {
  border: 0;
}
.km-ios7 .km-shim .k-animation-container {
  left: 0;
  top: auto;
  bottom: 0;
}
.km-ios7 .km-popup .k-item:first-child,
.km-ios7 .km-actionsheet > li:nth-child(2) > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.km-ios7 .km-popup .k-item:last-child,
.km-ios7 .km-actionsheet > li:nth-last-child(2) > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.km-ios7 .km-popup .k-item:last-child {
  margin: 0 0 .5em;
}
.km-ios7 .km-popup-wrapper {
  padding: 15px;
}
.km-ios7 .km-actionsheet-wrapper.km-popup {
  padding: 2px 0;
}
/* Loader */
.km-ios7.km-pane > .km-loader,
.km-ios7 .km-pane > .km-loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.km-ios7 .km-loader:before {
  content: "\a0";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.km-ios7 .km-load-more,
.km-ios7 .km-scroller-pull {
  font-size: 1em;
}
.km-ios7 .km-scroller-pull {
  opacity: .5;
}
.km-ios7 .km-list > .km-load-more {
  border-top: 0;
}
.km-ios7 .km-loader h1,
.km-ios7 .km-scroller-refresh .km-template {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2em;
}
.km-ios7 .km-scroller-pull .km-template {
  min-width: 0;
}
.km-ios7 .km-loading,
.km-ios7 .km-loader .km-loading-left,
.km-root .km-ios7 .km-load-more.km-scroller-refresh .km-icon,
.km-root .km-ios7 .km-scroller-pull.km-scroller-refresh .km-icon,
.km-ios7 .km-scroller-refresh .km-loading-left {
  display: inline-block;
  top: auto;
  left: auto;
  width: 8px;
  height: 2px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transform-origin: 150% 50%;
  -moz-transform-origin: 150% 50%;
  -ms-transform-origin: 150% 50%;
  -o-transform-origin: 150% 50%;
  transform-origin: 150% 50%;
  background: currentcolor;
  animation: km-ios-spin 1.5s infinite steps(8);
  -moz-animation: km-ios-spin 1.5s infinite steps(8);
  -webkit-animation: km-ios-spin 1.5s infinite steps(8);
  box-shadow: 16px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 16px 0 rgba(0, 0, 0, 0.6);
}
.km-ios7 .km-loading,
.km-ios7 .km-loader .km-loading-left {
  margin: 2px 0 0;
}
.km-ios7 .km-loading:before,
.km-ios7 .km-loading:after,
.km-ios7 .km-load-more.km-scroller-refresh .km-icon:after,
.km-ios7 .km-load-more.km-scroller-refresh .km-icon:before,
.km-ios7 .km-scroller-pull.km-scroller-refresh .km-icon:after,
.km-ios7 .km-scroller-pull.km-scroller-refresh .km-icon:before {
  color: inherit;
  content: "\a0";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  -webkit-transform-origin: inherit;
  -moz-transform-origin: inherit;
  -ms-transform-origin: inherit;
  -o-transform-origin: inherit;
  transform-origin: inherit;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: inherit;
  box-shadow: 16px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 16px 0 rgba(0, 0, 0, 0.5);
}
.km-ios7 .km-loading:after,
.km-ios7 .km-load-more.km-scroller-refresh .km-icon:after,
.km-ios7 .km-scroller-pull.km-scroller-refresh .km-icon:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  box-shadow: 16px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 16px 0 rgba(0, 0, 0, 0.4);
}
.km-ios7 .km-loader .km-loading-left,
.km-ios7 .km-scroller-refresh .km-loading-left {
  margin-left: -8px;
  box-shadow: 16px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 16px 0 rgba(0, 0, 0, 0.3);
  animation: km-ios-spin1 1.5s infinite steps(8);
  -moz-animation: km-ios-spin1 1.5s infinite steps(8);
  -webkit-animation: km-ios-spin1 1.5s infinite steps(8);
}
.km-ios7 .km-loading-left:after,
.km-ios7 .km-loading-left:before,
.km-ios7 .km-loading-right {
  display: none;
}
.km-ios7 .km-loading,
.km-ios7 .km-loading:after,
.km-ios7 .km-loading:before {
  color: black;
}
.km-ios7 .km-loading:before {
  color: rgba(0, 0, 0, 0.9);
}
.km-ios7 .km-loading:after {
  color: rgba(0, 0, 0, 0.8);
}
.km-ios7 .km-loading-left {
  color: rgba(0, 0, 0, 0.7);
}
/* Color Template */
.km-ios7 .km-navbar,
.km-ios7 .km-tabstrip {
  background-color: rgba(244, 244, 244, 0.95);
}
.km-ios7,
.km-ios7.km-pane .km-content {
  color: #000000;
  background-color: #ffffff;
}
.km-ios7 .km-splitview > .km-pane:first-child {
  border-right-color: rgba(180, 180, 180, 0.5);
}
/* NavBar */
.km-ios7 .km-navbar,
.km-ios7 .km-toolbar,
.km-ios7 .km-tabstrip {
  border-color: rgba(180, 180, 180, 0.5);
}
.km-ios7 .km-view-title {
  color: #000000;
}
/* Button */
.km-ios7 .km-button {
  background: rgba(0, 0, 0, 0);
}
.km-ios7 .km-state-active[style*=background] {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}
.km-ios7 .km-back:before {
  -webkit-box-shadow: inset 0.25rem -0.25rem 0 #007aff;
}
.km-ios7 .km-detail {
  color: #007aff;
  background-color: #ffffff;
}
.km-ios7 .km-detail:active,
.km-ios7 .km-state-active .km-detail {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0);
}
.km-ios7 .km-detail.km-rowinsert {
  color: green;
}
.km-ios7 .km-detail.km-rowdelete {
  color: red;
}
/* Switch */
.km-ios7 .km-switch-wrapper {
  background-color: #bababa;
}
.km-ios7 .km-switch-background,
.km-ios7 .k-slider-selection {
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,#ffffff), color-stop(1,#ffffff));
  background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
  background-image: -moz-linear-gradient(top,#ffffff,#ffffff);
  background-image: -ms-linear-gradient(top,#ffffff,#ffffff);
  background-image: -o-linear-gradient(top,#ffffff,#ffffff);
}
.km-ios7 .km-switch-handle {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4), 0 0 0 1px currentcolor;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4), 0 0 0 1px currentcolor;
}
.km-ios7 .km-switch-off .km-switch-handle {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4), 0 0 0 1px #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4), 0 0 0 1px #ffffff;
}
.km-ios7 .km-switch-container,
.km-ios7 .km-switch-wrapper {
  border-color: #efeff4;
}
/* Slider */
.km-ios7 .k-slider .k-draghandle,
.km-ios7 .k-slider .k-draghandle:hover {
  box-shadow: 0 5px 5px #d9d9d9, inset 0 0 0 1px rgba(180, 180, 180, 0.5);
}
.km-ios7 .k-slider-track {
  background-color: #bababa;
}
/* ListView */
.km-ios7 .km-list > li {
  color: #000000;
  border-top-color: rgba(180, 180, 180, 0.5);
  border-image: -webkit-linear-gradient(left, transparent 1em, rgba(180, 180, 180, 0.5) 1em, rgba(180, 180, 180, 0.5) 100%) 1 stretch;
}
.km-ios7 .km-list > li:last-child {
  box-shadow: inset 0 -1px 0 rgba(180, 180, 180, 0.5);
  -webkit-box-shadow: inset 0 -1px 0 rgba(180, 180, 180, 0.5);
}
.km-ios7 .km-listview-link:after {
  color: #999ea9;
  -webkit-box-shadow: inset -0.2rem 0.2rem 0 #999ea9;
}
.km-ios7 .km-group-title {
  color: rgba(104, 104, 104, 0.5);
  border-bottom-color: rgba(180, 180, 180, 0.5);
  background: #efeff4;
}
.km-ios7 .km-listgroup .km-group-title,
.km-ios7 .km-listgroupinset .km-group-title {
  border-top-color: #efeff4;
}
.km-ios7 .km-filter-form {
  color: #efeff4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0,rgba(255,255,255,0.6)), color-stop(1,rgba(255,255,255,0.3)));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0.3));
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0.3));
  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0.3));
  background-image: -o-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0.3));
}
.km-ios7 .km-filter-wrap > input {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}
.km-ios7 .km-filter-wrap:before,
.km-ios7 .km-filter-reset .km-clear {
  color: rgba(0, 0, 0, 0.4);
}
/* Scroller */
.km-ios7 .km-touch-scrollbar {
  background-color: #919191;
}
/* Shim */
.km-ios7 .km-shim,
.km-ios7 .km-popup-overlay {
  background: rgba(0, 0, 0, 0.4);
}
/* PopUp */
.km-ios7 .km-popup .k-item,
.km-ios7 .km-actionsheet > li > a {
  background: #f7f7f8;
  border-bottom-color: rgba(180, 180, 180, 0.5);
}
.km-ios7 .km-popup {
  background: rgba(0, 0, 0, 0.4);
}
.km-ios7 .km-popup.km-pane,
.km-tablet .km-ios7 .km-actionsheet-wrapper {
  background-color: #f7f7f8;
}
/* PopOver */
.km-ios7 .km-popup.km-pane {
  box-shadow: 0 0 0 1px rgba(180, 180, 180, 0.5);
  -webkit-box-shadow: 0 0 0 1px rgba(180, 180, 180, 0.5);
}
.km-ios7 .km-popup-arrow:after {
  border-color: #f7f7f8 transparent;
}
.km-ios7 .km-left .km-popup-arrow:after,
.km-ios7 .km-right .km-popup-arrow:after {
  border-color: transparent #f7f7f8;
}
/* Loader */
.km-ios7.km-pane > .km-loader,
.km-ios7 .km-pane > .km-loader {
  background: rgba(0, 0, 0, 0.2);
}
.km-ios7 .km-loader h1,
.km-ios7 .km-scroller-refresh .km-template {
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.km-ios7 .km-scroller-pull .km-template {
  color: #363940;
}
/* Forms */
.km-ios7 .km-list select:not([multiple]) option {
  color: #333;
}
/* Active States */
.km-ios7 .km-badge,
.km-ios7 .k-slider .k-draghandle,
.km-ios7 .k-slider .k-draghandle:hover,
.km-ios7 .km-switch-handle.km-state-active {
  color: #ffffff;
}
.km-ios7 .k-slider .k-draghandle,
.km-ios7 .k-slider .k-draghandle:hover {
  background: #ffffff;
}
.km-ios7 .km-state-active {
  -webkit-text-fill-color: #ffffff;
}
.km-ios7 span.km-switch {
  color: #4cda64;
}
.km-ios7 .km-badge {
  background: #fd472b;
}
.km-ios7 .km-popup .k-state-hover,
.km-ios7 .km-popup .k-state-focused,
.km-ios7 .km-popup .k-state-selected,
.km-ios7 .km-actionsheet > li > a:active,
.km-ios7 .km-actionsheet > li > a:hover,
.km-ios7 li.km-state-active .km-listview-link,
.km-ios7 li.km-state-active .km-listview-label {
  background: #d9d9d9;
}
.km-ios7 .km-tabstrip .km-button:not(.km-state-active),
.km-ios7 li.km-state-active .km-listview-link,
.km-ios7 li.km-state-active .km-listview-label {
  color: #000000;
}
.km-ios7 .k-list,
.km-ios7 .k-slider,
.km-ios7 .km-widget {
  color: #007aff;
}
/* Active States */
.km-ios7 .km-tabstrip .km-button,
.km-ios7 .km-popup .k-item,
.km-ios7 .k-slider-selection,
.km-ios7 .km-actionsheet > li > a {
  color: inherit;
}
.km-ios7 .km-state-active .km-badge {
  -webkit-text-fill-color: initial;
}
.km-ios7 .km-state-active,
.km-ios7 .k-slider-selection,
.km-ios7 .km-pages .km-current-page {
  background: currentcolor;
}
.km-ios7 .km-tabstrip .km-state-active,
.km-ios7 li.km-state-active .km-listview-link,
.km-ios7 li.km-state-active .km-listview-label,
.km-ios7 .km-leftitem .km-button.km-state-active,
.km-ios7 .km-rightitem .km-button.km-state-active {
  -webkit-text-fill-color: currentcolor;
}
.km-ios7 .km-leftitem .km-button.km-state-active,
.km-ios7 .km-rightitem .km-button.km-state-active {
  background: none;
  opacity: .4;
}
/* transitions */
.km-root .km-ios7.k-fx-slide {
  /* left reverse */
  /* right */
}
.km-root .km-ios7.k-fx-slide.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-filter: brightness(70%);
}
.km-root .km-ios7.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next {
  box-shadow: none;
}
.km-root .km-ios7.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
  -webkit-filter: none;
}
.km-root .km-ios7.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-filter: brightness(70%);
}
.km-root .km-ios7.k-fx-slide.k-fx-right {
  /* right reverse */
}
.km-root .km-ios7.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(50%);
  -moz-transform: translatex(50%);
  -ms-transform: translatex(50%);
  -o-transform: translatex(50%);
  transform: translatex(50%);
}
.km-root .km-ios7.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
  -webkit-filter: none;
}
.km-root .km-ios7.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(50%);
  -moz-transform: translatex(50%);
  -ms-transform: translatex(50%);
  -o-transform: translatex(50%);
  transform: translatex(50%);
}
/* Button */
.km-ios7 .km-button {
  font-size: .9em;
  padding: .5em .8em;
  border: 1px solid currentcolor;
  border-radius: 3px;
}
.km-ios7 .km-leftitem .km-button,
.km-ios7 .km-rightitem .km-button {
  border: 0;
  margin-top: .26rem;
  margin-bottom: .26rem;
  padding-left: .2em;
  padding-right: .2em;
}
.km-ios7 .km-footer,
.km-ios7 .km-tabstrip .km-button {
  background: none;
}
.km-ios7 .km-back:before {
  content: "\a0";
  display: inline-block;
  color: currentcolor;
  width: .8em;
  height: .8em;
  border-width: 0;
  box-shadow: inset 0.25rem -0.25rem 0 currentcolor;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Badges and Details */
.km-ios7 .km-badge,
.km-ios7 .km-detail {
  font-size: .9em;
  border: 0;
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 5em;
}
.km-ios7 .km-detail {
  font-size: 1.1em;
  min-width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  border: 1px solid currentcolor;
}
.km-ios7 .km-detail:after {
  left: auto;
  top: auto;
  line-height: 1.3em;
  text-align: center;
}
.km-ios7 .km-detaildisclose:after {
  font-size: 1.2em;
  line-height: 1em;
}
.km-ios7 .km-detail:after,
.km-ios7 .km-detail:after,
.km-ios7 .km-detail .km-icon:after,
.km-ios7 .km-detail .km-icon:after {
  color: inherit;
}
.km-ios7 li.km-state-active .km-detail:after,
.km-ios7 li.km-state-active .km-detail:after,
.km-ios7 li.km-state-active .km-detail .km-icon:after,
.km-ios7 li.km-state-active .km-detail .km-icon:after {
  -webkit-text-fill-color: currentcolor;
}
/* ButtonGroup */
.km-ios7 .km-buttongroup {
  font-size: 1em;
}
.km-ios7 .km-buttongroup > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.km-ios7 .km-buttongroup > *:first-child {
  border-radius: 3px 0 0 3px;
}
.km-ios7 .km-buttongroup > *:last-child {
  border-radius: 0 3px 3px 0;
}
.km-ios7 .km-buttongroup > *.km-state-active {
  border-right-width: 1px;
}
.km-ios7 .km-buttongroup > *.km-state-active + * {
  border-left-width: 0;
}
.km-ios7 .km-view-title .km-buttongroup {
  font-weight: normal;
}
/* NavBar */
.km-ios7 .km-view-title,
.km-ios7 .km-navbar .km-button {
  font-size: 1.2em;
}
.km-ios7 .km-view-title {
  font-weight: bold;
  line-height: 2.5em;
}
.km-ios7.k-fx-slide {
  /* left */
  /* left reverse */
  /* right */
}
.km-ios7.k-fx-slide.k-fx-end .k-fx-next .km-view-title,
.km-ios7.k-fx-slide.k-fx-end .k-fx-next .km-leftitem,
.km-ios7.k-fx-slide.k-fx-end .k-fx-current .km-view-title,
.km-ios7.k-fx-slide.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.km-ios7.k-fx-slide.k-fx-start .k-fx-next .km-view-title {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.km-ios7.k-fx-slide.k-fx-start .k-fx-next .km-leftitem {
  -webkit-transform: translatex(50%);
  -moz-transform: translatex(50%);
  -ms-transform: translatex(50%);
  -o-transform: translatex(50%);
  transform: translatex(50%);
  opacity: 0;
}
.km-ios7.k-fx-slide.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.km-ios7.k-fx-slide.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.km-ios7.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-leftitem {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.km-ios7.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.km-ios7.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-view-title {
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.km-ios7.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transform: translatex(50%);
  -moz-transform: translatex(50%);
  -ms-transform: translatex(50%);
  -o-transform: translatex(50%);
  transform: translatex(50%);
  opacity: 0;
}
.km-ios7.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.km-ios7.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-leftitem {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.km-ios7.k-fx-slide.k-fx-right {
  /* left */
  /* right reverse */
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-view-title {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-leftitem {
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(50%);
  -moz-transform: translatex(50%);
  -ms-transform: translatex(50%);
  -o-transform: translatex(50%);
  transform: translatex(50%);
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-leftitem {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-view-title {
  -webkit-transform: translatex(50%);
  -moz-transform: translatex(50%);
  -ms-transform: translatex(50%);
  -o-transform: translatex(50%);
  transform: translatex(50%);
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-leftitem {
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  opacity: 0;
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-view-title {
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
}
.km-ios7.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-leftitem {
  -webkit-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
}
/* TabStrip */
.km-ios7 .km-tabstrip {
  padding: 0;
  display: table;
  table-layout: fixed;
}
.km-ios7 .km-tabstrip .km-button {
  font-size: .7em;
  display: table-cell;
  border: 0;
}
.km-ios7 .km-tabstrip .km-icon:before {
  display: none;
}
/* Switch */
.km-ios7 .km-switch {
  width: 3.6rem;
  height: 2.2rem;
  overflow: visible;
}
.km-ios7 .km-switch-wrapper {
  overflow: hidden;
}
.km-ios7 .km-switch-background,
.km-ios7 .k-slider-selection {
  background-position: 4.25em 0;
  background-repeat: no-repeat;
  background-color: currentcolor;
  margin-left: -3.4rem;
}
.km-ios7 .km-switch-container {
  overflow: visible;
  border-width: 0;
  padding: 0 0 0 1px;
}
.km-ios7 .km-switch-handle {
  width: 2.2em;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
  margin: 0 3px 0 0;
}
.km-ios7 .km-switch-handle.km-state-active {
  width: 2.6em;
}
.km-ios7 .km-switch-label-on,
.km-ios7 .km-switch-label-off {
  display: none;
}
.km-ios7 .km-switch-handle,
.km-ios7 .km-switch-wrapper,
.km-ios7 .km-switch-container,
.km-ios7 .km-switch-background {
  border-radius: 3em;
}
.km-ios7 .km-switch-container,
.km-ios7 .km-switch-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-clip: content-box;
}
.km-ios7 .km-switch-on .km-switch-container {
  border-color: currentcolor;
}
/* ListView */
.km-ios7 .km-listinset,
.km-ios7 .km-listgroupinset {
  margin: 0;
}
.km-ios7 .km-list > li {
  font-size: 1.1em;
  padding-left: 1em;
  background: transparent;
  border-radius: 0;
  border-width: 1px 0 0;
  border-style: solid;
}
.km-ios7 .km-list > .km-load-more + li {
  border-top: 0;
}
.km-ios7 .km-listview-link:after {
  width: .66rem;
  height: .64rem;
  border-width: 0;
  box-shadow: inset -0.2rem 0.2rem 0 currentcolor;
}
.km-ios7 .km-list li > .km-listview-link,
.km-ios7 .km-list li > .km-listview-label {
  margin-left: -1em;
  padding-left: 1em;
  border-radius: 0;
}
.km-ios7 .km-group-title {
  font-size: .95em;
  position: -webkit-sticky;
  text-indent: 1em;
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.km-ios7 .km-listgroup .km-group-title,
.km-ios7 .km-listgroupinset .km-group-title {
  line-height: 2em;
  border-top-width: 2em;
  border-top-style: solid;
}
.km-ios7 .km-listview .km-switch {
  margin-top: -1.1rem;
}
/* Filter box */
.km-ios7 .km-filter-wrap {
  color: inherit;
  border-radius: 5px;
  background: currentcolor;
}
.km-ios7 .km-filter-wrap > input {
  padding: 0 1.8em;
  color: transparent;
  background: transparent;
}
.km-ios7 .km-filter-wrap > input::-webkit-input-placeholder {
  text-align: center;
}
.km-ios7 .km-filter-wrap > input::-moz-placeholder {
  text-align: center;
}
.km-ios7 .km-filter-wrap > input::-ms-input-placeholder {
  text-align: center;
}
.km-ios7 .km-filter-wrap > input:focus::-webkit-input-placeholder {
  text-align: left;
}
.km-ios7 .km-filter-wrap > input:focus::-moz-placeholder {
  text-align: left;
}
.km-ios7 .km-filter-wrap > input:focus::-ms-input-placeholder {
  text-align: left;
}
.km-ios7 .km-filter-wrap:before,
.km-ios7 .km-filter-reset .km-clear {
  position: absolute;
  top: 50%;
  margin-top: -0.55em;
}
.km-ios7 .km-filter-wrap:before {
  font-size: 1em;
  content: "\e21e";
}
.km-ios7 .km-filter-wrap .km-clear:after {
  content: "\e031";
}
/* ScrollView */
.km-ios7 .km-pages {
  padding-top: .5em;
}
.km-ios7 .km-pages li {
  background: transparent;
  border: 1px solid currentcolor;
  height: .5em;
  border-radius: 3em;
}
/* Slider */
.km-ios7 .k-slider {
  margin-top: -0.15em;
  height: .2em;
}
.km-ios7 .k-slider .k-draghandle,
.km-ios7 .k-slider .k-draghandle:hover {
  top: -0.8em;
  border: 0;
  width: 1.6em;
  height: 1.6em;
  border-radius: 5em;
}
.km-ios7 .k-slider-track {
  margin: -0.5em 0.5em 0 -0.5em;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.km-ios7 .k-slider-selection {
  margin-left: 0;
}
/* Checkboxes and Radios */
.km-ios7 .km-listview-label input[type=radio]:checked,
.km-ios7 .km-listview-label input[type=checkbox]:checked {
  font-size: 1.2em;
}
/* Forms */
.km-ios7 .km-list input[type=password],
.km-ios7 .km-list input[type=search],
.km-ios7 .km-list input[type=number],
.km-ios7 .km-list input[type=tel],
.km-ios7 .km-list input[type=url],
.km-ios7 .km-list input[type=email],
.km-ios7 .km-list input[type=month],
.km-ios7 .km-list input[type=color],
.km-ios7 .km-list input[type=week],
.km-ios7 .km-list input[type=date],
.km-ios7 .km-list input[type=time],
.km-ios7 .km-list input[type=datetime],
.km-ios7 .km-list input[type=datetime-local],
.km-ios7 .km-list input[type=text]:not(.k-input),
.km-ios7 .km-list select:not([multiple]),
.km-ios7 .km-list .k-dropdown-wrap,
.km-ios7 .km-list textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1.1rem;
  min-width: 6em;
  border: 0;
  padding: .4em;
  outline: none;
  right: .8em;
  background: transparent;
}
.km-ios7 .km-list .k-dropdown-wrap {
  padding: .2em;
}
.km-ios7 .km-list .k-dropdown {
  margin-top: -1.05em;
  font-weight: normal;
}
.km-ios7 .km-list input[type=color],
.km-ios7 .km-list input[type=week],
.km-ios7 .km-list input[type=date],
.km-ios7 .km-list input[type=time],
.km-ios7 .km-list input[type=month],
.km-ios7 .km-list input[type=datetime],
.km-ios7 .km-list input[type=datetime-local],
.km-ios7 .km-list .k-dropdown {
  text-align: right;
}
.km-ios7 .km-list .k-dropdown .k-dropdown-wrap {
  display: block;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* PopUp + ActionSheet */
.km-ios7 .km-popup .km-actionsheet > li > a {
  padding: .5em 0;
}
.km-ios7 .km-popup .km-actionsheet > li:nth-last-child(2) > a {
  border: 0;
}
.km-ios7 .km-actionsheet > li > a {
  display: block;
}
.km-ios7 .km-actionsheet > .km-actionsheet-cancel > a {
  font-weight: bold;
}
.km-ios7 .km-shim li.km-actionsheet-title,
.km-ios7 .km-popup li.km-actionsheet-title,
.km-ios7 .km-popup .km-actionsheet-cancel {
  display: none;
}
.km-ios7 .km-actionsheet > .km-actionsheet-cancel > a {
  border-radius: 3px;
}
.km-ios7 .km-actionsheet > li:first-child,
.km-ios7 .km-actionsheet > .km-actionsheet-cancel {
  margin: .5em 0;
}
.km-ios7 .km-popup .km-actionsheet {
  padding: 0;
}
/* PopOver */
.km-ios7 .km-popup.km-pane {
  overflow: visible;
}
.km-ios7 .km-popup.km-pane .km-leftitem {
  left: .5em;
}
.km-ios7 .km-popup.km-pane .km-rightitem {
  right: .5em;
}
.km-ios7 .km-popup.km-pane {
  overflow: visible;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  border-radius: 5px;
}
.km-ios7 .km-popup.km-pane > .km-view {
  height: 100%;
  border-radius: 3px;
}
.km-ios7 .km-popup.km-pane > .km-view > :first-child,
.km-ios7 .km-popup.km-pane > .km-view > :first-child > * {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-margin-collapse: separate;
}
.km-ios7 .km-popup.km-pane > .km-view > :last-child,
.km-ios7 .km-popup.km-pane > .km-view > :last-child > * {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-margin-collapse: separate;
}
.km-ios7 .km-popup-arrow:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 0 15px 15px;
}
.km-ios7 .km-down .km-popup-arrow:before {
  margin-top: -1px;
}
.km-ios7 .km-up .km-popup-arrow:before {
  margin-top: 1px;
}
.km-ios7 .km-up .km-popup-arrow:after,
.km-ios7 .km-up .km-popup-arrow:before {
  border-width: 15px 15px 0 15px;
}
.km-ios7 .km-left .km-popup-arrow:after,
.km-ios7 .km-left .km-popup-arrow:before {
  border-width: 15px 0 15px 15px;
}
.km-ios7 .km-right .km-popup-arrow:after,
.km-ios7 .km-right .km-popup-arrow:before {
  border-width: 15px 15px 15px 0;
}
/* Scroller */
.km-ios7 .km-touch-scrollbar {
  border: 0;
  width: 3px;
  border-radius: 1em;
}
.km-ios7 .km-horizontal-scrollbar {
  width: 100%;
  height: 3px;
}
/* SplitView */
.km-ios7 .km-splitview > .km-pane:first-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.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: none;
}
