/* Content styles */
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  line-height: 1.7;
  color: #3f4d5c;
  background-color: #f7f7f8; }

a {
  color: #ff6757; }

a:hover {
  color: #3f4d5c; }

.container {
  max-width: 60em;
  margin: 0 auto; }

.file-list,
pre {
  margin: 4px 0;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0; }

code {
  display: inline-block;
  padding: 0 5px 1px;
  color: #000;
  background-color: #fcfcfc;
  font-size: 90%;
  line-height: 1.4em;
  font-family: 'RobotoMono', Consolas, Menlo, Courier, monospace;
  letter-spacing: -0.04em;
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 0; }

pre code {
  border: 0; }

a code {
  color: #ec407a; }

.snippet-runner {
  border: 0;
  width: 100%;
  height: 30px;
  background-color: #fff; }

/* Docs TabStrip */
.docs-tabstrip {
  /* ul */
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none; }

.docs-tabstrip li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 0;
  background: none;
  padding: 0; }

.docs-tabstrip li.active {
  border-bottom: 2px solid #ff884d; }

.docs-tabstrip li.active a {
  color: #ff884d; }

.docs-tabstrip a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  font-family: "Metric", "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1em;
  letter-spacing: 0.02em; }

[data-height] .file-list {
  height: calc(100% - 64px); }

.file-list {
  margin-bottom: 16px;
  padding: 16px 32px; }

.file-list li.active {
  border-bottom: 0; }

.file-list .docs-tabstrip {
  margin-bottom: 8px; }

.file-list .docs-tabstrip a {
  text-transform: none;
  letter-spacing: normal;
  color: #4f5d6c; }

.file-list .docs-tabstrip a:hover {
  color: #337ab7; }

.file-list .docs-tabstrip li.active a:hover {
  color: #ff884d; }

.file-list pre {
  border: 0;
  padding-left: 0;
  margin: 16px 0; }

.file-list pre::after {
  display: none; }

.file-list .tab-content {
  margin: 0;
  border-top: 1px solid #e4e4e4; }

/* Dialog styles */
.dialog {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 1; }

.dialog-enter {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  opacity: 0.1; }

.dialog-overlay {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

/* Editor Styles */
.editor {
  min-height: 300px;
  height: calc(100% - 160px );
  position: relative;
  margin: 80px;
  background-color: #f7f7f8;
  padding: 16px 20px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2); }

.jsfiddle:after,
.plunkr:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: text-top;
  background-size: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent; }

.jsfiddle:after {
  background-image: url("https://jsfiddle.net/img/embeddable/logo-dark.png"); }

.plunkr:after {
  background-image: url("https://plnkr.co/img/plunker.png"); }

.editor .editor-container {
  float: none;
  position: absolute;
  left: 122px;
  top: 18px;
  font-size: 15px;
  background-size: 20px;
  background-position: right 3px;
  padding-right: 28px; }

.edit-area {
  position: absolute;
  margin: 0;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fefefe;
  border-top: 1px solid #e4e4e4; }

.edit-area > div {
  padding: 0;
  height: 100%; }

.editor .pane {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 10%; }

.editor .pane + .pane {
  height: 90%; }

.editor .pane:only-child {
  height: 100%; }

.editor .pane-preview {
  height: 100%;
  border-left: 1px solid #e4e4e4;
  position: relative;
  padding: 30px 10px 10px; }

.editor h3 {
  margin: 0; }

.editor h5 {
  text-align: right; }

.editor .CodeMirror {
  height: 100%;
  background-color: transparent;
  font-size: 13px;
  line-height: 1.5; }

.editor iframe {
  height: 100% !important;
  /* suppress iframe resizing */ }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #2489d8;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ff884d;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #2489d8;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #ff884d;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #2489d8; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #4a4e52; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #323537;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #4a4e52; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #4a4e52; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #4a4e52; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #4a4e52; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'WebComponentsIcons';
  src: url("/kendo-ui/assets/WebComponentsIcons-88e6dfcf27502d12cf81cf27c71502cfad2fe7011fa682606a8728688dcfe5e3.eot");
  src: url("/kendo-ui/assets/WebComponentsIcons-88e6dfcf27502d12cf81cf27c71502cfad2fe7011fa682606a8728688dcfe5e3.eot"), url("/kendo-ui/assets/WebComponentsIcons-d32a514ec3b0fdb89d33ed0a5759afa5c142c0e8a762e4b81a5fc6a2027ee1a7.woff"), url("/kendo-ui/assets/WebComponentsIcons-019162d4c79ba531da0bcd27eb0e2c49da1c18d089ccc2fe664ac6d7a3f28f54.ttf"), url("/kendo-ui/assets/WebComponentsIcons-df5d9eb9dd438c7806fe547fd526c96898514f1727418c828b0950bc2ab26868.svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TelerikWebUI';
  src: url("/kendo-ui/assets/TelerikWebUI-89095f53b0c8184e7ee9af5b25d8eadfae39890e87a0923997012b75a6627eec.eot");
  src: url("/kendo-ui/assets/TelerikWebUI-89095f53b0c8184e7ee9af5b25d8eadfae39890e87a0923997012b75a6627eec.eot"), url("/kendo-ui/assets/TelerikWebUI-ad61c55f4045bd162b7d9e005eb526bec23cb696d7491cd46dcc3c193d93df84.woff"), url("/kendo-ui/assets/TelerikWebUI-10128f60eedd7a848d657edcd223cebe40e299dc5e9b7159e1225387fca974e6.ttf"), url("/kendo-ui/assets/TelerikWebUI-15a04d533a25d2bef707ab29b40d0d0729708640ccddde3a2bd7ea3fb6c3e5c7.svg");
  font-weight: normal;
  font-style: normal; }
/* WebComponentsIcons start */
.WebComponentsIcons {
  list-style: none;
  margin: 0;
  padding: 0; }

.WebComponentsIcons::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0; }

.WebComponentsIcons li {
  margin: 10px;
  padding: 10px;
  display: block;
  float: left;
  vertical-align: top;
  text-align: center;
  width: 140px;
  height: 80px;
  font-size: 12px;
  font-weight: 300;
  color: #999; }

.WebComponentsIcons .k-icon {
  display: block;
  clear: both;
  margin: 0 auto 10px;
  color: #656565;
  font-size: 32px; }

.ref-icon {
  width: 60px; }

/* ---- */
.k-icon {
  width: 1em;
  height: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: 'WebComponentsIcons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-decoration: none;
  display: inline-block; }

.k-icon::before {
  vertical-align: baseline; }

.k-icon:hover,
.k-icon:focus {
  text-decoration: none; }

.k-i-none::before {
  content: "";
  display: none; }

.k-i-arrow-45-up-right::before {
  content: "\e000"; }

.k-i-collapse-ne::before {
  content: "\e000"; }

.k-i-resize-ne::before {
  content: "\e000"; }

.k-i-arrow-45-down-right::before {
  content: "\e001"; }

.k-i-collapse-se::before {
  content: "\e001"; }

.k-i-resize-se::before {
  content: "\e001"; }

.k-i-arrow-45-down-left::before {
  content: "\e002"; }

.k-i-collapse-sw::before {
  content: "\e002"; }

.k-i-resize-sw::before {
  content: "\e002"; }

.k-i-arrow-45-up-left::before {
  content: "\e003"; }

.k-i-collapse-nw::before {
  content: "\e003"; }

.k-i-resize-new::before {
  content: "\e003"; }

.k-i-arrow-60-up::before {
  content: "\e004"; }

.k-i-arrow-60-right::before {
  content: "\e005"; }

.k-i-arrow-60-down::before {
  content: "\e006"; }

.k-i-arrow-60-left::before {
  content: "\e007"; }

.k-i-arrow-end-up::before {
  content: "\e008"; }

.k-i-arrow-end-right::before {
  content: "\e009"; }

.k-i-arrow-end-down::before {
  content: "\e00a"; }

.k-i-arrow-end-left::before {
  content: "\e00b"; }

.k-i-arrow-double-60-up::before {
  content: "\e00c"; }

.k-i-arrow-seek-up::before {
  content: "\e00c"; }

.k-i-arrow-double-60-right::before {
  content: "\e00d"; }

.k-i-arrow-seek-right::before {
  content: "\e00d"; }

.k-i-arrow-double-60-down::before {
  content: "\e00e"; }

.k-i-arrow-seek-down::before {
  content: "\e00e"; }

.k-i-arrow-double-60-left::before {
  content: "\e00f"; }

.k-i-arrows-kpi::before {
  content: "\e010"; }

.k-i-kpi::before {
  content: "\e010"; }

.k-i-arrows-no-change::before {
  content: "\e011"; }

.k-i-arrow-overflow-down::before {
  content: "\e012"; }

.k-i-arrow-chevron-up::before {
  content: "\e013"; }

.k-i-arrow-chevron-right::before {
  content: "\e014"; }

.k-i-arrow-chevron-down::before {
  content: "\e015"; }

.k-i-arrow-chevron-left::before {
  content: "\e016"; }

.k-i-arrow-up::before {
  content: "\e017"; }

.k-i-arrow-right::before {
  content: "\e018"; }

.k-i-arrow-down::before {
  content: "\e019"; }

.k-i-arrow-left::before {
  content: "\e01a"; }

.k-i-arrow-drill::before {
  content: "\e01b"; }

.k-i-arrow-parent::before {
  content: "\e01c"; }

.k-i-arrow-root::before {
  content: "\e01d"; }

.k-i-arrows-resizing::before {
  content: "\e01e"; }

.k-i-arrows-dimensions::before {
  content: "\e01f"; }

.k-i-arrows-swap::before {
  content: "\e020"; }

.k-i-drag-and-drop::before {
  content: "\e021"; }

.k-i-categorize::before {
  content: "\e022"; }

.k-i-grid::before {
  content: "\e023"; }

.k-i-grid-layout::before {
  content: "\e024"; }

.k-i-group::before {
  content: "\e025"; }

.k-i-ungroup::before {
  content: "\e026"; }

.k-i-handler-drag::before {
  content: "\e027"; }

.k-i-layout::before {
  content: "\e028"; }

.k-i-layout-1-by-4::before {
  content: "\e029"; }

.k-i-layout-2-by-2::before {
  content: "\e02a"; }

.k-i-layout-side-by-side::before {
  content: "\e02b"; }

.k-i-layout-stacked::before {
  content: "\e02c"; }

.k-i-columns::before {
  content: "\e02d"; }

.k-i-rows::before {
  content: "\e02e"; }

.k-i-reorder::before {
  content: "\e02f"; }

.k-i-menu::before {
  content: "\e030"; }

.k-i-more-vertical::before {
  content: "\e031"; }

.k-i-more-horizontal::before {
  content: "\e032"; }

.k-i-undo::before {
  content: "\e100"; }

.k-i-redo::before {
  content: "\e101"; }

.k-i-reset::before {
  content: "\e102"; }

.k-i-reload::before {
  content: "\e103"; }

.k-i-refresh::before {
  content: "\e103"; }

.k-i-non-recurrence::before {
  content: "\e104"; }

.k-i-reset-sm::before {
  content: "\e105"; }

.k-i-reload-sm::before {
  content: "\e106"; }

.k-i-refresh-sm::before {
  content: "\e106"; }

.k-i-clock::before {
  content: "\e107"; }

.k-i-calendar::before {
  content: "\e108"; }

.k-i-save::before {
  content: "\e109"; }

.k-i-floppy::before {
  content: "\e109"; }

.k-i-print::before {
  content: "\e10a"; }

.k-i-printer::before {
  content: "\e10a"; }

.k-i-edit::before {
  content: "\e10b"; }

.k-i-pencil::before {
  content: "\e10b"; }

.k-i-delete::before {
  content: "\e10c"; }

.k-i-trash::before {
  content: "\e10c"; }

.k-i-attachment::before {
  content: "\e10d"; }

.k-i-clip::before {
  content: "\e10d"; }

.k-i-attachment-45::before {
  content: "\e10e"; }

.k-i-clip-45::before {
  content: "\e10e"; }

.k-i-link-horizontal::before {
  content: "\e10f"; }

.k-i-hyperlink::before {
  content: "\e10f"; }

.k-i-unlink-horizontal::before {
  content: "\e110"; }

.k-i-hyperlink-remove::before {
  content: "\e110"; }

.k-i-link-vertical::before {
  content: "\e111"; }

.k-i-unlink-vertical::before {
  content: "\e112"; }

.k-i-lock::before {
  content: "\e113"; }

.k-i-unlock::before {
  content: "\e114"; }

.k-i-cancel::before {
  content: "\e115"; }

.k-i-cancel-outline::before {
  content: "\e116"; }

.k-i-cancel-circle::before {
  content: "\e117"; }

.k-i-check::before {
  content: "\e118"; }

.k-i-checkmark::before {
  content: "\e118"; }

.k-i-check-outline::before {
  content: "\e119"; }

.k-i-checkmark-outline::before {
  content: "\e119"; }

.k-i-check-circle::before {
  content: "\e11a"; }

.k-i-checkmark-circle::before {
  content: "\e11a"; }

.k-i-close::before {
  content: "\e11b"; }

.k-i-x::before {
  content: "\e11b"; }

.k-i-close-outline::before {
  content: "\e11c"; }

.k-i-x-outline::before {
  content: "\e11c"; }

.k-i-close-circle::before {
  content: "\e11d"; }

.k-i-x-circle::before {
  content: "\e11d"; }

.k-i-plus::before {
  content: "\e11e"; }

.k-i-plus-outline::before {
  content: "\e11f"; }

.k-i-plus-circle::before {
  content: "\e120"; }

.k-i-minus::before {
  content: "\e121"; }

.k-i-minus-outline::before {
  content: "\e122"; }

.k-i-minus-circle::before {
  content: "\e123"; }

.k-i-sort-asc::before {
  content: "\e124"; }

.k-i-sort-desc::before {
  content: "\e125"; }

.k-i-unsort::before {
  content: "\e126"; }

.k-i-sort-clear::before {
  content: "\e126"; }

.k-i-sort-asc-sm::before {
  content: "\e127"; }

.k-i-sort-desc-sm::before {
  content: "\e128"; }

.k-i-filter::before {
  content: "\e129"; }

.k-i-filter-clear::before {
  content: "\e12a"; }

.k-i-filter-sm::before {
  content: "\e12b"; }

.k-i-filter-sort-asc-sm::before {
  content: "\e12c"; }

.k-i-filter-sort-desc-sm::before {
  content: "\e12d"; }

.k-i-filter-add-expression::before {
  content: "\e12e"; }

.k-i-filter-add-group::before {
  content: "\e12f"; }

.k-i-login::before {
  content: "\e130"; }

.k-i-logout::before {
  content: "\e131"; }

.k-i-download::before {
  content: "\e132"; }

.k-i-upload::before {
  content: "\e133"; }

.k-i-hyperlink-open::before {
  content: "\e134"; }

.k-i-hyperlink-open-sm::before {
  content: "\e135"; }

.k-i-launch::before {
  content: "\e136"; }

.k-i-window::before {
  content: "\e137"; }

.k-i-window-maximize::before {
  content: "\e137"; }

.k-i-windows::before {
  content: "\e138"; }

.k-i-window-restore::before {
  content: "\e138"; }

.k-i-tiles::before {
  content: "\e138"; }

.k-i-window-minimize::before {
  content: "\e139"; }

.k-i-gear::before {
  content: "\e13a"; }

.k-i-cog::before {
  content: "\e13a"; }

.k-i-custom::before {
  content: "\e13a"; }

.k-i-gears::before {
  content: "\e13b"; }

.k-i-cogs::before {
  content: "\e13b"; }

.k-i-wrench::before {
  content: "\e13c"; }

.k-i-settings::before {
  content: "\e13c"; }

.k-i-preview::before {
  content: "\e13d"; }

.k-i-eye::before {
  content: "\e13d"; }

.k-i-zoom::before {
  content: "\e13e"; }

.k-i-search::before {
  content: "\e13e"; }

.k-i-zoom-in::before {
  content: "\e13f"; }

.k-i-zoom-out::before {
  content: "\e140"; }

.k-i-pan::before {
  content: "\e141"; }

.k-i-move::before {
  content: "\e141"; }

.k-i-calculator::before {
  content: "\e142"; }

.k-i-cart::before {
  content: "\e143"; }

.k-i-shopping-cart::before {
  content: "\e143"; }

.k-i-connector::before {
  content: "\e144"; }

.k-i-plus-sm::before {
  content: "\e145"; }

.k-i-minus-sm::before {
  content: "\e146"; }

.k-i-play::before {
  content: "\e200"; }

.k-i-pause::before {
  content: "\e201"; }

.k-i-stop::before {
  content: "\e202"; }

.k-i-rewind::before {
  content: "\e203"; }

.k-i-forward::before {
  content: "\e204"; }

.k-i-volume-down::before {
  content: "\e205"; }

.k-i-volume-up::before {
  content: "\e206"; }

.k-i-volume-off::before {
  content: "\e207"; }

.k-i-hd::before {
  content: "\e208"; }

.k-i-subtitles::before {
  content: "\e209"; }

.k-i-playlist::before {
  content: "\e20a"; }

.k-i-audio::before {
  content: "\e20b"; }

.k-i-heart-outline::before {
  content: "\e300"; }

.k-i-fav-outline::before {
  content: "\e300"; }

.k-i-favorite-outline::before {
  content: "\e300"; }

.k-i-heart::before {
  content: "\e301"; }

.k-i-fav::before {
  content: "\e301"; }

.k-i-favorite::before {
  content: "\e301"; }

.k-i-star-outline::before {
  content: "\e302"; }

.k-i-bookmark-outline::before {
  content: "\e302"; }

.k-i-star::before {
  content: "\e303"; }

.k-i-bookmark::before {
  content: "\e303"; }

.k-i-checkbox::before {
  content: "\e304"; }

.k-i-shape-rect::before {
  content: "\e304"; }

.k-i-checkbox-checked::before {
  content: "\e305"; }

.k-i-tri-state-indeterminate::before {
  content: "\e306"; }

.k-i-tri-state-null::before {
  content: "\e307"; }

.k-i-circle::before {
  content: "\e308"; }

.k-i-radiobutton::before {
  content: "\e309"; }

.k-i-shape-circle::before {
  content: "\e309"; }

.k-i-radiobutton-checked::before {
  content: "\e30a"; }

.k-i-notification::before {
  content: "\e400"; }

.k-i-bell::before {
  content: "\e400"; }

.k-i-information::before {
  content: "\e401"; }

.k-i-info::before {
  content: "\e401"; }

.k-i-question::before {
  content: "\e402"; }

.k-i-help::before {
  content: "\e402"; }

.k-i-warning::before {
  content: "\e403"; }

.k-i-exception::before {
  content: "\e403"; }

.k-i-error::before {
  content: "\e403"; }

.k-i-photo-camera::before {
  content: "\e500"; }

.k-i-image::before {
  content: "\e501"; }

.k-i-photo::before {
  content: "\e501"; }

.k-i-image-export::before {
  content: "\e502"; }

.k-i-photo-export::before {
  content: "\e502"; }

.k-i-zoom-actual-size::before {
  content: "\e503"; }

.k-i-zoom-best-fit::before {
  content: "\e504"; }

.k-i-image-resize::before {
  content: "\e505"; }

.k-i-crop::before {
  content: "\e506"; }

.k-i-mirror::before {
  content: "\e507"; }

.k-i-flip-horizontal::before {
  content: "\e508"; }

.k-i-flip-vertical::before {
  content: "\e509"; }

.k-i-rotate::before {
  content: "\e50a"; }

.k-i-rotate-right::before {
  content: "\e50b"; }

.k-i-rotate-left::before {
  content: "\e50c"; }

.k-i-brush::before {
  content: "\e50d"; }

.k-i-palette::before {
  content: "\e50e"; }

.k-i-paint::before {
  content: "\e50f"; }

.k-i-droplet::before {
  content: "\e50f"; }

.k-i-background::before {
  content: "\e50f"; }

.k-i-line::before {
  content: "\e510"; }

.k-i-shape-line::before {
  content: "\e510"; }

.k-i-brightness-contrast::before {
  content: "\e511"; }

.k-i-saturation::before {
  content: "\e512"; }

.k-i-invert-colors::before {
  content: "\e513"; }

.k-i-transperancy::before {
  content: "\e514"; }

.k-i-opacity::before {
  content: "\e514"; }

.k-i-greyscale::before {
  content: "\e515"; }

.k-i-blur::before {
  content: "\e516"; }

.k-i-sharpen::before {
  content: "\e517"; }

.k-i-shape::before {
  content: "\e518"; }

.k-i-round-corners::before {
  content: "\e519"; }

.k-i-front-element::before {
  content: "\e51a"; }

.k-i-back-element::before {
  content: "\e51b"; }

.k-i-forward-element::before {
  content: "\e51c"; }

.k-i-backward-element::before {
  content: "\e51d"; }

.k-i-align-left-element::before {
  content: "\e51e"; }

.k-i-align-center-element::before {
  content: "\e51f"; }

.k-i-align-right-element::before {
  content: "\e520"; }

.k-i-align-top-element::before {
  content: "\e521"; }

.k-i-align-middle-element::before {
  content: "\e522"; }

.k-i-align-bottom-element::before {
  content: "\e523"; }

.k-i-thumbnails-up::before {
  content: "\e524"; }

.k-i-thumbnails-right::before {
  content: "\e525"; }

.k-i-thumbnails-down::before {
  content: "\e526"; }

.k-i-thumbnails-left::before {
  content: "\e527"; }

.k-i-full-screen::before {
  content: "\e528"; }

.k-i-fullscreen::before {
  content: "\e528"; }

.k-i-full-screen-exit::before {
  content: "\e529"; }

.k-i-fullscreen-exit::before {
  content: "\e529"; }

.k-i-reset-color::before {
  content: "\e52a"; }

.k-i-paint-remove::before {
  content: "\e52a"; }

.k-i-background-remove::before {
  content: "\e52a"; }

.k-i-page-properties::before {
  content: "\e600"; }

.k-i-bold::before {
  content: "\e601"; }

.k-i-italic::before {
  content: "\e602"; }

.k-i-underline::before {
  content: "\e603"; }

.k-i-font-family::before {
  content: "\e604"; }

.k-i-foreground-color::before {
  content: "\e605"; }

.k-i-convert-lowercase::before {
  content: "\e606"; }

.k-i-convert-uppercase::before {
  content: "\e607"; }

.k-i-strikethrough::before {
  content: "\e608"; }

.k-i-sub-script::before {
  content: "\e609"; }

.k-i-sup-script::before {
  content: "\e60a"; }

.k-i-div::before {
  content: "\e60b"; }

.k-i-all::before {
  content: "\e60c"; }

.k-i-h1::before {
  content: "\e60d"; }

.k-i-h2::before {
  content: "\e60e"; }

.k-i-h3::before {
  content: "\e60f"; }

.k-i-h4::before {
  content: "\e610"; }

.k-i-h5::before {
  content: "\e611"; }

.k-i-h6::before {
  content: "\e612"; }

.k-i-list-ordered::before {
  content: "\e613"; }

.k-i-list-numbered::before {
  content: "\e613"; }

.k-i-list-unordered::before {
  content: "\e614"; }

.k-i-list-bulleted::before {
  content: "\e614"; }

.k-i-indent-increase::before {
  content: "\e615"; }

.k-i-indent::before {
  content: "\e615"; }

.k-i-indent-decrease::before {
  content: "\e616"; }

.k-i-outdent::before {
  content: "\e616"; }

.k-i-insert-up::before {
  content: "\e617"; }

.k-i-insert-top::before {
  content: "\e617"; }

.k-i-insert-middle::before {
  content: "\e618"; }

.k-i-insert-down::before {
  content: "\e619"; }

.k-i-insert-bottom::before {
  content: "\e619"; }

.k-i-align-top::before {
  content: "\e61a"; }

.k-i-align-middle::before {
  content: "\e61b"; }

.k-i-align-bottom::before {
  content: "\e61c"; }

.k-i-align-left::before {
  content: "\e61d"; }

.k-i-align-center::before {
  content: "\e61e"; }

.k-i-align-right::before {
  content: "\e61f"; }

.k-i-align-justify::before {
  content: "\e620"; }

.k-i-align-remove::before {
  content: "\e621"; }

.k-i-text-wrap::before {
  content: "\e622"; }

.k-i-rule-horizontal::before {
  content: "\e623"; }

.k-i-table-align-top-left::before {
  content: "\e624"; }

.k-i-table-align-top-center::before {
  content: "\e625"; }

.k-i-table-align-top-right::before {
  content: "\e626"; }

.k-i-table-align-middle-left::before {
  content: "\e627"; }

.k-i-table-align-middle-center::before {
  content: "\e628"; }

.k-i-table-align-middle-right::before {
  content: "\e629"; }

.k-i-table-align-bottom-left::before {
  content: "\e62a"; }

.k-i-table-align-bottom-center::before {
  content: "\e62b"; }

.k-i-table-align-bottom-right::before {
  content: "\e62c"; }

.k-i-table-align-remove::before {
  content: "\e62d"; }

.k-i-borders-all::before {
  content: "\e62e"; }

.k-i-borders-outside::before {
  content: "\e62f"; }

.k-i-borders-inside::before {
  content: "\e630"; }

.k-i-borders-inside-horizontal::before {
  content: "\e631"; }

.k-i-borders-inside-vertical::before {
  content: "\e632"; }

.k-i-border-top::before {
  content: "\e633"; }

.k-i-border-bottom::before {
  content: "\e634"; }

.k-i-border-left::before {
  content: "\e635"; }

.k-i-border-right::before {
  content: "\e636"; }

.k-i-border-no::before {
  content: "\e637"; }

.k-i-borders-show-hide::before {
  content: "\e638"; }

.k-i-form::before {
  content: "\e639"; }

.k-i-border::before {
  content: "\e639"; }

.k-i-form-element::before {
  content: "\e63a"; }

.k-i-code-snippet::before {
  content: "\e63b"; }

.k-i-select-all::before {
  content: "\e63c"; }

.k-i-button::before {
  content: "\e63d"; }

.k-i-select-box::before {
  content: "\e63e"; }

.k-i-calendar-date::before {
  content: "\e63f"; }

.k-i-group-box::before {
  content: "\e640"; }

.k-i-textarea::before {
  content: "\e641"; }

.k-i-textbox::before {
  content: "\e642"; }

.k-i-textbox-hidden::before {
  content: "\e643"; }

.k-i-password::before {
  content: "\e644"; }

.k-i-paragraph-add::before {
  content: "\e645"; }

.k-i-edit-tools::before {
  content: "\e646"; }

.k-i-template-manager::before {
  content: "\e647"; }

.k-i-change-manually::before {
  content: "\e648"; }

.k-i-track-changes::before {
  content: "\e649"; }

.k-i-track-changes-enable::before {
  content: "\e64a"; }

.k-i-track-changes-accept::before {
  content: "\e64b"; }

.k-i-track-changes-accept-all::before {
  content: "\e64c"; }

.k-i-track-changes-reject::before {
  content: "\e64d"; }

.k-i-track-changes-reject-all::before {
  content: "\e64e"; }

.k-i-document-manager::before {
  content: "\e64f"; }

.k-i-custom-icon::before {
  content: "\e650"; }

.k-i-dictionary-add::before {
  content: "\e651"; }

.k-i-image-light-dialog::before {
  content: "\e652"; }

.k-i-image-insert::before {
  content: "\e652"; }

.k-i-image-edit::before {
  content: "\e653"; }

.k-i-image-map-editor::before {
  content: "\e654"; }

.k-i-comment::before {
  content: "\e655"; }

.k-i-comment-remove::before {
  content: "\e656"; }

.k-i-comments-remove-all::before {
  content: "\e657"; }

.k-i-silverlight::before {
  content: "\e658"; }

.k-i-media-manager::before {
  content: "\e659"; }

.k-i-video-external::before {
  content: "\e65a"; }

.k-i-flash-manager::before {
  content: "\e65b"; }

.k-i-find-and-replace::before {
  content: "\e65c"; }

.k-i-find::before {
  content: "\e65c"; }

.k-i-copy::before {
  content: "\e65d"; }

.k-i-files::before {
  content: "\e65d"; }

.k-i-cut::before {
  content: "\e65e"; }

.k-i-paste::before {
  content: "\e65f"; }

.k-i-paste-as-html::before {
  content: "\e660"; }

.k-i-paste-from-word::before {
  content: "\e661"; }

.k-i-paste-from-word-strip-file::before {
  content: "\e662"; }

.k-i-paste-html::before {
  content: "\e663"; }

.k-i-paste-markdown::before {
  content: "\e664"; }

.k-i-paste-plain-text::before {
  content: "\e665"; }

.k-i-apply-format::before {
  content: "\e666"; }

.k-i-clear-css::before {
  content: "\e667"; }

.k-i-copy-format::before {
  content: "\e668"; }

.k-i-strip-all-formating::before {
  content: "\e669"; }

.k-i-strip-css-format::before {
  content: "\e66a"; }

.k-i-strip-font-elements::before {
  content: "\e66b"; }

.k-i-strip-span-elements::before {
  content: "\e66c"; }

.k-i-strip-word-formatting::before {
  content: "\e66d"; }

.k-i-format-code-block::before {
  content: "\e66e"; }

.k-i-style-builder::before {
  content: "\e66f"; }

.k-i-module-manager::before {
  content: "\e670"; }

.k-i-hyperlink-light-dialog::before {
  content: "\e671"; }

.k-i-hyperlink-insert::before {
  content: "\e671"; }

.k-i-hyperlink-globe::before {
  content: "\e672"; }

.k-i-hyperlink-globe-remove::before {
  content: "\e673"; }

.k-i-hyperlink-email::before {
  content: "\e674"; }

.k-i-anchor::before {
  content: "\e675"; }

.k-i-table-light-dialog::before {
  content: "\e676"; }

.k-i-table-insert::before {
  content: "\e676"; }

.k-i-table::before {
  content: "\e677"; }

.k-i-table-properties::before {
  content: "\e678"; }

.k-i-table-cell::before {
  content: "\e679"; }

.k-i-table-cell-properties::before {
  content: "\e67a"; }

.k-i-table-column-insert-left::before {
  content: "\e67b"; }

.k-i-table-column-insert-right::before {
  content: "\e67c"; }

.k-i-table-row-insert-above::before {
  content: "\e67d"; }

.k-i-table-row-insert-below::before {
  content: "\e67e"; }

.k-i-table-column-delete::before {
  content: "\e67f"; }

.k-i-table-row-delete::before {
  content: "\e680"; }

.k-i-table-cell-delete::before {
  content: "\e681"; }

.k-i-table-delete::before {
  content: "\e682"; }

.k-i-cells-merge::before {
  content: "\e683"; }

.k-i-cells-merge-horizontally::before {
  content: "\e684"; }

.k-i-cells-merge-vertically::before {
  content: "\e685"; }

.k-i-cell-split-horizontally::before {
  content: "\e686"; }

.k-i-cell-split-vertically::before {
  content: "\e687"; }

.k-i-table-unmerge::before {
  content: "\e688"; }

.k-i-pane-freeze::before {
  content: "\e689"; }

.k-i-row-freeze::before {
  content: "\e68a"; }

.k-i-column-freeze::before {
  content: "\e68b"; }

.k-i-toolbar-float::before {
  content: "\e68c"; }

.k-i-spell-checker::before {
  content: "\e68d"; }

.k-i-validation-xhtml::before {
  content: "\e68e"; }

.k-i-validation-data::before {
  content: "\e68f"; }

.k-i-toggle-full-screen-mode::before {
  content: "\e690"; }

.k-i-formula-fx::before {
  content: "\e691"; }

.k-i-sum::before {
  content: "\e692"; }

.k-i-symbol::before {
  content: "\e693"; }

.k-i-dollar::before {
  content: "\e694"; }

.k-i-currency::before {
  content: "\e694"; }

.k-i-percent::before {
  content: "\e695"; }

.k-i-custom-format::before {
  content: "\e696"; }

.k-i-decimal-increase::before {
  content: "\e697"; }

.k-i-decimal-decrease::before {
  content: "\e698"; }

.k-i-font-size::before {
  content: "\e699"; }

.k-i-image-absolute-position::before {
  content: "\e69a"; }

.k-i-globe-outline::before {
  content: "\e700"; }

.k-i-globe::before {
  content: "\e701"; }

.k-i-marker-pin::before {
  content: "\e702"; }

.k-i-marker-pin-target::before {
  content: "\e703"; }

.k-i-pin::before {
  content: "\e704"; }

.k-i-unpin::before {
  content: "\e705"; }

.k-i-share::before {
  content: "\e800"; }

.k-i-user::before {
  content: "\e801"; }

.k-i-inbox::before {
  content: "\e802"; }

.k-i-blogger::before {
  content: "\e803"; }

.k-i-blogger-box::before {
  content: "\e804"; }

.k-i-delicious::before {
  content: "\e805"; }

.k-i-delicious-box::before {
  content: "\e806"; }

.k-i-digg::before {
  content: "\e807"; }

.k-i-digg-box::before {
  content: "\e808"; }

.k-i-email::before {
  content: "\e809"; }

.k-i-envelop::before {
  content: "\e809"; }

.k-i-letter::before {
  content: "\e809"; }

.k-i-email-box::before {
  content: "\e80a"; }

.k-i-envelop-box::before {
  content: "\e80a"; }

.k-i-letter-box::before {
  content: "\e80a"; }

.k-i-facebook::before {
  content: "\e80b"; }

.k-i-facebook-box::before {
  content: "\e80c"; }

.k-i-google::before {
  content: "\e80d"; }

.k-i-google-box::before {
  content: "\e80e"; }

.k-i-google-plus::before {
  content: "\e80f"; }

.k-i-google-plus-box::before {
  content: "\e810"; }

.k-i-linkedin::before {
  content: "\e811"; }

.k-i-linkedin-box::before {
  content: "\e812"; }

.k-i-myspace::before {
  content: "\e813"; }

.k-i-myspace-box::before {
  content: "\e814"; }

.k-i-pinterest::before {
  content: "\e815"; }

.k-i-pinterest-box::before {
  content: "\e816"; }

.k-i-reddit::before {
  content: "\e817"; }

.k-i-reddit-box::before {
  content: "\e818"; }

.k-i-stumble-upon::before {
  content: "\e819"; }

.k-i-stumble-upon-box::before {
  content: "\e81a"; }

.k-i-tell-a-friend::before {
  content: "\e81b"; }

.k-i-tell-a-friend-box::before {
  content: "\e81c"; }

.k-i-tumblr::before {
  content: "\e81d"; }

.k-i-tumblr-box::before {
  content: "\e81e"; }

.k-i-twitter::before {
  content: "\e81f"; }

.k-i-twitter-box::before {
  content: "\e820"; }

.k-i-yammer::before {
  content: "\e821"; }

.k-i-yammer-box::before {
  content: "\e822"; }

.k-i-behance::before {
  content: "\e823"; }

.k-i-behance-box::before {
  content: "\e824"; }

.k-i-dribbble::before {
  content: "\e825"; }

.k-i-dribbble-box::before {
  content: "\e826"; }

.k-i-rss::before {
  content: "\e827"; }

.k-i-rss-box::before {
  content: "\e828"; }

.k-i-vimeo::before {
  content: "\e829"; }

.k-i-vimeo-box::before {
  content: "\e82a"; }

.k-i-youtube::before {
  content: "\e82b"; }

.k-i-youtube-box::before {
  content: "\e82c"; }

.k-i-folder::before {
  content: "\e900"; }

.k-i-folder-open::before {
  content: "\e901"; }

.k-i-folder-add::before {
  content: "\e902"; }

.k-i-folder-up::before {
  content: "\e903"; }

.k-i-folder-more::before {
  content: "\e904"; }

.k-i-fields-more::before {
  content: "\e904"; }

.k-i-aggregate-fields::before {
  content: "\e905"; }

.k-i-file::before {
  content: "\e906"; }

.k-i-file-vertical::before {
  content: "\e906"; }

.k-i-file-add::before {
  content: "\e907"; }

.k-i-file-txt::before {
  content: "\e908"; }

.k-i-txt::before {
  content: "\e908"; }

.k-i-file-csv::before {
  content: "\e909"; }

.k-i-csv::before {
  content: "\e909"; }

.k-i-file-excel::before {
  content: "\e90a"; }

.k-i-file-xls::before {
  content: "\e90a"; }

.k-i-excel::before {
  content: "\e90a"; }

.k-i-xls::before {
  content: "\e90a"; }

.k-i-file-word::before {
  content: "\e90b"; }

.k-i-file-doc::before {
  content: "\e90b"; }

.k-i-word::before {
  content: "\e90b"; }

.k-i-doc::before {
  content: "\e90b"; }

.k-i-file-mdb::before {
  content: "\e90c"; }

.k-i-mdb::before {
  content: "\e90c"; }

.k-i-file-ppt::before {
  content: "\e90d"; }

.k-i-ppt::before {
  content: "\e90d"; }

.k-i-file-pdf::before {
  content: "\e90e"; }

.k-i-pdf::before {
  content: "\e90e"; }

.k-i-file-psd::before {
  content: "\e90f"; }

.k-i-psd::before {
  content: "\e90f"; }

.k-i-file-flash::before {
  content: "\e910"; }

.k-i-flash::before {
  content: "\e910"; }

.k-i-file-config::before {
  content: "\e911"; }

.k-i-config::before {
  content: "\e911"; }

.k-i-file-ascx::before {
  content: "\e912"; }

.k-i-ascx::before {
  content: "\e912"; }

.k-i-file-bac::before {
  content: "\e913"; }

.k-i-bac::before {
  content: "\e913"; }

.k-i-file-zip::before {
  content: "\e914"; }

.k-i-zip::before {
  content: "\e914"; }

.k-i-film::before {
  content: "\e915"; }

.k-i-css3::before {
  content: "\e916"; }

.k-i-html5::before {
  content: "\e917"; }

.k-i-html::before {
  content: "\e918"; }

.k-i-source-code::before {
  content: "\e918"; }

.k-i-view-source::before {
  content: "\e918"; }

.k-i-css::before {
  content: "\e919"; }

.k-i-js::before {
  content: "\e91a"; }

.k-i-exe::before {
  content: "\e91b"; }

.k-i-csproj::before {
  content: "\e91c"; }

.k-i-vbproj::before {
  content: "\e91d"; }

.k-i-cs::before {
  content: "\e91e"; }

.k-i-vb::before {
  content: "\e91f"; }

.k-i-sln::before {
  content: "\e920"; }

.k-i-cloud::before {
  content: "\e921"; }

.k-i-file-horizontal::before {
  content: "\e922"; }

/* WebComponentsIcons end */
/* TelerikWebUI start */
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'TelerikWebUI' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Custom style for centering the glyphs */
  display: block;
  text-align: center;
  font-size: 20px; }

.t-i-arrow-45-up-right:before {
  content: "\e000"; }

.t-i-arrow-45-down-right:before {
  content: "\e001"; }

.t-i-arrow-45-down-left:before {
  content: "\e002"; }

.t-i-arrow-45-up-left:before {
  content: "\e003"; }

.t-i-arrow-60-up:before {
  content: "\e004"; }

.t-i-arrow-60-right:before {
  content: "\e005"; }

.t-i-arrow-60-down:before {
  content: "\e006"; }

.t-i-arrow-60-left:before {
  content: "\e007"; }

.t-i-arrow-upward:before {
  content: "\e008"; }

.t-i-arrow-forward:before {
  content: "\e009"; }

.t-i-arrow-downward:before {
  content: "\e00a"; }

.t-i-arrow-backward:before {
  content: "\e00b"; }

.t-i-arrow-double-60-up:before {
  content: "\e00c"; }

.t-i-arrow-double-60-right:before {
  content: "\e00d"; }

.t-i-arrow-double-60-down:before {
  content: "\e00e"; }

.t-i-arrow-double-60-left:before {
  content: "\e00f"; }

.t-i-arrows-kpi:before {
  content: "\e010"; }

.t-i-arrows-no-change:before {
  content: "\e011"; }

.t-i-arrow-overflow-down:before {
  content: "\e012"; }

.t-i-arrow-chevron-up:before {
  content: "\e013"; }

.t-i-arrow-chevron-right:before {
  content: "\e014"; }

.t-i-arrow-chevron-down:before {
  content: "\e015"; }

.t-i-arrow-chevron-left:before {
  content: "\e016"; }

.t-i-arrow-up:before {
  content: "\e017"; }

.t-i-arrow-right:before {
  content: "\e018"; }

.t-i-arrow-down:before {
  content: "\e019"; }

.t-i-arrow-left:before {
  content: "\e01a"; }

.t-i-arrow-drill:before {
  content: "\e01b"; }

.t-i-arrow-parent:before {
  content: "\e01c"; }

.t-i-arrow-root:before {
  content: "\e01d"; }

.t-i-arrows-resizing:before {
  content: "\e01e"; }

.t-i-arrows-dimensions:before {
  content: "\e01f"; }

.t-i-arrows-swap:before {
  content: "\e020"; }

.t-i-drag-and-drop:before {
  content: "\e021"; }

.t-i-categorize:before {
  content: "\e022"; }

.t-i-grid:before {
  content: "\e023"; }

.t-i-grid-layout:before {
  content: "\e024"; }

.t-i-group:before {
  content: "\e025"; }

.t-i-ungroup:before {
  content: "\e026"; }

.t-i-handler-drag:before {
  content: "\e027"; }

.t-i-layout:before {
  content: "\e028"; }

.t-i-layout-1-by-4:before {
  content: "\e029"; }

.t-i-layout-2-by-2:before {
  content: "\e02a"; }

.t-i-layout-side-by-side:before {
  content: "\e02b"; }

.t-i-layout-stacked:before {
  content: "\e02c"; }

.t-i-columns:before {
  content: "\e02d"; }

.t-i-rows:before {
  content: "\e02e"; }

.t-i-reorder:before {
  content: "\e02f"; }

.t-i-menu:before {
  content: "\e030"; }

.t-i-more-vertical:before {
  content: "\e031"; }

.t-i-more-horizontal:before {
  content: "\e032"; }

.t-i-undo:before {
  content: "\e100"; }

.t-i-redo:before {
  content: "\e101"; }

.t-i-reset:before {
  content: "\e102"; }

.t-i-reload:before {
  content: "\e103"; }

.t-i-non-recurrence:before {
  content: "\e104"; }

.t-i-reset-small:before {
  content: "\e105"; }

.t-i-reload-small:before {
  content: "\e106"; }

.t-i-clock:before {
  content: "\e107"; }

.t-i-calendar:before {
  content: "\e108"; }

.t-i-save:before {
  content: "\e109"; }

.t-i-print:before {
  content: "\e10a"; }

.t-i-edit:before {
  content: "\e10b"; }

.t-i-delete:before {
  content: "\e10c"; }

.t-i-attachment:before {
  content: "\e10d"; }

.t-i-attachment-45:before {
  content: "\e10e"; }

.t-i-link-horizontal:before {
  content: "\e10f"; }

.t-i-unlink-horizontal:before {
  content: "\e110"; }

.t-i-link-vertical:before {
  content: "\e111"; }

.t-i-unlink-vertical:before {
  content: "\e112"; }

.t-i-lock:before {
  content: "\e113"; }

.t-i-unlock:before {
  content: "\e114"; }

.t-i-cancel:before {
  content: "\e115"; }

.t-i-cancel-outline:before {
  content: "\e116"; }

.t-i-cancel-circle:before {
  content: "\e117"; }

.t-i-check:before {
  content: "\e118"; }

.t-i-check-outline:before {
  content: "\e119"; }

.t-i-check-circle:before {
  content: "\e11a"; }

.t-i-close:before {
  content: "\e11b"; }

.t-i-close-outline:before {
  content: "\e11c"; }

.t-i-close-circle:before {
  content: "\e11d"; }

.t-i-plus:before {
  content: "\e11e"; }

.t-i-plus-outline:before {
  content: "\e11f"; }

.t-i-plus-circle:before {
  content: "\e120"; }

.t-i-minus:before {
  content: "\e121"; }

.t-i-minus-outline:before {
  content: "\e122"; }

.t-i-minus-circle:before {
  content: "\e123"; }

.t-i-sort-asc:before {
  content: "\e124"; }

.t-i-sort-desc:before {
  content: "\e125"; }

.t-i-unsort:before {
  content: "\e126"; }

.t-i-sort-asc-small:before {
  content: "\e127"; }

.t-i-sort-desc-small:before {
  content: "\e128"; }

.t-i-filter:before {
  content: "\e129"; }

.t-i-filter-clear:before {
  content: "\e12a"; }

.t-i-filter-small:before {
  content: "\e12b"; }

.t-i-filter-sort-asc-small:before {
  content: "\e12c"; }

.t-i-filter-sort-desc-small:before {
  content: "\e12d"; }

.t-i-filter-add-expression:before {
  content: "\e12e"; }

.t-i-filter-add-group:before {
  content: "\e12f"; }

.t-i-login:before {
  content: "\e130"; }

.t-i-logout:before {
  content: "\e131"; }

.t-i-download:before {
  content: "\e132"; }

.t-i-upload:before {
  content: "\e133"; }

.t-i-hyperlink-open:before {
  content: "\e134"; }

.t-i-hyperlink-open-small:before {
  content: "\e135"; }

.t-i-launch:before {
  content: "\e136"; }

.t-i-window:before {
  content: "\e137"; }

.t-i-window-collapse:before {
  content: "\e138"; }

.t-i-minimize:before {
  content: "\e139"; }

.t-i-gear:before {
  content: "\e13a"; }

.t-i-gears:before {
  content: "\e13b"; }

.t-i-wrench:before {
  content: "\e13c"; }

.t-i-preview:before {
  content: "\e13d"; }

.t-i-zoom:before {
  content: "\e13e"; }

.t-i-zoom-in:before {
  content: "\e13f"; }

.t-i-zoom-out:before {
  content: "\e140"; }

.t-i-pan:before {
  content: "\e141"; }

.t-i-calculator:before {
  content: "\e142"; }

.t-i-equal:before {
  content: "\e14a"; }

.t-i-not-equal:before {
  content: "\e14b"; }

.t-i-less-or-equal:before {
  content: "\e14c"; }

.t-i-greater-or-equal:before {
  content: "\e14d"; }

.t-i-divide:before {
  content: "\e14e"; }

.t-i-play:before {
  content: "\e200"; }

.t-i-pause:before {
  content: "\e201"; }

.t-i-stop:before {
  content: "\e202"; }

.t-i-rewind:before {
  content: "\e203"; }

.t-i-forward:before {
  content: "\e204"; }

.t-i-volume-down:before {
  content: "\e205"; }

.t-i-volume-up:before {
  content: "\e206"; }

.t-i-volume-off:before {
  content: "\e207"; }

.t-i-hd:before {
  content: "\e208"; }

.t-i-subtitles:before {
  content: "\e209"; }

.t-i-playlist:before {
  content: "\e20a"; }

.t-i-audio:before {
  content: "\e20b"; }

.t-i-heart-outline:before {
  content: "\e300"; }

.t-i-heart:before {
  content: "\e301"; }

.t-i-star-outline:before {
  content: "\e302"; }

.t-i-star:before {
  content: "\e303"; }

.t-i-check-box:before {
  content: "\e304"; }

.t-i-check-box-checked:before {
  content: "\e305"; }

.t-i-three-state-indeterminate:before {
  content: "\e306"; }

.t-i-three-state-null:before {
  content: "\e307"; }

.t-i-circle:before {
  content: "\e308"; }

.t-i-radio-button:before {
  content: "\e309"; }

.t-i-radio-button-checked:before {
  content: "\e30a"; }

.t-i-notification:before {
  content: "\e400"; }

.t-i-information:before {
  content: "\e401"; }

.t-i-question:before {
  content: "\e402"; }

.t-i-warning:before {
  content: "\e403"; }

.t-i-photo-camera:before {
  content: "\e500"; }

.t-i-image:before {
  content: "\e501"; }

.t-i-image-export:before {
  content: "\e502"; }

.t-i-zoom-actual-size:before {
  content: "\e503"; }

.t-i-zoom-best-fit:before {
  content: "\e504"; }

.t-i-image-resize:before {
  content: "\e505"; }

.t-i-crop:before {
  content: "\e506"; }

.t-i-mirror:before {
  content: "\e507"; }

.t-i-flip-horizontal:before {
  content: "\e508"; }

.t-i-flip-vertical:before {
  content: "\e509"; }

.t-i-rotate:before {
  content: "\e50a"; }

.t-i-rotate-right:before {
  content: "\e50b"; }

.t-i-rotate-left:before {
  content: "\e50c"; }

.t-i-brush:before {
  content: "\e50d"; }

.t-i-palette:before {
  content: "\e50e"; }

.t-i-paint:before {
  content: "\e50f"; }

.t-i-line:before {
  content: "\e510"; }

.t-i-brightness-contrast:before {
  content: "\e511"; }

.t-i-saturation:before {
  content: "\e512"; }

.t-i-invert-colors:before {
  content: "\e513"; }

.t-i-transperancy:before {
  content: "\e514"; }

.t-i-greyscale:before {
  content: "\e515"; }

.t-i-blur:before {
  content: "\e516"; }

.t-i-sharpen:before {
  content: "\e517"; }

.t-i-shape:before {
  content: "\e518"; }

.t-i-round-corners:before {
  content: "\e519"; }

.t-i-front-element:before {
  content: "\e51a"; }

.t-i-back-element:before {
  content: "\e51b"; }

.t-i-forward-element:before {
  content: "\e51c"; }

.t-i-backward-element:before {
  content: "\e51d"; }

.t-i-align-left-element:before {
  content: "\e51e"; }

.t-i-align-center-element:before {
  content: "\e51f"; }

.t-i-align-right-element:before {
  content: "\e520"; }

.t-i-align-top-element:before {
  content: "\e521"; }

.t-i-align-middle-element:before {
  content: "\e522"; }

.t-i-align-bottom-element:before {
  content: "\e523"; }

.t-i-thumbnails-up:before {
  content: "\e524"; }

.t-i-thumbnails-right:before {
  content: "\e525"; }

.t-i-thumbnails-down:before {
  content: "\e526"; }

.t-i-thumbnails-left:before {
  content: "\e527"; }

.t-i-full-screen:before {
  content: "\e528"; }

.t-i-full-screen-exit:before {
  content: "\e529"; }

.t-i-page-properties:before {
  content: "\e600"; }

.t-i-bold:before {
  content: "\e601"; }

.t-i-italic:before {
  content: "\e602"; }

.t-i-underline:before {
  content: "\e603"; }

.t-i-font-family:before {
  content: "\e604"; }

.t-i-foreground-color:before {
  content: "\e605"; }

.t-i-convert-lowercase:before {
  content: "\e606"; }

.t-i-convert-uppercase:before {
  content: "\e607"; }

.t-i-strikethrough:before {
  content: "\e608"; }

.t-i-sub-script:before {
  content: "\e609"; }

.t-i-sup-script:before {
  content: "\e60a"; }

.t-i-div:before {
  content: "\e60b"; }

.t-i-all:before {
  content: "\e60c"; }

.t-i-h1:before {
  content: "\e60d"; }

.t-i-h2:before {
  content: "\e60e"; }

.t-i-h3:before {
  content: "\e60f"; }

.t-i-h4:before {
  content: "\e610"; }

.t-i-h5:before {
  content: "\e611"; }

.t-i-h6:before {
  content: "\e612"; }

.t-i-list-numbered:before {
  content: "\e613"; }

.t-i-list-unordered:before {
  content: "\e614"; }

.t-i-indent-increase:before {
  content: "\e615"; }

.t-i-indent-decrease:before {
  content: "\e616"; }

.t-i-insert-up:before {
  content: "\e617"; }

.t-i-insert-middle:before {
  content: "\e618"; }

.t-i-insert-down:before {
  content: "\e619"; }

.t-i-align-top:before {
  content: "\e61a"; }

.t-i-align-middle:before {
  content: "\e61b"; }

.t-i-align-bottom:before {
  content: "\e61c"; }

.t-i-align-left:before {
  content: "\e61d"; }

.t-i-align-center:before {
  content: "\e61e"; }

.t-i-align-right:before {
  content: "\e61f"; }

.t-i-align-justify:before {
  content: "\e620"; }

.t-i-align-remove:before {
  content: "\e621"; }

.t-i-text-wrap:before {
  content: "\e622"; }

.t-i-rule-horizontal:before {
  content: "\e623"; }

.t-i-table-align-top-left:before {
  content: "\e624"; }

.t-i-table-align-top-center:before {
  content: "\e625"; }

.t-i-table-align-top-right:before {
  content: "\e626"; }

.t-i-table-align-middle-left:before {
  content: "\e627"; }

.t-i-table-align-middle-center:before {
  content: "\e628"; }

.t-i-table-align-middle-right:before {
  content: "\e629"; }

.t-i-table-align-bottom-left:before {
  content: "\e62a"; }

.t-i-table-align-bottom-center:before {
  content: "\e62b"; }

.t-i-table-align-bottom-right:before {
  content: "\e62c"; }

.t-i-table-align-remove:before {
  content: "\e62d"; }

.t-i-borders-all:before {
  content: "\e62e"; }

.t-i-borders-outside:before {
  content: "\e62f"; }

.t-i-borders-inside:before {
  content: "\e630"; }

.t-i-borders-inside-horizontal:before {
  content: "\e631"; }

.t-i-borders-inside-vertical:before {
  content: "\e632"; }

.t-i-border-top:before {
  content: "\e633"; }

.t-i-border-bottom:before {
  content: "\e634"; }

.t-i-border-left:before {
  content: "\e635"; }

.t-i-border-right:before {
  content: "\e636"; }

.t-i-border-no:before {
  content: "\e637"; }

.t-i-borders-show-hide:before {
  content: "\e638"; }

.t-i-form:before {
  content: "\e639"; }

.t-i-form-element:before {
  content: "\e63a"; }

.t-i-code-snippet:before {
  content: "\e63b"; }

.t-i-select-all:before {
  content: "\e63c"; }

.t-i-button:before {
  content: "\e63d"; }

.t-i-select-box:before {
  content: "\e63e"; }

.t-i-calendar-date:before {
  content: "\e63f"; }

.t-i-group-box:before {
  content: "\e640"; }

.t-i-textarea:before {
  content: "\e641"; }

.t-i-textbox:before {
  content: "\e642"; }

.t-i-textbox-hidden:before {
  content: "\e643"; }

.t-i-password:before {
  content: "\e644"; }

.t-i-paragraph-add:before {
  content: "\e645"; }

.t-i-edit-tools:before {
  content: "\e646"; }

.t-i-template-manager:before {
  content: "\e647"; }

.t-i-change-manually:before {
  content: "\e648"; }

.t-i-track-changes:before {
  content: "\e649"; }

.t-i-track-changes-enable:before {
  content: "\e64a"; }

.t-i-track-changes-accept:before {
  content: "\e64b"; }

.t-i-track-changes-accept-all:before {
  content: "\e64c"; }

.t-i-track-changes-reject:before {
  content: "\e64d"; }

.t-i-track-changes-reject-all:before {
  content: "\e64e"; }

.t-i-document-manager:before {
  content: "\e64f"; }

.t-i-custom-icon:before {
  content: "\e650"; }

.t-i-dictionary-add:before {
  content: "\e651"; }

.t-i-image-light-dialog:before {
  content: "\e652"; }

.t-i-image-edit:before {
  content: "\e653"; }

.t-i-image-map-editor:before {
  content: "\e654"; }

.t-i-comment:before {
  content: "\e655"; }

.t-i-comment-remove:before {
  content: "\e656"; }

.t-i-comments-remove-all:before {
  content: "\e657"; }

.t-i-silverlight:before {
  content: "\e658"; }

.t-i-media-manager:before {
  content: "\e659"; }

.t-i-video-external:before {
  content: "\e65a"; }

.t-i-flash-manager:before {
  content: "\e65b"; }

.t-i-find-and-replace:before {
  content: "\e65c"; }

.t-i-copy:before {
  content: "\e65d"; }

.t-i-cut:before {
  content: "\e65e"; }

.t-i-paste:before {
  content: "\e65f"; }

.t-i-paste-as-html:before {
  content: "\e660"; }

.t-i-paste-from-word:before {
  content: "\e661"; }

.t-i-paste-from-word-strip-file:before {
  content: "\e662"; }

.t-i-paste-html:before {
  content: "\e663"; }

.t-i-paste-markdown:before {
  content: "\e664"; }

.t-i-paste-plain-text:before {
  content: "\e665"; }

.t-i-apply-format:before {
  content: "\e666"; }

.t-i-clear-css:before {
  content: "\e667"; }

.t-i-copy-format:before {
  content: "\e668"; }

.t-i-strip-all-formating:before {
  content: "\e669"; }

.t-i-strip-css-format:before {
  content: "\e66a"; }

.t-i-strip-font-elements:before {
  content: "\e66b"; }

.t-i-strip-span-elements:before {
  content: "\e66c"; }

.t-i-strip-word-formatting:before {
  content: "\e66d"; }

.t-i-format-code-block:before {
  content: "\e66e"; }

.t-i-style-builder:before {
  content: "\e66f"; }

.t-i-module-manager:before {
  content: "\e670"; }

.t-i-hyperlink-light-dialog:before {
  content: "\e671"; }

.t-i-hyperlink:before {
  content: "\e672"; }

.t-i-hyperlink-remove:before {
  content: "\e673"; }

.t-i-hyperlink-email:before {
  content: "\e674"; }

.t-i-anchor:before {
  content: "\e675"; }

.t-i-table-light-dialog:before {
  content: "\e676"; }

.t-i-table:before {
  content: "\e677"; }

.t-i-table-properties:before {
  content: "\e678"; }

.t-i-table-cell:before {
  content: "\e679"; }

.t-i-table-cell-properties:before {
  content: "\e67a"; }

.t-i-table-column-insert-left:before {
  content: "\e67b"; }

.t-i-table-column-insert-right:before {
  content: "\e67c"; }

.t-i-table-row-insert-above:before {
  content: "\e67d"; }

.t-i-table-row-insert-below:before {
  content: "\e67e"; }

.t-i-table-column-delete:before {
  content: "\e67f"; }

.t-i-table-row-delete:before {
  content: "\e680"; }

.t-i-table-cell-delete:before {
  content: "\e681"; }

.t-i-table-delete:before {
  content: "\e682"; }

.t-i-cells-merge:before {
  content: "\e683"; }

.t-i-cells-merge-horizontally:before {
  content: "\e684"; }

.t-i-cells-merge-vertically:before {
  content: "\e685"; }

.t-i-cell-split-horizontally:before {
  content: "\e686"; }

.t-i-cell-split-vertically:before {
  content: "\e687"; }

.t-i-table-unmerge:before {
  content: "\e688"; }

.t-i-pane-freeze:before {
  content: "\e689"; }

.t-i-row-freeze:before {
  content: "\e68a"; }

.t-i-column-freeze:before {
  content: "\e68b"; }

.t-i-toolbar-float:before {
  content: "\e68c"; }

.t-i-spell-checker:before {
  content: "\e68d"; }

.t-i-validation-xhtml:before {
  content: "\e68e"; }

.t-i-validation-data:before {
  content: "\e68f"; }

.t-i-toggle-full-screen-mode:before {
  content: "\e690"; }

.t-i-formula-fx:before {
  content: "\e691"; }

.t-i-sum:before {
  content: "\e692"; }

.t-i-symbol:before {
  content: "\e693"; }

.t-i-dollar:before {
  content: "\e694"; }

.t-i-percent:before {
  content: "\e695"; }

.t-i-custom-format:before {
  content: "\e696"; }

.t-i-decimal-increase:before {
  content: "\e697"; }

.t-i-decimal-decrease:before {
  content: "\e698"; }

.t-i-globe-outline:before {
  content: "\e700"; }

.t-i-globe:before {
  content: "\e701"; }

.t-i-marker-pin:before {
  content: "\e702"; }

.t-i-marker-pin-target:before {
  content: "\e703"; }

.t-i-pin:before {
  content: "\e704"; }

.t-i-unpin:before {
  content: "\e705"; }

.t-i-share:before {
  content: "\e800"; }

.t-i-user:before {
  content: "\e801"; }

.t-i-inbox:before {
  content: "\e802"; }

.t-i-blogger:before {
  content: "\e803"; }

.t-i-blogger-box:before {
  content: "\e804"; }

.t-i-delicious:before {
  content: "\e805"; }

.t-i-delicious-box:before {
  content: "\e806"; }

.t-i-digg:before {
  content: "\e807"; }

.t-i-digg-box:before {
  content: "\e808"; }

.t-i-email:before {
  content: "\e809"; }

.t-i-email-box:before {
  content: "\e80a"; }

.t-i-facebook:before {
  content: "\e80b"; }

.t-i-facebook-box:before {
  content: "\e80c"; }

.t-i-google-bookmarks:before {
  content: "\e80d"; }

.t-i-google-bookmarks-box:before {
  content: "\e80e"; }

.t-i-google-plus:before {
  content: "\e80f"; }

.t-i-google-plus-box:before {
  content: "\e810"; }

.t-i-linkedin:before {
  content: "\e811"; }

.t-i-linkedin-box:before {
  content: "\e812"; }

.t-i-myspace:before {
  content: "\e813"; }

.t-i-myspace-box:before {
  content: "\e814"; }

.t-i-pinterest:before {
  content: "\e815"; }

.t-i-pinterest-box:before {
  content: "\e816"; }

.t-i-reddit:before {
  content: "\e817"; }

.t-i-reddit-box:before {
  content: "\e818"; }

.t-i-stumble-upon:before {
  content: "\e819"; }

.t-i-stumble-upon-box:before {
  content: "\e81a"; }

.t-i-tell-a-friend:before {
  content: "\e81b"; }

.t-i-tell-a-friend-box:before {
  content: "\e81c"; }

.t-i-tumblr:before {
  content: "\e81d"; }

.t-i-tumblr-box:before {
  content: "\e81e"; }

.t-i-twitter:before {
  content: "\e81f"; }

.t-i-twitter-box:before {
  content: "\e820"; }

.t-i-yammer:before {
  content: "\e821"; }

.t-i-yammer-box:before {
  content: "\e822"; }

.t-i-folder:before {
  content: "\e900"; }

.t-i-folder-open:before {
  content: "\e901"; }

.t-i-folder-add:before {
  content: "\e902"; }

.t-i-folder-up:before {
  content: "\e903"; }

.t-i-fields-more:before {
  content: "\e904"; }

.t-i-aggregate-fields:before {
  content: "\e905"; }

.t-i-file:before {
  content: "\e906"; }

.t-i-file-add:before {
  content: "\e907"; }

.t-i-txt:before {
  content: "\e908"; }

.t-i-csv:before {
  content: "\e909"; }

.t-i-excel:before {
  content: "\e90a"; }

.t-i-word:before {
  content: "\e90b"; }

.t-i-mdb:before {
  content: "\e90c"; }

.t-i-ppt:before {
  content: "\e90d"; }

.t-i-pdf:before {
  content: "\e90e"; }

.t-i-psd:before {
  content: "\e90f"; }

.t-i-flash:before {
  content: "\e910"; }

.t-i-config:before {
  content: "\e911"; }

.t-i-ascx:before {
  content: "\e912"; }

.t-i-bac:before {
  content: "\e913"; }

.t-i-zip:before {
  content: "\e914"; }

.t-i-film:before {
  content: "\e915"; }

.t-i-css3:before {
  content: "\e916"; }

.t-i-html5:before {
  content: "\e917"; }

.t-i-html:before {
  content: "\e918"; }

.t-i-css:before {
  content: "\e919"; }

.t-i-js:before {
  content: "\e91a"; }

.t-i-exe:before {
  content: "\e91b"; }

.t-i-csproj:before {
  content: "\e91c"; }

.t-i-vbproj:before {
  content: "\e91d"; }

.t-i-cs:before {
  content: "\e91e"; }

.t-i-vb:before {
  content: "\e91f"; }

.t-i-sln:before {
  content: "\e920"; }

.t-i-cloud:before {
  content: "\e921"; }

/* TelerikWebUI end */
html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga","kern";
  font-feature-settings: "liga","kern";
  -moz-osx-font-smoothing: grayscale; }

body,
article,
blockquote,
#results > div,
.side-nav,
.components {
  font-size: 14px;
  line-height: 1.2em; }

html {
  height: 100%;
  font-size: 14px;
  background-color: #f8f8f8; }

body {
  min-height: 100%;
  height: 100%;
  position: relative;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: #4f5d6c;
  -webkit-transition: padding-top .1s;
  transition: padding-top .1s;
  padding-top: 95px; }
  body.scroll {
    padding-top: 70px; }
  body.scroll-page, body.scroll-small-page {
    height: auto !important; }

.turbolinks-progress-bar {
  background-color: #ff884d; }

label {
  font-weight: normal;
  margin-bottom: 0; }

.img-responsive,
.img-responsive img {
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-drag: none; }

image {
  width: auto;
  height: auto;
  max-width: 100%; }

div.caption {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.222em; }

/* Sticky Footer Styles */
div#content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -340px;
  position: relative;
  overflow: hidden; }

#push,
div#footer {
  min-height: 340px; }

div#footer {
  color: #898c92;
  background-color: #1b1e24;
  font-size: 11px;
  line-height: 1.3em;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative; }
  div#footer h1, div#footer h2, div#footer h3, div#footer h4, div#footer h5, div#footer h6 {
    color: #898c92; }
  div#footer h6 {
    font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    letter-spacing: 0.02rem;
    text-transform: uppercase; }
  div#footer ul {
    font-size: 15px;
    line-height: 22px; }
  div#footer a {
    color: #fff;
    -webkit-transition: color .2s;
    transition: color .2s; }
    div#footer a:hover, div#footer a:focus {
      color: #83dbfd; }
  div#footer p {
    color: #4f5d6c; }
  .environment-develop div#footer {
    background-color: #ff884d; }
    .environment-develop div#footer h1, .environment-develop div#footer h2, .environment-develop div#footer h3, .environment-develop div#footer h4, .environment-develop div#footer h5, .environment-develop div#footer h6,
    .environment-develop div#footer a:hover,
    .environment-develop div#footer a:focus {
      color: #ffd0a6; }

.copyright {
  position: relative;
  margin-top: 40px;
  text-align: center; }

.social-icons {
  padding-bottom: 30px; }

#footer .social-icon {
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 26px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

#footer .social-icon:last-child {
  padding-right: 0; }

.social-icon:hover {
  opacity: 0.5; }

.social-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle; }

