/* Minification failed. Returning unminified contents.
(18608,49): run-time error CSS1030: Expected identifier, found '.'
(18608,59): run-time error CSS1031: Expected selector, found ')'
(18608,59): run-time error CSS1025: Expected comma or open brace, found ')'
(26871,15): run-time error CSS1039: Token not allowed after unary operator: '-kendo-spacing-7'
(26872,16): run-time error CSS1039: Token not allowed after unary operator: '-kendo-spacing-7'
 */
@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #595d6e;
  background-color: #ffffff;
  background-image: url('../images/background.svg');
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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;
}

/* CWQ Chart Responsive Styles */
.chart-responsive-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%; /* 16:9 aspect ratio */
  overflow: hidden;
}

  .chart-responsive-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
  }

.quadrant-chart-container {
  position: relative;
  width: 100%;
  margin: 5px 0;
}

  .quadrant-chart-container.responsive {
    height: 0;
    padding-bottom: 50%; /* Quadrant charts work better with this ratio */
    overflow: hidden;
  }

    .quadrant-chart-container.responsive svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
    }

/* Chart responsiveness for different screen sizes */
@media (max-width: 768px) {
  .chart-responsive-wrapper {
    padding-bottom: 75%; /* Adjust aspect ratio for mobile */
  }

  .quadrant-chart-container.responsive {
    padding-bottom: 80%; /* Better mobile quadrant ratio */
  }

  /* Improve chart text readability on mobile */
  .chart-responsive-wrapper svg text,
  .quadrant-chart-container svg text {
    font-size: 10px !important;
  }
}

@media (max-width: 480px) {
  .chart-responsive-wrapper {
    padding-bottom: 100%; /* Square aspect for very small screens */
  }

  .quadrant-chart-container.responsive {
    padding-bottom: 100%;
  }
}

/* Ensure charts don't break out of containers */
.report-section {
  overflow-x: auto;
}

/* Chart legend responsiveness */
.chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .chart-legend {
    flex-direction: column;
    align-items: center;
  }
}

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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

    a[href]:after {
      content: " (" attr(href) ")";
    }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

    .table td,
    .table th {
      background-color: #fff !important;
    }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.glyphicon, .form-group .field-validation-error:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings', serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before, .form-group .field-validation-error:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #5f97fb;
  text-decoration: none;
}

  a:hover, a:focus {
    color: #1466f9;
    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: 4px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ececee;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #ececee;
}

.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: #ececee;
  }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

  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: 9px;
  margin-bottom: 9px;
}

  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: 33px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 23px;
}

h4, .h4 {
  font-size: 17px;
}

h5, .h5 {
  font-size: 13px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

small,
.small {
  font-size: 92%;
}

mark,
.mark {
  background-color: #f5d456;
  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: #ececee;
}

.text-primary {
  color: #5f97fb;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2d77fa;
}

.text-success {
  color: #0d3c22;
}

a.text-success:hover,
a.text-success:focus {
  color: #04120a;
}

.text-info {
  color: #03348b;
}

a.text-info:hover,
a.text-info:focus {
  color: #022159;
}

.text-warning {
  color: #786007;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #483a04;
}

.text-danger {
  color: #6a0b0b;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #3c0606;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #5f97fb;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2d77fa;
}

.bg-success {
  background-color: #e7faf0;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #bdf1d4;
}

.bg-info {
  background-color: #5f97fb;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #2d77fa;
}

.bg-warning {
  background-color: #f5d456;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f2c826;
}

.bg-danger {
  background-color: #f7b0b0;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f28282;
}

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}

  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: 18px;
}

dt,
dd {
  line-height: 1.428571429;
}

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 #ececee;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #ececee;
}

  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.428571429;
    color: #ececee;
  }

    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 #ececee;
    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: 18px;
  font-style: normal;
  line-height: 1.428571429;
}

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: 2px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  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: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #595d6e;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}

  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.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.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.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: #fff;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ececee;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

  .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.428571429;
    vertical-align: top;
    border-top: 1px solid #ececee;
  }

  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ececee;
  }

  .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 #ececee;
  }

  .table .table {
    background-color: #ececee;
  }

.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 #ececee;
}

  .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 #ececee;
  }

  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover {
  background-color: red;
}

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: red;
}

.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: #e60000;
}

.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: #e7faf0;
}

.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: #d2f6e2;
}

.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: #5f97fb;
}

.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: #4687fa;
}

.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: #f5d456;
}

.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: #f4ce3e;
}

.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: #f7b0b0;
}

.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: #f49999;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ececee;
  }

    .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: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #595d6e;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 5px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #9ea0ab;
}

.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #9ea0ab;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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;
  -o-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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    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: #fbfbfc;
    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: 28px;
  }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 24px;
  }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 41px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

  .radio label,
  .checkbox label {
    min-height: 18px;
    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: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  min-height: 31px;
}

  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
  }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 24px;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 24px;
  line-height: 24px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 24px;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.form-group-sm select.form-control {
  height: 24px;
  line-height: 24px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 24px;
  min-height: 30px;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 41px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 4px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 41px;
  line-height: 41px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 41px;
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 4px;
}

.form-group-lg select.form-control {
  height: 41px;
  line-height: 41px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 41px;
  min-height: 35px;
  padding: 9px 14px;
  font-size: 17px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

  .has-feedback .form-control {
    padding-right: 35px;
  }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.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: #0d3c22;
}

.has-success .form-control {
  border-color: #0d3c22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .has-success .form-control:focus {
    border-color: #04120a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1e9152;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1e9152;
  }

.has-success .input-group-addon {
  color: #0d3c22;
  border-color: #0d3c22;
  background-color: #e7faf0;
}

.has-success .form-control-feedback {
  color: #0d3c22;
}

.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: #786007;
}

.has-warning .form-control {
  border-color: #786007;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .has-warning .form-control:focus {
    border-color: #483a04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d8ae0d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d8ae0d;
  }

.has-warning .input-group-addon {
  color: #786007;
  border-color: #786007;
  background-color: #f5d456;
}

.has-warning .form-control-feedback {
  color: #786007;
}

.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: #6a0b0b;
}

.has-error .form-control {
  border-color: #6a0b0b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .has-error .form-control:focus {
    border-color: #3c0606;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c61515;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c61515;
  }

.has-error .input-group-addon {
  color: #6a0b0b;
  border-color: #6a0b0b;
  background-color: #f7b0b0;
}

.has-error .form-control-feedback {
  color: #6a0b0b;
}

.has-feedback label ~ .form-control-feedback {
  top: 23px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9a9dad;
}

@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: 5px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 23px;
}

.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: 5px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 9px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 3px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 2px;
  -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: #fff;
    text-decoration: none;
  }

  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    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);
    -webkit-box-shadow: none;
    box-shadow: none;
  }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #fff;
  background-color: #5f97fb;
  border-color: #4687fa;
}

  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #2d77fa;
    border-color: #0547bc;
  }

  .btn-default:hover {
    color: #fff;
    background-color: #2d77fa;
    border-color: #0a60f9;
  }

  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #2d77fa;
    border-color: #0a60f9;
  }

    .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: #fff;
      background-color: #0a60f9;
      border-color: #0547bc;
    }

  .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: #5f97fb;
    border-color: #4687fa;
  }

  .btn-default .badge {
    color: #5f97fb;
    background-color: #fff;
  }

.btn-primary {
  color: #fff;
  background-color: #004e9b;
  border-color: #004182;
}

  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #003468;
    border-color: #000102;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: #003468;
    border-color: #002244;
  }

  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003468;
    border-color: #002244;
  }

    .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: #002244;
      border-color: #000102;
    }

  .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: #004e9b;
    border-color: #004182;
  }

  .btn-primary .badge {
    color: #004e9b;
    background-color: #fff;
  }

.btn-success {
  color: #fff;
  background-color: #3ed783;
  border-color: #2bd076;
}

  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #27bb6a;
    border-color: #15673a;
  }

  .btn-success:hover {
    color: #fff;
    background-color: #27bb6a;
    border-color: #219e59;
  }

  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #27bb6a;
    border-color: #219e59;
  }

    .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: #219e59;
      border-color: #15673a;
    }

  .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: #3ed783;
    border-color: #2bd076;
  }

  .btn-success .badge {
    color: #3ed783;
    background-color: #fff;
  }

.btn-info {
  color: #fff;
  background-color: #5f97fb;
  border-color: #4687fa;
}

  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #2d77fa;
    border-color: #0547bc;
  }

  .btn-info:hover {
    color: #fff;
    background-color: #2d77fa;
    border-color: #0a60f9;
  }

  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2d77fa;
    border-color: #0a60f9;
  }

    .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: #0a60f9;
      border-color: #0547bc;
    }

  .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: #5f97fb;
    border-color: #4687fa;
  }

  .btn-info .badge {
    color: #5f97fb;
    background-color: #fff;
  }

.btn-warning {
  color: #fff;
  background-color: #f5d456;
  border-color: #f4ce3e;
}

  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #f2c826;
    border-color: #a8870a;
  }

  .btn-warning:hover {
    color: #fff;
    background-color: #f2c826;
    border-color: #e7ba0e;
  }

  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f2c826;
    border-color: #e7ba0e;
  }

    .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: #e7ba0e;
      border-color: #a8870a;
    }

  .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: #f5d456;
    border-color: #f4ce3e;
  }

  .btn-warning .badge {
    color: #f5d456;
    background-color: #fff;
  }

.btn-danger {
  color: #fff;
  background-color: #ed5454;
  border-color: #eb3d3d;
}

  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #e82626;
    border-color: #981010;
  }

  .btn-danger:hover {
    color: #fff;
    background-color: #e82626;
    border-color: #d41616;
  }

  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e82626;
    border-color: #d41616;
  }

    .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: #d41616;
      border-color: #981010;
    }

  .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: #ed5454;
    border-color: #eb3d3d;
  }

  .btn-danger .badge {
    color: #ed5454;
    background-color: #fff;
  }

.btn-link {
  color: #5f97fb;
  font-weight: normal;
  border-radius: 0;
}

  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

    .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
      border-color: transparent;
    }

      .btn-link:hover, .btn-link:focus {
        color: #1466f9;
        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: #ececee;
        text-decoration: none;
      }

.btn-lg, .btn-group-lg > .btn {
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 3px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.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;
  -o-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;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }

  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #595d6e;
    white-space: nowrap;
  }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      text-decoration: none;
      color: #4e5160;
      background-color: #f5f5f5;
    }

  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #5f97fb;
  }

  .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #ececee;
  }

    .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
      text-decoration: none;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      cursor: not-allowed;
    }

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #ececee;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }

    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2;
    }

  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }

.btn-toolbar {
  margin-left: -5px;
}

  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
  }

  .btn-toolbar:after {
    clear: both;
  }

  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }

  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
  }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }

  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

  .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
  }

  .btn-group-vertical > .btn-group:after {
    clear: both;
  }

  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }

  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }

  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }

  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }

    .btn-group-justified > .btn-group .btn {
      width: 100%;
    }

    .btn-group-justified > .btn-group .dropdown-menu {
      left: auto;
    }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }

    .input-group .form-control:focus {
      z-index: 3;
    }

  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 4px 8px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #9ea0ab;
  text-align: center;
  background-color: #fbfbfc;
  border: 1px solid #ccc;
  border-radius: 2px;
}

  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 1px;
  }

  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 8px 14px;
    font-size: 17px;
    border-radius: 4px;
  }

  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
  }

  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .input-group-addon:first-child {
    border-right: 0;
  }

  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .input-group-addon:last-child {
    border-left: 0;
  }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

  .input-group-btn > .btn {
    position: relative;
  }

    .input-group-btn > .btn + .btn {
      margin-left: -1px;
    }

    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2;
    }

  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }

  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }

.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: #fbfbfc;
      }

    .nav > li.disabled > a {
      color: #ececee;
    }

      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #ececee;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed;
      }

  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fbfbfc;
    border-color: #5f97fb;
  }

  .nav .nav-divider {
    height: 1px;
    margin: 8px 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.428571429;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0;
    }

      .nav-tabs > li > a:hover {
        border-color: #fbfbfc #fbfbfc #ddd;
      }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #9ea0ab;
      background-color: #ececee;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default;
    }

.nav-pills > li {
  float: left;
}

  .nav-pills > li > a {
    border-radius: 2px;
  }

  .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: #5f97fb;
  }

.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: 2px;
  }

  .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: 2px 2px 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: #ececee;
  }
}

.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: 18px;
  border: 1px solid transparent;
}

  .navbar:before, .navbar:after {
    content: " ";
    display: table;
  }

  .navbar:after {
    clear: both;
  }

@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}

.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: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  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: 2px;
}

  .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: 8px -15px;
}

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
  }

@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: 18px;
    }

      .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: 16px;
        padding-bottom: 16px;
      }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11px;
  margin-bottom: 11px;
}

@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;
    -webkit-box-shadow: none;
    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: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 11px;
  margin-bottom: 11px;
}

  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
  }

.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}

@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: #777;
  }

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent;
    }

  .navbar-default .navbar-text {
    color: #777;
  }

  .navbar-default .navbar-nav > li > a {
    color: #777;
  }

    .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: #777;
  }

    .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: #777;
}

  .navbar-default .navbar-link:hover {
    color: #333;
  }

.navbar-default .btn-link {
  color: #777;
}

  .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: #090808;
}

  .navbar-inverse .navbar-brand {
    color: white;
  }

    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent;
    }

  .navbar-inverse .navbar-text {
    color: white;
  }

  .navbar-inverse .navbar-nav > li > a {
    color: white;
  }

    .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: #090808;
  }

  .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: #090808;
    color: #fff;
  }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }

    .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: #090808;
  }

  .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: white;
}

  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }

.navbar-inverse .btn-link {
  color: white;
}

  .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;
  }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}

  .breadcrumb > li {
    display: inline-block;
  }

    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc;
    }

  .breadcrumb > .active {
    color: #ececee;
  }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}

  .pagination > li {
    display: inline;
  }

    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 4px 8px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #5f97fb;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px;
    }

    .pagination > li > a:hover, .pagination > li > a:focus,
    .pagination > li > span:hover,
    .pagination > li > span:focus {
      z-index: 2;
      color: #1466f9;
      background-color: #fbfbfc;
      border-color: #ddd;
    }

  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #5f97fb;
    border-color: #5f97fb;
    cursor: default;
  }

  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #ececee;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 14px;
  font-size: 17px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}

  .pager:before, .pager:after {
    content: " ";
    display: table;
  }

  .pager:after {
    clear: both;
  }

  .pager li {
    display: inline;
  }

    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px;
    }

      .pager li > a:hover,
      .pager li > a:focus {
        text-decoration: none;
        background-color: #fbfbfc;
      }

  .pager .next > a,
  .pager .next > span {
    float: right;
  }

  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }

  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #ececee;
    background-color: #fff;
    cursor: not-allowed;
  }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

  .label:empty {
    display: none;
  }

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #ececee;
}

  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #d1d1d6;
  }

.label-primary {
  background-color: #5f97fb;
}

  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #2d77fa;
  }

.label-success {
  background-color: #3ed783;
}

  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #27bb6a;
  }

.label-info {
  background-color: #5f97fb;
}

  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #2d77fa;
  }

.label-warning {
  background-color: #f5d456;
}

  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #f2c826;
  }

.label-danger {
  background-color: #ed5454;
}

  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #e82626;
  }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #5f97fb;
  border-radius: 10px;
}

  .badge:empty {
    display: none;
  }

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5f97fb;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fbfbfc;
}

  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
  }

  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200;
  }

  .jumbotron > hr {
    border-top-color: #dedee6;
  }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #ececee;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .thumbnail .caption {
    padding: 9px;
    color: #595d6e;
  }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5f97fb;
}

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}

  .alert h4 {
    margin-top: 0;
    color: inherit;
  }

  .alert .alert-link {
    font-weight: bold;
  }

  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }

    .alert > p + p {
      margin-top: 5px;
    }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }

.alert-success {
  background-color: #e7faf0;
  border-color: #1e9152;
  color: #0d3c22;
}

  .alert-success hr {
    border-top-color: #1a7c46;
  }

  .alert-success .alert-link {
    color: #04120a;
  }

.alert-info {
  background-color: #5f97fb;
  border-color: #5f97fb;
  color: #03348b;
}

  .alert-info hr {
    border-top-color: #4687fa;
  }

  .alert-info .alert-link {
    color: #022159;
  }

.alert-warning {
  background-color: #f5d456;
  border-color: #f5d456;
  color: #786007;
}

  .alert-warning hr {
    border-top-color: #f4ce3e;
  }

  .alert-warning .alert-link {
    color: #483a04;
  }

.alert-danger {
  background-color: #f7b0b0;
  border-color: #ed5454;
  color: #6a0b0b;
}

  .alert-danger hr {
    border-top-color: #eb3d3d;
  }

  .alert-danger .alert-link {
    color: #3c0606;
  }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #5f97fb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #3ed783;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5f97fb;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f5d456;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #ed5454;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

  .media:first-child {
    margin-top: 0;
  }

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

  .media-object.img-thumbnail {
    max-width: none;
  }

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }

  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

a.list-group-item,
button.list-group-item {
  color: #555;
}

  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
  }

  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
  }

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #fbfbfc;
  color: #ececee;
  cursor: not-allowed;
}

  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }

  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #ececee;
  }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5f97fb;
  border-color: #5f97fb;
}

  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }

  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white;
  }

.list-group-item-success {
  color: #0d3c22;
  background-color: #e7faf0;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #0d3c22;
}

  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #0d3c22;
    background-color: #d2f6e2;
  }

  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #0d3c22;
    border-color: #0d3c22;
  }

.list-group-item-info {
  color: #03348b;
  background-color: #5f97fb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #03348b;
}

  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #03348b;
    background-color: #4687fa;
  }

  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #03348b;
    border-color: #03348b;
  }

.list-group-item-warning {
  color: #786007;
  background-color: #f5d456;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #786007;
}

  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #786007;
    background-color: #f4ce3e;
  }

  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #786007;
    border-color: #786007;
  }

.list-group-item-danger {
  color: #6a0b0b;
  background-color: #f7b0b0;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #6a0b0b;
}

  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #6a0b0b;
    background-color: #f49999;
  }

  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #6a0b0b;
    border-color: #6a0b0b;
  }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

  .panel-body:before, .panel-body:after {
    content: " ";
    display: table;
  }

  .panel-body:after {
    clear: both;
  }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
  }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }

  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }

  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
  }

  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }

    .panel > .table:first-child > thead:first-child > tr:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
    }

      .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px;
      }

      .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px;
      }

  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

    .panel > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
    }

      .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px;
      }

      .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px;
      }

  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ececee;
  }

  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }

  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 18px;
}

  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
  }

    .panel-group .panel + .panel {
      margin-top: 5px;
    }

  .panel-group .panel-heading {
    border-bottom: 0;
  }

    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd;
    }

  .panel-group .panel-footer {
    border-top: 0;
  }

    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd;
    }

.panel-default {
  border-color: #ddd;
}

  .panel-default > .panel-heading {
    color: #595d6e;
    background-color: #f5f5f5;
    border-color: #ddd;
  }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd;
    }

    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #595d6e;
    }

  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
  }

.panel-primary {
  border-color: #5f97fb;
}

  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #5f97fb;
    border-color: #5f97fb;
  }

    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #5f97fb;
    }

    .panel-primary > .panel-heading .badge {
      color: #5f97fb;
      background-color: #fff;
    }

  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #5f97fb;
  }

.panel-success {
  border-color: #1e9152;
}

  .panel-success > .panel-heading {
    color: #0d3c22;
    background-color: #e7faf0;
    border-color: #1e9152;
  }

    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #1e9152;
    }

    .panel-success > .panel-heading .badge {
      color: #e7faf0;
      background-color: #0d3c22;
    }

  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1e9152;
  }

.panel-info {
  border-color: #5f97fb;
}

  .panel-info > .panel-heading {
    color: #03348b;
    background-color: #5f97fb;
    border-color: #5f97fb;
  }

    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #5f97fb;
    }

    .panel-info > .panel-heading .badge {
      color: #5f97fb;
      background-color: #03348b;
    }

  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #5f97fb;
  }

.panel-warning {
  border-color: #f5d456;
}

  .panel-warning > .panel-heading {
    color: #786007;
    background-color: #f5d456;
    border-color: #f5d456;
  }

    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f5d456;
    }

    .panel-warning > .panel-heading .badge {
      color: #f5d456;
      background-color: #786007;
    }

  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f5d456;
  }

.panel-danger {
  border-color: #ed5454;
}

  .panel-danger > .panel-heading {
    color: #6a0b0b;
    background-color: #f7b0b0;
    border-color: #ed5454;
  }

    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ed5454;
    }

    .panel-danger > .panel-heading .badge {
      color: #f7b0b0;
      background-color: #6a0b0b;
    }

  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ed5454;
  }

.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%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }

.well-lg {
  padding: 24px;
  border-radius: 4px;
}

.well-sm {
  padding: 9px;
  border-radius: 1px;
}

.close {
  float: right;
  font-size: 19.5px;
  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%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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.428571429;
}

.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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: 'Montserrat',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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: 2px;
}

.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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Montserrat',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

  .popover.top {
    margin-top: -10px;
  }

  .popover.right {
    margin-left: 10px;
  }

  .popover.bottom {
    margin-top: 10px;
  }

  .popover.left {
    margin-left: -10px;
  }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

  .popover > .arrow:after {
    border-width: 10px;
    content: "";
  }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
  }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
  }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
  }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
  }

.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;
    -o-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;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-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: -o-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: -o-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;
  }
}

.panel .panel-heading h1, .panel .panel-heading h2, .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5 {
  margin: 0;
}

ul {
  padding-left: 12px;
}

.form-required-symbol {
  font-size: 17px;
  color: #ed5454;
}

.form-group.form-group-required .control-label:after {
  content: '*';
  color: #ed5454;
}

.form-group .field-validation-error {
  color: #ed5454;
  display: block;
  margin-top: 4px;
}

  .form-group .field-validation-error:before {
    margin-right: 4px;
  }

.k-button[disabled], .k-button.k-state-disabled:hover, .k-button.k-state-disabled:focus,
[disabled] .k-button {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
}

.k-widget, .k-block {
  color: #595d6e;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
}

.k-content, .k-window, .k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper, .k-editor, .k-scheduler-agendaview tr.k-state-hover .k-scheduler-datecolumn, .k-notification {
  color: #595d6e;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

.k-popup, .k-menu.k-context-menu {
  color: #595d6e;
  background-color: #efeff0;
  border-color: #282931;
}

.k-block > .k-header, .k-spreadsheet-top-corner, .k-spreadsheet-row-header,
.k-spreadsheet-column-header, .k-calendar .k-header, .k-calendar .k-content thead, .k-calendar .k-calendar-view thead, .k-time-list-wrapper .k-title, .editorToolbarWindow.k-header.k-window-content, .k-treemap .k-treemap-title, .k-gantt-toolbar, .k-scheduler-toolbar,
.k-scheduler-footer {
  color: #595d6e;
  background-color: #ececee;
  border-color: #282931;
}

  .k-list-container .k-nodata .k-button, .k-dropdown .k-dropdown-wrap, .k-button, .k-toolbar .k-split-button .k-button, .k-spreadsheet-filter, .k-pivot-toolbar .k-button,
  .k-fieldselector .k-list li.k-item, .k-colorpicker .k-picker-wrap, .k-combobox .k-select, .k-datepicker .k-select,
  .k-timepicker .k-select,
  .k-datetimepicker .k-select, .k-dateinput .k-select, .k-editor .k-editor-toolbar-wrap a.k-tool,
  .k-ct-popup .k-editor-toolbar a.k-tool,
  .editorToolbarWindow.k-header.k-window-content a.k-tool, .k-numerictextbox .k-select, .k-switch-handle, .k-handle, .k-gantt-views li, .k-scheduler-navigation .k-nav-today,
  .k-scheduler-navigation .k-nav-prev,
  .k-scheduler-navigation .k-nav-next, .k-scheduler-views li, .k-scheduler-footer li {
    color: #fff;
    background-color: #5f97fb;
    border-color: #4687fa;
    background-image: none;
  }

    .k-dropdown > :hover,
    .k-dropdown .k-state-hover, .k-button:hover, .k-button.k-state-hover, .k-button.k-flat:hover, .k-button.k-flat.k-state-hover, .k-action-buttons .k-button:hover, .k-action-buttons .k-button.k-state-hover, .k-dialog-buttongroup .k-button:hover, .k-dialog-buttongroup .k-button.k-state-hover, .k-toolbar .k-split-button .k-button:hover,
    .k-toolbar .k-split-button .k-button.k-state-hover, .k-spreadsheet-filter:hover, .k-pivot-toolbar .k-button:hover, .k-pivot-toolbar .k-button.k-state-hover,
    .k-fieldselector .k-list li.k-item:hover,
    .k-fieldselector .k-list li.k-item.k-state-hover, .k-colorpicker .k-state-hover, .k-combobox > :hover .k-select,
    .k-combobox .k-state-hover .k-select, .k-calendar .k-nav-prev:hover, .k-calendar .k-nav-prev.k-state-hover,
    .k-calendar .k-nav-next:hover,
    .k-calendar .k-nav-next.k-state-hover,
    .k-calendar .k-nav-fast:hover,
    .k-calendar .k-nav-fast.k-state-hover, .k-datepicker:hover .k-select,
    .k-datepicker .k-state-hover .k-select,
    .k-timepicker:hover .k-select,
    .k-timepicker .k-state-hover .k-select,
    .k-datetimepicker:hover .k-select,
    .k-datetimepicker .k-state-hover .k-select, .k-dateinput .k-select:hover, .k-dateinput .k-select > .k-state-selected,
    .k-dateinput .k-select > .k-state-active, .k-dateinput .k-state-hover .k-select, .k-editor .k-editor-toolbar-wrap a.k-tool:hover, .k-editor .k-editor-toolbar-wrap a.k-tool.k-state-hover,
    .k-ct-popup .k-editor-toolbar a.k-tool:hover,
    .k-ct-popup .k-editor-toolbar a.k-tool.k-state-hover,
    .editorToolbarWindow.k-header.k-window-content a.k-tool:hover,
    .editorToolbarWindow.k-header.k-window-content a.k-tool.k-state-hover, .k-numerictextbox .k-select:hover, .k-numerictextbox .k-select > .k-state-selected,
    .k-numerictextbox .k-select > .k-state-active, .k-numerictextbox .k-state-hover .k-select, .k-switch-off:hover .k-switch-handle, .k-handle:hover, .k-gantt-views li.k-state-hover, .k-scheduler-navigation .k-nav-today.k-state-hover,
    .k-scheduler-navigation .k-nav-prev.k-state-hover,
    .k-scheduler-navigation .k-nav-next.k-state-hover, .k-scheduler-views li.k-state-hover, .k-scheduler-footer li.k-state-hover {
      color: #656565;
      background-color: #ededed;
      border-color: rgba(0, 0, 0, 0.15);
      background-image: linear-gradient(#ededed, #e8e8e8);
    }

    .k-button:active, .k-button.k-state-active, .k-split-button.k-button-group .k-button:active, .k-split-button.k-button-group .k-button.k-state-active, .k-button.k-flat:active, .k-button.k-flat.k-state-active, .k-action-buttons .k-button:active, .k-action-buttons .k-button.k-state-active, .k-dialog-buttongroup .k-button:active, .k-dialog-buttongroup .k-button.k-state-active, .k-toolbar .k-split-button .k-button:active,
    .k-toolbar .k-split-button .k-button.k-state-active, .k-spreadsheet-filter.k-state-active, .k-colorpicker .k-state-active, .k-calendar .k-nav-prev:active,
    .k-calendar .k-nav-next:active,
    .k-calendar .k-nav-fast:active, .k-editor .k-editor-toolbar-wrap a.k-tool:active, .k-editor .k-editor-toolbar-wrap a.k-tool.k-state-active,
    .k-ct-popup .k-editor-toolbar a.k-tool:active,
    .k-ct-popup .k-editor-toolbar a.k-tool.k-state-active,
    .editorToolbarWindow.k-header.k-window-content a.k-tool:active,
    .editorToolbarWindow.k-header.k-window-content a.k-tool.k-state-active, .k-multiselect li.k-button:active, .k-multiselect li.k-button.k-state-active {
      color: #fff;
      background-color: #5f97fb;
      border-color: #4687fa;
      background-image: none;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
    }

    .k-button.k-primary, .k-slider .k-draghandle, .k-switch-on .k-switch-handle {
      color: #ffffff;
      background-color: #004e9b;
      border-color: #004e9b;
      background-image: linear-gradient(rgba(0, 42, 155, 0), rgba(0, 42, 155, 0.2));
    }

      .k-button.k-primary:hover, .k-button.k-primary.k-state-hover, .k-button.k-primary.k-flat:hover, .k-button.k-primary.k-flat.k-state-hover, .k-action-buttons .k-primary:hover, .k-action-buttons .k-primary.k-state-hvoer, .k-dialog-buttongroup .k-primary:hover, .k-dialog-buttongroup .k-primary.k-state-hvoer, .k-slider .k-draghandle:hover, .k-switch-on:hover .k-switch-handle {
        color: #ffffff;
        background-color: #00469b;
        border-color: #00469b;
        background-image: linear-gradient(rgba(0, 34, 155, 0), rgba(0, 34, 155, 0.2));
      }

      .k-button.k-primary:active, .k-button.k-primary.k-state-active, .k-button.k-primary.k-flat:active, .k-button.k-primary.k-flat.k-state-active, .k-action-buttons .k-primary:active, .k-action-buttons .k-primary.k-state-active, .k-dialog-buttongroup .k-primary:active, .k-dialog-buttongroup .k-primary.k-state-active, .k-slider .k-draghandle:active, .k-slider .k-draghandle.k-pressed {
        color: #ffffff;
        background-color: #004e9b;
        border-color: #004e9b;
        background-image: linear-gradient(rgba(0, 42, 155, 0.2), rgba(0, 42, 155, 0));
      }

.k-toolbar, .k-editor-toolbar {
  color: #fff;
  background-color: #5f97fb;
  border-color: #4687fa;
}

.k-autocomplete, .k-combobox .k-dropdown-wrap, .k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap, .k-dateinput .k-dateinput-wrap, .k-textbox,
.k-input.k-textbox,
.k-textarea, .k-multiselect, .k-multiselect-wrap, .k-numerictextbox .k-numeric-wrap {
  color: #595d6e;
  background-color: #fff;
  border-color: #ccc;
}

  .k-autocomplete.k-state-hover, .k-combobox > :hover,
  .k-combobox .k-state-hover, .k-datepicker:hover,
  .k-datepicker .k-state-hover,
  .k-timepicker:hover,
  .k-timepicker .k-state-hover,
  .k-datetimepicker:hover,
  .k-datetimepicker .k-state-hover, .k-dateinput .k-state-hover, .k-multiselect-wrap:hover, .k-numerictextbox .k-state-hover {
    color: #595d6e;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15);
  }

  .k-dropdown .k-state-focused, .k-autocomplete.k-state-focused, .k-combobox > .k-state-focused,
  .k-combobox .k-state-active, .k-datepicker .k-state-focused,
  .k-datepicker .k-state-active,
  .k-timepicker .k-state-focused,
  .k-timepicker .k-state-active,
  .k-datetimepicker .k-state-focused,
  .k-datetimepicker .k-state-active, .k-dateinput .k-state-focused, .k-multiselect.k-state-focused .k-multiselect-wrap, .k-numerictextbox .k-state-focused {
    color: #595d6e;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
  }

.k-panelbar > .k-item.k-state-expanded > .k-link,
.k-panelbar > .k-item.k-state-active > .k-link {
  color: #595d6e;
  background-color: #ececee;
  border-color: #ececee;
}

  .k-treeview .k-in.k-state-hover, .k-calendar .k-state-hover, .k-scheduler-agendaview tr.k-state-hover, .k-panelbar > .k-item.k-state-expanded > .k-link:hover, .k-panelbar > .k-item.k-state-expanded > .k-link.k-state-hover,
  .k-panelbar > .k-item.k-state-active > .k-link:hover,
  .k-panelbar > .k-item.k-state-active > .k-link.k-state-hover, .k-panelbar .k-group > .k-item > .k-link:hover,
  .k-panelbar .k-group > .k-item > .k-link.k-state-hover {
    color: #656565;
    background-color: #ededed;
    border-color: #ededed;
  }

.k-drag-clue, .k-treeview .k-in.k-state-selected, .k-calendar .k-state-selected,
.k-calendar .k-weekend.k-state-selected, .k-event, .k-panelbar > .k-item > .k-link.k-state-selected:not(.k-state-expanded),
.k-panelbar > .k-item > .k-link.k-state-selected:not(.k-state-active), .k-panelbar .k-group > .k-item > .k-link.k-state-selected {
  color: #ffffff;
  background-color: #004e9b;
  border-color: #004e9b;
}

.k-list .k-item:focus,
.k-list .k-item.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-list .k-item:hover,
.k-list .k-item.k-state-hover, .k-list-container .k-button:hover,
.k-list-container .k-button.k-state-hover, .k-spreadsheet-filter-menu > .k-menu .k-item.k-state-hover, .k-spreadsheet-popup .k-button:hover,
.k-spreadsheet-popup .k-button.k-state-hover, .k-menu-group .k-item.k-state-hover,
.k-menu.k-context-menu .k-item.k-state-hover {
  color: #656565;
  background-color: #ededed;
}

.k-list .k-item.k-state-selected, .k-list-container .k-button:active,
.k-list-container .k-button.k-state-active, .k-spreadsheet-popup .k-button:active,
.k-spreadsheet-popup .k-button.k-state-active,
.k-spreadsheet-popup .k-button.k-state-selected, .k-menu-group .k-item.k-state-active, .k-menu-group .k-item.k-state-selected,
.k-menu.k-context-menu .k-item.k-state-active,
.k-menu.k-context-menu .k-item.k-state-selected {
  color: #ffffff;
  background-color: #004e9b;
}

.k-reset {
  margin: 0;
  padding: 0;
  border-width: 0;
  outline: 0;
  text-decoration: none;
  font: inherit;
  list-style: none;
}

.k-widget, .k-block {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-size: 12px;
  line-height: 1.4285714286;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

  .k-widget:disabled, .k-block:disabled, .k-widget[disabled], [disabled].k-block {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
  }

table.k-widget, table.k-block {
  display: table;
}

kendo-sortable,
.k-display-block {
  display: block;
}

.k-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

.k-rtl {
  direction: rtl;
}

.k-floatwrap::after,
.k-grid-toolbar::after,
.k-slider-items::after {
  content: "";
  display: block;
  clear: both;
}

.k-link,
.k-link:hover {
  color: inherit;
  text-decoration: none;
}

.k-content {
  outline: 0;
}

.k-block {
  box-sizing: border-box;
}

.k-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px;
}

.kendo-pdf-hide-pseudo-elements::before,
.kendo-pdf-hide-pseudo-elements::after {
  display: none !important;
}

.k-flip-h {
  transform: scaleX(-1);
}

.k-flip-v {
  transform: scaleY(-1);
}

.k-flip-h.k-flip-v {
  transform: scale(-1, -1);
}

.k-dirty {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
}

.k-hidden {
  display: none !important;
}

.k-hr {
  margin: 0.5em auto;
  padding: 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  float: none;
  clear: both;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-widget ::selection, .k-block ::selection {
  background-color: #004e9b;
  color: #ffffff;
}

.k-block {
  border-radius: 3px;
  padding: 4px 8px;
}

  .k-block > .k-header {
    margin: -4px -8px 4px;
    padding: 8px 0;
  }

  .k-block ::selection {
    background-color: #004e9b;
    color: #ffffff;
  }

.k-info-colored {
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}

.k-success-colored {
  color: #507f50;
  border-color: #d0dfd0;
  background-color: #f0fff0;
}

.k-error-colored {
  color: #7f5050;
  border-color: #dfd0d0;
  background-color: #fff0f0;
}

.k-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.k-inset {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03), inset 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.k-state-selected {
  color: #ffffff;
  background-color: #004e9b;
  border-color: rgba(0, 0, 0, 0.1);
}

.k-disabled,
.k-state-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
}

  .k-disabled .k-link,
  .k-disabled .k-button,
  .k-state-disabled .k-link,
  .k-state-disabled .k-button {
    cursor: default;
    outline: 0;
  }

  .k-disabled [disabled],
  .k-disabled .k-disabled,
  .k-disabled .k-state-disabled,
  .k-state-disabled [disabled],
  .k-state-disabled .k-disabled,
  .k-state-disabled .k-state-disabled {
    opacity: 1;
    filter: grayscale(0);
  }

.k-state-error {
  border-style: ridge;
}

.k-state-empty {
  font-style: italic;
}

.k-dirty {
  border-color: #f31700 #f31700 transparent transparent;
}

.k-hr {
  border-color: rgba(0, 0, 0, 0.08);
}

.k-resize-handle,
.k-resize-hint {
  position: absolute;
  border-color: inherit;
}

.k-resize-handle {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .k-resize-handle::before {
    content: "";
    border: 0 solid;
    border-color: inherit;
  }

.k-resize-n {
  width: 100%;
  height: 6px;
  flex-direction: row;
  left: 0;
  top: -3px;
  cursor: n-resize;
}

.k-resize-s {
  width: 100%;
  height: 6px;
  flex-direction: row;
  left: 0;
  bottom: -3px;
  cursor: s-resize;
}

.k-resize-w {
  width: 6px;
  height: 100%;
  flex-direction: col;
  top: 0;
  left: -3px;
  cursor: w-resize;
}

.k-resize-e {
  width: 6px;
  height: 100%;
  flex-direction: col;
  top: 0;
  right: -3px;
  cursor: w-resize;
}

.k-line {
  background-color: currentColor;
  border-color: currentColor;
}

.k-line-h,
.k-line-v {
  position: absolute;
}

.k-line-h {
  height: 2px;
}

.k-line-v {
  width: 2px;
}

.k-arrow-e,
.k-arrow-w {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  top: -4px;
}

.k-arrow-e {
  border-left-color: currentColor;
  right: -6px;
}

.k-arrow-w {
  border-right-color: currentColor;
  left: -6px;
}

.k-marquee {
  position: absolute;
  z-index: 100000;
}

.k-marquee-color,
.k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-marquee-color {
  color: #ffffff;
  background-color: #004e9b;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: .6;
}

.k-marquee-text {
  color: #ffffff;
}

.k-loading {
  width: 64px;
  height: 64px;
  display: block;
}

  .k-loading .animate {
    animation: loading 2s infinite linear;
  }

@keyframes loading {
  0% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 502;
  }

  50% {
    stroke-dasharray: 250 1;
  }

  100% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 0;
  }
}

.k-loading-mask,
.k-loading-image,
.k-loading-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.k-loading-mask {
  z-index: 100;
}

  .k-loading-mask.k-opaque .k-loading-color {
    opacity: 1;
  }

.k-loading-text {
  text-indent: -4000px;
  text-align: center;
  position: absolute;
}

.k-loading-image {
  z-index: 2;
}

.k-loading-color {
  background-color: #ffffff;
  opacity: .3;
}

.k-i-loading {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  color: currentColor;
}

  .k-i-loading::before, .k-loading-image::before,
  .k-i-loading::after,
  .k-loading-image::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: "";
    box-sizing: inherit;
    border-radius: 50%;
    border-width: .03em;
    border-style: solid;
    border-color: currentColor;
    border-top-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent;
  }

.k-icon.k-i-loading::before, .k-icon.k-loading-image::before,
.k-icon.k-i-loading::after,
.k-icon.k-loading-image::after {
  content: "";
}

.k-i-loading::before, .k-loading-image::before {
  margin-top: -.5em;
  margin-left: -.5em;
  width: 1em;
  height: 1em;
  animation: k-loading-animation .7s linear infinite;
}

.k-i-loading::after, .k-loading-image::after {
  margin-top: -.25em;
  margin-left: -.25em;
  width: .5em;
  height: .5em;
  animation: k-loading-animation reverse 1.4s linear infinite;
}

.k-loading-image::before,
.k-loading-image::after {
  border-width: .015em;
  font-size: 4em;
}

@keyframes k-loading-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.k-drag-clue {
  padding: 2px 4px;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.k-drag-status {
  margin-right: .4ex;
}

.k-reorder-cue {
  position: absolute;
}

  .k-reorder-cue::before, .k-reorder-cue::after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    position: absolute;
    transform: translateX(-50%);
  }

  .k-reorder-cue::before {
    border-bottom-width: 0;
    border-top-color: currentColor;
    top: -4px;
  }

  .k-reorder-cue::after {
    border-top-width: 0;
    border-bottom-color: currentColor;
    bottom: -4px;
  }

@font-face {
  font-family: 'WebComponentsIcons';
  font-style: normal;
  font-weight: normal;
  src: url("data:application/font-woff;base64,d09GRgABAAAAAXk8AAwAAAABeOwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABHAAAOFYAADhW/WTv7k9TLzIAADl0AAAAYAAAAGAPEgZMY21hcAAAOdQAAAC0AAAAtHVxhK9nYXNwAAA6iAAAAAgAAAAIAAAAEGdseWYAADqQAAEt7AABLeytpiIOaGVhZAABaHwAAAA2AAAANg6ldYVoaGVhAAFotAAAACQAAAAkB8IFn2htdHgAAWjYAAAHeAAAB3jiAJ+HbG9jYQABcFAAAAO+AAADvi0/4bhtYXhwAAF0EAAAACAAAAAgAgADLm5hbWUAAXQwAAAE6QAABOnz//U0cG9zdAABeRwAAAAgAAAAIAADAAAAAQAAAAoAHgAsAAFsYXRuAAgABAAAAAAAAAABAAAAAWxpZ2EACAAAAAEAAAABAAQABAAAAAEACgAAAAEAPAAbAHYIEgsUEMISTBMIGQgaFBwEHjgeQh8mIRQijCLKIvAmJiY8KNAsujSCNUo2UDcGNzw3kjgSAAEAGwAMAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAkACUB3QA/AIAAjACoAL4AyADgAQABIgE4AVwBbAF+AZoBvAHcAfwCEgIqAkQCbAJ8ApICrALMAuoDCAMYAzADRgNsA5gDwgPsBA4ENgRcBIIEmgS4BNQE8AUUBTYFXgWEBZQFrgW8BcQF6AX8BiQGPAZWBoAGmgbABtYG8gccBzYHYAd6AK4ABQAgAA8AFAAaAGcADQAfAB8ADAAOABMAGAAQABkAHwAEAAkACgBmAAoAHwAfAAwADgATABgAEAAZAB8BzAAEAB4ADgAjAEYACwAdAB0AGgAiAB4ABAAeACIADAAbAEQADwAdAB0AGgAiAB4ABAAdABAAHgAUACUAFAAZABIANwAQAB0AHQAaACIAHgAEABkAGgAEAA4AEwAMABkAEgAQADYACgAdAB0AGgAiAB4ABAAWABsAFABFABEAHQAdABoAIgAeAAQADwAUABgAEAAZAB4AFAAaABkAHgAtAAcAHQAdABoAIgAEACIAPQAIAB0AHQAaACIABAAgABsAMgANAB0AHQAaACIABAAeABAAEAAWAAQAIAAbADMAEAAdAB0AGgAiAAQAHgAQABAAFgAEAB0AFAASABMAHwA1AA8AHQAdABoAIgAEAB4AEAAQABYABAAXABAAEQAfADQADwAdAB0AGgAiAAQAHgAQABAAFgAEAA8AGgAiABkAQwAKAB0AHQAaACIABAAdABoAGgAfAD4ACwAdAB0AGgAiAAQAHQAUABIAEwAfAEIADAAdAB0AGgAiAAQAGwAMAB0AEAAZAB8AOAATAB0AHQAaACIABAAaACEAEAAdABEAFwAaACIABAAPABoAIgAZACoABwAdAB0AGgAiAAQAGQBAAAoAHQAdABoAIgAEABcAEAARAB8ALgAMAB0AHQAaACIABAAQABkADwAEACAAGwAvAA8AHQAdABoAIgAEABAAGQAPAAQAHQAUABIAEwAfADEADgAdAB0AGgAiAAQAEAAZAA8ABAAXABAAEQAfADAADgAdAB0AGgAiAAQAEAAZAA8ABAAPABoAIgAZACsABwAdAB0AGgAiAAQAEABBAAsAHQAdABoAIgAEAA8AHQAUABcAFwA/AAoAHQAdABoAIgAEAA8AGgAiABkAMgASAB0AHQAaACIABAAPABoAIAANABcAEAAEAAsABQAEACAAGwAzABUAHQAdABoAIgAEAA8AGgAgAA0AFwAQAAQACwAFAAQAHQAUABIAEwAfADUAFAAdAB0AGgAiAAQADwAaACAADQAXABAABAALAAUABAAXABAAEQAfADQAFAAdAB0AGgAiAAQADwAaACAADQAXABAABAALAAUABAAPABoAIgAZADkAEAAdAB0AGgAiAAQADgATABAAIQAdABoAGQAEACAAGwA6ABMAHQAdABoAIgAEAA4AEwAQACEAHQAaABkABAAdABQAEgATAB8APAASAB0AHQAaACIABAAOABMAEAAhAB0AGgAZAAQAFwAQABEAHwA7ABIAHQAdABoAIgAEAA4AEwAQACEAHQAaABkABAAPABoAIgAZACoACwAdAB0AGgAiAAQACwAFAAQAIAAbACsADgAdAB0AGgAiAAQACwAFAAQAHQAUABIAEwAfAC0ADQAdAB0AGgAiAAQACwAFAAQAFwAQABEAHwAsAA0AHQAdABoAIgAEAAsABQAEAA8AGgAiABkAJgARAB0AHQAaACIABAAJAAoABAAgABsABAAdABQAEgATAB8AKQAQAB0AHQAaACIABAAJAAoABAAgABsABAAXABAAEQAfACcAEwAdAB0AGgAiAAQACQAKAAQADwAaACIAGQAEAB0AFAASABMAHwAoABIAHQAdABoAIgAEAAkACgAEAA8AGgAiABkABAAXABAAEQAfACwABwAdABoAHQAiAAQAHgFSAAwAGwAbABcAJAAEABEAGgAdABgADAAfAWEABgAZAA4AEwAaAB0A+AADABcAFwDiABEAFwAUABIAGQAEAB8AGgAbAAQAEAAXABAAGAAQABkAHwEGAAkAFwAUABIAGQAEAB8AGgAbAOEAEwAXABQAEgAZAAQAHQAUABIAEwAfAAQAEAAXABAAGAAQABkAHwELAAsAFwAUABIAGQAEAB0AFAASABMAHwENAAwAFwAUABIAGQAEAB0AEAAYABoAIQAQAOMAFAAXABQAEgAZAAQAGAAUAA8ADwAXABAABAAQABcAEAAYABAAGQAfAQcADAAXABQAEgAZAAQAGAAUAA8ADwAXABAA3wASABcAFAASABkABAAXABAAEQAfAAQAEAAXABAAGAAQABkAHwEJAAoAFwAUABIAGQAEABcAEAARAB8BDAANABcAFAASABkABAAVACAAHgAfABQAEQAkAOAAFAAXABQAEgAZAAQADgAQABkAHwAQAB0ABAAQABcAEAAYABAAGQAfAQoADAAXABQAEgAZAAQADgAQABkAHwAQAB0A5AAUABcAFAASABkABAANABoAHwAfABoAGAAEABAAFwAQABgAEAAZAB8BCAAMABcAFAASABkABAANABoAHwAfABoAGAG/ABAAEgASAB0AEAASAAwAHwAQAAQAEQAUABAAFwAPAB4AHQA8AEoAVgB+AKIAwgDyASYBRAFcAXIBjAGgAbgB1AHiAgQCFgIgAioCQgJSAlwCdAKEAqYCygLgAvoBKQAGACAAHwAfABoAGQDOAAUAHQAgAB4AEwDSABMAHQAUABIAEwAfABkAEAAeAB4ABAAOABoAGQAfAB0ADAAeAB8BJAARABoAHQAPABAAHQAeAAQAHgATABoAIgAEABMAFAAPABABGwAPABoAHQAPABAAHQAeAAQAGgAgAB8AHgAUAA8AEAEeABcAGgAdAA8AEAAdAB4ABAAUABkAHgAUAA8AEAAEACEAEAAdAB8AFAAOAAwAFwEdABkAGgAdAA8AEAAdAB4ABAAUABkAHgAUAA8AEAAEABMAGgAdABQAJQAaABkAHwAMABcBHAAOABoAHQAPABAAHQAeAAQAFAAZAB4AFAAPABABGgALABoAHQAPABAAHQAeAAQADAAXABcBHwAKABoAHQAPABAAHQAEAB8AGgAbASIADAAaAB0ADwAQAB0ABAAdABQAEgATAB8BIwAJABoAHQAPABAAHQAEABkAGgEhAAsAGgAdAA8AEAAdAAQAFwAQABEAHwEgAA0AGgAdAA8AEAAdAAQADQAaAB8AHwAaABgBJQAGABoAHQAPABAAHQC0ABAAGgAaABYAGAAMAB0AFgAEABoAIAAfABcAFAAZABAAtQAIABoAGgAWABgADAAdABYA7QAEABoAFwAPANcABAAXACAAHQGRAAsAFwAaABIAEgAQAB0ABAANABoAIwGQAAcAFwAaABIAEgAQAB0AvQAEABAAFwAXAbEACwAQABMADAAZAA4AEAAEAA0AGgAjAbAABwAQABMADAAZAA4AEADeABAADAAOABYAIgAMAB0ADwAEABAAFwAQABgAEAAZAB8A6wARAAwADgAWABIAHQAaACAAGQAPAAQAHQAQABgAGgAhABAA0AAKAAwADgAWABIAHQAaACAAGQAPANwADAAMAA4AFgAEABAAFwAQABgAEAAZAB8BzQADAAwADgA8AHoAggCaALYAxADWAN4A6ADwAP4BBAEOASYBMAFUAXgBjAGaAcIB4AHwAgACHAI0AkwCZAJ8AoYCjgKoArQC0ALqAvYDAgMSAxwDMAM+A2IDhAOYA7oDzAPoBAIEDgQuBFwEjgSmBNIFAgUYBSIFQAVcBWoFhgWYAUoAAwAgAB8BPAALACAAHgAfABoAGAAEABQADgAaABkBggANACAAHgAfABoAGAAEABEAGgAdABgADAAfAJMABgAgAB4AHwAaABgBgAAIACAAHQAdABAAGQAOACQBwwADAB4AIQHQAAQAHgAeAAgB0wADAB4AHgHWAAYAHgAbAB0AGgAVAdgAAgAeAMcABAAdABoAGwFUAAsAGgAbACQABAARABoAHQAYAAwAHwFJAAQAGgAbACQA8wARABoAGQAhABAAHQAfAAQAIAAbABsAEAAdAA4ADAAeABAA8gARABoAGQAhABAAHQAfAAQAFwAaACIAEAAdAA4ADAAeABAAnQAJABoAGQAZABAADgAfABoAHQHLAAYAGgAZABEAFAASAUMAEwAaABgAGAAQABkAHwAeAAQAHQAQABgAGgAhABAABAAMABcAFwFCAA4AGgAYABgAEAAZAB8ABAAdABAAGAAaACEAEAFBAAcAGgAYABgAEAAZAB8AUwAHABoAFwAgABgAGQAeAXcADQAaABcAIAAYABkABAARAB0AEAAQACUAEAAoAAsAGgAXABcADAAbAB4AEAAEAB4AIgAnAAsAGgAXABcADAAbAB4AEAAEAB4AEAApAAsAGgAXABcADAAbAB4AEAAEABkAIgAmAAsAGgAXABcADAAbAB4AEAAEABkAEACUAAQAGgASAB4AkwADABoAEgEnAAwAGgAPABAABAAeABkAFAAbABsAEAAfAdsABQAXABoAIAAPAHUADQAXABoAHgAQAAQAGgAgAB8AFwAUABkAEAB2AAwAFwAaAB4AEAAEAA4AFAAdAA4AFwAQAHQABQAXABoAHgAQAGAABQAXABoADgAWAGcABwAXABQAGwAEAAkACgBmAAQAFwAUABsBUwAJABcAEAAMAB0ABAAOAB4AHgC6AAYAFAAdAA4AFwAQAHIAEQATABAADgAWABgADAAdABYABAAaACAAHwAXABQAGQAQAHMAEAATABAADgAWABgADAAdABYABAAOABQAHQAOABcAEABxAAkAEwAQAA4AFgAYAAwAHQAWALcAEAATABAADgAWAA0AGgAjAAQADgATABAADgAWABAADwC2AAgAEwAQAA4AFgANABoAIwByAA0AEwAQAA4AFgAEABoAIAAfABcAFAAZABAAcwAMABMAEAAOABYABAAOABQAHQAOABcAEABxAAUAEwAQAA4AFgE0AA8AEwAMABkAEgAQAAQAGAAMABkAIAAMABcAFwAkAXEAFgAQABcAFwAeAAQAGAAQAB0AEgAQAAQAIQAQAB0AHwAUAA4ADAAXABcAJAFwABgAEAAXABcAHgAEABgAEAAdABIAEAAEABMAGgAdABQAJQAaABkAHwAMABcAFwAkAW8ACwAQABcAFwAeAAQAGAAQAB0AEgAQAXMAFQAQABcAFwAEAB4AGwAXABQAHwAEACEAEAAdAB8AFAAOAAwAFwAXACQBcgAXABAAFwAXAAQAHgAbABcAFAAfAAQAEwAaAB0AFAAlABoAGQAfAAwAFwAXACQASAAKAAwAHwAQABIAGgAdABQAJQAQAJwABAAMAB0AHwBvAA4ADAAZAA4AEAAXAAQAGgAgAB8AFwAUABkAEABwAA0ADAAZAA4AEAAXAAQADgAUAB0ADgAXABAAbgAGAAwAGQAOABAAFwErAA0ADAAXABAAGQAPAAwAHQAEAA8ADAAfABAAYQAIAAwAFwAQABkADwAMAB0AmwAKAAwAFwAOACAAFwAMAB8AGgAdABEAJAA0AE4AYAB8AI4AnAC+AMYAzgDgAOoBCAEkATgBRgFoANAABwAdABoAGwAXABAAHwGzAAwAHQAUAA0ADQANABcAEAAEAA0AGgAjAbIACAAdABQADQANAA0AFwAQAEcADQAdAAwAEgAEAAwAGQAPAAQADwAdABoAGwCLAAgAGgAiABkAFwAaAAwADwGAAAYAGgAXABcADAAdATsAEAAaAA4AIAAYABAAGQAfAAQAGAAMABkADAASABAAHQHFAAMAGgAOAPcAAwAUACEBlQAIABQAEgASAAQADQAaACMBlAAEABQAEgASAT0ADgAUAA4AHwAUABoAGQAMAB0AJAAEAAwADwAPAZMADQAQABcAFAAOABQAGgAgAB4ABAANABoAIwGSAAkAEAAXABQADgAUABoAIAAeAGUABgAQABcAEAAfABABgwAQABAADgAUABgADAAXAAQAFAAZAA4AHQAQAAwAHgAQAYQAEAAQAA4AFAAYAAwAFwAEAA8AEAAOAB0AEAAMAB4AEAALABgAIAAoADwASABUAGwAfACQAJwAsgCWAAMAJAAQAdUAAwAjABAAwAAJACMADgAQABsAHwAUABoAGQHEAAUAIwAOABAAFwB1AAUAHQAdABoAHQGXAAsAGQAhABAAFwAaABsABAANABoAIwGWAAcAGQAhABAAFwAaABsBlwAJABgADAAUABcABAANABoAIwGWAAUAGAAMABQAFwEyAAoADwAUAB8ABAAfABoAGgAXAB4AZAAEAA8AFAAfAD4AfgCeALQA1gDuAQoBIAFAAVABZgGKAaQBrgHQAeQB/AIQAigCQAJWAmQCcgKOAq4CygLWAvgDAgMqA1ADZAN+A6ADzAPaA+QD8AQCBBQEKAREBFYEaAR6BIwEngS+BNQE6gT8BQ4FJgU4BUwFXgVoBYAFogW0BcwF1AXuAOoADwAgABcAFwAeAA4AHQAQABAAGQAEABAAIwAUAB8A6QAKACAAFwAXAB4ADgAdABAAEAAZAOoAEAAgABcAFwAEAB4ADgAdABAAEAAZAAQAEAAjABQAHwDpAAsAIAAXABcABAAeAA4AHQAQABAAGQDbAA0AHQAaABkAHwAEABAAFwAQABgAEAAZAB8AMwAKABoAHQAiAAwAHQAPAAQAHgAYAN0ADwAaAB0AIgAMAB0ADwAEABAAFwAQABgAEAAZAB8ApwAHABoAHQAiAAwAHQAPAX0ACgAaAB0AGAAgABcADAAEABEAIwFaABEAGgAdABgADAAfAAQADgAaAA8AEAAEAA0AFwAaAA4AFgEmAAwAGgAdABgABAAQABcAEAAYABAAGQAfASUABAAaAB0AGADxABAAGgAdABAAEgAdABoAIAAZAA8ABAAOABoAFwAaAB0BhQAJABoAGQAfAAQAHgAUACUAEADwAAsAGgAZAB8ABAARAAwAGAAUABcAJAG9AAkAGgAXAA8AEAAdAAQAIAAbAbsACwAaABcADwAQAB0ABAAaABsAEAAZAb4ACwAaABcADwAQAB0ABAAYABoAHQAQAbwACgAaABcADwAQAB0ABAAMAA8ADwG6AAYAGgAXAA8AEAAdAGIABgAXABoAGwAbACQAygANABcAFAAbAAQAIQAQAB0AHwAUAA4ADAAXAMkADwAXABQAGwAEABMAGgAdABQAJQAaABkAHwAMABcBRwANABcADAAeABMABAAYAAwAGQAMABIAEAAdAcoABQAXAAwAHgATAUgAEAAUABkADwAEAAwAGQAPAAQAHQAQABsAFwAMAA4AEAFIAAQAFAAZAA8AhgATABQAFwAfABAAHQAEAB4AGgAdAB8ABAAPABAAHgAOAAQAHgAYAIUAEgAUABcAHwAQAB0ABAAeABoAHQAfAAQADAAeAA4ABAAeABgAhAAJABQAFwAfABAAHQAEAB4AGACDAAwAFAAXAB8AEAAdAAQADgAXABAADAAdAIgAEAAUABcAHwAQAB0ABAAMAA8ADwAEABIAHQAaACAAGwCHABUAFAAXAB8AEAAdAAQADAAPAA8ABAAQACMAGwAdABAAHgAeABQAGgAZAIIABgAUABcAHwAQAB0BzwAEABQAFwAYAUkABQAUABcAEAAeAc4ACAAUABcAEAAEACUAFAAbAcQACAAUABcAEAAEACMAFwAeAcUACQAUABcAEAAEACIAGgAdAA8BwAANABQAFwAQAAQAIQAQAB0AHwAUAA4ADAAXAcIACAAUABcAEAAEAB8AIwAfAckACAAUABcAEAAEABsAHgAPAccACAAUABcAEAAEABsAGwAfAcgACAAUABcAEAAEABsADwARAcYACAAUABcAEAAEABgADwANAdwADwAUABcAEAAEABMAGgAdABQAJQAaABkAHwAMABcBygAKABQAFwAQAAQAEQAXAAwAHgATAcQACgAUABcAEAAEABAAIwAOABAAFwHFAAgAFAAXABAABAAPABoADgHDAAgAFAAXABAABAAOAB4AIQHLAAsAFAAXABAABAAOABoAGQARABQAEgHNAAgAFAAXABAABAANAAwADgHMAAkAFAAXABAABAAMAB4ADgAjAcEACAAUABcAEAAEAAwADwAPAcAABAAUABcAEAG+AAsAFAAQABcADwAeAAQAGAAaAB0AEACyABAADAAhABoAHQAUAB8AEAAEABoAIAAfABcAFAAZABAAswAIAAwAIQAaAB0AFAAfABAAsgALAAwAIQAEABoAIAAfABcAFAAZABAAswADAAwAIQGZAAwADAAOABAADQAaABoAFgAEAA0AGgAjAZgACAAMAA4AEAANABoAGgAWAA0AHAAwADwAVABeAHIAkgCqAMAAzgDqAPYBAgEsAAkAHQAaACAAGwAEAA0AGgAjAEsABQAdABoAIAAbAEoACwAdABQADwAEABcADAAkABoAIAAfAEkABAAdABQADwDWAAkAHQAQACQAHgAOAAwAFwAQAZ0ADwAaABoAEgAXABAABAAbABcAIAAeAAQADQAaACMBnAALABoAGgASABcAEAAEABsAFwAgAB4BmwAKABoAGgASABcAEAAEAA0AGgAjAZoABgAaABoAEgAXABABhwANABcAGgANABAABAAaACAAHwAXABQAGQAQAYgABQAXABoADQAQAJQABQAQAAwAHQAeAJMABAAQAAwAHQAWAC4AUAB0AJIAwADiARABMAFQAWQBcAF6AYQBoAGsAbIBzAHSAdgB3gHkAeoAaQAQACQAGwAQAB0AFwAUABkAFgAEAB0AEAAYABoAIQAQAI4AEQAkABsAEAAdABcAFAAZABYABAAaABsAEAAZAAQAHgAYAI0ADgAkABsAEAAdABcAFAAZABYABAAaABsAEAAZAV0AFgAkABsAEAAdABcAFAAZABYABAAXABQAEgATAB8ABAAPABQADAAXABoAEgFdABAAJAAbABAAHQAXABQAGQAWAAQAFAAZAB4AEAAdAB8BXwAWACQAGwAQAB0AFwAUABkAFgAEABIAFwAaAA0AEAAEAB0AEAAYABoAIQAQAV4ADwAkABsAEAAdABcAFAAZABYABAASABcAGgANABABYAAPACQAGwAQAB0AFwAUABkAFgAEABAAGAAMABQAFwBoAAkAJAAbABAAHQAXABQAGQAWAdEABQAfABgAFwAKAdIABAAfABgAFwC/AAQAEAAXABsAsgANABAADAAdAB8ABAAaACAAHwAXABQAGQAQALMABQAQAAwAHQAfAKsAAgAPAE0ADAAMABkADwAXABAAHQAEAA8AHQAMABIA/gACAAsA/QACAAoA/AACAAkA+wACAAgA+gACAAcA+QACAAYAFQAsADoAVgBqAIAAnAC0ANAA6ADyARIBMgFAAUwBZgGIAa4ByAHiAfgCKADuAAYAHwAMABcAFAAOANQADQAZACEAEAAdAB8ABAAOABoAFwAaAB0AHgEDAAkAGQAeABAAHQAfAAQAIAAbAQMACgAZAB4AEAAdAB8ABAAfABoAGwEEAA0AGQAeABAAHQAfAAQAGAAUAA8ADwAXABABBQALABkAHgAQAB0AHwAEAA8AGgAiABkBBQANABkAHgAQAB0AHwAEAA0AGgAfAB8AGgAYAL4ACwAZABEAGgAdABgADAAfABQAGgAZAL4ABAAZABEAGgEBAA8AGQAPABAAGQAfAAQAFAAZAA4AHQAQAAwAHgAQAQIADwAZAA8AEAAZAB8ABAAPABAADgAdABAADAAeABABAQAGABkADwAQABkAHwGPAAUAGQANABoAIwDGAAwAGAAMABIAEAAEAB0AEAAeABQAJQAQAUAAEAAYAAwAEgAQAAQAGAAMABsABAAQAA8AFAAfABoAHQE+ABIAGAAMABIAEAAEABcAFAASABMAHwAEAA8AFAAMABcAGgASAT4ADAAYAAwAEgAQAAQAFAAZAB4AEAAdAB8AwwAMABgADAASABAABAAQACMAGwAaAB0AHwE/AAoAGAAMABIAEAAEABAADwAUAB8BhgAXABgADAASABAABAAMAA0AHgAaABcAIAAfABAABAAbABoAHgAUAB8AFAAaABkAwgAFABgADAASABAAAQAEAdQAAgAeAAcAEAA2AFYAfACcALwA3AAqABIAGwAUAAQAHwAdABAAGQAPAAQAFAAZAA4AHQAQAAwAHgAQAHoADwAbABQABAAfAB0AEAAZAA8ABAAQABwAIAAMABcAKwASABsAFAAEAB8AHQAQABkADwAEAA8AEAAOAB0AEAAMAB4AEACiAA8AGwAUAAQAHgAfAAwAHwAgAB4ABAAaABsAEAAZAKEADwAbABQABAAeAB8ADAAfACAAHgAEABMAGgAXAA8AoAAPABsAFAAEAB4AHwAMAB8AIAAeAAQADwAQABkAJAA2AAMAGwAUABQAKgA4AEQATgBsAIYAogC+ANgA6gEGASYBMAFGAVQBcgGaAbYB0gHgAIoABgAaABIAGgAgAB8AiQAFABoAEgAUABkAbAAEABoADgAWAQAADgAUAB4AHwAEACAAGQAaAB0ADwAQAB0AEAAPAP8ADAAUAB4AHwAEABoAHQAPABAAHQAQAA8A/wANABQAHgAfAAQAGQAgABgADQAQAB0AEAAPAQAADQAUAB4AHwAEAA0AIAAXABcAEAAfABAADwGfAAwAFAAZABYAEAAPABQAGQAEAA0AGgAjAZ4ACAAUABkAFgAQAA8AFAAZAGoADQAUABkAFgAEACEAEAAdAB8AFAAOAAwAFwBoAA8AFAAZABYABAATABoAHQAUACUAGgAZAB8ADAAXANEABAAUABkAEAGXAAoAEAAfAB8AEAAdAAQADQAaACMBlgAGABAAHwAfABAAHQBSAA4ADAAkABoAIAAfAAQAHgAfAAwADgAWABAADwBRABMADAAkABoAIAAfAAQAHgAUAA8AEAAEAA0AJAAEAB4AFAAPABAAUAANAAwAJAAaACAAHwAEAAcABAANACQABAAHAE8ADQAMACQAGgAgAB8ABAAGAAQADQAkAAQACQBOAAYADAAkABoAIAAfAI8ABgAMACAAGQAOABMAEAAiADoASgBUAHAAkACuALwAzgDqAQQBEAEaATYBPgFiAaEACwAkAB4AGwAMAA4AEAAEAA0AGgAjAaAABwAkAB4AGwAMAA4AEACaAAQAGgAhABAAVwANABoAHQAQAAQAIQAQAB0AHwAUAA4ADAAXAFgADwAaAB0AEAAEABMAGgAdABQAJQAaABkAHwAMABcBXAAOABoADwAgABcAEAAEABgADAAZAAwAEgAQAB0AyAAGABQAHQAdABoAHQCfAAgAFAAZACAAHgAEAB4AGAB7AA0AFAAZACAAHgAEABoAIAAfABcAFAAZABAAfAAMABQAGQAgAB4ABAAOABQAHQAOABcAEAB6AAUAFAAZACAAHgBWAAQAEAAZACABRQANABAADwAUAAwABAAYAAwAGQAMABIAEAAdAcYAAwAPAA0BigARAAwAHQAWABAAHQAEABsAFAAZAAQAHwAMAB0AEgAQAB8BiQAKAAwAHQAWABAAHQAEABsAFAAZAAIABgAgAL0ADAAaAB8AFAARABQADgAMAB8AFAAaABkAXQAOABoAGQAEAB0AEAAOACAAHQAdABAAGQAOABAAAgAGABYBAgAHACAAHwAPABAAGQAfANUABwAbAAwADgAUAB8AJAAmAE4AVgBmAHIAggCKAJoAtADMANYA6AD4AQIBHgEyAToBVAFuAXoBigGYAaABsgG+AeAB/gIUAkoCagKGApICpALAAtgC4ALwAwoDFgHJAAMAHgAPAGMABwAdABQAGQAfABAAHQBjAAUAHQAUABkAHwCWAAcAHQAQACEAFAAQACIBxwADABsAHwCeAAcAFwAgAB4ABAAeABgAeAAMABcAIAAeAAQAGgAgAB8AFwAUABkAEAB5AAsAFwAgAB4ABAAOABQAHQAOABcAEAB3AAQAFwAgAB4ArQAIABcADAAkABcAFAAeAB8ArwAHABcADAAkAAQAHgAYAKMABAAXAAwAJAGjAA0AFAAZAB8AEAAdABAAHgAfAAQADQAaACMBogAJABQAGQAfABAAHQAQAB4AHwGLAAMAFAAZAMMADAATABoAHwAaAAQAEAAjABsAGgAdAB8AwQAMABMAGgAfABoABAAOAAwAGAAQAB0ADADCAAUAEwAaAB8AGgGBAAcAEAAdAA4AEAAZAB8AZAAGABAAGQAOABQAFwHIAAMADwARALAACAAMACAAHgAQAAQAHgAYAKQABQAMACAAHgAQAVEAEAAMAB4AHwAQAAQAGwAXAAwAFAAZAAQAHwAQACMAHwFQAA4ADAAeAB8AEAAEABgADAAdABYADwAaACIAGQFPAAoADAAeAB8AEAAEABMAHwAYABcBTgAaAAwAHgAfABAABAARAB0AGgAYAAQAIgAaAB0ADwAEAB4AHwAdABQAGwAEABEAFAAXABABTQAPAAwAHgAfABAABAARAB0AGgAYAAQAIgAaAB0ADwFMAA0ADAAeAB8AEAAEAAwAHgAEABMAHwAYABcBSwAFAAwAHgAfABABMAAIAAwAHgAeACIAGgAdAA8BMQANAAwAHQAMABIAHQAMABsAEwAEAAwADwAPAXUACwAMABkAEAAEABEAHQAQABAAJQAQAJoAAwAMABkAzwAHAAwAFwAQAB8AHwAQAOsADAAMABQAGQAfAAQAHQAQABgAGgAhABAA0AAFAAwAFAAZAB8A7AAPAAwAEgAQAAQAGwAdABoAGwAQAB0AHwAUABAAHgABAAQAvwAIACAAEAAeAB8AFAAaABkAHgA+AF4AbgB2AIAAlgCyAMwA5ADyAQYBFAEoATwBUgFmAXgBkAGcAawBwAHOAeQB9AH+AhQCIgI+AlQCfAEPAA8AIAAXABAABAATABoAHQAUACUAGgAZAB8ADAAXAbUABwAeAB4ABAANABoAIwG0AAMAHgAeAFQABAAaACIAHgF2AAoAGgAiAAQAEQAdABAAEAAlABAA2gANABoAIAAZAA8ABAAOABoAHQAZABAAHQAeAMwADAAaAB8ADAAfABAABAAdABQAEgATAB8AzQALABoAHwAMAB8AEAAEABcAEAARAB8AywAGABoAHwAMAB8AEAA1AAkAEAAiABQAGQAPAAQAHgAYAKYABgAQACIAFAAZAA8AKAAJABAAHgAUACUAEAAEAB4AIgAnAAkAEAAeABQAJQAQAAQAHgAQACkACgAQAB4AFAAlABAABAAZABAAIgAmAAkAEAAeABQAJQAQAAQAGQAQAF4ACAAQAB4AEAAfAAQAHgAYAOsACwAQAB4AEAAfAAQADgAaABcAGgAdAFsABQAQAB4AEAAfAFUABwAQABoAHQAPABAAHQBfAAkAEAAXABoADAAPAAQAHgAYAFwABgAQABcAGgAMAA8AXwAKABAAEQAdABAAHgATAAQAHgAYAFwABwAQABEAHQAQAB4AEwBaAAQAEAAPABoBpQAKABAADwAPABQAHwAEAA0AGgAjAaQABgAQAA8ADwAUAB8AXwANABAADgAgAB0AHQAQABkADgAQAAQAHgAYAFwACgAQAA4AIAAdAB0AEAAZAA4AEAC8ABMADAAPABQAGgANACAAHwAfABoAGQAEAA4AEwAQAA4AFgAQAA8AuwALAAwADwAUABoADQAgAB8AHwAaABkAKQBUAGIAeACAAJAApAC6ANYA+AESAT4BZgGOAbAB2AH0AgQCDgIoAjICTgJmAoAClAKqAsIC1ALcAvQDEAMgAywDQgNYA3IDfgOQA6YDvAPKA9QBfwAGACQAGAANABoAFwD2AAoAIAAbAAQAHgAOAB0AFAAbAB8BfgADACAAGAByAAcAIAAOAA4AEAAeAB4ArAAJACAADQAfABQAHwAXABAAHgD1AAoAIAANAAQAHgAOAB0AFAAbAB8BWwANAB8AJAAXABAABAANACAAFAAXAA8AEAAdAacAEAAfACAAGAANABcAEAAEACAAGwAaABkABAANABoAIwGmAAwAHwAgABgADQAXABAABAAgABsAGgAZAVkAFQAfAB0AFAAbAAQAIgAaAB0ADwAEABEAGgAdABgADAAfAB8AFAAZABIBWAATAB8AHQAUABsABAAeABsADAAZAAQAEAAXABAAGAAQABkAHwAeAVcAEwAfAB0AFAAbAAQAEQAaABkAHwAEABAAFwAQABgAEAAZAB8AHgFWABAAHwAdABQAGwAEAA4AHgAeAAQAEQAaAB0AGAAMAB8BVQATAB8AHQAUABsABAAMABcAFwAEABEAGgAdABgADAAfABQAGQASAPQADQAfAB0AFAAWABAAHwATAB0AGgAgABIAEwCxAAcAHwAaABsABAAeABgApQAEAB8AGgAbALQADAAfAAwAHQAEABoAIAAfABcAFAAZABAAtQAEAB8ADAAdAXkADQAbABAAFwAXAAQADgATABAADgAWABAAHQHSAAsAGgAgAB0ADgAQAAQADgAaAA8AEACBAAwAGgAdAB8ABAAPABAAHgAOAAQAHgAYAH4ACQAaAB0AHwAEAA8AEAAeAA4AfwAKABoAHQAfAAQADgAXABAADAAdAIAACwAaAB0AHwAEAAwAHgAOAAQAHgAYAH0ACAAaAB0AHwAEAAwAHgAOAdoAAwAXABkBRAALABQAFwAhABAAHQAXABQAEgATAB8AnAANABMAGgAbABsAFAAZABIABAAOAAwAHQAfANgABwATAAwAHQAbABAAGQGNAAUAEwAMAB0AEAC2AAoAEwAMABsAEAAEAB0AEAAOAB8A0QAKABMADAAbABAABAAXABQAGQAQALsADAATAAwAGwAQAAQADgAUAB0ADgAXABAA2QAFABMADAAbABAAlQAIABAAHwAfABQAGQASAB4BKgAKABAAFwAQAA4AHwAEAA0AGgAjASgACgAQABcAEAAOAB8ABAAMABcAFwCXAAYAEAAMAB0ADgATAGIABAAMACEAEADTAAoADAAfACAAHQAMAB8AFAAaABkANwBwAHgAkACgALYAxADiARIBHgE4AWoBlAG+AfACGgI2AlICggKOAqoCzALsAwwDKgM6A0wDYAOCA6YDwgPcA/gEJgRUBHYEmAS+BNgE8gUmBVgFgAWsBdAF5gYSBjwGagaQBsIG8gcmB1gHiAe8AcIAAwAjAB8BrQALACIAFAAfAB8AEAAdAAQADQAaACMBrAAHACIAFAAfAB8AEAAdAasACgAgABgADQAXAB0ABAANABoAIwGqAAYAIAAYAA0AFwAdALkADgAdABQABAAeAB8ADAAfABAABAAZACAAFwAXALgAFwAdABQABAAeAB8ADAAfABAABAAUABkADwAQAB8AEAAdABgAFAAZAAwAHwAQAGUABQAdAAwAHgATANUADAAdAAwAGQAeABsAEAAdAAwAGQAOACQBOgAYAB0ADAAOABYABAAOABMADAAZABIAEAAeAAQAHQAQABUAEAAOAB8ABAAMABcAFwE5ABQAHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4ABAAdABAAFQAQAA4AHwE2ABQAHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4ABAAQABkADAANABcAEAE4ABgAHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4ABAAMAA4ADgAQABsAHwAEAAwAFwAXATcAFAAdAAwADgAWAAQADgATAAwAGQASABAAHgAEAAwADgAOABAAGwAfATUADQAdAAwADgAWAAQADgATAAwAGQASABAAHgF4AA0AGgAaABcADQAMAB0ABAARABcAGgAMAB8BfAAXABoAEgASABcAEAAEABEAIAAXABcABAAeAA4AHQAQABAAGQAEABgAGgAPABAAkQAFABQAFwAQAB4A5QANABMAIAAYAA0AGQAMABQAFwAeAAQAIAAbAOYAEAATACAAGAANABkADAAUABcAHgAEAB0AFAASABMAHwDoAA8AEwAgABgADQAZAAwAFAAXAB4ABAAXABAAEQAfAOcADwATACAAGAANABkADAAUABcAHgAEAA8AGgAiABkBLwAOABAAIwAfAA0AGgAjAAQAEwAUAA8ADwAQABkBLgAHABAAIwAfAA0AGgAjAS0ACAAQACMAHwAMAB0AEAAMAQ4ACQAQACMAHwAEACIAHQAMABsBMwAQABAAGAAbABcADAAfABAABAAYAAwAGQAMABIAEAAdAakAEQAQABcAFwAEAAwABAARAB0AFAAQABkADwAEAA0AGgAjAagADQAQABcAFwAEAAwABAARAB0AFAAQABkADwFkAAwADAANABcAEAAEACIAFAAlAAwAHQAPAXQADQAMAA0AFwAQAAQAIAAZABgAEAAdABIAEAFqABYADAANABcAEAAEAB0AGgAiAAQAFAAZAB4AEAAdAB8ABAANABAAFwAaACIBaQAWAAwADQAXABAABAAdABoAIgAEABQAGQAeABAAHQAfAAQADAANABoAIQAQAWwAEAAMAA0AFwAQAAQAHQAaACIABAAPABAAFwAQAB8AEAFkABAADAANABcAEAAEABsAHQAaABsAEAAdAB8AFAAQAB4BYgASAAwADQAXABAABAAXABQAEgATAB8ABAAPABQADAAXABoAEgFiAAwADAANABcAEAAEABQAGQAeABAAHQAfAW4ADAAMAA0AFwAQAAQADwAQABcAEAAfABABaAAZAAwADQAXABAABAAOABoAFwAgABgAGQAEABQAGQAeABAAHQAfAAQAHQAUABIAEwAfAWcAGAAMAA0AFwAQAAQADgAaABcAIAAYABkABAAUABkAHgAQAB0AHwAEABcAEAARAB8BawATAAwADQAXABAABAAOABoAFwAgABgAGQAEAA8AEAAXABAAHwAQAWYAFQAMAA0AFwAQAAQADgAQABcAFwAEABsAHQAaABsAEAAdAB8AFAAQAB4BbQARAAwADQAXABAABAAOABAAFwAXAAQADwAQABcAEAAfABABZQAKAAwADQAXABAABAAOABAAFwAXARIAFQAMAA0AFwAQAAQADAAXABQAEgAZAAQAHwAaABsABAAdABQAEgATAB8BEAAUAAwADQAXABAABAAMABcAFAASABkABAAfABoAGwAEABcAEAARAB8BEQAWAAwADQAXABAABAAMABcAFAASABkABAAfABoAGwAEAA4AEAAZAB8AEAAdARkAEgAMAA0AFwAQAAQADAAXABQAEgAZAAQAHQAQABgAGgAhABABFQAYAAwADQAXABAABAAMABcAFAASABkABAAYABQADwAPABcAEAAEAB0AFAASABMAHwETABcADAANABcAEAAEAAwAFwAUABIAGQAEABgAFAAPAA8AFwAQAAQAFwAQABEAHwEUABkADAANABcAEAAEAAwAFwAUABIAGQAEABgAFAAPAA8AFwAQAAQADgAQABkAHwAQAB0BGAAYAAwADQAXABAABAAMABcAFAASABkABAANABoAHwAfABoAGAAEAB0AFAASABMAHwEWABcADAANABcAEAAEAAwAFwAUABIAGQAEAA0AGgAfAB8AGgAYAAQAFwAQABEAHwEXABkADAANABcAEAAEAAwAFwAUABIAGQAEAA0AGgAfAB8AGgAYAAQADgAQABkAHwAQAB0BYwAFAAwADQAXABAACgAWACAALgA8AEgAVgB2AJoAqgC0AY4ABAAeABAAHQCMAAYAGwAXABoADAAPAH8ABgAZAB4AGgAdAB8BjAAFABkAGwAUABkAbQAGABkAFwAaAA4AFgBrAA8AGQAXABQAGQAWAAQAIQAQAB0AHwAUAA4ADAAXAGkAEQAZABcAFAAZABYABAATABoAHQAUACUAGgAZAB8ADAAXAEwABwAZABIAHQAaACAAGwBZAAQAGQAPABoA7wAJABkADwAQAB0AFwAUABkAEAALABgALABCAFoAbgB6AJIAsAC+AMQA5gCpAAkAGgAXACAAGAAQAAQAIAAbAKoACgAaABcAIAAYABAABAAaABEAEQCoAAsAGgAXACAAGAAQAAQADwAaACIAGQG3AAkAFAAYABAAGgAEAA0AGgAjAbYABQAUABgAEAAaAdIACwAUABAAIgAEAB4AGgAgAB0ADgAQAUYADgAUAA8AEAAaAAQAEAAjAB8AEAAdABkADAAXAdcABgANABsAHQAaABUB2QACAA0BegAQAAwAFwAUAA8ADAAfABQAGgAZAAQAIwATAB8AGAAXAXsADwAMABcAFAAPAAwAHwAUABoAGQAEAA8ADAAfAAwACAASACAAKgA6AFgAeACYAKYAlQAGAB0AEAAZAA4AEwHFAAQAGgAdAA8AkQAHABQAGQAPABoAIgAeAJEADgAUABkADwAaACIABAAdABAAHgAfABoAHQAQAJIADwAUABkADwAaACIABAAYABQAGQAUABgAFAAlABAAkAAPABQAGQAPABoAIgAEABgADAAjABQAGAAUACUAEACQ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/wABAAACAEABAAPAAsAAAgAGAAATDQEBFSE1QAGA/oABwAHAAsDg4AEAQEAABgBAAAADwAOAAAIABQAJAA0AEQAVAAATESUBEQUBFSE1BRUhNQEVITUFFSE1QAFA/sABQAJA/cACQP3AAkD9wAJA/cADgP6AwP1AAYDAAoBAQMBAQP7AQEDAQEAAAAAACQBAAAADwAOAAAMABwALAA8AEwAXABsAHwAjAAATIREhASERIQEhESE1IREhASERIQERIREBIREhJSERIQEhESFAAQD/AAFAAQD/AP7AAQD/AAEA/wABQAEA/wABQAEA/wABAP8A/sABAP8AAUABAP8AA4D/AP2AAQD/AAEAQAEA/wABAAFA/wABAP3AAQBAAQD8gAEAAAAGAEAAQAPAA4AAAwAHAAsADwATABcAABMzFSMlFSE1ATM1IwUhNSEBMzUjBSE1IUDAwAEAAoD8gMDAAQACgP2A/wDAwAEAAoD9gAOAwMDAwP4AwMDA/gDAwMAAAAQAQABAA4ADgAADAAcACwAPAAATIREhESERIQEhESEZASERQAGA/oABgP6AAcABgP6AAYABwP6AAcABgPzAAYABwP6AAYAAAAQAQABAA4ADgAADAAcACwAPAAATIREhEyERIQEhESEDESERQAGA/oBAAQD/AAHAAQD/AEABgAHA/oACAAEA/UABAAIA/oABgAAAAAACAUAAQAKAA0AAAwAHAAABMxEjExEzEQFAgIDAgANA/QADAP0AAwAABgBAAAADgAPAAAMABwALAA8AEwAXAAAlIRUhNSE1IQEhESEFITUhESE1IQEVITUBgAIA/gACAP4A/sABAP8AAUACAP4AAgD+AP7AA0CAgMCA/sACwICA/sCAAcDAwAAABQBAAAADgAPAAAMABwALAA8AEwAAEyERIQEVITUBITUhESE1IREhNSFAAYD+gAHAAYD+gAGA/oABgP6AAYD+gAPA/EADwMDA/kDA/kDA/kDAAAAABABAAAADgAPAAAMABwALAA8AABMhESEBIREhASERIQEhESFAAYD+gAHAAYD+gP5AAYD+gAHAAYD+gAIAAcD+QAHA/EABwP5AAcAAAAQAQAAAA4ADwAADAAcACwAPAAA3IRUhESE1ITUhNSERFSE1QANA/MADQPzAA0D8wANAwMABAMBAwAEAwMAAAAAFAEAAAAOA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AAABITUhByEVIRchFSEDwPyAA4CA/YACgID8gAOAAQBAgEBAQAAAAAAGAIAAgAOAA0AAAwAHAAsADwATABcAAAEhNSEHIRUhFyEVIQchFSEXIRUhByEVIQOA/QADAMD9wAJAwP0AAwDA/cACQMD9AAMAwP3AAkADAECAQEBAQEBAQEBAAAYAgACAA4ADQAADAAcACwAPABMAFwAAASE1IQchNSEXITUhByE1IRchNSEHITUhA4D9AAMAgP4AAgCA/QADAID+AAIAgP0AAwCA/gACAAMAQMBAwEDAQMBAwEAABgCAAIADgANAAAMABwALAA8AEwAXAAATIRUhATUhFRchNSEDFSE1JSE1IREVITWAAwD9AAMA/QDAAkD9wMADAP3AAkD9wAJAAkBAAQBAQIBA/oBAQEBA/wBAQAAGAIAAgAOAA0AAAwAHAAsADwATABcAAAEhNSE1IRUhASE1ITUhNSE1ITUhESE1IQOA/QADAP0AAwD9AAMA/QADAP0AAwD9AAMA/QACgECAQP4AQEBAQED+QEAAAAUAQAAAA8ADgAADAAcACwAQACwAABMXIzUVMycjFSEnIR0BISchBTcnMzUjJzM1IychNSEnITUhJyE1ISchNSEnB55AXt5AngFeQP7iAd5A/mIDEy1TE1NAk9NAARP+rUABk/4tQAIT/a1AApP9LUAtAkBAQMBAwECAQEDALVNAQEBAQEBAQEBAQEAtAAAAAAYAQAAAA8ADgAADAAcACwAPABMAGwAAARUhNQERIREFIREhAyEVIRU1IRUDITUhESE1IQPA/QACAP2AAkD+AAIAQP6AAYD+gEACQP2AAoD9wAMAQED+wP5AAcBA/sABAECAQEACwED+wEAAAAUAQABAA8ADQAADAAcACwAPABMAAAEhNSEXIRUhFyEVIQUhFSEXIRUhAoD9wAJAwP0AAwCA/IADgP7A/cACQMD9AAMAAwBAgECAgIBAQEAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREFITUhFSE1IRUhNSFAA4D8wAMA/UABgP6AAoD9gAGA/oAAA8D8QAOA/MADQIBAwEDAQAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQchFSEXIRUhByEVIUADgPzAAwDA/oABgID9gAKAgP6AAYAAA8D8QAOA/MADQEBAQEBAQAAAAAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQchFSEVIRUhFSEVIUADgPzAAwBA/oABgP2AAoD+gAGAAAPA/EADgPzAA0BAQEBAQEAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERASE1IRUhNSEVITUhQAOA/MADAP1AAYD+gAKA/YABgP6AAAPA/EADgPzAA0D+wEDAQMBAAAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRchFSEHIRUhQAOA/MADAMD+gAGAgP2AAoCA/oABgAADwPxAA4D8wANA/wBAQEBAQAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRUhFSEVIRUhQAOA/MADAED+gAGA/YACgP6AAYAAA8D8QAOA/MADQP8AQEBAQEAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREBITUhFSE1IRUhNSFAA4D8wAMA/UABgP6AAoD9gAGA/oAAA8D8QAOA/MADQP4AQMBAwEAAAAAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREDIRUhFyEVIQchFSFAA4D8wAMAwP6AAYCA/YACgID+gAGAAAPA/EADgPzAA0D+QEBAQEBAAAAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREDIRUhFSEVIRUhFSFAA4D8wAMAQP6AAYD9gAKA/oABgAADwPxAA4D8wANA/kBAQEBAQAAGAEAAAAPAA8AAAwAHAAsADwATACcAABMRIREDIREhARcjNRUzFyMfASE1AzcXIRUhFyEVIRczFSMXMxUjFwdAA4BA/QADAP2HPEN/PLv2PP7OQC0yAeH+WzwBaf7SPPK2O3s/fy0DwPxAA8D8gANA/oBAQIBAQEBAAggtNUBAQEBAQECILQAABQBAAEADgAOAAAMABwALAA8AEwAAExEhEQUhESEZASERKQERITUhESFAA0D9AAFA/sABQAGA/sABQP7AAUADgPzAA0BA/sD+gAFA/sABQEABQAAACwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAAASM1MzMjFTM3IxUzNSMVMzUjFTMRIxUzNSMVMzcjFTM3IxUzExEhEQUhESEBAEBAgEBAgEBAQEBAQEBAQECAQECAQECA/MADAP1AAsABwEBAQEDAQMBA/kBAwEDAQEBAAcD8wANAQP1AAAAVAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFsAABMjNTMVIxUzFSMVMxUjFTMVIxUzASMVMxUjFTMVIxUzFSMVMwEjFTM3IxUzASMVMzcjFTM3IxUzJSMVMzcjFTM3IxUzASMVMzcjFTM3IxUzESERIxEhFSERMxEhgEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQP8AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQP6AQP6AAYBAAYADQECAQEBAwEBAQAJAQEBAwEBAQALAQEBA/UBAQEBAQEBAQEBAQANAQEBAQED+wAGA/oBA/oABgAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAARUhNRMjFTMVIzUzFSM1MxEjNTMVIzUzASM1MxUjNTMRIzUzFSM1MwEjNTMXIzUzFyM1MxUjNTMVIzUzESM1MxUjNTMVIzUzISMVMzMjNTMXIzUzISMVMzMjNTMXIzUzASMVMzMjNTMXIzUzA4D8wEBAQEBAQEBAQEBAAwBAQEBAQEBAQP2AQECAQECAQEBAQEBAQEBAQEBA/oBAQIBAQIBAQAEAQECAQECAQED/AEBAgEBAgEBAAgBAQAGAQIBAwED+wEDAQAHAQMBA/sBAwEACQEBAQEBAwEDAQP7AQMBAwEBAQEBAQEBAQAMAQEBAQAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAAlIxEzBTUjFSM1MxUjNTMVITUzFSM1MxUBNTMVIzUzFSE1MxUjNTMVATUzFQc1MxUHNTMVIzUzFSM1MxUhNTMVIzUzFSM1MxURNSMVFTUzFQc1MxURNSMVFTUzFQc1MxUBNSMVFTUzFQc1MxUCAEBAAYBAgEDAQP7AQMBAAcBAwED+wEDAQAJAQEBAQEDAQMBA/sBAwEDAQEBAQEBAQEBAAwBAQEBAQANAQEBAQEBAQEBAQED9AEBAQEBAQEBAAoBAQIBAQIBAQEBAQEBAQEBAQEABgEBAgEBAgEBA/wBAQIBAQIBAQAEAQECAQECAQEAAAAAbAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAAAEVITUXIxUzFSM1MxUjNTMVIzUzFSM1MwEjNTMVIzUzFSM1MxUjNTMlIzUzFyM1MzcjNTMVIzUzFSM1MxUjNTMVIzUzFSM1MyEjFTMzIzUzFyM1MyEjFTMzIzUzFyM1MwEjFTMzIzUzNyM1MwOA/MBAQEBAQEBAQEBAQAMAQEBAQEBAQED9gEBAgEBAgEBAQEBAQEBAQEBAQP6AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQAOAQECAQIBAwEDAQMBAAUBAwEDAQMBAwEBAQMBAwEDAQMBAwEDAQEBAQEBAQEBAAYBAQMBAAAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAA3NSEVJSMVMzUjNTM1IzUzNSM1MzUjNTMBIzUzNSM1MzUjNTM1IzUzASM1MxcjNTMTIzUzNSM1MzUjNTM1IzUzNSM1MzUjNTMhIxUzMyM1MxcjNTMhIxUzMyM1MxcjNTMBIxUzMyM1MxMjNTNAA0D9AEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQIBAQEBAQEBAQEBAQED+gEBAgEBAgEBAAQBAQIBAQIBAQP8AQECAQECAQEBAQEDAQIBAQEBAQEBA/kBAQEBAQEBA/sBAQED+wEBAQEBAQEBAQEBAQEBAQEBAQED+gEBA/sBAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAEzMRIxM1IxUzNTMVMzUzFTM1MxUzNTMVATUzFTM1MxUzNTMVMzUzFQE1MxUHNTMVBTUzFTM1MxUzNTMVMzUzFTM1MxUzNTMVETUjFRU1MxUHNTMVETUjFRU1MxUHNTMVATUjFRU1MxUFNTMVQEBAwECAQEBAQEBAQP5AQEBAQEBAQP7AQEBA/sBAQEBAQEBAQEBAQEBAQEBAQEBA/oBAQP7AQAOA/MADAEBAQEBAQEBAQED9AEBAQEBAQEBAAoBAQIBAQIBAQEBAQEBAQEBAQEABgEBAgEBAgEBA/wBAQIBAQIBAQAEAQECAQECAQEAAAAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAAlIxEzBzUjFSM1MxUjNTMVIzUzFSM1MxUBNTMVIzUzFSM1MxUjNTMVEzUzFQc1MxUXNTMVIzUzFSM1MxUjNTMVIzUzFSM1MxURNSMVFTUzFQc1MxURNSMVFTUzFQc1MxUBNSMVFTUzFRc1MxUDgEBAgECAQMBAwEDAQAFAQMBAwEDAQMBAQEDAQMBAwEDAQMBAwEBAQEBAQEBAQAGAQEDAQEADQEBAQEBAQEBAQEBA/QBAQEBAQEBAQAKAQECAQECAQEBAQEBAQEBAQEBAAYBAQIBAQIBAQP8AQECAQECAQEABAEBAgEBAgEBAAAAAACEAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawBvAHMAdwB7AH8AgwAAATUjFSM1MxUjNTMVIzUzFSM1MxUBNTMVIzUzFSM1MxUjNTMVEzUzFQc1MxUXNTMVIzUzFSM1MxUjNTMVIzUzFSM1MxURNSMVFTUzFQc1MxURNSMVFTUzFQc1MxUBNTMVETUjFRU1MxUHNTMVETUjFRU1MxUHNTMVATUjFRU1MxUXNTMVAwBAgEDAQMBAwEABQEDAQMBAwEDAQEBAwEDAQMBAwEDAQMBAQEBAQEBAQEACwEBAQEBAQEBAQP6AQEDAQANAQEBAQEBAQEBAQP0AQEBAQEBAQEACgEBAgEBAgEBAQEBAQEBAQEBAQAGAQECAQECAQED/AEBAgEBAgEBAAYBAQAGAQECAQECAQED/AEBAgEBAgEBAAQBAQIBAQIBAQAAABwBAAAADwAOAAAkADwATABcAGwAfACUAADchFSERIREjNSEBIxUzNSMlNSMVITM1IwU1IxUDIxUzEQE3FwEXgAEA/sADgED9AAMAgMBA/cCAAQCAgAFAQICAgP8AWqYBJlpAQAOA/wDA/QBAwMCAgIBAQEABQID9gAEAWqYBJloAAAAABgAAAAADwAPAAGMAZwBrAG8AcwB3AAABNSMVIzUjFSM1IxUjNSMVIzUjFSM1IxUjFSMVMxUjFTMVIxUzFSMVMxUjFTMVIxUzFTMVMzUzFTM1MxUzNTMVMzUzFTM1MxUzNTM1MzUjNTM1IzUzNSM1MzUjNTM1IzUzNSM1AyERIRM1MxURIzUzATMVIxMVIzUDQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA/UACwEBAQED8QEBAQEADgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA/QACwPzAQEADgED8gEADwEBAAA4AAAAAA8ADwABjAGcAawBvAHMAdwB7AH8AgwCHAIsAjwCTAJcAAAE1IxUjNSMVIzUjFSM1IxUjNSMVIzUjFSMVIxUzFSMVMxUjFTMVIxUzFSMVMxUjFTMVMxUzNTMVMzUzFTM1MxUzNTMVMzUzFTM1MzUzNSM1MzUjNTM1IzUzNSM1MzUjNTM1IzUDIREhEzUzFREjNTMBMxUjExUjNQEjFTMlIRUhFSEVIRUhFSEVIRUhJSMVMzUjFTM1IxUzA0BAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQP1AAsBAQEBA/EBAQEBAAYDAwAGA/sABQP7AAUD+wAFA/sABQP6AwMDAwMDAA4BAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQP0AAsD8wEBAA4BA/IBAA8BAQP8AQEBAQEBAQEBAQEDAQMBAAAAIAAAAAAPAA8AAYwBoAGwAcAB3AH0AgQCFAAABNSMVIzUjFSM1IxUjNSMVIzUjFSM1IxUjFSMVMxUjFTMVIxUzFSMVMxUjFTMVIxUzFTMVMzUzFTM1MxUzNTMVMzUzFTM1MxUzNTM1MzUjNTM1IzUzNSM1MzUjNTM1IzUzNSM1AxEhESElFSM1ETMVIwEHFwcnNxc3FwcnNycBIzUzAzUzFQNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQED9QALA/QBAQEABjXJyLaCgLdOgoC1zcwGNQEBAQAOAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQED+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NzgBMT4BMzI0MzI2NzoBNTI2MzA2MzI2MzI2MzA2MzoBNzAyMzQyMzA2MzAyMzI2MzoBMzoBMzYyMToBMToBMzoBMzoBMToBMToBFzoBMR4BFzgBMRQWFTAUMRwBFQPAAQEBAQEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAgEBAQIBAgEBAQIBAQECAQEBAgEBAQIBAQECAQEBAQIBAQECAQEBAQICAQMBAQEBAgEBAgICAQECAgEBAwIBAQICAQIDAQIDAgEBAQMBAQECAgECAQIBAQEBAQIBAQECAgEBAQECAQEBAQMCBQgFAQMBAQECAQEBAgEBAQIBAgIBCBQLAxYezBYeCQkVGUs1NUsZFAkKHhaMjBYeCQkCAgEBAQIBAQECAQECAQECAQMFAwIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQIBAgECAQEBAQEBAQEBAgEBAQIBAgEBAQIBAQECAQEBAgEBAQIBAQECAQEBAQIBAQECAQEBAQICAQMBAQEBAgEBAgICAQECAgEBAwIBAQICAQICAgEDAgECAgItQQQBAQEBAQEBAQEBAQEBAQEBAQYOCQkKHhbMHhYDCxUHCBIKAQIBAQEBAQEBAQECAQEBAQEBAQEBAgEBAQECAQIBAgECAQEBAQEBAQEBAQECAQIBAgEBAQEBAgECAQIBAQEtQQQBAQACAgIBAgIBAQIDAQECAgEBAgICAQECAQEBAQMBAgIBAQEBAgEBAQIBAQEBAgEBAQIBAQECAQEBAgEBAQIBAQECAQIBAQECAQEBAQEBAQEBAgECAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQIDBQMBAgEBAgEBAgEBAQIBAQECAgkJHhaMHhYDCxQIETMeNUtLNR0zEgcVCwMWHgJAHhYDCxQIAQICAQIBAQECAQEBAgEBAQMBBQgFAgMBAQEBAgEBAQECAgEBAQIBAQEBAQIBAgECAgEBAQMBAQECAwIBAwIBAgIBAQIDAQECAgEBAgICAQECAQEBAQMBAgIBAQEBAgEBAQIBAQEBAgEBAQIBAQECAQEBAgEBAQIBAQECAQIBAQECAQEBAQEBAQEBAgECAQIBAQEBAQEBAQEBAQEBAQRBLQEBAQIBAgECAQEBAQECAQIBAgEBAQEBAQEBAQEBAgECAQIBAgEBAQECAQEBAQEBAQEBAgEBAQEB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BAAAQAQAAEAEAACABAAAQAQAAEAEAABABAABgAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAMAEAADABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAABAAQAAIsEAAAABAAAAAQAAQAEAAAABAAAwAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAwAQAAEAEAAEABAABAAQAAIAEAACABAABAAQAAIAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAMAEAADABAAAwAQAAIAEAADABAAAWgQAAEMEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAQAQAAIAEAAFABAABQAQAAEAEAABABAAAQAQAAAAEAABABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAMAEAADABAAAwAQAAIAEAACCBAAAQAQAAEAEAACABAAAgAQAAIAEAACABAABAAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAQAQAAAAEAABABAAAgAQAAIAEAACABAAAQAQAAEAEAABABAAADAQAAMAEAABABAAAQAQAAEAEAABABAAAgAQAAAAEAAEABAABAAQAAEAEAACABAAAgAQAAIAEAACABAAAgAQAAEAEAACABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAEAEAACABAABAAQAAQAEAAEABAABAAQAAMAEAABABAAAQAQAAAAEAACABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAMAEAADABAAAAAQAAEAEAABABAAAAAQAAIAEAABABAAAAAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAIAEAACABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAAAABAAAQAQAAAAEAABABAAAQAQAAAAEAAAABAAAQAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAFMEAAAABAAAAAQAAAAEAABABAAAQAQAAMAEAABABAABAAQAAIAEAABABAAAgAQAAIAEAABABAAAAAQAAEAEAABABAAAoAQAAKAEAADABAAAgAQAAEAEAACABAAAQAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABAAQAAEAEAADABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAIAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAwAQAAEAEAABABAAAQAQAAEIEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABAAAAAAAAAAAAACgAUAB4AKAAyADwARgBQAFoAZABuAHgAggCMAJYAoACqALQAvgDIANIA3ADmAPAA+gEEAQ4BGAEiASwBNgFAAUoBVAFeAWgBcgGAAY4BnAGqAbgBxgHUAeIB+AIOAiQCOgJQAmYCfAKSAqoCwALUAugC/gMUAygDOgNMA2IDdAOMA6IDvgPiBAIEIAQ0BGQEsATeBQIFKAU8BWwFlgW8BdwGBgYgBjoGVAZuBqQG2gb2BxQHUAeMB/IILghsCLAI9gkqCYAJrAnyCjgKkArq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") format("woff");
}

.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;
  vertical-align: middle;
}

  .k-icon::before {
    vertical-align: baseline;
  }

  .k-icon:hover, .k-icon:focus {
    text-decoration: none;
  }

.k-i-none::before {
  content: "";
  display: none;
}

.k-icon-xs {
  font-size: 8px;
}

.k-icon-sm {
  font-size: 12px;
}

.k-icon-md {
  font-size: 32px;
}

.k-icon-lg {
  font-size: 48px;
}

.k-icon-xl {
  font-size: 64px;
}

.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, .k-i-resize-nw::before {
  content: "\e003";
}

.k-i-collapse-nw::before {
  content: "\e003";
}

.k-i-resize-new::before {
  content: "\e003";
}

.k-i-arrow-60-up::before, .k-i-arrow-n::before, .k-i-sarrow-n::before, .k-i-expand-n::before {
  content: "\e004";
}

.k-i-kpi-trend-increase::before {
  content: "\e004";
}

.k-i-arrow-60-right::before, .k-i-arrow-e::before, .k-i-sarrow-e::before, .k-i-expand::before, .k-i-expand-e::before {
  content: "\e005";
}

.k-i-arrow-60-down::before, .k-i-arrow-s::before, .k-i-sarrow-s::before, .k-i-collapse::before, .k-i-expand-s::before {
  content: "\e006";
}

.k-i-kpi-trend-decrease::before {
  content: "\e006";
}

.k-i-arrow-60-left::before, .k-i-arrow-w::before, .k-i-sarrow-w::before, .k-i-expand-w::before {
  content: "\e007";
}

.k-i-arrow-end-up::before {
  content: "\e008";
}

.k-i-arrow-end-right::before, .k-i-seek-e::before {
  content: "\e009";
}

.k-i-arrow-end-down::before {
  content: "\e00a";
}

.k-i-arrow-end-left::before, .k-i-seek-w::before {
  content: "\e00b";
}

.k-i-arrow-double-60-up::before {
  content: "\e00c";
}

.k-i-arrow-seek-up::before, .k-i-seek-n::before {
  content: "\e00c";
}

.k-i-arrow-double-60-right::before {
  content: "\e00d";
}

.k-i-arrow-seek-right::before {
  content: "\e00d";
}

.k-i-forward-sm::before {
  content: "\e00d";
}

.k-i-arrow-double-60-down::before {
  content: "\e00e";
}

.k-i-arrow-seek-down::before, .k-i-seek-s::before {
  content: "\e00e";
}

.k-i-arrow-double-60-left::before {
  content: "\e00f";
}

.k-i-arrow-seek-left::before {
  content: "\e00f";
}

.k-i-rewind-sm::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, .k-i-arrowhead-n::before {
  content: "\e013";
}

.k-i-arrow-chevron-right::before, .k-i-arrowhead-e::before {
  content: "\e014";
}

.k-i-arrow-chevron-down::before, .k-i-arrowhead-s::before {
  content: "\e015";
}

.k-i-arrow-chevron-left::before, .k-i-arrowhead-w::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, .k-i-dimension::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, .k-i-page-layout::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, .k-i-hamburger::before {
  content: "\e030";
}

.k-i-more-vertical::before, .k-i-vbars::before {
  content: "\e031";
}

.k-i-more-horizontal::before, .k-i-hbars::before {
  content: "\e032";
}

.k-i-undo::before, .k-i-undo-large::before {
  content: "\e100";
}

.k-i-redo::before, .k-i-redo-large::before {
  content: "\e101";
}

.k-i-reset::before {
  content: "\e102";
}

.k-i-reload::before {
  content: "\e103";
}

.k-i-refresh::before {
  content: "\e103";
}

.k-i-recurrence::before {
  content: "\e103";
}

.k-i-non-recurrence::before, .k-i-refresh-clear::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-recurrence-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, .k-i-deny::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-success::before {
  content: "\e119";
}

.k-i-check-circle::before {
  content: "\e11a";
}

.k-i-checkmark-circle::before {
  content: "\e11a";
}

.k-i-close::before, .k-i-group-delete::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-error::before {
  content: "\e11c";
}

.k-i-close-circle::before {
  content: "\e11d";
}

.k-i-x-circle::before {
  content: "\e11d";
}

.k-i-plus::before, .k-plus::before, .k-i-add::before {
  content: "\e11e";
}

.k-i-plus-outline::before {
  content: "\e11f";
}

.k-i-plus-circle::before {
  content: "\e120";
}

.k-i-minus::before, .k-minus::before {
  content: "\e121";
}

.k-i-kpi-trend-equal::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, .k-i-maximize::before {
  content: "\e137";
}

.k-i-windows::before {
  content: "\e138";
}

.k-i-window-restore::before, .k-i-restore::before {
  content: "\e138";
}

.k-i-tiles::before {
  content: "\e138";
}

.k-i-window-minimize::before, .k-i-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, .k-i-splus::before {
  content: "\e145";
}

.k-i-minus-sm::before, .k-i-sminus::before {
  content: "\e146";
}

.k-i-kpi-status-deny::before {
  content: "\e147";
}

.k-i-kpi-status-hold::before {
  content: "\e148";
}

.k-i-kpi-status-open::before {
  content: "\e149";
}

.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, .k-i-volume-low::before {
  content: "\e205";
}

.k-i-volume-up::before, .k-i-volume-high::before {
  content: "\e206";
}

.k-i-volume-off::before, .k-i-volume-mute::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-play-sm::before {
  content: "\e20c";
}

.k-i-pause-sm::before {
  content: "\e20d";
}

.k-i-stop-sm::before {
  content: "\e20e";
}

.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-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, .k-i-rotate-cw::before {
  content: "\e50b";
}

.k-i-rotate-left::before, .k-i-rotate-ccw::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, .k-i-fullscreen-enter::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, .k-i-text::before {
  content: "\e605";
}

.k-i-convert-lowercase::before {
  content: "\e606";
}

.k-i-convert-uppercase::before {
  content: "\e607";
}

.k-i-strikethrough::before, .k-i-strike-through::before {
  content: "\e608";
}

.k-i-sub-script::before, .k-i-subscript::before {
  content: "\e609";
}

.k-i-sup-script::before, .k-i-superscript::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, .k-i-insert-ordered-list::before {
  content: "\e613";
}

.k-i-list-numbered::before {
  content: "\e613";
}

.k-i-list-unordered::before, .k-i-insert-unordered-list::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, .k-i-insert-n::before {
  content: "\e617";
}

.k-i-insert-top::before {
  content: "\e617";
}

.k-i-insert-middle::before, .k-i-insert-m::before {
  content: "\e618";
}

.k-i-insert-down::before, .k-i-insert-s::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, .k-i-justify-left::before {
  content: "\e61d";
}

.k-i-align-center::before, .k-i-justify-center::before {
  content: "\e61e";
}

.k-i-align-right::before, .k-i-justify-right::before {
  content: "\e61f";
}

.k-i-align-justify::before, .k-i-justify-full::before {
  content: "\e620";
}

.k-i-align-remove::before, .k-i-justify-clear::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, .k-i-all-borders::before {
  content: "\e62e";
}

.k-i-borders-outside::before, .k-i-outside-borders::before {
  content: "\e62f";
}

.k-i-borders-inside::before, .k-i-inside-borders::before {
  content: "\e630";
}

.k-i-borders-inside-horizontal::before, .k-i-inside-horizontal-borders::before {
  content: "\e631";
}

.k-i-borders-inside-vertical::before, .k-i-inside-vertical-borders::before {
  content: "\e632";
}

.k-i-border-top::before, .k-i-top-border::before {
  content: "\e633";
}

.k-i-border-bottom::before, .k-i-bottom-border::before {
  content: "\e634";
}

.k-i-border-left::before, .k-i-left-border::before {
  content: "\e635";
}

.k-i-border-right::before, .k-i-right-border::before {
  content: "\e636";
}

.k-i-border-no::before, .k-i-no-borders::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, .k-i-insert-image::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, .k-i-clearformat::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, .k-i-create-table::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-wizard::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, .k-i-add-column-left::before {
  content: "\e67b";
}

.k-i-table-column-insert-right::before, .k-i-add-column-right::before {
  content: "\e67c";
}

.k-i-table-row-insert-above::before, .k-i-add-row-above::before {
  content: "\e67d";
}

.k-i-table-row-insert-below::before, .k-i-add-row-below::before {
  content: "\e67e";
}

.k-i-table-column-delete::before, .k-i-delete-column::before {
  content: "\e67f";
}

.k-i-table-row-delete::before, .k-i-delete-row::before {
  content: "\e680";
}

.k-i-table-cell-delete::before {
  content: "\e681";
}

.k-i-table-delete::before {
  content: "\e682";
}

.k-i-cells-merge::before, .k-i-merge-cells::before {
  content: "\e683";
}

.k-i-cells-merge-horizontally::before, .k-i-merge-horizontally::before {
  content: "\e684";
}

.k-i-cells-merge-vertically::before, .k-i-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, .k-i-normal-layout::before {
  content: "\e688";
}

.k-i-pane-freeze::before, .k-i-freeze-panes::before {
  content: "\e689";
}

.k-i-row-freeze::before, .k-i-freeze-row::before {
  content: "\e68a";
}

.k-i-column-freeze::before, .k-i-freeze-col::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, .k-i-fx::before, .k-spreadsheet-formula-bar::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, .k-i-format-number::before {
  content: "\e696";
}

.k-i-decimal-increase::before, .k-i-increase-decimal::before {
  content: "\e697";
}

.k-i-decimal-decrease::before, .k-i-decrease-decimal::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, .k-i-page-portrait::before {
  content: "\e906";
}

.k-i-file-add::before, .k-i-insert-file::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, .k-i-xlsa::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, .k-i-pdfa::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, .k-i-page-landscape::before {
  content: "\e922";
}

.k-rtl .k-i-indent-increase,
.k-rtl .k-i-indent-decrease {
  transform: scaleX(-1);
}

.k-rtl .k-i-expand::before {
  content: "\e007";
}

.k-sprite {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -ms-high-contrast-adjust: none;
}

.k-image {
  display: inline-block;
}

.k-animation-container {
  position: absolute;
  overflow: hidden;
  z-index: 100;
}

.k-animation-container-fixed {
  position: fixed;
}

.k-push-right-enter, .k-push-right-appear {
  transform: translate(-100%, 0);
}

.k-push-right-enter-active, .k-push-right-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-right-exit {
  transform: translate(0, 0);
}

.k-push-right-exit-active {
  transform: translate(100%, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-left-enter, .k-push-left-appear {
  transform: translate(100%, 0);
}

.k-push-left-enter-active, .k-push-left-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-left-exit {
  transform: translate(0, 0);
}

.k-push-left-exit-active {
  transform: translate(-100%, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-down-enter, .k-push-down-appear {
  transform: translate(0, -100%);
}

.k-push-down-enter-active, .k-push-down-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-down-exit {
  transform: translate(0, 0);
}

.k-push-down-exit-active {
  transform: translate(0, 100%);
  transition: transform 300ms ease-in-out;
}

.k-push-up-enter, .k-push-up-appear {
  transform: translate(0, 100%);
}

.k-push-up-enter-active, .k-push-up-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-up-exit {
  transform: translate(0, 0);
}

.k-push-up-exit-active {
  transform: translate(0, -100%);
  transition: transform 300ms ease-in-out;
}

.k-expand-vertical-enter, .k-expand-vertical-appear {
  transform: scaleY(0);
}

.k-expand-vertical-enter-active, .k-expand-vertical-appear-active {
  transform: scaleY(1);
  transition: transform 300ms ease-in-out;
}

.k-expand-vertical-exit {
  transform: scaleY(1);
}

.k-expand-vertical-exit-active {
  transform: scaleY(0);
  transition: transform 300ms ease-in-out;
}

.k-expand-horizontal-enter, .k-expand-horizontal-appear {
  transform: scaleX(0);
}

.k-expand-horizontal-enter-active, .k-expand-horizontal-appear-active {
  transform: scaleX(1);
  transition: transform 300ms ease-in-out;
}

.k-expand-horizontal-exit {
  transform: scaleX(1);
}

.k-expand-horizontal-exit-active {
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}

.k-fade-enter {
  opacity: 0;
}

.k-fade-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

.k-fade-exit {
  opacity: 1;
}

.k-fade-exit-active {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

  .k-fade-exit-active + .k-fade-exit-active,
  .k-fade-enter-active + .k-fade-enter-active {
    display: none;
  }

.k-zoom-in-enter, .k-zoom-in-appear {
  opacity: 0;
  transform: scale(0);
}

.k-zoom-in-enter-active, .k-zoom-in-appear-active {
  opacity: 1;
  transform: scale(1);
  transition: transform, opacity 300ms ease-in-out;
}

.k-zoom-in-exit {
  opacity: 1;
  transform: scale(1);
}

.k-zoom-in-exit-active {
  opacity: 0;
  transform: scale(2);
  transition: transform, opacity 300ms ease-in-out;
}

.k-zoom-out-enter, .k-zoom-out-appear {
  opacity: 0;
  transform: scale(2);
}

.k-zoom-out-enter-active, .k-zoom-out-appear-active {
  opacity: 1;
  transform: scale(1);
  transition: transform, opacity 300ms ease-in-out;
}

.k-zoom-out-exit {
  opacity: 1;
  transform: scale(1);
}

.k-zoom-out-exit-active {
  opacity: 0;
  transform: scale(0);
  transition: transform, opacity 300ms ease-in-out;
}

.k-slide-in-appear {
  opacity: .1;
  transform: translate(0, -3em);
}

  .k-slide-in-appear .k-centered {
    transform: translate(-50%, -60%);
  }

.k-slide-in-appear-active {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

  .k-slide-in-appear-active .k-centered {
    transform: translate(-50%, -50%);
  }

.k-slide-down-enter {
  transform: translateY(-100%);
}

.k-slide-down-enter-active {
  transform: translateY(0);
  transition: transform 300ms ease-in-out;
}

.k-slide-down-exit {
  transform: translateY(0);
}

.k-slide-down-exit-active {
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
}

.k-slide-up-enter {
  transform: translateY(100%);
}

.k-slide-up-enter-active {
  transform: translateY(0);
  transition: transform 300ms ease-in-out;
}

.k-slide-up-exit {
  transform: translateY(0);
}

.k-slide-up-exit-active {
  transform: translateY(100%);
  transition: transform 300ms ease-in-out;
}

.k-slide-right-enter {
  transform: translateX(-100%);
}

.k-slide-right-enter-active {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}

.k-slide-right-exit {
  transform: translateX(0);
}

.k-slide-right-exit-active {
  transform: translateX(-100%);
  transition: transform 300ms ease-in-out;
}

.k-slide-left-enter {
  transform: translateX(100%);
}

.k-slide-left-enter-active {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}

.k-slide-left-exit {
  transform: translateX(0);
}

.k-slide-left-exit-active {
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
}

.k-reveal-vertical-enter, .k-reveal-vertical-appear {
  max-height: 0;
}

.k-reveal-vertical-enter-active, .k-reveal-vertical-appear-active {
  transition: max-height 300ms ease-in-out;
}

.k-reveal-vertical-exit-active {
  max-height: 0 !important;
  transition: max-height 300ms ease-in-out;
}

.k-reveal-horizontal-enter, .k-reveal-horizontal-appear {
  max-width: 0;
}

.k-reveal-horizontal-enter-active, .k-reveal-horizontal-appear-active {
  transition: max-width 300ms ease-in-out;
}

.k-reveal-horizontal-exit-active {
  max-width: 0 !important;
  transition: max-width 300ms ease-in-out;
}

.k-autocomplete,
.k-combobox,
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-multiselect,
.k-numerictextbox,
.k-maskedtextbox,
.k-timepicker {
  width: 12.4em;
  line-height: 1.4285714286;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}

  .k-autocomplete[dir='rtl'],
  .k-rtl .k-autocomplete,
  .k-combobox[dir='rtl'],
  .k-rtl
  .k-combobox,
  .k-dateinput[dir='rtl'],
  .k-rtl
  .k-dateinput,
  .k-datepicker[dir='rtl'],
  .k-rtl
  .k-datepicker,
  .k-datetimepicker[dir='rtl'],
  .k-rtl
  .k-datetimepicker,
  .k-dropdown[dir='rtl'],
  .k-rtl
  .k-dropdown,
  .k-multiselect[dir='rtl'],
  .k-rtl
  .k-multiselect,
  .k-numerictextbox[dir='rtl'],
  .k-rtl
  .k-numerictextbox,
  .k-maskedtextbox[dir='rtl'],
  .k-rtl
  .k-maskedtextbox,
  .k-timepicker[dir='rtl'],
  .k-rtl
  .k-timepicker {
    text-align: right;
  }

    .k-autocomplete[dir='rtl'] .k-select,
    .k-rtl .k-autocomplete .k-select,
    .k-combobox[dir='rtl'] .k-select,
    .k-rtl
    .k-combobox .k-select,
    .k-dateinput[dir='rtl'] .k-select,
    .k-rtl
    .k-dateinput .k-select,
    .k-datepicker[dir='rtl'] .k-select,
    .k-rtl
    .k-datepicker .k-select,
    .k-datetimepicker[dir='rtl'] .k-select,
    .k-rtl
    .k-datetimepicker .k-select,
    .k-dropdown[dir='rtl'] .k-select,
    .k-rtl
    .k-dropdown .k-select,
    .k-multiselect[dir='rtl'] .k-select,
    .k-rtl
    .k-multiselect .k-select,
    .k-numerictextbox[dir='rtl'] .k-select,
    .k-rtl
    .k-numerictextbox .k-select,
    .k-maskedtextbox[dir='rtl'] .k-select,
    .k-rtl
    .k-maskedtextbox .k-select,
    .k-timepicker[dir='rtl'] .k-select,
    .k-rtl
    .k-timepicker .k-select {
      border-radius: 3px 0 0 3px;
    }

    .k-autocomplete[dir='rtl'] .k-clear-value,
    .k-rtl .k-autocomplete .k-clear-value,
    .k-combobox[dir='rtl'] .k-clear-value,
    .k-rtl
    .k-combobox .k-clear-value,
    .k-dateinput[dir='rtl'] .k-clear-value,
    .k-rtl
    .k-dateinput .k-clear-value,
    .k-datepicker[dir='rtl'] .k-clear-value,
    .k-rtl
    .k-datepicker .k-clear-value,
    .k-datetimepicker[dir='rtl'] .k-clear-value,
    .k-rtl
    .k-datetimepicker .k-clear-value,
    .k-dropdown[dir='rtl'] .k-clear-value,
    .k-rtl
    .k-dropdown .k-clear-value,
    .k-multiselect[dir='rtl'] .k-clear-value,
    .k-rtl
    .k-multiselect .k-clear-value,
    .k-numerictextbox[dir='rtl'] .k-clear-value,
    .k-rtl
    .k-numerictextbox .k-clear-value,
    .k-maskedtextbox[dir='rtl'] .k-clear-value,
    .k-rtl
    .k-maskedtextbox .k-clear-value,
    .k-timepicker[dir='rtl'] .k-clear-value,
    .k-rtl
    .k-timepicker .k-clear-value {
      left: 8px;
      right: auto;
    }

  .k-autocomplete ::-ms-clear,
  .k-combobox ::-ms-clear,
  .k-dateinput ::-ms-clear,
  .k-datepicker ::-ms-clear,
  .k-datetimepicker ::-ms-clear,
  .k-dropdown ::-ms-clear,
  .k-multiselect ::-ms-clear,
  .k-numerictextbox ::-ms-clear,
  .k-maskedtextbox ::-ms-clear,
  .k-timepicker ::-ms-clear {
    display: none;
  }

.k-colorpicker,
.k-combobox,
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-dropdown,
.k-multiselect,
.k-numerictextbox,
.k-maskedtextbox,
.k-timepicker {
  border-width: 0;
  background-color: transparent;
}

.k-nodata {
  min-height: 138px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
  white-space: normal;
}

.k-searchbar {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.k-dateinput-wrap,
.k-dropdown-wrap,
.k-picker-wrap,
.k-multiselect-wrap,
.k-numeric-wrap {
  border-radius: 3px;
  padding: 0;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  transition: all .1s ease;
  cursor: default;
  outline: 0;
}

  .k-dateinput-wrap .k-input,
  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-multiselect-wrap .k-input,
  .k-numeric-wrap .k-input {
    padding: 4px 8px;
    height: calc(8px + 1.4285714286em);
    box-sizing: border-box;
    border: 0;
    outline: 0;
    color: inherit;
    background: none;
    font: inherit;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.k-dateinput-wrap,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  display: flex;
  flex-direction: row;
}

  .k-dateinput-wrap .k-input,
  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-numeric-wrap .k-input {
    width: 100%;
  }

  .k-dateinput-wrap .k-select,
  .k-dropdown-wrap .k-select,
  .k-picker-wrap .k-select,
  .k-numeric-wrap .k-select {
    border-radius: 0 3px 3px 0;
    padding: 4px;
    border-width: 0 0 0 1px;
    box-sizing: border-box;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
  }

  .k-autocomplete .k-clear-value,
  .k-autocomplete .k-i-loading,
  .k-dropdown-wrap .k-clear-value,
  .k-dropdown-wrap .k-i-loading,
  .k-multiselect .k-clear-value,
  .k-multiselect .k-i-loading {
    position: absolute;
    right: 8px;
  }

  .k-autocomplete .k-clear-value,
  .k-dropdown-wrap .k-clear-value,
  .k-multiselect .k-clear-value {
    height: 17.1428571429px;
    outline: 0;
    opacity: .5;
    cursor: pointer;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    top: 4px;
  }

  .k-autocomplete .k-i-loading,
  .k-dropdown-wrap .k-i-loading,
  .k-multiselect .k-i-loading {
    top: 50%;
    margin-top: -.5em;
  }

  .k-autocomplete.k-state-focused .k-clear-value, .k-autocomplete.k-state-hover .k-clear-value, .k-autocomplete:hover .k-clear-value,
  .k-dropdown-wrap.k-state-focused .k-clear-value,
  .k-dropdown-wrap.k-state-hover .k-clear-value,
  .k-dropdown-wrap:hover .k-clear-value,
  .k-multiselect.k-state-focused .k-clear-value,
  .k-multiselect.k-state-hover .k-clear-value,
  .k-multiselect:hover .k-clear-value {
    display: inline-flex;
  }

    .k-autocomplete.k-state-focused .k-clear-value:hover, .k-autocomplete.k-state-hover .k-clear-value:hover, .k-autocomplete:hover .k-clear-value:hover,
    .k-dropdown-wrap.k-state-focused .k-clear-value:hover,
    .k-dropdown-wrap.k-state-hover .k-clear-value:hover,
    .k-dropdown-wrap:hover .k-clear-value:hover,
    .k-multiselect.k-state-focused .k-clear-value:hover,
    .k-multiselect.k-state-hover .k-clear-value:hover,
    .k-multiselect:hover .k-clear-value:hover {
      opacity: 1;
    }

.k-dateinput .k-select,
.k-numerictextbox .k-select {
  padding: 0;
  flex-direction: column;
  align-items: stretch;
  width: calc(17px + 8px);
}

.k-dateinput .k-link,
.k-numerictextbox .k-link {
  display: block;
  height: calc(4px + 0.7142857143em);
  overflow: hidden;
  position: relative;
  width: 100%;
}

  .k-dateinput .k-link .k-icon,
  .k-numerictextbox .k-link .k-icon {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
  }

.k-dateinput .k-link-increase .k-icon,
.k-numerictextbox .k-link-increase .k-icon {
  bottom: 0;
}

.k-dateinput .k-link-decrease .k-icon,
.k-numerictextbox .k-link-decrease .k-icon {
  top: 0;
}

.k-virtual-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

  .k-virtual-content > .k-virtual-list > .k-virtual-item {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
  }

.k-textbox.k-space-left {
  padding-left: 1.9em;
}

.k-textbox.k-space-right {
  padding-right: 1.9em;
}

.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute;
}

.k-space-left .k-icon {
  left: 3px;
}

.k-space-right .k-icon {
  right: 3px;
}

.k-widget.ng-invalid.ng-touched .k-dateinput-wrap, .ng-invalid.ng-touched.k-block .k-dateinput-wrap,
.k-widget.ng-invalid.ng-touched .k-dropdown-wrap, .ng-invalid.ng-touched.k-block .k-dropdown-wrap,
.k-widget.ng-invalid.ng-touched .k-numeric-wrap, .ng-invalid.ng-touched.k-block .k-numeric-wrap,
.k-widget.ng-invalid.ng-touched .k-picker-wrap, .ng-invalid.ng-touched.k-block .k-picker-wrap,
.k-widget.ng-invalid.ng-dirty .k-dateinput-wrap, .ng-invalid.ng-dirty.k-block .k-dateinput-wrap,
.k-widget.ng-invalid.ng-dirty .k-dropdown-wrap, .ng-invalid.ng-dirty.k-block .k-dropdown-wrap,
.k-widget.ng-invalid.ng-dirty .k-numeric-wrap, .ng-invalid.ng-dirty.k-block .k-numeric-wrap,
.k-widget.ng-invalid.ng-dirty .k-picker-wrap, .ng-invalid.ng-dirty.k-block .k-picker-wrap {
  color: #f31700;
  border-color: rgba(243, 23, 0, 0.5);
}

  .k-widget.ng-invalid.ng-touched .k-dateinput-wrap .k-select, .ng-invalid.ng-touched.k-block .k-dateinput-wrap .k-select,
  .k-widget.ng-invalid.ng-touched .k-dropdown-wrap .k-select, .ng-invalid.ng-touched.k-block .k-dropdown-wrap .k-select,
  .k-widget.ng-invalid.ng-touched .k-numeric-wrap .k-select, .ng-invalid.ng-touched.k-block .k-numeric-wrap .k-select,
  .k-widget.ng-invalid.ng-touched .k-picker-wrap .k-select, .ng-invalid.ng-touched.k-block .k-picker-wrap .k-select,
  .k-widget.ng-invalid.ng-dirty .k-dateinput-wrap .k-select, .ng-invalid.ng-dirty.k-block .k-dateinput-wrap .k-select,
  .k-widget.ng-invalid.ng-dirty .k-dropdown-wrap .k-select, .ng-invalid.ng-dirty.k-block .k-dropdown-wrap .k-select,
  .k-widget.ng-invalid.ng-dirty .k-numeric-wrap .k-select, .ng-invalid.ng-dirty.k-block .k-numeric-wrap .k-select,
  .k-widget.ng-invalid.ng-dirty .k-picker-wrap .k-select, .ng-invalid.ng-dirty.k-block .k-picker-wrap .k-select {
    color: inherit;
  }

.k-widget.form-control, .form-control.k-block {
  padding: 0;
}

.k-widget.form-control, .form-control.k-block,
.k-maskedtextbox.form-control .k-textbox,
.k-textbox.form-control {
  width: 100%;
}

.k-autocomplete.form-control .k-input {
  box-sizing: border-box;
}

.input-group .k-dateinput-wrap,
.input-group .k-dropdown-wrap,
.input-group .k-multiselect-wrap,
.input-group .k-numeric-wrap,
.input-group .k-picker-wrap,
.input-group .k-maskedtextbox .k-textbox {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

  .input-group .k-dateinput-wrap .k-select,
  .input-group .k-dropdown-wrap .k-select,
  .input-group .k-multiselect-wrap .k-select,
  .input-group .k-numeric-wrap .k-select,
  .input-group .k-picker-wrap .k-select,
  .input-group .k-maskedtextbox .k-textbox .k-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dateinput-wrap, .input-group .form-control.k-block:not(:first-child):not(:last-child) .k-dateinput-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dropdown-wrap,
.input-group .form-control.k-block:not(:first-child):not(:last-child) .k-dropdown-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-multiselect-wrap,
.input-group .form-control.k-block:not(:first-child):not(:last-child) .k-multiselect-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-numeric-wrap,
.input-group .form-control.k-block:not(:first-child):not(:last-child) .k-numeric-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-picker-wrap,
.input-group .form-control.k-block:not(:first-child):not(:last-child) .k-picker-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) > .k-textbox,
.input-group .form-control.k-block:not(:first-child):not(:last-child) > .k-textbox {
  border-radius: 0;
}

.input-group-addon + .k-widget.form-control .k-dateinput-wrap, .input-group-addon + .form-control.k-block .k-dateinput-wrap,
.input-group-addon + .k-widget.form-control .k-dropdown-wrap,
.input-group-addon + .form-control.k-block .k-dropdown-wrap,
.input-group-addon + .k-widget.form-control .k-multiselect-wrap,
.input-group-addon + .form-control.k-block .k-multiselect-wrap,
.input-group-addon + .k-widget.form-control .k-numeric-wrap,
.input-group-addon + .form-control.k-block .k-numeric-wrap,
.input-group-addon + .k-widget.form-control .k-picker-wrap,
.input-group-addon + .form-control.k-block .k-picker-wrap,
.input-group-addon + .k-widget.form-control > .k-textbox,
.input-group-addon + .form-control.k-block > .k-textbox {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.k-widget.form-control .k-input, .form-control.k-block .k-input {
  padding: 0.5rem 0.75rem;
  height: 2.25rem;
}

.k-widget.form-control-sm .k-input, .form-control-sm.k-block .k-input {
  padding: 0.25rem 0.5rem;
  height: 1.8125rem;
}

.k-widget.form-control-sm .k-dateinput-wrap .k-select, .form-control-sm.k-block .k-dateinput-wrap .k-select,
.k-widget.form-control-sm .k-dropdown-wrap .k-select, .form-control-sm.k-block .k-dropdown-wrap .k-select,
.k-widget.form-control-sm .k-picker-wrap .k-select, .form-control-sm.k-block .k-picker-wrap .k-select {
  padding: 0.25rem;
}

.k-widget.form-control-sm .k-select, .form-control-sm.k-block .k-select {
  width: 1.8125rem;
}

.k-widget.form-control-lg .k-input, .form-control-lg.k-block .k-input {
  padding: 0.5rem 1rem;
  height: 2.875rem;
}

.k-widget.form-control-lg .k-dateinput-wrap .k-select, .form-control-lg.k-block .k-dateinput-wrap .k-select,
.k-widget.form-control-lg .k-dropdown-wrap .k-select, .form-control-lg.k-block .k-dropdown-wrap .k-select,
.k-widget.form-control-lg .k-picker-wrap .k-select, .form-control-lg.k-block .k-picker-wrap .k-select {
  padding: 0.5rem;
}

.k-widget.form-control-lg .k-select, .form-control-lg.k-block .k-select {
  width: 2.875rem;
}

.k-maskedtextbox.form-control .k-textbox {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
}

.k-maskedtextbox.form-control-sm .k-textbox {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}

.k-maskedtextbox.form-control-lg .k-textbox {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.k-textbox.form-control {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
}

.k-textbox.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}

.k-textbox.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.k-dateinput.form-control-sm .k-link-increase > .k-icon,
.k-numerictextbox.form-control-sm .k-link-increase > .k-icon {
  bottom: -2px;
}

.k-dateinput.form-control-sm .k-link-decrease > .k-icon,
.k-numerictextbox.form-control-sm .k-link-decrease > .k-icon {
  top: -2px;
}

.k-dateinput.form-control-sm .k-link,
.k-numerictextbox.form-control-sm .k-link {
  height: 0.90625rem;
}

.k-dateinput.form-control-lg .k-link,
.k-numerictextbox.form-control-lg .k-link {
  height: 1.4375rem;
}

.k-dateinput.form-control .k-dateinput-wrap .k-select {
  padding-top: 0;
  padding-bottom: 0;
}

.k-ripple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.k-ripple-blob {
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  padding: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: .1;
  background-color: currentColor;
}

.k-primary .k-ripple-blob {
  opacity: .2;
}

.k-primary.k-flat .k-ripple-blob {
  opacity: 1;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 0 0;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  line-height: 1.4285714286;
  box-sizing: content-box;
}

  .k-popup .k-item {
    cursor: pointer;
    outline: none;
  }

[dir='rtl'] .k-popup .k-list-filter > .k-icon {
  left: 16px;
  right: auto;
}

[dir='rtl'] .k-popup .k-list-optionlabel {
  text-align: right;
}

.k-animation-container {
  border-radius: 0 0 3px 3px;
}

.k-popup .k-item.k-first {
  position: relative;
}

.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  padding: 4px 8px;
  min-height: 1.4285714286em;
  white-space: normal;
  transition: background-color 0.2s ease;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.k-popup .k-list .k-item > .k-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 .5em;
  font-size: 8.568px;
  line-height: 1.5;
  text-transform: uppercase;
}

  .k-popup .k-list .k-item > .k-group::before {
    display: block;
    content: " ";
    border-width: 7px;
    border-style: solid;
    position: absolute;
    left: -14px;
    bottom: 0;
  }

.k-group-header + div > .k-list > .k-item.k-first::before {
  content: " ";
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.k-list-scroller {
  position: relative;
  overflow: auto;
}

.k-list {
  height: auto;
}

  .k-list > .k-item {
    display: flex;
    align-items: center;
    align-content: center;
  }

    .k-list > .k-item > .k-icon {
      align-self: center;
      margin-right: 8px;
    }

  .k-list .k-item,
  .k-list-optionlabel {
    padding: 4px 8px;
    min-height: 1.4285714286em;
    line-height: 1.4285714286em;
    white-space: normal;
  }

.k-list-optionlabel {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.k-list-filter {
  display: block;
  position: relative;
  padding: 8px;
  height: calc(24px + 1.4285714286em);
  box-sizing: border-box;
}

  .k-list-filter > .k-textbox {
    width: 100% !important;
    box-sizing: border-box;
    padding-right: 24px;
  }

  .k-list-filter > .k-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

.k-dropdown-button .k-popup .k-item {
  cursor: pointer;
}

.k-split-button .k-list .k-item:focus,
.k-dropdown-button .k-list .k-item:focus {
  outline: none;
}

.k-list-container .k-button {
  border-radius: 0;
  padding: 4px 8px;
  border-width: 0;
  color: inherit;
  background-color: transparent;
  background-image: none;
  line-height: inherit;
  display: flex;
  justify-content: flex-start;
}

  .k-list-container .k-button .k-icon {
    margin: 0 4px 0 0;
  }

.k-list-container .k-nodata .k-button {
  display: inline-flex;
  border-width: 1px;
}

.k-popup {
  background-clip: padding-box;
}

.k-ie11 .k-popup,
.k-edge12 .k-popup,
.k-edge13 .k-popup {
  background-clip: border-box;
}

.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  border-bottom-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}

.k-popup .k-list .k-item > .k-group {
  background: #595d6e;
  color: #ffffff;
}

  .k-popup .k-list .k-item > .k-group::before {
    border-color: #595d6e #595d6e transparent transparent;
  }

.k-group-header + div > .k-list > .k-item.k-first::before {
  border-color: rgba(0, 0, 0, 0.08);
}

.k-list .k-item {
  transition: all .2s ease;
}

  .k-list .k-item:hover.k-state-selected,
  .k-list .k-item.k-state-hover.k-state-selected {
    color: #ffffff;
    background-color: #004890;
  }

.k-list-optionlabel {
  border-color: #282931;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}

.k-animation-container {
  border-radius: 0 0 3px 3px;
}

  .k-animation-container-shown,
  .k-animation-container > .k-popup {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
  }

.k-animation-container-fixed > .k-popup {
  box-shadow: none;
}

.k-list-container .k-button {
  box-shadow: none;
}

  .k-list-container .k-button:hover,
  .k-list-container .k-button.k-state-hover {
    background-image: none;
  }

  .k-list-container .k-button:active,
  .k-list-container .k-button.k-state-active {
    background-image: none;
  }

  .k-list-container .k-button:focus,
  .k-list-container .k-button.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  }

.k-list-container .k-nodata {
  color: rgba(89, 93, 110, 0.5);
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-dropdown .k-select {
  border-width: 0;
}

.k-dropdown-wrap {
  outline: 0;
}

  .k-dropdown-wrap > .k-input {
    flex: 1;
  }

.k-edge .k-dropdown-wrap > .k-input {
  min-width: 0;
}

.k-dropdown-operator {
  width: auto;
}

  .k-dropdown-operator .k-input {
    display: none;
  }

  .k-dropdown-operator .k-select {
    width: calc(8px + 1.4285714286em);
    height: calc(8px + 1.4285714286em);
  }

.k-dropdown .k-dropdown-wrap {
  background-clip: padding-box;
}

.k-ie11 .k-dropdown .k-dropdown-wrap,
.k-edge12 .k-dropdown .k-dropdown-wrap,
.k-edge13 .k-dropdown .k-dropdown-wrap {
  background-clip: border-box;
}

.k-dropdown .k-select {
  padding: 0;
  width: calc(8px + 1.4285714286em);
}

.k-pager-wrap {
  padding: 8px 8px;
  border-width: 1px;
  line-height: 1.4285714286;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: default;
  flex: 0 0 auto;
}

  .k-pager-wrap .k-link,
  .k-pager-wrap .k-state-selected {
    padding: 4px;
    width: calc(1.4285714286em + 2px);
    height: calc(1.4285714286em + 2px);
    line-height: calc(1.4285714286em + 2px);
    box-sizing: content-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 1;
  }

    .k-pager-wrap .k-link > .k-icon,
    .k-pager-wrap .k-state-selected > .k-icon {
      vertical-align: middle;
    }

    .k-pager-wrap .k-link:hover,
    .k-pager-wrap .k-state-selected {
      z-index: 2;
    }

    .k-pager-wrap .k-link:focus,
    .k-pager-wrap .k-state-selected {
      text-decoration: none;
      outline: none;
    }

    .k-pager-wrap .k-link.k-state-disabled {
      color: inherit;
    }

  .k-pager-wrap .k-pager-numbers {
    display: inline-flex;
    flex-direction: row;
  }

    .k-pager-wrap .k-pager-numbers li {
      display: inline-block;
    }

    .k-pager-wrap .k-pager-numbers .k-current-page {
      display: none;
    }

      .k-pager-wrap .k-pager-numbers .k-current-page + li {
        margin-left: 0;
      }

  .k-pager-wrap .k-label {
    margin: 0 1em;
    display: flex;
    align-items: center;
  }

  .k-pager-wrap .k-pager-input .k-textbox {
    margin: 0 1ex;
    width: 3em;
  }

  .k-pager-wrap .k-pager-sizes .k-dropdown,
  .k-pager-wrap .k-pager-sizes > select {
    width: 5.2em;
    margin: 0 8px;
  }

  .k-pager-wrap .k-pager-refresh {
    order: 10;
  }

  .k-pager-wrap .k-pager-info {
    flex: 1;
    text-align: right;
    order: 9;
    justify-content: flex-end;
  }

[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
[dir="rtl"] .k-pager-wrap .k-i-seek-e,
[dir="rtl"] .k-pager-wrap .k-i-seek-w,
.k-rtl .k-pager-wrap .k-i-arrow-e,
.k-rtl .k-pager-wrap .k-i-arrow-w,
.k-rtl .k-pager-wrap .k-i-seek-e,
.k-rtl .k-pager-wrap .k-i-seek-w {
  transform: scaleX(-1);
}

.k-pager-wrap {
  color: #595d6e;
  background-color: #fff;
}

  .k-pager-wrap .k-link:focus,
  .k-pager-wrap .k-pager-nav:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  }

  .k-pager-wrap .k-link:hover,
  .k-pager-wrap .k-pager-nav:hover {
    background-color: #ededed;
  }

  .k-pager-wrap .k-state-selected:focus {
    box-shadow: none;
  }

  .k-pager-wrap .k-state-selected:hover {
    color: #ffffff;
    background-color: #004e9b;
    cursor: default;
  }

.k-pager-numbers .k-link,
.k-pager-numbers .k-link:link {
  color: #004e9b;
}

  .k-pager-numbers .k-link.k-state-selected,
  .k-pager-numbers .k-link:link.k-state-selected {
    color: #ffffff;
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-button {
  border-radius: 3px;
  padding: 4px 8px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  line-height: 1.4285714286;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative;
}

  .k-button::-moz-focus-inner {
    padding: 0;
    border: 0;
    outline: 0;
  }

  .k-button:hover, .k-button:focus {
    text-decoration: none;
    outline: 0;
  }

  .k-button .k-icon,
  .k-button .k-image,
  .k-button .k-sprite {
    color: inherit;
    align-self: center;
  }

.k-button-icontext {
  overflow: visible;
}

  .k-button-icontext .k-icon,
  .k-button-icontext .k-image,
  .k-button-icontext .k-sprite {
    margin: 0 4px 0 -4px;
  }

  .k-rtl .k-button-icontext .k-icon,
  .k-rtl .k-button-icontext .k-image,
  .k-rtl .k-button-icontext .k-sprite, .k-button-icontext[dir='rtl'] .k-icon,
  .k-button-icontext[dir='rtl'] .k-image,
  .k-button-icontext[dir='rtl'] .k-sprite {
    margin: 0 -4px 0 4px;
  }

.k-button-icon {
  width: calc(10px + 1.4285714286em);
  height: calc(10px + 1.4285714286em);
  padding: 4px;
}

.k-split-button .k-button {
  border-radius: 3px 0 0 3px;
}

.k-split-button .k-split-button-arrow {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding: 4px;
}

.k-split-button .k-widget, .k-split-button .k-block {
  border: 0;
}

.k-dropdown-button.k-state-focused, .k-dropdown-button:focus {
  outline: 0;
}

.k-dropdown-button.k-widget, .k-dropdown-button.k-block {
  border-width: 0;
  display: inline-block;
}

.k-button-group {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
  position: relative;
}

  .k-button-group .k-button {
    border-radius: 0;
  }

    .k-button-group .k-button ~ .k-button {
      margin-left: -1px;
    }

    .k-button-group .k-button:hover,
    .k-button-group .k-button.k-state-hover,
    .k-button-group .k-button.k-state-active {
      z-index: 2;
    }

    .k-button-group .k-group-start,
    .k-button-group .k-button:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
    }

    .k-button-group .k-group-end,
    .k-button-group .k-button:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
    }

    .k-button-group .k-group-start.k-group-end,
    .k-button-group .k-button:first-child:last-child {
      border-radius: 3px;
    }

  .k-button-group > input[type="radio"],
  .k-button-group > input[type="checkbox"],
  .k-button-group label input[type="radio"],
  .k-button-group label input[type="checkbox"] {
    margin: 0;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    position: absolute;
    pointer-events: none;
  }

.k-button-group-stretched {
  display: flex;
}

  .k-button-group-stretched > .k-button {
    display: inline-block;
    flex: 1 1 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

    .k-button-group-stretched > .k-button > .k-icon {
      vertical-align: text-bottom;
    }

.k-split-button.k-button-group.k-state-focused {
  border-radius: 3px;
}

.k-split-button.k-widget, .k-split-button.k-block {
  border-width: 0;
}

.k-split-button.k-button-group .k-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.k-split-button.k-button-group .k-button:nth-child(2) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.k-button.k-flat {
  border-color: transparent;
  color: inherit;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.k-button.k-outline {
  color: inherit;
  background: none;
  box-shadow: none;
}

.k-button.k-bare {
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
  position: relative;
  transition: color .2s ease-in-out;
}

  .k-button.k-bare::before {
    content: "";
    background-color: currentColor;
    border-radius: 3px;
    display: block;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }

  .k-button.k-bare::after {
    content: "";
    border: 2px solid currentColor;
    border-radius: 3px;
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }

  .k-button.k-bare:hover, .k-button.k-bare.k-state-hover {
    color: inherit;
  }

    .k-button.k-bare:hover::before, .k-button.k-bare.k-state-hover::before {
      opacity: 0.07;
      z-index: initial;
    }

  .k-button.k-bare:active, .k-button.k-bare.k-state-active {
    color: inherit;
  }

    .k-button.k-bare:active::before, .k-button.k-bare.k-state-active::before {
      opacity: .08;
    }

    .k-button.k-bare:active::after, .k-button.k-bare.k-state-active::after {
      opacity: .13;
    }

    .k-button.k-bare:active::before, .k-button.k-bare:active::after, .k-button.k-bare.k-state-active::before, .k-button.k-bare.k-state-active::after {
      z-index: initial;
    }

  .k-button.k-bare:focus, .k-button.k-bare.k-state-focused {
    color: inherit;
  }

    .k-button.k-bare:focus::after, .k-button.k-bare.k-state-focused::after {
      opacity: .13;
    }

.k-button {
  background-clip: padding-box;
}

.k-ie11 .k-button,
.k-edge12 .k-button,
.k-edge13 .k-button {
  background-clip: border-box;
}

.k-button:active, .k-button.k-state-active {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.k-button:focus, .k-button.k-state-focused {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.k-button.k-primary:active, .k-button.k-primary.k-state-active {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.k-button.k-primary:focus, .k-button.k-primary.k-state-focused {
  box-shadow: 0 3px 4px 0 rgba(0, 78, 155, 0.4);
}

.k-dropdown-button:active > .k-button:not(:disabled),
.k-dropdown-button.k-state-active > .k-button:not(:disabled) {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.k-dropdown-button:focus > .k-button,
.k-dropdown-button.k-state-focused > .k-button {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.k-dropdown-button .k-widget, .k-dropdown-button .k-block {
  border-width: 0;
  display: inline-block;
}

.k-button-group {
  background-clip: padding-box;
}

.k-ie11 .k-button-group,
.k-edge12 .k-button-group,
.k-edge13 .k-button-group {
  background-clip: border-box;
}

.k-button-group .k-button:focus,
.k-button-group .k-button.k-state-focused,
.k-button-group > input[type="radio"]:focus + .k-button,
.k-button-group > input[type="checkbox"]:focus + .k-button {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-button-group .k-button:active,
.k-button-group .k-button.k-state-active,
.k-button-group > input[type="radio"]:checked + .k-button,
.k-button-group > input[type="checkbox"]:checked + .k-button {
  border-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  background-color: #004e9b;
  background-image: none;
}

  .k-button-group .k-button:active:hover,
  .k-button-group .k-button.k-state-active:hover > input[type="radio"]:hover + .k-button,
  .k-button-group > input[type="checkbox"]:hover + .k-button {
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: #004e9b;
    background-image: none;
  }

.k-split-button.k-state-focused {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.k-split-button.k-button-group .k-button:active, .k-split-button.k-button-group .k-button.k-state-active {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.k-button.k-flat:active, .k-button.k-flat.k-state-active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.k-button.k-flat:focus, .k-button.k-flat.k-state-focused {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.k-button.k-primary.k-flat {
  color: #004e9b;
}

  .k-button.k-primary.k-flat:focus, .k-button.k-primary.k-flat.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 78, 155, 0.4);
  }

.k-button.k-outline {
  border-color: #fff;
  color: #fff;
  background: none;
  box-shadow: none;
}

  .k-button.k-outline:hover, .k-button.k-outline.k-state-hover {
    border-color: #656565;
    color: #ededed;
    background: #656565;
  }

  .k-button.k-outline:active, .k-button.k-outline.k-state-active {
    border-color: #fff;
    color: #5f97fb;
    background: #fff;
  }

  .k-button.k-outline:focus, .k-button.k-outline.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  }

.k-button.k-primary.k-outline {
  border-color: currentColor;
  color: #004e9b;
  background: none;
  box-shadow: none;
}

  .k-button.k-primary.k-outline:hover, .k-button.k-primary.k-outline.k-state-hover {
    border-color: #004e9b;
    color: #ffffff;
    background: #004e9b;
  }

  .k-button.k-primary.k-outline:focus, .k-button.k-primary.k-outline.k-state-focused {
    box-shadow: 0 3px 4px 0 rgba(0, 78, 155, 0.4);
  }

.k-button.k-bare::before, .k-button.k-bare::after {
  border-radius: 0;
}

.k-button.k-primary.k-bare {
  color: #004e9b;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-action-buttons {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  display: flex;
  flex-direction: row;
  clear: both;
}

  .k-action-buttons .k-button {
    border-radius: 0;
    padding: 12px 16px;
    border-width: 0;
    border-color: inherit;
    color: inherit;
    background: none;
    flex: 1;
  }

    .k-action-buttons .k-button + .k-button {
      border-left-width: 1px;
    }

.k-rtl .k-action-buttons .k-button + .k-button,
[dir="rtl"] .k-action-buttons .k-button + .k-button {
  border-left-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  margin-left: 0;
}

.k-action-buttons .k-button {
  color: inherit;
}

  .k-action-buttons .k-button:hover, .k-action-buttons .k-button.k-state-hover {
    border-color: inherit;
  }

  .k-action-buttons .k-button:focus, .k-action-buttons .k-button.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  }

  .k-action-buttons .k-button:active, .k-action-buttons .k-button.k-state-active {
    border-color: inherit;
  }

.k-action-buttons .k-primary {
  color: #004e9b;
}

  .k-action-buttons .k-primary:hover, .k-action-buttons .k-primary.k-state-hvoer {
    border-color: inherit;
  }

    .k-action-buttons .k-primary:hover:focus, .k-action-buttons .k-primary:hover.k-state-focused, .k-action-buttons .k-primary.k-state-hvoer:focus, .k-action-buttons .k-primary.k-state-hvoer.k-state-focused {
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
    }

  .k-action-buttons .k-primary:focus, .k-action-buttons .k-primary.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(237, 237, 237, 0.3);
  }

  .k-action-buttons .k-primary:active, .k-action-buttons .k-primary.k-state-active {
    border-color: inherit;
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-edit-form-container {
  width: 400px;
  min-width: 400px;
  border-color: inherit;
  position: relative;
}

  .k-edit-form-container .k-tabstrip-wrapper {
    margin: -16px -16px;
  }

  .k-edit-form-container .k-tabstrip.k-root-tabs {
    margin-bottom: 16px;
  }

  .k-edit-form-container .k-tabstrip .k-tabstrip-items {
    padding: 16px 16px 0;
  }

  .k-edit-form-container .k-tabstrip .k-content {
    padding: 16px 16px;
    border-width: 0;
  }

.k-edit-buttons {
  padding: 8px 8px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  text-align: right;
  clear: both;
}

  .k-edit-buttons .k-button + .k-button {
    margin-left: 0.5em;
  }

.k-edit-form-container .k-edit-buttons {
  margin: 16px -16px -16px;
  padding: 16px 16px;
}

.k-popup-edit-form > .k-action-buttons,
.k-edit-form-container .k-action-buttons {
  margin: 1em -16px -16px;
}

.k-edit-label {
  margin: 0 0 1em 0;
  padding: 5px 0;
  width: 30%;
  line-height: 1.4285714286;
  text-align: right;
  float: left;
  clear: both;
}

.k-edit-field {
  margin: 0 0 1em 0;
  width: 65%;
  float: right;
  clear: right;
}

  .k-edit-field > .k-widget, .k-edit-field > .k-block,
  .k-edit-field > .k-textbox,
  .k-edit-field > .k-input.k-textbox {
    width: 100%;
    box-sizing: border-box;
  }

  .k-edit-field > .k-colorpicker {
    width: auto;
  }

  .k-edit-field input[type="radio"]:not(.k-radio),
  .k-edit-field input[type="checkbox"]:not(.k-checkbox) {
    margin-right: .4ex;
  }

  .k-edit-field .k-radio-label,
  .k-edit-field .k-checkbox-label {
    margin-right: 1em;
  }

  .k-edit-field .k-reset > li + li {
    margin-top: 0.5em;
  }

  .k-edit-field .k-reset .k-widget, .k-edit-field .k-reset .k-block {
    margin: 0 .4ex 0 1ex;
  }

.k-rtl .k-edit-buttons {
  text-align: left;
}

  .k-rtl .k-edit-buttons .k-button + .k-button {
    margin-left: 0;
    margin-right: .5em;
  }

.k-window {
  padding: 0;
  max-width: 98vw;
  max-height: 98vh;
  border-width: 1px;
  border-style: solid;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  z-index: 10002;
}

  .k-window .k-overlay {
    position: absolute;
    opacity: 0;
  }

.k-window-titlebar {
  padding: 16px 16px;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
}

.k-window-title {
  margin: 0;
  font-size: 19px;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
  flex: 1;
}

.k-window-actions {
  line-height: 1;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  vertical-align: top;
}

.k-window-content,
.k-prompt-container {
  padding: 16px 16px;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}

  .k-window-content + .k-prompt-container {
    margin-top: -8px;
  }

.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}

  .k-window-iframecontent .k-content-frame {
    vertical-align: top;
    border: 0;
    width: 100%;
    height: 100%;
  }

.k-window {
  border-width: 0;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
}

  .k-window.k-state-focused {
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
  }

.k-window-titlebar {
  border-color: inherit;
  color: #595d6e;
  background-color: #ececee;
  background-clip: padding-box;
}

.k-ie11 .k-window-titlebar,
.k-edge12 .k-window-titlebar,
.k-edge13 .k-window-titlebar {
  background-clip: border-box;
}

.k-dialog-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

  .k-dialog-wrapper .k-dialog {
    position: relative;
  }

.k-dialog {
  padding: 0;
  min-width: 450px;
  position: fixed;
}

  .k-dialog.k-dialog-centered {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

.k-dialog-buttongroup {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
}

  .k-dialog-buttongroup .k-button {
    padding: 12px 16px;
    width: auto !important;
    border-width: 0;
    border-color: inherit;
    background: none;
    white-space: normal;
    flex: 1;
  }

    .k-dialog-buttongroup .k-button::before, .k-dialog-buttongroup .k-button::after {
      content: '';
      flex: 1 0 auto;
    }

    .k-dialog-buttongroup .k-button,
    .k-dialog-buttongroup .k-button:first-child,
    .k-dialog-buttongroup .k-button:last-child,
    .k-dialog-buttongroup .k-group-start,
    .k-dialog-buttongroup .k-group-end {
      border-radius: 0;
    }

      .k-dialog-buttongroup .k-button + .k-button {
        margin: 0;
        border-left-width: 1px;
      }

.k-rtl .k-dialog-buttongroup .k-button + .k-button,
[dir='rtl'] .k-dialog-buttongroup .k-button + .k-button {
  border-left-width: 0;
  border-right-width: 1px;
}

.k-dialog-button-layout-stretched {
  flex-direction: row;
  align-items: stretch;
}

.k-dialog-titlebar {
  border-color: inherit;
  color: #ffffff;
  background-color: #004e9b;
}

.k-dialog-buttongroup .k-button {
  color: inherit;
}

  .k-dialog-buttongroup .k-button:hover, .k-dialog-buttongroup .k-button.k-state-hover {
    border-color: inherit;
  }

  .k-dialog-buttongroup .k-button:focus, .k-dialog-buttongroup .k-button.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  }

  .k-dialog-buttongroup .k-button:active, .k-dialog-buttongroup .k-button.k-state-active {
    border-color: inherit;
  }

.k-dialog-buttongroup .k-primary {
  color: #004e9b;
}

  .k-dialog-buttongroup .k-primary:hover, .k-dialog-buttongroup .k-primary.k-state-hvoer {
    border-color: inherit;
  }

    .k-dialog-buttongroup .k-primary:hover:focus, .k-dialog-buttongroup .k-primary:hover.k-state-focused, .k-dialog-buttongroup .k-primary.k-state-hvoer:focus, .k-dialog-buttongroup .k-primary.k-state-hvoer.k-state-focused {
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
    }

  .k-dialog-buttongroup .k-primary:focus, .k-dialog-buttongroup .k-primary.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(237, 237, 237, 0.3);
  }

  .k-dialog-buttongroup .k-primary:active, .k-dialog-buttongroup .k-primary.k-state-active {
    border-color: inherit;
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-grid {
  display: flex;
  flex-direction: column;
  position: relative;
}

  .k-grid.k-display-block {
    display: block;
  }

  .k-grid .k-grid-container {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .k-grid table {
    margin: 0;
    width: 100%;
    max-width: none;
    border-width: 0;
    border-color: inherit;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    outline: 0;
  }

  .k-grid thead,
  .k-grid tbody,
  .k-grid tfoot {
    text-align: left;
    border-color: inherit;
  }

  .k-grid tr {
    border-color: inherit;
  }

  .k-grid th,
  .k-grid td {
    padding: 8px 12px;
    border-style: solid;
    border-color: inherit;
    outline: 0;
    font-weight: inherit;
    text-align: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }

    .k-grid th:first-child,
    .k-grid td:first-child {
      border-left-width: 0;
    }

    .k-grid th:focus,
    .k-grid td:focus {
      outline: none;
    }

  .k-grid th {
    border-width: 0 0 1px 1px;
    white-space: nowrap;
  }

  .k-grid td {
    border-width: 0 0 0 1px;
    vertical-align: middle;
  }

  .k-grid a {
    color: inherit;
    text-decoration: none;
  }

    .k-grid a:hover {
      text-decoration: none;
    }

  .k-grid table,
  .k-grid .k-grid-header-wrap {
    box-sizing: content-box;
  }

  .k-grid .k-group-col,
  .k-grid .k-hierarchy-col {
    padding: 0;
    width: 32px;
  }

  .k-grid .k-grouping-row p {
    display: flex;
    align-items: center;
    align-content: center;
  }

  .k-grid .k-grouping-row td {
    overflow: visible;
  }

  .k-grid .k-grouping-row + tr td {
    border-top-width: 1px;
  }

  .k-grid .k-grouping-row .k-group-cell,
  .k-grid .k-grouping-row + tr .k-group-cell {
    border-top-width: 0;
    text-overflow: none;
  }

  .k-grid .k-grouping-row .k-icon {
    margin-left: -4px;
    margin-right: 8px;
  }

  .k-grid .k-group-footer td {
    border-style: solid;
    border-width: 1px 0;
  }

  .k-grid .k-group-footer .k-group-cell + td {
    border-left-width: 1px;
  }

  .k-grid .k-hierarchy-cell {
    text-align: center;
    padding: 0;
    overflow: visible;
  }

    .k-grid .k-hierarchy-cell > .k-icon {
      padding: 8px 0;
      width: 100%;
      height: 100%;
      line-height: 1.4285714286;
      display: inline-block;
      outline: 0;
    }

    .k-grid .k-hierarchy-cell + td {
      border-left-width: 0;
    }

  .k-grid[dir="rtl"] thead,
  .k-grid[dir="rtl"] tbody,
  .k-grid[dir="rtl"] tfoot,
  .k-rtl .k-grid thead,
  .k-rtl .k-grid tbody,
  .k-rtl .k-grid tfoot {
    text-align: right;
  }

  .k-grid[dir="rtl"] th,
  .k-rtl .k-grid th {
    white-space: nowrap;
  }

  .k-grid[dir="rtl"] .k-grid-header-wrap,
  .k-rtl .k-grid .k-grid-header-wrap {
    border-width: 0 0 0 1px;
  }

  .k-grid[dir="rtl"] .k-group-indicator .k-button.k-bare,
  .k-grid[dir="rtl"] .k-drag-clue .k-button.k-bare,
  .k-rtl .k-grid .k-group-indicator .k-button.k-bare,
  .k-rtl .k-grid .k-drag-clue .k-button.k-bare {
    margin-left: -2px;
    margin-right: 8px;
  }

  .k-grid[dir="rtl"] .k-group-indicator .k-link .k-icon,
  .k-grid[dir="rtl"] .k-drag-clue .k-link .k-icon,
  .k-rtl .k-grid .k-group-indicator .k-link .k-icon,
  .k-rtl .k-grid .k-drag-clue .k-link .k-icon {
    margin-left: 4px;
    margin-right: -2px;
  }

  .k-grid[dir="rtl"] .k-group-indicator + .k-group-indicator,
  .k-rtl .k-grid .k-group-indicator + .k-group-indicator {
    margin-left: 0;
    margin-right: 8px;
  }

  .k-grid[dir="rtl"] .k-grid-content-locked,
  .k-grid[dir="rtl"] .k-grid-footer-locked,
  .k-grid[dir="rtl"] .k-grid-header-locked,
  .k-rtl .k-grid .k-grid-content-locked,
  .k-rtl .k-grid .k-grid-footer-locked,
  .k-rtl .k-grid .k-grid-header-locked {
    border-left-width: 1px;
    border-right-width: 0;
  }

  .k-grid[dir="rtl"] th,
  .k-grid[dir="rtl"] td,
  .k-rtl .k-grid th,
  .k-rtl .k-grid td {
    position: relative;
  }

    .k-grid[dir="rtl"] th:first-child,
    .k-grid[dir="rtl"] td:first-child,
    .k-rtl .k-grid th:first-child,
    .k-rtl .k-grid td:first-child {
      border-left-width: 1px;
    }

    .k-grid[dir="rtl"] th:last-child,
    .k-grid[dir="rtl"] td:last-child,
    .k-rtl .k-grid th:last-child,
    .k-rtl .k-grid td:last-child {
      border-left-width: 0;
    }

    .k-grid[dir="rtl"] td.k-hierarchy-cell,
    .k-rtl .k-grid td.k-hierarchy-cell {
      border-left-width: 0;
    }

  .k-grid[dir="rtl"] .k-grid-header,
  .k-grid[dir="rtl"] .k-grid-footer,
  .k-rtl .k-grid .k-grid-header,
  .k-rtl .k-grid .k-grid-footer {
    padding-left: 17px;
    padding-right: 0;
  }

    .k-grid[dir="rtl"] .k-grid-header .k-header:first-child,
    .k-rtl .k-grid .k-grid-header .k-header:first-child {
      border-right-width: 0;
    }

  .k-grid[dir="rtl"] .k-filtercell-operator,
  .k-rtl .k-grid .k-filtercell-operator {
    margin-left: 0;
    margin-right: 4px;
  }

  .k-grid[dir="rtl"] .k-dirty,
  .k-rtl .k-grid .k-dirty {
    left: auto;
    right: 0;
  }

  .k-grid .k-tooltip.k-tooltip-validation {
    display: flex;
    position: absolute;
    width: auto;
    padding: 4px 8px;
  }

    .k-grid .k-tooltip.k-tooltip-validation .k-callout {
      display: block;
    }

  .k-grid .k-animation-container-fixed .k-tooltip.k-tooltip-validation {
    position: static;
  }

  .k-grid .k-dirty-cell {
    position: relative;
  }

  .k-grid .k-dirty {
    border-width: 5px;
    left: 0;
    right: auto;
  }

.k-grid-toolbar {
  padding: 8px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  text-overflow: clip;
  cursor: default;
  display: block;
}

  .k-grid-toolbar .k-button {
    vertical-align: middle;
  }

    .k-grid-toolbar .k-button + .k-button {
      margin-left: 4px;
    }

.k-grouping-header {
  display: block;
  padding: 8px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  line-height: calc(10px + 1.4285714286em);
}

.k-group-indicator,
.k-drag-clue {
  border-radius: 3px;
  margin: 0;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.4285714286;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  vertical-align: top;
}

  .k-group-indicator .k-link,
  .k-group-indicator .k-button.k-bare,
  .k-drag-clue .k-link,
  .k-drag-clue .k-button.k-bare {
    padding: 0;
    border-width: 0;
    display: inline-flex;
    align-items: center;
  }

    .k-group-indicator .k-link .k-icon,
    .k-drag-clue .k-link .k-icon {
      margin-left: -2px;
      margin-right: 4px;
    }

  .k-group-indicator .k-button.k-bare,
  .k-drag-clue .k-button.k-bare {
    margin-left: 8px;
    margin-right: -2px;
    padding: 0;
    width: auto;
    height: auto;
    opacity: .5;
  }

    .k-group-indicator .k-button.k-bare::before, .k-group-indicator .k-button.k-bare::after,
    .k-drag-clue .k-button.k-bare::before,
    .k-drag-clue .k-button.k-bare::after {
      display: none;
    }

    .k-group-indicator .k-button.k-bare:hover,
    .k-drag-clue .k-button.k-bare:hover {
      opacity: 1;
    }

  .k-group-indicator + .k-group-indicator {
    margin-left: 8px;
  }

.k-grouping-dropclue {
  width: 12px;
  height: calc(10px + 1.4285714286em);
  position: absolute;
}

  .k-grouping-dropclue::before, .k-grouping-dropclue::after {
    display: inline-block;
    content: '';
    position: absolute;
  }

  .k-grouping-dropclue::before {
    border-width: 6px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 0;
  }

  .k-grouping-dropclue::after {
    width: 2px;
    height: calc(100% - 6px);
    top: 6px;
    left: calc(6px - (2px / 2));
  }

.k-grid-header-wrap,
.k-grid-footer-wrap {
  width: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
  position: relative;
  overflow: hidden;
}

.k-grid-header,
.k-grid-footer {
  flex: 0 0 auto;
  padding-right: 17px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

  .k-grid-header table,
  .k-grid-footer table {
    table-layout: fixed;
  }

div.k-grid-header,
div.k-grid-footer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.k-ie div.k-grid-header {
  display: block;
}

.k-grid-header {
  border-bottom-width: 1px;
}

  .k-grid-header table {
    margin-bottom: -1px;
  }

  .k-grid-header .k-header {
    position: relative;
    vertical-align: bottom;
  }

    .k-grid-header .k-header:first-child {
      border-left-width: 0;
    }

    .k-grid-header .k-header.k-first {
      border-left-width: 1px;
    }

    .k-grid-header .k-header > .k-link {
      margin: -8px -12px;
      padding: 8px 12px;
      line-height: inherit;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .k-grid-header .k-header.k-filterable > .k-link {
      margin-right: calc(10px + 1.4285714286em);
    }

    .k-grid-header .k-header > .k-link:focus {
      text-decoration: none;
    }

    .k-grid-header .k-header > .k-link > .k-icon {
      margin: 0 .4ex;
      position: static;
      vertical-align: middle;
    }

  .k-grid-header .k-grid-filter,
  .k-grid-header .k-header-column-menu {
    padding: 4px;
    width: calc(10px + 1.4285714286em);
    height: calc(10px + 1.4285714286em);
    box-sizing: border-box;
    outline: 0;
    line-height: 1.4285714286;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    float: right;
    position: relative;
    z-index: 1;
  }

  .k-grid-header .k-grid-filter {
    margin: -4px 0;
  }

  .k-grid-header .k-header-column-menu {
    margin: 0;
    margin-top: calc((1.4285714286em + (-1 * calc(10px + 1.4285714286em))) / 2);
    margin-bottom: calc((1.4285714286em + (-1 * calc(10px + 1.4285714286em))) / 2);
    margin-right: -12px;
  }

    .k-grid-header .k-header-column-menu + .k-link {
      margin-right: calc(1.4285714286em + 8px + 2px - 12px);
    }

  .k-grid-header .k-header > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-header > .k-link > .k-icon.k-i-sort-asc-sm {
    vertical-align: text-top;
    margin-left: calc(8px - 1px);
  }

  .k-grid-header .k-sort-order {
    display: inline-block;
    font-size: 12px;
    height: 16px;
    margin-left: -4px;
    vertical-align: top;
    margin-top: 2px;
  }

.k-grid-footer {
  border-width: 1px 0 0;
}

  .k-grid-footer td {
    height: 1.4285714286em;
  }

.k-filter-row {
  line-height: 1.4285714286;
}

  .k-filter-row th {
    padding: 8px;
  }

  .k-filter-row .k-multiselect {
    height: auto;
  }

.k-filtercell {
  width: auto;
  display: flex;
}

  .k-filtercell > span,
  .k-filtercell .k-filtercell-wrapper {
    display: flex;
    flex: 1;
  }

    .k-filtercell > span > label,
    .k-filtercell .k-filtercell-wrapper > label {
      vertical-align: middle;
    }

    .k-filtercell .k-filtercell-wrapper > .k-widget, .k-filtercell .k-filtercell-wrapper > .k-block {
      width: 100%;
    }

    .k-filtercell > span .k-button {
      visibility: visible;
      pointer-events: all;
    }

    .k-filtercell > span .k-button,
    .k-filtercell > span .k-dropdown-operator {
      margin-left: 4px;
    }

    .k-filtercell > span .k-numerictextbox {
      width: auto;
    }

  .k-filtercell .k-filtercell-operator > .k-button.k-clear-button-visible {
    visibility: visible;
    height: calc(10px + 1.4285714286em);
  }

  .k-filtercell .k-filtercell-operator > .k-button:not(.k-clear-button-visible) {
    visibility: hidden;
    pointer-events: none;
  }

  .k-filtercell .k-filtercell-operator {
    margin-left: 4px;
  }

  .k-filtercell .k-widget:not(.k-dropdown-operator), .k-filtercell .k-block:not(.k-dropdown-operator),
  .k-filtercell .k-filtercell-wrapper > .k-textbox {
    display: flex;
    flex: 1 1 auto;
  }

  .k-filtercell .k-filtercell-wrapper > .k-textbox {
    width: 100%;
    min-width: 0;
  }

  .k-filtercell .k-autocomplete .k-input,
  .k-filtercell .k-dropdown-wrap .k-input,
  .k-filtercell .k-numeric-wrap .k-input,
  .k-filtercell .k-picker-wrap .k-input,
  .k-filtercell .k-selectbox .k-input,
  .k-filtercell .k-textbox > input {
    padding-left: 0;
    padding-right: 0;
    text-indent: 8px;
  }

  .k-filtercell.k-filtercell-boolean .k-filtercell-wrapper {
    padding-right: calc(1.4285714286em + 8px + 2px + 4px);
    overflow: hidden;
  }

.k-grid-content,
.k-grid-content-locked {
  border-color: inherit;
}

  .k-grid-content table,
  .k-grid-content-locked table {
    table-layout: fixed;
  }

  .k-grid-content tr:last-child td,
  .k-grid-content-locked tr:last-child td {
    border-bottom-width: 0;
  }

.k-grid-content {
  width: 100%;
  min-height: 0;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
  flex: 1;
}

  .k-grid-content .k-button {
    vertical-align: middle;
    margin: 0 .16em;
  }

.k-virtual-scrollable-wrap {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.k-grid-edit-row td {
  text-overflow: clip;
}

.k-grid-edit-row .k-widget, .k-grid-edit-row .k-block,
.k-grid-edit-row .k-button,
.k-grid-edit-row .k-textbox,
.k-grid-edit-row .k-input.k-textbox {
  height: auto;
}

.k-grid-edit-row .k-edit-cell {
  padding-top: 0;
  padding-bottom: 0;
}

.k-grid-edit-row .k-dirty-cell {
  overflow: visible;
}

.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget,
.k-edit-cell > .k-block,
.k-edit-cell > .text-box,
.k-grid-edit-row > td > .k-textbox,
.k-grid-edit-row > td > .k-widget,
.k-grid-edit-row > td > .k-block,
.k-grid-edit-row > td > .text-box {
  margin-left: calc(-8px - 1px);
}

.k-grid-edit-row td > .k-textbox,
.k-grid-edit-row td > .k-widget,
.k-grid-edit-row td > .k-block,
.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget,
.k-edit-cell > .k-block {
  width: calc(100% + ((8px + 1px) * 2));
}

.k-grid-edit-row td > .k-textbox,
.k-grid-edit-row td > .k-widget,
.k-grid-edit-row td > .k-block,
.k-command-cell > .k-button,
.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget,
.k-edit-cell > .k-block {
  margin-top: calc((1.4285714286em + (-1 * calc(10px + 1.4285714286em))) / 2);
  margin-bottom: calc((1.4285714286em + (-1 * calc(10px + 1.4285714286em))) / 2);
  vertical-align: middle;
}

.k-grid > .k-resize-handle,
.k-grid-header .k-resize-handle {
  height: 25px;
  cursor: col-resize;
  position: absolute;
  z-index: 2;
}

.k-grid-pager {
  padding: 8px;
  border-width: 1px 0 0;
  border-color: inherit;
}

.k-grid-virtual .k-grid-content .k-grid-table,
.k-grid-virtual .k-grid-content > table {
  position: absolute;
  z-index: 1;
}

.k-grid-virtual .k-grid-content > .k-height-container {
  position: relative;
}

.k-grid-add-row td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/* Locked columns */
.k-grid-lockedcolumns {
  white-space: nowrap;
}

.k-grid-content,
.k-grid-content-locked,
.k-pager-wrap {
  white-space: normal;
}

.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked {
  flex: 1 0 auto;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0;
}

.k-grid-content,
.k-grid-footer-wrap,
.k-grid-header-wrap {
  flex: 1 1 auto;
  display: inline-block;
  vertical-align: top;
}

  .k-grid-header-locked > table,
  .k-grid-header-wrap > table {
    margin-bottom: -1px;
  }

.k-header.k-drag-clue {
  overflow: hidden;
}

.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

  .k-loading-pdf-mask > .k-i-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 64px;
  }

  .k-loading-pdf-mask .k-loading-pdf-progress {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

.k-grid-pdf-export-element {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

  .k-grid-pdf-export-element .k-filter-row {
    display: none;
  }

.k-filter-menu {
  padding: 2px;
}

  .k-filter-menu .k-button {
    margin: 0.5em 1% 0;
    width: 48%;
    box-sizing: border-box;
    display: inline-block;
  }

  .k-filter-menu .k-widget, .k-filter-menu .k-block,
  .k-filter-menu .k-textbox {
    margin: 0.5em 0 0;
    width: 100%;
    display: block;
  }

  .k-filter-menu .k-textbox {
    margin-bottom: 3px;
  }

  .k-filter-menu .k-widget.k-filter-and, .k-filter-menu .k-filter-and.k-block {
    width: 6em;
    margin: .5em 0;
  }

.k-multicheck-wrap {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap;
}

  .k-multicheck-wrap .k-item + .k-item {
    margin-top: 0.5em;
  }

  .k-multicheck-wrap .k-label {
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

    .k-multicheck-wrap .k-label input {
      margin: 0 0.25em;
    }

.k-filter-selected-items {
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
  margin: 1em 0 0.5em;
}

.k-autofitting {
  width: auto !important;
  table-layout: auto !important;
}

  .k-autofitting th.k-header,
  .k-autofitting td {
    white-space: nowrap !important;
  }

  .k-autofitting .k-detail-row {
    display: none !important;
  }

.k-grid-header,
.k-header,
.k-grid-header-wrap,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-grid td,
.k-grid-footer,
.k-grid-footer-wrap,
.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked,
.k-filter-row > th {
  border-color: rgba(0, 0, 0, 0.08);
}

.k-grid-header,
.k-grid-toolbar,
.k-grouping-header,
.k-grid-add-row,
.k-grid-footer,
.k-drag-clue {
  color: #595d6e;
  background-color: #ececee;
}

.k-group-footer td,
.k-grouping-row td,
tbody .k-group-cell {
  color: #595d6e;
  background-color: #ededed;
}

.k-grid-footer td,
.k-group-footer td,
.k-grouping-row td {
  font-weight: bold;
}

.k-grid {
  background-clip: padding-box;
}

.k-ie11 .k-grid,
.k-edge12 .k-grid,
.k-edge13 .k-grid {
  background-clip: border-box;
}

.k-grid tr.k-alt {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-grid tr.k-state-selected,
.k-grid td.k-state-selected {
  color: inherit;
  background-color: rgba(0, 78, 155, 0.25);
}

.k-grid td.k-state-focused,
.k-grid th.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-grid .k-grid-filter,
.k-grid .k-header-column-menu,
.k-grid .k-hierarchy-cell .k-icon {
  border-width: 0;
  color: #595d6e;
}

.k-grid .k-grouping-row {
  background-color: #ededed;
}

  .k-grid .k-grouping-row .k-icon {
    color: #595d6e;
    text-decoration: none;
  }

.k-grid .k-grouping-dropclue::before {
  border-color: #595d6e transparent transparent;
}

.k-grid .k-grouping-dropclue::after {
  background-color: #595d6e;
}

.k-grid .k-tooltip.k-tooltip-validation {
  color: #fff;
  background-color: #000;
}

  .k-grid .k-tooltip.k-tooltip-validation .k-callout-n {
    border-bottom-color: #000;
  }

  .k-grid .k-tooltip.k-tooltip-validation .k-callout-e {
    border-left-color: #000;
  }

  .k-grid .k-tooltip.k-tooltip-validation .k-callout-s {
    border-top-color: #000;
  }

  .k-grid .k-tooltip.k-tooltip-validation .k-callout-w {
    border-right-color: #000;
  }

.k-grid .k-dirty {
  border-color: currentColor transparent transparent currentColor;
}

.k-grid[dir="rtl"] .k-dirty,
.k-rtl .k-grid .k-dirty {
  border-color: currentColor currentColor transparent transparent;
}

col.k-sorted,
th.k-sorted {
  background-color: rgba(0, 0, 0, 0.02);
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: #004e9b;
}

.k-grid-header .k-grid-filter:hover {
  color: #656565;
  background-color: #ededed;
}

.k-grid-header .k-grid-filter:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.k-grid-header .k-grid-filter.k-state-active {
  color: #ffffff;
  background-color: #004e9b;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-tabstrip {
  border-width: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}

  .k-tabstrip > .k-tabstrip-items {
    border: 0 solid transparent;
    border-color: inherit;
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    position: relative;
  }

    .k-tabstrip > .k-tabstrip-items .k-item {
      margin: 0;
      padding: 0;
      border: 1px solid transparent;
      position: relative;
    }

      .k-tabstrip > .k-tabstrip-items .k-item.k-tab-on-top {
        z-index: 1;
      }

      .k-tabstrip > .k-tabstrip-items .k-item .k-link {
        padding: 6px 12px;
        color: inherit;
        cursor: pointer;
        display: inline-flex;
        vertical-align: middle;
        flex: 1 1 0;
        flex-direction: row;
        align-content: center;
        align-items: center;
      }

        .k-tabstrip > .k-tabstrip-items .k-item .k-link[data-type="remove"] {
          padding: 6px;
          flex: none;
        }

  .k-tabstrip > .k-content {
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    display: none;
    overflow: auto;
    flex: 1 1 auto;
  }

    .k-tabstrip > .k-content.k-state-active {
      display: block;
    }

  .k-tabstrip .k-tabstrip-items .k-loading {
    width: 20%;
    height: 0;
    border: 0;
    border-top: 1px solid transparent;
    border-color: inherit;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: width .2s linear;
  }

    .k-tabstrip .k-tabstrip-items .k-loading.k-complete {
      width: 100%;
      border-top-width: 0;
    }

  .k-tabstrip.k-tabstrip-scrollable {
    position: relative;
  }

    .k-tabstrip.k-tabstrip-scrollable > .k-content {
      border-width: 1px;
    }

    .k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items {
      border-width: 0;
      white-space: nowrap;
      overflow: hidden;
    }

    .k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev {
      position: absolute;
      left: 0;
    }

    .k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next {
      position: absolute;
      right: 0;
    }

.k-ie11 .k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev,
.k-ie11 .k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next {
  top: 0;
}

.k-tabstrip-top > .k-tabstrip-items {
  border-bottom-width: 1px;
}

  .k-tabstrip-top > .k-tabstrip-items .k-item {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: -1px;
  }

    .k-tabstrip-top > .k-tabstrip-items .k-item + .k-item {
      margin-left: 2px;
    }

    .k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
      border-bottom-color: transparent;
    }

.k-tabstrip-top > .k-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-width: 0;
}

.k-tabstrip-bottom > .k-tabstrip-items {
  border-top-width: 1px;
}

  .k-tabstrip-bottom > .k-tabstrip-items .k-item {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-top: -1px;
  }

    .k-tabstrip-bottom > .k-tabstrip-items .k-item + .k-item {
      margin-left: 2px;
    }

    .k-tabstrip-bottom > .k-tabstrip-items .k-item.k-state-active {
      border-top-color: transparent;
    }

.k-tabstrip-bottom > .k-content {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0;
}

.k-tabstrip-left {
  flex-direction: row;
}

  .k-tabstrip-left > .k-tabstrip-items {
    border-right-width: 1px;
    display: inline-flex;
    flex-direction: column;
  }

    .k-tabstrip-left > .k-tabstrip-items .k-item {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      margin-right: -1px;
    }

      .k-tabstrip-left > .k-tabstrip-items .k-item + .k-item {
        margin-top: 2px;
      }

      .k-tabstrip-left > .k-tabstrip-items .k-item.k-state-active {
        border-right-color: transparent;
      }

  .k-tabstrip-left > .k-content {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0 !important;
    border-left-width: 0;
  }

.k-tabstrip-right {
  flex-direction: row-reverse;
}

  .k-tabstrip-right > .k-tabstrip-items {
    border-left-width: 1px;
    display: inline-flex;
    flex-direction: column;
  }

    .k-tabstrip-right > .k-tabstrip-items .k-item {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      margin-left: -1px;
    }

      .k-tabstrip-right > .k-tabstrip-items .k-item + .k-item {
        margin-top: 2px;
      }

      .k-tabstrip-right > .k-tabstrip-items .k-item.k-state-active {
        border-left-color: transparent;
      }

  .k-tabstrip-right > .k-content {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 0 !important;
    border-right-width: 0;
  }

.k-tabstrip {
  border-color: rgba(0, 0, 0, 0.08);
}

  .k-tabstrip .k-item {
    border-color: transparent;
    color: #004e9b;
    background-color: transparent;
    background-clip: padding-box;
  }

.k-ie11 .k-tabstrip .k-item,
.k-edge12 .k-tabstrip .k-item,
.k-edge13 .k-tabstrip .k-item {
  background-clip: border-box;
}

.k-tabstrip .k-item:hover, .k-tabstrip .k-item.k-state-hover {
  border-color: transparent;
  color: #104171;
  background-color: transparent;
}

.k-tabstrip .k-item.k-state-active {
  border-color: rgba(0, 0, 0, 0.08);
  color: #595d6e;
  background-color: #fff;
}

.k-tabstrip > .k-content {
  border-color: #fff;
  color: #595d6e;
  background-color: #fff;
  background-clip: padding-box;
}

.k-ie11 .k-tabstrip > .k-content,
.k-edge12 .k-tabstrip > .k-content,
.k-edge13 .k-tabstrip > .k-content {
  background-clip: border-box;
}

.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
  border-bottom-color: #fff;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-item.k-state-active {
  border-top-color: #fff;
}

.k-tabstrip-left > .k-tabstrip-items .k-item.k-state-active {
  border-right-color: #fff;
}

.k-tabstrip-right > .k-tabstrip-items .k-item.k-state-active {
  border-left-color: #fff;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-toolbar {
  padding: 8px 8px;
  line-height: 1.4285714286;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

  .k-toolbar > * {
    display: inline-flex;
    align-items: stretch;
    align-content: center;
    vertical-align: middle;
  }

    .k-toolbar > * + * {
      margin-left: 8px;
    }

  .k-toolbar > .k-overflow-anchor + * {
    margin-left: 0;
  }

  .k-toolbar .k-button,
  .k-toolbar .k-button-group,
  .k-toolbar .k-separator,
  .k-toolbar .k-split-button,
  .k-toolbar .k-textbox,
  .k-toolbar .k-widget,
  .k-toolbar .k-block,
  .k-toolbar label {
    vertical-align: middle;
  }

    .k-toolbar .k-split-button .k-button:hover {
      z-index: 2;
    }

    .k-toolbar .k-split-button:focus {
      outline: none;
    }

  .k-toolbar .k-overflow-anchor {
    border-radius: 0;
    padding: 8px;
    width: calc(1.4285714286em + 8px + 2px + 16px);
    height: calc(1.4285714286em + 8px + 2px + 16px);
    border-width: 0 0 0 1px;
    border-color: inherit;
    background-clip: padding-box;
    box-sizing: border-box;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }

  .k-toolbar .k-separator {
    width: 0;
    margin-top: -8px;
    margin-bottom: -8px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: inherit;
    align-self: stretch;
  }

.k-overflow-container .k-overflow-tool-group {
  display: block;
}

.k-overflow-container .k-tool.k-state-disabled,
.k-overflow-container .k-overflow-hidden {
  display: none;
}

.k-toolbar {
  background-clip: padding-box;
}

.k-ie11 .k-toolbar,
.k-edge12 .k-toolbar,
.k-edge13 .k-toolbar {
  background-clip: border-box;
}

.k-toolbar .k-button {
  border-color: transparent;
  color: inherit;
  background: none;
  background-clip: padding-box;
}

.k-ie11 .k-toolbar .k-button,
.k-edge12 .k-toolbar .k-button,
.k-edge13 .k-toolbar .k-button {
  background-clip: border-box;
}

.k-toolbar .k-button:not(.k-overflow-anchor) {
  position: relative;
}

.k-toolbar .k-button::before, .k-toolbar .k-button::after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.k-toolbar .k-button::before {
  content: "";
  background-color: currentColor;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.k-toolbar .k-button::after {
  content: "";
  border: 2px solid currentColor;
}

.k-toolbar .k-split-button .k-button::before, .k-toolbar .k-split-button .k-button::after {
  display: none;
}

.k-toolbar .k-button:hover::before,
.k-toolbar .k-button.k-state-hover::before {
  opacity: .07;
  z-index: 1;
}

.k-toolbar .k-button:focus,
.k-toolbar .k-button.k-state-focused {
  box-shadow: none;
}

  .k-toolbar .k-button:focus::after,
  .k-toolbar .k-button.k-state-focused::after {
    opacity: .08;
    z-index: 1;
  }

.k-toolbar .k-split-button .k-button:focus,
.k-toolbar .k-split-button .k-button.k-state-focused {
  border-color: #4687fa;
  box-shadow: inset 0 0 0 1px #4687fa;
}

.k-toolbar .k-split-button:focus {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.k-toolbar .k-button:active::before, .k-toolbar .k-button:active::after,
.k-toolbar .k-button.k-state-active::before,
.k-toolbar .k-button.k-state-active::after {
  z-index: 1;
}

.k-toolbar .k-button:active::before,
.k-toolbar .k-button.k-state-active::before {
  opacity: .07;
}

.k-toolbar .k-button:active::after,
.k-toolbar .k-button.k-state-active::after {
  opacity: .13;
}

.k-toolbar .k-split-button .k-button:active,
.k-toolbar .k-split-button .k-button.k-state-active {
  box-shadow: none;
}

.k-toolbar .k-state-border-down .k-split-button-arrow {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.k-toolbar .k-button-group .k-group-start,
.k-toolbar .k-button-group .k-button:first-child,
.k-toolbar .k-button-group .k-group-end,
.k-toolbar .k-button-group .k-button:last-child {
  border-radius: 0;
}

.k-toolbar .k-overflow-anchor {
  border-width: 0;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-spreadsheet {
  width: 800px;
  height: 600px;
  display: flex;
  flex-direction: column;
  cursor: default;
  position: relative;
}

  .k-spreadsheet .k-vertical-align-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .k-spreadsheet .k-vertical-align-bottom {
    position: relative;
    top: 100%;
    transform: translateY(-100%);
  }

  .k-spreadsheet .k-tabstrip-wrapper {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    position: relative;
  }

.k-spreadsheet-quick-access-toolbar {
  padding: 8px;
  display: inline-flex;
  flex-direction: row;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

  .k-spreadsheet-quick-access-toolbar .k-button:not(:hover) {
    border-color: transparent;
    color: inherit;
    background-color: transparent;
    background-image: none;
  }

.k-spreadsheet-tabstrip {
  padding-top: 8px;
}

  .k-spreadsheet-tabstrip .k-loading {
    display: none;
  }

  .k-spreadsheet-tabstrip .k-content {
    border-radius: 0;
    padding: 0;
    border-width: 0;
    overflow: hidden;
  }

.k-spreadsheet-toolbar {
  border-width: 0;
}

  .k-spreadsheet-toolbar [data-tool="backgroundColor"],
  .k-spreadsheet-toolbar [data-tool="textColor"],
  .k-spreadsheet-toolbar [data-tool="borders"],
  .k-spreadsheet-toolbar [data-tool="alignment"],
  .k-spreadsheet-toolbar [data-tool="merge"],
  .k-spreadsheet-toolbar [data-tool="freeze"] {
    width: auto;
    min-width: 1.4285714286em;
  }

  .k-spreadsheet-toolbar [data-tool="fontSize"] {
    width: 5em;
  }

  .k-spreadsheet-toolbar [data-tool="fontFamily"] {
    width: 6em;
  }

  .k-spreadsheet-toolbar [data-tool="format"] {
    width: 4em;
  }

.k-spreadsheet-action-bar {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  position: relative;
  display: flex;
  flex-direction: row;
}

.k-spreadsheet-name-editor {
  width: 10em;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
}

  .k-spreadsheet-name-editor .k-combobox {
    width: 100%;
    font-size: inherit;
  }

    .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap {
      border-radius: 0;
      border-width: 0;
    }

    .k-spreadsheet-name-editor .k-combobox .k-select {
      border-radius: 0;
    }

.k-spreadsheet-formula-bar {
  border-color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}

  .k-spreadsheet-formula-bar::before {
    font-size: 16px;
    font-family: 'WebComponentsIcons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding: 0 4px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
  }

  .k-spreadsheet-formula-bar .k-tooltip,
  .k-spreadsheet-formula-bar .k-group-header,
  .k-spreadsheet-formula-bar .k-list-scroller {
    display: none;
  }

  .k-spreadsheet-formula-bar .k-spreadsheet-formula-input {
    padding: 4px 8px;
    line-height: 1.4285714286;
  }

.k-spreadsheet-formula-input {
  outline: 0;
  white-space: pre;
  flex: 1;
  box-sizing: border-box;
}

  .k-spreadsheet-formula-input > .k-syntax-func.k-syntax-at-point,
  .k-spreadsheet-formula-input > .k-syntax-bool.k-syntax-at-point,
  .k-spreadsheet-formula-input > .k-syntax-ref.k-syntax-at-point,
  .k-spreadsheet-formula-input > .k-syntax-str.k-syntax-at-point,
  .k-spreadsheet-formula-input > .k-syntax-num.k-syntax-at-point {
    text-decoration: underline;
  }

  .k-spreadsheet-formula-input > .k-series-a,
  .k-spreadsheet-formula-input > .k-series-b,
  .k-spreadsheet-formula-input > .k-series-c,
  .k-spreadsheet-formula-input > .k-series-d {
    background-color: transparent;
  }

.k-spreadsheet-formula-list {
  min-width: 100px;
}

  .k-spreadsheet-formula-list .k-item {
    padding: 4px 8px;
  }

.k-spreadsheet-cell-editor {
  padding: 0 3px;
  line-height: 20px;
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 2000;
}

.k-spreadsheet-sheets-bar {
  padding: 0 4px 4px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.k-spreadsheet-sheets-bar-add {
  margin-right: 4px;
}

  .k-spreadsheet-sheets-bar-add:not(:hover) {
    border-color: transparent;
    color: inherit;
    background: none;
  }

.k-spreadsheet-sheets-items {
  margin-top: -1px;
  flex: 1;
  overflow: hidden;
}

  .k-spreadsheet-sheets-items .k-tabstrip-items {
    margin: 0 calc(10px + 1.4285714286em) !important;
    border-width: 0;
  }

  .k-spreadsheet-sheets-items .k-tabstrip-prev {
    left: 0 !important;
  }

  .k-spreadsheet-sheets-items .k-tabstrip-next {
    right: 0 !important;
  }

  .k-spreadsheet-sheets-items .k-item .k-link {
    display: inline-block;
  }

  .k-spreadsheet-sheets-items .k-item .k-spreadsheet-sheets-remove {
    margin-right: 0.5em;
    margin-left: -0.5em;
    padding: 0;
    line-height: 1;
    vertical-align: middle;
  }

.k-spreadsheet-view {
  height: auto !important;
  border-color: inherit;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
  flex: 1;
  position: relative;
}

.k-spreadsheet-fixed-container {
  width: 100%;
  height: 100%;
  border-color: inherit;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 2;
}

.k-spreadsheet-pane {
  padding: 0 1px 0 0;
  border: 1px solid;
  border-color: inherit;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
}

  .k-spreadsheet-pane.k-top {
    border-top-width: 0;
  }

  .k-spreadsheet-pane.k-right {
    border-right-width: 0;
  }

  .k-spreadsheet-pane.k-bottom {
    border-bottom-width: 0;
  }

  .k-spreadsheet-pane.k-left {
    border-left-width: 0;
  }

.k-spreadsheet-top-corner {
  border-width: 0 1px 1px 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

  .k-spreadsheet-top-corner::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 6px solid transparent;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }

.k-spreadsheet-scroller {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 1;
}

.k-spreadsheet-haxis,
.k-spreadsheet-vaxis {
  border: 0 solid;
  border-color: inherit;
  position: absolute;
}

.k-spreadsheet-haxis {
  border-width: 1px 0 0;
  left: 0;
}

.k-spreadsheet-vaxis {
  border-width: 0 0 0 1px;
  top: 0;
}

.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  text-align: center;
}

.k-spreadsheet-row-header {
  position: relative;
}

.k-spreadsheet-column-header {
  position: absolute;
}

.k-spreadsheet-data {
  border-color: inherit;
  cursor: cell;
  position: relative;
}

.k-spreadsheet-cell {
  padding: 1px;
  box-sizing: border-box;
  background-clip: padding-box;
  white-space: pre;
  position: absolute;
  overflow: hidden;
}

.k-spreadsheet-merged-cell {
  background-color: #fff;
}

.k-spreadsheet-merged-cells-wrapers {
  position: relative;
}

.k-spreadsheet .k-selection-wrapper {
  position: relative;
  cursor: cell;
}

.k-spreadsheet .k-spreadsheet-selection {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-spreadsheet-selection-highlight {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button {
  position: absolute;
  padding: 0;
}

.k-spreadsheet .k-auto-fill-wrapper {
  position: relative;
}

.k-spreadsheet .k-auto-fill,
.k-spreadsheet .k-auto-fill-punch,
.k-spreadsheet .k-auto-fill-br-hint {
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-auto-fill {
  border-width: 1px;
  border-style: solid;
  cursor: crosshair;
}

.k-spreadsheet .k-single-selection::after {
  content: "";
  margin-bottom: -5px;
  margin-right: -5px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  cursor: crosshair;
}

.k-spreadsheet .k-autofill-wrapper {
  position: relative;
  cursor: cell;
}

.k-spreadsheet-vborder {
  position: absolute;
  border-left-style: solid;
  border-left-width: 1px;
}

.k-spreadsheet-hborder {
  position: absolute;
  border-top-style: solid;
  border-top-width: 1px;
}

.k-spreadsheet .k-filter-wrapper {
  position: relative;
}

.k-spreadsheet .k-filter-range {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet-filter {
  border-radius: 3px;
  line-height: 1;
  position: absolute;
  cursor: pointer;
}

  .k-spreadsheet-filter .k-icon {
    vertical-align: middle;
  }

.k-spreadsheet-filter-menu {
  width: 280px;
}

  .k-spreadsheet-filter-menu .k-animation-container {
    position: relative;
  }

  .k-spreadsheet-filter-menu > .k-menu {
    border-width: 0;
  }

    .k-spreadsheet-filter-menu > .k-menu .k-item {
      color: inherit;
    }

    .k-spreadsheet-filter-menu > .k-menu .k-link {
      padding-left: calc(16px + 8px);
    }

    .k-spreadsheet-filter-menu > .k-menu .k-icon {
      margin-left: calc(-1 * (16px + 4px));
      margin-right: 4px;
    }

  .k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
    height: 200px;
    border-width: 1px;
    border-style: solid;
    overflow-y: scroll;
    overflow-x: auto;
  }

    .k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview {
      padding: 4px;
      overflow: visible;
    }

  .k-spreadsheet-filter-menu .k-details {
    padding: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
  }

  .k-spreadsheet-filter-menu .k-details-summary {
    padding: 4px;
    cursor: pointer;
  }

    .k-spreadsheet-filter-menu .k-details-summary > .k-icon {
      margin-right: 4px;
    }

  .k-spreadsheet-filter-menu .k-details-content {
    padding: 4px 8px 4px calc(16px + 8px);
  }

    .k-spreadsheet-filter-menu .k-details-content > .k-textbox,
    .k-spreadsheet-filter-menu .k-details-content > .k-widget,
    .k-spreadsheet-filter-menu .k-details-content > .k-block {
      width: 100%;
      margin-bottom: 3px;
    }

    .k-spreadsheet-filter-menu .k-details-content .k-space-right {
      background-image: none;
    }

    .k-spreadsheet-filter-menu .k-details-content .k-filter-and {
      width: 75px;
      margin: 8px 0;
    }

  .k-spreadsheet-filter-menu .k-action-buttons {
    margin: 1em 0 0;
  }

.k-spreadsheet-popup {
  padding: 0;
}

  .k-spreadsheet-popup .k-separator {
    display: block;
  }

  .k-spreadsheet-popup .k-button {
    border-radius: 0;
    border-width: 0;
    color: inherit;
    background: none;
  }

  .k-spreadsheet-popup .k-button-icontext {
    display: flex;
    justify-content: flex-start;
  }

  .k-spreadsheet-popup .k-reset-color,
  .k-spreadsheet-popup .k-custom-color {
    border-radius: 0;
    width: 100%;
    border-width: 0;
    box-sizing: border-box;
    display: flex;
  }

  .k-spreadsheet-popup .k-reset-color {
    border-bottom-width: 1px;
  }

  .k-spreadsheet-popup .k-custom-color {
    border-top-width: 1px;
  }

  .k-spreadsheet-popup .k-spreadsheet-color-palette {
    padding: 0;
  }

  .k-spreadsheet-popup .k-spreadsheet-border-type-palette {
    width: 12.5rem;
    height: 5rem;
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    justify-content: space-around;
  }

.k-spreadsheet-format-popup .k-item {
  justify-content: space-between;
}

.k-spreadsheet-format-popup .k-spreadsheet-sample {
  order: 1;
}

.k-spreadsheet-sample {
  opacity: .7;
}

.k-spreadsheet-clipboard,
.k-spreadsheet-clipboard-paste {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.k-spreadsheet-window .k-edit-form-container {
  width: auto;
  min-width: 0;
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
  margin-top: 0.5em;
  text-align: center;
}

.k-spreadsheet-format-cells .k-list-scroller {
  margin-top: 0.5em;
  height: 210px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.k-export-config {
  clear: both;
  position: relative;
}

  .k-export-config::after {
    content: "";
    clear: both;
    display: block;
  }

  .k-export-config .k-edit-field {
    margin-left: 5%;
    width: 45%;
    float: left;
  }

  .k-export-config .k-page-orientation {
    position: absolute;
    right: 0;
    top: 0.5em;
  }

    .k-export-config .k-page-orientation .k-icon {
      font-size: 6em;
    }

.k-spreadsheet {
  background-clip: padding-box;
}

.k-ie11 .k-spreadsheet,
.k-edge12 .k-spreadsheet,
.k-edge13 .k-spreadsheet {
  background-clip: border-box;
}

.k-syntax-ref {
  color: #ff8822;
}

.k-syntax-num {
  color: #0099ff;
}

.k-syntax-func {
  font-weight: bold;
}

.k-syntax-str {
  color: #38b714;
}

.k-syntax-error {
  color: red;
}

.k-syntax-bool {
  color: #a9169c;
}

.k-syntax-startexp {
  font-weight: bold;
}

.k-syntax-paren-match {
  background-color: #caf200;
}

.k-spreadsheet-cell-editor {
  color: #595d6e;
  background-color: #fff;
}

.k-spreadsheet .k-selection-full,
.k-spreadsheet .k-selection-partial {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 78, 155, 0.25);
}

.k-spreadsheet-selection {
  border-color: #004e9b;
  background-color: rgba(0, 78, 155, 0.25);
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #004e9b;
}

.k-spreadsheet .k-single-selection::after {
  border-color: #fff;
  background-color: #004e9b;
}

.k-spreadsheet-active-cell {
  border-color: #004e9b;
  background-color: #fff;
}

.k-spreadsheet .k-auto-fill {
  border-color: #004e9b;
  background-color: rgba(0, 78, 155, 0.25);
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #004e9b;
}

.k-spreadsheet .k-auto-fill-punch {
  background-color: rgba(255, 255, 255, 0.5);
}

.k-spreadsheet .k-filter-range {
  border-color: #004e9b;
}

.k-spreadsheet-filter {
  box-shadow: inset 0 0 0 1px #4687fa;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-treeview {
  border-width: 0;
  background: none;
  line-height: 1.4285714286;
  cursor: default;
  overflow: auto;
  white-space: nowrap;
}

  .k-treeview .k-content,
  .k-treeview > .k-group,
  .k-treeview .k-item > .k-group {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
    position: relative;
  }

  .k-treeview .k-top,
  .k-treeview .k-mid,
  .k-treeview .k-bot {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
  }

  .k-treeview .k-item {
    margin: 0;
    padding: 0 0 0 16px;
    border-width: 0;
    display: block;
  }

  .k-treeview .k-in {
    border-radius: 3px;
    margin: 0;
    padding: 4px 8px;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    position: relative;
  }

  .k-treeview .k-i-expand,
  .k-treeview .k-i-collapse {
    margin-left: -16px;
    cursor: pointer;
  }

  .k-treeview .k-checkbox-wrapper {
    margin-right: 4px;
  }

  .k-treeview .k-in .k-icon,
  .k-treeview .k-in .k-image,
  .k-treeview .k-in .k-sprite {
    margin-right: 4px;
  }

  .k-treeview .k-checkbox-label {
    padding-left: 16px;
  }

.k-rtl .k-treeview .k-item {
  padding-left: 0;
  padding-right: 16px;
}

.k-rtl .k-treeview .k-i-expand,
.k-rtl .k-treeview .k-i-collapse {
  margin-left: 0;
  margin-right: -16px;
}

.k-rtl .k-treeview .k-checkbox-wrapper {
  margin-left: 4px;
  margin-right: 0;
}

.k-rtl .k-treeview .k-in .k-icon,
.k-rtl .k-treeview .k-in .k-image,
.k-rtl .k-treeview .k-in .k-sprite {
  margin-left: 4px;
  margin-right: 0;
}

.k-treeview .k-in {
  border-radius: 0;
  border-width: 0;
}

  .k-treeview .k-in.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  }

.k-pivot {
  position: relative;
}

  .k-pivot .k-grid td {
    white-space: nowrap;
  }

  .k-pivot .k-grid-content {
    flex: 1 1 auto;
  }

.k-pivot-toolbar {
  padding: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

  .k-pivot-toolbar .k-button,
  .k-fieldselector .k-list li.k-item {
    border-radius: 3px;
    padding: 4px 8px;
    padding-right: 48px;
    font-size: 12px;
    line-height: 1.4285714286;
    text-align: left;
    position: relative;
    cursor: move;
    white-space: normal;
  }

.k-settings-measures .k-button {
  margin-bottom: 2px;
}

.k-settings-columns .k-button + .k-button {
  margin-left: 8px;
}

.k-field-actions {
  position: absolute;
  right: 4px;
  top: 4px;
  line-height: 1;
  cursor: pointer;
}

.k-pivot-layout {
  border-spacing: 0;
  table-layout: auto;
}

  .k-pivot-layout > tbody,
  .k-pivot td {
    vertical-align: top;
  }

    .k-pivot-layout > tbody > tr > td {
      padding: 0;
    }

.k-pivot-rowheaders > .k-grid,
.k-pivot-table > .k-grid {
  border-width: 0;
}

  .k-pivot-rowheaders > .k-grid td:first-child,
  .k-pivot-table .k-grid-header .k-header.k-first {
    border-left-width: 1px;
  }

  .k-pivot-rowheaders > .k-grid td.k-first {
    border-left-width: 0;
  }

.k-pivot-rowheaders > .k-grid {
  overflow: hidden;
}

.k-pivot-table {
  border-left-width: 1px;
  border-left-style: solid;
}

  .k-pivot-table .k-grid-header-wrap > table {
    height: 100%;
  }

.k-pivot .k-grid-header .k-header {
  vertical-align: top;
}

.k-pivot-layout .k-grid td {
  border-bottom-width: 1px;
}

.k-pivot-layout .k-grid-footer > td {
  border-top-width: 0;
}

.k-pivot-filter-window .k-treeview {
  max-height: 600px;
}

.k-i-kpi-trend-increase,
.k-i-kpi-trend-decrease,
.k-i-kpi-trend-equal {
  color: inherit;
}

.k-i-kpi-status-hold {
  color: #ffc000;
}

.k-i-kpi-status-deny {
  color: #f31700;
}

.k-i-kpi-status-open {
  color: #37b400;
}

.k-fieldselector .k-columns {
  display: flex;
  align-items: stretch;
}

  .k-fieldselector .k-columns > div {
    padding: 8px;
    width: 50%;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    float: left;
    overflow: auto;
  }

    .k-fieldselector .k-columns > div + div {
      border-left-width: 1px;
    }

.k-fieldselector p {
  margin: 0 0 2px;
  text-transform: uppercase;
}

  .k-fieldselector p .k-icon {
    margin: 0 4px 0 0;
  }

.k-fieldselector .k-treeview {
  border-width: 0;
  overflow: visible;
}

.k-fieldselector .k-edit-label {
  width: 16%;
}

.k-fieldselector .k-edit-field {
  width: 77%;
}

.k-fieldselector .k-edit-buttons > input,
.k-fieldselector .k-edit-buttons > label {
  float: left;
  margin-top: .4em;
}

.k-fieldselector .k-list-container {
  margin-bottom: 1em;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}

.k-fieldselector .k-list {
  padding-bottom: 1em;
}

  .k-fieldselector .k-list .k-item {
    border-width: 1px;
    border-style: solid;
  }

    .k-fieldselector .k-list .k-item + .k-item {
      margin-top: 0.5em;
    }

.k-alt,
.k-pivot-toolbar,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #ececee;
}

.k-fieldselector .k-list-container {
  background-color: #ffffff;
}

.k-pivot-toolbar,
.k-pivot-table,
.k-fieldselector .k-list-container,
.k-fieldselector .k-columns > div,
.k-pivot-rowheaders > .k-grid td:first-child,
.k-pivot-table .k-grid-header .k-header.k-first {
  border-color: rgba(0, 0, 0, 0.08);
}

.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
  background-color: #ededed;
}

.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
  background-clip: padding-box;
}

.k-ie11 .k-pivot-toolbar .k-button,
.k-edge12 .k-pivot-toolbar .k-button,
.k-edge13 .k-pivot-toolbar .k-button, .k-ie11
.k-fieldselector .k-list li.k-item,
.k-edge12
.k-fieldselector .k-list li.k-item,
.k-edge13
.k-fieldselector .k-list li.k-item {
  background-clip: border-box;
}

.k-pivot-toolbar .k-button:active, .k-pivot-toolbar .k-button.k-state-active,
.k-fieldselector .k-list li.k-item:active,
.k-fieldselector .k-list li.k-item.k-state-active {
  border-color: #4687fa;
  color: #fff;
  background-color: #5f97fb;
  background-image: linear-gradient(to top, none);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}

.k-pivot-toolbar .k-button:focus, .k-pivot-toolbar .k-button.k-state-focused,
.k-fieldselector .k-list li.k-item:focus,
.k-fieldselector .k-list li.k-item.k-state-focused {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

/* Loading indicator */
.k-fieldselector .k-i-loading {
  border-color: #ececee;
}

  .k-fieldselector .k-i-loading::before, .k-fieldselector .k-loading-image::before,
  .k-fieldselector .k-i-loading::after,
  .k-fieldselector .k-loading-image::after {
    background-color: #ececee;
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

  .k-loading-pdf-mask > .k-i-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 64px;
  }

  .k-loading-pdf-mask .k-loading-pdf-progress {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

.k-grid-pdf-export-element {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

  .k-grid-pdf-export-element .k-filter-row {
    display: none;
  }

.k-treelist.k-display-block.k-grid-lockedcolumns {
  display: block;
}

.k-treelist .k-status {
  padding: .4em .6em;
  line-height: 1.6em;
}

  .k-treelist .k-status .k-loading {
    vertical-align: baseline;
    margin-right: 5px;
  }

.k-treelist tr.k-hidden {
  display: none;
}

.k-treelist .k-treelist-dragging,
.k-treelist .k-treelist-dragging .k-state-hover {
  cursor: default;
}

.k-treelist .k-drop-hint {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.k-drag-separator {
  display: inline-block;
  border-right: 1px solid;
  height: 1em;
  vertical-align: top;
  margin: 0 .5em;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollview-wrap {
  position: relative;
  overflow: hidden;
  outline: 0;
  display: block;
}

.k-scrollview {
  list-style-type: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}

  .k-scrollview img,
  .k-scrollview li {
    user-select: none;
  }

  .k-scrollview > li {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }

  .k-scrollview li > * {
    user-select: none;
    pointer-events: none;
  }

.k-pages,
.k-scrollview-pageable {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none;
  position: absolute;
  left: 0;
  bottom: 10px;
  pointer-events: none;
}

  .k-pages > li,
  .k-scrollview-pageable > li.k-button {
    margin: 10px;
    padding: 0;
    width: 8px;
    height: 8px;
    box-sizing: content-box;
    vertical-align: middle;
    display: inline-block;
    flex: 0 0 8px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
  }

.k-scrollview-next,
.k-scrollview-prev {
  display: table;
  position: absolute;
  padding: 0;
  height: 60%;
  top: 20%;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.k-scrollview-prev {
  left: 0;
}

.k-scrollview-next {
  right: 0;
}

  .k-scrollview-next span,
  .k-scrollview-prev span {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 4.5em;
    font-weight: normal;
  }

.k-scrollview-elements {
  width: 100%;
}

@supports (-webkit-user-select: none) {
  div.k-scrollview-wrap ul.k-scrollview li > * {
    pointer-events: auto;
  }
}

@supports not (-webkit-user-select: none) {
  div.k-scrollview-wrap ul.k-scrollview li > * {
    pointer-events: none;
  }
}

.km-scrollview {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}

  .km-scrollview > div > * {
    -webkit-transform: translatez(0);
  }

  .km-scrollview > div > [data-role="page"] {
    vertical-align: top;
    display: inline-block;
    min-height: 1px;
  }

  .km-scrollview .km-virtual-page {
    min-height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }

.k-ff18 .km-scrollview > div,
.k-ff19 .km-scrollview > div,
.k-ff20 .km-scrollview > div,
.k-ff21 .km-scrollview > div {
  width: 0;
}

.km-pages {
  padding: 4px 0 0 0;
  position: static;
}

.k-pages > li,
.k-scrollview-pageable > li.k-button {
  background-image: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
}

.k-pages > li {
  border-color: #4687fa;
  color: #fff;
  background-color: #5f97fb;
}

  .k-pages > li.k-current-page {
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: #004e9b;
  }

.k-scrollview-elements {
  color: #ffffff;
}

.k-scrollview-next,
.k-scrollview-prev {
  color: inherit;
  background: transparent;
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 0.7;
  outline-width: 0;
}

  .k-scrollview-next:hover,
  .k-scrollview-prev:hover {
    color: #ffffff;
    opacity: 1;
  }

.k-scrollview-animation {
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

.k-listview > .k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-autocomplete {
  border-radius: 3px;
}

  .k-autocomplete .k-input {
    padding: 4px 8px;
    height: 1.4285714286em;
    box-sizing: content-box;
    border: 0;
    outline: 0;
    color: inherit;
    background: none;
    font: inherit;
    line-height: 1.4285714286;
    display: inline-block;
    flex: 1;
  }

  .k-autocomplete .k-i-close, .k-autocomplete .k-i-group-delete::before {
    display: none;
    align-self: center;
  }

  .k-autocomplete.k-state-hover .k-i-close, .k-autocomplete.k-state-hover .k-i-group-delete::before, .k-autocomplete.k-state-focused .k-i-close, .k-autocomplete.k-state-focused .k-i-group-delete::before {
    display: flex;
    outline: 0;
  }

.k-autocomplete {
  background-clip: padding-box;
}

.k-ie11 .k-autocomplete,
.k-edge12 .k-autocomplete,
.k-edge13 .k-autocomplete {
  background-clip: border-box;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-tooltip {
  border-radius: 3px;
  padding: 4px 8px;
  border-width: 0;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 12000;
}

.k-tooltip-closable {
  padding: 12px 16px;
}

  .k-tooltip-closable .k-tooltip-content {
    padding-right: 20px;
  }

.k-tooltip-button {
  height: 0;
  text-align: right;
  margin-right: -2px;
}

  .k-tooltip-button .k-icon {
    color: inherit;
    vertical-align: top;
  }

.k-callout {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
  pointer-events: none;
}

.k-callout-n {
  top: -12px;
  left: 50%;
  pointer-events: none;
}

.k-callout-w {
  top: 50%;
  left: -12px;
  pointer-events: none;
}

.k-callout-s {
  left: 50%;
  bottom: -12px;
  pointer-events: none;
}

.k-callout-e {
  top: 50%;
  right: -12px;
  pointer-events: none;
}

.k-slider {
  background-color: transparent;
  border-width: 0;
  position: relative;
}

  .k-slider .k-button {
    height: 28px;
    line-height: 28px;
    margin: 0;
    min-width: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    width: 28px;
    box-sizing: content-box;
  }

    .k-slider .k-button .k-icon {
      vertical-align: baseline;
      line-height: 28px;
      margin-right: 0;
      height: 100%;
    }

  .k-slider .k-button-increase {
    right: 0;
    top: 0;
  }

  .k-slider .k-button-decrease {
    left: 0;
    top: 0;
  }

  .k-slider .k-label {
    font-size: .92em;
    position: absolute;
    white-space: nowrap;
  }

  .k-slider .k-tick,
  .k-slider .k-slider-track {
    cursor: pointer;
  }

  .k-slider .k-tick {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .k-slider.k-state-disabled .k-tick,
  .k-slider.k-state-disabled .k-slider-track,
  .k-slider.k-state-disabled .k-draghandle {
    cursor: default;
  }

  .k-slider[dir='rtl'] .k-slider-selection {
    left: auto;
    right: 0;
  }

  .k-slider[dir='rtl'] .k-button-increase {
    left: 0;
    right: auto;
  }

  .k-slider[dir='rtl'] .k-button-decrease {
    right: 0;
    left: auto;
  }

.k-slider-vertical {
  height: 200px;
  width: 30px;
  outline: 0;
}

  .k-slider-vertical .k-button-decrease {
    bottom: 0;
    top: auto;
  }

  .k-slider-vertical .k-tick {
    text-align: right;
    margin-left: 2px;
  }

  .k-slider-vertical .k-slider-topleft .k-tick {
    text-align: left;
  }

  .k-slider-vertical .k-tick {
    background-position: -92px center;
  }

  .k-slider-vertical .k-slider-topleft .k-tick {
    background-position: -122px center;
  }

  .k-slider-vertical .k-slider-bottomright .k-tick {
    background-position: -152px center;
  }

  .k-slider-vertical .k-tick-large {
    background-position: -2px center;
  }

  .k-slider-vertical .k-slider-topleft .k-tick-large {
    background-position: -32px center;
  }

  .k-slider-vertical .k-slider-bottomright .k-tick-large {
    background-position: -62px center;
  }

  .k-slider-vertical .k-first {
    background-position: -92px 100%;
  }

  .k-slider-vertical .k-tick-large.k-first {
    background-position: -2px 100%;
  }

  .k-slider-vertical .k-slider-topleft .k-first {
    background-position: -122px 100%;
  }

  .k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
    background-position: -32px 100%;
  }

  .k-slider-vertical .k-slider-bottomright .k-first {
    background-position: -152px 100%;
  }

  .k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
    background-position: -62px 100%;
  }

  .k-slider-vertical .k-last {
    background-position: -92px 0;
  }

  .k-slider-vertical .k-tick-large.k-last {
    background-position: -2px 0;
  }

  .k-slider-vertical .k-slider-topleft .k-last {
    background-position: -122px 0;
  }

  .k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
    background-position: -32px 0;
  }

  .k-slider-vertical .k-slider-bottomright .k-last {
    background-position: -152px 0;
  }

  .k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
    background-position: -62px 0;
  }

  .k-slider-vertical .k-label {
    display: block;
    left: 120%;
    text-align: left;
  }

  .k-slider-vertical .k-last .k-label {
    top: -.5em;
  }

  .k-slider-vertical .k-first .k-label {
    bottom: -.5em;
  }

  .k-slider-vertical .k-slider-topleft .k-label {
    left: auto;
    right: 120%;
  }

.k-slider-horizontal {
  display: inline-block;
  height: 30px;
  width: 200px;
  outline: 0;
}

  .k-slider-horizontal .k-tick {
    float: left;
    height: 100%;
    text-align: center;
    margin-top: 2px;
  }

  .k-slider-horizontal .k-tick {
    background-position: center -92px;
  }

  .k-slider-horizontal .k-slider-topleft .k-tick {
    background-position: center -122px;
  }

  .k-slider-horizontal .k-slider-bottomright .k-tick {
    background-position: center -152px;
  }

  .k-slider-horizontal .k-tick-large {
    background-position: center -2px;
  }

  .k-slider-horizontal .k-slider-topleft .k-tick-large {
    background-position: center -32px;
  }

  .k-slider-horizontal .k-slider-bottomright .k-tick-large {
    background-position: center -62px;
  }

  .k-slider-horizontal .k-first {
    background-position: 0 -92px;
  }

  .k-slider-horizontal .k-tick-large.k-first {
    background-position: 0 -2px;
  }

  .k-slider-horizontal .k-slider-topleft .k-first {
    background-position: 0 -122px;
  }

  .k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
    background-position: 0 -32px;
  }

  .k-slider-horizontal .k-slider-bottomright .k-first {
    background-position: 0 -152px;
  }

  .k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
    background-position: 0 -62px;
  }

  .k-slider-horizontal .k-last {
    background-position: 100% -92px;
  }

  .k-slider-horizontal .k-tick-large.k-last {
    background-position: 100% -2px;
  }

  .k-slider-horizontal .k-slider-topleft .k-last {
    background-position: 100% -122px;
  }

  .k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
    background-position: 100% -32px;
  }

  .k-slider-horizontal .k-slider-bottomright .k-last {
    background-position: 100% -152px;
  }

  .k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
    background-position: 100% -62px;
  }

  .k-slider-horizontal .k-label {
    left: 0;
    bottom: -1.2em;
    line-height: 1;
    width: 100%;
  }

  .k-slider-horizontal .k-first .k-label {
    left: -50%;
  }

  .k-slider-horizontal .k-last .k-label {
    left: auto;
    right: -50%;
  }

  .k-slider-horizontal .k-slider-topleft .k-label {
    top: -1.2em;
  }

  .k-slider-horizontal[dir='rtl'] .k-button-increase .k-icon,
  .k-slider-horizontal[dir='rtl'] .k-button-decrease .k-icon {
    transform: rotate(180deg);
  }

.k-slider-wrap {
  height: 100%;
  width: 100%;
}

.k-slider-track,
.k-slider-selection {
  margin: 0;
  padding: 0;
  position: absolute;
}

.k-slider-horizontal .k-slider-track, .k-slider-horizontal
.k-slider-selection {
  height: 4px;
  left: 0;
  margin-top: -2px;
  top: 50%;
}

.k-slider-vertical .k-slider-track, .k-slider-vertical
.k-slider-selection {
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  width: 4px;
}

.k-slider-horizontal .k-slider-buttons .k-slider-track {
  left: 38px;
}

.k-slider-vertical .k-slider-buttons .k-slider-track {
  bottom: 38px;
}

.k-draghandle {
  background-color: transparent;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  outline: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-indent: -3333px;
  box-sizing: content-box;
  width: 14px;
  height: 14px;
}

.k-slider-horizontal .k-draghandle {
  top: 50%;
  transform: translateY(-50%);
}

  .k-slider-horizontal .k-draghandle:active, .k-slider-horizontal .k-draghandle.k-pressed {
    transform: translateY(-50%) scale(1);
  }

.k-slider-vertical .k-draghandle {
  left: 50%;
  transform: translateX(-50%);
}

  .k-slider-vertical .k-draghandle:active, .k-slider-vertical .k-draghandle.k-pressed {
    transform: translateX(-50%) scale(1);
  }

.k-slider-transitions.k-slider-horizontal .k-draghandle {
  transition: left 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.k-slider-transitions.k-slider-vertical .k-draghandle {
  transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.k-draghandle.k-pressed {
  transition: none;
}

.k-slider-transitions.k-slider-horizontal .k-slider-selection {
  transition: width 0.3s ease-out;
}

.k-slider-transitions.k-slider-vertical .k-slider-selection {
  transition: height 0.3s ease-out;
}

.k-slider-selection.k-pressed {
  transition: none;
}

.k-slider-items {
  user-select: none;
}

.k-slider-buttons .k-slider-items {
  margin-left: 38px;
}

.k-slider-horizontal .k-slider-items {
  height: 100%;
}

.k-slider-vertical .k-slider-items {
  padding-top: 1px;
}

.k-slider-horizontal .k-slider-buttons .k-slider-items {
  padding-top: 0;
}

.k-slider-vertical .k-slider-buttons .k-slider-items {
  margin: 0;
  padding-top: 38px;
}

.k-slider-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
  margin-left: -6px;
}

.k-slider-tooltip .k-callout-w,
.k-slider-tooltip .k-callout-e {
  margin-top: -6px;
}

.k-slider .k-slider-track,
.k-slider .k-slider-selection {
  border-radius: 3px;
}

.k-slider .k-slider-track {
  background-color: #e6e5e5;
}

.k-slider .k-slider-selection {
  background-color: #004e9b;
}

.k-slider .k-button {
  border-radius: 50%;
}

.k-slider .k-draghandle {
  border-radius: 50%;
}

  .k-slider .k-draghandle:active, .k-slider .k-draghandle.k-pressed {
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .k-slider .k-draghandle:focus {
    box-shadow: 0 3px 4px 0 rgba(0, 78, 155, 0.4);
  }

.k-slider.k-state-focused .k-draghandle {
  box-shadow: 0 3px 4px 0 rgba(0, 78, 155, 0.4);
}

.k-slider .k-slider-wrap:focus {
  outline: none;
}

.k-slider-horizontal .k-tick {
  background-image: url("data:image/gif;base64,R0lGODlhAQC0AIABALi4uAAAACH5BAEAAAEALAAAAAABALQAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7");
}

.k-slider-vertical .k-tick {
  background-image: url("data:image/gif;base64,R0lGODlhtAABAIABALi4uAAAACH5BAEAAAEALAAAAAC0AAEAAAIWjIGJxqzazlux2ovlzND2rAHgSIZWAQA7");
}

.k-colorpicker {
  width: auto;
  border-width: 0;
  display: inline-block;
  position: relative;
  overflow: visible;
}

  .k-colorpicker .k-selected-color {
    padding: 4px;
    width: calc(8px + 1.4285714286em);
    height: calc(8px + 1.4285714286em);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }

    .k-colorpicker .k-selected-color .k-i-line {
      border-top: 1px solid #f31700;
      width: 200%;
      height: 200%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-33%, -33%) rotateZ(45deg);
      transform-origin: 0 0;
    }

      .k-colorpicker .k-selected-color .k-i-line::before {
        display: none;
      }

  .k-colorpicker .k-tool-icon {
    padding: 4px;
    width: calc(8px + 1.4285714286em);
    height: calc(8px + 1.4285714286em);
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: inherit;
    box-sizing: border-box;
    font-size: inherit;
    text-align: center;
  }

    .k-colorpicker .k-tool-icon::before {
      font-size: 16px;
      line-height: 1;
    }

    .k-colorpicker .k-tool-icon .k-selected-color {
      display: inline-block;
      padding: 0;
      margin-bottom: 12px;
      width: 14px;
      height: 3px;
      line-height: 0;
    }

.k-flatcolorpicker {
  border-radius: 3px;
  padding: 0 0 1em;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

  .k-flatcolorpicker .k-draghandle {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
    box-sizing: border-box;
  }

  .k-flatcolorpicker .k-selected-color {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    background-position: 50% 50%;
  }

  .k-flatcolorpicker .k-color-input {
    display: flex;
    flex-direction: row;
    position: relative;
  }

  .k-flatcolorpicker .k-color-value {
    margin: 0 0 0 calc(16px + 2.8571428571em);
    padding: 4px 8px;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    font-size: inherit;
    line-height: 1.4285714286;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    flex: 1;
  }

  .k-flatcolorpicker .k-clear-color-container {
    display: flex;
    flex-direction: row;
  }

  .k-flatcolorpicker .k-clear-color {
    flex: 1;
  }

  .k-flatcolorpicker .k-color-value + .k-clear-color {
    flex: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  .k-flatcolorpicker .k-hsv-rectangle {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pinch-zoom double-tap-zoom;
  }

    .k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
      margin: -7px 0 0 -7px;
      cursor: pointer;
      position: absolute;
      z-index: 10;
      left: 50%;
      top: 50%;
    }

  .k-flatcolorpicker .k-hsv-gradient {
    margin-bottom: 5px;
    height: 180px;
    background: linear-gradient(to bottom, transparent, black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
  }

  .k-flatcolorpicker > .k-slider {
    margin: 1em 1em 0;
  }

  .k-flatcolorpicker .k-hue-slider,
  .k-flatcolorpicker .k-transparency-slider {
    display: block;
  }

    .k-flatcolorpicker .k-hue-slider .k-draghandle,
    .k-flatcolorpicker .k-transparency-slider .k-draghandle {
      border-width: 3px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
      background-color: transparent;
    }

      .k-flatcolorpicker .k-hue-slider .k-draghandle:hover,
      .k-flatcolorpicker .k-hue-slider .k-draghandle:focus,
      .k-flatcolorpicker .k-transparency-slider .k-draghandle:hover,
      .k-flatcolorpicker .k-transparency-slider .k-draghandle:focus {
        border-color: white;
        box-shadow: 0 1px 4px black;
        background-color: transparent;
      }

  .k-flatcolorpicker .k-hue-slider {
    width: 1em;
    height: 1em;
  }

    .k-flatcolorpicker .k-hue-slider .k-slider-track {
      background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
    }

    .k-flatcolorpicker .k-hue-slider .k-slider-selection {
      background: none;
      opacity: 0;
    }

  .k-flatcolorpicker .k-slider-horizontal {
    width: 90%;
    height: 20px;
  }

  .k-flatcolorpicker .k-controls {
    margin: 1em 1em 0;
    text-align: center;
  }

.k-colorpalette {
  border-width: 0;
  line-height: 0;
  display: inline-block;
  position: relative;
}

  .k-colorpalette .k-palette {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: relative;
  }

  .k-colorpalette .k-item {
    width: 14px;
    height: 14px;
    overflow: hidden;
    -ms-high-contrast-adjust: none;
  }

    .k-colorpalette .k-item:hover {
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
      position: relative;
      z-index: 101;
    }

    .k-colorpalette .k-item.k-state-selected,
    .k-colorpalette .k-item.k-state-selected:hover {
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
      position: relative;
      z-index: 100;
    }

.k-colorpicker .k-picker-wrap {
  background-clip: padding-box;
}

.k-ie11 .k-colorpicker .k-picker-wrap,
.k-edge12 .k-colorpicker .k-picker-wrap,
.k-edge13 .k-colorpicker .k-picker-wrap {
  background-clip: border-box;
}

.k-colorpicker .k-select {
  padding: 0;
  width: calc(8px + 1.4285714286em);
  border-width: 0;
}

.k-colorpicker .k-state-focused {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
}

.k-flatcolorpicker {
  background-color: #ececee;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-combobox .k-dropdown-wrap > .k-i-close, .k-combobox .k-dropdown-wrap > .k-i-group-delete::before {
  right: calc(16px + 18px);
}

.k-combobox[dir='rtl'] > .k-dropdown-wrap > .k-i-close, .k-combobox[dir='rtl'] > .k-dropdown-wrap > .k-i-group-delete::before,
.k-rtl .k-combobox > .k-dropdown-wrap > .k-i-close,
.k-rtl .k-combobox > .k-dropdown-wrap > .k-i-group-delete::before {
  left: calc(16px + 18px);
  right: auto;
}

.k-combobox-clearable .k-input {
  padding-right: 24px;
}

.k-combobox-clearable[dir='rtl'] .k-input,
.k-rtl .k-combobox-clearable .k-input {
  padding-left: 24px;
  padding-right: 8px;
}

.k-combobox .k-dropdown-wrap {
  background-clip: padding-box;
}

.k-ie11 .k-combobox .k-dropdown-wrap,
.k-edge12 .k-combobox .k-dropdown-wrap,
.k-edge13 .k-combobox .k-dropdown-wrap {
  background-clip: border-box;
}

.k-combobox .k-select {
  padding: 0;
  width: calc(8px + 1.4285714286em);
  border-width: 0;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-calendar {
  width: 16.917em;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

  .k-calendar .k-link {
    padding: 0.25rem 0.25rem;
    color: inherit;
    line-height: 1.25;
    text-decoration: none;
    display: block;
    outline: 0;
  }

  .k-calendar table {
    margin: 0;
    width: 100%;
    border-width: 0;
    border-color: inherit;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
    outline: 0;
  }

  .k-calendar td,
  .k-calendar th {
    border-width: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    border-color: inherit;
    font-weight: normal;
  }

  .k-calendar th {
    padding: 0.25rem 0.25rem;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
  }

  .k-calendar td {
    cursor: pointer;
  }

  .k-calendar .k-alt {
    cursor: default;
  }

  .k-calendar .k-header,
  .k-calendar .k-footer {
    padding: 0.25rem;
    text-align: center;
    display: flex;
    flex-direction: row;
    position: relative;
  }

    .k-calendar .k-header .k-link,
    .k-calendar .k-footer .k-link {
      border-radius: 3px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }

  .k-calendar .k-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 1;
  }

  .k-calendar .k-footer {
    clear: both;
  }

  .k-calendar .k-nav-prev,
  .k-calendar .k-nav-next {
    padding: 0.25rem;
    width: 1.25em;
    height: 1.25em;
    box-sizing: content-box;
  }

  .k-calendar .k-nav-prev {
    left: 0.25rem;
  }

  .k-calendar .k-nav-next {
    right: 0.25rem;
  }

  .k-calendar .k-nav-fast {
    margin: 0 0.25rem;
    flex: 1;
  }

  .k-calendar .k-nav-today {
    flex: 1;
  }

  .k-calendar .k-content {
    margin: 0;
    width: 100%;
    height: 14.167em;
    text-align: right;
    float: left;
  }

    .k-calendar .k-content td {
      border-color: transparent;
    }

    .k-calendar .k-content .k-link {
      border-radius: 3px;
      line-height: 1.5;
    }

    .k-calendar .k-content.k-meta-view.k-century .k-link {
      line-height: 1.5;
      text-align: left;
    }

  .k-calendar .k-animation-container .k-content {
    height: 100%;
  }

  .k-calendar .k-content .k-link {
    overflow: hidden;
  }

  .k-calendar .k-alt,
  .k-calendar .k-weekend,
  .k-calendar .k-other-month {
    opacity: 0.6;
  }

  .k-calendar .k-alt {
    text-align: center;
  }

  .k-calendar .k-state-hover,
  .k-calendar .k-state-selected {
    opacity: 1;
  }

  .k-calendar .k-meta-view .k-link {
    text-align: center;
    line-height: 4;
  }

.k-rtl .k-calendar .k-nav-prev .k-icon,
.k-rtl .k-calendar .k-nav-next .k-icon {
  transform: scaleX(-1);
}

.k-calendar-container {
  padding: 0;
}

  .k-calendar-container .k-calendar {
    border-width: 0;
  }

.k-calendar.k-calendar-infinite {
  box-sizing: content-box;
  width: auto;
  display: inline-flex;
  vertical-align: bottom;
}

  .k-calendar.k-calendar-infinite .k-content {
    text-align: center;
  }

.k-calendar .k-content.k-scrollable {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-right: -117px;
}

.k-calendar[dir='rtl'] .k-content.k-scrollable,
.k-rtl .k-calendar .k-content.k-scrollable {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-left: -117px;
}

.k-calendar[dir='rtl'] .k-calendar-view .k-content th,
.k-rtl .k-calendar .k-calendar-view .k-content th {
  text-align: right;
}

.k-calendar .k-scrollable-placeholder {
  position: absolute;
  z-index: -1;
  width: 1px;
  top: 0;
  right: 0;
}

.k-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  line-height: 2em;
}

  .k-calendar-header .k-title {
    font-weight: bold;
  }

  .k-calendar-header .k-today {
    cursor: pointer;
    color: #004e9b;
  }

    .k-calendar-header .k-today:hover, .k-calendar-header .k-today:focus {
      color: #104171;
    }

.k-calendar-monthview,
.k-calendar-view {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  overflow: hidden;
  box-sizing: content-box;
  padding: 0 1em;
  width: 17em;
  height: 21.0714285714em;
}

  .k-calendar-monthview .k-calendar-header,
  .k-calendar-view .k-calendar-header {
    flex: 0 0 auto;
    margin-left: -8px;
    padding-left: 8px;
  }

    .k-calendar-monthview .k-calendar-header .k-title,
    .k-calendar-view .k-calendar-header .k-title {
      margin-left: -8px;
    }

  .k-calendar-monthview .k-content,
  .k-calendar-view .k-content {
    position: relative;
    flex: 1 0 auto;
  }

    .k-calendar-monthview .k-content > table,
    .k-calendar-view .k-content > table {
      position: relative;
      z-index: 1;
      width: auto;
    }

    .k-calendar-monthview .k-content th,
    .k-calendar-view .k-content th {
      border: 0;
      text-align: left;
      font-weight: bold;
      opacity: 0.6;
    }

    .k-calendar-monthview .k-content td,
    .k-calendar-view .k-content td {
      cursor: default;
      text-align: center;
      height: 2.4285714286em;
      border-width: 0;
    }

    .k-calendar-monthview .k-content td,
    .k-calendar-monthview .k-content .k-link,
    .k-calendar-view .k-content td,
    .k-calendar-view .k-content .k-link {
      border-radius: 1.2142857143em;
    }

    .k-calendar-monthview .k-content .k-link,
    .k-calendar-view .k-content .k-link {
      cursor: pointer;
      width: 2.4285714286em;
      height: 2.4285714286em;
      line-height: 2.4285714286em;
      padding: 0;
    }

  .k-calendar-monthview::after,
  .k-calendar-view::after {
    display: block;
    position: absolute;
    bottom: 0;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 150%;
    left: -25%;
    box-shadow: 0 0 2.4285714286em 1.2142857143em #ffffff;
  }

  .k-calendar-monthview .k-content {
    height: 19em;
  }

  .k-calendar-monthview .k-calendar-weekdays thead {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    font-weight: bold;
  }

  .k-calendar-monthview .k-calendar-weekdays th {
    text-align: center;
    border-width: 0;
    padding: 0;
    line-height: 2.0714285714em;
  }

.k-calendar-yearview .k-content table,
.k-calendar-decadeview .k-content table,
.k-calendar-centuryview .k-content table {
  table-layout: auto;
}

.k-calendar-yearview .k-content th,
.k-calendar-decadeview .k-content th,
.k-calendar-centuryview .k-content th {
  font-size: inherit;
  height: 2em;
  padding-left: 0;
  padding-right: 0;
}

.k-calendar-yearview .k-content td,
.k-calendar-decadeview .k-content td,
.k-calendar-centuryview .k-content td {
  border-radius: 1.7em;
}

.k-calendar-yearview .k-content .k-link,
.k-calendar-decadeview .k-content .k-link,
.k-calendar-centuryview .k-content .k-link {
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
}

.k-calendar-navigation {
  position: relative;
  display: block;
  overflow: hidden;
  width: 5em;
  z-index: 2;
}

  .k-calendar-navigation::before, .k-calendar-navigation::after {
    display: block;
    position: absolute;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 200%;
    left: -50%;
    box-shadow: 0 0 6em 3em #ececee;
  }

  .k-calendar-navigation::before {
    top: 0;
  }

  .k-calendar-navigation::after {
    bottom: 0;
  }

  .k-calendar-navigation .k-content {
    background: transparent;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

    .k-calendar-navigation .k-content ul {
      width: 5em;
    }

    .k-calendar-navigation .k-content li {
      height: 2em;
      line-height: 2em;
      cursor: pointer;
      padding: 0 16px;
    }

  .k-calendar-navigation .k-calendar-navigation-marker {
    font-weight: bold;
  }

  .k-calendar-navigation .k-calendar-navigation-highlight {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    right: 0;
    width: 100%;
    height: 2em;
    box-sizing: border-box;
    border-width: 1px 0;
    border-style: solid;
  }

.k-calendar {
  background-clip: padding-box;
}

.k-ie11 .k-calendar,
.k-edge12 .k-calendar,
.k-edge13 .k-calendar {
  background-clip: border-box;
}

.k-calendar .k-footer .k-nav-today {
  color: #004e9b;
}

.k-calendar .k-content thead {
  background-color: transparent;
}

.k-calendar .k-header {
  border-bottom-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.k-calendar .k-content .k-today {
  color: #004e9b;
}

  .k-calendar .k-content .k-today.k-state-selected {
    color: #ffffff;
  }

.k-calendar .k-alt,
.k-calendar .k-weekend:not(.k-calendar-infinite .k-weekend) {
  background: #f2f2f2;
}

.k-calendar .k-content .k-alt {
  border-right-color: rgba(0, 0, 0, 0.08);
}

.k-calendar .k-state-selected.k-state-hover,
.k-calendar .k-weekend.k-state-selected.k-state-hover {
  background-color: #004890;
}

.k-calendar .k-state-focused,
.k-calendar .k-state-selected.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-calendar .k-calendar-navigation {
  box-shadow: inset -1px 0 #282931;
  background-color: #ececee;
}

  .k-calendar .k-calendar-navigation .k-content > ul > li:hover {
    color: #104171;
  }

.k-calendar .k-calendar-navigation-highlight {
  border-color: #282931;
  background-color: #ffffff;
}

.k-calendar .k-calendar-weekdays thead {
  background-color: #ffffff;
}

.k-calendar[dir='rtl'] .k-calendar-navigation,
.k-rtl .k-calendar .k-calendar-navigation {
  box-shadow: inset 1px 0 #282931;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-datepicker .k-i-warning,
.k-datetimepicker .k-i-warning,
.k-timepicker .k-i-warning {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}

.k-datepicker .k-state-invalid .k-i-warning,
.k-datetimepicker .k-state-invalid .k-i-warning,
.k-timepicker .k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-datepicker .k-dateinput,
.k-datetimepicker .k-dateinput,
.k-timepicker .k-dateinput {
  width: 100%;
  flex: 1;
}

.k-datepicker .k-dateinput-wrap,
.k-datetimepicker .k-dateinput-wrap,
.k-timepicker .k-dateinput-wrap {
  border: 0;
  border-radius: 3px 0 0 3px;
}

.k-rtl .k-datepicker .k-i-warning, .k-datepicker[dir='rtl'] .k-i-warning, .k-rtl
.k-datetimepicker .k-i-warning,
.k-datetimepicker[dir='rtl'] .k-i-warning, .k-rtl
.k-timepicker .k-i-warning,
.k-timepicker[dir='rtl'] .k-i-warning {
  right: auto;
}

.k-datepicker .k-i-warning,
.k-timepicker .k-i-warning {
  right: calc(calc(8px + 1.4285714286em) + 4px);
}

.k-rtl .k-datepicker .k-i-warning, .k-datepicker[dir='rtl'] .k-i-warning, .k-rtl
.k-timepicker .k-i-warning,
.k-timepicker[dir='rtl'] .k-i-warning {
  left: calc(calc(8px + 1.4285714286em) + 4px);
}

.k-datetimepicker .k-i-warning {
  right: calc(calc(16px + 2.8571428571em) + 4px);
}

.k-rtl .k-datetimepicker .k-i-warning, .k-datetimepicker[dir='rtl'] .k-i-warning {
  left: calc(calc(16px + 2.8571428571em) + 4px);
}

.k-datetimepicker .k-select {
  padding: 0;
  border-left-width: 0;
  align-items: stretch;
}

.k-datetimepicker .k-link {
  padding: 4px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.k-dateinput {
  position: relative;
  border-width: 0;
}

  .k-dateinput .k-i-warning {
    display: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    overflow: visible;
  }

  .k-dateinput.k-state-invalid .k-i-warning {
    display: inline-block;
  }

  .k-rtl .k-dateinput .k-i-warning, .k-dateinput[dir='rtl'] .k-i-warning {
    left: 8px;
    right: auto;
  }

.k-time-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  line-height: 2em;
}

  .k-time-header .k-time-now {
    border-width: 0;
    background: transparent;
    line-height: inherit;
  }

.k-time-list-wrapper {
  display: inline-block;
  overflow: hidden;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 20px 0;
  text-align: center;
  width: 5em;
  height: 200px;
}

  .k-time-list-wrapper .k-title {
    display: block;
    text-align: center;
    font-size: 10px;
    position: absolute;
    text-transform: capitalize;
    font-weight: bold;
    min-width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    margin-top: -20px;
    background: transparent;
  }

  .k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: calc(50% - 1em);
    box-sizing: border-box;
    border-style: solid;
  }

  .k-time-list-wrapper.k-state-focused::before {
    top: 0;
    border-width: 2px 2px 0;
  }

  .k-time-list-wrapper.k-state-focused::after {
    bottom: 0;
    border-width: 0 2px 2px;
  }

.k-time-container {
  position: absolute;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.4285714286;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-right: -117px;
}

  .k-time-container > ul {
    height: auto;
    width: 5em;
  }

.k-time-list-container {
  display: flex;
  position: relative;
}

.k-time-list {
  position: absolute;
  display: flex;
  z-index: 10;
  outline: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

  .k-time-list::before, .k-time-list::after {
    display: block;
    position: absolute;
    content: " ";
    height: 0;
    line-height: 0;
    z-index: 1;
    width: 200%;
    left: -50%;
  }

  .k-time-list::before {
    top: 0;
  }

  .k-time-list::after {
    bottom: 0;
  }

  .k-time-list .k-item {
    padding: 4px 8px;
    min-height: calc(1.4285714286em + 2px);
    line-height: calc(1.4285714286em + 2px);
  }

.k-time-highlight {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(8px + 1.4285714286em);
  z-index: 1;
  border-width: 1px 0;
  border-style: solid;
  border-radius: .1px;
}

.k-time-container .k-scrollable-placeholder {
  position: absolute;
  width: 1px;
  top: 0;
  right: 0;
}

.k-time-separator {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  width: 0;
  height: 100%;
  z-index: 11;
}

.k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap {
  background-clip: padding-box;
}

.k-ie11 .k-datepicker .k-picker-wrap,
.k-edge12 .k-datepicker .k-picker-wrap,
.k-edge13 .k-datepicker .k-picker-wrap, .k-ie11
.k-timepicker .k-picker-wrap,
.k-edge12
.k-timepicker .k-picker-wrap,
.k-edge13
.k-timepicker .k-picker-wrap, .k-ie11
.k-datetimepicker .k-picker-wrap,
.k-edge12
.k-datetimepicker .k-picker-wrap,
.k-edge13
.k-datetimepicker .k-picker-wrap {
  background-clip: border-box;
}

.k-datepicker .k-select,
.k-timepicker .k-select,
.k-datetimepicker .k-select {
  padding: 0;
  width: calc(8px + 1.4285714286em);
  border-width: 0;
}

.k-datepicker:hover .k-select,
.k-datepicker .k-state-hover .k-select,
.k-timepicker:hover .k-select,
.k-timepicker .k-state-hover .k-select,
.k-datetimepicker:hover .k-select,
.k-datetimepicker .k-state-hover .k-select {
  border-color: inherit;
}

.k-datepicker .k-state-focused .k-select,
.k-datepicker .k-state-active .k-select,
.k-timepicker .k-state-focused .k-select,
.k-timepicker .k-state-active .k-select,
.k-datetimepicker .k-state-focused .k-select,
.k-datetimepicker .k-state-active .k-select {
  border-color: inherit;
}

.k-datepicker .k-picker-wrap.k-state-invalid,
.k-datetimepicker .k-picker-wrap.k-state-invalid,
.k-timepicker .k-picker-wrap.k-state-invalid {
  transition: none;
  border-color: #f31700;
}

  .k-datepicker .k-picker-wrap.k-state-invalid .k-input,
  .k-datetimepicker .k-picker-wrap.k-state-invalid .k-input,
  .k-timepicker .k-picker-wrap.k-state-invalid .k-input {
    color: #f31700;
  }

.k-datepicker .k-i-warning,
.k-datetimepicker .k-i-warning,
.k-timepicker .k-i-warning {
  color: #f31700;
}

.k-time-header .k-title {
  font-weight: bold;
}

.k-time-header .k-time-now {
  color: #004e9b;
  cursor: pointer;
}

  .k-time-header .k-time-now:hover, .k-time-header .k-time-now:focus {
    color: #104171;
  }

.k-time-list-wrapper {
  background-color: #efeff0;
}

  .k-time-list-wrapper .k-title {
    z-index: 12;
    background: #efeff0;
    opacity: 0.6;
  }

  .k-time-list-wrapper.k-state-focused .k-title {
    color: #000;
    opacity: 1;
  }

  .k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
    background-color: rgba(0, 0, 0, 0.04);
    border-width: 0;
  }

.k-time-list::before, .k-time-list::after {
  box-shadow: 0 0 3em 1.5em #efeff0;
}

.k-time-list .k-item:hover {
  color: #004e9b;
}

.k-time-container {
  background: transparent;
}

.k-time-highlight {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
}

.k-datetimepicker .k-select {
  width: auto;
}

.k-datetimepicker .k-link {
  padding: 0;
  width: calc(8px + 1.4285714286em);
  border-width: 0;
}

.k-dateinput .k-dateinput-wrap {
  background-clip: padding-box;
}

.k-ie11 .k-dateinput .k-dateinput-wrap,
.k-edge12 .k-dateinput .k-dateinput-wrap,
.k-edge13 .k-dateinput .k-dateinput-wrap {
  background-clip: border-box;
}

.k-dateinput .k-select {
  padding: 0;
  width: calc(8px + 1.4285714286em);
  border-width: 0;
}

  .k-dateinput .k-select > .k-state-selected,
  .k-dateinput .k-select > .k-state-active {
    color: #202128;
    box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  }

.k-dateinput.k-state-invalid .k-textbox {
  color: #f31700;
  border-color: #f31700;
}

.k-dateinput.k-state-invalid .k-i-warning {
  color: #f31700;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

html .k-upload {
  position: relative;
}

.k-upload .k-upload-button {
  min-width: 7em;
  margin: 8px;
}

.k-upload .k-dropzone {
  display: flex;
  align-items: center;
  position: relative;
  border-width: 0;
  background-color: transparent;
}

  .k-upload .k-dropzone em {
    margin-left: 1em;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    white-space: nowrap;
    position: relative;
    vertical-align: middle;
    visibility: hidden;
    display: none;
  }

  .k-upload .k-dropzone .k-upload-status {
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4285714286;
  }

    .k-upload .k-dropzone .k-upload-status > .k-icon {
      margin-right: 6px;
    }

  .k-upload .k-dropzone.k-dropzone-active em {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .k-upload .k-dropzone.k-dropzone-active .k-upload-status {
    display: none;
  }

.k-upload .k-upload-files {
  padding-bottom: 4px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  margin: 0;
}

  .k-upload .k-upload-files .k-file-multiple,
  .k-upload .k-upload-files .k-file-single {
    display: block;
    width: 100%;
  }

  .k-upload .k-upload-files .k-file {
    padding: 8px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.4285714286;
  }

  .k-upload .k-upload-files .k-progress {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .k-upload .k-upload-files .k-filename {
    margin-left: 1em;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }

  .k-upload .k-upload-files .k-upload-status {
    position: absolute;
    right: 8px;
    top: 8px;
  }

    .k-upload .k-upload-files .k-upload-status .k-button {
      padding: 0;
      border-radius: 50%;
    }

    .k-upload .k-upload-files .k-upload-status .k-icon {
      vertical-align: middle;
    }

  .k-upload .k-upload-files .k-upload-pct {
    font-weight: normal;
    vertical-align: middle;
  }

  .k-upload .k-upload-files ~ .k-clear-selected,
  .k-upload .k-upload-files ~ .k-upload-selected {
    margin-top: -4px;
    border-width: 0;
  }

  .k-upload .k-upload-files ~ .k-upload-selected {
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: -1px;
  }

  .k-upload .k-upload-files .k-file-name,
  .k-upload .k-upload-files .k-file-size,
  .k-upload .k-upload-files .k-file-validation-message,
  .k-upload .k-upload-files .k-file-information {
    display: block;
  }

  .k-upload .k-upload-files .k-file-name {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
  }

  .k-upload .k-upload-files .k-file-size,
  .k-upload .k-upload-files .k-file-information,
  .k-upload .k-upload-files .k-file-validation-message {
    font-size: 9.432px;
  }

  .k-upload .k-upload-files .k-file-information {
    text-indent: 1px;
  }

  .k-upload .k-upload-files .k-file-extension-wrapper,
  .k-upload .k-upload-files .k-multiple-files-extension-wrapper,
  .k-upload .k-upload-files .k-file-invalid-extension-wrapper,
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
    position: absolute;
    top: 8px;
    width: 24px;
    height: 34px;
    border-width: 2px;
    border-style: solid;
    vertical-align: top;
    font-size: 6.84px;
    text-transform: uppercase;
    margin: 1px 0;
    box-sizing: content-box;
  }

  .k-upload .k-upload-files .k-file-invalid-extension-wrapper,
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
    font-size: 1.2em;
  }

  .k-upload .k-upload-files .k-multiple-files-extension-wrapper,
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
    margin-top: 4px;
  }

  .k-upload .k-upload-files .k-file-state {
    visibility: hidden;
  }

  .k-upload .k-upload-files .k-file-name-size-wrapper {
    display: block;
    margin-left: calc(24px + 1em);
    margin-right: calc(16px + 8px);
    overflow: hidden;
    min-height: 38px;
  }

  .k-upload .k-upload-files .k-file-extension-wrapper::before,
  .k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
  .k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
  .k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before,
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
    position: absolute;
    content: '';
    display: inline-block;
    border-style: solid;
  }

  .k-upload .k-upload-files .k-file-extension-wrapper::before,
  .k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
  .k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before {
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-width: 6px;
    margin-top: -1px;
    margin-right: -1px;
  }

  .k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
    top: -6px;
    left: -6px;
    width: 15px;
    height: 35px;
    border-width: 2px 0 0 2px;
  }

  .k-upload .k-upload-files .k-file-extension,
  .k-upload .k-upload-files .k-file-invalid-icon {
    position: absolute;
    bottom: 0;
    line-height: normal;
  }

  .k-upload .k-upload-files .k-file-invalid-icon {
    margin-left: 4px;
  }

  .k-upload .k-upload-files .k-file-extension {
    margin-left: .4em;
    margin-bottom: .3em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    left: 0;
  }

  .k-upload .k-upload-files .k-upload-action {
    margin-left: 8px;
  }

.k-upload .k-clear-selected,
.k-upload .k-upload-selected {
  display: inline-block;
  width: 50%;
  margin: 0;
  line-height: 1.4285714286;
  padding: 1em 0;
}

.k-upload .k-upload-selected {
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: -1px;
}

.k-upload .k-action-buttons {
  margin: -4px 0 0;
  padding: 0;
  border-top: 0;
}

.k-upload .k-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}

.k-upload .k-file-invalid > .k-progress {
  width: 100%;
}

.k-upload[dir="rtl"] .k-dropzone .k-upload-status > .k-icon,
.k-rtl .k-upload .k-dropzone .k-upload-status > .k-icon {
  margin-left: 6px;
  margin-right: 0;
}

.k-upload[dir="rtl"] .k-upload-files .k-upload-status,
.k-rtl .k-upload .k-upload-files .k-upload-status {
  right: auto;
  left: 8px;
}

.k-upload[dir="rtl"] .k-upload-files ~ .k-upload-selected,
.k-rtl .k-upload .k-upload-files ~ .k-upload-selected {
  border-left-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  margin-left: 0;
}

.k-upload[dir="rtl"] .k-upload-files .k-file-invalid-icon,
.k-rtl .k-upload .k-upload-files .k-file-invalid-icon {
  margin-left: 0;
  left: 4px;
}

.k-upload[dir="rtl"] .k-file-name-size-wrapper,
.k-rtl .k-upload .k-file-name-size-wrapper {
  margin-right: calc(24px + 1em);
  margin-left: calc(16px + 8px);
}

.k-upload[dir="rtl"] .k-file-extension,
.k-rtl .k-upload .k-file-extension {
  right: 0;
  left: auto;
  margin-right: .4em;
  margin-left: 0;
}

.k-upload[dir="rtl"] .k-upload-action,
.k-rtl .k-upload .k-upload-action {
  margin-left: 0;
  margin-right: 8px;
}

.k-upload-button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

  .k-upload-button input {
    font: 170px monospace !important;
    margin: 0;
    padding: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }

.k-ie9 .k-upload-status-total {
  top: 1.5em;
}

  .k-ie9 .k-upload-status-total > .k-icon {
    margin-top: -3px;
  }

.k-ie9 .k-upload-button {
  margin: 2px 4px;
}

.k-upload {
  background-color: #ececee;
  border-color: rgba(0, 0, 0, 0.08);
  background-clip: padding-box;
}

.k-ie11 .k-upload,
.k-edge12 .k-upload,
.k-edge13 .k-upload {
  background-clip: border-box;
}

.k-upload .k-upload-files,
.k-upload .k-upload-selected {
  border-color: rgba(0, 0, 0, 0.08);
}

.k-upload .k-file {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
}

  .k-upload .k-file.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
    outline: none;
  }

  .k-upload .k-file .k-upload-action {
    opacity: .6;
    color: inherit;
    background: none;
    border-width: 0;
    box-shadow: none;
  }

    .k-upload .k-file .k-upload-action:hover {
      opacity: 1;
    }

    .k-upload .k-file .k-upload-action.k-state-focused {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
    }

  .k-upload .k-file .k-upload-pct {
    opacity: .65;
  }

.k-upload .k-file-progress {
  color: #595d6e;
}

  .k-upload .k-file-progress .k-progress {
    background-color: #0058e9;
  }

.k-upload .k-file-success .k-file-name {
  color: #37b400;
}

.k-upload .k-file-success .k-progress {
  background-color: #37b400;
}

.k-upload .k-file-error .k-file-name {
  color: #f31700;
}

.k-upload .k-file-error .k-progress,
.k-upload .k-file-invalid .k-progress {
  background-color: #f31700;
}

.k-upload .k-file-extension-wrapper,
.k-upload .k-multiple-files-extension-wrapper {
  color: #bababa;
  border-color: #bababa;
}

.k-upload .k-file-invalid .k-file-name-invalid {
  color: #f31700;
}

.k-upload .k-file-invalid-extension-wrapper,
.k-upload .k-multiple-files-invalid-extension-wrapper,
.k-upload .k-file-error .k-file-extension-wrapper {
  color: #f31700;
  border-color: #ff9388;
}

.k-upload .k-file-extension-wrapper::before,
.k-upload .k-multiple-files-extension-wrapper::before {
  background-color: #ffffff;
  border-color: transparent transparent #bababa #bababa;
}

.k-upload .k-file-invalid-extension-wrapper::before,
.k-upload .k-multiple-files-invalid-extension-wrapper::before,
.k-upload .k-file-error .k-file-extension-wrapper::before {
  background-color: #ffffff;
  border-color: transparent transparent #ff9388 #ff9388;
}

.k-upload .k-multiple-files-extension-wrapper::after {
  border-top-color: #bababa;
  border-left-color: #bababa;
}

.k-upload .k-multiple-files-invalid-extension-wrapper::after {
  border-top-color: #ff9388;
  border-left-color: #ff9388;
}

.k-upload .k-file-size,
.k-upload .k-file-information,
.k-upload .k-file-validation-message {
  color: #bababa;
}

.k-dropzone .k-i-loading {
  border-color: #ececee;
}

  .k-dropzone .k-i-loading::before, .k-dropzone .k-loading-image::before,
  .k-dropzone .k-i-loading::after,
  .k-dropzone .k-loading-image::after {
    background-color: #ececee;
  }

.k-dropzone-hovered {
  background-color: #ededed;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-editor {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: top;
  position: relative;
  table-layout: fixed;
}

  .k-editor .k-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    display: block;
  }

table.k-editor {
  width: 100%;
}

.k-editor-inline {
  border-radius: 3px;
  padding: 2px 4px;
  border-width: 2px;
  word-wrap: break-word;
  overflow: auto;
  background: none;
}

.k-window.k-editor-widget {
  padding: 0;
}

.editorToolbarWindow {
  padding: 0;
  display: flex;
  align-items: stretch;
}

.k-editortoolbar-dragHandle {
  margin: 8px;
  padding: 0;
  cursor: move;
}

.k-editor-toolbar-wrap {
  border-color: inherit;
}

.k-editor-toolbar {
  margin: 0;
  padding: 8px 8px;
  border-color: inherit;
  list-style-type: none;
  line-height: 1.4285714286;
  cursor: default;
  word-wrap: break-word;
  /* allow tools to wrap properly in IE */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

  .k-editor-toolbar li {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }

  .k-editor-toolbar .k-tool-group {
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
  }

    .k-editor-toolbar .k-tool-group .k-widget + .k-widget, .k-editor-toolbar .k-tool-group .k-block + .k-widget, .k-editor-toolbar .k-tool-group .k-widget + .k-block, .k-editor-toolbar .k-tool-group .k-block + .k-block {
      margin-left: 8px;
    }

    .k-editor-toolbar .k-tool-group + .k-tool-group {
      margin-left: 8px;
    }

    .k-editor-toolbar .k-tool-group .k-state-disabled {
      display: none;
    }

  .k-editor-toolbar .k-tool {
    padding: 4px;
    width: calc(10px + 1.4285714286em);
    height: calc(10px + 1.4285714286em);
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .k-editor-toolbar .k-tool-text {
    display: none;
  }

  .k-editor-toolbar .k-tool + .k-tool {
    margin-left: -1px;
  }

  .k-editor-toolbar .k-overflow-tools {
    position: absolute;
    top: 0;
    right: 0;
  }

.k-editable-area {
  padding: 4px;
  width: 100%;
  height: 100%;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  outline: 0;
}

.k-resizable .k-editable-area {
  padding: 4px 4px 16px;
}

.k-edit-form-content {
  flex: 1 1 auto;
  overflow: auto;
  margin: -16px -16px;
  padding: 16px 16px;
}

.k-ct-popup {
  box-sizing: border-box;
  width: 190px;
  padding: 5px;
}

  .k-ct-popup .k-editor-toolbar {
    text-align: center;
  }

    .k-ct-popup .k-editor-toolbar .k-tool {
      border-radius: 3px;
      width: 100%;
      height: auto;
      display: flex;
    }

    .k-ct-popup .k-editor-toolbar .k-tool-text {
      display: inline;
    }

  .k-ct-popup .k-ct-cell {
    margin: 1px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid;
    border-color: inherit;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    opacity: .7;
  }

.k-editor .k-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent;
  border-bottom-color: inherit;
  cursor: se-resize;
}

  .k-editor .k-resize-handle .k-i-arrow-45-down-right {
    display: none;
  }

.k-editor .k-overlay {
  position: absolute;
  background-color: #fff;
  opacity: 0;
}

.k-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}

.k-rtl .k-editor .k-editor-widget .k-dropdown-wrap {
  padding-left: 0;
}

  .k-rtl .k-editor .k-editor-widget .k-dropdown-wrap .k-select {
    border-width: 0;
  }

.k-editor-dialog {
  box-sizing: border-box;
}

  .k-editor-dialog .k-edit-form-container {
    width: auto;
  }

  .k-editor-dialog .k-edit-label {
    width: 30%;
    padding: 5px 0;
  }

  .k-editor-dialog .k-edit-field {
    width: 66%;
  }

.k-filebrowser-dialog {
  display: flex;
}

  .k-filebrowser-dialog .k-edit-form-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  .k-filebrowser-dialog .k-edit-label {
    width: 18%;
  }

  .k-filebrowser-dialog .k-edit-field {
    width: 75%;
  }

.k-filebrowser {
  max-width: 100%;
}

  .k-filebrowser .k-floatwrap {
    display: flex;
  }

    .k-filebrowser .k-floatwrap::after {
      display: none;
    }

  .k-filebrowser .k-breadcrumbs {
    flex: 1;
  }

  .k-filebrowser .k-search-wrap {
    margin: 0 0 0 1em;
    width: 150px;
    display: flex;
    align-items: center;
  }

    .k-filebrowser .k-search-wrap .k-input {
      flex: 1;
      width: 100px;
    }

    .k-filebrowser .k-search-wrap .k-icon {
      margin: 0;
      position: static;
    }

  .k-filebrowser .k-filebrowser-toolbar {
    margin: 1em 0 0 0;
    padding: 8px 8px;
    display: flex;
    justify-content: space-between;
  }

  .k-filebrowser .k-toolbar-wrap {
    display: flex;
  }

    .k-filebrowser .k-toolbar-wrap > * + * {
      margin-left: 8px;
    }

    .k-filebrowser .k-toolbar-wrap .k-state-disabled {
      display: none;
    }

  .k-filebrowser .k-upload {
    padding: 0;
    border-width: 0;
    background: none;
  }

    .k-filebrowser .k-upload .k-upload-button {
      margin: 0;
    }

    .k-filebrowser .k-upload .k-upload-status {
      display: none;
    }

  .k-filebrowser .k-upload-files {
    display: none;
  }

  .k-filebrowser .k-tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 390px;
    max-height: 50vh;
    margin: 0 0 1em 0;
    padding: 4px 8px;
    border-top-width: 0;
    overflow: auto;
  }

  .k-filebrowser .k-tile {
    width: 33%;
    height: 90px;
    padding: 4px 8px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
  }

    .k-filebrowser .k-tile .k-i-file,
    .k-filebrowser .k-tile .k-i-folder {
      font-size: 4em;
    }

    .k-filebrowser .k-tile input {
      width: 100px;
    }

    .k-filebrowser .k-tile strong {
      display: block;
      font-weight: 400;
      overflow: hidden;
      text-overflow: ellipsis;
    }

  .k-filebrowser .k-tile-empty {
    display: block;
    margin: auto;
  }

    .k-filebrowser .k-tile-empty.k-state-selected {
      color: inherit;
      border-width: 0;
      background-image: none;
      background-color: transparent;
    }

    .k-filebrowser .k-tile-empty strong {
      opacity: 0.5;
      font-size: 3em;
      font-weight: 400;
    }

  .k-filebrowser .k-thumb {
    float: left;
    margin-right: 4px;
  }

  .k-filebrowser .k-breadcrumbs-wrap {
    position: absolute;
    left: 8px;
    top: 4px;
  }

    .k-filebrowser .k-breadcrumbs-wrap .k-icon {
      position: static;
      margin-top: 0;
    }

.k-editor-table-wizard-dialog {
  display: flex;
}

  .k-editor-table-wizard-dialog .k-edit-form-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  .k-editor-table-wizard-dialog .k-tabstrip-wrapper {
    display: flex;
    flex: 1 1 auto;
    overflow: auto;
  }

    .k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-tabstrip.k-root-tabs {
      flex: 1 1 auto;
      margin-bottom: 0;
    }

  .k-editor-table-wizard-dialog .k-edit-field > .k-checkbox {
    position: relative;
  }

  .k-editor-table-wizard-dialog .k-numerictextbox {
    width: 10em;
  }

    .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown {
      width: 4em;
    }

    .k-editor-table-wizard-dialog .k-numerictextbox + .k-colorpicker,
    .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown {
      margin-left: 4px;
    }

  .k-editor-table-wizard-dialog .k-colorpicker {
    vertical-align: middle;
  }

  .k-editor-table-wizard-dialog .k-edit-field > .k-checkbox {
    position: relative;
  }

  .k-editor-table-wizard-dialog .k-dropdown.k-align {
    width: auto;
  }

.k-popup.k-align .k-list {
  display: flex;
  flex-flow: row wrap;
}

  .k-popup.k-align .k-list .k-item {
    padding: 4px;
    height: calc(10px + 1.4285714286em);
    box-sizing: border-box;
    justify-content: center;
    flex: 1 0 33%;
  }

    .k-popup.k-align .k-list .k-item .k-icon {
      margin: 0;
    }

    .k-popup.k-align .k-list .k-item:last-child {
      flex: 1 0 100%;
    }

.k-editor {
  background-clip: padding-box;
}

  .k-editor .k-editable-area {
    border-color: #282931;
  }

.k-ie11 .k-editor,
.k-edge12 .k-editor,
.k-edge13 .k-editor {
  background-clip: border-box;
}

.k-overlay {
  background-color: #000;
}

.k-editor-toolbar {
  padding: 0;
}

  .k-editor-toolbar .k-tool-group {
    padding: 8px 8px;
  }

    .k-editor-toolbar .k-tool-group .k-tool.k-group-start,
    .k-editor-toolbar .k-tool-group .k-tool.k-group-end {
      border-radius: 0;
    }

    .k-editor-toolbar .k-tool-group + .k-tool-group {
      margin: 0;
      border-left-width: 1px;
    }

  .k-editor-toolbar .k-tool + .k-tool {
    margin: 0;
  }

.k-editor .k-editor-toolbar-wrap a.k-tool,
.k-ct-popup .k-editor-toolbar a.k-tool,
.editorToolbarWindow.k-header.k-window-content a.k-tool {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}

  .k-editor .k-editor-toolbar-wrap a.k-tool.k-state-selected,
  .k-ct-popup .k-editor-toolbar a.k-tool.k-state-selected,
  .editorToolbarWindow.k-header.k-window-content a.k-tool.k-state-selected {
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: #004e9b;
    background-image: none;
  }

.k-editor .k-editor-toolbar-wrap .k-tool-group,
.k-ct-popup .k-editor-toolbar .k-tool-group,
.editorToolbarWindow.k-header.k-window-content .k-tool-group {
  border-color: rgba(0, 0, 0, 0.08);
}

.k-editor-toolbar .k-overflow-anchor {
  padding: 8px;
  width: calc(1.4285714286em + 8px + 2px + 16px);
  height: calc(1.4285714286em + 8px + 2px + 16px);
}

.k-textbox,
.k-input.k-textbox,
.k-textarea {
  border-radius: 3px;
  padding: 4px 8px;
  width: 12.4em;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font: inherit;
  line-height: 1.4285714286em;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
}

.k-textbox,
.k-input.k-textbox {
  height: calc(1.4285714286em + (4px * 2) + (1px * 2));
}

.k-textarea {
  width: 18em;
  min-height: calc((1.4285714286em * 4) + (4px * 2));
}

.k-maskedtextbox {
  display: inline-flex;
  border-width: 0;
}

  .k-maskedtextbox .k-textbox {
    flex: 1 0 0;
    min-width: 0;
  }

.k-input,
.k-textbox > input {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}

  .k-input::-ms-clear,
  .k-textbox > input::-ms-clear,
  .k-textbox::-ms-clear {
    display: none;
  }

.k-textbox:focus {
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.06);
}

.k-textbox:disabled, .k-textbox[disabled], .k-textbox.k-state-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
}

.k-textbox-container {
  position: relative;
  padding-top: 1.0714285714em;
  display: inline-flex;
  width: 12.4em;
  flex-direction: column;
  justify-content: stretch;
}

  .k-textbox-container > .k-label {
    pointer-events: none;
    position: absolute;
    line-height: 1.4285714286em;
    cursor: text;
    top: calc(1.0714285714em + 5px);
    left: 9px;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
  }

  .k-textbox-container > .k-textbox {
    flex: 1 1 auto;
    width: auto;
  }

  .k-textbox-container.k-state-empty {
    font-style: normal;
  }

    .k-textbox-container.k-state-empty > .k-label {
      transform: translate(0, 0) scale(1);
    }

  .k-textbox-container > .k-label,
  .k-textbox-container.k-state-focused > .k-label {
    transform: translate(-8px, -3px) translate(-1px, -1.0714285714em) translate(-12.5%, -9.375%) scale(0.75);
  }

.k-checkbox,
.k-radio {
  margin: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  pointer-events: none;
}

  .k-radio:disabled + .k-radio-label,
  .k-checkbox:disabled + .k-checkbox-label {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
  }

.k-checkbox-label,
.k-radio-label {
  margin: 0;
  padding-left: 20px;
  min-height: 16px;
  line-height: 1;
  vertical-align: text-top;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}

  .k-checkbox-label .k-ripple,
  .k-radio-label .k-ripple {
    top: 8px;
    left: 8px;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }

  .k-checkbox-label .k-ripple-blob,
  .k-radio-label .k-ripple-blob {
    top: 50% !important;
    left: 50% !important;
    width: 200% !important;
    height: 200% !important;
  }

  .k-checkbox-label.k-no-text,
  .k-radio-label.k-no-text {
    padding: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
  }

  .k-checkbox-label::before,
  .k-checkbox-label::after,
  .k-radio-label::before,
  .k-radio-label::after {
    font: 16px "WebComponentsIcons", monospace;
    box-sizing: border-box;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }

  .k-checkbox-label::before,
  .k-radio-label::before {
    content: "";
    width: 16px;
    height: 16px;
    border-width: 1px;
    border-style: solid;
  }

  .k-checkbox-label::before {
    border-radius: 3px;
  }

  .k-radio-label::before {
    border-radius: 50%;
  }

  .k-checkbox-label::after {
    content: "\e118";
    width: 16px;
    height: 16px;
    transform: scale(0);
  }

.k-checkbox:checked + .k-checkbox-label::after {
  border-radius: 3px;
  transform: scale(1);
}

.k-checkbox:indeterminate + .k-checkbox-label::after {
  content: "";
  transform: scale(1);
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
}

.k-radio-label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: scale(0);
}

.k-radio:checked + .k-radio-label::after {
  transform: scale(1);
}

.k-fieldset {
  margin: 30px;
  border-width: 1px 0 0;
  border-style: solid;
  padding: 25px 0 0;
}

  .k-fieldset > legend {
    margin-left: 0;
    padding: 0 8px 0 0;
    text-transform: uppercase;
  }

.k-form,
.k-form-inline {
  font-size: 12px;
  line-height: 1.4285714286;
  padding: 16px;
}

  .k-form fieldset,
  .k-form-inline fieldset {
    border-width: 1px 0 0;
    border-style: solid;
    margin: 32px 0;
    padding: 0;
  }

    .k-form fieldset:first-child:first-of-type,
    .k-form-inline fieldset:first-child:first-of-type {
      margin-top: 0;
    }

    .k-form fieldset:last-child:last-of-type,
    .k-form-inline fieldset:last-child:last-of-type {
      margin-bottom: 0;
    }

  .k-form legend,
  .k-form-inline legend {
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
    text-transform: uppercase;
    padding: 0 8px 0 0;
    width: auto;
  }

  .k-form .k-form-field,
  .k-form-inline .k-form-field {
    display: block;
    text-align: left;
    margin-bottom: 12px;
  }

    .k-form .k-form-field > span,
    .k-form-inline .k-form-field > span {
      line-height: 1.4285714286;
    }

    .k-form .k-form-field:last-child,
    .k-form-inline .k-form-field:last-child {
      margin-bottom: 0;
    }

  .k-form .k-alert-error,
  .k-form-inline .k-alert-error {
    font-size: 12px;
    margin-top: 8px;
  }

  .k-form .k-field-info,
  .k-form-inline .k-field-info {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin: 0 8px;
  }

  .k-form .k-checkbox-label,
  .k-form .k-radio-label,
  .k-form-inline .k-checkbox-label,
  .k-form-inline .k-radio-label {
    margin-right: 16px;
    align-self: center;
  }

  .k-form input,
  .k-form label:not(.k-checkbox-label):not(.k-radio-label),
  .k-form .k-widget,
  .k-form .k-block {
    display: block;
  }

  .k-form .k-form-field > span:not(.k-widget):not(.k-block) {
    display: block;
    padding: 4px 0;
  }

  .k-form .k-form-field > input {
    width: 100%;
  }

  .k-form-inline .k-form-field {
    display: flex;
    align-items: flex-start;
  }

    .k-form-inline .k-form-field > span:not(.k-widget):not(.k-block),
    .k-form-inline .k-form-field > label:not(.k-checkbox-label):not(.k-radio-label) {
      width: 25%;
      text-align: right;
      line-height: 1.4285714286;
      padding: 5px 0;
      padding-right: 12px;
      align-self: center;
    }

    .k-form-inline .k-form-field > input {
      flex: 1 1 auto;
    }

    .k-form-inline .k-form-field .k-field-info {
      display: block;
      margin: 0;
    }

.k-grid .k-checkbox-label {
  cursor: default;
  outline: 0;
}

.k-textbox,
.k-input.k-textbox,
.k-textarea {
  background-clip: padding-box;
}

.k-ie11 .k-textbox,
.k-edge12 .k-textbox,
.k-edge13 .k-textbox, .k-ie11
.k-input.k-textbox,
.k-edge12
.k-input.k-textbox,
.k-edge13
.k-input.k-textbox, .k-ie11
.k-textarea,
.k-edge12
.k-textarea,
.k-edge13
.k-textarea {
  background-clip: border-box;
}

.k-textbox:hover, .k-textbox.k-state-hover,
.k-input.k-textbox:hover,
.k-input.k-textbox.k-state-hover,
.k-textarea:hover,
.k-textarea.k-state-hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.k-textbox:focus, .k-textbox.k-state-focus,
.k-input.k-textbox:focus,
.k-input.k-textbox.k-state-focus,
.k-textarea:focus,
.k-textarea.k-state-focus {
  color: #595d6e;
  border-color: rgba(0, 0, 0, 0.15);
}

.k-textbox.k-state-invalid, .k-textbox.ng-invalid.ng-touched, .k-textbox.ng-invalid.ng-dirty,
.k-input.k-textbox.k-state-invalid,
.k-input.k-textbox.ng-invalid.ng-touched,
.k-input.k-textbox.ng-invalid.ng-dirty,
.k-textarea.k-state-invalid,
.k-textarea.ng-invalid.ng-touched,
.k-textarea.ng-invalid.ng-dirty {
  color: #f31700;
  border-color: rgba(243, 23, 0, 0.5);
}

.k-textbox::-moz-selection,
.k-input.k-textbox::-moz-selection,
.k-textarea::-moz-selection {
  background-color: #004e9b;
  color: #ffffff;
}

.k-textbox::selection,
.k-input::selection,
.k-textarea::selection {
  background-color: #004e9b;
  color: #ffffff;
}

.k-state-disabled .k-textbox::selection, .k-state-disabled
.k-input::selection, .k-state-disabled
.k-textarea::selection {
  color: #595d6e;
  background-color: transparent;
}

.k-textbox::placeholder,
.k-input::placeholder,
.k-input.k-textbox::placeholder,
.k-textarea::placeholder {
  color: rgba(89, 93, 110, 0.5);
}

.k-radio-label::before {
  border-color: #ccc;
  background-color: #fff;
}

.k-radio:focus + .k-radio-label::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.k-radio:checked + .k-radio-label::before {
  border-color: #004e9b;
  background-color: #004e9b;
}

.k-radio:checked + .k-radio-label::after {
  background-color: #ffffff;
}

.k-radio:checked:focus + .k-radio-label::before {
  box-shadow: 0 0 0 2px rgba(0, 78, 155, 0.3);
}

.k-radio:hover + .k-radio-label::before {
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.k-radio:hover + .k-radio-label::after {
  background-color: #004e9b;
}

.k-checkbox-label::before {
  background-color: #fff;
  border-color: #ccc;
}

.k-checkbox:indeterminate + .k-checkbox-label::after {
  background-color: #004e9b;
}

.k-checkbox:focus + .k-checkbox-label::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.k-checkbox:checked + .k-checkbox-label::before {
  border-color: #004e9b;
  background-color: #004e9b;
}

.k-checkbox:checked + .k-checkbox-label::after {
  color: #ffffff;
}

.k-checkbox:checked:focus + .k-checkbox-label::before {
  box-shadow: 0 0 0 2px rgba(0, 78, 155, 0.3);
}

.k-checkbox:hover + .k-checkbox-label::before {
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.k-checkbox:hover + .k-checkbox-label::after {
  color: #004e9b;
}

fieldset {
  border-color: #ccc;
}

  fieldset legend {
    color: #595d6e;
  }

.k-form,
.k-form-inline {
  color: #595d6e;
}

  .k-form fieldset legend,
  .k-form-inline fieldset legend {
    color: #3b3e49;
  }

  .k-form .k-field-info,
  .k-form-inline .k-field-info {
    color: #b0b3bf;
  }

  .k-form .k-alert-error,
  .k-form-inline .k-alert-error {
    color: #f31700;
  }

.k-required,
.k-required.k-field-info {
  color: #004e9b;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-multiselect {
  border-radius: 3px;
  width: 100%;
}

  .k-multiselect .k-loading-hidden {
    visibility: hidden;
  }

  .k-multiselect .k-clear-value {
    top: 4px;
    margin-top: 0;
  }

  .k-multiselect[dir='rtl'] li.k-button,
  .k-rtl .k-multiselect li.k-button {
    float: right;
  }

  .k-multiselect[dir='rtl'] .k-multiselect-wrap,
  .k-rtl .k-multiselect .k-multiselect-wrap {
    padding-left: 24px;
    padding-right: 0;
  }

    .k-multiselect[dir='rtl'] .k-multiselect-wrap .k-searchbar,
    .k-rtl .k-multiselect .k-multiselect-wrap .k-searchbar {
      float: right;
    }

    .k-multiselect[dir='rtl'] .k-multiselect-wrap .k-button,
    .k-rtl .k-multiselect .k-multiselect-wrap .k-button {
      margin: 2px 2px 0 0;
    }

      .k-multiselect[dir='rtl'] .k-multiselect-wrap .k-button .k-select,
      .k-rtl .k-multiselect .k-multiselect-wrap .k-button .k-select {
        margin-left: 0;
        margin-right: 8px;
      }

    .k-multiselect[dir='rtl'] .k-multiselect-wrap .k-i-loading,
    .k-rtl .k-multiselect .k-multiselect-wrap .k-i-loading {
      left: 8px;
      right: auto;
    }

.k-multiselect-wrap {
  min-height: calc(1.4285714286em + 8px);
  padding-right: 24px;
  cursor: text;
}

  .k-multiselect-wrap ul {
    vertical-align: top;
  }

  .k-multiselect-wrap li.k-button {
    float: left;
  }

  .k-multiselect-wrap .k-button {
    padding: 1px 4px;
    margin: 2px 0 0 2px;
    cursor: default;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    line-height: inherit;
    white-space: normal;
  }

    .k-multiselect-wrap .k-button .k-select {
      display: flex;
      cursor: pointer;
      margin-left: 8px;
    }

    .k-multiselect-wrap .k-button:last-child {
      margin-bottom: 2px;
    }

  .k-multiselect-wrap .k-searchbar {
    float: left;
    width: auto;
  }

.k-multiselect {
  background-clip: padding-box;
}

.k-ie11 .k-multiselect,
.k-edge12 .k-multiselect,
.k-edge13 .k-multiselect {
  background-clip: border-box;
}

.k-multiselect li {
  background-clip: padding-box;
}

.k-ie11 .k-multiselect li,
.k-edge12 .k-multiselect li,
.k-edge13 .k-multiselect li {
  background-clip: border-box;
}

.k-multiselect li .k-icon {
  opacity: .6;
  cursor: pointer;
}

  .k-multiselect li .k-icon:hover {
    opacity: 1;
  }

.k-multiselect li:focus .k-icon, .k-multiselect li.k-state-focused .k-icon {
  opacity: 1;
}

.k-multiselect .k-i-loading {
  background-color: #fff;
}

.k-multiselect-wrap > .k-readonly {
  opacity: .6;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-rtl .k-numerictextbox .k-numeric-wrap .k-i-warning, .k-numerictextbox[dir='rtl'] .k-numeric-wrap .k-i-warning {
  align-self: center;
  margin-right: 0;
  margin-left: 0.5em;
}

.k-numeric-wrap .k-i-warning {
  align-self: center;
  margin-right: 0.5em;
}

.k-numeric-wrap > .k-input {
  flex: 1 1 0;
}

.k-numerictextbox .k-numeric-wrap {
  background-clip: padding-box;
}

.k-ie11 .k-numerictextbox .k-numeric-wrap,
.k-edge12 .k-numerictextbox .k-numeric-wrap,
.k-edge13 .k-numerictextbox .k-numeric-wrap {
  background-clip: border-box;
}

.k-numerictextbox .k-select {
  padding: 0;
  width: calc(8px + 1.4285714286em);
  border-width: 0;
}

  .k-numerictextbox .k-select > .k-state-selected,
  .k-numerictextbox .k-select > .k-state-active {
    color: #202128;
    box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  }

.k-numerictextbox .k-link-increase > .k-icon {
  bottom: -2px;
}

.k-numerictextbox .k-link-decrease > .k-icon {
  top: -2px;
}

.k-numerictextbox .k-numeric-wrap.k-state-invalid {
  color: #f31700;
  border-color: rgba(243, 23, 0, 0.5);
}

  .k-numerictextbox .k-numeric-wrap.k-state-invalid .k-select {
    color: #f31700;
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-tooltip {
  color: #fff;
  background-color: #000;
}

.k-callout-n {
  border-bottom-color: #000;
}

.k-callout-e {
  border-left-color: #000;
}

.k-callout-s {
  border-top-color: #000;
}

.k-callout-w {
  border-right-color: #000;
}

.k-tooltip-validation {
  margin: 0.5em 0 0;
  padding: 0;
  position: static;
  border-width: 0;
  display: inline-flex;
  align-items: center;
}

  .k-tooltip-validation[hidden] {
    display: none;
  }

  .k-tooltip-validation > .k-icon {
    margin-right: 4px;
  }

  .k-tooltip-validation .k-callout {
    display: none;
  }

.k-tooltip-validation {
  border-color: transparent;
  color: #f31700;
  background-color: transparent;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-switch {
  cursor: pointer;
  border: 0;
  display: inline-block;
  font-size: 10px;
  overflow: hidden;
  position: relative;
  text-align: left;
  user-select: none;
  vertical-align: middle;
  width: 6em;
  outline: 0;
}

  .k-switch [type='checkbox'] {
    display: none;
  }

  .k-switch[dir='rtl'] .k-switch-label-off {
    left: -2.4em;
    margin-left: -2px;
  }

  .k-switch[dir='rtl'] .k-switch-label-on {
    left: 2.4em;
    margin-left: calc(4px - 1px);
  }

.k-switch,
.k-switch-wrapper,
.k-switch-container,
.k-switch-handle {
  box-sizing: border-box;
}

.k-switch-wrapper {
  display: none;
}

.k-switch .k-switch-background {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.k-switch-container {
  padding: 2px 0;
  display: block;
  width: 100%;
  background: transparent;
  transform: translateZ(0);
  outline: 0;
}

.k-switch-handle {
  position: relative;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  margin: 0 6px 0 2px;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
}

.k-switch-label-off {
  left: 2.4em;
  margin-left: calc(4px - 1px);
}

.k-switch-label-on {
  left: -2.4em;
  margin-left: -2px;
}

.k-switch-label-on,
.k-switch-label-off {
  top: -1px;
  display: block;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 2.4em;
  vertical-align: middle;
}

.k-switch-container,
.k-switch-wrapper {
  border-width: 1px;
  border-style: solid;
}

.k-switch,
.k-switch-wrapper,
.k-switch-container {
  border-radius: 1.5em;
  outline: 0;
}

.k-switch-container,
.k-switch-wrapper {
  border-color: rgba(0, 0, 0, 0.08);
  background-clip: padding-box;
}

.k-ie11 .k-switch-container,
.k-edge12 .k-switch-container,
.k-edge13 .k-switch-container, .k-ie11
.k-switch-wrapper,
.k-edge12
.k-switch-wrapper,
.k-edge13
.k-switch-wrapper {
  background-clip: border-box;
}

.k-switch-container:hover,
.k-switch-wrapper:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.k-switch-wrapper {
  background-color: #ffffff;
}

.k-switch-background {
  background-position: 4.3em 0;
  background-repeat: no-repeat;
}

.k-switch-handle {
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.k-ie11 .k-switch-handle,
.k-edge12 .k-switch-handle,
.k-edge13 .k-switch-handle {
  background-clip: border-box;
}

.k-switch-off:action {
  border-color: #4687fa;
  color: #fff;
  background-color: #5f97fb;
  background-image: linear-gradient(to top, none);
}

.k-switch-label-on {
  color: #004e9b;
  background-color: transparent;
}

.k-switch-label-off {
  color: #595d6e;
}

.k-switch:focus, .k-switch.k-state-focused {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.k-switch:active {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.k-switch.k-state-disabled {
  cursor: auto;
}

  .k-switch.k-state-disabled .k-switch-container,
  .k-switch.k-state-disabled .k-switch-wrapper {
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: none;
  }

  .k-switch.k-state-disabled:focus {
    box-shadow: none;
  }

  .k-switch.k-state-disabled.k-switch-on .k-switch-handle {
    background: #004e9b;
    border-color: #004e9b;
    opacity: .5;
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-maskedtextbox .k-i-warning {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.k-rtl .k-maskedtextbox .k-i-warning, .k-maskedtextbox[dir='rtl'] .k-i-warning {
  right: auto;
  left: 8px;
}

.k-maskedtextbox.k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-maskedtextbox .k-i-warning {
  color: #f31700;
}

.k-maskedtextbox.k-state-invalid .k-textbox {
  color: #f31700;
  border-color: #f31700;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-listbox {
  width: 12.4em;
  height: 200px;
  vertical-align: top;
  background-color: transparent;
  border-width: 0;
  display: inline-flex;
}

  .k-listbox .k-listbox-toolbar ul {
    display: flex;
  }

  .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar ul {
    flex-direction: column;
  }

  .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li + li {
    margin-top: 8px;
  }

  .k-listbox.k-listbox-toolbar-left {
    flex-direction: row;
  }

    .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
      margin-right: 8px;
    }

  .k-listbox.k-listbox-toolbar-right {
    flex-direction: row-reverse;
  }

    .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
      margin-left: 8px;
    }

  .k-listbox.k-listbox-toolbar-top, .k-listbox.k-listbox-toolbar-bottom {
    flex-direction: column;
  }

    .k-listbox.k-listbox-toolbar-top .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar ul {
      flex-direction: row;
    }

    .k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li + li {
      margin-left: 8px;
    }

    .k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
      margin-bottom: 8px;
    }

    .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
      margin-top: 8px;
    }

  .k-listbox .k-list-scroller {
    width: 100%;
    border-width: 1px;
    border-style: solid;
  }

  .k-listbox .k-drop-hint {
    border-top-width: 1px;
    border-top-style: solid;
  }

  .k-listbox .k-ghost {
    opacity: .5;
  }

.k-item {
  cursor: default;
}

  .k-item.k-drag-clue {
    border-radius: 0;
    padding: 4px 8px;
    border-width: 0;
    font-size: 12px;
    line-height: 1.4285714286em;
  }

.k-listbox .k-list-scroller {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  color: #595d6e;
  background-clip: padding-box;
}

.k-ie11 .k-listbox .k-list-scroller,
.k-edge12 .k-listbox .k-list-scroller,
.k-edge13 .k-listbox .k-list-scroller {
  background-clip: border-box;
}

.k-listbox .k-drop-hint {
  border-top-color: #004e9b;
}

.k-item.k-drag-clue {
  background-color: #004e9b;
  color: #ffffff;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-var--chart-font {
  font-size: 12px;
}

.k-var--chart-title-font {
  font-size: 1.143em;
}

.k-var--chart-label-font {
  font-size: 0.857em;
}

.k-chart,
.k-sparkline,
.k-stockchart {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  border-width: 0;
}

.k-chart,
.k-stockchart {
  font-size: 12px;
  font-family: inherit;
  display: block;
  height: 400px;
}

.k-chart-surface {
  height: 100%;
}

.k-chart .k-popup {
  border-width: 0;
}

.k-chart-tooltip-wrapper .k-animation-container-shown {
  transition: left ease-in 80ms, top ease-in 80ms;
}

.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse;
}

.k-chart-tooltip {
  font-size: 11.148px;
  line-height: 1.4285714286;
  padding: 4px 8px;
}

  .k-chart-tooltip th {
    width: auto;
    text-align: center;
    padding: 1px;
  }

  .k-chart-tooltip td {
    width: auto;
    text-align: left;
    padding: 2px 4px;
    line-height: 1.4285714286;
    vertical-align: middle;
  }

.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
  border-width: 1px;
  border-style: solid;
}

  .k-chart-shared-tooltip .k-chart-shared-tooltip-marker {
    display: block;
    width: 15px;
    height: 3px;
    vertical-align: middle;
  }

/* Selection */
.k-selector {
  position: absolute;
  -webkit-transform: translateZ(0);
}

.k-selection {
  position: absolute;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-bottom: 0;
}

.k-selection-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.k-handle {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border-width: 1px;
  border-style: solid;
  z-index: 1;
  position: absolute;
  box-sizing: content-box;
}

  .k-handle div {
    width: 100%;
    height: 100%;
  }

.k-left-handle {
  left: -11px;
}

.k-right-handle {
  right: -11px;
}

.k-left-handle div {
  margin: -22px 0 0 -14.6666666667px;
  padding: 44px 29.3333333333px 0 0;
}

.k-right-handle div {
  margin: -22px 0 0 -14.6666666667px;
  padding: 44px 0 0 29.3333333333px;
}

.k-left-handle.k-handle-active div {
  margin-left: -44px;
  padding-left: 58.6666666667px;
}

.k-right-handle.k-handle-active div {
  margin-left: -44px;
  padding-right: 58.6666666667px;
}

.k-mask {
  position: absolute;
  height: 100%;
}

.k-border {
  width: 1px;
  height: 100%;
  position: absolute;
}

.k-marquee {
  position: absolute;
  z-index: 100000;
}

.k-marquee-color,
.k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Navigator hint */
.k-navigator-hint div {
  position: absolute;
}

.k-navigator-hint .k-scroll {
  position: absolute;
  height: 4px;
}

.k-navigator-hint .k-tooltip {
  margin-top: 20px;
  min-width: 160px;
  opacity: 1;
  text-align: center;
}

/* Sparklines */
.k-sparkline,
.k-sparkline span {
  display: inline-block;
  vertical-align: top;
}

  .k-sparkline span {
    height: 100%;
    width: 100%;
  }

.k-chart-dragging {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.k-chart-donut-center {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  border: 4px solid transparent;
  box-sizing: border-box;
}

.k-pdf-export .k-chart .k-animation-container,
.k-pdf-export .k-sparkline .k-animation-container,
.k-pdf-export .k-stockchart .k-animation-container {
  display: none;
}

.k-diagram {
  height: 600px;
}

  .k-diagram .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .k-diagram .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

.k-canvas-container {
  width: 100%;
  height: 100%;
}

/* IE8- */
.k-diagram img {
  box-sizing: content-box;
}

.k-treemap {
  height: 400px;
  overflow: hidden;
}

  .k-treemap .k-treemap-tile {
    margin: -1px 0 0 -1px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid;
    border-color: inherit;
    color: inherit;
    background-color: inherit;
    overflow: hidden;
    position: absolute;
  }

  .k-treemap > .k-treemap-tile {
    position: relative;
  }

  .k-treemap .k-treemap-title {
    padding: 2px 4px;
    border-width: 0 0 1px;
    border-style: solid;
    background-position: 0 0;
    background-repeat: repeat-x;
  }

  .k-treemap .k-treemap-title-vertical {
    padding: 4px 2px;
    width: 1.4285714286em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    bottom: 0;
  }

    .k-treemap .k-treemap-title-vertical > div {
      transform-origin: right;
      transform: rotate(-90deg);
      position: absolute;
      top: 0;
      right: 1em;
    }

  .k-treemap .k-treemap-wrap {
    border-color: inherit;
    color: inherit;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .k-treemap .k-treemap-title + .k-treemap-wrap {
    top: calc(5.4285714286px + 1px);
  }

  .k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
    left: calc(5.4285714286px + 1px);
  }

  .k-treemap .k-leaf {
    padding: 4px;
  }

.k-var--accent {
  background-color: #004e9b;
}

.k-var--accent-contrast {
  background-color: #ffffff;
}

.k-var--base {
  background-color: #ececee;
}

.k-var--background {
  background-color: #ffffff;
}

.k-var--border-radius {
  margin-top: 3px;
}

.k-var--normal-background {
  background-color: #ececee;
}

.k-var--normal-text-color {
  background-color: #595d6e;
}

.k-var--hover-background {
  background-color: #ededed;
}

.k-var--hover-text-color {
  background-color: #656565;
}

.k-var--selected-background {
  background-color: #004e9b;
}

.k-var--selected-text-color {
  background-color: #ffffff;
}

.k-var--success {
  background-color: #37b400;
}

.k-var--info {
  background-color: #0058e9;
}

.k-var--warning {
  background-color: #ffc000;
}

.k-var--error {
  background-color: #f31700;
}

.k-var--series-a {
  background-color: #ff6358;
}

.k-var--series-b {
  background-color: #ffd246;
}

.k-var--series-c {
  background-color: #78d237;
}

.k-var--series-d {
  background-color: #28b4c8;
}

.k-var--series-e {
  background-color: #2d73f5;
}

.k-var--series-f {
  background-color: #aa46be;
}

.k-var--chart-inactive {
  background-color: rgba(89, 93, 110, 0.5);
}

.k-var--chart-major-lines {
  background-color: rgba(0, 0, 0, 0.08);
}

.k-var--chart-minor-lines {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-var--chart-area-opacity {
  opacity: 0.8;
}

.k-var--chart-notes-background {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-notes-border {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-notes-lines {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-crosshair-background {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-error-bars-background {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-chart,
.k-sparkline,
.k-stockchart {
  background-color: transparent;
}

  .k-chart .k-popup,
  .k-sparkline .k-popup,
  .k-stockchart .k-popup {
    background: transparent;
  }

.k-chart-tooltip {
  border-radius: 3px;
  color: #ffffff;
}

.k-chart-tooltip-inverse {
  color: black;
}

.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
  color: #595d6e;
  background-color: #ececee;
  border-color: rgba(0, 0, 0, 0.08);
}

.k-selection {
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.15);
}

.k-selection-bg {
  background-color: transparent;
}

.k-handle {
  cursor: e-resize;
}

  .k-handle div {
    background-color: transparent;
  }

.k-mask {
  background-color: #ffffff;
  opacity: .8;
}

.k-marquee-color {
  background-color: #ff6358;
}

.k-marquee-color {
  opacity: .6;
}

.k-navigator-hint .k-scroll {
  border-radius: 3px;
}

.k-treemap .k-leaf {
  color: #fff;
}

  .k-treemap .k-leaf.k-inverse {
    color: #595d6e;
  }

  .k-treemap .k-leaf.k-state-hover {
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.08);
  }

.k-map {
  height: 600px;
}

  .k-map .km-scroll-wrapper {
    width: 100%;
    height: 100%;
    user-select: none;
    position: absolute;
  }

  .k-map .k-touch-scrollbar {
    display: none;
  }

  .k-map .k-layer {
    position: absolute;
    left: 0;
    top: 0;
  }

  .k-map .k-marker {
    margin: -32px 0 0 -16px;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
  }

  .k-map .k-attribution {
    padding: 2px 4px;
    font-size: 9px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }

  .k-map .km-scroll-container {
    height: 100%;
  }

.k-map-controls {
  position: absolute;
  display: flex;
  align-items: center;
}

.k-pos-top {
  top: 0;
}

.k-pos-bottom {
  bottom: 0;
}

.k-pos-left {
  left: 0;
}

.k-pos-right {
  right: 0;
}

.k-navigator {
  margin: 1em;
  width: 50px;
  height: 50px;
  box-sizing: content-box;
  border-radius: 50%;
  position: relative;
}

.k-pdf-export .k-navigator {
  display: none;
}

.k-navigator .k-button {
  margin: 0;
  padding: 0;
  border-radius: 100%;
  line-height: 1;
  position: absolute;
}

  .k-navigator .k-button:not(:hover) {
    border-color: transparent;
    background: none;
  }

.k-navigator .k-navigator-up {
  transform: translateX(-50%);
  top: 2px;
  left: 50%;
}

.k-navigator .k-navigator-right {
  transform: translateY(-50%);
  right: 2px;
  top: 50%;
}

.k-navigator .k-navigator-down {
  transform: translateX(-50%);
  bottom: 2px;
  left: 50%;
}

.k-navigator .k-navigator-left {
  transform: translateY(-50%);
  left: 2px;
  top: 50%;
}

.k-zoom-control {
  margin: 1em;
  border: 0;
  background: none;
  display: flex;
}

.k-pdf-export .k-zoom-control {
  display: none;
}

.k-zoom-control .k-button {
  padding: 4px;
}

.k-buttons-vertical {
  flex-direction: vertical;
}

.k-map .k-marker {
  color: #004e9b;
}

.k-barcode {
  display: inline-block;
}

.k-qrcode {
  display: inline-block;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

  .k-loading-pdf-mask > .k-i-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 64px;
  }

  .k-loading-pdf-mask .k-loading-pdf-progress {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

.k-grid-pdf-export-element {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

  .k-grid-pdf-export-element .k-filter-row {
    display: none;
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-splitter {
  height: 300px;
  position: relative;
}

  .k-splitter .k-pane {
    overflow: hidden;
  }

  .k-splitter .k-scrollable {
    overflow: auto;
  }

  .k-splitter .k-splitter-resizing {
    overflow: hidden;
  }

.k-pane > .k-splitter {
  border-width: 0;
  overflow: hidden;
}

.k-splitter .k-pane-loading {
  position: static;
  top: 50%;
  left: 50%;
}

.k-ghost-splitbar,
.k-splitbar {
  border-style: solid;
  outline: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .k-ghost-splitbar .k-icon,
  .k-splitbar .k-icon {
    font-size: 10px;
    display: block;
  }

.k-splitbar-draggable-horizontal {
  cursor: w-resize;
}

.k-splitbar-draggable-vertical {
  cursor: n-resize;
}

.k-collapse-next,
.k-collapse-prev,
.k-expand-next,
.k-expand-prev {
  cursor: pointer;
}

.k-ghost-splitbar-horizontal,
.k-splitbar-horizontal {
  width: 8px;
  border-width: 0;
  background-repeat: repeat-y;
  flex-direction: column;
  top: 0;
}

.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
  height: 8px;
  border-width: 0;
  background-repeat: repeat-x;
  flex-direction: row;
  left: 0;
}

.k-splitbar-static-horizontal {
  width: 1px;
}

.k-splitbar-static-vertical {
  height: 1px;
}

.k-splitbar-draggable-horizontal .k-resize-handle {
  position: static;
  width: 2px;
  height: 20px;
}

.k-splitter .k-resize-handle {
  display: none;
  background-color: currentColor;
}

.k-splitbar-draggable-horizontal .k-resize-handle,
.k-splitbar-draggable-vertical .k-resize-handle {
  display: block;
}

.k-splitbar-horizontal .k-i-arrow-60-left, .k-splitbar-horizontal .k-i-arrow-w::before, .k-splitbar-horizontal .k-i-sarrow-w::before, .k-splitbar-horizontal .k-i-expand-w::before {
  margin-bottom: 7px;
}

.k-splitbar-horizontal .k-i-arrow-60-right, .k-splitbar-horizontal .k-i-arrow-e::before, .k-splitbar-horizontal .k-i-sarrow-e::before, .k-splitbar-horizontal .k-i-expand::before, .k-splitbar-horizontal .k-i-expand-e::before {
  margin-top: 7px;
}

.k-splitbar-vertical .k-i-arrow-60-up, .k-splitbar-vertical .k-i-arrow-n::before, .k-splitbar-vertical .k-i-sarrow-n::before, .k-splitbar-vertical .k-i-expand-n::before {
  margin-right: 7px;
}

.k-splitbar-vertical .k-i-arrow-60-down, .k-splitbar-vertical .k-i-arrow-s::before, .k-splitbar-vertical .k-i-sarrow-s::before, .k-splitbar-vertical .k-i-collapse::before, .k-splitbar-vertical .k-i-expand-s::before {
  margin-left: 7px;
}

.k-splitbar-draggable-vertical .k-resize-handle {
  position: static;
  width: 20px;
  height: 2px;
}

.k-pane > .k-splitter-overlay {
  opacity: 0;
  position: absolute;
}

.k-splitter {
  background-clip: padding-box;
}

.k-ie11 .k-splitter,
.k-edge12 .k-splitter,
.k-edge13 .k-splitter {
  background-clip: border-box;
}

.k-splitbar {
  color: #595d6e;
  background-color: rgba(235, 235, 235, 0.8);
}

  .k-splitbar:active, .k-splitbar.k-state-focused {
    color: #ffffff;
    background: #004e9b;
  }

.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover {
  color: #595d6e;
  background-color: #ebebeb;
}

.k-ghost-splitbar {
  background-color: #ebebeb;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-gantt {
  position: relative;
  white-space: nowrap;
}

  .k-gantt td {
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
  }

  .k-gantt .k-grid-header tr {
    height: calc(1.4285714286em + 17px);
  }

  .k-gantt .k-grid-content tr {
    height: calc(1.4285714286em + 16px);
  }

  .k-gantt .k-gantt-layout {
    white-space: normal;
    vertical-align: top;
    display: inline-block;
  }

  .k-gantt .k-splitbar {
    position: relative;
    display: inline-flex;
  }

.k-gantt-toolbar {
  padding: 8px 8px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
}

.k-gantt-layout + .k-gantt-toolbar {
  border-width: 1px 0 0;
}

.k-gantt-actions {
  float: left;
}

  .k-gantt-actions .k-button + .k-button {
    margin-left: 8px;
  }

.k-gantt-views {
  float: right;
  display: inline-flex;
}

.k-gantt-toggle {
  margin-right: .5em;
  display: none;
  float: left;
}

@media only screen and (max-width: 480px) {
  .k-gantt-toggle {
    display: inline-flex;
  }

  .k-gantt-pdf,
  .k-gantt-create {
    padding: 4px;
    width: calc(10px + 1.4285714286em);
    height: calc(10px + 1.4285714286em);
  }

    .k-gantt-pdf .k-icon,
    .k-gantt-create .k-icon {
      margin: 0;
    }

    .k-gantt-pdf span + span,
    .k-gantt-create span + span {
      display: none;
    }
}

.k-gantt-views .k-current-view {
  display: none;
}

  .k-gantt-views .k-current-view .k-link::after {
    content: "";
    margin: 0 0 0 1ex;
    border: .25em solid transparent;
    border-top: .5em solid currentColor;
    border-bottom-width: 0;
    display: inline-block;
  }

@media (max-width: 1024px) {
  ul.k-gantt-views {
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1000;
  }

    ul.k-gantt-views li {
      display: none;
    }

    ul.k-gantt-views .k-current-view {
      display: block;
    }

    ul.k-gantt-views.k-state-expanded li {
      display: block;
    }
}

.k-gantt-treelist .k-treelist {
  height: 100%;
  border-width: 0;
}

.k-gantt-treelist .k-grid-header {
  padding: 0 !important;
}

  .k-gantt-treelist .k-grid-header tr {
    height: calc(2.8571428571em + 34px);
    vertical-align: bottom;
  }

.k-gantt-treelist .k-grid-content {
  overflow: hidden;
  overflow-x: scroll;
}

  .k-gantt-treelist .k-grid-content td {
    vertical-align: middle;
  }

.k-gantt-timeline .k-timeline {
  height: 100%;
  border-width: 0;
}

.k-gantt-timeline .k-grid-content {
  overflow-x: scroll;
}

.k-gantt-tables {
  position: relative;
  border-color: inherit;
}

.k-gantt-rows,
.k-gantt-columns {
  border-color: inherit;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.k-gantt-dependencies {
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
}

.k-gantt-tasks {
  position: relative;
}

  .k-gantt-tasks td {
    padding: 0;
    position: relative;
    vertical-align: middle;
  }

    .k-gantt-tasks td::after {
      content: "\a0";
    }

.k-task-wrap {
  margin: 0 -21px;
  padding: 5px 21px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}

  .k-task-wrap.k-drag-hint {
    position: absolute;
  }

.k-task {
  position: relative;
  flex: 1 1 auto;
}

.k-task-dot {
  width: 16px;
  height: 16px;
  line-height: 1;
  cursor: pointer;
  display: none;
  position: absolute;
}

.k-task-wrap:hover .k-task-dot,
.k-task-wrap.k-origin .k-task-dot {
  display: block;
}

.k-task-dot::before {
  content: "";
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  border-width: 0;
  border-style: solid;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
  border-width: 1px;
}

.k-task-start {
  left: 0;
}

.k-task-end {
  right: 0;
}

.k-task-draghandle {
  margin-left: 16px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-width: 0;
  border-bottom-color: inherit;
  position: absolute;
  bottom: 0;
  cursor: e-resize;
  visibility: hidden;
}

.k-task-wrap:hover .k-task-draghandle {
  visibility: visible;
}

.k-milestone-wrap {
  margin: 0 -2em;
}

.k-task-milestone {
  width: 1em;
  height: 1em;
  border-width: 1px;
  border-style: solid;
  transform: rotate(45deg);
}

.k-task-summary {
  height: 10px;
  display: inline-block;
  vertical-align: top;
}

.k-task-summary,
.k-task-summary-complete {
  background-color: currentColor;
}

  .k-task-summary::before, .k-task-summary::after,
  .k-task-summary-complete::before,
  .k-task-summary-complete::after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    position: absolute;
    top: 0;
  }

  .k-task-summary::before,
  .k-task-summary-complete::before {
    border-left-color: currentColor;
    left: 0;
  }

  .k-task-summary::after,
  .k-task-summary-complete::after {
    border-right-color: currentColor;
    right: 0;
  }

.k-task-summary-complete {
  height: 10px;
  position: relative;
  z-index: 2;
}

.k-task-summary-progress {
  height: 15px;
  overflow: hidden;
}

.k-task-single {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  cursor: default;
}

  .k-task-single .k-resize-handle {
    opacity: .5;
    z-index: 2;
    visibility: hidden;
  }

    .k-task-single .k-resize-handle::before {
      position: absolute;
      top: 2px;
      bottom: 2px;
    }

  .k-task-single .k-resize-w {
    left: 0;
  }

    .k-task-single .k-resize-w::before {
      left: 2px;
      border-left-width: 1px;
    }

  .k-task-single .k-resize-e {
    right: 0;
  }

    .k-task-single .k-resize-e::before {
      right: 2px;
      border-left-width: 1px;
    }

  .k-task-single:hover .k-resize-handle,
  .k-task-single:hover .k-task-actions {
    visibility: visible;
  }

.k-task-complete {
  border-radius: 3px;
  width: 20%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
}

.k-task-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.k-task-template {
  padding: 2px 4px;
  line-height: normal;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-task-actions {
  padding: 2px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  visibility: hidden;
}

  .k-task-actions > .k-link {
    display: inline-flex;
  }

.k-resources-wrap {
  position: absolute;
  display: inline-block;
  z-index: 2;
  margin-left: 20px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  .k-resources-wrap .k-resource {
    margin: 0 5px;
  }

.k-task-details {
  padding: 4px 8px;
}

  .k-task-details strong {
    font-size: 19px;
    font-weight: normal;
    display: block;
  }

  .k-task-details .k-task-pct {
    font-size: 32px;
  }

  .k-task-details ul {
    line-height: normal;
  }

.k-gantt-edit-form .k-gantt-delete {
  float: left;
}

.k-rtl .k-gantt-views {
  float: left;
}

.k-rtl .k-gantt-actions {
  float: right;
}

  .k-rtl .k-gantt-actions .k-button + .k-button {
    margin-left: 0;
    margin-right: 8px;
  }

.k-rtl .k-gantt-rows,
.k-rtl .k-gantt-columns {
  left: auto;
  right: 0;
}

.k-rtl .k-task-wrap:not(.k-milestone-wrap) {
  margin: 0 -26px;
}

.k-rtl .k-timeline .k-gantt-tasks tbody {
  text-align: left;
}

.k-rtl .k-task-content {
  text-align: right;
}

.k-rtl .k-task-complete {
  left: auto;
  right: 0;
}

.k-rtl .k-task-draghandle {
  margin-left: 0;
  margin-right: 16px;
}

.k-rtl .k-gantt-dependencies {
  left: auto;
  right: 0;
}

.k-rtl .k-grid-header .k-header {
  position: static;
}

.k-gantt {
  background-clip: padding-box;
}

.k-ie11 .k-gantt,
.k-edge12 .k-gantt,
.k-edge13 .k-gantt {
  background-clip: border-box;
}

.k-gantt-views li.k-state-selected {
  border-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  background-color: #004e9b;
  background-image: none;
}

.k-gantt-views li:first-child {
  border-radius: 3px;
}

  .k-gantt-views li:first-child + li {
    border-radius: 3px 0 0 3px;
  }

.k-gantt-views li:last-child {
  border-radius: 0 3px 3px 0;
}

.k-gantt-views.k-state-expanded li {
  border-radius: 0;
  margin: 0;
}

  .k-gantt-views.k-state-expanded li + li {
    margin-top: -1px;
  }

  .k-gantt-views.k-state-expanded li:first-child {
    border-radius: 3px 3px 0 0;
  }

    .k-gantt-views.k-state-expanded li:first-child + li {
      border-radius: 0;
    }

  .k-gantt-views.k-state-expanded li:last-child {
    border-radius: 0 0 3px 3px;
  }

.k-gantt-treelist {
  background-color: #fafafa;
}

  .k-gantt-treelist .k-treelist {
    background-color: transparent;
  }

  .k-gantt-treelist tr.k-alt {
    background-color: #f0f0f0;
  }

  .k-gantt-treelist tr.k-state-selected,
  .k-gantt-treelist td.k-state-selected {
    color: inherit;
    background-color: rgba(0, 78, 155, 0.25);
  }

.k-gantt-columns .k-nonwork-hour {
  background-color: rgba(89, 93, 110, 0.025);
}

.k-line {
  color: black;
}

  .k-line.k-state-selected {
    color: #004e9b;
  }

.k-task-dot::before {
  background-color: #595d6e;
}

.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
  border-color: #595d6e;
  background-color: #fff;
}

.k-task-milestone {
  border-color: rgba(0, 0, 0, 0.08);
  background-color: #595d6e;
}

  .k-task-milestone.k-state-selected {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #004e9b;
  }

.k-task-summary {
  color: #616575;
}

.k-task-summary-complete {
  color: black;
}

.k-task-summary.k-state-selected {
  color: #3371af;
}

  .k-task-summary.k-state-selected .k-task-summary-complete {
    color: #00488f;
  }

.k-task-summary::before,
.k-task-summary::after,
.k-task-summary-complete::before,
.k-task-summary-complete::after {
  display: none;
}

.k-task-single {
  border-width: 0;
  border-color: rgba(0, 0, 0, 0.08);
  color: #fff;
  background: #7a7d8b;
}

  .k-task-single .k-task-complete {
    background: #595d6e;
  }

  .k-task-single .k-task-template {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .k-task-single.k-state-selected {
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: #4d83b9;
  }

    .k-task-single.k-state-selected .k-task-complete {
      background: #004e9b;
    }

.k-gantt-views li:first-child + li {
  border-radius: 0 3px 3px 0;
}

.k-gantt-views li:last-child {
  border-radius: 3px 0 0 3px;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scheduler {
  display: flex;
  flex-direction: column;
}

  .k-scheduler table,
  .k-scheduler thead,
  .k-scheduler tfoot,
  .k-scheduler tbody,
  .k-scheduler tr,
  .k-scheduler th,
  .k-scheduler td {
    border-color: inherit;
  }

.k-scheduler-table {
  width: 100%;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

  .k-scheduler-table td,
  .k-scheduler-table th {
    padding: 8px;
    height: 1.4285714286em;
    border-style: solid;
    border-width: 0 0 1px 1px;
    vertical-align: top;
  }

    .k-scheduler-table td:first-child,
    .k-scheduler-table th:first-child {
      border-left-width: 0;
    }

  .k-scheduler-table .k-middle-row td {
    border-bottom-style: dotted;
  }

.k-gantt-views, .k-scheduler-navigation, .k-scheduler-views, .k-scheduler-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

  .k-gantt-views li, .k-scheduler-navigation li, .k-scheduler-views li, .k-scheduler-footer li {
    border-width: 1px;
    border-style: solid;
    position: relative;
    z-index: 1;
  }

    .k-gantt-views li + li, .k-scheduler-navigation li + li, .k-scheduler-views li + li, .k-scheduler-footer li + li {
      margin-left: -1px;
    }

  .k-gantt-views .k-state-hover, .k-scheduler-navigation .k-state-hover, .k-scheduler-views .k-state-hover, .k-scheduler-footer .k-state-hover, .k-gantt-views .k-state-selected, .k-scheduler-navigation .k-state-selected, .k-scheduler-views .k-state-selected, .k-scheduler-footer .k-state-selected {
    z-index: 2;
  }

  .k-gantt-views .k-link, .k-scheduler-navigation .k-link, .k-scheduler-views .k-link, .k-scheduler-footer .k-link {
    padding: 4px 8px;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

.k-scheduler-toolbar,
.k-scheduler-footer {
  padding: 8px 8px;
  border-width: 0;
  border-style: solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
  white-space: nowrap;
}

  .k-scheduler-toolbar li .k-link,
  .k-scheduler-footer li .k-link {
    height: calc(8px + 1.4285714286em);
    box-sizing: border-box;
  }

.k-scheduler-toolbar {
  border-bottom-width: 1px;
}

.k-scheduler-footer {
  border-top-width: 1px;
}

.k-scheduler-navigation {
  flex: 1;
}

  .k-scheduler-navigation .k-nav-prev .k-link,
  .k-scheduler-navigation .k-nav-next .k-link {
    padding: 4px;
    width: calc(8px + 1.4285714286em);
    height: calc(8px + 1.4285714286em);
  }

  .k-scheduler-navigation .k-nav-current {
    border: 0;
    margin-left: 0;
  }

  .k-scheduler-navigation .k-nav-today {
    border-radius: 3px 0 0 3px;
  }

  .k-scheduler-navigation .k-nav-next {
    border-radius: 0 3px 3px 0;
  }

.k-rtl .k-scheduler-navigation .k-i-arrow-60-left, .k-rtl .k-scheduler-navigation .k-i-arrow-w::before, .k-rtl .k-scheduler-navigation .k-i-sarrow-w::before, .k-rtl .k-scheduler-navigation .k-i-expand-w::before,
.k-rtl .k-scheduler-navigation .k-i-arrow-60-right,
.k-rtl .k-scheduler-navigation .k-i-arrow-e::before,
.k-rtl .k-scheduler-navigation .k-i-sarrow-e::before,
.k-rtl .k-scheduler-navigation .k-i-expand::before,
.k-rtl .k-scheduler-navigation .k-i-expand-e::before {
  transform: scaleX(-1);
}

.k-scheduler-tools {
  margin-right: 1em;
}

.k-nav-current .k-icon {
  margin-right: .4ex;
}

.k-nav-current .k-sm-date-format,
.k-nav-current .k-lg-date-format {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-nav-current .k-sm-date-format {
  display: none;
}

@media (max-width: 1024px) {
  .k-nav-current .k-sm-date-format {
    display: block;
  }

  .k-nav-current .k-lg-date-format {
    display: none;
  }
}

.k-scheduler-fullday .k-icon {
  margin-right: 4px;
}

.k-scheduler-views li:first-child {
  border-radius: 3px;
}

  .k-scheduler-views li:first-child + li {
    border-radius: 3px 0 0 3px;
  }

.k-scheduler-views li:last-child {
  border-radius: 0 3px 3px 0;
}

.k-scheduler-views.k-state-expanded li {
  border-radius: 0;
  margin: 0;
}

  .k-scheduler-views.k-state-expanded li + li {
    margin-top: -1px;
  }

  .k-scheduler-views.k-state-expanded li:first-child {
    border-radius: 3px 3px 0 0;
  }

    .k-scheduler-views.k-state-expanded li:first-child + li {
      border-radius: 0;
    }

  .k-scheduler-views.k-state-expanded li:last-child {
    border-radius: 0 0 3px 3px;
  }

.k-scheduler-views .k-current-view {
  display: none;
}

  .k-scheduler-views .k-current-view .k-link::after {
    content: "";
    margin: 0 0 0 1ex;
    border: .25em solid transparent;
    border-top: .5em solid currentColor;
    border-bottom-width: 0;
    display: inline-block;
  }

@media (max-width: 1024px) {
  .k-scheduler-views {
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1000;
  }

    .k-scheduler-views li {
      display: none;
    }

    .k-scheduler-views .k-current-view {
      display: block;
    }

    .k-scheduler-views.k-state-expanded li {
      display: block;
    }
}

.k-scheduler-footer li {
  border-radius: 3px;
}

.k-scheduler-layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  flex: 1 1 auto;
}

  .k-scheduler-layout > tbody > tr > td {
    padding: 0;
    vertical-align: top;
  }

.k-scheduler-header,
.k-scheduler-header-wrap,
.k-scheduler-header-wrap > div {
  border-color: inherit;
  overflow: hidden;
}

.k-scheduler-header-wrap {
  border-width: 0 1px 0 0;
  border-style: solid;
}

.k-scheduler-times {
  border-color: inherit;
  position: relative;
  overflow: hidden;
}

  .k-scheduler-times .k-scheduler-table {
    table-layout: auto;
  }

  .k-scheduler-times th {
    border-width: 0 1px 1px 0;
    text-align: right;
    white-space: nowrap;
  }

  .k-scheduler-times tr + tr th {
    border-bottom-color: transparent;
  }

  .k-scheduler-times .k-slot-cell,
  .k-scheduler-times .k-scheduler-times-all-day {
    border-bottom-color: inherit;
  }

.k-scheduler-datecolumn {
  width: 12em;
}

.k-scheduler-timecolumn {
  width: 11em;
  white-space: nowrap;
}

.k-scheduler-content {
  border-color: inherit;
  position: relative;
  overflow: auto;
}

.k-event {
  border-radius: 3px;
  min-height: 1.4285714286em;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  cursor: default;
  position: absolute;
  overflow: hidden;
}

  .k-event .k-event-template {
    padding: 2px 4px;
  }

  .k-event .k-event-time {
    padding-bottom: 0;
    font-size: .875em;
    white-space: nowrap;
    display: none;
  }

  .k-event .k-event-actions {
    white-space: nowrap;
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: .5;
    visibility: hidden;
  }

    .k-event .k-event-actions a {
      color: inherit;
    }

    .k-event .k-event-actions:first-child {
      margin: 2px 0.4ex 0 4px;
      float: left;
      position: static;
      opacity: 1;
      visibility: visible;
    }

  .k-event .k-resize-handle {
    z-index: 4;
    opacity: .5;
    visibility: hidden;
  }

    .k-event .k-resize-handle::before {
      border-color: currentColor;
    }

  .k-event .k-resize-n {
    height: .5em;
    top: 0;
  }

  .k-event .k-resize-s {
    height: .5em;
    bottom: 0;
  }

    .k-event .k-resize-n::before,
    .k-event .k-resize-s::before {
      width: 2em;
      border-bottom-width: 1px;
    }

  .k-event .k-resize-w {
    width: .5em;
    left: 0;
  }

  .k-event .k-resize-e {
    width: .5em;
    right: 0;
  }

    .k-event .k-resize-w::before,
    .k-event .k-resize-e::before {
      height: 2em;
      border-left-width: 1px;
    }

  .k-event:hover .k-event-actions,
  .k-event:hover .k-resize-handle {
    visibility: visible;
  }

.k-scheduler-mark {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.k-more-events {
  padding: 0;
  border-style: solid;
  border-width: 1px;
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  position: absolute;
  justify-content: center;
}

  .k-more-events > span {
    margin-top: -.5em;
  }

.k-current-time {
  background: red;
  position: absolute;
}

.k-current-time-arrow-down {
  width: 0;
  height: 0;
  background: transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #f00;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.k-current-time-arrow-left {
  width: 0;
  height: 0;
  background: transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid #f00;
}

.k-current-time-arrow-right {
  width: 0;
  height: 0;
  background: transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #f00;
  border-right: 4px solid transparent;
}

.k-event-drag-hint {
  opacity: .5;
}

  .k-event-drag-hint .k-event-actions,
  .k-event-drag-hint .k-event-top-actions,
  .k-event-drag-hint .k-event-bottom-actions,
  .k-event-drag-hint .k-resize-handle {
    display: none;
  }

  .k-event-drag-hint .k-event-time {
    display: block;
  }

.k-scheduler-marquee {
  border-width: 0;
  border-style: solid;
}

  .k-scheduler-marquee .k-label-top,
  .k-scheduler-marquee .k-label-bottom {
    font-size: .75em;
    position: absolute;
  }

  .k-scheduler-marquee .k-label-top {
    left: 4px;
    top: 2px;
  }

  .k-scheduler-marquee .k-label-bottom {
    right: 4px;
    bottom: 2px;
  }

  .k-scheduler-marquee.k-first::before, .k-scheduler-marquee.k-last::after {
    content: "";
    border-width: 3px;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
  }

  .k-scheduler-marquee.k-first::before {
    top: 0;
    left: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }

  .k-scheduler-marquee.k-last::after {
    bottom: 0;
    right: 0;
    border-left-color: transparent;
    border-top-color: transparent;
  }

.k-pdf-export-shadow .k-scheduler,
.k-scheduler-pdf-export .k-scheduler-content,
.k-scheduler-pdf-export .k-scheduler-times {
  height: auto !important;
  overflow: visible !important;
}

.k-scheduler-pdf-export {
  overflow: hidden;
}

  .k-scheduler-pdf-export .k-scheduler-header {
    padding: 0 !important;
  }

  .k-scheduler-pdf-export .k-scheduler-header-wrap {
    border-width: 0 !important;
  }

  .k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table,
  .k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table {
    width: 100% !important;
  }

.k-scheduler-monthview .k-scheduler-table {
  height: 100%;
}

  .k-scheduler-monthview .k-scheduler-table td {
    height: 80px;
    text-align: right;
  }

.k-scheduler-monthview .k-hidden {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-width: 0 !important;
}

.k-scheduler-agendaview .k-scheduler-mark {
  margin-right: .5em;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.k-scheduler-agendaview .k-scheduler-table td:first-child {
  border-left-width: 1px;
}

.k-scheduler-agendaview .k-scheduler-table td.k-first {
  border-left-width: 0;
}

.k-scheduler-agendaview .k-task > .k-event-delete {
  color: inherit;
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: .5;
  visibility: hidden;
}

.k-scheduler-agendaview .k-state-hover .k-task > .k-event-delete {
  visibility: visible;
}

.k-scheduler-agendaday {
  margin: 0 .2em 0 0;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  float: left;
}

.k-scheduler-agendaweek {
  display: block;
  margin: .4em 0 0;
  line-height: 1;
  font-style: normal;
}

.k-scheduler-agendadate {
  font-size: .75em;
}

.k-scheduler-edit-form .k-edit-form-container {
  width: 620px;
}

.k-scheduler-edit-form .k-edit-label {
  width: 17%;
}

.k-scheduler-edit-form .k-edit-field {
  width: 77%;
}

.k-scheduler-edit-form .k-scheduler-delete {
  float: left;
}

.k-scheduler-edit-form .k-widget.k-recur-interval, .k-scheduler-edit-form .k-recur-interval.k-block,
.k-scheduler-edit-form .k-widget.k-recur-count,
.k-scheduler-edit-form .k-recur-count.k-block {
  width: 5em;
}

.k-scheduler-edit-form .k-widget.k-recur-until, .k-scheduler-edit-form .k-recur-until.k-block {
  width: 9em;
}

.k-rtl .k-scheduler-header th,
.k-rtl .k-scheduler-table td {
  border-left-width: 0;
  border-right-width: 1px;
}

.k-rtl .k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
  border-right-width: 0;
  border-left-width: 1px;
}

.k-rtl .k-event {
  text-align: right;
}

  .k-rtl .k-event .k-resize-w {
    left: auto;
    right: 0;
  }

  .k-rtl .k-event .k-resize-e {
    right: auto;
    left: 0;
  }

  .k-rtl .k-event .k-event-actions {
    right: auto;
    left: 2px;
  }

    .k-rtl .k-event .k-event-actions:first-child {
      float: right;
    }

.k-rtl .k-scheduler-agendaview .k-task > .k-event-delete {
  left: 2px;
  right: auto;
}

.k-rtl .k-scheduler-views li:first-child + li {
  border-radius: 0 3px 3px 0;
}

.k-rtl .k-scheduler-views li:last-child {
  border-radius: 3px 0 0 3px;
}

.k-rtl .k-scheduler-navigation .k-nav-today {
  border-radius: 0 3px 3px 0;
}

.k-rtl .k-scheduler-navigation .k-nav-next {
  border-radius: 3px 0 0 3px;
}

.k-rtl .k-scheduler-navigation li + li {
  margin-left: 0;
  margin-right: -1px;
}

.k-rtl .k-nav-current .k-icon {
  margin-right: 0;
  margin-left: .4ex;
}

.k-rtl .k-scheduler-fullday .k-icon {
  margin-right: 0;
  margin-left: 4px;
}

.k-rtl .k-scheduler-marquee .k-label-top {
  left: auto;
  right: 4px;
}

.k-rtl .k-scheduler-marquee .k-label-bottom {
  left: 4px;
  right: auto;
}

.k-rtl .k-scheduler-edit-form .k-scheduler-delete {
  float: right;
}

.k-scheduler {
  background-clip: padding-box;
}

.k-ie11 .k-scheduler,
.k-edge12 .k-scheduler,
.k-edge13 .k-scheduler {
  background-clip: border-box;
}

.k-scheduler-toolbar,
.k-scheduler-footer {
  background-clip: padding-box;
}

.k-ie11 .k-scheduler-toolbar,
.k-edge12 .k-scheduler-toolbar,
.k-edge13 .k-scheduler-toolbar, .k-ie11
.k-scheduler-footer,
.k-edge12
.k-scheduler-footer,
.k-edge13
.k-scheduler-footer {
  background-clip: border-box;
}

.k-scheduler-navigation li {
  background-clip: padding-box;
}

.k-ie11 .k-scheduler-navigation li,
.k-edge12 .k-scheduler-navigation li,
.k-edge13 .k-scheduler-navigation li {
  background-clip: border-box;
}

.k-scheduler-views li {
  background-clip: padding-box;
}

.k-ie11 .k-scheduler-views li,
.k-edge12 .k-scheduler-views li,
.k-edge13 .k-scheduler-views li {
  background-clip: border-box;
}

.k-scheduler-views li.k-state-selected {
  border-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  background-color: #004e9b;
  background-image: none;
}

.k-scheduler-footer li {
  background-clip: padding-box;
}

.k-ie11 .k-scheduler-footer li,
.k-edge12 .k-scheduler-footer li,
.k-edge13 .k-scheduler-footer li {
  background-clip: border-box;
}

.k-nonwork-hour {
  background-color: #fafafb;
}

.k-event-inverse {
  color: #fff;
}

.k-scheduler-marquee::before,
.k-scheduler-marquee::after {
  border-color: #004e9b;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-mediaplayer {
  position: relative;
}

  .k-mediaplayer > iframe {
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
  }

.k-mediaplayer-titlebar {
  padding: 8px 8px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.k-mediaplayer-toolbar-wrap {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-mediaplayer-toolbar {
  padding: 8px 8px;
  border-width: 0;
  width: 100% !important;
}

  .k-mediaplayer-toolbar > * {
    align-items: center;
    align-content: center;
  }

  .k-mediaplayer-toolbar .k-toolbar-spacer {
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0;
    flex: 1;
  }

  .k-mediaplayer-toolbar .k-align-right > * + * {
    margin-left: 8px;
  }

.k-mediaplayer-time-wrap {
  flex: 1;
}

.k-mediaplayer-volume-wrap {
  align-items: center;
}

.k-slider.k-mediaplayer-seekbar {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: -17px;
  left: 0;
}

.k-mediaplayer-seekbar .k-slider-track {
  width: 100% !important;
  border-radius: 0;
}

.k-mediaplayer-fullscreen {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.k-mediaplayer {
  background-clip: padding-box;
}

.k-ie11 .k-mediaplayer,
.k-edge12 .k-mediaplayer,
.k-edge13 .k-mediaplayer {
  background-clip: border-box;
}

.k-mediaplayer-titlebar {
  color: #fff;
  background-image: linear-gradient(rgba(89, 93, 110, 0.7), rgba(89, 93, 110, 0));
}

.k-mediaplayer-toolbar {
  background-color: rgba(95, 151, 251, 0.85);
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-notification {
  padding: 0;
  border-radius: 3px;
}

.k-notification-wrap {
  font-size: 12px;
  padding: 1em 2em 1em 1em;
  white-space: nowrap;
  cursor: default;
  position: relative;
  line-height: 1.4285714286em;
}

  .k-notification-wrap > .k-icon {
    margin-right: 8px;
    vertical-align: middle;
  }

  .k-notification-wrap > .k-i-close, .k-notification-wrap > .k-i-group-delete::before {
    margin: 0;
    position: absolute;
    top: 1em;
    right: 0.5em;
    font-size: inherit;
    line-height: inherit;
  }

    .k-notification-wrap > .k-i-close::before, .k-notification-wrap > .k-i-group-delete::before {
      font-size: 16px;
    }

.k-rtl .k-notification-wrap {
  padding: 1em 1em 1em 2em;
}

  .k-rtl .k-notification-wrap > .k-icon {
    margin-right: 0;
    margin-left: 8px;
  }

  .k-rtl .k-notification-wrap > .k-i-close, .k-rtl .k-notification-wrap > .k-i-group-delete::before {
    margin: 0;
    right: auto;
    left: 4px;
  }

.k-notification-info {
  border-color: #0058e9;
  color: #ffffff;
  background-color: #0058e9;
}

.k-notification-success {
  border-color: #37b400;
  color: #ffffff;
  background-color: #37b400;
}

.k-notification-warning {
  border-color: #ffc000;
  color: #000000;
  background-color: #ffc000;
}

.k-notification-error {
  border-color: #f31700;
  color: #ffffff;
  background-color: #f31700;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-rpanel-left,
.k-rpanel-right {
  position: fixed;
  display: block;
  overflow: auto;
  min-width: 320px;
  height: 100%;
  top: 0;
}

  .k-rpanel-left + *,
  .k-rpanel-right + * {
    overflow: auto;
  }

  .k-rpanel-left.k-rpanel-expanded,
  .k-rpanel-right.k-rpanel-expanded {
    transform: translateX(0) translateZ(0);
  }

.k-rpanel-left {
  transform: translateX(-100%) translateZ(0);
  left: 0;
}

.k-rpanel-right {
  transform: translateX(100%) translateZ(0);
  right: 0;
}

.k-rpanel-top {
  position: static;
  max-height: 0;
}

  .k-rpanel-top.k-rpanel-expanded {
    max-height: 568px;
    overflow: visible !important;
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-menu {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  cursor: default;
}

  .k-menu .k-item {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: flex;
    align-items: stretch;
    position: relative;
    user-select: none;
    flex-shrink: 0;
  }

    .k-menu .k-item > .k-link {
      padding: 6px 12px;
      color: inherit;
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative;
      white-space: nowrap;
    }

      .k-menu .k-item > .k-link .k-i-arrow-60-down, .k-menu .k-item > .k-link .k-i-arrow-s::before, .k-menu .k-item > .k-link .k-i-sarrow-s::before, .k-menu .k-item > .k-link .k-i-collapse::before, .k-menu .k-item > .k-link .k-i-expand-s::before {
        margin-left: 4px;
        margin-right: -4px;
      }

      .k-menu .k-item > .k-link .k-i-arrow-60-left, .k-menu .k-item > .k-link .k-i-arrow-w::before, .k-menu .k-item > .k-link .k-i-sarrow-w::before, .k-menu .k-item > .k-link .k-i-expand-w::before,
      .k-menu .k-item > .k-link .k-i-arrow-60-right,
      .k-menu .k-item > .k-link .k-i-arrow-e::before,
      .k-menu .k-item > .k-link .k-i-sarrow-e::before,
      .k-menu .k-item > .k-link .k-i-expand::before,
      .k-menu .k-item > .k-link .k-i-expand-e::before {
        margin: -8px 0 0;
        position: absolute;
        top: 50%;
      }

      .k-menu .k-item > .k-link .k-i-arrow-60-right, .k-menu .k-item > .k-link .k-i-arrow-e::before, .k-menu .k-item > .k-link .k-i-sarrow-e::before, .k-menu .k-item > .k-link .k-i-expand::before, .k-menu .k-item > .k-link .k-i-expand-e::before {
        right: 4px;
      }

      .k-menu .k-item > .k-link .k-i-arrow-60-left, .k-menu .k-item > .k-link .k-i-arrow-w::before, .k-menu .k-item > .k-link .k-i-sarrow-w::before, .k-menu .k-item > .k-link .k-i-expand-w::before {
        left: 4px;
      }

      .k-menu .k-item > .k-link > .k-icon,
      .k-menu .k-item > .k-link > .k-image,
      .k-menu .k-item > .k-link > .k-sprite {
        margin-right: 4px;
      }

  .k-menu .k-separator {
    border-width: 1px 0 0;
    border-style: solid;
    line-height: 0;
    overflow: hidden;
  }

.k-menu-group {
  margin: 0;
  padding: 0 0;
  white-space: nowrap;
  list-style: none;
  display: none;
  position: absolute;
}

  .k-menu-group .k-menu-group {
    padding: 0;
  }

.k-menu.k-context-menu {
  margin: 0;
  padding: 0 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: content-box;
}

.k-animation-container .k-context-menu.k-menu-horizontal {
  display: flex !important;
}

.k-menu-horizontal > .k-separator {
  width: 0;
  border-width: 0 1px 0 0;
  line-height: inherit;
}

.k-menu-group,
.k-menu-vertical {
  flex-direction: column;
}

  .k-menu-group .k-item,
  .k-menu-vertical .k-item {
    display: block;
  }

    .k-menu-group .k-item > .k-link,
    .k-menu-vertical .k-item > .k-link {
      padding: 4px 8px;
      padding-right: 32px;
      color: inherit;
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative;
    }

.k-menu-scroll-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}

  .k-menu-scroll-wrapper .k-menu {
    overflow: hidden;
  }

.k-menu-scroll-button {
  border-radius: 0;
  padding: 0;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: inherit;
  background-clip: border-box;
  position: absolute;
}

  .k-menu-scroll-button.k-scroll-left {
    top: 0;
    left: 0;
    height: 100%;
  }

  .k-menu-scroll-button.k-scroll-right {
    top: 0;
    right: 0;
    height: 100%;
  }

  .k-menu-scroll-button.k-scroll-up {
    top: 0;
    left: 0;
    width: 100%;
  }

  .k-menu-scroll-button.k-scroll-down {
    bottom: 0;
    left: 0;
    width: 100%;
  }

.k-rtl .k-menu .k-link .k-i-arrow-60-down, .k-rtl .k-menu .k-link .k-i-arrow-s::before, .k-rtl .k-menu .k-link .k-i-sarrow-s::before, .k-rtl .k-menu .k-link .k-i-collapse::before, .k-rtl .k-menu .k-link .k-i-expand-s::before {
  margin-left: -4px;
  margin-right: 4px;
}

.k-rtl .k-menu-group .k-link,
.k-rtl .k-menu-vertical .k-link {
  padding-right: 8px;
  padding-left: 32px;
}

.k-menu {
  border-width: 0;
  color: inherit;
  background: none;
  background-clip: padding-box;
}

.k-ie11 .k-menu,
.k-edge12 .k-menu,
.k-edge13 .k-menu {
  background-clip: border-box;
}

.k-menu .k-item {
  color: #004e9b;
}

  .k-menu .k-item.k-state-hover {
    color: #104171;
  }

  .k-menu .k-item.k-state-active {
    color: inherit;
  }

  .k-menu .k-item.k-state-selected {
    color: #ffffff;
  }

.k-menu-group .k-item,
.k-menu.k-context-menu .k-item {
  color: inherit;
}

.k-menu-scroll-button {
  border-color: rgba(0, 0, 0, 0.08);
  color: #004e9b;
  background: #ffffff;
}

  .k-menu-scroll-button:hover {
    border-color: rgba(0, 0, 0, 0.08);
    color: #104171;
    background: #ffffff;
  }

  .k-menu-scroll-button.k-scroll-left {
    width: 16px;
    border-right-width: 1px;
  }

  .k-menu-scroll-button.k-scroll-right {
    width: 16px;
    border-left-width: 1px;
  }

  .k-menu-scroll-button.k-scroll-up {
    height: 16px;
    border-bottom-width: 1px;
  }

  .k-menu-scroll-button.k-scroll-down {
    height: 16px;
    border-top-width: 1px;
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-panelbar {
  margin: 0;
  padding: 0;
  list-style: none;
}

  .k-panelbar > .k-item {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    display: block;
  }

    .k-panelbar > .k-item > .k-link {
      padding: 8px 8px;
      color: inherit;
      background: none;
      text-decoration: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      align-content: center;
      position: relative;
      user-select: none;
      cursor: default;
      transition: background-color 0.2s ease;
    }

    .k-panelbar > .k-item + .k-item {
      border-top-width: 1px;
    }

  .k-panelbar .k-group {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    .k-panelbar .k-group > .k-item {
      display: block;
    }

      .k-panelbar .k-group > .k-item > .k-link {
        padding: 4px 8px;
        color: inherit;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        position: relative;
        user-select: none;
        cursor: default;
        transition: background-color 0.2s ease;
      }

  .k-panelbar .k-panelbar-expand,
  .k-panelbar .k-panelbar-collapse {
    margin-top: -.5em;
    position: absolute;
    top: 50%;
    right: 8px;
  }

  .k-panelbar .k-link > .k-image,
  .k-panelbar .k-link > .k-sprite {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
  }

  .k-panelbar[dir='rtl'] .k-panelbar-expand,
  .k-panelbar[dir='rtl'] .k-panelbar-collapse,
  .k-rtl .k-panelbar .k-panelbar-expand,
  .k-rtl .k-panelbar .k-panelbar-collapse {
    right: auto;
    left: 8px;
  }

.k-panelbar {
  border-color: rgba(0, 0, 0, 0.08);
  color: #595d6e;
  background-color: #fff;
  background-clip: padding-box;
}

.k-ie11 .k-panelbar,
.k-edge12 .k-panelbar,
.k-edge13 .k-panelbar {
  background-clip: border-box;
}

.k-panelbar .k-content {
  color: #595d6e;
  background-color: #ececee;
}

.k-panelbar > .k-item {
  background-clip: padding-box;
}

.k-ie11 .k-panelbar > .k-item,
.k-edge12 .k-panelbar > .k-item,
.k-edge13 .k-panelbar > .k-item {
  background-clip: border-box;
}

.k-panelbar > .k-item > .k-link {
  color: #004e9b;
}

  .k-panelbar > .k-item > .k-link .k-icon {
    color: #595d6e;
  }

  .k-panelbar > .k-item > .k-link:hover,
  .k-panelbar > .k-item > .k-link.k-state-hover {
    color: #104171;
    background-color: #f2f2f2;
  }

  .k-panelbar > .k-item > .k-link.k-state-selected:not(.k-state-expanded) .k-icon,
  .k-panelbar > .k-item > .k-link.k-state-selected:not(.k-state-active) .k-icon {
    color: #ffffff;
  }

  .k-panelbar > .k-item > .k-link.k-state-selected:not(.k-state-expanded):hover, .k-panelbar > .k-item > .k-link.k-state-selected:not(.k-state-expanded).k-state-hover,
  .k-panelbar > .k-item > .k-link.k-state-selected:not(.k-state-active):hover,
  .k-panelbar > .k-item > .k-link.k-state-selected:not(.k-state-active).k-state-hover {
    color: #ffffff;
    background-color: #00488f;
  }

.k-panelbar > .k-item.k-state-expanded > .k-link,
.k-panelbar > .k-item.k-state-active > .k-link {
  font-weight: 500;
}

  .k-panelbar > .k-item.k-state-expanded > .k-link .k-icon,
  .k-panelbar > .k-item.k-state-active > .k-link .k-icon {
    color: #595d6e;
  }

.k-panelbar > .k-item > .k-link.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-panelbar .k-group {
  color: #595d6e;
  background-color: #ececee;
}

  .k-panelbar .k-group > .k-item > .k-link:hover.k-state-selected,
  .k-panelbar .k-group > .k-item > .k-link.k-state-hover.k-state-selected {
    color: #ffffff;
    background-color: #00488f;
  }

  .k-panelbar .k-group > .k-item > .k-link.k-state-focused {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  }

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  /* scrollbar width */
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-progressbar {
  border-radius: 3px;
  border-width: 0;
  font-size: 12px;
  line-height: 22px;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

  .k-progressbar .k-progress-status-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .k-progressbar .k-progress-status {
    padding: 0 0.5em;
    min-width: 10px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
  }

  .k-progressbar > .k-state-selected {
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-width: 0;
  }

  .k-progressbar > ul {
    border-width: inherit;
    border-style: inherit;
    white-space: nowrap;
    display: flex;
    align-items: stretch;
    flex: 1;
  }

  .k-progressbar .k-item {
    display: block;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
  }

.k-progressbar-horizontal {
  width: 27em;
  height: 22px;
  flex-direction: row;
}

  .k-progressbar-horizontal .k-progress-status-wrap {
    flex-direction: row;
    justify-content: flex-end;
    top: 0;
    left: 0;
  }

  .k-progressbar-horizontal > .k-state-selected {
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
  }

  .k-progressbar-horizontal > ul {
    flex-direction: row;
  }

  .k-progressbar-horizontal .k-item + .k-item {
    border-left-width: 1px;
  }

  .k-progressbar-horizontal.k-progressbar-reverse {
    flex-direction: row-reverse;
  }

    .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap {
      justify-content: flex-start;
      left: auto;
      right: 0;
    }

    .k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
      left: auto;
      right: 0;
    }

.k-progressbar-vertical {
  width: 22px;
  height: 27em;
  flex-direction: column;
  justify-content: flex-end;
}

  .k-progressbar-vertical .k-progress-status-wrap {
    flex-direction: column;
    justify-content: flex-start;
    left: 0;
    bottom: 0;
  }

  .k-progressbar-vertical .k-progress-status {
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: 0 0;
  }

  .k-progressbar-vertical > .k-state-selected {
    left: -1px;
    bottom: -1px;
    width: 100%;
  }

  .k-progressbar-vertical > ul {
    flex-direction: column;
  }

  .k-progressbar-vertical .k-item + .k-item {
    border-top-width: 1px;
  }

  .k-progressbar-vertical.k-progressbar-reverse {
    flex-direction: column-reverse;
  }

    .k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap {
      justify-content: flex-end;
      top: 0;
      bottom: auto;
    }

    .k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
      transform: rotate(90deg) translateX(-100%);
      transform-origin: 0 100%;
      position: absolute;
      bottom: 0;
      left: 0;
    }

    .k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
      left: auto;
      right: 0;
      bottom: auto;
      top: 0;
    }

.k-progressbar {
  background-color: #ececee;
  border-color: #282931;
  background-clip: padding-box;
}

.k-ie11 .k-progressbar,
.k-edge12 .k-progressbar,
.k-edge13 .k-progressbar {
  background-clip: border-box;
}

.k-progressbar .k-state-selected {
  border-color: #004487;
  background-color: #004e9b;
  background-image: linear-gradient(rgba(0, 42, 155, 0), rgba(0, 42, 155, 0.2));
}

.k-progressbar .k-item {
  border-color: #ffffff;
}

.k-progressbar-indeterminate {
  background: url("data:image/gif;base64,R0lGODlhFgAWAJECAPDw8OTk5AAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBAACACwAAAAAFgAWAAACL4yPAcsNmZyESDp6bMNGM654DyeOWAmipJiyqweGWuy+Fg23s37zk38BboQf4qIAACH5BAUEAAIALAAAAAAWABYAAAIwBIKpYe231ntRTlfTxZlt03lf+IFdCWUoWbLj2cKvGstXKN6ubk94Tdv8ZkFe0VEAACH5BAUEAAIALAAAAAAWABYAAAIwhBGpG+fH4nuRTVfXhTltnn1G14ikiHToaapt+Far+7E1vZFlbl96LLvhJj8hzFEAACH5BAUEAAIALAAAAAAWABYAAAIwhB+pG+fI2HtRTljTxXmbrHgAqImkOILoaapt91ar67E1vdk5fpHNzaPoJr6Y7FAAACH5BAUEAAIALAAAAAAWABYAAAIvhG+hy4EPmoRINnosw0krHnkOJ45YCaKpB4ZaK8Ls+tKWXJOznp+736OogMGHqgAAIfkEBQQAAgAsAAAAABYAFgAAAi+Ej6HLgQ+ahEkyeuzFUSveeaD3caRjkqOaiqsGhlbMtvN72xO+6w3t8m2EC6CnAAAh+QQFBAACACwAAAAAFgAWAAACMAyOCcHtCp1kME1Z0X15bdp9YCYaodh5X1qy6LnCW6pe9CtPd5xj7vyzBXVDX69RAAAh+QQFBAACACwAAAAAFgAWAAACMIyBqWDtseJ7cU1X1cWZ7dN9YCZCodh5X1qy6LnCmxuTrzyl6qXf9kzjBXNDSjFQAAAh+QQFBAACACwAAAAAFgAWAAACLowNqQvnx+J7kU1X14U5bdQ1XxCOZGeWo/qxm3vBk0yhq93iL83pMw/y1YQYWAEAIfkEBQQAAgAsAAAAABYAFgAAAjCMH6DLgJ9ag0hOaizDWSseeaD3caQziqkGhlZLwqo5Y/H64pLM6hddg5x8P8rQUAAAIfkEBQQAAgAsAAAAABYAFgAAAjCMf6DLgB+ahEg2muzCRm/uKVwUjqEDlqk3klqrrhbMmrU82a8+8zl+8QWBQ8opUAAAOw==");
}

  .k-progressbar-indeterminate .k-progress-status-wrap,
  .k-progressbar-indeterminate .k-state-selected {
    display: none;
  }

.km-scrollview,
.km-scroll-container {
  user-select: none;
  margin-collapse: separate;
}

.km-scroll-wrapper {
  position: relative;
}

.km-scroll-header {
  position: absolute;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
}

.km-scroller-pull {
  width: 100%;
  display: block;
  position: absolute;
  line-height: 3em;
  font-size: 1.4em;
  text-align: center;
  transform: translate3d(0, -3em, 0);
}

  .km-scroller-pull .km-template {
    display: inline-block;
    min-width: 200px;
    text-align: left;
  }

.km-load-more .km-icon,
.km-widget .km-scroller-pull .km-icon {
  display: inline-block;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
  width: 2rem;
  font-size: 2rem;
  transform: rotate(0deg);
  transition: transform 300ms linear;
}

.km-widget .km-scroller-release .km-icon {
  transform: rotate(180deg);
}

.km-widget .km-scroller-refresh .km-icon {
  transition: none;
}

.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: .4em;
  width: .4em;
  background-color: #333;
  opacity: 0;
  transform-origin: 0 0;
  transition: opacity .3s linear;
}

.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 0;
}

.km-horizontal-scrollbar {
  width: 100%;
  left: 0;
  bottom: 2px;
}

.k-button, .k-grid a.k-button {
  color: #fff;
  background-color: #5f97fb;
  border-color: #4687fa;
  background-image: none;
}

  .k-button:focus, .k-button.focus, .k-grid a.k-button:focus, .k-grid a.k-button.focus {
    color: #fff;
    background-color: #2d77fa;
    border-color: #0547bc;
  }

  .k-button:hover, .k-grid a.k-button:hover {
    color: #fff;
    background-color: #2d77fa;
    border-color: #0a60f9;
  }

  .k-button:active, .k-button.active,
  .open > .k-button.dropdown-toggle, .k-grid a.k-button:active, .k-grid a.k-button.active,
  .open > .k-grid a.k-button.dropdown-toggle {
    color: #fff;
    background-color: #2d77fa;
    border-color: #0a60f9;
  }

    .k-button:active:hover, .k-button:active:focus, .k-button:active.focus, .k-button.active:hover, .k-button.active:focus, .k-button.active.focus,
    .open > .k-button.dropdown-toggle:hover,
    .open > .k-button.dropdown-toggle:focus,
    .open > .k-button.dropdown-toggle.focus, .k-grid a.k-button:active:hover, .k-grid a.k-button:active:focus, .k-grid a.k-button:active.focus, .k-grid a.k-button.active:hover, .k-grid a.k-button.active:focus, .k-grid a.k-button.active.focus,
    .open > .k-grid a.k-button.dropdown-toggle:hover,
    .open > .k-grid a.k-button.dropdown-toggle:focus,
    .open > .k-grid a.k-button.dropdown-toggle.focus {
      color: #fff;
      background-color: #0a60f9;
      border-color: #0547bc;
    }

  .k-button:active, .k-button.active,
  .open > .k-button.dropdown-toggle, .k-grid a.k-button:active, .k-grid a.k-button.active,
  .open > .k-grid a.k-button.dropdown-toggle {
    background-image: none;
  }

  .k-button.disabled:hover, .k-button.disabled:focus, .k-button.disabled.focus, .k-button[disabled]:hover, .k-button[disabled]:focus, .k-button[disabled].focus,
  fieldset[disabled] .k-button:hover,
  fieldset[disabled] .k-button:focus,
  fieldset[disabled] .k-button.focus, .k-grid a.k-button.disabled:hover, .k-grid a.k-button.disabled:focus, .k-grid a.k-button.disabled.focus, .k-grid a.k-button[disabled]:hover, .k-grid a.k-button[disabled]:focus, .k-grid a.k-button[disabled].focus,
  fieldset[disabled] .k-grid a.k-button:hover,
  fieldset[disabled] .k-grid a.k-button:focus,
  fieldset[disabled] .k-grid a.k-button.focus {
    background-color: #5f97fb;
    border-color: #4687fa;
  }

  .k-button .badge, .k-grid a.k-button .badge {
    color: #5f97fb;
    background-color: #fff;
  }

header#header-site {
  padding: 0;
  background: #fff;
}

  header#header-site .logo-site {
    margin: 8px 8px 8px 0;
  }

  header#header-site .title-site {
    margin-top: 32px;
    color: #5f97fb;
    text-align: right;
    font-size: 23px;
  }

  header#header-site nav.navbar {
    border-radius: 0;
    margin: 0;
    padding: 2px 0;
    min-height: 32px;
    background: #282931;
  }

    header#header-site nav.navbar ul.nav.navbar-nav li a {
      padding: 4px 6px;
      color: #fff;
      line-height: 28px;
    }

      header#header-site nav.navbar ul.nav.navbar-nav li a:hover {
        background: #595d6e;
      }

      header#header-site nav.navbar ul.nav.navbar-nav li a img {
        position: relative;
        display: inline-block;
        top: -2px;
      }

footer#footer-site {
  background: #595d6e;
  color: #fff;
  padding: 4px 0;
}

  footer#footer-site nav.navbar {
    border-radius: 0;
    margin: 0;
    min-height: 32px;
  }

    footer#footer-site nav.navbar p.navbar-text {
      color: #fff;
      padding: 8px;
      margin: 0;
    }

    footer#footer-site nav.navbar ul.nav.navbar-nav li {
      position: relative;
    }

      footer#footer-site nav.navbar ul.nav.navbar-nav li a {
        color: #fff;
        padding: 8px;
      }

        footer#footer-site nav.navbar ul.nav.navbar-nav li a:hover {
          color: #91b7fc;
          background: none;
        }

      footer#footer-site nav.navbar ul.nav.navbar-nav li:not(:first-child):after {
        position: absolute;
        top: 7px;
        left: 0;
        content: '|';
      }

      /* Add vertical separator for new footer */
      .new-footer-site nav.navbar ul.nav.navbar-nav li:not(:first-child) {
        position: relative;
      }

      .new-footer-site nav.navbar ul.nav.navbar-nav li:not(:first-child):after {
        position: absolute;
        top: 50%;
        left: -6px;
        transform: translateY(-50%);
        content: '|';
        color: #445065;
        font-weight: normal;
      }

/* Admin footer layout - always has padding-top 63px */
.admin-footer-layout {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index:50;
}

.container-main {
  padding-top: 18px;
  padding-bottom: 70px;
  background: #fbfbfc;
}

.container-main .form-horizontal{
  margin-bottom:20px;
}

.k-grid .k-grid-header th {
  border: solid #595d6e;
  border-width: 1px 0 1px 1px;
}

.k-grid table {
  overflow: hidden;
}

.k-grid tbody tr td.k-command-cell {
  text-align: center;
}

.k-grid tbody td, .k-grid tbody th {
  padding: 9px 10px;
}

.k-grid .k-grid-pager {
  background: #595d6e;
  color: #fff;
}

  .k-grid .k-grid-pager ul.k-pager-numbers li a.k-link {
    color: #fff;
  }

    .k-grid .k-grid-pager ul.k-pager-numbers li a.k-link:hover {
      color: #004e9b;
    }

.k-grid .k-column-icon {
  color: #fff;
  text-align: center;
  background: #282931;
}

.k-grid .k-alt .k-column-icon {
  background: #595d6e;
}
.k-grid-norecords{
  font-size:12px !important;
}
.panel.panel-grid .panel-heading, .panel.panel-grid .panel-footer {
  background: #595d6e;
  color: #fff;
}

  .panel.panel-grid .panel-heading h1, .panel.panel-grid .panel-heading h2, .panel.panel-grid .panel-heading h3, .panel.panel-grid .panel-heading h4 {
    margin: 0;
    font-size: 17px;
  }

.panel.panel-grid .panel-body, .panel.panel-grid .panel-body-grid {
  background: #fbfbfc;
  border: none;
  border-left: 1px solid #595d6e;
  border-right: 1px solid #595d6e;
  overflow: hidden;
}

.panel.panel-grid .panel-body-grid {
  padding: 0;
}

  .panel.panel-grid .panel-body-grid .k-grid, .panel.panel-grid .panel-body-grid .table {
    border-width: 0;
    margin: 0;
  }

  .panel.panel-grid .panel-body + .panel-body, .panel.panel-grid .panel-body + .panel-body-grid, .panel.panel-grid .panel-body-grid + .panel-body {
    border-top: 1px solid #9ea0ab;
  }

.panel.panel-grid .panel-footer {
  border: none;
}

  .panel.panel-grid .panel-footer .btn.btn-default {
    color: #fff;
    background: #282931;
    border-color: #282931;
  }

    .panel.panel-grid .panel-footer .btn.btn-default:hover {
      background: #111215;
      border-color: #111215;
    }

.panel.panel-with-icon .panel-body {
  position: relative;
  padding-left: 104px;
  min-height: 100px;
}

  .panel.panel-with-icon .panel-body .panel-icon {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 96px;
    height: 96px;
  }

    .panel.panel-with-icon .panel-body .panel-icon .glyphicon, .panel.panel-with-icon .panel-body .panel-icon .form-group .field-validation-error:before, .form-group .panel.panel-with-icon .panel-body .panel-icon .field-validation-error:before {
      display: block;
      font-size: 48px;
      line-height: 96px;
      vertical-align: middle;
      text-align: center;
      color: #9ea0ab;
    }

.questionnaire-wrapper .question-item {
  overflow: hidden;
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid #9ea0ab;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}

  .questionnaire-wrapper .question-item .question-text {
    overflow: hidden;
    position: relative;
    float: left;
    width: 40%;
    /*height: $row-height;*/
    padding: 4px 8px;
    margin: 60px 0 0 0;
  }

    .questionnaire-wrapper .question-item .question-text .question-text-number {
      display: block;
      position: absolute;
      top: 4px;
      left: 8px;
      width: 24px;
      line-height: 24px;
      height: 24px;
      vertical-align: middle;
      border: 1px solid #595d6e;
      border-radius: 16px;
      text-align: center;
      color: #595d6e;
    }

    .questionnaire-wrapper .question-item .question-text .question-text-body {
      /*display: block;
                position: relative;
                top: 50%;
                transform: translateY(-50%);*/
      margin-left: 32px;
      font-weight: bold;
    }

@media (max-width: 992px) {
  .questionnaire-wrapper .question-item .question-text {
    float: none;
    width: auto;
    height: auto;
    min-height: 40px;
    margin: 0;
    padding: 8px 14px;
  }

    .questionnaire-wrapper .question-item .question-text .question-text-number {
      top: 8px;
      transform: unset;
      left: 14px;
    }

    .questionnaire-wrapper .question-item .question-text .question-text-body {
      position: unset;
      top: unset;
      transform: unset;
      font-size: 17px;
    }
}

.questionnaire-wrapper .question-item .question-response {
  overflow: hidden;
  float: left;
  width: 60%;
}

  .questionnaire-wrapper .question-item .question-response .question-labels {
    overflow: hidden;
  }

    .questionnaire-wrapper .question-item .question-response .question-labels .question-labels-item {
      overflow: hidden;
      float: left;
      width: 20%;
      height: 60px;
      padding: 2px 4px;
      text-align: center;
      background: #ececee;
      transition: all 0.5s;
      cursor: pointer;
    }

      .questionnaire-wrapper .question-item .question-response .question-labels .question-labels-item:nth-child(even) {
        background: #9ea0ab;
        color: #fff;
      }

      .questionnaire-wrapper .question-item .question-response .question-labels .question-labels-item label {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 11px;
        cursor: pointer;
      }

  .questionnaire-wrapper .question-item .question-response .question-controls {
    overflow: hidden;
  }

    .questionnaire-wrapper .question-item .question-response .question-controls .question-controls-item {
      float: left;
      width: 20%;
      padding: 8px 0;
      text-align: center;
      cursor: pointer;
    }

      .questionnaire-wrapper .question-item .question-response .question-controls .question-controls-item:nth-child(even) {
        background: #fbfbfc;
      }

      .questionnaire-wrapper .question-item .question-response .question-controls .question-controls-item input {
        width: 24px;
        height: 24px;
        cursor: pointer;
      }

@media (max-width: 992px) {
  .questionnaire-wrapper .question-item .question-response {
    float: none;
    width: auto;
  }

    .questionnaire-wrapper .question-item .question-response .question-controls .question-controls-item {
      /*height: auto;

                        input {
                            height: auto;
                            position: unset;
                            top: unset;
                            transform: unset;
                        }*/
    }
}

.questionnaire-wrapper .question-item.is-complete {
  background-color: #e7faf0;
  border-color: #e7faf0;
  color: #0d3c22;
}

  .questionnaire-wrapper .question-item.is-complete .question-labels .question-labels-item {
    background: #92e9b9;
  }

    .questionnaire-wrapper .question-item.is-complete .question-labels .question-labels-item:nth-child(even) {
      background: #1e9152;
    }

  .questionnaire-wrapper .question-item.is-complete .question-controls .question-controls-item {
    background: #d2f6e2;
  }

    .questionnaire-wrapper .question-item.is-complete .question-controls .question-controls-item:nth-child(even) {
      background: #bdf1d4;
    }

ul.list-group.list-group-country {
  text-align: left;
}

  ul.list-group.list-group-country li.list-group-item {
    cursor: pointer;
    vertical-align: middle;
    font-size: 17px;
    border-width: 2px;
  }

    ul.list-group.list-group-country li.list-group-item:hover {
      border-color: #1466f9;
    }

  ul.list-group.list-group-country li.list-group-item {
    display: inline-block;
    min-width: 250px;
    margin: 2px;
    border-radius: 2px;
  }

    ul.list-group.list-group-country li.list-group-item label {
      white-space: nowrap;
      pointer-events: none;
    }

      ul.list-group.list-group-country li.list-group-item label input {
        pointer-events: none;
      }

div#pg-home {
  background: #fff url("../../images/home-background.jpg") center top no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  div#pg-home {
    background-size: 300%;
  }
}

div#pg-home .container-main {
  background: rgba(255, 255, 255, 0.75);
}

  div#pg-home .container-main .jumbotron {
    background: none;
  }

    div#pg-home .container-main .jumbotron h1 {
      color: #0f0869;
    }

    div#pg-home .container-main .jumbotron h2 {
      color: #5f97fb;
    }

div#pg-home .container-main {
  padding: 8px 14px;
  font-size: 17px;
}

.contact-with-map {
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 4px;
  border: 1px solid #ececee;
  background: #fff;
}

  .contact-with-map .contact-wrapper {
    padding: 8px 14px;
  }

  .contact-with-map .map-wrapper {
    border: 1px solid #9ea0ab;
    padding: 4px;
  }

#pg-logout {
  font-size: 17px;
}

.report-body {
  font-family: Calibri, SimSun;
  font-size: 18px;
  background-color: white;
  color: #282931;
  background-color: transparent;
}

.report-header {
  border-bottom: 2px solid #ececee;
}

.report-footer {
  background-color: #fff;
  border-top: 2px solid #ececee;
}

#report-wrapper h1, #report-wrapper h2, #report-wrapper h3, #report-wrapper h4, #report-wrapper h5, #report-wrapper h6,
#report-wrapper .h1, #report-wrapper .h2, #report-wrapper .h3, #report-wrapper .h4, #report-wrapper .h5, #report-wrapper .h6 {
  color: #282931;
  font-weight: bold;
}

#report-wrapper h1, #report-wrapper .h1 {
  font-size: 36.3px;
}

#report-wrapper h2, #report-wrapper .h2 {
  font-size: 29.7px;
}

#report-wrapper h3, #report-wrapper .h3 {
  font-size: 25.3px;
}

#report-wrapper h4, #report-wrapper .h4 {
  font-size: 18.7px;
}

#report-wrapper h5, #report-wrapper .h5 {
  font-size: 14.3px;
}

#report-wrapper h6, #report-wrapper .h6 {
  font-size: 13.2px;
}

#report-wrapper .table > thead > tr > th,
#report-wrapper .table > thead > tr > td,
#report-wrapper .table > tbody > tr > th,
#report-wrapper .table > tbody > tr > td,
#report-wrapper .table > tfoot > tr > th,
#report-wrapper .table > tfoot > tr > td {
  border-top: 1px solid #9ea0ab;
}

#report-wrapper .table > thead > tr > th {
  border-bottom: 2px solid #9ea0ab;
}

#report-wrapper .table > caption + thead > tr:first-child > th,
#report-wrapper .table > caption + thead > tr:first-child > td,
#report-wrapper .table > colgroup + thead > tr:first-child > th,
#report-wrapper .table > colgroup + thead > tr:first-child > td,
#report-wrapper .table > thead:first-child > tr:first-child > th,
#report-wrapper .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

#report-wrapper .table > tbody + tbody {
  border-top: 2px solid #9ea0ab;
}

#report-wrapper .key-symbol {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
  border: 1px solid #282931;
}

#report-wrapper .table.table-report-key {
  background: rgba(255, 255, 255, 0.5);
}

  #report-wrapper .table.table-report-key tbody th, #report-wrapper .table.table-report-key tbody td {
    vertical-align: middle;
  }

  #report-wrapper .table.table-report-key tbody th {
    white-space: nowrap;
  }

/* ===== KENDO UI 2025.3.825 UPDATES ===== */

.k-button, .k-table-row, k-pager-sizes {
  font-size: 12px !important;
}

.k-svg-icon {
  width: 20px !important;
  height: 20px !important;
  padding: 2px !important;
}

.k-button {
  color: #fff !important;
  background-color: #5f97fb !important;
  border-color: #4687fa !important;
}

  .k-button:hover {
    color: #fff !important;
    background-color: #0a60f9 !important;
    border-color: #0a60f9 !important;
    background-image: none !important;
  }

#QuestionnaireHeaderRecord_dteDate {
  font-size: 13px !important;
}

.k-pager-numbers-wrap, .k-pager-info {
  font-size: 20px !important;
}

.k-grid td.k-command-cell .k-button:hover {
  color: #fff !important;
  background-color: #0a60f9 !important;
  border-color: #0a60f9 !important;
  background-image: none !important;
}

.k-grid-table .k-grid-header, .k-command-cell {
  padding: 9px 10px !important;
}

.k-cell-inner {
  padding: 3px !important;
}

.k-grid-header, .k-grid-toolbar, .k-grouping-header, .k-grid-add-row, .k-grid-footer, .k-drag-clue {
  color: #595d6e !important;
  background-color: #ececee !important;
}

.k-pager-info {
  font-size: 12px !important;
}

.k-pager-sizes span, .k-pager-sizes select option {
  font-size: 12px !important;
}

.k-list-item, .k-grouping-drop-container, .k-filter-menu-container, .k-picker k-dropdownlist, .k-input-value-text {
  font-size: 12px !important;
}

  .k-filter-menu-container .k-filter-and {
    width: 70px !important;
    align-self: start !important;
  }

.k-checkbox {
  opacity: unset !important;
  -webkit-appearance: auto !important;
  pointer-events: unset !important;
}

.k-checkbox-md {
  width: var(--kendo-spacing-7, 1rem) !important;
  height: var(--kendo-spacing-7, 1rem) !important;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
  font-size: 12px;
}

.k-autocomplete .k-clear-value {
  position: unset !important;
  top: unset !important;
}

.k-filtercell .k-filtercell-operator > .k-button.k-i-close,
.k-filtercell .k-filtercell-operator > .k-button[title*="Clear"],
.k-filtercell .k-filtercell-operator > .k-button[aria-label*="Clear"] {
  visibility: visible !important;
  pointer-events: all !important;
}

.k-numerictextbox {
  width: 120px !important;
  height: 30px !important;
}

.k-input-spinner .k-button .k-svg-icon:hover {
  color: black !important;
}

.k-new-text-warning {
  vertical-align: middle !important;
  line-height: 1.4 !important;
  margin-top: 3px !important;
  display: inline-block !important;
}

.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-focus {
  border-left: 1px solid #d6d6d6 !important;
  border-right: 1px solid #d6d6d6 !important;
  box-shadow: inset 0 0 0 2px transparent !important;
}

.k-tabstrip-md .k-tabstrip-items .k-link {
  font-size: 12px !important;
}

.k-tabstrip-items-wrapper {
  border-color: unset !important;
  border-style: unset !important;
}

.k-tabstrip .k-item {
  border-color: transparent !important;
  color: #004e9b !important;
  background-color: transparent !important;
  background-clip: padding-box !important;
  border-bottom: 1px solid #d6d6d6 !important;
}

.k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
  border-color: rgba(0, 0, 0, 0.08) !important;
  color: #595d6e !important;
  background-color: #fff !important;
}

.k-tabstrip-next .k-svg-icon, .k-tabstrip-prev .k-svg-icon {
  border: 1px solid #595d6e;
  color: #595d6e;
}

/* Modern hover states for calendar links */
.k-calendar .k-link:hover,
.k-calendar .k-link:focus {
  color: #656565 !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}

/* Modern selected states for calendar */
.k-calendar .k-link:active,
.k-calendar .k-link.k-selected,
.k-calendar .k-link[aria-selected="true"] {
  color: #ffffff !important;
  background-color: #004e9b !important;
  border-color: #004e9b !important;
}

/* Update calendar navigation buttons */
.k-calendar .k-nav-prev:hover,
.k-calendar .k-nav-next:hover,
.k-calendar .k-nav-fast:hover {
  color: #656565 !important;
  background-color: #ededed !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.k-calendar .k-nav-prev:active,
.k-calendar .k-nav-next:active,
.k-calendar .k-nav-fast:active {
  color: #fff !important;
  background-color: #5f97fb !important;
  border-color: #4687fa !important;
}

/* Update calendar header styling */
.k-calendar .k-header {
  color: #595d6e !important;
  background-color: #ececee !important;
  border-color: #282931 !important;
}

/* Update calendar content area */
.k-calendar .k-content {
  color: #595d6e !important;
  background-color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}

/* Update calendar table cells */
.k-calendar td,
.k-calendar th {
  border-color: rgba(0, 0, 0, 0.08) !important;
}

/* Update weekend and other month styling */
.k-calendar .k-weekend,
.k-calendar .k-other-month {
  opacity: 0.6 !important;
}

  .k-calendar .k-weekend:hover,
  .k-calendar .k-other-month:hover {
    opacity: 1 !important;
  }

/* Update today button */
.k-calendar .k-nav-today:hover {
  color: #104171 !important;
}

.k-calendar .k-nav-today:focus {
  color: #104171 !important;
}

/* ===== LANGUAGE SELECTION BUTTON GROUP ===== */
#languageSelection {
  border: none !important;
  background: transparent !important;
}

  #languageSelection .k-button {
    color: red !important;
    background: transparent !important;
    border: 1px solid red !important;
    border-radius: 4px !important;
    margin: 0 2px !important;
    padding: 8px 16px !important;
    font-weight: normal !important;
  }

    #languageSelection .k-button:hover {
      color: white !important;
      background: red !important;
      border-color: red !important;
    }

    #languageSelection .k-button.k-state-selected {
      color: white !important;
      background: red !important;
      border-color: red !important;
    }

.k-calendar .k-header, .k-calendar .k-calendar-footer {
  background-color: #5f97fb !important;
  border-color: #4687fa !important;
}

.k-calendar-tbody {
  font-size: 12px !important;
}

/* Main login page container */

/* Left side - Login form area */
.new-login {
  margin: 30px 0px 100px 100px;
  position: absolute;
  font-weight: 500;
}

.login-logo {
  display: flex;
  align-items: center;
  gap: 35px;
}

  .login-logo p {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
  }

@media (max-width: 1024px) {
  .login-logo p {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .login-logo p {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .login-logo p {
    font-size: 22px;
  }
}

.login-logo img {
  width: 80px;
  height: 80px;
}

.login-title {
  font-size: 42px;
  margin-top: 35px;
  font-weight: bold;
  color: #5F97FB;
}

.login-title {
  font-size: 42px;
  margin-top: 35px;
  font-weight: bold;
  color: #5F97FB;
}

/* Laptop & Tablet (≤1200px) */
@media (max-width: 1200px) {
  .login-title {
    font-size: 36px;
  }
}

/* Tablet (≤768px) */
@media (max-width: 768px) {
  .login-title {
    font-size: 30px;
  }
}

/* Mobile (≤480px) */
@media (max-width: 480px) {
  .login-title {
    font-size: 24px;
  }
}

/* Welcome text */
.login-welcome {
  max-width: 1120px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
}

.login-form {
  padding: 0;
  font-size: 16px;
}

.login .panel {
  box-shadow: none !important;
  margin: 0 !important;
}

.login-form form {
  border: 0px solid red;
}

.new-login .panel-default {
  border: unset;
  background-color: unset;
}

.divLogin {
  margin-left: 0;
  max-width: 512px;
  height: auto;
  font-size: 16px;
  border-bottom: 0;
  box-sizing: border-box;
}

  .divLogin .form-group {
    margin-bottom: 32px;
  }

    .divLogin .form-group input {
      height: 50px;
      border-radius: 24px;
    }

.login-header {
  display: flex;
}

@media (min-width: 1080px) {
  .divLogin {
    margin-left: 0;
    width: 512px;
    height: 330px;
  }

  .submit-login {
    width: 248px;
  }

  .login-logo img {
    width: 120px;
    height: 120px;
  }
}

.form-group-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submit-login {
  float: right;
  margin-top: 0;
  margin-bottom: unset !important;
  width: 50%;
  font-size: 20px;
  background-color: #5F97FB;
  border-color: #5F97FB;
}

.forgot-password {
  margin-left: 50px;
  font-size: 20px;
  color: #445065;
  text-decoration: none;
}

.back-forgot-password {
  margin-left: 100px;
  font-size: 20px;
  color: #445065;
  text-decoration: none;
}

  .forgot-password:hover, .back-forgot-password:hover {
    text-decoration: none;
  }

.under-login-form {
  font-size: 24px;
}

.under-login-form-describle {
  font-size: 14px;
}

/* login error */
.login-error {
  color: #6a0b0b;
  position: relative;
  padding-left: 10px !important;
  background: url('/images/alert_info.svg') no-repeat left center;
  background-size: 16px 16px;
  margin-bottom: 5px;
  display: block;
}

  .login-error ul li:before {
    display: none !important;
  }

  .login-error ul li {
    list-style: none !important;
    padding-left: 0 !important;
  }

.form-control.input-validation-error {
  border-color: #b94a48 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .form-control.input-validation-error:focus {
    border-color: #953b39 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  }

.form-group.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

  .form-group.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  }

.form-group .field-validation-error:before {
  content: "" !important;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url('/images/alert_info.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.field-validation-error:before {
  content: "" !important;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url('/images/alert_info.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.your-email {
  font-weight: normal;
}

.title-general-page {
  color: #5F97FB;
}

  .title-general-page h1 {
    font-size: 3rem;
    font-weight: 500;
  }

.contact-with-map .col-sm-6 {
  width: 100%;
}

.general-page {
  /* Removed height: 100vh to allow proper flex layout with sticky footer */
  min-height: auto;
  width: 100%;
  max-width: 1352px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1300px) {
  .contact-with-map .col-sm-6 {
    width: 600px;
  }

  .general-page {
    /* Removed height: 100vh to allow proper flex layout with sticky footer */
    /* max-width already set in main rule: 1352px */
  }

  .title-general-page {
    max-width: 1352px;
    margin-top: 114px;
    margin-bottom: 40px;
  }

    .title-general-page h1 {
      font-size: 42px;
    }
}

.second-tile {
  padding-left: 10px;
  display: flex;
  height: 51px;
  background-color: #E1E2E8;
  font-size: 24px;
  font-weight: 400;
  align-items: center;
}

.content-about {
  font-size: 16px;
  padding: 24px;
}

.legal-notices-content, .privacy-policy-content {
  font-size: 16px;
  padding: 24px;
  background: white;
}

.content-contact-us {
  font-size: 16px;
  padding: 24px;
}

.copyright-content, .disclaimer-content {
  font-size: 16px;
  padding: 24px;
}

.content-about, .copyright-content, .disclaimer-content, .content-contact-us, .copyright-content, .privacy-policy-content, legal-notices-content {
  background-color: white;
  padding-bottom: 24px;
}

/* Tablet */
@media (max-width: 992px) {
  .content-about,
  .copyright-content,
  .disclaimer-content,
  .content-contact-us,
  .privacy-policy-content,
  .legal-notices-content {
    padding-bottom: 24px;
  }
}

/* increase font size for all Kendo Dialogs */
.k-dialog .k-dialog-title {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.k-dialog .k-dialog-content {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

  .k-dialog .k-dialog-content p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

.k-dialog .k-button {
  font-size: 14px !important;
  padding: 10px 20px !important;
  min-width: 100px !important;
}

p img.option-box {
  width: 32px;
  height: 32px;
}

/*start select language dropdown list*/
.login-logo {
  width: 70%;
}

.login-select-language {
  display: none;
  width: 30%;
}

.custom-language-dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-toggle-icon::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #666;
}

.dropdown-selected {
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  user-select: none;
}

  .dropdown-selected:hover {
    border-color: #5F97FB;
  }

  .dropdown-selected .flag-icon {
    font-size: 16px;
  }

  .dropdown-selected .language-text {
    flex: 1;
  }

  .dropdown-selected .dropdown-arrow {
    font-size: 12px;
    color: #666;
    transition: transform 0.2s ease;
  }

  .dropdown-selected.open .dropdown-arrow {
    transform: rotate(180deg);
  }

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: none;
  z-index: 1001;
}

  .dropdown-list.show {
    display: block;
  }

.dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}

  .dropdown-item:last-child {
    border-bottom: none;
  }

  .dropdown-item:hover {
    background-color: #f8f9fa;
  }

  .dropdown-item.selected {
    background-color: #e3f2fd;
    color: #1976d2;
  }

  .dropdown-item .flag-icon {
    font-size: 16px;
  }

  .dropdown-item .language-text {
    flex: 1;
  }

/* Responsive - Adjusted media queries */
@media (min-width: 1080px) {
  .custom-language-dropdown {
    min-width: 140px;
  }
}

@media (max-width: 768px) {
  .forgot-password{
    margin-left:0;
  }
  .custom-language-dropdown {
    min-width: 80px;
  }

  .language-dropdown-container {
    right: 20px; /* Reduce margin on mobile */
  }
}

@media (max-width: 480px) {
  .custom-language-dropdown {
    min-width: 60px;
  }

  .language-dropdown-container {
    right: 5px; /* Reduce margin on small mobile screens */
  }
}
/* End of select language dropdown list */

.report-permissions .text-muted {
  color: #97989c;
}
.group-report-country {
  max-width: 200px;
  word-wrap: break-word;
  white-space: normal !important;
}

/*customize button of dropdown list*/

.custom-dropdown .k-icon-button .k-svg-icon svg {
  display: none !important;
}

.custom-dropdown .k-icon-button .k-svg-i-caret-alt-down::before {
  content: "\f078" !important; /* caret-down */
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  color: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-dropdown .k-icon-button {
  width: 36px !important;
  position: relative;
  background: transparent !important;
  border: none !important;
}

.group-country-chart {
  position: relative;
  width: 100%;
  height: 60px;
  background: url('/images/cw_logo_new.png') no-repeat;
  background-position: right 120px top;
  background-size: auto 100%;
}
/* Footer styles: compact, flex-based layout for vertical centering */

.new-footer-site, #footer-site {
    box-shadow: 0px -1px 12px 4px rgba(140, 142, 172, 0.25);
    border-top: 1px solid #D7DAE9;
    background-color: #f8f9fa;
    font-size: 14px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    gap: 56px;
    position: sticky;
    top: auto; /* Let it stick at bottom when scrolling */
    margin-top: auto; /* Push footer to bottom when content is short */    
}

/* Make the container a horizontal flex row that fills the footer height */
.new-footer-site .container, #footer-site .container {
    box-sizing: border-box;
    width: 80% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    height: 63px;
    display: flex !important;
    align-items: center !important; /* vertical center */
    justify-content: space-between;
}

/* The nav inside the footer should also be a flex row */
.new-footer-site .container nav.navbar, #footer-site .container nav.navbar {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Ensure footer-inner lays out the text and links on the same flex row */
.new-footer-site .container nav.navbar .footer-inner,
#footer-site .container nav.navbar .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

/* Left text - simple flex alignment without position/transform tricks */
.new-footer-site .container nav.navbar .navbar-text,
#footer-site .container nav.navbar .navbar-text {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    line-height: normal;
}

/* Right links */
.new-footer-site .container nav.navbar .navbar-nav,
#footer-site .container nav.navbar .navbar-nav {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 12px;
}

.new-footer-site .container nav.navbar .navbar-nav li,
#footer-site .container nav.navbar .navbar-nav li {
    display: flex;
    align-items: center;
    position: relative;
}

/* Add vertical separator (|) between footer links */
.new-footer-site .container nav.navbar .navbar-nav li:not(:first-child):after,
#footer-site .container nav.navbar .navbar-nav li:not(:first-child):after {
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    content: '|';
    color: #445065;
    margin: 0 4px;
}

.new-footer-site .container nav.navbar .navbar-nav a,
#footer-site .container nav.navbar .navbar-nav a {
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    color: #445065;
    background: transparent;
    text-decoration: none;
}

.new-footer-site .container nav.navbar .navbar-nav a:hover,
#footer-site .container nav.navbar .navbar-nav a:hover {
    color: #5F97FB;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 768px) {
  .new-footer-site {
    position: fixed;
    font-size: 12px;
    padding: 0;
    bottom:0;
  }

  .new-footer-site .container, #footer-site .container {
    width: 100% !important;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

    .new-footer-site .container nav.navbar, #footer-site .container nav.navbar {
        flex-direction: column;
        gap: 6px;
        align-items: center;
    }

      .new-footer-site .container nav.navbar .footer-inner,
      #footer-site .container nav.navbar .footer-inner {
        flex-direction: column;
        align-items: center;
        gap: 0;
      }

      .new-footer-site .container nav.navbar .navbar-nav,
      #footer-site .container nav.navbar .navbar-nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;
      }
}

@media (max-width: 480px) {  
  .new-footer-site .container, #footer-site .container {
    width: 100% !important;
  }

  .new-footer-site {
    font-size: 10px;
    padding: 0;
  }
}

@media (max-height: 600px) {
  .new-footer-site {
    position: fixed;
  }
  .success-message-block{
    gap:20px !important;
  }
  .main-content-wrapper {
    gap: 20px !important;
  }
}
  /*user result*/
  .new-layout-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 50px;
}

.main-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  max-width: 1010px;
}

.main-title {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 51px;
  color: #5F97FB;
  text-align: center;
  margin: 0;
}

.success-message-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.success-icon {
  width: 120px;
  height: 120px;
}

.congrats-message {
  font-weight: 500;
  font-size: 20px;
  color: #445065;
  margin: 0;
}

.download-button {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #5F97FB;
  border-radius: 54.5px;
  padding: 16px 32px;
  min-width: 180px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
}

.download-button:hover {
  text-decoration: none;
  color: white;
}

@media (max-height: 800px){
  .new-layout-container {
    padding-top: 120px;
  }
}
.main-content-wrapper h1 {
  font-size: 42px;
}
@media (max-width: 768px) {
  .success-message-block{
    gap:20px;
  }
  .main-content-wrapper h1 {
    font-size: 25px;
  }
  .new-layout-container {
    padding: 50px !important;
  }
  
  .main-content-wrapper {
    gap:15px;
  }
}
/* Login Layout Styles - Centering and Responsive */

/* Ensure body flex layout works with sticky footer */
body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

/* Fix login layout centering for wide screens while maintaining 100px margins */
#login-pg-home {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 auto; /* Allow content to grow and push footer down */
    width: 100%;
}

.new-login {
    position: static !important;
    margin: 30px auto 100px auto !important;
    width: 80%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Justify text in description area */
.under-login-form-describle {
    text-align: justify;
    text-justify: inter-word;
}

/* Responsive: reduce padding on smaller screens */
@media (max-width: 768px) {
    .new-login {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .new-login {
        width: 95%;
    }
}

/* Toast Progress Bar */
.toastify-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #4CAF50;
    transform-origin: left;
    animation: toast-progress linear forwards;
    border-radius: 0 0 8px 8px;
}

@keyframes toast-progress {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

/* Custom toast styling to match the screenshot design */
.toastify {
    background: white !important;
    color: #333 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    padding: 16px 20px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    min-width: 300px !important;
    max-width: 500px !important;
    width: auto !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    margin-top: 20px !important;
    margin-right: 20px !important;
    z-index: 9999 !important;
    right: 0 !important;
    position: fixed !important;
    background-color: white !important;
    background-image: none !important;
}

/* Remove any overlay or background effects */
.toastify-overlay {
    display: none !important;
}

.toastify-container {
    background: transparent !important;
    background-color: transparent !important;
}

.toastify .toastify-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.toast-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 2px;
}

.toast-icon img {
    width: 24px;
    height: 24px;
}

.toast-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.toast-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-bottom: 24px;
}

.toast-title {
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    flex: 1;
}

.toast-message {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.toast-close {
    color: #666 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    opacity: 0.7 !important;
    transition: opacity 0.2s ease !important;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
}

.toast-close:hover {
    opacity: 1 !important;
}

.toastify .toastify-close {
    display: none !important;
}

