.rsmItem.sfBreadcrumbNavigation:first-child {
  display: none !important;
}

.sfNavWrp .sfNavSelect,
.sfNavWrp .sfNavToggle {
  display: none;
}

.sfNavList {
  display: block;
}

.sfNavWrp .sfSel {
  font-weight: 700;
}

.sfNavToggle {
  cursor: pointer;
}

.sfNavHorizontal {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sfNavHorizontal:after,
.sfNavHorizontal:before {
  content: '';
  display: table;
}

.sfNavHorizontal:after {
  clear: both;
}

.sfNavHorizontal li {
  float: left;
}

.sfNavHorizontal li:first-child {
  margin-left: 0;
}

.sfNavHorizontalDropDownWrp .k-menu {
  border: 0;
}

.sfNavHorizontalDropDown:after,
.sfNavHorizontalDropDown:before {
  content: '';
  display: table;
}

.sfNavHorizontalDropDown:after {
  clear: both;
}

.sfNavHorizontalDropDownWrp .k-popup {
  background-color: #fff;
}

.sfNavHorizontalTabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sfNavHorizontalTabs:after,
.sfNavHorizontalTabs:before {
  content: '';
  display: table;
}

.sfNavHorizontalTabs:after {
  clear: both;
}

.sfNavHorizontalTabs li {
  float: left;
}

.sfNavHorizontalSiteMap,
.sfNavVertical {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sfNavHorizontalSiteMap {
  display: block;
}

.sfNavHorizontalSiteMap:after,
.sfNavHorizontalSiteMap:before {
  content: '';
  display: table;
}

.sfNavHorizontalSiteMap:after {
  clear: both;
  content: '';
  display: block;
  width: 99%;
  height: 0;
  float: inherit;
  overflow: hidden;
}

.sfNavHorizontalSiteMap > li {
  float: left;
  margin-left: 30px;
}

.sfNavHorizontalSiteMap > li:first-child {
  margin-left: 0;
}

.sfNavHorizontalSiteMap > li > ul {
  list-style-type: none;
  padding-left: 0;
}

.sfNavHorizontalSiteMap > li > a {
  font-weight: 700;
}

.sfNavVerticalSiteMap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sfNavVerticalSiteMap li,
.sfNavVerticalSiteMap ul {
  margin: 0;
  padding: 0;
}

.sfNavVerticalSiteMap > li {
  display: block;
  margin-bottom: 10px;
}

.sfNavVerticalSiteMap > li:after {
  content: '';
  display: block;
  width: 99%;
  height: 0;
  float: inherit;
  overflow: hidden;
}

.sfNavVerticalSiteMap > li > a {
  font-weight: 700;
}

.sfNavVerticalSiteMap > li > ul > li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}

.sfNavVerticalSiteMap > li > ul:after,
.sfNavVerticalSiteMap > li > ul:before {
  content: '';
  display: table;
}

.sfNavVerticalSiteMap > li > ul:after {
  clear: both;
}

.fake {
  color: red;
}

.k-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.k-floatwrap:after,
.k-grid-toolbar:after,
.k-slider-items:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.k-floatwrap,
.k-grid-toolbar,
.k-slider-items {
  display: inline-block;
  display: block;
}

.k-autocomplete,
.k-autocomplete.k-state-hover,
.k-block,
.k-button,
.k-draghandle,
.k-dropdown-wrap,
.k-dropdown-wrap.k-state-hover,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-link.k-state-hover,
.k-numeric-wrap,
.k-numeric-wrap.k-state-hover,
.k-pager-wrap,
.k-picker-wrap,
.k-picker-wrap.k-state-hover,
.k-tabstrip-items .k-item,
.k-textbox,
.k-textbox:hover,
.k-toolbar,
.k-tooltip {
  background-repeat: repeat;
  background-position: 0;
}

.k-link:hover {
  text-decoration: none;
}

.k-state-highlight > .k-link {
  color: inherit;
}

.k-button,
.k-input[type='number'],
.k-input[type='text'],
.k-picker-wrap .k-input,
.k-textbox,
.k-textbox > input {
  font-size: 100%;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}

.k-block,
.k-draghandle,
.k-inline-block,
.k-widget {
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}

.k-block,
.k-widget {
  outline: 0;
}

.k-block {
  padding: 2px;
}

.k-button {
  display: inline-block;
  margin: 0;
  padding: 2px 7px;
  font-family: inherit;
  line-height: 1.72em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.k-button.k-state-disabled,
.k-button.k-state-disabled:active,
.k-button.k-state-disabled:hover,
.k-button[disabled],
.k-state-disabled .k-button,
.k-state-disabled .k-button:active,
.k-state-disabled .k-button:hover {
  cursor: default;
}

a.k-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.k-ff input.k-button {
  padding-bottom: 0.37em;
  padding-top: 0.37em;
}

button.k-button::-moz-focus-inner,
input.k-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a.k-button-expand {
  display: block;
}

button.k-button-expand,
input[type='button'].k-button-expand,
input[type='reset'].k-button-expand,
input[type='submit'].k-button-expand {
  width: 100%;
}

body .k-button-icon,
body .k-split-button-arrow {
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.k-button-icontext {
  overflow: visible;
}

.k-toolbar .k-button-icontext {
  padding-right: 0.8em;
}

.k-button-icontext .k-icon,
.k-button-icontext .k-image {
  margin-right: 3px;
  margin-right: 0.3rem;
  margin-left: -3px;
  margin-left: -0.3rem;
}

.k-button.k-button-icontext .k-icon,
.k-button.k-button-icontext .k-image {
  vertical-align: text-top;
}

html body .k-button-bare {
  background: none !important;
  color: inherit;
  border-width: 0;
}

html body .k-button-bare.k-upload-button:hover {
  color: inherit;
}

.k-link {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

.k-grid-header span.k-link {
  cursor: default;
}

.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-draghandle,
.k-state-disabled .k-icon,
.k-state-disabled .k-link,
.k-state-disabled .k-upload-button input {
  cursor: default !important;
  outline: 0;
}

@media print {
  .k-state-disabled,
  .k-state-disabled .k-input {
    opacity: 1 !important;
  }
}

.k-state-error {
  border-style: ridge;
}

.k-state-empty {
  font-style: italic;
}

.k-button-group .k-tool-icon,
.k-icon,
.k-sprite {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -ms-high-contrast-adjust: none;
}

.k-icon.k-i-none {
  background-image: none !important;
}

.k-ie8 .k-button-group .k-tool-icon,
.k-ie8 .k-icon,
.k-ie8 .k-sprite,
:root * > .k-button-group .k-tool-icon,
:root * > .k-icon,
:root * > .k-sprite {
  vertical-align: middle;
}

.k-icon,
.k-sprite {
  background-color: transparent;
}

.k-numerictextbox .k-select .k-link span.k-i-arrow-n {
  background-position: 0 -3px;
}

.k-numerictextbox .k-select .k-link span.k-i-arrow-s {
  background-position: 0 -35px;
}

.k-state-selected .k-i-arrow-n {
  background-position: -16px 0;
}

.k-button:active .k-state-selected .k-i-arrow-n,
.k-button:not(.k-state-disabled):hover .k-state-selected .k-i-arrow-n,
.k-link:not(.k-state-disabled):hover > .k-state-selected .k-i-arrow-n,
.k-state-hover > * > .k-state-selected .k-i-arrow-n,
.k-state-hover > .k-state-selected .k-i-arrow-n,
.k-textbox:hover .k-state-selected .k-i-arrow-n {
  background-position: -32px 0;
}

.k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,
.k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n {
  background-position: -16px -3px;
}

.k-state-selected .k-i-arrow-s {
  background-position: -16px -32px;
}

.k-button:active .k-state-selected .k-i-arrow-s,
.k-button:not(.k-state-disabled):hover .k-state-selected .k-i-arrow-s,
.k-link:not(.k-state-disabled):hover > .k-state-selected .k-i-arrow-s,
.k-state-hover > * > .k-state-selected .k-i-arrow-s,
.k-state-hover > .k-state-selected .k-i-arrow-s,
.k-textbox:hover .k-state-selected .k-i-arrow-s {
  background-position: -32px -32px;
}

.k-numerictextbox .k-link.k-state-selected span.k-i-arrow-s,
.k-numerictextbox .k-state-hover .k-link span.k-i-arrow-s {
  background-position: -16px -35px;
}

.k-grid-header th > .k-link:hover span.k-i-arrow-n {
  background-position: 0 0;
}

.k-grid-header th > .k-link:hover span.k-i-arrow-s {
  background-position: 0 -32px;
}

.k-group-indicator .k-link:hover span.k-si-arrow-n {
  background-position: 0 -129px;
}

.k-group-indicator .k-link:hover span.k-si-arrow-s {
  background-position: 0 -159px;
}

.k-group-indicator .k-button:hover span.k-group-delete {
  background-position: -32px -16px;
}

.k-scheduler .k-scheduler-toolbar .k-nav-current .k-link .k-i-calendar {
  background-position: -32px -176px;
}

.k-i-arrow-n {
  background-position: 0 0;
}

.k-button:active .k-i-arrow-n,
.k-button:not(.k-state-disabled):hover .k-i-arrow-n,
.k-link:not(.k-state-disabled):hover > .k-i-arrow-n,
.k-state-hover > * > .k-i-arrow-n,
.k-state-hover > .k-i-arrow-n,
.k-textbox:hover .k-i-arrow-n {
  background-position: -16px 0;
}

.k-i-arrow-e {
  background-position: 0 -16px;
}

.k-button:active .k-i-arrow-e,
.k-button:not(.k-state-disabled):hover .k-i-arrow-e,
.k-link:not(.k-state-disabled):hover > .k-i-arrow-e,
.k-state-hover > * > .k-i-arrow-e,
.k-state-hover > .k-i-arrow-e,
.k-textbox:hover .k-i-arrow-e {
  background-position: -16px -16px;
}

.k-rtl .k-i-arrow-w {
  background-position: 0 -16px;
}

.k-rtl .k-button:active .k-i-arrow-w,
.k-rtl .k-button:not(.k-state-disabled):hover .k-i-arrow-w,
.k-rtl .k-link:not(.k-state-disabled):hover > .k-i-arrow-w,
.k-rtl .k-state-hover > * > .k-i-arrow-w,
.k-rtl .k-state-hover > .k-i-arrow-w,
.k-rtl .k-textbox:hover .k-i-arrow-w {
  background-position: -16px -16px;
}

.k-i-arrow-s {
  background-position: 0 -32px;
}

.k-button:active .k-i-arrow-s,
.k-button:not(.k-state-disabled):hover .k-i-arrow-s,
.k-link:not(.k-state-disabled):hover > .k-i-arrow-s,
.k-state-hover > * > .k-i-arrow-s,
.k-state-hover > .k-i-arrow-s,
.k-textbox:hover .k-i-arrow-s {
  background-position: -16px -32px;
}

.k-i-arrow-w {
  background-position: 0 -48px;
}

.k-button:active .k-i-arrow-w,
.k-button:not(.k-state-disabled):hover .k-i-arrow-w,
.k-link:not(.k-state-disabled):hover > .k-i-arrow-w,
.k-state-hover > * > .k-i-arrow-w,
.k-state-hover > .k-i-arrow-w,
.k-textbox:hover .k-i-arrow-w {
  background-position: -16px -48px;
}

.k-rtl .k-i-arrow-e {
  background-position: 0 -48px;
}

.k-rtl .k-button:active .k-i-arrow-e,
.k-rtl .k-button:not(.k-state-disabled):hover .k-i-arrow-e,
.k-rtl .k-link:not(.k-state-disabled):hover > .k-i-arrow-e,
.k-rtl .k-state-hover > * > .k-i-arrow-e,
.k-rtl .k-state-hover > .k-i-arrow-e,
.k-rtl .k-textbox:hover .k-i-arrow-e {
  background-position: -16px -48px;
}

.k-i-seek-n {
  background-position: 0 -64px;
}

.k-button:active .k-i-seek-n,
.k-button:not(.k-state-disabled):hover .k-i-seek-n,
.k-link:not(.k-state-disabled):hover > .k-i-seek-n,
.k-state-hover > * > .k-i-seek-n,
.k-state-hover > .k-i-seek-n,
.k-textbox:hover .k-i-seek-n {
  background-position: -16px -64px;
}

.k-i-seek-e {
  background-position: 0 -80px;
}

.k-button:active .k-i-seek-e,
.k-button:not(.k-state-disabled):hover .k-i-seek-e,
.k-link:not(.k-state-disabled):hover > .k-i-seek-e,
.k-state-hover > * > .k-i-seek-e,
.k-state-hover > .k-i-seek-e,
.k-textbox:hover .k-i-seek-e {
  background-position: -16px -80px;
}

.k-rtl .k-i-seek-w {
  background-position: 0 -80px;
}

.k-rtl .k-button:active .k-i-seek-w,
.k-rtl .k-button:not(.k-state-disabled):hover .k-i-seek-w,
.k-rtl .k-link:not(.k-state-disabled):hover > .k-i-seek-w,
.k-rtl .k-state-hover > * > .k-i-seek-w,
.k-rtl .k-state-hover > .k-i-seek-w,
.k-rtl .k-textbox:hover .k-i-seek-w {
  background-position: -16px -80px;
}

.k-i-seek-s {
  background-position: 0 -96px;
}

.k-button:active .k-i-seek-s,
.k-button:not(.k-state-disabled):hover .k-i-seek-s,
.k-link:not(.k-state-disabled):hover > .k-i-seek-s,
.k-state-hover > * > .k-i-seek-s,
.k-state-hover > .k-i-seek-s,
.k-textbox:hover .k-i-seek-s {
  background-position: -16px -96px;
}

.k-i-seek-w {
  background-position: 0 -112px;
}

.k-button:active .k-i-seek-w,
.k-button:not(.k-state-disabled):hover .k-i-seek-w,
.k-link:not(.k-state-disabled):hover > .k-i-seek-w,
.k-state-hover > * > .k-i-seek-w,
.k-state-hover > .k-i-seek-w,
.k-textbox:hover .k-i-seek-w {
  background-position: -16px -112px;
}

.k-rtl .k-i-seek-e {
  background-position: 0 -112px;
}

.k-rtl .k-button:active .k-i-seek-e,
.k-rtl .k-button:not(.k-state-disabled):hover .k-i-seek-e,
.k-rtl .k-link:not(.k-state-disabled):hover > .k-i-seek-e,
.k-rtl .k-state-hover > * > .k-i-seek-e,
.k-rtl .k-state-hover > .k-i-seek-e,
.k-rtl .k-textbox:hover .k-i-seek-e {
  background-position: -16px -112px;
}

.k-si-arrow-n {
  background-position: 0 -129px;
}

.k-button:active .k-si-arrow-n,
.k-button:not(.k-state-disabled):hover .k-si-arrow-n,
.k-link:not(.k-state-disabled):hover > .k-si-arrow-n,
.k-state-hover > * > .k-si-arrow-n,
.k-state-hover > .k-si-arrow-n,
.k-textbox:hover .k-si-arrow-n {
  background-position: -16px -129px;
}

.k-si-arrow-e {
  background-position: 0 -144px;
}

.k-button:active .k-si-arrow-e,
.k-button:not(.k-state-disabled):hover .k-si-arrow-e,
.k-link:not(.k-state-disabled):hover > .k-si-arrow-e,
.k-state-hover > * > .k-si-arrow-e,
.k-state-hover > .k-si-arrow-e,
.k-textbox:hover .k-si-arrow-e {
  background-position: -16px -144px;
}

.k-si-arrow-s {
  background-position: 0 -159px;
}

.k-button:active .k-si-arrow-s,
.k-button:not(.k-state-disabled):hover .k-si-arrow-s,
.k-link:not(.k-state-disabled):hover > .k-si-arrow-s,
.k-state-hover > * > .k-si-arrow-s,
.k-state-hover > .k-si-arrow-s,
.k-textbox:hover .k-si-arrow-s {
  background-position: -16px -159px;
}

.k-si-arrow-w {
  background-position: 0 -176px;
}

.k-button:active .k-si-arrow-w,
.k-button:not(.k-state-disabled):hover .k-si-arrow-w,
.k-link:not(.k-state-disabled):hover > .k-si-arrow-w,
.k-state-hover > * > .k-si-arrow-w,
.k-state-hover > .k-si-arrow-w,
.k-textbox:hover .k-si-arrow-w {
  background-position: -16px -176px;
}

.k-i-arrowhead-n {
  background-position: 0 -256px;
}

.k-button:active .k-i-arrowhead-n,
.k-button:not(.k-state-disabled):hover .k-i-arrowhead-n,
.k-link:not(.k-state-disabled):hover > .k-i-arrowhead-n,
.k-state-hover > * > .k-i-arrowhead-n,
.k-state-hover > .k-i-arrowhead-n,
.k-textbox:hover .k-i-arrowhead-n {
  background-position: -16px -256px;
}

.k-i-arrowhead-e {
  background-position: 0 -272px;
}

.k-button:active .k-i-arrowhead-e,
.k-button:not(.k-state-disabled):hover .k-i-arrowhead-e,
.k-link:not(.k-state-disabled):hover > .k-i-arrowhead-e,
.k-state-hover > * > .k-i-arrowhead-e,
.k-state-hover > .k-i-arrowhead-e,
.k-textbox:hover .k-i-arrowhead-e {
  background-position: -16px -272px;
}

.k-i-arrowhead-s {
  background-position: 0 -288px;
}

.k-button:active .k-i-arrowhead-s,
.k-button:not(.k-state-disabled):hover .k-i-arrowhead-s,
.k-link:not(.k-state-disabled):hover > .k-i-arrowhead-s,
.k-state-hover > * > .k-i-arrowhead-s,
.k-state-hover > .k-i-arrowhead-s,
.k-textbox:hover .k-i-arrowhead-s {
  background-position: -16px -288px;
}

.k-i-arrowhead-w {
  background-position: 0 -304px;
}

.k-button:active .k-i-arrowhead-w,
.k-button:not(.k-state-disabled):hover .k-i-arrowhead-w,
.k-link:not(.k-state-disabled):hover > .k-i-arrowhead-w,
.k-state-hover > * > .k-i-arrowhead-w,
.k-state-hover > .k-i-arrowhead-w,
.k-textbox:hover .k-i-arrowhead-w {
  background-position: -16px -304px;
}

.k-i-expand,
.k-plus,
.k-plus-disabled {
  background-position: 0 -192px;
}

.k-button:active .k-i-expand,
.k-button:active .k-plus,
.k-button:active .k-plus-disabled,
.k-button:not(.k-state-disabled):hover .k-i-expand,
.k-button:not(.k-state-disabled):hover .k-plus,
.k-button:not(.k-state-disabled):hover .k-plus-disabled,
.k-link:not(.k-state-disabled):hover > .k-i-expand,
.k-link:not(.k-state-disabled):hover > .k-plus,
.k-link:not(.k-state-disabled):hover > .k-plus-disabled,
.k-state-hover > * > .k-i-expand,
.k-state-hover > * > .k-plus,
.k-state-hover > * > .k-plus-disabled,
.k-state-hover > .k-i-expand,
.k-state-hover > .k-plus,
.k-state-hover > .k-plus-disabled,
.k-textbox:hover .k-i-expand,
.k-textbox:hover .k-plus,
.k-textbox:hover .k-plus-disabled {
  background-position: -16px -192px;
}

.k-i-expand-w,
.k-rtl .k-i-expand,
.k-rtl .k-plus,
.k-rtl .k-plus-disabled {
  background-position: 0 -208px;
}

.k-button:active .k-i-expand-w,
.k-button:active .k-rtl .k-i-expand,
.k-button:active .k-rtl .k-plus,
.k-button:active .k-rtl .k-plus-disabled,
.k-button:not(.k-state-disabled):hover .k-i-expand-w,
.k-button:not(.k-state-disabled):hover .k-rtl .k-i-expand,
.k-button:not(.k-state-disabled):hover .k-rtl .k-plus,
.k-button:not(.k-state-disabled):hover .k-rtl .k-plus-disabled,
.k-link:not(.k-state-disabled):hover > .k-i-expand-w,
.k-link:not(.k-state-disabled):hover > .k-rtl .k-i-expand,
.k-link:not(.k-state-disabled):hover > .k-rtl .k-plus,
.k-link:not(.k-state-disabled):hover > .k-rtl .k-plus-disabled,
.k-state-hover > * > .k-i-expand-w,
.k-state-hover > * > .k-rtl .k-i-expand,
.k-state-hover > * > .k-rtl .k-plus,
.k-state-hover > * > .k-rtl .k-plus-disabled,
.k-state-hover > .k-i-expand-w,
.k-state-hover > .k-rtl .k-i-expand,
.k-state-hover > .k-rtl .k-plus,
.k-state-hover > .k-rtl .k-plus-disabled,
.k-textbox:hover .k-i-expand-w,
.k-textbox:hover .k-rtl .k-i-expand,
.k-textbox:hover .k-rtl .k-plus,
.k-textbox:hover .k-rtl .k-plus-disabled {
  background-position: -16px -208px;
}

.k-i-collapse,
.k-minus,
.k-minus-disabled {
  background-position: 0 -224px;
}

.k-button:active .k-i-collapse,
.k-button:active .k-minus,
.k-button:active .k-minus-disabled,
.k-button:not(.k-state-disabled):hover .k-i-collapse,
.k-button:not(.k-state-disabled):hover .k-minus,
.k-button:not(.k-state-disabled):hover .k-minus-disabled,
.k-link:not(.k-state-disabled):hover > .k-i-collapse,
.k-link:not(.k-state-disabled):hover > .k-minus,
.k-link:not(.k-state-disabled):hover > .k-minus-disabled,
.k-state-hover > * > .k-i-collapse,
.k-state-hover > * > .k-minus,
.k-state-hover > * > .k-minus-disabled,
.k-state-hover > .k-i-collapse,
.k-state-hover > .k-minus,
.k-state-hover > .k-minus-disabled,
.k-textbox:hover .k-i-collapse,
.k-textbox:hover .k-minus,
.k-textbox:hover .k-minus-disabled {
  background-position: -16px -224px;
}

.k-i-collapse-w,
.k-rtl .k-i-collapse,
.k-rtl .k-minus,
.k-rtl .k-minus-disabled {
  background-position: 0 -240px;
}

.k-button:active .k-i-collapse-w,
.k-button:active .k-rtl .k-i-collapse,
.k-button:active .k-rtl .k-minus,
.k-button:active .k-rtl .k-minus-disabled,
.k-button:not(.k-state-disabled):hover .k-i-collapse-w,
.k-button:not(.k-state-disabled):hover .k-rtl .k-i-collapse,
.k-button:not(.k-state-disabled):hover .k-rtl .k-minus,
.k-button:not(.k-state-disabled):hover .k-rtl .k-minus-disabled,
.k-link:not(.k-state-disabled):hover > .k-i-collapse-w,
.k-link:not(.k-state-disabled):hover > .k-rtl .k-i-collapse,
.k-link:not(.k-state-disabled):hover > .k-rtl .k-minus,
.k-link:not(.k-state-disabled):hover > .k-rtl .k-minus-disabled,
.k-state-hover > * > .k-i-collapse-w,
.k-state-hover > * > .k-rtl .k-i-collapse,
.k-state-hover > * > .k-rtl .k-minus,
.k-state-hover > * > .k-rtl .k-minus-disabled,
.k-state-hover > .k-i-collapse-w,
.k-state-hover > .k-rtl .k-i-collapse,
.k-state-hover > .k-rtl .k-minus,
.k-state-hover > .k-rtl .k-minus-disabled,
.k-textbox:hover .k-i-collapse-w,
.k-textbox:hover .k-rtl .k-i-collapse,
.k-textbox:hover .k-rtl .k-minus,
.k-textbox:hover .k-rtl .k-minus-disabled {
  background-position: -16px -240px;
}

.k-edit,
.k-i-pencil {
  background-position: -32px 0;
}

.k-button:active .k-edit,
.k-button:active .k-i-pencil,
.k-button:not(.k-state-disabled):hover .k-edit,
.k-button:not(.k-state-disabled):hover .k-i-pencil,
.k-link:not(.k-state-disabled):hover > .k-edit,
.k-link:not(.k-state-disabled):hover > .k-i-pencil,
.k-state-hover > * > .k-edit,
.k-state-hover > * > .k-i-pencil,
.k-state-hover > .k-edit,
.k-state-hover > .k-i-pencil,
.k-textbox:hover .k-edit,
.k-textbox:hover .k-i-pencil {
  background-position: -48px 0;
}

.k-delete,
.k-group-delete,
.k-i-close {
  background-position: -32px -16px;
}

.k-button:active .k-delete,
.k-button:active .k-group-delete,
.k-button:active .k-i-close,
.k-button:not(.k-state-disabled):hover .k-delete,
.k-button:not(.k-state-disabled):hover .k-group-delete,
.k-button:not(.k-state-disabled):hover .k-i-close,
.k-link:not(.k-state-disabled):hover > .k-delete,
.k-link:not(.k-state-disabled):hover > .k-group-delete,
.k-link:not(.k-state-disabled):hover > .k-i-close,
.k-state-hover > * > .k-delete,
.k-state-hover > * > .k-group-delete,
.k-state-hover > * > .k-i-close,
.k-state-hover > .k-delete,
.k-state-hover > .k-group-delete,
.k-state-hover > .k-i-close,
.k-textbox:hover .k-delete,
.k-textbox:hover .k-group-delete,
.k-textbox:hover .k-i-close {
  background-position: -48px -16px;
}

.k-si-close {
  background-position: -160px -80px;
}

.k-button:active .k-si-close,
.k-button:not(.k-state-disabled):hover .k-si-close,
.k-link:not(.k-state-disabled):hover > .k-si-close,
.k-state-hover > * > .k-si-close,
.k-state-hover > .k-si-close,
.k-textbox:hover .k-si-close {
  background-position: -176px -80px;
}

.k-multiselect .k-delete {
  background-position: -160px -80px;
}

.k-multiselect .k-state-hover .k-delete {
  background-position: -176px -80px;
}

.k-i-tick,
.k-insert,
.k-update {
  background-position: -32px -32px;
}

.k-button:active .k-i-tick,
.k-button:active .k-insert,
.k-button:active .k-update,
.k-button:not(.k-state-disabled):hover .k-i-tick,
.k-button:not(.k-state-disabled):hover .k-insert,
.k-button:not(.k-state-disabled):hover .k-update,
.k-link:not(.k-state-disabled):hover > .k-i-tick,
.k-link:not(.k-state-disabled):hover > .k-insert,
.k-link:not(.k-state-disabled):hover > .k-update,
.k-state-hover > * > .k-i-tick,
.k-state-hover > * > .k-insert,
.k-state-hover > * > .k-update,
.k-state-hover > .k-i-tick,
.k-state-hover > .k-insert,
.k-state-hover > .k-update,
.k-textbox:hover .k-i-tick,
.k-textbox:hover .k-insert,
.k-textbox:hover .k-update {
  background-position: -48px -32px;
}

.k-check:checked,
.k-mobile-list .k-edit-field [type='checkbox'],
.k-mobile-list .k-edit-field [type='radio'] {
  background-position: -32px -32px;
}

.k-button:active .k-check:checked,
.k-button:active .k-mobile-list .k-edit-field [type='checkbox'],
.k-button:active .k-mobile-list .k-edit-field [type='radio'],
.k-button:not(.k-state-disabled):hover .k-check:checked,
.k-button:not(.k-state-disabled):hover
  .k-mobile-list
  .k-edit-field
  [type='checkbox'],
.k-button:not(.k-state-disabled):hover
  .k-mobile-list
  .k-edit-field
  [type='radio'],
.k-link:not(.k-state-disabled):hover > .k-check:checked,
.k-link:not(.k-state-disabled):hover
  > .k-mobile-list
  .k-edit-field
  [type='checkbox'],
.k-link:not(.k-state-disabled):hover
  > .k-mobile-list
  .k-edit-field
  [type='radio'],
.k-state-hover > * > .k-check:checked,
.k-state-hover > * > .k-mobile-list .k-edit-field [type='checkbox'],
.k-state-hover > * > .k-mobile-list .k-edit-field [type='radio'],
.k-state-hover > .k-check:checked,
.k-state-hover > .k-mobile-list .k-edit-field [type='checkbox'],
.k-state-hover > .k-mobile-list .k-edit-field [type='radio'],
.k-textbox:hover .k-check:checked,
.k-textbox:hover .k-mobile-list .k-edit-field [type='checkbox'],
.k-textbox:hover .k-mobile-list .k-edit-field [type='radio'] {
  background-position: -48px -32px;
}

.k-cancel,
.k-denied,
.k-i-cancel {
  background-position: -32px -48px;
}

.k-button:active .k-cancel,
.k-button:active .k-denied,
.k-button:active .k-i-cancel,
.k-button:not(.k-state-disabled):hover .k-cancel,
.k-button:not(.k-state-disabled):hover .k-denied,
.k-button:not(.k-state-disabled):hover .k-i-cancel,
.k-link:not(.k-state-disabled):hover > .k-cancel,
.k-link:not(.k-state-disabled):hover > .k-denied,
.k-link:not(.k-state-disabled):hover > .k-i-cancel,
.k-state-hover > * > .k-cancel,
.k-state-hover > * > .k-denied,
.k-state-hover > * > .k-i-cancel,
.k-state-hover > .k-cancel,
.k-state-hover > .k-denied,
.k-state-hover > .k-i-cancel,
.k-textbox:hover .k-cancel,
.k-textbox:hover .k-denied,
.k-textbox:hover .k-i-cancel {
  background-position: -48px -48px;
}

.k-add,
.k-i-plus {
  background-position: -32px -64px;
}

.k-button:active .k-add,
.k-button:active .k-i-plus,
.k-button:not(.k-state-disabled):hover .k-add,
.k-button:not(.k-state-disabled):hover .k-i-plus,
.k-link:not(.k-state-disabled):hover > .k-add,
.k-link:not(.k-state-disabled):hover > .k-i-plus,
.k-state-hover > * > .k-add,
.k-state-hover > * > .k-i-plus,
.k-state-hover > .k-add,
.k-state-hover > .k-i-plus,
.k-textbox:hover .k-add,
.k-textbox:hover .k-i-plus {
  background-position: -48px -64px;
}

.k-filter,
.k-i-funnel {
  background-position: -32px -80px;
}

.k-button:active .k-filter,
.k-button:active .k-i-funnel,
.k-button:not(.k-state-disabled):hover .k-filter,
.k-button:not(.k-state-disabled):hover .k-i-funnel,
.k-link:not(.k-state-disabled):hover > .k-filter,
.k-link:not(.k-state-disabled):hover > .k-i-funnel,
.k-state-hover > * > .k-filter,
.k-state-hover > * > .k-i-funnel,
.k-state-hover > .k-filter,
.k-state-hover > .k-i-funnel,
.k-textbox:hover .k-filter,
.k-textbox:hover .k-i-funnel {
  background-position: -48px -80px;
}

.k-clear-filter,
.k-i-funnel-clear {
  background-position: -32px -96px;
}

.k-button:active .k-clear-filter,
.k-button:active .k-i-funnel-clear,
.k-button:not(.k-state-disabled):hover .k-clear-filter,
.k-button:not(.k-state-disabled):hover .k-i-funnel-clear,
.k-link:not(.k-state-disabled):hover > .k-clear-filter,
.k-link:not(.k-state-disabled):hover > .k-i-funnel-clear,
.k-state-hover > * > .k-clear-filter,
.k-state-hover > * > .k-i-funnel-clear,
.k-state-hover > .k-clear-filter,
.k-state-hover > .k-i-funnel-clear,
.k-textbox:hover .k-clear-filter,
.k-textbox:hover .k-i-funnel-clear {
  background-position: -48px -96px;
}

.k-i-lock {
  background-position: -64px 0;
}

.k-button:active .k-i-lock,
.k-button:not(.k-state-disabled):hover .k-i-lock,
.k-link:not(.k-state-disabled):hover > .k-i-lock,
.k-state-hover > * > .k-i-lock,
.k-state-hover > .k-i-lock,
.k-textbox:hover .k-i-lock {
  background-position: -80px 0;
}

.k-i-unlock {
  background-position: -64px -16px;
}

.k-button:active .k-i-unlock,
.k-button:not(.k-state-disabled):hover .k-i-unlock,
.k-link:not(.k-state-disabled):hover > .k-i-unlock,
.k-state-hover > * > .k-i-unlock,
.k-state-hover > .k-i-unlock,
.k-textbox:hover .k-i-unlock {
  background-position: -80px -16px;
}

.k-i-refresh {
  background-position: -32px -112px;
}

.k-button:active .k-i-refresh,
.k-button:not(.k-state-disabled):hover .k-i-refresh,
.k-link:not(.k-state-disabled):hover > .k-i-refresh,
.k-state-hover > * > .k-i-refresh,
.k-state-hover > .k-i-refresh,
.k-textbox:hover .k-i-refresh {
  background-position: -48px -112px;
}

.k-i-exception {
  background-position: -160px -304px;
}

.k-button:active .k-i-exception,
.k-button:not(.k-state-disabled):hover .k-i-exception,
.k-link:not(.k-state-disabled):hover > .k-i-exception,
.k-state-hover > * > .k-i-exception,
.k-state-hover > .k-i-exception,
.k-textbox:hover .k-i-exception {
  background-position: -176px -304px;
}

.k-i-restore {
  background-position: -32px -128px;
}

.k-button:active .k-i-restore,
.k-button:not(.k-state-disabled):hover .k-i-restore,
.k-link:not(.k-state-disabled):hover > .k-i-restore,
.k-state-hover > * > .k-i-restore,
.k-state-hover > .k-i-restore,
.k-textbox:hover .k-i-restore {
  background-position: -48px -128px;
}

.k-i-maximize {
  background-position: -32px -144px;
}

.k-button:active .k-i-maximize,
.k-button:not(.k-state-disabled):hover .k-i-maximize,
.k-link:not(.k-state-disabled):hover > .k-i-maximize,
.k-state-hover > * > .k-i-maximize,
.k-state-hover > .k-i-maximize,
.k-textbox:hover .k-i-maximize {
  background-position: -48px -144px;
}

.k-i-minimize {
  background-position: -64px -288px;
}

.k-button:active .k-i-minimize,
.k-button:not(.k-state-disabled):hover .k-i-minimize,
.k-link:not(.k-state-disabled):hover > .k-i-minimize,
.k-state-hover > * > .k-i-minimize,
.k-state-hover > .k-i-minimize,
.k-textbox:hover .k-i-minimize {
  background-position: -80px -288px;
}

.k-i-pin {
  background-position: -160px -256px;
}

.k-button:active .k-i-pin,
.k-button:not(.k-state-disabled):hover .k-i-pin,
.k-link:not(.k-state-disabled):hover > .k-i-pin,
.k-state-hover > * > .k-i-pin,
.k-state-hover > .k-i-pin,
.k-textbox:hover .k-i-pin {
  background-position: -176px -256px;
}

.k-i-unpin {
  background-position: -160px -272px;
}

.k-button:active .k-i-unpin,
.k-button:not(.k-state-disabled):hover .k-i-unpin,
.k-link:not(.k-state-disabled):hover > .k-i-unpin,
.k-state-hover > * > .k-i-unpin,
.k-state-hover > .k-i-unpin,
.k-textbox:hover .k-i-unpin {
  background-position: -176px -272px;
}

.k-resize-se {
  background-position: -32px -160px;
}

.k-button:active .k-resize-se,
.k-button:not(.k-state-disabled):hover .k-resize-se,
.k-link:not(.k-state-disabled):hover > .k-resize-se,
.k-state-hover > * > .k-resize-se,
.k-state-hover > .k-resize-se,
.k-textbox:hover .k-resize-se {
  background-position: -48px -160px;
}

.k-i-calendar {
  background-position: -32px -176px;
}

.k-button:active .k-i-calendar,
.k-button:not(.k-state-disabled):hover .k-i-calendar,
.k-link:not(.k-state-disabled):hover > .k-i-calendar,
.k-state-hover > * > .k-i-calendar,
.k-state-hover > .k-i-calendar,
.k-textbox:hover .k-i-calendar {
  background-position: -48px -176px;
}

.k-i-clock {
  background-position: -32px -192px;
}

.k-button:active .k-i-clock,
.k-button:not(.k-state-disabled):hover .k-i-clock,
.k-link:not(.k-state-disabled):hover > .k-i-clock,
.k-state-hover > * > .k-i-clock,
.k-state-hover > .k-i-clock,
.k-textbox:hover .k-i-clock {
  background-position: -48px -192px;
}

.k-si-plus {
  background-position: -32px -208px;
}

.k-button:active .k-si-plus,
.k-button:not(.k-state-disabled):hover .k-si-plus,
.k-link:not(.k-state-disabled):hover > .k-si-plus,
.k-state-hover > * > .k-si-plus,
.k-state-hover > .k-si-plus,
.k-textbox:hover .k-si-plus {
  background-position: -48px -208px;
}

.k-si-minus {
  background-position: -32px -224px;
}

.k-button:active .k-si-minus,
.k-button:not(.k-state-disabled):hover .k-si-minus,
.k-link:not(.k-state-disabled):hover > .k-si-minus,
.k-state-hover > * > .k-si-minus,
.k-state-hover > .k-si-minus,
.k-textbox:hover .k-si-minus {
  background-position: -48px -224px;
}

.k-i-search {
  background-position: -32px -240px;
}

.k-button:active .k-i-search,
.k-button:not(.k-state-disabled):hover .k-i-search,
.k-link:not(.k-state-disabled):hover > .k-i-search,
.k-state-hover > * > .k-i-search,
.k-state-hover > .k-i-search,
.k-textbox:hover .k-i-search {
  background-position: -48px -240px;
}

.k-i-custom {
  background-position: -115px -113px;
}

.k-button:active .k-i-custom,
.k-button:not(.k-state-disabled):hover .k-i-custom,
.k-link:not(.k-state-disabled):hover > .k-i-custom,
.k-state-hover > * > .k-i-custom,
.k-state-hover > .k-i-custom,
.k-textbox:hover .k-i-custom {
  background-position: -141px -113px;
}

.k-editor .k-i-custom {
  background-position: -111px -109px;
}

.k-viewHtml {
  background-position: -288px -120px;
}

.k-i-insert-n,
.k-insert-top {
  background-position: -160px -32px;
}

.k-button:active .k-i-insert-n,
.k-button:active .k-insert-top,
.k-button:not(.k-state-disabled):hover .k-i-insert-n,
.k-button:not(.k-state-disabled):hover .k-insert-top,
.k-link:not(.k-state-disabled):hover > .k-i-insert-n,
.k-link:not(.k-state-disabled):hover > .k-insert-top,
.k-state-hover > * > .k-i-insert-n,
.k-state-hover > * > .k-insert-top,
.k-state-hover > .k-i-insert-n,
.k-state-hover > .k-insert-top,
.k-textbox:hover .k-i-insert-n,
.k-textbox:hover .k-insert-top {
  background-position: -176px -32px;
}

.k-i-insert-m,
.k-insert-middle {
  background-position: -160px -48px;
}

.k-button:active .k-i-insert-m,
.k-button:active .k-insert-middle,
.k-button:not(.k-state-disabled):hover .k-i-insert-m,
.k-button:not(.k-state-disabled):hover .k-insert-middle,
.k-link:not(.k-state-disabled):hover > .k-i-insert-m,
.k-link:not(.k-state-disabled):hover > .k-insert-middle,
.k-state-hover > * > .k-i-insert-m,
.k-state-hover > * > .k-insert-middle,
.k-state-hover > .k-i-insert-m,
.k-state-hover > .k-insert-middle,
.k-textbox:hover .k-i-insert-m,
.k-textbox:hover .k-insert-middle {
  background-position: -176px -48px;
}

.k-i-insert-s,
.k-insert-bottom {
  background-position: -160px -64px;
}

.k-button:active .k-i-insert-s,
.k-button:active .k-insert-bottom,
.k-button:not(.k-state-disabled):hover .k-i-insert-s,
.k-button:not(.k-state-disabled):hover .k-insert-bottom,
.k-link:not(.k-state-disabled):hover > .k-i-insert-s,
.k-link:not(.k-state-disabled):hover > .k-insert-bottom,
.k-state-hover > * > .k-i-insert-s,
.k-state-hover > * > .k-insert-bottom,
.k-state-hover > .k-i-insert-s,
.k-state-hover > .k-insert-bottom,
.k-textbox:hover .k-i-insert-s,
.k-textbox:hover .k-insert-bottom {
  background-position: -176px -64px;
}

.k-drop-hint {
  background-position: 0 -326px;
}

.k-i-note,
.k-warning {
  background-position: -160px -240px;
}

.k-button:active .k-i-note,
.k-button:active .k-warning,
.k-button:not(.k-state-disabled):hover .k-i-note,
.k-button:not(.k-state-disabled):hover .k-warning,
.k-link:not(.k-state-disabled):hover > .k-i-note,
.k-link:not(.k-state-disabled):hover > .k-warning,
.k-state-hover > * > .k-i-note,
.k-state-hover > * > .k-warning,
.k-state-hover > .k-i-note,
.k-state-hover > .k-warning,
.k-textbox:hover .k-i-note,
.k-textbox:hover .k-warning {
  background-position: -176px -240px;
}

.k-i-sort-asc {
  background-position: -112px -240px;
}

.k-button:active .k-i-sort-asc,
.k-button:not(.k-state-disabled):hover .k-i-sort-asc,
.k-link:not(.k-state-disabled):hover > .k-i-sort-asc,
.k-state-hover > * > .k-i-sort-asc,
.k-state-hover > .k-i-sort-asc,
.k-textbox:hover .k-i-sort-asc {
  background-position: -128px -240px;
}

.k-i-sort-desc {
  background-position: -112px -256px;
}

.k-button:active .k-i-sort-desc,
.k-button:not(.k-state-disabled):hover .k-i-sort-desc,
.k-link:not(.k-state-disabled):hover > .k-i-sort-desc,
.k-state-hover > * > .k-i-sort-desc,
.k-state-hover > .k-i-sort-desc,
.k-textbox:hover .k-i-sort-desc {
  background-position: -128px -256px;
}

.k-i-group {
  background-position: -112px -272px;
}

.k-button:active .k-i-group,
.k-button:not(.k-state-disabled):hover .k-i-group,
.k-link:not(.k-state-disabled):hover > .k-i-group,
.k-state-hover > * > .k-i-group,
.k-state-hover > .k-i-group,
.k-textbox:hover .k-i-group {
  background-position: -128px -272px;
}

.k-i-ungroup {
  background-position: -112px -288px;
}

.k-button:active .k-i-ungroup,
.k-button:not(.k-state-disabled):hover .k-i-ungroup,
.k-link:not(.k-state-disabled):hover > .k-i-ungroup,
.k-state-hover > * > .k-i-ungroup,
.k-state-hover > .k-i-ungroup,
.k-textbox:hover .k-i-ungroup {
  background-position: -128px -288px;
}

.k-i-columns {
  background-position: -112px -304px;
}

.k-button:active .k-i-columns,
.k-button:not(.k-state-disabled):hover .k-i-columns,
.k-link:not(.k-state-disabled):hover > .k-i-columns,
.k-state-hover > * > .k-i-columns,
.k-state-hover > .k-i-columns,
.k-textbox:hover .k-i-columns {
  background-position: -128px -304px;
}

.k-i-hbars {
  background-position: -64px -32px;
}

.k-button:active .k-i-hbars,
.k-button:not(.k-state-disabled):hover .k-i-hbars,
.k-link:not(.k-state-disabled):hover > .k-i-hbars,
.k-state-hover > * > .k-i-hbars,
.k-state-hover > .k-i-hbars,
.k-textbox:hover .k-i-hbars {
  background-position: -80px -32px;
}

.k-i-vbars {
  background-position: -64px -48px;
}

.k-button:active .k-i-vbars,
.k-button:not(.k-state-disabled):hover .k-i-vbars,
.k-link:not(.k-state-disabled):hover > .k-i-vbars,
.k-state-hover > * > .k-i-vbars,
.k-state-hover > .k-i-vbars,
.k-textbox:hover .k-i-vbars {
  background-position: -80px -48px;
}

.k-i-sum {
  background-position: -64px -64px;
}

.k-button:active .k-i-sum,
.k-button:not(.k-state-disabled):hover .k-i-sum,
.k-link:not(.k-state-disabled):hover > .k-i-sum,
.k-state-hover > * > .k-i-sum,
.k-state-hover > .k-i-sum,
.k-textbox:hover .k-i-sum {
  background-position: -80px -64px;
}

.k-i-pdf {
  background-position: -64px -80px;
}

.k-button:active .k-i-pdf,
.k-button:not(.k-state-disabled):hover .k-i-pdf,
.k-link:not(.k-state-disabled):hover > .k-i-pdf,
.k-state-hover > * > .k-i-pdf,
.k-state-hover > .k-i-pdf,
.k-textbox:hover .k-i-pdf {
  background-position: -80px -80px;
}

.k-i-excel {
  background-position: -64px -96px;
}

.k-button:active .k-i-excel,
.k-button:not(.k-state-disabled):hover .k-i-excel,
.k-link:not(.k-state-disabled):hover > .k-i-excel,
.k-state-hover > * > .k-i-excel,
.k-state-hover > .k-i-excel,
.k-textbox:hover .k-i-excel {
  background-position: -80px -96px;
}

.k-i-rotatecw {
  background-position: -64px -112px;
}

.k-button:active .k-i-rotatecw,
.k-button:not(.k-state-disabled):hover .k-i-rotatecw,
.k-link:not(.k-state-disabled):hover > .k-i-rotatecw,
.k-state-hover > * > .k-i-rotatecw,
.k-state-hover > .k-i-rotatecw,
.k-textbox:hover .k-i-rotatecw {
  background-position: -80px -112px;
}

.k-i-rotateccw {
  background-position: -64px -128px;
}

.k-button:active .k-i-rotateccw,
.k-button:not(.k-state-disabled):hover .k-i-rotateccw,
.k-link:not(.k-state-disabled):hover > .k-i-rotateccw,
.k-state-hover > * > .k-i-rotateccw,
.k-state-hover > .k-i-rotateccw,
.k-textbox:hover .k-i-rotateccw {
  background-position: -80px -128px;
}

.k-i-undo {
  background-position: -64px -160px;
}

.k-button:active .k-i-undo,
.k-button:not(.k-state-disabled):hover .k-i-undo,
.k-link:not(.k-state-disabled):hover > .k-i-undo,
.k-state-hover > * > .k-i-undo,
.k-state-hover > .k-i-undo,
.k-textbox:hover .k-i-undo {
  background-position: -80px -160px;
}

.k-i-redo {
  background-position: -64px -144px;
}

.k-button:active .k-i-redo,
.k-button:not(.k-state-disabled):hover .k-i-redo,
.k-link:not(.k-state-disabled):hover > .k-i-redo,
.k-state-hover > * > .k-i-redo,
.k-state-hover > .k-i-redo,
.k-textbox:hover .k-i-redo {
  background-position: -80px -144px;
}

.k-i-shape {
  background-position: -64px -176px;
}

.k-button:active .k-i-shape,
.k-button:not(.k-state-disabled):hover .k-i-shape,
.k-link:not(.k-state-disabled):hover > .k-i-shape,
.k-state-hover > * > .k-i-shape,
.k-state-hover > .k-i-shape,
.k-textbox:hover .k-i-shape {
  background-position: -80px -176px;
}

.k-i-connector {
  background-position: -64px -192px;
}

.k-button:active .k-i-connector,
.k-button:not(.k-state-disabled):hover .k-i-connector,
.k-link:not(.k-state-disabled):hover > .k-i-connector,
.k-state-hover > * > .k-i-connector,
.k-state-hover > .k-i-connector,
.k-textbox:hover .k-i-connector {
  background-position: -80px -192px;
}

.k-i-kpi {
  background-position: -64px -208px;
}

.k-button:active .k-i-kpi,
.k-button:not(.k-state-disabled):hover .k-i-kpi,
.k-link:not(.k-state-disabled):hover > .k-i-kpi,
.k-state-hover > * > .k-i-kpi,
.k-state-hover > .k-i-kpi,
.k-textbox:hover .k-i-kpi {
  background-position: -80px -208px;
}

.k-i-dimension {
  background-position: -64px -224px;
}

.k-button:active .k-i-dimension,
.k-button:not(.k-state-disabled):hover .k-i-dimension,
.k-link:not(.k-state-disabled):hover > .k-i-dimension,
.k-state-hover > * > .k-i-dimension,
.k-state-hover > .k-i-dimension,
.k-textbox:hover .k-i-dimension {
  background-position: -80px -224px;
}

.k-file {
  background-position: 0 0;
}

.k-button:active .k-file,
.k-button:not(.k-state-disabled):hover .k-file,
.k-link:not(.k-state-disabled):hover > .k-file,
.k-state-hover > * > .k-file,
.k-state-hover > .k-file,
.k-textbox:hover .k-file {
  background-position: -16px 0;
}

.k-addfolder,
.k-i-folder-add {
  background-position: -32px -272px;
}

.k-button:active .k-addfolder,
.k-button:active .k-i-folder-add,
.k-button:not(.k-state-disabled):hover .k-addfolder,
.k-button:not(.k-state-disabled):hover .k-i-folder-add,
.k-link:not(.k-state-disabled):hover > .k-addfolder,
.k-link:not(.k-state-disabled):hover > .k-i-folder-add,
.k-state-hover > * > .k-addfolder,
.k-state-hover > * > .k-i-folder-add,
.k-state-hover > .k-addfolder,
.k-state-hover > .k-i-folder-add,
.k-textbox:hover .k-addfolder,
.k-textbox:hover .k-i-folder-add {
  background-position: -48px -272px;
}

.k-goup,
.k-i-folder-up {
  background-position: -32px -288px;
}

.k-button:active .k-goup,
.k-button:active .k-i-folder-up,
.k-button:not(.k-state-disabled):hover .k-goup,
.k-button:not(.k-state-disabled):hover .k-i-folder-up,
.k-link:not(.k-state-disabled):hover > .k-goup,
.k-link:not(.k-state-disabled):hover > .k-i-folder-up,
.k-state-hover > * > .k-goup,
.k-state-hover > * > .k-i-folder-up,
.k-state-hover > .k-goup,
.k-state-hover > .k-i-folder-up,
.k-textbox:hover .k-goup,
.k-textbox:hover .k-i-folder-up {
  background-position: -48px -288px;
}

.k-i-more {
  background-position: -64px -32px;
}

.k-button:active .k-i-more,
.k-button:not(.k-state-disabled):hover .k-i-more,
.k-link:not(.k-state-disabled):hover > .k-i-more,
.k-state-hover > * > .k-i-more,
.k-state-hover > .k-i-more,
.k-textbox:hover .k-i-more {
  background-position: -80px -32px;
}

.k-i-gantt-toggle {
  background-position: -64px -240px;
}

.k-button:active .k-i-gantt-toggle,
.k-button:not(.k-state-disabled):hover .k-i-gantt-toggle,
.k-link:not(.k-state-disabled):hover > .k-i-gantt-toggle,
.k-state-hover > * > .k-i-gantt-toggle,
.k-state-hover > .k-i-gantt-toggle,
.k-textbox:hover .k-i-gantt-toggle {
  background-position: -80px -240px;
}

.k-file > .k-icon {
  background-position: -115px -91px;
}

.k-image {
  border: 0;
}

.k-breadcrumbs:hover .k-i-arrow-n {
  background-position: 0 0;
}

.k-breadcrumbs:hover .k-i-arrow-e {
  background-position: 0 -16px;
}

.k-gantt-views > .k-current-view > .k-link:after,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view .k-link:after {
  background-position: 0 -32px;
}

.k-button:active .k-gantt-views > .k-current-view > .k-link:after,
.k-button:active .k-pager-numbers .k-current-page .k-link:after,
.k-button:active
  .k-scheduler-toolbar
  > ul.k-scheduler-views
  > li.k-current-view
  .k-link:after,
.k-button:not(.k-state-disabled):hover
  .k-gantt-views
  > .k-current-view
  > .k-link:after,
.k-button:not(.k-state-disabled):hover
  .k-pager-numbers
  .k-current-page
  .k-link:after,
.k-button:not(.k-state-disabled):hover
  .k-scheduler-toolbar
  > ul.k-scheduler-views
  > li.k-current-view
  .k-link:after,
.k-link:not(.k-state-disabled):hover
  > .k-gantt-views
  > .k-current-view
  > .k-link:after,
.k-link:not(.k-state-disabled):hover
  > .k-pager-numbers
  .k-current-page
  .k-link:after,
.k-link:not(.k-state-disabled):hover
  > .k-scheduler-toolbar
  > ul.k-scheduler-views
  > li.k-current-view
  .k-link:after,
.k-state-hover > * > .k-gantt-views > .k-current-view > .k-link:after,
.k-state-hover > * > .k-pager-numbers .k-current-page .k-link:after,
.k-state-hover
  > *
  > .k-scheduler-toolbar
  > ul.k-scheduler-views
  > li.k-current-view
  .k-link:after,
.k-state-hover > .k-gantt-views > .k-current-view > .k-link:after,
.k-state-hover > .k-pager-numbers .k-current-page .k-link:after,
.k-state-hover
  > .k-scheduler-toolbar
  > ul.k-scheduler-views
  > li.k-current-view
  .k-link:after,
.k-textbox:hover .k-gantt-views > .k-current-view > .k-link:after,
.k-textbox:hover .k-pager-numbers .k-current-page .k-link:after,
.k-textbox:hover
  .k-scheduler-toolbar
  > ul.k-scheduler-views
  > li.k-current-view
  .k-link:after {
  background-position: -16px -32px;
}

html .k-success-colored {
  color: #507f50;
  border-color: #d0dfd0;
  background-color: #f0fff0;
}

html .k-info-colored {
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}

html .k-error-colored {
  color: #7f5050;
  border-color: #dfd0d0;
  background-color: #fff0f0;
}

.k-inline-block {
  padding: 0 2px;
}

.k-loading,
.k-loading-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
}

.k-loading-image,
.k-loading-mask,
.k-loading-text {
  position: absolute;
}

.k-loading-mask {
  z-index: 7;
}

.k-loading-text {
  text-indent: -4000px;
  text-align: center;
}

.k-loading-color,
.k-loading-image {
  width: 100%;
  height: 100%;
}

.k-loading-image {
  top: 0;
  left: 0;
  z-index: 2;
}

.k-loading-color {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.k-content-frame {
  border: 0;
  width: 100%;
  height: 100%;
}

.k-pane > .k-splitter-overlay {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}

.k-drag-clue {
  position: absolute;
  z-index: 18;
  border-style: solid;
  border-width: 1px;
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  white-space: nowrap;
  cursor: default;
}

.k-drag-status {
  margin-top: -3px;
  margin-right: 4px;
  vertical-align: middle;
}

.k-reorder-cue {
  position: absolute;
  width: 1px;
  overflow: visible;
}

.k-reorder-cue .k-icon {
  position: absolute;
  left: -4px;
  width: 8px;
  height: 4px;
}

.k-reorder-cue .k-i-arrow-s {
  top: -4px;
  background-position: -4px -166px;
}

.k-reorder-cue .k-i-arrow-n {
  bottom: -4px;
  background-position: -4px -134px;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 24;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body .k-touch-scrollbar {
    height: 12px;
    width: 12px;
    border-radius: 7px;
  }
}

.k-virtual-scrollable-wrap {
  overflow-x: auto;
}

.k-current-time {
  background: red;
  position: absolute;
}

.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-block .k-header,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget :before {
  box-sizing: content-box;
}

.input-group .form-control,
.k-autocomplete,
.k-block,
.k-button,
.k-edit-cell .k-widget,
.k-grid-edit-row .k-widget,
.k-grid-edit-row .text-box,
.k-tabstrip > .k-content > .km-scroll-container,
.k-textbox,
.km-actionsheet > li,
.km-shim,
div.k-window-content {
  box-sizing: border-box;
}

.form-control.k-widget {
  padding: 0;
}

a.k-button:hover {
  text-decoration: none;
}

.km-widget,
.km-widget * {
  background-clip: border-box;
}

.k-radio,
input.k-checkbox {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  position: absolute;
}

.k-checkbox-label {
  position: relative;
  padding-left: 1.5em;
  vertical-align: middle;
  line-height: 0.875em;
  cursor: pointer;
}

.k-checkbox-label:after,
.k-checkbox-label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-width: 1px;
  border-style: solid;
}

.k-checkbox:checked + .k-checkbox-label:after {
  content: '\2713';
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}

.k-checkbox:disabled + .k-checkbox-label {
  cursor: auto;
}

.k-radio-label {
  position: relative;
  padding-left: 1.5em;
  vertical-align: middle;
  line-height: 0.875em;
  cursor: pointer;
}

.k-radio-label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-style: solid;
}

.k-radio:checked + .k-radio-label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.k-radio:disabled + .k-radio-label {
  cursor: auto;
}

.k-ie8 .k-radio,
.k-ie8 input.k-checkbox {
  display: inline-block;
  width: auto;
}

.k-ie8 .k-checkbox-label,
.k-ie8 .k-radio-label {
  padding-left: 0;
}

.k-ie8 .k-checkbox-label:after,
.k-ie8 .k-checkbox-label:before,
.k-ie8 .k-radio-label:after,
.k-ie8 .k-radio-label:before {
  display: none;
}

.k-rtl .k-checkbox-label,
.k-rtl .k-radio-label {
  padding-right: 1.5em;
}

.k-rtl .k-checkbox-label:after,
.k-rtl .k-checkbox-label:before,
.k-rtl .k-radio-label:before {
  right: 0;
}

.k-rtl .k-radio:checked + .k-radio-label:after {
  right: 3px;
}

input.k-checkbox + label {
  -webkit-user-select: none;
}

.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px;
}

.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;
}

.k-rpanel-left {
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  left: 0;
}

.k-rpanel-right {
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  right: 0;
}

.k-rpanel-left,
.k-rpanel-right {
  position: fixed;
  display: block;
  overflow: auto;
  min-width: 320px;
  height: 100%;
  top: 0;
}

.k-rpanel-left.k-rpanel-expanded,
.k-rpanel-right.k-rpanel-expanded {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

.k-rpanel-left + *,
.k-rpanel-right + * {
  overflow: auto;
}

.k-rpanel-top {
  position: static;
  max-height: 0;
}

.k-rpanel-top.k-rpanel-expanded {
  max-height: 568px;
  overflow: visible !important;
}

.k-edit-form {
  margin: 0;
  padding: 0;
}

.k-window > div.k-popup-edit-form {
  padding: 1em 0;
}

.k-grid-edit-row .k-edit-form td {
  border-bottom-width: 0;
}

.k-edit-form-container {
  position: relative;
  width: 400px;
}

.k-edit-form-container .editor-label,
.k-edit-label {
  float: left;
  clear: both;
  width: 30%;
  padding: 0.4em 0 1em;
  margin-left: 2%;
  text-align: right;
}

.k-edit-field,
.k-edit-form-container .editor-field {
  float: right;
  clear: right;
  width: 60%;
  margin-right: 2%;
  padding: 0 0 0.6em;
}

.k-edit-field > input[type='checkbox'],
.k-edit-field > input[type='radio'] {
  margin-top: 0.4em;
}

.k-edit-form-container .k-button {
  margin: 0 0.16em;
}

.k-edit-field > .k-button:first-child,
.k-edit-field > input[type='checkbox']:first-child,
.k-edit-field > input[type='radio']:first-child,
.k-edit-field > label:first-child > input[type='checkbox'] {
  margin-left: 0;
}

.k-edit-form-container .k-edit-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: 0.6em;
}

div.k-window {
  display: inline-block;
  position: absolute;
  z-index: 17;
  border-style: solid;
  border-width: 1px;
  padding-top: 2em;
}

.k-block > .k-header,
.k-window-titlebar {
  position: absolute;
  width: 100%;
  height: 1.1em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: -2em;
  padding: 0.4em 0;
  font-size: 1.2em;
  white-space: nowrap;
  min-height: 16px;
}

.k-block > .k-header {
  position: relative;
  margin: -2px 0 10px -2px;
  padding: 0.3em 2px;
}

.k-window-title {
  position: absolute;
  left: 0.44em;
  right: 0.44em;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
}

.k-window-title .k-image {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

div.k-window-titleless {
  padding-top: 0;
}

div.k-window-content {
  position: relative;
  height: 100%;
  padding: 0.58em;
  overflow: auto;
  outline: 0;
}

div.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}

.k-window-content > .km-scroll-container {
  height: 100%;
}

.k-window-titlebar .k-window-actions {
  position: absolute;
  top: 0;
  right: 0.3em;
  padding-top: 0.3em;
  white-space: nowrap;
}

.k-window-titlebar .k-window-action {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 2px;
  text-decoration: none;
  vertical-align: middle;
  opacity: 0.7;
}

.k-window-titlebar .k-state-hover {
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  opacity: 1;
}

.k-window-action .k-icon {
  margin: 0;
  vertical-align: top;
}

.k-window > .k-resize-handle {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  font-size: 0;
  line-height: 6px;
  filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1;
}

.k-resize-n {
  top: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: n-resize;
}

.k-resize-e {
  top: 0;
  right: -3px;
  width: 6px;
  height: 100%;
  cursor: e-resize;
}

.k-resize-s {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: s-resize;
}

.k-resize-w {
  top: 0;
  left: -3px;
  width: 6px;
  height: 100%;
  cursor: w-resize;
}

.k-resize-se {
  bottom: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  cursor: se-resize;
}

.k-resize-sw {
  bottom: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: sw-resize;
}

.k-resize-ne {
  right: -3px;
  cursor: ne-resize;
}

.k-resize-ne,
.k-resize-nw {
  top: -3px;
  width: 6px;
  height: 6px;
}

.k-resize-nw {
  left: -3px;
  cursor: nw-resize;
}

.k-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 17;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-window .k-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}

.k-action-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: 0.6em;
  margin: 0 -1em;
}

.k-action-buttons .k-button {
  display: inline-block;
  margin: 0 0 0 6px;
  min-width: 75px;
}

.k-tabstrip {
  margin: 0;
  padding: 0;
  zoom: 1;
  position: relative;
}

.k-tabstrip-items {
  padding: 0.3em 0.3em 0;
}

.k-tabstrip-scrollable .k-tabstrip-items {
  white-space: nowrap;
  overflow: hidden;
}

.k-tabstrip > .k-button {
  position: absolute;
  top: 0.4em;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-tabstrip-bottom > .k-button {
  top: auto;
  bottom: 0.4em;
}

.k-tabstrip-prev {
  left: 0.4em;
}

.k-tabstrip-next {
  right: 0.4em;
}

.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-item {
  list-style-type: none;
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 1px 1px 0;
  margin: 0 -1px 0 0;
  padding: 0;
  vertical-align: top;
}

.k-panelbar .k-tabstrip-items .k-state-active,
.k-tabstrip-items .k-state-active,
.k-tabstrip-items .k-tab-on-top {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.k-tabstrip-items .k-tab-on-top {
  z-index: 1;
}

.k-panelbar .k-tabstrip-items .k-link,
.k-tabstrip-items .k-link {
  display: inline-block;
  border-bottom-width: 0;
  padding: 0.5em 0.92em;
}

.k-panelbar .k-tabstrip-items .k-icon,
.k-tabstrip-items .k-icon {
  margin: -1px 4px 0 -3px;
  vertical-align: top;
}

.k-panelbar .k-tabstrip-items .k-item .k-image,
.k-panelbar .k-tabstrip-items .k-item .k-sprite,
.k-tabstrip-items .k-item .k-image,
.k-tabstrip-items .k-item .k-sprite {
  margin: -3px 3px 0 -6px;
  vertical-align: middle;
}

.k-tabstrip-items .k-loading {
  top: 0;
  left: 0;
  height: 0;
  width: 20%;
  position: absolute;
  background: transparent;
  border-top: 1px solid transparent;
  border-color: inherit;
  transition: width 0.2s linear;
  transition: 'width 200ms linear';
  -webkit-animation: a 1s ease-in-out infinite;
  animation: a 1s ease-in-out infinite;
}

.k-tabstrip-items .k-progress {
  -webkit-animation: none;
  animation: none;
}

.k-tabstrip-items .k-loading.k-complete {
  width: 100%;
  -webkit-animation: none;
  animation: none;
}

.k-panelbar .k-tabstrip > .k-content,
.k-tabstrip > .k-content {
  position: static;
  border-style: solid;
  border-width: 1px;
  margin: 0 0.286em 0.3em;
  padding: 0.3em 0.92em;
  zoom: 1;
}

.k-tabstrip > .k-content {
  display: none;
  overflow: auto;
}

.k-tabstrip > .k-content.km-scroll-wrapper {
  padding: 0;
}

.k-tabstrip > .k-content > .km-scroll-container {
  padding: 0.3em 0.92em;
}

@-webkit-keyframes a {
  0% {
    left: 0;
  }

  50% {
    left: 80%;
  }

  to {
    left: 0;
  }
}

@keyframes a {
  0% {
    left: 0;
  }

  50% {
    left: 80%;
  }

  to {
    left: 0;
  }
}

.k-tabstrip-left > div.k-content,
.k-tabstrip-right > div.k-content {
  margin: 0.286em 0.3em;
}

.k-tabstrip-left > .k-tabstrip-items .k-item,
.k-tabstrip-right > .k-tabstrip-items .k-item {
  display: block;
  margin-bottom: -1px;
}

.k-tabstrip-left > .k-tabstrip-items .k-link,
.k-tabstrip-right > .k-tabstrip-items .k-link {
  display: block;
}

.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-tabstrip-left > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-tabstrip-right > .k-tabstrip-items .k-tab-on-top {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.k-tabstrip-left > .k-tabstrip-items {
  float: left;
  padding: 0.25em 0 0.3em 0.3em;
}

.k-tabstrip-left > .k-tabstrip-items .k-item {
  border-width: 1px 0 1px 1px;
  border-radius: 3px 0 0 3px;
}

.k-tabstrip-left > .k-tabstrip-items .k-state-active {
  border-width: 1px 0 1px 1px;
}

.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-tabstrip-left > .k-tabstrip-items .k-tab-on-top {
  margin-right: -2px;
  padding-right: 1px;
}

.k-tabstrip-right > .k-tabstrip-items {
  float: right;
  padding: 0.25em 0.3em 0.3em 0;
}

.k-tabstrip-right > .k-tabstrip-items .k-item {
  border-width: 1px 1px 1px 0;
  border-radius: 0 3px 3px 0;
}

.k-tabstrip-right > .k-tabstrip-items .k-state-active {
  border-width: 1px 1px 1px 0;
}

.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-tabstrip-right > .k-tabstrip-items .k-tab-on-top {
  margin-left: -1px;
  padding-left: 1px;
}

.k-tabstrip-bottom > .k-tabstrip-items {
  margin-top: -1px;
  padding: 0 0.3em 0.3em;
}

.k-panelbar .k-tabstrip-bottom > .k-content,
.k-tabstrip-bottom > .k-content {
  margin: 0.3em 0.286em 0;
  z-index: 1;
  position: relative;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-item {
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-state-active {
  margin-bottom: 0;
  padding-bottom: 0;
}

.k-tabstrip-bottom > .k-content {
  min-height: 100px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-loading {
  top: auto;
  bottom: 0;
}

.k-panelbar {
  zoom: 1;
}

.k-panel > .k-item,
.k-panelbar > .k-item {
  list-style-type: none;
  display: block;
  border-width: 0;
  margin: 0;
  zoom: 1;
  border-radius: 0;
}

.k-panelbar .k-link > .k-image,
.k-panelbar .k-link > .k-sprite {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  vertical-align: middle;
}

.k-panel > .k-item > .k-link,
.k-panelbar > .k-item > .k-link {
  display: block;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0 1em;
  line-height: 2.34em;
  text-decoration: none;
  zoom: 1;
}

.k-panelbar-collapse,
.k-panelbar-expand {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -8px;
}

.k-panelbar .k-content,
.k-panelbar .k-panel {
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.k-panel > .k-item > .k-link {
  border-bottom: 0;
  font-size: 0.95em;
  line-height: 2.2;
}

.k-panel .k-panel > .k-item > .k-link {
  padding-left: 2em;
}

.k-panel .k-panel,
.k-panelbar .k-i-seek-e .k-link {
  border-bottom: 0;
}

.k-menu {
  cursor: default;
}

.k-menu,
.k-menu .k-menu-group {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.k-menu:after {
  content: '';
  display: block;
  width: 99%;
  height: 0;
  float: inherit;
  clear: both;
}

.k-menu .k-item {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.k-menu .k-item div {
  -webkit-user-select: default;
  -moz-user-select: default;
  -ms-user-select: default;
  user-select: default;
}

.k-menu .k-item .k-item,
ul.k-menu-vertical > .k-item {
  display: block;
  float: none;
  border-width: 0;
}

.k-menu .k-image,
.k-menu .k-item > .k-link > .k-icon,
.k-menu .k-sprite {
  margin: -2px 4px 0 -4px;
  vertical-align: middle;
}

.k-menu .k-item > .k-link > .k-icon {
  margin: -2px 0 0;
}

.k-menu .k-item > .k-link {
  display: block;
  padding: 0.5em 1.1em 0.4em;
  line-height: 1.34em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-menu .k-menu-group {
  display: none;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  white-space: nowrap;
}

.k-menu .k-menu-group > .k-item {
  display: block;
  border-width: 0;
}

.k-menu .k-item,
.k-widget.k-menu-horizontal > .k-item {
  position: relative;
  float: left;
  border-style: solid;
  border-width: 0 1px 0 0;
  vertical-align: top;
  zoom: 1;
  box-sizing: content-box;
}

.k-context-menu.k-menu-vertical > .k-item > .k-link,
.k-menu .k-menu-group .k-item > .k-link {
  padding: 0.28em 1.8em 0.38em 0.9em;
}

.k-context-menu.k-menu-horizontal > .k-separator {
  display: none;
}

.k-context-menu.k-menu-horizontal > .k-item {
  box-sizing: border-box;
}

.k-context-menu.k-menu-horizontal > .k-last {
  border: 0;
}

.k-menu .k-item > .k-link > .k-i-arrow-s {
  margin-right: -8px;
}

.k-menu .k-item > .k-link > .k-i-arrow-e {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 2px;
  right: 0.2rem;
}

.k-menu .k-animation-container {
  border: 0;
}

.k-menu .k-animation-container,
.k-menu .k-menu-group {
  position: absolute;
  left: 0;
}

.k-menu-vertical .k-animation-container,
.k-menu-vertical .k-menu-group,
.k-menu .k-animation-container .k-animation-container,
.k-menu .k-menu-group .k-menu-group {
  top: 0;
  left: 0;
}

.k-menu .k-animation-container .k-menu-group {
  top: auto;
  left: auto;
  margin-left: -1px;
}

.k-menu .k-animation-container,
.k-popup .k-animation-container {
  margin-top: -1px;
  padding-left: 1px;
}

.k-ie .k-menu .k-animation-container,
.k-ie .k-popup .k-animation-container {
  margin-top: -2px;
}

.k-popup .k-animation-container .k-popup {
  margin-left: -1px;
}

ul.k-menu .k-separator {
  padding: 0.25em 0;
  height: 100%;
  width: 1px;
  font-size: 0;
  line-height: 0;
  border-width: 0 1px 0 0;
}

.k-menu .k-menu-group .k-separator,
ul.k-menu-vertical .k-separator {
  padding: 0;
  height: 1px;
  width: 100%;
  border-width: 1px 0 0;
}

.k-context-menu {
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-grid,
.k-listview {
  position: relative;
  zoom: 1;
}

.k-grid table {
  width: 100%;
  margin: 0;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-width: 0;
  outline: 0;
}

.k-header.k-drag-clue {
  overflow: hidden;
}

.k-filter-row th,
.k-grid-header th.k-header {
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 0.5em 0.6em 0.4em;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.k-grid-header th.k-header {
  vertical-align: bottom;
}

.k-filtercell,
.k-filtercell .k-widget,
.k-filtercell > span {
  display: block;
  width: auto;
}

.k-filtercell > span {
  padding-right: 4.8em;
  position: relative;
  min-height: 2em;
  line-height: 2em;
}

.k-filtercell > .k-operator-hidden {
  padding-right: 2.3em;
}

.k-filter-row .k-dropdown-operator,
.k-filtercell > span > .k-button {
  position: absolute;
  top: 0;
  right: 0;
}

.k-filter-row .k-dropdown-operator {
  width: 2.1em;
  right: 2.5em;
}

.k-filtercell > span > label {
  vertical-align: middle;
}

.k-filter-row label > input[type='radio'] {
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.k-ie10 .k-grid-header a:active {
  background-color: transparent;
}

.k-grid-header th.k-header > .k-link {
  display: block;
  min-height: 18px;
  line-height: 18px;
  margin: -0.5em -0.6em -0.4em;
  padding: 0.5em 0.6em 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-grid-header th.k-with-icon .k-link {
  margin-right: 18px;
}

.k-grid-header th.k-header .k-icon {
  position: static;
}

.k-grid-header th > .k-link > .k-icon {
  vertical-align: text-top;
}

.k-grid .k-state-hover {
  cursor: pointer;
}

.k-grid-column-resizing td,
.k-grid-column-resizing th {
  -webkit-transform: translateZ(0);
}

.k-grid-column-resizing,
.k-grid-column-resizing .k-button,
.k-grid-column-resizing .k-grid-filter,
.k-grid-column-resizing .k-grid-toolbar,
.k-grid-column-resizing .k-link {
  cursor: col-resize;
}

.k-grid td {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 0.6em;
  overflow: hidden;
  line-height: 1.6em;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.k-grid .k-grouping-row td,
.k-grid .k-hierarchy-cell {
  overflow: visible;
}

.k-grid-edit-row td {
  text-overflow: clip;
}

.k-grid-edit-row .k-textbox,
.k-grid-edit-row .text-box {
  margin-top: 0;
  margin-bottom: 0;
}

.k-grid-footer-wrap,
.k-grid-header-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-style: solid;
  border-width: 0 1px 0 0;
  zoom: 1;
}

div.k-grid-footer,
div.k-grid-header {
  padding-right: 17px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  zoom: 1;
}

.k-grid-header-locked > table,
.k-grid-header-wrap > table {
  margin-bottom: -1px;
}

.k-grid-content {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  zoom: 1;
  min-height: 0;
}

.k-mobile .k-grid tbody {
  -webkit-backface-visibility: hidden;
}

.k-mobile .k-grid-backface tbody {
  -webkit-backface-visibility: visible;
}

.k-grid-content-expander {
  position: absolute;
  visibility: hidden;
  height: 1px;
}

.k-grid-norecords {
  width: 100%;
  height: 100%;
  text-align: center;
}

.k-grid-norecords-template {
  width: 20em;
  height: 4em;
  line-height: 4em;
  vertical-align: middle;
  margin: 0 auto;
}

.k-grid-content > .k-grid-norecords > .k-grid-norecords-template {
  top: 50%;
  left: 50%;
  margin-left: -10em;
  margin-top: -2em;
  position: absolute;
}

@media print {
  .k-grid {
    height: auto !important;
  }

  .k-grid-header {
    padding: 0 !important;
  }

  .k-grid-content,
  .k-grid-header-wrap {
    overflow: visible;
    height: auto !important;
  }
}

.k-grid .k-scrollbar {
  -ms-overflow-style: scrollbar;
}

.k-virtual-scrollable-wrap {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.k-grid-content-locked > table,
.k-grid-content table,
.k-grid-footer table,
.k-grid-header table {
  table-layout: fixed;
}

.k-grid-lockedcolumns {
  white-space: nowrap;
}

.k-grid-content,
.k-grid-content-locked,
.k-pager-wrap {
  white-space: normal;
}

.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0;
}

.k-grid-content-locked + .k-grid-content,
.k-grid-footer-locked + .k-grid-footer-wrap,
.k-grid-header-locked + .k-grid-header-wrap {
  display: inline-block;
  vertical-align: top;
}

.k-grid-toolbar {
  border-style: solid;
  border-width: 1px 0 0;
}

.k-filter-row > th:first-child,
.k-grid-header th.k-header:first-child,
.k-grid tbody td:first-child,
.k-grid tfoot td:first-child {
  border-left-width: 0;
}

.k-grid-header th.k-header.k-first {
  border-left-width: 1px;
}

.k-grid-toolbar:first-child,
.k-grouping-header + .k-grid-toolbar {
  border-width: 0 0 1px;
}

.k-footer-template td {
  border-style: solid;
  border-width: 1px 0 0 1px;
}

.k-group-footer td {
  border-style: solid;
  border-width: 1px 0;
}

.k-group-footer .k-group-cell + td {
  border-left-width: 1px;
}

.k-grid-footer {
  border-style: solid;
  border-width: 1px 0 0;
}

.k-grid-footer td {
  border-top-width: 0;
}

.k-grid-footer > td {
  border-top-width: 1px;
}

.k-pager-wrap {
  clear: both;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 1px;
  line-height: 2em;
  padding: 0.333em 0 0.333em 0.25em;
}

.k-grid-pager {
  border-width: 1px 0 0;
}

.k-grid .k-pager-numbers,
.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected {
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
}

.k-pager-numbers {
  margin: 0 2px;
}

.k-pager-numbers .k-state-selected {
  vertical-align: top;
}

.k-pager-numbers .k-current-page {
  display: none;
}

.k-pager-input,
.k-pager-numbers li {
  float: left;
}

.k-grid .k-pager-numbers {
  float: left;
  cursor: default;
}

.k-pager-info {
  float: right;
  padding: 0 1.333em;
}

.k-pager-numbers .k-link {
  text-decoration: none;
}

.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected,
.k-pager-wrap > .k-link {
  min-width: 2em;
}

.k-pager-wrap > .k-link {
  float: left;
  margin: 0 0.08333em;
  height: 2em;
  line-height: 2em;
  border-radius: 1.0833em;
  cursor: pointer;
  text-align: center;
}

.k-pager-wrap > a.k-state-disabled:hover {
  background: 0;
  cursor: default;
}

.k-pager-numbers .k-link {
  text-align: center;
  line-height: 2em;
  border-radius: 1.0833em;
}

.k-pager-numbers .k-link,
.k-pager-wrap > .k-link {
  border-style: solid;
  border-width: 1px;
}

.k-pager-wrap .k-pager-refresh {
  float: right;
  margin-right: 0.5em;
  border-width: 0;
  border-radius: 0;
}

.k-pager-numbers .k-state-selected {
  border-style: solid;
  border-width: 1px;
  text-align: center;
  border-radius: 1.0833em;
}

.k-pager-wrap .k-textbox {
  width: 3.333em;
}

.k-pager-wrap .k-dropdown {
  width: 4.5em;
}

.k-pager-refresh {
  float: right;
}

.k-pager-input,
.k-pager-sizes {
  padding: 0 1.4166em;
}

.k-pager-sizes {
  display: inline-block;
  padding-top: 1px;
}

.k-pager-sizes .k-widget.k-dropdown {
  margin-top: -2px;
}

.k-pager-wrap .k-textbox,
.k-pager-wrap .k-widget {
  margin: 0 0.4em;
}

.k-header > .k-grid-filter,
.k-header > .k-header-column-menu {
  float: right;
  margin: -0.5em -0.6em -0.4em;
  padding: 0.5em 0.2em 0.4em;
  position: relative;
  z-index: 1;
}

.k-grid .k-animation-container {
  position: absolute;
}

.k-filter-menu {
  padding: 0.5em;
}

form.k-filter-menu .k-textbox,
form.k-filter-menu .k-widget {
  display: block;
}

.k-filter-help-text,
.k-filter-menu .k-textbox,
.k-filter-menu .k-widget {
  margin: 0.19em 0 0;
}

.k-filter-menu span.k-filter-and {
  width: 6em;
  margin: 0.5em 0;
}

.k-filter-menu .k-button {
  width: 48%;
  margin: 0.5em 4% 0 0;
}

.k-filter-menu .k-button + .k-button {
  margin-right: 0;
}

.k-multicheck-wrap {
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap;
  max-height: 300px;
}

.k-multicheck-wrap .k-item {
  line-height: 2.2em;
}

.k-grouping-row .k-icon {
  margin: -3px 4px 0 2px;
}

.k-grouping-row p {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.6em;
  padding: 0 0.6em;
}

.k-grouping-row + tr td {
  border-top-width: 1px;
}

.k-grouping-row + tr .k-group-cell,
.k-grouping-row .k-group-cell {
  border-top-width: 0;
  text-overflow: none;
}

.k-grid .k-hierarchy-cell + td {
  border-left-width: 0;
}

.k-grid .k-group-col,
.k-grid .k-hierarchy-col {
  width: 27px;
}

.k-grouping-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 2;
}

.k-grouping-dropclue {
  position: absolute;
  width: 6px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: -165px -148px;
}

.k-grouping-header .k-group-indicator {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  margin: 0 3px;
  padding: 0.15em 0.15em 0.15em 0.4em;
  line-height: 1.5em;
}

.k-grouping-header .k-link {
  display: inline-block;
  border-width: 0;
  padding: 0;
  line-height: normal;
  text-decoration: none;
}

.k-grouping-header .k-button {
  border: 0;
  padding: 0;
  background: transparent;
  line-height: 1;
}

.k-grouping-header .k-link .k-icon {
  margin: 0 0 0 -3px;
}

.k-grouping-header .k-button .k-icon {
  margin: 0 0 0 3px;
}

.k-grouping-header .k-button,
.k-grouping-header a {
  display: inline-block;
  vertical-align: middle;
}

.k-dirty-cell:before {
  content: '\a0';
  display: inline-block;
  width: 0;
  float: left;
}

.k-dirty {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
  border-color: red transparent transparent red;
  margin: -0.45em 0 0 -0.6em;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
}

.k-grid-toolbar,
.k-grouping-header {
  margin: 0;
  padding: 0.22em 0.2em 0.28em;
  cursor: default;
}

.k-grid .k-edit-container {
  padding: 0;
}

.k-grid .field-validation-error {
  display: block;
}

.k-grid .input-validation-error {
  border-style: ridge;
  border-color: red;
  background-color: pink;
}

.k-grid-toolbar .k-button {
  vertical-align: middle;
}

.k-grid-actions {
  display: inline-block;
}

.k-grid .k-button {
  margin: 0 0.16em;
}

.k-grid tbody .k-button,
.k-ie8 .k-grid tbody button.k-button {
  min-width: 64px;
}

.k-grid tbody button.k-button {
  min-width: 78px;
}

html body .k-grid tbody .k-button-icon {
  width: auto;
  min-width: 0;
}

.k-detail-row {
  position: relative;
}

.k-grid .k-detail-cell {
  overflow: visible;
}

.k-grid .k-edit-cell {
  padding: 0 0.3em;
  white-space: nowrap;
}

.k-grid .k-edit-cell .k-tooltip {
  white-space: normal;
}

.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget,
.k-grid-edit-row > td > .k-textbox,
.k-grid-edit-row > td > .k-widget,
.k-grid-edit-row > td > .text-box {
  width: 100%;
}

html .k-edit-cell .k-tooltip,
html .k-grid-edit-row .k-tooltip {
  width: auto;
  max-width: 300px;
}

.k-edit-cell input[type='checkbox'] {
  margin-left: 0.6em;
}

.k-grid tbody td > .k-grid-delete {
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}

.k-grid-resize-indicator {
  position: absolute;
  width: 2px;
  background-color: #aaa;
}

.k-grid-header .k-resize-handle,
.k-grid > .k-resize-handle {
  position: absolute;
  height: 25px;
  cursor: col-resize;
  z-index: 2;
}

.k-marquee {
  position: absolute;
  z-index: 23;
}

.k-marquee-color,
.k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-marquee-color {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.k-ie9 .k-column-menu {
  width: 160px;
}

.k-ie8 .k-grid-filter,
.k-ie8 .k-header-column-menu {
  font-size: 100%;
}

.k-column-menu {
  min-width: 160px;
}

.k-column-menu .k-sprite {
  margin-right: 10px;
}

.k-column-menu > .k-menu {
  border-width: 0;
}

.k-columns-item .k-group {
  max-height: 200px;
  overflow: auto;
}

.k-pdf-export-shadow .k-grid {
  float: left;
  width: auto !important;
}

.k-pdf-export-shadow .k-grid,
.k-pdf-export-shadow .k-grid-content,
.k-pdf-export-shadow .k-grid-content-locked {
  height: auto !important;
  overflow: visible;
}

.k-pdf-export-shadow .k-grid-content-locked + .k-grid-content,
.k-pdf-export-shadow .k-grid-footer-locked + .k-grid-footer-wrap,
.k-pdf-export-shadow .k-grid-header-locked + .k-grid-header-wrap {
  width: auto !important;
}

.k-pdf-export-shadow .k-grid-footer,
.k-pdf-export-shadow .k-grid-header {
  padding: 0 !important;
}

.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}

.k-loading-pdf-mask .k-loading-color {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-loading-pdf-mask .k-loading-pdf-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-pdf-export .k-loading-pdf-mask {
  display: none;
}

.k-autofitting {
  width: auto !important;
  table-layout: auto !important;
}

.k-autofitting td,
.k-autofitting th.k-header {
  white-space: nowrap !important;
}

.k-autofitting .k-detail-row {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .k-ff .k-pager-wrap,
  .k-ie11 .k-pager-wrap,
  .k-safari .k-pager-wrap,
  .k-webkit .k-pager-wrap {
    overflow: visible;
  }

  .k-ff .k-pager-input,
  .k-ff .k-pager-wrap .k-pager-nav,
  .k-ie11 .k-pager-input,
  .k-ie11 .k-pager-wrap .k-pager-nav,
  .k-safari .k-pager-input,
  .k-safari .k-pager-wrap .k-pager-nav,
  .k-webkit .k-pager-input,
  .k-webkit .k-pager-wrap .k-pager-nav {
    display: inline-block;
    vertical-align: top;
  }

  .k-ff .k-grid .k-pager-numbers,
  .k-ff .k-pager-numbers,
  .k-ie11 .k-grid .k-pager-numbers,
  .k-ie11 .k-pager-numbers,
  .k-safari .k-grid .k-pager-numbers,
  .k-safari .k-pager-numbers,
  .k-webkit .k-grid .k-pager-numbers,
  .k-webkit .k-pager-numbers {
    position: absolute;
    left: 4.8em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: visible;
    height: auto;
  }

  .k-ff .k-grid .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-grid .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-safari .k-grid .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded,
  .k-webkit .k-grid .k-pager-numbers.k-state-expanded,
  .k-webkit .k-pager-numbers.k-state-expanded {
    transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
  }

  .k-ff .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-pager-numbers,
  .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-webkit .km-pane-wrapper .k-pager-numbers {
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
  }

  .k-ff .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-link,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-link,
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-pager-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .k-ff .k-rtl .k-grid .k-pager-numbers,
  .k-ff .k-rtl .k-pager-numbers,
  .k-ie11 .k-rtl .k-grid .k-pager-numbers,
  .k-ie11 .k-rtl .k-pager-numbers,
  .k-safari .k-rtl .k-grid .k-pager-numbers,
  .k-safari .k-rtl .k-pager-numbers,
  .k-webkit .k-rtl .k-grid .k-pager-numbers,
  .k-webkit .k-rtl .k-pager-numbers {
    left: auto;
    right: 4.8em;
    width: 4.5em;
  }

  .k-ff .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ff .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-ie11 .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ie11 .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-safari .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-safari .k-rtl .km-pane-wrapper .k-pager-numbers,
  .k-webkit .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-webkit .k-rtl .km-pane-wrapper .k-pager-numbers {
    right: 5.8em;
  }

  .k-ff .k-grid .k-pager-numbers .k-current-page,
  .k-ff .k-pager-numbers .k-current-page,
  .k-ie11 .k-grid .k-pager-numbers .k-current-page,
  .k-ie11 .k-pager-numbers .k-current-page,
  .k-safari .k-grid .k-pager-numbers .k-current-page,
  .k-safari .k-pager-numbers .k-current-page,
  .k-webkit .k-grid .k-pager-numbers .k-current-page,
  .k-webkit .k-pager-numbers .k-current-page {
    display: block;
    border-left: 0;
  }

  .k-ff .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page,
  .k-webkit .k-grid .k-pager-number.k-state-expanded .k-current-page,
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page {
    transform: translatey(100%);
    -webkit-transform: translatey(100%);
  }

  .k-ff .k-pager-numbers li:not(.k-current-page),
  .k-ie11 .k-pager-numbers li:not(.k-current-page),
  .k-safari .k-pager-numbers li:not(.k-current-page),
  .k-webkit .k-pager-numbers li:not(.k-current-page) {
    display: none;
  }

  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link,
  .k-webkit .k-pager-numbers .k-current-page .k-link {
    width: 3.2em;
    padding: 0 0.429em 0 0.714em;
    border-radius: 1.0833em;
  }

  .k-ff .k-pager-numbers + .k-link,
  .k-ie11 .k-pager-numbers + .k-link,
  .k-safari .k-pager-numbers + .k-link,
  .k-webkit .k-pager-numbers + .k-link {
    margin-left: 4.8em;
  }

  .k-ff .k-rtl .k-pager-numbers + .k-link,
  .k-ie11 .k-rtl .k-pager-numbers + .k-link,
  .k-safari .k-rtl .k-pager-numbers + .k-link,
  .k-webkit .k-rtl .k-pager-numbers + .k-link {
    margin-right: 5.1em;
    margin-left: 0;
  }

  .k-ff .k-pager-numbers .k-link,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-numbers .k-link,
  .k-safari .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-numbers .k-link,
  .k-webkit .k-pager-numbers .k-state-selected {
    display: block;
    margin-right: 0;
    padding: 1px 5px;
    text-align: left;
  }

  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded,
  .k-webkit .k-pager-numbers.k-state-expanded {
    box-sizing: border-box;
    padding: 2px 2px 0;
  }

  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page,
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page {
    margin: -2em -3px 0;
    padding: 0;
  }

  .k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link {
    border-radius: 0 0 1.0833em 1.0833em;
  }

  .k-ff .k-pager-numbers.k-state-expanded li,
  .k-ie11 .k-pager-numbers.k-state-expanded li,
  .k-safari .k-pager-numbers.k-state-expanded li,
  .k-webkit .k-pager-numbers.k-state-expanded li {
    display: inline-block;
  }
}

@media only screen and (max-width: 640px) {
  .k-ff .k-pager-info,
  .k-ie11 .k-pager-info,
  .k-safari .k-pager-info,
  .k-webkit .k-pager-info {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .k-ff .k-pager-sizes,
  .k-ie11 .k-pager-sizes,
  .k-safari .k-pager-sizes,
  .k-webkit .k-pager-sizes {
    display: none;
  }
}

.k-treelist .k-status {
  padding: 0.4em 0.6em;
  line-height: 1.6em;
}

.k-treelist .k-status .k-loading {
  vertical-align: baseline;
  margin-right: 5px;
}

.k-treelist tr.k-hidden {
  display: none;
}

.k-treelist.k-treelist-dragging,
.k-treelist.k-treelist-dragging .k-state-hover {
  cursor: default;
}

.k-treelist .k-drop-hint {
  position: absolute;
  z-index: 16;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.k-drag-separator {
  display: inline-block;
  border-right: 1px solid;
  height: 1em;
  vertical-align: top;
  margin: 0 0.5em;
}

.k-gantt {
  white-space: nowrap;
  position: relative;
}

.k-gantt-layout {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.k-gantt .k-splitbar {
  position: relative;
  cursor: e-resize;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}

.k-gantt .k-gantt-layout th {
  vertical-align: bottom;
}

.k-gantt td {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

.k-gantt .k-grid .k-edit-cell {
  vertical-align: middle;
}

.k-gantt-timeline > .k-timeline,
.k-gantt-treelist > .k-treelist {
  border-width: 0;
  height: 100%;
}

.k-gantt-toolbar {
  border-style: solid;
  border-width: 0 0 1px;
  line-height: 2.4em;
  padding: 0.5em;
}

.k-gantt-layout + .k-gantt-toolbar {
  border-width: 1px 0 0;
}

.k-gantt-actions,
.k-gantt-toolbar > ul {
  float: left;
  margin-right: 0.6em;
}

.k-gantt-actions > .k-button {
  margin-right: 0.5em;
  vertical-align: top;
}

.k-gantt-toolbar > .k-gantt-views {
  float: right;
  margin-right: 0;
}

.k-gantt-toolbar > .k-gantt-views > li.k-current-view {
  display: none;
}

.k-gantt-toolbar > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.k-gantt-toolbar > ul > li:first-child + li {
  border-left-width: 1px;
}

.k-gantt-toolbar .k-link {
  display: inline-block;
  padding: 0 1.1em;
}

.k-gantt-toolbar li:first-child + li,
.k-gantt-toolbar li:first-child + li > .k-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-gantt-toolbar li:last-child,
.k-gantt-toolbar li:last-child > .k-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.k-gantt-toolbar li.k-button {
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.k-gantt-treelist .k-grid-header tr {
  height: 5em;
}

.k-gantt .k-treelist .k-grid-header {
  padding: 0 !important;
}

.k-gantt .k-treelist .k-grid-content {
  overflow-y: hidden;
  overflow-x: scroll;
}

.k-treelist-group > tr > span {
  font-weight: 700;
}

.k-treelist-group .k-widget {
  font-weight: 400;
}

.k-gantt-timeline .k-grid-header tr {
  height: 2.5em;
}

.k-gantt-tasks {
  position: relative;
}

.k-gantt-rows tr,
.k-gantt-tasks tr,
.k-gantt .k-grid-content tr {
  height: 2.3em;
}

.k-gantt .k-gantt-tasks td:after {
  content: '\a0';
}

.k-gantt-timeline {
  background: transparent;
}

.k-gantt-columns,
.k-gantt-dependencies,
.k-gantt-rows {
  position: absolute;
  top: 0;
  left: 0;
}

.k-gantt-tables {
  position: relative;
}

.k-gantt .k-timeline .k-grid-content {
  overflow-x: scroll;
}

.k-gantt .k-gantt-timeline th {
  text-align: center;
}

.k-gantt .k-gantt-timeline tr:first-child th {
  border-bottom-width: 1px;
}

.k-task-summary {
  height: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.k-task-summary-complete {
  height: 10px;
  position: relative;
  z-index: 2;
}

.k-task-summary-progress {
  height: 15px;
  overflow: hidden;
}

.k-task-summary-complete:after,
.k-task-summary-complete:before,
.k-task-summary:after,
.k-task-summary:before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 8px solid transparent;
}

.k-task-summary-complete:before,
.k-task-summary:before {
  left: 0;
  border-left-color: inherit;
}

.k-task-summary-complete:after,
.k-task-summary:after {
  right: 0;
  border-right-color: inherit;
}

.k-line-h,
.k-line-v {
  position: absolute;
}

.k-line-h {
  height: 2px;
}

.k-line-v {
  width: 2px;
}

.k-arrow-e,
.k-arrow-w {
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
}

.k-arrow-e {
  right: -6px;
  border-right-color: transparent;
}

.k-arrow-e,
.k-arrow-w {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.k-arrow-w {
  left: -6px;
  border-left-color: transparent;
}

.k-task-milestone {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.k-ie8 .k-task-milestone {
  margin-left: 1px;
}

.k-gantt .k-gantt-tasks .k-button-icon,
.k-gantt .k-gantt-treelist .k-button {
  padding-top: 0;
  padding-bottom: 0;
}

.k-gantt .k-gantt-tasks .k-button-icon {
  margin-top: 4px;
}

.k-gantt .k-gantt-treelist .k-button {
  margin-top: -4px;
  margin-bottom: -2px;
}

.k-gantt .k-gantt-tasks .k-button-icon {
  padding-left: 2px;
  padding-right: 2px;
}

.k-gantt .k-gantt-tasks .k-button .k-icon,
.k-gantt .k-gantt-treelist .k-button .k-icon {
  vertical-align: text-top;
}

.k-rel .k-button-icon {
  position: absolute;
  left: 200px;
}

.k-rel {
  position: relative;
  height: 0;
  top: -0.3em;
}

.k-task-wrap {
  position: absolute;
  padding: 0 23px 5px;
  margin: -1px -23px 0;
  z-index: 2;
}

.k-line.k-state-selected,
.k-task-wrap:hover {
  z-index: 3;
}

.k-milestone-wrap {
  margin: 0 -13px 0 -27px;
}

.k-task-content {
  position: relative;
  z-index: 2;
}

.k-task-complete {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  z-index: 1;
}

.k-task-dot {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: none;
  cursor: pointer;
}

.k-task-dot.k-state-hover {
  background-color: transparent;
}

.k-task-single + .k-task-dot,
.k-task-single + .k-task-dot + .k-task-dot {
  top: 0.2em;
}

.k-task-wrap-active .k-task-dot,
.k-task-wrap:hover .k-task-dot {
  display: block;
}

.k-task-dot:before {
  content: '\a0';
  display: inline-block;
  width: 0;
  height: 16px;
}

.k-task-dot:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-left: 4px;
}

.k-task-dot.k-state-hover:after,
.k-task-dot:hover:after,
.k-task-wrap-active .k-task-dot:after {
  border-style: solid;
  border-width: 1px;
  margin-left: 3px;
}

.k-task-start {
  left: 0;
}

.k-task-end {
  right: 0;
}

.k-task-single {
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
  cursor: default;
  min-height: 1.3em;
  white-space: nowrap;
}

.k-task-template {
  padding: 0.2em 1.4em 0.2em 0.6em;
  line-height: normal;
}

.k-task-actions,
.k-task-content > .k-link {
  position: absolute;
  top: 0;
  right: 4px;
  white-space: nowrap;
}

.k-task-actions {
  z-index: 1;
}

.k-task-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}

.k-webkit .k-task-actions:first-child {
  margin-top: 3px;
}

.k-task-actions:first-child > .k-link {
  display: inline-block;
}

.k-task-delete {
  display: none;
}

.k-task-wrap-active .k-task-delete,
.k-task-wrap:hover .k-task-delete {
  display: inline-block;
}

.k-task-single .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  height: auto;
}

.k-task-single:hover .k-resize-handle,
.k-task-wrap-active .k-resize-handle {
  visibility: visible;
}

.k-task-single .k-resize-handle:after {
  content: '';
  position: absolute;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-task-content > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-task-content > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-task-content > .k-resize-e:after,
.k-task-content > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}

.k-task-content > .k-resize-e:after {
  left: auto;
  right: 1px;
}

.k-task-draghandle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: 16px;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  display: none;
  cursor: e-resize;
}

.k-task-wrap-active .k-task-draghandle,
.k-task-wrap:hover .k-task-draghandle {
  display: block;
}

.k-dependency-hint {
  z-index: 4;
}

.k-gantt-rowheight .k-task-dot,
.k-gantt-rowheight .k-task-milestone,
.k-gantt-rowheight .k-task-single + .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot,
.k-gantt-rowheight .k-task-summary {
  top: 50%;
}

.k-gantt-rowheight .k-task-milestone,
.k-gantt-rowheight .k-task-summary {
  margin-top: -6px;
}

.k-gantt-rowheight .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot,
.k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot {
  margin-top: -11px;
}

.k-gantt-rowheight .k-task-single {
  height: 98%;
}

.k-ie .k-gantt-rowheight .k-task-single {
  height: 99%;
}

.k-gantt-rowheight .k-task-content {
  height: 100%;
}

.k-gantt-rowheight .k-task-content > .k-resize-e:after,
.k-gantt-rowheight .k-task-content > .k-resize-w:after {
  top: 0;
  margin-top: 0;
  height: 100%;
}

.k-task-details {
  padding: 0.4em;
  text-align: left;
  white-space: nowrap;
}

.k-task-details > strong {
  font-size: 120%;
  display: block;
}

.k-task-pct {
  margin: 0.5em 0 0.1em;
  font-size: 170%;
}

.k-task-details > ul {
  line-height: 1.2;
}

.k-resources-wrap {
  position: absolute;
  z-index: 2;
  zoom: 1;
  margin-left: 20px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k-resources-wrap .k-resource {
  margin: 0 5px;
}

.k-gantt-edit-form > .k-edit-form-container {
  width: 430px;
}

.k-gantt-edit-form > .k-resources-form-container {
  width: 506px;
}

.k-resources-form-container > .k-grid {
  margin: 0 0.9em;
}

.k-gantt-edit-form > .k-edit-form-container .k-numerictextbox,
.k-gantt-edit-form > .k-edit-form-container .k-textbox {
  width: 15em;
}

.k-gantt-edit-form .k-edit-buttons .k-gantt-delete,
.k-pdf-export-shadow .k-gantt {
  float: left;
}

.k-pdf-export-shadow .k-gantt,
.k-pdf-export-shadow .k-gantt-timeline,
.k-pdf-export-shadow .k-gantt .k-grid-content {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.k-pdf-export-shadow .k-gantt-treelist {
  height: auto !important;
  overflow: visible !important;
}

.k-pdf-export-shadow .k-gantt-timeline .k-grid-header {
  padding: 0 !important;
}

.k-pdf-export-shadow .k-gantt .k-splitbar,
.k-pdf-export-shadow .k-pdf-export {
  display: none;
}

button.k-gantt-toggle {
  display: none;
  float: left;
  margin-right: 0.5em;
}

.k-rtl button.k-gantt-toggle {
  float: right;
  margin-right: 0;
  margin-left: 0.5em;
}

@media only screen and (max-width: 1024px) {
  .k-gantt-toolbar > ul.k-gantt-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 16;
  }

  .k-rtl .k-gantt-toolbar > ul.k-gantt-views {
    right: auto;
    left: 6px;
  }

  .k-gantt-toolbar > ul.k-gantt-views > li:not(.k-current-view) {
    display: none;
  }

  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }

  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }

  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }

  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    padding-left: 0;
  }

  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.333em;
    width: 16px;
    height: 16px;
  }

  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li,
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }

  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }

  .k-rtl .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  button.k-gantt-toggle {
    display: inline-block;
  }

  .k-gantt-create span + span,
  .k-gantt-pdf span + span {
    display: none;
  }

  .k-gantt-create .k-icon,
  .k-gantt-pdf .k-icon {
    margin: 0;
  }

  .k-gantt .k-splitbar {
    display: none;
    width: 0;
    border-width: 0;
  }

  .k-gantt .k-gantt-treelist {
    display: none;
    max-width: 0;
  }

  .k-gantt .k-treelist .k-grid-content {
    overflow-y: scroll;
  }

  .k-gantt .k-gantt-timeline {
    width: 100%;
  }
}

.k-pivot {
  position: relative;
}

.k-pivot-toolbar {
  padding: 0.2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.k-pivot .k-pivot-toolbar {
  padding: 0.6em;
}

.k-pivot-toolbar .k-button {
  margin-right: 0.4em;
  line-height: 1.2em;
  font-size: 0.9em;
  text-align: left;
  position: relative;
  padding: 0.3em 5em 0.3em 0.3em;
}

.k-field-actions {
  position: absolute;
  right: 2px;
  top: 3px;
}

.k-pivot .k-grid td {
  white-space: nowrap;
}

.k-pivot-layout {
  border-spacing: 0;
  table-layout: auto;
}

.k-pivot-layout > tbody > tr > td {
  vertical-align: top;
  padding: 0;
}

.k-pivot td {
  vertical-align: top;
}

.k-pivot-rowheaders > .k-grid,
.k-pivot-table > .k-grid {
  border-width: 0;
}

.k-pivot-rowheaders > .k-grid td:first-child,
.k-pivot-table .k-grid-header .k-header.k-first {
  border-left-width: 1px;
}

.k-pivot-rowheaders > .k-grid td.k-first {
  border-left-width: 0;
}

.k-pivot-rowheaders > .k-grid {
  overflow: hidden;
}

.k-pivot-table {
  border-left-width: 1px;
  border-left-style: solid;
}

.k-pivot-table .k-grid-header-wrap > table {
  height: 100%;
}

.k-pivot .k-grid-header .k-header {
  vertical-align: top;
}

.k-header.k-alt,
td.k-alt {
  font-weight: 700;
}

.k-header.k-alt {
  background-image: none;
}

.k-pivot-layout .k-grid td {
  border-bottom-width: 1px;
}

.k-pivot-layout .k-grid-footer > td {
  border-top-width: 0;
}

.k-pivot-filter-window .k-treeview {
  max-height: 600px;
}

.k-fieldselector .k-edit-buttons {
  bottom: auto;
}

.k-fieldselector .k-edit-label {
  width: 16%;
}

.k-fieldselector .k-edit-field {
  width: 77%;
}

.k-fieldselector .k-edit-field > .k-textbox,
.k-fieldselector .k-edit-field > .k-widget {
  width: 99%;
}

.k-fieldselector .k-edit-buttons > input,
.k-fieldselector .k-edit-buttons > label {
  float: left;
  margin-top: 0.4em;
}

.k-fieldselector p {
  margin: 0 0 0.2em 0.5em;
  text-transform: uppercase;
}

.k-fieldselector p .k-icon {
  margin: 0 5px 0 0;
}

.k-fieldselector .k-columns {
  border-style: solid;
  border-width: 0;
}

.k-fieldselector .k-columns > div {
  overflow: auto;
  padding: 0.6em;
  border-style: solid;
  border-width: 0 0 0 1px;
  float: left;
  width: 45%;
}

.k-fieldselector .k-columns > div:first-child {
  border-width: 0;
  margin-right: -1px;
}

.k-fieldselector .k-columns > div + div {
  float: right;
  border-width: 0;
}

.k-fieldselector div.k-treeview {
  border-width: 0;
  margin-right: -1px;
  padding-left: 4px;
  overflow: visible;
}

.k-fieldselector .k-list-container {
  margin-left: 0.5em;
  margin-bottom: 1em;
  padding: 0.2em 0 0;
  border-style: solid;
  border-width: 1px;
}

.k-fieldselector .k-list {
  padding-bottom: 2em;
}

.k-fieldselector .k-list li.k-item {
  padding: 0.3em 3.3em 0.3em 0.3em;
  margin: 0 0.2em.2em;
  position: relative;
  font-size: 0.9em;
  line-height: 1.2em;
  min-height: 1em;
}

.k-i-kpi-decrease {
  background-position: 0 0;
}

.k-i-kpi-denied {
  background-position: -16px 0;
}

.k-i-kpi-equal {
  background-position: -32px 0;
}

.k-i-kpi-hold {
  background-position: -48px 0;
}

.k-i-kpi-increase {
  background-position: -64px 0;
}

.k-i-kpi-open {
  background-position: -80px 0;
}

.k-pdf-export-shadow .k-pivot .k-grid-content {
  overflow: visible !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-content,
.k-pdf-export-shadow .k-pivot .k-pivot-rowheaders .k-grid {
  height: 100% !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-header {
  padding-right: 0 !important;
}

.k-pdf-export-shadow .k-pivot {
  width: auto !important;
  height: auto !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-content > table,
.k-pdf-export-shadow .k-pivot .k-grid-header-wrap > table {
  width: 100% !important;
  height: auto !important;
}

.k-calendar {
  position: relative;
  display: inline-block;
  width: 16.917em;
  overflow: hidden;
}

.k-calendar .k-link,
.k-calendar td {
  text-decoration: none;
}

.k-calendar .k-action-link {
  text-decoration: underline;
}

.k-calendar .k-footer,
.k-calendar .k-header {
  position: relative;
  text-align: center;
  zoom: 1;
}

.k-widget.k-calendar .k-nav-next,
.k-widget.k-calendar .k-nav-prev {
  position: absolute;
  top: 0.16666em;
  line-height: 1.8333em;
  height: 1.8333em;
}

.k-widget.k-calendar .k-nav-prev {
  left: 1%;
}

.k-widget.k-calendar .k-nav-next {
  right: 1%;
}

.k-calendar .k-content {
  float: left;
  border-spacing: 0;
  width: 100%;
  height: 14.167em;
  border-width: 0;
  margin: 0;
  table-layout: fixed;
  outline: 0;
}

.k-calendar .k-content,
.k-calendar .k-content th {
  text-align: right;
}

.k-calendar .k-animation-container .k-content {
  height: 100%;
}

.k-widget.k-calendar .k-nav-fast {
  display: inline-block;
  width: 75%;
  height: 1.8333em;
  line-height: 1.8333em;
  margin: 0.16666em -0.08333em 0.3333em 0;
}

.k-calendar .k-header .k-icon {
  vertical-align: middle;
}

.k-calendar .k-header .k-link.k-nav-next,
.k-calendar .k-header .k-link.k-nav-prev {
  height: 1.8333em;
  width: 1.8333em;
}

.k-calendar th {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.4em 0.45em 0.4em 0.1em;
  font-weight: 400;
  cursor: default;
}

.k-calendar td {
  padding: 0.08333em;
  cursor: pointer;
}

.k-calendar .k-state-focus {
  border-style: dotted;
  border-width: 0.08333em;
  padding: 0;
}

.k-calendar .k-content .k-link {
  display: block;
  overflow: hidden;
  min-height: 1.8333em;
  line-height: 1.8333em;
  padding: 0 0.45em 0 0.1em;
}

.k-calendar .k-meta-view .k-link {
  padding: 0.25em 0 0.3em;
  text-align: center;
}

.k-calendar .k-footer {
  clear: both;
}

.k-calendar .k-footer .k-nav-today,
.k-calendar .k-footer > .k-state-disabled {
  display: block;
  height: 100%;
  padding: 0.5em 0;
}

.k-calendar .k-nav-today:hover {
  text-decoration: underline;
}

div.k-treeview {
  border-width: 0;
  background: 0;
  overflow: auto;
  white-space: nowrap;
}

.k-treeview .k-item {
  display: block;
  border-width: 0;
  margin: 0;
  padding: 0 0 0 16px;
}

.k-treeview .k-content,
.k-treeview .k-item > .k-group,
.k-treeview > .k-group {
  margin: 0;
  padding: 0;
  background: 0;
  list-style-type: none;
  position: relative;
}

.k-treeview .k-checkbox,
.k-treeview .k-icon,
.k-treeview .k-image,
.k-treeview .k-in,
.k-treeview .k-sprite {
  display: inline-block;
  vertical-align: top;
}

.k-treeview .k-checkbox {
  margin-top: 0.2em;
}

.k-treeview .k-icon,
.k-treeview .k-in {
  vertical-align: middle;
}

.k-treeview .k-request-retry {
  vertical-align: baseline;
}

.k-treeview .k-minus,
.k-treeview .k-minus-disabled,
.k-treeview .k-plus,
.k-treeview .k-plus-disabled {
  margin-top: 0.25em;
  margin-left: -16px;
  cursor: pointer;
}

.k-treeview .k-minus-disabled,
.k-treeview .k-plus-disabled {
  cursor: default;
}

.k-treeview .k-image,
.k-treeview .k-sprite {
  margin-right: 3px;
}

.k-treeview .k-in {
  margin: 1px 0 1px 0.16666em;
  padding: 1px 0.3333em 1px 0.25em;
  line-height: 1.3333em;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}

.k-treeview span.k-in {
  cursor: default;
}

.k-treeview .k-drop-hint {
  position: absolute;
  z-index: 16;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.k-toolbar .k-split-button,
span.k-colorpicker,
span.k-combobox,
span.k-datepicker,
span.k-datetimepicker,
span.k-dropdown,
span.k-numerictextbox,
span.k-timepicker {
  background-image: none;
}

.k-autocomplete,
.k-colorpicker,
.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-numerictextbox,
.k-selectbox,
.k-textbox,
.k-timepicker,
.k-toolbar .k-split-button {
  position: relative;
  display: inline-block;
  width: 12.4em;
  overflow: visible;
  border-width: 0;
  vertical-align: middle;
}

.k-filter-menu .k-combobox,
.k-filter-menu .k-datepicker,
.k-filter-menu .k-datetimepicker,
.k-filter-menu .k-dropdown,
.k-filter-menu .k-numerictextbox,
.k-filter-menu .k-textbox,
.k-filter-menu .k-timepicker {
  width: 13.2em;
}

.k-autocomplete,
.k-colorpicker,
.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-numerictextbox,
.k-selectbox,
.k-timepicker,
.k-toolbar .k-split-button {
  white-space: nowrap;
}

.k-colorpicker,
.k-toolbar .k-split-button {
  width: auto;
}

.k-datetimepicker {
  width: 15em;
}

.k-autocomplete,
.k-numeric-wrap,
.k-picker-wrap {
  position: relative;
  cursor: default;
}

.k-dropdown-wrap {
  position: relative;
}

.k-dropdown-wrap,
.k-numeric-wrap,
.k-picker-wrap {
  display: block;
}

.k-block,
.k-content,
.k-grid,
.k-header-column-menu,
.k-panelbar,
.k-slider,
.k-splitter,
.k-treeview,
.k-widget {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-block,
.k-calendar,
.k-grid-header .k-link,
.k-header-column-menu,
.k-pager-wrap,
.k-slider,
.k-splitbar,
.k-treeview {
  -webkit-touch-callout: none;
}

.k-popup.k-calendar-container,
.k-popup.k-list-container {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}

.k-autocomplete.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-list-container.k-state-border-down,
.k-numeric-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down {
  border-bottom-width: 0;
  padding-bottom: 1px;
}

.k-list-container .km-scroll-container {
  padding-bottom: 6px;
}

.k-autocomplete,
.k-dropdown-wrap,
.k-numeric-wrap,
.k-picker-wrap,
.k-textbox {
  border-width: 1px;
  border-style: solid;
  padding: 0 1.9em 0 0;
}

.k-numeric-wrap.k-expand-padding {
  padding-right: 0;
}

.k-autocomplete,
.k-textbox {
  padding: 0;
}

.k-textbox.k-space-left {
  padding-left: 1.9em;
}

.k-textbox.k-space-right {
  padding-right: 1.9em;
}

.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute;
}

.k-space-left .k-icon {
  left: 3px;
}

.k-space-right .k-icon {
  right: 3px;
}

span.k-textbox:after {
  content: '\a0';
  display: block;
  height: 0.4px;
  overflow: hidden;
}

.k-autocomplete,
.k-dropdown-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-picker-wrap.k-state-hover {
  transition: box-shadow 0.15s ease-out;
  transition: 'box-shadow .15s ease-out';
}

.k-combobox .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-textbox > input {
  width: 100%;
  vertical-align: top;
}

.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input {
  font-family: inherit;
  border-width: 0;
  outline: 0;
}

.k-dropdown .k-input,
.k-selectbox .k-input {
  background: transparent;
}

.k-dropdown-wrap .k-select,
.k-numeric-wrap .k-select,
.k-picker-wrap .k-select {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.k-combobox .k-select,
.k-numeric-wrap .k-select,
.k-picker-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: inherit;
}

span.k-datetimepicker .k-select,
span.k-datetimepicker .k-select + .k-select {
  right: 0;
}

.k-autocomplete .k-input,
.k-textbox > input {
  display: block;
}

.k-dropdown .k-select,
.k-selectbox .k-select {
  overflow: hidden;
  border: 0;
  text-decoration: none;
  font: inherit;
  color: inherit;
}

.k-dropdown .k-input,
.k-selectbox .k-input {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input,
.k-textbox > input {
  height: 1.65em;
  line-height: 1.65em;
  padding: 0.177em 0;
  text-indent: 0.33em;
  border: 0;
  margin: 0;
}

.k-combobox .k-dropdown-wrap:before,
.k-numeric-wrap:before,
.k-picker-wrap:before {
  content: '\a0';
  display: inline-block;
  width: 0;
  height: 1.65em;
  padding-bottom: 0.3em;
}

.k-webkit .k-combobox .k-dropdown-wrap:before,
.k-webkit .k-numeric-wrap:before,
.k-webkit .k-picker-wrap:before {
  padding-bottom: 0.38em;
}

.km.root .k-combobox .k-dropdown-wrap:before,
.km.root .k-numeric-wrap:before,
.km.root .k-picker-wrap:before {
  content: none;
}

.k-combobox .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input {
  display: inline;
}

.k-dropdown-wrap .k-select,
.k-numeric-wrap .k-select,
.k-picker-wrap .k-select {
  min-height: 1.65em;
  line-height: 2em;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  text-align: center;
  width: 1.9em;
  height: 100%;
}

.k-numeric-wrap .k-select {
  padding: 0;
}

body .k-datetimepicker .k-select {
  border-radius: 0;
}

.k-combobox .k-icon,
.k-dropdown,
.k-selectbox .k-icon {
  cursor: pointer;
}

.k-popup {
  border-style: solid;
  border-width: 1px;
}

.k-list-optionlabel,
.k-popup .k-item {
  cursor: default;
}

.k-popup .k-calendar {
  border: 0;
}

.k-list {
  height: 100%;
}

.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-popup .k-list .k-item,
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  padding: 1px 5px;
  line-height: 1.8em;
  min-height: 1.8em;
}

.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  padding-right: 22px;
}

.k-overflow-container .k-item {
  padding: 1px;
}

.k-overflow-container .k-button.k-state-disabled,
.k-overflow-container .k-button.k-state-disabled:hover,
.k-overflow-container > .k-state-disabled .k-button {
  border: 0;
  background: 0;
}

.k-fieldselector .k-list .k-item,
.k-list-optionlabel.k-state-focused,
.k-list-optionlabel.k-state-selected,
.k-overflow-container .k-state-focused,
.k-overflow-container .k-state-hover,
.k-overflow-container .k-state-selected,
.k-popup .k-list .k-state-focused,
.k-popup .k-list .k-state-hover,
.k-popup .k-list .k-state-selected {
  padding: 0 4px;
  border-width: 1px;
  border-style: solid;
}

.k-list-filter {
  position: relative;
}

.k-list-filter > .k-textbox {
  padding-right: 20px;
  width: 100%;
}

.k-list-filter > .k-icon {
  position: absolute;
  right: 6px;
  top: 1px;
}

.k-multiselect-wrap {
  position: relative;
  border-radius: 4px;
  border: 0 solid #c5c5c5;
  background-color: #fff;
  min-height: 2.04em;
}

.k-multiselect-wrap .k-input {
  background-color: transparent;
  height: 1.31em;
  line-height: 1.31em;
  padding: 0.18em 0;
  text-indent: 0.33em;
  border: 0;
  margin: 1px 0 0;
  float: left;
}

.k-multiselect-wrap .k-input::-ms-clear {
  display: none;
}

.k-multiselect-wrap li {
  margin: 1px 0 1px 1px;
  padding: 0.1em 1.6em 0.1em 0.4em;
  line-height: 1.5em;
  float: left;
  position: relative;
}

.k-autocomplete .k-loading,
.k-multiselect .k-loading {
  position: absolute;
  right: 3px;
  bottom: 4px;
}

.k-multiselect .k-loading-hidden {
  visibility: hidden;
}

.k-multiselect-wrap .k-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0.1em 0.2em;
}

.k-datetimepicker .k-picker-wrap {
  padding-right: 3.8em;
}

.k-datetimepicker .k-select {
  width: 3.8em;
}

.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 2px;
}

.k-picker-wrap .k-icon {
  cursor: pointer;
}

.k-button,
.k-datepicker,
.k-datetimepicker,
.k-textbox,
.k-timepicker {
  display: inline-block;
  vertical-align: middle;
}

.k-picker-wrap .k-input {
  margin: 0;
}

.k-time-popup .k-item {
  padding: 1px 3px;
}

.k-input {
  padding: 0.25em 0;
}

.k-input,
.k-textbox > input {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-textbox {
  outline: 0;
}

input.k-textbox,
textarea.k-textbox {
  padding: 2px 0.3em;
}

input.k-textbox {
  height: 2.13em;
  text-indent: 0.33em;
  line-height: 1.6em;
}

.k-ie input.k-textbox {
  text-indent: 0.165em;
}

.k-ff input.k-textbox {
  height: 2.17em;
}

textarea.k-textbox {
  height: auto;
}

span.k-numerictextbox {
  background-color: transparent;
}

.k-numerictextbox .k-input {
  margin: 0;
}

.k-numerictextbox .k-link {
  display: block;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  border-width: 0;
  padding: 0;
}

.k-numerictextbox .k-icon {
  height: 11px;
}

.k-numeric-wrap .k-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.k-colorpicker .k-picker-wrap {
  line-height: 2em;
}

.k-colorpicker .k-selected-color {
  vertical-align: top;
  line-height: 0;
  display: inline-block;
  height: 2em;
  width: 2em;
}

.k-colorpicker .k-tool-icon {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 3px 3px 2px;
  font-size: 0;
  line-height: 0;
  margin-right: 3px;
  margin-left: 2px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -ms-high-contrast-adjust: none;
}

.k-colorpicker .k-tool-icon .k-selected-color {
  display: block;
  height: 3px;
  width: 16px;
  position: absolute;
  left: 3px;
  bottom: -3px;
  border-radius: 0 !important;
}

.k-colorpicker .k-select {
  cursor: pointer;
}

.k-disabled-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.k-colorpalette {
  position: relative;
  line-height: 0;
  border-width: 0;
  display: inline-block;
}

.k-colorpalette .k-palette {
  border-collapse: collapse;
  position: relative;
  width: 100%;
  height: 100%;
}

.k-colorpalette .k-item {
  width: 14px;
  height: 14px;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}

.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover {
  z-index: 7;
  background: transparent;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.7),
    inset 0 0 0 1px hsla(0, 0%, 100%, 0.45);
  position: relative;
}

.k-colorpalette .k-item:hover {
  z-index: 8;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px hsla(0, 0%, 100%, 0.3);
}

.k-flatcolorpicker {
  position: relative;
  display: inline-block;
  width: 250px;
  padding-bottom: 5px;
}

div.k-flatcolorpicker {
  background-color: transparent;
  background-image: none;
}

.k-flatcolorpicker .k-selected-color {
  background-image: url(/IconImages/flatColorPicker.png);
  background-position: 50% 50%;
  text-align: right;
}

.k-flatcolorpicker .k-selected-color input.k-color-value {
  font-family: Consolas, Ubuntu Mono, Lucida Console, Courier New, monospace;
  padding: 0.75em 0.3em 0.65em 1em;
  border: 0;
  margin: 0;
  width: 70%;
}

.k-flatcolorpicker .k-hsv-rectangle {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pinch-zoom double-tap-zoom;
}

.k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #eee;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 6px;
  box-shadow: 0 1px 2px #444;
  background: transparent;
}

.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus,
.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover {
  background: transparent;
  border-color: #fff;
  box-shadow: 0 1px 5px #000;
}

.k-flatcolorpicker .k-hsv-rectangle.k-dragging,
.k-flatcolorpicker .k-hsv-rectangle.k-dragging * {
  cursor: none;
}

.k-flatcolorpicker .k-slider-horizontal {
  height: 20px;
  width: 90%;
  margin: 0 5%;
}

.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
}

.k-flatcolorpicker .k-hue-slider,
.k-flatcolorpicker .k-transparency-slider {
  display: block;
}

.k-flatcolorpicker .k-hue-slider .k-slider-selection,
.k-flatcolorpicker .k-transparency-slider .k-slider-selection {
  background: transparent;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle,
.k-flatcolorpicker .k-transparency-slider .k-draghandle {
  background: transparent;
  border: 3px solid #eee;
  margin-top: 1px;
  height: 8px;
  width: 8px;
  box-shadow: 0 1px 4px #444;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle:focus,
.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,
.k-flatcolorpicker .k-transparency-slider .k-draghandle:focus,
.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover {
  background: transparent;
  border-color: #fff;
  box-shadow: 0 1px 5px #000;
  border-width: 2px;
  padding: 1px;
}

.k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: linear-gradient(
    90deg,
    red 0,
    #ff0 16%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 84%,
    #ff0004
  );
}

.k-flatcolorpicker .k-transparency-slider .k-slider-track {
  background-image: url(/IconImages/sliderTrack.png);
  background-size: 100% auto;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.k-flatcolorpicker .k-controls {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 90%;
}

.k-flatcolorpicker .k-controls .k-button {
  width: 6em;
}

.k-flatcolorpicker .k-hsv-gradient {
  background: linear-gradient(180deg, transparent 0, #000),
    linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
  height: 180px;
  margin-bottom: 5px;
}

.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.k-ie9 .k-flatcolorpicker .k-hsv-gradient {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+),
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.k-ie8 .k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: url(/IconImages/rainbow.png) repeat 0 50%;
}

.k-ie8 .k-flatcolorpicker .k-transparency-slider .k-slider-track {
  background: url(/IconImages/sliderTrack.png) repeat 0 50%;
}

.k-ie8 .k-flatcolorpicker .k-hsv-gradient {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#00ffffff", GradientType=1) progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#ff000000", GradientType=0);
}

table.k-editor {
  width: 100%;
  height: 250px;
  table-layout: fixed;
  border-style: solid;
  border-width: 1px;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 100%;
  vertical-align: top;
  position: relative;
}

.k-editor-inline {
  border-width: 2px;
  word-wrap: break-word;
  overflow: auto;
}

.k-editortoolbar-dragHandle {
  cursor: move;
  padding-left: 0;
  padding-right: 3px;
  box-shadow: none !important;
}

.k-editor-widget > .k-window-content {
  overflow: hidden;
}

.k-editor .k-editor-toolbar-wrap {
  border: 0;
  padding: 0;
}

.k-editor-toolbar {
  margin: 0;
  padding: 0.1em 0;
  list-style-type: none;
  line-height: 1.3em;
  cursor: default;
  word-wrap: break-word;
}

.k-editor-toolbar li {
  display: inline-block;
  vertical-align: middle;
}

.k-ff .k-editor-toolbar,
.k-ie9 .k-editor-toolbar,
.k-webkit .k-editor-toolbar {
  padding: 0;
}

.k-ff .k-editor-toolbar li,
.k-ie9 .k-editor-toolbar li,
.k-ie10 .k-editor-toolbar li,
.k-safari .k-editor-toolbar li,
.k-webkit .k-editor-toolbar li {
  display: inline-block;
  padding: 0.1em 0;
}

.k-editor-toolbar .k-editor-widget,
.k-editor-toolbar > li {
  margin-right: 6px;
}

.k-group-start.k-group-end .k-editor-widget {
  margin-right: 0;
}

.k-editor-toolbar .k-editor-dropdown {
  position: relative;
}

.k-select-overlay {
  -webkit-appearance: none;
  opacity: 0;
  z-index: 21;
  top: 0;
  left: 0;
  position: absolute;
  height: 26px;
  width: 100%;
  margin: -4px 0 0;
}

.k-editor-toolbar .k-separator {
  position: relative;
  top: 1px;
  border-style: solid;
  border-width: 0 1px 0 0;
  margin: 0 0.3em 0 0.1em;
  padding: 0 0 0 1px;
  font-size: 1.3em;
}

.k-editor-toolbar .k-break {
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

.k-editor-toolbar .k-colorpicker,
.k-editor-toolbar .k-combobox,
.k-editor-toolbar .k-dropdown,
.k-editor-toolbar .k-selectbox {
  vertical-align: middle;
}

.k-button-group {
  white-space: nowrap;
}

.k-button-group .k-tool {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.k-button-group .k-tool-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -ms-high-contrast-adjust: none;
}

.k-i-move {
  background-position: -160px -288px;
}

.k-bold {
  background-position: -240px 0;
}

.k-state-hover .k-bold,
.k-state-selected .k-bold {
  background-position: -264px 0;
}

.k-italic {
  background-position: -240px -24px;
}

.k-state-hover .k-italic,
.k-state-selected .k-italic {
  background-position: -264px -24px;
}

.k-underline {
  background-position: -240px -48px;
}

.k-state-hover .k-underline,
.k-state-selected .k-underline {
  background-position: -264px -48px;
}

.k-strikethrough {
  background-position: -240px -72px;
}

.k-state-hover .k-strikethrough,
.k-state-selected .k-strikethrough {
  background-position: -264px -72px;
}

.k-foreColor {
  background-position: -240px -96px;
}

.k-state-hover .k-foreColor,
.k-state-selected .k-foreColor {
  background-position: -264px -96px;
}

.k-backColor {
  background-position: -240px -120px;
}

.k-state-hover .k-backColor,
.k-state-selected .k-backColor {
  background-position: -264px -120px;
}

.k-colorpicker .k-foreColor {
  background-position: -240px -96px;
}

.k-colorpicker .k-backColor {
  background-position: -240px -120px;
}

.k-justifyLeft {
  background-position: -240px -144px;
}

.k-state-hover .k-justifyLeft,
.k-state-selected .k-justifyLeft {
  background-position: -264px -144px;
}

.k-justifyCenter {
  background-position: -240px -168px;
}

.k-state-hover .k-justifyCenter,
.k-state-selected .k-justifyCenter {
  background-position: -264px -168px;
}

.k-justifyRight {
  background-position: -240px -192px;
}

.k-state-hover .k-justifyRight,
.k-state-selected .k-justifyRight {
  background-position: -264px -192px;
}

.k-justifyFull {
  background-position: -240px -216px;
}

.k-state-hover .k-justifyFull,
.k-state-selected .k-justifyFull {
  background-position: -264px -216px;
}

.k-insertUnorderedList {
  background-position: -240px -264px;
}

.k-state-hover .k-insertUnorderedList,
.k-state-selected .k-insertUnorderedList {
  background-position: -264px -264px;
}

.k-insertOrderedList {
  background-position: -240px -288px;
}

.k-state-hover .k-insertOrderedList,
.k-state-selected .k-insertOrderedList {
  background-position: -264px -288px;
}

.k-indent,
.k-rtl .k-outdent {
  background-position: -288px 0;
}

.k-state-hover .k-indent,
.k-state-hover .k-rtl .k-outdent,
.k-state-selected .k-indent,
.k-state-selected .k-rtl .k-outdent {
  background-position: -312px 0;
}

.k-outdent,
.k-rtl .k-indent {
  background-position: -288px -24px;
}

.k-state-hover .k-outdent,
.k-state-hover .k-rtl .k-indent,
.k-state-selected .k-outdent,
.k-state-selected .k-rtl .k-indent {
  background-position: -312px -24px;
}

.k-createLink {
  background-position: -288px -48px;
}

.k-state-hover .k-createLink,
.k-state-selected .k-createLink {
  background-position: -312px -48px;
}

.k-unlink {
  background-position: -288px -72px;
}

.k-state-hover .k-unlink,
.k-state-selected .k-unlink {
  background-position: -312px -72px;
}

.k-insertImage {
  background-position: -288px -96px;
}

.k-state-hover .k-insertImage,
.k-state-selected .k-insertImage {
  background-position: -312px -96px;
}

.k-insertFile {
  background-position: -288px -216px;
}

.k-state-hover .k-insertFile,
.k-state-selected .k-insertFile {
  background-position: -312px -216px;
}

.k-subscript {
  background-position: -288px -144px;
}

.k-state-hover .k-subscript,
.k-state-selected .k-subscript {
  background-position: -312px -144px;
}

.k-superscript {
  background-position: -288px -168px;
}

.k-state-hover .k-superscript,
.k-state-selected .k-superscript {
  background-position: -312px -168px;
}

.k-cleanFormatting {
  background-position: -288px -192px;
}

.k-state-hover .k-cleanFormatting,
.k-state-selected .k-cleanFormatting {
  background-position: -312px -192px;
}

.k-createTable {
  background-position: -192px 0;
}

.k-state-hover .k-createTable,
.k-state-selected .k-createTable {
  background-position: -216px 0;
}

.k-addColumnLeft {
  background-position: -192px -24px;
}

.k-state-hover .k-addColumnLeft,
.k-state-selected .k-addColumnLeft {
  background-position: -216px -24px;
}

.k-addColumnRight {
  background-position: -192px -48px;
}

.k-state-hover .k-addColumnRight,
.k-state-selected .k-addColumnRight {
  background-position: -216px -48px;
}

.k-addRowAbove {
  background-position: -192px -72px;
}

.k-state-hover .k-addRowAbove,
.k-state-selected .k-addRowAbove {
  background-position: -216px -72px;
}

.k-addRowBelow {
  background-position: -192px -96px;
}

.k-state-hover .k-addRowBelow,
.k-state-selected .k-addRowBelow {
  background-position: -216px -96px;
}

.k-deleteRow {
  background-position: -192px -120px;
}

.k-state-hover .k-deleteRow,
.k-state-selected .k-deleteRow {
  background-position: -216px -120px;
}

.k-deleteColumn {
  background-position: -192px -144px;
}

.k-state-hover .k-deleteColumn,
.k-state-selected .k-deleteColumn {
  background-position: -216px -144px;
}

.k-mergeCells {
  background-position: -192px -168px;
}

.k-state-hover .k-mergeCells,
.k-state-selected .k-mergeCells {
  background-position: -216px -168px;
}

.k-pdf {
  background-position: -288px -240px;
}

.k-state-hover .k-pdf,
.k-state-selected .k-pdf {
  background-position: -312px -240px;
}

.k-print {
  background-position: -288px -264px;
}

.k-state-hover .k-print,
.k-state-selected .k-print {
  background-position: -312px -264px;
}

.k-fontName {
  width: 110px;
}

.k-fontSize {
  width: 124px;
}

.k-formatBlock {
  width: 147px;
}

.k-editortoolbar-dragHandle {
  float: left;
  margin: 1px 0 0;
}

.k-editor-toolbar .k-button-group {
  padding: 1px;
}

.k-editor .k-editor-toolbar .k-row-break {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
  margin-right: -1px;
}

.k-button-group .k-tool.k-state-hover,
.k-button-group .k-tool:focus {
  position: relative;
  z-index: 1;
}

.k-rtl .k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
}

.k-button-group .k-tool.k-group-end {
  border-right-width: 1px;
}

.k-rtl .k-button-group .k-tool.k-group-end {
  border-left-width: 1px;
}

.k-button-group .k-state-disabled {
  display: none;
}

.k-button-group .k-state-active,
.k-button-group .k-state-hover {
  vertical-align: middle;
}

.k-button-group .k-state-disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.k-editor .k-editable-area {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  outline: 0;
}

.k-editor .k-content {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}

.k-editor .k-tool {
  outline: 0;
}

.k-editor iframe.k-content {
  display: inline;
  vertical-align: top;
}

.k-editor .k-raw-content {
  border: 0;
  margin: 0;
  padding: 0;
}

.k-editor-dialog .k-editor-textarea,
.k-editor .k-raw-content {
  font-size: inherit;
  font-family: consolas, courier new, monospace;
}

.k-editor-dialog {
  padding: 1em;
  width: 400px;
}

.k-editor-dialog .k-edit-label {
  width: 25%;
}

.k-editor-dialog .k-edit-field {
  width: 66%;
}

.k-editor-dialog .k-edit-field .k-textbox {
  width: 96%;
}

.k-viewhtml-dialog {
  width: auto;
}

.k-filebrowser-dialog {
  width: auto;
  min-width: 350px;
}

.k-filebrowser-dialog .k-filebrowser {
  margin: 0 1em;
}

.k-filebrowser-dialog .k-edit-label {
  width: 18%;
}

.k-filebrowser-dialog .k-edit-field {
  width: 75%;
}

.k-filebrowser-dialog .k-edit-field .k-textbox {
  width: 70%;
}

#k-editor-image-height,
#k-editor-image-width {
  width: 5em;
}

.k-editor-dialog .k-button {
  display: inline-block;
}

.k-editor-dialog .k-editor-textarea {
  width: 600px;
  height: 350px;
  padding: 0.2em 0.2em 0.2em 0.4em;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
}

.k-button-wrapper .k-link:hover {
  text-decoration: underline;
}

.k-ct-popup {
  width: 180.4px;
  padding: 0.65em 0.5em 0.5em;
}

.k-ct-popup .k-status {
  margin: 0.3em 0;
}

.k-ct-cell {
  border-width: 1px;
  border-style: solid;
  width: 18px;
  height: 18px;
  margin: 1px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}

.k-editor .k-resize-handle {
  position: absolute;
  padding: 5px;
  right: 0;
  bottom: 0;
}

.k-editor .k-overlay {
  position: absolute;
  background-color: #fff;
  opacity: 0;
}

.k-toolbar-resizable {
  min-height: 2.4375em;
  position: relative;
}

.k-overflow-tools {
  position: absolute;
  right: 0;
  top: 0;
}

.k-editor-overflow-popup .k-tool {
  width: auto;
  height: auto;
  display: block;
  text-align: left;
  text-decoration: initial;
  border: 0;
  padding-right: 0.5em;
  margin: 0;
  padding: 0 6px;
}

.k-editor-overflow-popup .k-tool.k-state-disabled,
.k-editor-toolbar .k-tool-text {
  display: none;
}

.k-notification-wrap {
  padding: 0.6em 0.5em;
  cursor: default;
  position: relative;
  white-space: nowrap;
}

.k-notification-button .k-notification-wrap {
  padding-right: 20px;
}

.k-notification-wrap > .k-i-note {
  vertical-align: text-bottom;
  margin-right: 4px;
}

.k-notification-wrap > .k-i-close {
  position: absolute;
  top: 7px;
  right: 4px;
  display: none;
}

.k-notification-button .k-notification-wrap > .k-i-close {
  display: block;
}

.k-progressbar {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 4px;
}

.k-progressbar-horizontal {
  width: 27em;
  height: 1.9em;
}

.k-progressbar-vertical {
  width: 1.9em;
  height: 27em;
}

.k-progressbar > .k-state-selected {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.k-progressbar-horizontal > .k-state-selected,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  left: -1px;
  right: auto;
  top: -1px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected,
.k-rtl .k-progressbar-horizontal > .k-state-selected {
  left: auto;
  right: -1px;
  border-radius: 0 4px 4px 0;
}

.k-progressbar-vertical > .k-state-selected {
  left: -1px;
  bottom: -1px;
  width: 100%;
  border-radius: 0 0 4px 4px;
}

.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
  bottom: auto;
  top: -1px;
  border-radius: 4px 4px 0 0;
}

.k-progressbar > .k-state-selected.k-complete,
.k-rtl .k-progressbar > .k-state-selected.k-complete {
  border-radius: 4px;
}

.k-progressbar > .k-reset {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  white-space: nowrap;
}

.k-progressbar-horizontal .k-item {
  display: inline-block;
  height: 100%;
  border-style: solid;
  margin-left: -1px;
}

.k-progressbar-horizontal .k-item.k-first {
  margin-left: 0;
}

.k-progressbar-horizontal .k-item.k-last {
  border-right-width: 0;
}

.k-progressbar-horizontal .k-item,
.k-progressbar-horizontal.k-progressbar-reverse .k-item,
.k-rtl .k-progressbar-horizontal .k-item,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item {
  border-width: 1px 0 1px 1px;
}

.k-progressbar-horizontal .k-first,
.k-rtl .k-progressbar-horizontal .k-last,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}

.k-progressbar-horizontal .k-last,
.k-rtl .k-progressbar-horizontal .k-first {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.k-progressbar-horizontal .k-last.k-state-selected,
.k-progressbar-horizontal.k-progressbar-reverse .k-last,
.k-rtl .k-progressbar-horizontal .k-first {
  border-right-width: 1px;
}

.k-progressbar-vertical .k-item {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 0;
  margin-top: -1px;
}

.k-progressbar-vertical .k-item.k-first {
  margin-top: 0;
}

.k-progressbar-vertical li.k-item.k-last {
  border-bottom-width: 0;
}

.k-progressbar-vertical .k-first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-progressbar-vertical .k-last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 1px;
}

.k-progressbar-vertical.k-progressbar-reverse .k-item {
  border-width: 0 1px 1px;
}

.k-progressbar-vertical.k-progressbar-reverse .k-first {
  border-top-width: 1px;
}

.k-progress-status-wrap {
  position: absolute;
  top: -1px;
  border: 1px solid transparent;
  line-height: 2em;
  width: 100%;
  height: 100%;
}

.k-progress-status-wrap,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap {
  left: -1px;
  right: auto;
  text-align: right;
}

.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap,
.k-rtl .k-progressbar-horizontal .k-progress-status-wrap {
  left: auto;
  right: -1px;
  text-align: left;
}

.k-progressbar-vertical .k-progress-status-wrap {
  top: auto;
  bottom: -1px;
}

.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap {
  bottom: auto;
  top: -1px;
}

.k-progress-status {
  display: inline-block;
  padding: 0 0.5em;
  min-width: 10px;
  white-space: nowrap;
}

.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  position: absolute;
  bottom: 0;
  left: 0;
}

.k-progressbar-vertical .k-progress-status {
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  -webkit-transform: rotate(90deg) translateX(-100%);
  transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.k-ie8 .k-progressbar-vertical .k-progress-status {
  writing-mode: bt-lr;
  padding: 0.5em 0;
}

div.k-slider {
  position: relative;
  border-width: 0;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-slider-vertical {
  width: 26px;
  height: 200px;
}

.k-slider-horizontal {
  display: inline-block;
  width: 200px;
  height: 26px;
}

.k-slider-wrap {
  width: 100%;
  height: 100%;
}

.k-grid .k-slider .k-button,
.k-slider .k-button {
  position: absolute;
  top: 0;
  width: 24px;
  min-width: 0;
  height: 24px;
  margin: 0;
  padding: 0;
  outline: 0;
}

.k-slider .k-button .k-icon {
  margin-top: 3px;
  vertical-align: top;
}

.k-state-disabled .k-slider-wrap {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.k-state-disabled .k-slider-wrap .k-slider-items {
  color: #333;
}

.k-slider .k-button-decrease {
  left: 0;
}

.k-grid .k-slider-vertical .k-button-decrease,
.k-slider-vertical .k-button-decrease {
  top: auto;
  bottom: 0;
}

.k-slider .k-button-increase {
  right: 0;
}

.k-slider-track,
.k-slider .k-icon,
.k-slider .k-tick {
  cursor: pointer;
}

.k-slider-selection,
.k-slider-track {
  position: absolute;
  margin: 0;
  padding: 0;
}

.k-slider-horizontal .k-slider-selection,
.k-slider-horizontal .k-slider-track {
  top: 50%;
  left: 0;
  height: 8px;
  margin-top: -4px;
  background-repeat: repeat-x;
}

.k-slider-horizontal .k-slider-buttons .k-slider-track {
  left: 34px;
}

.k-slider-vertical .k-slider-selection,
.k-slider-vertical .k-slider-track {
  left: 50%;
  bottom: 0;
  width: 8px;
  margin-left: -4px;
  background-repeat: repeat-y;
}

.k-slider-vertical .k-slider-buttons .k-slider-track {
  bottom: 34px;
}

.k-draghandle {
  position: absolute;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -3333px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  outline: 0;
}

.k-slider-horizontal .k-draghandle {
  top: -4px;
  width: 13px;
  height: 14px;
}

.k-slider-vertical .k-draghandle {
  left: -4px;
  width: 14px;
  height: 13px;
}

.k-slider-buttons .k-slider-items {
  margin-left: 34px;
}

.k-slider-horizontal .k-slider-items {
  height: 100%;
}

.k-slider-vertical .k-slider-items {
  padding-top: 1px;
}

.k-slider-vertical .k-slider-buttons .k-slider-items {
  padding-top: 0;
  margin: 0;
  padding-top: 35px;
}

.k-slider .k-tick {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
}

.k-slider-horizontal .k-tick {
  float: left;
  height: 100%;
  text-align: center;
  background-position: center -92px;
}

.k-slider-horizontal .k-slider-topleft .k-tick {
  background-position: center -122px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick {
  background-position: center -152px;
}

.k-slider-horizontal .k-tick-large {
  background-position: center -2px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large {
  background-position: center -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large {
  background-position: center -62px;
}

.k-slider-vertical .k-tick {
  background-position: -92px;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  background-position: -122px;
}

.k-slider-vertical .k-slider-bottomright .k-tick {
  background-position: -152px;
}

.k-slider-vertical .k-tick-large {
  background-position: -2px;
}

.k-slider-vertical .k-slider-topleft .k-tick-large {
  background-position: -32px;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large {
  background-position: -62px;
}

.k-slider-horizontal .k-first {
  background-position: 0 -92px;
}

.k-slider-horizontal .k-tick-large.k-first {
  background-position: 0 -2px;
}

.k-slider-horizontal .k-slider-topleft .k-first {
  background-position: 0 -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
  background-position: 0 -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-first {
  background-position: 0 -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
  background-position: 0 -62px;
}

.k-slider-horizontal .k-last {
  background-position: 100% -92px;
}

.k-slider-horizontal .k-tick-large.k-last {
  background-position: 100% -2px;
}

.k-slider-horizontal .k-slider-topleft .k-last {
  background-position: 100% -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
  background-position: 100% -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-last {
  background-position: 100% -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
  background-position: 100% -62px;
}

.k-slider-vertical .k-first {
  background-position: -92px 100%;
}

.k-slider-vertical .k-tick-large.k-first {
  background-position: -2px 100%;
}

.k-slider-vertical .k-slider-topleft .k-first {
  background-position: -122px 100%;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
  background-position: -32px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-first {
  background-position: -152px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
  background-position: -62px 100%;
}

.k-slider-vertical .k-last {
  background-position: -92px 0;
}

.k-slider-vertical .k-tick-large.k-last {
  background-position: -2px 0;
}

.k-slider-vertical .k-slider-topleft .k-last {
  background-position: -122px 0;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
  background-position: -32px 0;
}

.k-slider-vertical .k-slider-bottomright .k-last {
  background-position: -152px 0;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
  background-position: -62px 0;
}

.k-slider-vertical .k-tick {
  text-align: right;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  text-align: left;
}

.k-slider .k-label {
  position: absolute;
  white-space: nowrap;
  font-size: 0.92em;
}

.k-slider-horizontal .k-label {
  left: 0;
  width: 100%;
  line-height: 1;
}

.k-slider-horizontal .k-first .k-label {
  left: -50%;
}

.k-slider-horizontal .k-last .k-label {
  left: auto;
  right: -50%;
}

.k-slider-horizontal .k-label {
  bottom: -1.2em;
}

.k-slider-horizontal .k-slider-topleft .k-label {
  top: -1.2em;
}

.k-slider-vertical .k-label {
  left: 120%;
  display: block;
  text-align: left;
}

.k-slider-vertical .k-last .k-label {
  top: -0.5em;
}

.k-slider-vertical .k-first .k-label {
  bottom: -0.5em;
}

.k-slider-vertical .k-slider-topleft .k-label {
  left: auto;
  right: 120%;
}

.k-slider-tooltip {
  top: -4444px;
}

.k-scheduler-footer,
.k-scheduler-toolbar {
  border-style: solid;
  line-height: 28px;
  padding: 6px;
}

.k-scheduler-toolbar {
  position: relative;
  border-width: 0 0 1px;
}

.k-edit-field.k-scheduler-toolbar {
  border-width: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.k-scheduler-header {
  text-align: center;
}

.k-scheduler-footer {
  border-width: 1px 0 0;
}

.k-scheduler-toolbar > ul {
  float: right;
}

.k-scheduler-toolbar > ul:first-child {
  float: left;
}

.k-scheduler-toolbar > .k-scheduler-tools {
  float: left;
  margin-bottom: 0.5em;
}

.k-scheduler-tools + .k-scheduler-navigation {
  float: left;
  clear: left;
}

.k-scheduler-footer > ul > li,
.k-scheduler-toolbar > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.k-scheduler .k-scheduler-toolbar .k-nav-current,
.k-scheduler .k-scheduler-toolbar .k-scheduler-tools > li {
  border-width: 0;
}

.k-scheduler-toolbar > ul.k-scheduler-views > li:first-child + li,
.k-scheduler-toolbar > ul > li:first-child {
  border-left-width: 1px;
}

.k-scheduler div.k-scheduler-footer ul li {
  margin-right: 0.6em;
  border-width: 1px;
}

.k-scheduler-footer .k-link,
.k-scheduler-toolbar .k-link {
  display: inline-block;
  padding: 0 1.1em;
}

.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar .k-nav-prev .k-link {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.k-scheduler-toolbar .k-nav-current .k-link {
  padding: 0;
}

.k-scheduler-toolbar .k-nav-current {
  margin: 0 1.1em;
}

.k-scheduler .k-nav-current > .k-state-active,
.k-scheduler div.k-scheduler-toolbar > ul > li.k-nav-current {
  background: 0;
}

.k-scheduler-phone
  .k-scheduler-toolbar
  + .k-scheduler-toolbar
  .k-scheduler-navigation {
  width: 100%;
  text-align: center;
}

.k-scheduler-phone
  .k-scheduler-toolbar
  + .k-scheduler-toolbar
  .k-scheduler-navigation
  > li {
  background: 0;
  border: 0;
}

.k-scheduler-phone .k-toolbar .k-nav-next {
  float: right;
}

.k-scheduler-phone .k-toolbar .k-nav-prev {
  float: left;
}

.k-scheduler-footer .k-icon,
.k-scheduler-toolbar .k-i-calendar {
  margin: -2px 6px 0 0;
}

.k-scheduler-header,
.k-scheduler-header-wrap {
  overflow: hidden;
}

.k-scheduler-header-wrap {
  position: relative;
  border-style: solid;
  border-width: 0;
}

.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
  border-right-width: 1px;
}

.k-scheduler-content,
.k-scheduler-times {
  position: relative;
}

.k-scheduler-times {
  overflow: hidden;
  border-style: solid;
  border-width: 0;
}

.k-scheduler-content {
  overflow: auto;
}

.k-scheduler-layout,
.k-scheduler-table {
  border-spacing: 0;
  width: 100%;
  margin: 0;
  border-collapse: separate;
}

.k-scheduler-layout > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}

.k-safari .k-scheduler-layout > tbody > tr > td + td {
  width: 100%;
}

.k-scheduler-table {
  table-layout: fixed;
  max-width: none;
}

.k-scheduler-times .k-scheduler-table {
  table-layout: auto;
}

.k-scheduler-monthview .k-scheduler-content .k-scheduler-table {
  height: 100%;
}

.k-scheduler-table td,
.k-scheduler-table th {
  height: 1.5em;
  padding: 0.334em 0.5em;
  font-size: 100%;
}

.k-scheduler .k-scheduler-table td,
.k-scheduler .k-scheduler-table th {
  box-sizing: content-box;
}

.k-scheduler-monthview .k-hidden,
.k-scheduler-monthview .k-hidden > div {
  width: 0 !important;
  overflow: hidden !important;
}

.k-scheduler-monthview .k-hidden {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-width: 0 !important;
}

.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times {
  margin-right: 1px;
}

.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times .k-hidden {
  height: auto;
}

.k-scheduler-monthview .k-hidden,
.k-scheduler-monthview .k-scheduler-table td {
  height: 80px;
  text-align: right;
}

.k-scheduler-phone .k-scheduler-monthview .k-hidden,
.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td {
  height: 40px;
}

.k-scheduler-layout tr + tr .k-scheduler-times th:last-child,
.k-scheduler-table td,
.k-slot-cell {
  vertical-align: top;
}

.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td {
  text-align: center;
  vertical-align: middle;
}

.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td span {
  font-size: 1.5em;
}

.k-scheduler-header th {
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-scheduler-header th,
.k-scheduler-table td {
  border-style: solid;
  border-width: 0 0 1px 1px;
}

.k-scheduler-header th:first-child,
.k-scheduler-table td:first-child {
  border-left-width: 0;
}

.k-scheduler-agendaview .k-scheduler-table td:first-child {
  border-left-width: 1px;
}

.k-scheduler-agendaview .k-scheduler-table td.k-first {
  border-left-width: 0;
}

.k-scheduler-layout tr + tr .k-scheduler-table > tbody > tr:last-child > td,
.k-scheduler-layout tr + tr .k-scheduler-times tr:last-child > th,
.k-scheduler-table > tbody > tr > .k-last {
  border-bottom-width: 0;
}

.k-scheduler-agendaview.k-scrollbar-h
  .k-scheduler-table
  > tbody
  > tr
  > td.k-last,
.k-scrollbar-h
  .k-scheduler-content
  .k-scheduler-table
  > tbody
  > tr:last-child
  > td,
.k-scrollbar-h tr + tr .k-scheduler-times {
  border-bottom-width: 1px;
}

.k-scheduler-times th {
  text-align: right;
  padding-right: 0.6em;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent;
  white-space: nowrap;
}

.k-scheduler-layout tr + tr .k-scheduler-times th {
  border-bottom-color: transparent;
}

.k-scheduler-layout tr + tr .k-scheduler-times th.k-scheduler-times-all-day,
.k-scheduler-layout tr + tr .k-scheduler-times th.k-slot-cell {
  border-bottom-color: inherit;
}

.k-scheduler .k-middle-row td {
  border-bottom-style: dotted;
}

.k-scheduler-now-arrow,
.k-scheduler-now-line {
  position: absolute;
}

.k-scheduler-now-arrow {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  left: 0;
}

.k-scheduler-now-line {
  left: 5px;
  right: 0;
  height: 1px;
}

.k-task {
  position: relative;
}

div.k-more-events {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
}

.k-more-events > span {
  display: block;
  margin-top: -0.6em;
}

.k-event,
.k-more-events {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
}

.k-event {
  cursor: default;
  min-height: 1.3em;
}

.k-event-drag-hint {
  filter: alpha(opacity=60);
  opacity: 0.6;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.k-scheduler-header .k-event {
  white-space: nowrap;
}

.k-event-template {
  padding: 0.3em 1.4em 0.3em 0.6em;
}

.k-event-time {
  display: none;
  padding-bottom: 0;
  font-size: 0.9em;
}

.k-event-drag-hint .k-event-time {
  display: block;
}

.k-event-actions,
.k-event > .k-link,
.k-task > .k-link {
  position: absolute;
  top: 3px;
  right: 4px;
  white-space: nowrap;
}

.k-event-actions {
  z-index: 1;
}

.k-scheduler-agendaview .k-task > .k-link {
  top: 0;
  right: 0;
}

.k-event-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}

.k-webkit .k-event-actions:first-child {
  margin-top: 3px;
}

.k-event-actions:first-child > .k-link {
  display: inline-block;
}

.k-event-delete {
  display: none;
}

.k-event:hover .k-event-delete,
tr:hover > td > .k-task .k-event-delete {
  display: inline-block;
}

.k-event .k-event-bottom-actions,
.k-event .k-event-top-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.k-event .k-event-bottom-actions {
  top: auto;
  bottom: 0;
}

.k-event .k-resize-handle,
.k-scheduler-mobile .k-event:hover .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
}

.k-event-active .k-resize-handle,
.k-event:hover .k-resize-handle,
.k-scheduler-mobile .k-event-active:hover .k-resize-handle {
  visibility: visible;
}

.k-event .k-resize-handle:after {
  content: '';
  position: absolute;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-scheduler-mobile .k-event .k-resize-handle:after {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.k-event > .k-resize-n {
  top: 0;
  left: 0;
  right: 0;
  height: 0.4em;
}

.k-event > .k-resize-s {
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.4em;
}

.k-event > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-event > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-event > .k-resize-n:after,
.k-event > .k-resize-s:after {
  top: 1px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  height: 1px;
}

.k-event > .k-resize-s:after {
  top: auto;
  bottom: 1px;
}

.k-event > .k-resize-e:after,
.k-event > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}

.k-event > .k-resize-e:after {
  left: auto;
  right: 1px;
}

.k-scheduler-mobile .k-event > .k-resize-n,
.k-scheduler-mobile .k-event > .k-resize-s {
  height: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-e,
.k-scheduler-mobile .k-event > .k-resize-w {
  width: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-n:after,
.k-scheduler-mobile .k-event > .k-resize-s:after {
  top: 0;
  margin-left: -3em;
  width: 4em;
  height: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-s:after {
  bottom: 0;
}

.k-scheduler-mobile .k-event > .k-resize-e:after,
.k-scheduler-mobile .k-event > .k-resize-w:after {
  left: 0;
  margin-top: -0.7em;
  height: 1.4em;
  width: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-e:after {
  right: 0;
}

.k-scheduler-mobile .k-event > .k-resize-n:after {
  border-radius: 0 0 4px 4px;
}

.k-scheduler-mobile .k-event > .k-resize-s:after {
  border-radius: 4px 4px 0 0;
}

.k-scheduler-mobile .k-event > .k-resize-w:after {
  border-radius: 0 4px 4px 0;
}

.k-scheduler-mobile .k-event > .k-resize-e:after {
  border-radius: 4px 0 0 4px;
}

.k-scheduler-phone .k-scheduler-monthview .k-events-container {
  position: absolute;
  text-align: center;
  height: 6px;
  line-height: 6px;
}

.k-scheduler-phone .k-scheduler-monthview .k-event {
  position: static;
  display: inline-block;
  width: 4px;
  height: 4px;
  min-height: 0;
  margin: 1px;
}

.k-scheduler-marquee {
  border-style: solid;
  border-width: 0;
}

.k-scheduler-marquee.k-first:before,
.k-scheduler-marquee.k-last:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
}

div.k-scheduler-marquee:before {
  top: 0;
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

div.k-scheduler-marquee:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
}

.k-scheduler-marquee .k-label-top {
  position: absolute;
  top: 0.3em;
  left: 0.8em;
  font-size: 0.8em;
}

.k-scheduler-marquee .k-label-bottom {
  position: absolute;
  bottom: 0.3em;
  right: 0.81em;
  font-size: 0.8em;
}

.k-scheduler-quickedit .k-textbox {
  width: 200px;
}

.k-tooltip-bottom {
  text-align: left;
}

.k-tooltip-bottom .k-button {
  float: left;
  margin-right: 0.3em;
}

.k-tooltip-bottom .k-quickedit-details {
  float: right;
  margin-right: 0;
}

.k-scheduler-agendaview .k-scheduler-table td,
.k-scheduler-agendaview .k-scheduler-table th {
  text-align: left;
}

.k-scheduler-groupcolumn,
.k-scheduler-times .k-slot-cell {
  width: 6em;
}

.k-scheduler-datecolumn {
  width: 12em;
}

.k-scheduler-timecolumn {
  width: 11em;
}

.k-scheduler-timecolumn > div {
  position: relative;
  vertical-align: top;
}

.k-webkit .k-scheduler-timecolumn > div > .k-icon {
  vertical-align: top;
}

.k-scheduler-timecolumn > div > .k-i-arrow-e {
  position: absolute;
  right: -4px;
}

.k-scheduler-timecolumn .k-i-arrow-w {
  margin-left: -4px;
}

.k-scheduler-mark {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
}

.k-scheduler-agendaday {
  float: left;
  margin: 0 0.2em 0 0;
  font-size: 3em;
  font-weight: 400;
}

.k-scheduler-agendaweek {
  display: block;
  margin: 0.4em 0 0;
  font-size: 1.1em;
  font-style: normal;
}

.k-scheduler-agendadate {
  font-size: 0.8em;
}

.k-scheduler-timecolumn {
  white-space: nowrap;
}

.k-scheduler-edit-form .k-edit-form-container,
.k-scheduler-timezones .k-edit-form-container {
  width: 520px;
}

.k-scheduler-edit-form .k-edit-label {
  width: 17%;
}

.k-scheduler-edit-form .k-edit-field {
  width: 77%;
}

.k-scheduler-edit-form .k-textbox[name='title'],
.k-scheduler-edit-form textarea.k-textbox {
  width: 100%;
}

.k-scheduler-edit-form textarea.k-textbox {
  min-height: 4em;
  resize: vertical;
}

.k-scheduler-edit-form > .k-edit-box:first-child .k-datetimepicker {
  margin-right: 1em;
}

.km-pane-wrapper .k-scheduler-edit-form .k-edit-buttons {
  clear: right;
  margin-right: 2%;
  margin-left: 2%;
  padding: 0 0 0.6em;
}

.k-edit-box {
  float: left;
}

.k-edit-box + .k-edit-box {
  float: right;
}

.k-scheduler-edit-form label + input {
  margin-left: 1em;
}

.k-edit-field > ul.k-reset > li {
  margin: 0.2em 0 0.4em;
  line-height: 2.4;
}

.k-edit-field > ul.k-reset.k-toolbar > li {
  margin: 0;
}

.k-edit-field > ul.k-reset .k-widget {
  margin-left: 0.8em;
}

.k-edit-field > ul.k-reset .k-numerictextbox,
.k-edit-field span.k-recur-interval {
  width: 5em;
}

.k-edit-field > ul.k-reset .k-datepicker,
.k-edit-field > ul.k-reset .k-dropdown,
div[name='recurrenceRule'] > .k-dropdown {
  width: 9em;
}

.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete {
  float: left;
}

.k-popup-message {
  margin: 0;
  padding: 1em 0 2em;
  text-align: center;
}

.k-scheduler-timezones .k-dropdown:first-child {
  width: 100%;
}

.k-scheduler-timezones .k-dropdown + .k-dropdown {
  margin: 0.5em 0 0.7em;
}

.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
.k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
  display: none;
}

.k-scheduler-refresh {
  float: right;
  padding: 0 0.5em;
}

@media only screen and (max-width: 1024px) {
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 16;
  }

  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-webkit .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views {
    right: auto;
    left: 6px;
  }

  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-ff .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-ie11 .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-safari
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li:not(.k-current-view),
  .k-safari .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,
  .k-webkit
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li:not(.k-current-view),
  .k-webkit .k-scheduler-toolbar li.k-nav-current .k-lg-date-format {
    display: none;
  }

  .k-ff .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ie11 .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-safari .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-webkit .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline;
  }

  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }

  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11
    .k-rtl
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view,
  .k-safari
    .k-rtl
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view,
  .k-webkit
    .k-rtl
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }

  .k-ff
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link,
  .k-ie11
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link,
  .k-safari
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link,
  .k-webkit
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }

  .k-ff
    .k-rtl
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link,
  .k-ie11
    .k-rtl
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link,
  .k-safari
    .k-rtl
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link,
  .k-webkit
    .k-rtl
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link {
    padding-left: 0;
  }

  .k-ff
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link:after,
  .k-ie11
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link:after,
  .k-safari
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link:after,
  .k-webkit
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }

  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ff
    .k-scheduler-toolbar
    > ul.k-scheduler-views.k-state-expanded
    > li:first-child
    + li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ie11
    .k-scheduler-toolbar
    > ul.k-scheduler-views.k-state-expanded
    > li:first-child
    + li,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-safari
    .k-scheduler-toolbar
    > ul.k-scheduler-views.k-state-expanded
    > li:first-child
    + li,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-webkit
    .k-scheduler-toolbar
    > ul.k-scheduler-views.k-state-expanded
    > li:first-child
    + li {
    display: block;
    border: 0;
    border-radius: 0;
  }

  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }

  .k-ff .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-safari .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-webkit
    .k-rtl
    .k-scheduler-toolbar
    > ul.k-scheduler-views.k-state-expanded {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .k-ff .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-ie11 .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-safari .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,
  .k-webkit .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: none;
  }

  .k-ff .k-scheduler-timecolumn,
  .k-ie11 .k-scheduler-timecolumn,
  .k-safari .k-scheduler-timecolumn,
  .k-webkit .k-scheduler-timecolumn {
    width: 5em;
  }

  .k-ff .k-scheduler-datecolumn,
  .k-ie11 .k-scheduler-datecolumn,
  .k-safari .k-scheduler-datecolumn,
  .k-webkit .k-scheduler-datecolumn {
    width: 6em;
    overflow: hidden;
  }

  .k-ff .k-scheduler-datecolumn > div,
  .k-ff .k-scheduler-timecolumn > div,
  .k-ie11 .k-scheduler-datecolumn > div,
  .k-ie11 .k-scheduler-timecolumn > div,
  .k-safari .k-scheduler-datecolumn > div,
  .k-safari .k-scheduler-timecolumn > div,
  .k-webkit .k-scheduler-datecolumn > div,
  .k-webkit .k-scheduler-timecolumn > div {
    white-space: normal;
  }
}

.k-scheduler-pdf-export {
  overflow: hidden;
}

.k-pdf-export-shadow .k-scheduler,
.k-scheduler-pdf-export .k-scheduler-content,
.k-scheduler-pdf-export .k-scheduler-times {
  height: auto !important;
  overflow: visible !important;
}

.k-scheduler-pdf-export .k-scheduler-header {
  padding: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-header-wrap {
  border-width: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table,
.k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table {
  width: 100% !important;
}

.k-tooltip {
  position: absolute;
  z-index: 22;
  border-style: solid;
  border-width: 0;
  padding: 5px 5px 5px 6px;
  background-repeat: repeat-x;
  min-width: 20px;
  text-align: center;
}

.k-tooltip-button {
  text-align: right;
  height: 0;
}

.k-tooltip-content {
  height: 100%;
}

.k-tooltip-closable .k-tooltip-content {
  padding-right: 20px;
}

span.k-tooltip {
  position: static;
  display: inline-block;
  border-width: 1px;
  padding: 2px 5px 1px 6px;
}

.k-invalid-msg {
  display: none;
}

.k-callout {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}

.k-callout-n {
  top: -12px;
  left: 50%;
}

.k-callout-w {
  top: 50%;
  left: -12px;
}

.k-callout-s {
  left: 50%;
  bottom: -12px;
}

.k-callout-e {
  top: 50%;
  right: -12px;
}

.k-slider-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
  margin-left: -6px;
}

.k-slider-tooltip .k-callout-e,
.k-slider-tooltip .k-callout-w {
  margin-top: -6px;
}

.k-tooltip-validation .k-warning {
  vertical-align: text-top;
  margin-right: 3px;
}

.k-tooltip-validation {
  z-index: 15;
}

.k-toolbar {
  position: relative;
  display: block;
  vertical-align: middle;
  line-height: 2.9em;
}

.k-overflow-container .k-button .k-icon,
.k-overflow-container .k-button .k-sprite,
.k-toolbar .k-button .k-icon,
.k-toolbar .k-button .k-sprite {
  vertical-align: middle;
  margin-top: -7px;
  margin-bottom: -5px;
}

.k-toolbar .k-input {
  line-height: inherit;
  height: inherit;
  padding-top: 2px;
  padding-bottom: 2px;
}

.k-toolbar .k-input:before {
  content: '\a0';
  display: inline-block;
  width: 0;
}

.k-ie .k-toolbar .k-input {
  height: 1.65em;
}

.k-toolbar .k-combobox .k-dropdown-wrap:before,
.k-toolbar .k-numeric-wrap:before,
.k-toolbar .k-picker-wrap:before {
  display: none;
}

.k-overflow-container .k-sprite {
  margin-left: -4px;
}

.k-toolbar-resizable {
  overflow: hidden;
  white-space: nowrap;
}

.k-toolbar > .k-align-left {
  float: none;
}

.k-toolbar > .k-align-right {
  float: right;
}

.k-toolbar .k-button,
.k-toolbar > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.72em;
}

.k-toolbar .k-separator {
  border-width: 0 0 0 1px;
  border-style: solid;
  width: 1px;
  line-height: inherit;
}

.k-toolbar .k-button-group {
  list-style-type: none;
}

.k-toolbar .k-button-group > li {
  display: inline-block;
}

.k-toolbar .k-button-group .k-button {
  margin: 0 0 0 -1px;
  border-radius: 0;
}

.k-toolbar .k-button,
.k-toolbar .k-button-group,
.k-toolbar .k-separator,
.k-toolbar .k-split-button,
.k-toolbar .k-textbox,
.k-toolbar .k-widget,
.k-toolbar label {
  margin: 0 0.2em;
  line-height: 1.72em;
  vertical-align: middle;
}

.k-toolbar .k-split-button {
  padding-left: 0;
}

.k-toolbar .k-button-group .k-group-start,
.k-toolbar .k-split-button .k-button {
  margin: 0;
}

.k-toolbar .k-split-button .k-split-button-arrow {
  margin: 0 0 0 -1px;
}

.k-toolbar .k-overflow-anchor {
  border-width: 0 0 0 1px;
  border-style: solid;
  height: 3em;
  width: 3em;
  line-height: inherit;
  padding: 0 0.5em;
  margin: 0;
  position: relative;
  float: right;
  border-radius: 0;
}

.k-overflow-container .k-item {
  float: none;
  border: 0;
}

.k-overflow-container .k-separator {
  border-width: 0 0 1px;
  border-style: solid;
  height: 1px;
  line-height: 0;
  font-size: 0;
  padding: 0;
}

.k-overflow-container .k-overflow-button,
.k-split-container .k-button {
  text-align: left;
  display: block;
  background: 0;
  border-color: transparent;
  white-space: nowrap;
}

.k-split-container {
  margin-top: -1px;
}

.k-overflow-container .k-button-group {
  padding: 0;
}

.k-overflow-container .k-button-group > li {
  display: block;
}

.k-overflow-container .k-overflow-group {
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  padding: 2px 0;
  margin: 1px 0;
}

.k-overflow-container .k-overflow-hidden {
  display: none;
}

.k-overflow-container .k-overflow-group + .k-overflow-group,
.k-overflow-container .k-separator + .k-overflow-group,
.k-overflow-container .k-toolbar-first-visible {
  border-top: 0;
  margin-top: 0;
  padding-top: 1px;
}

.k-overflow-container .k-overflow-group + .k-separator {
  display: none;
}

.k-overflow-container .k-toolbar-last-visible {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 1px;
}

.k-splitter {
  position: relative;
  height: 300px;
}

.k-pane > .k-splitter {
  border-width: 0;
  overflow: hidden;
}

.k-splitter .k-pane {
  overflow: hidden;
}

.k-splitter .k-scrollable {
  overflow: auto;
}

.k-splitter .k-pane-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.k-ghost-splitbar,
.k-splitbar {
  position: absolute;
  border-style: solid;
  font-size: 0;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-splitter .k-ghost-splitbar-horizontal,
.k-splitter .k-splitbar-horizontal {
  top: 0;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}

.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
  left: 0;
  height: 5px;
  border-width: 1px 0;
  background-repeat: repeat-x;
}

.k-splitbar-draggable-horizontal {
  cursor: w-resize;
}

.k-splitbar-draggable-vertical {
  cursor: n-resize;
}

.k-splitbar .k-resize-handle {
  display: none;
}

.k-restricted-size-horizontal,
.k-restricted-size-vertical {
  background-color: red;
}

.k-splitbar-horizontal .k-icon {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 20px;
  margin-top: -10px;
}

.k-collapse-next,
.k-collapse-prev,
.k-expand-next,
.k-expand-prev {
  cursor: pointer;
}

.k-splitbar-horizontal .k-collapse-prev {
  margin-top: -31px;
}

.k-splitbar-horizontal .k-collapse-next {
  margin-top: 11px;
}

.k-splitbar-static-horizontal {
  width: 1px;
}

.k-splitbar-static-vertical {
  height: 1px;
}

.k-splitbar-vertical .k-icon {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 5px;
  margin-left: -10px;
}

.k-splitbar-vertical .k-collapse-prev {
  margin-left: -31px;
}

.k-splitbar-vertical .k-collapse-next {
  margin-left: 11px;
}

.k-splitbar-draggable-horizontal .k-resize-handle,
.k-splitbar-draggable-vertical .k-resize-handle {
  display: inline-block;
}

.k-splitbar-horizontal .k-resize-handle {
  background-position: -165px -6px;
}

.k-splitbar-horizontal-hover > .k-resize-handle {
  background-position: -181px -6px;
}

.k-splitbar-horizontal .k-collapse-prev,
.k-splitbar-horizontal .k-expand-next {
  background-position: -6px -174px;
}

.k-splitbar-horizontal-hover > .k-collapse-prev,
.k-splitbar-horizontal-hover > .k-expand-next {
  background-position: -22px -174px;
}

.k-splitbar-horizontal .k-collapse-next,
.k-splitbar-horizontal .k-expand-prev {
  background-position: -5px -142px;
}

.k-splitbar-horizontal-hover > .k-collapse-next,
.k-splitbar-horizontal-hover > .k-expand-prev {
  background-position: -21px -142px;
}

.k-splitbar-vertical .k-resize-handle {
  background-position: -38px -309px;
}

.k-splitbar-vertical-hover > .k-resize-handle {
  background-position: -70px -309px;
}

.k-splitbar-vertical .k-collapse-prev,
.k-splitbar-vertical .k-expand-next {
  background-position: 2px -134px;
}

.k-splitbar-vertical-hover > .k-collapse-prev,
.k-splitbar-vertical-hover > .k-expand-next {
  background-position: -14px -134px;
}

.k-splitbar-vertical .k-collapse-next,
.k-splitbar-vertical .k-expand-prev {
  background-position: 2px -165px;
}

.k-splitbar-vertical-hover > .k-collapse-next,
.k-splitbar-vertical-hover > .k-expand-prev {
  background-position: -14px -165px;
}

.k-splitter-resizing {
  overflow: hidden;
}

html .k-upload {
  position: relative;
}

.k-dropzone em,
.k-upload-button {
  vertical-align: middle;
}

.k-dropzone,
.k-file {
  position: relative;
}

.k-dropzone {
  border-style: solid;
  border-width: 0;
  padding: 0.8em;
  background-color: transparent;
}

.k-dropzone em {
  visibility: hidden;
  margin-left: 0.6em;
}

.k-dropzone-active em {
  visibility: visible;
}

.k-upload-button {
  position: relative;
  min-width: 7.167em;
  overflow: hidden !important;
  direction: ltr;
}

.k-ie8 .k-upload-button,
.k-ie9 .k-upload-button,
.k-upload-sync .k-upload-button {
  margin: 0.8em;
}

.k-upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font: 170px monospace !important;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.k-upload-files {
  margin: 0 0 0.6em;
  line-height: 2.66;
  border-style: solid;
  border-width: 1px 0 0;
}

.k-upload-files .k-button {
  padding: 0;
}

.k-upload-files .k-button,
.k-upload-status-total .k-icon {
  margin-left: 8px;
}

.k-upload .k-fail {
  background-position: -161px -111px;
}

.k-si-refresh {
  background-position: -160px -128px;
}

.k-button:active .k-si-refresh,
.k-button:not(.k-state-disabled):hover .k-si-refresh,
.k-link:not(.k-state-disabled):hover > .k-si-refresh,
.k-state-hover > * > .k-si-refresh,
.k-state-hover > .k-si-refresh,
.k-textbox:hover .k-si-refresh {
  background-position: -176px -128px;
}

.k-si-tick,
.k-success {
  background-position: -160px -96px;
}

.k-button:active .k-si-tick,
.k-button:active .k-success,
.k-button:not(.k-state-disabled):hover .k-si-tick,
.k-button:not(.k-state-disabled):hover .k-success,
.k-link:not(.k-state-disabled):hover > .k-si-tick,
.k-link:not(.k-state-disabled):hover > .k-success,
.k-state-hover > * > .k-si-tick,
.k-state-hover > * > .k-success,
.k-state-hover > .k-si-tick,
.k-state-hover > .k-success,
.k-textbox:hover .k-si-tick,
.k-textbox:hover .k-success {
  background-position: -176px -96px;
}

.k-si-cancel {
  background-position: -160px -112px;
}

.k-button:active .k-si-cancel,
.k-button:not(.k-state-disabled):hover .k-si-cancel,
.k-link:not(.k-state-disabled):hover > .k-si-cancel,
.k-state-hover > * > .k-si-cancel,
.k-state-hover > .k-si-cancel,
.k-textbox:hover .k-si-cancel {
  background-position: -176px -112px;
}

.k-file {
  border-style: solid;
  border-width: 0 0 1px;
  padding: 0.167em 0.167em 0.167em 0.8em;
}

.k-file .k-icon {
  position: relative;
}

.k-file > .k-icon {
  background-position: -112px -288px;
}

.k-button:active .k-file > .k-icon,
.k-button:not(.k-state-disabled):hover .k-file > .k-icon,
.k-link:not(.k-state-disabled):hover > .k-file > .k-icon,
.k-state-hover > * > .k-file > .k-icon,
.k-state-hover > .k-file > .k-icon,
.k-textbox:hover .k-file > .k-icon {
  background-position: -128px -288px;
}

.k-filename {
  position: relative;
  display: inline-block;
  min-width: 10em;
  max-width: 16.667em;
  vertical-align: middle;
  margin-left: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k-upload-status {
  position: absolute;
  right: 12px;
}

.k-upload-status .k-button,
.k-upload-status .k-warning {
  vertical-align: text-bottom;
}

.k-dropzone .k-upload-status {
  line-height: 2.4;
}

.k-ie8 .k-upload-status-total {
  line-height: 29px;
}

.k-upload-action {
  line-height: normal;
}

.k-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.k-upload-selected {
  min-width: 7.167em;
  margin: 0.25em 0 0;
  box-sizing: content-box;
}

.k-upload-cancel,
.k-upload-selected {
  margin-bottom: 0.8em;
}

.k-upload-selected {
  margin-left: 0.8em;
  margin-right: 0.2em;
}

.k-toolbar-wrap .k-dropzone em,
.k-toolbar-wrap .k-upload-files {
  display: none;
}

.k-toolbar-wrap .k-dropzone {
  border: 0;
  padding: 0;
}

.k-toolbar-wrap .k-dropzone-active {
  text-align: center;
}

.k-toolbar-wrap .k-dropzone-active em {
  display: inline;
  margin: 0;
  font-size: 5em;
  font-style: normal;
}

.k-toolbar-wrap .k-dropzone-active .k-upload-button {
  display: none;
}

.k-filebrowser-dropzone {
  z-index: 20;
  filter: alpha(opacity=40);
  opacity: 0.4;
  position: fixed;
}

.k-search-wrap {
  position: relative;
  float: right;
  width: 20%;
  padding: 0;
}

.k-search-wrap label {
  position: absolute;
  top: 0;
  left: 4px;
  line-height: 20px;
  font-style: italic;
}

.k-search-wrap input.k-input {
  padding-left: 0;
  padding-right: 0;
}

.k-search-wrap .k-search {
  position: absolute;
  top: 4px;
  right: 2px;
  margin: 0;
}

.k-breadcrumbs {
  position: relative;
  float: left;
  width: 79%;
}

.k-breadcrumbs-wrap {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  padding-left: 5px;
  line-height: 18px;
}

.k-breadcrumbs > .k-input {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  border: 0;
}

.k-breadcrumbs-wrap .k-icon,
.k-breadcrumbs .k-link {
  margin-top: 0;
  text-decoration: none;
  vertical-align: middle;
  position: static;
}

.k-breadcrumbs .k-link:hover {
  text-decoration: underline;
}

.k-filebrowser .k-breadcrumbs .k-i-seek-w {
  text-decoration: none;
  cursor: default;
}

.k-filebrowser .k-filebrowser-toolbar {
  border-style: solid;
  border-width: 1px;
  margin: 8px 0 0;
  padding: 0.25em;
  line-height: 23px;
  white-space: nowrap;
}

.k-filebrowser .k-filebrowser-toolbar .k-button.k-state-disabled {
  display: none;
}

.k-filebrowser .k-toolbar-wrap {
  float: left;
}

.k-filebrowser .k-tiles-arrange {
  float: right;
}

.k-filebrowser .k-tiles-arrange .k-dropdown {
  width: 75px;
}

.k-filebrowser .k-upload {
  float: left;
  z-index: 20;
  border-width: 0;
  background-color: transparent;
}

.k-filebrowser .k-upload .k-upload-status {
  display: none;
}

.k-filebrowser .k-upload .k-upload-button {
  width: auto;
  margin-left: 0;
  vertical-align: top;
}

.k-filebrowser .k-upload .k-icon {
  vertical-align: bottom;
}

.k-tiles {
  clear: both;
  height: 390px;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  margin: 0 0 1.4em;
  padding: 9px;
  overflow: auto;
  line-height: 1.2;
}

.k-tile {
  float: left;
  width: 223px;
  height: 88px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin: 1px;
  padding: 0 0 4px;
  background-position: 0 100px;
  background-repeat: repeat-x;
  cursor: pointer;
}

.k-tiles li.k-state-hover,
.k-tiles li.k-state-selected {
  background-position: 0;
}

.k-filebrowser .k-thumb {
  float: left;
  display: inline;
  width: 80px;
  height: 80px;
  margin: 4px 10px 0 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-filebrowser .k-file {
  width: 80px;
  height: 80px;
}

.k-filebrowser .k-image {
  margin: 2px 0 0 2px;
}

.k-filebrowser .k-folder {
  width: 80px;
  height: 80px;
  background-position: 0 -200px;
  background-repeat: no-repeat;
}

.k-filebrowser .k-loading {
  margin: 35px 0 0 33px;
}

.k-tile input,
.k-tile strong {
  margin: 10px 0 4px;
  font-weight: 400;
}

.k-tile strong {
  float: left;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-tile input {
  width: 100px;
}

.k-tile .k-filesize,
.k-tile input,
.k-tile strong {
  display: block;
}

.k-filebrowser .k-form-text-row {
  text-align: right;
}

.k-filebrowser .k-form-text-row label {
  width: 14%;
}

.k-filebrowser .k-form-text-row input {
  width: 80%;
}

.k-tile-empty {
  margin: 160px 0 0;
}

.k-tile-empty .k-dialog-upload {
  font-weight: 700;
  font-size: 120%;
}

.k-tile-empty strong {
  display: block;
  margin: 0 0 0.2em;
  font-size: 3em;
  font-weight: 400;
}

.k-tile-empty,
.k-tile-empty .k-button-wrapper {
  text-align: center;
}

.k-chart,
.k-gauge,
.k-sparkline,
.k-stockchart {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-chart,
.k-stockchart {
  height: 400px;
}

.k-stockchart,
div.k-chart,
div.k-gauge,
span.k-sparkline {
  background-color: transparent;
}

.k-gauge {
  text-align: left;
  position: relative;
}

.k-baseline-marker {
  zoom: 1;
  *display: inline;
}

.k-chart-tooltip {
  border-radius: 4px;
  padding: 6px;
  white-space: nowrap;
  z-index: 22;
  line-height: normal;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);
  color: #fff;
}

.k-chart-tooltip-inverse {
  color: #000;
}

.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse;
}

.k-chart-tooltip th {
  width: auto;
  text-align: center;
  padding: 1px;
}

.k-chart-tooltip td {
  width: auto;
  text-align: left;
  padding: 0.1em 0.2em;
}

.k-selector {
  position: absolute;
  -webkit-transform: translateZ(0);
}

.k-selection {
  border: 1px solid #d2d2d2;
  border-bottom: 0;
}

.k-selection,
.k-selection-bg {
  position: absolute;
  height: 100%;
}

.k-selection-bg {
  width: 100%;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.01);
  filter: alpha(opacity=1);
}

.k-handle {
  background: #d2d2d2;
  width: 7px;
  height: 26px;
  cursor: e-resize;
  z-index: 1;
  border-radius: 6px;
  position: absolute;
}

.k-handle div {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.k-leftHandle {
  left: -4px;
}

.k-rightHandle {
  right: -4px;
}

.k-leftHandle div {
  margin: -20px 0 0 -15px;
  padding: 40px 30px 0 0;
}

.k-rightHandle div {
  margin: -20px 0 0 -15px;
  padding: 40px 0 0 30px;
}

.k-mask {
  background-color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.k-border,
.k-mask {
  position: absolute;
  height: 100%;
}

.k-border {
  background: #d2d2d2;
  width: 1px;
}

.k-navigator-hint div {
  position: absolute;
}

.k-navigator-hint .k-scroll {
  position: absolute;
  height: 4px;
  border-radius: 4px;
  background: #d2d2d2;
}

.k-navigator-hint .k-tooltip {
  margin-top: 20px;
  min-width: 160px;
  opacity: 1;
  text-align: center;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: #fff;
}

.k-sparkline,
.k-sparkline span {
  display: inline-block;
  vertical-align: top;
}

.k-sparkline span {
  height: 100%;
  width: 100%;
}

.k-diagram,
.k-map {
  height: 600px;
}

.k-diagram .km-scroll-wrapper,
.k-map .km-scroll-wrapper {
  padding-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-diagram .km-scroll-container,
.k-diagram .km-scroll-wrapper,
.k-map .km-scroll-container,
.k-map .km-scroll-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.k-diagram .k-layer,
.k-map .k-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.k-diagram .km-touch-scrollbar,
.k-map .km-touch-scrollbar {
  display: none;
}

.k-map .k-marker {
  position: absolute;
  width: 28px;
  height: 40px;
  margin: -40px 0 0 -14px;
  cursor: pointer;
}

.k-map .k-marker-pin {
  background-position: 0 40px;
}

.k-map .k-marker-pin-target {
  background-position: 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
  .k-map .k-marker {
    width: 56px;
    height: 80px;
    margin: -80px 0 0 -28px;
  }

  .k-map .k-marker-pin {
    background-position: 0 80px;
  }
}

.k-map .k-pos-top {
  top: 0;
}

.k-map .k-pos-bottom {
  bottom: 0;
}

.k-map .k-pos-left {
  left: 0;
}

.k-map .k-pos-right {
  right: 0;
}

.k-map-controls {
  position: absolute;
}

.k-map-controls.k-pos-left .k-widget:first-child {
  margin-right: 0;
}

.k-map-controls.k-pos-right .k-widget:first-child {
  margin-left: 0;
}

.k-navigator {
  width: 50px;
  height: 50px;
  margin: 20px;
  border-radius: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.k-pdf-export .k-navigator {
  display: none;
}

.k-navigator > button {
  border-color: transparent;
  background: 0;
}

div.k-navigator > .k-button {
  margin: 0;
  padding: 0;
  line-height: 10px;
  border-radius: 16px;
  position: absolute;
  font-size: 1px;
  line-height: 1px;
}

div.k-navigator .k-navigator-n {
  top: 2px;
  left: 50%;
  margin-left: -9px;
}

div.k-navigator .k-navigator-e {
  right: 2px;
  top: 50%;
  margin-top: -9px;
}

div.k-navigator .k-navigator-s {
  bottom: 2px;
  left: 50%;
  margin-left: -9px;
}

div.k-navigator .k-navigator-w {
  left: 2px;
  top: 50%;
  margin-top: -9px;
}

.k-map .k-attribution {
  background-color: hsla(0, 0%, 100%, 0.8);
  font-size: 10px;
  padding: 2px 4px;
  z-index: 10;
}

.k-zoom-control {
  margin: 14px;
  vertical-align: middle;
}

.k-pdf-export .k-zoom-control {
  display: none;
}

.k-button-wrap {
  border-radius: 4px;
  display: inline-block;
}

.k-button-wrap .k-button {
  position: relative;
  font: 700 17px/1.18 monospace;
}

.k-buttons-horizontal :first-child {
  border-radius: 4px 0 0 4px;
}

.k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: -1px;
}

.k-buttons-horizontal .k-zoom-out {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

.k-button-wrap .k-button:hover {
  z-index: 1;
}

.k-buttons-vertical .k-button {
  display: block;
}

.k-buttons-vertical :first-child {
  border-radius: 4px 4px 0 0;
}

.k-buttons-vertical .k-zoom-out {
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.k-zoom-text {
  margin: 0;
  width: 4.3em;
  vertical-align: top;
}

.k-rtl .k-buttons-horizontal :first-child {
  border-radius: 0 4px 4px 0;
}

.k-rtl .k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: 0;
  margin-right: -1px;
}

.k-rtl .k-buttons-horizontal .k-zoom-out {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
  margin-right: -1px;
}

.k-diagram {
  height: 600px;
}

.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-canvas-container {
  width: 100%;
  height: 100%;
}

.k-diagram img {
  box-sizing: content-box;
}

.k-treemap {
  overflow: hidden;
  height: 400px;
}

.k-treemap-tile {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  margin: -1px 0 0 -1px;
  overflow: hidden;
}

.k-treemap-tile.k-leaf {
  padding: 0.6em;
}

.k-treemap-wrap.k-last > .k-treemap-tile {
  padding: 0.3em;
}

.k-treemap-tile.k-state-hover {
  z-index: 2;
  background-image: none;
}

.k-treemap > .k-treemap-tile {
  position: relative;
  height: 100%;
}

.k-treemap-title {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.42em;
  height: 2.42em;
  padding: 0 0.6em;
  white-space: nowrap;
}

.k-treemap-wrap .k-treemap-title {
  border-width: 0 0 1px;
  border-style: solid;
}

.k-treemap-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.k-treemap-title + .k-treemap-wrap {
  top: 2.42em;
}

.k-treemap-title-vertical {
  box-sizing: border-box;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.42em;
  line-height: 2.42em;
  overflow: hidden;
  padding: 0.6em 0;
  white-space: nowrap;
}

.k-treemap-title-vertical > div {
  position: absolute;
  top: 0;
  right: 1.23em;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.k-treemap-title-vertical + .k-treemap-wrap {
  left: 2.42em;
}

.k-ie7 .k-button,
.k-ie7 .k-calendar,
.k-ie7 .k-calendar .k-nav-fast,
.k-ie7 .k-colorpicker,
.k-ie7 .k-colorpicker .k-tool-icon,
.k-ie7 .k-combobox,
.k-ie7 .k-datepicker,
.k-ie7 .k-datetimepicker,
.k-ie7 .k-dropdown,
.k-ie7 .k-dropdown-wrap .k-select,
.k-ie7 .k-edit-field,
.k-ie7 .k-edit-form-container .editor-field,
.k-ie7 .k-edit-form-container .editor-label,
.k-ie7 .k-edit-label,
.k-ie7 .k-editor-dialog .k-button,
.k-ie7 .k-event:hover .k-event-delete,
.k-ie7 .k-form-text-row label,
.k-ie7 .k-gantt-layout,
.k-ie7 .k-gantt-toolbar .k-link,
.k-ie7 .k-gantt-toolbar > ul > li,
.k-ie7 .k-grid-actions,
.k-ie7 .k-grid-content-locked,
.k-ie7 .k-grid-content-locked + .k-grid-content,
.k-ie7 .k-grid-filter,
.k-ie7 .k-grid-footer-locked,
.k-ie7 .k-grid-header-locked,
.k-ie7 .k-grid-header-locked + .k-grid-header-wrap,
.k-ie7 .k-grid .k-pager-numbers,
.k-ie7 .k-grid .k-status-text,
.k-ie7 .k-grouping-header .k-button,
.k-ie7 .k-grouping-header .k-group-indicator,
.k-ie7 .k-grouping-header .k-link,
.k-ie7 .k-grouping-header a,
.k-ie7 .k-grouping-row p,
.k-ie7 .k-header-column-menu,
.k-ie7 .k-navigator,
.k-ie7 .k-numerictextbox,
.k-ie7 .k-pager-numbers .k-link,
.k-ie7 .k-pager-numbers input,
.k-ie7 .k-pager-numbers span,
.k-ie7 .k-palette.k-reset,
.k-ie7 .k-picker-wrap .k-select,
.k-ie7 .k-progress-status,
.k-ie7 .k-progressbar,
.k-ie7 .k-progressbar-horizontal .k-item,
.k-ie7 .k-scheduler-footer > ul > li,
.k-ie7 .k-scheduler-toolbar > ul > li,
.k-ie7 .k-selectbox,
.k-ie7 .k-slider-horizontal,
.k-ie7 .k-sparkline,
.k-ie7 .k-sparkline span,
.k-ie7 .k-splitbar-draggable-horizontal .k-resize-handle,
.k-ie7 .k-splitbar-draggable-vertical .k-resize-handle,
.k-ie7 .k-tabstrip-items .k-item,
.k-ie7 .k-tabstrip-items .k-link,
.k-ie7 .k-task-actions:first-child > .k-link,
.k-ie7 .k-task-summary,
.k-ie7 .k-task-wrap-active .k-task-delete,
.k-ie7 .k-task-wrap:hover .k-task-delete,
.k-ie7 .k-timepicker,
.k-ie7 .k-treeview .k-icon,
.k-ie7 .k-treeview .k-image,
.k-ie7 .k-treeview .k-in,
.k-ie7 .k-treeview .k-sprite,
.k-ie7 .k-window-titlebar .k-window-action,
.k-ie7 .k-zoom-control,
.k-ie7 .t-filename,
.k-ie7 div.k-window,
.k-ie7 tr:hover > td > .k-task .k-event-delete {
  display: inline;
  zoom: 1;
}

.k-ie7 .k-treeview .k-group,
.k-ie7 .k-treeview .k-item {
  zoom: 1;
}

.k-ie7 .k-edit-field > .k-textbox,
.k-ie7 .k-icon,
.k-ie7 .k-sprite {
  text-indent: 0;
}

.k-ie7 .k-state-disabled {
  filter: alpha(opacity=70);
}

.k-ie7 .k-button {
  line-height: normal;
  overflow: visible;
  margin-right: 4px;
}

.k-ie7 a.k-button {
  line-height: 1.6;
  padding-left: 7px;
  padding-right: 7px;
}

.k-ie7 .k-button-expand {
  margin-left: 0;
  margin-right: 0;
}

.k-ie7 a.k-button-icon {
  padding-left: 5px;
  padding-right: 5px;
}

.k-ie7 .k-combobox .k-input,
.k-ie7 .k-numeric-wrap .k-input,
.k-ie7 .k-picker-wrap .k-input {
  margin: -1px 0;
}

.k-ie7 .k-autocomplete .k-input,
.k-ie7 .k-dropdown-wrap .k-input,
.k-ie7 .k-numeric-wrap .k-input,
.k-ie7 .k-picker-wrap .k-input,
.k-ie7 .k-selectbox .k-input {
  text-indent: 0;
}

.k-ie7 .k-dropdown-wrap .k-icon,
.k-ie7 .k-picker-wrap .k-icon {
  line-height: 2em;
  font-size: 1em;
  padding-top: 16px;
  height: 0;
}

.k-ie7 input.k-textbox {
  line-height: 1.72em;
  height: 1.72em;
  text-indent: 0.33em;
}

.k-ie7 .k-textbox {
  padding: 1px 0;
  text-indent: 0;
}

.k-ie7 .k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: url(/IconImages/rainbow.png) repeat 0 50%;
}

.k-ie7 .k-flatcolorpicker .k-transparency-slider .k-slider-track {
  background: url(/IconImages/sliderTrack.png) repeat 0 50%;
}

.k-ie7 .k-flatcolorpicker .k-hsv-gradient {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#00ffffff", GradientType=1) progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#ff000000", GradientType=0);
}

.k-ie7 .k-editor-toolbar li {
  display: inline;
}

.k-ie7 .k-filebrowser .k-upload-button,
.k-ie7 .k-filebrowser .k-upload .k-icon {
  vertical-align: baseline;
  position: relative;
  top: 1px;
}

.k-ie7 .k-filebrowser .k-upload .k-icon {
  top: 2px;
}

.k-ie7 .k-filebrowser .k-filebrowser-toolbar .k-button-icon {
  vertical-align: middle;
}

.k-ie7 .k-task-milestone {
  margin-left: 1px;
}

.k-ie7 .k-grid-content table {
  width: auto;
}

.k-ie7 .k-pager-wrap .k-textbox {
  height: 1.3333em;
  margin-top: 0.16666em;
  display: inline;
}

.k-ie7 .k-pager-sizes {
  float: left;
}

.k-ie7 .k-dirty-cell {
  position: relative;
}

.k-ie7 .k-dirty {
  top: 5px;
}

.k-ie7 .k-grid-actions {
  vertical-align: bottom;
}

.k-ie7 .k-grid tbody a.k-button {
  min-width: 62px;
}

.k-ie7 .k-edit-cell > .k-textbox,
.k-ie7 .k-edit-cell > .k-widget,
.k-ie7 .k-edit-cell > .text-box,
.k-ie7 .k-grid-edit-row > td > .k-textbox,
.k-ie7 .k-grid-edit-row > td > .k-widget,
.k-ie7 .k-grid-edit-row > td > .text-box {
  display: block;
  width: 90%;
}

.k-ie7 .k-multicheck-wrap {
  position: relative;
}

.k-ie7 .k-menu .k-item .k-item {
  zoom: normal;
}

.k-ie7 .k-menu .k-image,
.k-ie7 .k-menu .k-item > .k-link > .k-i-arrow-s,
.k-ie7 .k-menu .k-sprite {
  margin-top: 0;
}

.k-ie7 .k-menu .k-menu-group .k-link {
  width: 100%;
}

.k-ie7 .k-progressbar-vertical .k-progress-status {
  writing-mode: tb-rl;
  padding: 0.5em 0;
}

.k-ie7 .k-scheduler-toolbar .k-nav-next .k-link,
.k-ie7 .k-scheduler-toolbar .k-nav-prev .k-link {
  height: 2.3em;
  margin-top: -1px;
  vertical-align: middle;
}

.k-ie7 .k-scheduler-toolbar .k-nav-next .k-link .k-icon,
.k-ie7 .k-scheduler-toolbar .k-nav-prev .k-link .k-icon {
  margin-top: 0.5em;
}

.k-ie7 .k-scheduler-content .k-scheduler-table {
  width: auto;
}

.k-ie7 .k-slider .k-icon {
  margin-top: 2px;
}

.k-ie7 .k-slider-vertical .k-tick {
  float: left;
  clear: left;
  width: 100%;
}

.k-ie7 .k-slider a.k-button {
  height: 22px;
  line-height: 22px;
  padding: 0;
}

.k-ie7 .k-tabstrip-items .k-item .k-image,
.k-ie7 .k-tabstrip-items .k-item .k-sprite {
  margin-top: -1px;
  vertical-align: top;
}

.k-ie7 .k-dropzone em,
.k-ie7 .k-upload-button {
  vertical-align: baseline;
}

.k-ie7 .k-upload-button {
  margin: 0.8em;
}

.k-ie7 .k-upload-files .k-button {
  line-height: 1;
}

.k-ie7 .k-upload-selected {
  min-width: 100px;
}

.k-ie7 .k-window {
  padding-bottom: 1.16em;
}

.k-ie7 .k-window-titleless {
  padding-bottom: 0;
}

.k-ie7 .k-navigator > button {
  border-width: 0;
  display: block;
}

.k-ie7 .k-navigator > button > span {
  vertical-align: top;
  display: block;
}

.k-ie7 div.k-navigator .k-navigator-n,
.k-ie7 div.k-navigator .k-navigator-s {
  margin-left: -8px;
}

.k-ie7 div.k-navigator .k-navigator-e,
.k-ie7 div.k-navigator .k-navigator-w {
  margin-top: -8px;
}

.k-ie7 .k-zoom-control .k-button {
  margin: 0;
}

.k-ie7 .k-treemap .k-treemap-tile {
  border-width: 0;
  padding: 0;
}

.k-ie7 .k-treemap .k-leaf > div {
  padding: 7px;
}

.k-ie7 .k-treemap .k-leaf.k-state-hover {
  border-width: 1px;
}

.k-ie7 .k-treemap .k-leaf.k-state-hover > div {
  padding: 6px;
}

.km-pane,
.km-pane-wrapper,
.km-root {
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  -ms-content-zooming: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

.km-pane-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.km-pane,
.km-shim {
  font-family: sans-serif;
}

.km-pane {
  overflow-x: hidden;
}

.km-view {
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  vertical-align: top;
}

.k-ff .km-pane,
.k-ff .km-view {
  overflow: hidden;
}

.k-ff18 .km-pane,
.k-ff18 .km-view,
.k-ff19 .km-pane,
.k-ff19 .km-view,
.k-ff20 .km-pane,
.k-ff20 .km-view,
.k-ff21 .km-pane,
.k-ff21 .km-view {
  position: relative;
}

.k-ff .km-view {
  display: -moz-inline-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.km-content {
  min-height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-align: stretch;
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
}

.km-actionsheet > li {
  list-style-type: none;
  padding: inherit 1em;
  line-height: 2em;
}

.km-actionsheet {
  padding: 0;
  margin: 0;
}

.km-shim {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 17;
}

.km-actionsheet-wrapper,
.km-shim .k-animation-container {
  width: 100%;
  box-shadow: none;
  border: 0;
}

.km-shim .k-animation-container {
  width: auto;
}

.km-pane-wrapper .k-grid-column-menu > .km-header,
.km-pane-wrapper .k-grid-edit-form > .km-header,
.km-pane-wrapper .k-grid-filter-menu > .km-header,
.km-pane-wrapper .k-scheduler-edit-form > .km-header {
  border-style: solid;
  border-width: 1px;
  padding: 0.3em 0.6em;
  text-align: center;
  width: auto;
  line-height: 2em;
}

.k-ie .km-pane-wrapper .k-scheduler > .k-scheduler-footer,
.k-ie .km-pane-wrapper .k-scheduler > .k-scheduler-toolbar {
  line-height: 2em;
}

.km-pane-wrapper .k-grid-edit-form .k-multiselect,
.km-pane-wrapper .k-scheduler-edit-form .k-multiselect {
  width: 15em;
}

.km-pane-wrapper .k-grid-edit-form .k-dropdown-wrap,
.km-pane-wrapper .k-scheduler-edit-form .k-dropdown-wrap {
  display: block;
}

.km-pane-wrapper .k-grid-column-menu .k-done,
.km-pane-wrapper .k-grid-edit-form .k-grid-update,
.km-pane-wrapper .k-grid-filter-menu .k-submit,
.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-update {
  float: right;
}

.km-pane-wrapper .k-grid-edit-form .k-grid-cancel,
.km-pane-wrapper .k-grid-filter-menu .k-cancel,
.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-cancel {
  float: left;
}

.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-delete,
:not(.km-pane) > .km-shim .km-actionsheet .k-button {
  display: block;
  text-align: center;
}

:not(.km-pane) > .km-shim .km-actionsheet .k-button {
  font-size: 1.4em;
  margin: 0.3em 1em;
}

:not(.km-pane) > .km-shim .km-actionsheet-title {
  text-align: center;
  line-height: 3em;
  margin-bottom: -0.3em;
}

:not(.km-pane) > .km-shim > .k-animation-container {
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
}

.km-pane-wrapper > div.km-pane {
  box-shadow: none;
  font-weight: 400;
}

.km-pane-wrapper .k-grid-column-menu .km-content > .km-scroll-container,
.km-pane-wrapper .k-grid-edit-form .km-content > .km-scroll-container,
.km-pane-wrapper .k-grid-filter-menu .km-content > .km-scroll-container,
.km-pane-wrapper .k-popup-edit-form .km-content > .km-scroll-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.km-pane-wrapper .k-mobile-list .k-edit-field {
  width: 74%;
}

.km-pane-wrapper .k-grid-edit-form .k-edit-form-container,
.km-pane-wrapper .k-grid-edit-form .k-popup-edit-form {
  width: auto;
}

.km-pane-wrapper .k-filter-menu .k-button {
  width: 100%;
  margin: 0;
}

.k-grid-mobile {
  border-width: 0;
}

.k-grid-mobile .k-resize-handle-inner {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -7px;
  width: 17px;
  height: 17px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
}

.k-grid-mobile .k-resize-handle-inner:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 1px;
  width: 6px;
  height: 6px;
  background-position: -5px -53px;
}

.k-grid-mobile .k-resize-handle-inner:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1px;
  width: 6px;
  height: 6px;
  background-position: -5px -21px;
}

.km-pane-wrapper .km-pane * {
  background-clip: border-box;
}

.km-pane-wrapper .k-mobile-list ul,
.km-pane-wrapper .km-pane .k-mobile-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-radius: 0;
  background: 0;
}

.km-pane-wrapper .km-switch {
  top: 50%;
  right: 0.8rem;
  position: absolute;
  margin-top: -1.1rem;
}

.km-pane-wrapper .k-mobile-list .k-state-disabled {
  opacity: 1;
}

.km-pane-wrapper .k-mobile-list .k-state-disabled > * {
  opacity: 0.7;
}

.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-item > .k-label,
.km-pane-wrapper .k-mobile-list .k-item > .k-link {
  display: block;
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.5em 0 0.5em 1em;
  font-size: 1em;
}

.km-pane-wrapper .k-edit-form-container,
.km-pane-wrapper .k-scheduler-edit-form .km-scroll-container {
  padding-top: 1em;
  width: 100%;
}

.km-pane-wrapper .k-mobile-list .k-edit-label {
  position: absolute;
  margin: 0;
  float: none;
  clear: none;
  width: 100%;
}

.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label label {
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0.1em 0;
  margin: 0;
}

.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-item {
  font-size: 1em;
  line-height: 1.6em;
  overflow: hidden;
}

.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label {
  width: 100%;
  float: none;
  clear: none;
  min-height: 2.7em;
}

.km-pane-wrapper .k-grid-delete .k-icon,
.km-pane-wrapper .k-grid-edit .k-icon,
.km-pane-wrapper .k-grid-toolbar .k-icon,
.km-pane-wrapper .km-header .k-icon {
  display: none;
}

.km-pane-wrapper .k-mobile-list .k-edit-field {
  padding: 0.5em 0;
}

.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar {
  padding: 0.3em 0;
}

.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar ul li {
  line-height: 2em;
}

.km-pane-wrapper .k-mobile-list .k-item > * {
  line-height: normal;
}

.km-pane-wrapper .k-mobile-list .k-button-container,
.km-pane-wrapper .k-mobile-list .k-edit-buttons {
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: 0;
}

.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child,
.km-pane-wrapper .k-mobile-list .k-filter-help-text > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
  display: block;
  padding: 0.2em 1em;
  font-size: 0.95em;
  position: -webkit-sticky;
  margin: 0;
  font-weight: 400;
  line-height: 2em;
  background: transparent;
  border-top: 1em solid transparent;
}

.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3) {
  position: relative;
}

.km-pane-wrapper .k-mobile-list .k-item:first-child {
  border-top: 0;
}

.km-pane-wrapper .k-mobile-list .k-item:last-child {
  border-bottom: 0;
}

.km-pane-wrapper .k-mobile-list .k-item > .k-label,
.km-pane-wrapper .k-mobile-list .k-item > .k-link {
  line-height: inherit;
  text-decoration: none;
  margin: -0.5em 0 -0.5em -1em;
}

.k-check[type='checkbox'],
.k-check[type='radio'],
.k-mobile-list .k-edit-field [type='checkbox'],
.k-mobile-list .k-edit-field [type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.k-mobile-list .k-edit-field [type='checkbox'],
.k-mobile-list .k-edit-field [type='radio'],
.km-pane-wrapper .k-mobile-list .k-label .k-check,
.km-pane-wrapper .k-mobile-list .k-link .k-check {
  border: 0;
  font-size: inherit;
  width: 13px;
  height: 13px;
  margin: 0.26em 1em 0.26em 0;
}

.k-ie .k-mobile-list .k-edit-field [type='checkbox'],
.k-ie .k-mobile-list .k-edit-field [type='radio'],
.k-ie .km-pane-wrapper .k-icon,
.k-ie .km-pane-wrapper .k-mobile-list .k-label .k-check,
.k-ie .km-pane-wrapper .k-mobile-list .k-link .k-check {
  font-size: inherit;
  text-indent: -9999px;
  width: 1.01em;
  height: 1em;
}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-n {
    background-position: 0 0;
  }

  .k-button:active
    .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-n,
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-n,
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-n,
  .k-state-hover
    > *
    > .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-n,
  .k-state-hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-n,
  .k-textbox:hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-n {
    background-position: -1em 0;
  }

  .km-pane-wrapper .k-numerictextbox .k-select .k-link span.k-i-arrow-60-down {
    background-position: 0 -2em;
  }

  .k-button:active
    .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-60-down,
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-60-down,
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-60-down,
  .k-state-hover
    > *
    > .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-60-down,
  .k-state-hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-60-down,
  .k-textbox:hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-select
    .k-link
    span.k-i-arrow-60-down {
    background-position: -1em -2em;
  }

  .km-pane-wrapper .k-state-selected .k-i-arrow-n {
    background-position: -1em 0;
  }

  .k-button:active .km-pane-wrapper .k-state-selected .k-i-arrow-n,
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-state-selected
    .k-i-arrow-n,
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-state-selected
    .k-i-arrow-n,
  .k-state-hover > * > .km-pane-wrapper .k-state-selected .k-i-arrow-n,
  .k-state-hover > .km-pane-wrapper .k-state-selected .k-i-arrow-n,
  .k-textbox:hover .km-pane-wrapper .k-state-selected .k-i-arrow-n {
    background-position: -2em 0;
  }

  .km-pane-wrapper .k-numerictextbox .k-link.k-state-selected span.k-i-arrow-n,
  .km-pane-wrapper .k-numerictextbox .k-state-hover .k-link span.k-i-arrow-n {
    background-position: -1em 0;
  }

  .k-button:active
    .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-n,
  .k-button:active
    .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-n,
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-n,
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-n,
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-n,
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-n,
  .k-state-hover
    > *
    > .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-n,
  .k-state-hover
    > *
    > .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-n,
  .k-state-hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-n,
  .k-state-hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-n,
  .k-textbox:hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-n,
  .k-textbox:hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-n {
    background-position: -2em 0;
  }

  .km-pane-wrapper .k-state-selected .k-i-arrow-60-down {
    background-position: -1em -2em;
  }

  .k-button:active .km-pane-wrapper .k-state-selected .k-i-arrow-60-down,
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-state-selected
    .k-i-arrow-60-down,
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-state-selected
    .k-i-arrow-60-down,
  .k-state-hover > * > .km-pane-wrapper .k-state-selected .k-i-arrow-60-down,
  .k-state-hover > .km-pane-wrapper .k-state-selected .k-i-arrow-60-down,
  .k-textbox:hover .km-pane-wrapper .k-state-selected .k-i-arrow-60-down {
    background-position: -2em -2em;
  }

  .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-60-down,
  .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-60-down {
    background-position: -1em -2em;
  }

  .k-button:active
    .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-60-down,
  .k-button:active
    .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-60-down,
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-60-down,
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-60-down,
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-60-down,
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-60-down,
  .k-state-hover
    > *
    > .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-60-down,
  .k-state-hover
    > *
    > .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-60-down,
  .k-state-hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-60-down,
  .k-state-hover
    > .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-60-down,
  .k-textbox:hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-link.k-state-selected
    span.k-i-arrow-60-down,
  .k-textbox:hover
    .km-pane-wrapper
    .k-numerictextbox
    .k-state-hover
    .k-link
    span.k-i-arrow-60-down {
    background-position: -2em -2em;
  }

  .km-pane-wrapper .k-i-arrow-n {
    background-position: 0 0;
  }

  .k-button:active .km-pane-wrapper .k-i-arrow-n,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-n,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrow-n,
  .k-state-hover > * > .km-pane-wrapper .k-i-arrow-n,
  .k-state-hover > .km-pane-wrapper .k-i-arrow-n,
  .k-textbox:hover .km-pane-wrapper .k-i-arrow-n {
    background-position: -1em 0;
  }

  .km-pane-wrapper .k-i-arrow-e {
    background-position: 0 -1em;
  }

  .k-button:active .km-pane-wrapper .k-i-arrow-e,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-e,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrow-e,
  .k-state-hover > * > .km-pane-wrapper .k-i-arrow-e,
  .k-state-hover > .km-pane-wrapper .k-i-arrow-e,
  .k-textbox:hover .km-pane-wrapper .k-i-arrow-e {
    background-position: -1em -1em;
  }

  .k-rtl .km-pane-wrapper .k-i-arrow-w {
    background-position: 0 -1em;
  }

  .k-rtl .k-button:active .km-pane-wrapper .k-i-arrow-w,
  .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-w,
  .k-rtl .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrow-w,
  .k-rtl .k-state-hover > * > .km-pane-wrapper .k-i-arrow-w,
  .k-rtl .k-state-hover > .km-pane-wrapper .k-i-arrow-w,
  .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-arrow-w {
    background-position: -1em -1em;
  }

  .km-pane-wrapper .k-i-arrow-60-down {
    background-position: 0 -2em;
  }

  .k-button:active .km-pane-wrapper .k-i-arrow-60-down,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-60-down,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrow-60-down,
  .k-state-hover > * > .km-pane-wrapper .k-i-arrow-60-down,
  .k-state-hover > .km-pane-wrapper .k-i-arrow-60-down,
  .k-textbox:hover .km-pane-wrapper .k-i-arrow-60-down {
    background-position: -1em -2em;
  }

  .km-pane-wrapper .k-i-arrow-w {
    background-position: 0 -3em;
  }

  .k-button:active .km-pane-wrapper .k-i-arrow-w,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-w,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrow-w,
  .k-state-hover > * > .km-pane-wrapper .k-i-arrow-w,
  .k-state-hover > .km-pane-wrapper .k-i-arrow-w,
  .k-textbox:hover .km-pane-wrapper .k-i-arrow-w {
    background-position: -1em -3em;
  }

  .k-rtl .km-pane-wrapper .k-i-arrow-e {
    background-position: 0 -3em;
  }

  .k-rtl .k-button:active .km-pane-wrapper .k-i-arrow-e,
  .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrow-e,
  .k-rtl .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrow-e,
  .k-rtl .k-state-hover > * > .km-pane-wrapper .k-i-arrow-e,
  .k-rtl .k-state-hover > .km-pane-wrapper .k-i-arrow-e,
  .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-arrow-e {
    background-position: -1em -3em;
  }

  .km-pane-wrapper .k-i-seek-n {
    background-position: 0 -4em;
  }

  .k-button:active .km-pane-wrapper .k-i-seek-n,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-n,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-seek-n,
  .k-state-hover > * > .km-pane-wrapper .k-i-seek-n,
  .k-state-hover > .km-pane-wrapper .k-i-seek-n,
  .k-textbox:hover .km-pane-wrapper .k-i-seek-n {
    background-position: -1em -4em;
  }

  .km-pane-wrapper .k-i-seek-e {
    background-position: 0 -5em;
  }

  .k-button:active .km-pane-wrapper .k-i-seek-e,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-e,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-seek-e,
  .k-state-hover > * > .km-pane-wrapper .k-i-seek-e,
  .k-state-hover > .km-pane-wrapper .k-i-seek-e,
  .k-textbox:hover .km-pane-wrapper .k-i-seek-e {
    background-position: -1em -5em;
  }

  .k-rtl .km-pane-wrapper .k-i-seek-w {
    background-position: 0 -5em;
  }

  .k-rtl .k-button:active .km-pane-wrapper .k-i-seek-w,
  .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-w,
  .k-rtl .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-seek-w,
  .k-rtl .k-state-hover > * > .km-pane-wrapper .k-i-seek-w,
  .k-rtl .k-state-hover > .km-pane-wrapper .k-i-seek-w,
  .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-seek-w {
    background-position: -1em -5em;
  }

  .km-pane-wrapper .k-i-seek-s {
    background-position: 0 -6em;
  }

  .k-button:active .km-pane-wrapper .k-i-seek-s,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-s,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-seek-s,
  .k-state-hover > * > .km-pane-wrapper .k-i-seek-s,
  .k-state-hover > .km-pane-wrapper .k-i-seek-s,
  .k-textbox:hover .km-pane-wrapper .k-i-seek-s {
    background-position: -1em -6em;
  }

  .km-pane-wrapper .k-i-seek-w {
    background-position: 0 -7em;
  }

  .k-button:active .km-pane-wrapper .k-i-seek-w,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-w,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-seek-w,
  .k-state-hover > * > .km-pane-wrapper .k-i-seek-w,
  .k-state-hover > .km-pane-wrapper .k-i-seek-w,
  .k-textbox:hover .km-pane-wrapper .k-i-seek-w {
    background-position: -1em -7em;
  }

  .k-rtl .km-pane-wrapper .k-i-seek-e {
    background-position: 0 -7em;
  }

  .k-rtl .k-button:active .km-pane-wrapper .k-i-seek-e,
  .k-rtl .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-seek-e,
  .k-rtl .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-seek-e,
  .k-rtl .k-state-hover > * > .km-pane-wrapper .k-i-seek-e,
  .k-rtl .k-state-hover > .km-pane-wrapper .k-i-seek-e,
  .k-rtl .k-textbox:hover .km-pane-wrapper .k-i-seek-e {
    background-position: -1em -7em;
  }

  .km-pane-wrapper .k-i-arrowhead-n {
    background-position: 0 -16em;
  }

  .k-button:active .km-pane-wrapper .k-i-arrowhead-n,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-n,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrowhead-n,
  .k-state-hover > * > .km-pane-wrapper .k-i-arrowhead-n,
  .k-state-hover > .km-pane-wrapper .k-i-arrowhead-n,
  .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-n {
    background-position: -1em -16em;
  }

  .km-pane-wrapper .k-i-arrowhead-e {
    background-position: 0 -17em;
  }

  .k-button:active .km-pane-wrapper .k-i-arrowhead-e,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-e,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrowhead-e,
  .k-state-hover > * > .km-pane-wrapper .k-i-arrowhead-e,
  .k-state-hover > .km-pane-wrapper .k-i-arrowhead-e,
  .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-e {
    background-position: -1em -17em;
  }

  .km-pane-wrapper .k-i-arrowhead-s {
    background-position: 0 -18em;
  }

  .k-button:active .km-pane-wrapper .k-i-arrowhead-s,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-s,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrowhead-s,
  .k-state-hover > * > .km-pane-wrapper .k-i-arrowhead-s,
  .k-state-hover > .km-pane-wrapper .k-i-arrowhead-s,
  .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-s {
    background-position: -1em -18em;
  }

  .km-pane-wrapper .k-i-arrowhead-w {
    background-position: 0 -19em;
  }

  .k-button:active .km-pane-wrapper .k-i-arrowhead-w,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-arrowhead-w,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-arrowhead-w,
  .k-state-hover > * > .km-pane-wrapper .k-i-arrowhead-w,
  .k-state-hover > .km-pane-wrapper .k-i-arrowhead-w,
  .k-textbox:hover .km-pane-wrapper .k-i-arrowhead-w {
    background-position: -1em -19em;
  }

  .km-pane-wrapper .k-i-expand,
  .km-pane-wrapper .k-plus,
  .km-pane-wrapper .k-plus-disabled {
    background-position: 0 -12em;
  }

  .k-button:active .km-pane-wrapper .k-i-expand,
  .k-button:active .km-pane-wrapper .k-plus,
  .k-button:active .km-pane-wrapper .k-plus-disabled,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-expand,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-plus,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-plus-disabled,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-expand,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-plus,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-plus-disabled,
  .k-state-hover > * > .km-pane-wrapper .k-i-expand,
  .k-state-hover > * > .km-pane-wrapper .k-plus,
  .k-state-hover > * > .km-pane-wrapper .k-plus-disabled,
  .k-state-hover > .km-pane-wrapper .k-i-expand,
  .k-state-hover > .km-pane-wrapper .k-plus,
  .k-state-hover > .km-pane-wrapper .k-plus-disabled,
  .k-textbox:hover .km-pane-wrapper .k-i-expand,
  .k-textbox:hover .km-pane-wrapper .k-plus,
  .k-textbox:hover .km-pane-wrapper .k-plus-disabled {
    background-position: -1em -12em;
  }

  .k-rtl .km-pane-wrapper .k-i-expand,
  .k-rtl .km-pane-wrapper .k-plus,
  .k-rtl .km-pane-wrapper .k-plus-disabled,
  .km-pane-wrapper .k-i-expand-w {
    background-position: 0 -13em;
  }

  .k-button:active .k-rtl .km-pane-wrapper .k-i-expand,
  .k-button:active .k-rtl .km-pane-wrapper .k-plus,
  .k-button:active .k-rtl .km-pane-wrapper .k-plus-disabled,
  .k-button:active .km-pane-wrapper .k-i-expand-w,
  .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-i-expand,
  .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-plus,
  .k-button:not(.k-state-disabled):hover
    .k-rtl
    .km-pane-wrapper
    .k-plus-disabled,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-expand-w,
  .k-link:not(.k-state-disabled):hover > .k-rtl .km-pane-wrapper .k-i-expand,
  .k-link:not(.k-state-disabled):hover > .k-rtl .km-pane-wrapper .k-plus,
  .k-link:not(.k-state-disabled):hover
    > .k-rtl
    .km-pane-wrapper
    .k-plus-disabled,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-expand-w,
  .k-state-hover > * > .k-rtl .km-pane-wrapper .k-i-expand,
  .k-state-hover > * > .k-rtl .km-pane-wrapper .k-plus,
  .k-state-hover > * > .k-rtl .km-pane-wrapper .k-plus-disabled,
  .k-state-hover > * > .km-pane-wrapper .k-i-expand-w,
  .k-state-hover > .k-rtl .km-pane-wrapper .k-i-expand,
  .k-state-hover > .k-rtl .km-pane-wrapper .k-plus,
  .k-state-hover > .k-rtl .km-pane-wrapper .k-plus-disabled,
  .k-state-hover > .km-pane-wrapper .k-i-expand-w,
  .k-textbox:hover .k-rtl .km-pane-wrapper .k-i-expand,
  .k-textbox:hover .k-rtl .km-pane-wrapper .k-plus,
  .k-textbox:hover .k-rtl .km-pane-wrapper .k-plus-disabled,
  .k-textbox:hover .km-pane-wrapper .k-i-expand-w {
    background-position: -1em -13em;
  }

  .km-pane-wrapper .k-i-collapse,
  .km-pane-wrapper .k-minus,
  .km-pane-wrapper .k-minus-disabled {
    background-position: 0 -14em;
  }

  .k-button:active .km-pane-wrapper .k-i-collapse,
  .k-button:active .km-pane-wrapper .k-minus,
  .k-button:active .km-pane-wrapper .k-minus-disabled,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-collapse,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-minus,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-minus-disabled,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-collapse,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-minus,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-minus-disabled,
  .k-state-hover > * > .km-pane-wrapper .k-i-collapse,
  .k-state-hover > * > .km-pane-wrapper .k-minus,
  .k-state-hover > * > .km-pane-wrapper .k-minus-disabled,
  .k-state-hover > .km-pane-wrapper .k-i-collapse,
  .k-state-hover > .km-pane-wrapper .k-minus,
  .k-state-hover > .km-pane-wrapper .k-minus-disabled,
  .k-textbox:hover .km-pane-wrapper .k-i-collapse,
  .k-textbox:hover .km-pane-wrapper .k-minus,
  .k-textbox:hover .km-pane-wrapper .k-minus-disabled {
    background-position: -1em -14em;
  }

  .k-rtl .km-pane-wrapper .k-i-collapse,
  .k-rtl .km-pane-wrapper .k-minus,
  .k-rtl .km-pane-wrapper .k-minus-disabled,
  .km-pane-wrapper .k-i-collapse-w {
    background-position: 0 -15em;
  }

  .k-button:active .k-rtl .km-pane-wrapper .k-i-collapse,
  .k-button:active .k-rtl .km-pane-wrapper .k-minus,
  .k-button:active .k-rtl .km-pane-wrapper .k-minus-disabled,
  .k-button:active .km-pane-wrapper .k-i-collapse-w,
  .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-i-collapse,
  .k-button:not(.k-state-disabled):hover .k-rtl .km-pane-wrapper .k-minus,
  .k-button:not(.k-state-disabled):hover
    .k-rtl
    .km-pane-wrapper
    .k-minus-disabled,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-collapse-w,
  .k-link:not(.k-state-disabled):hover > .k-rtl .km-pane-wrapper .k-i-collapse,
  .k-link:not(.k-state-disabled):hover > .k-rtl .km-pane-wrapper .k-minus,
  .k-link:not(.k-state-disabled):hover
    > .k-rtl
    .km-pane-wrapper
    .k-minus-disabled,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-collapse-w,
  .k-state-hover > * > .k-rtl .km-pane-wrapper .k-i-collapse,
  .k-state-hover > * > .k-rtl .km-pane-wrapper .k-minus,
  .k-state-hover > * > .k-rtl .km-pane-wrapper .k-minus-disabled,
  .k-state-hover > * > .km-pane-wrapper .k-i-collapse-w,
  .k-state-hover > .k-rtl .km-pane-wrapper .k-i-collapse,
  .k-state-hover > .k-rtl .km-pane-wrapper .k-minus,
  .k-state-hover > .k-rtl .km-pane-wrapper .k-minus-disabled,
  .k-state-hover > .km-pane-wrapper .k-i-collapse-w,
  .k-textbox:hover .k-rtl .km-pane-wrapper .k-i-collapse,
  .k-textbox:hover .k-rtl .km-pane-wrapper .k-minus,
  .k-textbox:hover .k-rtl .km-pane-wrapper .k-minus-disabled,
  .k-textbox:hover .km-pane-wrapper .k-i-collapse-w {
    background-position: -1em -15em;
  }

  .km-pane-wrapper .k-edit,
  .km-pane-wrapper .k-i-pencil {
    background-position: -2em 0;
  }

  .k-button:active .km-pane-wrapper .k-edit,
  .k-button:active .km-pane-wrapper .k-i-pencil,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-edit,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-pencil,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-edit,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-pencil,
  .k-state-hover > * > .km-pane-wrapper .k-edit,
  .k-state-hover > * > .km-pane-wrapper .k-i-pencil,
  .k-state-hover > .km-pane-wrapper .k-edit,
  .k-state-hover > .km-pane-wrapper .k-i-pencil,
  .k-textbox:hover .km-pane-wrapper .k-edit,
  .k-textbox:hover .km-pane-wrapper .k-i-pencil {
    background-position: -3em 0;
  }

  .km-pane-wrapper .k-delete,
  .km-pane-wrapper .k-group-delete,
  .km-pane-wrapper .k-i-close {
    background-position: -2em -1em;
  }

  .k-button:active .km-pane-wrapper .k-delete,
  .k-button:active .km-pane-wrapper .k-group-delete,
  .k-button:active .km-pane-wrapper .k-i-close,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-delete,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-group-delete,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-close,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-delete,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-group-delete,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-close,
  .k-state-hover > * > .km-pane-wrapper .k-delete,
  .k-state-hover > * > .km-pane-wrapper .k-group-delete,
  .k-state-hover > * > .km-pane-wrapper .k-i-close,
  .k-state-hover > .km-pane-wrapper .k-delete,
  .k-state-hover > .km-pane-wrapper .k-group-delete,
  .k-state-hover > .km-pane-wrapper .k-i-close,
  .k-textbox:hover .km-pane-wrapper .k-delete,
  .k-textbox:hover .km-pane-wrapper .k-group-delete,
  .k-textbox:hover .km-pane-wrapper .k-i-close {
    background-position: -3em -1em;
  }

  .km-pane-wrapper .k-si-close {
    background-position: -10em -5em;
  }

  .k-button:active .km-pane-wrapper .k-si-close,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-close,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-si-close,
  .k-state-hover > * > .km-pane-wrapper .k-si-close,
  .k-state-hover > .km-pane-wrapper .k-si-close,
  .k-textbox:hover .km-pane-wrapper .k-si-close {
    background-position: -11em -5em;
  }

  .km-pane-wrapper .k-multiselect .k-delete {
    background-position: -10em -5em;
  }

  .km-pane-wrapper .k-multiselect .k-state-hover .k-delete {
    background-position: -11em -5em;
  }

  .km-pane-wrapper .k-i-tick,
  .km-pane-wrapper .k-insert,
  .km-pane-wrapper .k-update {
    background-position: -2em -2em;
  }

  .k-button:active .km-pane-wrapper .k-i-tick,
  .k-button:active .km-pane-wrapper .k-insert,
  .k-button:active .km-pane-wrapper .k-update,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-tick,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-insert,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-update,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-tick,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-insert,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-update,
  .k-state-hover > * > .km-pane-wrapper .k-i-tick,
  .k-state-hover > * > .km-pane-wrapper .k-insert,
  .k-state-hover > * > .km-pane-wrapper .k-update,
  .k-state-hover > .km-pane-wrapper .k-i-tick,
  .k-state-hover > .km-pane-wrapper .k-insert,
  .k-state-hover > .km-pane-wrapper .k-update,
  .k-textbox:hover .km-pane-wrapper .k-i-tick,
  .k-textbox:hover .km-pane-wrapper .k-insert,
  .k-textbox:hover .km-pane-wrapper .k-update {
    background-position: -3em -2em;
  }

  .km-pane-wrapper .k-check:checked,
  .km-pane-wrapper .k-mobile-list .k-edit-field [type='checkbox'],
  .km-pane-wrapper .k-mobile-list .k-edit-field [type='radio'] {
    background-position: -2em -2em;
  }

  .k-button:active .km-pane-wrapper .k-check:checked,
  .k-button:active
    .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='checkbox'],
  .k-button:active .km-pane-wrapper .k-mobile-list .k-edit-field [type='radio'],
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-check:checked,
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='checkbox'],
  .k-button:not(.k-state-disabled):hover
    .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='radio'],
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-check:checked,
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='checkbox'],
  .k-link:not(.k-state-disabled):hover
    > .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='radio'],
  .k-state-hover > * > .km-pane-wrapper .k-check:checked,
  .k-state-hover
    > *
    > .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='checkbox'],
  .k-state-hover
    > *
    > .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='radio'],
  .k-state-hover > .km-pane-wrapper .k-check:checked,
  .k-state-hover
    > .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='checkbox'],
  .k-state-hover > .km-pane-wrapper .k-mobile-list .k-edit-field [type='radio'],
  .k-textbox:hover .km-pane-wrapper .k-check:checked,
  .k-textbox:hover
    .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='checkbox'],
  .k-textbox:hover
    .km-pane-wrapper
    .k-mobile-list
    .k-edit-field
    [type='radio'] {
    background-position: -3em -2em;
  }

  .km-pane-wrapper .k-cancel,
  .km-pane-wrapper .k-denied,
  .km-pane-wrapper .k-i-cancel {
    background-position: -2em -3em;
  }

  .k-button:active .km-pane-wrapper .k-cancel,
  .k-button:active .km-pane-wrapper .k-denied,
  .k-button:active .km-pane-wrapper .k-i-cancel,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-cancel,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-denied,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-cancel,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-cancel,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-denied,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-cancel,
  .k-state-hover > * > .km-pane-wrapper .k-cancel,
  .k-state-hover > * > .km-pane-wrapper .k-denied,
  .k-state-hover > * > .km-pane-wrapper .k-i-cancel,
  .k-state-hover > .km-pane-wrapper .k-cancel,
  .k-state-hover > .km-pane-wrapper .k-denied,
  .k-state-hover > .km-pane-wrapper .k-i-cancel,
  .k-textbox:hover .km-pane-wrapper .k-cancel,
  .k-textbox:hover .km-pane-wrapper .k-denied,
  .k-textbox:hover .km-pane-wrapper .k-i-cancel {
    background-position: -3em -3em;
  }

  .km-pane-wrapper .k-add,
  .km-pane-wrapper .k-i-plus {
    background-position: -2em -4em;
  }

  .k-button:active .km-pane-wrapper .k-add,
  .k-button:active .km-pane-wrapper .k-i-plus,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-add,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-plus,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-add,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-plus,
  .k-state-hover > * > .km-pane-wrapper .k-add,
  .k-state-hover > * > .km-pane-wrapper .k-i-plus,
  .k-state-hover > .km-pane-wrapper .k-add,
  .k-state-hover > .km-pane-wrapper .k-i-plus,
  .k-textbox:hover .km-pane-wrapper .k-add,
  .k-textbox:hover .km-pane-wrapper .k-i-plus {
    background-position: -3em -4em;
  }

  .km-pane-wrapper .k-filter,
  .km-pane-wrapper .k-i-funnel {
    background-position: -2em -5em;
  }

  .k-button:active .km-pane-wrapper .k-filter,
  .k-button:active .km-pane-wrapper .k-i-funnel,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-filter,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-funnel,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-filter,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-funnel,
  .k-state-hover > * > .km-pane-wrapper .k-filter,
  .k-state-hover > * > .km-pane-wrapper .k-i-funnel,
  .k-state-hover > .km-pane-wrapper .k-filter,
  .k-state-hover > .km-pane-wrapper .k-i-funnel,
  .k-textbox:hover .km-pane-wrapper .k-filter,
  .k-textbox:hover .km-pane-wrapper .k-i-funnel {
    background-position: -3em -5em;
  }

  .km-pane-wrapper .k-clear-filter,
  .km-pane-wrapper .k-i-funnel-clear {
    background-position: -2em -6em;
  }

  .k-button:active .km-pane-wrapper .k-clear-filter,
  .k-button:active .km-pane-wrapper .k-i-funnel-clear,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-clear-filter,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-funnel-clear,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-clear-filter,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-funnel-clear,
  .k-state-hover > * > .km-pane-wrapper .k-clear-filter,
  .k-state-hover > * > .km-pane-wrapper .k-i-funnel-clear,
  .k-state-hover > .km-pane-wrapper .k-clear-filter,
  .k-state-hover > .km-pane-wrapper .k-i-funnel-clear,
  .k-textbox:hover .km-pane-wrapper .k-clear-filter,
  .k-textbox:hover .km-pane-wrapper .k-i-funnel-clear {
    background-position: -3em -6em;
  }

  .km-pane-wrapper .k-i-refresh {
    background-position: -2em -7em;
  }

  .k-button:active .km-pane-wrapper .k-i-refresh,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-refresh,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-refresh,
  .k-state-hover > * > .km-pane-wrapper .k-i-refresh,
  .k-state-hover > .km-pane-wrapper .k-i-refresh,
  .k-textbox:hover .km-pane-wrapper .k-i-refresh {
    background-position: -3em -7em;
  }

  .km-pane-wrapper .k-i-exception {
    background-position: -10em -19em;
  }

  .k-button:active .km-pane-wrapper .k-i-exception,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-exception,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-exception,
  .k-state-hover > * > .km-pane-wrapper .k-i-exception,
  .k-state-hover > .km-pane-wrapper .k-i-exception,
  .k-textbox:hover .km-pane-wrapper .k-i-exception {
    background-position: -11em -19em;
  }

  .km-pane-wrapper .k-i-restore {
    background-position: -2em -8em;
  }

  .k-button:active .km-pane-wrapper .k-i-restore,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-restore,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-restore,
  .k-state-hover > * > .km-pane-wrapper .k-i-restore,
  .k-state-hover > .km-pane-wrapper .k-i-restore,
  .k-textbox:hover .km-pane-wrapper .k-i-restore {
    background-position: -3em -8em;
  }

  .km-pane-wrapper .k-i-maximize {
    background-position: -2em -9em;
  }

  .k-button:active .km-pane-wrapper .k-i-maximize,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-maximize,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-maximize,
  .k-state-hover > * > .km-pane-wrapper .k-i-maximize,
  .k-state-hover > .km-pane-wrapper .k-i-maximize,
  .k-textbox:hover .km-pane-wrapper .k-i-maximize {
    background-position: -3em -9em;
  }

  .km-pane-wrapper .k-i-minimize {
    background-position: -4em -18em;
  }

  .k-button:active .km-pane-wrapper .k-i-minimize,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-minimize,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-minimize,
  .k-state-hover > * > .km-pane-wrapper .k-i-minimize,
  .k-state-hover > .km-pane-wrapper .k-i-minimize,
  .k-textbox:hover .km-pane-wrapper .k-i-minimize {
    background-position: -5em -18em;
  }

  .km-pane-wrapper .k-i-pin {
    background-position: -10em -16em;
  }

  .k-button:active .km-pane-wrapper .k-i-pin,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-pin,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-pin,
  .k-state-hover > * > .km-pane-wrapper .k-i-pin,
  .k-state-hover > .km-pane-wrapper .k-i-pin,
  .k-textbox:hover .km-pane-wrapper .k-i-pin {
    background-position: -11em -16em;
  }

  .km-pane-wrapper .k-i-unpin {
    background-position: -10em -17em;
  }

  .k-button:active .km-pane-wrapper .k-i-unpin,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-unpin,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-unpin,
  .k-state-hover > * > .km-pane-wrapper .k-i-unpin,
  .k-state-hover > .km-pane-wrapper .k-i-unpin,
  .k-textbox:hover .km-pane-wrapper .k-i-unpin {
    background-position: -11em -17em;
  }

  .km-pane-wrapper .k-resize-se {
    background-position: -2em -10em;
  }

  .k-button:active .km-pane-wrapper .k-resize-se,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-resize-se,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-resize-se,
  .k-state-hover > * > .km-pane-wrapper .k-resize-se,
  .k-state-hover > .km-pane-wrapper .k-resize-se,
  .k-textbox:hover .km-pane-wrapper .k-resize-se {
    background-position: -3em -10em;
  }

  .km-pane-wrapper .k-i-calendar {
    background-position: -2em -11em;
  }

  .k-button:active .km-pane-wrapper .k-i-calendar,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-calendar,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-calendar,
  .k-state-hover > * > .km-pane-wrapper .k-i-calendar,
  .k-state-hover > .km-pane-wrapper .k-i-calendar,
  .k-textbox:hover .km-pane-wrapper .k-i-calendar {
    background-position: -3em -11em;
  }

  .km-pane-wrapper .k-i-clock {
    background-position: -2em -12em;
  }

  .k-button:active .km-pane-wrapper .k-i-clock,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-i-clock,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-i-clock,
  .k-state-hover > * > .km-pane-wrapper .k-i-clock,
  .k-state-hover > .km-pane-wrapper .k-i-clock,
  .k-textbox:hover .km-pane-wrapper .k-i-clock {
    background-position: -3em -12em;
  }

  .km-pane-wrapper .k-si-plus {
    background-position: -2em -13em;
  }

  .k-button:active .km-pane-wrapper .k-si-plus,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-plus,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-si-plus,
  .k-state-hover > * > .km-pane-wrapper .k-si-plus,
  .k-state-hover > .km-pane-wrapper .k-si-plus,
  .k-textbox:hover .km-pane-wrapper .k-si-plus {
    background-position: -3em -13em;
  }

  .km-pane-wrapper .k-si-minus {
    background-position: -2em -14em;
  }

  .k-button:active .km-pane-wrapper .k-si-minus,
  .k-button:not(.k-state-disabled):hover .km-pane-wrapper .k-si-minus,
  .k-link:not(.k-state-disabled):hover > .km-pane-wrapper .k-si-minus,
  .k-state-hover > * > .km-pane-wrapper .k-si-minus,
  .k-state-hover > .km-pane-wrapper .k-si-minus,
  .k-textbox:hover .km-pane-wrapper .k-si-minus {
    background-position: -3em -14em;
  }
}

.km-pane-wrapper
  .k-edit-field
  > :not([type='checkbox']):not([type='radio']):not(.k-button),
.km-pane-wrapper .k-mobile-list .k-widget,
.km-pane-wrapper
  .km-pane
  .k-mobile-list
  input:not([type='checkbox']):not([type='radio']),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .km-pane .k-mobile-list textarea {
  text-indent: 0;
  font-size: 1em;
  line-height: 1.6em;
  vertical-align: middle;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.km-pane-wrapper .k-mobile-list .k-widget {
  border: 0;
  border-radius: 0;
}

.k-ie .km-pane-wrapper .k-mobile-list .k-widget {
  height: auto;
}

.km-pane-wrapper .k-mobile-list .k-widget .k-input,
.km-pane-wrapper .k-mobile-list .k-widget .k-state-default {
  border: 0;
  background: transparent;
}

.km-pane-wrapper
  .k-edit-field
  > :not([type='checkbox']):not([type='radio']):not(.k-button),
.km-pane-wrapper .k-mobile-list .k-widget,
.km-pane-wrapper .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.km-pane-wrapper
  :not(.k-state-default):not(.k-pager-input)
  > input:not([type='checkbox']):not([type='radio']) {
  width: 80%;
  padding: 0.6em 0;
  margin: -0.5em 0;
}

.km-pane-wrapper .k-mobile-list .k-edit-field > *,
.km-pane-wrapper .k-mobile-list .k-widget,
.km-pane-wrapper .km-pane .k-mobile-list input,
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .km-pane .k-mobile-list textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  z-index: 1;
  position: relative;
}

.km-pane-wrapper .k-scheduler-views {
  width: 18em;
}

.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0.5em 1em;
}

.km-pane-wrapper #recurrence .k-scheduler-navigation {
  width: 100%;
}

.km-pane-wrapper .k-mobile-list .k-scheduler-navigation,
.km-pane-wrapper .k-scheduler-views {
  display: table;
  table-layout: fixed;
}

.km-pane-wrapper .k-mobile-list .k-scheduler-navigation li,
.km-pane-wrapper .k-scheduler-views li {
  display: table-cell;
  text-align: center;
}

.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  margin: 0;
  padding-left: 1em;
  box-sizing: border-box;
}

.km-pane-wrapper
  .k-mobile-list
  .k-recur-view
  > .k-edit-field
  .k-check:first-child {
  margin-top: -0.5em;
}

.km-pane-wrapper
  .k-mobile-list
  .k-recur-view
  > .k-edit-field
  .k-check:last-child {
  margin-bottom: -0.5em;
}

.km-pane-wrapper
  .k-mobile-list
  .k-scheduler-timezones
  .k-edit-field
  label.k-check {
  text-indent: 1em;
}

.km-pane-wrapper .k-mobile-list .k-edit-field > .k-button {
  margin-left: 20%;
  float: left;
}

.km-pane-wrapper .k-mobile-list .k-dropdown-wrap,
.km-pane-wrapper .k-mobile-list .k-numeric-wrap,
.km-pane-wrapper .k-mobile-list .k-picker-wrap {
  position: static;
  box-shadow: none;
}

.km-pane-wrapper .k-mobile-list .k-datepicker .k-select,
.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select,
.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-select {
  position: absolute;
  top: 0;
  right: 0;
  line-height: normal;
}

.km-pane-wrapper .k-mobile-list .k-datepicker .k-select:before,
.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select:before {
  content: '\a0';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-link {
  height: 50%;
}

.km-pane-wrapper .k-edit-form-container .k-button,
.km-pane-wrapper .k-grid .k-button {
  margin: 0;
}

.km-pane-wrapper .k-edit-form-container .k-button + .k-button,
.km-pane-wrapper .k-grid .k-button + .k-button {
  margin: 0 0 0 0.18em;
}

.km-pane-wrapper .k-pager-numbers .k-link,
.km-pane-wrapper .k-pager-numbers .k-state-selected,
.km-pane-wrapper .k-pager-wrap > .k-link {
  width: 2.4em;
  height: 2.4em;
  line-height: 2.1em;
  border-radius: 2em;
  box-sizing: border-box;
}

.km-pane-wrapper .k-pager-numbers .k-link,
.km-pane-wrapper .k-pager-numbers .k-state-selected {
  width: auto;
  line-height: 2.2em;
  padding: 0 0.86em;
  min-width: 0.7em;
}

.km-pane-wrapper .k-pager-wrap {
  line-height: 2.4em;
}

@media (-ms-high-contrast: active) and (-ms-high-contrast: none) and (max-width: 800px),
  (max-width: 699px) {
  .km-pane-wrapper
    .k-edit-field
    > :not([type='checkbox']):not([type='radio']):not(.k-button),
  .km-pane-wrapper .k-mobile-list .k-widget,
  .km-pane-wrapper .k-mobile-list select:not([multiple]),
  .km-pane-wrapper .k-mobile-list textarea,
  .km-pane-wrapper
    :not(.k-state-default):not(.k-pager-input)
    > input:not([type='checkbox']):not([type='radio']) {
    width: 50%;
  }

  .km-pane-wrapper .k-mobile-list .k-edit-field > .k-button {
    margin-left: 50%;
  }

  .km-pane-wrapper .k-mobile-list .k-edit-field > .k-timezone-button {
    margin-left: 1em;
  }

  .km-pane-wrapper .k-nav-today a {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }

  .km-pane-wrapper li.k-nav-current {
    margin-left: 0;
    margin-right: 0;
  }

  .km-pane-wrapper .k-pager-wrap {
    position: relative;
  }

  .km-pane-wrapper .k-pager-numbers {
    width: auto;
    display: block;
    overflow: hidden;
    margin-right: 5.5em;
    float: none;
    text-overflow: ellipsis;
    height: 2.4em;
    text-align: center;
  }

  .km-pane-wrapper .k-pager-numbers li {
    float: none;
    display: inline-block;
  }

  .km-pane-wrapper .k-pager-nav {
    float: left;
  }

  .km-pane-wrapper .k-pager-nav + .k-pager-nav ~ .k-pager-nav {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
  }

  .km-pane-wrapper .k-pager-nav:first-child + .k-pager-nav + .k-pager-nav,
  .km-pane-wrapper .k-pager-wrap .k-pager-numbers + .k-pager-nav {
    right: 3em;
  }

  .km-pane-wrapper .k-pager-info {
    display: none;
  }
}

.km-pane-wrapper .k-mobile-list .k-edit-field > * > select:not([multiple]),
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check,
.km-pane-wrapper
  .k-mobile-list
  .k-scheduler-timezones
  .k-edit-field
  label.k-check {
  width: 100%;
}

.km-scroll-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-margin-collapse: separate;
  -webkit-transform: translatez(0);
}

.k-widget .km-scroll-wrapper {
  position: relative;
  padding-bottom: 0;
}

.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 24;
  height: 0.3em;
  width: 0.3em;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s linear;
  transition: 'opacity 0.3s linear';
}

.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 2px;
}

.km-horizontal-scrollbar {
  width: 100%;
  left: 2px;
  bottom: 2px;
}

@media only screen and (max-width: 1024px) {
  .k-scheduler-toolbar > ul.k-scheduler-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 16;
  }

  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views {
    right: auto;
    left: 6px;
  }

  .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view),
  .k-scheduler-toolbar li.k-nav-current .k-lg-date-format {
    display: none;
  }

  .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline;
  }

  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }

  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }

  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
    box-sizing: border-box;
  }

  .k-rtl
    .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link {
    padding-left: 0;
  }

  .k-scheduler-toolbar
    > ul.k-scheduler-views
    > li.k-current-view
    > .k-link:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }

  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-scheduler-toolbar
    > ul.k-scheduler-views.k-state-expanded
    > li:first-child
    + li {
    display: block;
    border: 0;
    border-radius: 0;
  }

  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }

  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    text-align: left;
  }
}

.k-fx-end .k-fx-current,
.k-fx-end .k-fx-next {
  transition: all 0.35s 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-reverse .k-fx-current {
  z-index: 1;
}

.k-fx-reverse .k-fx-next {
  z-index: 0;
}

.k-fx-zoom.k-fx-start .k-fx-next {
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}

.k-fx-zoom.k-fx-end .k-fx-next,
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next,
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current,
.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-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;
  transform: scale(0) !important;
}

.k-fx-fade.k-fx-start .k-fx-next {
  will-change: opacity;
  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 {
  will-change: opacity;
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .km-content,
.k-fx-slide.k-fx-end .k-fx-current .km-footer,
.k-fx-slide.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-content,
.k-fx-slide.k-fx-end .k-fx-next .km-footer,
.k-fx-slide.k-fx-end .k-fx-next .km-header {
  transition: all 0.35s ease-out;
}

.k-fx-slide.k-fx-start .k-fx-next .km-content {
  will-change: transform;
  -webkit-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-start .k-fx-next .km-footer,
.k-fx-slide.k-fx-start .k-fx-next .km-header {
  will-change: opacity;
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-end .k-fx-next .km-footer,
.k-fx-slide.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  will-change: transform;
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header {
  will-change: opacity;
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header {
  opacity: 0;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  -webkit-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);
  transform: translatex(0);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-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%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-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);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-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%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next,
.k-fx.k-fx-overlay.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  -webkit-transform: translatey(100%);
  transform: translatey(100%);
}

.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  -webkit-transform: translatey(-100%);
  transform: translatey(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: none;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-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%);
  transform: translatex(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  -webkit-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%);
  transform: translatey(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  -webkit-transform: translatey(-100%);
  transform: translatey(-100%);
}

.k-virtual-wrap {
  position: relative;
}

.k-virtual-wrap .k-list.k-virtual-list {
  height: auto;
}

.k-virtual-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.k-virtual-list > .k-virtual-content {
  position: absolute;
  top: 0;
}

.k-virtual-list > .k-virtual-content,
.k-virtual-option-label {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.k-virtual-wrap > .k-virtual-header {
  text-align: right;
}

.k-popup .k-item.k-first {
  position: relative;
}

.k-virtual-content > .k-virtual-list > .k-virtual-item {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}

.k-popup .k-list .k-item > .k-group,
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  text-transform: uppercase;
  font-size: 0.857em;
}

.k-popup .k-list .k-item > .k-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em;
  line-height: 1.8;
}

.k-popup .k-state-hover > .k-group {
  right: -1px;
}

.k-group-header + .k-list > .k-item.k-first,
.k-static-header + .k-list > .k-item.k-first,
.k-virtual-item.k-first {
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 0;
}

.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  text-align: right;
}

@font-face {
  font-family: KendoUIGlyphs;
  src: url(fonts/glyphs/KendoUIGlyphs.eot?-wd8xpd);
  src: url(fonts/glyphs/KendoUIGlyphs.eot?#iefix-wd8xpd)
      format('embedded-opentype'),
    url(fonts/glyphs/KendoUIGlyphs.ttf?-wd8xpd) format('truetype'),
    url(fonts/glyphs/KendoUIGlyphs.woff?-wd8xpd) format('woff'),
    url(fonts/glyphs/KendoUIGlyphs.svg?-wd8xpd#KendoUIGlyphs) format('svg');
  font-weight: 400;
  font-style: normal;
}

.k-i-arrow-n:before {
  content: '\e600';
}

.k-i-arrow-e:before {
  content: '\e601';
}

.k-i-arrow-60-down:before {
  content: '\e602';
}

.k-i-arrow-w:before {
  content: '\e603';
}

.k-i-seek-n:before {
  content: '\e604';
}

.k-i-seek-e:before {
  content: '\e605';
}

.k-i-seek-s:before {
  content: '\e606';
}

.k-i-seek-w:before {
  content: '\e607';
}

.k-i-sarrow-n:before {
  content: '\e608';
}

.k-i-sarrow-:before {
  content: '\e609';
}

.k-i-sarrow-s:before {
  content: '\e60a';
}

.k-i-sarrow-w:before {
  content: '\e60b';
}

.k-i-expand-n:before {
  content: '\e60c';
}

.k-i-expand-e:before {
  content: '\e60d';
}

.k-i-expand-s:before {
  content: '\e60e';
}

.k-i-expand-w:before {
  content: '\e60f';
}

.k-i-collapse-ne:before {
  content: '\e610';
}

.k-i-collapse-se:before {
  content: '\e611';
}

.k-i-collapse-sw:before {
  content: '\e612';
}

.k-i-collapse-nw:before {
  content: '\e613';
}

.k-i-resize-ne:before {
  content: '\e614';
}

.k-i-resize-se:before {
  content: '\e615';
}

.k-i-resize-sw:before {
  content: '\e616';
}

.k-i-resize-nw:before {
  content: '\e617';
}

.k-i-arrowhead-n:before {
  content: '\e618';
}

.k-i-arrowhead-e:before {
  content: '\e619';
}

.k-i-arrowhead-s:before {
  content: '\e61a';
}

.k-i-arrowhead-w:before {
  content: '\e61b';
}

.k-i-pencil:before {
  content: '\e61c';
}

.k-i-x:before {
  content: '\e61d';
}

.k-i-checkmark:before {
  content: '\e61e';
}

.k-i-deny:before {
  content: '\e61f';
}

.k-i-trash:before {
  content: '\e620';
}

.k-i-plus:before {
  content: '\e621';
}

.k-i-splus:before {
  content: '\e622';
}

.k-i-minus:before {
  content: '\e623';
}

.k-i-sminus:before {
  content: '\e624';
}

.k-i-filter:before {
  content: '\e625';
}

.k-i-filter-clear:before {
  content: '\e626';
}

.k-i-refresh:before {
  content: '\e627';
}

.k-i-refresh-clear:before {
  content: '\e628';
}

.k-i-restore:before {
  content: '\e629';
}

.k-i-maximize:before {
  content: '\e62a';
}

.k-i-minimize:before {
  content: '\e62b';
}

.k-i-pin:before {
  content: '\e62c';
}

.k-i-unpin:before {
  content: '\e62d';
}

.k-i-calendar:before {
  content: '\e62e';
}

.k-i-clock:before {
  content: '\e62f';
}

.k-i-search:before {
  content: '\e630';
}

.k-i-zoom-in:before {
  content: '\e631';
}

.k-i-zoom-out:before {
  content: '\e632';
}

.k-i-print:before {
  content: '\e633';
}

.k-i-folder-add:before {
  content: '\e634';
}

.k-i-folder-up:before {
  content: '\e635';
}

.k-i-insert-image:before {
  content: '\e636';
}

.k-i-image:before {
  content: '\e637';
}

.k-i-insert-file:before {
  content: '\e638';
}

.k-i-file:before {
  content: '\e639';
}

.k-i-files:before {
  content: '\e63a';
}

.k-i-pdf:before {
  content: '\e63b';
}

.k-i-pdfa:before {
  content: '\e68d';
}

.k-i-xls:before {
  content: '\e63c';
}

.k-i-xlsa:before {
  content: '\e63d';
}

.k-i-lock:before {
  content: '\e63e';
}

.k-i-unlock:before {
  content: '\e63f';
}

.k-i-rows:before {
  content: '\e640';
}

.k-i-columns:before {
  content: '\e641';
}

.k-i-hamburger:before {
  content: '\e642';
}

.k-i-vbars:before {
  content: '\e643';
}

.k-i-hbars:before {
  content: '\e644';
}

.k-i-move:before {
  content: '\e645';
}

.k-i-group:before {
  content: '\e646';
}

.k-i-ungroup:before {
  content: '\e647';
}

.k-i-dimension:before {
  content: '\e648';
}

.k-i-connector:before {
  content: '\e649';
}

.k-i-kpi:before {
  content: '\e64a';
}

.k-i-undo:before {
  content: '\e64b';
}

.k-i-redo:before {
  content: '\e64c';
}

.k-i-undo-large:before {
  content: '\e64d';
}

.k-i-redo-large:before {
  content: '\e64e';
}

.k-i-rotate-ccw:before {
  content: '\e64f';
}

.k-i-rotate-cw:before {
  content: '\e650';
}

.k-i-cut:before {
  content: '\e651';
}

.k-i-copy:before {
  content: '\e652';
}

.k-i-paste:before {
  content: '\e653';
}

.k-i-bold:before {
  content: '\e654';
}

.k-i-italic:before {
  content: '\e655';
}

.k-i-underline:before {
  content: '\e656';
}

.k-i-strike-through:before {
  content: '\e657';
}

.k-i-text:before {
  content: '\e658';
}

.k-i-font-size:before {
  content: '\e68e';
}

.k-i-font-family:before {
  content: '\e68f';
}

.k-i-fx:before {
  content: '\e659';
}

.k-i-subscript:before {
  content: '\e65a';
}

.k-i-superscript:before {
  content: '\e65b';
}

.k-i-background:before {
  content: '\e65c';
}

.k-i-sum:before {
  content: '\e65d';
}

.k-i-increase-decimal:before {
  content: '\e65e';
}

.k-i-decrease-decimal:before {
  content: '\e65f';
}

.k-i-justify-left:before {
  content: '\e660';
}

.k-i-justify-center:before {
  content: '\e661';
}

.k-i-justify-right:before {
  content: '\e662';
}

.k-i-justify-full:before {
  content: '\e663';
}

.k-i-justify-clear:before {
  content: '\e664';
}

.k-i-align-top:before {
  content: '\e665';
}

.k-i-align-middle:before {
  content: '\e666';
}

.k-i-align-bottom:before {
  content: '\e667';
}

.k-i-indent:before {
  content: '\e668';
}

.k-i-outdent:before {
  content: '\e669';
}

.k-i-insert-n:before {
  content: '\e66a';
}

.k-i-insert-m:before {
  content: '\e66b';
}

.k-i-insert-s:before {
  content: '\e66c';
}

.k-i-insert-unordered-list:before {
  content: '\e66d';
}

.k-i-insert-ordered-list:before {
  content: '\e66e';
}

.k-i-sort-asc:before {
  content: '\e66f';
}

.k-i-sort-desc:before {
  content: '\e670';
}

.k-i-unsort:before {
  content: '\e671';
}

.k-i-hyperlink:before {
  content: '\e672';
}

.k-i-hyperlink-remove:before {
  content: '\e673';
}

.k-i-clearformat:before {
  content: '\e674';
}

.k-i-html:before {
  content: '\e675';
}

.k-i-exception:before {
  content: '\e676';
}

.k-i-custom:before {
  content: '\e677';
}

.k-i-cog:before {
  content: '\e678';
}

.k-i-create-table:before {
  content: '\e679';
}

.k-i-add-column-left:before {
  content: '\e67a';
}

.k-i-add-column-right:before {
  content: '\e67b';
}

.k-i-delete-column:before {
  content: '\e67c';
}

.k-i-add-row-above:before {
  content: '\e67d';
}

.k-i-add-row-below:before {
  content: '\e67e';
}

.k-i-delete-row:before {
  content: '\e67f';
}

.k-i-merge-cells:before {
  content: '\e680';
}

.k-i-normal-layout:before {
  content: '\e681';
}

.k-i-page-layout:before {
  content: '\e682';
}

.k-i-all-borders:before {
  content: '\e683';
}

.k-i-inside-borders:before {
  content: '\e684';
}

.k-i-inside-horizontal-borders:before {
  content: '\e685';
}

.k-i-inside-vertical-borders:before {
  content: '\e686';
}

.k-i-outside-borders:before {
  content: '\e687';
}

.k-i-top-border:before {
  content: '\e688';
}

.k-i-right-border:before {
  content: '\e689';
}

.k-i-bottom-border:before {
  content: '\e68a';
}

.k-i-left-border:before {
  content: '\e68b';
}

.k-i-no-borders:before {
  content: '\e68c';
}

.k-i-merge-horizontally:before {
  content: '\e690';
}

.k-i-merge-vertically:before {
  content: '\e691';
}

.k-i-text-wrap:before {
  content: '\e692';
}

.k-i-dollar:before {
  content: '\e693';
}

.k-i-percent:before {
  content: '\e694';
}

.k-i-freeze-col:before {
  content: '\e695';
}

.k-i-freeze-row:before {
  content: '\e696';
}

.k-i-freeze-panes:before {
  content: '\e697';
}

.k-i-format-number:before {
  content: '\e698';
}

.k-spreadsheet {
  width: 800px;
  height: 600px;
  border-width: 1px;
  border-style: solid;
  cursor: default;
}

.k-spreadsheet .k-spreadsheet-pane td {
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-spreadsheet .k-spreadsheet-pane table {
  table-layout: fixed;
  border-collapse: collapse;
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-spreadsheet-pane table.k-spreadsheet-merged-cell {
  width: auto;
  height: auto;
}

.k-spreadsheet .k-spreadsheet-pane table.k-spreadsheet-row-header {
  width: auto;
}

.k-spreadsheet .k-spreadsheet-pane table.k-spreadsheet-row-header td {
  border-left-width: 0;
}

.k-spreadsheet .k-spreadsheet-pane table.k-spreadsheet-column-header {
  height: auto;
}

.k-spreadsheet .k-spreadsheet-pane table.k-spreadsheet-column-header td {
  border-top-width: 0;
}

.k-spreadsheet .k-spreadsheet-active-cell,
.k-spreadsheet .k-spreadsheet-selection {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet .k-spreadsheet-active-cell.k-left {
  border-left-width: 0;
}

.k-spreadsheet .k-spreadsheet-active-cell td {
  border-width: 0 !important;
}

.k-spreadsheet .k-spreadsheet-formula-bar {
  border-width: 1px;
  border-style: solid;
  padding-left: 31px;
  position: relative;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
}

.k-spreadsheet .k-spreadsheet-formula-bar:before {
  background-image: none;
  font-family: KendoUIGlyphs;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 1.3em;
  line-height: 1;
  opacity: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e659';
  display: block;
  height: 20px;
  top: 3px;
  border-width: 0 1px 0 0;
  border-style: solid;
  position: absolute;
  width: 24px;
  margin-left: -24px;
}

.k-spreadsheet .k-spreadsheet-formula-bar:after {
  content: '';
  display: block;
  border-width: 0 0 1px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.k-spreadsheet .k-spreadsheet-formula-input {
  outline: 0;
  border-width: 0;
  height: 26px;
  line-height: 20px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 3px 0.5em 0;
}

.k-spreadsheet .k-spreadsheet-cell-editor {
  position: absolute;
  display: none;
  padding: 0 0.3em;
  line-height: 20px;
  z-index: 11;
  overflow: hidden;
}

.k-spreadsheet > .k-spreadsheet-view {
  position: relative;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
}

.k-spreadsheet .k-tabstrip-wrapper {
  position: relative;
  line-height: 1.7em;
}

.k-spreadsheet .k-tabstrip-wrapper .k-tabstrip-items {
  padding: 0.3em 0 0;
}

.k-spreadsheet .k-spreadsheet-quick-access-toolbar {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0.3em 0.3em 0;
}

.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button {
  padding: 0.3em;
  line-height: 1.4em;
}

.k-spreadsheet .k-filter-headers,
.k-spreadsheet .k-merged-cells-wrapper,
.k-spreadsheet .k-selection-wrapper,
.k-spreadsheet .k-spreadsheet-column-header {
  position: relative;
}

.k-spreadsheet .k-spreadsheet-sheets-bar {
  border-width: 1px 0 0;
}

.k-spreadsheet .k-dirty-cell {
  position: relative;
}

.k-spreadsheet .k-dirty {
  right: 0;
  margin: -2px 0 0 -7px;
  border-width: 4px;
  border-color: red red transparent transparent;
}

.k-font-icon,
.k-font-icon.k-icon,
.k-font-icon.k-tool-icon {
  font-family: KendoUIGlyphs;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 1.3em;
  line-height: 1;
  opacity: 1;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  font-size: 16px;
}

.k-spreadsheet .k-colorpicker .k-tool-icon {
  overflow: visible;
}

.k-spreadsheet-filter {
  position: absolute;
  cursor: pointer;
}

.k-spreadsheet-sample {
  float: right;
}

.k-spreadsheet-clipboard,
.k-spreadsheet-clipboard-paste {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  width: 1px;
  height: 1px;
  box-sizing: border-box;
}

.k-spreadsheet-top-corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 16;
  border-width: 0 1px 1px 0;
  border-style: solid;
}

.k-spreadsheet-top-corner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 6px;
  border-style: solid;
}

.k-spreadsheet-scroller {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 1;
}

.k-spreadsheet-fixed-container {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
}

.k-spreadsheet-view-size {
  position: relative;
}

.k-spreadsheet-pane {
  padding-right: 1px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  box-sizing: border-box;
}

.k-spreadsheet-pane.k-top {
  border-top-width: 0;
}

.k-spreadsheet-pane.k-left {
  border-left-width: 0;
}

.k-spreadsheet-column-header,
.k-spreadsheet-row-header {
  text-align: center;
}

.k-spreadsheet-window .k-root-tabs {
  border-width: 0;
  margin: -1em -1em 0;
  padding: 0.5em 1em 0;
}

.k-spreadsheet-window .k-root-tabs .k-loading {
  display: none;
}

.k-spreadsheet-window .k-list-wrapper {
  padding: 0.15em 0;
  border-width: 1px;
  border-style: solid;
  height: 190px;
}

.k-spreadsheet-window .k-list .k-item {
  border-radius: 0;
  padding: 0.5em 0.6em 0.4em;
  cursor: pointer;
  line-height: 1.1em;
}

.k-spreadsheet-window .k-format-filter {
  width: 100%;
}

.k-spreadsheet-window .k-format-filter + .k-group-header + .k-list-wrapper {
  margin-top: 1em;
}

.k-spreadsheet-window .k-action-buttons {
  padding: 1em;
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
  font-weight: 700;
  text-align: center;
  font-size: 1.16em;
  line-height: 3.64em;
  margin: 0 -0.863em 0.72em;
  border-style: solid;
  border-width: 1px 0;
}

.k-spreadsheet-border-palette {
  width: 153px;
}

.k-spreadsheet-border-palette .k-colorpalette {
  vertical-align: bottom;
}

.k-spreadsheet-popup .k-separator {
  width: 1px;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
}

.k-spreadsheet-popup .k-colorpalette {
  vertical-align: top;
}

.k-spreadsheet-popup .k-button.k-button-icon {
  padding: 0.6em;
  border-width: 0;
  border-radius: 0;
}

.k-spreadsheet-popup .k-button.k-button-icontext {
  display: block;
  text-align: left;
  text-transform: none;
  padding: 0.3em 1.5em 0.3em 0.9em;
  border-width: 0;
  border-radius: 0;
}

.k-spreadsheet-filter-menu {
  width: 280px;
}

.k-spreadsheet-filter-menu > .k-menu {
  border-width: 0;
}

.k-spreadsheet-filter-menu > .k-menu .k-link {
  padding-left: 26px;
}

.k-spreadsheet-filter-menu > .k-menu .k-icon.k-font-icon {
  margin-left: -26px;
  width: 26px;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  height: 200px;
  overflow-y: scroll;
  overflow-x: auto;
  border-width: 1px;
  border-style: solid;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview {
  overflow: visible;
  padding: 6px 7px;
}

.k-spreadsheet-filter-menu .k-details {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 4px 0;
}

.k-spreadsheet-filter-menu .k-details-summary {
  cursor: pointer;
  line-height: 26px;
}

.k-spreadsheet-filter-menu .k-details-summary .k-icon {
  margin: 0 5px;
}

.k-spreadsheet-filter-menu .k-details-content {
  padding: 0 8px 0 26px;
}

.k-spreadsheet-filter-menu .k-details-content > .k-textbox,
.k-spreadsheet-filter-menu .k-details-content > .k-widget {
  width: 100%;
  margin-bottom: 3px;
}

.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-image: none;
}

.k-spreadsheet-filter-menu .k-details-content .k-filter-and {
  width: 75px;
  margin: 8px 0;
}

.k-spreadsheet-filter-menu .k-action-buttons {
  border-top-width: 0;
  margin: 8px;
  padding: 0;
  position: static;
}

.k-resize-handle,
.k-resize-hint {
  position: absolute;
}

.k-resize-hint-handle {
  width: 100%;
  height: 20px;
}

.k-resize-hint-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}

.k-resize-hint-vertical .k-resize-hint-handle {
  height: 100%;
  width: 20px;
  float: left;
}

.k-resize-hint-vertical .k-resize-hint-marker {
  height: 2px;
  width: 100%;
}

.k-button.k-spreadsheet-sheets-bar-add,
.k-spreadsheet-quick-access-toolbar .k-button {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}

.k-spreadsheet-tabstrip {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

.k-spreadsheet-tabstrip > .k-content {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  margin: 0;
  padding: 0;
}

.k-spreadsheet-tabstrip .k-loading {
  display: none;
}

.k-spreadsheet-toolbar.k-toolbar {
  border-width: 0;
}

.k-spreadsheet-toolbar.k-toolbar .k-overflow-anchor + * {
  margin-left: 0.3em;
}

.k-spreadsheet-toolbar .k-button,
.k-spreadsheet-toolbar > .k-button-group,
.k-spreadsheet-toolbar > .k-widget,
.k-spreadsheet-toolbar
  > .k-widget
  .k-state-default:not(.k-state-hover):not(.k-state-active) {
  margin: 0;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}

.k-spreadsheet-toolbar > .k-widget[data-property='fontSize'] {
  width: 75px;
}

.k-spreadsheet-toolbar > .k-widget[data-property='format'] {
  width: 100px;
}

.k-spreadsheet-toolbar > .k-widget[data-property='fontFamily'] {
  width: 130px;
}

.k-spreadsheet-toolbar
  > .k-combobox
  .k-state-default:not(.k-state-hover):not(.k-state-active)
  .k-input {
  background-color: transparent;
  box-shadow: none;
}

.k-spreadsheet-toolbar
  > .k-widget
  .k-state-default:not(.k-state-hover):not(.k-state-active)
  .k-select {
  border-color: transparent;
}

.k-spreadsheet-toolbar .k-separator {
  margin: 0 3px;
  width: 0;
  overflow: hidden;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
}

.k-spreadsheet-formula-input > .k-syntax-bool.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-func.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-num.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-ref.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-str.k-syntax-at-point {
  text-decoration: underline;
}

.k-spreadsheet-formula-input > .k-series-a,
.k-spreadsheet-formula-input > .k-series-b,
.k-spreadsheet-formula-input > .k-series-c,
.k-spreadsheet-formula-input > .k-series-d {
  background-color: transparent;
}

.k-spreadsheet-selection-highlight {
  border-width: 2px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet-formula-list {
  min-width: 100px;
}

.k-spreadsheet-formula-list .k-item {
  padding: 0 0.3em;
  box-shadow: none;
}

.k-spreadsheet-sheets-bar {
  position: relative;
}

.k-button.k-spreadsheet-sheets-bar-add {
  position: absolute;
  bottom: 0.2em;
  left: 0.4em;
  z-index: 1;
}

.k-tabstrip-bottom .k-spreadsheet-sheets-remove {
  padding: 0;
}

.k-spreadsheet-sheets-remove .k-button-icon {
  padding: 2px;
  line-height: normal;
}

.k-spreadsheet-sheets-remove .k-icon {
  margin: 0;
}

.k-spreadsheet-sheets-items-hint {
  margin-top: 0.1em;
  background: none !important;
  border-width: 0 !important;
}

.sf_cols {
  width: 100%;
  margin: 0;
  padding: 0;
}

.sf_cols:after,
.sf_cols:before {
  content: '';
  display: table;
}

.sf_cols:after {
  clear: both;
}

.sf_cols {
  zoom: 1;
}

.sf_colsOut + .sf_colsOut {
  *margin-left: -1px !important;
}

.sf_block {
  display: block;
}

.sf_1col_1_100 {
  float: none;
  margin: 0;
}

.sf_2cols_1_25 {
  float: left;
  width: 25%;
  margin: 0;
}

.sf_2cols_2_75 {
  float: right;
  width: 75%;
  margin: 0;
}

.sf_2cols_2_75 .sf_2cols_2in_75 {
  margin-left: 12px;
}

.sf_2cols_1_33 {
  float: left;
  width: 33%;
  margin: 0;
}

.sf_2cols_2_67 {
  float: right;
  width: 67%;
  margin: 0;
}

.sf_2cols_2_67 .sf_2cols_2in_67 {
  margin-left: 12px;
}

.sf_2cols_1_50 {
  float: left;
  width: 50%;
  margin: 0;
}

.sf_2cols_2_50 {
  float: right;
  width: 50%;
  margin: 0;
}

.sf_2cols_2_50 .sf_2cols_2in_50 {
  margin-left: 12px;
}

.sf_2cols_1_67 {
  float: left;
  width: 67%;
  margin: 0;
}

.sf_2cols_2_33 {
  float: right;
  width: 33%;
  margin: 0;
}

.sf_2cols_2_33 .sf_2cols_2in_33 {
  margin-left: 12px;
}

.sf_2cols_1_75 {
  float: left;
  width: 75%;
  margin: 0;
}

.sf_2cols_2_25 {
  float: right;
  width: 25%;
  margin: 0;
}

.sf_2cols_2_25 .sf_2cols_2in_25 {
  margin-left: 12px;
}

.sf_3cols_1_33 {
  float: left;
  width: 33%;
  margin: 0;
}

.sf_3cols_2_34 {
  float: left;
  width: 34%;
  margin: 0;
}

.sf_3cols_3_33 {
  float: left;
  width: 33%;
  margin: 0;
  _margin-left: -1px !important;
}

.sf_3cols_2_34 .sf_3cols_2in_34,
.sf_3cols_3_33 .sf_3cols_3in_33 {
  margin-left: 12px;
}

.sf_3cols_1_25 {
  float: left;
  width: 25%;
  margin: 0;
}

.sf_3cols_2_50 {
  float: left;
  width: 50%;
  margin: 0;
}

.sf_3cols_3_25 {
  float: left;
  width: 25%;
  margin: 0;
  _margin-left: -1px !important;
}

.sf_3cols_2_50 .sf_3cols_2in_50,
.sf_3cols_3_25 .sf_3cols_3in_25 {
  margin-left: 12px;
}

.sf_4cols_1_25,
.sf_4cols_2_25,
.sf_4cols_3_25,
.sf_4cols_4_25 {
  float: left;
  width: 25%;
  margin: 0;
}

.sf_4cols_4_25 {
  _margin-left: -1px !important;
}

.sf_4cols_2_25 .sf_4cols_2in_25,
.sf_4cols_3_25 .sf_4cols_3in_25,
.sf_4cols_4_25 .sf_4cols_4in_25 {
  margin-left: 12px;
}

.sf_5cols_1_20,
.sf_5cols_2_20,
.sf_5cols_3_20,
.sf_5cols_4_20,
.sf_5cols_5_20 {
  float: left;
  width: 20%;
  margin: 0;
}

.sf_5cols_5_20 {
  _margin-left: -1px !important;
}

.sf_5cols_2_20 .sf_5cols_2in_20,
.sf_5cols_3_20 .sf_5cols_3in_20,
.sf_5cols_4_20 .sf_5cols_4in_20,
.sf_5cols_5_20 .sf_5cols_5in_20 {
  margin-left: 12px;
}

.sfdownloadFileWrp a {
  padding: 3px 0 3px 25px;
  background: transparent url(/IconImages/icons.gif) no-repeat 0 0;
  *line-height: 21px;
}

.sfdownloadFileWrp .sfpdf {
  background-position: 0 -100px;
}

.sfdownloadFileWrp .sfdoc {
  background-position: 0 -200px;
}

.sfdownloadFileWrp .sfrtf {
  background-position: 0 -300px;
}

.sfdownloadFileWrp .sftxt {
  background-position: 0 -400px;
}

.sfdownloadFileWrp .sfxls {
  background-position: 0 -500px;
}

.sfdownloadFileWrp .sfzip {
  background-position: 0 -600px;
}

.sfdownloadFileWrp .sfjpg {
  background-position: 0 -700px;
}

.sfdownloadFileWrp .sfgif {
  background-position: 0 -800px;
}

.sfdownloadFileWrp .sfpng {
  background-position: 0 -900px;
}

.sfdownloadFileWrp .sfppt {
  background-position: 0 -1000px;
}

.sfdownloadFileWrp .sfhtm,
.sfdownloadFileWrp .sfhtml {
  background-position: 0 -1100px;
}

.sfdownloadFileWrp .sfdocx {
  background-position: 0 -1600px;
}

.sfdownloadFileWrp .sfxlsx {
  background-position: 0 -1700px;
}

.sfdownloadFileWrp .sfcsv {
  background-position: 0 -1800px;
}

.sfdownloadFileWrp .sfrar {
  background-position: 0 -1900px;
}

.sfdownloadFileWrp .sfjpeg {
  background-position: 0 -2000px;
}

.sfdownloadFileWrp .sfpptx {
  background-position: 0 -2100px;
}

.sfdownloadFileWrp .sfpps {
  background-position: 0 -2200px;
}

.sfdownloadFileWrp .sfppsx {
  background-position: 0 -2300px;
}

.sfdownloadFileWrp .sfmp3 {
  background-position: 0 -2400px;
}

.sfdownloadFileWrp .sfwav {
  background-position: 0 -2500px;
}

.sfdownloadFileWrp .sfwma {
  background-position: 0 -2600px;
}

.sfdownloadFileWrp .sfogg {
  background-position: 0 -2700px;
}

.sfdownloadFileWrp .sfmp4 {
  background-position: 0 -2800px;
}

.sfdownloadFileWrp .sfavi {
  background-position: 0 -2900px;
}

.sfdownloadFileWrp .sfmpg {
  background-position: 0 -3000px;
}

.sfdownloadFileWrp .sfmpeg {
  background-position: 0 -3100px;
}

.sfdownloadFileWrp .sfmov {
  background-position: 0 -3200px;
}

.sfdownloadFileWrp .sfwmv {
  background-position: 0 -3300px;
}

.sfdownloadFileWrp .sfbook {
  background-position: 0 -3400px;
}

.sfdownloadFileWrp .sfiba {
  background-position: 0 -3500px;
}

.sfdownloadFileWrp .sfepub {
  background-position: 0 -3600px;
}

.sfdownloadFileWrp .sffb2 {
  background-position: 0 -3700px;
}

.sfdownloadFileWrp .sfsfb {
  background-position: 0 -3800px;
}

.sfdownloadFileWrp .sfmobi {
  background-position: 0 -3900px;
}

.sfdownloadFileWrp .sfcss {
  background-position: 0 -4100px;
}

.sfdownloadFileWrp .sface {
  background-position: 0 -4200px;
}

.sfSmallIcns .sfdownloadList .sfdownloadFile {
  padding-left: 25px;
  background: transparent url(/IconImages/icons.gif) no-repeat 0 0;
}

.sfLargeIcns .sfdownloadList .sfdownloadFile {
  padding-left: 43px;
  background: transparent url(/IconImages/docIcons.gif) no-repeat 0 0;
}

.sfdownloadTable.sfHasIcons .sfdownloadLink {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 3px 0 3px 25px;
  background: transparent url(/IconImages/icons.gif) no-repeat 0 0;
}

.sfdownloadDetails .sfdownloadLinkWrp .sfdownloadLink {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 3px 0 15px 50px;
  background: transparent url(/IconImages/docIcons.gif) no-repeat 0 0;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfpdf .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfpdf .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfpdf,
.sfSmallIcns .sfdownloadList .sfpdf {
  background-position: 0 -100px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfdoc .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfdoc .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfdoc,
.sfSmallIcns .sfdownloadList .sfdoc {
  background-position: 0 -200px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfrtf .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfrtf .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfrtf,
.sfSmallIcns .sfdownloadList .sfrtf {
  background-position: 0 -300px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sftxt .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sftxt .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sftxt,
.sfSmallIcns .sfdownloadList .sftxt {
  background-position: 0 -400px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfxls .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfxls .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfxls,
.sfSmallIcns .sfdownloadList .sfxls {
  background-position: 0 -500px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfzip .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfzip .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfzip,
.sfSmallIcns .sfdownloadList .sfzip {
  background-position: 0 -600px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfjpg .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfjpg .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfjpg,
.sfSmallIcns .sfdownloadList .sfjpg {
  background-position: 0 -700px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfgif .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfgif .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfgif,
.sfSmallIcns .sfdownloadList .sfgif {
  background-position: 0 -800px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfpng .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfpng .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfpng,
.sfSmallIcns .sfdownloadList .sfpng {
  background-position: 0 -900px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfppt .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfppt .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfppt,
.sfSmallIcns .sfdownloadList .sfppt {
  background-position: 0 -1000px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfhtm .sfdownloadLink,
.sfdownloadDetails .sfdownloadLinkWrp.sfhtml .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfhtm .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfhtml .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfhtm,
.sfLargeIcns .sfdownloadList .sfhtml,
.sfSmallIcns .sfdownloadList .sfhtm,
.sfSmallIcns .sfdownloadList .sfhtml {
  background-position: 0 -1100px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfdocx .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfdocx .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfdocx,
.sfSmallIcns .sfdownloadList .sfdocx {
  background-position: 0 -1600px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfxlsx .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfxlsx .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfxlsx,
.sfSmallIcns .sfdownloadList .sfxlsx {
  background-position: 0 -1700px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfcsv .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfcsv .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfcsv,
.sfSmallIcns .sfdownloadList .sfcsv {
  background-position: 0 -1800px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfrar .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfrar .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfrar,
.sfSmallIcns .sfdownloadList .sfrar {
  background-position: 0 -1900px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfjpeg .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfjpeg .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfjpeg,
.sfSmallIcns .sfdownloadList .sfjpeg {
  background-position: 0 -2000px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfpptx .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfpptx .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfpptx,
.sfSmallIcns .sfdownloadList .sfpptx {
  background-position: 0 -2100px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfpps .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfpps .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfpps,
.sfSmallIcns .sfdownloadList .sfpps {
  background-position: 0 -2200px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfppsx .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfppsx .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfppsx,
.sfSmallIcns .sfdownloadList .sfppsx {
  background-position: 0 -2300px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfmp3 .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfmp3 .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfmp3,
.sfSmallIcns .sfdownloadList .sfmp3 {
  background-position: 0 -2400px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfwav .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfwav .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfwav,
.sfSmallIcns .sfdownloadList .sfwav {
  background-position: 0 -2500px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfwma .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfwma .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfwma,
.sfSmallIcns .sfdownloadList .sfwma {
  background-position: 0 -2600px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfogg .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfogg .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfogg,
.sfSmallIcns .sfdownloadList .sfogg {
  background-position: 0 -2700px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfmp4 .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfmp4 .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfmp4,
.sfSmallIcns .sfdownloadList .sfmp4 {
  background-position: 0 -2800px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfavi .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfavi .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfavi,
.sfSmallIcns .sfdownloadList .sfavi {
  background-position: 0 -2900px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfmpg .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfmpg .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfmpg,
.sfSmallIcns .sfdownloadList .sfmpg {
  background-position: 0 -3000px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfmpeg .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfmpeg .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfmpeg,
.sfSmallIcns .sfdownloadList .sfmpeg {
  background-position: 0 -3100px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfmov .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfmov .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfmov,
.sfSmallIcns .sfdownloadList .sfmov {
  background-position: 0 -3200px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfwmv .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfwmv .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfwmv,
.sfSmallIcns .sfdownloadList .sfwmv {
  background-position: 0 -3300px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfbook .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfbook .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfbook,
.sfSmallIcns .sfdownloadList .sfbook {
  background-position: 0 -3400px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfiba .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfiba .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfiba,
.sfSmallIcns .sfdownloadList .sfiba {
  background-position: 0 -3500px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfepub .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfepub .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfepub,
.sfSmallIcns .sfdownloadList .sfepub {
  background-position: 0 -3600px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sffb2 .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sffb2 .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sffb2,
.sfSmallIcns .sfdownloadList .sffb2 {
  background-position: 0 -3700px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfsfb .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfsfb .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfsfb,
.sfSmallIcns .sfdownloadList .sfsfb {
  background-position: 0 -3800px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfmobi .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfmobi .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfmobi,
.sfSmallIcns .sfdownloadList .sfmobi {
  background-position: 0 -3900px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sfcss .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sfcss .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sfcss,
.sfSmallIcns .sfdownloadList .sfcss {
  background-position: 0 -4100px;
}

.sfdownloadDetails .sfdownloadLinkWrp.sface .sfdownloadLink,
.sfdownloadTable.sfHasIcons .sface .sfdownloadLink,
.sfLargeIcns .sfdownloadList .sface,
.sfSmallIcns .sfdownloadList .sface {
  background-position: 0 -4200px;
}

.sfFeedBigIcn {
  padding: 5px 0 13px 45px;
  background: transparent url(/IconImages/docIcons.gif) no-repeat 0 -1200px;
  *line-height: 38px;
}

.sfFeedSmallIcn {
  padding: 2px 0 2px 22px;
  background: transparent url(/IconImages/icons.gif) no-repeat 0 -1198px;
}

.sftoggleErrorWrp {
  position: relative;
  z-index: 5;
}

.sftoggleErrorLnk {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 14px;
  height: 14px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1500px;
  text-indent: -9999px;
}

.sftoggleError {
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  left: 30px;
  padding: 10px;
  background-color: #ffc;
  font-size: 11px;
  z-index: 7;
}

.sfDigitalDownloadIcon {
  display: block;
  height: 15px;
  float: left;
}

.sfShopByFilterGroupList.sfVerticalList .sfFilterLnk {
  padding-left: 15px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1598px;
}

.sfShopByFilterGroupList.sfVerticalList
  .sfShopByFilterListItemSelected
  .sfFilterLnk {
  background-position: 0 -1698px;
}

.sfWorkflowBtnsShown .sfEditorToolbarWrp,
.sfWorkflowBtnsShown .sfInlineEditDlgWrp,
.sfWorkflowBtnsShown .sfInlineEditingPageMenu,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu {
  box-sizing: content-box !important;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-spacing: normal;
  color: #000;
  letter-spacing: normal;
}

.sfWorkflowBtnsShown .sfEditorToolbarWrp *,
.sfWorkflowBtnsShown .sfInlineEditDlgWrp *,
.sfWorkflowBtnsShown .sfInlineEditingPageMenu *,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu * {
  box-sizing: content-box !important;
  white-space: normal;
}

.sfInlineEditingPageMenu {
  position: fixed !important;
  right: 0 !important;
  top: 115px !important;
  z-index: 6;
}

.sfInlineEditingPageMenu a,
.sfInlineEditingPageMenu a:active,
.sfInlineEditingPageMenu a:hover,
.sfInlineEditingPageMenu a:link,
.sfInlineEditingPageMenu a:visited {
  margin: 0;
  padding: 0;
  text-shadow: none;
  color: #ececec !important;
  text-decoration: none !important;
}

.sfInlineEditingPageMenu a:active,
.sfInlineEditingPageMenu a:hover {
  color: #fff !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  display: block !important;
  position: absolute !important;
  right: 0;
  top: 0;
  width: 50px !important;
  height: 50px !important;
  overflow: hidden;
  text-indent: -9999px !important;
  background-image: url(/IconImages/editIcons.png) !important;
  background-repeat: no-repeat !important;
  background-position: -40px 10px !important;
  background-color: #333;
  color: #fff !important;
  font-weight: 400;
  border: 0;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}

.sfWorkflowBtnsShown .sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  background-color: #f60;
}

.sfInlineEditingToggleLnk:active,
.sfInlineEditingToggleLnk:focus,
.sfInlineEditingToggleLnk:hover,
.sfInlineEditMenuOpened .sfInlineEditingToggleLnk {
  background-position: 10px 10px !important;
  border: 0 !important;
}

.sfInlineEditingActionsList {
  display: block !important;
  margin: 0;
  padding: 0;
  position: absolute !important;
  top: 50px;
  right: -260px;
  width: 260px;
  background-color: #333;
  color: #999;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
  line-height: 1.5;
  list-style-type: none;
  transition: right 0.2s;
}

.sfInlineEditMenuOpened .sfInlineEditingActionsList {
  right: 0;
}

.sfInlineEditingActionsList > li {
  margin: 0;
  padding: 5px 15px;
  float: none;
  position: static;
  border-top: 1px solid #434343;
  background: transparent;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  list-style: none;
  text-decoration: none;
  text-transform: none;
  word-spacing: normal;
  text-shadow: none;
}

.sfInlineEditingActionsList .sfToggleEditTools {
  padding-top: 15px !important;
  border-top: 0 !important;
}

.sfInlineEditingActionsList a.sfInlineEditLnk,
.sfInlineEditingActionsList a.sfInlineEditLnk:active,
.sfInlineEditingActionsList a.sfInlineEditLnk:hover,
.sfInlineEditingActionsList a.sfInlineEditLnk:link,
.sfInlineEditingActionsList a.sfInlineEditLnk:visited {
  padding: 0 0 0 22px !important;
  font-size: 14px;
  font-weight: 700;
  background: transparent url(/IconImages/editIcons.png) no-repeat 0 -50px;
  cursor: pointer;
  text-shadow: none;
  border: 0;
}

.sfInlineEditingActionsList .sfViewPageStats {
  padding-top: 10px;
}

.sfInlineEditingActionsList .sfEditInPageEditor {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.sfInlineEditingActionsList a.sfViewStatsLnk,
.sfInlineEditingActionsList a.sfViewStatsLnk:active,
.sfInlineEditingActionsList a.sfViewStatsLnk:hover,
.sfInlineEditingActionsList a.sfViewStatsLnk:link,
.sfInlineEditingActionsList a.sfViewStatsLnk:visited {
  padding: 0 0 0 22px !important;
  background: transparent url(/IconImages/editIcons.png) no-repeat 0 -450px;
  cursor: pointer;
  text-shadow: none;
  border: 0;
}

.sfInlineEditingActionsList a.sfEditInPageEditorLnk,
.sfInlineEditingActionsList a.sfEditInPageEditorLnk:active,
.sfInlineEditingActionsList a.sfEditInPageEditorLnk:hover,
.sfInlineEditingActionsList a.sfEditInPageEditorLnk:link,
.sfInlineEditingActionsList a.sfEditInPageEditorLnk:visited {
  padding: 0 0 0 22px !important;
  background: transparent url(/IconImages/editIcons.png) no-repeat 0 -500px;
  cursor: pointer;
  text-shadow: none;
  border: 0;
}

.sfInlineEditingActionsList .sfLogout {
  padding-bottom: 15px;
}

.sfInlineEditingActionsList .sfLogout a,
.sfInlineEditingActionsList .sfLogout a:active,
.sfInlineEditingActionsList .sfLogout a:focus,
.sfInlineEditingActionsList .sfLogout a:hover {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}

.sfInlineEditingActionsList .sfLogout p {
  margin: 0;
  padding: 0;
  color: #999;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.sfWorkflowBtnsShown {
  margin-top: 46px;
}

.sfInlineEditingWorkflowMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-right: 20px;
  min-height: 42px;
  font-family: Arial, Verdana, Sans-serif;
  z-index: 14;
  font-size: 11px !important;
  line-height: 1.5;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f4f4f4;
  background-image: linear-gradient(top, #fff, #f4f4f4 90%, #ebebeb);
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu li {
  float: none;
  position: static;
  line-height: 1.5;
  list-style: none;
  text-decoration: none;
  text-transform: none;
  word-spacing: normal;
  background: transparent;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a:focus,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a:hover,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a:link,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a:visited {
  font-weight: 400;
  border: 0;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a:focus,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a:hover {
  color: #000;
}

.sfInlineEditingWorkflowMenu .sfPageTitle {
  position: absolute;
  top: 11px;
  left: 10px;
  line-height: 1;
  color: #000;
  font-size: 18px;
}

.sfInlineEditingWorkflowMenu .sfContentTitleWrp,
.sfInlineEditingWorkflowMenu .sfShowNotPublishedWrp {
  margin-top: 15px;
  text-align: center;
}

.sfHighlightContent {
  padding: 3px 5px;
  background-color: #ff0 !important;
}

.sfInlineEditingWorkflowMenu .sfHighlightContent {
  background-color: transparent !important;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfHighlightContent a,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfHighlightContent a:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfHighlightContent a:hover,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfHighlightContent a:link,
.sfWorkflowBtnsShown
  .sfInlineEditingWorkflowMenu
  .sfHighlightContent
  a:visited {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  background: transparent;
  padding-left: 0;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfHighlightContent a:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfHighlightContent a:focus,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfHighlightContent a:hover {
  text-decoration: none;
}

.sfWorkflowStatus {
  padding: 5px 40px 5px 10px;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  background-color: #ff0;
  position: relative;
  line-height: 1.2;
  text-transform: none;
  color: #000;
  text-shadow: none;
  font-family: Arial, Verdana, sans-serif;
  word-spacing: normal;
  letter-spacing: normal;
}

.sfWorkflowStatus b {
  display: block;
}

.sfWorkflowStatus .sfContentMenuListWrp {
  position: absolute;
  right: 0;
  top: 8px;
}

.sfLockedContent {
  padding: 3px 5px 3px 15px;
  background: #ff0 url(/IconImages/editIcons.png) no-repeat 6px -194px;
  color: #000;
  font-family: Arial, Verdana, sans-serif;
}

.sfLockedContent,
.sfStatusOfContent {
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-shadow: none;
  word-spacing: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

.sfStatusOfContent {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 1px 5px;
  background-color: #f60;
  color: #fff;
  border-radius: 3px;
  list-style: none;
  font-family: Arial, Verdana, Sans-serif;
}

.sfContentTitleWrp .sfStatusOfContent {
  margin-right: 10px;
}

.sfContentMenuListWrp {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  z-index: 5;
  margin-left: 5px;
}

.sfContentMenuList {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: 0;
  top: 26px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  width: 200px;
  text-align: left;
  font-size: 12px;
  z-index: 5;
  list-style-type: none !important;
  box-shadow: 0 0 5px #ccc;
}

.sfContentMenuList li {
  margin: 0;
  padding: 0;
  background: #fff;
  float: none;
  font-style: normal;
  font-weight: 400;
  left: -15px;
  letter-spacing: normal;
  line-height: 1.5;
  position: static;
  text-decoration: none;
  text-transform: none;
  word-spacing: normal;
  list-style: none;
}

.sfContentMenuList a:before {
  display: inline-block;
  zoom: 1;
  *display: inline;
  content: ' ';
  position: absolute;
  margin-left: -20px;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  vertical-align: top;
  background: transparent url(/IconImages/editIcons.png) no-repeat -50px -100px;
}

.sfContentMenuList a,
.sfContentMenuList a:active,
.sfContentMenuList a:hover,
.sfContentMenuList a:link,
.sfContentMenuList a:visited {
  display: block;
  padding: 10px 10px 10px 30px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
}

.sfContentMenuList a:active,
.sfContentMenuList a:focus,
.sfContentMenuList a:hover {
  color: #000;
  background-color: #f2f2f2;
  background-image: none;
  border: 0;
  font-weight: 400;
}

.sfToggleContentMenu {
  display: block;
  margin-top: -11px;
  position: relative;
  z-index: 7;
  width: 16px;
  height: 16px;
  padding: 11px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url(/IconImages/editIcons.png) no-repeat 11px -89px;
  box-sizing: content-box;
}

.sfContentTitleWrp .sfContentMenuListWrp .sfToggleContentMenu:active,
.sfContentTitleWrp .sfContentMenuListWrp .sfToggleContentMenu:focus,
.sfContentTitleWrp .sfContentMenuListWrp .sfToggleContentMenu:hover,
.sfPublicWrapper .sfContentMenuListWrp .sfToggleContentMenu:active,
.sfPublicWrapper .sfContentMenuListWrp .sfToggleContentMenu:focus,
.sfPublicWrapper .sfContentMenuListWrp .sfToggleContentMenu:hover {
  background: transparent url(/IconImages/editIcons.png) no-repeat scroll 11px -89px;
  width: 16px;
  height: 16px;
  padding: 11px;
  border: 0;
  font-weight: 400;
  color: #000;
}

.sfContentTitleWrp .sfContentMenuOpened .sfToggleContentMenu,
.sfContentTitleWrp .sfContentMenuOpened .sfToggleContentMenu:active,
.sfContentTitleWrp .sfContentMenuOpened .sfToggleContentMenu:focus,
.sfContentTitleWrp .sfContentMenuOpened .sfToggleContentMenu:hover {
  background-color: #fff;
  padding: 10px 10px 11px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  background-position: 10px -90px;
}

.sfInlineEditingWorkflowMenu .sfBtnsWrp {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfCancelEdit,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfPublishEdit,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfSaveDraft {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: right;
  text-decoration: none;
  box-shadow: none;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  min-height: 0;
  text-transform: uppercase !important;
  border-radius: 3px !important;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfCancelEdit:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfCancelEdit:focus,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfCancelEdit:hover,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfPublishEdit:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfPublishEdit:focus,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfPublishEdit:hover,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfSaveDraft:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfSaveDraft:focus,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu .sfSaveDraft:hover {
  margin-left: 10px;
  padding: 5px 10px;
  text-decoration: none;
  font-style: normal;
  font-weight: 700 !important;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfPublishEdit,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfPublishEdit:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfPublishEdit:hover,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfPublishEdit:link,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfPublishEdit:visited {
  background: 0;
  background-color: #333 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  text-decoration: none;
  text-shadow: none;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfPublishEdit:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfPublishEdit:focus,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfPublishEdit:hover {
  background: 0;
  background-color: #105cb6 !important;
  border-color: #105cb6 !important;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfSaveDraft,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfSaveDraft:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfSaveDraft:hover,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfSaveDraft:link,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfSaveDraft:visited {
  background-color: #fff !important;
  background: none !important;
  border: 1px solid #e3e3e3 !important;
  color: #000 !important;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfSaveDraft:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfSaveDraft:focus,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfSaveDraft:hover {
  background-color: #e3e3e3 !important;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfCancelEdit,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfCancelEdit:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfCancelEdit:hover,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfCancelEdit:link,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfCancelEdit:visited {
  padding-top: 6px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  color: #000 !important;
  background: none !important;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfCancelEdit:active,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfCancelEdit:focus,
.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu a.sfCancelEdit:hover {
  color: #105cb6 !important;
  background: none !important;
}

.sfToggleToobarBtns {
  display: none;
}

.sfEditorToolbarWrp {
  top: 43px !important;
  left: 0 !important;
  z-index: 18 !important;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
}

.sfWorkflowBtnsShown .k-editor-inline.sfFieldEditMode {
  border: 2px solid #6cf !important;
}

.sfWorkflowBtnsShown .sfEditorToolbarWrp li {
  background: transparent;
  font-style: normal;
  font-weight: 400;
  position: static;
  letter-spacing: normal;
  line-height: 1.5;
  list-style: none;
  text-decoration: none;
  text-transform: none;
  word-spacing: normal;
  margin: 0;
  padding: 0.1em 0;
}

.sfEditorToolbarWrp .k-imageSelector {
  background-position: -288px -96px;
}

.sfEditorToolbarWrp .k-imageSelector.k-state-hover,
.sfEditorToolbarWrp .k-imageSelector.k-state-selected {
  background-position: -312px -96px;
}

.sfEditorToolbarWrp .k-linkManager {
  background-position: -288px -48px;
}

.sfEditorToolbarWrp .k-linkManager.k-state-hover,
.sfEditorToolbarWrp .k-linkManager.k-state-selected {
  background-position: -312px -48px;
}

.sfFieldEditMode {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 2px solid #6cf !important;
}

.sfFieldEditable,
.sfFieldEditMode {
  min-width: 30px;
  min-height: 20px;
}

.sfFieldEditable:hover {
  background-color: #ffc;
  color: #000;
}

.sfFieldEditMode.k-editor {
  display: block;
}

.sfFieldEditMode.sfimageWrp {
  position: relative;
  z-index: 5;
  min-height: 45px;
  min-width: 55px;
}

.sfFieldEditMode .sfShowInlineEditDlgLnk {
  display: inline-block;
  *display: block;
  margin: 1px 3px 1px 5px;
  overflow: hidden;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  vertical-align: top;
  background: transparent url(/IconImages/editIcons.png) no-repeat 0 -250px;
}

.sfFieldEditMode .sfShowInlineEditDlgLnk:active,
.sfFieldEditMode .sfShowInlineEditDlgLnk:focus,
.sfFieldEditMode .sfShowInlineEditDlgLnk:hover {
  border: 0;
  padding: 0;
}

.sfFieldEditMode.sfimageWrp .sfShowInlineEditDlgWrp {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 7;
}

.sfFieldEditMode.sfimageWrp .sfShowInlineEditDlgWrp .sfShowInlineEditDlgLnk {
  width: 41px;
  height: 33px;
  background-position: -50px -250px;
}

.sfWorkflowBtnsShown .sfWarningMessage {
  margin: 0;
  padding: 9px 25px 8px 10px;
  position: relative;
  background-color: #ff9;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  z-index: 10;
  font-family: Arial, Verdana, Sans-serif !important;
  letter-spacing: 0;
  text-shadow: none;
  white-space: normal;
}

.sfWorkflowBtnsShown .sfWarningMessage .sfCloseMsg {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url(/IconImages/editIcons.png) no-repeat -45px -145px;
  text-decoration: none;
}

.sfWorkflowBtnsShown .sfWarningMessage .sfCloseMsg:hover {
  background: #fff url(/IconImages/editIcons.png) no-repeat -45px -145px;
  border: 0;
  font-weight: 400;
}

.sfInlineEditDlgWrp {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfInlineEditDlgWrp > .k-content {
  padding: 0;
}

.sfInlineEditDlgWrp .sfWindowBody {
  padding: 21px 17px 30px;
  line-height: 1.5;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp h1 {
  margin: 0 0 10px !important;
  padding: 0;
  background-color: transparent;
  font-family: Arial, Verdana, Sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  font-style: normal;
  position: static;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  word-spacing: normal;
  letter-spacing: normal;
}

.sfInlineEditDlgWrp ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sfInlineEditDlgWrp h1 + .sfNote {
  margin-top: -10px !important;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp li {
  float: none;
  font-style: normal;
  font-weight: 400;
  position: static;
  letter-spacing: normal;
  line-height: 1.5;
  list-style: none;
  text-decoration: none;
  text-transform: none;
  word-spacing: normal;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp a {
  text-shadow: none;
  text-decoration: none;
  background: transparent;
}

.sfInlineEditDlgWrp .sfTxt {
  padding: 3px;
  width: 350px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  background-color: #fff;
  color: #000;
}

.sfInlineEditDlgWrp .sfExample {
  font-size: 11px;
  color: #666;
}

.sfInlineEditDlgWrp .sfExpandableContainer .sfTxt {
  width: 330px;
}

.sfInlineEditDlgWrp .sfDimensionsList .sfTxt {
  width: 40px;
}

.sfInlineEditDlgWrp .sfDimensionsList .sfUnit {
  margin: 0;
  padding: 0;
}

.sfInlineEditDlgWrp .sfViewAll {
  position: absolute;
  right: 20px;
  top: 25px;
  color: #105cb6;
  text-decoration: none;
}

.sfInlineEditDlgWrp .sfViewAll:active,
.sfInlineEditDlgWrp .sfViewAll:focus,
.sfInlineEditDlgWrp .sfViewAll:hover {
  color: #00f;
  text-decoration: none;
  cursor: pointer;
}

.sfInlineEditDlgWrp input,
.sfInlineEditDlgWrp label {
  vertical-align: middle;
}

.sfInlineEditDlgWrp .sfSearchWrp {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 18;
}

.sfInlineEditDlgWrp .sfSearchWrp .sfClear {
  position: absolute;
  right: 20px;
  bottom: -30px;
  font-size: 11px;
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

.sfInlineEditDlgWrp .sfSearchWrp .sfClear:hover {
  text-decoration: none;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemsListWrp,
.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemsListWrp.k-listview {
  padding: 5px;
  max-height: 260px;
  min-height: 100px;
  overflow: auto;
  border: 1px solid #ccc !important;
  background-color: #fff;
  color: #000;
}

.sfInlineEditDlgWrp .sfItemsListWrp .k-checkbox {
  margin-top: 4px;
}

.sfInlineEditDlgWrp .sfItemsListWrp .sfItemsCount {
  font-size: 11px;
  color: #999;
}

.sfInlineEditDlgWrp .sfItemsListWrp .k-state-selected .sfItemsCount {
  color: #9dc6f7;
}

.sfInlineEditDlgWrp .sfItemsListWrp .sfItemPath {
  display: block;
  font-size: 11px;
  color: #666;
}

.sfInlineEditDlgWrp .k-listview > li {
  padding: 1px 3px;
  white-space: nowrap;
  cursor: default;
}

.sfInlineEditDlgWrp .k-treeview.sfItemsListWrp {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc !important;
}

.sfInlineEditDlgWrp .k-treeview.sfItemsListWrp .k-item {
  padding-left: 16px !important;
}

.sfInlineEditDlgWrp .k-treeview.sfItemsListWrp .k-in {
  margin-left: 0;
  padding: 3px 5px;
  border: 0;
  line-height: 1.2;
}

.sfInlineEditDlgWrp .k-treeview.sfItemsListWrp .k-in.k-state-focused,
.sfInlineEditDlgWrp .k-treeview.sfItemsListWrp .k-in.k-state-hover,
.sfInlineEditDlgWrp .k-treeview.sfItemsListWrp .k-in.k-state-selected {
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
  color: inherit;
  border-radius: 0;
}

.sfInlineEditDlgWrp .k-treeview.sfItemsListWrp .k-in.k-state-selected {
  background-color: #105cb6;
  color: #fff;
}

.sfInlineEditDlgWrp .k-multiselect {
  border: 1px solid #ccc !important;
}

.sfInlineEditDlgWrp .k-multiselect,
.sfInlineEditDlgWrp .k-multiselect-wrap {
  border-radius: 0;
}

.sfInlineEditDlgWrp .k-multiselect-wrap {
  padding: 4px 3px 1px;
  background-color: #fff;
}

.sfInlineEditDlgWrp .k-multiselect-wrap .k-button span {
  color: #000;
}

.sfInlineEditDlgWrp .k-multiselect.k-state-focused {
  box-shadow: none;
}

.sfInlineEditDlgWrp .k-multiselect,
.sfInlineEditDlgWrp .k-multiselect.k-state-focused,
.sfInlineEditDlgWrp .k-multiselect.k-state-hover {
  border-color: #ccc;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .k-multiselect-wrap li {
  position: relative;
  margin: 1px 4px 4px 1px;
  padding: 0.1em 1.6em 0.1em 0.4em;
  float: left;
  border-radius: 0;
  border-color: #e4e4e4;
  background-color: #e4e4e4;
  background-image: none;
  font-size: 11px;
  white-space: nowrap;
  line-height: 1.5;
}

.sfInlineEditDlgWrp .k-multiselect-wrap .k-icon.k-i-close {
  top: 2px;
  position: relative;
  width: 12px;
  height: 12px;
  background: transparent url(/IconImages/editIcons.png) no-repeat 0 -150px;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .k-multiselect-wrap input {
  border: 0;
  color: #000;
  font-size: 13px;
  font-family: Arial, Verdana, Sans-serif;
}

#taxons-list {
  background-color: #fff;
}

#taxons-list .k-list .k-state-focused,
#taxons-list .k-list .k-state-hover,
#taxons-list .k-list .k-state-selected {
  padding: 1px 5px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
}

.sfInlineEditDlgWrp .k-pager-wrap {
  background-image: none;
  background-color: transparent;
  border: 0;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .k-pager-wrap li {
  float: left;
}

.sfInlineEditDlgWrp .k-pager-wrap .k-link {
  line-height: 22px;
  padding: 0 7px;
  background-image: none;
  background-color: #f2f2f2;
  border-radius: 0;
  border: 0;
  color: #000;
}

.sfInlineEditDlgWrp .k-pager-wrap .k-link:hover,
.sfInlineEditDlgWrp .k-pager-wrap .k-state-selected {
  background-color: #333;
  background-image: none;
  color: #fff;
}

.sfInlineEditDlgWrp .k-pager-wrap .k-state-selected {
  border-radius: 0;
  border: 0;
}

.sfInlineEditDlgWrp .sfItemPreviw {
  max-width: 180px;
}

.sfInlineEditDlgWrp .sfItemDetailsList {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 10px;
  width: 170px;
  font-size: 11px;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemDetailsList li,
.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemDetailsList span {
  white-space: nowrap;
}

.sfInlineEditDlgWrp .sfInputList > li {
  margin-top: 20px !important;
}

.sfInlineEditDlgWrp .sfInputList .sfInputList > li {
  margin-top: 10px !important;
}

.sfInlineEditDlgWrp .sfInputList label {
  display: block;
  font-weight: 700;
}

.sfInlineEditDlgWrp .sfUploadWrp .sfInputList label {
  color: #000;
}

.sfInlineEditDlgWrp .sfSelItm {
  background-color: #fff;
  color: #000;
  vertical-align: top;
}

.sfInlineEditDlgWrp .sfHorizontalList li,
.sfInlineEditDlgWrp .sfSelItm {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.sfInlineEditDlgWrp .sfDimensionsList label,
.sfInlineEditDlgWrp .sfHorizontalList input {
  vertical-align: middle;
}

.sfInlineEditDlgWrp .sfDialogOptionsList {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 0;
}

.sfInlineEditDlgWrp .sfDialogOptionsList li {
  margin-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfFolderBreadcrumb {
  color: #666;
  background-color: transparent;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfFolderBreadcrumb li {
  padding: 0;
}

.sfWorkflowBtnsShown
  .sfInlineEditDlgWrp
  .sfFolderBreadcrumb
  li.k-state-selected {
  background-color: transparent;
}

.sfWorkflowBtnsShown
  .sfInlineEditDlgWrp
  .sfFolderBreadcrumb
  li
  span:first-child {
  color: #105cb6;
  cursor: pointer;
}

.sfWorkflowBtnsShown
  .sfInlineEditDlgWrp
  .sfFolderBreadcrumb
  li
  span:first-child:hover {
  color: #00f;
}

.sfWorkflowBtnsShown
  .sfInlineEditDlgWrp
  .sfFolderBreadcrumb
  li:last-child
  span:first-child {
  color: #666;
  cursor: default;
}

.sfInlineEditDlgWrp .sfChoiceList label,
.sfInlineEditDlgWrp .sfDimensionsList label,
.sfInlineEditDlgWrp .sfExpandableContainer label {
  font-weight: 400;
}

.sfInlineEditDlgWrp .sfChoiceList li,
.sfInlineEditDlgWrp .sfDimensionsList li {
  margin-left: 10px;
}

.sfInlineEditDlgWrp .sfChoiceList li:first-child,
.sfInlineEditDlgWrp .sfDimensionsList li:first-child {
  margin-left: 0;
}

.sfInlineEditDlgWrp .sfChoiceList label {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.sfInlineEditDlgWrp .sfExpandableContainer .sfCheckbox {
  margin-top: 5px;
}

.sfInlineEditDlgWrp .sfCheckbox label {
  display: inline;
  padding-left: 3px;
}

.sfInlineEditDlgWrp .sfExpandableContainer {
  margin-top: 5px;
  margin-left: 15px;
}

.sfInlineEditDlgWrp .k-dropdown + .sfExpandableContainer {
  margin-left: 0;
}

.sfInlineEditDlgWrp .sfArrow {
  font-size: 13px;
}

.sfInlineEditDlgWrp .sfToggleLnk {
  padding-left: 15px;
  background: transparent url(/IconImages/editDlgIcons.gif) no-repeat 0 -1498px;
  cursor: pointer;
}

.sfInlineEditDlgWrp .sfToggleLnk.sfExpandedLnk {
  background-position: 0 -1595px;
}

.sfInlineEditDlgWrp .sfImgAlignment {
  line-height: 20px;
  padding-left: 28px;
  background: transparent url(/IconImages/imageAlignment.gif) no-repeat -1000px -1000px;
}

.sfInlineEditDlgWrp .sfAlignNone {
  background-position: 0 -2595px;
}

.sfInlineEditDlgWrp .sfAlignLeft {
  background-position: 0 -2695px;
}

.sfInlineEditDlgWrp .sfAlignCenter {
  background-position: 0 -2795px;
}

.sfInlineEditDlgWrp .sfAlignRight {
  background-position: 0 -2895px;
}

.sfInlineEditDlgWrp .sfProvidersWrp {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 18;
}

.sfInlineEditDlgWrp a.sfToggleProvidersLnk {
  color: #555;
}

.sfInlineEditDlgWrp .sfToggleProvidersLnk:active,
.sfInlineEditDlgWrp .sfToggleProvidersLnk:focus,
.sfInlineEditDlgWrp .sfToggleProvidersLnk:hover {
  color: #000;
}

.sfInlineEditDlgWrp .sfToggleProvidersLnk:after {
  display: inline-block;
  content: ' ';
  margin-left: 5px;
  width: 12px;
  height: 9px;
  background: transparent url(/IconImages/editIcons.png) no-repeat -50px -300px;
}

.sfInlineEditDlgWrp .sfProvidersListWrp {
  position: absolute;
  right: 0;
  padding: 10px;
  border: 1px solid #aeaeae;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  min-width: 180px;
}

.sfInlineEditDlgWrp .k-listview {
  border: 0;
  margin: 0;
  padding: 0;
}

.sfInlineEditDlgWrp .sfProvidersListWrp .sfOpenProvidersDlfLnk {
  font-size: 11px;
  color: #666;
  text-decoration: underline;
}

.sfInlineEditDlgWrp .sfProvidersListWrp .sfOpenProvidersDlfLnk:active,
.sfInlineEditDlgWrp .sfProvidersListWrp .sfOpenProvidersDlfLnk:focus,
.sfInlineEditDlgWrp .sfProvidersListWrp .sfOpenProvidersDlfLnk:hover {
  text-decoration: none;
}

.sfInlineEditDlgWrp .sfProvidersListWrp .sfOpenProvidersDlfLnk:before {
  display: block;
  content: ' ';
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.sfInlineEditDlgWrp .sfFoldersList {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sfInlineEditDlgWrp .sfFoldersList > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 10px;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.sfInlineEditDlgWrp .sfFoldersList .sfThumbWrp {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.sfInlineEditDlgWrp .sfFoldersList .sfLibIcn {
  display: block;
  padding-top: 50px;
  width: 70px;
  height: 20px;
  background: transparent url(/IconImages/editIcons.png) no-repeat 10px -345px;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  text-align: center;
  color: #105cb6;
}

.sfInlineEditDlgWrp .sfFoldersList li:hover .sfLibIcn {
  color: #00f;
}

.sfInlineEditDlgWrp .sfUploadWrp {
  padding: 10px 10px 15px;
  background-color: #f8f8f8;
}

.sfInlineEditDlgWrp .sfLibUploadWrp {
  border: 0;
  background-color: transparent;
  background-image: none;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .k-dropzone {
  padding: 0;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .k-upload-button {
  width: 100%;
  padding: 0;
  height: 150px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .k-upload-button:hover {
  background-color: transparent;
  background-image: none;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .k-upload-button:active,
.sfInlineEditDlgWrp .sfLibUploadWrp .k-upload-button:focus {
  box-shadow: none;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .file-heading {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.66;
  color: #787878;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .sfNoFilesLbl {
  display: block;
  margin-top: 50px;
  font-size: 12px;
  color: #000;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .sfNoFilesLbl i {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .sfNoFilesLbl b {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #105cb6;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .sfNoFilesLbl b:hover {
  color: #00f;
}

.sfInlineEditDlgWrp
  .sfLibUploadWrp
  .k-dropzone.k-dropzone-hovered
  .sfNoFilesLbl,
.sfInlineEditDlgWrp .sfLibUploadWrp .k-dropzone em,
.sfInlineEditDlgWrp .sfLibUploadWrp.sfFilesSelected .k-dropzone {
  display: none;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .k-dropzone.k-dropzone-hovered em {
  position: absolute;
  display: block;
  margin-left: 0;
  width: 100%;
  visibility: visible;
  top: 60px;
  color: #666;
  text-align: center;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .sfFilesSelectedLbl {
  display: none !important;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .k-upload-files {
  min-height: 150px;
  border: 1px solid #999;
  background-color: #fff;
}

.sfInlineEditDlgWrp .sfLibUploadWrp .k-upload-selected {
  display: none;
}

.sfInlineEditDlgWrp .sfButtonArea {
  margin-top: 40px;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfLinkBtn {
  margin: 0;
  padding: 8px 17px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  background-image: none;
  background-color: #333 !important;
  border: 1px solid #000 !important;
  cursor: pointer;
  font-family: Arial, Verdana, Sans-serif;
  min-height: 0;
  line-height: 1.4;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfBtnWrp .sfLinkBtn.sfSecondary {
  padding: 4px 10px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 3px;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfLinkBtn.sfMini {
  padding: 2px 5px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 5px;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfLinkBtn:hover {
  background-color: #105cb6 !important;
  border-color: #105cb6 !important;
  font-weight: 700;
}

.sfInlineEditDlgWrp .sfOr {
  margin-left: 5px;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfCancel {
  margin: 0;
  margin-left: 5px !important;
  color: red;
  text-decoration: none !important;
  background: transparent !important;
  padding: 0;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfCancel:active,
.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfCancel:focus,
.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfCancel:hover {
  color: #00f !important;
  border: 0;
  font-weight: 400;
}

.sfInlineEditDlgWrp .sfItemDetailsList .sfBtnWrp {
  margin-top: 20px;
  white-space: nowrap;
}

.sfInlineEditDlgWrp .sfBtnWrp .sfSecondary {
  margin-left: 10px;
  padding: 0;
  color: #105cb6;
}

.sfInlineEditDlgWrp .sfBtnWrp .sfSecondary:first-child {
  margin-left: 0;
}

.sfInlineEditDlgWrp .sfBtnWrp .sfSecondary:active,
.sfInlineEditDlgWrp .sfBtnWrp .sfSecondary:focus,
.sfInlineEditDlgWrp .sfBtnWrp .sfSecondary:hover {
  color: #00f;
  border: 0;
}

.sfInlineEditInBackendWrp.k-window,
.sfInlineEditInBackendWrp.k-window .k-window-content,
.sfMaximizedWindowWithIframe.k-window,
.sfMaximizedWindowWithIframe.k-window .k-window-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.sfInlineEditInBackendWrp iframe,
.sfMaximizedWindowWithIframe iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemsTable {
  margin: 20px 0 0;
  padding: 0;
  font-size: 11px;
  width: 100%;
  line-height: 1.2;
  border: 0;
  border-top: 1px solid #ccc;
  table-layout: auto;
  color: #000;
  background-color: #fff;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemsTable td,
.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemsTable th {
  padding: 5px 1px;
  border: 0;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  background-color: transparent;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemsTable .sfItemTitle {
  display: block;
  font-size: 12px;
  color: #000;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemsTable .sfStatus {
  font-style: normal;
  color: #666;
}

.sfWorkflowBtnsShown .sfInlineEditDlgWrp .sfItemsTable .sfOpenCol {
  text-align: right;
}

.sfStatusIcn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  min-height: 16px;
  _height: 16px;
  line-height: 14px;
  padding-left: 30px;
  background-color: transparent;
  background-image: url(/IconImages/statusIcons.gif);
  background-repeat: no-repeat;
  background-position: -1000px -1000px;
}

.sfStatusIcn.sfpublished {
  background-position: 0 0;
}

.sfStatusIcn.sfdraft {
  background-position: 0 -100px;
}

.sfStatusIcn.sfscheduled {
  background-position: 0 -200px;
}

.sfStatusIcn.sflocked,
.sfStatusIcn.sfprivatecopy {
  background-position: 0 -300px;
}

.sfStatusIcn.sfhidden,
.sfStatusIcn.sfunpublished {
  background-position: 0 -400px;
}

.sfStatusIcn.sfspam {
  background-position: 0 -3303px;
}

.sfStatusIcn.sfawaitingapproval {
  background-position: 0 -2100px;
}

.sfStatusIcn.sfrejected,
.sfStatusIcn.sfrejectedforpublishing {
  background-position: 0 -2200px;
}

.sfStatusIcn.sfawaitingpublishing {
  background-position: 0 -2300px;
}

@media only screen and (-webkit-device-pixel-ratio: 3),
  only screen and (min-width: 320px) and (max-width: 480px),
  only screen and (min-width: 320px) and (max-width: 568px) {
  body {
    min-width: 0;
    background-color: #fff;
    transition: margin 0.5s;
  }

  .sfPublicWrapper {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 0;
    padding-top: 10px;
  }

  .sfWorkflowBtnsShown {
    margin-top: 60px;
  }

  .k-editor-toolbar {
    white-space: normal;
  }

  .sfInlineEditingWorkflowMenu {
    min-height: 0;
    padding: 5px;
    min-height: 60px;
  }

  .sfEditorToolbarShown .sfInlineEditingWorkflowMenu {
    display: none !important;
  }

  .sfInlineEditingWorkflowMenu .sfContentTitleWrp {
    margin-top: 10px;
    text-align: left;
  }

  .sfInlineEditingWorkflowMenu .sfContentTitleWrp .sfContentItmTitle {
    display: none;
  }

  .sfInlineEditingWorkflowMenu .sfPageTitleWrp {
    position: static;
    text-align: left;
  }

  .sfInlineEditingWorkflowMenu .sfPageTitleWrp .sfTitle {
    margin-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sfContentMenuListWrp {
    position: static;
  }

  .sfContentMenuListWrp .sfToggleContentMenu {
    position: absolute;
    top: 10px;
    left: auto;
    right: 40px;
  }

  .sfContentMenuListWrp .sfContentMenuList {
    top: 36px;
    left: 0;
    right: 0;
    width: auto;
    margin-top: -1px;
  }

  .sfEditorToolbarWrp {
    top: 0 !important;
    z-index: 19;
    position: fixed !important;
  }

  .sfInlineEditingWorkflowMenu .sfBtnsWrp {
    display: none;
    top: 32px;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #f4f4f4;
    z-index: 7;
  }

  .sfToggleToobarBtns {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 5px;
    background-color: #333;
    color: #fff;
    padding: 0 10px 5px;
    font-size: 14px;
  }

  .sfToggleToobarBtns:active,
  .sfToggleToobarBtns:focus,
  .sfToggleToobarBtns:hover {
    background-color: #105cb6;
    color: #fff;
  }

  .sfCancelEdit,
  .sfPublishEdit,
  .sfSaveDraft {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .sfInlineEditDlgWrp .sfTxt {
    box-sizing: border-box;
    width: 100%;
  }

  .sfEditorToolsWindow {
    top: 0 !important;
  }

  .sfEditInWindowMode .k-overlay {
    display: none !important;
  }

  .sfInlineEditDlgWrp {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    box-shadow: none;
  }

  .sfInlineEditingPageMenu {
    top: 50% !important;
    margin-top: -28px;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
}

a,
body:focus,
div:focus,
fieldset:focus,
li:focus,
p:focus,
span:focus {
  outline: 0;
}
body.sfPageEditor {
  background: #fff;
}

a,
a:active,
a:hover,
a:link,
a:visited {
  color: #105cb6;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #00f;
  cursor: pointer;
}
.sf_cols.sfFooter {
  font-size: 11px;
  width: auto;
  display: block;
  padding: 20px 0 0;
  color: #333;
  border-top: 1px solid #ccc;
}

.sf_cols.sfFooter a {
  color: #333;
  text-decoration: underline;
}

.sf_cols.sfFooter a:hover {
  text-decoration: none;
}

.sfLogo h1 {
  font: 44px Georgia, Arial;
  font-style: italic;
  margin: 0 0 30px;
}

.sfLogo h1 a {
  color: #333;
}

.sf_pagerNumeric {
  margin-top: 15px;
  font-size: 13px;
}

.sf_pagerNumeric a:active,
.sf_pagerNumeric a:hover,
.sf_pagerNumeric a:link,
.sf_pagerNumeric a:visited {
  padding: 1px 6px;
  color: #105cb6;
  border: 1px solid #fff;
}

.sf_pagerNumeric a:hover {
  border-color: #105cb6;
}

.sf_pagerNumeric a.sf_PagerCurrent:active,
.sf_pagerNumeric a.sf_PagerCurrent:hover,
.sf_pagerNumeric a.sf_PagerCurrent:link,
.sf_pagerNumeric a.sf_PagerCurrent:visited {
  background-color: #105cb6;
  border-color: #105cb6;
  color: #fff;
  cursor: default;
}

.sfCatalogPager {
  float: right;
  margin-top: 7px;
}

.sfCatalogPager .sf_pagerNumeric {
  display: inline;
}

.sfCatalogTotalCount {
  float: left;
  padding-top: 8px;
  color: #666;
  font-style: italic;
}

.sfitemsPerPageWrp {
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
}

.sfitemsPerPageWrp .sfitemsPerPageAllLnk,
.sfitemsPerPageWrp .sfitemsPerPageLnk {
  padding-left: 3px;
}

.sfitemsPerPageWrp a:active,
.sfitemsPerPageWrp a:hover,
.sfitemsPerPageWrp a:link,
.sfitemsPerPageWrp a:visited {
  text-decoration: underline;
}

.sfitemsPerPageWrp a:hover {
  text-decoration: none;
}

.sfSortByWrp {
  margin-bottom: 25px;
  text-align: right;
}

.sfSortByWrp label,
.sfSortByWrp select {
  vertical-align: middle;
}

.sfSortByWrp select {
  margin-left: 4px;
}

.sfContentBlock h1,
.sfContentBlock h2,
.sfContentBlock h3,
.sfContentBlock h4,
.sfContentBlock h5 {
  line-height: 1.2;
}

.sfContentBlock h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}

.sfContentBlock h1 ~ h1 {
  margin-top: 40px;
}

.sfContentBlock h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 18px !important;
  font-weight: 700;
}

.sfContentBlock h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 5px;
}

.sfContentBlock h4 {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 700;
}

.sfContentBlock h5 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.sfContentBlock p {
  margin-bottom: 18px;
}

.sfContentBlock ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 18px;
}

.sfContentBlock ol ul,
.sfContentBlock ul ul {
  list-style-type: circle;
}

.sfContentBlock ol ol ul,
.sfContentBlock ul ul ul {
  list-style-type: square;
}

.sfContentBlock ul.sshContent {
  margin-bottom: 0;
  padding-left: 0;
}

.sfContentBlock table {
  width: 100%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.sfContentBlock table td,
.sfContentBlock table th {
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.sfBreadcrumbWrp {
  margin: 5px 0 20px;
  font-size: 13px;
}

.sfBreadcrumbWrp .RadSiteMap,
.sfBreadcrumbWrp .RadSiteMap .rsmLevel {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.sfBreadcrumbWrp .RadSiteMap .rsmLevel {
  padding-bottom: 0;
}

.sfBreadcrumbWrp .RadSiteMap .rsmOneLevel .rsmItem {
  font-size: 13px;
}

.sfBreadcrumbWrp .RadSiteMap .rsmOneLevel .rsmLink {
  padding-top: 0;
  padding-bottom: 0;
}

.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink {
  color: #105cb6;
  text-decoration: underline;
}

.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink:hover {
  color: #00f;
  text-decoration: none;
}

.sfBreadcrumbWrp .RadSiteMap .sfNoBreadcrumbNavigation .rsmLink,
.sfBreadcrumbWrp .RadSiteMap .sfNoBreadcrumbNavigation .rsmLink:hover {
  color: #000;
  cursor: default;
  text-decoration: none;
}

.sfNoGroupPageNavigation > .rsmLink {
  cursor: text;
}

.sfNoGroupPageNavigation > .rsmLink:hover {
  color: #000;
  text-decoration: none;
}

.sfNavHorizontal li {
  border-right: 1px solid #fff;
  background-color: #eee;
}

.sfNavHorizontal a {
  display: block;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  color: #333;
}

.sfNavHorizontal a:hover {
  background-color: #e5e5e5;
  color: #333;
}

.sfNavHorizontal a.sfSel,
.sfNavHorizontal a.sfSel:hover {
  margin-top: -4px;
  padding-top: 4px;
  background-color: #cecece;
}

.sfNavHorizontalDropDown {
  background-color: #eee;
}

.sfNavHorizontalDropDown li {
  margin-left: 0;
  border-right: 1px solid #fff;
}

.sfNavHorizontalDropDown .k-item > a.k-link {
  display: block;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  color: #333;
}

.sfNavHorizontalDropDown .k-group .k-item > a.k-link {
  padding: 0 20px;
}

.sfNavHorizontalDropDown a:hover {
  background-color: #e5e5e5;
  color: #333;
}

.sfNavHorizontalDropDown .k-item > a.k-link.sfSel,
.sfNavHorizontalDropDown .k-item > a.k-link.sfSel:hover {
  background-color: #cecece;
}

.sfNavHorizontalDropDown > .k-item > a.k-link.sfSel,
.sfNavHorizontalDropDown > .k-item > a.k-link.sfSel:hover {
  margin-top: -4px;
  padding-top: 4px;
}

.sfNavHorizontalDropDown .k-group {
  border-color: #fff;
}

.sfNavHorizontalDropDown .k-popup {
  background-color: #eee;
  border: 0;
  margin-left: 0 !important;
}

.sfNavHorizontalDropDownWrp .k-popup .k-animation-container {
  border-left: 1px solid #fff;
}

.sfNavHorizontalDropDown .k-popup li {
  border-top: 1px solid #fff !important;
}

.sfNavHorizontalDropDown .k-i-arrow-e,
.sfNavHorizontalDropDown .k-i-arrow-60-down {
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat -1000px -1000px;
}

.sfNavHorizontalDropDown .k-i-arrow-60-down,
.sfNavHorizontalDropDown .k-state-hover .k-i-arrow-60-down {
  background-position: 5px -975px !important;
}

.sfNavHorizontalDropDown .k-i-arrow-e,
.sfNavHorizontalDropDown .k-state-hover .k-i-arrow-e {
  background-position: 5px -946px !important;
}

.sfNavHorizontalTabs.sfLevel2 {
  background-color: #cecece;
}

.sfNavHorizontalTabs li {
  margin-left: 0;
  border-right: 1px solid #fff;
}

.sfNavHorizontalTabs.sfLevel1 li {
  background-color: #eee;
}

.sfNavHorizontalTabs.sfLevel2 li {
  border-right: 0;
}

.sfNavHorizontalTabs a {
  display: block;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  color: #333;
}

.sfNavHorizontalTabs.sfLevel1 a:hover {
  background-color: #e5e5e5;
  color: #333;
}

.sfNavHorizontalTabs a.sfSel,
.sfNavHorizontalTabs a.sfSel:hover {
  background-color: #cecece;
}

.sfNavHorizontalTabs.sfLevel1 a.sfSel,
.sfNavHorizontalTabs.sfLevel1 a.sfSel:hover {
  margin-top: -4px;
  padding-top: 4px;
}

.sfNavVertical li {
  border-bottom: 1px solid #fff;
  background-color: #eee;
}
.sfNavVertical a:hover {
  background-color: #e5e5e5;
  color: #333;
}

.sfNavTreeview .k-minus,
.sfNavTreeview .k-plus {
  background-color: transparent;
  background-image: url(/IconImages/toggleIcons.gif);
  background-repeat: no-repeat;
}

.sfNavTreeview .k-minus {
  background-position: 3px -976px;
}

.sfNavTreeview .k-plus {
  background-position: 3px -946px;
}

.sfNavTreeview .k-in.k-state-focused,
.sfNavTreeview .k-in.k-state-hover,
.sfNavTreeview .k-in.k-state-selected {
  border-width: 0;
  padding: 2px 4px 2px 3px;
}

.sfNavHorizontalSiteMap > li > a {
  font-size: 14px;
  font-weight: 400;
}

.sfNavHorizontalSiteMap > li > a,
.sfNavHorizontalSiteMap > li > a:hover {
  color: #787878;
}

.sfNavHorizontalSiteMap li li a {
  font-size: 11px;
}

.sfNavHorizontalSiteMap li li a,
.sfNavHorizontalSiteMap li li a:hover {
  color: #000;
}

.sfNavHorizontalSiteMap a:hover {
  text-decoration: underline;
}

.sfNavVerticalSiteMap > li > a {
  font-size: 14px;
  font-weight: 400;
}

.sfNavVerticalSiteMap > li > a,
.sfNavVerticalSiteMap > li > a:hover {
  color: #787878;
}

.sfNavVerticalSiteMap li li a {
  font-size: 11px;
}

.sfNavVerticalSiteMap li li a,
.sfNavVerticalSiteMap li li a:hover {
  color: #000;
}

.sfNavVerticalSiteMap a:hover {
  text-decoration: underline;
}

.sfpostListTitleDateContent .sfpostListItem {
  padding-bottom: 65px;
}

.sfpostListTitleDateContent h2.sfpostTitle {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 700;
}

.sfpostListTitleDateContent .sfpostAuthorAndDate {
  font-size: 12px;
}

.sfpostListTitleDateContent .sfpostContent {
  margin: 20px 0 10px;
  line-height: 18px;
}

.sfpostListTitleDateContent .sfpostCommentsCount {
  padding-left: 27px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 6px 0;
}

.sfpostListTitleDate .sfpostListItem {
  padding-bottom: 15px;
}

.sfpostListTitleDate h2.sfpostTitle {
  font-size: 13px;
  font-weight: 700;
}

.sfpostListTitleDate .sfpostDate {
  font-size: 11px;
  color: #666;
}

.sfpostListTitleDateSummary .sfpostListItem {
  padding-bottom: 45px;
}

.sfpostListTitleDateSummary h2.sfpostTitle {
  font-size: 16px;
  font-weight: 700;
}

.sfpostListTitleDateSummary .sfpostAuthorAndDate {
  margin-bottom: 13px;
  font-size: 11px;
}

.sfpostListTitleDateSummary .sfpostSummary {
  line-height: 1.2;
  font-size: 13px;
}

.sfpostDetails {
  padding-bottom: 20px;
  clear: both;
}

.sfpostBack {
  *display: block;
  margin-left: -14px;
  _margin-left: 0;
  padding-left: 14px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -48px;
}

.sfpostDetails .sfpostTitle {
  margin: 0;
  padding: 35px 0 0;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.sfpostDetails .sfpostAuthorAndDate {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.sfpostDetails .sfpostContent {
  margin: 0;
  padding: 20px 0;
  line-height: 18px;
}

.sfpostDetails .sfpostContent h1,
.sfpostsList .sfpostContent h1 {
  font-size: 24px;
}

.sfpostDetails .sfpostContent h2,
.sfpostsList .sfpostContent h2 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
}

.sfpostDetails .sfpostContent h3,
.sfpostsList .sfpostContent h3 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.sfpostDetails .sfpostContent h4,
.sfpostsList .sfpostContent h4 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

.sfpostDetails .sfpostContent h5,
.sfpostsList .sfpostContent h5 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.sfpostDetails .sfpostContent p,
.sfpostsList .sfpostContent p {
  margin-bottom: 18px;
}

.sfpostDetails .sfpostContent ul,
.sfpostsList .sfpostContent ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 18px;
}

.sfpostDetails .sfpostContent ol,
.sfpostsList .sfpostContent ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 18px;
}

.sfpostDetails .sfpostContent ol ul,
.sfpostDetails .sfpostContent ul ul,
.sfpostsList .sfpostContent ol ul,
.sfpostsList .sfpostContent ul ul {
  list-style-type: circle;
}

.sfpostDetails .sfpostContent ol ol ul,
.sfpostDetails .sfpostContent ul ul ul,
.sfpostsList .sfpostContent ol ol ul,
.sfpostsList .sfpostContent ul ul ul {
  list-style-type: square;
}

.sfpostContent table {
  width: 100%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.sfpostContent table td,
.sfpostContent table th {
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.sfblogsListTitlesOnly .sfblogsListItem {
  margin-bottom: 7px;
  line-height: 1.2;
}

.sfblogsListTitleDate .sfblogsListItem {
  margin-bottom: 15px;
  line-height: 1.2;
}

.sfblogsListTitleDate .sfblogMetaInfo {
  font-size: 11px;
  color: #666;
}

.sfeventsListTitleCityDate .sfeventListItem {
  padding-bottom: 20px;
}

.sfeventsListTitleCityDate h2.sfeventTitle {
  font-size: 13px;
  font-weight: 700;
}

.sfeventsListTitleCityDate .sfeventMetaInfo {
  font-size: 11px;
  color: #666;
}

.sfeventsListTitleCityDate .sfeventMetaInfo div {
  display: inline;
}

.sfeventsListTitleCityDate .sfeventCommentsCount {
  padding-left: 27px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 6px 0;
}

.sfeventsListTitleCityDateContent .sfeventListItem {
  padding-bottom: 67px;
}

.sfeventsListTitleCityDateContent h2.sfeventTitle {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 700;
}

.sfeventsListTitleCityDateContent .sfeventMetaInfo {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.sfeventsListTitleCityDateContent .sfeventContent {
  margin: 0;
  padding: 25px 0 0;
  line-height: 18px;
}

.sfAddEventWrp {
  margin-top: 5px;
  font-size: 11px;
}

.sfAddEventWrp .sfgooglecalendar,
.sfAddEventWrp .sfical,
.sfAddEventWrp .sfoutlook {
  margin-left: 5px;
}

.sfAddEventWrp .sfgooglecalendar a,
.sfAddEventWrp .sfical a,
.sfAddEventWrp .sfoutlook a {
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat -1000px -1000px;
}

.sfAddEventWrp .sfical a {
  background-position: 0 -2100px;
}

.sfAddEventWrp .sfoutlook a {
  background-position: 0 -2299px;
}

.sfAddEventWrp .sfgooglecalendar a {
  background-position: 0 -2199px;
}

.sfeventMetaInfo .sfeventsRecurrenceTooltipWrp {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
}

.sfeventMetaInfo .sfeventsRecurrenceTooltipWrp.sfShown {
  z-index: 7;
}

.sfeventMetaInfo .sfeventsRecurrenceTooltipWrp .sfeventsRecurrenceTooltipLnk {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: block;
  cursor: default;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -2500px;
}

.sfeventMetaInfo .sfeventsRecurrenceTooltipWrp .sfeventsRecurrenceTooltipText {
  display: block;
  padding: 10px 15px 10px 10px;
  background-color: #ffc;
  position: absolute;
  left: 25px;
  top: -10px;
  line-height: 1.2;
  font-size: 11px;
}

.sfeventsRecurrenceTooltipText p {
  margin-top: 10px;
  white-space: nowrap;
  color: #000;
}

.sfeventsRecurrenceTooltipText p.sfFirst {
  margin-top: 0;
}

.sfcalendarWrp {
  position: relative;
}

.sfcalendarWrp .sfcalendar {
  width: 80%;
  float: left;
  z-index: 5;
}

.sfcalendarWrp .RadScheduler .rsHeader ul {
  margin-right: 85px;
}

.sfcalendarWrp .sfcalendarSidebar {
  width: 18%;
  float: right;
}

.sfcalendarListTitle {
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 10px;
}

.sfcalendarList {
  margin-top: 5px;
}

.sfcalendarList li {
  margin-bottom: 15px;
}

.sfcalendarList .sfColorWrp {
  padding: 5px 5px 3px;
  vertical-align: middle;
}

.sfcalendarList label {
  padding-left: 3px;
  vertical-align: middle;
}

.sfcalendarList .sfdelete {
  display: none;
  margin-left: 5px;
  width: 11px;
  height: 13px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -2400px;
}

.sfcalendarList .sfcalendarListItm:hover .sfdelete {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.sfcalendarWrp a.sfSubmitBtn,
.sfcalendarWrp a.sfSubmitBtn:active,
.sfcalendarWrp a.sfSubmitBtn:hover,
.sfcalendarWrp a.sfSubmitBtn:link,
.sfcalendarWrp a.sfSubmitBtn:visited {
  background-color: #d4d0c8;
  border: 2px outset #d4d0c8;
  color: #000;
  padding: 1px 15px 2px;
}

.sfcalendarWrp a.sfCreateBtn {
  position: absolute;
  right: 20%;
  top: 0;
  z-index: 10;
  margin-right: 10px;
  margin-top: 4px;
}

.sfcalendarCreateNewWrp .sftoggleCreateCalendar {
  font-size: 11px;
}

.sfcalendarCreateNewWrp li {
  margin-bottom: 10px;
}

.sfcalendarCreateNewWrp .sfTxtLbl {
  display: block;
  font-weight: 700;
}

.sfcalendarCreateNewWrp .sfTxt {
  width: 150px;
  padding: 3px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfcalendarCreateNewWrp .sfCancel {
  font-size: 11px;
  color: red;
  margin-left: 10px;
}

.sfcalendarCreateNewWrp .sfCancel:hover {
  color: #00f;
}

div.k-window.sfcalendarEventPreviewWrp {
  padding-top: 0 !important;
  border: 1px solid #a1a1a1;
  box-shadow: 4px 4px 0 #d7d7d7;
}

.sfcalendarEventPreviewWrp .k-window-titlebar {
  width: auto;
  right: 0;
  border-bottom: 0 none;
  margin-top: 0 !important;
}

.sfcalendarEventPreviewWrp .k-window-titlebar .k-state-hover {
  border: 0;
  padding: 2px;
}

.sfcalendarEventPreviewWrp .k-window-action.k-state-hover {
  background-image: none;
  background-color: transparent;
}

.sfcalendarEventPreviewWrp div.k-window-content {
  padding: 20px;
}

.sfcalendarEventPreviewTitle {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}

.sfcalendarEventPreviewWrp .sfcalendarEventPreviewEditLnkWrp {
  font-size: 11px;
}

.sfcalendarEventPreviewWrp .sfAddEventWrp {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.sfeventDetails {
  padding-bottom: 20px;
  clear: both;
}

.sfeventBack {
  *display: block;
  margin-left: -14px;
  _margin-left: 0;
  padding-left: 14px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -48px;
}

.sfeventDetails .sfeventTitle {
  margin: 0;
  padding: 35px 0 0;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.sfeventDetails .sfcommentsCounterWrp.sfcommentsFull {
  margin-left: 0;
}

.sfeventDatesLocationContacts {
  padding: 25px 0 5px;
}

.sfeventDatesLocationContacts li {
  padding-top: 2px;
}

.sfeventDetails .sfeventContent {
  margin: 0;
  padding: 20px 0;
  line-height: 18px;
}

.sfeventDetails .sfeventContent h1,
.sfeventsListTitleCityDateContent .sfeventContent h1 {
  font-size: 24px;
}

.sfeventDetails .sfeventContent h2,
.sfeventsListTitleCityDateContent .sfeventContent h2 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
}

.sfeventDetails .sfeventContent h3,
.sfeventsListTitleCityDateContent .sfeventContent h3 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.sfeventDetails .sfeventContent h4,
.sfeventsListTitleCityDateContent .sfeventContent h4 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

.sfeventDetails .sfeventContent h5,
.sfeventsListTitleCityDateContent .sfeventContent h5 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.sfeventDetails .sfeventContent p,
.sfeventsListTitleCityDateContent .sfeventContent p {
  margin-bottom: 18px;
}

.sfeventDetails .sfeventContent ul,
.sfeventsListTitleCityDateContent .sfeventContent ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 18px;
}

.sfeventDetails .sfeventContent ol,
.sfeventsListTitleCityDateContent .sfeventContent ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 18px;
}

.sfeventDetails .sfeventContent ol ul,
.sfeventDetails .sfeventContent ul ul,
.sfeventsListTitleCityDateContent .sfeventContent ol ul,
.sfeventsListTitleCityDateContent .sfeventContent ul ul {
  list-style-type: circle;
}

.sfeventDetails .sfeventContent ol ol ul,
.sfeventDetails .sfeventContent ul ul ul,
.sfeventsListTitleCityDateContent .sfeventContent ol ol ul,
.sfeventsListTitleCityDateContent .sfeventContent ul ul ul {
  list-style-type: square;
}

.sfeventContent table {
  width: 100%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.sfeventContent table td,
.sfeventContent table th {
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.sfnewsListTitlesOnly .sfnewsListItem {
  margin-bottom: 2px;
  padding-bottom: 0;
  font-size: 13px;
}

.sfnewsListTitleDate .sfnewsListItem {
  padding-bottom: 15px;
}

.sfnewsListTitleDate h2.sfnewsTitle {
  font-size: 13px;
  font-weight: 700;
}

.sfnewsListTitleDate .sfnewsMetaInfo {
  font-size: 11px;
  color: #666;
}

.sfnewsListTitleDate .sfnewsMetaInfo div {
  display: inline;
}

.sfnewsListTitleDate .sfnewsCommentsCount {
  padding-left: 27px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 6px 0;
}

.sfnewsListTitleDateSummary .sfnewsListItem {
  padding-bottom: 45px;
}

.sfnewsListTitleDateSummary h2.sfnewsTitle {
  font-size: 16px;
  font-weight: 700;
}

.sfnewsListTitleDateSummary .sfnewsMetaInfo {
  margin-bottom: 13px;
  font-size: 11px;
}

.sfnewsListTitleDateSummary .sfnewsSummary {
  line-height: 1.2;
  font-size: 13px;
}

.sfnewsListTitleDateContent .sfnewsListItem {
  padding-bottom: 67px;
}

.sfnewsListTitleDateContent h2.sfnewsTitle {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 700;
}

.sfnewsListTitleDateContent .sfnewsAuthorAndDate {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.sfnewsListTitleDateContent .sfnewsContent {
  margin: 0;
  padding: 25px 0 0;
  line-height: 18px;
}

.sfnewsListTitleDateContent .sfnewsMetaInfo {
  font-size: 11px;
  color: #666;
}

.sfnewsListTitleDateContent .sfnewsMetaInfo div {
  display: inline;
}

.sfnewsListTitleDateContent .sfnewsCommentsCount {
  padding-left: 27px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 6px 0;
}

.sfnewsDetails {
  padding-bottom: 20px;
  clear: both;
}

.sfnewsBack {
  *display: block;
  margin-left: -14px;
  _margin-left: 0;
  padding-left: 14px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -48px;
}

.sfnewsDetails .sfnewsTitle {
  margin: 0;
  padding: 35px 0 0;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.sfnewsDetails .sfnewsAuthorAndDate {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.sfnewsDetails .sfnewsSummary {
  margin: 0;
  padding: 30px 0 0;
  color: #666;
  font-size: 15px;
  font-style: italic;
}

.sfnewsDetails .sfnewsContent {
  margin: 0;
  padding: 20px 0;
  line-height: 18px;
}

.sfnewsDetails .sfnewsContent h1,
.sfnewsListTitleDateContent .sfnewsContent h1 {
  font-size: 24px;
}

.sfnewsDetails .sfnewsContent h2,
.sfnewsListTitleDateContent .sfnewsContent h2 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
}

.sfnewsDetails .sfnewsContent h3,
.sfnewsListTitleDateContent .sfnewsContent h3 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.sfnewsDetails .sfnewsContent h4,
.sfnewsListTitleDateContent .sfnewsContent h4 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

.sfnewsDetails .sfnewsContent h5,
.sfnewsListTitleDateContent .sfnewsContent h5 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.sfnewsDetails .sfnewsContent p,
.sfnewsListTitleDateContent .sfnewsContent p {
  margin-bottom: 18px;
}

.sfnewsDetails .sfnewsContent ul,
.sfnewsListTitleDateContent .sfnewsContent ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 18px;
}

.sfnewsDetails .sfnewsContent ol,
.sfnewsListTitleDateContent .sfnewsContent ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 18px;
}

.sfnewsDetails .sfnewsContent ol ul,
.sfnewsDetails .sfnewsContent ul ul,
.sfnewsListTitleDateContent .sfnewsContent ol ul,
.sfnewsListTitleDateContent .sfnewsContent ul ul {
  list-style-type: circle;
}

.sfnewsDetails .sfnewsContent ol ol ul,
.sfnewsDetails .sfnewsContent ul ul ul,
.sfnewsListTitleDateContent .sfnewsContent ol ol ul,
.sfnewsListTitleDateContent .sfnewsContent ul ul ul {
  list-style-type: square;
}

.sfnewsContent table {
  width: 100%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.sfnewsContent table td,
.sfnewsContent table th {
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.sfgenericList .sfgenericListItem {
  padding-bottom: 20px;
}

.sfgenericList h2.sfgenericTitle {
  display: block;
  color: #0e50b1;
  font-size: 13px;
  font-weight: 700;
}

.sfgenericList .sfgenericMetaInfo {
  font-size: 11px;
  color: #666;
}

.sfgenericList .sfgenericCommentsCount {
  padding-left: 27px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 6px 0;
}

.sfgenericDetails {
  padding-bottom: 20px;
  clear: both;
}

.sfgenericBack {
  *display: block;
  margin-left: -14px;
  _margin-left: 0;
  padding-left: 14px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -48px;
}

.sfgenericDetails .sfgenericTitle {
  margin: 0;
  padding: 35px 0 0;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.sfgenericDetails .sfgenericAuthorAndDate {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.sfgenericDetails .sfgenericContent {
  margin: 0;
  padding: 20px 0;
  line-height: 18px;
}

.sfgenericDetails .sfgenericContent h1 {
  font-size: 24px;
}

.sfgenericDetails .sfgenericContent h2 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
}

.sfgenericDetails .sfgenericContent h3 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.sfgenericDetails .sfgenericContent h4 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

.sfgenericDetails .sfgenericContent h5 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.sfgenericDetails .sfgenericContent p {
  margin-bottom: 18px;
}

.sfgenericDetails .sfgenericContent ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 18px;
}

.sfgenericDetails .sfgenericContent ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 18px;
}

.sfgenericDetails .sfgenericContent ol ul,
.sfgenericDetails .sfgenericContent ul ul {
  list-style-type: circle;
}

.sfgenericDetails .sfgenericContent ol ol ul,
.sfgenericDetails .sfgenericContent ul ul ul {
  list-style-type: square;
}

.sfgenericContent table {
  width: 100%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.sfgenericContent table td,
.sfgenericContent table th {
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.sfitemsListTitlesOnly .sfitem {
  margin-bottom: 2px;
  padding-bottom: 0;
  font-size: 13px;
}

.sfitemsListTitleDateTmb .sfitem {
  margin-bottom: 30px;
}

.sfitemsListTitleDateTmb .sfitemTitle {
  font-size: 16px;
  font-weight: 700;
}

.sfitemsListTitleDateTmb .sfimageWrp {
  float: left;
  margin-right: 20px;
}

.sfitemsListTitleDateTmb .sfitemPublicationDate {
  display: inline;
  font-size: 11px;
  color: #666;
}

.sfitemDetails .sfitemTitle {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.sfitemDetails .sfitemPublicationDate {
  display: inline;
  margin-bottom: 18px;
  font-size: 11px;
  color: #666;
}

.sfWorkflowBtnsShown .sfitemDetails .sfitemPublicationDate {
  display: block;
}

.sfWorkflowBtnsShown .sfitemDetails .sfcommentsCounterWrp {
  display: block;
  margin-top: -15px;
  margin-left: 0;
  margin-bottom: 10px;
}

.sfitemDetails .sfitemLongText {
  margin-top: 18px;
  margin-bottom: 30px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #666;
}

.sfitemDetails .sfdownloadFileWrp,
.sfitemDetails .sfdownloadList,
.sfitemDetails .sfimagesTmbList,
.sfitemDetails .sfimageWrp,
.sfitemDetails .sfitemAddressWrp,
.sfitemDetails .sfvideosTmbList,
.sfitemDetails .sfvideoWrp {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sfitemDetails .sfimagesTmbList,
.sfitemDetails .sfvideosTmbList {
  margin-left: -10px;
}

.sfitemDetails .sfitemChoices .sfTxtLbl,
.sfitemDetails .sfitemFieldLbl,
.sfitemNumberWrp .sfitemFieldLbl {
  font-weight: 700;
  display: inline;
}

.sfitemDateWrp .sfitemDate,
.sfitemDetails .sfChoiceContent,
.sfitemDetails .sfitemNumber,
.sfitemDetails .sfitemPrice,
.sfitemDetails .sfitemShortTxt {
  display: inline;
}

.sfitemTaxonWrp:first-child {
  margin-top: 18px;
}

.sfitemTaxonWrp .sfCategoriesList,
.sfitemTaxonWrp .sfCategoriesList li,
.sfitemTaxonWrp .sfTagsList,
.sfitemTaxonWrp .sfTagsList li,
.sfitemTaxonWrp div {
  display: inline;
}

.sfitemTaxonWrp li span:before {
  content: ', ';
}

.sfitemTaxonWrp li:first-child span:before {
  content: '';
}

.sfitemDetails .sfitemRichText {
  margin: 30px 0;
  line-height: 18px;
}

.sfitemDetails .sfitemRichText h1 {
  font-size: 24px;
}

.sfitemDetails .sfitemRichText h2 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
}

.sfitemDetails .sfitemRichText h3 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.sfitemDetails .sfitemRichText h4 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

.sfitemDetails .sfitemRichText h5 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.sfitemDetails .sfitemRichText p {
  margin-bottom: 18px;
}

.sfitemDetails .sfitemRichText ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 18px;
}

.sfitemDetails .sfitemRichText ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 18px;
}

.sfitemDetails .sfitemRichText ol ul,
.sfitemDetails .sfitemRichText ul ul {
  list-style-type: circle;
}

.sfitemDetails .sfitemRichText ol ol ul,
.sfitemDetails .sfitemRichText ul ul ul {
  list-style-type: square;
}

.sfitemDetails table {
  width: 100%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.sfitemDetails table td,
.sfitemDetails table th {
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.sfcommentsCounterWrp {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.sfcommentsCounterWrp.sfcommentsFull,
.sfcommentsCounterWrp.sfcommentsShort {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 15px;
  padding-left: 20px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -2698px;
}

.sfcommentsCounterWrp.sfcommentsIconOnly {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: center;
  line-height: 18px;
  width: 26px;
  height: 24px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -2800px;
}

.sfcommentsCounterWrp.sfcommentsEmpty {
  background-position: 0 -2900px;
}

.sfcommentsTitle {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}

.sfcommentsFormWithAvatarWrp .sfcommentsTitleWrp {
  width: 400px;
  position: relative;
}

.sfcommentsFormWithAvatarWrp .sfcommentsTitle {
  margin-bottom: 0;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  font-style: italic;
}

.sfcommentsFormWithAvatarWrp .sfcommentsTitle.sfFocused {
  display: none;
}

.sfcommentsFormWithAvatarWrp .sfcancelReply {
  float: right;
}

.sfcommentsFormWithAvatarWrp .sfMessage {
  margin-bottom: 20px;
}

.sfcancelReply,
.sfLeaveCommentLnk {
  font-size: 11px;
  margin-left: 10px;
  *vertical-align: middle;
}

.sfcommentsOrderFilterWrp {
  float: right;
  clear: right;
  margin-top: 4px;
  font-size: 11px;
  position: relative;
  z-index: 5;
}

.sfShowNewWrp {
  margin: 5px 0 10px;
  padding: 5px 20px;
  text-align: center;
  background-color: #f0f8fa;
}

.sfLoadMoreWrp {
  margin-top: 30px;
}

.sfcommentsListWrp {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sfcommentsList {
  list-style-position: outside;
  border: 0;
}

.k-widget.sfcommentsList {
  background: transparent;
}

.sfcommentsList .sfcommentDetails {
  margin-bottom: 10px;
  padding: 5px 15px 10px 56px;
  position: relative;
  z-index: 2;
}

.sfcommentsList .sfcommentDetails.sfcommentOfTheAuthor {
  background-color: #f5f5f5;
}

.sfcommentsList .sfcommentsThreadRatingWrp {
  margin-top: 5px;
  margin-bottom: 10px;
}

.sfcommentsList .sfcommentNumber {
  display: block;
  color: #989898;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 6px;
  _left: -50px;
  width: 32px;
  height: 28px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -100px;
  background-position: 0 -100px;
}

.sfcommentsList .sfcommentAuthorAvatar {
  width: 40px;
  position: absolute;
  left: 0;
}

.sfcommentsList .sfcommentAuthor,
.sfcommentsList .sfcommentSeparator {
  font-weight: 400;
  color: #666;
}

.sfcommentsList .sfcommentDate {
  color: #666;
}

.sfcommentsList .sfcommentReplyLnk {
  margin-left: 10px;
}

.sfcommentsList .sfcommentText {
  line-height: 1.2;
  color: #000;
}

.sfcommentsFormWithAvatarWrp {
  position: relative;
}

.sfcommentsFormWithAvatarWrp .sfcommentAuthorAvatar {
  position: absolute;
  width: 40px;
}

.sfcommentsFormWithAvatarWrp .sfcommentsFormWrp {
  padding-left: 56px;
}

.sfcommentsFormWrp .sfNeutral {
  margin-bottom: 10px;
  background-color: #ffc;
  padding: 5px 15px;
}

.sfcommentsForm {
  padding: 0 0 30px;
}

.sfcommentsForm .sfcommentsFieldsList {
  padding-bottom: 15px;
}

.sfcommentsForm .sfcommentsField {
  margin-bottom: 5px;
}

.sfcommentsForm .sfcommentRating {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sfcommentsForm .sfcommentEditor {
  margin-bottom: 15px;
  width: 400px;
}

.sfcommentsForm .sfcommentEditor .k-editor {
  border: 0;
  height: 80px;
  border-spacing: 0;
}

.sfcommentsForm .sfEditorWrp {
  position: relative;
}

.sfEditorWrp div.RadEditor .reContentCell {
  border-color: #ccc;
}

.sfEditorWrp div.RadEditor {
  border: 0;
  background-color: transparent;
}

div.RadEditor .reToolbar a,
div.RadEditor .reToolbar a span {
  cursor: pointer;
}

div.RadEditor .reToolbar .reTool {
  border: 1px solid transparent;
}

.sfEditorWrp .reToolbarWrapper {
  margin-bottom: 4px;
}

.sfEditorWrp .reToolbarWrapper .reToolbar li,
div.RadEditor .reToolbar .reTool,
div.RadEditor .reToolbar .reTool.reTool_selected,
div.RadEditor .reToolbar .reTool.reTool_selected:hover,
div.RadEditor .reToolbar .reTool:hover {
  background-image: none;
}

div.RadEditor .reToolbar .reTool.reTool_selected,
div.RadEditor .reToolbar .reTool:hover {
  border-color: #ccc;
  border-radius: 2px;
}

div.RadEditor .reToolbar .reTool.reTool_selected:hover,
div.RadEditor .reToolbar .reTool:hover {
  background-color: #fff;
  box-shadow: 1px 1px 1px #9f9f9f;
}

div.RadEditor .reToolbar .reTool.reTool_selected,
div.RadEditor .reToolbar .reTool.reTool_selected:hover {
  background-color: #f1f1f1;
  box-shadow: inset 1px 1px 1px #9f9f9f;
}

.RadEditor .reTool .split_arrow:hover {
  border-left: 0;
}

div.RadEditor .reDropdown:hover,
div.RadEditor .reTool_disabled.reDropdown:hover {
  background-color: #fff;
  background-image: none;
}

.sfcommentsForm .sfEditorWrp .reToolbarWrapper .reToolbar {
  width: auto !important;
}

.sfEditorWrp .reToolbarWrapper .grip_first,
.sfEditorWrp .reToolbarWrapper .grip_last {
  display: none;
}

.sfEditorWrp .reToolbarWrapper .sfChange {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 11px;
  color: #666;
  text-decoration: underline !important;
  _width: 115px;
  _text-align: right;
}

.sfEditorWrp .reToolbarWrapper .sfChange:hover {
  color: #555;
  text-decoration: none !important;
}

.sfEditorWrp .reToolbar .reSeparator {
  margin: 6px 3px 0 !important;
  height: 15px;
  width: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #fff;
  color: #ccc;
}

.sfcommentsForm .sfTxt {
  width: 200px;
  padding: 3px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfcommentsForm .sfNote {
  font-size: 11px;
  line-height: 1.2;
  color: #666;
}

.sfcommentsForm .sfError {
  padding-top: 5px;
}

.sfcommentsForm .sfcommentCaptcha {
  margin-top: 15px;
}

.sfcommentsForm .sfcommentCaptcha span {
  display: block;
  padding-left: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #f30;
  background: transparent url(/IconImages/commentsFormIcons.gif) no-repeat 0 -499px;
}

.sfcommentsForm .sfcommentCaptcha div div {
  margin-top: 10px;
}

.sfcommentsForm .sfcommentCaptcha div div input {
  width: 200px;
  padding: 3px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfcommentsForm .sfcommentCaptcha div div label {
  padding-left: 5px;
}

.sfcommentsForm .sfcommentCaptcha .sfTxtLbl {
  padding-left: 0;
  font-weight: 400;
}

.sfcommentsForm .sfcommentCaptcha .sfRestfulCaptchaRefresh {
  font-size: 11px;
}

.sfcommentsForm .sfcommentsSubmitBtn {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 15px;
  font-weight: 700;
  width: 80px;
  text-align: center;
}

.sfSubscribeToEmailLnkWrp,
.sfSubscribeToEmailMsgWrp {
  margin: 5px 0 5px 56px;
}

.sfSubscribeToEmailLnk,
.sfSubscribeToEmailMsgWrp {
  padding-left: 20px;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat 0 -497px;
}

.sfSubscribeToEmailLnk {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.sfcommentsThreadRatingWrp {
  color: #666;
  white-space: nowrap;
}

.sfcommentsThreadRatingWrp .sfRatingLabel {
  padding-right: 3px;
}

.sfcommentsThreadRatingWrp .sfRatingAbsolute,
.sfcommentsThreadRatingWrp .sfRatingClosingText,
.sfcommentsThreadRatingWrp .sfRatingReviewCount {
  font-size: 11px;
}

.sfcommentsThreadRatingWrp .sfRatingAbsolute,
.sfcommentsThreadRatingWrp .sfRatingClosingText {
  padding-left: 2px;
}

.sfcommentsThreadRatingWrp .sfRatingReviewCount {
  padding-left: 6px;
}

.sfcommentsThreadRatingWrp .sfStarsWrapper {
  display: inline;
}

.sfeventsList .sfcommentsThreadRatingWrp,
.sfitemsList .sfcommentsThreadRatingWrp,
.sflistList .sfcommentsThreadRatingWrp,
.sfnewsList .sfcommentsThreadRatingWrp,
.sfpostsList .sfcommentsThreadRatingWrp {
  margin-left: 10px;
  display: inline;
}

.sfcommentsWrp .sfcommentsThreadRatingFull,
.sfeventDetails .sfcommentsThreadRatingFull,
.sfitemDetails .sfcommentsThreadRatingFull,
.sflistItemDetails .sfcommentsThreadRatingFull,
.sfnewsDetails .sfcommentsThreadRatingFull,
.sfpostDetails .sfcommentsThreadRatingFull {
  float: right;
}

.sfeventDetails .sfcommentsThreadRatingFull {
  margin-top: 25px;
  position: relative;
  z-index: 5;
}

.sfimagesList .sfcommentsThreadRatingWrp,
.sfimagesTmbList .sfcommentsThreadRatingWrp,
.sfvideosTmbList .sfcommentsThreadRatingWrp {
  margin-top: 10px;
}

.sfimagesTmbList .sfimagesTmb {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  padding: 10px;
  overflow: hidden;
  vertical-align: bottom;
}

.sfimagesTmbList .sfimagesTmb .sfcommentsCounterWrp {
  position: absolute;
  right: 20px;
  bottom: 18px;
}

.sfimagesTmbList > a {
  display: block;
  overflow: hidden;
  text-align: center;
}

.sfimagesTmbList img {
  vertical-align: middle;
  _vertical-align: top;
  *vertical-align: top;
}

.sfimagesList .sfimageListItem {
  padding-bottom: 20px;
  position: relative;
}

.sfimagesList .sfimageListItem .sfcommentsCounterWrp {
  position: absolute;
  top: 10px;
  left: 10px;
}

.sfimageDetails {
  margin: 35px 0;
}

.sfimageBack {
  *display: block;
  margin-left: -14px;
  _margin-left: 0;
  padding-left: 14px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -48px;
}

.sfimageNext,
.sfimagePrev {
  float: right;
  background-image: url(/IconImages/toggleIcons.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -1000px -1000px;
}

.sfimagePrev {
  padding-left: 14px;
  padding-right: 5px;
  background-position: 0 -143px;
}

.sfimageNext {
  padding-right: 14px;
  padding-left: 5px;
  background-position: 100% -393px;
}

.sfimageDetails .sfimageWrp {
  margin-top: 35px;
}

.sfimageDetails .sfimageTitle {
  padding-top: 15px;
  font-size: 16px;
}

.sfimageDetails .sfimageDescription {
  font-size: 12px;
  padding-top: 5px;
  line-height: 1.4;
  font-style: italic;
  color: #666;
}

.sfvideoWrp {
  margin-top: 35px;
}

body > div .sfvideoWrp {
  margin-top: 0;
}

.sfvideoWrp object {
  margin: 0;
  padding: 0;
  border: 0;
}

.sfvideoWrp object:focus {
  outline: 0;
}

.RadMediaPlayer {
  position: relative;
}

div.RadMediaPlayer .rmpTitleBar {
  z-index: auto;
}

.RadMediaPlayer .sfPlayerError {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4e4e4;
  width: 100%;
  height: 100%;
  z-index: 9;
  font-family: Arial, Verdana, Sans-serif;
}

.sfPlayerError .sfPlayerErrorWrp {
  margin-top: -35px;
  margin-left: -110px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  text-align: center;
}

.sfPlayerError .sfPlayerErrorMsg {
  color: #666;
  font-size: 14px;
}

.sfPlayerError .sfPlayerErrorImg {
  display: inline-block;
  width: 53px;
  height: 53px;
  background: #e4e4e4 url(/IconImages/playerErrorImg.png) no-repeat 0 0;
}

.sfvideosTmbList .sfvideoTmb {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  padding: 10px;
  overflow: hidden;
  vertical-align: bottom;
}

.sfvideosTmbList .sfvideoTmb .sfcommentsCounterWrp {
  bottom: 18px;
  position: absolute;
  right: 20px;
}

.sfvideosTmbList img {
  vertical-align: top;
  height: 100%;
  max-width: none;
}

.sfvideosTmbList a.sfNoTmb {
  background: #f1f1f1 url(/IconImages/toggleIcons.gif) no-repeat 50% -675px;
}

.sfvideosTmbList a.sfNoTmb img {
  display: none;
}

.fancybox-wrap .sfvideoWrp {
  margin-top: 0;
}

.sfvideoDetails {
  margin: 35px 0;
}

.sfvideoBack {
  *display: block;
  margin-left: -14px;
  _margin-left: 0;
  padding-left: 14px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -48px;
}

.sfvideoDetails .sfvideoWrp {
  margin-top: 35px;
  height: 440px;
}

.sfvideoDetails .sfvideoWrp object {
  margin: 0;
  padding: 0;
  border: 0;
  width: 540px;
  height: 440px;
}

.sfvideoDetails .sfvideoWrp object:focus {
  outline: 0;
}

.sfvideoDetails .sfvideoTitle {
  padding-top: 15px;
  font-size: 16px;
}

.sfvideoDetails .sfvideoDescription {
  font-size: 12px;
  padding-top: 5px;
  line-height: 1.4;
  font-style: italic;
  color: #666;
}

.sfdownloadFileWrp a {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.sfdownloadFileWrp .sfSmallIcns a {
  font-size: 13px;
  font-weight: 700;
}

.sfdownloadFileWrp .sfLargeIcns a {
  min-height: 38px;
  font-size: 15px;
  font-weight: 700;
}

.sfdownloadList .sfdownloadFile {
  padding-bottom: 5px;
  list-style-type: disc;
  margin-left: 25px;
}

.sfLargeIcns .sfdownloadList .sfdownloadFile,
.sfSmallIcns .sfdownloadList .sfdownloadFile {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 20px;
}

.sfdownloadList .sfdownloadTitle {
  font-weight: 700;
  font-size: 13px;
}

.sfLargeIcns .sfdownloadList .sfdownloadTitle {
  font-size: 15px;
}

.sfdownloadList .sfdownloadFile .sfInfo {
  font-size: 11px;
  color: #666;
}

.RadGrid.sfdownloadTable {
  color: #666;
}

.sfdownloadTable .sfdownloadTitle {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.sfdownloadTable .sfdownloadCell,
.sfdownloadTable .sfdownloadDate,
.sfdownloadTable .sfdownloadSize,
.sfdownloadTable .sfdownloadType {
  white-space: nowrap;
}

.sfdownloadTable .sfdownloadCell,
.sfdownloadTable .sfdownloadSize {
  text-align: right;
}

.sfdownloadTable .sfdownloadComments {
  text-align: center;
}

.sfdownloadTable .sfdownloadCell {
  padding-right: 0;
}

.sfdownloadTable thead th {
  padding: 10px 10px 5px;
  text-align: left;
}

.sfdownloadTable tbody td {
  padding: 10px 10px 14px;
  color: #666;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
}

.sfdownloadTable tbody .sfdownloadTitle {
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

.sfdownloadTable tbody .sfdownloadType {
  text-transform: uppercase;
}

.sfdownloadDetails {
  padding-bottom: 20px;
  clear: both;
}

.sfdownloadBack {
  *display: block;
  margin-left: -14px;
  _margin-left: 0;
  padding-left: 14px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -48px;
}

.sfdownloadDetails .sfdownloadTitle {
  margin: 0;
  padding: 35px 0 20px;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.sfdownloadDetails .sfcommentsCounterWrp {
  margin-left: 0;
  margin-top: -10px;
  margin-bottom: 20px;
}

.sfdownloadDetails .sfdownloadSummary {
  margin: 0;
  padding: 20px 0;
  line-height: 18px;
}

.sfdownloadDetails .sfdownloadLinkWrp {
  margin-bottom: 15px;
  padding: 12px 15px 15px;
  background-color: #f2f2f2;
}

.sfdownloadDetails .sfdownloadLinkWrp .sfdownloadLink {
  font-weight: 700;
  font-size: 15px;
}

.sfdownloadDetails .sfdownloadLinkWrp .sfInfo {
  color: #666;
  font-size: 11px;
  line-height: 1;
  padding-left: 50px;
  margin-top: -15px;
}

.sftaxonTitle {
  display: block;
  color: #666;
  font-size: 15px;
  font-weight: 700;
}

.sftaxonHorizontalList {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

.sftaxonHorizontalList .sftaxonItem {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline;
  white-space: nowrap;
}

.sftaxonHorizontalList .sfCount {
  cursor: default;
  color: #333;
  font-size: 11px;
  font-weight: 400;
}

.sftaxonVerticalList {
  margin: 0 0 10px 10px;
  padding: 0;
}

.sftaxonVerticalList .sftaxonItem {
  margin: 0 0 3px;
  padding: 0;
}

.sftaxonVerticalList .sfCount {
  cursor: default;
  color: #333;
  font-size: 11px;
  font-weight: 400;
}

.sftaxonCloud {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
}

.sftaxonCloud .sftaxonItem {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline;
  vertical-align: bottom;
}

.sftaxonCloud .sftaxonItem .sfCloudSize6 {
  font-size: 36px;
}

.sftaxonCloud .sftaxonItem .sfCloudSize5 {
  font-size: 30px;
}

.sftaxonCloud .sftaxonItem .sfCloudSize4 {
  font-size: 24px;
}

.sftaxonCloud .sftaxonItem .sfCloudSize3 {
  font-size: 18px;
}

.sftaxonCloud .sftaxonItem .sfCloudSize2 {
  font-size: 13px;
}

.sftaxonCloud .sftaxonItem .sfCloudSize1 {
  font-size: 11px;
}

.sftaxonCloud .sfCount {
  cursor: default;
  font-weight: 400;
}

.sftaxonsAll {
  font-size: 11px;
}

.sfarchiveTitle {
  display: block;
  color: #666;
  font-size: 15px;
  font-weight: 700;
}

.sfarchiveList {
  margin-left: 25px;
  list-style-type: disc;
}

.sfarchiveList .sfSel {
  font-weight: 700;
  color: #333;
}

.sfarchiveList .sfCount {
  cursor: default;
  color: #333;
  font-size: 11px;
  font-weight: 400;
}

.sfTxtLbl {
  cursor: default;
}

.sfTxtLbl.sfLargeTxtLbl {
  font-size: 22px;
  font-weight: 400;
}

.sfExample {
  font-size: 11px;
  color: #666;
}

.sfError {
  color: red;
  padding-left: 20px;
  background: transparent url(/IconImages/commentsFormIcons.gif) no-repeat 0 -497px;
}

.sfLeftLbls .sfError,
.sfRightLbls .sfError {
  margin-left: 164px;
}

.sfSuccess {
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
  color: #690;
}

.sfNeutral {
  margin-bottom: 10px;
  background-color: #ffc;
  padding: 5px 15px;
}

.sfErrorSummary {
  background-color: #ffb9b9;
}

.sfTopMsg {
  margin-bottom: 10px;
}

.sfFormBox {
  margin-bottom: 20px;
}

.sfFormBox .sfTxt {
  padding: 3px;
  font-size: 12px;
  font-family: inherit;
}

.sfFormBox.sfTxtBoxSmall .sfTxt {
  width: 120px;
}

.sfFormBox.sfTxtBoxMedium .sfTxt {
  width: 300px;
}

.sfFormBox.sfTxtBoxLarge .sfTxt {
  width: 400px;
}

.sfFormRadiolist {
  margin-bottom: 20px;
}

.sfFormRadiolist .sfRadioList {
  display: block;
  line-height: 18px;
}

.sfFormRadiolist .sfRadioList input,
.sfFormRadiolist .sfRadioList label {
  vertical-align: middle;
}

.sfFormRadiolist .sfRadioList label {
  margin-left: 3px;
}

.sfFormCheckboxlist {
  margin-bottom: 20px;
}

.sfFormCheckboxlist .sfCheckListBox {
  display: block;
  line-height: 20px;
}

.sfFormCheckboxlist .sfCheckListBox input,
.sfFormCheckboxlist .sfCheckListBox label {
  vertical-align: middle;
}

.sfFormCheckboxlist .sfCheckListBox label {
  margin-left: 3px;
}

.sfFormBlock {
  margin-bottom: 20px;
}

.sfFormBlock .sfTxt {
  padding: 3px;
  font-size: 12px;
  font-family: inherit;
}

.sfFormBlock.sfTxtBlockSmall .sfTxt {
  width: 300px;
  height: 60px;
}

.sfFormBlock.sfTxtBlockMedium .sfTxt {
  width: 300px;
  height: 100px;
}

.sfFormBlock.sfTxtBlockLarge .sfTxt {
  width: 420px;
  height: 260px;
}

.sfFormDropdown {
  margin-bottom: 20px;
}

.sfFormDropdown select {
  padding: 1px;
  font-size: 12px;
  font-family: inherit;
}

.sfFormDropdown.sfDdlSmall select {
  width: 120px;
}

.sfFormDropdown.sfDdlMedium select {
  width: 300px;
}

.sfFormDropdown.sfDdlLarge select {
  width: 420px;
}

.sfFormTitle {
  margin: 50px 0 20px;
}

.sfFormTitle:first-child {
  margin: 20px 0;
}

.sfFormTitle.sfTitleSmall {
  font-size: 14px;
  font-weight: 700;
}

.sfFormTitle.sfTitleMedium {
  font-size: 18px;
  font-weight: 400;
}

.sfFormTitle.sfTitleLarge {
  font-size: 24px;
  font-weight: 400;
}

.sfFormFile,
.sfFormInstructions {
  margin-bottom: 20px;
}

.sfFormFile .sfFieldWrp {
  margin-bottom: 5px;
}

.sfFormFile .RadUpload .ruInputs li.ruActions {
  margin-top: 0;
}

.RadUpload .ruInputs .ruRemove {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 3px -1197px;
  margin-left: 5px;
  margin-top: 2px;
}

.RadUpload .ruActions .ruButton,
.RadUploadProgressArea .ruActions .ruButton {
  background-image: none;
  width: auto !important;
  color: #105cb6;
  cursor: pointer;
  font-size: 12px;
}

.RadUpload .ruActions .ruButton:hover,
.RadUploadProgressArea .ruActions .ruButton:hover {
  color: #00f;
}

.sfFormCaptcha {
  margin-bottom: 20px;
}

.sfFormCaptcha .rcRefreshImage {
  font-size: 11px;
}

.sfFormCaptcha p {
  margin-top: 10px;
  padding-top: 20px;
  position: relative;
}

.sfFormCaptcha p .sfTxt {
  padding: 3px;
  font-size: 12px;
  font-family: inherit;
  width: 150px;
}

.sfFormCaptcha p .sfTxtLbl {
  left: 0;
  position: absolute;
  top: 0;
  font-weight: 400;
}

.sfFormSubmit {
  margin-bottom: 20px;
}

.sfLeftLbls .sfFormSubmit,
.sfRightLbls .sfFormSubmit {
  margin-left: 164px;
}

.sfFormSubmit.sfSubmitBtnSmall input {
  font-size: 13px;
  padding: 2px 5px;
}

.sfFormSubmit.sfSubmitBtnMedium input {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
}

.sfFormSubmit.sfSubmitBtnLarge input {
  font-size: 18px;
  padding: 4px 10px;
}

.sfTopLbls .sfTxtLbl {
  font-weight: 700;
  display: block;
}

.sfLeftLbls .sfFieldWrp,
.sfLeftLbls .sfTxtLbl {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.sfLeftLbls .sfTxtLbl {
  margin-top: 2px;
  margin-right: 10px;
  width: 150px;
  line-height: 1.1;
}

.sfRightLbls .sfFieldWrp,
.sfRightLbls .sfTxtLbl {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.sfRightLbls .sfTxtLbl {
  margin-top: 2px;
  margin-right: 10px;
  width: 150px;
  line-height: 1.1;
  text-align: right;
}

.sfWatermarkField {
  position: relative;
}

.sfWatermarkField .sfTxtLbl {
  left: 5px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 3px;
  color: #999;
  font-style: italic;
  font-weight: 400;
}

.sfWatermarkField .sfFocusedTxtLbl {
  text-indent: -99999px;
}

.sflanguagesHorizontalList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sflanguagesHorizontalList .sflanguageItem {
  margin: 0;
  padding: 0;
  display: inline;
  white-space: nowrap;
}

.sflanguagesHorizontalList .sflanguageItem a:active,
.sflanguagesHorizontalList .sflanguageItem a:hover,
.sflanguagesHorizontalList .sflanguageItem a:link,
.sflanguagesHorizontalList .sflanguageItem a:visited {
  padding: 1px 5px 2px;
}

.sflanguagesHorizontalList .sflangSelected a:active,
.sflanguagesHorizontalList .sflangSelected a:hover,
.sflanguagesHorizontalList .sflangSelected a:link,
.sflanguagesHorizontalList .sflangSelected a:visited {
  background-color: #425ccf;
  color: #fff;
  cursor: default;
}

.sflanguagesVerticalList {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

.sflanguagesVerticalList .sflanguageItem {
  margin: 0 0 5px;
  padding: 0;
}

.sflanguagesVerticalList .sflanguageItem a:active,
.sflanguagesVerticalList .sflanguageItem a:hover,
.sflanguagesVerticalList .sflanguageItem a:link,
.sflanguagesVerticalList .sflanguageItem a:visited {
  padding: 1px 5px 2px;
}

.sflanguagesVerticalList .sflangSelected a:active,
.sflanguagesVerticalList .sflangSelected a:hover,
.sflanguagesVerticalList .sflangSelected a:link,
.sflanguagesVerticalList .sflangSelected a:visited {
  background-color: #425ccf;
  color: #fff;
  cursor: default;
}

.sflanguagesDropDown select {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfLoginFieldsWrp .sfLoginField {
  margin-bottom: 10px;
}

.sfLoginFieldsWrp .sfTxtLbl {
  display: block;
}

.sfLoginFieldsWrp .sfTxt {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  padding: 2px;
  width: 200px;
  height: 18px;
}

.sfLoginFieldsWrp .sfCheckBoxWrapper .sfTxtLbl {
  padding-left: 5px;
  display: inline;
}

.sfLoginFieldsWrp .sfCheckBoxWrapper .sfTxtLbl,
.sfLoginFieldsWrp .sfCheckBoxWrapper input {
  vertical-align: middle;
}

.sfLoginFieldsWrp .sfValidator strong {
  display: block;
  padding-left: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #f30;
  background: transparent url(/IconImages/commentsFormIcons.gif) no-repeat 0 -499px;
}

.sfSubmitBtnWrp {
  margin: 20px 0 30px;
}

.sfSubmitBtn a.sfSubmitBtn:active,
.sfSubmitBtn a.sfSubmitBtn:hover,
.sfSubmitBtn a.sfSubmitBtn:visited,
.sfSubmitBtnWrp a.sfSubmitBtn:link {
  background-color: #d4d0c8;
  border: 2px outset #d4d0c8;
  color: #000;
  padding: 4px 15px;
}

.sfSubmitBtnWrp .sfLostPassword {
  display: block;
  margin-top: 20px;
  font-size: 11px;
}

.sfSubmitBtnWrp input.sfSubmitBtn {
  margin-right: 10px;
  padding: 2px 10px;
  font-family: Arial, Verdana, Sans-serif;
  text-align: center;
}

.sfLoginWrp .sfLoginHelp {
  font-size: 11px;
}

.sfLoginWrp .sfNeutral {
  background-color: #ffc;
  padding: 5px 15px;
}

.sfLoginWrp .sfDetailedInfo ul li {
  margin-left: 25px;
  list-style-type: disc;
}

.sfLoginWrp .sfDetailedInfo ol li {
  margin-left: 25px;
  list-style-type: decimal;
}

.sfLoginWrp .sfDetailedHowTo {
  background-color: #fff;
  margin: 10px 5px;
  padding: 13px 18px 18px;
}

.sfLostPasswordWrp .sfLoginFieldsTitle {
  font-size: 21px;
}

.sfLostPasswordWrp .sfLoginFieldsNote {
  margin-bottom: 30px;
}

.sfsearchBox {
  margin: 0;
  padding: 0;
  border: 0;
}

.sfsearchBox .sfsearchTxt {
  width: 200px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfsearchBox .sfsearchTxt.k-autocomplete {
  padding: 0;
  box-sizing: border-box;
}

.sfsearchBox .k-autocomplete {
  display: inline-block;
  width: 200px;
}

.sfsearchBox .k-autocomplete .sfsearchTxt {
  box-sizing: border-box;
}

.k-list-container .k-list {
  border: 1px solid #ddd;
  background-color: #fff;
}

.k-list-container .k-list .k-item {
  padding: 3px;
}

.k-list-container .k-list .k-item:hover,
.k-list-container .k-list > .k-state-focused {
  background-color: #eee;
}

.sfsearchBox .sfsearchSubmit {
  padding: 1px 3px;
  font-family: Arial, Verdana, Sans-serif;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.sfsearchResultStatistics {
  margin-top: 15px;
  font-size: 19px;
}

.sfsearchReultTitleSnippetUrl {
  line-height: 1.2;
}

.sfsearchReultTitleSnippetUrl .sfsearchResultTitle {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 700;
}

.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:active,
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:hover,
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:link,
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:visited {
  color: #999;
}

.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:active,
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:focus,
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:hover {
  color: #666;
}

.sfsearchReultTitlesOnly {
  line-height: 1.2;
  font-size: 13px;
}

.sfsearchReultTitlesOnly .sfsearchResultTitle {
  margin-top: 14px;
}

.sfnewsletterForm {
  padding: 0 0 30px;
}

.sfnewsletterForm .sfMessage {
  margin-bottom: 15px;
  padding: 5px 10px;
}

.sfnewsletterForm .sfnewsletterTitle {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 7px;
}

.sfnewsletterForm .sfnewsletterDescription {
  color: #666;
  padding-bottom: 15px;
}

.sfnewsletterForm .sfnewsletterFieldsList {
  padding-bottom: 15px;
}

.sfnewsletterForm .sfnewsletterField {
  margin-bottom: 5px;
}

.sfnewsletterForm .sfTxt {
  width: 200px;
  padding: 3px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfnewsletterForm .sfNote {
  font-size: 11px;
  line-height: 1.2;
  color: #666;
}

.sfnewsletterForm .sfError {
  display: block;
}

.sfnewsletterForm .sfnewsletterSubmitBtn {
  padding: 1px 25px 2px;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.sfsimpleListWrp .sflistTitle {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}

.sfsimpleListWrp .sflistList {
  margin-left: 17px;
  margin-bottom: 18px;
  list-style-type: disc;
}

.sfsimpleListWrp .sflistListItem {
  margin-bottom: 2px;
  padding-left: 4px;
}

.sfexpandedListWrp .sflistTitle {
  margin-bottom: 33px;
  font-size: 24px;
  font-weight: 700;
}

.sfexpandedListWrp .sflistList {
  margin-bottom: 23px;
  list-style-type: none;
}

.sfexpandedListWrp .sflistListItem {
  padding-bottom: 30px;
}

.sfexpandedListWrp .sflistItemTitle {
  font-size: 15px;
  font-weight: 700;
}

.sfexpandableListWrp .sflistTitle {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}

.sfexpandableListWrp .sflistList {
  margin-bottom: 18px;
  list-style-type: none;
}

.sfexpandableListWrp .sflistListItem {
  margin-bottom: 2px;
}

.sfexpandableListWrp .sflistItemTitle {
  font-size: 13px;
}

.sfexpandableListWrp .sflistItemToggleLnk {
  padding-left: 15px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -945px;
}

.sfexpandableListWrp .sflistListItemExpanded.sflistItemToggleLnk {
  font-weight: 700;
  background-position: 0 -975px;
}

.sfexpandableListWrp .sflistItemContent {
  padding-top: 3px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.sfexpandableListWrp .sflistExpandAllLnkWrp {
  text-align: right;
  font-size: 11px;
  position: relative;
  z-index: 7;
  margin-bottom: -22px;
}

.sfanchorListWrp .sfanchorListTitle {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}

.sfanchorListWrp .sfanchorList {
  margin-left: 17px;
  margin-bottom: 40px;
  list-style-type: disc;
}

.sfanchorListWrp .sfanchorListItem {
  margin-bottom: 2px;
  padding-left: 4px;
}

.sfanchoredListWrp .sflistTitle {
  margin-bottom: 33px;
  font-size: 24px;
  font-weight: 700;
}

.sfanchoredListWrp .sflistList {
  margin-bottom: 23px;
  list-style-type: none;
}

.sfanchoredListWrp .sflistListItem {
  padding-bottom: 30px;
}

.sfanchoredListWrp .sflistItemTitle {
  font-size: 15px;
  font-weight: 700;
}

.sfanchoredListWrp .sflistTopLnkWrp {
  text-align: right;
  font-size: 11px;
  line-height: 1.2;
}

.sfpagelistListWrp .sflistTitle {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}

.sfpagelistListWrp .sflistList {
  margin-left: 17px;
  margin-bottom: 18px;
  list-style-type: disc;
}

.sfpagelistListWrp .sflistListItem {
  margin-bottom: 2px;
  padding-left: 4px;
}

.sflistItemBack {
  *display: block;
  margin-left: -14px;
  _margin-left: 0;
  padding-left: 14px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -48px;
}

.sflistItemDetails .sflistItemTitle {
  margin: 0;
  padding: 32px 0 7px;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.sflistItemDetails .sfcommentsCounterWrp {
  margin-left: 0;
}

.sflistItemDetails .sflistItemContent {
  margin-top: 15px;
  padding-left: 5px;
  clear: both;
}

.sflistItemContent h1 {
  font-size: 24px;
}

.sflistItemContent h2 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
}

.sflistItemContent h3 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.sflistItemContent h4 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

.sflistItemContent h5 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.sflistItemContent p {
  margin-bottom: 18px;
}

.sflistItemContent ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 18px;
}

.sflistItemContent ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 18px;
}

.sflistItemContent ol ul,
.sflistItemContent ul ul {
  list-style-type: circle;
}

.sflistItemContent ol ol ul,
.sflistItemContent ul ul ul {
  list-style-type: square;
}

.sflistItemContent table {
  width: 100%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.sflistItemContent table td,
.sflistItemContent table th {
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.sfprofileArticleLikeWrp {
  padding-bottom: 35px;
}

.sfprofileArticleLikeWrp .sfprofileField {
  margin-left: 115px;
  padding-bottom: 12px;
}

.sfprofileArticleLikeWrp .sfprofileAvatar {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 0;
  padding-bottom: 0;
}

.sfprofileArticleLikeWrp .sfprofileName {
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}

.sfprofileArticleLikeWrp .sfprofileFirstName,
.sfprofileArticleLikeWrp .sfprofileLastName {
  display: inline;
}

.sfprofileArticleLikeWrp .sfTxtLbl {
  display: none;
}

.sfprofileArticleLikeWrp .sfprofileName .sfTxtContent {
  display: inline;
}

.sfprofileArticleLikeWrp .sfprofileLnkWrp {
  margin-left: 115px;
  font-size: 11px;
  font-weight: 700;
}

.sfprofileArticleLikeWrp .sfprofileChangePasswordLnk,
.sfprofileArticleLikeWrp .sfprofileEditLnk {
  float: left;
  clear: both;
}

.sfprofileListLikeWrp {
  padding-bottom: 35px;
}

.sfprofileListLikeWrp .sfprofileField {
  margin-left: 115px;
  padding-bottom: 12px;
}

.sfprofileListLikeWrp .sfprofileAvatar {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 0;
  padding-bottom: 0;
}

.sfprofileListLikeWrp .sfTxtLbl {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 11px;
  font-weight: 700;
  width: 60px;
  padding-right: 10px;
  vertical-align: top;
}

.sfprofileListLikeWrp .sfTxtContent {
  margin-left: 70px;
  margin-top: -18px;
  vertical-align: top;
}

.sfprofileListLikeWrp .sfprofileLnkWrp {
  margin-left: 115px;
  font-size: 11px;
  font-weight: 700;
}

.sfprofileListLikeWrp .sfprofileChangePasswordLnk,
.sfprofileListLikeWrp .sfprofileEditLnk {
  float: left;
  clear: both;
}

.sfprofileAutoGeneratedListWrp {
  padding-bottom: 35px;
}

.sfprofileAutoGeneratedListWrp .sfprofileField {
  padding-bottom: 15px;
}

.sfprofileAutoGeneratedListWrp .sfprofileLnkWrp,
.sfprofileAutoGeneratedListWrp .sfTxtLbl {
  font-size: 11px;
  font-weight: 700;
}

.sfprofileAutoGeneratedListWrp .sfprofileChangePasswordLnk,
.sfprofileAutoGeneratedListWrp .sfprofileEditLnk {
  float: left;
  clear: both;
}

.sfprofileEditFormWrp {
  padding-bottom: 35px;
}

.sfprofileEditFormWrp .sfprofileField {
  padding-bottom: 15px;
}

.sfprofileEditFormWrp .sfprofileField.sfprofileAvatar {
  min-height: 100px;
}

.sfprofileEditFormWrp .sfprofileShowEmail input,
.sfprofileEditFormWrp .sfprofileShowEmail label {
  vertical-align: middle;
}

.sfprofileEditFormWrp .sfprofileShowEmail label {
  padding-left: 5px;
}

.sfprofileEditFormWrp .sfprofileAvatar .sfImgPreviewWrp .sfPreviewImgFrame {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 10px;
}

.sfprofileEditFormWrp .sfprofileAvatar .sfImgPreviewWrp .sfChange {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 11px;
}

.sfprofileEditFormWrp .RadUpload {
  padding-bottom: 10px;
}

.sfprofileEditFormWrp .sfReuploadImgWrp .sfUpload {
  margin-right: 10px;
  background-color: #d4d0c8;
  border: 2px outset #d4d0c8;
  color: #000;
  font-weight: 700;
  padding: 3px 10px;
}

.sfprofileEditFormWrp .sfReuploadImgWrp .sfCancel {
  font-size: 11px;
  color: red;
}

.sfprofileEditFormWrp .sfReuploadImgWrp .sfCancel:hover {
  color: #00f;
}

.sfprofileEditFormWrp .sfprofileField .sfTxtLbl {
  font-weight: 700;
}

.sfprofileEditFormWrp .sfprofileField .sfTxt {
  padding: 2px 5px;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
  width: 280px;
}

.sfprofileEditFormWrp .sfprofileField textarea.sfTxt {
  width: 380px;
  height: 180px;
}

.sfprofileEditFormWrp .sfprofileLnkWrp {
  padding-top: 25px;
}

.sfprofileEditFormWrp .sfprofileSaveLnk {
  padding: 3px 0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  font-weight: 700;
  width: 135px;
  text-align: center;
  margin-right: 15px;
  vertical-align: middle;
}

.sfprofileEditFormWrp .sfprofileCancelLnk {
  font-size: 11px;
  color: red;
  vertical-align: middle;
}

.sfprofileEditFormWrp .sfprofileCancelLnk:hover {
  color: #00f;
}

.sfprofileAutoEditFormWrp {
  padding-bottom: 35px;
}

.sfprofileAutoEditFormWrp .sfprofileField {
  padding-bottom: 15px;
}

.sfprofileAutoEditFormWrp .sfprofileField.sfUserAvatar {
  min-height: 100px;
}

.sfprofileAutoEditFormWrp .sfImgPreviewWrp .sfPreviewImgFrame {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 10px;
}

.sfprofileAutoEditFormWrp .sfImgPreviewWrp .sfChange {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 11px;
}

.sfprofileAutoEditFormWrp .RadUpload {
  padding-bottom: 10px;
}

.sfprofileAutoEditFormWrp .sfReuploadImgWrp .sfUpload {
  margin-right: 10px;
  background-color: #d4d0c8;
  border: 2px outset #d4d0c8;
  color: #000;
  font-weight: 700;
  padding: 3px 10px;
}

.sfprofileAutoEditFormWrp .sfReuploadImgWrp .sfCancel {
  font-size: 11px;
  color: red;
}

.sfprofileAutoEditFormWrp .sfReuploadImgWrp .sfCancel:hover {
  color: #00f;
}

.sfprofileAutoEditFormWrp .sfprofileField .sfTxtLbl {
  font-weight: 700;
}

.sfprofileAutoEditFormWrp .sfprofileField .sfTxt {
  padding: 2px 5px;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
  width: 280px;
}

.sfprofileAutoEditFormWrp .sfprofileField textarea.sfTxt {
  width: 380px;
  height: 180px;
}

.sfprofileAutoEditFormWrp .sfprofileLnkWrp {
  padding-top: 25px;
}

.sfprofileAutoEditFormWrp .sfprofileSaveLnk {
  padding: 3px 0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  font-weight: 700;
  width: 120px;
  text-align: center;
  margin-right: 15px;
  vertical-align: middle;
}

.sfprofileAutoEditFormWrp .sfprofileCancelLnk {
  font-size: 11px;
  color: red;
  vertical-align: middle;
}

.sfprofileAutoEditFormWrp .sfprofileCancelLnk:hover {
  color: #00f;
}

.sfprofileChangePasswordFormWrp {
  padding-bottom: 35px;
}

.sfprofileChangePasswordFormWrp .sfprofileField {
  padding-bottom: 15px;
}

.sfprofileChangePasswordFormWrp .sfprofileField .sfTxtLbl {
  font-weight: 700;
}

.sfprofileChangePasswordFormWrp .sfprofileField .sfTxt {
  padding: 4px 5px;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
  width: 280px;
}

.sfprofileChangePasswordFormWrp .sfprofileLnkWrp {
  padding-top: 25px;
}

.sfprofileChangePasswordFormWrp .sfprofileSaveLnk {
  margin-right: 10px;
  background-color: #d4d0c8;
  border: 2px outset #d4d0c8;
  color: #000;
  font-weight: 700;
  padding: 5px 15px;
  _line-height: 27px;
  *line-height: 27px;
}

.sfprofileChangePasswordFormWrp .sfprofileCancelLnk {
  font-size: 11px;
  color: red;
}

.sfprofileChangePasswordFormWrp .sfprofileCancelLnk:hover {
  color: #00f;
}

.sfusersListNameOnly {
  padding-bottom: 35px;
}

.sfusersListNameOnly .sfusersListItem {
  font-weight: 700;
  padding-bottom: 7px;
}

.sfusersListNameAvatar {
  padding-bottom: 35px;
  border-top: 1px solid #e4e4e4;
}

.sfusersListNameAvatar .sfusersListItem {
  padding: 7px 0 8px;
  border-bottom: 1px solid #e4e4e4;
}

.sfusersListNameAvatar .sfusersListAvatar {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 18px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  vertical-align: middle;
}

.sfusersListNameAvatar .sfusersListLnk {
  vertical-align: middle;
  font-weight: 700;
}

.sfregisterFormWrp {
  padding-bottom: 35px;
}

.sfregisterFormWrp .sfregisterField {
  padding-bottom: 15px;
}

.sfregisterFormWrp .sfregisterField .sfTxtLbl {
  font-weight: 700;
}

.sfregisterFormWrp .sfregisterField .sfTxt {
  padding: 4px 5px;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
  width: 230px;
}

.sfregisterFormWrp .sfregisterLnkWrp {
  padding-top: 25px;
}

.sfregisterFormWrp .sfregisterSaveLnk {
  margin-right: 10px;
  background-color: #d4d0c8;
  border: 2px outset #d4d0c8;
  color: #000;
  font-weight: 700;
  padding: 5px 15px;
  _line-height: 27px;
  *line-height: 27px;
}

.sfErrorSummary,
.sfMessage {
  padding: 3px 10px;
}

.sfproductPrice {
  font-size: 16px;
  font-weight: 400;
}

.sfNewPrice {
  font-weight: 400;
  color: #090;
}

.sfprintInvoiceWrp .sfNewPrice {
  color: #000;
}

.sfOrgPrice {
  text-decoration: line-through;
}

.sfPercentOffPrice {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

.sfVatIncluded {
  color: #666;
  font-size: 11px;
}

.sfDiscount {
  color: #090;
}

.RadGrid .sfNewPrice,
.RadGrid .sfOrgPrice,
.RadGrid .sfVatIncluded {
  display: block;
}

.sfproductsList {
  margin-top: 25px;
  clear: both;
}

.sfproductsList .sfproductListItem {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 20px;
  vertical-align: top;
}

.sfproductsList .sfcommentsCounterWrp,
.sfproductsList .sfcommentsThreadRatingWrp {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 10px;
}

.sfproductsList .sfcommentsThreadRatingWrp {
  margin-right: 15px;
  white-space: nowrap;
}

.sfproductsList .sfcommentsThreadRatingWrp .sfRatingLabel {
  display: none;
}

.sfproductsList .sfcommentsCounterWrp {
  margin-left: 0;
}

.sfproductsList .sfproductTmbWrp {
  overflow: hidden;
  text-align: center;
}

.sfproductsList .sfProductTmbWrpSys img {
  max-width: 160px;
  max-height: 160px;
}

.sfProductCtnTmbSys,
.sfproductsList .sfProductTmbWrpSys {
  width: 160px;
}

.sfproductsList .sfproductTitle {
  margin-top: 9px;
  font-size: 13px;
  font-weight: 700;
}

.sfproductsList .sfproductPrice {
  margin-top: 4px;
}

.sfproductDetails .sfproductImgsWrp {
  float: left;
  width: 290px;
  overflow: hidden;
}

.sfInSidebar .sfproductDetails .sfproductImgsWrp {
  float: none;
  width: auto;
  overflow: hidden;
}

.sfproductDetails .sfproductMainImgWrp {
  text-align: center;
}

.sfproductMainImgWrp .sfProductTmbWrpSys img {
  max-width: 200px;
  max-height: 200px;
}

.sfproductMainImgWrp .sfProductTmbWrpSys {
  width: 200px;
}

img.sfproductTmb {
  max-width: none;
}

.sfProductTmbWrpthumbnail img {
  max-width: 120px;
  max-height: 120px;
}

.sfProductCtnTmbthumbnail h2,
.sfProductTmbWrpthumbnail {
  width: 120px;
}

.sfProductTmbWrpsmall img {
  max-width: 240px;
}

.sfProductCtnTmbsmall h2,
.sfProductTmbWrpsmall {
  width: 240px;
}

.sfProductTmbWrpmedium img {
  max-width: 240px;
  max-height: 300px;
}

.sfProductCtnTmbmedium h2,
.sfProductTmbWrpmedium {
  width: 240px;
}

.sfProductTmbWrpthumb200 img {
  max-width: 200px;
  max-height: 200px;
}

.sfProductCtnTmbthumb200 h2,
.sfProductTmbWrpthumb200 {
  width: 200px;
}

.sfProductTmbWrpthumb160 img {
  max-width: 160px;
  max-height: 160px;
}

.sfProductCtnTmbthumb160 h2,
.sfProductTmbWrpthumb160 {
  width: 160px;
}

.sfProductTmbWrpthumb80 img {
  max-width: 80px;
  max-height: 80px;
}

.sfProductCtnTmbthumb80 h2,
.sfProductTmbWrpthumb80 {
  width: 80px;
}

.sfProductTmbWrpthumb36 img {
  max-width: 36px;
  max-height: 36px;
}

.sfProductCtnTmbthumb36 h2,
.sfProductTmbWrpthumb36 {
  width: 36px;
}

.sfproductDetails .sfproductImgsList .sfproductImgWrp {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 10px 10px 0 0;
  overflow: hidden;
  text-align: center;
}

.sfproductImgsList .sfProductTmbWrpSys img {
  max-height: 80px;
  max-width: 80px;
}

.sfproductImgsList .sfProductTmbWrpSys {
  width: 80px;
}

.sfproductDetails .sfproductImgsList .sfproductImgWrp:hover {
  background-color: #f2f2f2;
}

.sfproductDetails .sfproductImgsList .sfproductImgWrp .sfproductImg,
.sfproductDetails .sfproductImgsList .sfproductImgWrp .sfproductImgLnk {
  vertical-align: middle;
}

.sfproductDetails .sfproductInfoWrp {
  margin-left: 310px;
}

.sfproductDetailsWrp.sfInSidebar .sfproductDetails .sfproductInfoWrp {
  margin-left: 0;
}

.sfproductDetails .sfproductTitle {
  margin-bottom: 6px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
}

.sfproductDetails .sfproductTitle .sfPromo {
  color: #090;
}

.sfproductDetails .sfproductPrice {
  padding-top: 10px;
  padding-bottom: 8px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.sfproductPrice .sfcommentsCounterWrp,
.sfproductPrice .sfcommentsThreadRatingWrp {
  float: right;
  margin-top: 2px;
  font-size: 12px;
}

.sfproductDetails .sfproductDescription {
  margin-top: 15px;
  word-wrap: break-word;
}

.sfproductDetails .sfproductDynamicFieldsList {
  margin-top: 15px;
}

.sfproductDetails .sfproductDynamicFieldsList .sfproductField {
  display: inline;
}

.sfproductDetails .sfproductDescription h1 {
  font-size: 24px;
}

.sfproductDetails .sfproductDescription h2 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
}

.sfproductDetails .sfproductDescription h3 {
  margin-bottom: 18px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
}

.sfproductDetails .sfproductDescription h4 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}

.sfproductDetails .sfproductDescription h5 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.sfproductDetails .sfproductDescription p {
  margin-bottom: 18px;
}

.sfproductDetails .sfproductDescription ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 18px;
}

.sfproductDetails .sfproductDescription ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 18px;
}

.sfproductDetails .sfproductDescription ol ul,
.sfproductDetails .sfproductDescription ul ul {
  list-style-type: circle;
}

.sfproductDetails .sfproductDescription ol ol ul,
.sfproductDetails .sfproductDescription ul ul ul {
  list-style-type: square;
}

.sfproductDescription table {
  width: 100%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.sfproductDescription table td,
.sfproductDescription table th {
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.sfproductDetails .sfAddToCartWrp {
  margin-top: 20px;
}

.sfproductDetails .sfAddToCartWrp .sfTxtLbl {
  display: block;
}

.sfproductDetails .sfAddToCartWrp .sfTxt {
  width: 40px;
  padding: 3px 3px 4px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 13px;
}

.sfproductDetails .sfAddToCartWrp .sfAddToCartBtn {
  font-size: 13px;
  font-weight: 700;
  padding: 3px 20px 2px;
}

.sfproductDetails .sfAddToCartWrp .sfError {
  display: block;
  margin-bottom: 10px;
}

.sfproductDetailsWrp .sfAddToCartWrp {
  margin-top: 30px;
}

.sfproductDetailsWrp .sfAddToCartWrp.sfBuyNowBtnWrp {
  margin-left: 310px;
}

.sfproductDetailsWrp .sfAddToCartWrp .sfAddToCartBtn {
  padding: 3px 20px 2px;
  font-size: 13px;
  font-weight: 700;
}

.sfproductDetailsWrp .sfAddToWishlistWidget {
  margin-left: 75px;
}

.sfproductDetailsWrp .sfAddToWishlistWidget .sfAddToWishListLnkWrp {
  font-size: 11px;
}

.sfproductDetailsWrp .sfAddToWishlistWidget .sfMessage {
  margin-top: 15px;
  display: inline-block;
}

#fancybox-wrap {
  z-index: 15;
}

.sfProductfilesTitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.sfproductDocumentsAndFilesWrp .RadGrid_Basic {
  margin-top: 0;
  border-top: 1px solid #e4e4e4;
}

.sfproductDocumentsAndFilesWrp .RadGrid_Basic tbody td {
  padding-top: 10px;
  padding-bottom: 8px;
}

.sfproductDocumentsAndFilesWrp .RadGrid_Basic .sfItmTitleCol .sfItmTitle {
  display: block;
  margin-bottom: -20px;
}

.sfproductDocumentsAndFilesWrp
  .RadGrid_Basic
  .sfItmTitleCol
  .sfItmTitle
  + span {
  padding-left: 43px;
}

.sfbuyNowStatus .sfEmpty {
  display: block;
  width: 40%;
  margin: 8px auto;
  background-color: #ffc;
  padding: 8px;
  text-align: center;
}

.sfbuyNowOutOfStockMessage {
  color: red;
}

.sfshoppingCartStatus .sfEmpty {
  display: block;
  width: 40%;
  margin: 8px auto;
  background-color: #ffc;
  padding: 8px;
  text-align: center;
}

.sfshoppingCartWrp .sfProductTmbWrpSys {
  width: 80px;
}

.sfshoppingCartWrp .sfProductTmbWrpSys img {
  max-width: 80px;
  max-height: 80px;
}

.sfshoppingCartWrp .sfshoppingCartTitle {
  font-size: 27px;
  font-weight: 400;
}

.sfshoppingCartWrp .sfProductsInCart {
  margin-top: 15px;
  color: #999;
  font-size: 13px;
  font-style: italic;
}

.sfshoppingCartWrp .sfNoProductsInCartMsg {
  margin: 15px 0 35px;
}

.sfshoppingCartWrp .sfShoppingCartGridFooter {
  padding-top: 5px;
  padding-bottom: 10px;
}

.sfshoppingCartWrp .sfShoppingCartGridFooter .sfPriceTotal {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 105px;
  font-size: 16px;
  font-weight: 700;
}

.sfshoppingCartWrp .sfShoppingCartGridFooter .sfshoppingCartUpdateLnk {
  float: right;
  clear: both;
  font-size: 11px;
  padding-left: 18px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1399px;
}

.sfshoppingCartWrp .sfShoppingCartGridFooter .sfShoppingCartTotal {
  float: right;
  width: 50%;
  text-align: right;
}

.sfshoppingCartWrp .sfshoppingCartBtnsWrp {
  text-align: right;
  padding-top: 17px;
  border-top: 1px solid #e4e4e4;
}

.sfshoppingCartWrp .sfshoppingCartBtnsWrp .sfBackBtn {
  float: left;
  padding-left: 18px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1099px;
  line-height: 1.2;
}

.sfshoppingCartWrp .sfshoppingCartBtnsWrp a.sfBackBtn:active,
.sfshoppingCartWrp .sfshoppingCartBtnsWrp a.sfBackBtn:hover,
.sfshoppingCartWrp .sfshoppingCartBtnsWrp a.sfBackBtn:link,
.sfshoppingCartWrp .sfshoppingCartBtnsWrp a.sfBackBtn:visited {
  text-decoration: underline;
}

.sfshoppingCartWrp .sfshoppingCartBtnsWrp a.sfBackBtn:active,
.sfshoppingCartWrp .sfshoppingCartBtnsWrp a.sfBackBtn:focus,
.sfshoppingCartWrp .sfshoppingCartBtnsWrp a.sfBackBtn:hover {
  text-decoration: none;
}

.sfshoppingCartWrp .sfshoppingCartBtnsWrp .sfCheckoutBtn {
  padding: 4px 10px 3px;
  font-weight: 700;
  font-size: 15px;
}

.sfShoppingCartDiscountList {
  float: right;
  border-collapse: collapse;
}

.sfShoppingCartDiscountList th {
  text-align: right;
}

.sfShoppingCartDiscountList td {
  width: 110px;
  text-align: right;
}

.sfShoppingCartDiscountList td.sfDiscountAmountCol {
  vertical-align: top;
  color: red;
}

.sfShoppingCartGridFooter .sfTotalRowWrp {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #e4e4e4;
  clear: both;
  float: right;
  *float: none;
  _float: none;
  width: 100%;
  text-align: right;
}

.sfproductOptionsList {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sfproductOptionsList .sfproductOption {
  margin-top: 10px;
}

.sfproductOptionsList label {
  display: block;
}

.sfproductOptionsList select {
  width: 200px;
  padding: 1px;
}

.sfProductInventoryWrp {
  margin-top: 10px;
}

.sfProductTierPricesList {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 12px;
  background-color: #f2f2f2;
}

.sfProductTierPricesList .sfNewPrice {
  font-weight: 400;
}

.sfproductAddChargeWrp {
  margin-top: 10px;
}

.RadGrid_Basic {
  margin-top: 20px;
}

.sforderDetailsWrp .RadGrid_Basic,
.sfordersListWrp .RadGrid_Basic {
  margin-top: 10px;
}

.RadGrid_Basic .rgMasterTable {
  width: 100%;
  padding: 0;
}

.RadGrid_Basic td,
.RadGrid_Basic th {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}

.RadGrid_Basic .sfItmTitleCol {
  width: 100%;
}

.RadGrid_Basic .sfItmTitleCol .sfItmTitleWrp,
.sforderDetailsWrp .RadGrid_Basic .sfItmTitleCol,
.sforderDetailsWrp .RadGrid_Basic .sfItmTitleCol .sfItmTitle,
.sfordersListWrp .RadGrid_Basic .sfItmTitleCol,
.sfordersListWrp .RadGrid_Basic .sfItmTitleCol .sfItmTitle {
  word-wrap: break-word;
}

.RadGrid_Basic .sfItmQuantityCol {
  width: 80px;
  white-space: nowrap;
}

.sfordersListWrp .RadGrid_Basic .sfItmQuantityCol {
  width: 70px;
  text-align: center;
}

.sforderDetailsWrp .RadGrid_Basic .sfItmQuantityCol {
  width: 50px;
  text-align: center;
}

.sfcheckoutPreviewProduct .RadGrid_Basic .sfItmQuantityCol {
  width: 60px;
  text-align: center;
}

.RadGrid_Basic .sfItmPriceCol {
  text-align: right;
  white-space: nowrap;
  width: 80px;
}

.RadGrid_Basic .sfSingleItmPriceCol {
  padding-right: 0;
  text-align: right;
  width: 80px;
}

.sfcheckoutPreviewProduct .RadGrid_Basic .sfSingleItmPriceCol {
  width: 80px;
}

.sfordersListDetailView .RadGrid_Basic .sfSingleItmPriceCol {
  width: 50px;
}

.RadGrid_Basic .sfSingleItmPriceCol div {
  display: inline;
  line-height: 2;
}

.sfcheckoutPreviewProduct .RadGrid_Basic .sfItmPriceCol {
  width: 80px;
}

.sforderDetailsWrp .RadGrid_Basic .sfItmPriceCol {
  width: 50px;
}

.RadGrid_Basic thead th {
  padding-top: 6px;
  padding-bottom: 8px;
  background-color: #f2f2f2;
  color: #666;
  font-size: 11px;
}

.RadGrid_Basic tfoot td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.RadGrid_Basic tfoot .sfItmPriceCol {
  font-size: 13px;
}

.RadGrid_Basic tfoot .sfItmPriceCol .sfPriceTotal {
  font-size: 16px;
  font-weight: 700;
}

.RadGrid_Basic tfoot .sfItmPriceCol .sfshoppingCartUpdateLnk {
  font-size: 11px;
  padding-left: 18px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1399px;
}

.RadGrid_Basic tfoot .sfItmPriceCol a.sfshoppingCartUpdateLnk:active,
.RadGrid_Basic tfoot .sfItmPriceCol a.sfshoppingCartUpdateLnk:hover,
.RadGrid_Basic tfoot .sfItmPriceCol a.sfshoppingCartUpdateLnk:link,
.RadGrid_Basic tfoot .sfItmPriceCol a.sfshoppingCartUpdateLnk:visited {
  color: #666;
  text-decoration: underline;
}

.RadGrid_Basic tfoot .sfItmPriceCol a.sfshoppingCartUpdateLnk:active,
.RadGrid_Basic tfoot .sfItmPriceCol a.sfshoppingCartUpdateLnk:focus,
.RadGrid_Basic tfoot .sfItmPriceCol a.sfshoppingCartUpdateLnk:hover {
  text-decoration: none;
}

.RadGrid_Basic tbody td {
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.sfcheckoutPreviewProduct .RadGrid_Basic tbody td {
  vertical-align: top;
}

.sfordersListWrp .RadGrid_Basic tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 0;
}

.RadGrid_Basic .sfItmTmbCol {
  overflow: hidden;
}

.sforderDetailsWrp .RadGrid_Basic .sfItmTmbCol,
.sfordersListWrp .RadGrid_Basic .sfItmTmbCol {
  padding-left: 0;
  padding-right: 0;
}

.sforderDetailsWrp .RadGrid_Basic tbody .sfItmTitleCol,
.sfordersListWrp .RadGrid_Basic tbody .sfItmTitleCol {
  line-height: 1.1;
  padding-top: 15px;
}

.RadGrid_Basic .sfItmTitleCol .sfItmTitle {
  font-size: 13px;
  font-weight: 700;
}

.RadGrid_Basic .sfItmTitleCol .sfItmLnksWrp {
  margin-top: 15px;
}

.RadGrid_Basic .sfItmTitleCol .sfItmRemove {
  padding-left: 18px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1199px;
  font-size: 11px;
}

.sfshoppingCartWrp .RadGrid_Basic .sfItmTitleCol .sfItmRemove {
  margin-right: 15px;
}

.sfwishListWrp .RadGrid_Basic .sfItmTitleCol .sfItmRemove {
  margin-left: 15px;
}

.RadGrid_Basic .sfItmTitleCol .sfToCart,
.RadGrid_Basic .sfItmTitleCol .sfToWishList {
  padding-left: 18px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1299px;
  font-size: 11px;
  white-space: nowrap;
}

.RadGrid_Basic .sfItmTitleCol a.sfItmRemove:active,
.RadGrid_Basic .sfItmTitleCol a.sfItmRemove:hover,
.RadGrid_Basic .sfItmTitleCol a.sfItmRemove:link,
.RadGrid_Basic .sfItmTitleCol a.sfItmRemove:visited,
.RadGrid_Basic .sfItmTitleCol a.sfToCart:active,
.RadGrid_Basic .sfItmTitleCol a.sfToCart:hover,
.RadGrid_Basic .sfItmTitleCol a.sfToCart:link,
.RadGrid_Basic .sfItmTitleCol a.sfToCart:visited,
.RadGrid_Basic .sfItmTitleCol a.sfToWishList:active,
.RadGrid_Basic .sfItmTitleCol a.sfToWishList:hover,
.RadGrid_Basic .sfItmTitleCol a.sfToWishList:link,
.RadGrid_Basic .sfItmTitleCol a.sfToWishList:visited {
  color: #666;
  text-decoration: underline;
}

.RadGrid_Basic .sfItmTitleCol a.sfItmRemove:active,
.RadGrid_Basic .sfItmTitleCol a.sfItmRemove:focus,
.RadGrid_Basic .sfItmTitleCol a.sfItmRemove:hover,
.RadGrid_Basic .sfItmTitleCol a.sfToCart:active,
.RadGrid_Basic .sfItmTitleCol a.sfToCart:focus,
.RadGrid_Basic .sfItmTitleCol a.sfToWishList:active,
.RadGrid_Basic
  .sfItmTitleCol
  a.sfToWishList:focus
  .RadGrid_Basic
  .sfItmTitleCol
  a.sfToCart:hover,
.RadGrid_Basic .sfItmTitleCol a.sfToWishList:hover {
  text-decoration: none;
}

.RadGrid_Basic .sfItmTitleCol .sfToCartBtn {
  margin-right: 10px;
  padding: 3px 3px 2px;
  font-size: 11px;
}

.RadGrid_Basic .sfItmTitleCol .sfItmSku {
  font-size: 11px;
  color: #666;
}

.RadGrid_Basic .sfItmQuantityCol .sfTxt {
  width: 40px;
  padding: 3px 3px 4px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 13px;
}

.RadGrid_Basic .sfItmQuantityCol .sfError {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
}

.RadGrid_Basic tbody .sfItmPriceCol {
  font-size: 16px;
}

.RadGrid_Basic tbody .sfItmOptionsCol {
  font-size: 12px;
  line-height: 1.3;
}

.RadGrid_Basic .sfItmDiscountDscCol .sfNewPrice {
  min-width: 100px;
}

.RadGrid_Basic tbody .sfItmOptionsCol > div {
  word-wrap: break-word;
}

.RadGrid_Basic.sfDiscountsWrp {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 13px;
}

.RadGrid_Basic.sfDiscountsWrp tbody td {
  border-bottom: 0;
  padding: 0;
  text-align: right;
}

.RadGrid_Basic.sfDiscountsWrp tbody td.sfAmountCol {
  width: 83px;
  color: #090;
}

.sfshoppingCartSummaryStatus .sfEmpty {
  display: block;
  width: 40%;
  margin: 8px auto;
  background-color: #ffc;
  padding: 8px;
  text-align: center;
}

.sfProductBasePriceOutOfStock,
.sfProductNewPriceOutOfStock,
.sfProductOptionsOutOfStock,
.sfProductQuantityOutOfStock,
.sfProductTitleOutOfStock {
  text-decoration: line-through;
  color: red;
}

.sfItemOutOfStockMessage {
  text-decoration: none !important;
  background-color: #ffc6c6;
  color: #000;
}

.sfcartSummarySimpleWrp {
  max-width: 220px;
}

.sfcartSummarySimpleWrp .sflnkToCart {
  padding-left: 20px;
  background: transparent url(/IconImages/cartSummary.gif) no-repeat 0 0;
}

.sfcartSummarySimpleWrp a.sflnkToCart:active,
.sfcartSummarySimpleWrp a.sflnkToCart:hover,
.sfcartSummarySimpleWrp a.sflnkToCart:link,
.sfcartSummarySimpleWrp a.sflnkToCart:visited {
  text-decoration: underline;
}

.sfcartSummarySimpleWrp a.sflnkToCart:active,
.sfcartSummarySimpleWrp a.sflnkToCart:focus,
.sfcartSummarySimpleWrp a.sflnkToCart:hover {
  text-decoration: none;
}

.sfcartExpandableLoading {
  background: transparent url(/IconImages/loading.gif) no-repeat 50% 50%;
}

.sfcartSummaryExpandableWrp {
  position: relative;
  max-width: 220px;
}

.sfcartSummaryExpandableWrp .sflnkToggleCartWrp {
  padding: 8px;
  border: 1px solid #999;
  position: relative;
  z-index: 13;
  height: 32px;
}

.sfcartSummaryExpandableWrp.sfcartSummaryExpanded .sflnkToggleCartWrp {
  height: 33px;
  border-bottom: 0;
  background-color: #f2f2f2;
}

.sfcartSummaryExpandableWrp .sflnkToggleCartWrpIn {
  background: transparent url(/IconImages/cartSummary.gif) no-repeat 100% -486px;
}

.sfLoadingDataImage {
  background: transparent url(/IconImages/loading.gif) no-repeat 0 1px;
  height: 20px;
  width: 30px;
  display: block;
}

.sfcartSummaryExpandableWrp.sfcartSummaryExpanded .sflnkToggleCartWrpIn {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 6px;
}

.sfcartSummaryExpandableWrp .sflnkToggleCart {
  display: block;
  padding-left: 32px;
  background: transparent url(/IconImages/cartSummary.gif) no-repeat 0 -598px;
}

.sfcartSummaryExpandableWrp a.sflnkToggleCart:active .sflnkToggleCartLbl,
.sfcartSummaryExpandableWrp a.sflnkToggleCart:hover .sflnkToggleCartLbl,
.sfcartSummaryExpandableWrp a.sflnkToggleCart:link .sflnkToggleCartLbl,
.sfcartSummaryExpandableWrp a.sflnkToggleCart:visited .sflnkToggleCartLbl {
  text-decoration: underline;
}

.sfcartSummaryExpandableWrp a.sflnkToggleCart:active .sflnkToggleCartLbl,
.sfcartSummaryExpandableWrp a.sflnkToggleCart:focus .sflnkToggleCartLbl,
.sfcartSummaryExpandableWrp a.sflnkToggleCart:hover .sflnkToggleCartLbl {
  text-decoration: none;
}

.sfcartSummaryExpandableWrp .sflnkToggleCartWrp .sfcartSummaryItemsCount {
  display: block;
  margin-top: -3px;
  font-size: 11px;
  font-weight: 700;
  color: #000;
}

.sfcartSummaryExpandableWrp .sflnkToggleCartWrp .sfcartSummaryNoItems {
  display: block;
  margin-top: -3px;
  font-size: 11px;
  color: #666;
}

.sfcartSummaryExpandableWrp .sfcartSummaryDetailsWrp {
  position: absolute;
  right: 0;
  top: 49px;
  z-index: 12;
  width: 280px;
  padding: 8px 8px 30px;
  border: 1px solid #999;
  background-color: #f2f2f2;
}

.sfcartSummaryExpandableWrp .sfcartSummaryDetailsWrp .sfcartSummaryNoItems {
  text-align: center;
  padding: 20px 10px;
}

.sfcartSummaryExpandableWrp .sfminiShoppingCart {
  empty-cells: show;
  table-layout: fixed;
  width: 100%;
}

.sfcartSummaryExpandableWrp .sfminiShoppingCart td {
  padding: 8px 0;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: top;
}

.sfcartSummaryExpandableWrp .sfminiShoppingCart .sfItmTitleCol {
  padding-left: 7px;
  padding-right: 5px;
}

.sfcartSummaryExpandableWrp .sfminiShoppingCart .sfItmTitleCol .sfItmTitle {
  font-size: 13px;
}

.sfcartSummaryExpandableWrp
  .sfminiShoppingCart
  .sfItmTitleCol
  .sfproductOptions,
.sfcartSummaryExpandableWrp
  .sfminiShoppingCart
  .sfItmTitleCol
  .sfProductOptionsOutOfStock {
  word-wrap: break-word;
}

.sfcartSummaryExpandableWrp .sfminiShoppingCart .sfItmPriceCol {
  text-align: right;
  font-size: 13px;
}

.sfcartSummaryExpandableWrp .sfPriceTotal {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: right;
  font-size: 13px;
}

.sfcartSummaryExpandableWrp .sfPriceTotal .sfPrice {
  font-size: 16px;
}

.sfcartSummaryExpandableWrp .sfcartSummaryBtnsWrp {
  text-align: right;
}

.sfcartSummaryExpandableWrp .sflnkToCart {
  float: left;
  padding-top: 5px;
}

.sfcartSummaryExpandableWrp .sfCheckoutBtn {
  font-size: 15px;
  font-weight: 700;
  padding: 4px 10px 3px;
}

.sfcartSummaryExpandableWrp .sfProductTmbWrpSys img {
  max-width: 36px;
  max-height: 36px;
}

.sfcartSummaryExpandableWrp .sfProductTmbWrpSys {
  width: 36px;
}

.sfcartSummaryExpandableWrp .sfVatIncluded {
  display: block;
}

.sfcartSummaryExpandableWrp .sfItmPriceCol div {
  display: inline;
}

.sfcartSummaryBlockWrp .sfProductTmbWrpSys img {
  max-width: 36px;
  max-height: 36px;
}

.sfcartSummaryBlockWrp .sfProductTmbWrpSys {
  width: 36px;
}

.sfcartSummaryBlockWrp {
  max-width: 350px;
  padding: 8px 8px 30px;
  border: 1px solid #999;
}

.sfcartSummaryBlockWrp .sfcartSummaryTitle {
  padding-bottom: 8px;
  padding-left: 32px;
  background: transparent transparent url(/IconImages/cartSummary.gif) no-repeat
    0 -600px;
  font-size: 16px;
}

.sfcartSummaryBlockWrp .sfcartSummaryNoItems {
  text-align: center;
  padding: 10px 0;
}

.sfcartSummaryBlockWrp .sfminiShoppingCart {
  empty-cells: show;
  table-layout: auto;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}

.sfcartSummaryBlockWrp .sfminiShoppingCart td {
  padding: 8px 0;
  border-bottom: 1px solid #d7d7d7;
  vertical-align: top;
}

.sfcartSummaryBlockWrp .sfminiShoppingCart .sfItmTitleCol {
  padding-left: 7px;
  padding-right: 5px;
}

.sfcartSummaryBlockWrp .sfminiShoppingCart .sfItmTitleCol .sfItmTitle {
  font-size: 13px;
}

.sfcartSummaryBlockWrp .sfminiShoppingCart .sfItmPriceCol {
  text-align: right;
  font-size: 13px;
}

.sfcartSummaryBlockWrp .sfPriceTotal {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: right;
  font-size: 13px;
}

.sfcartSummaryBlockWrp .sfPriceTotal .sfPrice {
  font-size: 16px;
}

.sfcartSummaryBlockWrp .sfcartSummaryBtnsWrp {
  text-align: right;
}

.sfcartSummaryBlockWrp .sflnkToCart {
  float: left;
  padding-top: 5px;
}

.sfcartSummaryBlockWrp .sfCheckoutBtn {
  font-size: 15px;
  font-weight: 700;
  padding: 4px 10px 3px;
}

.sfcartSummaryBlockWrp .sfVatIncluded {
  display: block;
}

.sfcartSummaryBlockWrp .sfItmPriceCol div {
  display: inline;
}

.sfcheckoutTitle {
  margin-bottom: 24px;
  font-size: 27px;
}

.sfcheckoutTabstrip {
  line-height: 1.3;
}

div.sfcheckoutTabstrip .rtsSelected {
  border-top: 0;
  border-left: none;
  border-radius: 0;
}

.sfcheckoutTabstrip.RadTabStrip_Basic .rtsUL {
  border-left: 1px solid #ccc;
  overflow: visible;
}

.sfcheckoutTabstrip.RadTabStrip_Basic .rtsUL .rtsLI {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 0;
  overflow: visible;
}

.sfcheckoutTabstrip.RadTabStrip_Basic .rtsUL .rtsLI .rtsLink {
  padding: 0 30px 0 0;
  height: 34px;
  line-height: 1.3;
  margin-top: 0;
  background: #fff transparent url(/IconImages/cartSummary.gif) no-repeat 100% -100px;
  color: #ccc;
  position: relative;
}

.sfcheckoutTabstrip.RadTabStrip_Basic .rtsUL .rtsLI.rtsLast .rtsLink {
  margin-right: -17px;
}

.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep1 .rtsLink.sfStep1,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep2 .rtsLink.sfStep1,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep2 .rtsLink.sfStep2,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep3 .rtsLink.sfStep1,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep3 .rtsLink.sfStep2,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep3 .rtsLink.sfStep3,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep4 .rtsLink.sfStep1,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep4 .rtsLink.sfStep2,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep4 .rtsLink.sfStep3,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep4 .rtsLink.sfStep4 {
  background-color: #e8e8e8;
  background-position: 100% -300px;
  color: #666;
}

.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep0 .rtsLink.sfStep1,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep1 .rtsLink.sfStep2,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep2 .rtsLink.sfStep3,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep3 .rtsLink.sfStep4,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep4 .rtsLast .rtsLink.sfStep4,
.sfcheckoutTabstrip.RadTabStrip_Basic.sfCStep4 .rtsLink.sfStep5 {
  background-color: #e8e8e8;
  background-position: 100% -200px;
  color: #000;
}

.sfcheckoutTabstrip.RadTabStrip_Basic .rtsLink .sfStep {
  position: relative;
  top: 2px;
  padding-right: 3px;
  font-size: 21px;
  font-weight: 700;
}

.sfcheckoutTabstrip.RadTabStrip_Basic .rtsLink .rtsOut {
  padding: 0 0 0 15px;
  height: 34px;
  line-height: 1.3;
}

.sfcheckoutTabstrip.RadTabStrip_Basic .rtsLink .rtsIn,
.sfcheckoutTabstrip.RadTabStrip_Basic .rtsLink .rtsTxt {
  display: inline;
  padding: 0;
  line-height: 1.3;
}

.sfcheckoutMulitPage {
  margin-top: 30px;
}

.sfcheckoutMulitPage .sfMessage {
  margin-bottom: 15px;
}

.sfcheckoutMulitPage .sfBackBtn {
  padding-left: 18px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1099px;
}

.sfcheckoutMulitPage a.sfBackBtn:active,
.sfcheckoutMulitPage a.sfBackBtn:hover,
.sfcheckoutMulitPage a.sfBackBtn:link,
.sfcheckoutMulitPage a.sfBackBtn:visited {
  text-decoration: underline;
}

.sfcheckoutMulitPage a.sfBackBtn:active,
.sfcheckoutMulitPage a.sfBackBtn:focus,
.sfcheckoutMulitPage a.sfBackBtn:hover {
  text-decoration: none;
}

.sfcheckoutMulitPage .sfcheckoutStepTitle {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}

.sfcheckoutMulitPage .sfcheckoutPreviewAddress .sfcheckoutStepTitle {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}

.sfcheckoutMulitPage .sfcheckoutFormWrp {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 325px;
}

.sfcheckoutMulitPage .sfcheckoutPreviewAddress {
  width: 250px;
  float: left;
  line-height: 1.2;
  margin-top: 10px;
}

.sfcheckoutMulitPage .sfcheckoutPreviewAddress a {
  font-size: 11px;
}

.sfcheckoutMulitPage .sfcheckoutPreviewProduct {
  margin-left: 300px;
}

.sfcheckoutMulitPage .sfcheckoutPreviewAddress .sfcheckoutPreviewAddressBlock {
  margin-bottom: 15px;
}

.sfcheckoutMulitPage
  .sfcheckoutPreviewAddress
  .sfcheckoutPreviewAddressBlock
  span {
  display: block;
}

.sfcheckoutMulitPage .sfcheckoutFormItm {
  margin-bottom: 18px;
}

.sfShoppingCartCouponEntryField {
  float: left;
  text-align: left;
}

.sfCouponEntryField .sfTxt {
  width: 132px !important;
  padding: 3px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfCouponEntryField .sfApplyCouponBtn {
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
}

.sfCouponEntryField .sfMsgVisible {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.sfCouponEntryField .sfMsgVisible.sfMsgNegative {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
  color: red;
}

.sfCouponEntryField.sfCouponCodeEntryFieldListMode .sfMsgVisible.sfMsgNegative {
  display: block;
}

a.sfCouponCodeItem {
  color: #666;
  text-decoration: underline;
  font-size: 11px;
}

.sfShoppingCartCouponEntryField .sfCouponCodeItem {
  padding-left: 10px;
}

.sfShoppingCartTotal {
  float: left;
  width: 49%;
}

.sfChangeCouponCodeToggleMessage {
  font-size: 11px;
  text-align: right;
}

.sfExpandCouponEntryField {
  color: #666;
  cursor: pointer;
}

.sfExpandCouponEntryField.sfExpandIcon {
  padding-left: 17px;
  background: transparent url(/IconImages/expandIcon.gif) no-repeat 0 -1497px;
}

.sfExpandCouponEntryField.sfExpandIcon.sfExpanded {
  background: transparent url(/IconImages/expandIcon.gif) no-repeat 0 -1596px;
}

.sfShoppingCartCouponEntryField .sfCouponEntryField {
  margin-top: 10px;
  margin-left: 17px;
}

.sfCouponEntryField.sfCouponEntryFieldHidden {
  display: none;
}

.sfCouponEntryField.sfCouponCodeEntryFieldChangeMode {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  right: -120px;
  text-align: left;
}

.sfCouponEntryField.sfCouponCodeEntryFieldListMode {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: left;
}

.sfCouponEntryField.sfCouponCodeEntryFieldChangeMode .sfCouponCodeItem {
  display: block;
}

.sfcheckoutMulitPage .sfcheckoutFormItmSep {
  padding-top: 27px;
}

.sfcheckoutMulitPage .sfcheckoutFormItmCheckboxList {
  line-height: 1.2;
}

.sfcheckoutMulitPage .sfcheckoutFormItmCheckboxList li {
  margin-bottom: 15px;
}

.sfcheckoutMulitPage
  .sfcheckoutPaymentFormWrp
  .sfcheckoutFormItmCheckboxList
  li {
  margin-bottom: 5px;
}

.sfcheckoutMulitPage .sfPaymentMethodList.sfSingleItem input[type='radio'],
.sfcheckoutMulitPage
  .sfshippingOptionsWrp
  .sfcheckoutFormItmCheckboxList.sfSingleItem
  input[type='radio'] {
  display: none;
}

.sfcheckoutMulitPage .sfcheckoutFormItmDdl .RadComboBox {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}

.sfcheckoutMulitPage .sfcheckoutFormItmDdl .sfTxtLbl,
.sfcheckoutMulitPage .sfcheckoutFormItmTxt .sfTxtLbl {
  display: block;
  font-weight: 700;
}

.sfcheckoutMulitPage .sfTxt {
  width: 200px;
  padding: 3px;
  vertical-align: middle;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfcheckoutMulitPage .sfcheckoutFormItmCodeTxt .sfTxt {
  width: 50px;
}

.sfcheckoutMulitPage .sfcheckoutFormItmCheckbox input,
.sfcheckoutMulitPage .sfcheckoutFormItmCheckbox label,
.sfcheckoutMulitPage .sfcheckoutFormItmCheckboxList input,
.sfcheckoutMulitPage .sfcheckoutFormItmCheckboxList label {
  vertical-align: middle;
}

.sfcheckoutMulitPage .sfcheckoutFormItmCheckbox label,
.sfcheckoutMulitPage .sfcheckoutFormItmCheckboxList label {
  padding-left: 5px;
}

.sfcheckoutMulitPage .sfError {
  display: block;
}

.sfcheckoutMulitPage .sfcheckoutBtnsWrp {
  padding-top: 15px;
}

.sfcheckoutMulitPage .sfcheckoutContinueBtn {
  padding: 3px 22px;
  font-size: 13px;
  font-weight: 700;
}

.sfcheckoutMulitPage .sfcheckoutBtnsWrp .sfcheckoutBackBtn {
  float: left;
  padding-left: 18px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1098px;
}

.sfcheckoutMulitPage .sfcheckoutBtnsWrp a.sfcheckoutBackBtn:active,
.sfcheckoutMulitPage .sfcheckoutBtnsWrp a.sfcheckoutBackBtn:hover,
.sfcheckoutMulitPage .sfcheckoutBtnsWrp a.sfcheckoutBackBtn:link,
.sfcheckoutMulitPage .sfcheckoutBtnsWrp a.sfcheckoutBackBtn:visited {
  text-decoration: underline;
}

.sfcheckoutMulitPage .sfcheckoutBtnsWrp a.sfcheckoutBackBtn:active,
.sfcheckoutMulitPage .sfcheckoutBtnsWrp a.sfcheckoutBackBtn:focus,
.sfcheckoutMulitPage .sfcheckoutBtnsWrp a.sfcheckoutBackBtn:hover {
  text-decoration: none;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp {
  text-align: right;
  line-height: 1.2;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp li,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp li {
  padding-right: 10px;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp .sfcheckoutSubtotal,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp .sfcheckoutSubtotal {
  font-size: 13px;
  padding-top: 10px;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp .sfcheckoutDiscounts,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp .sfcheckoutDiscounts {
  font-size: 13px;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp .sfcheckoutShipping,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp .sfcheckoutShipping {
  padding-bottom: 15px;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp .sfcheckoutBeforeTax,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp .sfcheckoutBeforeTax {
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp .sfcheckoutTax,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp .sfcheckoutTax {
  padding-bottom: 12px;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp .sfAmount,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp .sfAmount {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 80px;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp .sfcheckoutTotal,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp .sfcheckoutTotal {
  font-weight: 700;
  background-color: #f2f2f2;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sfcheckoutPreviewProduct .sfcheckoutTotalPriceWrp .sfcheckoutTotal .sfPrice,
.sforderDetailsWrp .sfcheckoutTotalPriceWrp .sfcheckoutTotal .sfPrice {
  font-size: 16px;
}

.sfcheckoutMulitPage .sfStep5Wrp .sfMessage:before {
  display: block;
  content: ' ';
  margin: 20px auto 15px;
  width: 138px;
  height: 138px;
  background: transparent url(/IconImages/checkoutIcon.png) no-repeat -1000px -1000px;
}

.sfcheckoutMulitPage .sfStep5Wrp .sfMessage {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.sfcheckoutMulitPage .sfStep5Wrp .sfMessage.sfMsgPositive {
  color: #690;
}

.sfcheckoutMulitPage .sfStep5Wrp .sfMsgPositive:before {
  background-position: 0 0;
}

.sfcheckoutMulitPage .sfStep5Wrp .sfMessage.sfMsgNegative {
  color: #900;
}

.sfcheckoutMulitPage .sfStep5Wrp .sfMsgNegative:before {
  background-position: 0 -140px;
}

.sfcheckoutMulitPage .sfshippingOptionsWrp {
  margin-right: 270px;
}

.sforderSummary {
  float: right;
  width: 240px;
  padding-top: 15px;
  border: 1px solid #999;
  line-height: 1.2;
  font-size: 13px;
}

.sforderSummary .sfcheckoutStepSubTitle {
  font-size: 16px;
  font-weight: 700;
  padding-left: 9px;
  padding-bottom: 15px;
}

.sforderSummary .sforderSummaryTable {
  width: 100%;
}

.sforderSummary .sforderSummaryTable td {
  white-space: nowrap;
}

.sforderSummary .sforderSummarySep {
  border-bottom: 1px solid #e4e4e4;
}

.sforderSummary tr td,
.sforderSummary tr th {
  text-align: right;
  vertical-align: top;
  padding: 0 10px;
}

.sforderSummary tr th {
  width: 100%;
}

.sforderSummary .sforderSummaryFirst td,
.sforderSummary .sforderSummaryFirst th {
  padding-top: 10px;
}

.sforderSummary .sforderSummaryLast td,
.sforderSummary .sforderSummaryLast th {
  padding-bottom: 15px;
}

.sforderSummary .sforderSubTotalRow td,
.sforderSummary .sforderSubTotalRow th {
  font-size: 13px;
}

.sforderSummary .sforderDiscountRow td,
.sforderSummary .sforderDiscountRow th {
  padding-bottom: 20px;
  font-size: 13px;
}

.sforderSummary .sforderSummaryRow.sforderSummaryTotal td,
.sforderSummary .sforderSummaryRow.sforderSummaryTotal th {
  font-size: 13px;
  font-weight: 700;
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sforderSummary .sforderSummaryRow.sforderSummaryTotal .sfPrice {
  font-size: 16px;
}

.sfminiShoppingCart span.sfProductTitleOutOfStock,
.sfProductBasePriceOutOfStock,
.sfProductNewPriceOutOfStock,
.sfProductOptionsOutOfStock,
.sfProductQuantityOutOfStock,
.sfProductTitleOutOfStock .sfItmTitleWrp {
  text-decoration: line-through;
  color: red;
}

.sfProductBasePriceOutOfStock > div,
.sfProductNewPriceOutOfStock > span,
.sfProductOptionsOutOfStock > div,
.sfProductQuantityOutOfStock > span,
.sfProductTitleOutOfStock .sfItmTitleWrp strong {
  color: #000;
}

.sfProductQuantityOutOfStock input {
  text-decoration: line-through;
}

.sfItemOutOfStockMessage {
  padding: 3px 5px;
  background-color: #ffb9b9;
}

.sfProductTitleInventoryChange {
  background-color: #ffc6c6;
  color: red;
}

.sfProductBasePriceInventoryChange,
.sfProductNewPriceInventoryChange,
.sfProductOptionsInventoryChange,
.sfProductQuantityInventoryChange {
  text-decoration: line-through;
  color: red;
}

.sforderDetailsWrp .sfProductTmbWrpSys,
.sfordersListWrp .sfProductTmbWrpSys {
  width: 60px;
}

.sforderDetailsWrp .sfProductTmbWrpSys img,
.sfordersListWrp .sfProductTmbWrpSys img {
  max-width: 60px;
}

.sfordersListWrp .sfordersListTitle {
  margin-top: 20px;
  font-size: 27px;
}

.sforderDetailsWrp .sforderDetailTitle {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 27px;
}

.sforderDetailsWrp .sfordersListCount,
.sfordersListWrp .sfordersListCount {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #999;
  font-style: italic;
}

.sforderDetailsWrp .sforderDetails,
.sfordersListWrp .sfordersList {
  border-top: 1px solid #e4e4e4;
}

.sforderDetailsWrp .sforderDetails,
.sfordersListWrp .sfordersListItem {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}

.sforderDetailsWrp .sforderBriefInfoWrp,
.sfordersListWrp .sforderBriefInfoWrp {
  float: left;
  overflow: hidden;
  width: 250px;
  line-height: 1.2;
}

.sforderDetailsWrp .sfordersListDetailView,
.sfordersListWrp .sfordersListDetailView {
  margin-left: 250px;
  padding-left: 35px;
  min-height: 220px;
  border-left: 1px solid #e4e4e4;
}

.sforderDetailsWrp .sforderOrderedOn,
.sfordersListWrp .sforderOrderedOn {
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
}

.sforderDetailsWrp .sforderOrderedOn .sforderOrderedOnLbl,
.sfordersListWrp .sforderOrderedOn .sforderOrderedOnLbl {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.sforderDetailsWrp .sforderBtnskWrp,
.sfordersListWrp .sforderBtnskWrp {
  margin-bottom: 20px;
  padding-right: 35px;
}

.sfordersListWrp .sforderBtnskWrp {
  text-align: right;
}

.sfordersListWrp .sforderDetailsLnk {
  float: left;
  font-size: 11px;
  padding: 0 0 3px 17px;
  background: transparent url(/IconImages/cartSummary.gif) no-repeat 0 -700px;
}

.sforderDetailsWrp .sfPrint,
.sfordersListWrp .sfPrint {
  font-size: 11px;
  padding: 0 0 3px 21px;
  background: transparent url(/IconImages/cartSummary.gif) no-repeat 0 -800px;
}

.sforderDetailsWrp ul.sforderBriefInfoList,
.sfordersListWrp ul.sforderBriefInfoList {
  padding-right: 35px;
}

.sforderDetailsWrp ul.sforderBriefInfoList li,
.sfordersListWrp ul.sforderBriefInfoList li {
  padding-bottom: 3px;
  line-height: 1.1;
  min-height: 12px;
}

.sforderDetailsWrp ul.sforderBriefInfoList .sforderInfoFieldName,
.sforderDetailsWrp ul.sforderBriefInfoList .sforderInfoFieldValue,
.sfordersListWrp ul.sforderBriefInfoList .sforderInfoFieldName,
.sfordersListWrp ul.sforderBriefInfoList .sforderInfoFieldValue {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.sforderDetailsWrp ul.sforderBriefInfoList .sforderInfoFieldName,
.sfordersListWrp ul.sforderBriefInfoList .sforderInfoFieldName {
  width: 130px;
}

.sforderDetailsWrp ul.sforderBriefInfoList .sforderInfoFieldValue,
.sfordersListWrp ul.sforderBriefInfoList .sforderInfoFieldValue {
  width: 75px;
  text-align: right;
}

.sforderDetailsWrp ul.sforderBriefInfoList .sforderNumber,
.sfordersListWrp ul.sforderBriefInfoList .sforderNumber {
  padding-bottom: 18px;
}

.sforderDetailsWrp .sforderDetailsTitle {
  margin-top: 15px;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.sforderDetailsWrp .sfordersListOrderStatusWrp,
.sfordersListWrp .sfordersListOrderStatusWrp {
  line-height: 1.1;
}

.sforderDetailsWrp .sfordersListOrderStatus,
.sfordersListWrp .sfordersListOrderStatus {
  display: block;
  font-size: 21px;
  font-weight: 700;
}

.sfPrintBtn {
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px 3px;
}

.sforderDetailsWrp.sfprintInvoiceWrp ul.sforderBriefInfoList,
.sfordersListWrp.sfprintInvoiceWrp ul.sforderBriefInfoList {
  padding-top: 4px;
  padding-right: 10px;
}

.sforderDetailsWrp.sfprintInvoiceWrp ul.sforderBriefInfoList .sforderNumber,
.sfordersListWrp.sfprintInvoiceWrp ul.sforderBriefInfoList .sforderNumber {
  padding-bottom: 33px;
}

.sforderDetailsWrp.sfprintInvoiceWrp
  ul.sforderBriefInfoList
  .sforderNumber
  strong,
.sfordersListWrp.sfprintInvoiceWrp
  ul.sforderBriefInfoList
  .sforderNumber
  strong {
  font-size: 21px;
}

.sforderDetailsWrp.sfprintInvoiceWrp .sfprintInvoiceTitle {
  font-size: 21px;
  font-weight: 700;
}

.sforderDetailsWrp.sfprintInvoiceWrp .sforderDetails {
  margin-bottom: 15px;
  border-color: #000;
}

.sforderDetailsWrp.sfprintInvoiceWrp .sfordersListDetailView {
  border-color: #000;
}

.sforderDetailsWrp.sfprintInvoiceWrp .RadGrid_Basic thead th {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #000;
}

.sforderDetailsWrp.sfprintInvoiceWrp .RadGrid_Basic .sfItmTitleCol {
  padding-left: 0;
}

.sforderDetailsWrp.sfprintInvoiceWrp .RadGrid_Basic tbody td,
.sforderDetailsWrp.sfprintInvoiceWrp
  .sfcheckoutTotalPriceWrp
  .sfcheckoutBeforeTax {
  border-color: #000;
}

.sforderDetailsWrp.sfprintInvoiceWrp .sfcheckoutTotalPriceWrp .sfcheckoutTotal {
  background-color: transparent;
}

.sforderDetailsWrp.sfprintInvoiceWrp .RadGrid_Basic .sfItmTitleCol .sfItmSku,
.sfprintInvoiceWrp .RadGrid_Basic.sfDiscountsWrp tbody td.sfAmountCol {
  color: #000;
}

.sfdigitalDownloadsListWrp .sfdigitalDownloadsSortWrp {
  text-align: right;
}

.sfdigitalDownloadsListWrp .sfItmTitleCol .sfInfo {
  padding-left: 43px;
  color: #666;
}

.sfdigitalDownloadsListWrp .sfdigitalDownloadsPurchasedCol {
  text-align: right;
  width: 150px;
}

.sfdigitalDownloadsListWrp .sfdigitalDownloadsOrderDetailsLnk {
  font-size: 11px;
}

.sfnodigitalDownloadsWrp {
  margin: 20px 0;
  text-align: center;
}

.sffilterTitle {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

a.sffilterClearLnk:active,
a.sffilterClearLnk:hover,
a.sffilterClearLnk:link,
a.sffilterClearLnk:visited {
  display: inline-block;
  padding-top: 5px;
  font-size: 11px;
  color: #666;
}

a.sffilterClearLnk:hover {
  text-decoration: underline;
}

.sfSubmitBtn.sfSubmitFilter {
  padding: 2px 10px;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 13px;
}

.sfShopByFilterGroupList.sfVerticalList {
  margin-bottom: 25px;
}

.sfShopByFilterGroupList.sfVerticalList .sfShopByFilterGroupListItem {
  margin-top: 25px;
}

.sfShopByFilterGroupList.sfVerticalList .sfGroupTitle {
  font-size: 13px;
  font-weight: 700;
}

.sfShopByFilterGroupList.sfVerticalList .sfShopByFilterListItem,
.sfShopByFilterGroupList.sfVerticalList .sfShopByFilterListItemSelected {
  margin-bottom: 3px;
}

.sfShopByFilterGroupList.sfVerticalList input {
  vertical-align: middle;
}

.sfShopByFilterGroupList.sfVerticalList .sfFilterLnk {
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}

.sfShopByFilterGroupList.sfVerticalList .sfFilterLnk:hover {
  text-decoration: none;
}

.sfShopByFilterGroupList.sfVerticalList
  .sfShopByFilterListItemSelected
  .sfFilterLnk,
.sfShopByFilterGroupList.sfVerticalList
  .sfShopByFilterListItemSelected
  .sfFilterLnk:hover {
  color: #105cb6;
}

.sfShopByFilterGroupList.sfHorizontal {
  margin-bottom: 20px;
}

.sfShopByFilterGroupList.sfHorizontal .sfShopByFilterGroupListItem {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 15px;
  margin-right: 50px;
  max-width: 250px;
  min-width: 100px;
}

.sfShopByFilterGroupList.sfHorizontal .sfGroupTitle {
  font-size: 13px;
  font-weight: 700;
}

.sfShopByFilterGroupList.sfHorizontal .sfShopByFilterListItem,
.sfShopByFilterGroupList.sfHorizontal .sfShopByFilterListItemSelected {
  margin-bottom: 3px;
}

.sfShopByFilterGroupList.sfHorizontal input {
  vertical-align: middle;
}

.sfShopByFilterGroupList.sfHorizontal label {
  vertical-align: middle;
  padding-left: 3px;
}

.sfShopByFilterGroupList.sfHorizontal .sfDisabled {
  color: #666;
}

.sfShopByFilterGroupList.sfDropDown {
  margin-bottom: 20px;
}

.sfShopByFilterGroupList.sfDropDown .sfShopByFilterGroupListItem {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 15px;
  margin-right: 50px;
  max-width: 250px;
  min-width: 100px;
}

.sfShopByFilterGroupList.sfDropDown .sfGroupTitle {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.sfwishListWrp .sfProductTmbWrpSys {
  width: 80px;
}

.sfwishListWrp .sfProductTmbWrpSys img {
  max-width: 80px;
  max-height: 80px;
}

.sfwishListWrp .sfwishListTitle {
  font-size: 27px;
  font-weight: 400;
}

.sfwishListWrp .sfNoProductsInCartMsg {
  margin: 15px 0 35px;
}

.sfwishListWrp .sfMessage {
  margin-right: 300px;
}

.sfwishListWrp .sfProductsInCart {
  color: #999;
  font-size: 13px;
  font-style: italic;
  margin-top: 15px;
}

.sfWishlistPrivate,
.sfWishlistPublic {
  float: right;
  margin-top: -28px;
  font-size: 11px;
}

.sfWishlistPrivate .sfLIsPrivate,
.sfWishlistPublic .sfLIsPublic {
  padding: 2px 8px 1px 18px;
  font-style: normal;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat -1000px -1000px;
}

.sfWishlistPrivate .sfLIsPrivate {
  background-position: 0 -1999px;
}

.sfWishlistPublic .sfLIsPublic {
  background-position: 0 -1899px;
}

.sfWishlistPrivate a,
.sfWishlistPrivate a:active,
.sfWishlistPrivate a:hover,
.sfWishlistPrivate a:link,
.sfWishlistPrivate a:visited,
.sfWishlistPublic a,
.sfWishlistPublic a:active,
.sfWishlistPublic a:hover,
.sfWishlistPublic a:link,
.sfWishlistPublic a:visited {
  color: #000;
  text-decoration: underline;
}

.sfWishlistPrivate a:active,
.sfWishlistPrivate a:focus,
.sfWishlistPrivate a:hover,
.sfWishlistPublic a:active,
.sfWishlistPublic a:focus,
.sfWishlistPublic a:hover {
  text-decoration: none;
}

.sfwishListWrp .sfforumSocialShareWrp {
  float: right;
}

.sfwishListWrp .sfWishlistUpdate {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sfwishListWrp .sfWishlistUpdate .sfshoppingCartUpdateLnk {
  float: right;
  clear: both;
  font-size: 11px;
  padding-left: 18px;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat 0 -1399px;
}

.sfwishListWrp .sfwishListBtnsWrp {
  border-top: 1px solid #e4e4e4;
  padding-top: 17px;
  text-align: right;
}

.sfwishListWrp .sfwishListBtnsWrp .sfBackBtn,
.sfwishListWrp .sfwishListBtnsWrp .sfForwardBtn {
  line-height: 1.2;
  background: transparent url(/IconImages/toggleIcons.gif) no-repeat -1000px -1000px;
}

.sfwishListWrp .sfwishListBtnsWrp .sfBackBtn {
  float: left;
  padding-left: 18px;
  background-position: 0 -1099px;
}

.sfwishListWrp .sfwishListBtnsWrp .sfForwardBtn {
  float: right;
  padding-right: 18px;
  background-position: 100% -1799px;
}

.sfwishListWrp .sfwishListBtnsWrp a.sfBackBtn:active,
.sfwishListWrp .sfwishListBtnsWrp a.sfBackBtn:hover,
.sfwishListWrp .sfwishListBtnsWrp a.sfBackBtn:link,
.sfwishListWrp .sfwishListBtnsWrp a.sfBackBtn:visited,
.sfwishListWrp .sfwishListBtnsWrp a.sfForwardBtn:active,
.sfwishListWrp .sfwishListBtnsWrp a.sfForwardBtn:hover,
.sfwishListWrp .sfwishListBtnsWrp a.sfForwardBtn:link,
.sfwishListWrp .sfwishListBtnsWrp a.sfForwardBtn:visited {
  text-decoration: underline;
}

.sfwishListWrp .sfwishListBtnsWrp a.sfBackBtn:active,
.sfwishListWrp .sfwishListBtnsWrp a.sfBackBtn:focus,
.sfwishListWrp .sfwishListBtnsWrp a.sfBackBtn:hover,
.sfwishListWrp .sfwishListBtnsWrp a.sfForwardBtn:active,
.sfwishListWrp .sfwishListBtnsWrp a.sfForwardBtn:focus,
.sfwishListWrp .sfwishListBtnsWrp a.sfForwardBtn:hover {
  text-decoration: none;
}

.sfcurrenciesHorizontalList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sfcurrenciesHorizontalList .sfcurrencyItem {
  margin: 0;
  padding: 0;
  display: inline;
  white-space: nowrap;
}

.sfcurrenciesHorizontalList .sfcurrencyItem a:active,
.sfcurrenciesHorizontalList .sfcurrencyItem a:hover,
.sfcurrenciesHorizontalList .sfcurrencyItem a:link,
.sfcurrenciesHorizontalList .sfcurrencyItem a:visited {
  padding: 3px 5px 2px;
}

.sfcurrenciesHorizontalList .sfcurrencySelected a:active,
.sfcurrenciesHorizontalList .sfcurrencySelected a:hover,
.sfcurrenciesHorizontalList .sfcurrencySelected a:link,
.sfcurrenciesHorizontalList .sfcurrencySelected a:visited {
  background-color: #425ccf;
  color: #fff;
  cursor: default;
}

.sfcurrenciesVerticalList {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

.sfcurrenciesVerticalList .sfcurrencyItem {
  margin: 0 0 5px;
  padding: 0;
}

.sfcurrenciesVerticalList .sfcurrencyItem a:active,
.sfcurrenciesVerticalList .sfcurrencyItem a:hover,
.sfcurrenciesVerticalList .sfcurrencyItem a:link,
.sfcurrenciesVerticalList .sfcurrencyItem a:visited {
  padding: 3px 5px 2px;
}

.sfcurrenciesVerticalList .sfcurrencySelected a:active,
.sfcurrenciesVerticalList .sfcurrencySelected a:hover,
.sfcurrenciesVerticalList .sfcurrencySelected a:link,
.sfcurrenciesVerticalList .sfcurrencySelected a:visited {
  background-color: #425ccf;
  color: #fff;
  cursor: default;
}

.sfcurrenciesDropDownList select {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfforumPostBreabcrumbWrp {
  margin-bottom: 5px;
  font-size: 11px;
}

.sfforumPostBreabcrumbWrp .sfDisabled,
.sfforumPostBreabcrumbWrp a.sfDisabled:active,
.sfforumPostBreabcrumbWrp a.sfDisabled:hover,
.sfforumPostBreabcrumbWrp a.sfDisabled:link,
.sfforumPostBreabcrumbWrp a.sfDisabled:visited {
  color: #000;
  cursor: default;
}

.sfforumsFilterWrp {
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 11px;
}

.sfforumsFilterWrp .sfforumsFilterLbl {
  padding-right: 3px;
}

.sfforumsFilterWrp .sfthreadsFilterList,
.sfforumsFilterWrp .sfthreadsFilterListWrp {
  display: inline;
}

.sfforumsFilterWrp .sfthreadsFilterListItm {
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
}

.sfClosedItm {
  margin-top: -5px;
  *margin-top: 0;
  padding-left: 35px;
  line-height: 26px;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat 0 -1400px;
}

.sfforumsTitle {
  margin-bottom: 10px;
  font-size: 24px;
}

.sfforumsList {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  line-height: 1.3;
  font-size: 11px;
}

.sfforumsList td,
.sfforumsList th {
  padding: 12px 0 14px;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top;
}

.sfforumsList .sfforumGroupTitle {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 18px;
}

.sfforumsList .sfforumGroupDescription {
  color: #666;
  line-height: 1.2;
}

.sfforumsList .sfforumImgWrp {
  padding-right: 10px;
  width: 50px;
}

.sfforumsList .sfforumTitleWrp .sfLockedForum {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat 0 -1300px;
}

.sfforumsList th.sfforumTitleWrp {
  padding-bottom: 11px;
}

.sfforumsList .sfforumTitle {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 18px;
  font-size: 14px;
  font-weight: 700;
}

.sfforumsList .sfforumDescription {
  padding-top: 4px;
  font-size: 12px;
}

.sfforumsList .sfforumPostsCountWrp,
.sfforumsList .sfforumThreadsCountWrp {
  width: 110px;
  text-align: right;
  font-size: 10px;
}

.sfforumsList .sfforumPostsCount,
.sfforumsList .sfforumThreadsCount {
  font-size: 14px;
  font-weight: 400;
}

.sfforumsList .sfforumLastPostWrp {
  width: 150px;
  text-align: right;
}

.sfforumTitle {
  margin-bottom: 25px;
  font-size: 24px;
}

.sfforumNewThreadLnk,
.sfforumNewThreadLnk:active,
.sfforumNewThreadLnk:hover,
.sfforumNewThreadLnk:link,
.sfforumNewThreadLnk:visited {
  background-color: #d4d0c8;
  border: 2px outset #d4d0c8;
  color: #000;
  padding: 4px 15px;
}

.sfforumThreadsList {
  margin-top: 30px;
  width: 100%;
  table-layout: auto;
  font-size: 11px;
  line-height: 1.3;
}

.sfforumThreadsList td,
.sfforumThreadsList th {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top;
}

.sfforumThreadsList thead th {
  padding: 5px 0 10px;
  font-size: 9px;
  text-transform: uppercase;
  color: #666;
}

.sfforumThreadsList tbody td,
.sfforumThreadsList tbody th {
  padding: 15px 0;
}

.sfforumThreadsList thead .sfforumThreadPostsWrp,
.sfforumThreadsList thead .sfforumThreadViewsWrp {
  width: 110px;
  text-align: center;
}

.sfforumThreadsList thead .sfforumThreadLastPostWrp {
  width: 150px;
  text-align: right;
}

.sfforumThreadsList .sfforumThreadTitleAndAgeWrp {
  margin-left: 35px;
}

.sfforumThreadsList .sfforumThreadTitle {
  font-size: 15px;
}

.sfforumThreadsList .sfLockedThread,
.sfforumThreadsList .sfNormalThread {
  float: left;
  margin-top: 4px;
  margin-right: 12px;
  width: 20px;
  height: 23px;
  background-color: transparent;
  background-image: url(/IconImages/emailIcons.gif);
  background-repeat: no-repeat;
  background-position: -1000px -1000px;
}

.sfforumThreadsList .sfNormalThread {
  background-position: 0 -300px;
}

.sfforumThreadsList .sfLockedThread {
  background-position: 0 -100px;
}

.sfforumThreadsList .sfAnnouncmentThread,
.sfforumThreadsList .sfStickyThread {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-top: 1px;
  width: 13px;
  height: 13px;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat 0 0;
}

.sfforumThreadsList .sfAnnouncmentThread {
  width: 15px;
  background-position: 0 -1100px;
}

.sfforumThreadsList .sfNotStickyThread {
  display: none;
}

.sfforumThreadsList tbody .sfforumThreadPostsWrp,
.sfforumThreadsList tbody .sfforumThreadViewsWrp {
  width: 110px;
  text-align: center;
  font-size: 14px;
}

.sfforumThreadsList tbody .sfforumThreadLastPostWrp {
  width: 150px;
  text-align: right;
}

.sfforumNewThreadWrp .sfforumNewThreadTitle {
  margin-bottom: 16px;
  font-size: 24px;
}

.sfforumNewThreadWrp .sfTxtLbl {
  margin-bottom: 3px;
  display: block;
}

.sfforumNewThreadWrp .sfforumNewThreadName .sfTxtLbl {
  font-weight: 700;
}

.sfforumNewThreadWrp .sfTxt {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  height: 18px;
  padding: 2px;
  width: 500px;
}

.sfforumNewThreadWrp .sfError {
  display: block;
}

.sfforumNewThreadWrp .sfforumNewThreadContent {
  margin-top: 5px;
}

.sfforumNewThreadWrp .sfEditorWrp {
  position: relative;
  width: 750px;
}

.sfforumNewThreadWrp .sfSubmitBtn {
  margin-right: 10px;
  padding: 2px 10px;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  text-align: center;
}

.sfforumNoThreadsWrp {
  color: #666;
  text-align: center;
}

.sfforumNoThreadsWrp .sfforumFirstThreadLnk {
  font-size: 27px;
}

.sfforumPostTitle {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.2;
}

.sfforumPostTitle .sfError {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.sfforumPostTitle .sfforumPostTitleCancelEdit,
.sfforumPostTitle .sfforumPostTitleEdit {
  font-size: 12px;
  font-weight: 400;
  color: #105cb6;
  cursor: pointer;
}

.sfforumPostTitle .sfforumPostTitleCancelEdit:hover,
.sfforumPostTitle .sfforumPostTitleEdit:hover {
  color: #00f;
}

.sfforumPostTitle .sfforumPostTitleSaveEdit {
  font-family: Arial, Verdana, Sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.sfforumPostTitle .sfTxt {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  height: 18px;
  padding: 2px;
  width: 350px;
}

.sfforumThreadPostList {
  border-bottom: 1px solid #e4e4e4;
}

.sfforumThreadPostList .sfforumThreadPost {
  padding-top: 15px;
  padding-bottom: 25px;
  border-top: 1px solid #e4e4e4;
}

.sfforumSocialShareWrp {
  padding: 7px 0;
  font-size: 13px;
  font-style: italic;
  color: #999;
  height: 21px;
  overflow: hidden;
}

.sfforumSocialShareWrp.sfTop {
  margin-top: 20px;
}

.sfforumSocialShareWrp .RadSocialShare {
  border: 0;
  padding: 0;
  float: right;
}

.sfforumPostReplyForm .sfforumThreadPostUser,
.sfforumThreadPostList .sfforumThreadPostUser {
  float: left;
  width: 140px;
  color: #666;
  font-size: 11px;
  line-height: 1.2;
}

.sfforumPostReplyForm .sfforumUser,
.sfforumThreadPostList .sfforumUser {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.sfforumPostReplyForm .sfforumUserAvatarWrp,
.sfforumThreadPostList .sfforumUserAvatarWrp {
  margin-top: 5px;
}

.sfforumPostReplyForm .sfforumUserPostsInfo,
.sfforumThreadPostList .sfforumUserPostsInfo {
  margin-top: 10px;
}

.sfforumPostReplyForm .sfforumsReplyToTitle {
  display: inline;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.sfforumPostReplyForm .sfforumReplyThreadContent,
.sfforumThreadPostList .sfforumThreadPostContentWrp {
  margin-left: 150px;
}

.sfforumThreadPostList .sfforumThreadPostContent {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 13px;
  clear: right;
}

.sfforumThreadPostList .sfforumThreadPostContent h1,
.sfforumThreadPostList .sfforumThreadPostContent h2,
.sfforumThreadPostList .sfforumThreadPostContent h3,
.sfforumThreadPostList .sfforumThreadPostContent h4,
.sfforumThreadPostList .sfforumThreadPostContent h5 {
  line-height: 1.2;
}

.sfforumThreadPostList .sfforumThreadPostContent h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}

.sfforumThreadPostList .sfforumThreadPostContent h1 ~ h1 {
  margin-top: 40px;
}

.sfforumThreadPostList .sfforumThreadPostContent h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.sfforumThreadPostList .sfforumThreadPostContent h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.sfforumThreadPostList .sfforumThreadPostContent h4 {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 700;
}

.sfforumThreadPostList .sfforumThreadPostContent h5 {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.sfforumThreadPostList .sfforumThreadPostContent p {
  margin-bottom: 18px;
}

.sfforumThreadPostList .sfforumThreadPostContent ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 18px;
}

.sfforumThreadPostList .sfforumThreadPostContent ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 18px;
}

.sfforumThreadPostList .sfforumThreadPostContent ol ul,
.sfforumThreadPostList .sfforumThreadPostContent ul ul {
  list-style-type: circle;
}

.sfforumThreadPostList .sfforumThreadPostContent ol ol ul,
.sfforumThreadPostList .sfforumThreadPostContent ul ul ul {
  list-style-type: square;
}

.sfforumThreadPostContent table {
  width: 100%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.sfforumThreadPostContent table td,
.sfforumThreadPostContent table th {
  padding: 1px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.sfPostQuoteView {
  border: 1px solid #ccc;
  padding: 7px 9px;
  background-color: #f2f2f2;
}

.sfPostQuoteView .sfPostQuoteView {
  margin-top: 10px;
}

.sfPostQuoteView .sfUserQuote {
  display: block;
  font-size: 11px;
}

.sfforumThreadPostList .sfforumPostIsFeaturedWrp {
  float: right;
}

.sfforumThreadPostList .sfEditBtn,
.sfforumThreadPostList .sfforumPostFeatured,
.sfforumThreadPostList .sfforumPostUnmarkFeatured,
.sfforumThreadsList .sfforumThreadAnswered {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.sfforumThreadPostList .sfforumPostFeatured,
.sfforumThreadsList .sfforumThreadAnswered {
  padding-left: 20px;
  padding-right: 3px;
  font-size: 15px;
  color: #689b30;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat 0 -997px;
  position: relative;
  margin-top: -3px;
}

.sfforumThreadsList .sfforumThreadAnswered {
  margin-left: 20px;
}

.sfforumThreadPostList .sfforumPostUnmarkFeatured {
  font-size: 11px;
  position: relative;
  top: -2px;
}

.sfforumThreadPostList .sfEditBtn {
  padding-bottom: 8px;
}

.sfforumThreadPostList .sfforumPostAge {
  font-size: 11px;
  line-height: 1.2;
  font-style: italic;
  color: #666;
}

.sfforumThreadPostList .sfforumPostPermalink {
  font-size: 10px;
}

.sfforumThreadPostList .sfforumLastModified {
  margin-bottom: 20px;
  font-size: 11px;
  color: #666;
}

.sfforumReplyBtn {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Arial, Verdana, Sans-serif;
  text-align: center;
}

.sfforumReplyFormVisible {
  position: relative;
  padding-bottom: 335px;
}

.sfforumPostReplyContainer {
  display: none;
}

.sfforumReplyFormVisible .sfforumPostReplyContainer {
  display: block;
  position: fixed;
  _position: absolute;
  padding-top: 20px;
  _width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 305px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 10px solid #e4e4e4;
  background-color: #fff;
}

.sfforumPostReplyContainer .sfforumPostReplyForm {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  width: 920px;
}

.sfforumPostReplyContainer .sfEditorWrp {
  position: relative;
}

.sfforumPostReplyContainer .sfQuote {
  padding-left: 15px;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat 0 -798px;
}

.sfforumPostReplyContainer .sfSubmitBtnWrp {
  margin-bottom: 0;
}

.sfforumPostReplyContainer .sfSubmitBtn {
  margin-right: 10px;
  padding: 2px 10px;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  text-align: center;
}

.sfforumPostReplyContainer .sfCancel {
  *vertical-align: middle;
}

.sfforumPostReplyContainer .sfClose {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat 0 -700px;
}

.sfforumReplyThreadAttachmentsWrp {
  margin-top: 30px;
}

.sfforumReplyThreadAttachmentsWrp .sfforumReplyThreadAttachmentsToggle {
  padding-bottom: 1px;
  padding-left: 20px;
  padding-top: 3px;
  cursor: pointer;
  color: #105cb6;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat 0 -600px;
}

.sfforumReplyThreadAttachmentsWrp .RadUpload {
  margin-top: 5px;
  margin-bottom: 10px;
}

.sfforumReplyThreadAttachmentsWrp .RadUpload .ruInputs li.ruActions {
  margin-top: 0;
}

.sfforumPostAttachmentsList {
  width: 300px;
  margin-bottom: 30px;
  border-top: 1px solid #d7d7d7;
}

.sfforumReplyThreadContent .sfforumPostAttachmentsList {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sfforumPostAttachmentsList .sfforumPostAttachmentItem {
  padding: 6px 0 4px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}

.sfforumPostAttachmentsList .sfforumPostAttachmentLink {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 280px;
  word-wrap: break-word;
  font-weight: 700;
}

.sfforumPostAttachmentsList .sfforumPostDeleteAttachmentBtn {
  display: block;
  position: absolute;
  top: 9px;
  right: 4px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat 0 -1200px;
  cursor: pointer;
}

.sfforumSubscribeWrp {
  float: right;
  font-size: 11px;
}

.sfforumEmailLnk,
.sfforumRssLnk {
  padding: 1px 0 1px 22px;
  background: transparent url(/IconImages/emailIcons.gif) no-repeat -1000px -1000px;
}

.sfforumRssLnk {
  background-position: 0 -400px;
  vertical-align: middle;
}

.sfforumEmailLnk {
  background-position: 0 -499px;
}

.sfforumEmailSubscriberWrp {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  top: -3px;
  vertical-align: middle;
  position: relative;
  margin-right: 19px;
}

.sfforumEmailSubscriberWrp .sfforumEmailLnkWrp {
  padding: 10px 8px 5px 9px;
}

.sfforumEmailSubscriptionShown.sfforumEmailSubscriberWrp .sfforumEmailLnkWrp {
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  padding: 9px 7px 5px 8px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 7;
}

.sfforumEmailSubscriberWrp .sfforumEmailSubscriptionInfoWrp {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 15px 15px 30px;
  top: 31px;
  left: 0;
  width: 220px;
  border: 1px solid #999;
  background-color: #f2f2f2;
}

.sfforumEmailSubscriptionShown.sfforumEmailSubscriberWrp
  .sfforumEmailSubscriptionInfoWrp {
  display: block;
}

.sfforumEmailSubscriptionInfoWrp .sfforumEmailSubscribeMsg {
  font-size: 12px;
}

.sfforumEmailSubscriptionInfoWrp .sfforumSubscribedEmail {
  margin-top: 12px;
  margin-bottom: 17px;
  font-size: 16px;
}

.sfforumSubscribeBtn,
.sfforumUnsubscribeBtn {
  font-family: Arial, Verdana, Sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.sfforumEmailSubscriberWrp .sfforumEmailSubscriptionInfoLoader {
  border: 1px solid #999;
  display: none;
  left: 0;
  padding: 15px 15px 30px;
  position: absolute;
  top: 31px;
  width: 220px;
  height: 90px;
  z-index: 5;
  background: #f2f2f2 url(/IconImages/loading.gif) no-repeat 50% 50%;
}

.sfLbl {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.sfsitesDropDown select {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
}

.sfsitesList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 360px;
}

.sfsitesList .sfsiteItem {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 15px 0 0;
  padding: 0;
  width: 100px;
}

.sfsitesList .sfsiteItem a,
.sfsitesList .sfsiteItem a:active,
.sfsitesList .sfsiteItem a:hover,
.sfsitesList .sfsiteItem a:link,
.sfsitesList .sfsiteItem a:visited {
  padding: 1px 0 2px;
}

.sfsitesList .sfsiteItem.sfSel a,
.sfsitesList .sfsiteItem.sfSel a:active,
.sfsitesList .sfsiteItem.sfSel a:hover,
.sfsitesList .sfsiteItem.sfSel a:link,
.sfsitesList .sfsiteItem.sfSel a:visited {
  color: #000;
  cursor: default;
}

.sfTweetsList {
  max-width: 500px;
}

.sfTweetsList .sfTweetItem {
  margin-bottom: 30px;
  margin-left: 60px;
  min-height: 48px;
  position: relative;
}

.sfTweetsList .sfTweetAvatar {
  position: absolute;
  margin-left: -60px;
  height: 48px;
  width: 48px;
}

.sfTweetsList .sfTweetAuthor {
  float: left;
  font-weight: 400;
  font-size: 15px;
}

.sfTweetsList .sfTweetDate {
  float: right;
  font-style: normal;
  color: #666;
}

.sfTweetsList .sfTweetContent {
  padding-top: 5px;
  padding-bottom: 1px;
  clear: both;
}

.sfmediaFieldTitle,
.sfrelatedItmTitle {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.sfMultiRelatedItmsWrp,
.sfSnglRelatedItmWrp {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sfClearfix:after,
.sfClearfix:before,
.sfprofileArticleLikeWrp:after,
.sfprofileArticleLikeWrp:before,
.sfprofileListLikeWrp:after,
.sfprofileListLikeWrp:before {
  content: '';
  display: table;
}

.sfClearfix:after,
.sfprofileArticleLikeWrp:after,
.sfprofileListLikeWrp:after {
  clear: both;
}

.sfClearfix,
.sfprofileArticleLikeWrp,
.sfprofileListLikeWrp {
  zoom: 1;
}

.sfDisplayNone {
  display: none;
}

.k-menu .k-item > .k-link > .k-i-arrow-60-down {
  margin-right: -8px !important;
}

.k-menu .k-link {
  white-space: unset !important;
}

@media print {
  body {
    background-color: #fff;
    min-width: 0;
  }

  .sfPublicWrapper {
    width: auto;
  }

  .sfPageBrowseAndEditToolbarWrp,
  .sfPrintBtn {
    display: none;
  }

  .sfordersListDetailView {
    height: auto !important;
  }
}

/*# sourceMappingURL=basic.css.map */