.social-icon path {
  fill: #fff; }

/* Generic Styles */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em; }

h1, .h1 {
  font-size: 40px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: .95em;
  font-weight: 400; }

h2, .h2 {
  font-size: 26px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h3, .h3 {
  font-size: 22px;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

h4, .h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

h5, .h5 {
  font-size: 13px;
  line-height: 1.231em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

p.lead {
  font-size: 20px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  color: #4f5d6c;
  margin-bottom: 0; }

.sticky {
  display: inline-block; }

a {
  color: #2489d8;
  /*0277bd*/ }

a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a:hover,
a:focus,
a:active {
  color: #ff884d; }

b,
strong {
  font-weight: 500; }

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  height: 0;
  line-height: 0; }

.list-unstyled {
  line-height: 30px; }

.release-date {
  /* Release date style in version heading h2 */
  font-size: .6em;
  color: #4f5d6c; }

/* NavBar */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 360px; }

.navbar {
  min-height: 34px;
  line-height: 0;
  margin-bottom: 0;
  border-bottom: 0;
  -webkit-transition: top .1s, background-color .1s;
  transition: top .1s, background-color .1s;
  /* Hamburger Button Styles */ }
  .no-js .navbar, .scroll .navbar {
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05), 0 0 2px rgba(0, 0, 0, 0.05); }
  .navbar .navbar-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0; }
    .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
      background-color: #353c43; }
    .navbar .navbar-toggle .icon-bar {
      margin-left: auto;
      margin-right: auto; }

.navbar-nav {
  margin: 0 -15px; }

.navbar-collapse {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

nav.TK-Nav, .PRGS-PairNav {
  width: 100%;
  margin-top: -95px; }

/* Main Menu */
#navbar {
  -webkit-transition: padding-top .1s;
  transition: padding-top .1s;
  padding-top: 20px;
  margin-bottom: 20px; }
  .scroll #navbar {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.2); }
  #navbar a {
    font-size: 15px;
    padding: 1px 10px 0;
    -webkit-transition: line-height .1s;
    transition: line-height .1s;
    line-height: 35px;
    color: #4a4e52;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    background-color: transparent; }
    #navbar a::after {
      content: "";
      height: 3px;
      display: block;
      background-color: transparent;
      -webkit-transition: background-color .3s;
      transition: background-color .3s; }
  #navbar a:hover::after,
  #navbar a:focus::after,
  #navbar a:active::after,
  #navbar .active a::after {
    background-color: #ff884d; }
  #navbar li {
    position: static; }
  #navbar .navbar-brand {
    padding: 0;
    width: 220px;
    height: 39px;
    max-width: 20%;
    margin-top: -3px;
    display: block; }
    #navbar .navbar-brand.brand-platform-wpf {
      background: transparent url("/kendo-ui/assets/logo-wpf-a239d05ff3a61b0b070db787ba0bdfb496ebd745798c342d9de3b9c761c4265a.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-silverlight {
      background: transparent url("/kendo-ui/assets/logo-silverlight-f16248b4ee2277a88830e63c69f4f0d1f0ccdd3b347b2466b7ce897fd3b78662.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-dpl {
      background: transparent url("/kendo-ui/assets/logo-dpl-d55faef29a93a84821d5e25021790b6e03965e93eba46807aa6647a8443e2e4d.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-aspnet-ajax {
      background: transparent url("/kendo-ui/assets/logo-aspnet-ajax-ad5b538379cfe9b8449cc79e0f9112226693385076b70c4c9c0dbaab402df20c.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-winforms {
      background: transparent url("/kendo-ui/assets/logo-winforms-4114e874c06d17903a41366c7de328cd3aef86f906d287b625ccffc4f78995b6.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-reporting {
      background: transparent url("/kendo-ui/assets/logo-reporting-901c071b278f9ec32663fd6470f52abaeae0799e6384931b08c3b870957b6914.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-report-server {
      background: transparent url("/kendo-ui/assets/logo-report-server-0be3d0d36b7d4b2597da3fd365e4fb6ec0fe4956c217355761a7a6aad6148be7.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-uwp {
      background: transparent url("/kendo-ui/assets/logo-uwp-c7f079c36e8624f99f838397c3988f31da5c37b101d5c18a2fc0cb4adfefc03c.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-xamarin {
      background: transparent url("/kendo-ui/assets/logo-xamarin-3be168ad83b59bde9107a01e32caade77a267a1d1079e30a53fee29a97b4f6e8.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-fiddler-everywhere {
      background: transparent url("/kendo-ui/assets/logo-fiddler-everywhere-f5cf90ee4f5f33f927c2cc9dcf95b7a787e3586c61f0d47f8d0e2ec219f9b334.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-aspnet-mvc {
      background: transparent url("/kendo-ui/assets/logo-aspnet-mvc-37ec5d1d66a8ac6d2002680219d55a6e7fe05d39773e52c7c5190fd7955ea867.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-aspnet-core {
      background: transparent url("/kendo-ui/assets/logo-aspnet-core-f0a2a9c2b12767abd2f6a89182325f4ca90096ed82ca3ac1aa2012d78b7c781a.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-fiddler {
      background: transparent url("/kendo-ui/assets/logo-fiddler-c54985d42b240d3be60594fb48d0e2014f2ce7dd35f97a4cb0dbbf848cd70703.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-kendo-ui {
      background: transparent url("/kendo-ui/assets/logo-kendo-ui-27bb635951da0e865db0027d8bcdca9e6eee3513f0fd5270c250a7d8b0f74377.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-teststudio {
      background: transparent url("/kendo-ui/assets/logo-teststudio-26c7e712f4ca07bf329c4ede070bd3ffc694778f4f9f7cbf54e0e922d9fc2d99.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-teststudiodev {
      background: transparent url("/kendo-ui/assets/logo-teststudiodev-d722da703ef9ed5975c5d992caf825254d33e045722142efa463f5537c51d9af.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-teststudio-apis {
      background: transparent url("/kendo-ui/assets/logo-teststudio-apis-324662f35c95b5d98c3e0748352c82d017b0e81bff58007190e825a783d9079b.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-justdecompile {
      background: transparent url("/kendo-ui/assets/logo-justdecompile-63b2084ff14683cfb45837ecc80b8dd0f1a9f9b73f2ce0aa97a057980da184ef.svg") no-repeat 0 50%; }
    #navbar .navbar-brand.brand-platform-justmock {
      background: transparent url("/kendo-ui/assets/logo-justmock-c0f4fc15eb88363e3d9bdfaa6fc29c4902fe9109a6c55df28c69c67e64c7f8d8.svg") no-repeat 0 50%; }
    #navbar .navbar-brand::before {
      content: " ";
      position: absolute;
      top: -100px;
      visibility: hidden; }
      #navbar .navbar-brand::before.brand-platform-wpf {
        background-image: url("/kendo-ui/assets/logo-scroll-wpf-7ed5777f150efb0ab7f62aa5c0ae5cd19282a92a5b6bf4dd0de76704f478e228.svg"); }
      #navbar .navbar-brand::before.brand-platform-silverlight {
        background-image: url("/kendo-ui/assets/logo-scroll-silverlight-0e7a4d58a0e4b60826d0a4e37ac3d2b341b24c336f20e073f6bf4748032a4092.svg"); }
      #navbar .navbar-brand::before.brand-platform-dpl {
        background-image: url("/kendo-ui/assets/logo-scroll-dpl-f8fb5405ac2d14746c2763743307db1f2894644b3e4a45fcd58b6f1b8c199aaa.svg"); }
      #navbar .navbar-brand::before.brand-platform-aspnet-ajax {
        background-image: url("/kendo-ui/assets/logo-scroll-aspnet-ajax-975d638b7c2a994ed4883af62a72d2f0f5cdad0bec15a0468879f201e2909676.svg"); }
      #navbar .navbar-brand::before.brand-platform-winforms {
        background-image: url("/kendo-ui/assets/logo-scroll-winforms-b2a0db6a0a02fd952e347b2b4ee88f4be099b145f11ba130fcbdda468203b87d.svg"); }
      #navbar .navbar-brand::before.brand-platform-reporting {
        background-image: url("/kendo-ui/assets/logo-scroll-reporting-9e23f953330cefea961e9c481573b61ba53a421f93fe107a6b9ee21be6172611.svg"); }
      #navbar .navbar-brand::before.brand-platform-report-server {
        background-image: url("/kendo-ui/assets/logo-scroll-report-server-68da5c30cc45c24918237cd2ec17e916cc880cbf9f567da0242e7862ece3080e.svg"); }
      #navbar .navbar-brand::before.brand-platform-uwp {
        background-image: url("/kendo-ui/assets/logo-scroll-uwp-0750a6c927ae713d6186059500fa230332c25d3c2329b1d6845343517144f87a.svg"); }
      #navbar .navbar-brand::before.brand-platform-xamarin {
        background-image: url("/kendo-ui/assets/logo-scroll-xamarin-1991f6ad8155886f2eeea5a33af05a288569c39927b212cd1cdeecf70469b9b0.svg"); }
      #navbar .navbar-brand::before.brand-platform-fiddler-everywhere {
        background-image: url("/kendo-ui/assets/logo-scroll-fiddler-everywhere-d5a46008f97b5ec50a1f1d1f545eb7fa6b5960e4560686f5840a7f436ecdd580.svg"); }
      #navbar .navbar-brand::before.brand-platform-aspnet-mvc {
        background-image: url("/kendo-ui/assets/logo-scroll-aspnet-mvc-9bbee2d86e1df7765cf74009e4efcbb393dce09c44c00e46a5a2a6068fd47099.svg"); }
      #navbar .navbar-brand::before.brand-platform-aspnet-core {
        background-image: url("/kendo-ui/assets/logo-scroll-aspnet-core-f28e39271704832e855d6c39280d5144ea2e1633b3d2db93a4a04b3daaa3188b.svg"); }
      #navbar .navbar-brand::before.brand-platform-fiddler {
        background-image: url("/kendo-ui/assets/logo-scroll-fiddler-9662002f0c06d71ce73e6f84b2dce705532a1fd8f91e1abd6aa16adeb94368ff.svg"); }
      #navbar .navbar-brand::before.brand-platform-kendo-ui {
        background-image: url("/kendo-ui/assets/logo-scroll-kendo-ui-70d9516c90398c204a760abda29392dc24ba31ad202b06fb3e4c652de008efff.svg"); }
      #navbar .navbar-brand::before.brand-platform-teststudio {
        background-image: url("/kendo-ui/assets/logo-scroll-teststudio-adb72fcf478e53a452dbfe1c965a1ff664af6726fcd45bbc86c584ca8f066f3b.svg"); }
      #navbar .navbar-brand::before.brand-platform-teststudiodev {
        background-image: url("/kendo-ui/assets/logo-scroll-teststudiodev-d32cfcfa184d443371a049327b0a038aaeb6877d22c51bf2ca2897761ba06a22.svg"); }
      #navbar .navbar-brand::before.brand-platform-teststudio-apis {
        background-image: url("/kendo-ui/assets/logo-scroll-teststudio-apis-942b9154538699d05ed3dbb0c819ecdc26e4a348216584bf3db37c5f9e5e8a61.svg"); }
      #navbar .navbar-brand::before.brand-platform-justdecompile {
        background-image: url("/kendo-ui/assets/logo-scroll-justdecompile-f140ef6b18435a192b25a5aca596423aef4d029d40be1b62911920e2e64fd2a4.svg"); }
      #navbar .navbar-brand::before.brand-platform-justmock {
        background-image: url("/kendo-ui/assets/logo-scroll-justmock-82fac99c2535f9aa93f9864869f3882f8a09a549c0162bcdff9c45ca12339acd.svg"); }
    .scroll #navbar .navbar-brand {
      margin-top: 0;
      height: 36px;
      display: block;
      max-width: 40%; }
      .scroll #navbar .navbar-brand.brand-platform-wpf {
        background: transparent url("/kendo-ui/assets/logo-scroll-wpf-7ed5777f150efb0ab7f62aa5c0ae5cd19282a92a5b6bf4dd0de76704f478e228.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-silverlight {
        background: transparent url("/kendo-ui/assets/logo-scroll-silverlight-0e7a4d58a0e4b60826d0a4e37ac3d2b341b24c336f20e073f6bf4748032a4092.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-dpl {
        background: transparent url("/kendo-ui/assets/logo-scroll-dpl-f8fb5405ac2d14746c2763743307db1f2894644b3e4a45fcd58b6f1b8c199aaa.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-aspnet-ajax {
        background: transparent url("/kendo-ui/assets/logo-scroll-aspnet-ajax-975d638b7c2a994ed4883af62a72d2f0f5cdad0bec15a0468879f201e2909676.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-winforms {
        background: transparent url("/kendo-ui/assets/logo-scroll-winforms-b2a0db6a0a02fd952e347b2b4ee88f4be099b145f11ba130fcbdda468203b87d.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-reporting {
        background: transparent url("/kendo-ui/assets/logo-scroll-reporting-9e23f953330cefea961e9c481573b61ba53a421f93fe107a6b9ee21be6172611.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-report-server {
        background: transparent url("/kendo-ui/assets/logo-scroll-report-server-68da5c30cc45c24918237cd2ec17e916cc880cbf9f567da0242e7862ece3080e.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-uwp {
        background: transparent url("/kendo-ui/assets/logo-scroll-uwp-0750a6c927ae713d6186059500fa230332c25d3c2329b1d6845343517144f87a.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-xamarin {
        background: transparent url("/kendo-ui/assets/logo-scroll-xamarin-1991f6ad8155886f2eeea5a33af05a288569c39927b212cd1cdeecf70469b9b0.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-fiddler-everywhere {
        background: transparent url("/kendo-ui/assets/logo-scroll-fiddler-everywhere-d5a46008f97b5ec50a1f1d1f545eb7fa6b5960e4560686f5840a7f436ecdd580.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-aspnet-mvc {
        background: transparent url("/kendo-ui/assets/logo-scroll-aspnet-mvc-9bbee2d86e1df7765cf74009e4efcbb393dce09c44c00e46a5a2a6068fd47099.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-aspnet-core {
        background: transparent url("/kendo-ui/assets/logo-scroll-aspnet-core-f28e39271704832e855d6c39280d5144ea2e1633b3d2db93a4a04b3daaa3188b.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-fiddler {
        background: transparent url("/kendo-ui/assets/logo-scroll-fiddler-9662002f0c06d71ce73e6f84b2dce705532a1fd8f91e1abd6aa16adeb94368ff.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-kendo-ui {
        background: transparent url("/kendo-ui/assets/logo-scroll-kendo-ui-70d9516c90398c204a760abda29392dc24ba31ad202b06fb3e4c652de008efff.svg") no-repeat 0 4px; }
      .scroll #navbar .navbar-brand.brand-platform-teststudio {
        background: transparent url("/kendo-ui/assets/logo-scroll-teststudio-adb72fcf478e53a452dbfe1c965a1ff664af6726fcd45bbc86c584ca8f066f3b.svg") no-repeat 0 4px; }
      .scroll #navbar .navbar-brand.brand-platform-teststudiodev {
        background: transparent url("/kendo-ui/assets/logo-scroll-teststudiodev-d32cfcfa184d443371a049327b0a038aaeb6877d22c51bf2ca2897761ba06a22.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-teststudio-apis {
        background: transparent url("/kendo-ui/assets/logo-scroll-teststudio-apis-942b9154538699d05ed3dbb0c819ecdc26e4a348216584bf3db37c5f9e5e8a61.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-justdecompile {
        background: transparent url("/kendo-ui/assets/logo-scroll-justdecompile-f140ef6b18435a192b25a5aca596423aef4d029d40be1b62911920e2e64fd2a4.svg") no-repeat 0 8px; }
      .scroll #navbar .navbar-brand.brand-platform-justmock {
        background: transparent url("/kendo-ui/assets/logo-scroll-justmock-82fac99c2535f9aa93f9864869f3882f8a09a549c0162bcdff9c45ca12339acd.svg") no-repeat 0 8px; }
    #navbar .navbar-brand .alt-text {
      visibility: hidden; }
    #navbar .navbar-brand::after {
      display: none; }
  #navbar select {
    position: absolute;
    top: 54px;
    -webkit-transition: top .1s;
    transition: top .1s;
    right: 15px;
    max-width: 45%;
    padding: 3px 10px 4px;
    border: 1px solid #f1f1f1;
    background: #ffffff;
    box-shadow: 0 1px 1px 0 transparent;
    font-family: inherit;
    font-size: inherit;
    outline: none; }
    .scroll #navbar select {
      top: 5px;
      max-width: 30%; }
  #navbar .main-menu {
    display: none; }
  #navbar svg {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 45%;
    -webkit-transform: perspective(1px) translateY(-55%);
            transform: perspective(1px) translateY(-55%); }
  #navbar .search-icon {
    height: 38px;
    cursor: pointer; }
    #navbar .search-icon path {
      fill: #4a4e52;
      -webkit-transition: fill .2s;
      transition: fill .2s; }
    #navbar .search-icon::after {
      visibility: hidden; }
    #navbar .search-icon:hover path, #navbar .search-icon:active path, #navbar .search-icon:focus path {
      fill: #ff884d; }
  #navbar .nav-button a {
    background-color: #3f5366; }
    #navbar .nav-button a:hover, #navbar .nav-button a:active {
      background-color: #2c3946; }
  #navbar .primary-cta a {
    background-color: #E74B3C; }
    #navbar .primary-cta a:hover, #navbar .primary-cta a:active {
      background-color: #E53321; }
  #navbar .primary-cta a, #navbar .nav-button a {
    color: #fff;
    padding: 2px 20px 2px;
    margin-left: 12px; }
    #navbar .primary-cta a::after, #navbar .nav-button a::after {
      display: none; }

.brand-homepage .navbar {
  position: absolute;
  box-shadow: none; }
.brand-homepage .global-search {
  right: 0; }
.brand-homepage .primary-cta, .brand-homepage .nav-button {
  display: none; }
.brand-homepage.scroll-page .navbar {
  position: fixed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }
.brand-homepage.scroll-page .global-search {
  right: 90px; }
.brand-homepage.scroll-page .primary-cta, .brand-homepage.scroll-page .nav-button {
  display: block; }

/* Main Wrapper */
.overview {
  padding-top: 50px; }

/* Getting started styles */
.brand-getting-started .call-to-action {
  background-color: #ff884d;
  color: #fff;
  padding: 15px 24px;
  margin-right: 2em;
  display: inline-block;
  text-transform: uppercase; }
  .brand-getting-started .call-to-action:hover, .brand-getting-started .call-to-action:active {
    background-color: #ff661a;
    color: #fff; }
.brand-getting-started #content article .call-to-action-info {
  color: #4f5d6c;
  width: 65%;
  margin-bottom: 60px; }
.brand-getting-started #content article hr {
  margin: 50px 0; }

/* Breadcrumbs */
.breadcrumbs {
  color: #95a3b1;
  font-size: 16px; }

/* Version Picker */
#version {
  background: transparent;
  border: 0;
  font-size: inherit;
  color: #2489d8;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  outline: none; }
  #version:hover {
    color: #ff884d; }
  #version option {
    color: #000; }

/* Side-Nav Styles */
#page-tree,
#page-tree-api {
  padding: 0;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  outline: none; }

.side-nav {
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  display: none;
  background-color: #fff;
  border: 1px solid #ececec;
  z-index: 1070;
  /* Level 3 */
  /* Level 4 */ }
  .side-nav #page-tree .k-item,
  .side-nav #page-tree-api .k-item {
    padding-left: 0; }
  .side-nav #page-tree ul:focus,
  .side-nav #page-tree-api ul:focus {
    outline: none; }
  .side-nav #page-tree ul li span,
  .side-nav #page-tree-api ul li span {
    font-size: 13px; }
  .side-nav .k-treeview .k-in {
    border: 0;
    line-height: 1.2em;
    padding-right: 0; }
  .side-nav .k-in {
    cursor: pointer;
    display: block;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #696b6e;
    text-decoration: none; }
  .side-nav .k-state-hover {
    background-color: #f2f8ff; }
  .side-nav .k-state-selected {
    color: #ff884d; }
    .side-nav .k-state-selected a {
      color: #ff884d;
      font-weight: 500; }
      .side-nav .k-state-selected a:hover {
        background-color: #f2f8ff; }
      .side-nav .k-state-selected a:active {
        background-color: transparent;
        color: #ff884d; }
  .side-nav .k-icon, .side-nav .article {
    position: relative;
    margin: 0;
    padding: 0; }
  .side-nav .article {
    position: absolute;
    left: 20px;
    top: 5px; }
  .side-nav .k-icon:before {
    content: "";
    display: none; }
  .side-nav .article {
    top: 6px;
    width: 14px;
    height: 16px;
    background: url("/kendo-ui/assets/article-ff051d1e7b31bcd6c96967970a31a0bccc297b2e5ed7958842b18de2fb3a8b6b.svg") no-repeat 50% 50%;
    z-index: 10; }
  .side-nav #page-tree > .k-group > .k-item div,
  .side-nav #page-tree-api > .k-group > .k-item div {
    position: relative; }
    .side-nav #page-tree > .k-group > .k-item div > .k-icon,
    .side-nav #page-tree-api > .k-group > .k-item div > .k-icon {
      position: absolute;
      width: 36px;
      height: 16px;
      top: 25%; }
      .side-nav #page-tree > .k-group > .k-item div > .k-icon.k-i-expand,
      .side-nav #page-tree-api > .k-group > .k-item div > .k-icon.k-i-expand {
        background: url("/kendo-ui/assets/group-expand-collapse-c474737898e1fe2d63cf8d10991cb923713a1eb99cb383e71e9e8f48ca7e4583.svg") no-repeat 50% 50%;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        color: #979797; }
      .side-nav #page-tree > .k-group > .k-item div > .k-icon.k-i-collapse,
      .side-nav #page-tree-api > .k-group > .k-item div > .k-icon.k-i-collapse {
        background: url("/kendo-ui/assets/group-expand-collapse-c474737898e1fe2d63cf8d10991cb923713a1eb99cb383e71e9e8f48ca7e4583.svg") no-repeat 50% 50%; }
  .side-nav #page-tree > .k-group > .k-item > div .k-in, .side-nav #page-tree > .k-group > .k-item > div span > a,
  .side-nav #page-tree-api > .k-group > .k-item > div .k-in,
  .side-nav #page-tree-api > .k-group > .k-item > div span > a {
    text-transform: uppercase;
    -webkit-transition: background-color .1s, padding .1s, font-weight .1s;
    transition: background-color .1s, padding .1s, font-weight .1s;
    font-weight: 500;
    color: #4b4e52 !important;
    font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 1.2em; }
  .side-nav #page-tree > .k-group > .k-item > div .k-icon,
  .side-nav #page-tree-api > .k-group > .k-item > div .k-icon {
    top: 25%;
    left: auto; }
  .side-nav #page-tree > .k-group > .k-item > div .k-in .article,
  .side-nav #page-tree-api > .k-group > .k-item > div .k-in .article {
    right: 15px;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }
  .side-nav .k-group .k-group .k-item .k-icon.k-i-collapse, .side-nav .k-group .k-group .k-item .k-icon.k-i-expand {
    top: 11px !important;
    width: 16px !important;
    height: 14px !important;
    opacity: 0.6;
    position: absolute; }
  .side-nav .k-group .k-group .k-in {
    padding-left: 48px;
    font-weight: 500; }
    .side-nav .k-group .k-group .k-in a {
      padding-left: 48px;
      margin-left: -48px;
      padding-top: 6px;
      margin-top: -6px;
      padding-bottom: 6px;
      margin-bottom: -6px; }
  .side-nav .k-group .k-group .k-icon, .side-nav .k-group .k-group .article {
    left: 28px; }
  .side-nav .k-group .k-group .k-group .k-in {
    padding-left: 66px;
    font-weight: 400; }
    .side-nav .k-group .k-group .k-group .k-in a {
      padding-left: 66px;
      margin-left: -66px; }
  .side-nav .k-group .k-group .k-group .k-icon, .side-nav .k-group .k-group .k-group .article {
    left: 46px; }
  .side-nav .k-group .k-group .k-group .k-group .k-in {
    padding-left: 84px; }
    .side-nav .k-group .k-group .k-group .k-group .k-in a {
      padding-left: 84px;
      margin-left: -84px; }
  .side-nav .k-group .k-group .k-group .k-group .k-icon, .side-nav .k-group .k-group .k-group .k-group .article {
    left: 64px; }
  .side-nav .k-group .k-group .k-group .k-group .k-group .k-in {
    padding-left: 102px; }
    .side-nav .k-group .k-group .k-group .k-group .k-group .k-in a {
      padding-left: 102px;
      margin-left: -102px; }
  .side-nav .k-group .k-group .k-group .k-group .k-group .k-icon, .side-nav .k-group .k-group .k-group .k-group .k-group .article {
    left: 82px; }
  .side-nav .k-group .k-group .k-group .k-group .k-group .k-group .k-in {
    padding-left: 120px; }
    .side-nav .k-group .k-group .k-group .k-group .k-group .k-group .k-in a {
      padding-left: 120px;
      margin-left: -120px; }
  .side-nav .k-group .k-group .k-group .k-group .k-group .k-group .k-icon, .side-nav .k-group .k-group .k-group .k-group .k-group .k-group .article {
    left: 100px; }
  .side-nav .side-title {
    padding-left: 30px;
    padding-bottom: 10px; }
  .side-nav.show-components {
    display: block;
    padding-bottom: 15px;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    border-left-width: 0;
    border-right-width: 0;
    z-index: 1100;
    width: 100%; }
    .side-nav.show-components .side-title {
      padding-left: 15px; }
    .side-nav.show-components > ul > li > ul > li > ul > li a {
      /* Exapnded link in Level 3 / Title of Level 4 */
      padding-left: 25px; }
    .side-nav.show-components > ul > li > ul > li > ul > li > ul > li a {
      padding-left: 45px; }
  .side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .side-nav a {
    display: block;
    position: relative;
    line-height: 1em;
    text-decoration: none;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #696b6e; }
  .side-nav a.active {
    color: #ff884d !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .side-nav > ul > li > a {
    font-weight: 500;
    line-height: 1.2em; }
  .side-nav > ul > li.expanded {
    background: #fafafa;
    margin: 10px 0; }
  .side-nav > ul > li > ul {
    /* Level 2 */
    padding: 0 0 10px 0;
    font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .side-nav > ul > li > ul > li a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #2489d8; }
  .side-nav > ul > li > ul > li > ul {
    font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .side-nav > ul > li > ul > li > ul > li a {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .side-nav > ul > li > ul > li > ul > li.expanded > a {
    /* Exapnded link in Level 3 / Title of Level 4 */
    padding-left: 40px; }
  .side-nav > ul > li > ul > li > ul > li > ul {
    font-size: 13px;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .side-nav > ul > li > ul > li > ul > li > ul > li a {
    padding-left: 60px; }

.side-title {
  text-transform: uppercase; }

/* Article Styles */
article {
  position: relative;
  /* Article Table Styles */ }
  article b,
  article strong {
    font-weight: 600; }
  article h1, article h2, article h3, article h4, article h5, article h6 {
    margin: 0;
    padding: 0;
    max-width: 1200px; }
    article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a {
      cursor: pointer;
      color: inherit; }
  article h1, article .h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: .95em; }
  article h2, article .h2 {
    line-height: .95em;
    margin-top: 20px;
    margin-bottom: 10px; }
  article h3, article .h3, article.api-reference .editor h3 {
    font-size: 22px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-top: 20px;
    margin-bottom: 10px; }
  article.api-reference .editor h3 {
    margin: 0; }
  article h4, article .h4 {
    font-size: 16px;
    line-height: 1.222em;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-top: 20px;
    margin-bottom: 10px; }
  article h5, article .h5 {
    font-size: 13px;
    line-height: 1.231em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 20px;
    /* 16 + 24 = 40px */
    margin-bottom: 10px; }
  article p {
    max-width: 1200px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 14; }
    article p a:hover,
    article p a:focus {
      text-decoration: none; }
    article p.run-code {
      margin-top: -5px;
      margin-bottom: 40px; }
  article:not(.api-reference) > p:first-child, article:not(.api-reference) h1 + p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  article h3 + p,
  article .h3 + p,
  article h4 + p,
  article .h4 + p {
    margin-top: 0; }
  article ul, article ol {
    max-width: 1200px;
    margin: 1em 0;
    padding: 0 0 0 2em; }
    article ul li, article ol li {
      margin-bottom: 3px;
      padding-left: .3em;
      position: relative; }
    article ul img, article ol img {
      margin: 0; }
  article ul {
    list-style: none; }
  article:not(.api-reference) ul:not(.docs-tabstrip):not(.k-reset) > li:before {
    content: "";
    position: absolute;
    top: .7em;
    left: -20px;
    width: 14px;
    height: 1px;
    background-color: currentColor; }
  article ul.list-unstyled li {
    padding: 0; }
    article ul.list-unstyled li:before {
      content: none; }
  article img {
    margin: 30px 0;
    width: auto;
    height: auto;
    max-width: 100%; }
  article table {
    width: 100%;
    table-layout: fixed;
    margin: 15px 0 20px;
    word-break: break-word;
    overflow-wrap: break-word; }
    article table th {
      color: #8a959f;
      background-color: #fcfcfc;
      border-bottom: 1px solid #e4e4e4;
      font-size: 13px;
      font-weight: normal;
      text-transform: uppercase; }
    article table th,
    article table td {
      padding: 5px 10px; }
    article table tr:nth-child(odd) {
      background-color: #fcfcfc; }
  article h4 em {
    color: #8a959f;
    font-style: normal;
    padding: 0 5px; }
  article h4 code {
    font-size: 16px;
    padding: 2px 5px 3px; }
  article h4.example-title {
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }

ul.mdash {
  list-style: none; }
  ul.mdash li {
    padding-left: .3em;
    position: relative; }
    ul.mdash li:before {
      content: "";
      position: absolute;
      top: .7em;
      left: -20px;
      width: 14px;
      height: 1px;
      background-color: currentColor; }

blockquote {
  border: 0;
  margin: 20px 0;
  min-height: 70px;
  padding: 24px 80px;
  background-color: #f9edc6;
  background-image: url("/kendo-ui/assets/important-icon-70737dc378007cf8b4d6102e2ad7ded451ef22e7edb89c75d828402100a24a5a.svg");
  color: #fff;
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center;
  background-position-x: 16px;
  background-position-y: 50%;
  color: #000000; }
  blockquote:not(.alert-note) a, blockquote:not(.alert-note) a:link {
    color: #000000;
    text-decoration: underline; }
    blockquote:not(.alert-note) a:hover, blockquote:not(.alert-note) a:active, blockquote:not(.alert-note) a:focus, blockquote:not(.alert-note) a:link:hover, blockquote:not(.alert-note) a:link:active, blockquote:not(.alert-note) a:link:focus {
      color: #000000;
      text-decoration: none !important; }
  blockquote p:first-child,
  blockquote ul:first-child,
  blockquote ol:first-child {
    margin-top: 0; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote.disclaimer {
    background-color: #eaebec;
    color: #4f5d6c; }
    blockquote.disclaimer p:first-child {
      color: #36393f; }
  blockquote.alert-note {
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #eaebec;
    color: #4f5d6c; }
  blockquote.important {
    background-color: #f9edc6;
    background-image: url("/kendo-ui/assets/important-icon-70737dc378007cf8b4d6102e2ad7ded451ef22e7edb89c75d828402100a24a5a.svg"); }
  blockquote.caution, blockquote.warning {
    background-color: #f7e1df;
    background-image: url("/kendo-ui/assets/caution-icon-298117f0dab352ad1b2de08127b9217afcca618ceffc2643ec29c91fa5308aa4.svg"); }
  blockquote.tip, blockquote.note {
    background-color: #e4f1df;
    background-image: url("/kendo-ui/assets/tip-icon-566defa4e3ce550a7328df8d835e3da7b53f12b79074c202186c9113805b6fda.svg"); }

/* Article TOC & Related Articles */
#stick-marker {
  margin-top: 6px; }

.additional-content-column {
  position: absolute;
  right: 0;
  top: 25px;
  margin-right: 40px; }
  .additional-content-column .btn-action {
    color: #ff884d;
    background-color: transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #ff884d;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500; }
    .additional-content-column .btn-action:hover, .additional-content-column .btn-action:focus, .additional-content-column .btn-action:active {
      color: #f1f1f1;
      background-color: #ff884d; }
  .additional-content-column .btn-edit-article {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #ff884d; }
    .additional-content-column .btn-edit-article::before {
      content: "";
      position: absolute;
      top: -2px;
      left: -3px;
      width: 20px;
      height: 20px;
      background: url("/kendo-ui/assets/edit-832f1add7a0a4d5f98daf9a06ebd7f799641d0f61737cb51b257aaf2f85539a2.svg") no-repeat 50% 50%; }
  .additional-content-column .support-info-area {
    margin-bottom: 50px; }
  .additional-content-column .additional-info-content {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #4b4e52; }
  .additional-content-column.affix {
    margin-top: 125px;
    position: fixed;
    top: 0;
    z-index: 1015; }
  .additional-content-column.empty {
    display: none !important; }

.related-articles > ul > li > a {
  font-weight: 500; }

.article-toc, .related-articles {
  font-size: 14px;
  margin-bottom: 30px; }
  .article-toc .side-title, .related-articles .side-title {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #4b4e52; }
  .layout-components .article-toc.affix-top, .layout-components .related-articles.affix-top {
    position: relative;
    top: 160px; }
  .no-js .article-toc, .article-toc.empty, .no-js .related-articles, .related-articles.empty {
    display: none !important; }
  .article-toc ul, .related-articles ul {
    margin: 10px 0 10px -15px; }
    .article-toc ul a, .related-articles ul a {
      display: block;
      margin: 14px 0 5px;
      border-left: 2px solid transparent;
      line-height: 1em;
      padding: 2px 0 2px 14px;
      text-decoration: none;
      -webkit-transition: color .1s, border-color .1s;
      transition: color .1s, border-color .1s;
      color: #696b6e; }
      .article-toc ul a:hover, .article-toc ul a:active, .article-toc ul a:focus, .related-articles ul a:hover, .related-articles ul a:active, .related-articles ul a:focus {
        background-color: transparent;
        color: #ff884d; }
  .article-toc .anchor-h1,
  .article-toc .anchor-h2, .related-articles .anchor-h1,
  .related-articles .anchor-h2 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px; }
  .article-toc .anchor-h3, .related-articles .anchor-h3 {
    margin: 5px 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding-left: 30px; }
  .article-toc hr, .related-articles hr {
    width: 25px;
    margin-left: 0;
    border-top-color: #d9d9d9; }
  .article-toc .active a, .related-articles .active a {
    color: #4b4e52;
    border-color: #ff884d;
    font-weight: 500; }
  .article-toc a:active, .related-articles a:active {
    color: #36393f; }

.article-cta {
  background-color: #ee5247;
  background-image: -webkit-linear-gradient(right, rgba(238, 150, 111, 0), rgba(238, 150, 111, 0.5)), url("/kendo-ui/assets/big-brand-20e87fa0118f006e9c626a2f27ff063e3104f233b2ada34f9033fa1bc68b8b54.png");
  background-image: linear-gradient(to left, rgba(238, 150, 111, 0), rgba(238, 150, 111, 0.5)), url("/kendo-ui/assets/big-brand-20e87fa0118f006e9c626a2f27ff063e3104f233b2ada34f9033fa1bc68b8b54.png");
  background-position: 50% 50%;
  color: #fff;
  margin: 70px -90px -60px;
  padding: 0 75px 60px;
  position: relative;
  z-index: 2; }
  .article-cta h2 {
    color: inherit; }
    .article-cta h2 a:hover,
    .article-cta h2 a:focus,
    .article-cta h2 a:active {
      color: #fff; }
      .article-cta h2 a:hover:after,
      .article-cta h2 a:focus:after,
      .article-cta h2 a:active:after {
        display: none; }
  .article-cta p:first-child {
    margin-top: 0; }
  .article-cta .btn-cta {
    color: inherit;
    text-transform: uppercase;
    border: 2px solid currentColor;
    border-radius: 0; }
    .article-cta .btn-cta:hover, .article-cta .btn-cta:focus, .article-cta .btn-cta:active {
      color: #f1f1f1; }

.article-cta-bg {
  background-color: #1b1e24;
  display: block;
  z-index: 1;
  position: absolute;
  left: -100vw;
  bottom: 0;
  width: 200vw;
  height: 175px; }

/* Search Results */
#search-container .results-message {
  border: none; }
#search-container .k-pager-wrap {
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #search-container .k-pager-wrap .k-pager-info {
    display: none; }

#results {
  border-top: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-bottom: none; }
  #results > div {
    padding: 20px 0 0;
    line-height: 1.3em; }
  #results h2 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: 400;
    color: #2489d8 !important; }
  #results p {
    margin: 0;
    font-size: 13px;
    color: #7d8a98; }
    #results p a {
      font-size: 13px; }

.go-back svg {
  width: 12px;
  height: 12px; }
.go-back path {
  fill: #2489d8; }
.go-back:hover path {
  fill: #ff884d; }

/* Pager Styles */
.site-pager {
  text-align: center;
  font-size: 15px;
  border: none; }
  .site-pager .k-pager-nav.k-pager-first,
  .site-pager .k-pager-nav.k-pager-last {
    display: none; }
  .site-pager .k-pager-numbers {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .site-pager .k-pager-numbers li {
    display: inline-block;
    padding: 0; }
  .site-pager .k-pager-numbers li a,
  .site-pager .k-pager-numbers li span,
  .site-pager a.k-pager-nav {
    display: block;
    min-width: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    color: #a2a2a4;
    outline: none;
    border: 1px solid transparent;
    border-radius: 0; }
  .site-pager .k-pager-numbers li a:hover,
  .site-pager .k-pager-numbers li a:focus {
    background-color: #eaebec;
    color: #36393f; }
  .site-pager .k-pager-numbers li .k-state-selected {
    border-color: #cacacb;
    color: #36393f; }
  .site-pager li.k-current-page {
    display: none; }
  .site-pager a.k-pager-nav {
    padding-left: 10px;
    padding-right: 10px;
    border-color: #cacacb;
    color: #36393f;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    border-radius: 0;
    border: 0; }
    .site-pager a.k-pager-nav.k-state-disabled {
      visibility: hidden; }
    .site-pager a.k-pager-nav:hover, .site-pager a.k-pager-nav:focus {
      background-color: #eaebec;
      color: #36393f; }

article table tr {
  background-color: #f8f8f8; }

/* Search Popup */
#refine-search-popup {
  font-size: 11px !important;
  color: black;
  border: none;
  box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.1);
  min-width: 200px; }
  #refine-search-popup ul {
    margin: 0;
    padding: 0;
    background: #FFFFFF; }
  #refine-search-popup li {
    list-style: none; }
    #refine-search-popup li:hover {
      background-color: #ff884d;
      color: #FFFFFF; }
      #refine-search-popup li:hover .k-icon {
        color: #FFFFFF; }
    #refine-search-popup li label {
      padding: 15px;
      cursor: pointer; }
    #refine-search-popup li .k-icon {
      color: #3f5366; }

.custom-checkbox {
  text-transform: uppercase;
  display: block; }
  .custom-checkbox input[type="checkbox"] {
    display: none; }
    .custom-checkbox input[type="checkbox"]:checked ~ span.k-icon {
      opacity: 1; }
  .custom-checkbox span.k-icon {
    opacity: 0; }
  .custom-checkbox .k-icon {
    margin-right: 8px;
    font-size: 13px; }

.search-input-container {
  position: relative; }

#refine-search-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px; }

#refine-search-button {
  text-transform: uppercase;
  color: black;
  cursor: pointer;
  padding: 7px;
  line-height: 36px; }

#refine-search-label {
  font-size: 11px;
  vertical-align: middle; }

#refine-search-button .k-icon {
  margin-left: 10px;
  margin-right: 10px; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#page-search {
  margin: 0;
  width: 100%;
  background-color: transparent;
  padding: 0;
  right: 435px;
  text-align: right;
  max-width: 930px; }
  #page-search > div {
    text-align: left;
    display: inline-block;
    width: 100%; }
  #page-search form {
    margin-bottom: 0;
    box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.1); }
  #page-search table {
    margin: 0;
    padding: 0;
    border: none; }
    #page-search table td {
      border: none; }
  #page-search input {
    width: 100%;
    height: 39px;
    padding-left: 40px;
    padding-right: 15px;
    border: 0;
    font-size: 19px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    outline: none;
    background-image: url("/kendo-ui/assets/search-7a15a2edc71f0b39819f11100405d0e836a21871a53627b44ba129a4c5dd2365.svg");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 16px;
    background-color: transparent; }
  #page-search.search-visibility {
    display: block; }

#search-container input {
  width: 100%;
  height: 50px;
  padding-left: 45px;
  padding-right: 15px;
  border: 1px solid #fff;
  font-size: 19px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  outline: none;
  color: #36393f;
  background: url("/kendo-ui/assets/search-7a15a2edc71f0b39819f11100405d0e836a21871a53627b44ba129a4c5dd2365.svg") #fff no-repeat 10px 50%;
  -webkit-transition: border-color .2s, box-shadow .2s;
  transition: border-color .2s, box-shadow .2s; }

.toggle-nav,
.show-search {
  display: none;
  cursor: pointer; }

.nav.nav-visibility {
  display: block; }

.k-tabstrip {
  border: 1px solid #ccc;
  outline: none; }
  .k-tabstrip .k-link {
    padding: 0; }
  .k-tabstrip .k-content,
  .k-tabstrip .k-loading {
    border: 0; }
  .k-tabstrip .k-tabstrip-items {
    padding: 0;
    border-bottom: 1px solid; }
  .k-tabstrip .k-item {
    border-width: 0 1px 0 0;
    border-style: solid;
    font-weight: bold;
    font-size: 14px;
    padding: .72em 1.5em;
    cursor: pointer;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .k-tabstrip .k-content pre {
    border: 0;
    padding: 0;
    margin: 1em 0; }

/* Reading Status */
.reading-status {
  display: block;
  position: fixed;
  z-index: 1025;
  top: -50px;
  left: 0;
  right: 0;
  height: 40px;
  padding-top: 10px;
  font-size: 13px;
  color: #898c92;
  background-color: rgba(19, 21, 27, 0.94);
  -webkit-transition: top .2s;
  transition: top .2s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }
  .reading-status.scroll {
    top: 0px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }

.toc-prev-next {
  float: right; }
  .toc-prev-next a {
    display: inline-block;
    color: #898c92;
    margin: -2px 0;
    padding: 2px 15px 2px 10px;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    box-shadow: none; }
  .toc-prev-next .read-next {
    border-left: 1px solid #353c43;
    padding: 2px 5px 2px 15px; }
  .toc-prev-next svg {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: -1px 3px 0; }
  .toc-prev-next path {
    fill: #fff; }

.title-prev, .title-next {
  display: none;
  -webkit-transition: display .2s;
  transition: display .2s; }

/* Feedback Styles */
.feedback-row {
  background-color: #ff884d;
  color: #ffffff;
  padding-top: 14px;
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: 500; }
  .feedback-row h4 {
    color: #ffffff !important;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px; }
  .feedback-row button {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    border: none;
    color: #f1f1f1;
    cursor: pointer;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    .feedback-row button:hover, .feedback-row button:focus, .feedback-row button:active, .feedback-row button:visited {
      color: #ffffff;
      outline: none; }
  .feedback-row div.feedback > div {
    line-height: 23px; }

.feedback-dialog {
  position: absolute;
  width: 500px;
  height: 560px;
  top: 50%;
  left: 50%;
  margin: -290px auto auto -250px;
  padding: 20px;
  background-color: #f7f7f8;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2); }
  .feedback-dialog h3 + p {
    color: #8a959f; }

#feedback-container h3 {
  color: #000000; }
#feedback-container p {
  font-size: 16px;
  line-height: 1.44em; }

#feedback-form {
  -webkit-flex: 1;
  -moz-flex: 1;
  overflow: auto; }
  #feedback-form label, #feedback-form p {
    font-size: 16px;
    color: #4f5d6c;
    line-height: 1.44em; }
  #feedback-form span.required-field:after {
    content: "* required";
    font-size: 11px;
    float: right; }
  #feedback-form textarea {
    margin: 12px 0 0px !important;
    margin-top: 2px !important; }
  #feedback-form .checkbox__input {
    float: left; }
  #feedback-form .checkbox__text {
    line-height: 18px;
    margin-left: 5px; }
  #feedback-form .feedback-extw__textarea,
  #feedback-form .feedback-extw__input {
    padding: 10px;
    border: 1px solid #d9d9d9;
    width: 100%;
    box-sizing: border-box;
    font: inherit;
    font-style: italic; }
  #feedback-form .feedback-extw__textarea {
    resize: none; }
  #feedback-form .feedback-extw__input,
  #feedback-form .feedback-extw__textarea {
    margin: 12px 0 6px; }
  #feedback-form span.k-tooltip {
    border: 0;
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
    padding: 0 0 6px !important; }

#feedback-checkbox-area label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5px 0 0;
  padding: 5px 0 0; }
#feedback-checkbox-area #feedback-email-input {
  margin-top: 20px !important; }

#feedback-form-window {
  height: 510px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #feedback-form-window h3 + p {
    color: #8a959f; }
  #feedback-form-window input::-webkit-input-placeholder,
  #feedback-form-window textarea::-webkit-input-placeholder,
  #feedback-form-window input:-moz-placeholder,
  #feedback-form-window textarea:-moz-placeholder,
  #feedback-form-window input::-moz-placeholder,
  #feedback-form-window textarea::-moz-placeholder,
  #feedback-form-window input:-ms-input-placeholder,
  #feedback-form-window textarea:-ms-input-placeholder {
    color: #d9d9d9; }

#feedback-form-window > * {
  padding-right: 15px; }

#feedback-extw__checkbox:after {
  content: "";
  display: block;
  clear: both; }

.button-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  width: 32px;
  height: 32px;
  background: url("/kendo-ui/assets/close-d590316a372642378d19e6f09028a08d648564deb6d76ff4a5a6b0e5c35da5ce.svg") no-repeat 50% 50%; }

.button-close span {
  display: none; }

.button-close:focus {
  outline: none; }

/* Prev Next Styles */
.prev-next {
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #e4e4e4; }
  .prev-next a {
    display: block;
    margin-left: -15px;
    padding-left: 20px;
    text-decoration: none;
    color: #2489d8;
    /*#6de3c2  $accent*/
    fill: #2489d8;
    font-size: 21px;
    line-height: .9em;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .prev-next a span {
    display: block;
    margin-top: 5px;
    color: #36393f;
    font-size: 13px;
    line-height: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .prev-next a:hover, .prev-next a:focus, .prev-next a:active,
  .prev-next a:hover span, .prev-next a:focus span, .prev-next a:active span {
    color: #ff884d;
    fill: #ff884d; }
  .prev-next a:hover span, .prev-next a:focus span, .prev-next a:active span {
    text-decoration: underline; }
  .prev-next svg {
    width: 16px;
    height: 16px;
    margin-left: -20px;
    vertical-align: baseline; }
  .prev-next .next {
    float: right;
    text-align: right; }
  .prev-next .next a {
    margin-left: 0;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 20px; }
  .prev-next .next svg {
    margin-left: 0;
    margin-right: -20px; }

/* Temp styles */
[data-code-language] {
  position: relative; }
  [data-code-language]::after {
    content: attr(data-code-language);
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    position: absolute;
    display: block;
    top: 5px;
    right: 11px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
    padding: 0 6px 0 0;
    text-align: right;
    color: #8a959f;
    text-shadow: -2px -2px 0 #fefefe, 2px -2px 0 #fefefe, -2px 2px 0 #fefefe, 2px 2px 0 #fefefe;
    font-size: 11px;
    letter-spacing: 0.04em; }

.tab-content {
  min-height: 30px;
  margin: 15px 0 30px; }

.snippet-runner {
  width: 100%;
  height: 260px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ececec; }
  .pane-preview .snippet-runner {
    box-shadow: none;
    background-color: transparent; }

/* List of Components */
.components {
  border-bottom: 1px solid #e4e4e4; }

.components-tabstrip a {
  font-size: 14px; }
.components-tabstrip li, .components-tabstrip li.active {
  border: none; }
.components-tabstrip li::after {
  content: '';
  display: block;
  background-color: #ff884d;
  width: 100%;
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  height: 0; }
.components-tabstrip li:hover::after {
  height: 1px;
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4); }
.components-tabstrip li.active::after {
  height: 2px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

@-webkit-keyframes showTab {
  from {
    opacity: 0.1;
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes showTab {
  from {
    opacity: 0.1;
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
#r-components.tab-pane, #r-wrappers.tab-pane {
  -webkit-animation: showTab 0.25s ease-in-out 0s;
          animation: showTab 0.25s ease-in-out 0s; }

.component-item {
  position: relative;
  padding-left: 36px; }
  .highlights .component-item h2 {
    font-size: 2.5em; }
  .highlights .component-item .component-icon {
    top: 9px; }
  .component-item h2 {
    font-size: 1.6em;
    font-weight: 400; }
    .component-item h2 > a {
      display: block;
      text-overflow: ellipsis;
      overflow: hidden; }
  .component-item p {
    font-size: 13px;
    line-height: 1.3em;
    color: #7d8a98; }
  .component-item ul, .component-item ol {
    margin-bottom: 0; }
  .component-item .list-unstyled {
    line-height: 16px; }
  .component-item .list-unstyled li {
    padding: 6px 0 2px; }

.component-icon {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  /*background: url(image_path('icon-placeholder.svg')) no-repeat 0 50%;*/ }
  .component-icon > svg {
    width: 24px;
    height: auto;
    vertical-align: top; }
    .component-icon > svg > path {
      fill: #ff884d; }

/* Homepage styles (live demo) */
.demo-embed h4,
.demo-embed .run-code,
.demo-embed pre {
  display: none; }
.demo-embed .runner iframe {
  background-color: transparent;
  box-shadow: none; }

#demo-info-link {
  padding-left: 1.4em;
  padding-right: 1.4em; }

.live-samples .callout-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .live-samples .callout-tabs li {
    display: inline-block;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin-top: -1px; }
  .live-samples .callout-tabs h4 {
    text-transform: uppercase;
    clear: both;
    color: #2f8eb8;
    line-height: 2em;
    margin: 0;
    padding: 0 .5em;
    cursor: pointer;
    font-size: 18px;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-weight: 400; }
    .live-samples .callout-tabs h4:hover {
      color: #006a88; }
  .live-samples .callout-tabs div {
    display: none;
    padding: .5em;
    font-size: 16px;
    margin: 0; }
  .live-samples .callout-tabs .active {
    background-color: #d7dfe3; }
    .live-samples .callout-tabs .active h4 {
      color: #000;
      cursor: default; }

@media (min-width: 992px) {
  .live-samples .callout-tabs::after {
    display: none; }
  .live-samples .callout-tabs li {
    display: block;
    position: relative;
    padding: 10px 20px; }
    .live-samples .callout-tabs li::before {
      position: absolute;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 28px 28px;
      border-color: transparent transparent rgba(215, 223, 227, 0);
      left: 0;
      top: 7px;
      z-index: 0;
      -webkit-transition: all .1s 0s;
      transition: all .1s 0s; }
    .live-samples .callout-tabs li::after {
      position: absolute;
      content: "";
      left: 20px;
      right: 20px;
      top: 20px;
      bottom: 20px;
      z-index: 0;
      background-color: rgba(215, 223, 227, 0);
      -webkit-transition: all .2s .1s;
      transition: all .2s .1s; }
  .live-samples .callout-tabs h4 {
    line-height: 48px; }
  .live-samples .callout-tabs h4, .live-samples .callout-tabs div {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0; }
  .live-samples .callout-tabs div {
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0 .5s;
    transition: max-height 0 .5s; }
  .live-samples .callout-tabs .active {
    background-color: transparent; }
    .live-samples .callout-tabs .active::before {
      left: -28px;
      border-color: transparent transparent #d7dfe3;
      -webkit-transition: all .5s .2s;
      transition: all .5s .2s; }
    .live-samples .callout-tabs .active::after {
      background-color: #d7dfe3;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transition: all .2s 0s;
      transition: all .2s 0s; }
    .live-samples .callout-tabs .active div {
      max-height: 300px; } }
/* Global Search */
.global-search {
  border-bottom: 2px solid #00b5dc;
  display: block;
  right: 30px;
  overflow: hidden;
  margin-left: 15px;
  -webkit-transition: left .2s;
  transition: left .2s; }
  .global-search.show-search {
    left: -10%; }
  .scroll .global-search {
    top: 8px; }
  .global-search input {
    width: 100%;
    height: 34px;
    padding-left: 40px;
    padding-right: 15px;
    border: 0;
    font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    outline: none;
    background-image: url("/kendo-ui/assets/search-7a15a2edc71f0b39819f11100405d0e836a21871a53627b44ba129a4c5dd2365.svg");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 16px;
    background-color: transparent; }
  .global-search #refine-search-container {
    height: 39px; }
  .global-search #refine-search-button {
    line-height: 24px; }

.local-search input {
  width: 100%;
  height: 50px;
  padding-left: 45px;
  padding-right: 15px;
  border: 1px solid #fff;
  font-size: 19px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  outline: none;
  color: #36393f;
  background: url("/kendo-ui/assets/search-7a15a2edc71f0b39819f11100405d0e836a21871a53627b44ba129a4c5dd2365.svg") #fff no-repeat 10px 50%;
  -webkit-transition: border-color .2s, box-shadow .2s;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05); }
  .local-search input:hover {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1); }
  .local-search input:focus {
    border-color: #d9d9d9; }

.button {
  display: inline-block;
  min-width: 120px;
  height: 50px;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: #0081a6;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border: 1px solid transparent;
  outline: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .button.small {
    min-width: 40px;
    height: 36px;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px; }
  .button:hover, .button:focus, .button:active {
    color: #fff;
    background-color: #ff884d;
    text-decoration: none; }
  .button.ghost {
    font-size: 16px;
    color: #36393f;
    background-color: transparent;
    border-color: #cacacb; }
    .button.ghost:hover, .button.ghost:focus {
      color: #36393f;
      background-color: #eaebec; }
  .button.secondary {
    color: #324359;
    background-color: #afe0f4;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #8ed7f5; }
  article .button {
    min-width: 60px;
    height: 36px;
    line-height: 33px;
    padding-left: 15px;
    padding-right: 15px; }

a.all-components {
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #333;
  padding: 1px 40px 0 !important;
  padding-left: 15px;
  margin-left: 15px;
  margin-right: 10px;
  background-color: #fff;
  background-image: url("/kendo-ui/assets/article-menu-c949cae4192d580d541b7d9851c43b2a288bfea24957ed099c2837fd13eedeb8.svg");
  background-repeat: no-repeat;
  background-position: left 11px top 50%; }
  a.all-components.button {
    min-width: 42px;
    height: 35px; }
  a.all-components:active, a.all-components:hover, a.all-components:focus {
    background-color: #eaebec;
    color: #333; }
  a.all-components::after {
    content: " ";
    background-color: transparent !important; }
  .scroll a.all-components {
    box-shadow: none;
    margin-right: 0; }

span.all-components-expanded-icon {
  position: absolute;
  top: 10px;
  left: 80px;
  background-image: url("/kendo-ui/assets/group-expand-collapse-c474737898e1fe2d63cf8d10991cb923713a1eb99cb383e71e9e8f48ca7e4583.svg");
  background-repeat: no-repeat; }

.col-xl-8, .col-xl-10 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

/* API Pages */
.api-reference h1 {
  word-break: break-all; }
.api-reference h1 + p {
  margin-top: 30px; }
.api-reference h2 {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 400; }
.api-reference h3 {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 500; }
.api-reference h3 code,
.api-reference h3 .code,
.api-reference h4 code,
.api-reference h4 .code,
.api-reference h4 ~ p code,
.api-reference h4 ~ p .code {
  background-color: #ff884d;
  color: #ffffff;
  margin-top: 3px;
  padding: 3px 4px;
  font-size: 13px;
  line-height: 10px; }
  .api-reference h3 code a:hover,
  .api-reference h3 code a:focus,
  .api-reference h3 code a:active,
  .api-reference h3 .code a:hover,
  .api-reference h3 .code a:focus,
  .api-reference h3 .code a:active,
  .api-reference h4 code a:hover,
  .api-reference h4 code a:focus,
  .api-reference h4 code a:active,
  .api-reference h4 .code a:hover,
  .api-reference h4 .code a:focus,
  .api-reference h4 .code a:active,
  .api-reference h4 ~ p code a:hover,
  .api-reference h4 ~ p code a:focus,
  .api-reference h4 ~ p code a:active,
  .api-reference h4 ~ p .code a:hover,
  .api-reference h4 ~ p .code a:focus,
  .api-reference h4 ~ p .code a:active {
    color: #fff; }
    .api-reference h3 code a:hover::after,
    .api-reference h3 code a:focus::after,
    .api-reference h3 code a:active::after,
    .api-reference h3 .code a:hover::after,
    .api-reference h3 .code a:focus::after,
    .api-reference h3 .code a:active::after,
    .api-reference h4 code a:hover::after,
    .api-reference h4 code a:focus::after,
    .api-reference h4 code a:active::after,
    .api-reference h4 .code a:hover::after,
    .api-reference h4 .code a:focus::after,
    .api-reference h4 .code a:active::after,
    .api-reference h4 ~ p code a:hover::after,
    .api-reference h4 ~ p code a:focus::after,
    .api-reference h4 ~ p code a:active::after,
    .api-reference h4 ~ p .code a:hover::after,
    .api-reference h4 ~ p .code a:focus::after,
    .api-reference h4 ~ p .code a:active::after {
      display: none; }
.api-reference h4 {
  font-size: 11px;
  line-height: 1.231em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-bottom: 0px; }
  .api-reference h4 a {
    color: #4f5d6c; }
.api-reference h5 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .api-reference h5 code,
  .api-reference h5 .code {
    background-color: #ff884d;
    color: #ffffff;
    padding: 1px 3px 2px;
    font-size: 13px;
    font-weight: 400; }
.api-reference h4,
.api-reference h5,
.api-reference h4 + p,
.api-reference h5 + p {
  padding-left: 20px; }
.api-reference h4 + p,
.api-reference h5 + p {
  font-size: 14px; }
.api-reference p {
  margin-top: 0;
  margin-bottom: 5px; }
  .api-reference p br {
    display: none; }
  .api-reference p br + br {
    display: initial; }

/* Icon Card List Styles */
.separator-bottom {
  border-bottom: 1px solid #e4e4e4; }

.card-list-info {
  padding: 30px 0; }

.card-list {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
  line-height: 1.4em; }
  .card-list li {
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    .card-list li a {
      display: block;
      margin: 0;
      padding: 30px 0 40px;
      text-decoration: none;
      color: #3f4d5c;
      -webkit-transition: .3s all ease;
      transition: .3s all ease; }
    .card-list li p {
      margin: 5px 0 0 0;
      font-size: 1.25em; }
    .card-list li:hover {
      background-color: #fff;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08), 0 3px 15px rgba(0, 0, 0, 0.04), 0 10px 30px rgba(0, 0, 0, 0.04);
      position: relative;
      z-index: 1; }
      .card-list li:hover a {
        color: #ff884d; }
    .card-list li:before {
      display: none; }
  .card-list svg {
    max-width: 70px; }
    .card-list svg path {
      fill: url(#gradient); }

/* Media Queries */
/* ####################################################################################################### */
@media (max-width: 767px) {
  .global-search {
    position: absolute;
    left: 100px; }

  #refine-search-label {
    display: none; }

  .feedback-dialog {
    position: static;
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
    margin: 100px; }
    .scroll .feedback-dialog {
      margin-top: 0; } }
/* Overrides the default which is from width 1240px, because to match our side-navigation behavior. */
@media only screen and (min-width: 768px) {
  nav.TK-Nav {
    position: sticky;
    position: -webkit-sticky;
    top: -40px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0); } }
@media (min-width: 768px) {
  /* Styles for width >= 768px */
  span.all-components-expanded-icon {
    display: none; }

  #navbar select {
    display: none; }
  #navbar .main-menu {
    float: right;
    position: relative;
    display: inline-block; }
  #navbar a {
    font-size: 12px;
    padding: 0px 7px 0; }
  #navbar .navbar-brand {
    display: none; }

  .navbar-header {
    position: absolute; }

  .navbar-fixed-top {
    padding: 0 15px; }

  .all-components {
    display: none; }

  .side-nav {
    display: block;
    padding-bottom: 40px;
    position: fixed;
    box-shadow: 6px 2px 8px -6px rgba(0, 0, 0, 0.2); }
    .side-nav.affix {
      position: fixed; }
    .side-nav.show-components {
      border-left-width: 1px;
      border-right-width: 1px;
      top: 0px !important; }
      .side-nav.show-components .side-title {
        padding-left: 30px; }
      .side-nav.show-components > ul > li.expanded::before, .side-nav.show-components > ul > li.expanded::after {
        left: 30px; }
      .side-nav.show-components > ul > li > ul > li > ul > li a,
      .side-nav.show-components > ul > li > ul > li > ul > li.expanded > a {
        /* Exapnded link in Level 3 / Title of Level 4 */
        padding-left: 40px; }
      .side-nav.show-components > ul > li > ul > li > ul > li > ul > li a {
        padding-left: 60px; }

  a.k-pager-nav {
    float: left; }

  .k-pager-numbers + a.k-pager-nav {
    float: right; }

  .version-picker {
    float: right;
    text-align: right;
    margin-top: -21px !important; }

  .copyright {
    text-align: left; }

  .social-icons {
    padding-bottom: 0;
    float: right;
    text-align: right; }

  article ul, article ol {
    padding: 0 0 0 3em; }

  .api-index.api-columns ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }
/* ####################################################################################################### */
@media (min-width: 1025px) {
  /* Styles for width > 1024px */
  body,
  article,
  blockquote,
  #results > div,
  .side-nav,
  .components {
    font-size: 14px; }

  #navbar a {
    font-size: 13px;
    padding: 1px 10px 0; }
  #navbar .navbar-brand {
    margin-left: 31%;
    width: 160px;
    display: block; }
    .scroll #navbar .navbar-brand {
      width: 230px;
      background-position: 0 8px;
      margin-left: 0; }
      .scroll #navbar .navbar-brand a {
        font-size: 15px; }

  .highlights .component-item h2 {
    font-size: 2em; }

  /* Package Components Overview List */
  .components-overview-list a {
    min-height: 190px; } }
/* ####################################################################################################### */
@media (min-width: 1199px) {
  /* Styles for width > 1199px */
  article h1 {
    font-size: 44px; }
  article h2 {
    font-size: 28px; }
  article h3 {
    font-size: 22px; }
  article h4 {
    font-size: 16px;
    font-weight: 500; }
  article h5 {
    font-size: 13px;
    font-weight: 500; }
  article h1, article .h1,
  article h2, article .h2,
  article h3, article .h3,
  article h4, article .h4,
  article h5, article .h5,
  article h6, article .h6 {
    margin-top: 20px;
    margin-bottom: 14px; }

  .component-item {
    padding-left: 0;
    padding-top: 36px; }
    .highlights .component-item h2 {
      font-size: 1.6em; }
    .highlights .component-item .component-icon {
      top: 0; }

  .component-icon {
    top: 0px; }
    .component-icon > svg {
      vertical-align: bottom; }

  .scroll .nav-container {
    width: 100%;
    margin-left: 0; }

  #navbar .navbar-brand {
    width: 220px;
    margin-left: 8.33%; }
  #navbar a {
    font-size: 15px; } }
/* ####################################################################################################### */
@media (min-width: 1441px) {
  /* Styles for width > 1440px */
  .side-nav {
    font-size: 14px;
    line-height: 1.2em; }
    .side-nav ul {
      font-size: 14px; }
    .side-nav #page-tree > .k-group > .k-item > div .k-in, .side-nav #page-tree > .k-group > .k-item > div span > a,
    .side-nav #page-tree-api > .k-group > .k-item > div .k-in,
    .side-nav #page-tree-api > .k-group > .k-item > div span > a {
      font-weight: 500;
      font-size: 14px;
      line-height: 1.2em; }

  article h1 {
    font-size: 56px; }
  article h2 {
    font-size: 36px; }
  article h3 {
    font-size: 28px; }
  article h4 {
    font-size: 18px;
    font-weight: 500; }
  article h5 {
    font-size: 13px;
    font-weight: 500; }
  article:not(.api-reference) > p:first-child, article:not(.api-reference) h1 + p {
    font-size: 18px;
    font-weight: 400;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  article h1, article .h1,
  article h2, article .h2,
  article h3, article .h3,
  article h4, article .h4,
  article h5, article .h5,
  article h6, article .h6 {
    margin-top: 20px;
    margin-bottom: 16px; }

  .components {
    font-size: 16px; }

  .article-toc .anchor-h1,
  .article-toc .anchor-h2, .related-articles .anchor-h1,
  .related-articles .anchor-h2 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 15px; }

  .layout-components .article-toc.affix-top {
    top: 170px; }

  .api-index.api-columns ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; } }
/* ####################################################################################################### */
@media (min-width: 1601px) {
  /* Styles for width > 1600px */
  #navbar a {
    font-size: 12px;
    padding: 1px 7px 0; }
  #navbar .main-menu {
    margin-right: -8px; }

  .navbar > .container-fluid .navbar-brand {
    margin-left: -7px; }

  .nav-container {
    width: 83.33333333%;
    margin-left: 8.33333333%; }
    .scroll .nav-container {
      width: 83.33333333%;
      margin-left: 8.33333333%; }

  #navbar .navbar-brand {
    width: 220px;
    margin-left: 0; }
    .scroll #navbar .navbar-brand {
      margin-left: 0; }

  .global-search {
    right: 90px; }

  .col-xl-offset-0 {
    margin-left: 0; }

  .col-xl-offset-1 {
    margin-left: 8.33333333%; }

  .col-xl-offset-2 {
    margin-left: 16.66666667%; }

  .col-xl-8 {
    width: 66.66666667%;
    float: left; }

  .col-xl-10 {
    width: 83.33333333%;
    float: left; }

  .component-item {
    padding-left: 36px;
    padding-top: 0; }
    .highlights .component-item h2 {
      font-size: 2.5em; }
    .highlights .component-item .component-icon {
      top: 9px; }

  .component-icon {
    top: 2px; }
    .component-icon > svg {
      vertical-align: top; } }
/* ####################################################################################################### */
@media (min-width: 1801px) {
  /* Styles for width > 1800px */
  #navbar a {
    font-size: 15px;
    padding: 1px 10px 0; }

  .global-search {
    right: 100px; }

  body,
  article,
  blockquote,
  #results > div {
    font-size: 16px; } }
@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left; }

  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left; }

  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left; }

  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left; }

  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left; }

  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left; }

  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left; }

  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left; }

  .auto-clear .col-md-6:nth-child(odd) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left; }

  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left; }

  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left; }

  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left; }

  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left; } }
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left; }

  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left; }

  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left; }

  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left; }

  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left; } }
/* Modificators */
.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4,
.col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 0; }

.k-loading-mask {
  /* stop search results from "jumping" */
  display: none; }

.coming-soon {
  opacity: 0.5;
  cursor: default; }
  .coming-soon a,
  .coming-soon h2 > a:hover,
  .coming-soon h2 > a:active {
    cursor: default;
    color: inherit; }

pre {
  margin: 5px 0 20px;
  padding: 15px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 0;
  -webkit-transform: translateZ(0); }
  pre.preview, pre.preview + pre, pre.preview + pre + pre {
    display: none; }
    .no-js pre.preview, pre.preview[data-code-language], .no-js pre.preview + pre, pre.preview + pre[data-code-language], .no-js pre.preview + pre + pre, pre.preview + pre + pre[data-code-language] {
      display: block; }
  pre:hover .copy-btn {
    display: block; }
  pre.language-html, pre.language-jsx {
    margin: 0 0 10px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ececec;
    clear: both; }
  .file-list pre {
    padding: 0; }

.copy-btn {
  position: absolute;
  top: 6px;
  right: 4px;
  z-index: 2;
  color: #2489d8;
  display: none;
  border-width: 0;
  border-radius: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  padding-left: 25px;
  text-transform: uppercase;
  background: #fff url("/kendo-ui/assets/copy-5a5c69322f4e5c729fceface8bd8e57bcd973201518981e0ae14e58bd988bff0.svg") no-repeat 5px 50%; }
  .copy-btn:hover, .copy-btn:active, .copy-btn:focus {
    color: #2489d8;
    outline: 0;
    background: #fff url("/kendo-ui/assets/copy-5a5c69322f4e5c729fceface8bd8e57bcd973201518981e0ae14e58bd988bff0.svg") no-repeat 5px 50%;
    box-shadow: none; }
  .copy-btn:active:focus {
    color: #ff884d;
    outline: 0; }
  .file-list .copy-btn {
    right: 0;
    padding-right: 0; }

code {
  display: inline-block;
  margin: 0 1px;
  padding: 0 5px 0 4px;
  color: inherit;
  word-break: normal;
  background-color: #fff;
  /*rgba(138,149,159,.1)*/
  font-family: inherit;
  font-size: 90%;
  line-height: 1.40em;
  letter-spacing: 0;
  text-transform: none;
  border: 0;
  border-radius: 0; }
  a code {
    color: #ff884d; }
  a:hover code, a:focus code, a:active code {
    color: #ff884d;
    text-decoration: underline; }
  blockquote code {
    color: #2489d8; }
  a code blockquote {
    color: #ff884d; }
  a:hover code blockquote, a:focus code blockquote, a:active code blockquote {
    text-decoration: none; }
  pre code {
    font-family: Consolas, Menlo, "Ubuntu Mono", monospace;
    font-size: 12px;
    line-height: 1.3;
    box-shadow: none; }

.api-index {
  padding-top: 60px;
  padding-bottom: 60px !important; }
  .api-index li {
    overflow: hidden;
    text-overflow: ellipsis; }
  .api-index.api-columns .col-xs-w {
    width: 100% !important; }

.symbol {
  width: 24px;
  height: 24px;
  text-indent: -1px;
  border: 2px solid currentColor;
  text-align: center;
  line-height: 19px;
  letter-spacing: normal;
  font-size: 13px;
  font-weight: 900;
  top: -2px;
  left: -34px; }
  .symbol::after {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(bottom right, transparent 0%, transparent calc(50% - 1px), currentColor calc(50% - 1px), currentColor calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
    background-image: linear-gradient(to top left, transparent 0%, transparent calc(50% - 1px), currentColor calc(50% - 1px), currentColor calc(50% + 1px), transparent calc(50% + 1px), transparent 100%); }

.symbol-const {
  color: #9575cd; }

.symbol-const:before {
  content: 'K'; }

.symbol-decorator {
  color: #0262C2; }

.symbol-decorator:before {
  content: '@'; }

.symbol-directive {
  color: #db4437; }

.symbol-directive:before {
  content: 'D'; }

.symbol-class {
  color: #4285f4; }

.symbol-class:before {
  content: 'C'; }

.symbol-component {
  color: #db4437; }

.symbol-component:before {
  content: 'C'; }

.symbol-constant {
  color: #9575cd; }

.symbol-constant:before {
  content: 'K'; }

.symbol-interface {
  color: #0097a7; }

.symbol-interface:before {
  content: 'I'; }

.symbol-function {
  color: #0f9d58; }

.symbol-function:before {
  content: 'F'; }

.symbol-union {
  color: #757575; }

.symbol-union:before {
  content: 'U'; }

.symbol-enumeration {
  color: #757575; }

.symbol-enumeration:before {
  content: 'E'; }

.registration-form {
  width: 543px;
  height: 730px;
  padding: 0px 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }
  .registration-form h4 {
    margin-top: 0px; }
  .registration-form iframe {
    width: 100%;
    height: 640px !important;
    border: 0; }

.theme-preview {
  position: relative;
  background-color: #fff;
  min-height: 600px;
  padding: 2em;
  font-size: 14px;
  /* hacks for overriding docs styles */ }
  .theme-preview > app-root > .k-i-loading {
    font-size: 64px;
    top: 50%;
    left: 50%;
    position: absolute; }
  .theme-preview h5 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400; }
  .theme-preview th {
    background-color: transparent; }
  .theme-preview li {
    margin: 0;
    padding: 0; }
    .theme-preview li::before {
      display: none; }

/* START TabStrip styles */
.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.k-bare {
  position: absolute;
  top: .27em;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.k-tabstrip-bottom > .k-button.k-bare {
  top: auto;
  bottom: .15em; }

.k-tabstrip-prev {
  left: .4em; }

.k-tabstrip-next {
  right: .4em; }

.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item {
  list-style-type: none;
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 1px 1px 0;
  padding: 0;
  vertical-align: top; }

.k-tabstrip-items .k-item {
  overflow: hidden; }

.k-tabstrip-items .k-tab-on-top,
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.k-tabstrip-top > .k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item {
  margin: 0 -1px 0 0; }

.k-tabstrip-top > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-top > .k-tabstrip-items .k-state-active {
  border-bottom-width: 1px;
  margin-bottom: -1px;
  padding-bottom: 0px; }

.k-tabstrip-items .k-tab-on-top {
  z-index: 1; }

.k-tabstrip-items .k-link,
.k-panelbar .k-tabstrip-items .k-link {
  display: inline-block;
  border-bottom-width: 0;
  padding: .5em .92em; }

.k-tabstrip-items .k-icon,
.k-panelbar .k-tabstrip-items .k-icon {
  margin: -1px 4px 0 -3px;
  vertical-align: top; }

.k-tabstrip-items .k-item .k-image,
.k-tabstrip-items .k-item .k-sprite,
.k-panelbar .k-tabstrip-items .k-item .k-image,
.k-panelbar .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; }

.k-tabstrip-items .k-loading.k-complete {
  width: 100%; }

.k-tabstrip > .k-content,
.k-panelbar .k-tabstrip > .k-content {
  position: static;
  border-style: solid;
  border-width: 1px;
  margin: 0 .286em .3em;
  padding: .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: .3em .92em; }

@-webkit-keyframes k-tab-loader {
  0% {
    left: 0; }
  50% {
    left: 80%; }
  100% {
    left: 0; } }

@keyframes k-tab-loader {
  0% {
    left: 0; }
  50% {
    left: 80%; }
  100% {
    left: 0; } }
.k-tabstrip-left > div.k-content,
.k-tabstrip-right > div.k-content {
  margin: .286em .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-tabstrip-left > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-right > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active {
  margin-bottom: -1px;
  padding-bottom: 0; }

.k-tabstrip-left > .k-tabstrip-items {
  float: left;
  padding: .25em 0 .3em .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-tabstrip-left > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-left > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active {
  margin-right: -1px;
  padding-right: 1px; }

.k-tabstrip-right > .k-tabstrip-items {
  float: right;
  padding: .25em .3em .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-tabstrip-right > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-right > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active {
  margin-left: -1px;
  padding-left: 1px; }

.k-tabstrip-bottom > .k-tabstrip-items {
  margin-top: -1px;
  padding: 0 .3em .3em; }

.k-tabstrip-bottom > .k-content,
.k-panelbar .k-tabstrip-bottom > .k-content {
  margin: .3em .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-tabstrip-wrapper {
  background-color: #ffffff;
  margin-bottom: 20px; }
  .k-tabstrip-wrapper ul {
    margin-top: 0 !important; }

.k-tabstrip {
  border: 1px solid #ebecee; }
  .k-tabstrip .k-item,
  .k-tabstrip .k-link,
  .k-tabstrip .k-content,
  .k-tabstrip .k-content pre,
  .k-tabstrip .k-loading {
    border: 0; }
  .k-tabstrip .k-tabstrip-items {
    background: #f5f7f8; }
    .k-tabstrip .k-tabstrip-items .k-state-active .k-link {
      font-weight: bold;
      color: #000; }
  .k-tabstrip .k-content {
    background: #ffffff;
    max-height: 40vh; }
  .k-tabstrip .k-tabstrip-items .k-state-active {
    background: white; }
  .k-tabstrip .k-tabstrip-items .k-item {
    font-weight: bold; }
  .k-tabstrip .prettyprint {
    padding: 0; }

.prettyprint {
  border-color: #ebecee; }

.prettyprint code {
  line-height: 1.4; }

/* END TabStrip styles */
/* START Introduction page all controls table styles */
article table#allcontrols-table {
  border: none;
  word-break: break-word;
  font-size: 15px; }
  article table#allcontrols-table tr {
    vertical-align: top; }
    article table#allcontrols-table tr td:first-child {
      padding-left: 0; }
  article table#allcontrols-table td {
    background: none;
    border: none; }
  article table#allcontrols-table ul {
    list-style-type: none;
    padding-left: 0px; }
    article table#allcontrols-table ul li {
      padding: 5px 5px; }
  article table#allcontrols-table .control-category {
    color: #ff884d;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 3px 5px; }
  article table#allcontrols-table ul:not(.docs-tabstrip) li:before {
    background-color: transparent !important; }

/* END Introduction page all controls table styles */
/* Kendo loading indicator in API*/
div#sidetoc .k-loading-mask {
  background-image: url("/kendo-ui/assets/loading-image-18184a7fffcd5425ad3fa8eeee8fd4e8e2fe05895f3a95cecd5525b68ec7661e.gif");
  background-repeat: no-repeat;
  z-index: 10000;
  background-position-x: center;
  background-position-y: center; }
div#sidetoc .k-loading-text {
  display: none; }

.CodeMirror {
  font-family: monospace;
  height: 300px;
  color: black; }

.CodeMirror-lines {
  padding: 4px 0; }

.CodeMirror pre {
  padding: 0 4px; }

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; }

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap; }

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap; }

.CodeMirror-guttermarker {
  color: black; }

.CodeMirror-guttermarker-subtle {
  color: #999; }

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: 0;
  width: 0; }

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver; }

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7; }

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1; }

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7; }
@-webkit-keyframes blink {
  50% {
    background-color: transparent; } }
@keyframes blink {
  50% {
    background-color: transparent; } }
.cm-tab {
  display: inline-block;
  text-decoration: inherit; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute; }

.cm-s-default .cm-header {
  color: blue; }

.cm-s-default .cm-quote {
  color: #090; }

.cm-negative {
  color: #d44; }

.cm-positive {
  color: #292; }

.cm-header, .cm-strong {
  font-weight: bold; }

.cm-em {
  font-style: italic; }

.cm-link {
  text-decoration: underline; }

.cm-strikethrough {
  text-decoration: line-through; }

.cm-s-default .cm-keyword {
  color: #708; }

.cm-s-default .cm-atom {
  color: #219; }

.cm-s-default .cm-number {
  color: #164; }

.cm-s-default .cm-def {
  color: #00f; }

.cm-s-default .cm-variable-2 {
  color: #05a; }

.cm-s-default .cm-variable-3 {
  color: #085; }

.cm-s-default .cm-comment {
  color: #a50; }

.cm-s-default .cm-string {
  color: #a11; }

.cm-s-default .cm-string-2 {
  color: #f50; }

.cm-s-default .cm-meta {
  color: #555; }

.cm-s-default .cm-qualifier {
  color: #555; }

.cm-s-default .cm-builtin {
  color: #30a; }

.cm-s-default .cm-bracket {
  color: #997; }

.cm-s-default .cm-tag {
  color: #170; }

.cm-s-default .cm-attribute {
  color: #00c; }

.cm-s-default .cm-hr {
  color: #999; }

.cm-s-default .cm-link {
  color: #00c; }

.cm-s-default .cm-error {
  color: red; }

.cm-invalidchar {
  color: red; }

.CodeMirror-composing {
  border-bottom: 2px solid; }

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0; }

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22; }

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3); }

.CodeMirror-activeline-background {
  background: #e8f2ff; }

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white; }

.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative; }

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent; }

.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none; }

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll; }

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0; }

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0; }

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3; }

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  margin-bottom: -30px;
  *zoom: 1;
  *display: inline; }

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important; }

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4; }

.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; }

.CodeMirror pre {
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent; }

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal; }

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto; }

.CodeMirror-code {
  outline: 0; }

.CodeMirror-scroll, .CodeMirror-sizer, .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber {
  box-sizing: content-box; }

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.CodeMirror-cursor {
  position: absolute; }

.CodeMirror-measure pre {
  position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3; }

div.CodeMirror-dragcursors {
  visibility: visible; }

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible; }

.CodeMirror-selected {
  background: #d9d9d9; }

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0; }

.CodeMirror-crosshair {
  cursor: crosshair; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0; }

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4); }

.CodeMirror span {
  *vertical-align: text-bottom; }

.cm-force-border {
  padding-right: .1px; }

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden; } }
.cm-tab-wrap-hack:after {
  content: ''; }

span.CodeMirror-selectedtext {
  background: 0; }

/* default theme for codemirror */
/* Color scheme */
.cm-s-default.CodeMirror {
  background-color: #ffffff;
  color: #4f5d6c;
  line-height: 1.4375; }

.cm-s-default .cm-comment {
  color: #aaaaaa; }

.cm-s-default .cm-keyword, .cm-s-default .cm-property {
  color: #4f5d6c; }

.cm-s-default .cm-atom, .cm-s-default .cm-number {
  color: #4f5d6c; }

.cm-s-default .cm-node, .cm-s-default .cm-tag {
  color: #4f5d6c; }

.cm-s-default .cm-attribute {
  color: #ff884d; }

.cm-s-default .cm-string {
  color: #4f5d6c; }

.cm-s-default .cm-string-2 {
  color: #ff884d; }

.cm-s-default .cm-variable, .cm-s-default .cm-qualifier {
  color: #2c90dd; }

.cm-s-default .cm-variable-2 {
  color: #4f5d6c; }

/* Editor styling */
.cm-s-default pre {
  padding: 0; }

.cm-s-default .CodeMirror-gutters {
  border: none;
  border-right: 10px solid transparent;
  background-color: transparent; }

.cm-s-default .CodeMirror-linenumber {
  padding: 0;
  color: #c1c1c1; }

.cm-s-default .CodeMirror-guttermarker {
  color: #1d75b3; }

.cm-s-default .CodeMirror-guttermarker-subtle {
  color: #e0e2e5; }

.cm-s-default .CodeMirror-cursor {
  width: auto;
  border: 0;
  background: rgba(155, 157, 162, 0.37);
  z-index: 1; }

/* START Kendo Grid Nova Theme CSS*/
.k-grid-header,
.k-grid-header .k-header,
.k-pager-wrap,
.k-pager-numbers .k-state-selected,
.k-grid-footer,
.k-grid-footer td,
.k-scheduler-header,
.km-pane-wrapper .k-grid-header .k-header {
  background-color: #fafafa;
  border-color: #e0e0e0; }

.k-grid-header .k-header .k-link,
.k-grid-header .k-header,
.k-grid-header .k-link,
.k-grid-header .k-link:link,
.k-pager-info,
.k-scheduler-header,
.k-scheduler-agendaview .k-scheduler-datecolumn {
  color: #9da2a4; }

.k-grid .k-alt {
  background-color: transparent; }

#kendoDiv table tr:nth-child(2n) td {
  background: transparent; }

#kendoDivSL table tr:nth-child(2n) td {
  background: transparent; }

.k-grid-content > table > tbody > tr:not(.k-detail-row):hover {
  background-color: #f2f8ff !important; }

.k-grid-header th.k-state-focused,
.k-grid td.k-state-focused {
  box-shadow: inset 0 0 0 1px #9c9c9c; }

.k-grid-toolbar .k-button,
.k-grid-content .k-button {
  color: #ff4350;
  border-color: transparent; }

.k-grid-toolbar .k-button-icontext .k-icon,
.k-grid-content .k-button-icontext .k-icon,
.k-edit-form-container .k-edit-buttons .k-button-icontext .k-icon {
  display: none; }

.k-grid-toolbar .k-button:hover {
  border-color: #f5f6f6; }

.k-grid-content .k-button-icontext {
  background-color: transparent; }

.k-grid-content .k-primary {
  color: #ffffff;
  background-color: #ff4350; }

.k-grid-toolbar .k-button:active,
.k-grid-content .k-button-icontext:active {
  color: #ffffff;
  background-color: #ff4350;
  border-color: #ff4350; }

.k-grid-content .k-button:active {
  border-color: #ff4350; }

.k-header.k-grid-toolbar {
  background-color: #fff;
  border-color: transparent; }

.k-grid .k-grouping-header {
  color: rgba(255, 255, 255, 0.5); }

.k-grouping-header .k-group-indicator {
  color: #ffffff;
  background-color: #e43c48;
  border-color: #e43c48; }

.k-group-indicator .k-link {
  color: #ffffff; }

.k-grouping-row {
  background-color: #fafafa;
  font-weight: bold; }

.k-group-cell {
  background-color: #fafafa; }

.k-filter-menu .k-button,
.k-edit-form-container .k-button {
  color: #32364c;
  background: transparent;
  border-color: transparent; }

.k-filter-menu .k-button:active {
  color: #32364c; }

.k-filter-menu .k-primary,
.k-edit-form-container .k-primary {
  color: #ff4350; }

.k-filter-menu .k-primary {
  border-left-color: #e0e0e0; }

.k-filter-menu > div > div:last-child {
  border-color: #e0e0e0; }

.k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
  border-color: rgba(224, 224, 224, 0.8); }

.k-grid tr.k-state-selected,
.k-grid td.k-state-selected,
.k-grid td.k-state-selected.k-state-focused {
  background-color: transparent; }

.k-grid tr:hover .k-state-selected,
.k-grid tr.k-state-selected:hover td {
  background-color: transparent; }

.k-grid tr:hover .k-state-focused.k-state-selected,
.k-grid tr.k-state-selected:hover td.k-state-focused {
  box-shadow: inset 0 0 0 1px #878787; }

.k-marquee-color {
  background-color: #86d9e4; }

.k-grid td {
  white-space: nowrap;
  text-overflow: ellipsis; }

tr.k-detail-row:hover {
  background: transparent; }

.k-grid .k-grid-header th.k-header {
  background: #FAFAFA !important;
  color: #9da2a4 !important; }

#kendoDiv, #kendoDivSL {
  margin-bottom: 10px;
  border-color: #e0e0e0; }
  #kendoDiv .k-state-selected td, #kendoDivSL .k-state-selected td {
    white-space: normal; }
  #kendoDiv .k-detail-cell, #kendoDivSL .k-detail-cell {
    padding-left: 0; }
  #kendoDiv .readmeDiv, #kendoDivSL .readmeDiv {
    padding: 0 0 0 40px; }
  #kendoDiv .detailsDIV, #kendoDivSL .detailsDIV {
    color: #E0E0E0 !important;
    float: left; }
  #kendoDiv p, #kendoDivSL p {
    word-break: break-all;
    white-space: normal;
    max-width: 530px; }
  #kendoDiv table td, #kendoDivSL table td {
    border: 1px solid #e1e5ea;
    color: #555;
    border-left-width: 0px;
    border-right-width: 0px;
    padding: .929em 1.286em; }
  #kendoDiv .k-grid-toolbar, #kendoDivSL .k-grid-toolbar {
    padding: 0px;
    border-color: #E0E0E0; }
  #kendoDiv table th, #kendoDivSL table th {
    padding: 7px 17px; }
  #kendoDiv table, #kendoDivSL table {
    border: 0px; }
  #kendoDiv .toolbar, #kendoDivSL .toolbar {
    background: #FAFAFA;
    padding: 10px 0px; }
  #kendoDiv .k-grid-content, #kendoDivSL .k-grid-content {
    overflow-x: hidden !important;
    overflow-y: visible !important; }
  #kendoDiv .k-grid-header, #kendoDivSL .k-grid-header {
    padding: 0 !important; }
  #kendoDiv .category-label, #kendoDivSL .category-label {
    width: 27%;
    text-align: center;
    vertical-align: middle;
    color: #9da2a4 !important; }
  #kendoDiv div.k-grid-header, #kendoDivSL div.k-grid-header {
    height: 0;
    border-bottom-width: 0;
    display: none;
    overflow: hidden; }
  #kendoDiv .detailsDIV div.k-grid-header, #kendoDivSL .detailsDIV div.k-grid-header {
    border-bottom-width: 0;
    overflow: hidden; }
  #kendoDiv #searchBox, #kendoDivSL #searchBox {
    display: table-cell;
    height: 40px;
    width: 72%;
    border: 1px solid;
    border-color: #e0e0e0; }
  #kendoDiv .k-grid .k-state-selected, #kendoDivSL .k-grid .k-state-selected {
    background: #F5F6F6; }

.detailsDIV tbody {
  cursor: pointer; }

.detailsDIV
.k-grid-header table,
.detailsDIV
.k-grid-content table,
.detailsDIV
.k-grid-footer table,
.detailsDIV
.k-grid-content-locked > table {
  table-layout: auto; }

.k-icon.k-plus,
.k-icon.k-minus {
  background-image: url("/kendo-ui/assets/sprite-65d05c4e924173638791f7b5b6665cdfb18d3ab7b881860bfe47ff3dc036d508.png");
  border-color: transparent; }

.k-grid .k-icon {
  opacity: .45; }

.detailsDIV table td {
  padding: 4px 16px 4px 16px !important; }

/* END Kendo Grid Nova Theme CSS*/
/* START PrettyPrint code-block examples */
.prettyprint {
  font-size: 12px;
  padding: 20px;
  background-color: #ffffff;
  border: 2px dashed #ebecee;
  margin: 5px 0; }

pre .nocode {
  background-color: transparent;
  color: #000; }

pre .str,
pre .atv {
  color: #2db245; }

/* attribute value */
pre .kwd {
  color: #ff3399; }

/* keyword */
pre .com {
  color: #9933cc; }

/* comment */
pre .typ {
  color: #000; }

/* type */
pre .lit {
  color: #0099ff; }

/* literal */
pre .pun {
  color: #333; }

/* punctuation */
pre .pln {
  color: #3e526b; }

/* plaintext */
pre .tag {
  color: #3e526b; }

/* html/xml tag */
pre .atn {
  color: #3e526b; }

/* attribute name */
pre .dec {
  color: #3e526b; }

/* decimal */
/* END PrettyPrint code-block examples */
